bt-core-app 2.1.28 → 2.1.29
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/bt-core-app.js +3 -3
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -79496,11 +79496,11 @@ const lie = Ye({
|
|
|
79496
79496
|
function _(g) {
|
|
79497
79497
|
if (t.data != null) {
|
|
79498
79498
|
var y = Object.keys(t.data), C = g ? t.schema.slides.flatMap((S) => S.fields.filter((x) => !!x.remember && x.prop != null).map((x) => x.prop)) : [];
|
|
79499
|
-
y.forEach((S) => {
|
|
79500
|
-
C.some((x) => x == S) || (t.data[S] = void 0);
|
|
79499
|
+
console.log(y), console.log(C), console.log(t.schema), y.forEach((S) => {
|
|
79500
|
+
C.some((x) => x == S) || (console.log(S), t.data[S] = void 0);
|
|
79501
79501
|
});
|
|
79502
79502
|
}
|
|
79503
|
-
c.value = !1, o.value = 0, a.value = JSON.stringify(t.data), s.value = void 0;
|
|
79503
|
+
console.log(t.data), c.value = !1, o.value = 0, a.value = JSON.stringify(t.data), s.value = void 0;
|
|
79504
79504
|
}
|
|
79505
79505
|
return Me(() => t.resetRememberToggle, () => {
|
|
79506
79506
|
_(!0);
|
package/package.json
CHANGED