keli-ui 0.0.22 → 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
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;
|
|
@@ -128404,6 +128405,7 @@ export {
|
|
|
128404
128405
|
commands$2 as commands,
|
|
128405
128406
|
config$2 as config,
|
|
128406
128407
|
index as default,
|
|
128408
|
+
deviceMode,
|
|
128407
128409
|
formats$3 as formats,
|
|
128408
128410
|
formatterData,
|
|
128409
128411
|
getConfig$8 as getConfig,
|
|
@@ -128421,6 +128423,7 @@ export {
|
|
|
128421
128423
|
interceptor$1 as interceptor,
|
|
128422
128424
|
isEmpty,
|
|
128423
128425
|
isInArray,
|
|
128426
|
+
isMobileDevice,
|
|
128424
128427
|
isNotEmpty,
|
|
128425
128428
|
log$1 as log,
|
|
128426
128429
|
menus$1 as menus,
|