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