bt-core-app 1.4.790 → 1.4.791
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 +6 -3
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -40379,6 +40379,7 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40379
40379
|
itemValue: {},
|
|
40380
40380
|
label: {},
|
|
40381
40381
|
lg: { type: [String, Boolean], default: !1 },
|
|
40382
|
+
maxHeight: { default: void 0 },
|
|
40382
40383
|
modelValue: {},
|
|
40383
40384
|
md: { type: [String, Boolean], default: !1 },
|
|
40384
40385
|
nav: {},
|
|
@@ -40565,7 +40566,8 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40565
40566
|
height: k.height,
|
|
40566
40567
|
"item-height": "50",
|
|
40567
40568
|
items: M(s).filteredItems.value,
|
|
40568
|
-
key: "2"
|
|
40569
|
+
key: "2",
|
|
40570
|
+
maxHeight: k.maxHeight
|
|
40569
40571
|
}, {
|
|
40570
40572
|
default: O(({ item: x }) => [
|
|
40571
40573
|
pe(k.$slots, "item", {
|
|
@@ -40600,9 +40602,10 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40600
40602
|
])
|
|
40601
40603
|
]),
|
|
40602
40604
|
_: 3
|
|
40603
|
-
}, 8, ["height", "items"])) : k.alwaysOpen || l.value ? (B(), oe(ca, {
|
|
40605
|
+
}, 8, ["height", "items", "maxHeight"])) : k.alwaysOpen || l.value ? (B(), oe(ca, {
|
|
40604
40606
|
"bg-color": k.transparent ? "transparent" : void 0,
|
|
40605
40607
|
height: k.height,
|
|
40608
|
+
maxHeight: k.maxHeight,
|
|
40606
40609
|
key: "3",
|
|
40607
40610
|
width: "100%"
|
|
40608
40611
|
}, {
|
|
@@ -40667,7 +40670,7 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40667
40670
|
pe(k.$slots, "bottomItem")
|
|
40668
40671
|
]),
|
|
40669
40672
|
_: 3
|
|
40670
|
-
}, 8, ["bg-color", "height"])) : pe(k.$slots, "selected", {
|
|
40673
|
+
}, 8, ["bg-color", "height", "maxHeight"])) : pe(k.$slots, "selected", {
|
|
40671
40674
|
key: 3,
|
|
40672
40675
|
item: p.value,
|
|
40673
40676
|
open: f
|
package/package.json
CHANGED