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

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