cnhis-design-vue 3.1.41-release.3 → 3.1.41-release.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.
Files changed (97) hide show
  1. package/es/components/button-print/src/utils/print.d.ts +1 -1
  2. package/es/components/button-print/src/utils/print.js +1 -1
  3. package/es/components/form-config/index.d.ts +7 -2
  4. package/es/components/form-config/src/FormConfig.vue.d.ts +7 -2
  5. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -1
  6. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  7. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +4 -1
  8. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  9. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  10. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  11. package/es/components/form-config/src/types/index.d.ts +1 -0
  12. package/es/components/form-render/index.d.ts +1 -1
  13. package/es/components/form-render/index.js +1 -1
  14. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  15. package/es/components/form-render/src/FormRender.vue.js +1 -1
  16. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -1
  17. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  18. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  19. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  20. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  21. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  22. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  23. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  24. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  25. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  26. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  27. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  28. package/es/components/form-render/src/types/index.d.ts +1 -1
  29. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  30. package/es/components/form-render/src/utils/dom.js +1 -1
  31. package/es/components/iho-table/index.d.ts +3 -3
  32. package/es/components/iho-table/index.js +1 -1
  33. package/es/components/iho-table/src/IhoTable.vue.d.ts +3 -3
  34. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  35. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  36. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  37. package/es/components/index.css +1 -1
  38. package/es/components/index.js +1 -1
  39. package/es/components/recommend-search/index.d.ts +10 -10
  40. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  41. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  42. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  43. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  44. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  45. package/es/components/shortcut-setter/index.d.ts +2 -1
  46. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2 -1
  47. package/es/components/steps-wheel/index.d.ts +1 -1
  48. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  49. package/es/components/table-filter/index.d.ts +905 -7553
  50. package/es/components/table-filter/index.js +1 -1
  51. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3315
  52. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  53. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +456 -2790
  54. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  55. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +2 -2
  56. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  57. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  58. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +18 -5
  59. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  60. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  61. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  62. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  63. package/es/components/table-filter/src/components/{search-modal/set-classification.vue.d.ts → set-classification/index.vue.d.ts} +21 -813
  64. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  65. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  66. package/es/components/table-filter/src/const/dataOptions.d.ts +1 -25
  67. package/es/components/table-filter/src/const/dataOptions.js +1 -1
  68. package/es/components/table-filter/src/hooks/export.js +1 -1
  69. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  70. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  71. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  72. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  73. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +48 -1137
  74. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  75. package/es/components/table-filter/src/types/index.d.ts +4 -14
  76. package/es/components/table-filter/style/index.css +1 -1
  77. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  78. package/package.json +1 -1
  79. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
  80. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  81. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1472
  82. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  83. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  84. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  85. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  86. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  87. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  88. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  89. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  90. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  91. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  92. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  93. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  94. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  95. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  96. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  97. /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
@@ -1,1244 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- visible: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- modalTitle: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- conditionList: {
11
- type: ArrayConstructor;
12
- default: () => never[];
13
- };
14
- searchFieldList: {
15
- type: ArrayConstructor;
16
- default: () => never[];
17
- };
18
- tableDataType: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- filterApiConfig: {
23
- type: ObjectConstructor;
24
- default: () => {};
25
- };
26
- }, {
27
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
28
- visible: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- modalTitle: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- conditionList: {
37
- type: ArrayConstructor;
38
- default: () => never[];
39
- };
40
- searchFieldList: {
41
- type: ArrayConstructor;
42
- default: () => never[];
43
- };
44
- tableDataType: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
- filterApiConfig: {
49
- type: ObjectConstructor;
50
- default: () => {};
51
- };
52
- }>> & {
53
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
54
- }>>;
55
- emits: (event: "cancelSaveAdd", ...args: any[]) => void;
56
- addVisible: import("vue").Ref<boolean>;
57
- isChangeWindow: import("vue").Ref<boolean>;
58
- modalWidth: import("vue").Ref<string>;
59
- bodyStyle: import("vue").Ref<{
60
- maxHeight: string;
61
- height: string;
62
- overflowY: string;
63
- }>;
64
- conditionApiRef: any;
65
- conditionSqlRef: any;
66
- filterTimer: any;
67
- isApiFilter: import("vue").ComputedRef<boolean>;
68
- init: () => void;
69
- clearTimer: () => void;
70
- handleInitConditions: () => void;
71
- saveAdd: () => void;
72
- cancelSaveAdd: () => void;
73
- clearConditions: () => void;
74
- resetChangeWindow: () => void;
75
- changeModalWindow: () => void;
76
- NModal: any;
77
- NCard: any;
78
- NButton: any;
79
- SearchCondition: import("vue").DefineComponent<{
80
- isSee: {
81
- type: BooleanConstructor;
82
- };
83
- visible: {
84
- type: BooleanConstructor;
85
- };
86
- actionList_prop: {
87
- type: ObjectConstructor;
88
- default: () => {};
89
- };
90
- filterApiConfig: {
91
- type: ObjectConstructor;
92
- default: () => {};
93
- };
94
- searchFieldList: {
95
- type: ArrayConstructor;
96
- default: () => never[];
97
- };
98
- showItemName: {
99
- default: boolean;
100
- };
101
- saveEmpty: {
102
- default: boolean;
103
- };
104
- homeManage: {
105
- default: boolean;
106
- };
107
- tableId: {
108
- default: string;
109
- };
110
- isPersonalizedHome: {
111
- default: boolean;
112
- };
113
- conditionList: {
114
- type: ArrayConstructor;
115
- };
116
- source: {
117
- type: StringConstructor;
118
- };
119
- isBI: {
120
- default: boolean;
121
- };
122
- isOnlyCondition: {
123
- type: BooleanConstructor;
124
- };
125
- isCnHis: {
126
- type: BooleanConstructor;
127
- default: boolean;
128
- };
129
- isAdmin: {
130
- type: BooleanConstructor;
131
- default: boolean;
132
- };
133
- showCompareField: {
134
- type: BooleanConstructor;
135
- default: boolean;
136
- };
137
- hideAddBtn: {
138
- type: BooleanConstructor;
139
- default: boolean;
140
- };
141
- openType: {
142
- type: StringConstructor;
143
- default: string;
144
- };
145
- }, {
146
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
147
- $attrs: {
148
- [x: string]: unknown;
149
- };
150
- $message: import("naive-ui").MessageApi;
151
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
152
- isSee: {
153
- type: BooleanConstructor;
154
- };
155
- visible: {
156
- type: BooleanConstructor;
157
- };
158
- actionList_prop: {
159
- type: ObjectConstructor;
160
- default: () => {};
161
- };
162
- filterApiConfig: {
163
- type: ObjectConstructor;
164
- default: () => {};
165
- };
166
- searchFieldList: {
167
- type: ArrayConstructor;
168
- default: () => never[];
169
- };
170
- showItemName: {
171
- default: boolean;
172
- };
173
- saveEmpty: {
174
- default: boolean;
175
- };
176
- homeManage: {
177
- default: boolean;
178
- };
179
- tableId: {
180
- default: string;
181
- };
182
- isPersonalizedHome: {
183
- default: boolean;
184
- };
185
- conditionList: {
186
- type: ArrayConstructor;
187
- };
188
- source: {
189
- type: StringConstructor;
190
- };
191
- isBI: {
192
- default: boolean;
193
- };
194
- isOnlyCondition: {
195
- type: BooleanConstructor;
196
- };
197
- isCnHis: {
198
- type: BooleanConstructor;
199
- default: boolean;
200
- };
201
- isAdmin: {
202
- type: BooleanConstructor;
203
- default: boolean;
204
- };
205
- showCompareField: {
206
- type: BooleanConstructor;
207
- default: boolean;
208
- };
209
- hideAddBtn: {
210
- type: BooleanConstructor;
211
- default: boolean;
212
- };
213
- openType: {
214
- type: StringConstructor;
215
- default: string;
216
- };
217
- }>> & {
218
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
219
- onSaveAdd?: ((...args: any[]) => any) | undefined;
220
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
221
- }>>;
222
- emit: (event: "setConditionMap" | "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
223
- checkedItem: import("vue").Ref<null>;
224
- start_val: any;
225
- end_val: any;
226
- className: any;
227
- teaValue: import("vue").Ref<string>;
228
- classifyId: import("vue").Ref<string>;
229
- initConditionsed: import("vue").Ref<boolean>;
230
- relationVisible: import("vue").Ref<boolean>;
231
- addVal: import("vue").Ref<string>;
232
- showAdd: import("vue").Ref<boolean>;
233
- curAutograph: import("vue").Ref<string>;
234
- classify: import("vue").Ref<string>;
235
- limit_date: import("vue").Ref<string>;
236
- clickRelationIndex: import("vue").Ref<number>;
237
- fetching: import("vue").Ref<boolean>;
238
- searchList: any;
239
- searchChildList: any;
240
- relationTableList: any;
241
- isRelationList: any;
242
- fieldTypeList: import("vue").Ref<({
243
- conList: {
244
- name: string;
245
- desc: string;
246
- }[];
247
- name: string;
248
- format: string;
249
- type: string;
250
- } | {
251
- conList: {
252
- name: string;
253
- desc: string;
254
- }[];
255
- name: string;
256
- type: string;
257
- format?: undefined;
258
- })[]>;
259
- dateList: any;
260
- dateTimeList: import("vue").Ref<{
261
- name: string;
262
- value: string;
263
- }>;
264
- relationSelect: import("vue").Ref<{
265
- desc: string;
266
- name: string;
267
- }[]>;
268
- rangeAgeOptions: import("vue").Ref<{
269
- desc: string;
270
- name: string;
271
- }[]>;
272
- relationAction: import("vue").Ref<{}>;
273
- relationSearchFieldList: import("vue").Ref<never[]>;
274
- birthdayUnits: import("vue").Ref<{
275
- title: string;
276
- units: number;
277
- con: string;
278
- }[]>;
279
- parentNames: any;
280
- searchItem: import("vue").Ref<{}>;
281
- curWordbookData: import("vue").Ref<undefined>;
282
- classifyList: any;
283
- birthdayFilter: import("vue").Ref<string[]>;
284
- actionList: any;
285
- parentNamesHasAdd: import("vue").ComputedRef<any>;
286
- showPercent: import("vue").ComputedRef<(item: any) => boolean>;
287
- searchListKey: import("vue").ComputedRef<any>;
288
- isOrgAdmin: import("vue").ComputedRef<boolean>;
289
- is_search_professional: import("vue").ComputedRef<boolean>;
290
- noShowListDelIcon: import("vue").ComputedRef<boolean>;
291
- handleInitConditions: () => void;
292
- getClassifyList: () => Promise<void>;
293
- getParentNames: () => void;
294
- initData: (config?: any) => void;
295
- backShow: (val: any) => void;
296
- saveAdd: () => import("naive-ui").MessageReactive | undefined;
297
- getSqlExpression: () => string;
298
- getConditions: () => never[] | undefined;
299
- addAction: (config?: any) => import("naive-ui").MessageReactive | undefined;
300
- softDel: (index: number) => void;
301
- cancelSaveAdd: () => void;
302
- changeColumnName: (value: string | number | null, action: any) => void;
303
- formatData: (value: string | number | null, action: any) => void;
304
- formatActionData: (action: any) => void;
305
- handleDictionDef: (el: any) => null;
306
- getWordbookData: (o: any, obj: any) => Promise<any>;
307
- handleWordbookData: (item: any, data: any) => void;
308
- dropdownVisibleChange: (open: boolean, item: any) => void;
309
- handleSearch: (value: any, item: any) => void;
310
- handleSelect: (value: any, item: any) => void;
311
- handleDeSelect: (value: any, item: any) => void;
312
- selectChild: (value: any, item: any, isInitSet?: boolean | undefined, config?: any) => void;
313
- handleHideItem: (item: any, reset?: boolean) => void;
314
- disabledStartDate: (start_value: string) => boolean;
315
- disabledEndDate: (end_value: string) => boolean;
316
- handleStartOpenChange: (open: boolean, item: any) => void;
317
- handleEndOpenChange: (open: boolean, item: any) => void;
318
- disabledDate: (current: any) => any;
319
- changeRange: (value: any, item: any) => void;
320
- handlerSelectRelation: (e: string, item: any) => void;
321
- openRelationFilter: (data: any, i: number) => void;
322
- relationCancel: () => void;
323
- relationSave: (data: any) => void;
324
- initBirthdayParams: (item: any) => void;
325
- handleParentNamesAdd: (e: any) => void;
326
- hanldeBlur: () => void;
327
- editParentName: (e: any, item: any) => void;
328
- handleParentNameSelect: (item: any, index: number) => void;
329
- handleParentNamesRemove: (index: number, item: any) => void;
330
- handleParent: (index: number, item: any) => void;
331
- getParentSelectedStyle: (item: any) => {
332
- backgroundColor: string;
333
- color: string;
334
- } | null;
335
- ageRangeOnChange: (obj: any, item: any) => void;
336
- agecomOnChange: (obj: any, item: any) => void;
337
- diffTime: (days: number) => {
338
- year?: undefined;
339
- month?: undefined;
340
- day?: undefined;
341
- d?: undefined;
342
- } | {
343
- year: number;
344
- month: number;
345
- day: number;
346
- d: number;
347
- };
348
- filterOption: (...arg: any) => any;
349
- handleSetSelectList: (item: any) => void;
350
- compare_fieldOnChange: (e: string, item: any) => void;
351
- checkCustomInput: (item: any) => boolean;
352
- visibleCompareField: (item: any) => any;
353
- visibleDefaultField: (item: any) => any;
354
- handleHideCompareField: (item: any) => void;
355
- checkActionList: () => any;
356
- fieldselectONchange: (item: any, eventName: string, value: any) => void;
357
- handleResetColumnName: (item: any) => void;
358
- handleResetSelectChild: (item: any) => void;
359
- AddOutline: 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<{}>>, {}>;
360
- AddCircleSharp: 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<{}>>, {}>;
361
- 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<{}>>, {}>;
362
- rangeAge: import("vue").DefineComponent<{
363
- value: {
364
- value: ObjectConstructor;
365
- default: () => {
366
- star_val: string;
367
- end_val: string;
368
- };
369
- };
370
- options: {
371
- type: ArrayConstructor;
372
- default: () => never[];
373
- };
374
- item: {
375
- type: ObjectConstructor;
376
- default: () => {};
377
- };
378
- defaultValue: {
379
- type: ObjectConstructor;
380
- default: () => {};
381
- };
382
- format: {
383
- type: StringConstructor;
384
- default: string;
385
- };
386
- disabled: {
387
- type: BooleanConstructor;
388
- default: boolean;
389
- };
390
- dataName: {
391
- type: StringConstructor;
392
- };
393
- }, {
394
- valueObj: any;
395
- startValue: any;
396
- endValue: any;
397
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
398
- value: {
399
- value: ObjectConstructor;
400
- default: () => {
401
- star_val: string;
402
- end_val: string;
403
- };
404
- };
405
- options: {
406
- type: ArrayConstructor;
407
- default: () => never[];
408
- };
409
- item: {
410
- type: ObjectConstructor;
411
- default: () => {};
412
- };
413
- defaultValue: {
414
- type: ObjectConstructor;
415
- default: () => {};
416
- };
417
- format: {
418
- type: StringConstructor;
419
- default: string;
420
- };
421
- disabled: {
422
- type: BooleanConstructor;
423
- default: boolean;
424
- };
425
- dataName: {
426
- type: StringConstructor;
427
- };
428
- }>> & {
429
- onChange?: ((...args: any[]) => any) | undefined;
430
- }>>;
431
- emits: (event: "change", ...args: any[]) => void;
432
- initDefaultValue: () => void;
433
- diffTime: (days: number) => {
434
- year?: undefined;
435
- month?: undefined;
436
- day?: undefined;
437
- days?: undefined;
438
- } | {
439
- year: string | number;
440
- month: string | number;
441
- day: string | number;
442
- days: string | number;
443
- };
444
- ageStartOnChange: (obj: any) => void;
445
- ageEndOnChange: (obj: any) => void;
446
- reset: () => void;
447
- ageCom: import("vue").DefineComponent<{
448
- value: {
449
- type: ObjectConstructor;
450
- default: () => void;
451
- };
452
- format: {
453
- type: StringConstructor;
454
- default: string;
455
- };
456
- disabled: {
457
- type: BooleanConstructor;
458
- default: boolean;
459
- };
460
- isDetail: {
461
- type: BooleanConstructor;
462
- default: boolean;
463
- };
464
- defaultValue: {
465
- type: ObjectConstructor;
466
- default: () => {};
467
- };
468
- itemData: {
469
- type: ObjectConstructor;
470
- default: () => {};
471
- };
472
- shortcutFieldsList: {
473
- type: ArrayConstructor;
474
- default: () => never[];
475
- };
476
- }, {
477
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
478
- value: {
479
- type: ObjectConstructor;
480
- default: () => void;
481
- };
482
- format: {
483
- type: StringConstructor;
484
- default: string;
485
- };
486
- disabled: {
487
- type: BooleanConstructor;
488
- default: boolean;
489
- };
490
- isDetail: {
491
- type: BooleanConstructor;
492
- default: boolean;
493
- };
494
- defaultValue: {
495
- type: ObjectConstructor;
496
- default: () => {};
497
- };
498
- itemData: {
499
- type: ObjectConstructor;
500
- default: () => {};
501
- };
502
- shortcutFieldsList: {
503
- type: ArrayConstructor;
504
- default: () => never[];
505
- };
506
- }>> & {
507
- onChange?: ((...args: any[]) => any) | undefined;
508
- }>>;
509
- emits: (event: "change", ...args: any[]) => void;
510
- ageValue: any;
511
- showType: import("vue").ComputedRef<string>;
512
- isDisabled: import("vue").ComputedRef<boolean>;
513
- handleInitDefaultValue: () => void;
514
- checkType: (val: any) => string;
515
- handlefillVal: (val?: any) => void;
516
- handleYearChange: (e: any) => void;
517
- handleMonthChange: (e: any) => void;
518
- handleDayChange: (e: any) => void;
519
- getvalue: (e: any) => any;
520
- valueChange: (val: string, key: string) => void;
521
- checkVal: (val: string, key: string) => boolean;
522
- handleProrate: () => void;
523
- triggerChange: (changedValue: any) => void;
524
- NInputNumber: any;
525
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
526
- value: {
527
- type: ObjectConstructor;
528
- default: () => void;
529
- };
530
- format: {
531
- type: StringConstructor;
532
- default: string;
533
- };
534
- disabled: {
535
- type: BooleanConstructor;
536
- default: boolean;
537
- };
538
- isDetail: {
539
- type: BooleanConstructor;
540
- default: boolean;
541
- };
542
- defaultValue: {
543
- type: ObjectConstructor;
544
- default: () => {};
545
- };
546
- itemData: {
547
- type: ObjectConstructor;
548
- default: () => {};
549
- };
550
- shortcutFieldsList: {
551
- type: ArrayConstructor;
552
- default: () => never[];
553
- };
554
- }>> & {
555
- onChange?: ((...args: any[]) => any) | undefined;
556
- }, {
557
- value: Record<string, any>;
558
- disabled: boolean;
559
- isDetail: boolean;
560
- defaultValue: Record<string, any>;
561
- format: string;
562
- itemData: Record<string, any>;
563
- shortcutFieldsList: unknown[];
564
- }>;
565
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
566
- value: {
567
- value: ObjectConstructor;
568
- default: () => {
569
- star_val: string;
570
- end_val: string;
571
- };
572
- };
573
- options: {
574
- type: ArrayConstructor;
575
- default: () => never[];
576
- };
577
- item: {
578
- type: ObjectConstructor;
579
- default: () => {};
580
- };
581
- defaultValue: {
582
- type: ObjectConstructor;
583
- default: () => {};
584
- };
585
- format: {
586
- type: StringConstructor;
587
- default: string;
588
- };
589
- disabled: {
590
- type: BooleanConstructor;
591
- default: boolean;
592
- };
593
- dataName: {
594
- type: StringConstructor;
595
- };
596
- }>> & {
597
- onChange?: ((...args: any[]) => any) | undefined;
598
- }, {
599
- value: {
600
- star_val: string;
601
- end_val: string;
602
- };
603
- disabled: boolean;
604
- options: unknown[];
605
- item: Record<string, any>;
606
- defaultValue: Record<string, any>;
607
- format: string;
608
- }>;
609
- ageCom: import("vue").DefineComponent<{
610
- value: {
611
- type: ObjectConstructor;
612
- default: () => void;
613
- };
614
- format: {
615
- type: StringConstructor;
616
- default: string;
617
- };
618
- disabled: {
619
- type: BooleanConstructor;
620
- default: boolean;
621
- };
622
- isDetail: {
623
- type: BooleanConstructor;
624
- default: boolean;
625
- };
626
- defaultValue: {
627
- type: ObjectConstructor;
628
- default: () => {};
629
- };
630
- itemData: {
631
- type: ObjectConstructor;
632
- default: () => {};
633
- };
634
- shortcutFieldsList: {
635
- type: ArrayConstructor;
636
- default: () => never[];
637
- };
638
- }, {
639
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
640
- value: {
641
- type: ObjectConstructor;
642
- default: () => void;
643
- };
644
- format: {
645
- type: StringConstructor;
646
- default: string;
647
- };
648
- disabled: {
649
- type: BooleanConstructor;
650
- default: boolean;
651
- };
652
- isDetail: {
653
- type: BooleanConstructor;
654
- default: boolean;
655
- };
656
- defaultValue: {
657
- type: ObjectConstructor;
658
- default: () => {};
659
- };
660
- itemData: {
661
- type: ObjectConstructor;
662
- default: () => {};
663
- };
664
- shortcutFieldsList: {
665
- type: ArrayConstructor;
666
- default: () => never[];
667
- };
668
- }>> & {
669
- onChange?: ((...args: any[]) => any) | undefined;
670
- }>>;
671
- emits: (event: "change", ...args: any[]) => void;
672
- ageValue: any;
673
- showType: import("vue").ComputedRef<string>;
674
- isDisabled: import("vue").ComputedRef<boolean>;
675
- handleInitDefaultValue: () => void;
676
- checkType: (val: any) => string;
677
- handlefillVal: (val?: any) => void;
678
- handleYearChange: (e: any) => void;
679
- handleMonthChange: (e: any) => void;
680
- handleDayChange: (e: any) => void;
681
- getvalue: (e: any) => any;
682
- valueChange: (val: string, key: string) => void;
683
- checkVal: (val: string, key: string) => boolean;
684
- handleProrate: () => void;
685
- triggerChange: (changedValue: any) => void;
686
- NInputNumber: any;
687
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
688
- value: {
689
- type: ObjectConstructor;
690
- default: () => void;
691
- };
692
- format: {
693
- type: StringConstructor;
694
- default: string;
695
- };
696
- disabled: {
697
- type: BooleanConstructor;
698
- default: boolean;
699
- };
700
- isDetail: {
701
- type: BooleanConstructor;
702
- default: boolean;
703
- };
704
- defaultValue: {
705
- type: ObjectConstructor;
706
- default: () => {};
707
- };
708
- itemData: {
709
- type: ObjectConstructor;
710
- default: () => {};
711
- };
712
- shortcutFieldsList: {
713
- type: ArrayConstructor;
714
- default: () => never[];
715
- };
716
- }>> & {
717
- onChange?: ((...args: any[]) => any) | undefined;
718
- }, {
719
- value: Record<string, any>;
720
- disabled: boolean;
721
- isDetail: boolean;
722
- defaultValue: Record<string, any>;
723
- format: string;
724
- itemData: Record<string, any>;
725
- shortcutFieldsList: unknown[];
726
- }>;
727
- SvgIcon: import("vue").DefineComponent<{
728
- iconClass: {
729
- type: StringConstructor;
730
- required: true;
731
- default: string;
732
- };
733
- title: {
734
- type: StringConstructor;
735
- required: false;
736
- default: string;
737
- };
738
- className: {
739
- type: StringConstructor;
740
- required: false;
741
- };
742
- }, {
743
- props: {
744
- iconClass: string;
745
- title: string;
746
- className?: string | undefined;
747
- };
748
- iconName: import("vue").ComputedRef<string>;
749
- svgClass: import("vue").ComputedRef<string>;
750
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
751
- iconClass: {
752
- type: StringConstructor;
753
- required: true;
754
- default: string;
755
- };
756
- title: {
757
- type: StringConstructor;
758
- required: false;
759
- default: string;
760
- };
761
- className: {
762
- type: StringConstructor;
763
- required: false;
764
- };
765
- }>>, {
766
- title: string;
767
- iconClass: string;
768
- }>;
769
- NIcon: any;
770
- NInput: any;
771
- NButton: any;
772
- NInputNumber: any;
773
- NTooltip: any;
774
- NSelect: any;
775
- NDatePicker: any;
776
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("setConditionMap" | "saveAdd" | "cancelSaveAdd")[], "setConditionMap" | "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
777
- isSee: {
778
- type: BooleanConstructor;
779
- };
780
- visible: {
781
- type: BooleanConstructor;
782
- };
783
- actionList_prop: {
784
- type: ObjectConstructor;
785
- default: () => {};
786
- };
787
- filterApiConfig: {
788
- type: ObjectConstructor;
789
- default: () => {};
790
- };
791
- searchFieldList: {
792
- type: ArrayConstructor;
793
- default: () => never[];
794
- };
795
- showItemName: {
796
- default: boolean;
797
- };
798
- saveEmpty: {
799
- default: boolean;
800
- };
801
- homeManage: {
802
- default: boolean;
803
- };
804
- tableId: {
805
- default: string;
806
- };
807
- isPersonalizedHome: {
808
- default: boolean;
809
- };
810
- conditionList: {
811
- type: ArrayConstructor;
812
- };
813
- source: {
814
- type: StringConstructor;
815
- };
816
- isBI: {
817
- default: boolean;
818
- };
819
- isOnlyCondition: {
820
- type: BooleanConstructor;
821
- };
822
- isCnHis: {
823
- type: BooleanConstructor;
824
- default: boolean;
825
- };
826
- isAdmin: {
827
- type: BooleanConstructor;
828
- default: boolean;
829
- };
830
- showCompareField: {
831
- type: BooleanConstructor;
832
- default: boolean;
833
- };
834
- hideAddBtn: {
835
- type: BooleanConstructor;
836
- default: boolean;
837
- };
838
- openType: {
839
- type: StringConstructor;
840
- default: string;
841
- };
842
- }>> & {
843
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
844
- onSaveAdd?: ((...args: any[]) => any) | undefined;
845
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
846
- }, {
847
- visible: boolean;
848
- openType: string;
849
- searchFieldList: unknown[];
850
- tableId: string;
851
- isAdmin: boolean;
852
- filterApiConfig: Record<string, any>;
853
- isSee: boolean;
854
- actionList_prop: Record<string, any>;
855
- showItemName: boolean;
856
- saveEmpty: boolean;
857
- homeManage: boolean;
858
- isPersonalizedHome: boolean;
859
- isBI: boolean;
860
- isOnlyCondition: boolean;
861
- isCnHis: boolean;
862
- showCompareField: boolean;
863
- hideAddBtn: boolean;
864
- }>;
865
- SearchConditionByApi: import("vue").DefineComponent<{
866
- actionList_prop: {
867
- type: import("vue").PropType<import("../../types").IClassifyListType>;
868
- default: () => {};
869
- };
870
- conditionList: {
871
- type: ArrayConstructor;
872
- default: () => never[];
873
- };
874
- tableId: {
875
- type: StringConstructor;
876
- default: string;
877
- };
878
- showItemName: {
879
- type: BooleanConstructor;
880
- default: boolean;
881
- };
882
- hideAddBtn: {
883
- type: BooleanConstructor;
884
- default: boolean;
885
- };
886
- }, {
887
- $message: import("naive-ui").MessageApi;
888
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
889
- actionList_prop: {
890
- type: import("vue").PropType<import("../../types").IClassifyListType>;
891
- default: () => {};
892
- };
893
- conditionList: {
894
- type: ArrayConstructor;
895
- default: () => never[];
896
- };
897
- tableId: {
898
- type: StringConstructor;
899
- default: string;
900
- };
901
- showItemName: {
902
- type: BooleanConstructor;
903
- default: boolean;
904
- };
905
- hideAddBtn: {
906
- type: BooleanConstructor;
907
- default: boolean;
908
- };
909
- }>> & {
910
- onSaveAdd?: ((...args: any[]) => any) | undefined;
911
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
912
- }>>;
913
- emit: (event: "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
914
- $attrs: {
915
- [x: string]: unknown;
916
- };
917
- FormState: {
918
- className: string;
919
- displayCategory: string;
920
- filterConditions: {
921
- value: string;
922
- key: string;
923
- condition: string;
924
- presetVal: string;
925
- }[];
926
- };
927
- loading: import("vue").Ref<boolean>;
928
- DisplayCategoryState: {
929
- addDisplayCategory: string;
930
- displayCategories: {
931
- disabled: boolean;
932
- value: string;
933
- }[];
934
- displayCategoryOriginLen: number;
935
- showAdd: boolean;
936
- };
937
- isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
938
- editDisplayCategory: (e: any, item: import("../../types").ICategoryItemType) => void;
939
- handleDisplayCategorySelect: (item: import("../../types").ICategoryItemType) => void;
940
- handleDisplayCategoryRemove: (index: number, item: import("../../types").ICategoryItemType) => void;
941
- handleDisplayCategoryAdd: (e: any) => void;
942
- handlerBlur: () => void;
943
- initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
944
- FilterConditionsState: any;
945
- paramOptions: import("vue").ComputedRef<any>;
946
- addFilterCondition: () => void;
947
- delFilterCondition: (index: number) => void;
948
- updateKey: (index: number, val: any) => void;
949
- updateCondition: (index: number, val: any) => void;
950
- getParamCfg: (key: string) => any;
951
- initFilterConditions: (tableId: string, rawConditions: import("../../types").ISearchConfigType) => Promise<void>;
952
- getRawFilterConditions: () => {
953
- field_key: any;
954
- con: any;
955
- value: any;
956
- unit: any;
957
- }[];
958
- findConditionByDisplayCategory: (displayCategory: string) => unknown;
959
- handleDisplayCategorySelectProxy: (item: import("../../types").ICategoryItemType) => void;
960
- clearFormData: () => void;
961
- handleInitConditions: () => Promise<void>;
962
- validate: () => Promise<unknown>;
963
- saveAdd: () => void;
964
- cancelSaveAdd: () => void;
965
- checkActionList: () => boolean;
966
- NSpin: any;
967
- NIcon: any;
968
- NInput: any;
969
- NButton: any;
970
- NTooltip: any;
971
- NSelect: any;
972
- AddOutline: 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<{}>>, {}>;
973
- AddCircleSharp: 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<{}>>, {}>;
974
- 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<{}>>, {}>;
975
- SvgIcon: import("vue").DefineComponent<{
976
- iconClass: {
977
- type: StringConstructor;
978
- required: true;
979
- default: string;
980
- };
981
- title: {
982
- type: StringConstructor;
983
- required: false;
984
- default: string;
985
- };
986
- className: {
987
- type: StringConstructor;
988
- required: false;
989
- };
990
- }, {
991
- props: {
992
- iconClass: string;
993
- title: string;
994
- className?: string | undefined;
995
- };
996
- iconName: import("vue").ComputedRef<string>;
997
- svgClass: import("vue").ComputedRef<string>;
998
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
999
- iconClass: {
1000
- type: StringConstructor;
1001
- required: true;
1002
- default: string;
1003
- };
1004
- title: {
1005
- type: StringConstructor;
1006
- required: false;
1007
- default: string;
1008
- };
1009
- className: {
1010
- type: StringConstructor;
1011
- required: false;
1012
- };
1013
- }>>, {
1014
- title: string;
1015
- iconClass: string;
1016
- }>;
1017
- ValueCfg: import("vue").DefineComponent<{
1018
- paramCfg: {
1019
- type: ObjectConstructor;
1020
- default: null;
1021
- };
1022
- modelValue: {
1023
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1024
- default: null;
1025
- };
1026
- presetVal: {
1027
- type: StringConstructor;
1028
- default: null;
1029
- };
1030
- }, {
1031
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1032
- paramCfg: {
1033
- type: ObjectConstructor;
1034
- default: null;
1035
- };
1036
- modelValue: {
1037
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1038
- default: null;
1039
- };
1040
- presetVal: {
1041
- type: StringConstructor;
1042
- default: null;
1043
- };
1044
- }>> & {
1045
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1046
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1047
- }>>;
1048
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1049
- valueCp: import("vue").WritableComputedRef<unknown>;
1050
- presetValCp: import("vue").WritableComputedRef<unknown>;
1051
- widgetType: import("vue").ComputedRef<any>;
1052
- optionSetting: import("vue").ComputedRef<any>;
1053
- mappingConfig: import("vue").ComputedRef<any>;
1054
- widgetOptions: import("vue").ComputedRef<{
1055
- label: string;
1056
- value: string;
1057
- }[]>;
1058
- NInputNumber: any;
1059
- NInput: any;
1060
- NSelect: any;
1061
- NDatePicker: any;
1062
- WidgetTypeEnums: {
1063
- INPUT_NUMBER: string;
1064
- INPUT: string;
1065
- SELECT: string;
1066
- DATE: string;
1067
- DATE_TIME: string;
1068
- };
1069
- WidgetValEnums: {
1070
- CUSTOM: string;
1071
- FIRST_VAL: string;
1072
- NOW: string;
1073
- TODAY: string;
1074
- TODAY_START: string;
1075
- TODAY_END: string;
1076
- TOMORROW: string;
1077
- TOMORROW_START: string;
1078
- TOMORROW_END: string;
1079
- YESTERDAY: string;
1080
- YESTERDAY_START: string;
1081
- YESTERDAY_END: string;
1082
- THIS_WEEK: string;
1083
- WEEK_START: string;
1084
- WEEK_END: string;
1085
- NEXT_WEEK: string;
1086
- LAST_WEEK: string;
1087
- THIS_MONTH: string;
1088
- MONTH_START: string;
1089
- MONTH_END: string;
1090
- NEXT_MONTH: string;
1091
- LAST_MONTH: string;
1092
- THIS_QUARTER: string;
1093
- NEXT_QUARTER: string;
1094
- LAST_QUARTER: string;
1095
- THIS_YEAR: string;
1096
- NEXT_YEAR: string;
1097
- LAST_YEAR: string;
1098
- };
1099
- WidgetOptionEnums: {
1100
- RADIO: string;
1101
- MULTIPLE: string;
1102
- ALL: string;
1103
- SELECT_TIME: string;
1104
- PAST_TIME: string;
1105
- FUTURE_TIME: string;
1106
- };
1107
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1108
- paramCfg: {
1109
- type: ObjectConstructor;
1110
- default: null;
1111
- };
1112
- modelValue: {
1113
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1114
- default: null;
1115
- };
1116
- presetVal: {
1117
- type: StringConstructor;
1118
- default: null;
1119
- };
1120
- }>> & {
1121
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1122
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1123
- }, {
1124
- modelValue: string | number | unknown[];
1125
- presetVal: string;
1126
- paramCfg: Record<string, any>;
1127
- }>;
1128
- ConditionEnums: {
1129
- NULL: string;
1130
- EQUAL: string;
1131
- };
1132
- conditionOptions: {
1133
- label: string;
1134
- value: string;
1135
- }[];
1136
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("saveAdd" | "cancelSaveAdd")[], "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1137
- actionList_prop: {
1138
- type: import("vue").PropType<import("../../types").IClassifyListType>;
1139
- default: () => {};
1140
- };
1141
- conditionList: {
1142
- type: ArrayConstructor;
1143
- default: () => never[];
1144
- };
1145
- tableId: {
1146
- type: StringConstructor;
1147
- default: string;
1148
- };
1149
- showItemName: {
1150
- type: BooleanConstructor;
1151
- default: boolean;
1152
- };
1153
- hideAddBtn: {
1154
- type: BooleanConstructor;
1155
- default: boolean;
1156
- };
1157
- }>> & {
1158
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1159
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1160
- }, {
1161
- tableId: string;
1162
- actionList_prop: import("../../types").IClassifyListType;
1163
- showItemName: boolean;
1164
- conditionList: unknown[];
1165
- hideAddBtn: boolean;
1166
- }>;
1167
- SvgIcon: import("vue").DefineComponent<{
1168
- iconClass: {
1169
- type: StringConstructor;
1170
- required: true;
1171
- default: string;
1172
- };
1173
- title: {
1174
- type: StringConstructor;
1175
- required: false;
1176
- default: string;
1177
- };
1178
- className: {
1179
- type: StringConstructor;
1180
- required: false;
1181
- };
1182
- }, {
1183
- props: {
1184
- iconClass: string;
1185
- title: string;
1186
- className?: string | undefined;
1187
- };
1188
- iconName: import("vue").ComputedRef<string>;
1189
- svgClass: import("vue").ComputedRef<string>;
1190
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1191
- iconClass: {
1192
- type: StringConstructor;
1193
- required: true;
1194
- default: string;
1195
- };
1196
- title: {
1197
- type: StringConstructor;
1198
- required: false;
1199
- default: string;
1200
- };
1201
- className: {
1202
- type: StringConstructor;
1203
- required: false;
1204
- };
1205
- }>>, {
1206
- title: string;
1207
- iconClass: string;
1208
- }>;
1209
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1210
- visible: {
1211
- type: BooleanConstructor;
1212
- default: boolean;
1213
- };
1214
- modalTitle: {
1215
- type: StringConstructor;
1216
- default: string;
1217
- };
1218
- conditionList: {
1219
- type: ArrayConstructor;
1220
- default: () => never[];
1221
- };
1222
- searchFieldList: {
1223
- type: ArrayConstructor;
1224
- default: () => never[];
1225
- };
1226
- tableDataType: {
1227
- type: StringConstructor;
1228
- default: string;
1229
- };
1230
- filterApiConfig: {
1231
- type: ObjectConstructor;
1232
- default: () => {};
1233
- };
1234
- }>> & {
1235
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1236
- }, {
1237
- visible: boolean;
1238
- modalTitle: string;
1239
- searchFieldList: unknown[];
1240
- filterApiConfig: Record<string, any>;
1241
- tableDataType: string;
1242
- conditionList: unknown[];
1243
- }>;
1244
- export default _default;