cnhis-design-vue 3.1.46-beta.2 → 3.1.46-beta.4

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.
Files changed (49) hide show
  1. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
  2. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
  3. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  4. package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
  5. package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
  6. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  7. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -1
  8. package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
  9. package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
  10. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
  11. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
  12. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
  13. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
  14. package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
  15. package/es/components/index.css +1 -1
  16. package/es/components/index.d.ts +2 -1
  17. package/es/components/index.js +1 -1
  18. package/es/components/quick-search/src/index.vue2.js +1 -1
  19. package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
  20. package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
  21. package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
  22. package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
  23. package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
  24. package/es/components/table-export-field/index.d.ts +967 -0
  25. package/es/components/table-export-field/index.js +1 -0
  26. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +192 -0
  27. package/es/components/table-export-field/src/components/ExportModal.vue.js +1 -0
  28. package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -0
  29. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +687 -0
  30. package/es/components/table-export-field/src/components/SaveProjectModal.vue.js +1 -0
  31. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -0
  32. package/es/components/table-export-field/src/constants/index.d.ts +3 -0
  33. package/es/components/table-export-field/src/constants/index.js +1 -0
  34. package/es/components/table-export-field/src/hooks/useAsyncData.d.ts +6 -0
  35. package/es/components/table-export-field/src/hooks/useAsyncData.js +1 -0
  36. package/es/components/table-export-field/src/index.vue.d.ts +968 -0
  37. package/es/components/table-export-field/src/index.vue.js +1 -0
  38. package/es/components/table-export-field/src/index.vue2.js +1 -0
  39. package/es/components/table-export-field/src/types/index.d.ts +6 -0
  40. package/es/components/table-export-field/src/types/index.js +1 -0
  41. package/es/components/table-export-field/style/index.css +1 -0
  42. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -1
  43. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +1 -1
  44. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +1 -1
  45. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +1 -1
  46. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +1 -1
  47. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +1 -1
  48. package/es/shared/package.json.js +1 -1
  49. package/package.json +2 -2
@@ -0,0 +1,967 @@
1
+ import { SFCWithInstall } from '../../../es/shared/types';
2
+ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
3
+ visible: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ tableListId: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ fieldOriginList: {
12
+ type: import("vue").PropType<any[]>;
13
+ default: () => never[];
14
+ };
15
+ exportApiConfig: {
16
+ type: ObjectConstructor;
17
+ };
18
+ }, {
19
+ defaultKey: string;
20
+ message: import("naive-ui").MessageApi;
21
+ getTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
22
+ deleteTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
23
+ exportTableListScheme: (params: any, filterApiConfig: any) => Promise<any>;
24
+ baseOption: {
25
+ schemeId: string;
26
+ schemeName: string;
27
+ fieldKeys: never[];
28
+ };
29
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
30
+ visible: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ tableListId: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ fieldOriginList: {
39
+ type: import("vue").PropType<any[]>;
40
+ default: () => never[];
41
+ };
42
+ exportApiConfig: {
43
+ type: ObjectConstructor;
44
+ };
45
+ }>> & {
46
+ onCancelModal?: ((...args: any[]) => any) | undefined;
47
+ }>>;
48
+ emit: (event: "cancelModal", ...args: any[]) => void;
49
+ isShowSaveProjectModal: import("vue").Ref<boolean>;
50
+ curProgram: import("vue").Ref<{
51
+ schemeId: string;
52
+ schemeName: string;
53
+ fieldKeys: string[];
54
+ updatedTime?: string | undefined;
55
+ }>;
56
+ programOptions: import("vue").Ref<{
57
+ schemeId: string;
58
+ schemeName: string;
59
+ fieldKeys: string[];
60
+ updatedTime?: string | undefined;
61
+ }[]>;
62
+ downLoadFieldList: import("vue").ComputedRef<any[]>;
63
+ isDefaultShowFields: import("vue").ComputedRef<any[]>;
64
+ handleProjectModal: () => void;
65
+ handleExportModal: () => void;
66
+ updateCurProgram: (schemeId: string) => void;
67
+ updateFieldCheckList: (fieldCheckList: string[]) => void;
68
+ getExportFieldList: () => Promise<import("naive-ui").MessageReactive | undefined>;
69
+ init: () => Promise<void>;
70
+ NButton: any;
71
+ ExportModal: import("vue").DefineComponent<{
72
+ visible: {
73
+ type: BooleanConstructor;
74
+ default: boolean;
75
+ };
76
+ tableListId: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ fieldOriginList: {
81
+ type: import("vue").PropType<any[]>;
82
+ default: () => never[];
83
+ };
84
+ curProgram: {
85
+ type: import("vue").PropType<import("./src/types").IExportSchemeType>;
86
+ default: () => {};
87
+ };
88
+ programOptions: {
89
+ type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
90
+ default: () => never[];
91
+ };
92
+ downLoadFieldList: {
93
+ type: import("vue").PropType<any[]>;
94
+ default: () => never[];
95
+ };
96
+ }, {
97
+ defaultKey: string;
98
+ baseSetting: {
99
+ width: string;
100
+ height: string;
101
+ };
102
+ menuProps: {
103
+ class: string;
104
+ };
105
+ message: import("naive-ui").MessageApi;
106
+ deleteTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
107
+ exportTableListScheme: (params: any, filterApiConfig: any) => Promise<any>;
108
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
109
+ visible: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ tableListId: {
114
+ type: StringConstructor;
115
+ default: string;
116
+ };
117
+ fieldOriginList: {
118
+ type: import("vue").PropType<any[]>;
119
+ default: () => never[];
120
+ };
121
+ curProgram: {
122
+ type: import("vue").PropType<import("./src/types").IExportSchemeType>;
123
+ default: () => {};
124
+ };
125
+ programOptions: {
126
+ type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
127
+ default: () => never[];
128
+ };
129
+ downLoadFieldList: {
130
+ type: import("vue").PropType<any[]>;
131
+ default: () => never[];
132
+ };
133
+ }>> & {
134
+ onCancelModal?: ((...args: any[]) => any) | undefined;
135
+ onUpdateCurProgram?: ((...args: any[]) => any) | undefined;
136
+ onUpdateFieldCheckList?: ((...args: any[]) => any) | undefined;
137
+ }>>;
138
+ emits: (event: "cancelModal" | "updateCurProgram" | "updateFieldCheckList", ...args: any[]) => void;
139
+ isChangeWindow: import("vue").Ref<boolean>;
140
+ modalWidth: import("vue").Ref<string>;
141
+ bodyStyle: import("vue").Ref<{
142
+ maxHeight: string;
143
+ height: string;
144
+ }>;
145
+ isSelectAll: import("vue").Ref<boolean>;
146
+ isIndeterminate: import("vue").Ref<boolean>;
147
+ fieldCheckList: import("vue").Ref<any[]>;
148
+ exportApiConfig: import("../../../es/shared/types").AnyObject;
149
+ curSchemeId: import("vue").ComputedRef<string>;
150
+ deleteExportSchemeItem: (schemeId: string) => Promise<import("naive-ui").MessageReactive | undefined>;
151
+ doExportScheme: () => Promise<import("naive-ui").MessageReactive | undefined>;
152
+ renderTag: ({ option }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
153
+ [key: string]: any;
154
+ }>;
155
+ renderLabel: (option: import("./src/types").IExportSchemeType) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
156
+ [key: string]: any;
157
+ }>;
158
+ handleClick: (e: MouseEvent) => void;
159
+ handleDelete: (option: import("./src/types").IExportSchemeType) => import("naive-ui").MessageReactive | undefined;
160
+ handleUpdateSelect: (value: string | number | null) => void;
161
+ _setFieldCheckListValue: (optionKey: string | number | null) => void;
162
+ exportData: () => void;
163
+ handleCheckboxAll: (checked: boolean) => void;
164
+ cancelModal: () => void;
165
+ resetWindow: () => void;
166
+ changeWindow: () => void;
167
+ NModal: any;
168
+ NCard: any;
169
+ NButton: any;
170
+ NSelect: any;
171
+ NCheckboxGroup: import("vue").DefineComponent<{
172
+ readonly min: NumberConstructor;
173
+ readonly max: NumberConstructor;
174
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
175
+ readonly value: import("vue").PropType<(string | number)[] | null>;
176
+ readonly defaultValue: {
177
+ readonly type: import("vue").PropType<(string | number)[] | null>;
178
+ readonly default: null;
179
+ };
180
+ readonly disabled: {
181
+ readonly type: import("vue").PropType<boolean | undefined>;
182
+ readonly default: undefined;
183
+ };
184
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
185
+ actionType: "check" | "uncheck";
186
+ value: string | number;
187
+ }) => void>>;
188
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
189
+ actionType: "check" | "uncheck";
190
+ value: string | number;
191
+ }) => void>>;
192
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
193
+ }, {
194
+ mergedClsPrefix: import("vue").ComputedRef<string>;
195
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
196
+ readonly min: NumberConstructor;
197
+ readonly max: NumberConstructor;
198
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
199
+ readonly value: import("vue").PropType<(string | number)[] | null>;
200
+ readonly defaultValue: {
201
+ readonly type: import("vue").PropType<(string | number)[] | null>;
202
+ readonly default: null;
203
+ };
204
+ readonly disabled: {
205
+ readonly type: import("vue").PropType<boolean | undefined>;
206
+ readonly default: undefined;
207
+ };
208
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
209
+ actionType: "check" | "uncheck";
210
+ value: string | number;
211
+ }) => void>>;
212
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[], meta: {
213
+ actionType: "check" | "uncheck";
214
+ value: string | number;
215
+ }) => void>>;
216
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: (string | number)[]) => void> | undefined>;
217
+ }>>, {
218
+ readonly disabled: boolean | undefined;
219
+ readonly defaultValue: (string | number)[] | null;
220
+ }>;
221
+ NCheckbox: any;
222
+ NPopover: any;
223
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelModal" | "updateCurProgram" | "updateFieldCheckList")[], "cancelModal" | "updateCurProgram" | "updateFieldCheckList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
224
+ visible: {
225
+ type: BooleanConstructor;
226
+ default: boolean;
227
+ };
228
+ tableListId: {
229
+ type: StringConstructor;
230
+ default: string;
231
+ };
232
+ fieldOriginList: {
233
+ type: import("vue").PropType<any[]>;
234
+ default: () => never[];
235
+ };
236
+ curProgram: {
237
+ type: import("vue").PropType<import("./src/types").IExportSchemeType>;
238
+ default: () => {};
239
+ };
240
+ programOptions: {
241
+ type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
242
+ default: () => never[];
243
+ };
244
+ downLoadFieldList: {
245
+ type: import("vue").PropType<any[]>;
246
+ default: () => never[];
247
+ };
248
+ }>> & {
249
+ onCancelModal?: ((...args: any[]) => any) | undefined;
250
+ onUpdateCurProgram?: ((...args: any[]) => any) | undefined;
251
+ onUpdateFieldCheckList?: ((...args: any[]) => any) | undefined;
252
+ }, {
253
+ visible: boolean;
254
+ tableListId: string;
255
+ fieldOriginList: any[];
256
+ curProgram: import("./src/types").IExportSchemeType;
257
+ programOptions: import("./src/types").IExportSchemeType[];
258
+ downLoadFieldList: any[];
259
+ }>;
260
+ SaveProjectModal: import("vue").DefineComponent<{
261
+ visible: {
262
+ type: BooleanConstructor;
263
+ default: boolean;
264
+ };
265
+ tableListId: {
266
+ type: StringConstructor;
267
+ default: string;
268
+ };
269
+ programOptions: {
270
+ type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
271
+ default: () => never[];
272
+ };
273
+ curProgram: {
274
+ type: import("vue").PropType<import("./src/types").IExportSchemeType>;
275
+ default: () => {};
276
+ };
277
+ }, {
278
+ message: import("naive-ui").MessageApi;
279
+ saveTableListExportScheme: (params: any, filterApiConfig: any) => Promise<any>;
280
+ defaultKey: string;
281
+ rules: {
282
+ projectName: {
283
+ required: boolean;
284
+ message: string;
285
+ trigger: string[];
286
+ };
287
+ };
288
+ modeList: {
289
+ value: string;
290
+ label: string;
291
+ }[];
292
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
293
+ visible: {
294
+ type: BooleanConstructor;
295
+ default: boolean;
296
+ };
297
+ tableListId: {
298
+ type: StringConstructor;
299
+ default: string;
300
+ };
301
+ programOptions: {
302
+ type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
303
+ default: () => never[];
304
+ };
305
+ curProgram: {
306
+ type: import("vue").PropType<import("./src/types").IExportSchemeType>;
307
+ default: () => {};
308
+ };
309
+ }>> & {
310
+ onCancelSaveModal?: ((...args: any[]) => any) | undefined;
311
+ }>>;
312
+ emits: (event: "cancelSaveModal", ...args: any[]) => void;
313
+ formRef: any;
314
+ formValue: {
315
+ projectName: string;
316
+ };
317
+ selectProject: import("vue").Ref<any>;
318
+ projectList: import("vue").Ref<any[]>;
319
+ exportApiConfig: import("../../../es/shared/types").AnyObject;
320
+ handleRadioChange: (value: string | number | boolean) => void;
321
+ validateProjectName: () => boolean;
322
+ getParams: () => {
323
+ fieldKeys: string[];
324
+ lastUsedSchemeName: string;
325
+ schemeId: string;
326
+ schemeName: string;
327
+ tableListId: string;
328
+ };
329
+ saveToCalss: () => void;
330
+ cancelSaveToCalss: () => void;
331
+ NForm: any;
332
+ NFormItem: import("vue").DefineComponent<{
333
+ readonly label: StringConstructor;
334
+ readonly labelWidth: import("vue").PropType<string | number>;
335
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
336
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
337
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
338
+ readonly path: StringConstructor;
339
+ readonly first: BooleanConstructor;
340
+ readonly rulePath: StringConstructor;
341
+ readonly required: BooleanConstructor;
342
+ readonly showRequireMark: {
343
+ readonly type: import("vue").PropType<boolean | undefined>;
344
+ readonly default: undefined;
345
+ };
346
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
347
+ readonly showFeedback: {
348
+ readonly type: import("vue").PropType<boolean | undefined>;
349
+ readonly default: undefined;
350
+ };
351
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
352
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
353
+ readonly ignorePathChange: BooleanConstructor;
354
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
355
+ readonly feedback: StringConstructor;
356
+ readonly showLabel: {
357
+ readonly type: import("vue").PropType<boolean | undefined>;
358
+ readonly default: undefined;
359
+ };
360
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
361
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
362
+ blankHeightSmall: string;
363
+ blankHeightMedium: string;
364
+ blankHeightLarge: string;
365
+ lineHeight: string;
366
+ labelTextColor: string;
367
+ asteriskColor: string;
368
+ feedbackTextColorError: string;
369
+ feedbackTextColorWarning: string;
370
+ feedbackTextColor: string;
371
+ feedbackPadding: string;
372
+ feedbackHeightSmall: string;
373
+ feedbackHeightMedium: string;
374
+ feedbackHeightLarge: string;
375
+ feedbackFontSizeSmall: string;
376
+ feedbackFontSizeMedium: string;
377
+ feedbackFontSizeLarge: string;
378
+ labelFontSizeLeftSmall: string;
379
+ labelFontSizeLeftMedium: string;
380
+ labelFontSizeLeftLarge: string;
381
+ labelFontSizeTopSmall: string;
382
+ labelFontSizeTopMedium: string;
383
+ labelFontSizeTopLarge: string;
384
+ labelHeightSmall: string;
385
+ labelHeightMedium: string;
386
+ labelHeightLarge: string;
387
+ labelPaddingVertical: string;
388
+ labelPaddingHorizontal: string;
389
+ labelTextAlignVertical: string;
390
+ labelTextAlignHorizontal: string;
391
+ }, any>>;
392
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
393
+ blankHeightSmall: string;
394
+ blankHeightMedium: string;
395
+ blankHeightLarge: string;
396
+ lineHeight: string;
397
+ labelTextColor: string;
398
+ asteriskColor: string;
399
+ feedbackTextColorError: string;
400
+ feedbackTextColorWarning: string;
401
+ feedbackTextColor: string;
402
+ feedbackPadding: string;
403
+ feedbackHeightSmall: string;
404
+ feedbackHeightMedium: string;
405
+ feedbackHeightLarge: string;
406
+ feedbackFontSizeSmall: string;
407
+ feedbackFontSizeMedium: string;
408
+ feedbackFontSizeLarge: string;
409
+ labelFontSizeLeftSmall: string;
410
+ labelFontSizeLeftMedium: string;
411
+ labelFontSizeLeftLarge: string;
412
+ labelFontSizeTopSmall: string;
413
+ labelFontSizeTopMedium: string;
414
+ labelFontSizeTopLarge: string;
415
+ labelHeightSmall: string;
416
+ labelHeightMedium: string;
417
+ labelHeightLarge: string;
418
+ labelPaddingVertical: string;
419
+ labelPaddingHorizontal: string;
420
+ labelTextAlignVertical: string;
421
+ labelTextAlignHorizontal: string;
422
+ }, any>>>;
423
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
424
+ blankHeightSmall: string;
425
+ blankHeightMedium: string;
426
+ blankHeightLarge: string;
427
+ lineHeight: string;
428
+ labelTextColor: string;
429
+ asteriskColor: string;
430
+ feedbackTextColorError: string;
431
+ feedbackTextColorWarning: string;
432
+ feedbackTextColor: string;
433
+ feedbackPadding: string;
434
+ feedbackHeightSmall: string;
435
+ feedbackHeightMedium: string;
436
+ feedbackHeightLarge: string;
437
+ feedbackFontSizeSmall: string;
438
+ feedbackFontSizeMedium: string;
439
+ feedbackFontSizeLarge: string;
440
+ labelFontSizeLeftSmall: string;
441
+ labelFontSizeLeftMedium: string;
442
+ labelFontSizeLeftLarge: string;
443
+ labelFontSizeTopSmall: string;
444
+ labelFontSizeTopMedium: string;
445
+ labelFontSizeTopLarge: string;
446
+ labelHeightSmall: string;
447
+ labelHeightMedium: string;
448
+ labelHeightLarge: string;
449
+ labelPaddingVertical: string;
450
+ labelPaddingHorizontal: string;
451
+ labelTextAlignVertical: string;
452
+ labelTextAlignHorizontal: string;
453
+ }, any>>>;
454
+ }, {
455
+ cssVars: import("vue").ComputedRef<{
456
+ '--n-bezier': string;
457
+ '--n-line-height': string;
458
+ '--n-blank-height': string;
459
+ '--n-label-font-size': string;
460
+ '--n-label-text-align': string;
461
+ '--n-label-height': string;
462
+ '--n-label-padding': string;
463
+ '--n-asterisk-color': string;
464
+ '--n-label-text-color': string;
465
+ '--n-feedback-padding': string;
466
+ '--n-feedback-font-size': string;
467
+ '--n-feedback-height': string;
468
+ '--n-feedback-text-color': string;
469
+ '--n-feedback-text-color-warning': string;
470
+ '--n-feedback-text-color-error': string;
471
+ }> | undefined;
472
+ themeClass: import("vue").Ref<string>;
473
+ onRender: () => void;
474
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
475
+ restoreValidation: () => void;
476
+ path?: string | undefined;
477
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
478
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
479
+ validationErrored: import("vue").Ref<boolean>;
480
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
481
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
482
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
483
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
484
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
485
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
486
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
487
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
488
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
489
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
490
+ mergedClsPrefix: import("vue").ComputedRef<string>;
491
+ mergedRequired: import("vue").ComputedRef<boolean>;
492
+ feedbackId: import("vue").Ref<string>;
493
+ renderExplains: import("vue").Ref<{
494
+ key: string;
495
+ render: () => import("vue").VNodeChild;
496
+ }[]>;
497
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
498
+ readonly label: StringConstructor;
499
+ readonly labelWidth: import("vue").PropType<string | number>;
500
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
501
+ readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
502
+ readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
503
+ readonly path: StringConstructor;
504
+ readonly first: BooleanConstructor;
505
+ readonly rulePath: StringConstructor;
506
+ readonly required: BooleanConstructor;
507
+ readonly showRequireMark: {
508
+ readonly type: import("vue").PropType<boolean | undefined>;
509
+ readonly default: undefined;
510
+ };
511
+ readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
512
+ readonly showFeedback: {
513
+ readonly type: import("vue").PropType<boolean | undefined>;
514
+ readonly default: undefined;
515
+ };
516
+ readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
517
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
518
+ readonly ignorePathChange: BooleanConstructor;
519
+ readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
520
+ readonly feedback: StringConstructor;
521
+ readonly showLabel: {
522
+ readonly type: import("vue").PropType<boolean | undefined>;
523
+ readonly default: undefined;
524
+ };
525
+ readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
526
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
527
+ blankHeightSmall: string;
528
+ blankHeightMedium: string;
529
+ blankHeightLarge: string;
530
+ lineHeight: string;
531
+ labelTextColor: string;
532
+ asteriskColor: string;
533
+ feedbackTextColorError: string;
534
+ feedbackTextColorWarning: string;
535
+ feedbackTextColor: string;
536
+ feedbackPadding: string;
537
+ feedbackHeightSmall: string;
538
+ feedbackHeightMedium: string;
539
+ feedbackHeightLarge: string;
540
+ feedbackFontSizeSmall: string;
541
+ feedbackFontSizeMedium: string;
542
+ feedbackFontSizeLarge: string;
543
+ labelFontSizeLeftSmall: string;
544
+ labelFontSizeLeftMedium: string;
545
+ labelFontSizeLeftLarge: string;
546
+ labelFontSizeTopSmall: string;
547
+ labelFontSizeTopMedium: string;
548
+ labelFontSizeTopLarge: string;
549
+ labelHeightSmall: string;
550
+ labelHeightMedium: string;
551
+ labelHeightLarge: string;
552
+ labelPaddingVertical: string;
553
+ labelPaddingHorizontal: string;
554
+ labelTextAlignVertical: string;
555
+ labelTextAlignHorizontal: string;
556
+ }, any>>;
557
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
558
+ blankHeightSmall: string;
559
+ blankHeightMedium: string;
560
+ blankHeightLarge: string;
561
+ lineHeight: string;
562
+ labelTextColor: string;
563
+ asteriskColor: string;
564
+ feedbackTextColorError: string;
565
+ feedbackTextColorWarning: string;
566
+ feedbackTextColor: string;
567
+ feedbackPadding: string;
568
+ feedbackHeightSmall: string;
569
+ feedbackHeightMedium: string;
570
+ feedbackHeightLarge: string;
571
+ feedbackFontSizeSmall: string;
572
+ feedbackFontSizeMedium: string;
573
+ feedbackFontSizeLarge: string;
574
+ labelFontSizeLeftSmall: string;
575
+ labelFontSizeLeftMedium: string;
576
+ labelFontSizeLeftLarge: string;
577
+ labelFontSizeTopSmall: string;
578
+ labelFontSizeTopMedium: string;
579
+ labelFontSizeTopLarge: string;
580
+ labelHeightSmall: string;
581
+ labelHeightMedium: string;
582
+ labelHeightLarge: string;
583
+ labelPaddingVertical: string;
584
+ labelPaddingHorizontal: string;
585
+ labelTextAlignVertical: string;
586
+ labelTextAlignHorizontal: string;
587
+ }, any>>>;
588
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
589
+ blankHeightSmall: string;
590
+ blankHeightMedium: string;
591
+ blankHeightLarge: string;
592
+ lineHeight: string;
593
+ labelTextColor: string;
594
+ asteriskColor: string;
595
+ feedbackTextColorError: string;
596
+ feedbackTextColorWarning: string;
597
+ feedbackTextColor: string;
598
+ feedbackPadding: string;
599
+ feedbackHeightSmall: string;
600
+ feedbackHeightMedium: string;
601
+ feedbackHeightLarge: string;
602
+ feedbackFontSizeSmall: string;
603
+ feedbackFontSizeMedium: string;
604
+ feedbackFontSizeLarge: string;
605
+ labelFontSizeLeftSmall: string;
606
+ labelFontSizeLeftMedium: string;
607
+ labelFontSizeLeftLarge: string;
608
+ labelFontSizeTopSmall: string;
609
+ labelFontSizeTopMedium: string;
610
+ labelFontSizeTopLarge: string;
611
+ labelHeightSmall: string;
612
+ labelHeightMedium: string;
613
+ labelHeightLarge: string;
614
+ labelPaddingVertical: string;
615
+ labelPaddingHorizontal: string;
616
+ labelTextAlignVertical: string;
617
+ labelTextAlignHorizontal: string;
618
+ }, any>>>;
619
+ }>>, {
620
+ readonly required: boolean;
621
+ readonly first: boolean;
622
+ readonly showRequireMark: boolean | undefined;
623
+ readonly showFeedback: boolean | undefined;
624
+ readonly showLabel: boolean | undefined;
625
+ readonly ignorePathChange: boolean;
626
+ }>;
627
+ NModal: any;
628
+ NCard: any;
629
+ NIcon: any;
630
+ NInput: any;
631
+ NButton: any;
632
+ NRadioGroup: import("vue").DefineComponent<{
633
+ readonly name: StringConstructor;
634
+ readonly value: import("vue").PropType<string | number | boolean | null>;
635
+ readonly defaultValue: {
636
+ readonly type: import("vue").PropType<string | number | boolean | null>;
637
+ readonly default: null;
638
+ };
639
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
640
+ readonly disabled: {
641
+ readonly type: import("vue").PropType<boolean | undefined>;
642
+ readonly default: undefined;
643
+ };
644
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
645
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
646
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
647
+ labelLineHeight: string;
648
+ buttonHeightSmall: string;
649
+ buttonHeightMedium: string;
650
+ buttonHeightLarge: string;
651
+ fontSizeSmall: string;
652
+ fontSizeMedium: string;
653
+ fontSizeLarge: string;
654
+ boxShadow: string;
655
+ boxShadowActive: string;
656
+ boxShadowFocus: string;
657
+ boxShadowHover: string;
658
+ boxShadowDisabled: string;
659
+ color: string;
660
+ colorDisabled: string;
661
+ colorActive: string;
662
+ textColor: string;
663
+ textColorDisabled: string;
664
+ dotColorActive: string;
665
+ dotColorDisabled: string;
666
+ buttonBorderColor: string;
667
+ buttonBorderColorActive: string;
668
+ buttonBorderColorHover: string;
669
+ buttonColor: string;
670
+ buttonColorActive: string;
671
+ buttonTextColor: string;
672
+ buttonTextColorActive: string;
673
+ buttonTextColorHover: string;
674
+ opacityDisabled: string;
675
+ buttonBoxShadowFocus: string;
676
+ buttonBoxShadowHover: string;
677
+ buttonBoxShadow: string;
678
+ buttonBorderRadius: string;
679
+ radioSizeSmall: string;
680
+ radioSizeMedium: string;
681
+ radioSizeLarge: string;
682
+ labelPadding: string;
683
+ }, any>>;
684
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
685
+ labelLineHeight: string;
686
+ buttonHeightSmall: string;
687
+ buttonHeightMedium: string;
688
+ buttonHeightLarge: string;
689
+ fontSizeSmall: string;
690
+ fontSizeMedium: string;
691
+ fontSizeLarge: string;
692
+ boxShadow: string;
693
+ boxShadowActive: string;
694
+ boxShadowFocus: string;
695
+ boxShadowHover: string;
696
+ boxShadowDisabled: string;
697
+ color: string;
698
+ colorDisabled: string;
699
+ colorActive: string;
700
+ textColor: string;
701
+ textColorDisabled: string;
702
+ dotColorActive: string;
703
+ dotColorDisabled: string;
704
+ buttonBorderColor: string;
705
+ buttonBorderColorActive: string;
706
+ buttonBorderColorHover: string;
707
+ buttonColor: string;
708
+ buttonColorActive: string;
709
+ buttonTextColor: string;
710
+ buttonTextColorActive: string;
711
+ buttonTextColorHover: string;
712
+ opacityDisabled: string;
713
+ buttonBoxShadowFocus: string;
714
+ buttonBoxShadowHover: string;
715
+ buttonBoxShadow: string;
716
+ buttonBorderRadius: string;
717
+ radioSizeSmall: string;
718
+ radioSizeMedium: string;
719
+ radioSizeLarge: string;
720
+ labelPadding: string;
721
+ }, any>>>;
722
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
723
+ labelLineHeight: string;
724
+ buttonHeightSmall: string;
725
+ buttonHeightMedium: string;
726
+ buttonHeightLarge: string;
727
+ fontSizeSmall: string;
728
+ fontSizeMedium: string;
729
+ fontSizeLarge: string;
730
+ boxShadow: string;
731
+ boxShadowActive: string;
732
+ boxShadowFocus: string;
733
+ boxShadowHover: string;
734
+ boxShadowDisabled: string;
735
+ color: string;
736
+ colorDisabled: string;
737
+ colorActive: string;
738
+ textColor: string;
739
+ textColorDisabled: string;
740
+ dotColorActive: string;
741
+ dotColorDisabled: string;
742
+ buttonBorderColor: string;
743
+ buttonBorderColorActive: string;
744
+ buttonBorderColorHover: string;
745
+ buttonColor: string;
746
+ buttonColorActive: string;
747
+ buttonTextColor: string;
748
+ buttonTextColorActive: string;
749
+ buttonTextColorHover: string;
750
+ opacityDisabled: string;
751
+ buttonBoxShadowFocus: string;
752
+ buttonBoxShadowHover: string;
753
+ buttonBoxShadow: string;
754
+ buttonBorderRadius: string;
755
+ radioSizeSmall: string;
756
+ radioSizeMedium: string;
757
+ radioSizeLarge: string;
758
+ labelPadding: string;
759
+ }, any>>>;
760
+ }, {
761
+ selfElRef: import("vue").Ref<HTMLDivElement | null>;
762
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
763
+ mergedClsPrefix: import("vue").ComputedRef<string>;
764
+ mergedValue: import("vue").ComputedRef<string | number | boolean | null>;
765
+ handleFocusout: (e: FocusEvent) => void;
766
+ handleFocusin: (e: FocusEvent) => void;
767
+ cssVars: import("vue").ComputedRef<{
768
+ '--n-font-size': string;
769
+ '--n-bezier': string;
770
+ '--n-button-border-color': string;
771
+ '--n-button-border-color-active': string;
772
+ '--n-button-border-radius': string;
773
+ '--n-button-box-shadow': string;
774
+ '--n-button-box-shadow-focus': string;
775
+ '--n-button-box-shadow-hover': string;
776
+ '--n-button-color-active': string;
777
+ '--n-button-text-color': string;
778
+ '--n-button-text-color-hover': string;
779
+ '--n-button-text-color-active': string;
780
+ '--n-height': string;
781
+ '--n-opacity-disabled': string;
782
+ }> | undefined;
783
+ themeClass: import("vue").Ref<string> | undefined;
784
+ onRender: (() => void) | undefined;
785
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
786
+ readonly name: StringConstructor;
787
+ readonly value: import("vue").PropType<string | number | boolean | null>;
788
+ readonly defaultValue: {
789
+ readonly type: import("vue").PropType<string | number | boolean | null>;
790
+ readonly default: null;
791
+ };
792
+ readonly size: import("vue").PropType<"small" | "medium" | "large">;
793
+ readonly disabled: {
794
+ readonly type: import("vue").PropType<boolean | undefined>;
795
+ readonly default: undefined;
796
+ };
797
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
798
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/radio/src/interface").OnUpdateValue>>;
799
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
800
+ labelLineHeight: string;
801
+ buttonHeightSmall: string;
802
+ buttonHeightMedium: string;
803
+ buttonHeightLarge: string;
804
+ fontSizeSmall: string;
805
+ fontSizeMedium: string;
806
+ fontSizeLarge: string;
807
+ boxShadow: string;
808
+ boxShadowActive: string;
809
+ boxShadowFocus: string;
810
+ boxShadowHover: string;
811
+ boxShadowDisabled: string;
812
+ color: string;
813
+ colorDisabled: string;
814
+ colorActive: string;
815
+ textColor: string;
816
+ textColorDisabled: string;
817
+ dotColorActive: string;
818
+ dotColorDisabled: string;
819
+ buttonBorderColor: string;
820
+ buttonBorderColorActive: string;
821
+ buttonBorderColorHover: string;
822
+ buttonColor: string;
823
+ buttonColorActive: string;
824
+ buttonTextColor: string;
825
+ buttonTextColorActive: string;
826
+ buttonTextColorHover: string;
827
+ opacityDisabled: string;
828
+ buttonBoxShadowFocus: string;
829
+ buttonBoxShadowHover: string;
830
+ buttonBoxShadow: string;
831
+ buttonBorderRadius: string;
832
+ radioSizeSmall: string;
833
+ radioSizeMedium: string;
834
+ radioSizeLarge: string;
835
+ labelPadding: string;
836
+ }, any>>;
837
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
838
+ labelLineHeight: string;
839
+ buttonHeightSmall: string;
840
+ buttonHeightMedium: string;
841
+ buttonHeightLarge: string;
842
+ fontSizeSmall: string;
843
+ fontSizeMedium: string;
844
+ fontSizeLarge: string;
845
+ boxShadow: string;
846
+ boxShadowActive: string;
847
+ boxShadowFocus: string;
848
+ boxShadowHover: string;
849
+ boxShadowDisabled: string;
850
+ color: string;
851
+ colorDisabled: string;
852
+ colorActive: string;
853
+ textColor: string;
854
+ textColorDisabled: string;
855
+ dotColorActive: string;
856
+ dotColorDisabled: string;
857
+ buttonBorderColor: string;
858
+ buttonBorderColorActive: string;
859
+ buttonBorderColorHover: string;
860
+ buttonColor: string;
861
+ buttonColorActive: string;
862
+ buttonTextColor: string;
863
+ buttonTextColorActive: string;
864
+ buttonTextColorHover: string;
865
+ opacityDisabled: string;
866
+ buttonBoxShadowFocus: string;
867
+ buttonBoxShadowHover: string;
868
+ buttonBoxShadow: string;
869
+ buttonBorderRadius: string;
870
+ radioSizeSmall: string;
871
+ radioSizeMedium: string;
872
+ radioSizeLarge: string;
873
+ labelPadding: string;
874
+ }, any>>>;
875
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Radio", {
876
+ labelLineHeight: string;
877
+ buttonHeightSmall: string;
878
+ buttonHeightMedium: string;
879
+ buttonHeightLarge: string;
880
+ fontSizeSmall: string;
881
+ fontSizeMedium: string;
882
+ fontSizeLarge: string;
883
+ boxShadow: string;
884
+ boxShadowActive: string;
885
+ boxShadowFocus: string;
886
+ boxShadowHover: string;
887
+ boxShadowDisabled: string;
888
+ color: string;
889
+ colorDisabled: string;
890
+ colorActive: string;
891
+ textColor: string;
892
+ textColorDisabled: string;
893
+ dotColorActive: string;
894
+ dotColorDisabled: string;
895
+ buttonBorderColor: string;
896
+ buttonBorderColorActive: string;
897
+ buttonBorderColorHover: string;
898
+ buttonColor: string;
899
+ buttonColorActive: string;
900
+ buttonTextColor: string;
901
+ buttonTextColorActive: string;
902
+ buttonTextColorHover: string;
903
+ opacityDisabled: string;
904
+ buttonBoxShadowFocus: string;
905
+ buttonBoxShadowHover: string;
906
+ buttonBoxShadow: string;
907
+ buttonBorderRadius: string;
908
+ radioSizeSmall: string;
909
+ radioSizeMedium: string;
910
+ radioSizeLarge: string;
911
+ labelPadding: string;
912
+ }, any>>>;
913
+ }>>, {
914
+ readonly disabled: boolean | undefined;
915
+ readonly defaultValue: string | number | boolean | null;
916
+ }>;
917
+ NRadio: any;
918
+ CloseOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
919
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveModal"[], "cancelSaveModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
920
+ visible: {
921
+ type: BooleanConstructor;
922
+ default: boolean;
923
+ };
924
+ tableListId: {
925
+ type: StringConstructor;
926
+ default: string;
927
+ };
928
+ programOptions: {
929
+ type: import("vue").PropType<import("./src/types").IExportSchemeType[]>;
930
+ default: () => never[];
931
+ };
932
+ curProgram: {
933
+ type: import("vue").PropType<import("./src/types").IExportSchemeType>;
934
+ default: () => {};
935
+ };
936
+ }>> & {
937
+ onCancelSaveModal?: ((...args: any[]) => any) | undefined;
938
+ }, {
939
+ visible: boolean;
940
+ tableListId: string;
941
+ curProgram: import("./src/types").IExportSchemeType;
942
+ programOptions: import("./src/types").IExportSchemeType[];
943
+ }>;
944
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelModal"[], "cancelModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
945
+ visible: {
946
+ type: BooleanConstructor;
947
+ default: boolean;
948
+ };
949
+ tableListId: {
950
+ type: StringConstructor;
951
+ default: string;
952
+ };
953
+ fieldOriginList: {
954
+ type: import("vue").PropType<any[]>;
955
+ default: () => never[];
956
+ };
957
+ exportApiConfig: {
958
+ type: ObjectConstructor;
959
+ };
960
+ }>> & {
961
+ onCancelModal?: ((...args: any[]) => any) | undefined;
962
+ }, {
963
+ visible: boolean;
964
+ tableListId: string;
965
+ fieldOriginList: any[];
966
+ }>>;
967
+ export default TableExportField;