Skip to content

Commit

Permalink
enhance(types): zStack public methods
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-rr committed Aug 12, 2022
1 parent deb7de8 commit 4c0f7d0
Show file tree
Hide file tree
Showing 17 changed files with 43 additions and 27 deletions.
4 changes: 2 additions & 2 deletions dist/core/index.js

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions dist/cupertino-pane.esm.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Cupertino Pane 1.3.01
* Cupertino Pane 1.3.12
* New generation interfaces for web3 progressive applications
* https://github.com/roman-rr/cupertino-pane/
*
* Copyright 2019-2022 Roman Antonov (roman-rr)
*
* Released under the MIT License
*
* Released on: August 12, 2022
* Released on: August 13, 2022
*/

/******************************************************************************
Expand Down Expand Up @@ -1117,6 +1117,10 @@ class ZStackModule {
if (!this.settings.zStack) {
return;
}
// bind to primary instance
// TODO: change binding strategy according to TypeScript
// E.G. Using public module methods from modules
this.instance['setZstackConfig'] = (zStack) => __awaiter(this, void 0, void 0, function* () { return this.setZstackConfig(zStack); });
// Assign multiplicators for push elements
this.instance.on('rendered', () => {
this.setZstackConfig(this.settings.zStack);
Expand Down
6 changes: 3 additions & 3 deletions dist/cupertino-pane.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cupertino-pane.esm.min.js.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions dist/cupertino-pane.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cupertino-pane.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/cupertino-pane.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/modules/backdrop.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/modules/fit-height.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/modules/follower.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/modules/horizontal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c0f7d0

Please sign in to comment.