cnhis-design-vue 3.1.54-release.4 → 3.1.55-alpha.0

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 (432) hide show
  1. package/es/components/annotation-edit/index.d.ts +1 -1
  2. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +1 -1
  3. package/es/components/audio-sdk/index.d.ts +2 -0
  4. package/es/components/audio-sdk/index.js +1 -0
  5. package/es/components/audio-sdk/src/audioSDK.d.ts +28 -0
  6. package/es/components/audio-sdk/src/audioSDK.js +1 -0
  7. package/es/components/audio-sdk/src/components/recordingDialog.vue.d.ts +27 -0
  8. package/es/components/audio-sdk/src/components/recordingDialog.vue.js +1 -0
  9. package/es/components/audio-sdk/src/components/recordingDialog.vue2.js +1 -0
  10. package/es/components/audio-sdk/src/utils/recordingDialog.d.ts +8 -0
  11. package/es/components/audio-sdk/src/utils/recordingDialog.js +1 -0
  12. package/es/components/audio-sdk/style/index.css +1 -0
  13. package/es/components/base-search/index.d.ts +1 -1
  14. package/es/components/base-search/src/index.vue.d.ts +4 -4
  15. package/es/components/base-search/src/index.vue2.js +1 -1
  16. package/es/components/big-table/index.d.ts +22 -22
  17. package/es/components/big-table/src/BigTable.vue.d.ts +2 -2
  18. package/es/components/big-table/src/bigTableProps.d.ts +1 -1
  19. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +5 -5
  20. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +1 -1
  21. package/es/components/big-table/src/components/separate.vue.d.ts +1 -1
  22. package/es/components/big-table/src/constants/index.d.ts +1 -1
  23. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  24. package/es/components/big-table/src/hooks/useFormat.d.ts +1 -1
  25. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +1 -1
  26. package/es/components/big-table/src/utils.d.ts +1 -1
  27. package/es/components/{multi-chat → biunique-chat}/index.d.ts +16 -16
  28. package/es/components/biunique-chat/index.js +1 -0
  29. package/es/components/{multi-chat/src/MultiChat.vue.d.ts → biunique-chat/src/BiuniqueChat.vue.d.ts} +1 -1
  30. package/es/components/biunique-chat/src/BiuniqueChat.vue.js +1 -0
  31. package/es/components/biunique-chat/src/BiuniqueChat.vue2.js +1 -0
  32. package/es/components/{multi-chat → biunique-chat}/src/api/index.d.ts +1 -1
  33. package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.d.ts +1 -1
  34. package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.d.ts +1 -1
  35. package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.d.ts +1 -1
  36. package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.d.ts +1 -1
  37. package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.d.ts +1 -1
  38. package/es/components/body-select/index.d.ts +5 -5
  39. package/es/components/body-select/src/hooks/renderCanvas.d.ts +2 -2
  40. package/es/components/body-select/src/hooks/renderCanvas.js +1 -1
  41. package/es/components/body-select/src/index.vue.d.ts +1 -1
  42. package/es/components/body-select/src/index.vue2.js +1 -1
  43. package/es/components/bpmn-workflow/index.d.ts +1 -1
  44. package/es/components/button-print/index.d.ts +34 -21
  45. package/es/components/button-print/src/ButtonPrint.vue.d.ts +14 -1
  46. package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
  47. package/es/components/button-print/src/api.d.ts +1 -1
  48. package/es/components/button-print/src/components/EditFormat.vue.d.ts +1 -1
  49. package/es/components/button-print/src/utils/dialog.d.ts +1 -1
  50. package/es/components/button-print/src/utils/print.d.ts +2 -2
  51. package/es/components/callback/index.d.ts +1 -1
  52. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +1 -1
  53. package/es/components/callback/src/components/dialog/modal.vue.d.ts +1 -1
  54. package/es/components/callback/src/components/render/popupMaps.d.ts +72 -52
  55. package/es/components/card-reader-sdk/src/cardReaderSDK.d.ts +1 -1
  56. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +1 -1
  57. package/es/components/card-reader-sdk/src/constants/index.d.ts +1 -1
  58. package/es/components/card-reader-sdk/src/insuranceSDK.d.ts +1 -1
  59. package/es/components/card-reader-sdk/src/types/index.d.ts +2 -2
  60. package/es/components/card-reader-sdk/src/utils/readHealthCard.d.ts +1 -1
  61. package/es/components/classification/index.d.ts +505 -20
  62. package/es/components/classification/src/components/search-filter/index.vue.d.ts +473 -1
  63. package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
  64. package/es/components/classification/src/components/set-classification/index.vue.d.ts +480 -8
  65. package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
  66. package/es/components/classification/src/index.vue.d.ts +493 -8
  67. package/es/components/classification/src/index.vue2.js +1 -1
  68. package/es/components/classification/style/index.css +1 -1
  69. package/es/components/config-provider/index.d.ts +1 -1
  70. package/es/components/date-picker/index.d.ts +2 -2
  71. package/es/components/date-picker/src/DatePicker.vue.d.ts +1 -1
  72. package/es/components/editor/index.d.ts +1 -1
  73. package/es/components/expand-field/index.d.ts +29 -29
  74. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +2 -2
  75. package/es/components/expand-field/src/components/form.vue.d.ts +2 -2
  76. package/es/components/expand-field/src/constants/index.d.ts +1 -1
  77. package/es/components/expand-field/src/index.vue.d.ts +2 -2
  78. package/es/components/fabric-chart/index.d.ts +7 -6
  79. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -1
  80. package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
  81. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +1 -1
  82. package/es/components/fabric-chart/src/constants/index.d.ts +4 -0
  83. package/es/components/fabric-chart/src/constants/index.js +1 -1
  84. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +3 -3
  85. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
  86. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +3 -3
  87. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.d.ts +2 -2
  88. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
  89. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +2 -2
  90. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
  91. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -3
  92. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
  93. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +2 -2
  94. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +3 -3
  95. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
  96. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.d.ts +3 -3
  97. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +3 -3
  98. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +3 -3
  99. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +3 -3
  100. package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +2 -2
  101. package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -4
  102. package/es/components/fabric-chart/src/hooks/temperature/useLeft.d.ts +3 -3
  103. package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +2 -2
  104. package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +2 -2
  105. package/es/components/fabric-chart/src/hooks/temperature/useShadow.d.ts +1 -1
  106. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +3 -3
  107. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
  108. package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +2 -2
  109. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +2 -2
  110. package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +4 -4
  111. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
  112. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -2
  113. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
  114. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
  115. package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +2 -2
  116. package/es/components/fabric-chart/src/interface.d.ts +2 -2
  117. package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
  118. package/es/components/field-set/index.d.ts +15 -15
  119. package/es/components/field-set/src/FieldSet.vue.d.ts +5 -5
  120. package/es/components/field-set/src/components/Row.vue.d.ts +2 -2
  121. package/es/components/field-set/src/types/index.d.ts +1 -1
  122. package/es/components/field-set/src/utils/index.d.ts +3 -3
  123. package/es/components/form-config/index.d.ts +349 -302
  124. package/es/components/form-config/src/FormConfig.vue.d.ts +473 -426
  125. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +38 -18
  126. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +1 -1
  127. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +219 -196
  128. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +7 -7
  129. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +1 -1
  130. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +1 -1
  131. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -2
  132. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +2 -2
  133. package/es/components/form-config/src/constants/index.d.ts +2 -2
  134. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +3 -3
  135. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +1 -1
  136. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +1 -1
  137. package/es/components/form-config/src/types/index.d.ts +2 -2
  138. package/es/components/form-config/src/utils/index.d.ts +3 -3
  139. package/es/components/form-render/index.d.ts +72 -52
  140. package/es/components/form-render/index.js +1 -1
  141. package/es/components/form-render/src/FormRender.vue.d.ts +36 -16
  142. package/es/components/form-render/src/FormRender.vue2.js +1 -1
  143. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +95 -75
  144. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +1 -1
  145. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +1 -1
  146. package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.d.ts +1 -1
  147. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +1 -1
  148. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +2 -2
  149. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  150. package/es/components/form-render/src/components/renderer/date.js +1 -1
  151. package/es/components/form-render/src/components/renderer/formItem.d.ts +1 -1
  152. package/es/components/form-render/src/components/renderer/formItem.js +1 -1
  153. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +1 -1
  154. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +1 -1
  155. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +2 -2
  156. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +1 -1
  157. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -1
  158. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +2 -2
  159. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +2 -2
  160. package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
  161. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +2 -2
  162. package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
  163. package/es/components/form-render/src/components/renderer/select.d.ts +3 -3
  164. package/es/components/form-render/src/components/renderer/select.js +1 -1
  165. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +1 -1
  166. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  167. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  168. package/es/components/form-render/src/constants/index.d.ts +5 -6
  169. package/es/components/form-render/src/constants/index.js +1 -1
  170. package/es/components/form-render/src/hooks/index.d.ts +20 -9
  171. package/es/components/form-render/src/hooks/index.js +1 -1
  172. package/es/components/form-render/src/hooks/useAnchor.d.ts +2 -2
  173. package/es/components/form-render/src/hooks/useAnchor.js +1 -1
  174. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +2 -2
  175. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
  176. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  177. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +2 -2
  178. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +1 -1
  179. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +19 -19
  180. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -1
  181. package/es/components/form-render/src/hooks/useFormContext.d.ts +6 -6
  182. package/es/components/form-render/src/hooks/useFormEvent.d.ts +15 -4
  183. package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
  184. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +6 -6
  185. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -1
  186. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +8 -8
  187. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +17 -12
  188. package/es/components/form-render/src/hooks/useFormRenderOptions.js +1 -1
  189. package/es/components/form-render/src/hooks/useFormValidator.d.ts +1 -1
  190. package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
  191. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +1 -1
  192. package/es/components/form-render/src/hooks/useOperationalForm.d.ts +4 -3
  193. package/es/components/form-render/src/hooks/useOperationalForm.js +1 -1
  194. package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
  195. package/es/components/form-render/src/hooks/useWordbookSetting.d.ts +14 -5
  196. package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -1
  197. package/es/components/form-render/src/types/fieldItem.d.ts +4 -3
  198. package/es/components/form-render/src/types/index.d.ts +13 -8
  199. package/es/components/form-render/src/utils/business.d.ts +2 -2
  200. package/es/components/form-render/src/utils/dom.d.ts +1 -1
  201. package/es/components/form-render/src/utils/index.d.ts +4 -17
  202. package/es/components/form-render/src/utils/index.js +1 -1
  203. package/es/components/form-render/src/utils/schema.d.ts +2 -2
  204. package/es/components/grid/index.d.ts +1 -1
  205. package/es/components/guide/src/renderer.d.ts +1 -1
  206. package/es/components/guide/src/types/index.d.ts +1 -1
  207. package/es/components/guide/src/useGuide.d.ts +1 -1
  208. package/es/components/guide/src/utils/index.d.ts +1 -1
  209. package/es/components/iho-table/index.d.ts +39 -39
  210. package/es/components/iho-table/src/IhoTable.vue.d.ts +27 -27
  211. package/es/components/iho-table/src/constants/index.d.ts +5 -5
  212. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +9 -9
  213. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +21 -21
  214. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +10 -10
  215. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +4 -4
  216. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +65 -65
  217. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +4 -4
  218. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +7 -7
  219. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +3 -3
  220. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +1 -1
  221. package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +2 -2
  222. package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -1
  223. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +1 -1
  224. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.d.ts +1 -1
  225. package/es/components/iho-table/src/plugins/bindEventSettingPlugin/index.js +1 -1
  226. package/es/components/iho-table/src/plugins/colorAndIconPlugin.d.ts +1 -0
  227. package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -0
  228. package/es/components/iho-table/src/plugins/copyPastePlugin.d.ts +1 -1
  229. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -1
  230. package/es/components/iho-table/src/plugins/defaultValuePlugin.d.ts +1 -1
  231. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +2 -2
  232. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/index.d.ts +1 -1
  233. package/es/components/iho-table/src/plugins/filterRenderPlugin/index.d.ts +1 -1
  234. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.d.ts +1 -1
  235. package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.d.ts +1 -1
  236. package/es/components/iho-table/src/plugins/headerPlugin.d.ts +1 -1
  237. package/es/components/iho-table/src/plugins/highLightSetPlugin.d.ts +1 -1
  238. package/es/components/iho-table/src/plugins/index.d.ts +1 -1
  239. package/es/components/iho-table/src/plugins/index.js +1 -1
  240. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -1
  241. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -1
  242. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.d.ts +1 -1
  243. package/es/components/iho-table/src/plugins/operationalFormPlugin/index.d.ts +1 -1
  244. package/es/components/iho-table/src/plugins/operationalFormPlugin/index.js +1 -1
  245. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +2 -2
  246. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -1
  247. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +1 -1
  248. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  249. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -1
  250. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.d.ts +1 -1
  251. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  252. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +7 -7
  253. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -1
  254. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
  255. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/radioRendererPlugin.d.ts +1 -1
  256. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +8 -2
  257. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
  258. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -1
  259. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  260. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -2
  261. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
  262. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -1
  263. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  264. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +2 -2
  265. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +9 -5
  266. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +1 -1
  267. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.d.ts +1 -1
  268. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -1
  269. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -1
  270. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -1
  271. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -1
  272. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.d.ts +1 -1
  273. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/htmlRendererPlugin.js +1 -1
  274. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -1
  275. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -1
  276. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +1 -1
  277. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -1
  278. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -1
  279. package/es/components/iho-table/src/plugins/rowDragPlugin/index.d.ts +1 -1
  280. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -1
  281. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +2 -2
  282. package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.d.ts +1 -1
  283. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -1
  284. package/es/components/iho-table/src/plugins/wordbookSettingPlugin.d.ts +1 -1
  285. package/es/components/iho-table/src/types/index.d.ts +5 -3
  286. package/es/components/iho-table/src/types/pluginType.d.ts +2 -2
  287. package/es/components/iho-table/src/utils/index.d.ts +4 -4
  288. package/es/components/iho-table/src/utils/index.js +1 -1
  289. package/es/components/iho-table/src/utils/separateMap.d.ts +2 -2
  290. package/es/components/iho-table/style/index.css +1 -1
  291. package/es/components/index.css +1 -1
  292. package/es/components/index.d.ts +6 -5
  293. package/es/components/index.js +1 -1
  294. package/es/components/info-header/index.d.ts +199 -159
  295. package/es/components/info-header/src/InfoHeader.vue.d.ts +213 -173
  296. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +6 -6
  297. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +9 -9
  298. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +118 -98
  299. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +39 -19
  300. package/es/components/info-header/src/constants/index.d.ts +1 -1
  301. package/es/components/info-header/src/types/index.d.ts +1 -1
  302. package/es/components/keyboard/index.d.ts +1 -1
  303. package/es/components/map/index.d.ts +1 -1
  304. package/es/components/map/src/Map.vue.d.ts +1 -1
  305. package/es/components/picture-clipper/index.d.ts +1 -1
  306. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +1 -1
  307. package/es/components/quick-search/index.d.ts +1 -1
  308. package/es/components/quick-search/src/index.vue.d.ts +4 -4
  309. package/es/components/quick-search/style/index.css +1 -1
  310. package/es/components/recommend-search/index.d.ts +25 -25
  311. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +7 -7
  312. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +3 -3
  313. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -2
  314. package/es/components/scale-view/index.d.ts +1 -1
  315. package/es/components/scale-view/src/hooks/use-component.d.ts +33 -33
  316. package/es/components/scale-view/src/types/index.d.ts +1 -1
  317. package/es/components/search-cascader/index.d.ts +34 -34
  318. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +1 -1
  319. package/es/components/search-cascader/src/components/SearchMenu.d.ts +1 -1
  320. package/es/components/search-cascader/src/constants/index.d.ts +1 -1
  321. package/es/components/search-cascader/src/utils/index.d.ts +1 -1
  322. package/es/components/select-label/index.d.ts +1 -1
  323. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  324. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  325. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +3 -3
  326. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +3 -3
  327. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +1 -1
  328. package/es/components/select-label/src/index.vue.d.ts +19 -19
  329. package/es/components/select-person/index.d.ts +22 -22
  330. package/es/components/select-person/src/SelectPerson.vue.d.ts +1 -1
  331. package/es/components/shortcut-provider/index.d.ts +1 -1
  332. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +2 -2
  333. package/es/components/shortcut-provider/src/constants/index.d.ts +1 -1
  334. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +1 -1
  335. package/es/components/shortcut-provider/src/types/index.d.ts +1 -1
  336. package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
  337. package/es/components/shortcut-setter/index.d.ts +93 -72
  338. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +125 -104
  339. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +2 -2
  340. package/es/components/shortcut-setter/src/types/index.d.ts +1 -1
  341. package/es/components/slider-tree/index.d.ts +1 -1
  342. package/es/components/steps-wheel/index.d.ts +1 -1
  343. package/es/components/table-export-field/index.d.ts +3 -3
  344. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -1
  345. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +1 -1
  346. package/es/components/table-export-field/src/constants/index.d.ts +1 -1
  347. package/es/components/table-export-field/src/index.vue.d.ts +1 -1
  348. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +320 -0
  349. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.js +1 -0
  350. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -0
  351. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +127 -0
  352. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.js +1 -0
  353. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +1 -0
  354. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +41 -0
  355. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.js +1 -0
  356. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +1 -0
  357. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +28 -0
  358. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.js +1 -0
  359. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +1 -0
  360. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +51 -0
  361. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.js +1 -0
  362. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +1 -0
  363. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +244 -0
  364. package/es/components/table-filter/src/components/bi-filter/components/index.js +1 -0
  365. package/es/components/table-filter/src/components/bi-filter/helpers/options.d.ts +14 -0
  366. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -0
  367. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.d.ts +13 -0
  368. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +1 -0
  369. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +474 -0
  370. package/es/components/table-filter/src/components/bi-filter/index.vue.js +1 -0
  371. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -0
  372. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +1 -1
  373. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +1 -1
  374. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +2 -2
  375. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +1 -1
  376. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +2 -2
  377. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +2 -2
  378. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +1 -1
  379. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +2 -2
  380. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +2 -2
  381. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +1 -1
  382. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +2 -2
  383. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +1 -1
  384. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +1 -1
  385. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.d.ts +1 -1
  386. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +9 -9
  387. package/es/components/table-filter/src/constants/index.d.ts +2 -1
  388. package/es/components/table-filter/src/constants/index.js +1 -1
  389. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +2 -2
  390. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  391. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +1 -1
  392. package/es/components/table-filter/src/tool/transformData.d.ts +1 -1
  393. package/es/components/time-line/index.d.ts +1 -1
  394. package/es/components/time-picker/index.d.ts +2 -2
  395. package/es/components/time-picker/src/TimePicker.vue.d.ts +1 -1
  396. package/es/components/vod-chunk-upload/index.d.ts +1 -1
  397. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -3
  398. package/es/shared/components/InputNumberSlash/InputNumberSlash.js +1 -1
  399. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1
  400. package/es/shared/components/SlotRender/SlotRender.d.ts +1 -1
  401. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +1 -1
  402. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  403. package/es/shared/hooks/selectHooks/useSearchContent.js +1 -1
  404. package/es/shared/hooks/selectHooks/useSelectAllowModify.d.ts +1 -1
  405. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +1 -1
  406. package/es/shared/hooks/useAsyncQueue/types.d.ts +1 -1
  407. package/es/shared/hooks/useDateTime.d.ts +1 -1
  408. package/es/shared/hooks/useFormRequest/index.d.ts +2 -2
  409. package/es/shared/hooks/useFormRequest/types.d.ts +2 -2
  410. package/es/shared/hooks/useLevelSearchCascader.d.ts +2 -2
  411. package/es/shared/hooks/useTheme.d.ts +1 -1
  412. package/es/shared/package.json.js +1 -1
  413. package/es/shared/types/business.d.ts +1 -1
  414. package/es/shared/utils/business.d.ts +2 -1
  415. package/es/shared/utils/business.js +1 -1
  416. package/es/shared/utils/index.d.ts +1 -1
  417. package/es/shared/utils/index.js +1 -1
  418. package/package.json +3 -2
  419. package/es/components/multi-chat/index.js +0 -1
  420. package/es/components/multi-chat/src/MultiChat.vue.js +0 -1
  421. package/es/components/multi-chat/src/MultiChat.vue2.js +0 -1
  422. /package/es/components/{multi-chat → biunique-chat}/src/api/index.js +0 -0
  423. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue.js +0 -0
  424. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatFooter.vue2.js +0 -0
  425. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue.js +0 -0
  426. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatHeader.vue2.js +0 -0
  427. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue.js +0 -0
  428. /package/es/components/{multi-chat → biunique-chat}/src/components/ChatMain.vue2.js +0 -0
  429. /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue.js +0 -0
  430. /package/es/components/{multi-chat → biunique-chat}/src/components/SiderList.vue2.js +0 -0
  431. /package/es/components/{multi-chat → biunique-chat}/src/utils/chatSock.js +0 -0
  432. /package/es/components/{multi-chat → biunique-chat}/style/index.css +0 -0
@@ -0,0 +1,474 @@
1
+ import { PropType } from 'vue';
2
+ import { IClassifyListType, ICategoryItemType } from '../../../../../components/table-filter/src/types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ actionList_prop: {
5
+ type: PropType<IClassifyListType>;
6
+ default: () => {};
7
+ };
8
+ conditionList: {
9
+ type: ArrayConstructor;
10
+ default: () => never[];
11
+ };
12
+ tableId: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ searchFieldList: {
17
+ type: ArrayConstructor;
18
+ default: () => never[];
19
+ };
20
+ showItemName: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ hideAddBtn: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ }, {
29
+ $message: import("naive-ui").MessageApi;
30
+ menuProps: {
31
+ class: string;
32
+ };
33
+ dateCons: string[];
34
+ textCons: string[];
35
+ numberCons: string[];
36
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
37
+ actionList_prop: {
38
+ type: PropType<IClassifyListType>;
39
+ default: () => {};
40
+ };
41
+ conditionList: {
42
+ type: ArrayConstructor;
43
+ default: () => never[];
44
+ };
45
+ tableId: {
46
+ type: StringConstructor;
47
+ default: string;
48
+ };
49
+ searchFieldList: {
50
+ type: ArrayConstructor;
51
+ default: () => never[];
52
+ };
53
+ showItemName: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ hideAddBtn: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ }>> & {
62
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
63
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
64
+ }>>;
65
+ emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
66
+ $attrs: {
67
+ [x: string]: unknown;
68
+ };
69
+ FormState: any;
70
+ loading: import("vue").Ref<boolean>;
71
+ parentInputRef: import("vue").Ref<any>;
72
+ parentInputAddRef: import("vue").Ref<any>;
73
+ sqlExpression: any;
74
+ DisplayCategoryState: {
75
+ addDisplayCategory: string;
76
+ displayCategories: {
77
+ disabled: boolean;
78
+ value: string;
79
+ }[];
80
+ displayCategoryOriginLen: number;
81
+ showAdd: boolean;
82
+ };
83
+ isEnableAddDisplayCategory: import("vue").ComputedRef<boolean>;
84
+ editDisplayCategory: (item: ICategoryItemType, cb?: any) => void;
85
+ handleDisplayCategorySelect: (item: ICategoryItemType) => void;
86
+ handleDisplayCategoryRemove: (index: number, item: ICategoryItemType) => void;
87
+ handleDisplayCategoryAdd: (cb?: any) => void;
88
+ handlerBlur: () => void;
89
+ initDisplayCategories: (rawDataDisplayCategories: any, displayCategory: any) => void;
90
+ FilterConditionsState: any;
91
+ paramOptions: import("vue").ComputedRef<any>;
92
+ addFilterCondition: () => void;
93
+ delFilterCondition: (index: number) => void;
94
+ updateKey: (index: number, val: any) => void;
95
+ updateCondition: (index: number, val: any) => void;
96
+ getParamCfg: (key: string) => any;
97
+ initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType[]) => Promise<void>;
98
+ getRawFilterConditions: () => any;
99
+ isShowValueCfg: (con: string) => boolean;
100
+ handleEditDisplayCategory: (item: ICategoryItemType) => void;
101
+ handleDisplayCategoryAddState: () => void;
102
+ findConditionByDisplayCategory: (sid: string) => unknown;
103
+ handleDisplayCategorySelectProxy: (item: ICategoryItemType) => void;
104
+ clearFormData: () => void;
105
+ handleInitConditions: () => Promise<void>;
106
+ validate: () => Promise<unknown>;
107
+ saveAdd: () => void;
108
+ cancelSaveAdd: () => void;
109
+ checkActionList: () => any;
110
+ NSpin: any;
111
+ NIcon: any;
112
+ NInput: any;
113
+ NButton: any;
114
+ NTooltip: any;
115
+ NSelect: any;
116
+ 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<{}>>, {}>;
117
+ 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<{}>>, {}>;
118
+ 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<{}>>, {}>;
119
+ ValueCfg: import("vue").DefineComponent<{
120
+ paramCfg: {
121
+ type: ObjectConstructor;
122
+ default: null;
123
+ };
124
+ modelValue: {
125
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
126
+ default: null;
127
+ };
128
+ modelValues: {
129
+ type: ArrayConstructor;
130
+ default: () => never[];
131
+ };
132
+ }, {
133
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
134
+ paramCfg: {
135
+ type: ObjectConstructor;
136
+ default: null;
137
+ };
138
+ modelValue: {
139
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
140
+ default: null;
141
+ };
142
+ modelValues: {
143
+ type: ArrayConstructor;
144
+ default: () => never[];
145
+ };
146
+ }>> & {
147
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
148
+ "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
149
+ }>>;
150
+ emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
151
+ valueCp: import("vue").WritableComputedRef<any>;
152
+ valuesCp: import("vue").WritableComputedRef<any>;
153
+ isSelectMode: import("vue").ComputedRef<boolean>;
154
+ isSelectMultiple: import("vue").ComputedRef<boolean>;
155
+ biType: import("vue").ComputedRef<any>;
156
+ Date: import("vue").DefineComponent<{
157
+ componentCfg: {
158
+ type: ObjectConstructor;
159
+ };
160
+ paramCfg: {
161
+ type: ObjectConstructor;
162
+ default: null;
163
+ };
164
+ modelValue: {
165
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
166
+ default: null;
167
+ };
168
+ }, {
169
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
170
+ componentCfg: {
171
+ type: ObjectConstructor;
172
+ };
173
+ paramCfg: {
174
+ type: ObjectConstructor;
175
+ default: null;
176
+ };
177
+ modelValue: {
178
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
179
+ default: null;
180
+ };
181
+ }>> & {
182
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
183
+ }>>;
184
+ emit: (event: "update:modelValue", ...args: any[]) => void;
185
+ valueCp: import("vue").WritableComputedRef<any>;
186
+ dateType: any;
187
+ valueFormat: import("vue").ComputedRef<string>;
188
+ compType: import("vue").ComputedRef<any>;
189
+ CDatePicker: import("../../../..").SFCWithInstall<import("vue").DefineComponent<{
190
+ updateUnchangedValue: {
191
+ type: BooleanConstructor;
192
+ };
193
+ onConfirm: {
194
+ type: FunctionConstructor;
195
+ };
196
+ formattedValue: {
197
+ type: PropType<(string | [string, string]) | null | undefined>;
198
+ };
199
+ placeholder: {
200
+ type: StringConstructor;
201
+ };
202
+ allowedInvalidValue: {
203
+ type: StringConstructor;
204
+ };
205
+ }, {
206
+ attrs: {
207
+ [x: string]: unknown;
208
+ };
209
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
210
+ updateUnchangedValue: {
211
+ type: BooleanConstructor;
212
+ };
213
+ onConfirm: {
214
+ type: FunctionConstructor;
215
+ };
216
+ formattedValue: {
217
+ type: PropType<(string | [string, string]) | null | undefined>;
218
+ };
219
+ placeholder: {
220
+ type: StringConstructor;
221
+ };
222
+ allowedInvalidValue: {
223
+ type: StringConstructor;
224
+ };
225
+ }>> & {
226
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
227
+ }>>;
228
+ emit: (event: "update:formatted-value", ...args: any[]) => void;
229
+ datePickerRef: import("vue").Ref<import("../../../..").AnyObject | null>;
230
+ panelInstRef: import("vue").Ref<null>;
231
+ placeholderRef: import("vue").Ref<any>;
232
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
233
+ isDateTime: import("vue").ComputedRef<boolean>;
234
+ formatRef: import("vue").ComputedRef<string>;
235
+ panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
236
+ focus: () => any;
237
+ blur: () => any;
238
+ handleConfirm: (target: HTMLInputElement) => void;
239
+ onUpdateShow: (show: boolean) => void;
240
+ onConfirm: (...args: any[]) => Promise<void>;
241
+ isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
242
+ NDatePicker: any;
243
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
244
+ updateUnchangedValue: {
245
+ type: BooleanConstructor;
246
+ };
247
+ onConfirm: {
248
+ type: FunctionConstructor;
249
+ };
250
+ formattedValue: {
251
+ type: PropType<(string | [string, string]) | null | undefined>;
252
+ };
253
+ placeholder: {
254
+ type: StringConstructor;
255
+ };
256
+ allowedInvalidValue: {
257
+ type: StringConstructor;
258
+ };
259
+ }>> & {
260
+ "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
261
+ }, {
262
+ updateUnchangedValue: boolean;
263
+ }>>;
264
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
265
+ componentCfg: {
266
+ type: ObjectConstructor;
267
+ };
268
+ paramCfg: {
269
+ type: ObjectConstructor;
270
+ default: null;
271
+ };
272
+ modelValue: {
273
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
274
+ default: null;
275
+ };
276
+ }>> & {
277
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
278
+ }, {
279
+ modelValue: string | number | unknown[];
280
+ paramCfg: Record<string, any>;
281
+ }>;
282
+ InputFilter: import("vue").DefineComponent<{
283
+ paramCfg: {
284
+ type: ObjectConstructor;
285
+ default: null;
286
+ };
287
+ modelValue: {
288
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
289
+ default: null;
290
+ };
291
+ }, {
292
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
293
+ paramCfg: {
294
+ type: ObjectConstructor;
295
+ default: null;
296
+ };
297
+ modelValue: {
298
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
299
+ default: null;
300
+ };
301
+ }>> & {
302
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
303
+ }>>;
304
+ emit: (event: "update:modelValue", ...args: any[]) => void;
305
+ valueCp: import("vue").WritableComputedRef<any>;
306
+ NInput: any;
307
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
308
+ paramCfg: {
309
+ type: ObjectConstructor;
310
+ default: null;
311
+ };
312
+ modelValue: {
313
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
314
+ default: null;
315
+ };
316
+ }>> & {
317
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
318
+ }, {
319
+ modelValue: string | number | unknown[];
320
+ paramCfg: Record<string, any>;
321
+ }>;
322
+ InputNumber: import("vue").DefineComponent<{
323
+ modelValue: {
324
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
325
+ default: null;
326
+ };
327
+ }, {
328
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
329
+ modelValue: {
330
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
331
+ default: null;
332
+ };
333
+ }>> & {
334
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
335
+ }>>;
336
+ emit: (event: "update:modelValue", ...args: any[]) => void;
337
+ valueCp: import("vue").WritableComputedRef<any>;
338
+ NInputNumber: any;
339
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
340
+ modelValue: {
341
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
342
+ default: null;
343
+ };
344
+ }>> & {
345
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
346
+ }, {
347
+ modelValue: string | number | unknown[];
348
+ }>;
349
+ SelectFilter: import("vue").DefineComponent<{
350
+ paramCfg: {
351
+ type: ObjectConstructor;
352
+ default: null;
353
+ };
354
+ modelValue: {
355
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
356
+ default: null;
357
+ };
358
+ }, {
359
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
360
+ paramCfg: {
361
+ type: ObjectConstructor;
362
+ default: null;
363
+ };
364
+ modelValue: {
365
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
366
+ default: null;
367
+ };
368
+ }>> & {
369
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
370
+ }>>;
371
+ emit: (event: "update:modelValue", ...args: any[]) => void;
372
+ valueCp: import("vue").WritableComputedRef<any>;
373
+ optionSetting: import("vue").ComputedRef<any>;
374
+ widgetOptions: import("vue").ComputedRef<any>;
375
+ NSelect: any;
376
+ WidgetOptionEnums: {
377
+ RADIO: string;
378
+ MULTIPLE: string;
379
+ ALL: string;
380
+ SELECT_TIME: string;
381
+ PAST_TIME: string;
382
+ FUTURE_TIME: string;
383
+ };
384
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
385
+ paramCfg: {
386
+ type: ObjectConstructor;
387
+ default: null;
388
+ };
389
+ modelValue: {
390
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
391
+ default: null;
392
+ };
393
+ }>> & {
394
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
395
+ }, {
396
+ modelValue: string | number | unknown[];
397
+ paramCfg: Record<string, any>;
398
+ }>;
399
+ WidgetTypeEnums: {
400
+ INPUT_NUMBER: string;
401
+ INPUT: string;
402
+ SELECT: string;
403
+ DATE: string;
404
+ DATE_OUT: string;
405
+ DATE_TIME: string;
406
+ DATETIME_OUT: string;
407
+ CHECKBOX_GROUP: string;
408
+ INPUTNUMBER_RANGE: string;
409
+ DATE_RANGE_OUT: string;
410
+ DATE_RANGE_INNER: string;
411
+ DATETIME_RANGE_OUT: string;
412
+ DATETIME_RANGE_INNER: string;
413
+ LABEL: string;
414
+ SELECTLABEL: string;
415
+ SELECTDYNAMIC: string;
416
+ };
417
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
418
+ paramCfg: {
419
+ type: ObjectConstructor;
420
+ default: null;
421
+ };
422
+ modelValue: {
423
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
424
+ default: null;
425
+ };
426
+ modelValues: {
427
+ type: ArrayConstructor;
428
+ default: () => never[];
429
+ };
430
+ }>> & {
431
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
432
+ "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
433
+ }, {
434
+ modelValue: string | number | unknown[];
435
+ paramCfg: Record<string, any>;
436
+ modelValues: unknown[];
437
+ }>;
438
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
439
+ actionList_prop: {
440
+ type: PropType<IClassifyListType>;
441
+ default: () => {};
442
+ };
443
+ conditionList: {
444
+ type: ArrayConstructor;
445
+ default: () => never[];
446
+ };
447
+ tableId: {
448
+ type: StringConstructor;
449
+ default: string;
450
+ };
451
+ searchFieldList: {
452
+ type: ArrayConstructor;
453
+ default: () => never[];
454
+ };
455
+ showItemName: {
456
+ type: BooleanConstructor;
457
+ default: boolean;
458
+ };
459
+ hideAddBtn: {
460
+ type: BooleanConstructor;
461
+ default: boolean;
462
+ };
463
+ }>> & {
464
+ onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
465
+ onSaveAdd?: ((...args: any[]) => any) | undefined;
466
+ }, {
467
+ searchFieldList: unknown[];
468
+ tableId: string;
469
+ conditionList: unknown[];
470
+ actionList_prop: IClassifyListType;
471
+ showItemName: boolean;
472
+ hideAddBtn: boolean;
473
+ }>;
474
+ export default _default;
@@ -0,0 +1 @@
1
+ import e from"./index.vue2.js";import r from"../../../../../_virtual/_plugin-vue_export-helper.js";var i=r(e,[["__file","index.vue"]]);export{i as default};
@@ -0,0 +1 @@
1
+ import{defineComponent as e,useAttrs as l,reactive as a,ref as i,provide as t,toRef as n,openBlock as o,createElementBlock as s,createVNode as d,unref as r,withCtx as c,createElementVNode as p,createCommentVNode as u,Fragment as f,renderList as m,normalizeClass as v,toDisplayString as y,createBlock as C,withDirectives as g,createTextVNode as h,vShow as b}from"vue";import{useMessage as k,NSpin as A,NInput as I,NIcon as L,NButton as _,NSelect as w,NTooltip as N}from"naive-ui";import{CloseOutline as x,AddOutline as S,AddCircleSharp as B}from"@vicons/ionicons5";import D from"./ValueCfg.vue.js";import{DataTypeEnums as U}from"../../types/enums.js";import{useDisplayCategory as E}from"../classify-filter/hooks/useDisplayCategory.js";import{useBiConditions as V}from"./hooks/useBiConditions.js";import{InjectionClassifyFilterList as j}from"../../constants/index.js";const O={class:"searchConditionByApi_wrapper"},F={class:"class-filter-content"},z={key:0,class:"item-name"},Q=p("span",{class:"label"},"筛选分类名称:",-1),R={key:1,class:"quickSearch-content"},q=p("span",{class:"label"},"父类名称:",-1),T=["onClick"],G=["onDblclick"],P={class:"s-content"},J={key:2,class:"item-name"},K=p("span",{class:"label"}," 过滤条件: ",-1),M=p("span",null,"添加",-1),H={class:"select-item-list"},W={class:"index-span"},X=["onClick"],Y={class:"filter-expression"},Z=p("span",null,"筛选器逻辑编辑,不设置默认为AND",-1),$=p("span",null,"例子 (1 AND 2) OR 3",-1);var ee=e({__name:"index",props:{actionList_prop:{type:Object,default:()=>({})},conditionList:{type:Array,default:()=>[]},tableId:{type:String,default:""},searchFieldList:{type:Array,default:()=>[]},showItemName:{type:Boolean,default:!0},hideAddBtn:{type:Boolean,default:!1}},emits:["saveAdd","cancelSaveAdd"],setup(e,{expose:ee,emit:le}){const ae=e,ie=k(),te={class:"classify-fieldkey-popover"},ne=["IN","BIG","LESS","BIGEQ","LESSEQ"],oe=["CL","NC","EQ","NEQ"],se=["EQ","BIG","LESS"],de=l(),re=a({className:"",displayCategory:"",filterConditions:[]}),ce=i(!1),pe=i(),ue=i(),fe=i(ae.actionList_prop.sqlExpression||"");t(j,n(re,"filterConditions"));const{State:me,isEnableAddDisplayCategory:ve,editDisplayCategory:ye,handleDisplayCategorySelect:Ce,handleDisplayCategoryRemove:ge,handleDisplayCategoryAdd:he,handlerBlur:be,initDisplayCategories:ke}=E(n(re,"displayCategory"),{conditionList:ae.conditionList},ie),{State:Ae,paramOptions:Ie,addFilterCondition:Le,delFilterCondition:_e,updateKey:we,updateCondition:Ne,getParamCfg:xe,initFilterConditions:Se,getRawFilterConditions:Be}=V(n(re,"filterConditions"),ae.searchFieldList,U.API);function De(e){return[...ne,...oe,...se].includes(e)}function Ue(){he((()=>{setTimeout((()=>{ue.value&&ue.value.focus()}),100)}))}function Ee(){re.className="",re.displayCategory="",re.filterConditions=[]}async function Ve(){var e;try{if(Ee(),ce.value=!0,ke(de.displayCategoryList,ae.actionList_prop.displayCategory||void 0),ae.actionList_prop){re.className=ae.actionList_prop.name,await Se(ae.tableId,null!=(e=ae.actionList_prop.conObj)?e:[]);re.filterConditions.length<1&&Ie.value&&Ie.value.length>0&&Le()}}finally{ce.value=!1}}return Ve(),ee({handleInitConditions:Ve,saveAdd:function(){new Promise((e=>{re.className||!ae.showItemName?0!==re.filterConditions.length?re.filterConditions.some((({fieldId:e,fieldType:l,value:a,values:i,con:t})=>!e||!t||De(t)&&!a&&!i.length))?ie.warning("请补充完整条件内容"):e(!0):ie.warning("请至少添加一个条件"):ie.warning("请输入分类名称")})).then((()=>{let e;var l;"edit"===ae.actionList_prop.from&&(l=ae.actionList_prop.sid,e=null==ae?void 0:ae.conditionList.find((e=>e.sid===l)));const a={displayCategory:re.displayCategory,name:re.className||"",conObj:Be(),sqlExpression:fe.value},i={id:e?e.sid:"",tableId:ae.tableId,setting:JSON.stringify(a)};le("saveAdd",i,!1)}))},cancelSaveAdd:function(){Ee(),le("cancelSaveAdd")},addAction:Le,checkActionList:function(){return re.filterConditions.every((e=>!e.field_key))}}),(l,a)=>(o(),s("div",O,[d(r(A),{show:ce.value},{default:c((()=>[p("div",F,[e.showItemName?(o(),s("div",z,[Q,d(r(I),{value:re.className,"onUpdate:value":a[0]||(a[0]=e=>re.className=e),placeholder:"请输入分类名称",style:{width:"250px"},maxlength:"10"},null,8,["value"])])):u("v-if",!0),e.showItemName?(o(),s("div",R,[q,(o(!0),s(f,null,m(r(me).displayCategories,((e,l)=>(o(),s("div",{class:"parent-name",key:l,onClick:l=>function(e){Ce(e)}(e)},[e.disabled?(o(),s("div",{key:0,class:v(["edit-tag",{"edit-tag-select":e.value===re.displayCategory&&e.disabled}]),onDblclick:l=>function(e){e.disabled=!1,setTimeout((()=>{pe.value.length>0&&pe.value[0].focus()}),100)}(e)},[p("div",P,y(e.value),1),d(r(L),{component:r(x),class:"anticon-close",size:"20",onClick:a=>r(ge)(l,e)},null,8,["component","onClick"])],42,G)):(o(),C(r(I),{key:1,ref_for:!0,ref_key:"parentInputRef",ref:pe,class:"parent-input",style:{width:"100px"},disabled:e.disabled,onBlur:()=>e.disabled=!0,value:e.value,"onUpdate:value":l=>e.value=l,maxlength:20},null,8,["disabled","onBlur","value","onUpdate:value"]))],8,T)))),128)),r(ve)?(o(),s(f,{key:0},[g(d(r(_),{class:"ant-btn",icon:"plus",dashed:"",onClick:Ue},{default:c((()=>[d(r(L),{component:r(S),size:"20"},null,8,["component"]),h(" "+y("添加父类"))])),_:1},512),[[b,!r(me).showAdd]]),g(d(r(I),{ref_key:"parentInputAddRef",ref:ue,class:"parent-input",value:r(me).addDisplayCategory,"onUpdate:value":a[1]||(a[1]=e=>r(me).addDisplayCategory=e),valueModifiers:{trim:!0},style:{width:"100px"},onBlur:r(be),maxlength:20},null,8,["value","onBlur"]),[[b,r(me).showAdd]])],64)):u("v-if",!0)])):u("v-if",!0),e.hideAddBtn?u("v-if",!0):(o(),s("div",J,[K,p("span",{class:"addAction",onClick:a[2]||(a[2]=(...e)=>r(Le)&&r(Le)(...e)),style:{cursor:"pointer"}},[d(r(L),{component:r(B),class:"blue",size:"18"},null,8,["component"]),M])])),p("ul",H,[(o(!0),s(f,null,m(re.filterConditions,((e,l)=>(o(),s("li",{key:l},[p("span",W,y(l+1),1),u(" 选择 field_key "),d(r(w),{class:"form-item",placeholder:"请选择",value:e.fieldId,"menu-props":te,to:"body",filterable:"",options:r(Ie),"onUpdate:value":e=>r(we)(l,e)},null,8,["value","options","onUpdate:value"]),u(" 选择 关系 "),e.fieldId?(o(),C(r(w),{key:0,class:"form-item",placeholder:"请选择",value:e.con,to:"body",filterable:"",options:e.biTypeOptions,"onUpdate:value":e=>r(Ne)(l,e)},null,8,["value","options","onUpdate:value"])):u("v-if",!0),u(" 自定义 "),e.fieldId&&e.con&&De(e.con)?(o(),C(D,{key:1,modelValue:e.value,"onUpdate:modelValue":l=>e.value=l,modelValues:e.values,"onUpdate:modelValues":l=>e.values=l,"param-cfg":r(xe)(e.fieldId)},null,8,["modelValue","onUpdate:modelValue","modelValues","onUpdate:modelValues","param-cfg"])):u("v-if",!0),d(r(N),{title:"删除",trigger:"hover"},{trigger:c((()=>[p("i",{onClick:e=>r(_e)(l),class:"iconfont-table-filter delete-item-icon icon-table-filter-menzhenyishengzhananniuqingchu"},null,8,X)])),default:c((()=>[h(" 删除 ")])),_:2},1024)])))),128))]),p("div",Y,[Z,$,d(r(I),{class:"textarea",value:fe.value,"onUpdate:value":a[3]||(a[3]=e=>fe.value=e),type:"textarea",placeholder:"请输入表达式"},null,8,["value"])])])])),_:1},8,["show"])]))}});export{ee as default};
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- import { ICategoryItemType } from '../../../../../../../es/components/table-filter/src/types';
2
+ import { ICategoryItemType } from '../../../../../../components/table-filter/src/types';
3
3
  export declare const useDisplayCategory: (selectedDisplayCategory: Ref, { conditionList }: any, $message: any) => {
4
4
  State: {
5
5
  addDisplayCategory: string;
@@ -1,5 +1,5 @@
1
1
  import { Ref } from 'vue';
2
- import { ISearchConfigType } from '../../../../../../../es/components/table-filter/src/types';
2
+ import { ISearchConfigType } from '../../../../../../components/table-filter/src/types';
3
3
  export declare const useFilterConditions: (filterConditions: Ref, selectList: any, dataType: string) => {
4
4
  State: any;
5
5
  paramOptions: import("vue").ComputedRef<any>;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { IClassifyListType, ICategoryItemType } from '../../../../../../es/components/table-filter/src/types';
2
+ import { IClassifyListType, ICategoryItemType } from '../../../../../components/table-filter/src/types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  actionList_prop: {
5
5
  type: PropType<IClassifyListType>;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
101
101
  updateKey: (index: number, val: any) => void;
102
102
  updateCondition: (index: number, val: any) => void;
103
103
  getParamCfg: (key: string) => any;
104
- initFilterConditions: (tableId: string, rawConditions: import("../../../../../../es/components/table-filter/src/types").ISearchConfigType) => Promise<void>;
104
+ initFilterConditions: (tableId: string, rawConditions: import("../../../../../components/table-filter/src/types").ISearchConfigType) => Promise<void>;
105
105
  getRawFilterConditions: () => any[];
106
106
  handleEditDisplayCategory: (item: ICategoryItemType) => void;
107
107
  handleDisplayCategoryAddState: () => void;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { ICheckboxType } from '../../../../../../../es/components/table-filter/src/types';
2
+ import { ICheckboxType } from '../../../../../../components/table-filter/src/types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  options: {
5
5
  type: PropType<ICheckboxType[]>;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../shared/types';
3
3
  declare type ITypeDate = 'date' | 'datetime';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  componentCfg: {
@@ -83,7 +83,7 @@ declare const _default: import("vue").DefineComponent<{
83
83
  };
84
84
  init: () => void;
85
85
  NButton: any;
86
- CDatePicker: import("../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
86
+ CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
87
87
  updateUnchangedValue: {
88
88
  type: BooleanConstructor;
89
89
  };
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../shared/types';
3
3
  declare type ITypeDate = 'date' | 'datetime';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  componentCfg: {
@@ -66,7 +66,7 @@ declare const _default: import("vue").DefineComponent<{
66
66
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
67
67
  };
68
68
  init: () => void;
69
- CDatePicker: import("../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
69
+ CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
70
70
  updateUnchangedValue: {
71
71
  type: BooleanConstructor;
72
72
  };
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../../shared/types';
3
3
  declare type ITypeDate = 'date' | 'datetime';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  componentCfg: {
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../shared/types';
3
3
  declare type ITypeDate = 'date' | 'datetime';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  componentCfg: {
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
101
101
  };
102
102
  init: () => void;
103
103
  NButton: any;
104
- CDatePicker: import("../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
104
+ CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
105
105
  updateUnchangedValue: {
106
106
  type: BooleanConstructor;
107
107
  };
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../shared/types';
3
3
  declare type ITypeDate = 'daterange' | 'datetimerange';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  type: {
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
68
68
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
69
69
  };
70
70
  init: () => void;
71
- CDatePicker: import("../../../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
71
+ CDatePicker: import("../../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
72
72
  updateUnchangedValue: {
73
73
  type: BooleanConstructor;
74
74
  };
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../shared/types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  componentCfg: {
5
5
  type: PropType<AnyObject>;
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
- import { IFilterCategoryLabelItemType, IhoFilterTabLabelItemType } from '../../../../../../../es/components/table-filter/src/types';
3
- import { AnyObject } from '../../../../../../../es/shared/types';
2
+ import { IFilterCategoryLabelItemType, IhoFilterTabLabelItemType } from '../../../../../../components/table-filter/src/types';
3
+ import { AnyObject } from '../../../../../../shared/types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  componentCfg: {
6
6
  type: PropType<AnyObject>;
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import { SelectOption } from 'naive-ui';
3
- import { AnyObject } from '../../../../../../../es/shared/types';
3
+ import { AnyObject } from '../../../../../../shared/types';
4
4
  declare const _default: import("vue").DefineComponent<{
5
5
  componentCfg: {
6
6
  type: PropType<AnyObject>;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { AnyObject } from '../../../../../../../../es/shared/types';
2
+ import { AnyObject } from '../../../../../../../shared/types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  dynamicOptionInfo: {
5
5
  type: PropType<AnyObject>;
@@ -1,4 +1,4 @@
1
- import { ISearchType } from '../../../../../../../es/components/table-filter/src/types';
1
+ import { ISearchType } from '../../../../../../components/table-filter/src/types';
2
2
  export declare const judgmentVariable: (defaultParams: any[]) => boolean;
3
3
  export declare const setSelectDynamicValue: (cfg: ISearchType) => Promise<any[] | null>;
4
4
  export declare const selectDynamicDefaultValue: (defValueUnit: string, options: any[]) => any[];