@viewfly/core 1.1.6 → 1.1.7
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/bundles/index.esm.js +9 -6
- package/bundles/index.js +9 -6
- package/package.json +2 -2
package/bundles/index.esm.js
CHANGED
|
@@ -968,12 +968,15 @@ class Component extends ReflectiveInjector {
|
|
|
968
968
|
(_c = this.unmountedCallbacks) === null || _c === void 0 ? void 0 : _c.forEach(fn => {
|
|
969
969
|
fn();
|
|
970
970
|
});
|
|
971
|
-
this.
|
|
972
|
-
this.
|
|
973
|
-
this.
|
|
974
|
-
this.
|
|
975
|
-
this.
|
|
976
|
-
this.
|
|
971
|
+
this.parentComponent =
|
|
972
|
+
this.parentInjector =
|
|
973
|
+
this.propsChangedDestroyCallbacks =
|
|
974
|
+
this.updatedDestroyCallbacks =
|
|
975
|
+
this.mountCallbacks =
|
|
976
|
+
this.updatedCallbacks =
|
|
977
|
+
this.propsChangedCallbacks =
|
|
978
|
+
this.unmountedCallbacks = null;
|
|
979
|
+
this.changedSubComponents.clear();
|
|
977
980
|
}
|
|
978
981
|
rendered() {
|
|
979
982
|
this.changedSubComponents.clear();
|
package/bundles/index.js
CHANGED
|
@@ -970,12 +970,15 @@ class Component extends ReflectiveInjector {
|
|
|
970
970
|
(_c = this.unmountedCallbacks) === null || _c === void 0 ? void 0 : _c.forEach(fn => {
|
|
971
971
|
fn();
|
|
972
972
|
});
|
|
973
|
-
this.
|
|
974
|
-
this.
|
|
975
|
-
this.
|
|
976
|
-
this.
|
|
977
|
-
this.
|
|
978
|
-
this.
|
|
973
|
+
this.parentComponent =
|
|
974
|
+
this.parentInjector =
|
|
975
|
+
this.propsChangedDestroyCallbacks =
|
|
976
|
+
this.updatedDestroyCallbacks =
|
|
977
|
+
this.mountCallbacks =
|
|
978
|
+
this.updatedCallbacks =
|
|
979
|
+
this.propsChangedCallbacks =
|
|
980
|
+
this.unmountedCallbacks = null;
|
|
981
|
+
this.changedSubComponents.clear();
|
|
979
982
|
}
|
|
980
983
|
rendered() {
|
|
981
984
|
this.changedSubComponents.clear();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viewfly/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Viewfly is a simple and easy-to-use JavaScript framework with an intuitive development experience.",
|
|
5
5
|
"main": "./bundles/index.js",
|
|
6
6
|
"module": "./bundles/index.esm.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"bugs": {
|
|
51
51
|
"url": "https://github.com/viewfly/viewfly.git/issues"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "d4a5c0ac00b6fb203d8d6c9970e3ef1093cd9782",
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"reflect-metadata": "^0.2.2"
|
|
56
56
|
}
|