cnhis-design-vue 3.1.41-release.4 → 3.1.41-release.6

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