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,65 +1,48 @@
1
1
  import { PropType } from 'vue';
2
- import { IClassifyListType, ITreeDataType, ISearchType, IConditionMapType, ILocalObjType } from '../../../../../es/components/table-filter/src/types';
2
+ import { IClassifyListType, ITreeDataType, IConditionMapType } from '../../../../../es/components/table-filter/src/types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  tableId: {
5
5
  type: StringConstructor;
6
+ default: string;
6
7
  };
7
8
  conditionSid: {
8
9
  type: PropType<string[]>;
9
10
  default: () => never[];
10
11
  };
11
- localObj: {
12
- type: PropType<ILocalObjType>;
13
- default: () => {};
14
- };
15
12
  curClassificationIndex: {
16
13
  type: NumberConstructor;
17
14
  };
18
15
  curClassificationWidth: {
19
16
  type: NumberConstructor;
20
17
  };
21
- curConditionList: {
22
- type: ArrayConstructor;
23
- };
24
- tableName: {
25
- type: StringConstructor;
26
- };
27
- showRelatedTreeBtn: {
28
- type: BooleanConstructor;
29
- };
30
18
  conditionType: {
31
19
  type: StringConstructor;
20
+ default: string;
32
21
  };
33
22
  hideConditionChangeBtn: {
34
23
  type: NumberConstructor;
24
+ default: number;
35
25
  };
36
26
  hideConditionChangeSetting: {
37
27
  type: NumberConstructor;
28
+ default: number;
38
29
  };
39
30
  hideClearConditionChange: {
40
31
  type: NumberConstructor;
32
+ default: number;
41
33
  };
42
34
  countCondition: {
43
35
  type: NumberConstructor;
36
+ default: number;
44
37
  };
45
38
  countTabCondition: {
46
39
  type: NumberConstructor;
47
40
  default: number;
48
41
  };
49
- keyword: {
50
- type: StringConstructor;
51
- };
52
42
  isShowResetButton: {
53
43
  type: BooleanConstructor;
54
44
  default: boolean;
55
45
  };
56
- fieldKeys: {
57
- type: PropType<string[]>;
58
- default: () => never[];
59
- };
60
- tabConditionId: {
61
- type: StringConstructor;
62
- };
63
46
  conditionMap: {
64
47
  type: PropType<IConditionMapType>;
65
48
  default: () => void;
@@ -69,13 +52,79 @@ declare const _default: import("vue").DefineComponent<{
69
52
  default: () => {};
70
53
  };
71
54
  searchFieldList: {
72
- type: PropType<ISearchType[]>;
55
+ type: PropType<any[]>;
73
56
  default: () => never[];
74
57
  };
75
58
  }, {
76
59
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
60
+ attrs: any;
61
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
62
+ tableId: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ conditionSid: {
67
+ type: PropType<string[]>;
68
+ default: () => never[];
69
+ };
70
+ curClassificationIndex: {
71
+ type: NumberConstructor;
72
+ };
73
+ curClassificationWidth: {
74
+ type: NumberConstructor;
75
+ };
76
+ conditionType: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ hideConditionChangeBtn: {
81
+ type: NumberConstructor;
82
+ default: number;
83
+ };
84
+ hideConditionChangeSetting: {
85
+ type: NumberConstructor;
86
+ default: number;
87
+ };
88
+ hideClearConditionChange: {
89
+ type: NumberConstructor;
90
+ default: number;
91
+ };
92
+ countCondition: {
93
+ type: NumberConstructor;
94
+ default: number;
95
+ };
96
+ countTabCondition: {
97
+ type: NumberConstructor;
98
+ default: number;
99
+ };
100
+ isShowResetButton: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
104
+ conditionMap: {
105
+ type: PropType<IConditionMapType>;
106
+ default: () => void;
107
+ };
108
+ filterApiConfig: {
109
+ type: ObjectConstructor;
110
+ default: () => {};
111
+ };
112
+ searchFieldList: {
113
+ type: PropType<any[]>;
114
+ default: () => never[];
115
+ };
116
+ }>> & {
117
+ onChangeSearch?: ((...args: any[]) => any) | undefined;
118
+ onSetCurTreeData?: ((...args: any[]) => any) | undefined;
119
+ onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
120
+ onGetClassification?: ((...args: any[]) => any) | undefined;
121
+ onReloadList?: ((...args: any[]) => any) | undefined;
122
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
123
+ onSetConditionMap?: ((...args: any[]) => any) | undefined;
124
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
125
+ }>>;
126
+ emit: (event: "changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal", ...args: any[]) => void;
77
127
  selectType: any;
78
- professional: any;
79
128
  classificationWidth: import("vue").Ref<number>;
80
129
  selectShow: import("vue").Ref<boolean>;
81
130
  treeData: import("vue").Ref<{
@@ -142,10 +191,8 @@ declare const _default: import("vue").DefineComponent<{
142
191
  createdByName?: string | undefined;
143
192
  from?: string | undefined;
144
193
  }[]>;
145
- condiTionParams: import("vue").Ref<{}>;
146
194
  classificationIndex: import("vue").Ref<number>;
147
195
  curTableId: import("vue").Ref<string>;
148
- spinning: import("vue").Ref<boolean>;
149
196
  allObj: any;
150
197
  searchConditionList: import("vue").Ref<{
151
198
  classifyId: string;
@@ -171,91 +218,6 @@ declare const _default: import("vue").DefineComponent<{
171
218
  searchDefName: import("vue").Ref<string>;
172
219
  classifyModal: import("vue").Ref<boolean>;
173
220
  showTitleName: import("vue").Ref<string>;
174
- isPackUp: import("vue").Ref<boolean>;
175
- attrs: any;
176
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
177
- tableId: {
178
- type: StringConstructor;
179
- };
180
- conditionSid: {
181
- type: PropType<string[]>;
182
- default: () => never[];
183
- };
184
- localObj: {
185
- type: PropType<ILocalObjType>;
186
- default: () => {};
187
- };
188
- curClassificationIndex: {
189
- type: NumberConstructor;
190
- };
191
- curClassificationWidth: {
192
- type: NumberConstructor;
193
- };
194
- curConditionList: {
195
- type: ArrayConstructor;
196
- };
197
- tableName: {
198
- type: StringConstructor;
199
- };
200
- showRelatedTreeBtn: {
201
- type: BooleanConstructor;
202
- };
203
- conditionType: {
204
- type: StringConstructor;
205
- };
206
- hideConditionChangeBtn: {
207
- type: NumberConstructor;
208
- };
209
- hideConditionChangeSetting: {
210
- type: NumberConstructor;
211
- };
212
- hideClearConditionChange: {
213
- type: NumberConstructor;
214
- };
215
- countCondition: {
216
- type: NumberConstructor;
217
- };
218
- countTabCondition: {
219
- type: NumberConstructor;
220
- default: number;
221
- };
222
- keyword: {
223
- type: StringConstructor;
224
- };
225
- isShowResetButton: {
226
- type: BooleanConstructor;
227
- default: boolean;
228
- };
229
- fieldKeys: {
230
- type: PropType<string[]>;
231
- default: () => never[];
232
- };
233
- tabConditionId: {
234
- type: StringConstructor;
235
- };
236
- conditionMap: {
237
- type: PropType<IConditionMapType>;
238
- default: () => void;
239
- };
240
- filterApiConfig: {
241
- type: ObjectConstructor;
242
- default: () => {};
243
- };
244
- searchFieldList: {
245
- type: PropType<ISearchType[]>;
246
- default: () => never[];
247
- };
248
- }>> & {
249
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
250
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
251
- onGetClassification?: ((...args: any[]) => any) | undefined;
252
- onChangeSearch?: ((...args: any[]) => any) | undefined;
253
- onReloadList?: ((...args: any[]) => any) | undefined;
254
- onSetCurTreeData?: ((...args: any[]) => any) | undefined;
255
- onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
256
- onSetTabConditionNumObj?: ((...args: any[]) => any) | undefined;
257
- }>>;
258
- emit: (event: "getQuickSearchListObj" | "setConditionMap" | "getClassification" | "changeSearch" | "reloadList" | "setCurTreeData" | "setClassificationIndex" | "setTabConditionNumObj", ...args: any[]) => void;
259
221
  dynamicStyle: import("vue").ComputedRef<{
260
222
  marginRight: string;
261
223
  display?: undefined;
@@ -268,20 +230,9 @@ declare const _default: import("vue").DefineComponent<{
268
230
  }>;
269
231
  titleName: import("vue").ComputedRef<string>;
270
232
  tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
271
- handleTileAllDataDigital: import("vue").ComputedRef<number | undefined>;
272
233
  getCondiTionDigital: import("vue").ComputedRef<boolean>;
273
- showIconBtn: import("vue").ComputedRef<boolean>;
274
- hasConditionList: import("vue").ComputedRef<boolean>;
275
- filterTreeData: (item: ITreeDataType) => {
276
- labelName: string;
277
- itemValue: number;
278
- }[];
279
- groupSelect: (index: number) => number | string;
280
- handleChange: (value: number, option: IClassifyListType, pItem: ITreeDataType, pIndex: number) => void;
281
234
  handleFold: (item: ITreeDataType) => void;
282
235
  handleItemClick: (child: any, i?: number, p?: any) => false | undefined;
283
- clearActive: (sid: string, p: ITreeDataType) => void;
284
- formatTreeData: (treeDataClone: any) => void;
285
236
  initTree: (conditionSidTemp: string[]) => IClassifyListType[];
286
237
  getConditionSid: (sid: string, conditionSidVal: string[], p: ITreeDataType) => string[];
287
238
  handleModeChange: () => void;
@@ -291,11 +242,8 @@ declare const _default: import("vue").DefineComponent<{
291
242
  toggleSelect: (flag?: boolean) => void;
292
243
  getTableCondiTionList: (options?: any) => void;
293
244
  setOpenStatus: (value: boolean) => void;
294
- getTableCondiTionDigital: (setConditionId: boolean | undefined, keywordVal: string | undefined, fieldKeysVal: string[] | undefined, tabConditionIdVal: string | undefined, countTabConditionVal: number) => Promise<any>;
295
- handleConditionDiaital: (map: any) => number | undefined;
296
245
  handlePlatTree: (list: ITreeDataType[], res: IClassifyListType[]) => void;
297
246
  tableCondiTionPromise: (options?: any) => Promise<void>;
298
- handleParams: () => any;
299
247
  changeWidth: ({ distance }: any) => void;
300
248
  saveWidth: () => void;
301
249
  updateTableCondiTion: () => Promise<void>;
@@ -306,12 +254,9 @@ declare const _default: import("vue").DefineComponent<{
306
254
  handleGetTableCondiTionList: (first?: boolean, conditionMapVal?: {}) => Promise<unknown>;
307
255
  getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
308
256
  visibleDigital: (item: IClassifyListType | ITreeDataType) => number | boolean;
309
- changeShowName: (name: string) => void;
310
- handleClearClassConObj: (...arg: any) => void;
311
257
  fmtChildName: (name: string, isPublic?: string) => string;
312
258
  NIcon: any;
313
259
  NTooltip: any;
314
- NSelect: any;
315
260
  SettingsOutline: 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<{}>>, {}>;
316
261
  Repeat: 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<{}>>, {}>;
317
262
  Checkmark: 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<{}>>, {}>;
@@ -319,843 +264,231 @@ declare const _default: import("vue").DefineComponent<{
319
264
  ChevronDown: 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<{}>>, {}>;
320
265
  ChevronForward: 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<{}>>, {}>;
321
266
  Close: 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<{}>>, {}>;
322
- searchProfessionalModel: import("vue").DefineComponent<{
323
- tableDataType: {
324
- type: StringConstructor;
325
- default: string;
326
- };
327
- originConditionList: {
328
- type: PropType<IClassifyListType[]>;
329
- default: () => never[];
330
- };
267
+ SetClassification: import("vue").DefineComponent<{
331
268
  searchFieldList: {
332
- type: PropType<ISearchType[]>;
269
+ type: ArrayConstructor;
333
270
  default: () => never[];
334
271
  };
335
- searchFieldLimit: {
336
- type: ObjectConstructor;
337
- default: () => {};
338
- };
339
- treeData: {
340
- type: PropType<ITreeDataType[]>;
272
+ conditionList: {
273
+ type: ArrayConstructor;
341
274
  default: () => never[];
342
275
  };
276
+ settingId: StringConstructor;
277
+ searchDefName: {
278
+ type: StringConstructor;
279
+ default: string;
280
+ };
343
281
  filterApiConfig: {
344
282
  type: ObjectConstructor;
345
283
  default: () => {};
346
284
  };
285
+ classifyModal: {
286
+ type: BooleanConstructor;
287
+ default: boolean;
288
+ };
347
289
  }, {
348
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
349
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
350
290
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
351
- tableDataType: {
352
- type: StringConstructor;
353
- default: string;
354
- };
355
- originConditionList: {
356
- type: PropType<IClassifyListType[]>;
357
- default: () => never[];
358
- };
359
291
  searchFieldList: {
360
- type: PropType<ISearchType[]>;
292
+ type: ArrayConstructor;
361
293
  default: () => never[];
362
294
  };
363
- searchFieldLimit: {
364
- type: ObjectConstructor;
365
- default: () => {};
366
- };
367
- treeData: {
368
- type: PropType<ITreeDataType[]>;
295
+ conditionList: {
296
+ type: ArrayConstructor;
369
297
  default: () => never[];
370
298
  };
299
+ settingId: StringConstructor;
300
+ searchDefName: {
301
+ type: StringConstructor;
302
+ default: string;
303
+ };
371
304
  filterApiConfig: {
372
305
  type: ObjectConstructor;
373
306
  default: () => {};
374
307
  };
308
+ classifyModal: {
309
+ type: BooleanConstructor;
310
+ default: boolean;
311
+ };
375
312
  }>> & {
376
313
  onChangeSearch?: ((...args: any[]) => any) | undefined;
377
- onChangeShowName?: ((...args: any[]) => any) | undefined;
378
- onHandleItemClick?: ((...args: any[]) => any) | undefined;
379
- onReloadClassification?: ((...args: any[]) => any) | undefined;
314
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
315
+ onCondiTionListInit?: ((...args: any[]) => any) | undefined;
316
+ onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
380
317
  }>>;
381
- emit: (event: "changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification", ...args: any[]) => void;
382
- attrs: any;
383
- instance: import("axios").AxiosInstance;
318
+ emit: (event: "changeSearch" | "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", ...args: any[]) => void;
384
319
  $message: import("naive-ui").MessageApi;
385
- comWrap: any;
386
- conditionApiRef: any;
387
- conditionSqlRef: any;
388
- searchClsName: any;
389
- actionList_prop: import("vue").Ref<IClassifyListType | undefined>;
390
- conOjbConfig: import("vue").Ref<IClassifyListType | undefined>;
391
- showInnerModal: import("vue").Ref<boolean>;
392
- filterKeyWork: import("vue").Ref<string>;
393
- filtrationConfig: import("vue").Ref<{
394
- visible: boolean;
395
- keyWord: string;
396
- }>;
397
- handleType: import("vue").Ref<string>;
398
- saveToClassConfig: import("vue").Ref<any>;
399
- resetData: any;
400
- newSearchFieldList: import("vue").ComputedRef<ISearchType[]>;
401
- conObjLen: import("vue").ComputedRef<any>;
402
- showConditionList: import("vue").ComputedRef<IClassifyListType[]>;
403
- saveBtnName: import("vue").ComputedRef<"保存模板" | "另存为模板">;
404
- isApiFilter: import("vue").ComputedRef<boolean>;
405
- init: () => void;
406
- handleAddCondition: () => void;
407
- handleSearch: () => void;
408
- handleSaveToClass: () => void;
409
- handleOpenSaveToClass: (config: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
410
- handleClearConObj: (reload?: boolean) => void;
411
- saveAdd: (config: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
412
- handleRequestSearch: (config: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
413
- handleChecked: (item: IClassifyListType) => void;
414
- handleListItemEdit: (item: IClassifyListType) => void;
415
- /**
416
- * 处理检索分类的统计
417
- */
418
- handleListItemCopy: (item: IClassifyListType) => void;
419
- transformData: (oldData: Record<string, any>) => string;
420
- handleListItemDel: (checkedItem: IClassifyListType, j: number) => void;
421
- saveToCalss: () => void;
422
- cancelSaveToCalss: () => void;
423
- openConditionFiltration: () => void;
424
- handleFiltrationCancel: () => void;
425
- handleConditionFiltration: () => void;
426
- onSearch: () => void;
427
- handleSaveAdd: (params: import("../../../../../es/components/table-filter/src/types").ISaveType) => Promise<void>;
428
- NIcon: any;
320
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
321
+ conditionList: import("vue").Ref<unknown[]>;
322
+ checkedItem: import("vue").Ref<any>;
323
+ searchName: any;
324
+ addVisible: import("vue").Ref<boolean>;
325
+ actionList_prop: import("vue").Ref<{}>;
326
+ newSearchFieldList: any;
327
+ saveLoading: import("vue").Ref<boolean>;
328
+ searchFilter: any;
329
+ attrs: {
330
+ [x: string]: unknown;
331
+ };
332
+ oneSave: (value: any) => Promise<void>;
333
+ oneCancel: () => void;
334
+ hanleAdd: () => void;
335
+ edit: (item: IClassifyListType, name: string) => void;
336
+ copy: (item: IClassifyListType, name: string) => void;
337
+ saveAdd: (params: any) => Promise<void>;
338
+ cancelSaveAdd: () => void;
339
+ changeData: (data: any, checkedItemVal: any) => void;
340
+ delItem: (checkedItemVal: any, name: string) => Promise<void>;
341
+ setOneVisible: (flag: boolean) => void;
342
+ resetPopconfirm: () => Promise<void>;
343
+ oneVisible: import("vue").ComputedRef<boolean>;
429
344
  NButton: any;
430
- NInputGroup: import("vue").DefineComponent<{
431
- [x: string]: never;
432
- [x: number]: never;
433
- [x: symbol]: never;
434
- }, {
435
- mergedClsPrefix: import("vue").ComputedRef<string>;
436
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
437
- [x: string]: never;
438
- [x: number]: never;
439
- [x: symbol]: never;
440
- }>>, {}>;
441
- NInput: any;
442
- NModal: any;
443
- NCard: any;
444
- NPopover: any;
445
- NTooltip: any;
446
- NPopconfirm: any;
447
- Close: 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<{}>>, {}>;
448
- FileTray: 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<{}>>, {}>;
449
- SvgIcon: import("vue").DefineComponent<{
450
- iconClass: {
451
- type: StringConstructor;
452
- required: true;
453
- default: string;
345
+ TableModal: import("vue").DefineComponent<{
346
+ visibleIn: {
347
+ type: BooleanConstructor;
454
348
  };
455
- title: {
456
- type: StringConstructor;
457
- required: false;
458
- default: string;
349
+ loading: {
350
+ type: BooleanConstructor;
459
351
  };
460
- className: {
461
- type: StringConstructor;
462
- required: false;
352
+ confirm: {
353
+ type: FunctionConstructor;
463
354
  };
464
- }, {
465
- props: {
466
- iconClass: string;
467
- title: string;
468
- className?: string | undefined;
355
+ edit: {
356
+ type: FunctionConstructor;
357
+ defdault: () => void;
469
358
  };
470
- iconName: import("vue").ComputedRef<string>;
471
- svgClass: import("vue").ComputedRef<string>;
472
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
473
- iconClass: {
474
- type: StringConstructor;
475
- required: true;
476
- default: string;
359
+ copy: {
360
+ type: FunctionConstructor;
361
+ defdault: () => void;
477
362
  };
478
- title: {
479
- type: StringConstructor;
480
- required: false;
481
- default: string;
363
+ delItem: {
364
+ type: FunctionConstructor;
365
+ defdault: () => void;
482
366
  };
483
- className: {
484
- type: StringConstructor;
485
- required: false;
486
- };
487
- }>>, {
488
- title: string;
489
- iconClass: string;
490
- }>;
491
- SearchCondition: import("vue").DefineComponent<{
492
- isSee: {
493
- type: BooleanConstructor;
494
- };
495
- visible: {
496
- type: BooleanConstructor;
497
- };
498
- actionList_prop: {
499
- type: ObjectConstructor;
500
- default: () => {};
501
- };
502
- filterApiConfig: {
503
- type: ObjectConstructor;
504
- default: () => {};
505
- };
506
- searchFieldList: {
367
+ dataSource: {
507
368
  type: ArrayConstructor;
508
369
  default: () => never[];
509
370
  };
510
- showItemName: {
511
- default: boolean;
512
- };
513
- saveEmpty: {
514
- default: boolean;
515
- };
516
- homeManage: {
517
- default: boolean;
518
- };
519
- tableId: {
520
- default: string;
521
- };
522
- isPersonalizedHome: {
523
- default: boolean;
524
- };
525
- conditionList: {
526
- type: ArrayConstructor;
527
- };
528
- source: {
371
+ type: {
529
372
  type: StringConstructor;
530
373
  };
531
- isBI: {
532
- default: boolean;
533
- };
534
- isOnlyCondition: {
535
- type: BooleanConstructor;
536
- };
537
- isCnHis: {
538
- type: BooleanConstructor;
539
- default: boolean;
540
- };
541
- isAdmin: {
542
- type: BooleanConstructor;
543
- default: boolean;
544
- };
545
- showCompareField: {
546
- type: BooleanConstructor;
547
- default: boolean;
548
- };
549
- hideAddBtn: {
550
- type: BooleanConstructor;
551
- default: boolean;
552
- };
553
- openType: {
374
+ transitionName: {
554
375
  type: StringConstructor;
555
- default: string;
376
+ };
377
+ getContainer: {
378
+ type: FunctionConstructor;
379
+ default: () => HTMLElement;
556
380
  };
557
381
  }, {
558
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
559
- $attrs: {
382
+ instance: import("axios").AxiosInstance;
383
+ attrs: {
560
384
  [x: string]: unknown;
561
385
  };
562
386
  $message: import("naive-ui").MessageApi;
387
+ $dialog: import("naive-ui").DialogApi;
563
388
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
564
- isSee: {
389
+ visibleIn: {
565
390
  type: BooleanConstructor;
566
391
  };
567
- visible: {
392
+ loading: {
568
393
  type: BooleanConstructor;
569
394
  };
570
- actionList_prop: {
571
- type: ObjectConstructor;
572
- default: () => {};
573
- };
574
- filterApiConfig: {
575
- type: ObjectConstructor;
576
- default: () => {};
577
- };
578
- searchFieldList: {
579
- type: ArrayConstructor;
580
- default: () => never[];
581
- };
582
- showItemName: {
583
- default: boolean;
584
- };
585
- saveEmpty: {
586
- default: boolean;
395
+ confirm: {
396
+ type: FunctionConstructor;
587
397
  };
588
- homeManage: {
589
- default: boolean;
398
+ edit: {
399
+ type: FunctionConstructor;
400
+ defdault: () => void;
590
401
  };
591
- tableId: {
592
- default: string;
402
+ copy: {
403
+ type: FunctionConstructor;
404
+ defdault: () => void;
593
405
  };
594
- isPersonalizedHome: {
595
- default: boolean;
406
+ delItem: {
407
+ type: FunctionConstructor;
408
+ defdault: () => void;
596
409
  };
597
- conditionList: {
410
+ dataSource: {
598
411
  type: ArrayConstructor;
412
+ default: () => never[];
599
413
  };
600
- source: {
414
+ type: {
601
415
  type: StringConstructor;
602
416
  };
603
- isBI: {
604
- default: boolean;
605
- };
606
- isOnlyCondition: {
607
- type: BooleanConstructor;
608
- };
609
- isCnHis: {
610
- type: BooleanConstructor;
611
- default: boolean;
612
- };
613
- isAdmin: {
614
- type: BooleanConstructor;
615
- default: boolean;
616
- };
617
- showCompareField: {
618
- type: BooleanConstructor;
619
- default: boolean;
620
- };
621
- hideAddBtn: {
622
- type: BooleanConstructor;
623
- default: boolean;
624
- };
625
- openType: {
417
+ transitionName: {
626
418
  type: StringConstructor;
627
- default: string;
419
+ };
420
+ getContainer: {
421
+ type: FunctionConstructor;
422
+ default: () => HTMLElement;
628
423
  };
629
424
  }>> & {
630
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
631
- onSaveAdd?: ((...args: any[]) => any) | undefined;
632
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
425
+ onClose?: ((...args: any[]) => any) | undefined;
426
+ onHandleOk?: ((...args: any[]) => any) | undefined;
427
+ onChangeData?: ((...args: any[]) => any) | undefined;
428
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
429
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
633
430
  }>>;
634
- emit: (event: "setConditionMap" | "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
635
- checkedItem: import("vue").Ref<null>;
636
- start_val: any;
637
- end_val: any;
638
- className: any;
639
- teaValue: import("vue").Ref<string>;
640
- classifyId: import("vue").Ref<string>;
641
- initConditionsed: import("vue").Ref<boolean>;
642
- relationVisible: import("vue").Ref<boolean>;
643
- addVal: import("vue").Ref<string>;
644
- showAdd: import("vue").Ref<boolean>;
645
- curAutograph: import("vue").Ref<string>;
646
- classify: import("vue").Ref<string>;
647
- limit_date: import("vue").Ref<string>;
648
- clickRelationIndex: import("vue").Ref<number>;
649
- fetching: import("vue").Ref<boolean>;
650
- searchList: any;
651
- searchChildList: any;
652
- relationTableList: any;
653
- isRelationList: any;
654
- fieldTypeList: import("vue").Ref<({
655
- conList: {
656
- name: string;
657
- desc: string;
658
- }[];
659
- name: string;
660
- format: string;
661
- type: string;
431
+ emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
432
+ isAdmin: import("vue").ComputedRef<unknown>;
433
+ homeList: any;
434
+ visible: import("vue").Ref<boolean>;
435
+ isChangeWindow: import("vue").Ref<boolean>;
436
+ modalWidth: import("vue").Ref<string>;
437
+ modalHeight: import("vue").Ref<string>;
438
+ isShowResetButton: import("vue").Ref<boolean>;
439
+ handleOk: () => void;
440
+ rinkTo: () => void;
441
+ close: () => void;
442
+ resetChangeWindow: () => void;
443
+ dragEnd: () => void;
444
+ clickli: (item: IClassifyListType) => void;
445
+ clickChecked: (item: IClassifyListType, name: string) => void;
446
+ changeSwitch: (item: IClassifyListType, name: string) => void;
447
+ changecommonSwitch: (item: IClassifyListType) => void;
448
+ formatParams: (type: string) => {
449
+ id: string;
450
+ tableId: string;
451
+ setting: string;
452
+ type?: undefined;
662
453
  } | {
663
- conList: {
664
- name: string;
665
- desc: string;
666
- }[];
667
- name: string;
668
454
  type: string;
669
- format?: undefined;
670
- })[]>;
671
- dateList: any;
672
- dateTimeList: import("vue").Ref<{
673
- name: string;
674
- value: string;
675
- }>;
676
- relationSelect: import("vue").Ref<{
677
- desc: string;
678
- name: string;
679
- }[]>;
680
- rangeAgeOptions: import("vue").Ref<{
681
- desc: string;
682
- name: string;
683
- }[]>;
684
- relationAction: import("vue").Ref<{}>;
685
- relationSearchFieldList: import("vue").Ref<never[]>;
686
- birthdayUnits: import("vue").Ref<{
687
- title: string;
688
- units: number;
689
- con: string;
690
- }[]>;
691
- parentNames: any;
692
- searchItem: import("vue").Ref<{}>;
693
- curWordbookData: import("vue").Ref<undefined>;
694
- classifyList: any;
695
- birthdayFilter: import("vue").Ref<string[]>;
696
- actionList: any;
697
- parentNamesHasAdd: import("vue").ComputedRef<any>;
698
- showPercent: import("vue").ComputedRef<(item: any) => boolean>;
699
- searchListKey: import("vue").ComputedRef<any>;
700
- isOrgAdmin: import("vue").ComputedRef<boolean>;
701
- is_search_professional: import("vue").ComputedRef<boolean>;
702
- noShowListDelIcon: import("vue").ComputedRef<boolean>;
703
- handleInitConditions: () => void;
704
- getClassifyList: () => Promise<void>;
705
- getParentNames: () => void;
706
- initData: (config?: any) => void;
707
- backShow: (val: any) => void;
708
- saveAdd: () => import("naive-ui").MessageReactive | undefined;
709
- getSqlExpression: () => string;
710
- getConditions: () => never[] | undefined;
711
- addAction: (config?: any) => import("naive-ui").MessageReactive | undefined;
712
- softDel: (index: number) => void;
713
- cancelSaveAdd: () => void;
714
- changeColumnName: (value: string | number | null, action: any) => void;
715
- formatData: (value: string | number | null, action: any) => void;
716
- formatActionData: (action: any) => void;
717
- handleDictionDef: (el: any) => null;
718
- getWordbookData: (o: any, obj: any) => Promise<any>;
719
- handleWordbookData: (item: any, data: any) => void;
720
- dropdownVisibleChange: (open: boolean, item: any) => void;
721
- handleSearch: (value: any, item: any) => void;
722
- handleSelect: (value: any, item: any) => void;
723
- handleDeSelect: (value: any, item: any) => void;
724
- selectChild: (value: any, item: any, isInitSet?: boolean | undefined, config?: any) => void;
725
- handleHideItem: (item: any, reset?: boolean) => void;
726
- disabledStartDate: (start_value: string) => boolean;
727
- disabledEndDate: (end_value: string) => boolean;
728
- handleStartOpenChange: (open: boolean, item: any) => void;
729
- handleEndOpenChange: (open: boolean, item: any) => void;
730
- disabledDate: (current: any) => any;
731
- changeRange: (value: any, item: any) => void;
732
- handlerSelectRelation: (e: string, item: any) => void;
733
- openRelationFilter: (data: any, i: number) => void;
734
- relationCancel: () => void;
735
- relationSave: (data: any) => void;
736
- initBirthdayParams: (item: any) => void;
737
- handleParentNamesAdd: (e: any) => void;
738
- hanldeBlur: () => void;
739
- editParentName: (e: any, item: any) => void;
740
- handleParentNameSelect: (item: any, index: number) => void;
741
- handleParentNamesRemove: (index: number, item: any) => void;
742
- handleParent: (index: number, item: any) => void;
743
- getParentSelectedStyle: (item: any) => {
744
- backgroundColor: string;
745
- color: string;
746
- } | null;
747
- ageRangeOnChange: (obj: any, item: any) => void;
748
- agecomOnChange: (obj: any, item: any) => void;
749
- diffTime: (days: number) => {
750
- year?: undefined;
751
- month?: undefined;
752
- day?: undefined;
753
- d?: undefined;
754
- } | {
755
- year: number;
756
- month: number;
757
- day: number;
758
- d: number;
759
- };
760
- filterOption: (...arg: any) => any;
761
- handleSetSelectList: (item: any) => void;
762
- compare_fieldOnChange: (e: string, item: any) => void;
763
- checkCustomInput: (item: any) => boolean;
764
- visibleCompareField: (item: any) => any;
765
- visibleDefaultField: (item: any) => any;
766
- handleHideCompareField: (item: any) => void;
767
- checkActionList: () => any;
768
- fieldselectONchange: (item: any, eventName: string, value: any) => void;
769
- handleResetColumnName: (item: any) => void;
770
- handleResetSelectChild: (item: any) => void;
771
- 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<{}>>, {}>;
772
- 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<{}>>, {}>;
773
- 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<{}>>, {}>;
774
- rangeAge: import("vue").DefineComponent<{
775
- value: {
776
- value: ObjectConstructor;
777
- default: () => {
778
- star_val: string;
779
- end_val: string;
780
- };
781
- };
782
- options: {
783
- type: ArrayConstructor;
784
- default: () => never[];
785
- };
786
- item: {
787
- type: ObjectConstructor;
788
- default: () => {};
789
- };
790
- defaultValue: {
791
- type: ObjectConstructor;
792
- default: () => {};
793
- };
794
- format: {
455
+ tableId: string;
456
+ setting: string;
457
+ id?: undefined;
458
+ } | undefined;
459
+ changeModalWindow: () => void;
460
+ popconfirm: (e: any) => void;
461
+ handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
462
+ NModal: any;
463
+ NCard: any;
464
+ NIcon: any;
465
+ NButton: any;
466
+ NTooltip: any;
467
+ NSwitch: any;
468
+ NPopconfirm: any;
469
+ DocumentOutline: 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<{}>>, {}>;
470
+ Brush: 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<{}>>, {}>;
471
+ ReorderTwo: 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<{}>>, {}>;
472
+ SvgIcon: import("vue").DefineComponent<{
473
+ iconClass: {
795
474
  type: StringConstructor;
475
+ required: true;
796
476
  default: string;
797
477
  };
798
- disabled: {
799
- type: BooleanConstructor;
800
- default: boolean;
478
+ title: {
479
+ type: StringConstructor;
480
+ required: false;
481
+ default: string;
801
482
  };
802
- dataName: {
483
+ className: {
803
484
  type: StringConstructor;
485
+ required: false;
804
486
  };
805
487
  }, {
806
- valueObj: any;
807
- startValue: any;
808
- endValue: any;
809
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
810
- value: {
811
- value: ObjectConstructor;
812
- default: () => {
813
- star_val: string;
814
- end_val: string;
815
- };
816
- };
817
- options: {
818
- type: ArrayConstructor;
819
- default: () => never[];
820
- };
821
- item: {
822
- type: ObjectConstructor;
823
- default: () => {};
824
- };
825
- defaultValue: {
826
- type: ObjectConstructor;
827
- default: () => {};
828
- };
829
- format: {
830
- type: StringConstructor;
831
- default: string;
832
- };
833
- disabled: {
834
- type: BooleanConstructor;
835
- default: boolean;
836
- };
837
- dataName: {
838
- type: StringConstructor;
839
- };
840
- }>> & {
841
- onChange?: ((...args: any[]) => any) | undefined;
842
- }>>;
843
- emits: (event: "change", ...args: any[]) => void;
844
- initDefaultValue: () => void;
845
- diffTime: (days: number) => {
846
- year?: undefined;
847
- month?: undefined;
848
- day?: undefined;
849
- days?: undefined;
850
- } | {
851
- year: string | number;
852
- month: string | number;
853
- day: string | number;
854
- days: string | number;
855
- };
856
- ageStartOnChange: (obj: any) => void;
857
- ageEndOnChange: (obj: any) => void;
858
- reset: () => void;
859
- ageCom: import("vue").DefineComponent<{
860
- value: {
861
- type: ObjectConstructor;
862
- default: () => void;
863
- };
864
- format: {
865
- type: StringConstructor;
866
- default: string;
867
- };
868
- disabled: {
869
- type: BooleanConstructor;
870
- default: boolean;
871
- };
872
- isDetail: {
873
- type: BooleanConstructor;
874
- default: boolean;
875
- };
876
- defaultValue: {
877
- type: ObjectConstructor;
878
- default: () => {};
879
- };
880
- itemData: {
881
- type: ObjectConstructor;
882
- default: () => {};
883
- };
884
- shortcutFieldsList: {
885
- type: ArrayConstructor;
886
- default: () => never[];
887
- };
888
- }, {
889
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
890
- value: {
891
- type: ObjectConstructor;
892
- default: () => void;
893
- };
894
- format: {
895
- type: StringConstructor;
896
- default: string;
897
- };
898
- disabled: {
899
- type: BooleanConstructor;
900
- default: boolean;
901
- };
902
- isDetail: {
903
- type: BooleanConstructor;
904
- default: boolean;
905
- };
906
- defaultValue: {
907
- type: ObjectConstructor;
908
- default: () => {};
909
- };
910
- itemData: {
911
- type: ObjectConstructor;
912
- default: () => {};
913
- };
914
- shortcutFieldsList: {
915
- type: ArrayConstructor;
916
- default: () => never[];
917
- };
918
- }>> & {
919
- onChange?: ((...args: any[]) => any) | undefined;
920
- }>>;
921
- emits: (event: "change", ...args: any[]) => void;
922
- ageValue: any;
923
- showType: import("vue").ComputedRef<string>;
924
- isDisabled: import("vue").ComputedRef<boolean>;
925
- handleInitDefaultValue: () => void;
926
- checkType: (val: any) => string;
927
- handlefillVal: (val?: any) => void;
928
- handleYearChange: (e: any) => void;
929
- handleMonthChange: (e: any) => void;
930
- handleDayChange: (e: any) => void;
931
- getvalue: (e: any) => any;
932
- valueChange: (val: string, key: string) => void;
933
- checkVal: (val: string, key: string) => boolean;
934
- handleProrate: () => void;
935
- triggerChange: (changedValue: any) => void;
936
- NInputNumber: any;
937
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
938
- value: {
939
- type: ObjectConstructor;
940
- default: () => void;
941
- };
942
- format: {
943
- type: StringConstructor;
944
- default: string;
945
- };
946
- disabled: {
947
- type: BooleanConstructor;
948
- default: boolean;
949
- };
950
- isDetail: {
951
- type: BooleanConstructor;
952
- default: boolean;
953
- };
954
- defaultValue: {
955
- type: ObjectConstructor;
956
- default: () => {};
957
- };
958
- itemData: {
959
- type: ObjectConstructor;
960
- default: () => {};
961
- };
962
- shortcutFieldsList: {
963
- type: ArrayConstructor;
964
- default: () => never[];
965
- };
966
- }>> & {
967
- onChange?: ((...args: any[]) => any) | undefined;
968
- }, {
969
- value: Record<string, any>;
970
- disabled: boolean;
971
- isDetail: boolean;
972
- defaultValue: Record<string, any>;
973
- format: string;
974
- itemData: Record<string, any>;
975
- shortcutFieldsList: unknown[];
976
- }>;
977
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
978
- value: {
979
- value: ObjectConstructor;
980
- default: () => {
981
- star_val: string;
982
- end_val: string;
983
- };
984
- };
985
- options: {
986
- type: ArrayConstructor;
987
- default: () => never[];
988
- };
989
- item: {
990
- type: ObjectConstructor;
991
- default: () => {};
992
- };
993
- defaultValue: {
994
- type: ObjectConstructor;
995
- default: () => {};
996
- };
997
- format: {
998
- type: StringConstructor;
999
- default: string;
1000
- };
1001
- disabled: {
1002
- type: BooleanConstructor;
1003
- default: boolean;
1004
- };
1005
- dataName: {
1006
- type: StringConstructor;
1007
- };
1008
- }>> & {
1009
- onChange?: ((...args: any[]) => any) | undefined;
1010
- }, {
1011
- value: {
1012
- star_val: string;
1013
- end_val: string;
1014
- };
1015
- disabled: boolean;
1016
- options: unknown[];
1017
- item: Record<string, any>;
1018
- defaultValue: Record<string, any>;
1019
- format: string;
1020
- }>;
1021
- ageCom: import("vue").DefineComponent<{
1022
- value: {
1023
- type: ObjectConstructor;
1024
- default: () => void;
1025
- };
1026
- format: {
1027
- type: StringConstructor;
1028
- default: string;
1029
- };
1030
- disabled: {
1031
- type: BooleanConstructor;
1032
- default: boolean;
1033
- };
1034
- isDetail: {
1035
- type: BooleanConstructor;
1036
- default: boolean;
1037
- };
1038
- defaultValue: {
1039
- type: ObjectConstructor;
1040
- default: () => {};
1041
- };
1042
- itemData: {
1043
- type: ObjectConstructor;
1044
- default: () => {};
1045
- };
1046
- shortcutFieldsList: {
1047
- type: ArrayConstructor;
1048
- default: () => never[];
1049
- };
1050
- }, {
1051
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1052
- value: {
1053
- type: ObjectConstructor;
1054
- default: () => void;
1055
- };
1056
- format: {
1057
- type: StringConstructor;
1058
- default: string;
1059
- };
1060
- disabled: {
1061
- type: BooleanConstructor;
1062
- default: boolean;
1063
- };
1064
- isDetail: {
1065
- type: BooleanConstructor;
1066
- default: boolean;
1067
- };
1068
- defaultValue: {
1069
- type: ObjectConstructor;
1070
- default: () => {};
1071
- };
1072
- itemData: {
1073
- type: ObjectConstructor;
1074
- default: () => {};
1075
- };
1076
- shortcutFieldsList: {
1077
- type: ArrayConstructor;
1078
- default: () => never[];
1079
- };
1080
- }>> & {
1081
- onChange?: ((...args: any[]) => any) | undefined;
1082
- }>>;
1083
- emits: (event: "change", ...args: any[]) => void;
1084
- ageValue: any;
1085
- showType: import("vue").ComputedRef<string>;
1086
- isDisabled: import("vue").ComputedRef<boolean>;
1087
- handleInitDefaultValue: () => void;
1088
- checkType: (val: any) => string;
1089
- handlefillVal: (val?: any) => void;
1090
- handleYearChange: (e: any) => void;
1091
- handleMonthChange: (e: any) => void;
1092
- handleDayChange: (e: any) => void;
1093
- getvalue: (e: any) => any;
1094
- valueChange: (val: string, key: string) => void;
1095
- checkVal: (val: string, key: string) => boolean;
1096
- handleProrate: () => void;
1097
- triggerChange: (changedValue: any) => void;
1098
- NInputNumber: any;
1099
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1100
- value: {
1101
- type: ObjectConstructor;
1102
- default: () => void;
1103
- };
1104
- format: {
1105
- type: StringConstructor;
1106
- default: string;
1107
- };
1108
- disabled: {
1109
- type: BooleanConstructor;
1110
- default: boolean;
1111
- };
1112
- isDetail: {
1113
- type: BooleanConstructor;
1114
- default: boolean;
1115
- };
1116
- defaultValue: {
1117
- type: ObjectConstructor;
1118
- default: () => {};
1119
- };
1120
- itemData: {
1121
- type: ObjectConstructor;
1122
- default: () => {};
1123
- };
1124
- shortcutFieldsList: {
1125
- type: ArrayConstructor;
1126
- default: () => never[];
1127
- };
1128
- }>> & {
1129
- onChange?: ((...args: any[]) => any) | undefined;
1130
- }, {
1131
- value: Record<string, any>;
1132
- disabled: boolean;
1133
- isDetail: boolean;
1134
- defaultValue: Record<string, any>;
1135
- format: string;
1136
- itemData: Record<string, any>;
1137
- shortcutFieldsList: unknown[];
1138
- }>;
1139
- SvgIcon: import("vue").DefineComponent<{
1140
- iconClass: {
1141
- type: StringConstructor;
1142
- required: true;
1143
- default: string;
1144
- };
1145
- title: {
1146
- type: StringConstructor;
1147
- required: false;
1148
- default: string;
1149
- };
1150
- className: {
1151
- type: StringConstructor;
1152
- required: false;
1153
- };
1154
- }, {
1155
- props: {
1156
- iconClass: string;
1157
- title: string;
1158
- className?: string | undefined;
488
+ props: {
489
+ iconClass: string;
490
+ title: string;
491
+ className?: string | undefined;
1159
492
  };
1160
493
  iconName: import("vue").ComputedRef<string>;
1161
494
  svgClass: import("vue").ComputedRef<string>;
@@ -1165,1861 +498,208 @@ declare const _default: import("vue").DefineComponent<{
1165
498
  required: true;
1166
499
  default: string;
1167
500
  };
1168
- title: {
1169
- type: StringConstructor;
1170
- required: false;
1171
- default: string;
1172
- };
1173
- className: {
1174
- type: StringConstructor;
1175
- required: false;
1176
- };
1177
- }>>, {
1178
- title: string;
1179
- iconClass: string;
1180
- }>;
1181
- NIcon: any;
1182
- NInput: any;
1183
- NButton: any;
1184
- NInputNumber: any;
1185
- NTooltip: any;
1186
- NSelect: any;
1187
- NDatePicker: any;
1188
- }, 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<{
1189
- isSee: {
1190
- type: BooleanConstructor;
1191
- };
1192
- visible: {
1193
- type: BooleanConstructor;
1194
- };
1195
- actionList_prop: {
1196
- type: ObjectConstructor;
1197
- default: () => {};
1198
- };
1199
- filterApiConfig: {
1200
- type: ObjectConstructor;
1201
- default: () => {};
1202
- };
1203
- searchFieldList: {
1204
- type: ArrayConstructor;
1205
- default: () => never[];
1206
- };
1207
- showItemName: {
1208
- default: boolean;
1209
- };
1210
- saveEmpty: {
1211
- default: boolean;
1212
- };
1213
- homeManage: {
1214
- default: boolean;
1215
- };
1216
- tableId: {
1217
- default: string;
1218
- };
1219
- isPersonalizedHome: {
1220
- default: boolean;
1221
- };
1222
- conditionList: {
1223
- type: ArrayConstructor;
1224
- };
1225
- source: {
1226
- type: StringConstructor;
1227
- };
1228
- isBI: {
1229
- default: boolean;
1230
- };
1231
- isOnlyCondition: {
1232
- type: BooleanConstructor;
1233
- };
1234
- isCnHis: {
1235
- type: BooleanConstructor;
1236
- default: boolean;
1237
- };
1238
- isAdmin: {
1239
- type: BooleanConstructor;
1240
- default: boolean;
1241
- };
1242
- showCompareField: {
1243
- type: BooleanConstructor;
1244
- default: boolean;
1245
- };
1246
- hideAddBtn: {
1247
- type: BooleanConstructor;
1248
- default: boolean;
1249
- };
1250
- openType: {
1251
- type: StringConstructor;
1252
- default: string;
1253
- };
1254
- }>> & {
1255
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
1256
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1257
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1258
- }, {
1259
- visible: boolean;
1260
- openType: string;
1261
- searchFieldList: unknown[];
1262
- tableId: string;
1263
- isAdmin: boolean;
1264
- filterApiConfig: Record<string, any>;
1265
- isSee: boolean;
1266
- actionList_prop: Record<string, any>;
1267
- showItemName: boolean;
1268
- saveEmpty: boolean;
1269
- homeManage: boolean;
1270
- isPersonalizedHome: boolean;
1271
- isBI: boolean;
1272
- isOnlyCondition: boolean;
1273
- isCnHis: boolean;
1274
- showCompareField: boolean;
1275
- hideAddBtn: boolean;
1276
- }>;
1277
- SearchConditionByApi: import("vue").DefineComponent<{
1278
- actionList_prop: {
1279
- type: PropType<IClassifyListType>;
1280
- default: () => {};
1281
- };
1282
- conditionList: {
1283
- type: ArrayConstructor;
1284
- default: () => never[];
1285
- };
1286
- tableId: {
1287
- type: StringConstructor;
1288
- default: string;
1289
- };
1290
- showItemName: {
1291
- type: BooleanConstructor;
1292
- default: boolean;
1293
- };
1294
- hideAddBtn: {
1295
- type: BooleanConstructor;
1296
- default: boolean;
1297
- };
1298
- }, {
1299
- $message: import("naive-ui").MessageApi;
1300
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1301
- actionList_prop: {
1302
- type: PropType<IClassifyListType>;
1303
- default: () => {};
1304
- };
1305
- conditionList: {
1306
- type: ArrayConstructor;
1307
- default: () => never[];
1308
- };
1309
- tableId: {
1310
- type: StringConstructor;
1311
- default: string;
1312
- };
1313
- showItemName: {
1314
- type: BooleanConstructor;
1315
- default: boolean;
1316
- };
1317
- hideAddBtn: {
1318
- type: BooleanConstructor;
1319
- default: boolean;
1320
- };
1321
- }>> & {
1322
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1323
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1324
- }>>;
1325
- emit: (event: "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
1326
- $attrs: {
1327
- [x: string]: unknown;
1328
- };
1329
- FormState: {
1330
- className: string;
1331
- displayCategory: string;
1332
- filterConditions: {
1333
- value: string;
1334
- key: string;
1335
- condition: string;
1336
- presetVal: string;
1337
- }[];
1338
- };
1339
- loading: import("vue").Ref<boolean>;
1340
- DisplayCategoryState: {
1341
- addDisplayCategory: string;
1342
- displayCategories: {
1343
- disabled: boolean;
1344
- value: string;
1345
- }[];
1346
- displayCategoryOriginLen: number;
1347
- showAdd: boolean;
1348
- };
1349
- isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
1350
- editDisplayCategory: (e: any, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1351
- handleDisplayCategorySelect: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1352
- handleDisplayCategoryRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1353
- handleDisplayCategoryAdd: (e: any) => void;
1354
- handlerBlur: () => void;
1355
- initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
1356
- FilterConditionsState: any;
1357
- paramOptions: import("vue").ComputedRef<any>;
1358
- addFilterCondition: () => void;
1359
- delFilterCondition: (index: number) => void;
1360
- updateKey: (index: number, val: any) => void;
1361
- updateCondition: (index: number, val: any) => void;
1362
- getParamCfg: (key: string) => any;
1363
- initFilterConditions: (tableId: string, rawConditions: import("../../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
1364
- getRawFilterConditions: () => {
1365
- field_key: any;
1366
- con: any;
1367
- value: any;
1368
- unit: any;
1369
- }[];
1370
- findConditionByDisplayCategory: (displayCategory: string) => unknown;
1371
- handleDisplayCategorySelectProxy: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1372
- clearFormData: () => void;
1373
- handleInitConditions: () => Promise<void>;
1374
- validate: () => Promise<unknown>;
1375
- saveAdd: () => void;
1376
- cancelSaveAdd: () => void;
1377
- checkActionList: () => boolean;
1378
- NSpin: any;
1379
- NIcon: any;
1380
- NInput: any;
1381
- NButton: any;
1382
- NTooltip: any;
1383
- NSelect: any;
1384
- 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<{}>>, {}>;
1385
- 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<{}>>, {}>;
1386
- 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<{}>>, {}>;
1387
- SvgIcon: import("vue").DefineComponent<{
1388
- iconClass: {
1389
- type: StringConstructor;
1390
- required: true;
1391
- default: string;
1392
- };
1393
- title: {
1394
- type: StringConstructor;
1395
- required: false;
1396
- default: string;
1397
- };
1398
- className: {
1399
- type: StringConstructor;
1400
- required: false;
1401
- };
1402
- }, {
1403
- props: {
1404
- iconClass: string;
1405
- title: string;
1406
- className?: string | undefined;
1407
- };
1408
- iconName: import("vue").ComputedRef<string>;
1409
- svgClass: import("vue").ComputedRef<string>;
1410
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1411
- iconClass: {
1412
- type: StringConstructor;
1413
- required: true;
1414
- default: string;
1415
- };
1416
- title: {
1417
- type: StringConstructor;
1418
- required: false;
1419
- default: string;
1420
- };
1421
- className: {
1422
- type: StringConstructor;
1423
- required: false;
1424
- };
1425
- }>>, {
1426
- title: string;
1427
- iconClass: string;
1428
- }>;
1429
- ValueCfg: import("vue").DefineComponent<{
1430
- paramCfg: {
1431
- type: ObjectConstructor;
1432
- default: null;
1433
- };
1434
- modelValue: {
1435
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1436
- default: null;
1437
- };
1438
- presetVal: {
1439
- type: StringConstructor;
1440
- default: null;
1441
- };
1442
- }, {
1443
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1444
- paramCfg: {
1445
- type: ObjectConstructor;
1446
- default: null;
1447
- };
1448
- modelValue: {
1449
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1450
- default: null;
1451
- };
1452
- presetVal: {
1453
- type: StringConstructor;
1454
- default: null;
1455
- };
1456
- }>> & {
1457
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1458
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1459
- }>>;
1460
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1461
- valueCp: import("vue").WritableComputedRef<unknown>;
1462
- presetValCp: import("vue").WritableComputedRef<unknown>;
1463
- widgetType: import("vue").ComputedRef<any>;
1464
- optionSetting: import("vue").ComputedRef<any>;
1465
- mappingConfig: import("vue").ComputedRef<any>;
1466
- widgetOptions: import("vue").ComputedRef<{
1467
- label: string;
1468
- value: string;
1469
- }[]>;
1470
- NInputNumber: any;
1471
- NInput: any;
1472
- NSelect: any;
1473
- NDatePicker: any;
1474
- WidgetTypeEnums: {
1475
- INPUT_NUMBER: string;
1476
- INPUT: string;
1477
- SELECT: string;
1478
- DATE: string;
1479
- DATE_TIME: string;
1480
- };
1481
- WidgetValEnums: {
1482
- CUSTOM: string;
1483
- FIRST_VAL: string;
1484
- NOW: string;
1485
- TODAY: string;
1486
- TODAY_START: string;
1487
- TODAY_END: string;
1488
- TOMORROW: string;
1489
- TOMORROW_START: string;
1490
- TOMORROW_END: string;
1491
- YESTERDAY: string;
1492
- YESTERDAY_START: string;
1493
- YESTERDAY_END: string;
1494
- THIS_WEEK: string;
1495
- WEEK_START: string;
1496
- WEEK_END: string;
1497
- NEXT_WEEK: string;
1498
- LAST_WEEK: string;
1499
- THIS_MONTH: string;
1500
- MONTH_START: string;
1501
- MONTH_END: string;
1502
- NEXT_MONTH: string;
1503
- LAST_MONTH: string;
1504
- THIS_QUARTER: string;
1505
- NEXT_QUARTER: string;
1506
- LAST_QUARTER: string;
1507
- THIS_YEAR: string;
1508
- NEXT_YEAR: string;
1509
- LAST_YEAR: string;
1510
- };
1511
- WidgetOptionEnums: {
1512
- RADIO: string;
1513
- MULTIPLE: string;
1514
- ALL: string;
1515
- SELECT_TIME: string;
1516
- PAST_TIME: string;
1517
- FUTURE_TIME: string;
1518
- };
1519
- }, 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<{
1520
- paramCfg: {
1521
- type: ObjectConstructor;
1522
- default: null;
1523
- };
1524
- modelValue: {
1525
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1526
- default: null;
1527
- };
1528
- presetVal: {
1529
- type: StringConstructor;
1530
- default: null;
1531
- };
1532
- }>> & {
1533
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1534
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1535
- }, {
1536
- modelValue: string | number | unknown[];
1537
- presetVal: string;
1538
- paramCfg: Record<string, any>;
1539
- }>;
1540
- ConditionEnums: {
1541
- NULL: string;
1542
- EQUAL: string;
1543
- };
1544
- conditionOptions: {
1545
- label: string;
1546
- value: string;
1547
- }[];
1548
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("saveAdd" | "cancelSaveAdd")[], "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1549
- actionList_prop: {
1550
- type: PropType<IClassifyListType>;
1551
- default: () => {};
1552
- };
1553
- conditionList: {
1554
- type: ArrayConstructor;
1555
- default: () => never[];
1556
- };
1557
- tableId: {
1558
- type: StringConstructor;
1559
- default: string;
1560
- };
1561
- showItemName: {
1562
- type: BooleanConstructor;
1563
- default: boolean;
1564
- };
1565
- hideAddBtn: {
1566
- type: BooleanConstructor;
1567
- default: boolean;
1568
- };
1569
- }>> & {
1570
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1571
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1572
- }, {
1573
- tableId: string;
1574
- actionList_prop: IClassifyListType;
1575
- showItemName: boolean;
1576
- conditionList: unknown[];
1577
- hideAddBtn: boolean;
1578
- }>;
1579
- TextOverTooltip: import("vue").DefineComponent<{
1580
- content: {
1581
- type: (NumberConstructor | StringConstructor)[];
1582
- required: false;
1583
- };
1584
- className: {
1585
- type: StringConstructor;
1586
- required: false;
1587
- };
1588
- refName: {
1589
- type: StringConstructor;
1590
- required: false;
1591
- };
1592
- effect: {
1593
- type: StringConstructor;
1594
- required: false;
1595
- default: string;
1596
- };
1597
- placement: {
1598
- type: StringConstructor;
1599
- required: false;
1600
- default: string;
1601
- };
1602
- tooltipTitle: {
1603
- type: (NumberConstructor | StringConstructor)[];
1604
- required: false;
1605
- default: string;
1606
- };
1607
- isAlias: {
1608
- type: BooleanConstructor;
1609
- required: false;
1610
- };
1611
- }, {
1612
- props: {
1613
- content?: string | number | undefined;
1614
- className?: string | undefined;
1615
- refName?: string | undefined;
1616
- effect: string;
1617
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
1618
- tooltipTitle: string | number;
1619
- isAlias?: boolean | undefined;
1620
- };
1621
- isDisabledTooltip: import("vue").Ref<boolean>;
1622
- curContent: import("vue").ComputedRef<string>;
1623
- $refName: any;
1624
- onMouseOver: (str: any) => void;
1625
- onMouseOut: () => void;
1626
- NTooltip: any;
1627
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1628
- content: {
1629
- type: (NumberConstructor | StringConstructor)[];
1630
- required: false;
1631
- };
1632
- className: {
1633
- type: StringConstructor;
1634
- required: false;
1635
- };
1636
- refName: {
1637
- type: StringConstructor;
1638
- required: false;
1639
- };
1640
- effect: {
1641
- type: StringConstructor;
1642
- required: false;
1643
- default: string;
1644
- };
1645
- placement: {
1646
- type: StringConstructor;
1647
- required: false;
1648
- default: string;
1649
- };
1650
- tooltipTitle: {
1651
- type: (NumberConstructor | StringConstructor)[];
1652
- required: false;
1653
- default: string;
1654
- };
1655
- isAlias: {
1656
- type: BooleanConstructor;
1657
- required: false;
1658
- };
1659
- }>>, {
1660
- effect: string;
1661
- placement: string;
1662
- tooltipTitle: string | number;
1663
- isAlias: boolean;
1664
- }>;
1665
- searchClassName: import("vue").DefineComponent<{
1666
- showItemName: {
1667
- type: BooleanConstructor;
1668
- default: boolean;
1669
- };
1670
- tableId: {
1671
- type: StringConstructor;
1672
- default: string;
1673
- };
1674
- actionList_prop: {
1675
- type: ObjectConstructor;
1676
- default: () => {};
1677
- };
1678
- conditionList: {
1679
- type: ArrayConstructor;
1680
- default: () => never[];
1681
- };
1682
- }, {
1683
- attrs: any;
1684
- $message: import("naive-ui").MessageApi;
1685
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1686
- showItemName: {
1687
- type: BooleanConstructor;
1688
- default: boolean;
1689
- };
1690
- tableId: {
1691
- type: StringConstructor;
1692
- default: string;
1693
- };
1694
- actionList_prop: {
1695
- type: ObjectConstructor;
1696
- default: () => {};
1697
- };
1698
- conditionList: {
1699
- type: ArrayConstructor;
1700
- default: () => never[];
1701
- };
1702
- }>> & {}>>;
1703
- showAdd: import("vue").Ref<boolean>;
1704
- className: import("vue").Ref<string>;
1705
- addVal: import("vue").Ref<string>;
1706
- parentNames: import("vue").Ref<{
1707
- disabled: boolean;
1708
- isAdd?: boolean | undefined;
1709
- selected: boolean;
1710
- value: string;
1711
- }[]>;
1712
- parentNamesHasAdd: import("vue").ComputedRef<boolean>;
1713
- init: () => void;
1714
- getParentNames: () => void;
1715
- handleParentNamesAdd: (e: Event) => void;
1716
- hanldeBlur: () => void;
1717
- editParentName: (e: Event, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1718
- handleParentNameSelect: (item: import("../../../../../es/components/table-filter/src/types").IParentNamesType, index: number) => void;
1719
- handleParentNamesRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1720
- handleParent: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1721
- handleGetParams: () => {
1722
- displayCategory: string;
1723
- name: string;
1724
- } | undefined;
1725
- NIcon: any;
1726
- NButton: any;
1727
- NInput: any;
1728
- 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<{}>>, {}>;
1729
- 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<{}>>, {}>;
1730
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1731
- showItemName: {
1732
- type: BooleanConstructor;
1733
- default: boolean;
1734
- };
1735
- tableId: {
1736
- type: StringConstructor;
1737
- default: string;
1738
- };
1739
- actionList_prop: {
1740
- type: ObjectConstructor;
1741
- default: () => {};
1742
- };
1743
- conditionList: {
1744
- type: ArrayConstructor;
1745
- default: () => never[];
1746
- };
1747
- }>>, {
1748
- tableId: string;
1749
- actionList_prop: Record<string, any>;
1750
- showItemName: boolean;
1751
- conditionList: unknown[];
1752
- }>;
1753
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification")[], "changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1754
- tableDataType: {
1755
- type: StringConstructor;
1756
- default: string;
1757
- };
1758
- originConditionList: {
1759
- type: PropType<IClassifyListType[]>;
1760
- default: () => never[];
1761
- };
1762
- searchFieldList: {
1763
- type: PropType<ISearchType[]>;
1764
- default: () => never[];
1765
- };
1766
- searchFieldLimit: {
1767
- type: ObjectConstructor;
1768
- default: () => {};
1769
- };
1770
- treeData: {
1771
- type: PropType<ITreeDataType[]>;
1772
- default: () => never[];
1773
- };
1774
- filterApiConfig: {
1775
- type: ObjectConstructor;
1776
- default: () => {};
1777
- };
1778
- }>> & {
1779
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1780
- onChangeShowName?: ((...args: any[]) => any) | undefined;
1781
- onHandleItemClick?: ((...args: any[]) => any) | undefined;
1782
- onReloadClassification?: ((...args: any[]) => any) | undefined;
1783
- }, {
1784
- searchFieldList: ISearchType[];
1785
- searchFieldLimit: Record<string, any>;
1786
- filterApiConfig: Record<string, any>;
1787
- originConditionList: IClassifyListType[];
1788
- tableDataType: string;
1789
- treeData: ITreeDataType[];
1790
- }>;
1791
- setClassification: import("vue").DefineComponent<{
1792
- searchFieldList: {
1793
- type: ArrayConstructor;
1794
- default: () => never[];
1795
- };
1796
- conditionList: {
1797
- type: ArrayConstructor;
1798
- default: () => never[];
1799
- };
1800
- settingId: StringConstructor;
1801
- searchDefName: {
1802
- type: StringConstructor;
1803
- default: string;
1804
- };
1805
- filterApiConfig: {
1806
- type: ObjectConstructor;
1807
- default: () => {};
1808
- };
1809
- classifyModal: {
1810
- type: BooleanConstructor;
1811
- default: boolean;
1812
- };
1813
- }, {
1814
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1815
- searchFieldList: {
1816
- type: ArrayConstructor;
1817
- default: () => never[];
1818
- };
1819
- conditionList: {
1820
- type: ArrayConstructor;
1821
- default: () => never[];
1822
- };
1823
- settingId: StringConstructor;
1824
- searchDefName: {
1825
- type: StringConstructor;
1826
- default: string;
1827
- };
1828
- filterApiConfig: {
1829
- type: ObjectConstructor;
1830
- default: () => {};
1831
- };
1832
- classifyModal: {
1833
- type: BooleanConstructor;
1834
- default: boolean;
1835
- };
1836
- }>> & {
1837
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1838
- onCondiTionListInit?: ((...args: any[]) => any) | undefined;
1839
- onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
1840
- onSetClassifyModal?: ((...args: any[]) => any) | undefined;
1841
- }>>;
1842
- emit: (event: "changeSearch" | "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
1843
- $message: import("naive-ui").MessageApi;
1844
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1845
- conditionList: import("vue").Ref<unknown[]>;
1846
- checkedItem: import("vue").Ref<any>;
1847
- searchName: any;
1848
- addVisible: import("vue").Ref<boolean>;
1849
- actionList_prop: import("vue").Ref<{}>;
1850
- newSearchFieldList: any;
1851
- saveLoading: import("vue").Ref<boolean>;
1852
- searchFilter: any;
1853
- attrs: {
1854
- [x: string]: unknown;
1855
- };
1856
- oneSave: (value: any) => Promise<void>;
1857
- oneCancel: () => void;
1858
- hanleAdd: () => void;
1859
- edit: (item: IClassifyListType, name: string) => void;
1860
- copy: (item: IClassifyListType, name: string) => void;
1861
- saveAdd: (params: any) => Promise<void>;
1862
- cancelSaveAdd: () => void;
1863
- changeData: (data: any, checkedItemVal: any) => void;
1864
- delItem: (checkedItemVal: any, name: string) => Promise<void>;
1865
- setOneVisible: (flag: boolean) => void;
1866
- resetPopconfirm: () => Promise<void>;
1867
- oneVisible: import("vue").ComputedRef<boolean>;
1868
- NButton: any;
1869
- TableModal: import("vue").DefineComponent<{
1870
- visibleIn: {
1871
- type: BooleanConstructor;
1872
- };
1873
- loading: {
1874
- type: BooleanConstructor;
1875
- };
1876
- confirm: {
1877
- type: FunctionConstructor;
1878
- };
1879
- edit: {
1880
- type: FunctionConstructor;
1881
- defdault: () => void;
1882
- };
1883
- copy: {
1884
- type: FunctionConstructor;
1885
- defdault: () => void;
1886
- };
1887
- delItem: {
1888
- type: FunctionConstructor;
1889
- defdault: () => void;
1890
- };
1891
- dataSource: {
1892
- type: ArrayConstructor;
1893
- default: () => never[];
1894
- };
1895
- type: {
1896
- type: StringConstructor;
1897
- };
1898
- transitionName: {
1899
- type: StringConstructor;
1900
- };
1901
- getContainer: {
1902
- type: FunctionConstructor;
1903
- default: () => HTMLElement;
1904
- };
1905
- }, {
1906
- instance: import("axios").AxiosInstance;
1907
- attrs: {
1908
- [x: string]: unknown;
1909
- };
1910
- $message: import("naive-ui").MessageApi;
1911
- $dialog: import("naive-ui").DialogApi;
1912
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1913
- visibleIn: {
1914
- type: BooleanConstructor;
1915
- };
1916
- loading: {
1917
- type: BooleanConstructor;
1918
- };
1919
- confirm: {
1920
- type: FunctionConstructor;
1921
- };
1922
- edit: {
1923
- type: FunctionConstructor;
1924
- defdault: () => void;
1925
- };
1926
- copy: {
1927
- type: FunctionConstructor;
1928
- defdault: () => void;
1929
- };
1930
- delItem: {
1931
- type: FunctionConstructor;
1932
- defdault: () => void;
1933
- };
1934
- dataSource: {
1935
- type: ArrayConstructor;
1936
- default: () => never[];
1937
- };
1938
- type: {
1939
- type: StringConstructor;
1940
- };
1941
- transitionName: {
1942
- type: StringConstructor;
1943
- };
1944
- getContainer: {
1945
- type: FunctionConstructor;
1946
- default: () => HTMLElement;
1947
- };
1948
- }>> & {
1949
- onClose?: ((...args: any[]) => any) | undefined;
1950
- onHandleOk?: ((...args: any[]) => any) | undefined;
1951
- onChangeData?: ((...args: any[]) => any) | undefined;
1952
- onResetPopconfirm?: ((...args: any[]) => any) | undefined;
1953
- onFinishSubmit?: ((...args: any[]) => any) | undefined;
1954
- }>>;
1955
- emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
1956
- isAdmin: import("vue").ComputedRef<unknown>;
1957
- homeList: any;
1958
- visible: import("vue").Ref<boolean>;
1959
- isChangeWindow: import("vue").Ref<boolean>;
1960
- modalWidth: import("vue").Ref<string>;
1961
- modalHeight: import("vue").Ref<string>;
1962
- isShowResetButton: import("vue").Ref<boolean>;
1963
- handleOk: () => void;
1964
- rinkTo: () => void;
1965
- close: () => void;
1966
- resetChangeWindow: () => void;
1967
- dragEnd: () => void;
1968
- clickli: (item: IClassifyListType) => void;
1969
- clickChecked: (item: IClassifyListType, name: string) => void;
1970
- changeSwitch: (item: IClassifyListType, name: string) => void;
1971
- changecommonSwitch: (item: IClassifyListType) => void;
1972
- formatParams: (type: string) => {
1973
- id: string;
1974
- tableId: string;
1975
- setting: string;
1976
- type?: undefined;
1977
- } | {
1978
- type: string;
1979
- tableId: string;
1980
- setting: string;
1981
- id?: undefined;
1982
- } | undefined;
1983
- changeModalWindow: () => void;
1984
- popconfirm: (e: any) => void;
1985
- handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
1986
- NModal: any;
1987
- NCard: any;
1988
- NIcon: any;
1989
- NButton: any;
1990
- NTooltip: any;
1991
- NSwitch: any;
1992
- NPopconfirm: any;
1993
- DocumentOutline: 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<{}>>, {}>;
1994
- Brush: 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<{}>>, {}>;
1995
- ReorderTwo: 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<{}>>, {}>;
1996
- SvgIcon: import("vue").DefineComponent<{
1997
- iconClass: {
1998
- type: StringConstructor;
1999
- required: true;
2000
- default: string;
2001
- };
2002
- title: {
2003
- type: StringConstructor;
2004
- required: false;
2005
- default: string;
2006
- };
2007
- className: {
2008
- type: StringConstructor;
2009
- required: false;
2010
- };
2011
- }, {
2012
- props: {
2013
- iconClass: string;
2014
- title: string;
2015
- className?: string | undefined;
2016
- };
2017
- iconName: import("vue").ComputedRef<string>;
2018
- svgClass: import("vue").ComputedRef<string>;
2019
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2020
- iconClass: {
2021
- type: StringConstructor;
2022
- required: true;
2023
- default: string;
2024
- };
2025
- title: {
2026
- type: StringConstructor;
2027
- required: false;
2028
- default: string;
2029
- };
2030
- className: {
2031
- type: StringConstructor;
2032
- required: false;
2033
- };
2034
- }>>, {
2035
- title: string;
2036
- iconClass: string;
2037
- }>;
2038
- Draggable: import("vue").DefineComponent<{
2039
- list: {
2040
- type: ArrayConstructor;
2041
- required: boolean;
2042
- default: any;
2043
- };
2044
- modelValue: {
2045
- type: ArrayConstructor;
2046
- required: boolean;
2047
- default: any;
2048
- };
2049
- itemKey: {
2050
- type: (StringConstructor | FunctionConstructor)[];
2051
- required: boolean;
2052
- };
2053
- clone: {
2054
- type: FunctionConstructor;
2055
- default: (original: any) => any;
2056
- };
2057
- tag: {
2058
- type: StringConstructor;
2059
- default: string;
2060
- };
2061
- move: {
2062
- type: FunctionConstructor;
2063
- default: any;
2064
- };
2065
- componentData: {
2066
- type: ObjectConstructor;
2067
- required: boolean;
2068
- default: any;
2069
- };
2070
- }, unknown, {
2071
- error: boolean;
2072
- }, {
2073
- realList(): any;
2074
- getKey(): any;
2075
- }, {
2076
- getUnderlyingVm(domElement: any): any;
2077
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
2078
- emitChanges(evt: any): void;
2079
- alterList(onList: any): void;
2080
- spliceList(): void;
2081
- updatePosition(oldIndex: any, newIndex: any): void;
2082
- getRelatedContextFromMoveEvent({ to, related }: {
2083
- to: any;
2084
- related: any;
2085
- }): any;
2086
- getVmIndexFromDomIndex(domIndex: any): any;
2087
- onDragStart(evt: any): void;
2088
- onDragAdd(evt: any): void;
2089
- onDragRemove(evt: any): void;
2090
- onDragUpdate(evt: any): void;
2091
- computeFutureIndex(relatedContext: any, evt: any): any;
2092
- onDragMove(evt: any, originalEvent: any): any;
2093
- onDragEnd(): void;
2094
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
2095
- move: Function;
2096
- tag: string;
2097
- clone: Function;
2098
- list: unknown[];
2099
- modelValue: unknown[];
2100
- componentData: Record<string, any>;
2101
- } & {
2102
- itemKey?: string | Function | undefined;
2103
- }>, {
2104
- move: Function;
2105
- tag: string;
2106
- clone: Function;
2107
- list: unknown[];
2108
- modelValue: unknown[];
2109
- componentData: Record<string, any>;
2110
- }>;
2111
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2112
- visibleIn: {
2113
- type: BooleanConstructor;
2114
- };
2115
- loading: {
2116
- type: BooleanConstructor;
2117
- };
2118
- confirm: {
2119
- type: FunctionConstructor;
2120
- };
2121
- edit: {
2122
- type: FunctionConstructor;
2123
- defdault: () => void;
2124
- };
2125
- copy: {
2126
- type: FunctionConstructor;
2127
- defdault: () => void;
2128
- };
2129
- delItem: {
2130
- type: FunctionConstructor;
2131
- defdault: () => void;
2132
- };
2133
- dataSource: {
2134
- type: ArrayConstructor;
2135
- default: () => never[];
2136
- };
2137
- type: {
2138
- type: StringConstructor;
2139
- };
2140
- transitionName: {
2141
- type: StringConstructor;
2142
- };
2143
- getContainer: {
2144
- type: FunctionConstructor;
2145
- default: () => HTMLElement;
2146
- };
2147
- }>> & {
2148
- onClose?: ((...args: any[]) => any) | undefined;
2149
- onHandleOk?: ((...args: any[]) => any) | undefined;
2150
- onChangeData?: ((...args: any[]) => any) | undefined;
2151
- onResetPopconfirm?: ((...args: any[]) => any) | undefined;
2152
- onFinishSubmit?: ((...args: any[]) => any) | undefined;
2153
- }, {
2154
- loading: boolean;
2155
- dataSource: unknown[];
2156
- visibleIn: boolean;
2157
- getContainer: Function;
2158
- }>;
2159
- SearchFilter: import("vue").DefineComponent<{
2160
- visible: {
2161
- type: BooleanConstructor;
2162
- default: boolean;
2163
- };
2164
- modalTitle: {
2165
- type: StringConstructor;
2166
- default: string;
2167
- };
2168
- conditionList: {
2169
- type: ArrayConstructor;
2170
- default: () => never[];
2171
- };
2172
- searchFieldList: {
2173
- type: ArrayConstructor;
2174
- default: () => never[];
2175
- };
2176
- tableDataType: {
2177
- type: StringConstructor;
2178
- default: string;
2179
- };
2180
- filterApiConfig: {
2181
- type: ObjectConstructor;
2182
- default: () => {};
2183
- };
2184
- }, {
2185
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2186
- visible: {
2187
- type: BooleanConstructor;
2188
- default: boolean;
2189
- };
2190
- modalTitle: {
2191
- type: StringConstructor;
2192
- default: string;
2193
- };
2194
- conditionList: {
2195
- type: ArrayConstructor;
2196
- default: () => never[];
2197
- };
2198
- searchFieldList: {
2199
- type: ArrayConstructor;
2200
- default: () => never[];
2201
- };
2202
- tableDataType: {
2203
- type: StringConstructor;
2204
- default: string;
2205
- };
2206
- filterApiConfig: {
2207
- type: ObjectConstructor;
2208
- default: () => {};
2209
- };
2210
- }>> & {
2211
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2212
- }>>;
2213
- emits: (event: "cancelSaveAdd", ...args: any[]) => void;
2214
- addVisible: import("vue").Ref<boolean>;
2215
- isChangeWindow: import("vue").Ref<boolean>;
2216
- modalWidth: import("vue").Ref<string>;
2217
- bodyStyle: import("vue").Ref<{
2218
- maxHeight: string;
2219
- height: string;
2220
- overflowY: string;
2221
- }>;
2222
- conditionApiRef: any;
2223
- conditionSqlRef: any;
2224
- filterTimer: any;
2225
- isApiFilter: import("vue").ComputedRef<boolean>;
2226
- init: () => void;
2227
- clearTimer: () => void;
2228
- handleInitConditions: () => void;
2229
- saveAdd: () => void;
2230
- cancelSaveAdd: () => void;
2231
- clearConditions: () => void;
2232
- resetChangeWindow: () => void;
2233
- changeModalWindow: () => void;
2234
- NModal: any;
2235
- NCard: any;
2236
- NButton: any;
2237
- SearchCondition: import("vue").DefineComponent<{
2238
- isSee: {
2239
- type: BooleanConstructor;
2240
- };
2241
- visible: {
2242
- type: BooleanConstructor;
2243
- };
2244
- actionList_prop: {
2245
- type: ObjectConstructor;
2246
- default: () => {};
2247
- };
2248
- filterApiConfig: {
2249
- type: ObjectConstructor;
2250
- default: () => {};
2251
- };
2252
- searchFieldList: {
2253
- type: ArrayConstructor;
2254
- default: () => never[];
2255
- };
2256
- showItemName: {
2257
- default: boolean;
2258
- };
2259
- saveEmpty: {
2260
- default: boolean;
2261
- };
2262
- homeManage: {
2263
- default: boolean;
2264
- };
2265
- tableId: {
2266
- default: string;
2267
- };
2268
- isPersonalizedHome: {
2269
- default: boolean;
2270
- };
2271
- conditionList: {
2272
- type: ArrayConstructor;
2273
- };
2274
- source: {
2275
- type: StringConstructor;
2276
- };
2277
- isBI: {
2278
- default: boolean;
2279
- };
2280
- isOnlyCondition: {
2281
- type: BooleanConstructor;
2282
- };
2283
- isCnHis: {
2284
- type: BooleanConstructor;
2285
- default: boolean;
2286
- };
2287
- isAdmin: {
2288
- type: BooleanConstructor;
2289
- default: boolean;
2290
- };
2291
- showCompareField: {
2292
- type: BooleanConstructor;
2293
- default: boolean;
2294
- };
2295
- hideAddBtn: {
2296
- type: BooleanConstructor;
2297
- default: boolean;
2298
- };
2299
- openType: {
2300
- type: StringConstructor;
2301
- default: string;
2302
- };
2303
- }, {
2304
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
2305
- $attrs: {
2306
- [x: string]: unknown;
2307
- };
2308
- $message: import("naive-ui").MessageApi;
2309
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2310
- isSee: {
2311
- type: BooleanConstructor;
2312
- };
2313
- visible: {
2314
- type: BooleanConstructor;
2315
- };
2316
- actionList_prop: {
2317
- type: ObjectConstructor;
2318
- default: () => {};
2319
- };
2320
- filterApiConfig: {
2321
- type: ObjectConstructor;
2322
- default: () => {};
2323
- };
2324
- searchFieldList: {
2325
- type: ArrayConstructor;
2326
- default: () => never[];
2327
- };
2328
- showItemName: {
2329
- default: boolean;
2330
- };
2331
- saveEmpty: {
2332
- default: boolean;
2333
- };
2334
- homeManage: {
2335
- default: boolean;
2336
- };
2337
- tableId: {
2338
- default: string;
2339
- };
2340
- isPersonalizedHome: {
2341
- default: boolean;
2342
- };
2343
- conditionList: {
2344
- type: ArrayConstructor;
2345
- };
2346
- source: {
2347
- type: StringConstructor;
2348
- };
2349
- isBI: {
2350
- default: boolean;
2351
- };
2352
- isOnlyCondition: {
2353
- type: BooleanConstructor;
2354
- };
2355
- isCnHis: {
2356
- type: BooleanConstructor;
2357
- default: boolean;
2358
- };
2359
- isAdmin: {
2360
- type: BooleanConstructor;
2361
- default: boolean;
2362
- };
2363
- showCompareField: {
2364
- type: BooleanConstructor;
2365
- default: boolean;
2366
- };
2367
- hideAddBtn: {
2368
- type: BooleanConstructor;
2369
- default: boolean;
2370
- };
2371
- openType: {
2372
- type: StringConstructor;
2373
- default: string;
2374
- };
2375
- }>> & {
2376
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
2377
- onSaveAdd?: ((...args: any[]) => any) | undefined;
2378
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2379
- }>>;
2380
- emit: (event: "setConditionMap" | "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
2381
- checkedItem: import("vue").Ref<null>;
2382
- start_val: any;
2383
- end_val: any;
2384
- className: any;
2385
- teaValue: import("vue").Ref<string>;
2386
- classifyId: import("vue").Ref<string>;
2387
- initConditionsed: import("vue").Ref<boolean>;
2388
- relationVisible: import("vue").Ref<boolean>;
2389
- addVal: import("vue").Ref<string>;
2390
- showAdd: import("vue").Ref<boolean>;
2391
- curAutograph: import("vue").Ref<string>;
2392
- classify: import("vue").Ref<string>;
2393
- limit_date: import("vue").Ref<string>;
2394
- clickRelationIndex: import("vue").Ref<number>;
2395
- fetching: import("vue").Ref<boolean>;
2396
- searchList: any;
2397
- searchChildList: any;
2398
- relationTableList: any;
2399
- isRelationList: any;
2400
- fieldTypeList: import("vue").Ref<({
2401
- conList: {
2402
- name: string;
2403
- desc: string;
2404
- }[];
2405
- name: string;
2406
- format: string;
2407
- type: string;
2408
- } | {
2409
- conList: {
2410
- name: string;
2411
- desc: string;
2412
- }[];
2413
- name: string;
2414
- type: string;
2415
- format?: undefined;
2416
- })[]>;
2417
- dateList: any;
2418
- dateTimeList: import("vue").Ref<{
2419
- name: string;
2420
- value: string;
2421
- }>;
2422
- relationSelect: import("vue").Ref<{
2423
- desc: string;
2424
- name: string;
2425
- }[]>;
2426
- rangeAgeOptions: import("vue").Ref<{
2427
- desc: string;
2428
- name: string;
2429
- }[]>;
2430
- relationAction: import("vue").Ref<{}>;
2431
- relationSearchFieldList: import("vue").Ref<never[]>;
2432
- birthdayUnits: import("vue").Ref<{
2433
- title: string;
2434
- units: number;
2435
- con: string;
2436
- }[]>;
2437
- parentNames: any;
2438
- searchItem: import("vue").Ref<{}>;
2439
- curWordbookData: import("vue").Ref<undefined>;
2440
- classifyList: any;
2441
- birthdayFilter: import("vue").Ref<string[]>;
2442
- actionList: any;
2443
- parentNamesHasAdd: import("vue").ComputedRef<any>;
2444
- showPercent: import("vue").ComputedRef<(item: any) => boolean>;
2445
- searchListKey: import("vue").ComputedRef<any>;
2446
- isOrgAdmin: import("vue").ComputedRef<boolean>;
2447
- is_search_professional: import("vue").ComputedRef<boolean>;
2448
- noShowListDelIcon: import("vue").ComputedRef<boolean>;
2449
- handleInitConditions: () => void;
2450
- getClassifyList: () => Promise<void>;
2451
- getParentNames: () => void;
2452
- initData: (config?: any) => void;
2453
- backShow: (val: any) => void;
2454
- saveAdd: () => import("naive-ui").MessageReactive | undefined;
2455
- getSqlExpression: () => string;
2456
- getConditions: () => never[] | undefined;
2457
- addAction: (config?: any) => import("naive-ui").MessageReactive | undefined;
2458
- softDel: (index: number) => void;
2459
- cancelSaveAdd: () => void;
2460
- changeColumnName: (value: string | number | null, action: any) => void;
2461
- formatData: (value: string | number | null, action: any) => void;
2462
- formatActionData: (action: any) => void;
2463
- handleDictionDef: (el: any) => null;
2464
- getWordbookData: (o: any, obj: any) => Promise<any>;
2465
- handleWordbookData: (item: any, data: any) => void;
2466
- dropdownVisibleChange: (open: boolean, item: any) => void;
2467
- handleSearch: (value: any, item: any) => void;
2468
- handleSelect: (value: any, item: any) => void;
2469
- handleDeSelect: (value: any, item: any) => void;
2470
- selectChild: (value: any, item: any, isInitSet?: boolean | undefined, config?: any) => void;
2471
- handleHideItem: (item: any, reset?: boolean) => void;
2472
- disabledStartDate: (start_value: string) => boolean;
2473
- disabledEndDate: (end_value: string) => boolean;
2474
- handleStartOpenChange: (open: boolean, item: any) => void;
2475
- handleEndOpenChange: (open: boolean, item: any) => void;
2476
- disabledDate: (current: any) => any;
2477
- changeRange: (value: any, item: any) => void;
2478
- handlerSelectRelation: (e: string, item: any) => void;
2479
- openRelationFilter: (data: any, i: number) => void;
2480
- relationCancel: () => void;
2481
- relationSave: (data: any) => void;
2482
- initBirthdayParams: (item: any) => void;
2483
- handleParentNamesAdd: (e: any) => void;
2484
- hanldeBlur: () => void;
2485
- editParentName: (e: any, item: any) => void;
2486
- handleParentNameSelect: (item: any, index: number) => void;
2487
- handleParentNamesRemove: (index: number, item: any) => void;
2488
- handleParent: (index: number, item: any) => void;
2489
- getParentSelectedStyle: (item: any) => {
2490
- backgroundColor: string;
2491
- color: string;
2492
- } | null;
2493
- ageRangeOnChange: (obj: any, item: any) => void;
2494
- agecomOnChange: (obj: any, item: any) => void;
2495
- diffTime: (days: number) => {
2496
- year?: undefined;
2497
- month?: undefined;
2498
- day?: undefined;
2499
- d?: undefined;
2500
- } | {
2501
- year: number;
2502
- month: number;
2503
- day: number;
2504
- d: number;
2505
- };
2506
- filterOption: (...arg: any) => any;
2507
- handleSetSelectList: (item: any) => void;
2508
- compare_fieldOnChange: (e: string, item: any) => void;
2509
- checkCustomInput: (item: any) => boolean;
2510
- visibleCompareField: (item: any) => any;
2511
- visibleDefaultField: (item: any) => any;
2512
- handleHideCompareField: (item: any) => void;
2513
- checkActionList: () => any;
2514
- fieldselectONchange: (item: any, eventName: string, value: any) => void;
2515
- handleResetColumnName: (item: any) => void;
2516
- handleResetSelectChild: (item: any) => void;
2517
- 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<{}>>, {}>;
2518
- 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<{}>>, {}>;
2519
- 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<{}>>, {}>;
2520
- rangeAge: import("vue").DefineComponent<{
2521
- value: {
2522
- value: ObjectConstructor;
2523
- default: () => {
2524
- star_val: string;
2525
- end_val: string;
2526
- };
2527
- };
2528
- options: {
2529
- type: ArrayConstructor;
2530
- default: () => never[];
2531
- };
2532
- item: {
2533
- type: ObjectConstructor;
2534
- default: () => {};
2535
- };
2536
- defaultValue: {
2537
- type: ObjectConstructor;
2538
- default: () => {};
2539
- };
2540
- format: {
2541
- type: StringConstructor;
2542
- default: string;
2543
- };
2544
- disabled: {
2545
- type: BooleanConstructor;
2546
- default: boolean;
2547
- };
2548
- dataName: {
2549
- type: StringConstructor;
2550
- };
2551
- }, {
2552
- valueObj: any;
2553
- startValue: any;
2554
- endValue: any;
2555
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2556
- value: {
2557
- value: ObjectConstructor;
2558
- default: () => {
2559
- star_val: string;
2560
- end_val: string;
2561
- };
2562
- };
2563
- options: {
2564
- type: ArrayConstructor;
2565
- default: () => never[];
2566
- };
2567
- item: {
2568
- type: ObjectConstructor;
2569
- default: () => {};
2570
- };
2571
- defaultValue: {
2572
- type: ObjectConstructor;
2573
- default: () => {};
2574
- };
2575
- format: {
2576
- type: StringConstructor;
2577
- default: string;
2578
- };
2579
- disabled: {
2580
- type: BooleanConstructor;
2581
- default: boolean;
2582
- };
2583
- dataName: {
2584
- type: StringConstructor;
2585
- };
2586
- }>> & {
2587
- onChange?: ((...args: any[]) => any) | undefined;
2588
- }>>;
2589
- emits: (event: "change", ...args: any[]) => void;
2590
- initDefaultValue: () => void;
2591
- diffTime: (days: number) => {
2592
- year?: undefined;
2593
- month?: undefined;
2594
- day?: undefined;
2595
- days?: undefined;
2596
- } | {
2597
- year: string | number;
2598
- month: string | number;
2599
- day: string | number;
2600
- days: string | number;
2601
- };
2602
- ageStartOnChange: (obj: any) => void;
2603
- ageEndOnChange: (obj: any) => void;
2604
- reset: () => void;
2605
- ageCom: import("vue").DefineComponent<{
2606
- value: {
2607
- type: ObjectConstructor;
2608
- default: () => void;
2609
- };
2610
- format: {
2611
- type: StringConstructor;
2612
- default: string;
2613
- };
2614
- disabled: {
2615
- type: BooleanConstructor;
2616
- default: boolean;
2617
- };
2618
- isDetail: {
2619
- type: BooleanConstructor;
2620
- default: boolean;
2621
- };
2622
- defaultValue: {
2623
- type: ObjectConstructor;
2624
- default: () => {};
2625
- };
2626
- itemData: {
2627
- type: ObjectConstructor;
2628
- default: () => {};
2629
- };
2630
- shortcutFieldsList: {
2631
- type: ArrayConstructor;
2632
- default: () => never[];
2633
- };
2634
- }, {
2635
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2636
- value: {
2637
- type: ObjectConstructor;
2638
- default: () => void;
2639
- };
2640
- format: {
2641
- type: StringConstructor;
2642
- default: string;
2643
- };
2644
- disabled: {
2645
- type: BooleanConstructor;
2646
- default: boolean;
2647
- };
2648
- isDetail: {
2649
- type: BooleanConstructor;
2650
- default: boolean;
2651
- };
2652
- defaultValue: {
2653
- type: ObjectConstructor;
2654
- default: () => {};
2655
- };
2656
- itemData: {
2657
- type: ObjectConstructor;
2658
- default: () => {};
2659
- };
2660
- shortcutFieldsList: {
2661
- type: ArrayConstructor;
2662
- default: () => never[];
2663
- };
2664
- }>> & {
2665
- onChange?: ((...args: any[]) => any) | undefined;
2666
- }>>;
2667
- emits: (event: "change", ...args: any[]) => void;
2668
- ageValue: any;
2669
- showType: import("vue").ComputedRef<string>;
2670
- isDisabled: import("vue").ComputedRef<boolean>;
2671
- handleInitDefaultValue: () => void;
2672
- checkType: (val: any) => string;
2673
- handlefillVal: (val?: any) => void;
2674
- handleYearChange: (e: any) => void;
2675
- handleMonthChange: (e: any) => void;
2676
- handleDayChange: (e: any) => void;
2677
- getvalue: (e: any) => any;
2678
- valueChange: (val: string, key: string) => void;
2679
- checkVal: (val: string, key: string) => boolean;
2680
- handleProrate: () => void;
2681
- triggerChange: (changedValue: any) => void;
2682
- NInputNumber: any;
2683
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2684
- value: {
2685
- type: ObjectConstructor;
2686
- default: () => void;
2687
- };
2688
- format: {
2689
- type: StringConstructor;
2690
- default: string;
2691
- };
2692
- disabled: {
2693
- type: BooleanConstructor;
2694
- default: boolean;
2695
- };
2696
- isDetail: {
2697
- type: BooleanConstructor;
2698
- default: boolean;
2699
- };
2700
- defaultValue: {
2701
- type: ObjectConstructor;
2702
- default: () => {};
2703
- };
2704
- itemData: {
2705
- type: ObjectConstructor;
2706
- default: () => {};
2707
- };
2708
- shortcutFieldsList: {
2709
- type: ArrayConstructor;
2710
- default: () => never[];
2711
- };
2712
- }>> & {
2713
- onChange?: ((...args: any[]) => any) | undefined;
2714
- }, {
2715
- value: Record<string, any>;
2716
- disabled: boolean;
2717
- isDetail: boolean;
2718
- defaultValue: Record<string, any>;
2719
- format: string;
2720
- itemData: Record<string, any>;
2721
- shortcutFieldsList: unknown[];
2722
- }>;
2723
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2724
- value: {
2725
- value: ObjectConstructor;
2726
- default: () => {
2727
- star_val: string;
2728
- end_val: string;
2729
- };
2730
- };
2731
- options: {
2732
- type: ArrayConstructor;
2733
- default: () => never[];
2734
- };
2735
- item: {
2736
- type: ObjectConstructor;
2737
- default: () => {};
2738
- };
2739
- defaultValue: {
2740
- type: ObjectConstructor;
2741
- default: () => {};
2742
- };
2743
- format: {
2744
- type: StringConstructor;
2745
- default: string;
2746
- };
2747
- disabled: {
2748
- type: BooleanConstructor;
2749
- default: boolean;
2750
- };
2751
- dataName: {
2752
- type: StringConstructor;
2753
- };
2754
- }>> & {
2755
- onChange?: ((...args: any[]) => any) | undefined;
2756
- }, {
2757
- value: {
2758
- star_val: string;
2759
- end_val: string;
2760
- };
2761
- disabled: boolean;
2762
- options: unknown[];
2763
- item: Record<string, any>;
2764
- defaultValue: Record<string, any>;
2765
- format: string;
2766
- }>;
2767
- ageCom: import("vue").DefineComponent<{
2768
- value: {
2769
- type: ObjectConstructor;
2770
- default: () => void;
2771
- };
2772
- format: {
2773
- type: StringConstructor;
2774
- default: string;
2775
- };
2776
- disabled: {
2777
- type: BooleanConstructor;
2778
- default: boolean;
2779
- };
2780
- isDetail: {
2781
- type: BooleanConstructor;
2782
- default: boolean;
2783
- };
2784
- defaultValue: {
2785
- type: ObjectConstructor;
2786
- default: () => {};
2787
- };
2788
- itemData: {
2789
- type: ObjectConstructor;
2790
- default: () => {};
2791
- };
2792
- shortcutFieldsList: {
2793
- type: ArrayConstructor;
2794
- default: () => never[];
2795
- };
2796
- }, {
2797
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2798
- value: {
2799
- type: ObjectConstructor;
2800
- default: () => void;
2801
- };
2802
- format: {
2803
- type: StringConstructor;
2804
- default: string;
2805
- };
2806
- disabled: {
2807
- type: BooleanConstructor;
2808
- default: boolean;
2809
- };
2810
- isDetail: {
2811
- type: BooleanConstructor;
2812
- default: boolean;
2813
- };
2814
- defaultValue: {
2815
- type: ObjectConstructor;
2816
- default: () => {};
2817
- };
2818
- itemData: {
2819
- type: ObjectConstructor;
2820
- default: () => {};
2821
- };
2822
- shortcutFieldsList: {
2823
- type: ArrayConstructor;
2824
- default: () => never[];
2825
- };
2826
- }>> & {
2827
- onChange?: ((...args: any[]) => any) | undefined;
2828
- }>>;
2829
- emits: (event: "change", ...args: any[]) => void;
2830
- ageValue: any;
2831
- showType: import("vue").ComputedRef<string>;
2832
- isDisabled: import("vue").ComputedRef<boolean>;
2833
- handleInitDefaultValue: () => void;
2834
- checkType: (val: any) => string;
2835
- handlefillVal: (val?: any) => void;
2836
- handleYearChange: (e: any) => void;
2837
- handleMonthChange: (e: any) => void;
2838
- handleDayChange: (e: any) => void;
2839
- getvalue: (e: any) => any;
2840
- valueChange: (val: string, key: string) => void;
2841
- checkVal: (val: string, key: string) => boolean;
2842
- handleProrate: () => void;
2843
- triggerChange: (changedValue: any) => void;
2844
- NInputNumber: any;
2845
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2846
- value: {
2847
- type: ObjectConstructor;
2848
- default: () => void;
2849
- };
2850
- format: {
2851
- type: StringConstructor;
2852
- default: string;
2853
- };
2854
- disabled: {
2855
- type: BooleanConstructor;
2856
- default: boolean;
2857
- };
2858
- isDetail: {
2859
- type: BooleanConstructor;
2860
- default: boolean;
2861
- };
2862
- defaultValue: {
2863
- type: ObjectConstructor;
2864
- default: () => {};
2865
- };
2866
- itemData: {
2867
- type: ObjectConstructor;
2868
- default: () => {};
2869
- };
2870
- shortcutFieldsList: {
2871
- type: ArrayConstructor;
2872
- default: () => never[];
2873
- };
2874
- }>> & {
2875
- onChange?: ((...args: any[]) => any) | undefined;
2876
- }, {
2877
- value: Record<string, any>;
2878
- disabled: boolean;
2879
- isDetail: boolean;
2880
- defaultValue: Record<string, any>;
2881
- format: string;
2882
- itemData: Record<string, any>;
2883
- shortcutFieldsList: unknown[];
2884
- }>;
2885
- SvgIcon: import("vue").DefineComponent<{
2886
- iconClass: {
2887
- type: StringConstructor;
2888
- required: true;
2889
- default: string;
2890
- };
2891
- title: {
2892
- type: StringConstructor;
2893
- required: false;
2894
- default: string;
2895
- };
2896
- className: {
2897
- type: StringConstructor;
2898
- required: false;
2899
- };
2900
- }, {
2901
- props: {
2902
- iconClass: string;
2903
- title: string;
2904
- className?: string | undefined;
2905
- };
2906
- iconName: import("vue").ComputedRef<string>;
2907
- svgClass: import("vue").ComputedRef<string>;
2908
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2909
- iconClass: {
2910
- type: StringConstructor;
2911
- required: true;
2912
- default: string;
2913
- };
2914
- title: {
2915
- type: StringConstructor;
2916
- required: false;
2917
- default: string;
2918
- };
2919
- className: {
2920
- type: StringConstructor;
2921
- required: false;
2922
- };
2923
- }>>, {
2924
- title: string;
2925
- iconClass: string;
2926
- }>;
2927
- NIcon: any;
2928
- NInput: any;
2929
- NButton: any;
2930
- NInputNumber: any;
2931
- NTooltip: any;
2932
- NSelect: any;
2933
- NDatePicker: any;
2934
- }, 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<{
2935
- isSee: {
2936
- type: BooleanConstructor;
2937
- };
2938
- visible: {
2939
- type: BooleanConstructor;
2940
- };
2941
- actionList_prop: {
2942
- type: ObjectConstructor;
2943
- default: () => {};
2944
- };
2945
- filterApiConfig: {
2946
- type: ObjectConstructor;
2947
- default: () => {};
2948
- };
2949
- searchFieldList: {
2950
- type: ArrayConstructor;
2951
- default: () => never[];
2952
- };
2953
- showItemName: {
2954
- default: boolean;
2955
- };
2956
- saveEmpty: {
2957
- default: boolean;
2958
- };
2959
- homeManage: {
2960
- default: boolean;
2961
- };
2962
- tableId: {
501
+ title: {
502
+ type: StringConstructor;
503
+ required: false;
2963
504
  default: string;
2964
505
  };
2965
- isPersonalizedHome: {
2966
- default: boolean;
506
+ className: {
507
+ type: StringConstructor;
508
+ required: false;
2967
509
  };
2968
- conditionList: {
510
+ }>>, {
511
+ title: string;
512
+ iconClass: string;
513
+ }>;
514
+ Draggable: import("vue").DefineComponent<{
515
+ list: {
2969
516
  type: ArrayConstructor;
517
+ required: boolean;
518
+ default: any;
2970
519
  };
2971
- source: {
2972
- type: StringConstructor;
520
+ modelValue: {
521
+ type: ArrayConstructor;
522
+ required: boolean;
523
+ default: any;
2973
524
  };
2974
- isBI: {
2975
- default: boolean;
525
+ itemKey: {
526
+ type: (StringConstructor | FunctionConstructor)[];
527
+ required: boolean;
2976
528
  };
2977
- isOnlyCondition: {
2978
- type: BooleanConstructor;
529
+ clone: {
530
+ type: FunctionConstructor;
531
+ default: (original: any) => any;
2979
532
  };
2980
- isCnHis: {
2981
- type: BooleanConstructor;
2982
- default: boolean;
533
+ tag: {
534
+ type: StringConstructor;
535
+ default: string;
2983
536
  };
2984
- isAdmin: {
2985
- type: BooleanConstructor;
2986
- default: boolean;
537
+ move: {
538
+ type: FunctionConstructor;
539
+ default: any;
2987
540
  };
2988
- showCompareField: {
2989
- type: BooleanConstructor;
2990
- default: boolean;
541
+ componentData: {
542
+ type: ObjectConstructor;
543
+ required: boolean;
544
+ default: any;
2991
545
  };
2992
- hideAddBtn: {
546
+ }, unknown, {
547
+ error: boolean;
548
+ }, {
549
+ realList(): any;
550
+ getKey(): any;
551
+ }, {
552
+ getUnderlyingVm(domElement: any): any;
553
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
554
+ emitChanges(evt: any): void;
555
+ alterList(onList: any): void;
556
+ spliceList(): void;
557
+ updatePosition(oldIndex: any, newIndex: any): void;
558
+ getRelatedContextFromMoveEvent({ to, related }: {
559
+ to: any;
560
+ related: any;
561
+ }): any;
562
+ getVmIndexFromDomIndex(domIndex: any): any;
563
+ onDragStart(evt: any): void;
564
+ onDragAdd(evt: any): void;
565
+ onDragRemove(evt: any): void;
566
+ onDragUpdate(evt: any): void;
567
+ computeFutureIndex(relatedContext: any, evt: any): any;
568
+ onDragMove(evt: any, originalEvent: any): any;
569
+ onDragEnd(): void;
570
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
571
+ move: Function;
572
+ tag: string;
573
+ clone: Function;
574
+ list: unknown[];
575
+ modelValue: unknown[];
576
+ componentData: Record<string, any>;
577
+ } & {
578
+ itemKey?: string | Function | undefined;
579
+ }>, {
580
+ move: Function;
581
+ tag: string;
582
+ clone: Function;
583
+ list: unknown[];
584
+ modelValue: unknown[];
585
+ componentData: Record<string, any>;
586
+ }>;
587
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
588
+ visibleIn: {
589
+ type: BooleanConstructor;
590
+ };
591
+ loading: {
592
+ type: BooleanConstructor;
593
+ };
594
+ confirm: {
595
+ type: FunctionConstructor;
596
+ };
597
+ edit: {
598
+ type: FunctionConstructor;
599
+ defdault: () => void;
600
+ };
601
+ copy: {
602
+ type: FunctionConstructor;
603
+ defdault: () => void;
604
+ };
605
+ delItem: {
606
+ type: FunctionConstructor;
607
+ defdault: () => void;
608
+ };
609
+ dataSource: {
610
+ type: ArrayConstructor;
611
+ default: () => never[];
612
+ };
613
+ type: {
614
+ type: StringConstructor;
615
+ };
616
+ transitionName: {
617
+ type: StringConstructor;
618
+ };
619
+ getContainer: {
620
+ type: FunctionConstructor;
621
+ default: () => HTMLElement;
622
+ };
623
+ }>> & {
624
+ onClose?: ((...args: any[]) => any) | undefined;
625
+ onHandleOk?: ((...args: any[]) => any) | undefined;
626
+ onChangeData?: ((...args: any[]) => any) | undefined;
627
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
628
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
629
+ }, {
630
+ loading: boolean;
631
+ dataSource: unknown[];
632
+ visibleIn: boolean;
633
+ getContainer: Function;
634
+ }>;
635
+ SearchFilter: import("vue").DefineComponent<{
636
+ visible: {
637
+ type: BooleanConstructor;
638
+ default: boolean;
639
+ };
640
+ modalTitle: {
641
+ type: StringConstructor;
642
+ default: string;
643
+ };
644
+ conditionList: {
645
+ type: ArrayConstructor;
646
+ default: () => never[];
647
+ };
648
+ searchFieldList: {
649
+ type: ArrayConstructor;
650
+ default: () => never[];
651
+ };
652
+ filterApiConfig: {
653
+ type: ObjectConstructor;
654
+ default: () => {};
655
+ };
656
+ }, {
657
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
658
+ visible: {
2993
659
  type: BooleanConstructor;
2994
660
  default: boolean;
2995
661
  };
2996
- openType: {
662
+ modalTitle: {
2997
663
  type: StringConstructor;
2998
664
  default: string;
2999
665
  };
666
+ conditionList: {
667
+ type: ArrayConstructor;
668
+ default: () => never[];
669
+ };
670
+ searchFieldList: {
671
+ type: ArrayConstructor;
672
+ default: () => never[];
673
+ };
674
+ filterApiConfig: {
675
+ type: ObjectConstructor;
676
+ default: () => {};
677
+ };
3000
678
  }>> & {
3001
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
3002
- onSaveAdd?: ((...args: any[]) => any) | undefined;
3003
679
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
3004
- }, {
3005
- visible: boolean;
3006
- openType: string;
3007
- searchFieldList: unknown[];
3008
- tableId: string;
3009
- isAdmin: boolean;
3010
- filterApiConfig: Record<string, any>;
3011
- isSee: boolean;
3012
- actionList_prop: Record<string, any>;
3013
- showItemName: boolean;
3014
- saveEmpty: boolean;
3015
- homeManage: boolean;
3016
- isPersonalizedHome: boolean;
3017
- isBI: boolean;
3018
- isOnlyCondition: boolean;
3019
- isCnHis: boolean;
3020
- showCompareField: boolean;
3021
- hideAddBtn: boolean;
680
+ }>>;
681
+ emits: (event: "cancelSaveAdd", ...args: any[]) => void;
682
+ addVisible: import("vue").Ref<boolean>;
683
+ isChangeWindow: import("vue").Ref<boolean>;
684
+ modalWidth: import("vue").Ref<string>;
685
+ bodyStyle: import("vue").Ref<{
686
+ maxHeight: string;
687
+ height: string;
688
+ overflowY: string;
3022
689
  }>;
690
+ conditionApiRef: any;
691
+ filterTimer: any;
692
+ init: () => void;
693
+ clearTimer: () => void;
694
+ handleInitConditions: () => void;
695
+ saveAdd: () => void;
696
+ cancelSaveAdd: () => void;
697
+ clearConditions: () => void;
698
+ resetChangeWindow: () => void;
699
+ changeModalWindow: () => void;
700
+ NModal: any;
701
+ NCard: any;
702
+ NButton: any;
3023
703
  SearchConditionByApi: import("vue").DefineComponent<{
3024
704
  actionList_prop: {
3025
705
  type: PropType<IClassifyListType>;
@@ -3033,6 +713,10 @@ declare const _default: import("vue").DefineComponent<{
3033
713
  type: StringConstructor;
3034
714
  default: string;
3035
715
  };
716
+ searchFieldList: {
717
+ type: ArrayConstructor;
718
+ default: () => never[];
719
+ };
3036
720
  showItemName: {
3037
721
  type: BooleanConstructor;
3038
722
  default: boolean;
@@ -3056,6 +740,10 @@ declare const _default: import("vue").DefineComponent<{
3056
740
  type: StringConstructor;
3057
741
  default: string;
3058
742
  };
743
+ searchFieldList: {
744
+ type: ArrayConstructor;
745
+ default: () => never[];
746
+ };
3059
747
  showItemName: {
3060
748
  type: BooleanConstructor;
3061
749
  default: boolean;
@@ -3065,10 +753,10 @@ declare const _default: import("vue").DefineComponent<{
3065
753
  default: boolean;
3066
754
  };
3067
755
  }>> & {
3068
- onSaveAdd?: ((...args: any[]) => any) | undefined;
3069
756
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
757
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
3070
758
  }>>;
3071
- emit: (event: "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
759
+ emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
3072
760
  $attrs: {
3073
761
  [x: string]: unknown;
3074
762
  };
@@ -3291,7 +979,7 @@ declare const _default: import("vue").DefineComponent<{
3291
979
  label: string;
3292
980
  value: string;
3293
981
  }[];
3294
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("saveAdd" | "cancelSaveAdd")[], "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
982
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3295
983
  actionList_prop: {
3296
984
  type: PropType<IClassifyListType>;
3297
985
  default: () => {};
@@ -3304,6 +992,10 @@ declare const _default: import("vue").DefineComponent<{
3304
992
  type: StringConstructor;
3305
993
  default: string;
3306
994
  };
995
+ searchFieldList: {
996
+ type: ArrayConstructor;
997
+ default: () => never[];
998
+ };
3307
999
  showItemName: {
3308
1000
  type: BooleanConstructor;
3309
1001
  default: boolean;
@@ -3313,13 +1005,14 @@ declare const _default: import("vue").DefineComponent<{
3313
1005
  default: boolean;
3314
1006
  };
3315
1007
  }>> & {
3316
- onSaveAdd?: ((...args: any[]) => any) | undefined;
3317
1008
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1009
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
3318
1010
  }, {
1011
+ searchFieldList: unknown[];
3319
1012
  tableId: string;
1013
+ conditionList: unknown[];
3320
1014
  actionList_prop: IClassifyListType;
3321
1015
  showItemName: boolean;
3322
- conditionList: unknown[];
3323
1016
  hideAddBtn: boolean;
3324
1017
  }>;
3325
1018
  SvgIcon: import("vue").DefineComponent<{
@@ -3381,10 +1074,6 @@ declare const _default: import("vue").DefineComponent<{
3381
1074
  type: ArrayConstructor;
3382
1075
  default: () => never[];
3383
1076
  };
3384
- tableDataType: {
3385
- type: StringConstructor;
3386
- default: string;
3387
- };
3388
1077
  filterApiConfig: {
3389
1078
  type: ObjectConstructor;
3390
1079
  default: () => {};
@@ -3396,14 +1085,9 @@ declare const _default: import("vue").DefineComponent<{
3396
1085
  modalTitle: string;
3397
1086
  searchFieldList: unknown[];
3398
1087
  filterApiConfig: Record<string, any>;
3399
- tableDataType: string;
3400
1088
  conditionList: unknown[];
3401
1089
  }>;
3402
- DataTypeEnums: {
3403
- SQL: string;
3404
- API: string;
3405
- };
3406
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "changeSearch" | "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1090
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList")[], "changeSearch" | "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3407
1091
  searchFieldList: {
3408
1092
  type: ArrayConstructor;
3409
1093
  default: () => never[];
@@ -3427,9 +1111,9 @@ declare const _default: import("vue").DefineComponent<{
3427
1111
  };
3428
1112
  }>> & {
3429
1113
  onChangeSearch?: ((...args: any[]) => any) | undefined;
1114
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
3430
1115
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
3431
1116
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
3432
- onSetClassifyModal?: ((...args: any[]) => any) | undefined;
3433
1117
  }, {
3434
1118
  searchFieldList: unknown[];
3435
1119
  filterApiConfig: Record<string, any>;
@@ -3441,10 +1125,6 @@ declare const _default: import("vue").DefineComponent<{
3441
1125
  mounted(el: any, { value }: any): void;
3442
1126
  beforeUnmount(el: any): void;
3443
1127
  };
3444
- DataTypeEnums: {
3445
- SQL: string;
3446
- API: string;
3447
- };
3448
1128
  SvgIcon: import("vue").DefineComponent<{
3449
1129
  iconClass: {
3450
1130
  type: StringConstructor;
@@ -3487,66 +1167,49 @@ declare const _default: import("vue").DefineComponent<{
3487
1167
  title: string;
3488
1168
  iconClass: string;
3489
1169
  }>;
3490
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("getQuickSearchListObj" | "setConditionMap" | "getClassification" | "changeSearch" | "reloadList" | "setCurTreeData" | "setClassificationIndex" | "setTabConditionNumObj")[], "getQuickSearchListObj" | "setConditionMap" | "getClassification" | "changeSearch" | "reloadList" | "setCurTreeData" | "setClassificationIndex" | "setTabConditionNumObj", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1170
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal")[], "changeSearch" | "setCurTreeData" | "setClassificationIndex" | "getClassification" | "reloadList" | "getQuickSearchListObj" | "setConditionMap" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3491
1171
  tableId: {
3492
1172
  type: StringConstructor;
1173
+ default: string;
3493
1174
  };
3494
1175
  conditionSid: {
3495
1176
  type: PropType<string[]>;
3496
1177
  default: () => never[];
3497
1178
  };
3498
- localObj: {
3499
- type: PropType<ILocalObjType>;
3500
- default: () => {};
3501
- };
3502
1179
  curClassificationIndex: {
3503
1180
  type: NumberConstructor;
3504
1181
  };
3505
1182
  curClassificationWidth: {
3506
1183
  type: NumberConstructor;
3507
1184
  };
3508
- curConditionList: {
3509
- type: ArrayConstructor;
3510
- };
3511
- tableName: {
3512
- type: StringConstructor;
3513
- };
3514
- showRelatedTreeBtn: {
3515
- type: BooleanConstructor;
3516
- };
3517
1185
  conditionType: {
3518
1186
  type: StringConstructor;
1187
+ default: string;
3519
1188
  };
3520
1189
  hideConditionChangeBtn: {
3521
1190
  type: NumberConstructor;
1191
+ default: number;
3522
1192
  };
3523
1193
  hideConditionChangeSetting: {
3524
1194
  type: NumberConstructor;
1195
+ default: number;
3525
1196
  };
3526
1197
  hideClearConditionChange: {
3527
1198
  type: NumberConstructor;
1199
+ default: number;
3528
1200
  };
3529
1201
  countCondition: {
3530
1202
  type: NumberConstructor;
1203
+ default: number;
3531
1204
  };
3532
1205
  countTabCondition: {
3533
1206
  type: NumberConstructor;
3534
1207
  default: number;
3535
1208
  };
3536
- keyword: {
3537
- type: StringConstructor;
3538
- };
3539
1209
  isShowResetButton: {
3540
1210
  type: BooleanConstructor;
3541
1211
  default: boolean;
3542
1212
  };
3543
- fieldKeys: {
3544
- type: PropType<string[]>;
3545
- default: () => never[];
3546
- };
3547
- tabConditionId: {
3548
- type: StringConstructor;
3549
- };
3550
1213
  conditionMap: {
3551
1214
  type: PropType<IConditionMapType>;
3552
1215
  default: () => void;
@@ -3556,27 +1219,30 @@ declare const _default: import("vue").DefineComponent<{
3556
1219
  default: () => {};
3557
1220
  };
3558
1221
  searchFieldList: {
3559
- type: PropType<ISearchType[]>;
1222
+ type: PropType<any[]>;
3560
1223
  default: () => never[];
3561
1224
  };
3562
1225
  }>> & {
3563
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
3564
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
3565
- onGetClassification?: ((...args: any[]) => any) | undefined;
3566
1226
  onChangeSearch?: ((...args: any[]) => any) | undefined;
3567
- onReloadList?: ((...args: any[]) => any) | undefined;
3568
1227
  onSetCurTreeData?: ((...args: any[]) => any) | undefined;
3569
1228
  onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
3570
- onSetTabConditionNumObj?: ((...args: any[]) => any) | undefined;
1229
+ onGetClassification?: ((...args: any[]) => any) | undefined;
1230
+ onReloadList?: ((...args: any[]) => any) | undefined;
1231
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
1232
+ onSetConditionMap?: ((...args: any[]) => any) | undefined;
1233
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
3571
1234
  }, {
3572
- searchFieldList: ISearchType[];
3573
- showRelatedTreeBtn: boolean;
3574
- countTabCondition: number;
3575
- conditionMap: IConditionMapType;
1235
+ searchFieldList: any[];
1236
+ tableId: string;
3576
1237
  filterApiConfig: Record<string, any>;
3577
1238
  conditionSid: string[];
3578
- localObj: ILocalObjType;
1239
+ conditionType: string;
1240
+ hideConditionChangeBtn: number;
1241
+ hideConditionChangeSetting: number;
1242
+ hideClearConditionChange: number;
1243
+ countCondition: number;
1244
+ countTabCondition: number;
3579
1245
  isShowResetButton: boolean;
3580
- fieldKeys: string[];
1246
+ conditionMap: IConditionMapType;
3581
1247
  }>;
3582
1248
  export default _default;