mftsccs-browser 2.0.9-beta → 2.0.10-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.bundle.js +2 -0
- package/dist/main.bundle.js.map +1 -1
- package/dist/serviceWorker.bundle.js +2 -0
- package/dist/serviceWorker.bundle.js.map +1 -1
- package/dist/types/DataStructures/Count/CountInfo.d.ts +6 -0
- package/dist/types/Services/Common/DecodeCountInfo.d.ts +3 -0
- package/dist/types/Widgets/WidgetTree.d.ts +2 -0
- package/package.json +1 -1
package/dist/main.bundle.js
CHANGED
|
@@ -21385,6 +21385,8 @@ class WidgetTree {
|
|
|
21385
21385
|
this.after_render = "";
|
|
21386
21386
|
this.before_render = "";
|
|
21387
21387
|
this.update = "";
|
|
21388
|
+
this.origin = 0;
|
|
21389
|
+
this.version = 0;
|
|
21388
21390
|
this.mount_child = "";
|
|
21389
21391
|
this.children = [];
|
|
21390
21392
|
this.wrapper = 0;
|