cnhis-design-vue 3.4.0-beta.3 → 3.4.0-beta.30

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 (844) hide show
  1. package/README.md +87 -87
  2. package/es/_virtual/_virtual_i18n-methods.js +10 -0
  3. package/es/components/annotation-edit/index.d.ts +5 -5
  4. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
  5. package/es/components/audio-sdk/index.d.ts +54 -52
  6. package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
  7. package/es/components/audio-sdk/src/Index.vue2.js +62 -92
  8. package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
  9. package/es/components/audio-sdk/src/audioSDK.js +16 -16
  10. package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
  11. package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
  12. package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +5 -6
  13. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
  14. package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
  15. package/es/components/audio-sdk/src/components/recording.vue2.js +37 -69
  16. package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
  17. package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +10 -16
  18. package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -6
  19. package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -3
  20. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -3
  21. package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -3
  22. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -3
  23. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -6
  24. package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
  25. package/es/components/audio-sdk/src/utils/index.js +5 -19
  26. package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
  27. package/es/components/base-search/index.d.ts +61 -19
  28. package/es/components/base-search/src/index.vue.d.ts +61 -19
  29. package/es/components/base-search/src/index.vue2.js +29 -50
  30. package/es/components/big-table/index.d.ts +67 -43
  31. package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
  32. package/es/components/big-table/src/BigTable.vue2.js +30 -113
  33. package/es/components/big-table/src/bigTableEmits.js +51 -1
  34. package/es/components/big-table/src/bigTableProps.js +33 -131
  35. package/es/components/big-table/src/bigTableState.js +2 -9
  36. package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
  37. package/es/components/big-table/src/components/NoData.vue2.js +8 -28
  38. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +7 -5
  39. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -8
  40. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
  41. package/es/components/big-table/src/components/edit-form/edit-input.js +2 -8
  42. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
  43. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
  44. package/es/components/big-table/src/components/edit-form/edit-select.js +2 -8
  45. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
  46. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +30 -38
  47. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
  48. package/es/components/big-table/src/components/edit-form/edit-time.js +2 -8
  49. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
  50. package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
  51. package/es/components/big-table/src/components/input-button.vue2.js +5 -10
  52. package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
  53. package/es/components/big-table/src/components/separate.vue2.js +9 -19
  54. package/es/components/big-table/src/hooks/useAnchor.js +2 -9
  55. package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
  56. package/es/components/big-table/src/hooks/useBatchEditing.js +64 -65
  57. package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
  58. package/es/components/big-table/src/hooks/useEdit.js +4 -15
  59. package/es/components/big-table/src/hooks/useEvent.js +6 -26
  60. package/es/components/big-table/src/hooks/useFormat.js +16 -27
  61. package/es/components/big-table/src/hooks/useNestTable.js +3 -16
  62. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
  63. package/es/components/big-table/src/hooks/useSeparateRow.js +48 -80
  64. package/es/components/big-table/src/hooks/useTableParse.js +4 -24
  65. package/es/components/big-table/src/utils.js +21 -55
  66. package/es/components/body-select/index.d.ts +17 -17
  67. package/es/components/body-select/src/hooks/renderCanvas.js +1 -4
  68. package/es/components/body-select/src/index.vue.d.ts +17 -17
  69. package/es/components/body-select/src/index.vue2.js +9 -31
  70. package/es/components/bpmn-workflow/index.d.ts +9 -9
  71. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
  72. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +48 -52
  73. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +91 -119
  74. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +4 -4
  75. package/es/components/branch-notice/index.d.ts +72 -49
  76. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
  77. package/es/components/branch-notice/src/BranchNotice.vue2.js +22 -28
  78. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
  79. package/es/components/branch-notice/src/components/NoticeItem.vue2.js +73 -57
  80. package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
  81. package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +44 -34
  82. package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  83. package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +43 -37
  84. package/es/components/branch-notice/src/drawLine.js +157 -140
  85. package/es/components/button-print/index.d.ts +235 -145
  86. package/es/components/button-print/src/ButtonPrint.vue.d.ts +235 -145
  87. package/es/components/button-print/src/ButtonPrint.vue2.js +19 -55
  88. package/es/components/button-print/src/api.js +2 -8
  89. package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
  90. package/es/components/button-print/src/components/EditFormat.vue2.js +9 -22
  91. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
  92. package/es/components/button-print/src/components/IdentityVerification.vue2.js +20 -81
  93. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +118 -75
  94. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +212 -351
  95. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
  96. package/es/components/button-print/src/components/OldPrintComponent.vue2.js +15 -70
  97. package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
  98. package/es/components/button-print/src/components/Preview.vue2.js +5 -10
  99. package/es/components/button-print/src/utils/browserPrint.js +1 -3
  100. package/es/components/button-print/src/utils/dialog.js +4 -24
  101. package/es/components/button-print/src/utils/print.d.ts +1 -0
  102. package/es/components/button-print/src/utils/print.js +21 -101
  103. package/es/components/calendar/index.d.ts +32 -277
  104. package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
  105. package/es/components/calendar/src/Calendar.vue2.js +5 -4
  106. package/es/components/callback/index.d.ts +11 -11
  107. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
  108. package/es/components/callback/src/components/dialog/drawer.vue2.js +50 -67
  109. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  110. package/es/components/callback/src/components/dialog/modal.vue2.js +57 -66
  111. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  112. package/es/components/callback/src/components/popup/index.vue.js +7 -13
  113. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  114. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +31 -34
  115. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  116. package/es/components/callback/src/components/render/index.vue.js +14 -33
  117. package/es/components/callback/src/components/render/popupMaps.d.ts +3441 -2006
  118. package/es/components/callback/src/components/render/popupMaps.js +29 -20
  119. package/es/components/callback/src/index.vue.d.ts +11 -11
  120. package/es/components/callback/src/index.vue2.js +2 -3
  121. package/es/components/card-reader-sdk/src/cardReaderSDK.js +7 -31
  122. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
  123. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +9 -14
  124. package/es/components/card-reader-sdk/src/insuranceSDK.js +5 -20
  125. package/es/components/card-reader-sdk/src/utils/ensureUID2IdCard.js +3 -15
  126. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +3 -16
  127. package/es/components/card-reader-sdk-cn/src/henan/index.js +6 -40
  128. package/es/components/card-render/index.d.ts +10 -10
  129. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  130. package/es/components/card-render/src/CardRender.vue2.js +8 -5
  131. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  132. package/es/components/card-render/src/components/Box.vue2.js +26 -40
  133. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  134. package/es/components/card-render/src/components/Button.vue2.js +27 -34
  135. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  136. package/es/components/card-render/src/components/Divider.vue2.js +3 -9
  137. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  138. package/es/components/card-render/src/components/Field.vue2.js +59 -77
  139. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  140. package/es/components/card-render/src/components/FieldGroup.vue2.js +36 -51
  141. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  142. package/es/components/card-render/src/components/Image.vue2.js +8 -22
  143. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  144. package/es/components/card-render/src/components/Label.vue2.js +19 -30
  145. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  146. package/es/components/card-render/src/components/Row.vue2.js +35 -49
  147. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  148. package/es/components/card-render/src/components/ScaleView.vue2.js +31 -34
  149. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  150. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  151. package/es/components/card-render/src/components/Table.vue2.js +72 -75
  152. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  153. package/es/components/card-render/src/components/Text.vue2.js +8 -21
  154. package/es/components/card-render/src/components/index.d.ts +113 -113
  155. package/es/components/card-render/src/hooks/useCommon.js +4 -8
  156. package/es/components/card-render/src/utils/index.js +1 -3
  157. package/es/components/classification/index.d.ts +548 -432
  158. package/es/components/classification/src/components/search-filter/index.vue.d.ts +409 -358
  159. package/es/components/classification/src/components/search-filter/index.vue2.js +8 -27
  160. package/es/components/classification/src/components/set-classification/index.vue.d.ts +453 -402
  161. package/es/components/classification/src/components/set-classification/index.vue2.js +6 -25
  162. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  163. package/es/components/classification/src/components/table-modal/index.vue2.js +75 -278
  164. package/es/components/classification/src/index.vue.d.ts +548 -432
  165. package/es/components/classification/src/index.vue2.js +76 -287
  166. package/es/components/config-provider/index.d.ts +7 -5
  167. package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
  168. package/es/components/date-picker/index.d.ts +28 -15
  169. package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -15
  170. package/es/components/date-picker/src/DatePicker.vue2.js +19 -19
  171. package/es/components/default-page/index.d.ts +11 -11
  172. package/es/components/default-page/src/constants/index.js +19 -144
  173. package/es/components/default-page/src/index.vue.d.ts +11 -11
  174. package/es/components/default-page/src/index.vue2.js +15 -22
  175. package/es/components/drag-scroll/src/index.js +48 -58
  176. package/es/components/editor/index.d.ts +77 -7
  177. package/es/components/editor/src/Editor.d.ts +78 -7
  178. package/es/components/expand-field/index.d.ts +478 -303
  179. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  180. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +9 -43
  181. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
  182. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +6 -18
  183. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
  184. package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -25
  185. package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
  186. package/es/components/expand-field/src/components/form.vue2.js +115 -563
  187. package/es/components/expand-field/src/constants/index.js +3 -1
  188. package/es/components/expand-field/src/index.vue.d.ts +479 -304
  189. package/es/components/expand-field/src/index.vue2.js +35 -111
  190. package/es/components/expand-field/src/utils/constant.js +13 -88
  191. package/es/components/expand-field/src/utils/index.js +8 -1
  192. package/es/components/fabric-chart/index.d.ts +29 -29
  193. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  194. package/es/components/fabric-chart/src/FabricChart.vue2.js +24 -43
  195. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  196. package/es/components/fabric-chart/src/components/PopupMenu.js +3 -23
  197. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  198. package/es/components/fabric-chart/src/components/PopupTip.vue2.js +17 -35
  199. package/es/components/fabric-chart/src/components/useStyle.js +2 -8
  200. package/es/components/fabric-chart/src/constants/index.js +11 -72
  201. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
  202. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  203. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +39 -63
  204. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +21 -26
  205. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -58
  206. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  207. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +30 -72
  208. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  209. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +58 -245
  210. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
  211. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  212. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +38 -51
  213. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
  214. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +51 -74
  215. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +106 -282
  216. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  217. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +81 -101
  218. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
  219. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +35 -25
  220. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +35 -18
  221. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +45 -58
  222. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +14 -27
  223. package/es/components/fabric-chart/src/hooks/temperature/useRight.js +2 -9
  224. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  225. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +82 -125
  226. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +88 -72
  227. package/es/components/fabric-chart/src/hooks/useCommon.js +5 -24
  228. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +10 -56
  229. package/es/components/fabric-chart/src/hooks/useDraw.js +52 -116
  230. package/es/components/fabric-chart/src/hooks/useEvent.js +56 -49
  231. package/es/components/fabric-chart/src/hooks/useGrid.js +4 -15
  232. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +2 -10
  233. package/es/components/fabric-chart/src/hooks/useShadow.js +7 -4
  234. package/es/components/fabric-chart/src/interface.d.ts +1 -0
  235. package/es/components/fabric-chart/src/utils/index.js +2 -12
  236. package/es/components/field-editor/index.d.ts +51 -42
  237. package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -42
  238. package/es/components/field-editor/src/FieldEditor.vue2.js +11 -15
  239. package/es/components/field-editor/src/fields.js +31 -232
  240. package/es/components/field-set/index.d.ts +13 -13
  241. package/es/components/field-set/src/FieldColor.vue.d.ts +245 -157
  242. package/es/components/field-set/src/FieldColor.vue2.js +18 -92
  243. package/es/components/field-set/src/FieldFilter.vue.d.ts +80 -54
  244. package/es/components/field-set/src/FieldFilter.vue2.js +11 -36
  245. package/es/components/field-set/src/FieldSet.vue.d.ts +83 -69
  246. package/es/components/field-set/src/FieldSet.vue2.js +47 -212
  247. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  248. package/es/components/field-set/src/Index.vue2.js +22 -53
  249. package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
  250. package/es/components/field-set/src/TableStyle.vue2.js +28 -69
  251. package/es/components/field-set/src/components/condition.vue.d.ts +60 -32
  252. package/es/components/field-set/src/components/condition.vue2.js +10 -33
  253. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +175 -102
  254. package/es/components/field-set/src/components/edit-dialog.vue2.js +18 -114
  255. package/es/components/field-set/src/components/edit-filter.vue.d.ts +80 -43
  256. package/es/components/field-set/src/components/edit-filter.vue2.js +6 -25
  257. package/es/components/field-set/src/components/table-row.vue.d.ts +36 -36
  258. package/es/components/field-set/src/components/table-row.vue2.js +29 -123
  259. package/es/components/field-set/src/constants/filter.js +43 -328
  260. package/es/components/field-set/src/constants/index.js +65 -504
  261. package/es/components/field-set/src/utils/index.js +6 -18
  262. package/es/components/form-config/index.d.ts +1409 -427
  263. package/es/components/form-config/index.js +0 -1
  264. package/es/components/form-config/src/FormConfig.vue.d.ts +1409 -427
  265. package/es/components/form-config/src/FormConfig.vue2.js +25 -26
  266. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -51
  267. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +17 -12
  268. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  269. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +12 -21
  270. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1104 -204
  271. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +37 -32
  272. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +124 -86
  273. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +36 -104
  274. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  275. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  276. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +5 -8
  277. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  278. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +30 -31
  279. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  280. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +35 -36
  281. package/es/components/form-config/src/constants/index.d.ts +1 -0
  282. package/es/components/form-config/src/constants/index.js +30 -176
  283. package/es/components/form-config/src/hooks/useConfigurationField.js +33 -23
  284. package/es/components/form-config/src/hooks/useDataNormalize.js +2 -8
  285. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  286. package/es/components/form-config/src/hooks/useSortalbeConfig.js +4 -21
  287. package/es/components/form-config/src/utils/index.js +10 -6
  288. package/es/components/form-render/index.d.ts +49 -40
  289. package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
  290. package/es/components/form-render/src/FormRender.vue2.js +119 -243
  291. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -40
  292. package/es/components/form-render/src/FormRenderWrapper.vue2.js +18 -6
  293. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  294. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  295. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +2 -8
  296. package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.js +17 -16
  297. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  298. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -8
  299. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  300. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
  301. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  302. package/es/components/form-render/src/components/renderer/date.d.ts +7 -9
  303. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  304. package/es/components/form-render/src/components/renderer/formItem.js +2 -8
  305. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  306. package/es/components/form-render/src/components/renderer/inputGroup.js +6 -8
  307. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  308. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  309. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +32 -31
  310. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +49 -71
  311. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +32 -31
  312. package/es/components/form-render/src/components/renderer/lineBar/index.js +6 -6
  313. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  314. package/es/components/form-render/src/components/renderer/radio_checkbox.js +2 -8
  315. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  316. package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
  317. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  318. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  319. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  320. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  321. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  322. package/es/components/form-render/src/components/renderer/switch.js +4 -24
  323. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  324. package/es/components/form-render/src/components/renderer/textarea.d.ts +7 -7
  325. package/es/components/form-render/src/components/renderer/textarea.js +1 -1
  326. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  327. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  328. package/es/components/form-render/src/components/tooltipMessage.vue2.js +14 -18
  329. package/es/components/form-render/src/constants/index.js +6 -2
  330. package/es/components/form-render/src/hooks/useAnchor.d.ts +9 -1
  331. package/es/components/form-render/src/hooks/useAnchor.js +12 -10
  332. package/es/components/form-render/src/hooks/useBusinessBinding.js +18 -20
  333. package/es/components/form-render/src/hooks/useChangeContext.js +1 -3
  334. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  335. package/es/components/form-render/src/hooks/useCommonInjection.js +6 -21
  336. package/es/components/form-render/src/hooks/useCommonLog.js +4 -4
  337. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  338. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +60 -66
  339. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +8 -6
  340. package/es/components/form-render/src/hooks/useFieldNormalize.js +110 -97
  341. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -3
  342. package/es/components/form-render/src/hooks/useFormContext.js +27 -27
  343. package/es/components/form-render/src/hooks/useFormEvent.js +36 -50
  344. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  345. package/es/components/form-render/src/hooks/useFormGraph.js +1 -5
  346. package/es/components/form-render/src/hooks/useFormItemDeps.js +4 -15
  347. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -3
  348. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  349. package/es/components/form-render/src/hooks/useFormRenderOptions.js +75 -138
  350. package/es/components/form-render/src/hooks/useFormValidator.js +2 -8
  351. package/es/components/form-render/src/hooks/useLowCodeEvent.js +2 -8
  352. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -4
  353. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +29 -22
  354. package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +2 -7
  355. package/es/components/form-render/src/hooks/useOperationalForm.js +26 -24
  356. package/es/components/form-render/src/hooks/usePresetScope.js +3 -1
  357. package/es/components/form-render/src/hooks/useSelectedSetting.js +1 -3
  358. package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -3
  359. package/es/components/form-render/src/types/index.d.ts +1 -0
  360. package/es/components/form-render/src/utils/business.js +38 -48
  361. package/es/components/form-render/src/utils/dom.js +5 -9
  362. package/es/components/form-render/src/utils/index.d.ts +3 -3
  363. package/es/components/form-render/src/utils/schema.js +4 -24
  364. package/es/components/form-render/src/utils/valueFormatter.js +6 -5
  365. package/es/components/grid/index.d.ts +1 -1
  366. package/es/components/grid/src/Grid.d.ts +1 -1
  367. package/es/components/grid/src/hooks.js +151 -1
  368. package/es/components/guide/src/renderer.d.ts +5 -5
  369. package/es/components/guide/src/utils/index.js +121 -184
  370. package/es/components/iho-chat/index.d.ts +860 -760
  371. package/es/components/iho-chat/src/Index.vue.d.ts +860 -760
  372. package/es/components/iho-chat/src/Index.vue2.js +6 -11
  373. package/es/components/iho-chat/src/api/index.js +1 -3
  374. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  375. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +49 -125
  376. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
  377. package/es/components/iho-chat/src/components/ChatFile.vue2.js +11 -66
  378. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
  379. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +104 -193
  380. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +319 -272
  381. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +9 -43
  382. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
  383. package/es/components/iho-chat/src/components/ChatMain.vue2.js +36 -52
  384. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +74 -61
  385. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +60 -107
  386. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  387. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +40 -112
  388. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  389. package/es/components/iho-chat/src/components/ChatSet.vue2.js +61 -182
  390. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  391. package/es/components/iho-chat/src/components/ContextMenu.js +47 -63
  392. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
  393. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +25 -28
  394. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  395. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -28
  396. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  397. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  398. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
  399. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -42
  400. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
  401. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -137
  402. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  403. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
  404. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  405. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +5 -10
  406. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +82 -63
  407. package/es/components/iho-chat/src/components/SiderList.vue2.js +8 -42
  408. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  409. package/es/components/iho-chat/src/components/Video.vue2.js +9 -40
  410. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  411. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  412. package/es/components/iho-chat/src/hooks/useData.js +83 -123
  413. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +8 -2
  414. package/es/components/iho-chat/src/hooks/useDraggable.js +14 -54
  415. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  416. package/es/components/iho-chat/src/hooks/useSearchPatientList.js +1 -3
  417. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  418. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -3
  419. package/es/components/iho-chat/src/hooks/useVideo.d.ts +11 -6
  420. package/es/components/iho-chat/src/hooks/useVideo.js +2 -15
  421. package/es/components/iho-chat/src/hooks/useWebSocket.js +49 -71
  422. package/es/components/iho-chat/src/utils/chatSock.js +17 -18
  423. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  424. package/es/components/iho-chat/src/utils/index.js +10 -79
  425. package/es/components/iho-table/index.d.ts +3155 -1729
  426. package/es/components/iho-table/index.js +27 -5
  427. package/es/components/iho-table/src/IhoTable.vue.d.ts +3156 -1730
  428. package/es/components/iho-table/src/IhoTable.vue2.js +114 -150
  429. package/es/components/iho-table/src/constants/index.d.ts +3 -3
  430. package/es/components/iho-table/src/constants/index.js +56 -3
  431. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
  432. package/es/components/iho-table/src/hooks/tapHooks/index.js +57 -36
  433. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  434. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +11 -5
  435. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -3
  436. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +1 -3
  437. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  438. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +233 -50
  439. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  440. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +1 -3
  441. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +12 -5
  442. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  443. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +6 -4
  444. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
  445. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  446. package/es/components/iho-table/src/hooks/useTableContext.js +1 -9
  447. package/es/components/iho-table/src/hooks/useTablePlugin.js +3 -11
  448. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  449. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +6 -2
  450. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +9 -17
  451. package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +2 -8
  452. package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -4
  453. package/es/components/iho-table/src/plugins/copyPastePlugin.js +12 -32
  454. package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +8 -35
  455. package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +26 -46
  456. package/es/components/iho-table/src/plugins/defaultValuePlugin.js +19 -18
  457. package/es/components/iho-table/src/plugins/dragScrollPlugin.js +23 -37
  458. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
  459. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +13 -46
  460. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +34 -21
  461. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +2 -4
  462. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  463. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +15 -46
  464. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  465. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +27 -72
  466. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  467. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +4 -17
  468. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +2 -8
  469. package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.js +15 -22
  470. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  471. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +15 -18
  472. package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +45 -55
  473. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +2 -6
  474. package/es/components/iho-table/src/plugins/operationalFormPlugin.js +25 -23
  475. package/es/components/iho-table/src/plugins/pagerScrollPlugin/index.js +32 -50
  476. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  477. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.js +2 -8
  478. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  479. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.js +3 -14
  480. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +39 -26
  481. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +28 -80
  482. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
  483. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +26 -3
  484. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  485. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
  486. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
  487. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +50 -47
  488. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +18 -60
  489. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +3 -9
  490. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  491. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +2 -8
  492. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
  493. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -5
  494. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +15 -13
  495. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +31 -49
  496. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
  497. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +14 -13
  498. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  499. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +10 -15
  500. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
  501. package/es/components/iho-table/src/plugins/rowClickPlugin.js +2 -10
  502. package/es/components/iho-table/src/plugins/rowDragPlugin.js +23 -52
  503. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +18 -13
  504. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +4 -5
  505. package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +16 -16
  506. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useColumn2Data.js +3 -10
  507. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useCurrentColumn.js +4 -12
  508. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useData2Column.js +43 -43
  509. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEditCell.js +14 -37
  510. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEventConvert.js +1 -5
  511. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHeaderCSS.js +7 -23
  512. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowClassName.js +4 -12
  513. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +2 -7
  514. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useTriggerRow.js +3 -9
  515. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  516. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +54 -64
  517. package/es/components/iho-table/src/plugins/virtualTreePlugin.js +27 -44
  518. package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +1 -6
  519. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  520. package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
  521. package/es/components/index.js +1 -5
  522. package/es/components/info-header/index.d.ts +201 -355
  523. package/es/components/info-header/src/InfoHeader.vue.d.ts +201 -355
  524. package/es/components/info-header/src/InfoHeader.vue2.js +83 -96
  525. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +38 -46
  526. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +81 -107
  527. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +45 -63
  528. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +31 -45
  529. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  530. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +34 -43
  531. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  532. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +22 -24
  533. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +111 -129
  534. package/es/components/info-header/src/components/infoDescription/index.vue2.js +77 -87
  535. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +66 -68
  536. package/es/components/info-header/src/components/patientInfo/index.vue2.js +33 -170
  537. package/es/components/info-header/src/hooks/useThemeOverrides.js +2 -6
  538. package/es/components/keyboard/index.d.ts +77 -65
  539. package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
  540. package/es/components/keyboard/src/Keyboard.vue2.js +17 -30
  541. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  542. package/es/components/keyboard/src/components/InputNumber.vue2.js +33 -36
  543. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
  544. package/es/components/keyboard/src/components/NumberPanel.vue2.js +16 -36
  545. package/es/components/map/index.d.ts +12 -12
  546. package/es/components/map/src/Map.vue.d.ts +12 -12
  547. package/es/components/map/src/Map.vue2.js +12 -18
  548. package/es/components/picture-clipper/index.d.ts +11 -11
  549. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  550. package/es/components/picture-clipper/src/PictureClipper.vue2.js +8 -20
  551. package/es/components/quick-search/index.d.ts +73 -32
  552. package/es/components/quick-search/src/index.vue.d.ts +73 -32
  553. package/es/components/quick-search/src/index.vue2.js +23 -85
  554. package/es/components/recommend-search/index.d.ts +79 -79
  555. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  556. package/es/components/recommend-search/src/RecommendSearch.vue2.js +21 -56
  557. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  558. package/es/components/recommend-search/src/components/BaseSearch.js +2 -8
  559. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  560. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +15 -36
  561. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  562. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +55 -55
  563. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  564. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +10 -23
  565. package/es/components/recommend-search/src/constant/index.js +3 -1
  566. package/es/components/scale-view/index.d.ts +107 -87
  567. package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
  568. package/es/components/scale-view/src/ScaleView.vue2.js +19 -58
  569. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  570. package/es/components/scale-view/src/components/AnswerParse.vue2.js +13 -75
  571. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  572. package/es/components/scale-view/src/components/DescribeContent.vue2.js +10 -13
  573. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  574. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +24 -44
  575. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  576. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +7 -26
  577. package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -3
  578. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  579. package/es/components/scale-view/src/components/NoData.vue2.js +8 -28
  580. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  581. package/es/components/scale-view/src/components/ScaleScore.js +4 -45
  582. package/es/components/scale-view/src/components/formitem/r-address.d.ts +9 -6
  583. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
  584. package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
  585. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
  586. package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -40
  587. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
  588. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
  589. package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
  590. package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
  591. package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
  592. package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
  593. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
  594. package/es/components/scale-view/src/components/formitem/r-radio.js +4 -24
  595. package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
  596. package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
  597. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
  598. package/es/components/scale-view/src/components/formitem/r-sign.js +9 -64
  599. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
  600. package/es/components/scale-view/src/components/formitem/r-upload.js +8 -56
  601. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  602. package/es/components/scale-view/src/components/formitem/sign-com.js +2 -8
  603. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +9 -5
  604. package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
  605. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
  606. package/es/components/scale-view/src/directive/drag-move.js +5 -40
  607. package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -39
  608. package/es/components/scale-view/src/hooks/scaleview-init.js +4 -24
  609. package/es/components/scale-view/src/hooks/scaleview-methods.js +8 -56
  610. package/es/components/scale-view/src/hooks/scaleview-props.js +30 -132
  611. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -3
  612. package/es/components/scale-view/src/hooks/scaleview-submit.js +11 -80
  613. package/es/components/scale-view/src/hooks/scaleview-validate.js +14 -104
  614. package/es/components/scale-view/src/hooks/use-evaluate.js +3 -16
  615. package/es/components/scale-view/src/hooks/use-event.js +6 -23
  616. package/es/components/scale-view/src/hooks/use-noData.js +5 -32
  617. package/es/components/scale-view/src/utils/judge-types.js +8 -6
  618. package/es/components/search-cascader/index.d.ts +27 -27
  619. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  620. package/es/components/search-cascader/src/SearchCascader.vue2.js +11 -16
  621. package/es/components/search-cascader/src/components/ClearIcon.vue.js +16 -18
  622. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  623. package/es/components/search-cascader/src/constants/index.js +12 -4
  624. package/es/components/select-label/index.d.ts +119 -155
  625. package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
  626. package/es/components/select-label/src/LabelFormContent.vue2.js +25 -61
  627. package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
  628. package/es/components/select-label/src/SelectLabel.vue2.js +14 -49
  629. package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
  630. package/es/components/select-label/src/components/label-classify.vue2.js +27 -50
  631. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
  632. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +15 -30
  633. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
  634. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +9 -36
  635. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
  636. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +11 -27
  637. package/es/components/select-label/src/index.vue.d.ts +93 -107
  638. package/es/components/select-label/src/index.vue2.js +2 -1
  639. package/es/components/select-person/index.d.ts +257 -190
  640. package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
  641. package/es/components/select-person/src/SelectPerson.vue2.js +28 -64
  642. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
  643. package/es/components/select-person/src/SelectPersonRole.vue2.js +24 -107
  644. package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
  645. package/es/components/select-person/src/SelectPersonType.vue2.js +11 -45
  646. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  647. package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
  648. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  649. package/es/components/select-person/src/components/SearchGroupList.vue2.js +103 -104
  650. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
  651. package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
  652. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
  653. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -14
  654. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  655. package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
  656. package/es/components/select-person/src/index.vue.d.ts +307 -240
  657. package/es/components/select-person/src/index.vue2.js +11 -23
  658. package/es/components/select-person/src/utils/index.d.ts +1 -1
  659. package/es/components/select-person/src/utils/index.js +11 -9
  660. package/es/components/shortcut-provider/index.d.ts +9 -9
  661. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  662. package/es/components/shortcut-provider/src/ShortcutProvider.vue2.js +6 -8
  663. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  664. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -4
  665. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +3 -0
  666. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +18 -26
  667. package/es/components/shortcut-provider/src/utils/index.js +5 -27
  668. package/es/components/shortcut-setter/index.d.ts +289 -81
  669. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -81
  670. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +8 -23
  671. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
  672. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +28 -50
  673. package/es/components/slider-tree/index.d.ts +22 -22
  674. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  675. package/es/components/slider-tree/src/index.vue2.js +9 -21
  676. package/es/components/step-notice/index.d.ts +58 -58
  677. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  678. package/es/components/step-notice/src/StepNotice.vue2.js +43 -53
  679. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  680. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +27 -27
  681. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  682. package/es/components/step-notice/src/components/NoticeItem.vue2.js +80 -54
  683. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  684. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +44 -34
  685. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  686. package/es/components/step-notice/src/components/NoticeOperationList.vue2.js +43 -37
  687. package/es/components/steps-wheel/index.d.ts +17 -17
  688. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  689. package/es/components/steps-wheel/src/StepsWheel.vue2.js +221 -208
  690. package/es/components/table-export-field/index.d.ts +88 -66
  691. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
  692. package/es/components/table-export-field/src/components/ExportModal.vue2.js +22 -110
  693. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
  694. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +63 -107
  695. package/es/components/table-export-field/src/constants/index.js +3 -1
  696. package/es/components/table-export-field/src/index.vue.d.ts +88 -66
  697. package/es/components/table-export-field/src/index.vue2.js +8 -27
  698. package/es/components/table-export-field/src/types/index.d.ts +1 -0
  699. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +84 -71
  700. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +20 -46
  701. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +38 -25
  702. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +10 -9
  703. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  704. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +9 -10
  705. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  706. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +8 -7
  707. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  708. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +11 -12
  709. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +72 -59
  710. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
  711. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +4 -15
  712. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +107 -94
  713. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +43 -138
  714. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +256 -224
  715. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +42 -54
  716. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  717. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +21 -89
  718. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +57 -44
  719. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +22 -34
  720. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +60 -47
  721. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +32 -72
  722. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
  723. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +11 -23
  724. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  725. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +8 -7
  726. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  727. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +8 -21
  728. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  729. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +55 -77
  730. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  731. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +11 -12
  732. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  733. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +19 -38
  734. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  735. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +16 -36
  736. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +242 -210
  737. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +9 -64
  738. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
  739. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +4 -15
  740. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +279 -247
  741. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -119
  742. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  743. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +15 -12
  744. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +52 -39
  745. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +14 -33
  746. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +40 -27
  747. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +4 -9
  748. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  749. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +17 -17
  750. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +52 -39
  751. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +19 -46
  752. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +40 -27
  753. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +5 -17
  754. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  755. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +11 -16
  756. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  757. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +8 -21
  758. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  759. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +9 -23
  760. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  761. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +19 -38
  762. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  763. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +19 -22
  764. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
  765. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +59 -92
  766. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  767. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +10 -29
  768. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  769. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +12 -15
  770. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  771. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +15 -36
  772. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +337 -279
  773. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +211 -1680
  774. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +194 -39
  775. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
  776. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +5 -22
  777. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  778. package/es/components/table-filter/src/components/render-widget/index.vue.js +26 -64
  779. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +324 -266
  780. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
  781. package/es/components/table-filter/src/constants/index.js +12 -4
  782. package/es/components/table-filter/src/hooks/useAdvanced.js +21 -31
  783. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  784. package/es/components/table-filter/src/hooks/useMixins.js +2 -8
  785. package/es/components/table-filter/src/hooks/useRenderWidget.js +15 -33
  786. package/es/components/table-filter/src/tool/baseOptions.js +20 -152
  787. package/es/components/table-filter/src/tool/date.js +5 -10
  788. package/es/components/table-filter/src/tool/transformData.js +5 -26
  789. package/es/components/time-line/index.d.ts +11 -11
  790. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  791. package/es/components/time-line/src/TimeLine.vue2.js +49 -44
  792. package/es/components/time-picker/index.d.ts +19 -19
  793. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  794. package/es/components/time-picker/src/TimePicker.vue2.js +58 -60
  795. package/es/components/tooth-bitmap/index.d.ts +14 -14
  796. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  797. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +9 -35
  798. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
  799. package/es/components/vertify/src/components/IdentityVerification.vue2.js +18 -79
  800. package/es/components/vertify/src/utils/dialog.js +3 -16
  801. package/es/components/vod-chunk-upload/index.d.ts +248 -28
  802. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  803. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +35 -126
  804. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -36
  805. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +11 -72
  806. package/es/components/vod-chunk-upload/src/hooks/vod-computed.js +5 -17
  807. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
  808. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -103
  809. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
  810. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +3 -16
  811. package/es/env.d.ts +25 -25
  812. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  813. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
  814. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  815. package/es/shared/components/CancelRadio/CancelRadio.js +3 -1
  816. package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
  817. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  818. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  819. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  820. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  821. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  822. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  823. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
  824. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  825. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
  826. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  827. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  828. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  829. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  830. package/es/shared/components/player-vod/player.d.ts +4 -4
  831. package/es/shared/components/player-vod/video-list.d.ts +77 -4
  832. package/es/shared/components/player-vod/video-modal.d.ts +23 -5
  833. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  834. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  835. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  836. package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
  837. package/es/shared/package.json.js +1 -1
  838. package/es/shared/utils/ho-edge.d.ts +12 -0
  839. package/es/shared/utils/ho-edge.js +58 -0
  840. package/es/shared/utils/index.d.ts +1 -1
  841. package/es/shared/utils/index.js +1 -14
  842. package/package.json +2 -2
  843. package/es/components/form-config/src/hooks/useLocale.d.ts +0 -60
  844. package/es/components/form-config/src/hooks/useLocale.js +0 -307
@@ -1,5 +1,5 @@
1
1
  import { IClassifyListType } from '../../../../../components/table-filter/src/types';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  searchFieldList: {
4
4
  type: ArrayConstructor;
5
5
  default: () => never[];
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
13
13
  type: BooleanConstructor;
14
14
  default: boolean;
15
15
  };
16
- }, {
17
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
16
+ }>, {
17
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
18
  searchFieldList: {
19
19
  type: ArrayConstructor;
20
20
  default: () => never[];
@@ -28,20 +28,20 @@ declare const _default: import("vue").DefineComponent<{
28
28
  type: BooleanConstructor;
29
29
  default: boolean;
30
30
  };
31
- }>> & {
31
+ }>> & Readonly<{
32
32
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
33
33
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
34
34
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
35
- }>>;
35
+ }> & {}>;
36
36
  emit: (event: "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", ...args: any[]) => void;
37
- $message: import("naive-ui").MessageApi;
37
+ $message: import("naive-ui/es/message").MessageApi;
38
38
  handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
39
- conditionList: import("vue").Ref<unknown[]>;
40
- addVisible: import("vue").Ref<boolean>;
41
- actionList_prop: import("vue").Ref<{}>;
42
- newSearchFieldList: any;
43
- saveLoading: import("vue").Ref<boolean>;
44
- searchFilter: any;
39
+ conditionList: import("vue").Ref<unknown[], unknown[]>;
40
+ addVisible: import("vue").Ref<boolean, boolean>;
41
+ actionList_prop: import("vue").Ref<{}, {}>;
42
+ newSearchFieldList: import("vue").Ref<any, any>;
43
+ saveLoading: import("vue").Ref<boolean, boolean>;
44
+ searchFilter: import("vue").Ref<any, any>;
45
45
  filterApiConfig: import("../../../../../shared/types").AnyObject;
46
46
  attrs: {
47
47
  [x: string]: unknown;
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
57
57
  setOneVisible: (flag: boolean) => void;
58
58
  resetPopconfirm: () => Promise<void>;
59
59
  oneVisible: import("vue").ComputedRef<boolean>;
60
- NButton: any;
61
- TableModal: import("vue").DefineComponent<{
60
+ readonly NButton: any;
61
+ TableModal: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
62
62
  visibleIn: {
63
63
  type: BooleanConstructor;
64
64
  };
@@ -95,8 +95,8 @@ declare const _default: import("vue").DefineComponent<{
95
95
  type: FunctionConstructor;
96
96
  default: () => HTMLElement;
97
97
  };
98
- }, {
99
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
98
+ }>, {
99
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
100
100
  visibleIn: {
101
101
  type: BooleanConstructor;
102
102
  };
@@ -133,18 +133,18 @@ declare const _default: import("vue").DefineComponent<{
133
133
  type: FunctionConstructor;
134
134
  default: () => HTMLElement;
135
135
  };
136
- }>> & {
136
+ }>> & Readonly<{
137
137
  onClose?: ((...args: any[]) => any) | undefined;
138
138
  onHandleOk?: ((...args: any[]) => any) | undefined;
139
139
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
140
140
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
141
- }>>;
141
+ }> & {}>;
142
142
  emits: (event: "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", ...args: any[]) => void;
143
143
  homeList: any;
144
- visible: import("vue").Ref<boolean>;
145
- isChangeWindow: import("vue").Ref<boolean>;
146
- modalWidth: import("vue").Ref<string>;
147
- modalHeight: import("vue").Ref<string>;
144
+ visible: import("vue").Ref<boolean, boolean>;
145
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
146
+ modalWidth: import("vue").Ref<string, string>;
147
+ modalHeight: import("vue").Ref<string, string>;
148
148
  isShowResetButton: boolean;
149
149
  handleOk: () => void;
150
150
  close: () => void;
@@ -160,17 +160,17 @@ declare const _default: import("vue").DefineComponent<{
160
160
  changeModalWindow: () => void;
161
161
  popconfirm: (e: any) => void;
162
162
  handleOperationItem: (option: string, item: IClassifyListType, name?: string | undefined) => void;
163
- NModal: any;
164
- NCard: any;
165
- NIcon: any;
166
- NButton: any;
167
- NTooltip: any;
168
- NSwitch: any;
169
- NPopconfirm: any;
170
- 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<{}>>, {}>;
171
- 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<{}>>, {}>;
172
- 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<{}>>, {}>;
173
- Draggable: import("vue").DefineComponent<{
163
+ readonly NModal: any;
164
+ readonly NCard: any;
165
+ readonly NIcon: any;
166
+ readonly NButton: any;
167
+ readonly NTooltip: any;
168
+ readonly NSwitch: any;
169
+ readonly NPopconfirm: any;
170
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
171
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
172
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
173
+ readonly Draggable: import("vue").DefineComponent<{
174
174
  list: {
175
175
  type: ArrayConstructor;
176
176
  required: boolean;
@@ -242,8 +242,8 @@ declare const _default: import("vue").DefineComponent<{
242
242
  list: unknown[];
243
243
  modelValue: unknown[];
244
244
  componentData: Record<string, any>;
245
- }>;
246
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
245
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
246
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "handleOk" | "resetPopconfirm" | "finishSubmit")[], "close" | "handleOk" | "resetPopconfirm" | "finishSubmit", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
247
247
  visibleIn: {
248
248
  type: BooleanConstructor;
249
249
  };
@@ -280,19 +280,19 @@ declare const _default: import("vue").DefineComponent<{
280
280
  type: FunctionConstructor;
281
281
  default: () => HTMLElement;
282
282
  };
283
- }>> & {
283
+ }>> & Readonly<{
284
284
  onClose?: ((...args: any[]) => any) | undefined;
285
285
  onHandleOk?: ((...args: any[]) => any) | undefined;
286
286
  onResetPopconfirm?: ((...args: any[]) => any) | undefined;
287
287
  onFinishSubmit?: ((...args: any[]) => any) | undefined;
288
- }, {
289
- type: string;
288
+ }>, {
290
289
  loading: boolean;
291
- dataSource: unknown[];
290
+ type: string;
292
291
  visibleIn: boolean;
292
+ dataSource: unknown[];
293
293
  getContainer: Function;
294
- }>;
295
- SearchFilter: import("vue").DefineComponent<{
294
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
295
+ SearchFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
296
296
  visible: {
297
297
  type: BooleanConstructor;
298
298
  default: boolean;
@@ -309,8 +309,8 @@ declare const _default: import("vue").DefineComponent<{
309
309
  type: ArrayConstructor;
310
310
  default: () => never[];
311
311
  };
312
- }, {
313
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
312
+ }>, {
313
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
314
314
  visible: {
315
315
  type: BooleanConstructor;
316
316
  default: boolean;
@@ -327,18 +327,24 @@ declare const _default: import("vue").DefineComponent<{
327
327
  type: ArrayConstructor;
328
328
  default: () => never[];
329
329
  };
330
- }>> & {
330
+ }>> & Readonly<{
331
331
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
332
- }>>;
332
+ }> & {}>;
333
333
  emits: (event: "cancelSaveAdd", ...args: any[]) => void;
334
- addVisible: import("vue").Ref<boolean>;
335
- isChangeWindow: import("vue").Ref<boolean>;
336
- modalWidth: import("vue").Ref<string>;
334
+ addVisible: import("vue").Ref<boolean, boolean>;
335
+ isChangeWindow: import("vue").Ref<boolean, boolean>;
336
+ modalWidth: import("vue").Ref<string, string>;
337
337
  bodyStyle: import("vue").Ref<{
338
338
  maxHeight: string;
339
339
  height: string;
340
+ }, {
341
+ maxHeight: string;
342
+ height: string;
343
+ } | {
344
+ maxHeight: string;
345
+ height: string;
340
346
  }>;
341
- conditionApiRef: any;
347
+ conditionApiRef: import("vue").Ref<any, any>;
342
348
  filterTimer: any;
343
349
  classifyfilterType: String;
344
350
  init: () => void;
@@ -349,10 +355,10 @@ declare const _default: import("vue").DefineComponent<{
349
355
  clearConditions: () => void;
350
356
  resetChangeWindow: () => void;
351
357
  changeModalWindow: () => void;
352
- NModal: any;
353
- NCard: any;
354
- NButton: any;
355
- ClassifyFilterConditionByApi: import("vue").DefineComponent<{
358
+ readonly NModal: any;
359
+ readonly NCard: any;
360
+ readonly NButton: any;
361
+ ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
356
362
  actionList_prop: {
357
363
  type: import("vue").PropType<IClassifyListType>;
358
364
  default: () => {};
@@ -377,14 +383,14 @@ declare const _default: import("vue").DefineComponent<{
377
383
  type: BooleanConstructor;
378
384
  default: boolean;
379
385
  };
380
- }, {
381
- $message: import("naive-ui").MessageApi;
386
+ }>, {
387
+ $message: import("naive-ui/es/message").MessageApi;
382
388
  menuProps: {
383
389
  class: string;
384
390
  };
385
391
  specialDateRange: string[];
386
392
  specialCustomDateRange: string[];
387
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
393
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
388
394
  actionList_prop: {
389
395
  type: import("vue").PropType<IClassifyListType>;
390
396
  default: () => {};
@@ -409,10 +415,10 @@ declare const _default: import("vue").DefineComponent<{
409
415
  type: BooleanConstructor;
410
416
  default: boolean;
411
417
  };
412
- }>> & {
418
+ }>> & Readonly<{
413
419
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
414
420
  onSaveAdd?: ((...args: any[]) => any) | undefined;
415
- }>>;
421
+ }> & {}>;
416
422
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
417
423
  $attrs: {
418
424
  [x: string]: unknown;
@@ -430,9 +436,9 @@ declare const _default: import("vue").DefineComponent<{
430
436
  customDate?: string | undefined;
431
437
  }[];
432
438
  };
433
- loading: import("vue").Ref<boolean>;
434
- parentInputRef: import("vue").Ref<any>;
435
- parentInputAddRef: import("vue").Ref<any>;
439
+ loading: import("vue").Ref<boolean, boolean>;
440
+ parentInputRef: import("vue").Ref<any, any>;
441
+ parentInputAddRef: import("vue").Ref<any, any>;
436
442
  DisplayCategoryState: {
437
443
  addDisplayCategory: string;
438
444
  displayCategories: {
@@ -473,16 +479,16 @@ declare const _default: import("vue").DefineComponent<{
473
479
  saveAdd: () => void;
474
480
  cancelSaveAdd: () => void;
475
481
  checkActionList: () => boolean;
476
- NSpin: any;
477
- NIcon: any;
478
- NInput: any;
479
- NButton: any;
480
- NTooltip: any;
481
- NSelect: any;
482
- 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<{}>>, {}>;
483
- 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<{}>>, {}>;
484
- 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<{}>>, {}>;
485
- ValueCfg: import("vue").DefineComponent<{
482
+ readonly NSpin: any;
483
+ readonly NIcon: any;
484
+ readonly NInput: any;
485
+ readonly NButton: any;
486
+ readonly NTooltip: any;
487
+ readonly NSelect: any;
488
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
489
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
490
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
491
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
486
492
  item: {
487
493
  type: ObjectConstructor;
488
494
  default: null;
@@ -506,8 +512,8 @@ declare const _default: import("vue").DefineComponent<{
506
512
  type: StringConstructor;
507
513
  default: null;
508
514
  };
509
- }, {
510
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
515
+ }>, {
516
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
511
517
  item: {
512
518
  type: ObjectConstructor;
513
519
  default: null;
@@ -531,19 +537,19 @@ declare const _default: import("vue").DefineComponent<{
531
537
  type: StringConstructor;
532
538
  default: null;
533
539
  };
534
- }>> & {
540
+ }>> & Readonly<{
535
541
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
536
542
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
537
543
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
538
544
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
539
- }>>;
545
+ }> & {}>;
540
546
  emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
541
- valueCp: import("vue").WritableComputedRef<any>;
542
- presetValCp: import("vue").WritableComputedRef<string>;
543
- isAccurateCp: import("vue").WritableComputedRef<boolean>;
544
- customDateCp: import("vue").WritableComputedRef<string>;
547
+ valueCp: import("vue").WritableComputedRef<any, any>;
548
+ presetValCp: import("vue").WritableComputedRef<string, string>;
549
+ isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
550
+ customDateCp: import("vue").WritableComputedRef<string, string>;
545
551
  widgetType: import("vue").ComputedRef<any>;
546
- Date: import("vue").DefineComponent<{
552
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
547
553
  componentCfg: {
548
554
  type: ObjectConstructor;
549
555
  };
@@ -567,8 +573,8 @@ declare const _default: import("vue").DefineComponent<{
567
573
  type: StringConstructor;
568
574
  default: null;
569
575
  };
570
- }, {
571
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
576
+ }>, {
577
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
572
578
  componentCfg: {
573
579
  type: ObjectConstructor;
574
580
  };
@@ -592,15 +598,15 @@ declare const _default: import("vue").DefineComponent<{
592
598
  type: StringConstructor;
593
599
  default: null;
594
600
  };
595
- }>> & {
601
+ }>> & Readonly<{
596
602
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
597
603
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
598
604
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
599
- }>>;
605
+ }> & {}>;
600
606
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
601
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
602
- valueCp: import("vue").WritableComputedRef<any>;
603
- presetValCp: import("vue").WritableComputedRef<string>;
607
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
608
+ valueCp: import("vue").WritableComputedRef<any, any>;
609
+ presetValCp: import("vue").WritableComputedRef<string, string>;
604
610
  dateType: any;
605
611
  valueFormat: import("vue").ComputedRef<string>;
606
612
  compType: import("vue").ComputedRef<any>;
@@ -615,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
615
621
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
616
622
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
617
623
  };
618
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
624
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
619
625
  updateUnchangedValue: {
620
626
  type: BooleanConstructor;
621
627
  };
@@ -643,14 +649,18 @@ declare const _default: import("vue").DefineComponent<{
643
649
  type: StringConstructor;
644
650
  default: string;
645
651
  };
652
+ updateValueOnClose: {
653
+ type: BooleanConstructor;
654
+ default: boolean;
655
+ };
646
656
  isDateDisabled: {
647
657
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
648
658
  };
649
- }, {
659
+ }>, {
650
660
  attrs: {
651
661
  [x: string]: unknown;
652
662
  };
653
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
663
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
654
664
  updateUnchangedValue: {
655
665
  type: BooleanConstructor;
656
666
  };
@@ -678,18 +688,22 @@ declare const _default: import("vue").DefineComponent<{
678
688
  type: StringConstructor;
679
689
  default: string;
680
690
  };
691
+ updateValueOnClose: {
692
+ type: BooleanConstructor;
693
+ default: boolean;
694
+ };
681
695
  isDateDisabled: {
682
696
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
683
697
  };
684
- }>> & {
698
+ }>> & Readonly<{
685
699
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
686
- }>>;
700
+ }> & {}>;
687
701
  emit: (event: "update:formatted-value", ...args: any[]) => void;
688
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
689
- panelInstRef: import("vue").Ref<null>;
690
- placeholderRef: import("vue").Ref<any>;
691
- oldValue: string;
692
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
702
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
703
+ panelInstRef: import("vue").Ref<null, null>;
704
+ placeholderRef: import("vue").Ref<any, any>;
705
+ oldValue: (string | [string, string]) | null | undefined;
706
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
693
707
  isDateTime: import("vue").ComputedRef<boolean>;
694
708
  formatRef: import("vue").ComputedRef<string>;
695
709
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -704,8 +718,8 @@ declare const _default: import("vue").DefineComponent<{
704
718
  onConfirm: (...args: any[]) => Promise<void>;
705
719
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
706
720
  setShortcutValue: (type: "month" | "week") => Promise<void>;
707
- NDatePicker: any;
708
- }, 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<{
721
+ readonly NDatePicker: any;
722
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
709
723
  updateUnchangedValue: {
710
724
  type: BooleanConstructor;
711
725
  };
@@ -733,19 +747,24 @@ declare const _default: import("vue").DefineComponent<{
733
747
  type: StringConstructor;
734
748
  default: string;
735
749
  };
750
+ updateValueOnClose: {
751
+ type: BooleanConstructor;
752
+ default: boolean;
753
+ };
736
754
  isDateDisabled: {
737
755
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
738
756
  };
739
- }>> & {
757
+ }>> & Readonly<{
740
758
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
741
- }, {
759
+ }>, {
742
760
  type: string;
743
761
  updateUnchangedValue: boolean;
744
762
  to: string | false | HTMLElement;
745
763
  holidays: Date[];
746
- }>>;
747
- NSelect: any;
748
- DateOption: import("vue").DefineComponent<{
764
+ updateValueOnClose: boolean;
765
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
766
+ readonly NSelect: any;
767
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
749
768
  filterType: {
750
769
  type: StringConstructor;
751
770
  required: true;
@@ -770,7 +789,7 @@ declare const _default: import("vue").DefineComponent<{
770
789
  valueFormat: {
771
790
  type: StringConstructor;
772
791
  };
773
- }, {
792
+ }>, {
774
793
  widgetOptions: {
775
794
  label: string;
776
795
  value: string;
@@ -779,9 +798,9 @@ declare const _default: import("vue").DefineComponent<{
779
798
  label: string;
780
799
  value: string;
781
800
  }[];
782
- startDateNum: import("vue").Ref<any>;
783
- endDateNum: import("vue").Ref<any>;
784
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
801
+ startDateNum: import("vue").Ref<any, any>;
802
+ endDateNum: import("vue").Ref<any, any>;
803
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
785
804
  filterType: {
786
805
  type: StringConstructor;
787
806
  required: true;
@@ -806,17 +825,17 @@ declare const _default: import("vue").DefineComponent<{
806
825
  valueFormat: {
807
826
  type: StringConstructor;
808
827
  };
809
- }>> & {
828
+ }>> & Readonly<{
810
829
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
811
830
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
812
- }>>;
831
+ }> & {}>;
813
832
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
814
- valueCp: import("vue").WritableComputedRef<any>;
815
- presetValCp: import("vue").WritableComputedRef<string>;
833
+ valueCp: import("vue").WritableComputedRef<any, any>;
834
+ presetValCp: import("vue").WritableComputedRef<string, string>;
816
835
  handleChange: (val: any, type: "start" | "end") => void;
817
- NSelect: any;
818
- NInputNumber: any;
819
- }, 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<{
836
+ readonly NSelect: any;
837
+ readonly NInputNumber: any;
838
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
820
839
  filterType: {
821
840
  type: StringConstructor;
822
841
  required: true;
@@ -841,14 +860,14 @@ declare const _default: import("vue").DefineComponent<{
841
860
  valueFormat: {
842
861
  type: StringConstructor;
843
862
  };
844
- }>> & {
863
+ }>> & Readonly<{
845
864
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
846
865
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
847
- }, {
866
+ }>, {
848
867
  modelValue: string | number | unknown[];
849
868
  presetVal: string;
850
- }>;
851
- WidgetValEnums: {
869
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
870
+ readonly WidgetValEnums: {
852
871
  CUSTOM: string;
853
872
  FIRST_VAL: string;
854
873
  WHOLE: string;
@@ -879,7 +898,7 @@ declare const _default: import("vue").DefineComponent<{
879
898
  NEXT_YEAR: string;
880
899
  LAST_YEAR: string;
881
900
  };
882
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
901
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
883
902
  componentCfg: {
884
903
  type: ObjectConstructor;
885
904
  };
@@ -903,17 +922,17 @@ declare const _default: import("vue").DefineComponent<{
903
922
  type: StringConstructor;
904
923
  default: null;
905
924
  };
906
- }>> & {
925
+ }>> & Readonly<{
907
926
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
908
927
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
909
928
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
910
- }, {
929
+ }>, {
911
930
  modelValue: string | number | unknown[];
912
931
  paramCfg: Record<string, any>;
913
932
  presetVal: string;
914
933
  customDate: string;
915
- }>;
916
- InputFilter: import("vue").DefineComponent<{
934
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
935
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
917
936
  paramCfg: {
918
937
  type: ObjectConstructor;
919
938
  default: null;
@@ -925,8 +944,8 @@ declare const _default: import("vue").DefineComponent<{
925
944
  isAccurateFilter: {
926
945
  type: BooleanConstructor;
927
946
  };
928
- }, {
929
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
947
+ }>, {
948
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
930
949
  paramCfg: {
931
950
  type: ObjectConstructor;
932
951
  default: null;
@@ -938,21 +957,27 @@ declare const _default: import("vue").DefineComponent<{
938
957
  isAccurateFilter: {
939
958
  type: BooleanConstructor;
940
959
  };
941
- }>> & {
960
+ }>> & Readonly<{
942
961
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
943
962
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
944
- }>>;
963
+ }> & {}>;
945
964
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
946
965
  optionList: import("vue").Ref<{
947
966
  label: string;
948
967
  value: number;
968
+ }[], {
969
+ label: string;
970
+ value: number;
971
+ }[] | {
972
+ label: string;
973
+ value: number;
949
974
  }[]>;
950
- valueCp: import("vue").WritableComputedRef<any>;
951
- isAccurateFilterCp: import("vue").WritableComputedRef<number>;
975
+ valueCp: import("vue").WritableComputedRef<any, any>;
976
+ isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
952
977
  isShowSearch: import("vue").ComputedRef<any>;
953
- NInput: any;
954
- NSelect: any;
955
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
978
+ readonly NInput: any;
979
+ readonly NSelect: any;
980
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
956
981
  paramCfg: {
957
982
  type: ObjectConstructor;
958
983
  default: null;
@@ -964,42 +989,42 @@ declare const _default: import("vue").DefineComponent<{
964
989
  isAccurateFilter: {
965
990
  type: BooleanConstructor;
966
991
  };
967
- }>> & {
992
+ }>> & Readonly<{
968
993
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
969
994
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
970
- }, {
995
+ }>, {
971
996
  modelValue: string | number | unknown[];
972
997
  paramCfg: Record<string, any>;
973
998
  isAccurateFilter: boolean;
974
- }>;
975
- InputNumber: import("vue").DefineComponent<{
999
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1000
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
976
1001
  modelValue: {
977
1002
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
978
1003
  default: null;
979
1004
  };
980
- }, {
981
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1005
+ }>, {
1006
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
982
1007
  modelValue: {
983
1008
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
984
1009
  default: null;
985
1010
  };
986
- }>> & {
1011
+ }>> & Readonly<{
987
1012
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
988
- }>>;
1013
+ }> & {}>;
989
1014
  emit: (event: "update:modelValue", ...args: any[]) => void;
990
- valueCp: import("vue").WritableComputedRef<any>;
991
- NInputNumber: any;
992
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1015
+ valueCp: import("vue").WritableComputedRef<any, any>;
1016
+ readonly NInputNumber: any;
1017
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
993
1018
  modelValue: {
994
1019
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
995
1020
  default: null;
996
1021
  };
997
- }>> & {
1022
+ }>> & Readonly<{
998
1023
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
999
- }, {
1024
+ }>, {
1000
1025
  modelValue: string | number | unknown[];
1001
- }>;
1002
- SelectFilter: import("vue").DefineComponent<{
1026
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1027
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1003
1028
  paramCfg: {
1004
1029
  type: ObjectConstructor;
1005
1030
  default: null;
@@ -1012,8 +1037,8 @@ declare const _default: import("vue").DefineComponent<{
1012
1037
  type: StringConstructor;
1013
1038
  default: string;
1014
1039
  };
1015
- }, {
1016
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1040
+ }>, {
1041
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1017
1042
  paramCfg: {
1018
1043
  type: ObjectConstructor;
1019
1044
  default: null;
@@ -1026,15 +1051,15 @@ declare const _default: import("vue").DefineComponent<{
1026
1051
  type: StringConstructor;
1027
1052
  default: string;
1028
1053
  };
1029
- }>> & {
1054
+ }>> & Readonly<{
1030
1055
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1031
- }>>;
1056
+ }> & {}>;
1032
1057
  emit: (event: "update:modelValue", ...args: any[]) => void;
1033
- valueCp: import("vue").WritableComputedRef<any>;
1058
+ valueCp: import("vue").WritableComputedRef<any, any>;
1034
1059
  optionSetting: import("vue").ComputedRef<any>;
1035
1060
  widgetOptions: import("vue").ComputedRef<any>;
1036
- NSelect: any;
1037
- WidgetOptionEnums: {
1061
+ readonly NSelect: any;
1062
+ readonly WidgetOptionEnums: {
1038
1063
  RADIO: string;
1039
1064
  MULTIPLE: string;
1040
1065
  ALL: string;
@@ -1043,7 +1068,7 @@ declare const _default: import("vue").DefineComponent<{
1043
1068
  FUTURE_TIME: string;
1044
1069
  CUSTOM_TIME: string;
1045
1070
  };
1046
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1071
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1047
1072
  paramCfg: {
1048
1073
  type: ObjectConstructor;
1049
1074
  default: null;
@@ -1056,14 +1081,14 @@ declare const _default: import("vue").DefineComponent<{
1056
1081
  type: StringConstructor;
1057
1082
  default: string;
1058
1083
  };
1059
- }>> & {
1084
+ }>> & Readonly<{
1060
1085
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1061
- }, {
1086
+ }>, {
1062
1087
  modelValue: string | number | unknown[];
1063
1088
  widgetType: string;
1064
1089
  paramCfg: Record<string, any>;
1065
- }>;
1066
- SelectDynamic: import("vue").DefineComponent<{
1090
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1091
+ readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1067
1092
  paramCfg: {
1068
1093
  type: ObjectConstructor;
1069
1094
  default: null;
@@ -1072,9 +1097,9 @@ declare const _default: import("vue").DefineComponent<{
1072
1097
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1073
1098
  default: null;
1074
1099
  };
1075
- }, {
1076
- message: import("naive-ui").MessageApi;
1077
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1100
+ }>, {
1101
+ message: import("naive-ui/es/message").MessageApi;
1102
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1078
1103
  paramCfg: {
1079
1104
  type: ObjectConstructor;
1080
1105
  default: null;
@@ -1083,23 +1108,23 @@ declare const _default: import("vue").DefineComponent<{
1083
1108
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1084
1109
  default: null;
1085
1110
  };
1086
- }>> & {
1111
+ }>> & Readonly<{
1087
1112
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1088
- }>>;
1113
+ }> & {}>;
1089
1114
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1090
1115
  emit: (event: "update:modelValue", ...args: any[]) => void;
1091
- selectDynamicRef: any;
1092
- isLoading: import("vue").Ref<boolean>;
1116
+ selectDynamicRef: import("vue").Ref<any, any>;
1117
+ isLoading: import("vue").Ref<boolean, boolean>;
1093
1118
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1094
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1095
- totalPage: import("vue").Ref<number>;
1119
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1120
+ totalPage: import("vue").Ref<number, number>;
1096
1121
  menuProps: {
1097
1122
  class: string;
1098
1123
  };
1099
- curPage: import("vue").Ref<number>;
1100
- fieldTitleList: import("vue").Ref<any>;
1101
- selectOptions: import("vue").Ref<any[]>;
1102
- keywordVal: import("vue").Ref<any>;
1124
+ curPage: import("vue").Ref<number, number>;
1125
+ fieldTitleList: import("vue").Ref<any, any>;
1126
+ selectOptions: import("vue").Ref<any[], any[]>;
1127
+ keywordVal: import("vue").Ref<any, any>;
1103
1128
  optionSetting: import("vue").ComputedRef<any>;
1104
1129
  isMultiple: import("vue").ComputedRef<boolean>;
1105
1130
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -1122,8 +1147,8 @@ declare const _default: import("vue").DefineComponent<{
1122
1147
  }>;
1123
1148
  init: () => void;
1124
1149
  saveDynamicBaseList: (selectValue: any[] | null) => void;
1125
- NSelect: any;
1126
- SelectDynamicOption: import("vue").DefineComponent<{
1150
+ readonly NSelect: any;
1151
+ SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1127
1152
  oldValue: {
1128
1153
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1129
1154
  default: () => never[];
@@ -1160,9 +1185,9 @@ declare const _default: import("vue").DefineComponent<{
1160
1185
  type: BooleanConstructor;
1161
1186
  default: boolean;
1162
1187
  };
1163
- }, {
1188
+ }>, {
1164
1189
  selectMinWidth: number;
1165
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1190
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1166
1191
  oldValue: {
1167
1192
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1168
1193
  default: () => never[];
@@ -1199,12 +1224,12 @@ declare const _default: import("vue").DefineComponent<{
1199
1224
  type: BooleanConstructor;
1200
1225
  default: boolean;
1201
1226
  };
1202
- }>> & {
1203
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1227
+ }>> & Readonly<{
1204
1228
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1205
- }>>;
1229
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1230
+ }> & {}>;
1206
1231
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
1207
- dragEndWidth: import("vue").Ref<number>;
1232
+ dragEndWidth: import("vue").Ref<number, number>;
1208
1233
  showKeys: import("vue").ComputedRef<any>;
1209
1234
  titleList: import("vue").ComputedRef<string[]>;
1210
1235
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -1212,16 +1237,16 @@ declare const _default: import("vue").DefineComponent<{
1212
1237
  searchByPage: (onePage: number) => void;
1213
1238
  changeWidth: ({ distance }: any) => void;
1214
1239
  saveWidth: () => void;
1215
- NEmpty: any;
1216
- NButtonGroup: any;
1217
- NButton: any;
1218
- NIcon: any;
1219
- NPopover: any;
1220
- vFlexibleResize: {
1240
+ readonly NEmpty: any;
1241
+ readonly NButtonGroup: any;
1242
+ readonly NButton: any;
1243
+ readonly NIcon: any;
1244
+ readonly NPopover: any;
1245
+ readonly vFlexibleResize: {
1221
1246
  mounted(el: any, { value }: any): void;
1222
1247
  beforeUnmount(el: any): void;
1223
1248
  };
1224
- WidgetValEnums: {
1249
+ readonly WidgetValEnums: {
1225
1250
  CUSTOM: string;
1226
1251
  FIRST_VAL: string;
1227
1252
  WHOLE: string;
@@ -1252,9 +1277,9 @@ declare const _default: import("vue").DefineComponent<{
1252
1277
  NEXT_YEAR: string;
1253
1278
  LAST_YEAR: string;
1254
1279
  };
1255
- ArrowBack: 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<{}>>, {}>;
1256
- ArrowForward: 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<{}>>, {}>;
1257
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1280
+ readonly ArrowBack: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1281
+ readonly ArrowForward: 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1282
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1258
1283
  oldValue: {
1259
1284
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1260
1285
  default: () => never[];
@@ -1291,21 +1316,21 @@ declare const _default: import("vue").DefineComponent<{
1291
1316
  type: BooleanConstructor;
1292
1317
  default: boolean;
1293
1318
  };
1294
- }>> & {
1295
- onUpdateSelect?: ((...args: any[]) => any) | undefined;
1319
+ }>> & Readonly<{
1296
1320
  onUpdatePage?: ((...args: any[]) => any) | undefined;
1297
- }, {
1298
- isMultiple: boolean;
1321
+ onUpdateSelect?: ((...args: any[]) => any) | undefined;
1322
+ }>, {
1299
1323
  loading: boolean;
1324
+ isMultiple: boolean;
1300
1325
  oldValue: import("../../../../../shared/types").AnyObject[];
1326
+ optionList: import("../../../../../shared/types").AnyObject[];
1327
+ isShowWhole: boolean;
1301
1328
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
1302
1329
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
1303
- optionList: import("../../../../../shared/types").AnyObject[];
1304
1330
  curPage: number;
1305
1331
  isLastPage: boolean;
1306
- isShowWhole: boolean;
1307
- }>;
1308
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1332
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1333
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1309
1334
  paramCfg: {
1310
1335
  type: ObjectConstructor;
1311
1336
  default: null;
@@ -1314,13 +1339,13 @@ declare const _default: import("vue").DefineComponent<{
1314
1339
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1315
1340
  default: null;
1316
1341
  };
1317
- }>> & {
1342
+ }>> & Readonly<{
1318
1343
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1319
- }, {
1344
+ }>, {
1320
1345
  modelValue: import("../../../../../shared/types").AnyObject[];
1321
1346
  paramCfg: Record<string, any>;
1322
- }>;
1323
- InputNumberGroup: import("vue").DefineComponent<{
1347
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1348
+ readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1324
1349
  paramCfg: {
1325
1350
  type: ObjectConstructor;
1326
1351
  default: null;
@@ -1329,8 +1354,8 @@ declare const _default: import("vue").DefineComponent<{
1329
1354
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1330
1355
  default: null;
1331
1356
  };
1332
- }, {
1333
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1357
+ }>, {
1358
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1334
1359
  paramCfg: {
1335
1360
  type: ObjectConstructor;
1336
1361
  default: null;
@@ -1339,16 +1364,16 @@ declare const _default: import("vue").DefineComponent<{
1339
1364
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1340
1365
  default: null;
1341
1366
  };
1342
- }>> & {
1367
+ }>> & Readonly<{
1343
1368
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1344
- }>>;
1345
- startNumber: import("vue").Ref<any>;
1346
- endNumber: import("vue").Ref<any>;
1369
+ }> & {}>;
1370
+ startNumber: import("vue").Ref<any, any>;
1371
+ endNumber: import("vue").Ref<any, any>;
1347
1372
  emit: (event: "update:modelValue", ...args: any[]) => void;
1348
1373
  handleChange: (val: number | null, key: string) => void;
1349
- NInputGroup: any;
1350
- NInputNumber: any;
1351
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1374
+ readonly NInputGroup: any;
1375
+ readonly NInputNumber: any;
1376
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1352
1377
  paramCfg: {
1353
1378
  type: ObjectConstructor;
1354
1379
  default: null;
@@ -1357,13 +1382,13 @@ declare const _default: import("vue").DefineComponent<{
1357
1382
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1358
1383
  default: null;
1359
1384
  };
1360
- }>> & {
1385
+ }>> & Readonly<{
1361
1386
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1362
- }, {
1387
+ }>, {
1363
1388
  modelValue: string | number | unknown[];
1364
1389
  paramCfg: Record<string, any>;
1365
- }>;
1366
- DateRange: import("vue").DefineComponent<{
1390
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1391
+ readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1367
1392
  item: {
1368
1393
  type: ObjectConstructor;
1369
1394
  required: true;
@@ -1384,8 +1409,8 @@ declare const _default: import("vue").DefineComponent<{
1384
1409
  type: StringConstructor;
1385
1410
  default: null;
1386
1411
  };
1387
- }, {
1388
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1412
+ }>, {
1413
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1389
1414
  item: {
1390
1415
  type: ObjectConstructor;
1391
1416
  required: true;
@@ -1406,15 +1431,15 @@ declare const _default: import("vue").DefineComponent<{
1406
1431
  type: StringConstructor;
1407
1432
  default: null;
1408
1433
  };
1409
- }>> & {
1434
+ }>> & Readonly<{
1410
1435
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1411
1436
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1412
1437
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1413
- }>>;
1438
+ }> & {}>;
1414
1439
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1415
- startDate: import("vue").Ref<any>;
1416
- endDate: import("vue").Ref<any>;
1417
- filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1440
+ startDate: import("vue").Ref<any, any>;
1441
+ endDate: import("vue").Ref<any, any>;
1442
+ filterType: import("vue").ComputedRef<"1" | "3" | "2">;
1418
1443
  valueFormat: import("vue").ComputedRef<string>;
1419
1444
  dateFormat: import("vue").ComputedRef<string>;
1420
1445
  compType: import("vue").ComputedRef<any>;
@@ -1432,8 +1457,8 @@ declare const _default: import("vue").DefineComponent<{
1432
1457
  label: string;
1433
1458
  value: string;
1434
1459
  }[]>;
1435
- presetValCp: import("vue").WritableComputedRef<string>;
1436
- valueDateCp: import("vue").WritableComputedRef<unknown>;
1460
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1461
+ valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
1437
1462
  handleChange: (val: any, type: "start" | "end") => void;
1438
1463
  isStartDateDisabled: (ts: number) => boolean;
1439
1464
  timeStartDisabled: (ts: number) => {
@@ -1447,9 +1472,9 @@ declare const _default: import("vue").DefineComponent<{
1447
1472
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1448
1473
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1449
1474
  };
1450
- NSelect: any;
1451
- NPopover: any;
1452
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1475
+ readonly NSelect: any;
1476
+ readonly NPopover: any;
1477
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1453
1478
  updateUnchangedValue: {
1454
1479
  type: BooleanConstructor;
1455
1480
  };
@@ -1477,14 +1502,18 @@ declare const _default: import("vue").DefineComponent<{
1477
1502
  type: StringConstructor;
1478
1503
  default: string;
1479
1504
  };
1505
+ updateValueOnClose: {
1506
+ type: BooleanConstructor;
1507
+ default: boolean;
1508
+ };
1480
1509
  isDateDisabled: {
1481
1510
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1482
1511
  };
1483
- }, {
1512
+ }>, {
1484
1513
  attrs: {
1485
1514
  [x: string]: unknown;
1486
1515
  };
1487
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1516
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1488
1517
  updateUnchangedValue: {
1489
1518
  type: BooleanConstructor;
1490
1519
  };
@@ -1512,18 +1541,22 @@ declare const _default: import("vue").DefineComponent<{
1512
1541
  type: StringConstructor;
1513
1542
  default: string;
1514
1543
  };
1544
+ updateValueOnClose: {
1545
+ type: BooleanConstructor;
1546
+ default: boolean;
1547
+ };
1515
1548
  isDateDisabled: {
1516
1549
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1517
1550
  };
1518
- }>> & {
1551
+ }>> & Readonly<{
1519
1552
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1520
- }>>;
1553
+ }> & {}>;
1521
1554
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1522
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1523
- panelInstRef: import("vue").Ref<null>;
1524
- placeholderRef: import("vue").Ref<any>;
1525
- oldValue: string;
1526
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1555
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1556
+ panelInstRef: import("vue").Ref<null, null>;
1557
+ placeholderRef: import("vue").Ref<any, any>;
1558
+ oldValue: (string | [string, string]) | null | undefined;
1559
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1527
1560
  isDateTime: import("vue").ComputedRef<boolean>;
1528
1561
  formatRef: import("vue").ComputedRef<string>;
1529
1562
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1538,8 +1571,8 @@ declare const _default: import("vue").DefineComponent<{
1538
1571
  onConfirm: (...args: any[]) => Promise<void>;
1539
1572
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1540
1573
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1541
- NDatePicker: any;
1542
- }, 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<{
1574
+ readonly NDatePicker: any;
1575
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1543
1576
  updateUnchangedValue: {
1544
1577
  type: BooleanConstructor;
1545
1578
  };
@@ -1567,18 +1600,23 @@ declare const _default: import("vue").DefineComponent<{
1567
1600
  type: StringConstructor;
1568
1601
  default: string;
1569
1602
  };
1603
+ updateValueOnClose: {
1604
+ type: BooleanConstructor;
1605
+ default: boolean;
1606
+ };
1570
1607
  isDateDisabled: {
1571
1608
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1572
1609
  };
1573
- }>> & {
1610
+ }>> & Readonly<{
1574
1611
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1575
- }, {
1612
+ }>, {
1576
1613
  type: string;
1577
1614
  updateUnchangedValue: boolean;
1578
1615
  to: string | false | HTMLElement;
1579
1616
  holidays: Date[];
1580
- }>>;
1581
- DateOption: import("vue").DefineComponent<{
1617
+ updateValueOnClose: boolean;
1618
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1619
+ DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1582
1620
  filterType: {
1583
1621
  type: StringConstructor;
1584
1622
  required: true;
@@ -1603,7 +1641,7 @@ declare const _default: import("vue").DefineComponent<{
1603
1641
  valueFormat: {
1604
1642
  type: StringConstructor;
1605
1643
  };
1606
- }, {
1644
+ }>, {
1607
1645
  widgetOptions: {
1608
1646
  label: string;
1609
1647
  value: string;
@@ -1612,9 +1650,9 @@ declare const _default: import("vue").DefineComponent<{
1612
1650
  label: string;
1613
1651
  value: string;
1614
1652
  }[];
1615
- startDateNum: import("vue").Ref<any>;
1616
- endDateNum: import("vue").Ref<any>;
1617
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1653
+ startDateNum: import("vue").Ref<any, any>;
1654
+ endDateNum: import("vue").Ref<any, any>;
1655
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1618
1656
  filterType: {
1619
1657
  type: StringConstructor;
1620
1658
  required: true;
@@ -1639,17 +1677,17 @@ declare const _default: import("vue").DefineComponent<{
1639
1677
  valueFormat: {
1640
1678
  type: StringConstructor;
1641
1679
  };
1642
- }>> & {
1680
+ }>> & Readonly<{
1643
1681
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1644
1682
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1645
- }>>;
1683
+ }> & {}>;
1646
1684
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1647
- valueCp: import("vue").WritableComputedRef<any>;
1648
- presetValCp: import("vue").WritableComputedRef<string>;
1685
+ valueCp: import("vue").WritableComputedRef<any, any>;
1686
+ presetValCp: import("vue").WritableComputedRef<string, string>;
1649
1687
  handleChange: (val: any, type: "start" | "end") => void;
1650
- NSelect: any;
1651
- NInputNumber: any;
1652
- }, 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<{
1688
+ readonly NSelect: any;
1689
+ readonly NInputNumber: any;
1690
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1653
1691
  filterType: {
1654
1692
  type: StringConstructor;
1655
1693
  required: true;
@@ -1674,14 +1712,14 @@ declare const _default: import("vue").DefineComponent<{
1674
1712
  valueFormat: {
1675
1713
  type: StringConstructor;
1676
1714
  };
1677
- }>> & {
1715
+ }>> & Readonly<{
1678
1716
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1679
1717
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1680
- }, {
1718
+ }>, {
1681
1719
  modelValue: string | number | unknown[];
1682
1720
  presetVal: string;
1683
- }>;
1684
- WidgetValEnums: {
1721
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1722
+ readonly WidgetValEnums: {
1685
1723
  CUSTOM: string;
1686
1724
  FIRST_VAL: string;
1687
1725
  WHOLE: string;
@@ -1712,7 +1750,7 @@ declare const _default: import("vue").DefineComponent<{
1712
1750
  NEXT_YEAR: string;
1713
1751
  LAST_YEAR: string;
1714
1752
  };
1715
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1753
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1716
1754
  item: {
1717
1755
  type: ObjectConstructor;
1718
1756
  required: true;
@@ -1733,17 +1771,17 @@ declare const _default: import("vue").DefineComponent<{
1733
1771
  type: StringConstructor;
1734
1772
  default: null;
1735
1773
  };
1736
- }>> & {
1774
+ }>> & Readonly<{
1737
1775
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1738
1776
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1739
1777
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1740
- }, {
1778
+ }>, {
1741
1779
  modelValue: string | number | unknown[];
1742
1780
  paramCfg: Record<string, any>;
1743
1781
  presetVal: string;
1744
1782
  customDate: string;
1745
- }>;
1746
- SelectLabel: import("vue").DefineComponent<{
1783
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1784
+ readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1747
1785
  paramCfg: {
1748
1786
  type: ObjectConstructor;
1749
1787
  default: null;
@@ -1752,10 +1790,10 @@ declare const _default: import("vue").DefineComponent<{
1752
1790
  type: StringConstructor;
1753
1791
  default: null;
1754
1792
  };
1755
- }, {
1793
+ }>, {
1756
1794
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1757
- message: import("naive-ui").MessageApi;
1758
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1795
+ message: import("naive-ui/es/message").MessageApi;
1796
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1759
1797
  paramCfg: {
1760
1798
  type: ObjectConstructor;
1761
1799
  default: null;
@@ -1764,13 +1802,13 @@ declare const _default: import("vue").DefineComponent<{
1764
1802
  type: StringConstructor;
1765
1803
  default: null;
1766
1804
  };
1767
- }>> & {
1805
+ }>> & Readonly<{
1768
1806
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1769
- }>>;
1807
+ }> & {}>;
1770
1808
  emit: (event: "update:modelValue", ...args: any[]) => void;
1771
- tagList: import("vue").Ref<never[]>;
1809
+ tagList: import("vue").Ref<never[], never[]>;
1772
1810
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1773
- valueCp: import("vue").WritableComputedRef<string[]>;
1811
+ valueCp: import("vue").WritableComputedRef<string[], string[]>;
1774
1812
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1775
1813
  initTagList: () => Promise<void>;
1776
1814
  renderOption: ({ node, option }: {
@@ -1782,8 +1820,8 @@ declare const _default: import("vue").DefineComponent<{
1782
1820
  [key: string]: any;
1783
1821
  }>;
1784
1822
  renderLabel: (option: any) => any;
1785
- NSelect: any;
1786
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1823
+ readonly NSelect: any;
1824
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1787
1825
  paramCfg: {
1788
1826
  type: ObjectConstructor;
1789
1827
  default: null;
@@ -1792,13 +1830,13 @@ declare const _default: import("vue").DefineComponent<{
1792
1830
  type: StringConstructor;
1793
1831
  default: null;
1794
1832
  };
1795
- }>> & {
1833
+ }>> & Readonly<{
1796
1834
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1797
- }, {
1835
+ }>, {
1798
1836
  modelValue: string;
1799
1837
  paramCfg: Record<string, any>;
1800
- }>;
1801
- SelectTreeDynamic: import("vue").DefineComponent<{
1838
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1839
+ readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1802
1840
  paramCfg: {
1803
1841
  type: ObjectConstructor;
1804
1842
  default: null;
@@ -1807,9 +1845,9 @@ declare const _default: import("vue").DefineComponent<{
1807
1845
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1808
1846
  default: null;
1809
1847
  };
1810
- }, {
1811
- message: import("naive-ui").MessageApi;
1812
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1848
+ }>, {
1849
+ message: import("naive-ui/es/message").MessageApi;
1850
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1813
1851
  paramCfg: {
1814
1852
  type: ObjectConstructor;
1815
1853
  default: null;
@@ -1818,22 +1856,22 @@ declare const _default: import("vue").DefineComponent<{
1818
1856
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1819
1857
  default: null;
1820
1858
  };
1821
- }>> & {
1859
+ }>> & Readonly<{
1822
1860
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1823
- }>>;
1861
+ }> & {}>;
1824
1862
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1825
1863
  emit: (event: "update:modelValue", ...args: any[]) => void;
1826
- options: import("vue").Ref<any[]>;
1864
+ options: import("vue").Ref<any[], any[]>;
1827
1865
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1828
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1866
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1829
1867
  optionSetting: import("vue").ComputedRef<any>;
1830
1868
  isMultiple: import("vue").ComputedRef<boolean>;
1831
1869
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1832
- valueCp: import("vue").WritableComputedRef<any>;
1870
+ valueCp: import("vue").WritableComputedRef<any, any>;
1833
1871
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
1834
1872
  getOptionsData: (keyword: string) => Promise<void>;
1835
- NTreeSelect: any;
1836
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1873
+ readonly NTreeSelect: any;
1874
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1837
1875
  paramCfg: {
1838
1876
  type: ObjectConstructor;
1839
1877
  default: null;
@@ -1842,13 +1880,13 @@ declare const _default: import("vue").DefineComponent<{
1842
1880
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1843
1881
  default: null;
1844
1882
  };
1845
- }>> & {
1883
+ }>> & Readonly<{
1846
1884
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1847
- }, {
1885
+ }>, {
1848
1886
  modelValue: string | number | unknown[];
1849
1887
  paramCfg: Record<string, any>;
1850
- }>;
1851
- WidgetTypeEnums: {
1888
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1889
+ readonly WidgetTypeEnums: {
1852
1890
  INPUT_NUMBER: string;
1853
1891
  INPUT: string;
1854
1892
  SELECT: string;
@@ -1868,7 +1906,7 @@ declare const _default: import("vue").DefineComponent<{
1868
1906
  SELECTTREE: string;
1869
1907
  SELECTTREEDYNAMIC: string;
1870
1908
  };
1871
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1909
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate")[], "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1872
1910
  item: {
1873
1911
  type: ObjectConstructor;
1874
1912
  default: null;
@@ -1892,20 +1930,20 @@ declare const _default: import("vue").DefineComponent<{
1892
1930
  type: StringConstructor;
1893
1931
  default: null;
1894
1932
  };
1895
- }>> & {
1933
+ }>> & Readonly<{
1896
1934
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1897
1935
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1898
1936
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1899
1937
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1900
- }, {
1938
+ }>, {
1901
1939
  modelValue: string | number | unknown[];
1902
1940
  item: Record<string, any>;
1903
1941
  paramCfg: Record<string, any>;
1904
1942
  presetVal: string;
1905
1943
  isAccurate: boolean;
1906
1944
  customDate: string;
1907
- }>;
1908
- ConditionEnums: {
1945
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1946
+ readonly ConditionEnums: {
1909
1947
  NULL: string;
1910
1948
  EQUAL: string;
1911
1949
  CUSTOM_RANGE: string;
@@ -1914,7 +1952,7 @@ declare const _default: import("vue").DefineComponent<{
1914
1952
  IN_THE_PAST_DI: string;
1915
1953
  IN_THE_FUTURE_DI: string;
1916
1954
  };
1917
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1955
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1918
1956
  actionList_prop: {
1919
1957
  type: import("vue").PropType<IClassifyListType>;
1920
1958
  default: () => {};
@@ -1939,18 +1977,18 @@ declare const _default: import("vue").DefineComponent<{
1939
1977
  type: BooleanConstructor;
1940
1978
  default: boolean;
1941
1979
  };
1942
- }>> & {
1980
+ }>> & Readonly<{
1943
1981
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1944
1982
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1945
- }, {
1983
+ }>, {
1946
1984
  searchFieldList: unknown[];
1947
1985
  tableId: string;
1948
1986
  conditionList: unknown[];
1949
1987
  actionList_prop: IClassifyListType;
1950
1988
  showItemName: boolean;
1951
1989
  hideAddBtn: boolean;
1952
- }>;
1953
- BiFilterConditionByApi: import("vue").DefineComponent<{
1990
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1991
+ BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1954
1992
  actionList_prop: {
1955
1993
  type: import("vue").PropType<IClassifyListType>;
1956
1994
  default: () => {};
@@ -1975,15 +2013,15 @@ declare const _default: import("vue").DefineComponent<{
1975
2013
  type: BooleanConstructor;
1976
2014
  default: boolean;
1977
2015
  };
1978
- }, {
1979
- $message: import("naive-ui").MessageApi;
2016
+ }>, {
2017
+ $message: import("naive-ui/es/message").MessageApi;
1980
2018
  menuProps: {
1981
2019
  class: string;
1982
2020
  };
1983
2021
  dateCons: string[];
1984
2022
  textCons: string[];
1985
2023
  numberCons: string[];
1986
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2024
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1987
2025
  actionList_prop: {
1988
2026
  type: import("vue").PropType<IClassifyListType>;
1989
2027
  default: () => {};
@@ -2008,19 +2046,19 @@ declare const _default: import("vue").DefineComponent<{
2008
2046
  type: BooleanConstructor;
2009
2047
  default: boolean;
2010
2048
  };
2011
- }>> & {
2049
+ }>> & Readonly<{
2012
2050
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2013
2051
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2014
- }>>;
2052
+ }> & {}>;
2015
2053
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
2016
2054
  $attrs: {
2017
2055
  [x: string]: unknown;
2018
2056
  };
2019
2057
  FormState: any;
2020
- loading: import("vue").Ref<boolean>;
2021
- parentInputRef: import("vue").Ref<any>;
2022
- parentInputAddRef: import("vue").Ref<any>;
2023
- sqlExpression: any;
2058
+ loading: import("vue").Ref<boolean, boolean>;
2059
+ parentInputRef: import("vue").Ref<any, any>;
2060
+ parentInputAddRef: import("vue").Ref<any, any>;
2061
+ sqlExpression: import("vue").Ref<any, any>;
2024
2062
  DisplayCategoryState: {
2025
2063
  addDisplayCategory: string;
2026
2064
  displayCategories: {
@@ -2057,16 +2095,16 @@ declare const _default: import("vue").DefineComponent<{
2057
2095
  saveAdd: () => void;
2058
2096
  cancelSaveAdd: () => void;
2059
2097
  checkActionList: () => any;
2060
- NSpin: any;
2061
- NIcon: any;
2062
- NInput: any;
2063
- NButton: any;
2064
- NTooltip: any;
2065
- NSelect: any;
2066
- 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<{}>>, {}>;
2067
- 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<{}>>, {}>;
2068
- 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<{}>>, {}>;
2069
- ValueCfg: import("vue").DefineComponent<{
2098
+ readonly NSpin: any;
2099
+ readonly NIcon: any;
2100
+ readonly NInput: any;
2101
+ readonly NButton: any;
2102
+ readonly NTooltip: any;
2103
+ readonly NSelect: any;
2104
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2105
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2106
+ readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2107
+ ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2070
2108
  paramCfg: {
2071
2109
  type: ObjectConstructor;
2072
2110
  default: null;
@@ -2079,8 +2117,8 @@ declare const _default: import("vue").DefineComponent<{
2079
2117
  type: ArrayConstructor;
2080
2118
  default: () => never[];
2081
2119
  };
2082
- }, {
2083
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2120
+ }>, {
2121
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2084
2122
  paramCfg: {
2085
2123
  type: ObjectConstructor;
2086
2124
  default: null;
@@ -2093,17 +2131,17 @@ declare const _default: import("vue").DefineComponent<{
2093
2131
  type: ArrayConstructor;
2094
2132
  default: () => never[];
2095
2133
  };
2096
- }>> & {
2134
+ }>> & Readonly<{
2097
2135
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2098
2136
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2099
- }>>;
2137
+ }> & {}>;
2100
2138
  emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
2101
- valueCp: import("vue").WritableComputedRef<any>;
2102
- valuesCp: import("vue").WritableComputedRef<any>;
2139
+ valueCp: import("vue").WritableComputedRef<any, any>;
2140
+ valuesCp: import("vue").WritableComputedRef<any, any>;
2103
2141
  isSelectMode: import("vue").ComputedRef<boolean>;
2104
2142
  isSelectMultiple: import("vue").ComputedRef<boolean>;
2105
2143
  biType: import("vue").ComputedRef<any>;
2106
- Date: import("vue").DefineComponent<{
2144
+ readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2107
2145
  componentCfg: {
2108
2146
  type: ObjectConstructor;
2109
2147
  };
@@ -2115,8 +2153,8 @@ declare const _default: import("vue").DefineComponent<{
2115
2153
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2116
2154
  default: null;
2117
2155
  };
2118
- }, {
2119
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2156
+ }>, {
2157
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2120
2158
  componentCfg: {
2121
2159
  type: ObjectConstructor;
2122
2160
  };
@@ -2128,15 +2166,15 @@ declare const _default: import("vue").DefineComponent<{
2128
2166
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2129
2167
  default: null;
2130
2168
  };
2131
- }>> & {
2169
+ }>> & Readonly<{
2132
2170
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2133
- }>>;
2171
+ }> & {}>;
2134
2172
  emit: (event: "update:modelValue", ...args: any[]) => void;
2135
- valueCp: import("vue").WritableComputedRef<any>;
2173
+ valueCp: import("vue").WritableComputedRef<any, any>;
2136
2174
  dateType: any;
2137
2175
  valueFormat: import("vue").ComputedRef<string>;
2138
2176
  compType: import("vue").ComputedRef<any>;
2139
- CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
2177
+ readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2140
2178
  updateUnchangedValue: {
2141
2179
  type: BooleanConstructor;
2142
2180
  };
@@ -2164,14 +2202,18 @@ declare const _default: import("vue").DefineComponent<{
2164
2202
  type: StringConstructor;
2165
2203
  default: string;
2166
2204
  };
2205
+ updateValueOnClose: {
2206
+ type: BooleanConstructor;
2207
+ default: boolean;
2208
+ };
2167
2209
  isDateDisabled: {
2168
2210
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2169
2211
  };
2170
- }, {
2212
+ }>, {
2171
2213
  attrs: {
2172
2214
  [x: string]: unknown;
2173
2215
  };
2174
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2216
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2175
2217
  updateUnchangedValue: {
2176
2218
  type: BooleanConstructor;
2177
2219
  };
@@ -2199,18 +2241,22 @@ declare const _default: import("vue").DefineComponent<{
2199
2241
  type: StringConstructor;
2200
2242
  default: string;
2201
2243
  };
2244
+ updateValueOnClose: {
2245
+ type: BooleanConstructor;
2246
+ default: boolean;
2247
+ };
2202
2248
  isDateDisabled: {
2203
2249
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2204
2250
  };
2205
- }>> & {
2251
+ }>> & Readonly<{
2206
2252
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2207
- }>>;
2253
+ }> & {}>;
2208
2254
  emit: (event: "update:formatted-value", ...args: any[]) => void;
2209
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
2210
- panelInstRef: import("vue").Ref<null>;
2211
- placeholderRef: import("vue").Ref<any>;
2212
- oldValue: string;
2213
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
2255
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
2256
+ panelInstRef: import("vue").Ref<null, null>;
2257
+ placeholderRef: import("vue").Ref<any, any>;
2258
+ oldValue: (string | [string, string]) | null | undefined;
2259
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
2214
2260
  isDateTime: import("vue").ComputedRef<boolean>;
2215
2261
  formatRef: import("vue").ComputedRef<string>;
2216
2262
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -2225,8 +2271,8 @@ declare const _default: import("vue").DefineComponent<{
2225
2271
  onConfirm: (...args: any[]) => Promise<void>;
2226
2272
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
2227
2273
  setShortcutValue: (type: "month" | "week") => Promise<void>;
2228
- NDatePicker: any;
2229
- }, 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<{
2274
+ readonly NDatePicker: any;
2275
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2230
2276
  updateUnchangedValue: {
2231
2277
  type: BooleanConstructor;
2232
2278
  };
@@ -2254,18 +2300,23 @@ declare const _default: import("vue").DefineComponent<{
2254
2300
  type: StringConstructor;
2255
2301
  default: string;
2256
2302
  };
2303
+ updateValueOnClose: {
2304
+ type: BooleanConstructor;
2305
+ default: boolean;
2306
+ };
2257
2307
  isDateDisabled: {
2258
2308
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
2259
2309
  };
2260
- }>> & {
2310
+ }>> & Readonly<{
2261
2311
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
2262
- }, {
2312
+ }>, {
2263
2313
  type: string;
2264
2314
  updateUnchangedValue: boolean;
2265
2315
  to: string | false | HTMLElement;
2266
2316
  holidays: Date[];
2267
- }>>;
2268
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2317
+ updateValueOnClose: boolean;
2318
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
2319
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2269
2320
  componentCfg: {
2270
2321
  type: ObjectConstructor;
2271
2322
  };
@@ -2277,13 +2328,13 @@ declare const _default: import("vue").DefineComponent<{
2277
2328
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2278
2329
  default: null;
2279
2330
  };
2280
- }>> & {
2331
+ }>> & Readonly<{
2281
2332
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2282
- }, {
2333
+ }>, {
2283
2334
  modelValue: string | number | unknown[];
2284
2335
  paramCfg: Record<string, any>;
2285
- }>;
2286
- InputFilter: import("vue").DefineComponent<{
2336
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2337
+ readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2287
2338
  paramCfg: {
2288
2339
  type: ObjectConstructor;
2289
2340
  default: null;
@@ -2292,8 +2343,8 @@ declare const _default: import("vue").DefineComponent<{
2292
2343
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2293
2344
  default: null;
2294
2345
  };
2295
- }, {
2296
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2346
+ }>, {
2347
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2297
2348
  paramCfg: {
2298
2349
  type: ObjectConstructor;
2299
2350
  default: null;
@@ -2302,13 +2353,13 @@ declare const _default: import("vue").DefineComponent<{
2302
2353
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2303
2354
  default: null;
2304
2355
  };
2305
- }>> & {
2356
+ }>> & Readonly<{
2306
2357
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2307
- }>>;
2358
+ }> & {}>;
2308
2359
  emit: (event: "update:modelValue", ...args: any[]) => void;
2309
- valueCp: import("vue").WritableComputedRef<any>;
2310
- NInput: any;
2311
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2360
+ valueCp: import("vue").WritableComputedRef<any, any>;
2361
+ readonly NInput: any;
2362
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2312
2363
  paramCfg: {
2313
2364
  type: ObjectConstructor;
2314
2365
  default: null;
@@ -2317,40 +2368,40 @@ declare const _default: import("vue").DefineComponent<{
2317
2368
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2318
2369
  default: null;
2319
2370
  };
2320
- }>> & {
2371
+ }>> & Readonly<{
2321
2372
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2322
- }, {
2373
+ }>, {
2323
2374
  modelValue: string | number | unknown[];
2324
2375
  paramCfg: Record<string, any>;
2325
- }>;
2326
- InputNumber: import("vue").DefineComponent<{
2376
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2377
+ readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2327
2378
  modelValue: {
2328
2379
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2329
2380
  default: null;
2330
2381
  };
2331
- }, {
2332
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2382
+ }>, {
2383
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2333
2384
  modelValue: {
2334
2385
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2335
2386
  default: null;
2336
2387
  };
2337
- }>> & {
2388
+ }>> & Readonly<{
2338
2389
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2339
- }>>;
2390
+ }> & {}>;
2340
2391
  emit: (event: "update:modelValue", ...args: any[]) => void;
2341
- valueCp: import("vue").WritableComputedRef<any>;
2342
- NInputNumber: any;
2343
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2392
+ valueCp: import("vue").WritableComputedRef<any, any>;
2393
+ readonly NInputNumber: any;
2394
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2344
2395
  modelValue: {
2345
2396
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2346
2397
  default: null;
2347
2398
  };
2348
- }>> & {
2399
+ }>> & Readonly<{
2349
2400
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2350
- }, {
2401
+ }>, {
2351
2402
  modelValue: string | number | unknown[];
2352
- }>;
2353
- SelectFilter: import("vue").DefineComponent<{
2403
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2404
+ readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2354
2405
  paramCfg: {
2355
2406
  type: ObjectConstructor;
2356
2407
  default: null;
@@ -2359,8 +2410,8 @@ declare const _default: import("vue").DefineComponent<{
2359
2410
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2360
2411
  default: null;
2361
2412
  };
2362
- }, {
2363
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2413
+ }>, {
2414
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2364
2415
  paramCfg: {
2365
2416
  type: ObjectConstructor;
2366
2417
  default: null;
@@ -2369,15 +2420,15 @@ declare const _default: import("vue").DefineComponent<{
2369
2420
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2370
2421
  default: null;
2371
2422
  };
2372
- }>> & {
2423
+ }>> & Readonly<{
2373
2424
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2374
- }>>;
2425
+ }> & {}>;
2375
2426
  emit: (event: "update:modelValue", ...args: any[]) => void;
2376
- valueCp: import("vue").WritableComputedRef<any>;
2427
+ valueCp: import("vue").WritableComputedRef<any, any>;
2377
2428
  optionSetting: import("vue").ComputedRef<any>;
2378
2429
  widgetOptions: import("vue").ComputedRef<any>;
2379
- NSelect: any;
2380
- WidgetOptionEnums: {
2430
+ readonly NSelect: any;
2431
+ readonly WidgetOptionEnums: {
2381
2432
  RADIO: string;
2382
2433
  MULTIPLE: string;
2383
2434
  ALL: string;
@@ -2386,7 +2437,7 @@ declare const _default: import("vue").DefineComponent<{
2386
2437
  FUTURE_TIME: string;
2387
2438
  CUSTOM_TIME: string;
2388
2439
  };
2389
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2440
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2390
2441
  paramCfg: {
2391
2442
  type: ObjectConstructor;
2392
2443
  default: null;
@@ -2395,13 +2446,13 @@ declare const _default: import("vue").DefineComponent<{
2395
2446
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2396
2447
  default: null;
2397
2448
  };
2398
- }>> & {
2449
+ }>> & Readonly<{
2399
2450
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2400
- }, {
2451
+ }>, {
2401
2452
  modelValue: string | number | unknown[];
2402
2453
  paramCfg: Record<string, any>;
2403
- }>;
2404
- WidgetTypeEnums: {
2454
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2455
+ readonly WidgetTypeEnums: {
2405
2456
  INPUT_NUMBER: string;
2406
2457
  INPUT: string;
2407
2458
  SELECT: string;
@@ -2421,7 +2472,7 @@ declare const _default: import("vue").DefineComponent<{
2421
2472
  SELECTTREE: string;
2422
2473
  SELECTTREEDYNAMIC: string;
2423
2474
  };
2424
- }, 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<{
2475
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2425
2476
  paramCfg: {
2426
2477
  type: ObjectConstructor;
2427
2478
  default: null;
@@ -2434,15 +2485,15 @@ declare const _default: import("vue").DefineComponent<{
2434
2485
  type: ArrayConstructor;
2435
2486
  default: () => never[];
2436
2487
  };
2437
- }>> & {
2488
+ }>> & Readonly<{
2438
2489
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2439
2490
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2440
- }, {
2491
+ }>, {
2441
2492
  modelValue: string | number | unknown[];
2442
2493
  paramCfg: Record<string, any>;
2443
2494
  modelValues: unknown[];
2444
- }>;
2445
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2495
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2496
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2446
2497
  actionList_prop: {
2447
2498
  type: import("vue").PropType<IClassifyListType>;
2448
2499
  default: () => {};
@@ -2467,18 +2518,18 @@ declare const _default: import("vue").DefineComponent<{
2467
2518
  type: BooleanConstructor;
2468
2519
  default: boolean;
2469
2520
  };
2470
- }>> & {
2521
+ }>> & Readonly<{
2471
2522
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2472
2523
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2473
- }, {
2524
+ }>, {
2474
2525
  searchFieldList: unknown[];
2475
2526
  tableId: string;
2476
2527
  conditionList: unknown[];
2477
2528
  actionList_prop: IClassifyListType;
2478
2529
  showItemName: boolean;
2479
2530
  hideAddBtn: boolean;
2480
- }>;
2481
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2531
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2532
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2482
2533
  visible: {
2483
2534
  type: BooleanConstructor;
2484
2535
  default: boolean;
@@ -2495,15 +2546,15 @@ declare const _default: import("vue").DefineComponent<{
2495
2546
  type: ArrayConstructor;
2496
2547
  default: () => never[];
2497
2548
  };
2498
- }>> & {
2549
+ }>> & Readonly<{
2499
2550
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2500
- }, {
2551
+ }>, {
2501
2552
  visible: boolean;
2502
- modalTitle: string;
2503
2553
  searchFieldList: unknown[];
2504
2554
  conditionList: unknown[];
2505
- }>;
2506
- }, 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<{
2555
+ modalTitle: string;
2556
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2557
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal")[], "CondiTionListInit" | "saveGetTableCondiTionList" | "setClassifyModal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2507
2558
  searchFieldList: {
2508
2559
  type: ArrayConstructor;
2509
2560
  default: () => never[];
@@ -2517,13 +2568,13 @@ declare const _default: import("vue").DefineComponent<{
2517
2568
  type: BooleanConstructor;
2518
2569
  default: boolean;
2519
2570
  };
2520
- }>> & {
2571
+ }>> & Readonly<{
2521
2572
  onCondiTionListInit?: ((...args: any[]) => any) | undefined;
2522
2573
  onSaveGetTableCondiTionList?: ((...args: any[]) => any) | undefined;
2523
2574
  onSetClassifyModal?: ((...args: any[]) => any) | undefined;
2524
- }, {
2575
+ }>, {
2525
2576
  searchFieldList: unknown[];
2526
2577
  conditionList: unknown[];
2527
2578
  classifyModal: boolean;
2528
- }>;
2579
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2529
2580
  export default _default;