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