cnhis-design-vue 3.1.41-beta.0 → 3.1.41-beta.10

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 (141) hide show
  1. package/es/components/button-print/src/utils/print.d.ts +1 -1
  2. package/es/components/button-print/src/utils/print.js +1 -1
  3. package/es/components/form-config/index.d.ts +14 -2
  4. package/es/components/form-config/src/FormConfig.vue.d.ts +14 -2
  5. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -1
  6. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  7. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +8 -1
  8. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  9. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  10. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  11. package/es/components/form-config/src/types/index.d.ts +1 -0
  12. package/es/components/form-render/index.d.ts +4 -1
  13. package/es/components/form-render/index.js +1 -1
  14. package/es/components/form-render/src/FormRender.vue.d.ts +4 -1
  15. package/es/components/form-render/src/FormRender.vue.js +1 -1
  16. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -1
  17. package/es/components/form-render/src/components/renderer/date.d.ts +2 -0
  18. package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -0
  19. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  20. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  21. package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
  22. package/es/components/form-render/src/components/renderer/select.js +1 -1
  23. package/es/components/form-render/src/constants/index.d.ts +2 -0
  24. package/es/components/form-render/src/constants/index.js +1 -1
  25. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  26. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  27. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  28. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  29. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  30. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  31. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  32. package/es/components/form-render/src/hooks/useFormGraph.d.ts +6 -0
  33. package/es/components/form-render/src/hooks/useFormGraph.js +1 -0
  34. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  35. package/es/components/form-render/src/types/fieldItem.d.ts +7 -1
  36. package/es/components/form-render/src/types/index.d.ts +1 -1
  37. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  38. package/es/components/form-render/src/utils/dom.js +1 -1
  39. package/es/components/iho-table/index.d.ts +5 -5
  40. package/es/components/iho-table/index.js +1 -1
  41. package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
  42. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  43. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  44. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  45. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  46. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  47. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  48. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  49. package/es/components/iho-table/src/plugins/index.js +1 -1
  50. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  51. package/es/components/iho-table/src/types/index.d.ts +6 -6
  52. package/es/components/iho-table/src/utils/index.js +1 -1
  53. package/es/components/iho-table/style/index.css +1 -1
  54. package/es/components/index.css +1 -1
  55. package/es/components/index.js +1 -1
  56. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  57. package/es/components/recommend-search/index.d.ts +10 -10
  58. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  59. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  60. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  61. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  62. package/es/components/scale-view/index.d.ts +1 -2
  63. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -2
  64. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  65. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  66. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  67. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  68. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  69. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  70. package/es/components/scale-view/style/index.css +1 -1
  71. package/es/components/shortcut-setter/index.d.ts +6 -1
  72. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1
  73. package/es/components/steps-wheel/index.d.ts +1 -1
  74. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  75. package/es/components/table-filter/index.d.ts +1171 -7721
  76. package/es/components/table-filter/index.js +1 -1
  77. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3529
  78. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  79. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +486 -2454
  80. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  81. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
  82. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
  83. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  84. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  85. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +45 -5
  86. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  87. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  88. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  89. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  90. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  91. package/es/components/table-filter/src/components/{search-modal/set-classification.vue.d.ts → set-classification/index.vue.d.ts} +37 -818
  92. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  93. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  94. package/es/components/table-filter/src/hooks/export.js +1 -1
  95. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +3 -3
  96. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  97. package/es/components/table-filter/src/hooks/useMixins.d.ts +3 -2
  98. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  99. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  100. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +47 -1188
  101. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  102. package/es/components/table-filter/src/types/index.d.ts +4 -14
  103. package/es/components/table-filter/style/index.css +1 -1
  104. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  105. package/package.json +2 -2
  106. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  107. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  108. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  109. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  110. package/es/components/iho-table/src/plugins/filterPlugin/types.js +0 -1
  111. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -71
  112. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  113. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1119
  114. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  115. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  116. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  117. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  118. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  119. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  120. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  121. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  122. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  123. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  124. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  125. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  126. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  127. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  128. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  129. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  130. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  131. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  132. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  133. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1217
  134. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  135. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  136. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  137. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  138. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  139. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  140. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  141. /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;
@@ -168,94 +215,8 @@ declare const _default: import("vue").DefineComponent<{
168
215
  }[]>;
169
216
  displayCategoryLists: import("vue").Ref<string[]>;
170
217
  settingId: import("vue").Ref<string>;
171
- searchDefName: import("vue").Ref<string>;
172
218
  classifyModal: import("vue").Ref<boolean>;
173
219
  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
220
  dynamicStyle: import("vue").ComputedRef<{
260
221
  marginRight: string;
261
222
  display?: undefined;
@@ -268,20 +229,9 @@ declare const _default: import("vue").DefineComponent<{
268
229
  }>;
269
230
  titleName: import("vue").ComputedRef<string>;
270
231
  tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
271
- handleTileAllDataDigital: import("vue").ComputedRef<number | undefined>;
272
232
  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
233
  handleFold: (item: ITreeDataType) => void;
282
234
  handleItemClick: (child: any, i?: number, p?: any) => false | undefined;
283
- clearActive: (sid: string, p: ITreeDataType) => void;
284
- formatTreeData: (treeDataClone: any) => void;
285
235
  initTree: (conditionSidTemp: string[]) => IClassifyListType[];
286
236
  getConditionSid: (sid: string, conditionSidVal: string[], p: ITreeDataType) => string[];
287
237
  handleModeChange: () => void;
@@ -291,27 +241,20 @@ declare const _default: import("vue").DefineComponent<{
291
241
  toggleSelect: (flag?: boolean) => void;
292
242
  getTableCondiTionList: (options?: any) => void;
293
243
  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
244
  handlePlatTree: (list: ITreeDataType[], res: IClassifyListType[]) => void;
297
245
  tableCondiTionPromise: (options?: any) => Promise<void>;
298
- handleParams: () => any;
299
246
  changeWidth: ({ distance }: any) => void;
300
247
  saveWidth: () => void;
301
248
  updateTableCondiTion: () => Promise<void>;
302
249
  saveGetTableCondiTionList: (options: any) => Promise<void>;
303
- changeSearch: (key: string, item: ITreeDataType) => void;
304
250
  getTableCondiTionListRequest: (first?: boolean) => void;
305
251
  reloadList: (item: any) => void;
306
252
  handleGetTableCondiTionList: (first?: boolean, conditionMapVal?: {}) => Promise<unknown>;
307
253
  getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
308
254
  visibleDigital: (item: IClassifyListType | ITreeDataType) => number | boolean;
309
- changeShowName: (name: string) => void;
310
- handleClearClassConObj: (...arg: any) => void;
311
255
  fmtChildName: (name: string, isPublic?: string) => string;
312
256
  NIcon: any;
313
257
  NTooltip: any;
314
- NSelect: any;
315
258
  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
259
  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
260
  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,2354 +262,432 @@ declare const _default: import("vue").DefineComponent<{
319
262
  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
263
  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
264
  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
- originConditionList: {
324
- type: PropType<IClassifyListType[]>;
265
+ SetClassification: import("vue").DefineComponent<{
266
+ searchFieldList: {
267
+ type: ArrayConstructor;
325
268
  default: () => never[];
326
269
  };
327
- searchFieldList: {
328
- type: PropType<ISearchType[]>;
270
+ conditionList: {
271
+ type: ArrayConstructor;
329
272
  default: () => never[];
330
273
  };
331
- searchFieldLimit: {
274
+ settingId: StringConstructor;
275
+ filterApiConfig: {
332
276
  type: ObjectConstructor;
333
277
  default: () => {};
334
278
  };
335
- treeData: {
336
- type: PropType<ITreeDataType[]>;
337
- default: () => never[];
279
+ classifyModal: {
280
+ type: BooleanConstructor;
281
+ default: boolean;
338
282
  };
339
283
  }, {
340
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
341
284
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
342
- originConditionList: {
343
- type: PropType<IClassifyListType[]>;
285
+ searchFieldList: {
286
+ type: ArrayConstructor;
344
287
  default: () => never[];
345
288
  };
346
- searchFieldList: {
347
- type: PropType<ISearchType[]>;
289
+ conditionList: {
290
+ type: ArrayConstructor;
348
291
  default: () => never[];
349
292
  };
350
- searchFieldLimit: {
293
+ settingId: StringConstructor;
294
+ filterApiConfig: {
351
295
  type: ObjectConstructor;
352
296
  default: () => {};
353
297
  };
354
- treeData: {
355
- type: PropType<ITreeDataType[]>;
356
- default: () => never[];
298
+ classifyModal: {
299
+ type: BooleanConstructor;
300
+ default: boolean;
357
301
  };
358
302
  }>> & {
359
- onChangeSearch?: ((...args: any[]) => any) | undefined;
360
- onChangeShowName?: ((...args: any[]) => any) | undefined;
361
- onHandleItemClick?: ((...args: any[]) => any) | undefined;
362
- onReloadClassification?: ((...args: any[]) => any) | undefined;
303
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
304
+ onCondiTionListInit?: ((...args: any[]) => any) | undefined;
305
+ onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
363
306
  }>>;
364
- emit: (event: "changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification", ...args: any[]) => void;
365
- attrs: any;
366
- instance: import("axios").AxiosInstance;
307
+ emit: (event: "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", ...args: any[]) => void;
367
308
  $message: import("naive-ui").MessageApi;
368
- comWrap: any;
369
- conditionRef: any;
370
- className: any;
371
- actionList_prop: import("vue").Ref<IClassifyListType | undefined>;
372
- conOjbConfig: import("vue").Ref<IClassifyListType | undefined>;
373
- showInnerModal: import("vue").Ref<boolean>;
374
- filterKeyWork: import("vue").Ref<string>;
375
- filtrationConfig: import("vue").Ref<{
376
- visible: boolean;
377
- keyWord: string;
378
- }>;
379
- handleType: import("vue").Ref<string>;
380
- saveToClassConfig: import("vue").Ref<any>;
381
- resetData: any;
382
- newSearchFieldList: import("vue").ComputedRef<ISearchType[]>;
383
- conObjLen: import("vue").ComputedRef<any>;
384
- showConditionList: import("vue").ComputedRef<IClassifyListType[]>;
385
- saveBtnName: import("vue").ComputedRef<"保存模板" | "另存为模板">;
386
- init: () => void;
387
- handleAddCondition: () => void;
388
- handleSearch: () => void;
389
- handleSaveToClass: () => void;
390
- handleOpenSaveToClass: (config: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
391
- handleClearConObj: (reload?: boolean) => void;
392
- saveAdd: (config: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
393
- handleRequestSearch: (config: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
394
- handleChecked: (item: IClassifyListType) => void;
395
- handleListItemEdit: (item: IClassifyListType) => void;
396
- handleListItemCopy: (item: IClassifyListType) => void;
397
- transformData: (oldData: Record<string, any>) => string;
398
- handleListItemDel: (checkedItem: IClassifyListType, j: number) => void;
399
- saveToCalss: () => void;
400
- cancelSaveToCalss: () => void;
401
- openConditionFiltration: () => void;
402
- handleFiltrationCancel: () => void;
403
- handleConditionFiltration: () => void;
404
- onSearch: () => void;
405
- handleSaveAdd: (params: import("../../../../../es/components/table-filter/src/types").ISaveType) => void;
406
- NIcon: any;
309
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
310
+ conditionList: import("vue").Ref<unknown[]>;
311
+ checkedItem: import("vue").Ref<any>;
312
+ addVisible: import("vue").Ref<boolean>;
313
+ actionList_prop: import("vue").Ref<{}>;
314
+ newSearchFieldList: any;
315
+ saveLoading: import("vue").Ref<boolean>;
316
+ searchFilter: any;
317
+ attrs: {
318
+ [x: string]: unknown;
319
+ };
320
+ oneSave: (value: any) => Promise<void>;
321
+ oneCancel: () => void;
322
+ hanleAdd: () => void;
323
+ edit: (item: IClassifyListType, name: string) => void;
324
+ copy: (item: IClassifyListType, name: string) => void;
325
+ saveAdd: (params: any) => Promise<void>;
326
+ cancelSaveAdd: () => void;
327
+ changeData: (data: any, checkedItemVal: any) => void;
328
+ delItem: (checkedItemVal: any, name: string) => Promise<void>;
329
+ setOneVisible: (flag: boolean) => void;
330
+ resetPopconfirm: () => Promise<void>;
331
+ oneVisible: import("vue").ComputedRef<boolean>;
407
332
  NButton: any;
408
- NInputGroup: import("vue").DefineComponent<{
409
- [x: string]: never;
410
- [x: number]: never;
411
- [x: symbol]: never;
412
- }, {
413
- mergedClsPrefix: import("vue").ComputedRef<string>;
414
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
415
- [x: string]: never;
416
- [x: number]: never;
417
- [x: symbol]: never;
418
- }>>, {}>;
419
- NInput: any;
420
- NModal: any;
421
- NCard: any;
422
- NPopover: any;
423
- NTooltip: any;
424
- NPopconfirm: any;
425
- 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<{}>>, {}>;
426
- 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<{}>>, {}>;
427
- SvgIcon: import("vue").DefineComponent<{
428
- iconClass: {
429
- type: StringConstructor;
430
- required: true;
431
- default: string;
333
+ TableModal: import("vue").DefineComponent<{
334
+ visibleIn: {
335
+ type: BooleanConstructor;
432
336
  };
433
- title: {
434
- type: StringConstructor;
435
- required: false;
436
- default: string;
337
+ loading: {
338
+ type: BooleanConstructor;
437
339
  };
438
- className: {
439
- type: StringConstructor;
440
- required: false;
340
+ confirm: {
341
+ type: FunctionConstructor;
441
342
  };
442
- }, {
443
- props: {
444
- iconClass: string;
445
- title: string;
446
- className?: string | undefined;
343
+ edit: {
344
+ type: FunctionConstructor;
345
+ defdault: () => void;
447
346
  };
448
- iconName: import("vue").ComputedRef<string>;
449
- svgClass: import("vue").ComputedRef<string>;
450
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
451
- iconClass: {
452
- type: StringConstructor;
453
- required: true;
454
- default: string;
347
+ copy: {
348
+ type: FunctionConstructor;
349
+ defdault: () => void;
350
+ };
351
+ delItem: {
352
+ type: FunctionConstructor;
353
+ defdault: () => void;
354
+ };
355
+ dataSource: {
356
+ type: ArrayConstructor;
357
+ default: () => never[];
455
358
  };
456
- title: {
359
+ type: {
457
360
  type: StringConstructor;
458
- required: false;
459
- default: string;
460
361
  };
461
- className: {
362
+ transitionName: {
462
363
  type: StringConstructor;
463
- required: false;
464
364
  };
465
- }>>, {
466
- title: string;
467
- iconClass: string;
468
- }>;
469
- SearchCondition: import("vue").DefineComponent<{
470
- isSee: {
471
- type: BooleanConstructor;
365
+ getContainer: {
366
+ type: FunctionConstructor;
367
+ default: () => HTMLElement;
472
368
  };
473
- visible: {
474
- type: BooleanConstructor;
475
- };
476
- actionList_prop: {
477
- type: ObjectConstructor;
478
- default: () => {};
479
- };
480
- filterApiConfig: {
481
- type: ObjectConstructor;
482
- default: () => {};
483
- };
484
- searchFieldList: {
485
- type: ArrayConstructor;
486
- default: () => never[];
487
- };
488
- showItemName: {
489
- default: boolean;
490
- };
491
- saveEmpty: {
492
- default: boolean;
493
- };
494
- homeManage: {
495
- default: boolean;
496
- };
497
- tableId: {
498
- default: string;
499
- };
500
- isPersonalizedHome: {
501
- default: boolean;
502
- };
503
- conditionList: {
504
- type: ArrayConstructor;
505
- };
506
- source: {
507
- type: StringConstructor;
508
- };
509
- isBI: {
510
- default: boolean;
511
- };
512
- isOnlyCondition: {
513
- type: BooleanConstructor;
514
- };
515
- isCnHis: {
516
- type: BooleanConstructor;
517
- default: boolean;
518
- };
519
- isAdmin: {
520
- type: BooleanConstructor;
521
- default: boolean;
522
- };
523
- showCompareField: {
524
- type: BooleanConstructor;
525
- default: boolean;
526
- };
527
- hideAddBtn: {
528
- type: BooleanConstructor;
529
- default: boolean;
530
- };
531
- openType: {
532
- type: StringConstructor;
533
- default: string;
534
- };
535
- }, {
536
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
537
- $attrs: {
538
- [x: string]: unknown;
369
+ }, {
370
+ instance: import("axios").AxiosInstance;
371
+ attrs: {
372
+ [x: string]: unknown;
539
373
  };
540
374
  $message: import("naive-ui").MessageApi;
375
+ $dialog: import("naive-ui").DialogApi;
541
376
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
542
- isSee: {
377
+ visibleIn: {
543
378
  type: BooleanConstructor;
544
379
  };
545
- visible: {
380
+ loading: {
546
381
  type: BooleanConstructor;
547
382
  };
548
- actionList_prop: {
549
- type: ObjectConstructor;
550
- default: () => {};
383
+ confirm: {
384
+ type: FunctionConstructor;
551
385
  };
552
- filterApiConfig: {
553
- type: ObjectConstructor;
554
- default: () => {};
386
+ edit: {
387
+ type: FunctionConstructor;
388
+ defdault: () => void;
555
389
  };
556
- searchFieldList: {
390
+ copy: {
391
+ type: FunctionConstructor;
392
+ defdault: () => void;
393
+ };
394
+ delItem: {
395
+ type: FunctionConstructor;
396
+ defdault: () => void;
397
+ };
398
+ dataSource: {
557
399
  type: ArrayConstructor;
558
400
  default: () => never[];
559
401
  };
560
- showItemName: {
561
- default: boolean;
402
+ type: {
403
+ type: StringConstructor;
562
404
  };
563
- saveEmpty: {
564
- default: boolean;
405
+ transitionName: {
406
+ type: StringConstructor;
565
407
  };
566
- homeManage: {
567
- default: boolean;
408
+ getContainer: {
409
+ type: FunctionConstructor;
410
+ default: () => HTMLElement;
568
411
  };
569
- tableId: {
412
+ }>> & {
413
+ onClose?: ((...args: any[]) => any) | undefined;
414
+ onHandleOk?: ((...args: any[]) => any) | undefined;
415
+ onChangeData?: ((...args: any[]) => any) | undefined;
416
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
417
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
418
+ }>>;
419
+ emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
420
+ isAdmin: import("vue").ComputedRef<unknown>;
421
+ homeList: any;
422
+ visible: import("vue").Ref<boolean>;
423
+ isChangeWindow: import("vue").Ref<boolean>;
424
+ modalWidth: import("vue").Ref<string>;
425
+ modalHeight: import("vue").Ref<string>;
426
+ isShowResetButton: import("vue").Ref<boolean>;
427
+ handleOk: () => void;
428
+ rinkTo: () => void;
429
+ close: () => void;
430
+ resetChangeWindow: () => void;
431
+ dragEnd: () => void;
432
+ clickli: (item: IClassifyListType) => void;
433
+ clickChecked: (item: IClassifyListType, name: string) => void;
434
+ changeSwitch: (item: IClassifyListType, name: string) => void;
435
+ changecommonSwitch: (item: IClassifyListType) => void;
436
+ formatParams: (type: string) => {
437
+ id: string;
438
+ tableId: string;
439
+ setting: string;
440
+ type?: undefined;
441
+ } | {
442
+ type: string;
443
+ tableId: string;
444
+ setting: string;
445
+ id?: undefined;
446
+ } | undefined;
447
+ changeModalWindow: () => void;
448
+ popconfirm: (e: any) => void;
449
+ handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
450
+ NModal: any;
451
+ NCard: any;
452
+ NIcon: any;
453
+ NButton: any;
454
+ NTooltip: any;
455
+ NSwitch: any;
456
+ NPopconfirm: any;
457
+ 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<{}>>, {}>;
458
+ 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<{}>>, {}>;
459
+ 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<{}>>, {}>;
460
+ SvgIcon: import("vue").DefineComponent<{
461
+ iconClass: {
462
+ type: StringConstructor;
463
+ required: true;
570
464
  default: string;
571
465
  };
572
- isPersonalizedHome: {
573
- default: boolean;
574
- };
575
- conditionList: {
576
- type: ArrayConstructor;
577
- };
578
- source: {
466
+ title: {
579
467
  type: StringConstructor;
468
+ required: false;
469
+ default: string;
580
470
  };
581
- isBI: {
582
- default: boolean;
583
- };
584
- isOnlyCondition: {
585
- type: BooleanConstructor;
586
- };
587
- isCnHis: {
588
- type: BooleanConstructor;
589
- default: boolean;
590
- };
591
- isAdmin: {
592
- type: BooleanConstructor;
593
- default: boolean;
471
+ className: {
472
+ type: StringConstructor;
473
+ required: false;
594
474
  };
595
- showCompareField: {
596
- type: BooleanConstructor;
597
- default: boolean;
475
+ }, {
476
+ props: {
477
+ iconClass: string;
478
+ title: string;
479
+ className?: string | undefined;
598
480
  };
599
- hideAddBtn: {
600
- type: BooleanConstructor;
601
- default: boolean;
481
+ iconName: import("vue").ComputedRef<string>;
482
+ svgClass: import("vue").ComputedRef<string>;
483
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
484
+ iconClass: {
485
+ type: StringConstructor;
486
+ required: true;
487
+ default: string;
602
488
  };
603
- openType: {
489
+ title: {
604
490
  type: StringConstructor;
491
+ required: false;
605
492
  default: string;
606
493
  };
607
- }>> & {
608
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
609
- onSaveAdd?: ((...args: any[]) => any) | undefined;
610
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
611
- }>>;
612
- emit: (event: "setConditionMap" | "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
613
- checkedItem: import("vue").Ref<null>;
614
- start_val: any;
615
- end_val: any;
616
- className: any;
617
- teaValue: import("vue").Ref<string>;
618
- classifyId: import("vue").Ref<string>;
619
- initConditionsed: import("vue").Ref<boolean>;
620
- relationVisible: import("vue").Ref<boolean>;
621
- addVal: import("vue").Ref<string>;
622
- showAdd: import("vue").Ref<boolean>;
623
- curAutograph: import("vue").Ref<string>;
624
- classify: import("vue").Ref<string>;
625
- limit_date: import("vue").Ref<string>;
626
- clickRelationIndex: import("vue").Ref<number>;
627
- fetching: import("vue").Ref<boolean>;
628
- searchList: any;
629
- searchChildList: any;
630
- relationTableList: any;
631
- isRelationList: any;
632
- fieldTypeList: import("vue").Ref<({
633
- conList: {
634
- name: string;
635
- desc: string;
636
- }[];
637
- name: string;
638
- format: string;
639
- type: string;
640
- } | {
641
- conList: {
642
- name: string;
643
- desc: string;
644
- }[];
645
- name: string;
646
- type: string;
647
- format?: undefined;
648
- })[]>;
649
- dateList: any;
650
- dateTimeList: import("vue").Ref<{
651
- name: string;
652
- value: string;
653
- }>;
654
- relationSelect: import("vue").Ref<{
655
- desc: string;
656
- name: string;
657
- }[]>;
658
- rangeAgeOptions: import("vue").Ref<{
659
- desc: string;
660
- name: string;
661
- }[]>;
662
- relationAction: import("vue").Ref<{}>;
663
- relationSearchFieldList: import("vue").Ref<never[]>;
664
- birthdayUnits: import("vue").Ref<{
494
+ className: {
495
+ type: StringConstructor;
496
+ required: false;
497
+ };
498
+ }>>, {
665
499
  title: string;
666
- units: number;
667
- con: string;
668
- }[]>;
669
- parentNames: any;
670
- searchItem: import("vue").Ref<{}>;
671
- curWordbookData: import("vue").Ref<undefined>;
672
- classifyList: any;
673
- birthdayFilter: import("vue").Ref<string[]>;
674
- actionList: any;
675
- parentNamesHasAdd: import("vue").ComputedRef<any>;
676
- showPercent: import("vue").ComputedRef<(item: any) => boolean>;
677
- searchListKey: import("vue").ComputedRef<any>;
678
- isOrgAdmin: import("vue").ComputedRef<boolean>;
679
- is_search_professional: import("vue").ComputedRef<boolean>;
680
- noShowListDelIcon: import("vue").ComputedRef<boolean>;
681
- handleInitConditions: () => void;
682
- getClassifyList: () => Promise<void>;
683
- getParentNames: () => void;
684
- initData: (config?: any) => void;
685
- backShow: (val: any) => void;
686
- saveAdd: () => import("naive-ui").MessageReactive | undefined;
687
- getSqlExpression: () => string;
688
- getConditions: () => never[] | undefined;
689
- addAction: (config?: any) => import("naive-ui").MessageReactive | undefined;
690
- softDel: (index: number) => void;
691
- cancelSaveAdd: () => void;
692
- changeColumnName: (value: string | number | null, action: any) => void;
693
- formatData: (value: string | number | null, action: any) => void;
694
- formatActionData: (action: any) => void;
695
- handleDictionDef: (el: any) => null;
696
- getWordbookData: (o: any, obj: any) => Promise<any>;
697
- handleWordbookData: (item: any, data: any) => void;
698
- dropdownVisibleChange: (open: boolean, item: any) => void;
699
- handleSearch: (value: any, item: any) => void;
700
- handleSelect: (value: any, item: any) => void;
701
- handleDeSelect: (value: any, item: any) => void;
702
- selectChild: (value: any, item: any, isInitSet?: boolean | undefined, config?: any) => void;
703
- handleHideItem: (item: any, reset?: boolean) => void;
704
- disabledStartDate: (start_value: string) => boolean;
705
- disabledEndDate: (end_value: string) => boolean;
706
- handleStartOpenChange: (open: boolean, item: any) => void;
707
- handleEndOpenChange: (open: boolean, item: any) => void;
708
- disabledDate: (current: any) => any;
709
- changeRange: (value: any, item: any) => void;
710
- handlerSelectRelation: (e: string, item: any) => void;
711
- openRelationFilter: (data: any, i: number) => void;
712
- relationCancel: () => void;
713
- relationSave: (data: any) => void;
714
- initBirthdayParams: (item: any) => void;
715
- handleParentNamesAdd: (e: any) => void;
716
- hanldeBlur: () => void;
717
- editParentName: (e: any, item: any) => void;
718
- handleParentNameSelect: (item: any, index: number) => void;
719
- handleParentNamesRemove: (index: number, item: any) => void;
720
- handleParent: (index: number, item: any) => void;
721
- getParentSelectedStyle: (item: any) => {
722
- backgroundColor: string;
723
- color: string;
724
- } | null;
725
- ageRangeOnChange: (obj: any, item: any) => void;
726
- agecomOnChange: (obj: any, item: any) => void;
727
- diffTime: (days: number) => {
728
- year?: undefined;
729
- month?: undefined;
730
- day?: undefined;
731
- d?: undefined;
732
- } | {
733
- year: number;
734
- month: number;
735
- day: number;
736
- d: number;
737
- };
738
- filterOption: (...arg: any) => any;
739
- handleSetSelectList: (item: any) => void;
740
- compare_fieldOnChange: (e: string, item: any) => void;
741
- checkCustomInput: (item: any) => boolean;
742
- visibleCompareField: (item: any) => any;
743
- visibleDefaultField: (item: any) => any;
744
- handleHideCompareField: (item: any) => void;
745
- checkActionList: () => any;
746
- fieldselectONchange: (item: any, eventName: string, value: any) => void;
747
- handleResetColumnName: (item: any) => void;
748
- handleResetSelectChild: (item: any) => void;
749
- 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<{}>>, {}>;
750
- 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<{}>>, {}>;
751
- 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<{}>>, {}>;
752
- rangeAge: import("vue").DefineComponent<{
753
- value: {
754
- value: ObjectConstructor;
755
- default: () => {
756
- star_val: string;
757
- end_val: string;
758
- };
500
+ iconClass: string;
501
+ }>;
502
+ Draggable: import("vue").DefineComponent<{
503
+ list: {
504
+ type: ArrayConstructor;
505
+ required: boolean;
506
+ default: any;
759
507
  };
760
- options: {
508
+ modelValue: {
761
509
  type: ArrayConstructor;
762
- default: () => never[];
510
+ required: boolean;
511
+ default: any;
763
512
  };
764
- item: {
765
- type: ObjectConstructor;
766
- default: () => {};
513
+ itemKey: {
514
+ type: (StringConstructor | FunctionConstructor)[];
515
+ required: boolean;
767
516
  };
768
- defaultValue: {
769
- type: ObjectConstructor;
770
- default: () => {};
517
+ clone: {
518
+ type: FunctionConstructor;
519
+ default: (original: any) => any;
771
520
  };
772
- format: {
521
+ tag: {
773
522
  type: StringConstructor;
774
523
  default: string;
775
524
  };
776
- disabled: {
777
- type: BooleanConstructor;
778
- default: boolean;
525
+ move: {
526
+ type: FunctionConstructor;
527
+ default: any;
779
528
  };
780
- dataName: {
781
- type: StringConstructor;
529
+ componentData: {
530
+ type: ObjectConstructor;
531
+ required: boolean;
532
+ default: any;
782
533
  };
534
+ }, unknown, {
535
+ error: boolean;
783
536
  }, {
784
- valueObj: any;
785
- startValue: any;
786
- endValue: any;
787
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
788
- value: {
789
- value: ObjectConstructor;
790
- default: () => {
791
- star_val: string;
792
- end_val: string;
793
- };
794
- };
795
- options: {
796
- type: ArrayConstructor;
797
- default: () => never[];
798
- };
799
- item: {
800
- type: ObjectConstructor;
801
- default: () => {};
802
- };
803
- defaultValue: {
804
- type: ObjectConstructor;
805
- default: () => {};
806
- };
807
- format: {
808
- type: StringConstructor;
809
- default: string;
810
- };
811
- disabled: {
812
- type: BooleanConstructor;
813
- default: boolean;
814
- };
815
- dataName: {
816
- type: StringConstructor;
817
- };
818
- }>> & {
819
- onChange?: ((...args: any[]) => any) | undefined;
820
- }>>;
821
- emits: (event: "change", ...args: any[]) => void;
822
- initDefaultValue: () => void;
823
- diffTime: (days: number) => {
824
- year?: undefined;
825
- month?: undefined;
826
- day?: undefined;
827
- days?: undefined;
828
- } | {
829
- year: string | number;
830
- month: string | number;
831
- day: string | number;
832
- days: string | number;
833
- };
834
- ageStartOnChange: (obj: any) => void;
835
- ageEndOnChange: (obj: any) => void;
836
- reset: () => void;
837
- ageCom: import("vue").DefineComponent<{
838
- value: {
839
- type: ObjectConstructor;
840
- default: () => void;
841
- };
842
- format: {
843
- type: StringConstructor;
844
- default: string;
845
- };
846
- disabled: {
847
- type: BooleanConstructor;
848
- default: boolean;
849
- };
850
- isDetail: {
851
- type: BooleanConstructor;
852
- default: boolean;
853
- };
854
- defaultValue: {
855
- type: ObjectConstructor;
856
- default: () => {};
857
- };
858
- itemData: {
859
- type: ObjectConstructor;
860
- default: () => {};
861
- };
862
- shortcutFieldsList: {
863
- type: ArrayConstructor;
864
- default: () => never[];
865
- };
866
- }, {
867
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
868
- value: {
869
- type: ObjectConstructor;
870
- default: () => void;
871
- };
872
- format: {
873
- type: StringConstructor;
874
- default: string;
875
- };
876
- disabled: {
877
- type: BooleanConstructor;
878
- default: boolean;
879
- };
880
- isDetail: {
881
- type: BooleanConstructor;
882
- default: boolean;
883
- };
884
- defaultValue: {
885
- type: ObjectConstructor;
886
- default: () => {};
887
- };
888
- itemData: {
889
- type: ObjectConstructor;
890
- default: () => {};
891
- };
892
- shortcutFieldsList: {
893
- type: ArrayConstructor;
894
- default: () => never[];
895
- };
896
- }>> & {
897
- onChange?: ((...args: any[]) => any) | undefined;
898
- }>>;
899
- emits: (event: "change", ...args: any[]) => void;
900
- ageValue: any;
901
- showType: import("vue").ComputedRef<string>;
902
- isDisabled: import("vue").ComputedRef<boolean>;
903
- handleInitDefaultValue: () => void;
904
- checkType: (val: any) => string;
905
- handlefillVal: (val?: any) => void;
906
- handleYearChange: (e: any) => void;
907
- handleMonthChange: (e: any) => void;
908
- handleDayChange: (e: any) => void;
909
- getvalue: (e: any) => any;
910
- valueChange: (val: string, key: string) => void;
911
- checkVal: (val: string, key: string) => boolean;
912
- handleProrate: () => void;
913
- triggerChange: (changedValue: any) => void;
914
- NInputNumber: any;
915
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
916
- value: {
917
- type: ObjectConstructor;
918
- default: () => void;
919
- };
920
- format: {
921
- type: StringConstructor;
922
- default: string;
923
- };
924
- disabled: {
925
- type: BooleanConstructor;
926
- default: boolean;
927
- };
928
- isDetail: {
929
- type: BooleanConstructor;
930
- default: boolean;
931
- };
932
- defaultValue: {
933
- type: ObjectConstructor;
934
- default: () => {};
935
- };
936
- itemData: {
937
- type: ObjectConstructor;
938
- default: () => {};
939
- };
940
- shortcutFieldsList: {
941
- type: ArrayConstructor;
942
- default: () => never[];
943
- };
944
- }>> & {
945
- onChange?: ((...args: any[]) => any) | undefined;
946
- }, {
947
- value: Record<string, any>;
948
- disabled: boolean;
949
- isDetail: boolean;
950
- defaultValue: Record<string, any>;
951
- format: string;
952
- itemData: Record<string, any>;
953
- shortcutFieldsList: unknown[];
954
- }>;
955
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
956
- value: {
957
- value: ObjectConstructor;
958
- default: () => {
959
- star_val: string;
960
- end_val: string;
961
- };
962
- };
963
- options: {
964
- type: ArrayConstructor;
965
- default: () => never[];
966
- };
967
- item: {
968
- type: ObjectConstructor;
969
- default: () => {};
970
- };
971
- defaultValue: {
972
- type: ObjectConstructor;
973
- default: () => {};
974
- };
975
- format: {
976
- type: StringConstructor;
977
- default: string;
978
- };
979
- disabled: {
980
- type: BooleanConstructor;
981
- default: boolean;
982
- };
983
- dataName: {
984
- type: StringConstructor;
985
- };
986
- }>> & {
987
- onChange?: ((...args: any[]) => any) | undefined;
988
- }, {
989
- value: {
990
- star_val: string;
991
- end_val: string;
992
- };
993
- disabled: boolean;
994
- options: unknown[];
995
- item: Record<string, any>;
996
- defaultValue: Record<string, any>;
997
- format: string;
998
- }>;
999
- ageCom: import("vue").DefineComponent<{
1000
- value: {
1001
- type: ObjectConstructor;
1002
- default: () => void;
1003
- };
1004
- format: {
1005
- type: StringConstructor;
1006
- default: string;
1007
- };
1008
- disabled: {
1009
- type: BooleanConstructor;
1010
- default: boolean;
1011
- };
1012
- isDetail: {
1013
- type: BooleanConstructor;
1014
- default: boolean;
1015
- };
1016
- defaultValue: {
1017
- type: ObjectConstructor;
1018
- default: () => {};
1019
- };
1020
- itemData: {
1021
- type: ObjectConstructor;
1022
- default: () => {};
1023
- };
1024
- shortcutFieldsList: {
1025
- type: ArrayConstructor;
1026
- default: () => never[];
1027
- };
1028
- }, {
1029
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1030
- value: {
1031
- type: ObjectConstructor;
1032
- default: () => void;
1033
- };
1034
- format: {
1035
- type: StringConstructor;
1036
- default: string;
1037
- };
1038
- disabled: {
1039
- type: BooleanConstructor;
1040
- default: boolean;
1041
- };
1042
- isDetail: {
1043
- type: BooleanConstructor;
1044
- default: boolean;
1045
- };
1046
- defaultValue: {
1047
- type: ObjectConstructor;
1048
- default: () => {};
1049
- };
1050
- itemData: {
1051
- type: ObjectConstructor;
1052
- default: () => {};
1053
- };
1054
- shortcutFieldsList: {
1055
- type: ArrayConstructor;
1056
- default: () => never[];
1057
- };
1058
- }>> & {
1059
- onChange?: ((...args: any[]) => any) | undefined;
1060
- }>>;
1061
- emits: (event: "change", ...args: any[]) => void;
1062
- ageValue: any;
1063
- showType: import("vue").ComputedRef<string>;
1064
- isDisabled: import("vue").ComputedRef<boolean>;
1065
- handleInitDefaultValue: () => void;
1066
- checkType: (val: any) => string;
1067
- handlefillVal: (val?: any) => void;
1068
- handleYearChange: (e: any) => void;
1069
- handleMonthChange: (e: any) => void;
1070
- handleDayChange: (e: any) => void;
1071
- getvalue: (e: any) => any;
1072
- valueChange: (val: string, key: string) => void;
1073
- checkVal: (val: string, key: string) => boolean;
1074
- handleProrate: () => void;
1075
- triggerChange: (changedValue: any) => void;
1076
- NInputNumber: any;
1077
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1078
- value: {
1079
- type: ObjectConstructor;
1080
- default: () => void;
1081
- };
1082
- format: {
1083
- type: StringConstructor;
1084
- default: string;
1085
- };
1086
- disabled: {
1087
- type: BooleanConstructor;
1088
- default: boolean;
1089
- };
1090
- isDetail: {
1091
- type: BooleanConstructor;
1092
- default: boolean;
1093
- };
1094
- defaultValue: {
1095
- type: ObjectConstructor;
1096
- default: () => {};
1097
- };
1098
- itemData: {
1099
- type: ObjectConstructor;
1100
- default: () => {};
1101
- };
1102
- shortcutFieldsList: {
1103
- type: ArrayConstructor;
1104
- default: () => never[];
1105
- };
1106
- }>> & {
1107
- onChange?: ((...args: any[]) => any) | undefined;
1108
- }, {
1109
- value: Record<string, any>;
1110
- disabled: boolean;
1111
- isDetail: boolean;
1112
- defaultValue: Record<string, any>;
1113
- format: string;
1114
- itemData: Record<string, any>;
1115
- shortcutFieldsList: unknown[];
1116
- }>;
1117
- SvgIcon: import("vue").DefineComponent<{
1118
- iconClass: {
1119
- type: StringConstructor;
1120
- required: true;
1121
- default: string;
1122
- };
1123
- title: {
1124
- type: StringConstructor;
1125
- required: false;
1126
- default: string;
1127
- };
1128
- className: {
1129
- type: StringConstructor;
1130
- required: false;
1131
- };
537
+ realList(): any;
538
+ getKey(): any;
1132
539
  }, {
1133
- props: {
1134
- iconClass: string;
1135
- title: string;
1136
- className?: string | undefined;
1137
- };
1138
- iconName: import("vue").ComputedRef<string>;
1139
- svgClass: import("vue").ComputedRef<string>;
1140
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1141
- iconClass: {
1142
- type: StringConstructor;
1143
- required: true;
1144
- default: string;
1145
- };
1146
- title: {
1147
- type: StringConstructor;
1148
- required: false;
1149
- default: string;
1150
- };
1151
- className: {
1152
- type: StringConstructor;
1153
- required: false;
1154
- };
1155
- }>>, {
1156
- title: string;
1157
- iconClass: string;
1158
- }>;
1159
- NIcon: any;
1160
- NInput: any;
1161
- NButton: any;
1162
- NInputNumber: any;
1163
- NTooltip: any;
1164
- NSelect: any;
1165
- NDatePicker: any;
1166
- }, 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<{
1167
- isSee: {
1168
- type: BooleanConstructor;
1169
- };
1170
- visible: {
1171
- type: BooleanConstructor;
1172
- };
1173
- actionList_prop: {
1174
- type: ObjectConstructor;
1175
- default: () => {};
1176
- };
1177
- filterApiConfig: {
1178
- type: ObjectConstructor;
1179
- default: () => {};
1180
- };
1181
- searchFieldList: {
1182
- type: ArrayConstructor;
1183
- default: () => never[];
1184
- };
1185
- showItemName: {
1186
- default: boolean;
1187
- };
1188
- saveEmpty: {
1189
- default: boolean;
1190
- };
1191
- homeManage: {
1192
- default: boolean;
1193
- };
1194
- tableId: {
1195
- default: string;
1196
- };
1197
- isPersonalizedHome: {
1198
- default: boolean;
1199
- };
1200
- conditionList: {
1201
- type: ArrayConstructor;
1202
- };
1203
- source: {
1204
- type: StringConstructor;
1205
- };
1206
- isBI: {
1207
- default: boolean;
1208
- };
1209
- isOnlyCondition: {
1210
- type: BooleanConstructor;
1211
- };
1212
- isCnHis: {
1213
- type: BooleanConstructor;
1214
- default: boolean;
1215
- };
1216
- isAdmin: {
1217
- type: BooleanConstructor;
1218
- default: boolean;
1219
- };
1220
- showCompareField: {
1221
- type: BooleanConstructor;
1222
- default: boolean;
1223
- };
1224
- hideAddBtn: {
1225
- type: BooleanConstructor;
1226
- default: boolean;
1227
- };
1228
- openType: {
1229
- type: StringConstructor;
1230
- default: string;
1231
- };
1232
- }>> & {
1233
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
1234
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1235
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1236
- }, {
1237
- visible: boolean;
1238
- openType: string;
1239
- searchFieldList: unknown[];
1240
- tableId: string;
1241
- isAdmin: boolean;
1242
- filterApiConfig: Record<string, any>;
1243
- isSee: boolean;
1244
- actionList_prop: Record<string, any>;
1245
- showItemName: boolean;
1246
- saveEmpty: boolean;
1247
- homeManage: boolean;
1248
- isPersonalizedHome: boolean;
1249
- isBI: boolean;
1250
- isOnlyCondition: boolean;
1251
- isCnHis: boolean;
1252
- showCompareField: boolean;
1253
- hideAddBtn: boolean;
1254
- }>;
1255
- TextOverTooltip: import("vue").DefineComponent<{
1256
- content: {
1257
- type: (NumberConstructor | StringConstructor)[];
1258
- required: false;
1259
- };
1260
- className: {
1261
- type: StringConstructor;
1262
- required: false;
1263
- };
1264
- refName: {
1265
- type: StringConstructor;
1266
- required: false;
1267
- };
1268
- effect: {
1269
- type: StringConstructor;
1270
- required: false;
1271
- default: string;
1272
- };
1273
- placement: {
1274
- type: StringConstructor;
1275
- required: false;
1276
- default: string;
1277
- };
1278
- tooltipTitle: {
1279
- type: (NumberConstructor | StringConstructor)[];
1280
- required: false;
1281
- default: string;
1282
- };
1283
- isAlias: {
1284
- type: BooleanConstructor;
1285
- required: false;
1286
- };
1287
- }, {
1288
- props: {
1289
- content?: string | number | undefined;
1290
- className?: string | undefined;
1291
- refName?: string | undefined;
1292
- effect: string;
1293
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
1294
- tooltipTitle: string | number;
1295
- isAlias?: boolean | undefined;
1296
- };
1297
- isDisabledTooltip: import("vue").Ref<boolean>;
1298
- curContent: import("vue").ComputedRef<string>;
1299
- $refName: any;
1300
- onMouseOver: (str: any) => void;
1301
- onMouseOut: () => void;
1302
- NTooltip: any;
1303
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1304
- content: {
1305
- type: (NumberConstructor | StringConstructor)[];
1306
- required: false;
1307
- };
1308
- className: {
1309
- type: StringConstructor;
1310
- required: false;
1311
- };
1312
- refName: {
1313
- type: StringConstructor;
1314
- required: false;
1315
- };
1316
- effect: {
1317
- type: StringConstructor;
1318
- required: false;
1319
- default: string;
1320
- };
1321
- placement: {
1322
- type: StringConstructor;
1323
- required: false;
1324
- default: string;
1325
- };
1326
- tooltipTitle: {
1327
- type: (NumberConstructor | StringConstructor)[];
1328
- required: false;
1329
- default: string;
1330
- };
1331
- isAlias: {
1332
- type: BooleanConstructor;
1333
- required: false;
1334
- };
1335
- }>>, {
1336
- effect: string;
1337
- placement: string;
1338
- tooltipTitle: string | number;
1339
- isAlias: boolean;
1340
- }>;
1341
- searchClassName: import("vue").DefineComponent<{
1342
- showItemName: {
1343
- type: BooleanConstructor;
1344
- default: boolean;
1345
- };
1346
- tableId: {
1347
- type: StringConstructor;
1348
- default: string;
1349
- };
1350
- actionList_prop: {
1351
- type: ObjectConstructor;
1352
- default: () => {};
1353
- };
1354
- }, {
1355
- attrs: any;
1356
- $message: import("naive-ui").MessageApi;
1357
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1358
- showItemName: {
1359
- type: BooleanConstructor;
1360
- default: boolean;
1361
- };
1362
- tableId: {
1363
- type: StringConstructor;
1364
- default: string;
1365
- };
1366
- actionList_prop: {
1367
- type: ObjectConstructor;
1368
- default: () => {};
1369
- };
1370
- }>> & {}>>;
1371
- showAdd: import("vue").Ref<boolean>;
1372
- className: import("vue").Ref<string>;
1373
- addVal: import("vue").Ref<string>;
1374
- parentNames: import("vue").Ref<{
1375
- disabled: boolean;
1376
- isAdd?: boolean | undefined;
1377
- selected: boolean;
1378
- value: string;
1379
- }[]>;
1380
- parentNamesHasAdd: import("vue").ComputedRef<boolean>;
1381
- init: () => void;
1382
- getParentNames: () => void;
1383
- handleParentNamesAdd: (e: Event) => void;
1384
- hanldeBlur: () => void;
1385
- editParentName: (e: Event, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1386
- handleParentNameSelect: (item: import("../../../../../es/components/table-filter/src/types").IParentNamesType, index: number) => void;
1387
- handleParentNamesRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1388
- handleParent: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1389
- NButton: any;
1390
- NInput: any;
1391
- 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<{}>>, {}>;
1392
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1393
- showItemName: {
1394
- type: BooleanConstructor;
1395
- default: boolean;
1396
- };
1397
- tableId: {
1398
- type: StringConstructor;
1399
- default: string;
1400
- };
1401
- actionList_prop: {
1402
- type: ObjectConstructor;
1403
- default: () => {};
1404
- };
1405
- }>>, {
1406
- tableId: string;
1407
- actionList_prop: Record<string, any>;
1408
- showItemName: boolean;
1409
- }>;
1410
- }, 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<{
1411
- originConditionList: {
1412
- type: PropType<IClassifyListType[]>;
1413
- default: () => never[];
1414
- };
1415
- searchFieldList: {
1416
- type: PropType<ISearchType[]>;
1417
- default: () => never[];
1418
- };
1419
- searchFieldLimit: {
1420
- type: ObjectConstructor;
1421
- default: () => {};
1422
- };
1423
- treeData: {
1424
- type: PropType<ITreeDataType[]>;
1425
- default: () => never[];
1426
- };
1427
- }>> & {
1428
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1429
- onChangeShowName?: ((...args: any[]) => any) | undefined;
1430
- onHandleItemClick?: ((...args: any[]) => any) | undefined;
1431
- onReloadClassification?: ((...args: any[]) => any) | undefined;
1432
- }, {
1433
- searchFieldList: ISearchType[];
1434
- searchFieldLimit: Record<string, any>;
1435
- originConditionList: IClassifyListType[];
1436
- treeData: ITreeDataType[];
1437
- }>;
1438
- setClassification: import("vue").DefineComponent<{
1439
- searchFieldList: {
1440
- type: ArrayConstructor;
1441
- default: () => never[];
1442
- };
1443
- conditionList: {
1444
- type: ArrayConstructor;
1445
- default: () => never[];
1446
- };
1447
- settingId: StringConstructor;
1448
- searchDefName: {
1449
- type: StringConstructor;
1450
- default: string;
1451
- };
1452
- filterApiConfig: {
1453
- type: ObjectConstructor;
1454
- default: () => {};
1455
- };
1456
- classifyModal: {
1457
- type: BooleanConstructor;
1458
- default: boolean;
1459
- };
1460
- }, {
1461
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1462
- searchFieldList: {
1463
- type: ArrayConstructor;
1464
- default: () => never[];
1465
- };
1466
- conditionList: {
1467
- type: ArrayConstructor;
1468
- default: () => never[];
1469
- };
1470
- settingId: StringConstructor;
1471
- searchDefName: {
1472
- type: StringConstructor;
1473
- default: string;
1474
- };
1475
- filterApiConfig: {
1476
- type: ObjectConstructor;
1477
- default: () => {};
1478
- };
1479
- classifyModal: {
1480
- type: BooleanConstructor;
1481
- default: boolean;
1482
- };
1483
- }>> & {
1484
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1485
- onCondiTionListInit?: ((...args: any[]) => any) | undefined;
1486
- onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
1487
- onSetClassifyModal?: ((...args: any[]) => any) | undefined;
1488
- }>>;
1489
- emit: (event: "changeSearch" | "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
1490
- $message: import("naive-ui").MessageApi;
1491
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1492
- conditionList: import("vue").Ref<unknown[]>;
1493
- checkedItem: import("vue").Ref<any>;
1494
- searchName: any;
1495
- addVisible: import("vue").Ref<boolean>;
1496
- actionList_prop: import("vue").Ref<{}>;
1497
- newSearchFieldList: any;
1498
- saveLoading: import("vue").Ref<boolean>;
1499
- searchFilter: any;
1500
- attrs: {
1501
- [x: string]: unknown;
1502
- };
1503
- oneSave: (value: any) => Promise<void>;
1504
- oneCancel: () => void;
1505
- hanleAdd: () => void;
1506
- edit: (item: IClassifyListType, name: string) => void;
1507
- copy: (item: IClassifyListType, name: string) => void;
1508
- saveAdd: (params: any) => Promise<void>;
1509
- cancelSaveAdd: () => void;
1510
- changeData: (data: any, checkedItemVal: any) => void;
1511
- delItem: (checkedItemVal: any, name: string) => Promise<void>;
1512
- setOneVisible: (flag: boolean) => void;
1513
- resetPopconfirm: () => Promise<void>;
1514
- oneVisible: import("vue").ComputedRef<boolean>;
1515
- NButton: any;
1516
- TableModal: import("vue").DefineComponent<{
1517
- visibleIn: {
1518
- type: BooleanConstructor;
1519
- };
1520
- loading: {
1521
- type: BooleanConstructor;
1522
- };
1523
- confirm: {
1524
- type: FunctionConstructor;
1525
- };
1526
- edit: {
1527
- type: FunctionConstructor;
1528
- defdault: () => void;
1529
- };
1530
- copy: {
1531
- type: FunctionConstructor;
1532
- defdault: () => void;
1533
- };
1534
- delItem: {
1535
- type: FunctionConstructor;
1536
- defdault: () => void;
1537
- };
1538
- dataSource: {
1539
- type: ArrayConstructor;
1540
- default: () => never[];
1541
- };
1542
- type: {
1543
- type: StringConstructor;
1544
- };
1545
- transitionName: {
1546
- type: StringConstructor;
1547
- };
1548
- getContainer: {
1549
- type: FunctionConstructor;
1550
- default: () => HTMLElement;
1551
- };
1552
- }, {
1553
- instance: import("axios").AxiosInstance;
1554
- attrs: {
1555
- [x: string]: unknown;
1556
- };
1557
- $message: import("naive-ui").MessageApi;
1558
- $dialog: import("naive-ui").DialogApi;
1559
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1560
- visibleIn: {
1561
- type: BooleanConstructor;
1562
- };
1563
- loading: {
1564
- type: BooleanConstructor;
1565
- };
1566
- confirm: {
1567
- type: FunctionConstructor;
1568
- };
1569
- edit: {
1570
- type: FunctionConstructor;
1571
- defdault: () => void;
1572
- };
1573
- copy: {
1574
- type: FunctionConstructor;
1575
- defdault: () => void;
1576
- };
1577
- delItem: {
1578
- type: FunctionConstructor;
1579
- defdault: () => void;
1580
- };
1581
- dataSource: {
1582
- type: ArrayConstructor;
1583
- default: () => never[];
1584
- };
1585
- type: {
1586
- type: StringConstructor;
1587
- };
1588
- transitionName: {
1589
- type: StringConstructor;
1590
- };
1591
- getContainer: {
1592
- type: FunctionConstructor;
1593
- default: () => HTMLElement;
1594
- };
1595
- }>> & {
1596
- onClose?: ((...args: any[]) => any) | undefined;
1597
- onHandleOk?: ((...args: any[]) => any) | undefined;
1598
- onChangeData?: ((...args: any[]) => any) | undefined;
1599
- onResetPopconfirm?: ((...args: any[]) => any) | undefined;
1600
- onFinishSubmit?: ((...args: any[]) => any) | undefined;
1601
- }>>;
1602
- emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
1603
- isAdmin: import("vue").ComputedRef<unknown>;
1604
- homeList: any;
1605
- visible: import("vue").Ref<boolean>;
1606
- isChangeWindow: import("vue").Ref<boolean>;
1607
- modalWidth: import("vue").Ref<string>;
1608
- modalHeight: import("vue").Ref<string>;
1609
- isShowResetButton: import("vue").Ref<boolean>;
1610
- handleOk: () => void;
1611
- rinkTo: () => void;
1612
- close: () => void;
1613
- resetChangeWindow: () => void;
1614
- dragEnd: () => void;
1615
- clickli: (item: IClassifyListType) => void;
1616
- clickChecked: (item: IClassifyListType, name: string) => void;
1617
- changeSwitch: (item: IClassifyListType, name: string) => void;
1618
- changecommonSwitch: (item: IClassifyListType) => void;
1619
- formatParams: (type: string) => {
1620
- id: string;
1621
- tableId: string;
1622
- setting: string;
1623
- type?: undefined;
1624
- } | {
1625
- type: string;
1626
- tableId: string;
1627
- setting: string;
1628
- id?: undefined;
1629
- } | undefined;
1630
- changeModalWindow: () => void;
1631
- popconfirm: (e: any) => void;
1632
- handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
1633
- NModal: any;
1634
- NCard: any;
1635
- NIcon: any;
1636
- NButton: any;
1637
- NTooltip: any;
1638
- NSwitch: any;
1639
- NPopconfirm: any;
1640
- 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<{}>>, {}>;
1641
- 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<{}>>, {}>;
1642
- 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<{}>>, {}>;
1643
- SvgIcon: import("vue").DefineComponent<{
1644
- iconClass: {
1645
- type: StringConstructor;
1646
- required: true;
1647
- default: string;
1648
- };
1649
- title: {
1650
- type: StringConstructor;
1651
- required: false;
1652
- default: string;
1653
- };
1654
- className: {
1655
- type: StringConstructor;
1656
- required: false;
1657
- };
1658
- }, {
1659
- props: {
1660
- iconClass: string;
1661
- title: string;
1662
- className?: string | undefined;
1663
- };
1664
- iconName: import("vue").ComputedRef<string>;
1665
- svgClass: import("vue").ComputedRef<string>;
1666
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1667
- iconClass: {
1668
- type: StringConstructor;
1669
- required: true;
1670
- default: string;
1671
- };
1672
- title: {
1673
- type: StringConstructor;
1674
- required: false;
1675
- default: string;
1676
- };
1677
- className: {
1678
- type: StringConstructor;
1679
- required: false;
1680
- };
1681
- }>>, {
1682
- title: string;
1683
- iconClass: string;
1684
- }>;
1685
- Draggable: import("vue").DefineComponent<{
1686
- list: {
1687
- type: ArrayConstructor;
1688
- required: boolean;
1689
- default: any;
1690
- };
1691
- modelValue: {
1692
- type: ArrayConstructor;
1693
- required: boolean;
1694
- default: any;
1695
- };
1696
- itemKey: {
1697
- type: (StringConstructor | FunctionConstructor)[];
1698
- required: boolean;
1699
- };
1700
- clone: {
1701
- type: FunctionConstructor;
1702
- default: (original: any) => any;
1703
- };
1704
- tag: {
1705
- type: StringConstructor;
1706
- default: string;
1707
- };
1708
- move: {
1709
- type: FunctionConstructor;
1710
- default: any;
1711
- };
1712
- componentData: {
1713
- type: ObjectConstructor;
1714
- required: boolean;
1715
- default: any;
1716
- };
1717
- }, unknown, {
1718
- error: boolean;
1719
- }, {
1720
- realList(): any;
1721
- getKey(): any;
1722
- }, {
1723
- getUnderlyingVm(domElement: any): any;
1724
- getUnderlyingPotencialDraggableComponent(htmElement: any): any;
1725
- emitChanges(evt: any): void;
1726
- alterList(onList: any): void;
1727
- spliceList(): void;
1728
- updatePosition(oldIndex: any, newIndex: any): void;
1729
- getRelatedContextFromMoveEvent({ to, related }: {
1730
- to: any;
1731
- related: any;
1732
- }): any;
1733
- getVmIndexFromDomIndex(domIndex: any): any;
1734
- onDragStart(evt: any): void;
1735
- onDragAdd(evt: any): void;
1736
- onDragRemove(evt: any): void;
1737
- onDragUpdate(evt: any): void;
1738
- computeFutureIndex(relatedContext: any, evt: any): any;
1739
- onDragMove(evt: any, originalEvent: any): any;
1740
- onDragEnd(): void;
1741
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
1742
- move: Function;
1743
- tag: string;
1744
- clone: Function;
1745
- list: unknown[];
1746
- modelValue: unknown[];
1747
- componentData: Record<string, any>;
1748
- } & {
1749
- itemKey?: string | Function | undefined;
1750
- }>, {
1751
- move: Function;
1752
- tag: string;
1753
- clone: Function;
1754
- list: unknown[];
1755
- modelValue: unknown[];
1756
- componentData: Record<string, any>;
1757
- }>;
1758
- }, 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<{
1759
- visibleIn: {
1760
- type: BooleanConstructor;
1761
- };
1762
- loading: {
1763
- type: BooleanConstructor;
1764
- };
1765
- confirm: {
1766
- type: FunctionConstructor;
1767
- };
1768
- edit: {
1769
- type: FunctionConstructor;
1770
- defdault: () => void;
1771
- };
1772
- copy: {
1773
- type: FunctionConstructor;
1774
- defdault: () => void;
1775
- };
1776
- delItem: {
1777
- type: FunctionConstructor;
1778
- defdault: () => void;
1779
- };
1780
- dataSource: {
1781
- type: ArrayConstructor;
1782
- default: () => never[];
1783
- };
1784
- type: {
1785
- type: StringConstructor;
1786
- };
1787
- transitionName: {
1788
- type: StringConstructor;
1789
- };
1790
- getContainer: {
1791
- type: FunctionConstructor;
1792
- default: () => HTMLElement;
1793
- };
1794
- }>> & {
1795
- onClose?: ((...args: any[]) => any) | undefined;
1796
- onHandleOk?: ((...args: any[]) => any) | undefined;
1797
- onChangeData?: ((...args: any[]) => any) | undefined;
1798
- onResetPopconfirm?: ((...args: any[]) => any) | undefined;
1799
- onFinishSubmit?: ((...args: any[]) => any) | undefined;
1800
- }, {
1801
- loading: boolean;
1802
- dataSource: unknown[];
1803
- visibleIn: boolean;
1804
- getContainer: Function;
1805
- }>;
1806
- SearchFilter: import("vue").DefineComponent<{
1807
- visible: {
1808
- type: BooleanConstructor;
1809
- default: boolean;
1810
- };
1811
- modalTitle: {
1812
- type: StringConstructor;
1813
- default: string;
1814
- };
1815
- conditionList: {
1816
- type: ArrayConstructor;
1817
- default: () => never[];
1818
- };
1819
- searchFieldList: {
1820
- type: ArrayConstructor;
1821
- default: () => never[];
1822
- };
1823
- tableDataType: {
1824
- type: StringConstructor;
1825
- default: string;
1826
- };
1827
- filterApiConfig: {
1828
- type: ObjectConstructor;
1829
- default: () => {};
1830
- };
1831
- }, {
1832
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1833
- visible: {
1834
- type: BooleanConstructor;
1835
- default: boolean;
1836
- };
1837
- modalTitle: {
1838
- type: StringConstructor;
1839
- default: string;
1840
- };
1841
- conditionList: {
1842
- type: ArrayConstructor;
1843
- default: () => never[];
1844
- };
1845
- searchFieldList: {
1846
- type: ArrayConstructor;
1847
- default: () => never[];
1848
- };
1849
- tableDataType: {
1850
- type: StringConstructor;
1851
- default: string;
1852
- };
1853
- filterApiConfig: {
1854
- type: ObjectConstructor;
1855
- default: () => {};
1856
- };
1857
- }>> & {
1858
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1859
- }>>;
1860
- emits: (event: "cancelSaveAdd", ...args: any[]) => void;
1861
- addVisible: import("vue").Ref<boolean>;
1862
- isChangeWindow: import("vue").Ref<boolean>;
1863
- modalWidth: import("vue").Ref<string>;
1864
- bodyStyle: import("vue").Ref<{
1865
- maxHeight: string;
1866
- height: string;
1867
- overflowY: string;
1868
- }>;
1869
- conditionApiRef: any;
1870
- conditionSqlRef: any;
1871
- filterTimer: any;
1872
- isApiFilter: import("vue").ComputedRef<boolean>;
1873
- init: () => void;
1874
- clearTimer: () => void;
1875
- handleInitConditions: () => void;
1876
- saveAdd: () => void;
1877
- cancelSaveAdd: () => void;
1878
- clearConditions: () => void;
1879
- resetChangeWindow: () => void;
1880
- changeModalWindow: () => void;
1881
- NModal: any;
1882
- NCard: any;
1883
- NButton: any;
1884
- SearchCondition: import("vue").DefineComponent<{
1885
- isSee: {
1886
- type: BooleanConstructor;
1887
- };
1888
- visible: {
1889
- type: BooleanConstructor;
1890
- };
1891
- actionList_prop: {
1892
- type: ObjectConstructor;
1893
- default: () => {};
1894
- };
1895
- filterApiConfig: {
1896
- type: ObjectConstructor;
1897
- default: () => {};
1898
- };
1899
- searchFieldList: {
1900
- type: ArrayConstructor;
1901
- default: () => never[];
1902
- };
1903
- showItemName: {
1904
- default: boolean;
1905
- };
1906
- saveEmpty: {
1907
- default: boolean;
1908
- };
1909
- homeManage: {
1910
- default: boolean;
1911
- };
1912
- tableId: {
1913
- default: string;
1914
- };
1915
- isPersonalizedHome: {
1916
- default: boolean;
1917
- };
1918
- conditionList: {
1919
- type: ArrayConstructor;
1920
- };
1921
- source: {
1922
- type: StringConstructor;
1923
- };
1924
- isBI: {
1925
- default: boolean;
1926
- };
1927
- isOnlyCondition: {
1928
- type: BooleanConstructor;
1929
- };
1930
- isCnHis: {
1931
- type: BooleanConstructor;
1932
- default: boolean;
1933
- };
1934
- isAdmin: {
1935
- type: BooleanConstructor;
1936
- default: boolean;
1937
- };
1938
- showCompareField: {
1939
- type: BooleanConstructor;
1940
- default: boolean;
1941
- };
1942
- hideAddBtn: {
1943
- type: BooleanConstructor;
1944
- default: boolean;
1945
- };
1946
- openType: {
1947
- type: StringConstructor;
1948
- default: string;
1949
- };
1950
- }, {
1951
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
1952
- $attrs: {
1953
- [x: string]: unknown;
1954
- };
1955
- $message: import("naive-ui").MessageApi;
1956
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1957
- isSee: {
1958
- type: BooleanConstructor;
1959
- };
1960
- visible: {
1961
- type: BooleanConstructor;
1962
- };
1963
- actionList_prop: {
1964
- type: ObjectConstructor;
1965
- default: () => {};
1966
- };
1967
- filterApiConfig: {
1968
- type: ObjectConstructor;
1969
- default: () => {};
1970
- };
1971
- searchFieldList: {
1972
- type: ArrayConstructor;
1973
- default: () => never[];
1974
- };
1975
- showItemName: {
1976
- default: boolean;
1977
- };
1978
- saveEmpty: {
1979
- default: boolean;
1980
- };
1981
- homeManage: {
1982
- default: boolean;
1983
- };
1984
- tableId: {
1985
- default: string;
1986
- };
1987
- isPersonalizedHome: {
1988
- default: boolean;
1989
- };
1990
- conditionList: {
1991
- type: ArrayConstructor;
1992
- };
1993
- source: {
1994
- type: StringConstructor;
1995
- };
1996
- isBI: {
1997
- default: boolean;
1998
- };
1999
- isOnlyCondition: {
2000
- type: BooleanConstructor;
2001
- };
2002
- isCnHis: {
2003
- type: BooleanConstructor;
2004
- default: boolean;
2005
- };
2006
- isAdmin: {
2007
- type: BooleanConstructor;
2008
- default: boolean;
2009
- };
2010
- showCompareField: {
2011
- type: BooleanConstructor;
2012
- default: boolean;
2013
- };
2014
- hideAddBtn: {
2015
- type: BooleanConstructor;
2016
- default: boolean;
2017
- };
2018
- openType: {
2019
- type: StringConstructor;
2020
- default: string;
2021
- };
2022
- }>> & {
2023
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
2024
- onSaveAdd?: ((...args: any[]) => any) | undefined;
2025
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2026
- }>>;
2027
- emit: (event: "setConditionMap" | "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
2028
- checkedItem: import("vue").Ref<null>;
2029
- start_val: any;
2030
- end_val: any;
2031
- className: any;
2032
- teaValue: import("vue").Ref<string>;
2033
- classifyId: import("vue").Ref<string>;
2034
- initConditionsed: import("vue").Ref<boolean>;
2035
- relationVisible: import("vue").Ref<boolean>;
2036
- addVal: import("vue").Ref<string>;
2037
- showAdd: import("vue").Ref<boolean>;
2038
- curAutograph: import("vue").Ref<string>;
2039
- classify: import("vue").Ref<string>;
2040
- limit_date: import("vue").Ref<string>;
2041
- clickRelationIndex: import("vue").Ref<number>;
2042
- fetching: import("vue").Ref<boolean>;
2043
- searchList: any;
2044
- searchChildList: any;
2045
- relationTableList: any;
2046
- isRelationList: any;
2047
- fieldTypeList: import("vue").Ref<({
2048
- conList: {
2049
- name: string;
2050
- desc: string;
2051
- }[];
2052
- name: string;
2053
- format: string;
2054
- type: string;
2055
- } | {
2056
- conList: {
2057
- name: string;
2058
- desc: string;
2059
- }[];
2060
- name: string;
2061
- type: string;
2062
- format?: undefined;
2063
- })[]>;
2064
- dateList: any;
2065
- dateTimeList: import("vue").Ref<{
2066
- name: string;
2067
- value: string;
2068
- }>;
2069
- relationSelect: import("vue").Ref<{
2070
- desc: string;
2071
- name: string;
2072
- }[]>;
2073
- rangeAgeOptions: import("vue").Ref<{
2074
- desc: string;
2075
- name: string;
2076
- }[]>;
2077
- relationAction: import("vue").Ref<{}>;
2078
- relationSearchFieldList: import("vue").Ref<never[]>;
2079
- birthdayUnits: import("vue").Ref<{
2080
- title: string;
2081
- units: number;
2082
- con: string;
2083
- }[]>;
2084
- parentNames: any;
2085
- searchItem: import("vue").Ref<{}>;
2086
- curWordbookData: import("vue").Ref<undefined>;
2087
- classifyList: any;
2088
- birthdayFilter: import("vue").Ref<string[]>;
2089
- actionList: any;
2090
- parentNamesHasAdd: import("vue").ComputedRef<any>;
2091
- showPercent: import("vue").ComputedRef<(item: any) => boolean>;
2092
- searchListKey: import("vue").ComputedRef<any>;
2093
- isOrgAdmin: import("vue").ComputedRef<boolean>;
2094
- is_search_professional: import("vue").ComputedRef<boolean>;
2095
- noShowListDelIcon: import("vue").ComputedRef<boolean>;
2096
- handleInitConditions: () => void;
2097
- getClassifyList: () => Promise<void>;
2098
- getParentNames: () => void;
2099
- initData: (config?: any) => void;
2100
- backShow: (val: any) => void;
2101
- saveAdd: () => import("naive-ui").MessageReactive | undefined;
2102
- getSqlExpression: () => string;
2103
- getConditions: () => never[] | undefined;
2104
- addAction: (config?: any) => import("naive-ui").MessageReactive | undefined;
2105
- softDel: (index: number) => void;
2106
- cancelSaveAdd: () => void;
2107
- changeColumnName: (value: string | number | null, action: any) => void;
2108
- formatData: (value: string | number | null, action: any) => void;
2109
- formatActionData: (action: any) => void;
2110
- handleDictionDef: (el: any) => null;
2111
- getWordbookData: (o: any, obj: any) => Promise<any>;
2112
- handleWordbookData: (item: any, data: any) => void;
2113
- dropdownVisibleChange: (open: boolean, item: any) => void;
2114
- handleSearch: (value: any, item: any) => void;
2115
- handleSelect: (value: any, item: any) => void;
2116
- handleDeSelect: (value: any, item: any) => void;
2117
- selectChild: (value: any, item: any, isInitSet?: boolean | undefined, config?: any) => void;
2118
- handleHideItem: (item: any, reset?: boolean) => void;
2119
- disabledStartDate: (start_value: string) => boolean;
2120
- disabledEndDate: (end_value: string) => boolean;
2121
- handleStartOpenChange: (open: boolean, item: any) => void;
2122
- handleEndOpenChange: (open: boolean, item: any) => void;
2123
- disabledDate: (current: any) => any;
2124
- changeRange: (value: any, item: any) => void;
2125
- handlerSelectRelation: (e: string, item: any) => void;
2126
- openRelationFilter: (data: any, i: number) => void;
2127
- relationCancel: () => void;
2128
- relationSave: (data: any) => void;
2129
- initBirthdayParams: (item: any) => void;
2130
- handleParentNamesAdd: (e: any) => void;
2131
- hanldeBlur: () => void;
2132
- editParentName: (e: any, item: any) => void;
2133
- handleParentNameSelect: (item: any, index: number) => void;
2134
- handleParentNamesRemove: (index: number, item: any) => void;
2135
- handleParent: (index: number, item: any) => void;
2136
- getParentSelectedStyle: (item: any) => {
2137
- backgroundColor: string;
2138
- color: string;
2139
- } | null;
2140
- ageRangeOnChange: (obj: any, item: any) => void;
2141
- agecomOnChange: (obj: any, item: any) => void;
2142
- diffTime: (days: number) => {
2143
- year?: undefined;
2144
- month?: undefined;
2145
- day?: undefined;
2146
- d?: undefined;
2147
- } | {
2148
- year: number;
2149
- month: number;
2150
- day: number;
2151
- d: number;
2152
- };
2153
- filterOption: (...arg: any) => any;
2154
- handleSetSelectList: (item: any) => void;
2155
- compare_fieldOnChange: (e: string, item: any) => void;
2156
- checkCustomInput: (item: any) => boolean;
2157
- visibleCompareField: (item: any) => any;
2158
- visibleDefaultField: (item: any) => any;
2159
- handleHideCompareField: (item: any) => void;
2160
- checkActionList: () => any;
2161
- fieldselectONchange: (item: any, eventName: string, value: any) => void;
2162
- handleResetColumnName: (item: any) => void;
2163
- handleResetSelectChild: (item: any) => void;
2164
- 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<{}>>, {}>;
2165
- 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<{}>>, {}>;
2166
- 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<{}>>, {}>;
2167
- rangeAge: import("vue").DefineComponent<{
2168
- value: {
2169
- value: ObjectConstructor;
2170
- default: () => {
2171
- star_val: string;
2172
- end_val: string;
2173
- };
2174
- };
2175
- options: {
2176
- type: ArrayConstructor;
2177
- default: () => never[];
2178
- };
2179
- item: {
2180
- type: ObjectConstructor;
2181
- default: () => {};
2182
- };
2183
- defaultValue: {
2184
- type: ObjectConstructor;
2185
- default: () => {};
2186
- };
2187
- format: {
2188
- type: StringConstructor;
2189
- default: string;
2190
- };
2191
- disabled: {
2192
- type: BooleanConstructor;
2193
- default: boolean;
2194
- };
2195
- dataName: {
2196
- type: StringConstructor;
2197
- };
2198
- }, {
2199
- valueObj: any;
2200
- startValue: any;
2201
- endValue: any;
2202
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2203
- value: {
2204
- value: ObjectConstructor;
2205
- default: () => {
2206
- star_val: string;
2207
- end_val: string;
2208
- };
2209
- };
2210
- options: {
2211
- type: ArrayConstructor;
2212
- default: () => never[];
2213
- };
2214
- item: {
2215
- type: ObjectConstructor;
2216
- default: () => {};
2217
- };
2218
- defaultValue: {
2219
- type: ObjectConstructor;
2220
- default: () => {};
2221
- };
2222
- format: {
2223
- type: StringConstructor;
2224
- default: string;
2225
- };
2226
- disabled: {
2227
- type: BooleanConstructor;
2228
- default: boolean;
2229
- };
2230
- dataName: {
2231
- type: StringConstructor;
2232
- };
2233
- }>> & {
2234
- onChange?: ((...args: any[]) => any) | undefined;
2235
- }>>;
2236
- emits: (event: "change", ...args: any[]) => void;
2237
- initDefaultValue: () => void;
2238
- diffTime: (days: number) => {
2239
- year?: undefined;
2240
- month?: undefined;
2241
- day?: undefined;
2242
- days?: undefined;
2243
- } | {
2244
- year: string | number;
2245
- month: string | number;
2246
- day: string | number;
2247
- days: string | number;
2248
- };
2249
- ageStartOnChange: (obj: any) => void;
2250
- ageEndOnChange: (obj: any) => void;
2251
- reset: () => void;
2252
- ageCom: import("vue").DefineComponent<{
2253
- value: {
2254
- type: ObjectConstructor;
2255
- default: () => void;
2256
- };
2257
- format: {
2258
- type: StringConstructor;
2259
- default: string;
2260
- };
2261
- disabled: {
2262
- type: BooleanConstructor;
2263
- default: boolean;
2264
- };
2265
- isDetail: {
2266
- type: BooleanConstructor;
2267
- default: boolean;
2268
- };
2269
- defaultValue: {
2270
- type: ObjectConstructor;
2271
- default: () => {};
2272
- };
2273
- itemData: {
2274
- type: ObjectConstructor;
2275
- default: () => {};
2276
- };
2277
- shortcutFieldsList: {
2278
- type: ArrayConstructor;
2279
- default: () => never[];
2280
- };
2281
- }, {
2282
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2283
- value: {
2284
- type: ObjectConstructor;
2285
- default: () => void;
2286
- };
2287
- format: {
2288
- type: StringConstructor;
2289
- default: string;
2290
- };
2291
- disabled: {
2292
- type: BooleanConstructor;
2293
- default: boolean;
2294
- };
2295
- isDetail: {
2296
- type: BooleanConstructor;
2297
- default: boolean;
2298
- };
2299
- defaultValue: {
2300
- type: ObjectConstructor;
2301
- default: () => {};
2302
- };
2303
- itemData: {
2304
- type: ObjectConstructor;
2305
- default: () => {};
2306
- };
2307
- shortcutFieldsList: {
2308
- type: ArrayConstructor;
2309
- default: () => never[];
2310
- };
2311
- }>> & {
2312
- onChange?: ((...args: any[]) => any) | undefined;
2313
- }>>;
2314
- emits: (event: "change", ...args: any[]) => void;
2315
- ageValue: any;
2316
- showType: import("vue").ComputedRef<string>;
2317
- isDisabled: import("vue").ComputedRef<boolean>;
2318
- handleInitDefaultValue: () => void;
2319
- checkType: (val: any) => string;
2320
- handlefillVal: (val?: any) => void;
2321
- handleYearChange: (e: any) => void;
2322
- handleMonthChange: (e: any) => void;
2323
- handleDayChange: (e: any) => void;
2324
- getvalue: (e: any) => any;
2325
- valueChange: (val: string, key: string) => void;
2326
- checkVal: (val: string, key: string) => boolean;
2327
- handleProrate: () => void;
2328
- triggerChange: (changedValue: any) => void;
2329
- NInputNumber: any;
2330
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2331
- value: {
2332
- type: ObjectConstructor;
2333
- default: () => void;
2334
- };
2335
- format: {
2336
- type: StringConstructor;
2337
- default: string;
2338
- };
2339
- disabled: {
2340
- type: BooleanConstructor;
2341
- default: boolean;
2342
- };
2343
- isDetail: {
2344
- type: BooleanConstructor;
2345
- default: boolean;
2346
- };
2347
- defaultValue: {
2348
- type: ObjectConstructor;
2349
- default: () => {};
2350
- };
2351
- itemData: {
2352
- type: ObjectConstructor;
2353
- default: () => {};
2354
- };
2355
- shortcutFieldsList: {
2356
- type: ArrayConstructor;
2357
- default: () => never[];
2358
- };
2359
- }>> & {
2360
- onChange?: ((...args: any[]) => any) | undefined;
2361
- }, {
2362
- value: Record<string, any>;
2363
- disabled: boolean;
2364
- isDetail: boolean;
2365
- defaultValue: Record<string, any>;
2366
- format: string;
2367
- itemData: Record<string, any>;
2368
- shortcutFieldsList: unknown[];
2369
- }>;
2370
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2371
- value: {
2372
- value: ObjectConstructor;
2373
- default: () => {
2374
- star_val: string;
2375
- end_val: string;
2376
- };
2377
- };
2378
- options: {
2379
- type: ArrayConstructor;
2380
- default: () => never[];
2381
- };
2382
- item: {
2383
- type: ObjectConstructor;
2384
- default: () => {};
2385
- };
2386
- defaultValue: {
2387
- type: ObjectConstructor;
2388
- default: () => {};
2389
- };
2390
- format: {
2391
- type: StringConstructor;
2392
- default: string;
2393
- };
2394
- disabled: {
2395
- type: BooleanConstructor;
2396
- default: boolean;
2397
- };
2398
- dataName: {
2399
- type: StringConstructor;
2400
- };
2401
- }>> & {
2402
- onChange?: ((...args: any[]) => any) | undefined;
2403
- }, {
2404
- value: {
2405
- star_val: string;
2406
- end_val: string;
2407
- };
2408
- disabled: boolean;
2409
- options: unknown[];
2410
- item: Record<string, any>;
2411
- defaultValue: Record<string, any>;
2412
- format: string;
2413
- }>;
2414
- ageCom: import("vue").DefineComponent<{
2415
- value: {
2416
- type: ObjectConstructor;
2417
- default: () => void;
2418
- };
2419
- format: {
2420
- type: StringConstructor;
2421
- default: string;
2422
- };
2423
- disabled: {
2424
- type: BooleanConstructor;
2425
- default: boolean;
2426
- };
2427
- isDetail: {
2428
- type: BooleanConstructor;
2429
- default: boolean;
2430
- };
2431
- defaultValue: {
2432
- type: ObjectConstructor;
2433
- default: () => {};
2434
- };
2435
- itemData: {
2436
- type: ObjectConstructor;
2437
- default: () => {};
2438
- };
2439
- shortcutFieldsList: {
2440
- type: ArrayConstructor;
2441
- default: () => never[];
2442
- };
2443
- }, {
2444
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2445
- value: {
2446
- type: ObjectConstructor;
2447
- default: () => void;
2448
- };
2449
- format: {
2450
- type: StringConstructor;
2451
- default: string;
2452
- };
2453
- disabled: {
2454
- type: BooleanConstructor;
2455
- default: boolean;
2456
- };
2457
- isDetail: {
2458
- type: BooleanConstructor;
2459
- default: boolean;
2460
- };
2461
- defaultValue: {
2462
- type: ObjectConstructor;
2463
- default: () => {};
2464
- };
2465
- itemData: {
2466
- type: ObjectConstructor;
2467
- default: () => {};
2468
- };
2469
- shortcutFieldsList: {
2470
- type: ArrayConstructor;
2471
- default: () => never[];
2472
- };
2473
- }>> & {
2474
- onChange?: ((...args: any[]) => any) | undefined;
2475
- }>>;
2476
- emits: (event: "change", ...args: any[]) => void;
2477
- ageValue: any;
2478
- showType: import("vue").ComputedRef<string>;
2479
- isDisabled: import("vue").ComputedRef<boolean>;
2480
- handleInitDefaultValue: () => void;
2481
- checkType: (val: any) => string;
2482
- handlefillVal: (val?: any) => void;
2483
- handleYearChange: (e: any) => void;
2484
- handleMonthChange: (e: any) => void;
2485
- handleDayChange: (e: any) => void;
2486
- getvalue: (e: any) => any;
2487
- valueChange: (val: string, key: string) => void;
2488
- checkVal: (val: string, key: string) => boolean;
2489
- handleProrate: () => void;
2490
- triggerChange: (changedValue: any) => void;
2491
- NInputNumber: any;
2492
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2493
- value: {
2494
- type: ObjectConstructor;
2495
- default: () => void;
2496
- };
2497
- format: {
2498
- type: StringConstructor;
2499
- default: string;
2500
- };
2501
- disabled: {
2502
- type: BooleanConstructor;
2503
- default: boolean;
2504
- };
2505
- isDetail: {
2506
- type: BooleanConstructor;
2507
- default: boolean;
2508
- };
2509
- defaultValue: {
2510
- type: ObjectConstructor;
2511
- default: () => {};
2512
- };
2513
- itemData: {
2514
- type: ObjectConstructor;
2515
- default: () => {};
2516
- };
2517
- shortcutFieldsList: {
2518
- type: ArrayConstructor;
2519
- default: () => never[];
2520
- };
2521
- }>> & {
2522
- onChange?: ((...args: any[]) => any) | undefined;
2523
- }, {
2524
- value: Record<string, any>;
2525
- disabled: boolean;
2526
- isDetail: boolean;
2527
- defaultValue: Record<string, any>;
2528
- format: string;
2529
- itemData: Record<string, any>;
2530
- shortcutFieldsList: unknown[];
2531
- }>;
2532
- SvgIcon: import("vue").DefineComponent<{
2533
- iconClass: {
2534
- type: StringConstructor;
2535
- required: true;
2536
- default: string;
2537
- };
2538
- title: {
2539
- type: StringConstructor;
2540
- required: false;
2541
- default: string;
2542
- };
2543
- className: {
2544
- type: StringConstructor;
2545
- required: false;
2546
- };
2547
- }, {
2548
- props: {
2549
- iconClass: string;
2550
- title: string;
2551
- className?: string | undefined;
2552
- };
2553
- iconName: import("vue").ComputedRef<string>;
2554
- svgClass: import("vue").ComputedRef<string>;
2555
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2556
- iconClass: {
2557
- type: StringConstructor;
2558
- required: true;
2559
- default: string;
2560
- };
2561
- title: {
2562
- type: StringConstructor;
2563
- required: false;
2564
- default: string;
2565
- };
2566
- className: {
2567
- type: StringConstructor;
2568
- required: false;
2569
- };
2570
- }>>, {
2571
- title: string;
2572
- iconClass: string;
2573
- }>;
2574
- NIcon: any;
2575
- NInput: any;
2576
- NButton: any;
2577
- NInputNumber: any;
2578
- NTooltip: any;
2579
- NSelect: any;
2580
- NDatePicker: any;
2581
- }, 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<{
2582
- isSee: {
2583
- type: BooleanConstructor;
2584
- };
540
+ getUnderlyingVm(domElement: any): any;
541
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
542
+ emitChanges(evt: any): void;
543
+ alterList(onList: any): void;
544
+ spliceList(): void;
545
+ updatePosition(oldIndex: any, newIndex: any): void;
546
+ getRelatedContextFromMoveEvent({ to, related }: {
547
+ to: any;
548
+ related: any;
549
+ }): any;
550
+ getVmIndexFromDomIndex(domIndex: any): any;
551
+ onDragStart(evt: any): void;
552
+ onDragAdd(evt: any): void;
553
+ onDragRemove(evt: any): void;
554
+ onDragUpdate(evt: any): void;
555
+ computeFutureIndex(relatedContext: any, evt: any): any;
556
+ onDragMove(evt: any, originalEvent: any): any;
557
+ onDragEnd(): void;
558
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
559
+ move: Function;
560
+ tag: string;
561
+ clone: Function;
562
+ list: unknown[];
563
+ modelValue: unknown[];
564
+ componentData: Record<string, any>;
565
+ } & {
566
+ itemKey?: string | Function | undefined;
567
+ }>, {
568
+ move: Function;
569
+ tag: string;
570
+ clone: Function;
571
+ list: unknown[];
572
+ modelValue: unknown[];
573
+ componentData: Record<string, any>;
574
+ }>;
575
+ }, 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<{
576
+ visibleIn: {
577
+ type: BooleanConstructor;
578
+ };
579
+ loading: {
580
+ type: BooleanConstructor;
581
+ };
582
+ confirm: {
583
+ type: FunctionConstructor;
584
+ };
585
+ edit: {
586
+ type: FunctionConstructor;
587
+ defdault: () => void;
588
+ };
589
+ copy: {
590
+ type: FunctionConstructor;
591
+ defdault: () => void;
592
+ };
593
+ delItem: {
594
+ type: FunctionConstructor;
595
+ defdault: () => void;
596
+ };
597
+ dataSource: {
598
+ type: ArrayConstructor;
599
+ default: () => never[];
600
+ };
601
+ type: {
602
+ type: StringConstructor;
603
+ };
604
+ transitionName: {
605
+ type: StringConstructor;
606
+ };
607
+ getContainer: {
608
+ type: FunctionConstructor;
609
+ default: () => HTMLElement;
610
+ };
611
+ }>> & {
612
+ onClose?: ((...args: any[]) => any) | undefined;
613
+ onHandleOk?: ((...args: any[]) => any) | undefined;
614
+ onChangeData?: ((...args: any[]) => any) | undefined;
615
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
616
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
617
+ }, {
618
+ loading: boolean;
619
+ dataSource: unknown[];
620
+ visibleIn: boolean;
621
+ getContainer: Function;
622
+ }>;
623
+ SearchFilter: import("vue").DefineComponent<{
624
+ visible: {
625
+ type: BooleanConstructor;
626
+ default: boolean;
627
+ };
628
+ modalTitle: {
629
+ type: StringConstructor;
630
+ default: string;
631
+ };
632
+ conditionList: {
633
+ type: ArrayConstructor;
634
+ default: () => never[];
635
+ };
636
+ searchFieldList: {
637
+ type: ArrayConstructor;
638
+ default: () => never[];
639
+ };
640
+ filterApiConfig: {
641
+ type: ObjectConstructor;
642
+ default: () => {};
643
+ };
644
+ }, {
645
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2585
646
  visible: {
2586
647
  type: BooleanConstructor;
2587
- };
2588
- actionList_prop: {
2589
- type: ObjectConstructor;
2590
- default: () => {};
2591
- };
2592
- filterApiConfig: {
2593
- type: ObjectConstructor;
2594
- default: () => {};
2595
- };
2596
- searchFieldList: {
2597
- type: ArrayConstructor;
2598
- default: () => never[];
2599
- };
2600
- showItemName: {
2601
- default: boolean;
2602
- };
2603
- saveEmpty: {
2604
- default: boolean;
2605
- };
2606
- homeManage: {
2607
648
  default: boolean;
2608
649
  };
2609
- tableId: {
650
+ modalTitle: {
651
+ type: StringConstructor;
2610
652
  default: string;
2611
653
  };
2612
- isPersonalizedHome: {
2613
- default: boolean;
2614
- };
2615
654
  conditionList: {
2616
655
  type: ArrayConstructor;
656
+ default: () => never[];
2617
657
  };
2618
- source: {
2619
- type: StringConstructor;
2620
- };
2621
- isBI: {
2622
- default: boolean;
2623
- };
2624
- isOnlyCondition: {
2625
- type: BooleanConstructor;
2626
- };
2627
- isCnHis: {
2628
- type: BooleanConstructor;
2629
- default: boolean;
2630
- };
2631
- isAdmin: {
2632
- type: BooleanConstructor;
2633
- default: boolean;
2634
- };
2635
- showCompareField: {
2636
- type: BooleanConstructor;
2637
- default: boolean;
2638
- };
2639
- hideAddBtn: {
2640
- type: BooleanConstructor;
2641
- default: boolean;
658
+ searchFieldList: {
659
+ type: ArrayConstructor;
660
+ default: () => never[];
2642
661
  };
2643
- openType: {
2644
- type: StringConstructor;
2645
- default: string;
662
+ filterApiConfig: {
663
+ type: ObjectConstructor;
664
+ default: () => {};
2646
665
  };
2647
666
  }>> & {
2648
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
2649
- onSaveAdd?: ((...args: any[]) => any) | undefined;
2650
667
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2651
- }, {
2652
- visible: boolean;
2653
- openType: string;
2654
- searchFieldList: unknown[];
2655
- tableId: string;
2656
- isAdmin: boolean;
2657
- filterApiConfig: Record<string, any>;
2658
- isSee: boolean;
2659
- actionList_prop: Record<string, any>;
2660
- showItemName: boolean;
2661
- saveEmpty: boolean;
2662
- homeManage: boolean;
2663
- isPersonalizedHome: boolean;
2664
- isBI: boolean;
2665
- isOnlyCondition: boolean;
2666
- isCnHis: boolean;
2667
- showCompareField: boolean;
2668
- hideAddBtn: boolean;
668
+ }>>;
669
+ emits: (event: "cancelSaveAdd", ...args: any[]) => void;
670
+ addVisible: import("vue").Ref<boolean>;
671
+ isChangeWindow: import("vue").Ref<boolean>;
672
+ modalWidth: import("vue").Ref<string>;
673
+ bodyStyle: import("vue").Ref<{
674
+ maxHeight: string;
675
+ height: string;
676
+ overflowY: string;
2669
677
  }>;
678
+ conditionApiRef: any;
679
+ filterTimer: any;
680
+ init: () => void;
681
+ clearTimer: () => void;
682
+ handleInitConditions: () => void;
683
+ saveAdd: () => void;
684
+ cancelSaveAdd: () => void;
685
+ clearConditions: () => void;
686
+ resetChangeWindow: () => void;
687
+ changeModalWindow: () => void;
688
+ NModal: any;
689
+ NCard: any;
690
+ NButton: any;
2670
691
  SearchConditionByApi: import("vue").DefineComponent<{
2671
692
  actionList_prop: {
2672
693
  type: PropType<IClassifyListType>;
@@ -2680,6 +701,18 @@ declare const _default: import("vue").DefineComponent<{
2680
701
  type: StringConstructor;
2681
702
  default: string;
2682
703
  };
704
+ searchFieldList: {
705
+ type: ArrayConstructor;
706
+ default: () => never[];
707
+ };
708
+ showItemName: {
709
+ type: BooleanConstructor;
710
+ default: boolean;
711
+ };
712
+ hideAddBtn: {
713
+ type: BooleanConstructor;
714
+ default: boolean;
715
+ };
2683
716
  }, {
2684
717
  $message: import("naive-ui").MessageApi;
2685
718
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
@@ -2695,11 +728,23 @@ declare const _default: import("vue").DefineComponent<{
2695
728
  type: StringConstructor;
2696
729
  default: string;
2697
730
  };
731
+ searchFieldList: {
732
+ type: ArrayConstructor;
733
+ default: () => never[];
734
+ };
735
+ showItemName: {
736
+ type: BooleanConstructor;
737
+ default: boolean;
738
+ };
739
+ hideAddBtn: {
740
+ type: BooleanConstructor;
741
+ default: boolean;
742
+ };
2698
743
  }>> & {
2699
- onSaveAdd?: ((...args: any[]) => any) | undefined;
2700
744
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
745
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
2701
746
  }>>;
2702
- emit: (event: "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
747
+ emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
2703
748
  $attrs: {
2704
749
  [x: string]: unknown;
2705
750
  };
@@ -2751,6 +796,7 @@ declare const _default: import("vue").DefineComponent<{
2751
796
  validate: () => Promise<unknown>;
2752
797
  saveAdd: () => void;
2753
798
  cancelSaveAdd: () => void;
799
+ checkActionList: () => boolean;
2754
800
  NSpin: any;
2755
801
  NIcon: any;
2756
802
  NInput: any;
@@ -2921,7 +967,7 @@ declare const _default: import("vue").DefineComponent<{
2921
967
  label: string;
2922
968
  value: string;
2923
969
  }[];
2924
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("saveAdd" | "cancelSaveAdd")[], "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
970
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2925
971
  actionList_prop: {
2926
972
  type: PropType<IClassifyListType>;
2927
973
  default: () => {};
@@ -2934,13 +980,28 @@ declare const _default: import("vue").DefineComponent<{
2934
980
  type: StringConstructor;
2935
981
  default: string;
2936
982
  };
983
+ searchFieldList: {
984
+ type: ArrayConstructor;
985
+ default: () => never[];
986
+ };
987
+ showItemName: {
988
+ type: BooleanConstructor;
989
+ default: boolean;
990
+ };
991
+ hideAddBtn: {
992
+ type: BooleanConstructor;
993
+ default: boolean;
994
+ };
2937
995
  }>> & {
2938
- onSaveAdd?: ((...args: any[]) => any) | undefined;
2939
996
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
997
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
2940
998
  }, {
999
+ searchFieldList: unknown[];
2941
1000
  tableId: string;
2942
- actionList_prop: IClassifyListType;
2943
1001
  conditionList: unknown[];
1002
+ actionList_prop: IClassifyListType;
1003
+ showItemName: boolean;
1004
+ hideAddBtn: boolean;
2944
1005
  }>;
2945
1006
  SvgIcon: import("vue").DefineComponent<{
2946
1007
  iconClass: {
@@ -3001,10 +1062,6 @@ declare const _default: import("vue").DefineComponent<{
3001
1062
  type: ArrayConstructor;
3002
1063
  default: () => never[];
3003
1064
  };
3004
- tableDataType: {
3005
- type: StringConstructor;
3006
- default: string;
3007
- };
3008
1065
  filterApiConfig: {
3009
1066
  type: ObjectConstructor;
3010
1067
  default: () => {};
@@ -3017,13 +1074,8 @@ declare const _default: import("vue").DefineComponent<{
3017
1074
  searchFieldList: unknown[];
3018
1075
  filterApiConfig: Record<string, any>;
3019
1076
  conditionList: unknown[];
3020
- tableDataType: string;
3021
1077
  }>;
3022
- DataTypeEnums: {
3023
- SQL: string;
3024
- API: string;
3025
- };
3026
- }, 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<{
1078
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList")[], "setClassifyModal" | "CondiTionListInit" | "saveGetTableCondiTionList", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3027
1079
  searchFieldList: {
3028
1080
  type: ArrayConstructor;
3029
1081
  default: () => never[];
@@ -3033,10 +1085,6 @@ declare const _default: import("vue").DefineComponent<{
3033
1085
  default: () => never[];
3034
1086
  };
3035
1087
  settingId: StringConstructor;
3036
- searchDefName: {
3037
- type: StringConstructor;
3038
- default: string;
3039
- };
3040
1088
  filterApiConfig: {
3041
1089
  type: ObjectConstructor;
3042
1090
  default: () => {};
@@ -3046,15 +1094,13 @@ declare const _default: import("vue").DefineComponent<{
3046
1094
  default: boolean;
3047
1095
  };
3048
1096
  }>> & {
3049
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1097
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
3050
1098
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
3051
1099
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
3052
- onSetClassifyModal?: ((...args: any[]) => any) | undefined;
3053
1100
  }, {
3054
1101
  searchFieldList: unknown[];
3055
1102
  filterApiConfig: Record<string, any>;
3056
1103
  conditionList: unknown[];
3057
- searchDefName: string;
3058
1104
  classifyModal: boolean;
3059
1105
  }>;
3060
1106
  vFlexibleResize: {
@@ -3103,66 +1149,49 @@ declare const _default: import("vue").DefineComponent<{
3103
1149
  title: string;
3104
1150
  iconClass: string;
3105
1151
  }>;
3106
- }, 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<{
1152
+ }, 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<{
3107
1153
  tableId: {
3108
1154
  type: StringConstructor;
1155
+ default: string;
3109
1156
  };
3110
1157
  conditionSid: {
3111
1158
  type: PropType<string[]>;
3112
1159
  default: () => never[];
3113
1160
  };
3114
- localObj: {
3115
- type: PropType<ILocalObjType>;
3116
- default: () => {};
3117
- };
3118
1161
  curClassificationIndex: {
3119
1162
  type: NumberConstructor;
3120
1163
  };
3121
1164
  curClassificationWidth: {
3122
1165
  type: NumberConstructor;
3123
1166
  };
3124
- curConditionList: {
3125
- type: ArrayConstructor;
3126
- };
3127
- tableName: {
3128
- type: StringConstructor;
3129
- };
3130
- showRelatedTreeBtn: {
3131
- type: BooleanConstructor;
3132
- };
3133
1167
  conditionType: {
3134
1168
  type: StringConstructor;
1169
+ default: string;
3135
1170
  };
3136
1171
  hideConditionChangeBtn: {
3137
1172
  type: NumberConstructor;
1173
+ default: number;
3138
1174
  };
3139
1175
  hideConditionChangeSetting: {
3140
1176
  type: NumberConstructor;
1177
+ default: number;
3141
1178
  };
3142
1179
  hideClearConditionChange: {
3143
1180
  type: NumberConstructor;
1181
+ default: number;
3144
1182
  };
3145
1183
  countCondition: {
3146
1184
  type: NumberConstructor;
1185
+ default: number;
3147
1186
  };
3148
1187
  countTabCondition: {
3149
1188
  type: NumberConstructor;
3150
1189
  default: number;
3151
1190
  };
3152
- keyword: {
3153
- type: StringConstructor;
3154
- };
3155
1191
  isShowResetButton: {
3156
1192
  type: BooleanConstructor;
3157
1193
  default: boolean;
3158
1194
  };
3159
- fieldKeys: {
3160
- type: PropType<string[]>;
3161
- default: () => never[];
3162
- };
3163
- tabConditionId: {
3164
- type: StringConstructor;
3165
- };
3166
1195
  conditionMap: {
3167
1196
  type: PropType<IConditionMapType>;
3168
1197
  default: () => void;
@@ -3172,27 +1201,30 @@ declare const _default: import("vue").DefineComponent<{
3172
1201
  default: () => {};
3173
1202
  };
3174
1203
  searchFieldList: {
3175
- type: PropType<ISearchType[]>;
1204
+ type: PropType<any[]>;
3176
1205
  default: () => never[];
3177
1206
  };
3178
1207
  }>> & {
3179
- onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
3180
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
3181
- onGetClassification?: ((...args: any[]) => any) | undefined;
3182
1208
  onChangeSearch?: ((...args: any[]) => any) | undefined;
3183
- onReloadList?: ((...args: any[]) => any) | undefined;
3184
1209
  onSetCurTreeData?: ((...args: any[]) => any) | undefined;
3185
1210
  onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
3186
- onSetTabConditionNumObj?: ((...args: any[]) => any) | undefined;
1211
+ onGetClassification?: ((...args: any[]) => any) | undefined;
1212
+ onReloadList?: ((...args: any[]) => any) | undefined;
1213
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
1214
+ onSetConditionMap?: ((...args: any[]) => any) | undefined;
1215
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
3187
1216
  }, {
3188
- searchFieldList: ISearchType[];
3189
- showRelatedTreeBtn: boolean;
3190
- countTabCondition: number;
3191
- conditionMap: IConditionMapType;
1217
+ searchFieldList: any[];
1218
+ tableId: string;
3192
1219
  filterApiConfig: Record<string, any>;
3193
1220
  conditionSid: string[];
3194
- localObj: ILocalObjType;
1221
+ conditionType: string;
1222
+ hideConditionChangeBtn: number;
1223
+ hideConditionChangeSetting: number;
1224
+ hideClearConditionChange: number;
1225
+ countCondition: number;
1226
+ countTabCondition: number;
3195
1227
  isShowResetButton: boolean;
3196
- fieldKeys: string[];
1228
+ conditionMap: IConditionMapType;
3197
1229
  }>;
3198
1230
  export default _default;