@wx-design/components 0.8.57 → 0.8.59
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/es/index.mjs +3 -3
- package/es/style.css +1 -1
- package/lib/index.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -2904,15 +2904,15 @@ const In = [
|
|
|
2904
2904
|
], tm = (e) => {
|
|
2905
2905
|
const { checkboxRecords: t, emit: r, xTable: n, tableConfig: a } = e, o = (f) => {
|
|
2906
2906
|
var c;
|
|
2907
|
-
const b = (c = n.value) == null ? void 0 : c.getCheckboxRecords();
|
|
2907
|
+
const b = (c = n.value) == null ? void 0 : c.getCheckboxRecords(!0);
|
|
2908
2908
|
t.value = b || [], r("checkbox-change", { ...f, records: b });
|
|
2909
2909
|
}, l = (f) => {
|
|
2910
2910
|
var c;
|
|
2911
|
-
const b = (c = n.value) == null ? void 0 : c.getCheckboxRecords();
|
|
2911
|
+
const b = (c = n.value) == null ? void 0 : c.getCheckboxRecords(!0);
|
|
2912
2912
|
t.value = b || [], r("checkbox-all", { ...f, records: b });
|
|
2913
2913
|
}, i = (f) => {
|
|
2914
2914
|
var c;
|
|
2915
|
-
const b = (c = n.value) == null ? void 0 : c.getCheckboxRecords();
|
|
2915
|
+
const b = (c = n.value) == null ? void 0 : c.getCheckboxRecords(!0);
|
|
2916
2916
|
t.value = b || [], r("checkbox-range-end", { ...f, records: b });
|
|
2917
2917
|
}, s = {
|
|
2918
2918
|
"cell-click": async (f) => {
|