@harbor-design/proform 1.3.20 → 1.3.22
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -192,7 +192,7 @@ class Ke {
|
|
|
192
192
|
immediate: !0
|
|
193
193
|
}
|
|
194
194
|
) : Object.keys(e).forEach((t) => {
|
|
195
|
-
O(e[t]) ? g(
|
|
195
|
+
console.log(e[t], O(e[t]), F(e[t])), O(e[t]) ? g(
|
|
196
196
|
() => e[t].value,
|
|
197
197
|
() => {
|
|
198
198
|
h(this.runtimeCore.shared, {
|
|
@@ -991,7 +991,7 @@ class vr {
|
|
|
991
991
|
deep: !0,
|
|
992
992
|
immediate: !0
|
|
993
993
|
}) : Object.keys(t).forEach((i) => {
|
|
994
|
-
|
|
994
|
+
O(t[i]) ? g(() => t[i].value, () => {
|
|
995
995
|
h(this.shared, {
|
|
996
996
|
[i]: t[i].value
|
|
997
997
|
});
|