cnhis-design-vue 3.1.41-beta.3 → 3.1.41-beta.30

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 (212) hide show
  1. package/es/components/button-print/src/utils/print.d.ts +1 -1
  2. package/es/components/button-print/src/utils/print.js +1 -1
  3. package/es/components/date-picker/index.d.ts +20 -0
  4. package/es/components/date-picker/index.js +1 -0
  5. package/es/components/date-picker/src/DatePicker.vue.d.ts +20 -0
  6. package/es/components/date-picker/src/DatePicker.vue.js +1 -0
  7. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +1 -1
  8. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -1
  9. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -0
  10. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
  11. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -1
  12. package/es/components/fabric-chart/src/hooks/useOther.js +1 -1
  13. package/es/components/fabric-chart/src/hooks/useTop.js +1 -1
  14. package/es/components/field-set/index.d.ts +8 -0
  15. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -0
  16. package/es/components/field-set/src/FieldSet.vue.js +1 -1
  17. package/es/components/field-set/style/index.css +1 -1
  18. package/es/components/form-config/index.d.ts +6762 -46
  19. package/es/components/form-config/src/FormConfig.vue.d.ts +6903 -186
  20. package/es/components/form-config/src/FormConfig.vue.js +1 -1
  21. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +2 -2
  22. package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
  23. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +4 -4
  24. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  25. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3415 -60
  26. package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
  27. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +2 -2
  28. package/es/components/form-config/src/components/FormConfigMaterialItem.js +1 -1
  29. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +3 -3
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +10 -10
  32. package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
  33. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +6 -6
  34. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
  35. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -3
  36. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -1
  37. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +4 -2
  38. package/es/components/form-config/src/hooks/useDataNormalize.js +1 -1
  39. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  40. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -1
  41. package/es/components/form-config/src/types/index.d.ts +9 -2
  42. package/es/components/form-config/src/utils/index.d.ts +4 -1
  43. package/es/components/form-config/src/utils/index.js +1 -1
  44. package/es/components/form-config/style/index.css +1 -1
  45. package/es/components/form-render/index.d.ts +2 -2
  46. package/es/components/form-render/index.js +1 -1
  47. package/es/components/form-render/src/FormRender.vue.d.ts +1 -1
  48. package/es/components/form-render/src/FormRender.vue.js +1 -1
  49. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +22 -21
  50. package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
  51. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  52. package/es/components/form-render/src/components/renderer/radio_checkbox.js +1 -1
  53. package/es/components/form-render/src/constants/index.d.ts +0 -12
  54. package/es/components/form-render/src/constants/index.js +1 -1
  55. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -6
  56. package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
  57. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
  58. package/es/components/form-render/src/hooks/useFormEvent.d.ts +1 -1
  59. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  60. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -0
  61. package/es/components/form-render/src/hooks/useFormField.js +1 -1
  62. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  63. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -1
  64. package/es/components/form-render/src/types/fieldItem.d.ts +4 -0
  65. package/es/components/form-render/src/types/index.d.ts +5 -3
  66. package/es/components/form-render/src/utils/dom.d.ts +2 -1
  67. package/es/components/form-render/src/utils/dom.js +1 -1
  68. package/es/components/iho-table/index.d.ts +5 -5
  69. package/es/components/iho-table/index.js +1 -1
  70. package/es/components/iho-table/src/IhoTable.vue.d.ts +5 -5
  71. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  72. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  73. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  74. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -1
  75. package/es/components/iho-table/src/plugins/{filterPlugin → filterRenderPlugin}/filter.vue.d.ts +15 -74
  76. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -0
  77. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -0
  78. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -0
  79. package/es/components/iho-table/src/plugins/index.js +1 -1
  80. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +20 -7
  81. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
  82. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +102 -0
  83. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -0
  84. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/{timeRendererPlugin.d.ts → timeRendererPlugin/index.d.ts} +1 -1
  85. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -0
  86. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -1
  87. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  88. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
  89. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
  90. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -1
  91. package/es/components/iho-table/src/types/index.d.ts +20 -11
  92. package/es/components/iho-table/src/utils/index.js +1 -1
  93. package/es/components/iho-table/style/index.css +1 -1
  94. package/es/components/index.css +1 -1
  95. package/es/components/index.d.ts +3 -1
  96. package/es/components/index.js +1 -1
  97. package/es/components/info-header/index.d.ts +289 -155
  98. package/es/components/info-header/src/InfoHeader.vue.d.ts +293 -160
  99. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  100. package/es/components/info-header/src/components/index.d.ts +3 -0
  101. package/es/components/info-header/src/components/index.js +1 -0
  102. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
  103. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
  104. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +266 -0
  105. package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
  106. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +38 -0
  107. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
  108. package/es/components/info-header/src/types/index.d.ts +29 -0
  109. package/es/components/recommend-search/index.d.ts +10 -10
  110. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +10 -10
  111. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  112. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  113. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  114. package/es/components/scale-view/index.d.ts +1 -2
  115. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
  116. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  117. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  118. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  119. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  120. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  121. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  122. package/es/components/scale-view/style/index.css +1 -1
  123. package/es/components/shortcut-setter/index.d.ts +4 -3
  124. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +4 -3
  125. package/es/components/steps-wheel/index.d.ts +1 -1
  126. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  127. package/es/components/table-filter/index.d.ts +963 -8064
  128. package/es/components/table-filter/index.js +1 -1
  129. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +57 -3397
  130. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -1
  131. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +401 -2969
  132. package/es/components/table-filter/src/classification/Classification-com.vue.js +1 -1
  133. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +2 -2
  134. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  135. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  136. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +20 -49
  137. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  138. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +2 -1
  139. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  140. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  141. package/es/components/table-filter/src/components/search-filter/index.vue.d.ts +372 -0
  142. package/es/components/table-filter/src/components/search-filter/index.vue.js +1 -0
  143. package/es/components/table-filter/src/components/set-classification/index.vue.d.ts +717 -0
  144. package/es/components/table-filter/src/components/set-classification/index.vue.js +1 -0
  145. package/es/components/table-filter/src/components/table-modal/{TableModal.vue.d.ts → index.vue.d.ts} +3 -43
  146. package/es/components/table-filter/src/components/table-modal/index.vue.js +1 -0
  147. package/es/components/table-filter/src/hooks/export.js +1 -1
  148. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  149. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  150. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  151. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  152. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +50 -1291
  153. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -1
  154. package/es/components/table-filter/src/types/index.d.ts +10 -176
  155. package/es/components/table-filter/style/iconfont.ttf +0 -0
  156. package/es/components/table-filter/style/index.css +1 -1
  157. package/es/components/time-picker/index.d.ts +18 -0
  158. package/es/components/time-picker/index.js +1 -0
  159. package/es/components/time-picker/src/TimePicker.vue.d.ts +18 -0
  160. package/es/components/time-picker/src/TimePicker.vue.js +1 -0
  161. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  162. package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
  163. package/es/shared/components/no-data/NoData.vue.js +1 -1
  164. package/es/shared/utils/index.d.ts +16 -0
  165. package/es/shared/utils/index.js +1 -1
  166. package/package.json +2 -2
  167. package/es/components/callback/src/components/form.d.ts +0 -0
  168. package/es/components/callback/src/components/page.d.ts +0 -0
  169. package/es/components/callback/src/components/table.d.ts +0 -0
  170. package/es/components/callback/src/types/index.d.ts +0 -0
  171. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  172. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  173. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  174. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  175. package/es/components/iho-table/src/plugins/filterPlugin/types.js +0 -1
  176. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
  177. package/es/components/info-header/src/HiddenContent.vue.js +0 -1
  178. package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
  179. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
  180. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  181. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1472
  182. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  183. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  184. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  185. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  186. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  187. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  188. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  189. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  190. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  191. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  192. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  193. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  194. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  195. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  196. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  197. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  198. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  199. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  200. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  201. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  202. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  203. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
  204. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  205. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  206. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  207. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  208. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  209. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  210. package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
  211. package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
  212. /package/es/components/{callback → info-header}/src/types/index.js +0 -0
@@ -0,0 +1,717 @@
1
+ import { IClassifyListType } from '../../../../../../es/components/table-filter/src/types';
2
+ declare const _default: import("vue").DefineComponent<{
3
+ searchFieldList: {
4
+ type: ArrayConstructor;
5
+ default: () => never[];
6
+ };
7
+ conditionList: {
8
+ type: ArrayConstructor;
9
+ default: () => never[];
10
+ };
11
+ settingId: StringConstructor;
12
+ filterApiConfig: {
13
+ type: ObjectConstructor;
14
+ default: () => {};
15
+ };
16
+ classifyModal: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ }, {
21
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
22
+ searchFieldList: {
23
+ type: ArrayConstructor;
24
+ default: () => never[];
25
+ };
26
+ conditionList: {
27
+ type: ArrayConstructor;
28
+ default: () => never[];
29
+ };
30
+ settingId: StringConstructor;
31
+ filterApiConfig: {
32
+ type: ObjectConstructor;
33
+ default: () => {};
34
+ };
35
+ classifyModal: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ }>> & {
40
+ onCondiTionListInit?: ((...args: any[]) => any) | undefined;
41
+ onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
42
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
43
+ }>>;
44
+ emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
45
+ $message: import("naive-ui").MessageApi;
46
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
47
+ conditionList: import("vue").Ref<unknown[]>;
48
+ checkedItem: import("vue").Ref<any>;
49
+ addVisible: import("vue").Ref<boolean>;
50
+ actionList_prop: import("vue").Ref<{}>;
51
+ newSearchFieldList: any;
52
+ saveLoading: import("vue").Ref<boolean>;
53
+ searchFilter: any;
54
+ attrs: {
55
+ [x: string]: unknown;
56
+ };
57
+ oneSave: (value: any) => Promise<void>;
58
+ oneCancel: () => void;
59
+ hanleAdd: () => void;
60
+ edit: (item: IClassifyListType, name: string) => void;
61
+ copy: (item: IClassifyListType, name: string) => void;
62
+ saveAdd: (params: any) => Promise<void>;
63
+ cancelSaveAdd: () => void;
64
+ changeData: (data: any, checkedItemVal: any) => void;
65
+ delItem: (checkedItemVal: any, name: string) => Promise<void>;
66
+ setOneVisible: (flag: boolean) => void;
67
+ resetPopconfirm: () => Promise<void>;
68
+ oneVisible: import("vue").ComputedRef<boolean>;
69
+ NButton: any;
70
+ TableModal: import("vue").DefineComponent<{
71
+ visibleIn: {
72
+ type: BooleanConstructor;
73
+ };
74
+ loading: {
75
+ type: BooleanConstructor;
76
+ };
77
+ confirm: {
78
+ type: FunctionConstructor;
79
+ };
80
+ edit: {
81
+ type: FunctionConstructor;
82
+ defdault: () => void;
83
+ };
84
+ copy: {
85
+ type: FunctionConstructor;
86
+ defdault: () => void;
87
+ };
88
+ delItem: {
89
+ type: FunctionConstructor;
90
+ defdault: () => void;
91
+ };
92
+ dataSource: {
93
+ type: ArrayConstructor;
94
+ default: () => never[];
95
+ };
96
+ type: {
97
+ type: StringConstructor;
98
+ };
99
+ transitionName: {
100
+ type: StringConstructor;
101
+ };
102
+ getContainer: {
103
+ type: FunctionConstructor;
104
+ default: () => HTMLElement;
105
+ };
106
+ }, {
107
+ instance: import("axios").AxiosInstance;
108
+ attrs: {
109
+ [x: string]: unknown;
110
+ };
111
+ $message: import("naive-ui").MessageApi;
112
+ $dialog: import("naive-ui").DialogApi;
113
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
114
+ visibleIn: {
115
+ type: BooleanConstructor;
116
+ };
117
+ loading: {
118
+ type: BooleanConstructor;
119
+ };
120
+ confirm: {
121
+ type: FunctionConstructor;
122
+ };
123
+ edit: {
124
+ type: FunctionConstructor;
125
+ defdault: () => void;
126
+ };
127
+ copy: {
128
+ type: FunctionConstructor;
129
+ defdault: () => void;
130
+ };
131
+ delItem: {
132
+ type: FunctionConstructor;
133
+ defdault: () => void;
134
+ };
135
+ dataSource: {
136
+ type: ArrayConstructor;
137
+ default: () => never[];
138
+ };
139
+ type: {
140
+ type: StringConstructor;
141
+ };
142
+ transitionName: {
143
+ type: StringConstructor;
144
+ };
145
+ getContainer: {
146
+ type: FunctionConstructor;
147
+ default: () => HTMLElement;
148
+ };
149
+ }>> & {
150
+ onClose?: ((...args: any[]) => any) | undefined;
151
+ onHandleOk?: ((...args: any[]) => any) | undefined;
152
+ onChangeData?: ((...args: any[]) => any) | undefined;
153
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
154
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
155
+ }>>;
156
+ emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
157
+ isAdmin: import("vue").ComputedRef<unknown>;
158
+ homeList: any;
159
+ visible: import("vue").Ref<boolean>;
160
+ isChangeWindow: import("vue").Ref<boolean>;
161
+ modalWidth: import("vue").Ref<string>;
162
+ modalHeight: import("vue").Ref<string>;
163
+ isShowResetButton: import("vue").Ref<boolean>;
164
+ handleOk: () => void;
165
+ rinkTo: () => void;
166
+ close: () => void;
167
+ resetChangeWindow: () => void;
168
+ dragEnd: () => void;
169
+ clickli: (item: IClassifyListType) => void;
170
+ clickChecked: (item: IClassifyListType, name: string) => void;
171
+ changeSwitch: (item: IClassifyListType, name: string) => void;
172
+ changecommonSwitch: (item: IClassifyListType) => void;
173
+ formatParams: (type: string) => {
174
+ id: string;
175
+ tableId: string;
176
+ setting: string;
177
+ type?: undefined;
178
+ } | {
179
+ type: string;
180
+ tableId: string;
181
+ setting: string;
182
+ id?: undefined;
183
+ } | undefined;
184
+ changeModalWindow: () => void;
185
+ popconfirm: (e: any) => void;
186
+ handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
187
+ NModal: any;
188
+ NCard: any;
189
+ NIcon: any;
190
+ NButton: any;
191
+ NTooltip: any;
192
+ NSwitch: any;
193
+ NPopconfirm: any;
194
+ 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<{}>>, {}>;
195
+ 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<{}>>, {}>;
196
+ 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<{}>>, {}>;
197
+ Draggable: import("vue").DefineComponent<{
198
+ list: {
199
+ type: ArrayConstructor;
200
+ required: boolean;
201
+ default: any;
202
+ };
203
+ modelValue: {
204
+ type: ArrayConstructor;
205
+ required: boolean;
206
+ default: any;
207
+ };
208
+ itemKey: {
209
+ type: (StringConstructor | FunctionConstructor)[];
210
+ required: boolean;
211
+ };
212
+ clone: {
213
+ type: FunctionConstructor;
214
+ default: (original: any) => any;
215
+ };
216
+ tag: {
217
+ type: StringConstructor;
218
+ default: string;
219
+ };
220
+ move: {
221
+ type: FunctionConstructor;
222
+ default: any;
223
+ };
224
+ componentData: {
225
+ type: ObjectConstructor;
226
+ required: boolean;
227
+ default: any;
228
+ };
229
+ }, unknown, {
230
+ error: boolean;
231
+ }, {
232
+ realList(): any;
233
+ getKey(): any;
234
+ }, {
235
+ getUnderlyingVm(domElement: any): any;
236
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
237
+ emitChanges(evt: any): void;
238
+ alterList(onList: any): void;
239
+ spliceList(): void;
240
+ updatePosition(oldIndex: any, newIndex: any): void;
241
+ getRelatedContextFromMoveEvent({ to, related }: {
242
+ to: any;
243
+ related: any;
244
+ }): any;
245
+ getVmIndexFromDomIndex(domIndex: any): any;
246
+ onDragStart(evt: any): void;
247
+ onDragAdd(evt: any): void;
248
+ onDragRemove(evt: any): void;
249
+ onDragUpdate(evt: any): void;
250
+ computeFutureIndex(relatedContext: any, evt: any): any;
251
+ onDragMove(evt: any, originalEvent: any): any;
252
+ onDragEnd(): void;
253
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
254
+ move: Function;
255
+ tag: string;
256
+ clone: Function;
257
+ list: unknown[];
258
+ modelValue: unknown[];
259
+ componentData: Record<string, any>;
260
+ } & {
261
+ itemKey?: string | Function | undefined;
262
+ }>, {
263
+ move: Function;
264
+ tag: string;
265
+ clone: Function;
266
+ list: unknown[];
267
+ modelValue: unknown[];
268
+ componentData: Record<string, any>;
269
+ }>;
270
+ }, 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<{
271
+ visibleIn: {
272
+ type: BooleanConstructor;
273
+ };
274
+ loading: {
275
+ type: BooleanConstructor;
276
+ };
277
+ confirm: {
278
+ type: FunctionConstructor;
279
+ };
280
+ edit: {
281
+ type: FunctionConstructor;
282
+ defdault: () => void;
283
+ };
284
+ copy: {
285
+ type: FunctionConstructor;
286
+ defdault: () => void;
287
+ };
288
+ delItem: {
289
+ type: FunctionConstructor;
290
+ defdault: () => void;
291
+ };
292
+ dataSource: {
293
+ type: ArrayConstructor;
294
+ default: () => never[];
295
+ };
296
+ type: {
297
+ type: StringConstructor;
298
+ };
299
+ transitionName: {
300
+ type: StringConstructor;
301
+ };
302
+ getContainer: {
303
+ type: FunctionConstructor;
304
+ default: () => HTMLElement;
305
+ };
306
+ }>> & {
307
+ onClose?: ((...args: any[]) => any) | undefined;
308
+ onHandleOk?: ((...args: any[]) => any) | undefined;
309
+ onChangeData?: ((...args: any[]) => any) | undefined;
310
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
311
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
312
+ }, {
313
+ loading: boolean;
314
+ dataSource: unknown[];
315
+ visibleIn: boolean;
316
+ getContainer: Function;
317
+ }>;
318
+ SearchFilter: import("vue").DefineComponent<{
319
+ visible: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
322
+ };
323
+ modalTitle: {
324
+ type: StringConstructor;
325
+ default: string;
326
+ };
327
+ conditionList: {
328
+ type: ArrayConstructor;
329
+ default: () => never[];
330
+ };
331
+ searchFieldList: {
332
+ type: ArrayConstructor;
333
+ default: () => never[];
334
+ };
335
+ filterApiConfig: {
336
+ type: ObjectConstructor;
337
+ default: () => {};
338
+ };
339
+ }, {
340
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
341
+ visible: {
342
+ type: BooleanConstructor;
343
+ default: boolean;
344
+ };
345
+ modalTitle: {
346
+ type: StringConstructor;
347
+ default: string;
348
+ };
349
+ conditionList: {
350
+ type: ArrayConstructor;
351
+ default: () => never[];
352
+ };
353
+ searchFieldList: {
354
+ type: ArrayConstructor;
355
+ default: () => never[];
356
+ };
357
+ filterApiConfig: {
358
+ type: ObjectConstructor;
359
+ default: () => {};
360
+ };
361
+ }>> & {
362
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
363
+ }>>;
364
+ emits: (event: "cancelSaveAdd", ...args: any[]) => void;
365
+ addVisible: import("vue").Ref<boolean>;
366
+ isChangeWindow: import("vue").Ref<boolean>;
367
+ modalWidth: import("vue").Ref<string>;
368
+ bodyStyle: import("vue").Ref<{
369
+ maxHeight: string;
370
+ height: string;
371
+ overflowY: string;
372
+ }>;
373
+ conditionApiRef: any;
374
+ filterTimer: any;
375
+ init: () => void;
376
+ clearTimer: () => void;
377
+ handleInitConditions: () => void;
378
+ saveAdd: () => void;
379
+ cancelSaveAdd: () => void;
380
+ clearConditions: () => void;
381
+ resetChangeWindow: () => void;
382
+ changeModalWindow: () => void;
383
+ NModal: any;
384
+ NCard: any;
385
+ NButton: any;
386
+ SearchConditionByApi: import("vue").DefineComponent<{
387
+ actionList_prop: {
388
+ type: import("vue").PropType<IClassifyListType>;
389
+ default: () => {};
390
+ };
391
+ conditionList: {
392
+ type: ArrayConstructor;
393
+ default: () => never[];
394
+ };
395
+ tableId: {
396
+ type: StringConstructor;
397
+ default: string;
398
+ };
399
+ searchFieldList: {
400
+ type: ArrayConstructor;
401
+ default: () => never[];
402
+ };
403
+ showItemName: {
404
+ type: BooleanConstructor;
405
+ default: boolean;
406
+ };
407
+ hideAddBtn: {
408
+ type: BooleanConstructor;
409
+ default: boolean;
410
+ };
411
+ }, {
412
+ $message: import("naive-ui").MessageApi;
413
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
414
+ actionList_prop: {
415
+ type: import("vue").PropType<IClassifyListType>;
416
+ default: () => {};
417
+ };
418
+ conditionList: {
419
+ type: ArrayConstructor;
420
+ default: () => never[];
421
+ };
422
+ tableId: {
423
+ type: StringConstructor;
424
+ default: string;
425
+ };
426
+ searchFieldList: {
427
+ type: ArrayConstructor;
428
+ default: () => never[];
429
+ };
430
+ showItemName: {
431
+ type: BooleanConstructor;
432
+ default: boolean;
433
+ };
434
+ hideAddBtn: {
435
+ type: BooleanConstructor;
436
+ default: boolean;
437
+ };
438
+ }>> & {
439
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
440
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
441
+ }>>;
442
+ emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
443
+ $attrs: {
444
+ [x: string]: unknown;
445
+ };
446
+ FormState: {
447
+ className: string;
448
+ displayCategory: string;
449
+ filterConditions: {
450
+ value: string;
451
+ key: string;
452
+ condition: string;
453
+ presetVal: string;
454
+ }[];
455
+ };
456
+ loading: import("vue").Ref<boolean>;
457
+ DisplayCategoryState: {
458
+ addDisplayCategory: string;
459
+ displayCategories: {
460
+ disabled: boolean;
461
+ value: string;
462
+ }[];
463
+ displayCategoryOriginLen: number;
464
+ showAdd: boolean;
465
+ };
466
+ isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
467
+ editDisplayCategory: (e: any, item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
468
+ handleDisplayCategorySelect: (item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
469
+ handleDisplayCategoryRemove: (index: number, item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
470
+ handleDisplayCategoryAdd: (e: any) => void;
471
+ handlerBlur: () => void;
472
+ initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
473
+ FilterConditionsState: any;
474
+ paramOptions: import("vue").ComputedRef<any>;
475
+ addFilterCondition: () => void;
476
+ delFilterCondition: (index: number) => void;
477
+ updateKey: (index: number, val: any) => void;
478
+ updateCondition: (index: number, val: any) => void;
479
+ getParamCfg: (key: string) => any;
480
+ initFilterConditions: (tableId: string, rawConditions: import("../../../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
481
+ getRawFilterConditions: () => {
482
+ field_key: any;
483
+ con: any;
484
+ value: any;
485
+ unit: any;
486
+ }[];
487
+ findConditionByDisplayCategory: (displayCategory: string) => unknown;
488
+ handleDisplayCategorySelectProxy: (item: import("../../../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
489
+ clearFormData: () => void;
490
+ handleInitConditions: () => Promise<void>;
491
+ validate: () => Promise<unknown>;
492
+ saveAdd: () => void;
493
+ cancelSaveAdd: () => void;
494
+ checkActionList: () => boolean;
495
+ NSpin: any;
496
+ NIcon: any;
497
+ NInput: any;
498
+ NButton: any;
499
+ NTooltip: any;
500
+ NSelect: any;
501
+ 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<{}>>, {}>;
502
+ 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<{}>>, {}>;
503
+ 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<{}>>, {}>;
504
+ ValueCfg: import("vue").DefineComponent<{
505
+ paramCfg: {
506
+ type: ObjectConstructor;
507
+ default: null;
508
+ };
509
+ modelValue: {
510
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
511
+ default: null;
512
+ };
513
+ presetVal: {
514
+ type: StringConstructor;
515
+ default: null;
516
+ };
517
+ }, {
518
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
519
+ paramCfg: {
520
+ type: ObjectConstructor;
521
+ default: null;
522
+ };
523
+ modelValue: {
524
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
525
+ default: null;
526
+ };
527
+ presetVal: {
528
+ type: StringConstructor;
529
+ default: null;
530
+ };
531
+ }>> & {
532
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
533
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
534
+ }>>;
535
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
536
+ valueCp: import("vue").WritableComputedRef<any>;
537
+ presetValCp: import("vue").WritableComputedRef<string>;
538
+ widgetType: import("vue").ComputedRef<any>;
539
+ optionSetting: import("vue").ComputedRef<any>;
540
+ mappingConfig: import("vue").ComputedRef<any>;
541
+ widgetOptions: import("vue").ComputedRef<{
542
+ label: string;
543
+ value: string;
544
+ }[]>;
545
+ NInputNumber: any;
546
+ NInput: any;
547
+ NSelect: any;
548
+ NDatePicker: any;
549
+ WidgetTypeEnums: {
550
+ INPUT_NUMBER: string;
551
+ INPUT: string;
552
+ SELECT: string;
553
+ DATE: string;
554
+ DATE_TIME: string;
555
+ };
556
+ WidgetValEnums: {
557
+ CUSTOM: string;
558
+ FIRST_VAL: string;
559
+ NOW: string;
560
+ TODAY: string;
561
+ TODAY_START: string;
562
+ TODAY_END: string;
563
+ TOMORROW: string;
564
+ TOMORROW_START: string;
565
+ TOMORROW_END: string;
566
+ YESTERDAY: string;
567
+ YESTERDAY_START: string;
568
+ YESTERDAY_END: string;
569
+ THIS_WEEK: string;
570
+ WEEK_START: string;
571
+ WEEK_END: string;
572
+ NEXT_WEEK: string;
573
+ LAST_WEEK: string;
574
+ THIS_MONTH: string;
575
+ MONTH_START: string;
576
+ MONTH_END: string;
577
+ NEXT_MONTH: string;
578
+ LAST_MONTH: string;
579
+ THIS_QUARTER: string;
580
+ NEXT_QUARTER: string;
581
+ LAST_QUARTER: string;
582
+ THIS_YEAR: string;
583
+ NEXT_YEAR: string;
584
+ LAST_YEAR: string;
585
+ };
586
+ WidgetOptionEnums: {
587
+ RADIO: string;
588
+ MULTIPLE: string;
589
+ ALL: string;
590
+ SELECT_TIME: string;
591
+ PAST_TIME: string;
592
+ FUTURE_TIME: string;
593
+ };
594
+ }, 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<{
595
+ paramCfg: {
596
+ type: ObjectConstructor;
597
+ default: null;
598
+ };
599
+ modelValue: {
600
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
601
+ default: null;
602
+ };
603
+ presetVal: {
604
+ type: StringConstructor;
605
+ default: null;
606
+ };
607
+ }>> & {
608
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
609
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
610
+ }, {
611
+ modelValue: string | number | unknown[];
612
+ presetVal: string;
613
+ paramCfg: Record<string, any>;
614
+ }>;
615
+ ConditionEnums: {
616
+ NULL: string;
617
+ EQUAL: string;
618
+ };
619
+ conditionOptions: {
620
+ label: string;
621
+ value: string;
622
+ }[];
623
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
624
+ actionList_prop: {
625
+ type: import("vue").PropType<IClassifyListType>;
626
+ default: () => {};
627
+ };
628
+ conditionList: {
629
+ type: ArrayConstructor;
630
+ default: () => never[];
631
+ };
632
+ tableId: {
633
+ type: StringConstructor;
634
+ default: string;
635
+ };
636
+ searchFieldList: {
637
+ type: ArrayConstructor;
638
+ default: () => never[];
639
+ };
640
+ showItemName: {
641
+ type: BooleanConstructor;
642
+ default: boolean;
643
+ };
644
+ hideAddBtn: {
645
+ type: BooleanConstructor;
646
+ default: boolean;
647
+ };
648
+ }>> & {
649
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
650
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
651
+ }, {
652
+ searchFieldList: unknown[];
653
+ tableId: string;
654
+ conditionList: unknown[];
655
+ actionList_prop: IClassifyListType;
656
+ showItemName: boolean;
657
+ hideAddBtn: boolean;
658
+ }>;
659
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
660
+ visible: {
661
+ type: BooleanConstructor;
662
+ default: boolean;
663
+ };
664
+ modalTitle: {
665
+ type: StringConstructor;
666
+ default: string;
667
+ };
668
+ conditionList: {
669
+ type: ArrayConstructor;
670
+ default: () => never[];
671
+ };
672
+ searchFieldList: {
673
+ type: ArrayConstructor;
674
+ default: () => never[];
675
+ };
676
+ filterApiConfig: {
677
+ type: ObjectConstructor;
678
+ default: () => {};
679
+ };
680
+ }>> & {
681
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
682
+ }, {
683
+ visible: boolean;
684
+ modalTitle: string;
685
+ searchFieldList: unknown[];
686
+ filterApiConfig: Record<string, any>;
687
+ conditionList: unknown[];
688
+ }>;
689
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
690
+ searchFieldList: {
691
+ type: ArrayConstructor;
692
+ default: () => never[];
693
+ };
694
+ conditionList: {
695
+ type: ArrayConstructor;
696
+ default: () => never[];
697
+ };
698
+ settingId: StringConstructor;
699
+ filterApiConfig: {
700
+ type: ObjectConstructor;
701
+ default: () => {};
702
+ };
703
+ classifyModal: {
704
+ type: BooleanConstructor;
705
+ default: boolean;
706
+ };
707
+ }>> & {
708
+ onCondiTionListInit?: ((...args: any[]) => any) | undefined;
709
+ onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
710
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
711
+ }, {
712
+ searchFieldList: unknown[];
713
+ filterApiConfig: Record<string, any>;
714
+ conditionList: unknown[];
715
+ classifyModal: boolean;
716
+ }>;
717
+ export default _default;