@quoreadmin/ui 0.24.8 → 0.24.10
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 +7 -3
- package/dist/index.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6319,6 +6319,10 @@ const US = ue({
|
|
|
6319
6319
|
disabled: {
|
|
6320
6320
|
type: Boolean,
|
|
6321
6321
|
default: !1
|
|
6322
|
+
},
|
|
6323
|
+
label: {
|
|
6324
|
+
type: String,
|
|
6325
|
+
default: "label"
|
|
6322
6326
|
}
|
|
6323
6327
|
},
|
|
6324
6328
|
emits: ["update:modelValue"],
|
|
@@ -6355,7 +6359,7 @@ function YS(t, e, n, r, i, o) {
|
|
|
6355
6359
|
class: "mr-2",
|
|
6356
6360
|
size: "sm"
|
|
6357
6361
|
}, null, 8, ["icon"])) : M("", !0),
|
|
6358
|
-
E("span", qS, q(l.label || l), 1)
|
|
6362
|
+
E("span", qS, q(l[t.label] || l), 1)
|
|
6359
6363
|
])
|
|
6360
6364
|
]),
|
|
6361
6365
|
_: 1
|
|
@@ -34239,7 +34243,7 @@ function tF(t, e, n, r, i, o) {
|
|
|
34239
34243
|
]),
|
|
34240
34244
|
Object.keys(t.tableFilters).length || t.$slots.tableActions ? (g(), C("div", qB, [
|
|
34241
34245
|
Object.keys(t.tableFilters).length ? $(t.$slots, "filters", { key: 0 }, () => [
|
|
34242
|
-
T(u, { class: "z-[
|
|
34246
|
+
T(u, { class: "z-[45] ml-2" }, {
|
|
34243
34247
|
trigger: K(() => [
|
|
34244
34248
|
E("div", YB, [
|
|
34245
34249
|
T(s, {
|
|
@@ -34310,7 +34314,7 @@ function tF(t, e, n, r, i, o) {
|
|
|
34310
34314
|
])) : M("", !0)
|
|
34311
34315
|
], 10, WB);
|
|
34312
34316
|
}
|
|
34313
|
-
const rK = /* @__PURE__ */ we(ZB, [["render", tF], ["__scopeId", "data-v-
|
|
34317
|
+
const rK = /* @__PURE__ */ we(ZB, [["render", tF], ["__scopeId", "data-v-96fd84f5"]]), nF = ue({
|
|
34314
34318
|
name: "QTag",
|
|
34315
34319
|
components: {},
|
|
34316
34320
|
props: {
|