bt-core-app 1.4.608 → 1.4.609
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 -5
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -41574,13 +41574,11 @@ const J5 = { class: "d-flex align-center" }, QV = /* @__PURE__ */ je({
|
|
|
41574
41574
|
n.value = !n.value;
|
|
41575
41575
|
}), (s, d) => (F(), le(yr, {
|
|
41576
41576
|
modelValue: n.value,
|
|
41577
|
-
"onUpdate:modelValue": d[0] || (d[0] = (u) => n.value = u)
|
|
41577
|
+
"onUpdate:modelValue": d[0] || (d[0] = (u) => n.value = u),
|
|
41578
|
+
"max-width": "400"
|
|
41578
41579
|
}, {
|
|
41579
41580
|
default: R(() => [
|
|
41580
|
-
x(ln, {
|
|
41581
|
-
"max-width": "400",
|
|
41582
|
-
title: "Demo Profiles"
|
|
41583
|
-
}, {
|
|
41581
|
+
x(ln, { title: "Demo Profiles" }, {
|
|
41584
41582
|
default: R(() => [
|
|
41585
41583
|
x(Ut, { class: "pa-0" }, {
|
|
41586
41584
|
default: R(() => [
|
package/package.json
CHANGED