@kosdev-code/kos-ui-sdk 0.1.0-dev.5638 → 0.1.0-dev.5639
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/index.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/models/models/config-bean/config-bean-model-builder.d.ts.map +1 -1
- package/models/services/config-bean/index.d.ts +1 -0
- package/models/services/config-bean/index.d.ts.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -9156,10 +9156,10 @@ const Mg = (t, e) => {
|
|
|
9156
9156
|
});
|
|
9157
9157
|
}, _g = (t, e) => {
|
|
9158
9158
|
Z(() => {
|
|
9159
|
-
t.changes.forEach((
|
|
9160
|
-
const
|
|
9161
|
-
let
|
|
9162
|
-
typeof
|
|
9159
|
+
[...t.changes, ...t.scopedChanges].forEach((r) => {
|
|
9160
|
+
const n = r.attr;
|
|
9161
|
+
let o = r.currentValue, i = r.previousValue;
|
|
9162
|
+
typeof o == "string" && bc(o) && (o = o.toLowerCase() == "true", i = (i == null ? void 0 : i.toLowerCase()) == "true"), typeof o == "string" && Oo(o) && (o = Number(o), i = Number(i)), e.props[n] = o, e.prevProps[n] = i;
|
|
9163
9163
|
});
|
|
9164
9164
|
});
|
|
9165
9165
|
}, Tg = (t) => Object.fromEntries(t.props.entries), I_ = (t) => (e) => (s) => t.build(e, s);
|