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.
- package/dist/bt-core-app.js +3 -3
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -76051,7 +76051,7 @@ const $le = ze({
|
|
|
76051
76051
|
selectSlide: C
|
|
76052
76052
|
} = oP();
|
|
76053
76053
|
async function M() {
|
|
76054
|
-
|
|
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