bt-core-app 2.1.28 → 2.1.30

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.
@@ -79496,16 +79496,16 @@ 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
- _(!0);
79506
+ console.log("reseting with memory"), _(!0);
79507
79507
  }), Me(() => t.resetToggle, () => {
79508
- _(!1);
79508
+ console.log("reseting"), _(!1);
79509
79509
  }), Me(() => t.data, (g) => {
79510
79510
  a.value = JSON.stringify(g);
79511
79511
  }, { deep: !1 }), kt(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.28",
3
+ "version": "2.1.30",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {