cnhis-design-vue 3.1.41-beta.1 → 3.1.41-beta.12

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 (159) hide show
  1. package/README.md +87 -87
  2. package/es/components/button-print/src/utils/print.d.ts +1 -1
  3. package/es/components/button-print/src/utils/print.js +1 -1
  4. package/es/components/form-config/index.d.ts +13 -2
  5. package/es/components/form-config/src/FormConfig.vue.d.ts +13 -2
  6. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +4 -1
  7. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  8. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -1
  9. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  10. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  11. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  12. package/es/components/form-config/src/types/index.d.ts +1 -0
  13. package/es/components/form-render/index.d.ts +4 -1
  14. package/es/components/form-render/index.js +1 -1
  15. package/es/components/form-render/src/FormRender.vue.d.ts +4 -1
  16. package/es/components/form-render/src/FormRender.vue.js +1 -1
  17. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +4 -1
  18. package/es/components/form-render/src/components/renderer/formItem.d.ts +7 -0
  19. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  20. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  21. package/es/components/form-render/src/components/renderer/select.d.ts +3 -0
  22. package/es/components/form-render/src/components/renderer/select.js +1 -1
  23. package/es/components/form-render/src/constants/index.d.ts +2 -0
  24. package/es/components/form-render/src/constants/index.js +1 -1
  25. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  26. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  27. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  28. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  29. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  30. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  31. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  32. package/es/components/form-render/src/hooks/useFormGraph.d.ts +6 -0
  33. package/es/components/form-render/src/hooks/useFormGraph.js +1 -0
  34. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  35. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  36. package/es/components/form-render/src/types/index.d.ts +1 -1
  37. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  38. package/es/components/form-render/src/utils/dom.js +1 -1
  39. package/es/components/iho-table/index.d.ts +5 -5
  40. package/es/components/iho-table/index.js +1 -1
  41. package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
  42. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  43. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  44. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  45. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  46. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  47. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  48. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  49. package/es/components/iho-table/src/plugins/index.js +1 -1
  50. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +85 -0
  51. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
  52. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
  53. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
  54. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.d.ts +2 -0
  55. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/timeUtils.js +1 -0
  56. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  57. package/es/components/iho-table/src/types/index.d.ts +6 -6
  58. package/es/components/iho-table/src/utils/index.js +1 -1
  59. package/es/components/iho-table/style/index.css +1 -1
  60. package/es/components/index.css +1 -1
  61. package/es/components/index.js +1 -1
  62. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  63. package/es/components/recommend-search/index.d.ts +10 -10
  64. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  65. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  66. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  67. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  68. package/es/components/scale-view/index.d.ts +1 -2
  69. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
  70. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  71. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  72. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  73. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  74. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  75. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  76. package/es/components/scale-view/style/index.css +1 -1
  77. package/es/components/shortcut-setter/index.d.ts +5 -1
  78. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +5 -1
  79. package/es/components/steps-wheel/index.d.ts +1 -1
  80. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  81. package/es/components/table-filter/index.d.ts +896 -7580
  82. package/es/components/table-filter/index.js +1 -1
  83. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +42 -3315
  84. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  85. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +461 -2777
  86. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  87. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  88. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  89. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +18 -5
  90. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  91. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  92. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +456 -0
  93. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  94. package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +843 -0
  95. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  96. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  97. package/es/components/table-filter/src/hooks/export.js +1 -1
  98. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  99. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  100. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  101. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  102. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  103. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +48 -1188
  104. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  105. package/es/components/table-filter/src/types/index.d.ts +4 -14
  106. package/es/components/table-filter/style/index.css +1 -1
  107. package/es/env.d.ts +24 -24
  108. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  109. package/package.json +2 -2
  110. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  111. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  112. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  113. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  114. package/es/components/callback/src/components/form.d.ts +0 -0
  115. package/es/components/callback/src/components/page.d.ts +0 -0
  116. package/es/components/callback/src/components/table.d.ts +0 -0
  117. package/es/components/callback/src/types/index.d.ts +0 -0
  118. package/es/components/callback/src/types/index.js +0 -1
  119. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  120. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  121. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  122. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  123. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  124. package/es/components/iho-table/src/plugins/filterPlugin/types.js +0 -1
  125. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
  126. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -71
  127. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  128. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1436
  129. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  130. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  131. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  132. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  133. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  134. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  135. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  136. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  137. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  138. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  139. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  140. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  141. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  142. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  143. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  144. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  145. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  146. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  147. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  148. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  149. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  150. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
  151. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  152. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  153. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  154. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  155. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  156. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  157. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  158. package/es/shared/utils/tapable/index.d.ts +0 -139
  159. /package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +0 -0
@@ -1,1436 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { ISearchType, IClassifyListType, ISaveType, ITreeDataType } from '../../../../../es/components/table-filter/src/types';
3
- declare const _default: import("vue").DefineComponent<{
4
- tableDataType: {
5
- type: StringConstructor;
6
- default: string;
7
- };
8
- originConditionList: {
9
- type: PropType<IClassifyListType[]>;
10
- default: () => never[];
11
- };
12
- searchFieldList: {
13
- type: PropType<ISearchType[]>;
14
- default: () => never[];
15
- };
16
- searchFieldLimit: {
17
- type: ObjectConstructor;
18
- default: () => {};
19
- };
20
- treeData: {
21
- type: PropType<ITreeDataType[]>;
22
- default: () => never[];
23
- };
24
- }, {
25
- validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
26
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
27
- tableDataType: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
- originConditionList: {
32
- type: PropType<IClassifyListType[]>;
33
- default: () => never[];
34
- };
35
- searchFieldList: {
36
- type: PropType<ISearchType[]>;
37
- default: () => never[];
38
- };
39
- searchFieldLimit: {
40
- type: ObjectConstructor;
41
- default: () => {};
42
- };
43
- treeData: {
44
- type: PropType<ITreeDataType[]>;
45
- default: () => never[];
46
- };
47
- }>> & {
48
- onChangeSearch?: ((...args: any[]) => any) | undefined;
49
- onChangeShowName?: ((...args: any[]) => any) | undefined;
50
- onHandleItemClick?: ((...args: any[]) => any) | undefined;
51
- onReloadClassification?: ((...args: any[]) => any) | undefined;
52
- }>>;
53
- emit: (event: "changeSearch" | "changeShowName" | "handleItemClick" | "reloadClassification", ...args: any[]) => void;
54
- attrs: any;
55
- instance: import("axios").AxiosInstance;
56
- $message: import("naive-ui").MessageApi;
57
- comWrap: any;
58
- conditionApiRef: any;
59
- conditionSqlRef: any;
60
- className: any;
61
- actionList_prop: import("vue").Ref<IClassifyListType | undefined>;
62
- conOjbConfig: import("vue").Ref<IClassifyListType | undefined>;
63
- showInnerModal: import("vue").Ref<boolean>;
64
- filterKeyWork: import("vue").Ref<string>;
65
- filtrationConfig: import("vue").Ref<{
66
- visible: boolean;
67
- keyWord: string;
68
- }>;
69
- handleType: import("vue").Ref<string>;
70
- saveToClassConfig: import("vue").Ref<any>;
71
- resetData: any;
72
- newSearchFieldList: import("vue").ComputedRef<ISearchType[]>;
73
- conObjLen: import("vue").ComputedRef<any>;
74
- showConditionList: import("vue").ComputedRef<IClassifyListType[]>;
75
- saveBtnName: import("vue").ComputedRef<"保存模板" | "另存为模板">;
76
- isApiFilter: import("vue").ComputedRef<boolean>;
77
- init: () => void;
78
- handleAddCondition: () => void;
79
- handleSearch: () => void;
80
- handleSaveToClass: () => void;
81
- handleOpenSaveToClass: (config: ISaveType) => void;
82
- handleClearConObj: (reload?: boolean) => void;
83
- saveAdd: (config: ISaveType) => void;
84
- handleRequestSearch: (config: ISaveType) => void;
85
- handleChecked: (item: IClassifyListType) => void;
86
- handleListItemEdit: (item: IClassifyListType) => void;
87
- handleListItemCopy: (item: IClassifyListType) => void;
88
- transformData: (oldData: Record<string, any>) => string;
89
- handleListItemDel: (checkedItem: IClassifyListType, j: number) => void;
90
- saveToCalss: () => void;
91
- cancelSaveToCalss: () => void;
92
- openConditionFiltration: () => void;
93
- handleFiltrationCancel: () => void;
94
- handleConditionFiltration: () => void;
95
- onSearch: () => void;
96
- handleSaveAdd: (params: ISaveType) => void;
97
- NIcon: any;
98
- NButton: any;
99
- NInputGroup: import("vue").DefineComponent<{
100
- [x: string]: never;
101
- [x: number]: never;
102
- [x: symbol]: never;
103
- }, {
104
- mergedClsPrefix: import("vue").ComputedRef<string>;
105
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
106
- [x: string]: never;
107
- [x: number]: never;
108
- [x: symbol]: never;
109
- }>>, {}>;
110
- NInput: any;
111
- NModal: any;
112
- NCard: any;
113
- NPopover: any;
114
- NTooltip: any;
115
- NPopconfirm: any;
116
- 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<{}>>, {}>;
117
- 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<{}>>, {}>;
118
- SvgIcon: import("vue").DefineComponent<{
119
- iconClass: {
120
- type: StringConstructor;
121
- required: true;
122
- default: string;
123
- };
124
- title: {
125
- type: StringConstructor;
126
- required: false;
127
- default: string;
128
- };
129
- className: {
130
- type: StringConstructor;
131
- required: false;
132
- };
133
- }, {
134
- props: {
135
- iconClass: string;
136
- title: string;
137
- className?: string | undefined;
138
- };
139
- iconName: import("vue").ComputedRef<string>;
140
- svgClass: import("vue").ComputedRef<string>;
141
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
142
- iconClass: {
143
- type: StringConstructor;
144
- required: true;
145
- default: string;
146
- };
147
- title: {
148
- type: StringConstructor;
149
- required: false;
150
- default: string;
151
- };
152
- className: {
153
- type: StringConstructor;
154
- required: false;
155
- };
156
- }>>, {
157
- title: string;
158
- iconClass: string;
159
- }>;
160
- SearchCondition: import("vue").DefineComponent<{
161
- isSee: {
162
- type: BooleanConstructor;
163
- };
164
- visible: {
165
- type: BooleanConstructor;
166
- };
167
- actionList_prop: {
168
- type: ObjectConstructor;
169
- default: () => {};
170
- };
171
- filterApiConfig: {
172
- type: ObjectConstructor;
173
- default: () => {};
174
- };
175
- searchFieldList: {
176
- type: ArrayConstructor;
177
- default: () => never[];
178
- };
179
- showItemName: {
180
- default: boolean;
181
- };
182
- saveEmpty: {
183
- default: boolean;
184
- };
185
- homeManage: {
186
- default: boolean;
187
- };
188
- tableId: {
189
- default: string;
190
- };
191
- isPersonalizedHome: {
192
- default: boolean;
193
- };
194
- conditionList: {
195
- type: ArrayConstructor;
196
- };
197
- source: {
198
- type: StringConstructor;
199
- };
200
- isBI: {
201
- default: boolean;
202
- };
203
- isOnlyCondition: {
204
- type: BooleanConstructor;
205
- };
206
- isCnHis: {
207
- type: BooleanConstructor;
208
- default: boolean;
209
- };
210
- isAdmin: {
211
- type: BooleanConstructor;
212
- default: boolean;
213
- };
214
- showCompareField: {
215
- type: BooleanConstructor;
216
- default: boolean;
217
- };
218
- hideAddBtn: {
219
- type: BooleanConstructor;
220
- default: boolean;
221
- };
222
- openType: {
223
- type: StringConstructor;
224
- default: string;
225
- };
226
- }, {
227
- handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
228
- $attrs: {
229
- [x: string]: unknown;
230
- };
231
- $message: import("naive-ui").MessageApi;
232
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
233
- isSee: {
234
- type: BooleanConstructor;
235
- };
236
- visible: {
237
- type: BooleanConstructor;
238
- };
239
- actionList_prop: {
240
- type: ObjectConstructor;
241
- default: () => {};
242
- };
243
- filterApiConfig: {
244
- type: ObjectConstructor;
245
- default: () => {};
246
- };
247
- searchFieldList: {
248
- type: ArrayConstructor;
249
- default: () => never[];
250
- };
251
- showItemName: {
252
- default: boolean;
253
- };
254
- saveEmpty: {
255
- default: boolean;
256
- };
257
- homeManage: {
258
- default: boolean;
259
- };
260
- tableId: {
261
- default: string;
262
- };
263
- isPersonalizedHome: {
264
- default: boolean;
265
- };
266
- conditionList: {
267
- type: ArrayConstructor;
268
- };
269
- source: {
270
- type: StringConstructor;
271
- };
272
- isBI: {
273
- default: boolean;
274
- };
275
- isOnlyCondition: {
276
- type: BooleanConstructor;
277
- };
278
- isCnHis: {
279
- type: BooleanConstructor;
280
- default: boolean;
281
- };
282
- isAdmin: {
283
- type: BooleanConstructor;
284
- default: boolean;
285
- };
286
- showCompareField: {
287
- type: BooleanConstructor;
288
- default: boolean;
289
- };
290
- hideAddBtn: {
291
- type: BooleanConstructor;
292
- default: boolean;
293
- };
294
- openType: {
295
- type: StringConstructor;
296
- default: string;
297
- };
298
- }>> & {
299
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
300
- onSaveAdd?: ((...args: any[]) => any) | undefined;
301
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
302
- }>>;
303
- emit: (event: "setConditionMap" | "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
304
- checkedItem: import("vue").Ref<null>;
305
- start_val: any;
306
- end_val: any;
307
- className: any;
308
- teaValue: import("vue").Ref<string>;
309
- classifyId: import("vue").Ref<string>;
310
- initConditionsed: import("vue").Ref<boolean>;
311
- relationVisible: import("vue").Ref<boolean>;
312
- addVal: import("vue").Ref<string>;
313
- showAdd: import("vue").Ref<boolean>;
314
- curAutograph: import("vue").Ref<string>;
315
- classify: import("vue").Ref<string>;
316
- limit_date: import("vue").Ref<string>;
317
- clickRelationIndex: import("vue").Ref<number>;
318
- fetching: import("vue").Ref<boolean>;
319
- searchList: any;
320
- searchChildList: any;
321
- relationTableList: any;
322
- isRelationList: any;
323
- fieldTypeList: import("vue").Ref<({
324
- conList: {
325
- name: string;
326
- desc: string;
327
- }[];
328
- name: string;
329
- format: string;
330
- type: string;
331
- } | {
332
- conList: {
333
- name: string;
334
- desc: string;
335
- }[];
336
- name: string;
337
- type: string;
338
- format?: undefined;
339
- })[]>;
340
- dateList: any;
341
- dateTimeList: import("vue").Ref<{
342
- name: string;
343
- value: string;
344
- }>;
345
- relationSelect: import("vue").Ref<{
346
- desc: string;
347
- name: string;
348
- }[]>;
349
- rangeAgeOptions: import("vue").Ref<{
350
- desc: string;
351
- name: string;
352
- }[]>;
353
- relationAction: import("vue").Ref<{}>;
354
- relationSearchFieldList: import("vue").Ref<never[]>;
355
- birthdayUnits: import("vue").Ref<{
356
- title: string;
357
- units: number;
358
- con: string;
359
- }[]>;
360
- parentNames: any;
361
- searchItem: import("vue").Ref<{}>;
362
- curWordbookData: import("vue").Ref<undefined>;
363
- classifyList: any;
364
- birthdayFilter: import("vue").Ref<string[]>;
365
- actionList: any;
366
- parentNamesHasAdd: import("vue").ComputedRef<any>;
367
- showPercent: import("vue").ComputedRef<(item: any) => boolean>;
368
- searchListKey: import("vue").ComputedRef<any>;
369
- isOrgAdmin: import("vue").ComputedRef<boolean>;
370
- is_search_professional: import("vue").ComputedRef<boolean>;
371
- noShowListDelIcon: import("vue").ComputedRef<boolean>;
372
- handleInitConditions: () => void;
373
- getClassifyList: () => Promise<void>;
374
- getParentNames: () => void;
375
- initData: (config?: any) => void;
376
- backShow: (val: any) => void;
377
- saveAdd: () => import("naive-ui").MessageReactive | undefined;
378
- getSqlExpression: () => string;
379
- getConditions: () => never[] | undefined;
380
- addAction: (config?: any) => import("naive-ui").MessageReactive | undefined;
381
- softDel: (index: number) => void;
382
- cancelSaveAdd: () => void;
383
- changeColumnName: (value: string | number | null, action: any) => void;
384
- formatData: (value: string | number | null, action: any) => void;
385
- formatActionData: (action: any) => void;
386
- handleDictionDef: (el: any) => null;
387
- getWordbookData: (o: any, obj: any) => Promise<any>;
388
- handleWordbookData: (item: any, data: any) => void;
389
- dropdownVisibleChange: (open: boolean, item: any) => void;
390
- handleSearch: (value: any, item: any) => void;
391
- handleSelect: (value: any, item: any) => void;
392
- handleDeSelect: (value: any, item: any) => void;
393
- selectChild: (value: any, item: any, isInitSet?: boolean | undefined, config?: any) => void;
394
- handleHideItem: (item: any, reset?: boolean) => void;
395
- disabledStartDate: (start_value: string) => boolean;
396
- disabledEndDate: (end_value: string) => boolean;
397
- handleStartOpenChange: (open: boolean, item: any) => void;
398
- handleEndOpenChange: (open: boolean, item: any) => void;
399
- disabledDate: (current: any) => any;
400
- changeRange: (value: any, item: any) => void;
401
- handlerSelectRelation: (e: string, item: any) => void;
402
- openRelationFilter: (data: any, i: number) => void;
403
- relationCancel: () => void;
404
- relationSave: (data: any) => void;
405
- initBirthdayParams: (item: any) => void;
406
- handleParentNamesAdd: (e: any) => void;
407
- hanldeBlur: () => void;
408
- editParentName: (e: any, item: any) => void;
409
- handleParentNameSelect: (item: any, index: number) => void;
410
- handleParentNamesRemove: (index: number, item: any) => void;
411
- handleParent: (index: number, item: any) => void;
412
- getParentSelectedStyle: (item: any) => {
413
- backgroundColor: string;
414
- color: string;
415
- } | null;
416
- ageRangeOnChange: (obj: any, item: any) => void;
417
- agecomOnChange: (obj: any, item: any) => void;
418
- diffTime: (days: number) => {
419
- year?: undefined;
420
- month?: undefined;
421
- day?: undefined;
422
- d?: undefined;
423
- } | {
424
- year: number;
425
- month: number;
426
- day: number;
427
- d: number;
428
- };
429
- filterOption: (...arg: any) => any;
430
- handleSetSelectList: (item: any) => void;
431
- compare_fieldOnChange: (e: string, item: any) => void;
432
- checkCustomInput: (item: any) => boolean;
433
- visibleCompareField: (item: any) => any;
434
- visibleDefaultField: (item: any) => any;
435
- handleHideCompareField: (item: any) => void;
436
- checkActionList: () => any;
437
- fieldselectONchange: (item: any, eventName: string, value: any) => void;
438
- handleResetColumnName: (item: any) => void;
439
- handleResetSelectChild: (item: any) => void;
440
- 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<{}>>, {}>;
441
- 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<{}>>, {}>;
442
- 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<{}>>, {}>;
443
- rangeAge: import("vue").DefineComponent<{
444
- value: {
445
- value: ObjectConstructor;
446
- default: () => {
447
- star_val: string;
448
- end_val: string;
449
- };
450
- };
451
- options: {
452
- type: ArrayConstructor;
453
- default: () => never[];
454
- };
455
- item: {
456
- type: ObjectConstructor;
457
- default: () => {};
458
- };
459
- defaultValue: {
460
- type: ObjectConstructor;
461
- default: () => {};
462
- };
463
- format: {
464
- type: StringConstructor;
465
- default: string;
466
- };
467
- disabled: {
468
- type: BooleanConstructor;
469
- default: boolean;
470
- };
471
- dataName: {
472
- type: StringConstructor;
473
- };
474
- }, {
475
- valueObj: any;
476
- startValue: any;
477
- endValue: any;
478
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
479
- value: {
480
- value: ObjectConstructor;
481
- default: () => {
482
- star_val: string;
483
- end_val: string;
484
- };
485
- };
486
- options: {
487
- type: ArrayConstructor;
488
- default: () => never[];
489
- };
490
- item: {
491
- type: ObjectConstructor;
492
- default: () => {};
493
- };
494
- defaultValue: {
495
- type: ObjectConstructor;
496
- default: () => {};
497
- };
498
- format: {
499
- type: StringConstructor;
500
- default: string;
501
- };
502
- disabled: {
503
- type: BooleanConstructor;
504
- default: boolean;
505
- };
506
- dataName: {
507
- type: StringConstructor;
508
- };
509
- }>> & {
510
- onChange?: ((...args: any[]) => any) | undefined;
511
- }>>;
512
- emits: (event: "change", ...args: any[]) => void;
513
- initDefaultValue: () => void;
514
- diffTime: (days: number) => {
515
- year?: undefined;
516
- month?: undefined;
517
- day?: undefined;
518
- days?: undefined;
519
- } | {
520
- year: string | number;
521
- month: string | number;
522
- day: string | number;
523
- days: string | number;
524
- };
525
- ageStartOnChange: (obj: any) => void;
526
- ageEndOnChange: (obj: any) => void;
527
- reset: () => void;
528
- ageCom: import("vue").DefineComponent<{
529
- value: {
530
- type: ObjectConstructor;
531
- default: () => void;
532
- };
533
- format: {
534
- type: StringConstructor;
535
- default: string;
536
- };
537
- disabled: {
538
- type: BooleanConstructor;
539
- default: boolean;
540
- };
541
- isDetail: {
542
- type: BooleanConstructor;
543
- default: boolean;
544
- };
545
- defaultValue: {
546
- type: ObjectConstructor;
547
- default: () => {};
548
- };
549
- itemData: {
550
- type: ObjectConstructor;
551
- default: () => {};
552
- };
553
- shortcutFieldsList: {
554
- type: ArrayConstructor;
555
- default: () => never[];
556
- };
557
- }, {
558
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
559
- value: {
560
- type: ObjectConstructor;
561
- default: () => void;
562
- };
563
- format: {
564
- type: StringConstructor;
565
- default: string;
566
- };
567
- disabled: {
568
- type: BooleanConstructor;
569
- default: boolean;
570
- };
571
- isDetail: {
572
- type: BooleanConstructor;
573
- default: boolean;
574
- };
575
- defaultValue: {
576
- type: ObjectConstructor;
577
- default: () => {};
578
- };
579
- itemData: {
580
- type: ObjectConstructor;
581
- default: () => {};
582
- };
583
- shortcutFieldsList: {
584
- type: ArrayConstructor;
585
- default: () => never[];
586
- };
587
- }>> & {
588
- onChange?: ((...args: any[]) => any) | undefined;
589
- }>>;
590
- emits: (event: "change", ...args: any[]) => void;
591
- ageValue: any;
592
- showType: import("vue").ComputedRef<string>;
593
- isDisabled: import("vue").ComputedRef<boolean>;
594
- handleInitDefaultValue: () => void;
595
- checkType: (val: any) => string;
596
- handlefillVal: (val?: any) => void;
597
- handleYearChange: (e: any) => void;
598
- handleMonthChange: (e: any) => void;
599
- handleDayChange: (e: any) => void;
600
- getvalue: (e: any) => any;
601
- valueChange: (val: string, key: string) => void;
602
- checkVal: (val: string, key: string) => boolean;
603
- handleProrate: () => void;
604
- triggerChange: (changedValue: any) => void;
605
- NInputNumber: any;
606
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
607
- value: {
608
- type: ObjectConstructor;
609
- default: () => void;
610
- };
611
- format: {
612
- type: StringConstructor;
613
- default: string;
614
- };
615
- disabled: {
616
- type: BooleanConstructor;
617
- default: boolean;
618
- };
619
- isDetail: {
620
- type: BooleanConstructor;
621
- default: boolean;
622
- };
623
- defaultValue: {
624
- type: ObjectConstructor;
625
- default: () => {};
626
- };
627
- itemData: {
628
- type: ObjectConstructor;
629
- default: () => {};
630
- };
631
- shortcutFieldsList: {
632
- type: ArrayConstructor;
633
- default: () => never[];
634
- };
635
- }>> & {
636
- onChange?: ((...args: any[]) => any) | undefined;
637
- }, {
638
- value: Record<string, any>;
639
- disabled: boolean;
640
- isDetail: boolean;
641
- defaultValue: Record<string, any>;
642
- format: string;
643
- itemData: Record<string, any>;
644
- shortcutFieldsList: unknown[];
645
- }>;
646
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
647
- value: {
648
- value: ObjectConstructor;
649
- default: () => {
650
- star_val: string;
651
- end_val: string;
652
- };
653
- };
654
- options: {
655
- type: ArrayConstructor;
656
- default: () => never[];
657
- };
658
- item: {
659
- type: ObjectConstructor;
660
- default: () => {};
661
- };
662
- defaultValue: {
663
- type: ObjectConstructor;
664
- default: () => {};
665
- };
666
- format: {
667
- type: StringConstructor;
668
- default: string;
669
- };
670
- disabled: {
671
- type: BooleanConstructor;
672
- default: boolean;
673
- };
674
- dataName: {
675
- type: StringConstructor;
676
- };
677
- }>> & {
678
- onChange?: ((...args: any[]) => any) | undefined;
679
- }, {
680
- value: {
681
- star_val: string;
682
- end_val: string;
683
- };
684
- disabled: boolean;
685
- options: unknown[];
686
- item: Record<string, any>;
687
- defaultValue: Record<string, any>;
688
- format: string;
689
- }>;
690
- ageCom: import("vue").DefineComponent<{
691
- value: {
692
- type: ObjectConstructor;
693
- default: () => void;
694
- };
695
- format: {
696
- type: StringConstructor;
697
- default: string;
698
- };
699
- disabled: {
700
- type: BooleanConstructor;
701
- default: boolean;
702
- };
703
- isDetail: {
704
- type: BooleanConstructor;
705
- default: boolean;
706
- };
707
- defaultValue: {
708
- type: ObjectConstructor;
709
- default: () => {};
710
- };
711
- itemData: {
712
- type: ObjectConstructor;
713
- default: () => {};
714
- };
715
- shortcutFieldsList: {
716
- type: ArrayConstructor;
717
- default: () => never[];
718
- };
719
- }, {
720
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
721
- value: {
722
- type: ObjectConstructor;
723
- default: () => void;
724
- };
725
- format: {
726
- type: StringConstructor;
727
- default: string;
728
- };
729
- disabled: {
730
- type: BooleanConstructor;
731
- default: boolean;
732
- };
733
- isDetail: {
734
- type: BooleanConstructor;
735
- default: boolean;
736
- };
737
- defaultValue: {
738
- type: ObjectConstructor;
739
- default: () => {};
740
- };
741
- itemData: {
742
- type: ObjectConstructor;
743
- default: () => {};
744
- };
745
- shortcutFieldsList: {
746
- type: ArrayConstructor;
747
- default: () => never[];
748
- };
749
- }>> & {
750
- onChange?: ((...args: any[]) => any) | undefined;
751
- }>>;
752
- emits: (event: "change", ...args: any[]) => void;
753
- ageValue: any;
754
- showType: import("vue").ComputedRef<string>;
755
- isDisabled: import("vue").ComputedRef<boolean>;
756
- handleInitDefaultValue: () => void;
757
- checkType: (val: any) => string;
758
- handlefillVal: (val?: any) => void;
759
- handleYearChange: (e: any) => void;
760
- handleMonthChange: (e: any) => void;
761
- handleDayChange: (e: any) => void;
762
- getvalue: (e: any) => any;
763
- valueChange: (val: string, key: string) => void;
764
- checkVal: (val: string, key: string) => boolean;
765
- handleProrate: () => void;
766
- triggerChange: (changedValue: any) => void;
767
- NInputNumber: any;
768
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
769
- value: {
770
- type: ObjectConstructor;
771
- default: () => void;
772
- };
773
- format: {
774
- type: StringConstructor;
775
- default: string;
776
- };
777
- disabled: {
778
- type: BooleanConstructor;
779
- default: boolean;
780
- };
781
- isDetail: {
782
- type: BooleanConstructor;
783
- default: boolean;
784
- };
785
- defaultValue: {
786
- type: ObjectConstructor;
787
- default: () => {};
788
- };
789
- itemData: {
790
- type: ObjectConstructor;
791
- default: () => {};
792
- };
793
- shortcutFieldsList: {
794
- type: ArrayConstructor;
795
- default: () => never[];
796
- };
797
- }>> & {
798
- onChange?: ((...args: any[]) => any) | undefined;
799
- }, {
800
- value: Record<string, any>;
801
- disabled: boolean;
802
- isDetail: boolean;
803
- defaultValue: Record<string, any>;
804
- format: string;
805
- itemData: Record<string, any>;
806
- shortcutFieldsList: unknown[];
807
- }>;
808
- SvgIcon: import("vue").DefineComponent<{
809
- iconClass: {
810
- type: StringConstructor;
811
- required: true;
812
- default: string;
813
- };
814
- title: {
815
- type: StringConstructor;
816
- required: false;
817
- default: string;
818
- };
819
- className: {
820
- type: StringConstructor;
821
- required: false;
822
- };
823
- }, {
824
- props: {
825
- iconClass: string;
826
- title: string;
827
- className?: string | undefined;
828
- };
829
- iconName: import("vue").ComputedRef<string>;
830
- svgClass: import("vue").ComputedRef<string>;
831
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
832
- iconClass: {
833
- type: StringConstructor;
834
- required: true;
835
- default: string;
836
- };
837
- title: {
838
- type: StringConstructor;
839
- required: false;
840
- default: string;
841
- };
842
- className: {
843
- type: StringConstructor;
844
- required: false;
845
- };
846
- }>>, {
847
- title: string;
848
- iconClass: string;
849
- }>;
850
- NIcon: any;
851
- NInput: any;
852
- NButton: any;
853
- NInputNumber: any;
854
- NTooltip: any;
855
- NSelect: any;
856
- NDatePicker: any;
857
- }, 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<{
858
- isSee: {
859
- type: BooleanConstructor;
860
- };
861
- visible: {
862
- type: BooleanConstructor;
863
- };
864
- actionList_prop: {
865
- type: ObjectConstructor;
866
- default: () => {};
867
- };
868
- filterApiConfig: {
869
- type: ObjectConstructor;
870
- default: () => {};
871
- };
872
- searchFieldList: {
873
- type: ArrayConstructor;
874
- default: () => never[];
875
- };
876
- showItemName: {
877
- default: boolean;
878
- };
879
- saveEmpty: {
880
- default: boolean;
881
- };
882
- homeManage: {
883
- default: boolean;
884
- };
885
- tableId: {
886
- default: string;
887
- };
888
- isPersonalizedHome: {
889
- default: boolean;
890
- };
891
- conditionList: {
892
- type: ArrayConstructor;
893
- };
894
- source: {
895
- type: StringConstructor;
896
- };
897
- isBI: {
898
- default: boolean;
899
- };
900
- isOnlyCondition: {
901
- type: BooleanConstructor;
902
- };
903
- isCnHis: {
904
- type: BooleanConstructor;
905
- default: boolean;
906
- };
907
- isAdmin: {
908
- type: BooleanConstructor;
909
- default: boolean;
910
- };
911
- showCompareField: {
912
- type: BooleanConstructor;
913
- default: boolean;
914
- };
915
- hideAddBtn: {
916
- type: BooleanConstructor;
917
- default: boolean;
918
- };
919
- openType: {
920
- type: StringConstructor;
921
- default: string;
922
- };
923
- }>> & {
924
- onSetConditionMap?: ((...args: any[]) => any) | undefined;
925
- onSaveAdd?: ((...args: any[]) => any) | undefined;
926
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
927
- }, {
928
- visible: boolean;
929
- openType: string;
930
- searchFieldList: unknown[];
931
- tableId: string;
932
- isAdmin: boolean;
933
- filterApiConfig: Record<string, any>;
934
- isSee: boolean;
935
- actionList_prop: Record<string, any>;
936
- showItemName: boolean;
937
- saveEmpty: boolean;
938
- homeManage: boolean;
939
- isPersonalizedHome: boolean;
940
- isBI: boolean;
941
- isOnlyCondition: boolean;
942
- isCnHis: boolean;
943
- showCompareField: boolean;
944
- hideAddBtn: boolean;
945
- }>;
946
- SearchConditionByApi: import("vue").DefineComponent<{
947
- actionList_prop: {
948
- type: PropType<IClassifyListType>;
949
- default: () => {};
950
- };
951
- conditionList: {
952
- type: ArrayConstructor;
953
- default: () => never[];
954
- };
955
- tableId: {
956
- type: StringConstructor;
957
- default: string;
958
- };
959
- showItemName: {
960
- type: BooleanConstructor;
961
- default: boolean;
962
- };
963
- hideAddBtn: {
964
- type: BooleanConstructor;
965
- default: boolean;
966
- };
967
- }, {
968
- $message: import("naive-ui").MessageApi;
969
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
970
- actionList_prop: {
971
- type: PropType<IClassifyListType>;
972
- default: () => {};
973
- };
974
- conditionList: {
975
- type: ArrayConstructor;
976
- default: () => never[];
977
- };
978
- tableId: {
979
- type: StringConstructor;
980
- default: string;
981
- };
982
- showItemName: {
983
- type: BooleanConstructor;
984
- default: boolean;
985
- };
986
- hideAddBtn: {
987
- type: BooleanConstructor;
988
- default: boolean;
989
- };
990
- }>> & {
991
- onSaveAdd?: ((...args: any[]) => any) | undefined;
992
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
993
- }>>;
994
- emit: (event: "saveAdd" | "cancelSaveAdd", ...args: any[]) => void;
995
- $attrs: {
996
- [x: string]: unknown;
997
- };
998
- FormState: {
999
- className: string;
1000
- displayCategory: string;
1001
- filterConditions: {
1002
- value: string;
1003
- key: string;
1004
- condition: string;
1005
- presetVal: string;
1006
- }[];
1007
- };
1008
- loading: import("vue").Ref<boolean>;
1009
- DisplayCategoryState: {
1010
- addDisplayCategory: string;
1011
- displayCategories: {
1012
- disabled: boolean;
1013
- value: string;
1014
- }[];
1015
- displayCategoryOriginLen: number;
1016
- showAdd: boolean;
1017
- };
1018
- isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
1019
- editDisplayCategory: (e: any, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1020
- handleDisplayCategorySelect: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1021
- handleDisplayCategoryRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1022
- handleDisplayCategoryAdd: (e: any) => void;
1023
- handlerBlur: () => void;
1024
- initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
1025
- FilterConditionsState: any;
1026
- paramOptions: import("vue").ComputedRef<any>;
1027
- addFilterCondition: () => void;
1028
- delFilterCondition: (index: number) => void;
1029
- updateKey: (index: number, val: any) => void;
1030
- updateCondition: (index: number, val: any) => void;
1031
- getParamCfg: (key: string) => any;
1032
- initFilterConditions: (tableId: string, rawConditions: import("../../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
1033
- getRawFilterConditions: () => {
1034
- field_key: any;
1035
- con: any;
1036
- value: any;
1037
- unit: any;
1038
- }[];
1039
- findConditionByDisplayCategory: (displayCategory: string) => unknown;
1040
- handleDisplayCategorySelectProxy: (item: import("../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
1041
- clearFormData: () => void;
1042
- handleInitConditions: () => Promise<void>;
1043
- validate: () => Promise<unknown>;
1044
- saveAdd: () => void;
1045
- cancelSaveAdd: () => void;
1046
- checkActionList: () => boolean;
1047
- NSpin: any;
1048
- NIcon: any;
1049
- NInput: any;
1050
- NButton: any;
1051
- NTooltip: any;
1052
- NSelect: any;
1053
- 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<{}>>, {}>;
1054
- 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<{}>>, {}>;
1055
- 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<{}>>, {}>;
1056
- SvgIcon: import("vue").DefineComponent<{
1057
- iconClass: {
1058
- type: StringConstructor;
1059
- required: true;
1060
- default: string;
1061
- };
1062
- title: {
1063
- type: StringConstructor;
1064
- required: false;
1065
- default: string;
1066
- };
1067
- className: {
1068
- type: StringConstructor;
1069
- required: false;
1070
- };
1071
- }, {
1072
- props: {
1073
- iconClass: string;
1074
- title: string;
1075
- className?: string | undefined;
1076
- };
1077
- iconName: import("vue").ComputedRef<string>;
1078
- svgClass: import("vue").ComputedRef<string>;
1079
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1080
- iconClass: {
1081
- type: StringConstructor;
1082
- required: true;
1083
- default: string;
1084
- };
1085
- title: {
1086
- type: StringConstructor;
1087
- required: false;
1088
- default: string;
1089
- };
1090
- className: {
1091
- type: StringConstructor;
1092
- required: false;
1093
- };
1094
- }>>, {
1095
- title: string;
1096
- iconClass: string;
1097
- }>;
1098
- ValueCfg: import("vue").DefineComponent<{
1099
- paramCfg: {
1100
- type: ObjectConstructor;
1101
- default: null;
1102
- };
1103
- modelValue: {
1104
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1105
- default: null;
1106
- };
1107
- presetVal: {
1108
- type: StringConstructor;
1109
- default: null;
1110
- };
1111
- }, {
1112
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1113
- paramCfg: {
1114
- type: ObjectConstructor;
1115
- default: null;
1116
- };
1117
- modelValue: {
1118
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1119
- default: null;
1120
- };
1121
- presetVal: {
1122
- type: StringConstructor;
1123
- default: null;
1124
- };
1125
- }>> & {
1126
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1127
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1128
- }>>;
1129
- emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1130
- valueCp: import("vue").WritableComputedRef<unknown>;
1131
- presetValCp: import("vue").WritableComputedRef<unknown>;
1132
- widgetType: import("vue").ComputedRef<any>;
1133
- optionSetting: import("vue").ComputedRef<any>;
1134
- mappingConfig: import("vue").ComputedRef<any>;
1135
- widgetOptions: import("vue").ComputedRef<{
1136
- label: string;
1137
- value: string;
1138
- }[]>;
1139
- NInputNumber: any;
1140
- NInput: any;
1141
- NSelect: any;
1142
- NDatePicker: any;
1143
- WidgetTypeEnums: {
1144
- INPUT_NUMBER: string;
1145
- INPUT: string;
1146
- SELECT: string;
1147
- DATE: string;
1148
- DATE_TIME: string;
1149
- };
1150
- WidgetValEnums: {
1151
- CUSTOM: string;
1152
- FIRST_VAL: string;
1153
- NOW: string;
1154
- TODAY: string;
1155
- TODAY_START: string;
1156
- TODAY_END: string;
1157
- TOMORROW: string;
1158
- TOMORROW_START: string;
1159
- TOMORROW_END: string;
1160
- YESTERDAY: string;
1161
- YESTERDAY_START: string;
1162
- YESTERDAY_END: string;
1163
- THIS_WEEK: string;
1164
- WEEK_START: string;
1165
- WEEK_END: string;
1166
- NEXT_WEEK: string;
1167
- LAST_WEEK: string;
1168
- THIS_MONTH: string;
1169
- MONTH_START: string;
1170
- MONTH_END: string;
1171
- NEXT_MONTH: string;
1172
- LAST_MONTH: string;
1173
- THIS_QUARTER: string;
1174
- NEXT_QUARTER: string;
1175
- LAST_QUARTER: string;
1176
- THIS_YEAR: string;
1177
- NEXT_YEAR: string;
1178
- LAST_YEAR: string;
1179
- };
1180
- WidgetOptionEnums: {
1181
- RADIO: string;
1182
- MULTIPLE: string;
1183
- ALL: string;
1184
- SELECT_TIME: string;
1185
- PAST_TIME: string;
1186
- FUTURE_TIME: string;
1187
- };
1188
- }, 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<{
1189
- paramCfg: {
1190
- type: ObjectConstructor;
1191
- default: null;
1192
- };
1193
- modelValue: {
1194
- type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1195
- default: null;
1196
- };
1197
- presetVal: {
1198
- type: StringConstructor;
1199
- default: null;
1200
- };
1201
- }>> & {
1202
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1203
- "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1204
- }, {
1205
- modelValue: string | number | unknown[];
1206
- presetVal: string;
1207
- paramCfg: Record<string, any>;
1208
- }>;
1209
- ConditionEnums: {
1210
- NULL: string;
1211
- EQUAL: string;
1212
- };
1213
- conditionOptions: {
1214
- label: string;
1215
- value: string;
1216
- }[];
1217
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("saveAdd" | "cancelSaveAdd")[], "saveAdd" | "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1218
- actionList_prop: {
1219
- type: PropType<IClassifyListType>;
1220
- default: () => {};
1221
- };
1222
- conditionList: {
1223
- type: ArrayConstructor;
1224
- default: () => never[];
1225
- };
1226
- tableId: {
1227
- type: StringConstructor;
1228
- default: string;
1229
- };
1230
- showItemName: {
1231
- type: BooleanConstructor;
1232
- default: boolean;
1233
- };
1234
- hideAddBtn: {
1235
- type: BooleanConstructor;
1236
- default: boolean;
1237
- };
1238
- }>> & {
1239
- onSaveAdd?: ((...args: any[]) => any) | undefined;
1240
- onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1241
- }, {
1242
- tableId: string;
1243
- actionList_prop: IClassifyListType;
1244
- showItemName: boolean;
1245
- conditionList: unknown[];
1246
- hideAddBtn: boolean;
1247
- }>;
1248
- TextOverTooltip: import("vue").DefineComponent<{
1249
- content: {
1250
- type: (NumberConstructor | StringConstructor)[];
1251
- required: false;
1252
- };
1253
- className: {
1254
- type: StringConstructor;
1255
- required: false;
1256
- };
1257
- refName: {
1258
- type: StringConstructor;
1259
- required: false;
1260
- };
1261
- effect: {
1262
- type: StringConstructor;
1263
- required: false;
1264
- default: string;
1265
- };
1266
- placement: {
1267
- type: StringConstructor;
1268
- required: false;
1269
- default: string;
1270
- };
1271
- tooltipTitle: {
1272
- type: (NumberConstructor | StringConstructor)[];
1273
- required: false;
1274
- default: string;
1275
- };
1276
- isAlias: {
1277
- type: BooleanConstructor;
1278
- required: false;
1279
- };
1280
- }, {
1281
- props: {
1282
- content?: string | number | undefined;
1283
- className?: string | undefined;
1284
- refName?: string | undefined;
1285
- effect: string;
1286
- placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
1287
- tooltipTitle: string | number;
1288
- isAlias?: boolean | undefined;
1289
- };
1290
- isDisabledTooltip: import("vue").Ref<boolean>;
1291
- curContent: import("vue").ComputedRef<string>;
1292
- $refName: any;
1293
- onMouseOver: (str: any) => void;
1294
- onMouseOut: () => void;
1295
- NTooltip: any;
1296
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1297
- content: {
1298
- type: (NumberConstructor | StringConstructor)[];
1299
- required: false;
1300
- };
1301
- className: {
1302
- type: StringConstructor;
1303
- required: false;
1304
- };
1305
- refName: {
1306
- type: StringConstructor;
1307
- required: false;
1308
- };
1309
- effect: {
1310
- type: StringConstructor;
1311
- required: false;
1312
- default: string;
1313
- };
1314
- placement: {
1315
- type: StringConstructor;
1316
- required: false;
1317
- default: string;
1318
- };
1319
- tooltipTitle: {
1320
- type: (NumberConstructor | StringConstructor)[];
1321
- required: false;
1322
- default: string;
1323
- };
1324
- isAlias: {
1325
- type: BooleanConstructor;
1326
- required: false;
1327
- };
1328
- }>>, {
1329
- effect: string;
1330
- placement: string;
1331
- tooltipTitle: string | number;
1332
- isAlias: boolean;
1333
- }>;
1334
- searchClassName: import("vue").DefineComponent<{
1335
- showItemName: {
1336
- type: BooleanConstructor;
1337
- default: boolean;
1338
- };
1339
- tableId: {
1340
- type: StringConstructor;
1341
- default: string;
1342
- };
1343
- actionList_prop: {
1344
- type: ObjectConstructor;
1345
- default: () => {};
1346
- };
1347
- }, {
1348
- attrs: any;
1349
- $message: import("naive-ui").MessageApi;
1350
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1351
- showItemName: {
1352
- type: BooleanConstructor;
1353
- default: boolean;
1354
- };
1355
- tableId: {
1356
- type: StringConstructor;
1357
- default: string;
1358
- };
1359
- actionList_prop: {
1360
- type: ObjectConstructor;
1361
- default: () => {};
1362
- };
1363
- }>> & {}>>;
1364
- showAdd: import("vue").Ref<boolean>;
1365
- className: import("vue").Ref<string>;
1366
- addVal: import("vue").Ref<string>;
1367
- parentNames: import("vue").Ref<{
1368
- disabled: boolean;
1369
- isAdd?: boolean | undefined;
1370
- selected: boolean;
1371
- value: string;
1372
- }[]>;
1373
- parentNamesHasAdd: import("vue").ComputedRef<boolean>;
1374
- init: () => void;
1375
- getParentNames: () => void;
1376
- handleParentNamesAdd: (e: Event) => void;
1377
- hanldeBlur: () => void;
1378
- editParentName: (e: Event, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1379
- handleParentNameSelect: (item: import("../../../../../es/components/table-filter/src/types").IParentNamesType, index: number) => void;
1380
- handleParentNamesRemove: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1381
- handleParent: (index: number, item: import("../../../../../es/components/table-filter/src/types").IParentNamesType) => void;
1382
- NButton: any;
1383
- NInput: any;
1384
- 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<{}>>, {}>;
1385
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1386
- showItemName: {
1387
- type: BooleanConstructor;
1388
- default: boolean;
1389
- };
1390
- tableId: {
1391
- type: StringConstructor;
1392
- default: string;
1393
- };
1394
- actionList_prop: {
1395
- type: ObjectConstructor;
1396
- default: () => {};
1397
- };
1398
- }>>, {
1399
- tableId: string;
1400
- actionList_prop: Record<string, any>;
1401
- showItemName: boolean;
1402
- }>;
1403
- }, 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<{
1404
- tableDataType: {
1405
- type: StringConstructor;
1406
- default: string;
1407
- };
1408
- originConditionList: {
1409
- type: PropType<IClassifyListType[]>;
1410
- default: () => never[];
1411
- };
1412
- searchFieldList: {
1413
- type: PropType<ISearchType[]>;
1414
- default: () => never[];
1415
- };
1416
- searchFieldLimit: {
1417
- type: ObjectConstructor;
1418
- default: () => {};
1419
- };
1420
- treeData: {
1421
- type: PropType<ITreeDataType[]>;
1422
- default: () => never[];
1423
- };
1424
- }>> & {
1425
- onChangeSearch?: ((...args: any[]) => any) | undefined;
1426
- onChangeShowName?: ((...args: any[]) => any) | undefined;
1427
- onHandleItemClick?: ((...args: any[]) => any) | undefined;
1428
- onReloadClassification?: ((...args: any[]) => any) | undefined;
1429
- }, {
1430
- searchFieldList: ISearchType[];
1431
- searchFieldLimit: Record<string, any>;
1432
- originConditionList: IClassifyListType[];
1433
- tableDataType: string;
1434
- treeData: ITreeDataType[];
1435
- }>;
1436
- export default _default;