@quoreadmin/ui 0.26.23 → 0.26.24
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/index.js +8 -2
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65303,6 +65303,11 @@ const _ue = Me({
|
|
|
65303
65303
|
type: Boolean,
|
|
65304
65304
|
default: !0
|
|
65305
65305
|
},
|
|
65306
|
+
// Array of keyboard key aliases to block when selecting ex ['Tab', 'Enter', 'Delete']
|
|
65307
|
+
blockKeys: {
|
|
65308
|
+
type: Array,
|
|
65309
|
+
default: () => ["Delete"]
|
|
65310
|
+
},
|
|
65306
65311
|
// We could make this a slot like optionPrefix
|
|
65307
65312
|
noResultMessage: {
|
|
65308
65313
|
type: String,
|
|
@@ -65498,6 +65503,7 @@ function Jue(n, e, t, r, i, s) {
|
|
|
65498
65503
|
"group-values": n.groupValues,
|
|
65499
65504
|
"group-label": n.groupLabel,
|
|
65500
65505
|
"group-select": n.groupSelectable,
|
|
65506
|
+
"block-keys": n.blockKeys,
|
|
65501
65507
|
class: V([
|
|
65502
65508
|
{ "has-checkboxes": n.hasCheckboxes },
|
|
65503
65509
|
{ "selection-control": n.selectionControl },
|
|
@@ -65767,10 +65773,10 @@ function Jue(n, e, t, r, i, s) {
|
|
|
65767
65773
|
]),
|
|
65768
65774
|
key: "0"
|
|
65769
65775
|
} : void 0
|
|
65770
|
-
]), 1032, ["id", "modelValue", "options", "searchable", "multiple", "taggable", "label", "track-by", "group-values", "group-label", "group-select", "class", "disabled", "allow-empty", "close-on-select", "show-tags", "tag-placeholder", "placeholder", "open-direction", "onOpen", "onTag"])
|
|
65776
|
+
]), 1032, ["id", "modelValue", "options", "searchable", "multiple", "taggable", "label", "track-by", "group-values", "group-label", "group-select", "block-keys", "class", "disabled", "allow-empty", "close-on-select", "show-tags", "tag-placeholder", "placeholder", "open-direction", "onOpen", "onTag"])
|
|
65771
65777
|
], 8, Pue);
|
|
65772
65778
|
}
|
|
65773
|
-
const S1e = /* @__PURE__ */ He(_ue, [["render", Jue], ["__scopeId", "data-v-
|
|
65779
|
+
const S1e = /* @__PURE__ */ He(_ue, [["render", Jue], ["__scopeId", "data-v-19be4f40"]]);
|
|
65774
65780
|
var Gt = {
|
|
65775
65781
|
STARTS_WITH: "startsWith",
|
|
65776
65782
|
CONTAINS: "contains",
|