@quoreadmin/ui 0.26.6 → 0.26.8
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 +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -62753,8 +62753,13 @@ const Jle = Me({
|
|
|
62753
62753
|
},
|
|
62754
62754
|
/** Value of the date picker */
|
|
62755
62755
|
modelValue: {
|
|
62756
|
-
type: [Date, String],
|
|
62757
|
-
|
|
62756
|
+
type: [Date, String, Array],
|
|
62757
|
+
default: ""
|
|
62758
|
+
},
|
|
62759
|
+
/** Can the datepicker be cleared */
|
|
62760
|
+
clearable: {
|
|
62761
|
+
type: Boolean,
|
|
62762
|
+
default: !0
|
|
62758
62763
|
},
|
|
62759
62764
|
/** Is date picker disabled */
|
|
62760
62765
|
disabled: {
|
|
@@ -62852,6 +62857,7 @@ function t0e(n, e, t, r, i, s) {
|
|
|
62852
62857
|
`date-picker-on-${n.calendarPosition}`,
|
|
62853
62858
|
{ open: n.isOpen }
|
|
62854
62859
|
]),
|
|
62860
|
+
clearable: n.clearable,
|
|
62855
62861
|
disabled: n.disabled,
|
|
62856
62862
|
"disabled-date": n.disabledDates,
|
|
62857
62863
|
format: n.format,
|
|
@@ -62879,10 +62885,10 @@ function t0e(n, e, t, r, i, s) {
|
|
|
62879
62885
|
})
|
|
62880
62886
|
]),
|
|
62881
62887
|
_: 1
|
|
62882
|
-
}, 8, ["id", "value", "class", "disabled", "disabled-date", "format", "lang", "placeholder", "range", "type"])
|
|
62888
|
+
}, 8, ["id", "value", "class", "clearable", "disabled", "disabled-date", "format", "lang", "placeholder", "range", "type"])
|
|
62883
62889
|
]);
|
|
62884
62890
|
}
|
|
62885
|
-
const s1e = /* @__PURE__ */ Ve(Jle, [["render", t0e], ["__scopeId", "data-v-
|
|
62891
|
+
const s1e = /* @__PURE__ */ Ve(Jle, [["render", t0e], ["__scopeId", "data-v-70cc2c82"]]), n0e = Me({
|
|
62886
62892
|
name: "QDivider",
|
|
62887
62893
|
props: {
|
|
62888
62894
|
/** Border style */
|
|
@@ -65507,7 +65513,7 @@ function Kue(n, e, t, r, i, s) {
|
|
|
65507
65513
|
n.searchable ? (C(), j(o, {
|
|
65508
65514
|
key: 0,
|
|
65509
65515
|
class: "search-icon",
|
|
65510
|
-
color:
|
|
65516
|
+
color: n.selectionControl ? "inkwell-0" : "gray-40",
|
|
65511
65517
|
icon: "search",
|
|
65512
65518
|
type: ""
|
|
65513
65519
|
}, null, 8, ["color"])) : $("", !0),
|
|
@@ -65726,7 +65732,7 @@ function Kue(n, e, t, r, i, s) {
|
|
|
65726
65732
|
]), 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"])
|
|
65727
65733
|
], 8, Iue);
|
|
65728
65734
|
}
|
|
65729
|
-
const g1e = /* @__PURE__ */ Ve(xue, [["render", Kue], ["__scopeId", "data-v-
|
|
65735
|
+
const g1e = /* @__PURE__ */ Ve(xue, [["render", Kue], ["__scopeId", "data-v-3962fdc6"]]);
|
|
65730
65736
|
var Kt = {
|
|
65731
65737
|
STARTS_WITH: "startsWith",
|
|
65732
65738
|
CONTAINS: "contains",
|