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