bt-core-app 2.1.26 → 2.1.27
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 +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -79497,7 +79497,7 @@ const lie = Ye({
|
|
|
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
79499
|
y.forEach((S) => {
|
|
79500
|
-
C.some((x) => x == S) ||
|
|
79500
|
+
C.some((x) => x == S) || (t.data[S] = void 0);
|
|
79501
79501
|
});
|
|
79502
79502
|
}
|
|
79503
79503
|
c.value = !1, o.value = 0, a.value = JSON.stringify(t.data), s.value = void 0;
|
package/package.json
CHANGED