bt-core-app 1.4.779 → 1.4.781
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 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -40286,6 +40286,7 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40286
40286
|
md: { type: [String, Boolean], default: !1 },
|
|
40287
40287
|
nav: {},
|
|
40288
40288
|
placeholder: {},
|
|
40289
|
+
prependIcon: {},
|
|
40289
40290
|
showSettings: { type: Boolean },
|
|
40290
40291
|
sm: { type: [String, Boolean], default: "6" },
|
|
40291
40292
|
subtextFilter: {},
|
|
@@ -40509,6 +40510,7 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40509
40510
|
width: "100%"
|
|
40510
40511
|
}, {
|
|
40511
40512
|
default: O(() => [
|
|
40513
|
+
pe(k.$slots, "topItem"),
|
|
40512
40514
|
k.canSelectNone ? (B(), oe(Tt, {
|
|
40513
40515
|
key: "-1",
|
|
40514
40516
|
density: k.density,
|
|
@@ -40533,6 +40535,7 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40533
40535
|
y(Tt, {
|
|
40534
40536
|
active: v.value(x),
|
|
40535
40537
|
density: k.density,
|
|
40538
|
+
"prepend-icon": k.prependIcon,
|
|
40536
40539
|
value: x,
|
|
40537
40540
|
onClick: (S) => g(x)
|
|
40538
40541
|
}, {
|
|
@@ -40557,13 +40560,14 @@ const cj = /* @__PURE__ */ Lf(sj, [["render", uj]]), dj = { class: "d-flex align
|
|
|
40557
40560
|
])
|
|
40558
40561
|
]),
|
|
40559
40562
|
_: 2
|
|
40560
|
-
}, 1032, ["active", "density", "value", "onClick"])
|
|
40563
|
+
}, 1032, ["active", "density", "prepend-icon", "value", "onClick"])
|
|
40561
40564
|
]),
|
|
40562
40565
|
k.hideDividers !== !0 ? (B(), oe(br, { key: 0 })) : Q("", !0)
|
|
40563
40566
|
], 64))), 128))
|
|
40564
40567
|
]),
|
|
40565
40568
|
_: 3
|
|
40566
|
-
})
|
|
40569
|
+
}),
|
|
40570
|
+
pe(k.$slots, "bottomItem")
|
|
40567
40571
|
]),
|
|
40568
40572
|
_: 3
|
|
40569
40573
|
}, 8, ["bg-color", "height"])) : pe(k.$slots, "selected", {
|
package/package.json
CHANGED