cnhis-design-vue 3.1.41-beta.4 → 3.1.41-beta.41

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