bt-core-app 1.4.738 → 1.4.739

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.
@@ -76051,7 +76051,7 @@ const $le = ze({
76051
76051
  selectSlide: C
76052
76052
  } = oP();
76053
76053
  async function M() {
76054
- console.log(w.value), n("update:modelValue", w.value), l.value = !1;
76054
+ n("update:modelValue", w.value), l.value = !1;
76055
76055
  }
76056
76056
  function A() {
76057
76057
  l.value = !0;
@@ -76059,9 +76059,9 @@ const $le = ze({
76059
76059
  return _e(() => a.openToggle, () => {
76060
76060
  l.value = !0;
76061
76061
  }), _e(() => a.modelValue, (L) => {
76062
- p(L);
76062
+ console.log("model value changed. reloading schema"), p(L);
76063
76063
  }), vt(() => {
76064
- p(a.modelValue);
76064
+ console.log("mounted. loading schema"), p(a.modelValue);
76065
76065
  }), (L, V) => D(x) != null ? (R(), oe("div", Lle, [
76066
76066
  y(Ki, {
76067
76067
  fullscreen: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.738",
3
+ "version": "1.4.739",
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": {