cnhis-design-vue 3.1.41-beta.2 → 3.1.41-beta.20

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