quasar-ui-danx 0.4.87 → 0.4.88
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/danx.es.js +7 -7
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +2 -2
- package/dist/danx.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/ActionTable.vue +53 -52
package/dist/danx.es.js
CHANGED
@@ -11295,7 +11295,7 @@ const Hw = {
|
|
11295
11295
|
columns: {},
|
11296
11296
|
rowsPerPageOptions: { default: () => [10, 25, 50, 100] },
|
11297
11297
|
summaryColSpan: { default: null },
|
11298
|
-
selection: { default:
|
11298
|
+
selection: { default: void 0 }
|
11299
11299
|
},
|
11300
11300
|
emits: ["update:selected-rows", "update:pagination"],
|
11301
11301
|
setup(t) {
|
@@ -11334,7 +11334,7 @@ const Hw = {
|
|
11334
11334
|
F(k(Vm), {
|
11335
11335
|
ref_key: "actionTable",
|
11336
11336
|
ref: n,
|
11337
|
-
selected: a.selectedRows,
|
11337
|
+
selected: a.selectedRows || [],
|
11338
11338
|
pagination: a.pagination,
|
11339
11339
|
columns: r.value,
|
11340
11340
|
loading: a.loadingList || a.loadingSummary,
|
@@ -11357,18 +11357,18 @@ const Hw = {
|
|
11357
11357
|
], !0)
|
11358
11358
|
]),
|
11359
11359
|
"top-row": N(() => {
|
11360
|
-
var d;
|
11360
|
+
var d, f;
|
11361
11361
|
return [
|
11362
11362
|
s.value ? (h(), I(jx, {
|
11363
11363
|
key: 0,
|
11364
11364
|
label: a.label,
|
11365
11365
|
"item-count": ((d = a.summary) == null ? void 0 : d.count) || 0,
|
11366
|
-
"selected-count": a.selectedRows.length,
|
11366
|
+
"selected-count": (f = a.selectedRows) == null ? void 0 : f.length,
|
11367
11367
|
"sticky-colspan": a.summaryColSpan,
|
11368
11368
|
loading: a.loadingSummary,
|
11369
11369
|
summary: a.summary,
|
11370
11370
|
columns: r.value,
|
11371
|
-
onClear: u[0] || (u[0] = (
|
11371
|
+
onClear: u[0] || (u[0] = (_) => a.$emit("update:selected-rows", []))
|
11372
11372
|
}, null, 8, ["label", "item-count", "selected-count", "sticky-colspan", "loading", "summary", "columns"])) : D("", !0)
|
11373
11373
|
];
|
11374
11374
|
}),
|
@@ -11404,7 +11404,7 @@ const Hw = {
|
|
11404
11404
|
], 2);
|
11405
11405
|
};
|
11406
11406
|
}
|
11407
|
-
}), Kx = /* @__PURE__ */ Ht(Yx, [["__scopeId", "data-v-
|
11407
|
+
}), Kx = /* @__PURE__ */ Ht(Yx, [["__scopeId", "data-v-a4d0792f"]]), Qx = { class: "dx-action-toolbar flex items-center" }, Xx = { class: "flex-grow px-6" }, Jx = { key: 0 }, e3 = { class: "py-3 flex items-center flex-nowrap" }, t3 = /* @__PURE__ */ Q({
|
11408
11408
|
__name: "ActionToolbar",
|
11409
11409
|
props: {
|
11410
11410
|
title: {},
|
@@ -26784,7 +26784,7 @@ function lI(t, e = "") {
|
|
26784
26784
|
function km(t, e = "") {
|
26785
26785
|
return Object.entries(t).map(([n, r]) => typeof r == "object" ? km(r, `${e}${n}-`) : `--${e}${n}: ${r}`).join(";");
|
26786
26786
|
}
|
26787
|
-
const B9 = "0.4.
|
26787
|
+
const B9 = "0.4.88", R9 = {
|
26788
26788
|
version: B9
|
26789
26789
|
}, { version: U9 } = R9;
|
26790
26790
|
function aI() {
|