shared-ritm 1.0.89 → 1.0.90
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/shared-ritm.es.js
CHANGED
|
@@ -7439,12 +7439,13 @@ const $c = be({
|
|
|
7439
7439
|
label: {},
|
|
7440
7440
|
multiple: { type: Boolean },
|
|
7441
7441
|
borderColor: {},
|
|
7442
|
-
isDisabled: { type: Boolean }
|
|
7442
|
+
isDisabled: { type: Boolean },
|
|
7443
|
+
clearable: { type: Boolean }
|
|
7443
7444
|
},
|
|
7444
7445
|
emits: ["update:modelValue"],
|
|
7445
7446
|
setup(e, { emit: t }) {
|
|
7446
7447
|
bn((s) => ({
|
|
7447
|
-
"
|
|
7448
|
+
"3c487f2d": s.borderColor
|
|
7448
7449
|
}));
|
|
7449
7450
|
const n = e, o = F({}), r = t, l = d({
|
|
7450
7451
|
get() {
|
|
@@ -7478,6 +7479,7 @@ const $c = be({
|
|
|
7478
7479
|
label: s.label,
|
|
7479
7480
|
"input-debounce": "100",
|
|
7480
7481
|
"popup-content-class": s.$style["app-select__menu"],
|
|
7482
|
+
clearable: s.clearable,
|
|
7481
7483
|
rounded: "",
|
|
7482
7484
|
autocomplete: "",
|
|
7483
7485
|
onFilter: c
|
|
@@ -7521,7 +7523,7 @@ const $c = be({
|
|
|
7521
7523
|
]),
|
|
7522
7524
|
key: "0"
|
|
7523
7525
|
} : void 0
|
|
7524
|
-
]), 1032, ["modelValue", "options", "option-value", "option-label", "disable", "multiple", "class", "label", "popup-content-class"]));
|
|
7526
|
+
]), 1032, ["modelValue", "options", "option-value", "option-label", "disable", "multiple", "class", "label", "popup-content-class", "clearable"]));
|
|
7525
7527
|
}
|
|
7526
7528
|
}), Lc = "_wrap_n46gp_1", Rc = "_select_n46gp_8", Ac = {
|
|
7527
7529
|
wrap: Lc,
|