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

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 (312) 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 +6 -5
  108. package/es/components/iho-table/index.js +1 -1
  109. package/es/components/iho-table/src/IhoTable.vue.d.ts +6 -5
  110. package/es/components/iho-table/src/IhoTable.vue.js +1 -1
  111. package/es/components/iho-table/src/constants/index.d.ts +4 -4
  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/virtualTreePlugin/index.js +1 -1
  133. package/es/components/iho-table/src/types/index.d.ts +20 -11
  134. package/es/components/iho-table/src/utils/index.d.ts +1 -0
  135. package/es/components/iho-table/src/utils/index.js +1 -1
  136. package/es/components/iho-table/style/index.css +1 -1
  137. package/es/components/index.css +1 -1
  138. package/es/components/index.d.ts +8 -2
  139. package/es/components/index.js +1 -1
  140. package/es/components/info-header/index.d.ts +3967 -190
  141. package/es/components/info-header/src/InfoHeader.vue.d.ts +3969 -192
  142. package/es/components/info-header/src/InfoHeader.vue.js +1 -1
  143. package/es/components/info-header/src/components/index.d.ts +3 -0
  144. package/es/components/info-header/src/components/index.js +1 -0
  145. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1842 -0
  146. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +1 -0
  147. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +1972 -0
  148. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +1 -0
  149. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -0
  150. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -0
  151. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +2796 -0
  152. package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -0
  153. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +783 -0
  154. package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -0
  155. package/es/components/info-header/src/constants/index.d.ts +4 -0
  156. package/es/components/info-header/src/constants/index.js +1 -0
  157. package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +4 -0
  158. package/es/components/info-header/src/hooks/useThemeOverrides.js +1 -0
  159. package/es/components/info-header/src/types/index.d.ts +43 -0
  160. package/es/components/info-header/src/types/index.js +1 -0
  161. package/es/components/info-header/style/index.css +1 -1
  162. package/es/components/keyboard/index.d.ts +3 -1
  163. package/es/components/keyboard/src/Keyboard.vue.d.ts +3 -1
  164. package/es/components/keyboard/src/Keyboard.vue.js +1 -1
  165. package/es/components/keyboard/src/constants/index.d.ts +2 -0
  166. package/es/components/keyboard/src/constants/index.js +1 -0
  167. package/es/components/keyboard/style/index.css +1 -1
  168. package/es/components/quick-search/index.d.ts +713 -0
  169. package/es/components/quick-search/index.js +1 -0
  170. package/es/components/quick-search/src/index.vue.d.ts +715 -0
  171. package/es/components/quick-search/src/index.vue.js +1 -0
  172. package/es/components/quick-search/style/index.css +1 -0
  173. package/es/components/recommend-search/index.d.ts +12 -12
  174. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +12 -12
  175. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  176. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  177. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +5 -5
  178. package/es/components/scale-view/index.d.ts +1 -2
  179. package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -5
  180. package/es/components/scale-view/src/ScaleView.vue.js +1 -1
  181. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +1 -1
  182. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  183. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +1 -0
  184. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
  185. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
  186. package/es/components/scale-view/src/hooks/use-component.d.ts +82 -116
  187. package/es/components/scale-view/src/utils/judge-types.js +1 -1
  188. package/es/components/scale-view/style/index.css +1 -1
  189. package/es/components/search-cascader/index.d.ts +2 -2
  190. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +2 -2
  191. package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
  192. package/es/components/select-label/index.d.ts +83 -169
  193. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -53
  194. package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
  195. package/es/components/select-label/src/SelectLabel.vue.d.ts +83 -116
  196. package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
  197. package/es/components/select-label/src/components/label-classify.vue.js +1 -1
  198. package/es/components/select-label/style/iconfont.ttf +0 -0
  199. package/es/components/select-label/style/index.css +1 -1
  200. package/es/components/shortcut-setter/index.d.ts +14 -14
  201. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +14 -14
  202. package/es/components/steps-wheel/index.d.ts +2 -1
  203. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +2 -1
  204. package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
  205. package/es/components/steps-wheel/src/constants/index.d.ts +2 -0
  206. package/es/components/steps-wheel/src/constants/index.js +1 -0
  207. package/es/components/steps-wheel/style/index.css +1 -1
  208. package/es/components/table-filter/index.d.ts +0 -9098
  209. package/es/components/table-filter/index.js +1 -1
  210. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +3 -2
  211. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
  212. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -42
  213. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -1
  214. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +21 -49
  215. package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
  216. package/es/components/table-filter/src/components/render-widget/enums.d.ts +0 -8
  217. package/es/components/table-filter/src/components/render-widget/enums.js +1 -1
  218. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +2 -1
  219. package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
  220. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
  221. package/es/components/table-filter/src/hooks/export.js +1 -1
  222. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +6 -3
  223. package/es/components/table-filter/src/hooks/useAdvanced.js +1 -1
  224. package/es/components/table-filter/src/hooks/useMixins.d.ts +2 -55
  225. package/es/components/table-filter/src/hooks/useMixins.js +1 -1
  226. package/es/components/table-filter/src/hooks/useRenderWidget.js +1 -1
  227. package/es/components/table-filter/src/tool/generateDefOptions.js +1 -1
  228. package/es/components/table-filter/src/tool/transformData.d.ts +1 -37
  229. package/es/components/table-filter/src/tool/transformData.js +1 -1
  230. package/es/components/table-filter/src/types/enums.d.ts +1 -0
  231. package/es/components/table-filter/src/types/enums.js +1 -1
  232. package/es/components/table-filter/src/types/index.d.ts +12 -178
  233. package/es/components/time-picker/index.d.ts +18 -0
  234. package/es/components/time-picker/index.js +1 -0
  235. package/es/components/time-picker/src/TimePicker.vue.d.ts +18 -0
  236. package/es/components/time-picker/src/TimePicker.vue.js +1 -0
  237. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  238. package/es/shared/components/no-data/NoData.vue.d.ts +5 -0
  239. package/es/shared/components/no-data/NoData.vue.js +1 -1
  240. package/es/shared/mixins/index.d.ts +1 -0
  241. package/es/shared/mixins/index.js +1 -0
  242. package/es/shared/mixins/useTheme.d.ts +3 -0
  243. package/es/shared/mixins/useTheme.js +1 -0
  244. package/es/shared/utils/index.d.ts +17 -0
  245. package/es/shared/utils/index.js +1 -1
  246. package/package.json +2 -2
  247. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -1
  248. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  249. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -1
  250. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  251. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -1
  252. package/es/components/info-header/src/HiddenContent.vue.js +0 -1
  253. package/es/components/info-header/src/InfoEllipsis.vue.js +0 -1
  254. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +0 -3630
  255. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.js +0 -1
  256. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +0 -3582
  257. package/es/components/table-filter/src/classification/Classification-com.vue.js +0 -1
  258. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +0 -90
  259. package/es/components/table-filter/src/classification/search-class-name.vue.js +0 -1
  260. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +0 -1472
  261. package/es/components/table-filter/src/classification/search-professional-model.vue.js +0 -1
  262. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +0 -119
  263. package/es/components/table-filter/src/components/age-com/index.vue.js +0 -1
  264. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +0 -199
  265. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.js +0 -1
  266. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +0 -2
  267. package/es/components/table-filter/src/components/button-icon/getBtnIcon.js +0 -1
  268. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +0 -90
  269. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.js +0 -1
  270. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +0 -113
  271. package/es/components/table-filter/src/components/multi-select/multi-select.vue.js +0 -1
  272. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +0 -266
  273. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +0 -1
  274. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +0 -248
  275. package/es/components/table-filter/src/components/range-age/index.vue.js +0 -1
  276. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +0 -789
  277. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.js +0 -1
  278. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +0 -18
  279. package/es/components/table-filter/src/components/search-condition/fieldTypeList.js +0 -1
  280. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +0 -1244
  281. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.js +0 -1
  282. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +0 -1651
  283. package/es/components/table-filter/src/components/search-modal/set-classification.vue.js +0 -1
  284. package/es/components/table-filter/src/components/table-modal/TableModal.vue.js +0 -1
  285. package/es/components/table-filter/src/const/dataOptions.d.ts +0 -36
  286. package/es/components/table-filter/src/const/dataOptions.js +0 -1
  287. package/es/components/table-filter/src/const/index.d.ts +0 -5
  288. package/es/components/table-filter/src/const/index.js +0 -1
  289. package/es/components/table-filter/src/directive/preventReClick.d.ts +0 -4
  290. package/es/components/table-filter/src/directive/preventReClick.js +0 -1
  291. package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +0 -8
  292. package/es/components/table-filter/src/hooks/useTableSearchCon.js +0 -1
  293. package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +0 -12
  294. package/es/components/table-filter/src/hooks/useWordBookutils.js +0 -1
  295. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +0 -1942
  296. package/es/components/table-filter/src/quick-search/QuickSearch.vue.js +0 -1
  297. package/es/components/table-filter/src/tool/time-domain.d.ts +0 -39
  298. package/es/components/table-filter/src/tool/time-domain.js +0 -1
  299. package/es/components/table-filter/src/tool/utils.d.ts +0 -4
  300. package/es/components/table-filter/src/tool/utils.js +0 -1
  301. package/es/components/table-filter/style/index.css +0 -1
  302. package/es/components/{table-filter → base-search}/src/directive/resize.d.ts +0 -0
  303. package/es/components/{table-filter → base-search}/src/directive/resize.js +0 -0
  304. package/es/components/{table-filter → base-search}/src/tool/resizeSensor.d.ts +0 -0
  305. package/es/components/{table-filter → base-search}/src/tool/resizeSensor.js +0 -0
  306. package/es/components/{table-filter → classification}/src/directive/flexibleResize.d.ts +0 -0
  307. package/es/components/{table-filter → classification}/src/directive/flexibleResize.js +0 -0
  308. package/es/components/{iho-table/src/plugins/filterPlugin/types.js → config-provider/src/interface.js} +0 -0
  309. package/es/components/info-header/src/{HiddenContent.vue.d.ts → components/infoDescription/HiddenContent.vue.d.ts} +2 -2
  310. package/es/components/info-header/src/{InfoEllipsis.vue.d.ts → components/infoDescription/InfoEllipsis.vue.d.ts} +1 -1
  311. /package/es/components/table-filter/src/tool/{options.d.ts → baseOptions.d.ts} +0 -0
  312. /package/es/components/table-filter/src/tool/{options.js → baseOptions.js} +0 -0
@@ -0,0 +1,996 @@
1
+ import { PropType } from 'vue';
2
+ import { IClassifyListType, ITreeDataType, IConditionMapType } from '../../../../es/components/table-filter/src/types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ tableId: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ searchFieldList: {
9
+ type: PropType<any[]>;
10
+ default: () => never[];
11
+ };
12
+ conditionMap: {
13
+ type: PropType<IConditionMapType>;
14
+ default: () => void;
15
+ };
16
+ conditionSid: {
17
+ type: PropType<string[]>;
18
+ default: () => string[];
19
+ };
20
+ curClassificationIndex: {
21
+ type: NumberConstructor;
22
+ default: number;
23
+ };
24
+ curClassificationWidth: {
25
+ type: NumberConstructor;
26
+ };
27
+ hideConditionChangeBtn: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ hideConditionChangeSetting: {
32
+ type: NumberConstructor;
33
+ default: number;
34
+ };
35
+ hideClearConditionChange: {
36
+ type: NumberConstructor;
37
+ default: number;
38
+ };
39
+ isShowResetButton: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ filterApiConfig: {
44
+ type: ObjectConstructor;
45
+ default: () => {};
46
+ };
47
+ }, {
48
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
49
+ transformClassifyChild: (conObjList: any) => {};
50
+ attrs: any;
51
+ $message: import("naive-ui").MessageApi;
52
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
53
+ tableId: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ searchFieldList: {
58
+ type: PropType<any[]>;
59
+ default: () => never[];
60
+ };
61
+ conditionMap: {
62
+ type: PropType<IConditionMapType>;
63
+ default: () => void;
64
+ };
65
+ conditionSid: {
66
+ type: PropType<string[]>;
67
+ default: () => string[];
68
+ };
69
+ curClassificationIndex: {
70
+ type: NumberConstructor;
71
+ default: number;
72
+ };
73
+ curClassificationWidth: {
74
+ type: NumberConstructor;
75
+ };
76
+ hideConditionChangeBtn: {
77
+ type: NumberConstructor;
78
+ default: number;
79
+ };
80
+ hideConditionChangeSetting: {
81
+ type: NumberConstructor;
82
+ default: number;
83
+ };
84
+ hideClearConditionChange: {
85
+ type: NumberConstructor;
86
+ default: number;
87
+ };
88
+ isShowResetButton: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ filterApiConfig: {
93
+ type: ObjectConstructor;
94
+ default: () => {};
95
+ };
96
+ }>> & {
97
+ onChangeSearch?: ((...args: any[]) => any) | undefined;
98
+ onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
99
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
100
+ }>>;
101
+ emit: (event: "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", ...args: any[]) => void;
102
+ selectType: any;
103
+ classificationWidth: import("vue").Ref<number>;
104
+ selectShow: import("vue").Ref<boolean>;
105
+ treeData: import("vue").Ref<{
106
+ name: string;
107
+ sid?: string | undefined;
108
+ children: {
109
+ displayCategory: string;
110
+ isDefault: boolean;
111
+ isEdit: boolean;
112
+ isShow: boolean;
113
+ name: string;
114
+ sid: string;
115
+ isPublic?: string | undefined;
116
+ classifyId?: string | undefined;
117
+ conObj?: any;
118
+ digital?: number | undefined;
119
+ checked?: boolean | undefined;
120
+ id?: string | undefined;
121
+ isCommon?: boolean | undefined;
122
+ selected?: boolean | undefined;
123
+ sqlExpression?: string | undefined;
124
+ createdByName?: string | undefined;
125
+ from?: string | undefined;
126
+ }[];
127
+ digital?: number | undefined;
128
+ open?: boolean | undefined;
129
+ selected?: boolean | undefined;
130
+ }[]>;
131
+ conditionLists: import("vue").Ref<{
132
+ displayCategory: string;
133
+ isDefault: boolean;
134
+ isEdit: boolean;
135
+ isShow: boolean;
136
+ name: string;
137
+ sid: string;
138
+ isPublic?: string | undefined;
139
+ classifyId?: string | undefined;
140
+ conObj?: any;
141
+ digital?: number | undefined;
142
+ checked?: boolean | undefined;
143
+ id?: string | undefined;
144
+ isCommon?: boolean | undefined;
145
+ selected?: boolean | undefined;
146
+ sqlExpression?: string | undefined;
147
+ createdByName?: string | undefined;
148
+ from?: string | undefined;
149
+ }[]>;
150
+ originConditionList: import("vue").Ref<{
151
+ displayCategory: string;
152
+ isDefault: boolean;
153
+ isEdit: boolean;
154
+ isShow: boolean;
155
+ name: string;
156
+ sid: string;
157
+ isPublic?: string | undefined;
158
+ classifyId?: string | undefined;
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
+ classificationIndex: import("vue").Ref<number>;
170
+ allObj: any;
171
+ displayCategoryLists: import("vue").Ref<string[]>;
172
+ settingId: import("vue").Ref<string>;
173
+ classifyModal: import("vue").Ref<boolean>;
174
+ showTitleName: import("vue").Ref<string>;
175
+ dynamicStyle: import("vue").ComputedRef<{
176
+ marginRight: string;
177
+ display?: undefined;
178
+ } | {
179
+ display: string;
180
+ marginRight?: undefined;
181
+ } | {
182
+ marginRight?: undefined;
183
+ display?: undefined;
184
+ }>;
185
+ titleName: import("vue").ComputedRef<string>;
186
+ tooltipTilte: import("vue").ComputedRef<(item: any) => string>;
187
+ handleFold: (item: ITreeDataType) => void;
188
+ handleItemClick: (child: any, i?: number, p?: ITreeDataType) => void;
189
+ initTree: (conditionSidTemp: string[]) => IClassifyListType[];
190
+ getConditionSid: (sid: string, conditionSidVal: string[], p?: ITreeDataType) => string[];
191
+ handleModeChange: () => void;
192
+ saveListPersonaSetting: (classificationIndexVal: number, classificationWidthVal?: number) => Promise<void>;
193
+ handleSettingShow: () => void;
194
+ setClassifyModal: (val: boolean) => void;
195
+ toggleSelect: (flag?: boolean) => void;
196
+ initTableCondiTionList: (options?: any) => import("naive-ui").MessageReactive | undefined;
197
+ setOpenStatus: (value: boolean) => void;
198
+ tableCondiTionPromise: (options?: any) => Promise<void>;
199
+ changeWidth: ({ distance }: any) => void;
200
+ saveWidth: () => void;
201
+ updateTableCondiTion: () => Promise<void>;
202
+ saveGetTableCondiTionList: (options: any) => Promise<void>;
203
+ getTableCondiTionListRequest: (first?: boolean) => void;
204
+ handleGetTableCondiTionList: (first?: boolean, conditionMapVal?: {}) => Promise<unknown>;
205
+ getTableCondiTionListNew: (tableIdVal: any) => Promise<any>;
206
+ fmtChildName: (name: string, isPublic?: string) => string;
207
+ NIcon: any;
208
+ NTooltip: any;
209
+ 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<{}>>, {}>;
210
+ 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<{}>>, {}>;
211
+ 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<{}>>, {}>;
212
+ 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<{}>>, {}>;
213
+ 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<{}>>, {}>;
214
+ 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<{}>>, {}>;
215
+ 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<{}>>, {}>;
216
+ SetClassification: import("vue").DefineComponent<{
217
+ searchFieldList: {
218
+ type: ArrayConstructor;
219
+ default: () => never[];
220
+ };
221
+ conditionList: {
222
+ type: ArrayConstructor;
223
+ default: () => never[];
224
+ };
225
+ settingId: StringConstructor;
226
+ filterApiConfig: {
227
+ type: ObjectConstructor;
228
+ default: () => {};
229
+ };
230
+ classifyModal: {
231
+ type: BooleanConstructor;
232
+ default: boolean;
233
+ };
234
+ }, {
235
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
236
+ searchFieldList: {
237
+ type: ArrayConstructor;
238
+ default: () => never[];
239
+ };
240
+ conditionList: {
241
+ type: ArrayConstructor;
242
+ default: () => never[];
243
+ };
244
+ settingId: StringConstructor;
245
+ filterApiConfig: {
246
+ type: ObjectConstructor;
247
+ default: () => {};
248
+ };
249
+ classifyModal: {
250
+ type: BooleanConstructor;
251
+ default: boolean;
252
+ };
253
+ }>> & {
254
+ onCondiTionListInit?: ((...args: any[]) => any) | undefined;
255
+ onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
256
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
257
+ }>>;
258
+ emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
259
+ $message: import("naive-ui").MessageApi;
260
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
261
+ conditionList: import("vue").Ref<unknown[]>;
262
+ checkedItem: import("vue").Ref<any>;
263
+ addVisible: import("vue").Ref<boolean>;
264
+ actionList_prop: import("vue").Ref<{}>;
265
+ newSearchFieldList: any;
266
+ saveLoading: import("vue").Ref<boolean>;
267
+ searchFilter: any;
268
+ attrs: {
269
+ [x: string]: unknown;
270
+ };
271
+ oneSave: (value: any) => Promise<void>;
272
+ oneCancel: () => void;
273
+ hanleAdd: () => void;
274
+ edit: (item: IClassifyListType, name: string) => void;
275
+ copy: (item: IClassifyListType, name: string) => void;
276
+ saveAdd: (params: any) => Promise<void>;
277
+ cancelSaveAdd: () => void;
278
+ changeData: (data: any, checkedItemVal: any) => void;
279
+ delItem: (checkedItemVal: any, name: string) => Promise<void>;
280
+ setOneVisible: (flag: boolean) => void;
281
+ resetPopconfirm: () => Promise<void>;
282
+ oneVisible: import("vue").ComputedRef<boolean>;
283
+ NButton: any;
284
+ TableModal: import("vue").DefineComponent<{
285
+ visibleIn: {
286
+ type: BooleanConstructor;
287
+ };
288
+ loading: {
289
+ type: BooleanConstructor;
290
+ };
291
+ confirm: {
292
+ type: FunctionConstructor;
293
+ };
294
+ edit: {
295
+ type: FunctionConstructor;
296
+ defdault: () => void;
297
+ };
298
+ copy: {
299
+ type: FunctionConstructor;
300
+ defdault: () => void;
301
+ };
302
+ delItem: {
303
+ type: FunctionConstructor;
304
+ defdault: () => void;
305
+ };
306
+ dataSource: {
307
+ type: ArrayConstructor;
308
+ default: () => never[];
309
+ };
310
+ type: {
311
+ type: StringConstructor;
312
+ };
313
+ transitionName: {
314
+ type: StringConstructor;
315
+ };
316
+ getContainer: {
317
+ type: FunctionConstructor;
318
+ default: () => HTMLElement;
319
+ };
320
+ }, {
321
+ instance: import("axios").AxiosInstance;
322
+ attrs: {
323
+ [x: string]: unknown;
324
+ };
325
+ $message: import("naive-ui").MessageApi;
326
+ $dialog: import("naive-ui").DialogApi;
327
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
328
+ visibleIn: {
329
+ type: BooleanConstructor;
330
+ };
331
+ loading: {
332
+ type: BooleanConstructor;
333
+ };
334
+ confirm: {
335
+ type: FunctionConstructor;
336
+ };
337
+ edit: {
338
+ type: FunctionConstructor;
339
+ defdault: () => void;
340
+ };
341
+ copy: {
342
+ type: FunctionConstructor;
343
+ defdault: () => void;
344
+ };
345
+ delItem: {
346
+ type: FunctionConstructor;
347
+ defdault: () => void;
348
+ };
349
+ dataSource: {
350
+ type: ArrayConstructor;
351
+ default: () => never[];
352
+ };
353
+ type: {
354
+ type: StringConstructor;
355
+ };
356
+ transitionName: {
357
+ type: StringConstructor;
358
+ };
359
+ getContainer: {
360
+ type: FunctionConstructor;
361
+ default: () => HTMLElement;
362
+ };
363
+ }>> & {
364
+ onClose?: ((...args: any[]) => any) | undefined;
365
+ onHandleOk?: ((...args: any[]) => any) | undefined;
366
+ onChangeData?: ((...args: any[]) => any) | undefined;
367
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
368
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
369
+ }>>;
370
+ emits: (event: "close" | "handleOk" | "changeData" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
371
+ isAdmin: import("vue").ComputedRef<unknown>;
372
+ homeList: any;
373
+ visible: import("vue").Ref<boolean>;
374
+ isChangeWindow: import("vue").Ref<boolean>;
375
+ modalWidth: import("vue").Ref<string>;
376
+ modalHeight: import("vue").Ref<string>;
377
+ isShowResetButton: import("vue").Ref<boolean>;
378
+ handleOk: () => void;
379
+ rinkTo: () => void;
380
+ close: () => void;
381
+ resetChangeWindow: () => void;
382
+ dragEnd: () => void;
383
+ clickli: (item: IClassifyListType) => void;
384
+ clickChecked: (item: IClassifyListType, name: string) => void;
385
+ changeSwitch: (item: IClassifyListType, name: string) => void;
386
+ changecommonSwitch: (item: IClassifyListType) => void;
387
+ formatParams: (type: string) => {
388
+ id: string;
389
+ tableId: string;
390
+ setting: string;
391
+ type?: undefined;
392
+ } | {
393
+ type: string;
394
+ tableId: string;
395
+ setting: string;
396
+ id?: undefined;
397
+ } | undefined;
398
+ changeModalWindow: () => void;
399
+ popconfirm: (e: any) => void;
400
+ handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
401
+ NModal: any;
402
+ NCard: any;
403
+ NIcon: any;
404
+ NButton: any;
405
+ NTooltip: any;
406
+ NSwitch: any;
407
+ NPopconfirm: any;
408
+ 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<{}>>, {}>;
409
+ 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<{}>>, {}>;
410
+ 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<{}>>, {}>;
411
+ Draggable: import("vue").DefineComponent<{
412
+ list: {
413
+ type: ArrayConstructor;
414
+ required: boolean;
415
+ default: any;
416
+ };
417
+ modelValue: {
418
+ type: ArrayConstructor;
419
+ required: boolean;
420
+ default: any;
421
+ };
422
+ itemKey: {
423
+ type: (StringConstructor | FunctionConstructor)[];
424
+ required: boolean;
425
+ };
426
+ clone: {
427
+ type: FunctionConstructor;
428
+ default: (original: any) => any;
429
+ };
430
+ tag: {
431
+ type: StringConstructor;
432
+ default: string;
433
+ };
434
+ move: {
435
+ type: FunctionConstructor;
436
+ default: any;
437
+ };
438
+ componentData: {
439
+ type: ObjectConstructor;
440
+ required: boolean;
441
+ default: any;
442
+ };
443
+ }, unknown, {
444
+ error: boolean;
445
+ }, {
446
+ realList(): any;
447
+ getKey(): any;
448
+ }, {
449
+ getUnderlyingVm(domElement: any): any;
450
+ getUnderlyingPotencialDraggableComponent(htmElement: any): any;
451
+ emitChanges(evt: any): void;
452
+ alterList(onList: any): void;
453
+ spliceList(): void;
454
+ updatePosition(oldIndex: any, newIndex: any): void;
455
+ getRelatedContextFromMoveEvent({ to, related }: {
456
+ to: any;
457
+ related: any;
458
+ }): any;
459
+ getVmIndexFromDomIndex(domIndex: any): any;
460
+ onDragStart(evt: any): void;
461
+ onDragAdd(evt: any): void;
462
+ onDragRemove(evt: any): void;
463
+ onDragUpdate(evt: any): void;
464
+ computeFutureIndex(relatedContext: any, evt: any): any;
465
+ onDragMove(evt: any, originalEvent: any): any;
466
+ onDragEnd(): void;
467
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
468
+ move: Function;
469
+ tag: string;
470
+ clone: Function;
471
+ list: unknown[];
472
+ modelValue: unknown[];
473
+ componentData: Record<string, any>;
474
+ } & {
475
+ itemKey?: string | Function | undefined;
476
+ }>, {
477
+ move: Function;
478
+ tag: string;
479
+ clone: Function;
480
+ list: unknown[];
481
+ modelValue: unknown[];
482
+ componentData: Record<string, any>;
483
+ }>;
484
+ }, 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<{
485
+ visibleIn: {
486
+ type: BooleanConstructor;
487
+ };
488
+ loading: {
489
+ type: BooleanConstructor;
490
+ };
491
+ confirm: {
492
+ type: FunctionConstructor;
493
+ };
494
+ edit: {
495
+ type: FunctionConstructor;
496
+ defdault: () => void;
497
+ };
498
+ copy: {
499
+ type: FunctionConstructor;
500
+ defdault: () => void;
501
+ };
502
+ delItem: {
503
+ type: FunctionConstructor;
504
+ defdault: () => void;
505
+ };
506
+ dataSource: {
507
+ type: ArrayConstructor;
508
+ default: () => never[];
509
+ };
510
+ type: {
511
+ type: StringConstructor;
512
+ };
513
+ transitionName: {
514
+ type: StringConstructor;
515
+ };
516
+ getContainer: {
517
+ type: FunctionConstructor;
518
+ default: () => HTMLElement;
519
+ };
520
+ }>> & {
521
+ onClose?: ((...args: any[]) => any) | undefined;
522
+ onHandleOk?: ((...args: any[]) => any) | undefined;
523
+ onChangeData?: ((...args: any[]) => any) | undefined;
524
+ onResetPopconfirm?: ((...args: any[]) => any) | undefined;
525
+ onFinishSubmit?: ((...args: any[]) => any) | undefined;
526
+ }, {
527
+ loading: boolean;
528
+ dataSource: unknown[];
529
+ visibleIn: boolean;
530
+ getContainer: Function;
531
+ }>;
532
+ SearchFilter: import("vue").DefineComponent<{
533
+ visible: {
534
+ type: BooleanConstructor;
535
+ default: boolean;
536
+ };
537
+ modalTitle: {
538
+ type: StringConstructor;
539
+ default: string;
540
+ };
541
+ conditionList: {
542
+ type: ArrayConstructor;
543
+ default: () => never[];
544
+ };
545
+ searchFieldList: {
546
+ type: ArrayConstructor;
547
+ default: () => never[];
548
+ };
549
+ filterApiConfig: {
550
+ type: ObjectConstructor;
551
+ default: () => {};
552
+ };
553
+ }, {
554
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
555
+ visible: {
556
+ type: BooleanConstructor;
557
+ default: boolean;
558
+ };
559
+ modalTitle: {
560
+ type: StringConstructor;
561
+ default: string;
562
+ };
563
+ conditionList: {
564
+ type: ArrayConstructor;
565
+ default: () => never[];
566
+ };
567
+ searchFieldList: {
568
+ type: ArrayConstructor;
569
+ default: () => never[];
570
+ };
571
+ filterApiConfig: {
572
+ type: ObjectConstructor;
573
+ default: () => {};
574
+ };
575
+ }>> & {
576
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
577
+ }>>;
578
+ emits: (event: "cancelSaveAdd", ...args: any[]) => void;
579
+ addVisible: import("vue").Ref<boolean>;
580
+ isChangeWindow: import("vue").Ref<boolean>;
581
+ modalWidth: import("vue").Ref<string>;
582
+ bodyStyle: import("vue").Ref<{
583
+ maxHeight: string;
584
+ height: string;
585
+ overflowY: string;
586
+ }>;
587
+ conditionApiRef: any;
588
+ filterTimer: any;
589
+ init: () => void;
590
+ clearTimer: () => void;
591
+ handleInitConditions: () => void;
592
+ saveAdd: () => void;
593
+ cancelSaveAdd: () => void;
594
+ clearConditions: () => void;
595
+ resetChangeWindow: () => void;
596
+ changeModalWindow: () => void;
597
+ NModal: any;
598
+ NCard: any;
599
+ NButton: any;
600
+ SearchConditionByApi: import("vue").DefineComponent<{
601
+ actionList_prop: {
602
+ type: PropType<IClassifyListType>;
603
+ default: () => {};
604
+ };
605
+ conditionList: {
606
+ type: ArrayConstructor;
607
+ default: () => never[];
608
+ };
609
+ tableId: {
610
+ type: StringConstructor;
611
+ default: string;
612
+ };
613
+ searchFieldList: {
614
+ type: ArrayConstructor;
615
+ default: () => never[];
616
+ };
617
+ showItemName: {
618
+ type: BooleanConstructor;
619
+ default: boolean;
620
+ };
621
+ hideAddBtn: {
622
+ type: BooleanConstructor;
623
+ default: boolean;
624
+ };
625
+ }, {
626
+ $message: import("naive-ui").MessageApi;
627
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
628
+ actionList_prop: {
629
+ type: PropType<IClassifyListType>;
630
+ default: () => {};
631
+ };
632
+ conditionList: {
633
+ type: ArrayConstructor;
634
+ default: () => never[];
635
+ };
636
+ tableId: {
637
+ type: StringConstructor;
638
+ default: string;
639
+ };
640
+ searchFieldList: {
641
+ type: ArrayConstructor;
642
+ default: () => never[];
643
+ };
644
+ showItemName: {
645
+ type: BooleanConstructor;
646
+ default: boolean;
647
+ };
648
+ hideAddBtn: {
649
+ type: BooleanConstructor;
650
+ default: boolean;
651
+ };
652
+ }>> & {
653
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
654
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
655
+ }>>;
656
+ emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
657
+ $attrs: {
658
+ [x: string]: unknown;
659
+ };
660
+ FormState: {
661
+ className: string;
662
+ displayCategory: string;
663
+ filterConditions: {
664
+ value: string;
665
+ key: string;
666
+ condition: string;
667
+ presetVal: string;
668
+ }[];
669
+ };
670
+ loading: import("vue").Ref<boolean>;
671
+ DisplayCategoryState: {
672
+ addDisplayCategory: string;
673
+ displayCategories: {
674
+ disabled: boolean;
675
+ value: string;
676
+ }[];
677
+ displayCategoryOriginLen: number;
678
+ showAdd: boolean;
679
+ };
680
+ isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
681
+ editDisplayCategory: (e: any, item: import("../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
682
+ handleDisplayCategorySelect: (item: import("../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
683
+ handleDisplayCategoryRemove: (index: number, item: import("../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
684
+ handleDisplayCategoryAdd: (e: any) => void;
685
+ handlerBlur: () => void;
686
+ initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
687
+ FilterConditionsState: any;
688
+ paramOptions: import("vue").ComputedRef<any>;
689
+ addFilterCondition: () => void;
690
+ delFilterCondition: (index: number) => void;
691
+ updateKey: (index: number, val: any) => void;
692
+ updateCondition: (index: number, val: any) => void;
693
+ getParamCfg: (key: string) => any;
694
+ initFilterConditions: (tableId: string, rawConditions: import("../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
695
+ getRawFilterConditions: () => {
696
+ field_key: any;
697
+ con: any;
698
+ value: any;
699
+ unit: any;
700
+ }[];
701
+ findConditionByDisplayCategory: (displayCategory: string) => unknown;
702
+ handleDisplayCategorySelectProxy: (item: import("../../../../es/components/table-filter/src/types").ICategoryItemType) => void;
703
+ clearFormData: () => void;
704
+ handleInitConditions: () => Promise<void>;
705
+ validate: () => Promise<unknown>;
706
+ saveAdd: () => void;
707
+ cancelSaveAdd: () => void;
708
+ checkActionList: () => boolean;
709
+ NSpin: any;
710
+ NIcon: any;
711
+ NInput: any;
712
+ NButton: any;
713
+ NTooltip: any;
714
+ NSelect: any;
715
+ 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<{}>>, {}>;
716
+ 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<{}>>, {}>;
717
+ 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<{}>>, {}>;
718
+ ValueCfg: import("vue").DefineComponent<{
719
+ paramCfg: {
720
+ type: ObjectConstructor;
721
+ default: null;
722
+ };
723
+ modelValue: {
724
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
725
+ default: null;
726
+ };
727
+ presetVal: {
728
+ type: StringConstructor;
729
+ default: null;
730
+ };
731
+ }, {
732
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
733
+ paramCfg: {
734
+ type: ObjectConstructor;
735
+ default: null;
736
+ };
737
+ modelValue: {
738
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
739
+ default: null;
740
+ };
741
+ presetVal: {
742
+ type: StringConstructor;
743
+ default: null;
744
+ };
745
+ }>> & {
746
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
747
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
748
+ }>>;
749
+ emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
750
+ valueCp: import("vue").WritableComputedRef<any>;
751
+ presetValCp: import("vue").WritableComputedRef<string>;
752
+ widgetType: import("vue").ComputedRef<any>;
753
+ optionSetting: import("vue").ComputedRef<any>;
754
+ mappingConfig: import("vue").ComputedRef<any>;
755
+ widgetOptions: import("vue").ComputedRef<{
756
+ label: string;
757
+ value: string;
758
+ }[]>;
759
+ NInputNumber: any;
760
+ NInput: any;
761
+ NSelect: any;
762
+ NDatePicker: any;
763
+ WidgetTypeEnums: {
764
+ INPUT_NUMBER: string;
765
+ INPUT: string;
766
+ SELECT: string;
767
+ DATE: string;
768
+ DATE_TIME: string;
769
+ CHECKBOX_GROUP: string;
770
+ };
771
+ WidgetValEnums: {
772
+ CUSTOM: string;
773
+ FIRST_VAL: string;
774
+ NOW: string;
775
+ TODAY: string;
776
+ TODAY_START: string;
777
+ TODAY_END: string;
778
+ TOMORROW: string;
779
+ TOMORROW_START: string;
780
+ TOMORROW_END: string;
781
+ YESTERDAY: string;
782
+ YESTERDAY_START: string;
783
+ YESTERDAY_END: string;
784
+ THIS_WEEK: string;
785
+ WEEK_START: string;
786
+ WEEK_END: string;
787
+ NEXT_WEEK: string;
788
+ LAST_WEEK: string;
789
+ THIS_MONTH: string;
790
+ MONTH_START: string;
791
+ MONTH_END: string;
792
+ NEXT_MONTH: string;
793
+ LAST_MONTH: string;
794
+ THIS_QUARTER: string;
795
+ NEXT_QUARTER: string;
796
+ LAST_QUARTER: string;
797
+ THIS_YEAR: string;
798
+ NEXT_YEAR: string;
799
+ LAST_YEAR: string;
800
+ };
801
+ WidgetOptionEnums: {
802
+ RADIO: string;
803
+ MULTIPLE: string;
804
+ ALL: string;
805
+ SELECT_TIME: string;
806
+ PAST_TIME: string;
807
+ FUTURE_TIME: string;
808
+ };
809
+ }, 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<{
810
+ paramCfg: {
811
+ type: ObjectConstructor;
812
+ default: null;
813
+ };
814
+ modelValue: {
815
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
816
+ default: null;
817
+ };
818
+ presetVal: {
819
+ type: StringConstructor;
820
+ default: null;
821
+ };
822
+ }>> & {
823
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
824
+ "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
825
+ }, {
826
+ modelValue: string | number | unknown[];
827
+ presetVal: string;
828
+ paramCfg: Record<string, any>;
829
+ }>;
830
+ ConditionEnums: {
831
+ NULL: string;
832
+ EQUAL: string;
833
+ };
834
+ conditionOptions: {
835
+ label: string;
836
+ value: string;
837
+ }[];
838
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
839
+ actionList_prop: {
840
+ type: PropType<IClassifyListType>;
841
+ default: () => {};
842
+ };
843
+ conditionList: {
844
+ type: ArrayConstructor;
845
+ default: () => never[];
846
+ };
847
+ tableId: {
848
+ type: StringConstructor;
849
+ default: string;
850
+ };
851
+ searchFieldList: {
852
+ type: ArrayConstructor;
853
+ default: () => never[];
854
+ };
855
+ showItemName: {
856
+ type: BooleanConstructor;
857
+ default: boolean;
858
+ };
859
+ hideAddBtn: {
860
+ type: BooleanConstructor;
861
+ default: boolean;
862
+ };
863
+ }>> & {
864
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
865
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
866
+ }, {
867
+ searchFieldList: unknown[];
868
+ tableId: string;
869
+ conditionList: unknown[];
870
+ actionList_prop: IClassifyListType;
871
+ showItemName: boolean;
872
+ hideAddBtn: boolean;
873
+ }>;
874
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
875
+ visible: {
876
+ type: BooleanConstructor;
877
+ default: boolean;
878
+ };
879
+ modalTitle: {
880
+ type: StringConstructor;
881
+ default: string;
882
+ };
883
+ conditionList: {
884
+ type: ArrayConstructor;
885
+ default: () => never[];
886
+ };
887
+ searchFieldList: {
888
+ type: ArrayConstructor;
889
+ default: () => never[];
890
+ };
891
+ filterApiConfig: {
892
+ type: ObjectConstructor;
893
+ default: () => {};
894
+ };
895
+ }>> & {
896
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
897
+ }, {
898
+ visible: boolean;
899
+ modalTitle: string;
900
+ searchFieldList: unknown[];
901
+ filterApiConfig: Record<string, any>;
902
+ conditionList: unknown[];
903
+ }>;
904
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
905
+ searchFieldList: {
906
+ type: ArrayConstructor;
907
+ default: () => never[];
908
+ };
909
+ conditionList: {
910
+ type: ArrayConstructor;
911
+ default: () => never[];
912
+ };
913
+ settingId: StringConstructor;
914
+ filterApiConfig: {
915
+ type: ObjectConstructor;
916
+ default: () => {};
917
+ };
918
+ classifyModal: {
919
+ type: BooleanConstructor;
920
+ default: boolean;
921
+ };
922
+ }>> & {
923
+ onCondiTionListInit?: ((...args: any[]) => any) | undefined;
924
+ onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
925
+ onSetClassifyModal?: ((...args: any[]) => any) | undefined;
926
+ }, {
927
+ searchFieldList: unknown[];
928
+ filterApiConfig: Record<string, any>;
929
+ conditionList: unknown[];
930
+ classifyModal: boolean;
931
+ }>;
932
+ vFlexibleResize: {
933
+ mounted(el: any, { value }: any): void;
934
+ beforeUnmount(el: any): void;
935
+ };
936
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("changeSearch" | "setClassificationIndex" | "getQuickSearchListObj")[], "changeSearch" | "setClassificationIndex" | "getQuickSearchListObj", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
937
+ tableId: {
938
+ type: StringConstructor;
939
+ default: string;
940
+ };
941
+ searchFieldList: {
942
+ type: PropType<any[]>;
943
+ default: () => never[];
944
+ };
945
+ conditionMap: {
946
+ type: PropType<IConditionMapType>;
947
+ default: () => void;
948
+ };
949
+ conditionSid: {
950
+ type: PropType<string[]>;
951
+ default: () => string[];
952
+ };
953
+ curClassificationIndex: {
954
+ type: NumberConstructor;
955
+ default: number;
956
+ };
957
+ curClassificationWidth: {
958
+ type: NumberConstructor;
959
+ };
960
+ hideConditionChangeBtn: {
961
+ type: NumberConstructor;
962
+ default: number;
963
+ };
964
+ hideConditionChangeSetting: {
965
+ type: NumberConstructor;
966
+ default: number;
967
+ };
968
+ hideClearConditionChange: {
969
+ type: NumberConstructor;
970
+ default: number;
971
+ };
972
+ isShowResetButton: {
973
+ type: BooleanConstructor;
974
+ default: boolean;
975
+ };
976
+ filterApiConfig: {
977
+ type: ObjectConstructor;
978
+ default: () => {};
979
+ };
980
+ }>> & {
981
+ onChangeSearch?: ((...args: any[]) => any) | undefined;
982
+ onSetClassificationIndex?: ((...args: any[]) => any) | undefined;
983
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
984
+ }, {
985
+ searchFieldList: any[];
986
+ tableId: string;
987
+ filterApiConfig: Record<string, any>;
988
+ conditionMap: IConditionMapType;
989
+ conditionSid: string[];
990
+ curClassificationIndex: number;
991
+ hideConditionChangeBtn: number;
992
+ hideConditionChangeSetting: number;
993
+ hideClearConditionChange: number;
994
+ isShowResetButton: boolean;
995
+ }>;
996
+ export default _default;