wlwy-package 3.2.4 → 3.2.5
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/style.css +1 -1
- package/dist/wlwy-package.es.js +8 -5
- package/package.json +1 -1
package/dist/wlwy-package.es.js
CHANGED
|
@@ -3686,8 +3686,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
3686
3686
|
emits: ["pageChange"],
|
|
3687
3687
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
3688
3688
|
useCssVars((_ctx) => ({
|
|
3689
|
-
"
|
|
3690
|
-
"
|
|
3689
|
+
"v42d8e462": `${unref(token).borderRadius}px`,
|
|
3690
|
+
"v7b66f250": unref(token).colorError
|
|
3691
3691
|
}));
|
|
3692
3692
|
const WTABLE_EXPOSE_KEYS = /* @__PURE__ */ new Set([
|
|
3693
3693
|
"getTableInstance",
|
|
@@ -3972,7 +3972,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
3972
3972
|
};
|
|
3973
3973
|
}
|
|
3974
3974
|
});
|
|
3975
|
-
const WTable = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-
|
|
3975
|
+
const WTable = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-1286d00e"]]);
|
|
3976
3976
|
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|
|
3977
3977
|
...{
|
|
3978
3978
|
name: "WActionColumn"
|
|
@@ -9730,7 +9730,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
9730
9730
|
checkedData.value = [];
|
|
9731
9731
|
}
|
|
9732
9732
|
return (_ctx, _cache) => {
|
|
9733
|
-
var _a, _b, _c
|
|
9733
|
+
var _a, _b, _c;
|
|
9734
9734
|
return openBlock(), createBlock(unref(WTable), mergeProps({
|
|
9735
9735
|
ref_key: "wTableRef",
|
|
9736
9736
|
ref: wTableRef
|
|
@@ -9740,7 +9740,10 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
9740
9740
|
total: (_c = props.tableData) == null ? void 0 : _c.total,
|
|
9741
9741
|
"show-checkbox": props.checkbox,
|
|
9742
9742
|
"show-seq": props.sort,
|
|
9743
|
-
seqConfig: {
|
|
9743
|
+
seqConfig: { seqMethod: ({ rowIndex }) => {
|
|
9744
|
+
var _a2, _b2;
|
|
9745
|
+
return ((((_a2 = props.tableData) == null ? void 0 : _a2.current) ?? 1) - 1) * (((_b2 = props.tableData) == null ? void 0 : _b2.size) ?? 1) + rowIndex + 1;
|
|
9746
|
+
} },
|
|
9744
9747
|
onCheckboxChange: handleCheckboxChange,
|
|
9745
9748
|
onCheckboxAll: handleCheckboxAll,
|
|
9746
9749
|
onCheckboxRangeEnd: handleCheckboxRangeEnd
|