keli-ui 0.0.23 → 0.0.24
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/keli-ui.js +2 -1
- package/dist/keli-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/keli-ui.js
CHANGED
|
@@ -36555,7 +36555,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
36555
36555
|
} = useCopyPaste({
|
|
36556
36556
|
xGrid,
|
|
36557
36557
|
rowConfig: (_a2 = props.vxeGridOptions) == null ? void 0 : _a2.rowConfig,
|
|
36558
|
-
fieldChange: fieldValueChanged
|
|
36558
|
+
fieldChange: fieldValueChanged,
|
|
36559
|
+
tableConfig: props.tableConfig
|
|
36559
36560
|
});
|
|
36560
36561
|
cellArea = cellAreaX;
|
|
36561
36562
|
leftFixedCellArea = leftFixedCellAreaX;
|