@quoreadmin/ui 0.26.22 → 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 +12 -6
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27874,7 +27874,7 @@ const sO = /* @__PURE__ */ He(Xq, [["render", tG], ["__scopeId", "data-v-ca6ae8f
|
|
|
27874
27874
|
mq: $r
|
|
27875
27875
|
};
|
|
27876
27876
|
}
|
|
27877
|
-
}), iG = (n) => (yp("data-v-
|
|
27877
|
+
}), iG = (n) => (yp("data-v-ba426870"), n = n(), vp(), n), sG = {
|
|
27878
27878
|
class: "q-image-gallery flex",
|
|
27879
27879
|
ref: "container"
|
|
27880
27880
|
}, oG = {
|
|
@@ -27948,7 +27948,7 @@ function kG(n, e, t, r, i, s) {
|
|
|
27948
27948
|
]),
|
|
27949
27949
|
thumbnail: ne(({ item: h }) => [
|
|
27950
27950
|
P("img", {
|
|
27951
|
-
src:
|
|
27951
|
+
src: (h == null ? void 0 : h.objectURL) || (h == null ? void 0 : h.original.url),
|
|
27952
27952
|
alt: h.alt,
|
|
27953
27953
|
class: "rounded-lg block min-h-24 min-w-24 max-w-24 max-h-24 object-cover"
|
|
27954
27954
|
}, null, 8, lG)
|
|
@@ -28011,7 +28011,7 @@ function kG(n, e, t, r, i, s) {
|
|
|
28011
28011
|
trigger: ne(() => [
|
|
28012
28012
|
h.type && h.type.includes("image") && !h.type.includes("tif") ? (C(), T("img", {
|
|
28013
28013
|
key: 0,
|
|
28014
|
-
src: (h == null ? void 0 : h.
|
|
28014
|
+
src: (h == null ? void 0 : h.objectURL) || (h == null ? void 0 : h.original.url),
|
|
28015
28015
|
alt: h == null ? void 0 : h.alt,
|
|
28016
28016
|
class: "rounded-lg cursor-pointer w-16 h-16 object-cover bg-gray-0 border-gray-20 border"
|
|
28017
28017
|
}, null, 8, cG)) : (C(), T("div", dG, [
|
|
@@ -28147,7 +28147,7 @@ function kG(n, e, t, r, i, s) {
|
|
|
28147
28147
|
})
|
|
28148
28148
|
], 512);
|
|
28149
28149
|
}
|
|
28150
|
-
const oO = /* @__PURE__ */ He(rG, [["render", kG], ["__scopeId", "data-v-
|
|
28150
|
+
const oO = /* @__PURE__ */ He(rG, [["render", kG], ["__scopeId", "data-v-ba426870"]]), EG = Me({
|
|
28151
28151
|
name: "QWarningModal",
|
|
28152
28152
|
components: {
|
|
28153
28153
|
QModal: iO
|
|
@@ -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",
|