vxe-pc-ui 4.6.47 → 4.6.49
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/README.en.md +0 -6
- package/README.ja-JP.md +0 -6
- package/README.md +0 -6
- package/README.zh-TW.md +0 -6
- package/es/dynamics/index.js +4 -4
- package/es/form-design/widget-subtable/subtable-view.js +1 -1
- package/es/icon/style.css +1 -1
- package/es/index.esm.js +0 -6
- package/es/list-design/src/layout-preview.js +1 -1
- package/es/list-design/src/list-view.js +1 -1
- package/es/print/src/util.js +2 -2
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/table-select/src/table-select.js +1 -1
- package/es/ui/index.js +1 -1
- package/es/ui/src/log.js +1 -1
- package/lib/dynamics/index.js +4 -4
- package/lib/dynamics/index.min.js +1 -1
- package/lib/form-design/widget-subtable/subtable-view.js +1 -1
- package/lib/form-design/widget-subtable/subtable-view.min.js +1 -1
- package/lib/icon/style/style.css +1 -1
- package/lib/icon/style/style.min.css +1 -1
- package/lib/index.common.js +0 -6
- package/lib/index.umd.js +60 -28
- package/lib/index.umd.min.js +1 -1
- package/lib/list-design/src/layout-preview.js +1 -1
- package/lib/list-design/src/layout-preview.min.js +1 -1
- package/lib/list-design/src/list-view.js +1 -1
- package/lib/list-design/src/list-view.min.js +1 -1
- package/lib/print/src/util.js +1 -1
- package/lib/print/src/util.min.js +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/table-select/src/table-select.js +1 -1
- package/lib/table-select/src/table-select.min.js +1 -1
- package/lib/ui/index.js +1 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/ui/src/log.js +1 -1
- package/lib/ui/src/log.min.js +1 -1
- package/package.json +2 -2
- package/packages/dynamics/index.ts +5 -5
- package/packages/form-design/widget-subtable/subtable-view.ts +2 -2
- package/packages/index.ts +0 -21
- package/packages/list-design/src/layout-preview.ts +2 -2
- package/packages/list-design/src/list-view.ts +2 -2
- package/packages/print/src/util.ts +2 -2
- package/packages/table-select/src/table-select.ts +2 -2
- package/types/components/anchor.d.ts +18 -3
- package/types/components/calendar.d.ts +3 -0
- package/types/components/carousel.d.ts +3 -0
- package/types/components/checkbox-button.d.ts +3 -0
- package/types/components/checkbox-group.d.ts +3 -0
- package/types/components/checkbox.d.ts +3 -0
- package/types/components/color-picker.d.ts +9 -3
- package/types/components/countdown.d.ts +9 -3
- package/types/components/date-panel.d.ts +3 -0
- package/types/components/date-picker.d.ts +3 -0
- package/types/components/date-range-picker.d.ts +9 -0
- package/types/components/drawer.d.ts +3 -0
- package/types/components/icon-picker.d.ts +9 -3
- package/types/components/input.d.ts +3 -0
- package/types/components/menu.d.ts +3 -0
- package/types/components/modal.d.ts +3 -0
- package/types/components/number-input.d.ts +3 -0
- package/types/components/pager.d.ts +6 -0
- package/types/components/password-input.d.ts +9 -3
- package/types/components/radio-button.d.ts +3 -0
- package/types/components/radio-group.d.ts +3 -0
- package/types/components/radio.d.ts +3 -0
- package/types/components/select.d.ts +3 -0
- package/types/components/switch.d.ts +3 -0
- package/types/components/table-plugins/extend-cell-area.d.ts +6 -3
- package/types/components/tabs.d.ts +3 -0
- package/types/components/textarea.d.ts +3 -0
- package/types/components/tooltip.d.ts +9 -3
- package/types/components/upload.d.ts +3 -0
- /package/es/icon/{iconfont.1751618343421.ttf → iconfont.1751948485119.ttf} +0 -0
- /package/es/icon/{iconfont.1751618343421.woff → iconfont.1751948485119.woff} +0 -0
- /package/es/icon/{iconfont.1751618343421.woff2 → iconfont.1751948485119.woff2} +0 -0
- /package/es/{iconfont.1751618343421.ttf → iconfont.1751948485119.ttf} +0 -0
- /package/es/{iconfont.1751618343421.woff → iconfont.1751948485119.woff} +0 -0
- /package/es/{iconfont.1751618343421.woff2 → iconfont.1751948485119.woff2} +0 -0
- /package/lib/icon/style/{iconfont.1751618343421.ttf → iconfont.1751948485119.ttf} +0 -0
- /package/lib/icon/style/{iconfont.1751618343421.woff → iconfont.1751948485119.woff} +0 -0
- /package/lib/icon/style/{iconfont.1751618343421.woff2 → iconfont.1751948485119.woff2} +0 -0
- /package/lib/{iconfont.1751618343421.ttf → iconfont.1751948485119.ttf} +0 -0
- /package/lib/{iconfont.1751618343421.woff → iconfont.1751948485119.woff} +0 -0
- /package/lib/{iconfont.1751618343421.woff2 → iconfont.1751948485119.woff2} +0 -0
package/lib/index.umd.js
CHANGED
|
@@ -2358,7 +2358,7 @@ if (typeof window !== 'undefined') {
|
|
|
2358
2358
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
2359
2359
|
var es_array_push = __webpack_require__(4114);
|
|
2360
2360
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/core.js
|
|
2361
|
-
const coreVersion = "4.
|
|
2361
|
+
const coreVersion = "4.2.0";
|
|
2362
2362
|
const VxeCore = {
|
|
2363
2363
|
coreVersion,
|
|
2364
2364
|
uiVersion: '',
|
|
@@ -2929,7 +2929,7 @@ function createLog(type, name) {
|
|
|
2929
2929
|
return msg;
|
|
2930
2930
|
};
|
|
2931
2931
|
}
|
|
2932
|
-
const version = "4.
|
|
2932
|
+
const version = "4.2.0";
|
|
2933
2933
|
const log = {
|
|
2934
2934
|
create: createLog,
|
|
2935
2935
|
warn: createLog('warn', `v${version}`),
|
|
@@ -2958,7 +2958,11 @@ const renderer = {
|
|
|
2958
2958
|
const renders = renderMap[name];
|
|
2959
2959
|
if (renders) {
|
|
2960
2960
|
// 检测是否覆盖
|
|
2961
|
-
|
|
2961
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().each(options, (val, key) => {
|
|
2962
|
+
if (!external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().eqNull(renders[key]) && renders[key] !== val) {
|
|
2963
|
+
log.warn('vxe.error.coverProp', [`Renderer.${name}`, key]);
|
|
2964
|
+
}
|
|
2965
|
+
});
|
|
2962
2966
|
Object.assign(renders, options);
|
|
2963
2967
|
} else {
|
|
2964
2968
|
renderMap[name] = options;
|
|
@@ -3005,7 +3009,12 @@ class Store {
|
|
|
3005
3009
|
add(name, options) {
|
|
3006
3010
|
const conf = this.store[name];
|
|
3007
3011
|
// 检测是否覆盖
|
|
3008
|
-
|
|
3012
|
+
const confKeys = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(conf);
|
|
3013
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().each(options, (item, key) => {
|
|
3014
|
+
if (confKeys.includes(key)) {
|
|
3015
|
+
log.warn('vxe.error.coverProp', [name, key]);
|
|
3016
|
+
}
|
|
3017
|
+
});
|
|
3009
3018
|
this.store[name] = conf ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().merge(conf, options) : options;
|
|
3010
3019
|
return this;
|
|
3011
3020
|
}
|
|
@@ -3020,7 +3029,9 @@ class Store {
|
|
|
3020
3029
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/validators.js
|
|
3021
3030
|
|
|
3022
3031
|
const validators = new store();
|
|
3023
|
-
|
|
3032
|
+
Object.assign(validators, {
|
|
3033
|
+
_name: 'Validators'
|
|
3034
|
+
});
|
|
3024
3035
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/menus.js
|
|
3025
3036
|
|
|
3026
3037
|
|
|
@@ -3049,13 +3060,18 @@ class VXEMenusStore {
|
|
|
3049
3060
|
const conf = this.store[name];
|
|
3050
3061
|
// 兼容
|
|
3051
3062
|
if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(render)) {
|
|
3052
|
-
|
|
3063
|
+
log.warn('vxe.error.delProp', ['menus -> callback', 'menuMethod']);
|
|
3053
3064
|
render = {
|
|
3054
3065
|
menuMethod: render
|
|
3055
3066
|
};
|
|
3056
3067
|
}
|
|
3057
3068
|
// 检测是否覆盖
|
|
3058
|
-
|
|
3069
|
+
const confKeys = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(conf);
|
|
3070
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().each(render, (item, key) => {
|
|
3071
|
+
if (confKeys.includes(key)) {
|
|
3072
|
+
log.warn('vxe.error.coverProp', [name, key]);
|
|
3073
|
+
}
|
|
3074
|
+
});
|
|
3059
3075
|
this.store[name] = conf ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().merge(conf, render) : render;
|
|
3060
3076
|
return this;
|
|
3061
3077
|
}
|
|
@@ -3067,7 +3083,9 @@ class VXEMenusStore {
|
|
|
3067
3083
|
}
|
|
3068
3084
|
}
|
|
3069
3085
|
const menus = new VXEMenusStore();
|
|
3070
|
-
|
|
3086
|
+
Object.assign(menus, {
|
|
3087
|
+
_name: 'Menus'
|
|
3088
|
+
});
|
|
3071
3089
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/formats.js
|
|
3072
3090
|
|
|
3073
3091
|
|
|
@@ -3096,13 +3114,18 @@ class VXEFormatsStore {
|
|
|
3096
3114
|
const conf = this.store[name];
|
|
3097
3115
|
// 兼容
|
|
3098
3116
|
if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(render)) {
|
|
3099
|
-
|
|
3117
|
+
log.warn('vxe.error.delProp', ['formats -> callback', 'cellFormatMethod']);
|
|
3100
3118
|
render = {
|
|
3101
3119
|
cellFormatMethod: render
|
|
3102
3120
|
};
|
|
3103
3121
|
}
|
|
3104
3122
|
// 检测是否覆盖
|
|
3105
|
-
|
|
3123
|
+
const confKeys = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(conf);
|
|
3124
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().each(render, (item, key) => {
|
|
3125
|
+
if (confKeys.includes(key)) {
|
|
3126
|
+
log.warn('vxe.error.coverProp', [name, key]);
|
|
3127
|
+
}
|
|
3128
|
+
});
|
|
3106
3129
|
this.store[name] = conf ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().merge(conf, render) : render;
|
|
3107
3130
|
return this;
|
|
3108
3131
|
}
|
|
@@ -3114,7 +3137,9 @@ class VXEFormatsStore {
|
|
|
3114
3137
|
}
|
|
3115
3138
|
}
|
|
3116
3139
|
const formats = new VXEFormatsStore();
|
|
3117
|
-
|
|
3140
|
+
Object.assign(formats, {
|
|
3141
|
+
_name: 'Formats'
|
|
3142
|
+
});
|
|
3118
3143
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/commands.js
|
|
3119
3144
|
|
|
3120
3145
|
|
|
@@ -3143,13 +3168,18 @@ class VXECommandsStore {
|
|
|
3143
3168
|
const conf = this.store[name];
|
|
3144
3169
|
// 兼容
|
|
3145
3170
|
if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(render)) {
|
|
3146
|
-
|
|
3171
|
+
log.warn('vxe.error.delProp', ['commands -> callback', 'commandMethod']);
|
|
3147
3172
|
render = {
|
|
3148
3173
|
commandMethod: render
|
|
3149
3174
|
};
|
|
3150
3175
|
}
|
|
3151
3176
|
// 检测是否覆盖
|
|
3152
|
-
|
|
3177
|
+
const confKeys = external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().keys(conf);
|
|
3178
|
+
external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().each(render, (item, key) => {
|
|
3179
|
+
if (confKeys.includes(key)) {
|
|
3180
|
+
log.warn('vxe.error.coverProp', [name, key]);
|
|
3181
|
+
}
|
|
3182
|
+
});
|
|
3153
3183
|
this.store[name] = conf ? external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().merge(conf, render) : render;
|
|
3154
3184
|
return this;
|
|
3155
3185
|
}
|
|
@@ -3161,7 +3191,9 @@ class VXECommandsStore {
|
|
|
3161
3191
|
}
|
|
3162
3192
|
}
|
|
3163
3193
|
const commands = new VXECommandsStore();
|
|
3164
|
-
|
|
3194
|
+
Object.assign(commands, {
|
|
3195
|
+
_name: 'Commands'
|
|
3196
|
+
});
|
|
3165
3197
|
;// CONCATENATED MODULE: ./node_modules/@vxe-ui/core/es/src/interceptor.js
|
|
3166
3198
|
|
|
3167
3199
|
|
|
@@ -3180,9 +3212,7 @@ const interceptor = {
|
|
|
3180
3212
|
add(type, render) {
|
|
3181
3213
|
// 兼容
|
|
3182
3214
|
if (external_root_XEUtils_commonjs_xe_utils_commonjs2_xe_utils_amd_xe_utils_default().isFunction(render)) {
|
|
3183
|
-
// if (process.env.NODE_ENV === 'development') {
|
|
3184
3215
|
// log.warn('vxe.error.delProp', ['interceptor -> callback', 'tableInterceptorMethod'])
|
|
3185
|
-
// }
|
|
3186
3216
|
render = {
|
|
3187
3217
|
tableInterceptorMethod: render
|
|
3188
3218
|
};
|
|
@@ -3194,7 +3224,9 @@ const interceptor = {
|
|
|
3194
3224
|
eList = storeMap[type] = [];
|
|
3195
3225
|
}
|
|
3196
3226
|
// 检测重复
|
|
3197
|
-
if (
|
|
3227
|
+
if (eList.indexOf(callback) > -1) {
|
|
3228
|
+
log.warn('vxe.error.coverProp', ['Interceptor', type]);
|
|
3229
|
+
}
|
|
3198
3230
|
eList.push(callback);
|
|
3199
3231
|
}
|
|
3200
3232
|
return interceptor;
|
|
@@ -4212,10 +4244,10 @@ const dynamicStore = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.reactive)(
|
|
|
4212
4244
|
*/
|
|
4213
4245
|
const VxeDynamics = defineVxeComponent({
|
|
4214
4246
|
setup() {
|
|
4215
|
-
const VxeUIModalComponent = index_esm_VxeUI.getComponent('
|
|
4216
|
-
const VxeUIDrawerComponent = index_esm_VxeUI.getComponent('
|
|
4217
|
-
const VxeUILoadingComponent = index_esm_VxeUI.getComponent('
|
|
4218
|
-
const VxeUIWatermarkComponent = index_esm_VxeUI.getComponent('
|
|
4247
|
+
const VxeUIModalComponent = index_esm_VxeUI.getComponent('vxe-modal');
|
|
4248
|
+
const VxeUIDrawerComponent = index_esm_VxeUI.getComponent('vxe-drawer');
|
|
4249
|
+
const VxeUILoadingComponent = index_esm_VxeUI.getComponent('vxe-loading');
|
|
4250
|
+
const VxeUIWatermarkComponent = index_esm_VxeUI.getComponent('vxe-watermark');
|
|
4219
4251
|
return () => {
|
|
4220
4252
|
const {
|
|
4221
4253
|
modals,
|
|
@@ -4244,14 +4276,14 @@ function checkDynamic() {
|
|
|
4244
4276
|
}
|
|
4245
4277
|
;// CONCATENATED MODULE: ./packages/ui/src/log.ts
|
|
4246
4278
|
|
|
4247
|
-
const log_version = `ui v${"4.6.
|
|
4279
|
+
const log_version = `ui v${"4.6.49"}`;
|
|
4248
4280
|
const warnLog = log.create('warn', log_version);
|
|
4249
4281
|
const errLog = log.create('error', log_version);
|
|
4250
4282
|
;// CONCATENATED MODULE: ./packages/ui/index.ts
|
|
4251
4283
|
|
|
4252
4284
|
|
|
4253
4285
|
|
|
4254
|
-
const ui_version = "4.6.
|
|
4286
|
+
const ui_version = "4.6.49";
|
|
4255
4287
|
index_esm_VxeUI.uiVersion = ui_version;
|
|
4256
4288
|
index_esm_VxeUI.dynamicApp = dynamicApp;
|
|
4257
4289
|
function config(options) {
|
|
@@ -31406,7 +31438,7 @@ const WidgetSubtableViewComponent = defineVxeComponent({
|
|
|
31406
31438
|
},
|
|
31407
31439
|
emits: [],
|
|
31408
31440
|
setup(props) {
|
|
31409
|
-
const VxeTableGridComponent = index_esm_VxeUI.getComponent('
|
|
31441
|
+
const VxeTableGridComponent = index_esm_VxeUI.getComponent('vxe-grid');
|
|
31410
31442
|
const $xeFormView = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.inject)('$xeFormView', null);
|
|
31411
31443
|
const {
|
|
31412
31444
|
computeKebabCaseName
|
|
@@ -42524,7 +42556,7 @@ const default_setting_data_getDefaultSettingFormData = () => {
|
|
|
42524
42556
|
props: {},
|
|
42525
42557
|
emits: [],
|
|
42526
42558
|
setup() {
|
|
42527
|
-
const VxeTableGridComponent = index_esm_VxeUI.getComponent('
|
|
42559
|
+
const VxeTableGridComponent = index_esm_VxeUI.getComponent('vxe-grid');
|
|
42528
42560
|
const $xeListDesign = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.inject)('$xeListDesign', null);
|
|
42529
42561
|
if (!$xeListDesign) {
|
|
42530
42562
|
return () => [];
|
|
@@ -43892,7 +43924,7 @@ const ListDesign = VxeListDesign;
|
|
|
43892
43924
|
},
|
|
43893
43925
|
emits: ['cell-action', 'update:formData', 'update:actionButtons'],
|
|
43894
43926
|
setup(props, context) {
|
|
43895
|
-
const VxeTableGridComponent = index_esm_VxeUI.getComponent('
|
|
43927
|
+
const VxeTableGridComponent = index_esm_VxeUI.getComponent('vxe-grid');
|
|
43896
43928
|
const {
|
|
43897
43929
|
emit,
|
|
43898
43930
|
slots
|
|
@@ -47083,7 +47115,7 @@ function createHtmlPage(opts, printHtml) {
|
|
|
47083
47115
|
const footStyOpts = pageStyObj.header;
|
|
47084
47116
|
const pnStyOpts = pageStyObj.pageNumber;
|
|
47085
47117
|
const isPbMode = opts._pageBreaks || opts.pageBreaks && opts.pageBreaks.length;
|
|
47086
|
-
return ['<!DOCTYPE html><html>', '<head>', '<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">', `<title>${opts.title || ''}</title>`,
|
|
47118
|
+
return ['<!DOCTYPE html><html>', '<head>', '<meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">', `<title>${opts.title || ''}</title>`, `<style media="print">@page{size:auto;${isPbMode ? 'margin: 0mm;' : ''}}</style>`, `<style>body{font-size:${pageStyObj.fontSize || '14px'};color:${pageStyObj.color || defaultFontColor};text-align:${pageStyObj.textAlign || 'left'};}</style>`, '<style>', '.vxe-print-slots{display:none;}', '.vxe-print-page-break.align--center{text-align:center;}', '.vxe-print-page-break.align--left{text-align:left;}', '.vxe-print-page-break.align--right{text-align:right;}', '.vxe-print-page-break{break-before:always;page-break-before:always;display:flex;flex-direction:column;height:100vh;overflow:hidden;}', '.vxe-print-page-break--body{display:flex;flex-direction:row;flex-grow:1;overflow:hidden;}', '.vxe-print-page-break--left,.vxe-print-page-break--right{flex-shrink:0;height:100%;}', `.vxe-print-page-break--left{width:${pageStyObj.marginLeft};}`, `.vxe-print-page-break--right{width:${pageStyObj.marginRight};}`, '.vxe-print-page-break--header,.vxe-print-page-break--footer{display:flex;justify-content:center;flex-direction:column;flex-shrink:0;width:100%;}', `.vxe-print-page-break--header{height:${headStyOpts.height || pageStyObj.marginTop};padding:0 ${pageStyObj.marginLeft} 0 ${pageStyObj.marginRight};text-align:${headStyOpts.textAlign || 'left'};}`, `.vxe-print-page-break--header-title{font-size:${titStyOpts.fontSize || '1.6em'};color:${titStyOpts.color || defaultFontColor};text-align:${opts.headerAlign || pnStyOpts.textAlign || 'center'};}`, `.vxe-print-page-break--footer{height:${footStyOpts.height || pageStyObj.marginBottom};padding:0 ${pageStyObj.marginLeft} 0 ${pageStyObj.marginRight};text-align:${footStyOpts.textAlign || 'left'};}`, '.vxe-print-page-break--content{flex-grow:1;overflow:hidden;}', `.vxe-print-page-break--footer-page-number{font-size:${pnStyOpts.fontSize || '1.2em'};color:${pnStyOpts.color || defaultFontColor};text-align:${opts.footerAlign || pnStyOpts.textAlign || 'center'};}`, '</style>', '<style>.vxe-table{white-space:pre;}</style>', `<style>${defaultHtmlStyle}</style>`, isPbMode ? '<style>body{margin:0;}</style>' : '', customStyle ? `<style>${customStyle}</style>` : '', '</head>', '<body>', `${printHtml}`, '</body>', '</html>'].join('');
|
|
47087
47119
|
}
|
|
47088
47120
|
function handlePrint(opts, printHtml = '') {
|
|
47089
47121
|
const {
|
|
@@ -49159,7 +49191,7 @@ function getRowUniqueId() {
|
|
|
49159
49191
|
emit,
|
|
49160
49192
|
slots
|
|
49161
49193
|
} = context;
|
|
49162
|
-
const VxeTableGridComponent = index_esm_VxeUI.getComponent('
|
|
49194
|
+
const VxeTableGridComponent = index_esm_VxeUI.getComponent('vxe-grid');
|
|
49163
49195
|
const $xeModal = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.inject)('$xeModal', null);
|
|
49164
49196
|
const $xeDrawer = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.inject)('$xeDrawer', null);
|
|
49165
49197
|
const $xeTable = (0,external_commonjs_vue_commonjs2_vue_root_Vue_.inject)('$xeTable', null);
|