cnhis-design-vue 3.4.0-beta.4 → 3.4.0-beta.7

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 (827) 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 +52 -54
  6. package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
  7. package/es/components/audio-sdk/src/Index.vue2.js +61 -93
  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 +6 -5
  13. package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
  14. package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
  15. package/es/components/audio-sdk/src/components/recording.vue2.js +42 -64
  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 +8 -4
  19. package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -1
  20. package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -1
  21. package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -1
  22. package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -1
  23. package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -4
  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 +19 -61
  28. package/es/components/base-search/src/index.vue.d.ts +19 -61
  29. package/es/components/base-search/src/index.vue2.js +32 -51
  30. package/es/components/big-table/index.d.ts +43 -67
  31. package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
  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 +5 -7
  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 +5 -8
  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 +5 -12
  43. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
  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 +23 -47
  46. package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +29 -39
  47. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
  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 +4 -11
  52. package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
  53. package/es/components/big-table/src/components/separate.vue2.js +10 -18
  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 +48 -84
  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 +2 -50
  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 +11 -29
  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 +49 -72
  76. package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
  77. package/es/components/branch-notice/src/BranchNotice.vue2.js +21 -29
  78. package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
  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 +45 -33
  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 +171 -201
  86. package/es/components/button-print/src/ButtonPrint.vue.d.ts +171 -201
  87. package/es/components/button-print/src/ButtonPrint.vue2.js +18 -56
  88. package/es/components/button-print/src/api.js +2 -8
  89. package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
  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 +43 -72
  92. package/es/components/button-print/src/components/IdentityVerification.vue2.js +19 -82
  93. package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +84 -101
  94. package/es/components/button-print/src/components/NewPrintComponent.vue2.js +148 -301
  95. package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
  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 +4 -11
  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.js +12 -95
  102. package/es/components/calendar/index.d.ts +277 -32
  103. package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
  104. package/es/components/calendar/src/Calendar.vue2.js +4 -5
  105. package/es/components/callback/index.d.ts +11 -11
  106. package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
  107. package/es/components/callback/src/components/dialog/drawer.vue2.js +49 -68
  108. package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
  109. package/es/components/callback/src/components/dialog/modal.vue2.js +56 -67
  110. package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
  111. package/es/components/callback/src/components/popup/index.vue.js +7 -13
  112. package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
  113. package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +31 -34
  114. package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
  115. package/es/components/callback/src/components/render/index.vue.js +14 -33
  116. package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
  117. package/es/components/callback/src/components/render/popupMaps.js +29 -20
  118. package/es/components/callback/src/index.vue.d.ts +11 -11
  119. package/es/components/callback/src/index.vue2.js +1 -4
  120. package/es/components/card-reader-sdk/src/cardReaderSDK.js +7 -31
  121. package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
  122. package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -15
  123. package/es/components/card-reader-sdk/src/insuranceSDK.js +5 -20
  124. package/es/components/card-reader-sdk/src/utils/ensureUID2IdCard.js +3 -15
  125. package/es/components/card-reader-sdk/src/utils/readHealthCard.js +3 -16
  126. package/es/components/card-reader-sdk-cn/src/henan/index.js +6 -40
  127. package/es/components/card-render/index.d.ts +10 -10
  128. package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
  129. package/es/components/card-render/src/CardRender.vue2.js +5 -8
  130. package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
  131. package/es/components/card-render/src/components/Box.vue2.js +26 -42
  132. package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
  133. package/es/components/card-render/src/components/Button.vue2.js +27 -36
  134. package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
  135. package/es/components/card-render/src/components/Divider.vue2.js +3 -9
  136. package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
  137. package/es/components/card-render/src/components/Field.vue2.js +59 -77
  138. package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
  139. package/es/components/card-render/src/components/FieldGroup.vue2.js +36 -51
  140. package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
  141. package/es/components/card-render/src/components/Image.vue2.js +8 -22
  142. package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
  143. package/es/components/card-render/src/components/Label.vue2.js +19 -30
  144. package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
  145. package/es/components/card-render/src/components/Row.vue2.js +35 -51
  146. package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
  147. package/es/components/card-render/src/components/ScaleView.vue2.js +31 -34
  148. package/es/components/card-render/src/components/Slot.d.ts +5 -5
  149. package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
  150. package/es/components/card-render/src/components/Table.vue2.js +72 -75
  151. package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
  152. package/es/components/card-render/src/components/Text.vue2.js +8 -21
  153. package/es/components/card-render/src/components/index.d.ts +113 -113
  154. package/es/components/card-render/src/hooks/useCommon.js +4 -8
  155. package/es/components/card-render/src/utils/index.js +1 -3
  156. package/es/components/classification/index.d.ts +432 -509
  157. package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
  158. package/es/components/classification/src/components/search-filter/index.vue2.js +7 -28
  159. package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
  160. package/es/components/classification/src/components/set-classification/index.vue2.js +5 -26
  161. package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
  162. package/es/components/classification/src/components/table-modal/index.vue2.js +76 -277
  163. package/es/components/classification/src/index.vue.d.ts +432 -509
  164. package/es/components/classification/src/index.vue2.js +78 -285
  165. package/es/components/config-provider/index.d.ts +5 -7
  166. package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
  167. package/es/components/date-picker/index.d.ts +15 -15
  168. package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
  169. package/es/components/date-picker/src/DatePicker.vue2.js +10 -17
  170. package/es/components/default-page/index.d.ts +11 -11
  171. package/es/components/default-page/src/constants/index.js +19 -144
  172. package/es/components/default-page/src/index.vue.d.ts +11 -11
  173. package/es/components/default-page/src/index.vue2.js +16 -21
  174. package/es/components/drag-scroll/src/index.js +48 -58
  175. package/es/components/editor/index.d.ts +7 -77
  176. package/es/components/editor/src/Editor.d.ts +7 -78
  177. package/es/components/expand-field/index.d.ts +303 -478
  178. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
  179. package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +9 -43
  180. package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
  181. package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -19
  182. package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
  183. package/es/components/expand-field/src/components/PersonModal.vue2.js +5 -26
  184. package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
  185. package/es/components/expand-field/src/components/form.vue2.js +123 -555
  186. package/es/components/expand-field/src/constants/index.js +3 -1
  187. package/es/components/expand-field/src/index.vue.d.ts +304 -479
  188. package/es/components/expand-field/src/index.vue2.js +35 -111
  189. package/es/components/expand-field/src/utils/constant.js +13 -88
  190. package/es/components/expand-field/src/utils/index.js +8 -1
  191. package/es/components/fabric-chart/index.d.ts +29 -29
  192. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
  193. package/es/components/fabric-chart/src/FabricChart.vue2.js +23 -44
  194. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
  195. package/es/components/fabric-chart/src/components/PopupMenu.js +3 -23
  196. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
  197. package/es/components/fabric-chart/src/components/PopupTip.vue2.js +17 -35
  198. package/es/components/fabric-chart/src/components/useStyle.js +2 -8
  199. package/es/components/fabric-chart/src/constants/index.js +11 -72
  200. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
  201. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
  202. package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +39 -63
  203. package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -25
  204. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +35 -49
  205. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
  206. package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +27 -71
  207. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
  208. package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +58 -245
  209. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
  210. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
  211. package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +38 -51
  212. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
  213. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +51 -74
  214. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +91 -275
  215. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
  216. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +81 -101
  217. package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
  218. package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +35 -25
  219. package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +2 -8
  220. package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +45 -58
  221. package/es/components/fabric-chart/src/hooks/temperature/useOther.js +3 -15
  222. package/es/components/fabric-chart/src/hooks/temperature/useRight.js +2 -9
  223. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
  224. package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +82 -125
  225. package/es/components/fabric-chart/src/hooks/temperature/useTop.js +88 -72
  226. package/es/components/fabric-chart/src/hooks/useCommon.js +5 -24
  227. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +10 -56
  228. package/es/components/fabric-chart/src/hooks/useDraw.js +52 -116
  229. package/es/components/fabric-chart/src/hooks/useEvent.js +56 -49
  230. package/es/components/fabric-chart/src/hooks/useGrid.js +4 -15
  231. package/es/components/fabric-chart/src/hooks/useScaleColumn.js +2 -10
  232. package/es/components/fabric-chart/src/hooks/useShadow.js +7 -4
  233. package/es/components/fabric-chart/src/utils/index.js +2 -12
  234. package/es/components/field-editor/index.d.ts +42 -50
  235. package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
  236. package/es/components/field-editor/src/FieldEditor.vue2.js +11 -15
  237. package/es/components/field-editor/src/fields.js +31 -232
  238. package/es/components/field-set/index.d.ts +13 -13
  239. package/es/components/field-set/src/FieldColor.vue.d.ts +153 -215
  240. package/es/components/field-set/src/FieldColor.vue2.js +15 -92
  241. package/es/components/field-set/src/FieldFilter.vue.d.ts +50 -76
  242. package/es/components/field-set/src/FieldFilter.vue2.js +8 -36
  243. package/es/components/field-set/src/FieldSet.vue.d.ts +63 -77
  244. package/es/components/field-set/src/FieldSet.vue2.js +45 -213
  245. package/es/components/field-set/src/Index.vue.d.ts +13 -13
  246. package/es/components/field-set/src/Index.vue2.js +19 -56
  247. package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
  248. package/es/components/field-set/src/TableStyle.vue2.js +28 -69
  249. package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
  250. package/es/components/field-set/src/components/condition.vue2.js +13 -30
  251. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
  252. package/es/components/field-set/src/components/edit-dialog.vue2.js +17 -115
  253. package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
  254. package/es/components/field-set/src/components/edit-filter.vue2.js +5 -26
  255. package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
  256. package/es/components/field-set/src/components/table-row.vue2.js +26 -125
  257. package/es/components/field-set/src/constants/filter.js +43 -328
  258. package/es/components/field-set/src/constants/index.js +65 -504
  259. package/es/components/field-set/src/utils/index.js +6 -18
  260. package/es/components/form-config/index.d.ts +516 -1497
  261. package/es/components/form-config/index.js +0 -1
  262. package/es/components/form-config/src/FormConfig.vue.d.ts +516 -1497
  263. package/es/components/form-config/src/FormConfig.vue2.js +21 -22
  264. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -59
  265. package/es/components/form-config/src/components/FormConfigCreator.vue2.js +16 -13
  266. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
  267. package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +12 -21
  268. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1114
  269. package/es/components/form-config/src/components/FormConfigEdit.vue2.js +12 -11
  270. package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +86 -123
  271. package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +36 -104
  272. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
  273. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
  274. package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +5 -8
  275. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
  276. package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +31 -30
  277. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
  278. package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +35 -36
  279. package/es/components/form-config/src/constants/index.js +29 -176
  280. package/es/components/form-config/src/hooks/useConfigurationField.js +21 -21
  281. package/es/components/form-config/src/hooks/useDataNormalize.js +2 -8
  282. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
  283. package/es/components/form-config/src/hooks/useSortalbeConfig.js +4 -21
  284. package/es/components/form-config/src/utils/index.js +10 -6
  285. package/es/components/form-render/index.d.ts +40 -48
  286. package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
  287. package/es/components/form-render/src/FormRender.vue2.js +118 -244
  288. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
  289. package/es/components/form-render/src/FormRenderWrapper.vue2.js +18 -6
  290. package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
  291. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
  292. package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +2 -8
  293. package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.js +17 -16
  294. package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
  295. package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +2 -8
  296. package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
  297. package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
  298. package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
  299. package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
  300. package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
  301. package/es/components/form-render/src/components/renderer/formItem.js +2 -8
  302. package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
  303. package/es/components/form-render/src/components/renderer/inputGroup.js +6 -8
  304. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
  305. package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
  306. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
  307. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +49 -71
  308. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
  309. package/es/components/form-render/src/components/renderer/lineBar/index.js +6 -6
  310. package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
  311. package/es/components/form-render/src/components/renderer/radio_checkbox.js +2 -8
  312. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
  313. package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
  314. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
  315. package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
  316. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
  317. package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
  318. package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
  319. package/es/components/form-render/src/components/renderer/switch.js +4 -24
  320. package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
  321. package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
  322. package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
  323. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
  324. package/es/components/form-render/src/components/tooltipMessage.vue2.js +14 -18
  325. package/es/components/form-render/src/constants/index.js +6 -2
  326. package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
  327. package/es/components/form-render/src/hooks/useAnchor.js +12 -10
  328. package/es/components/form-render/src/hooks/useBusinessBinding.js +18 -20
  329. package/es/components/form-render/src/hooks/useChangeContext.js +1 -3
  330. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
  331. package/es/components/form-render/src/hooks/useCommonInjection.js +6 -21
  332. package/es/components/form-render/src/hooks/useCommonLog.js +4 -4
  333. package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
  334. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +60 -66
  335. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
  336. package/es/components/form-render/src/hooks/useFieldNormalize.js +110 -97
  337. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -3
  338. package/es/components/form-render/src/hooks/useFormContext.js +27 -27
  339. package/es/components/form-render/src/hooks/useFormEvent.js +36 -50
  340. package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
  341. package/es/components/form-render/src/hooks/useFormGraph.js +1 -5
  342. package/es/components/form-render/src/hooks/useFormItemDeps.js +4 -15
  343. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -3
  344. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
  345. package/es/components/form-render/src/hooks/useFormRenderOptions.js +75 -138
  346. package/es/components/form-render/src/hooks/useFormValidator.js +2 -8
  347. package/es/components/form-render/src/hooks/useLowCodeEvent.js +2 -8
  348. package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -4
  349. package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +29 -22
  350. package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +2 -7
  351. package/es/components/form-render/src/hooks/useOperationalForm.js +26 -24
  352. package/es/components/form-render/src/hooks/usePresetScope.js +3 -1
  353. package/es/components/form-render/src/hooks/useSelectedSetting.js +1 -3
  354. package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -3
  355. package/es/components/form-render/src/utils/business.js +38 -48
  356. package/es/components/form-render/src/utils/dom.js +5 -9
  357. package/es/components/form-render/src/utils/index.d.ts +3 -3
  358. package/es/components/form-render/src/utils/schema.js +4 -24
  359. package/es/components/form-render/src/utils/valueFormatter.js +6 -5
  360. package/es/components/grid/index.d.ts +1 -1
  361. package/es/components/grid/src/Grid.d.ts +1 -1
  362. package/es/components/grid/src/hooks.js +151 -1
  363. package/es/components/guide/src/renderer.d.ts +5 -5
  364. package/es/components/guide/src/utils/index.js +121 -184
  365. package/es/components/iho-chat/index.d.ts +760 -832
  366. package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
  367. package/es/components/iho-chat/src/Index.vue2.js +5 -12
  368. package/es/components/iho-chat/src/api/index.js +1 -3
  369. package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
  370. package/es/components/iho-chat/src/components/ChatAdd.vue2.js +49 -125
  371. package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
  372. package/es/components/iho-chat/src/components/ChatFile.vue2.js +11 -66
  373. package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
  374. package/es/components/iho-chat/src/components/ChatFooter.vue2.js +60 -150
  375. package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
  376. package/es/components/iho-chat/src/components/ChatHeader.vue2.js +9 -43
  377. package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
  378. package/es/components/iho-chat/src/components/ChatMain.vue2.js +9 -43
  379. package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
  380. package/es/components/iho-chat/src/components/ChatRecord.vue2.js +66 -101
  381. package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
  382. package/es/components/iho-chat/src/components/ChatSearch.vue2.js +43 -109
  383. package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
  384. package/es/components/iho-chat/src/components/ChatSet.vue2.js +71 -172
  385. package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
  386. package/es/components/iho-chat/src/components/ContextMenu.js +7 -48
  387. package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
  388. package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +21 -26
  389. package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
  390. package/es/components/iho-chat/src/components/MessageEvent.vue2.js +15 -26
  391. package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
  392. package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
  393. package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
  394. package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +36 -40
  395. package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
  396. package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +47 -131
  397. package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
  398. package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
  399. package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
  400. package/es/components/iho-chat/src/components/SelectLabel.vue2.js +4 -11
  401. package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
  402. package/es/components/iho-chat/src/components/SiderList.vue2.js +8 -42
  403. package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
  404. package/es/components/iho-chat/src/components/Video.vue2.js +13 -36
  405. package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
  406. package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
  407. package/es/components/iho-chat/src/hooks/useData.js +83 -123
  408. package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
  409. package/es/components/iho-chat/src/hooks/useDraggable.js +14 -54
  410. package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
  411. package/es/components/iho-chat/src/hooks/useSearchPatientList.js +1 -3
  412. package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
  413. package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -3
  414. package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
  415. package/es/components/iho-chat/src/hooks/useVideo.js +2 -15
  416. package/es/components/iho-chat/src/hooks/useWebSocket.js +49 -71
  417. package/es/components/iho-chat/src/utils/chatSock.js +17 -18
  418. package/es/components/iho-chat/src/utils/index.d.ts +1 -1
  419. package/es/components/iho-chat/src/utils/index.js +10 -79
  420. package/es/components/iho-table/index.d.ts +1572 -3124
  421. package/es/components/iho-table/index.js +27 -5
  422. package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
  423. package/es/components/iho-table/src/IhoTable.vue2.js +98 -140
  424. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  425. package/es/components/iho-table/src/constants/index.js +77 -3
  426. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
  427. package/es/components/iho-table/src/hooks/tapHooks/index.js +57 -36
  428. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
  429. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +11 -5
  430. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -3
  431. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +1 -3
  432. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
  433. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +233 -50
  434. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
  435. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +1 -3
  436. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +12 -5
  437. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
  438. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +6 -4
  439. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
  440. package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
  441. package/es/components/iho-table/src/hooks/useTableContext.js +1 -9
  442. package/es/components/iho-table/src/hooks/useTablePlugin.js +3 -11
  443. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
  444. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
  445. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +9 -17
  446. package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +2 -8
  447. package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -4
  448. package/es/components/iho-table/src/plugins/copyPastePlugin.js +12 -32
  449. package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +8 -35
  450. package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +26 -46
  451. package/es/components/iho-table/src/plugins/defaultValuePlugin.js +19 -18
  452. package/es/components/iho-table/src/plugins/dragScrollPlugin.js +23 -37
  453. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
  454. package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -47
  455. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
  456. package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +2 -4
  457. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
  458. package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +12 -49
  459. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
  460. package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +24 -75
  461. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
  462. package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +4 -17
  463. package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +2 -8
  464. package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.js +15 -22
  465. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
  466. package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +15 -18
  467. package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +45 -55
  468. package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +2 -6
  469. package/es/components/iho-table/src/plugins/operationalFormPlugin.js +25 -23
  470. package/es/components/iho-table/src/plugins/pagerScrollPlugin/index.js +32 -50
  471. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
  472. package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.js +2 -8
  473. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
  474. package/es/components/iho-table/src/plugins/pluginHooks/useFilter.js +3 -14
  475. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
  476. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +27 -81
  477. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -3
  478. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
  479. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
  480. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +17 -61
  481. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +2 -8
  482. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
  483. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +2 -8
  484. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -5
  485. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
  486. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +31 -49
  487. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +14 -13
  488. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
  489. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +9 -16
  490. package/es/components/iho-table/src/plugins/rowClickPlugin.js +2 -10
  491. package/es/components/iho-table/src/plugins/rowDragPlugin.js +23 -52
  492. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +18 -13
  493. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +4 -5
  494. package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +16 -16
  495. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useColumn2Data.js +3 -10
  496. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useCurrentColumn.js +4 -12
  497. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useData2Column.js +43 -43
  498. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEditCell.js +14 -37
  499. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEventConvert.js +1 -5
  500. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHeaderCSS.js +7 -23
  501. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowClassName.js +4 -12
  502. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +2 -7
  503. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useTriggerRow.js +3 -9
  504. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
  505. package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +54 -64
  506. package/es/components/iho-table/src/plugins/virtualTreePlugin.js +27 -44
  507. package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +1 -6
  508. package/es/components/iho-table/src/utils/index.d.ts +2 -2
  509. package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
  510. package/es/components/index.js +1 -5
  511. package/es/components/info-header/index.d.ts +355 -195
  512. package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
  513. package/es/components/info-header/src/InfoHeader.vue2.js +82 -97
  514. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
  515. package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +81 -107
  516. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
  517. package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +31 -45
  518. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
  519. package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +34 -43
  520. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
  521. package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +22 -24
  522. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
  523. package/es/components/info-header/src/components/infoDescription/index.vue2.js +77 -87
  524. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
  525. package/es/components/info-header/src/components/patientInfo/index.vue2.js +31 -172
  526. package/es/components/info-header/src/hooks/useThemeOverrides.js +2 -6
  527. package/es/components/keyboard/index.d.ts +65 -77
  528. package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
  529. package/es/components/keyboard/src/Keyboard.vue2.js +17 -30
  530. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
  531. package/es/components/keyboard/src/components/InputNumber.vue2.js +32 -37
  532. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
  533. package/es/components/keyboard/src/components/NumberPanel.vue2.js +16 -36
  534. package/es/components/map/index.d.ts +12 -12
  535. package/es/components/map/src/Map.vue.d.ts +12 -12
  536. package/es/components/map/src/Map.vue2.js +12 -18
  537. package/es/components/picture-clipper/index.d.ts +11 -11
  538. package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
  539. package/es/components/picture-clipper/src/PictureClipper.vue2.js +7 -21
  540. package/es/components/quick-search/index.d.ts +32 -73
  541. package/es/components/quick-search/src/index.vue.d.ts +32 -73
  542. package/es/components/quick-search/src/index.vue2.js +23 -85
  543. package/es/components/recommend-search/index.d.ts +79 -79
  544. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
  545. package/es/components/recommend-search/src/RecommendSearch.vue2.js +20 -57
  546. package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
  547. package/es/components/recommend-search/src/components/BaseSearch.js +2 -8
  548. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
  549. package/es/components/recommend-search/src/components/RecommendInput.vue2.js +16 -35
  550. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
  551. package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +55 -55
  552. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
  553. package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +10 -23
  554. package/es/components/recommend-search/src/constant/index.js +3 -1
  555. package/es/components/scale-view/index.d.ts +87 -107
  556. package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
  557. package/es/components/scale-view/src/ScaleView.vue2.js +17 -60
  558. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
  559. package/es/components/scale-view/src/components/AnswerParse.vue2.js +13 -75
  560. package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
  561. package/es/components/scale-view/src/components/DescribeContent.vue2.js +10 -13
  562. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
  563. package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +24 -44
  564. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
  565. package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -27
  566. package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -1
  567. package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
  568. package/es/components/scale-view/src/components/NoData.vue2.js +8 -28
  569. package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
  570. package/es/components/scale-view/src/components/ScaleScore.js +4 -45
  571. package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
  572. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
  573. package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
  574. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
  575. package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -40
  576. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
  577. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
  578. package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
  579. package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
  580. package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
  581. package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
  582. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
  583. package/es/components/scale-view/src/components/formitem/r-radio.js +4 -24
  584. package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
  585. package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
  586. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
  587. package/es/components/scale-view/src/components/formitem/r-sign.js +9 -64
  588. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
  589. package/es/components/scale-view/src/components/formitem/r-upload.js +8 -56
  590. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
  591. package/es/components/scale-view/src/components/formitem/sign-com.js +2 -8
  592. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
  593. package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
  594. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
  595. package/es/components/scale-view/src/directive/drag-move.js +5 -40
  596. package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -39
  597. package/es/components/scale-view/src/hooks/scaleview-init.js +4 -24
  598. package/es/components/scale-view/src/hooks/scaleview-methods.js +8 -56
  599. package/es/components/scale-view/src/hooks/scaleview-props.js +30 -132
  600. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -3
  601. package/es/components/scale-view/src/hooks/scaleview-submit.js +11 -80
  602. package/es/components/scale-view/src/hooks/scaleview-validate.js +14 -104
  603. package/es/components/scale-view/src/hooks/use-evaluate.js +3 -16
  604. package/es/components/scale-view/src/hooks/use-event.js +6 -23
  605. package/es/components/scale-view/src/hooks/use-noData.js +5 -32
  606. package/es/components/scale-view/src/utils/judge-types.js +8 -6
  607. package/es/components/search-cascader/index.d.ts +27 -27
  608. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
  609. package/es/components/search-cascader/src/SearchCascader.vue2.js +10 -17
  610. package/es/components/search-cascader/src/components/ClearIcon.vue.js +17 -15
  611. package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
  612. package/es/components/search-cascader/src/constants/index.js +12 -4
  613. package/es/components/select-label/index.d.ts +155 -119
  614. package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
  615. package/es/components/select-label/src/LabelFormContent.vue2.js +27 -59
  616. package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
  617. package/es/components/select-label/src/SelectLabel.vue2.js +15 -48
  618. package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
  619. package/es/components/select-label/src/components/label-classify.vue2.js +30 -47
  620. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
  621. package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +17 -28
  622. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
  623. package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +9 -36
  624. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
  625. package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +14 -24
  626. package/es/components/select-label/src/index.vue.d.ts +107 -93
  627. package/es/components/select-label/src/index.vue2.js +1 -2
  628. package/es/components/select-person/index.d.ts +190 -257
  629. package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
  630. package/es/components/select-person/src/SelectPerson.vue2.js +22 -67
  631. package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
  632. package/es/components/select-person/src/SelectPersonRole.vue2.js +24 -107
  633. package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
  634. package/es/components/select-person/src/SelectPersonType.vue2.js +11 -45
  635. package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
  636. package/es/components/select-person/src/components/GroupItem.vue2.js +1 -2
  637. package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
  638. package/es/components/select-person/src/components/SearchGroupList.vue2.js +102 -105
  639. package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
  640. package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
  641. package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
  642. package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +8 -15
  643. package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
  644. package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
  645. package/es/components/select-person/src/index.vue.d.ts +240 -307
  646. package/es/components/select-person/src/index.vue2.js +10 -24
  647. package/es/components/select-person/src/utils/index.d.ts +1 -1
  648. package/es/components/shortcut-provider/index.d.ts +9 -9
  649. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
  650. package/es/components/shortcut-provider/src/ShortcutProvider.vue2.js +6 -8
  651. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
  652. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -4
  653. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +11 -25
  654. package/es/components/shortcut-provider/src/utils/index.js +5 -27
  655. package/es/components/shortcut-setter/index.d.ts +81 -287
  656. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -287
  657. package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +7 -24
  658. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
  659. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +27 -51
  660. package/es/components/slider-tree/index.d.ts +22 -22
  661. package/es/components/slider-tree/src/index.vue.d.ts +22 -22
  662. package/es/components/slider-tree/src/index.vue2.js +8 -22
  663. package/es/components/step-notice/index.d.ts +58 -58
  664. package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
  665. package/es/components/step-notice/src/StepNotice.vue2.js +42 -54
  666. package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
  667. package/es/components/step-notice/src/components/NoticeConnection.vue2.js +27 -27
  668. package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
  669. package/es/components/step-notice/src/components/NoticeItem.vue2.js +80 -54
  670. package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
  671. package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +45 -33
  672. package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
  673. package/es/components/step-notice/src/components/NoticeOperationList.vue2.js +43 -37
  674. package/es/components/steps-wheel/index.d.ts +17 -17
  675. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
  676. package/es/components/steps-wheel/src/StepsWheel.vue2.js +221 -208
  677. package/es/components/table-export-field/index.d.ts +66 -82
  678. package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
  679. package/es/components/table-export-field/src/components/ExportModal.vue2.js +20 -111
  680. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
  681. package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +15 -92
  682. package/es/components/table-export-field/src/constants/index.js +3 -1
  683. package/es/components/table-export-field/src/index.vue.d.ts +66 -82
  684. package/es/components/table-export-field/src/index.vue2.js +7 -28
  685. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
  686. package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +19 -47
  687. package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
  688. package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +9 -10
  689. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
  690. package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +8 -11
  691. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
  692. package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +7 -8
  693. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
  694. package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +10 -13
  695. package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
  696. package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
  697. package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +4 -15
  698. package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
  699. package/es/components/table-filter/src/components/bi-filter/index.vue2.js +48 -133
  700. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
  701. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -55
  702. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
  703. package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +20 -90
  704. package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
  705. package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +21 -35
  706. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
  707. package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +31 -73
  708. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
  709. package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +10 -24
  710. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
  711. package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +7 -8
  712. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
  713. package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +8 -21
  714. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
  715. package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +54 -78
  716. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
  717. package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +10 -13
  718. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
  719. package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +18 -39
  720. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
  721. package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +15 -37
  722. package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
  723. package/es/components/table-filter/src/components/classify-filter/helpers/options.js +9 -64
  724. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
  725. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +4 -15
  726. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
  727. package/es/components/table-filter/src/components/classify-filter/index.vue2.js +43 -116
  728. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
  729. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +14 -13
  730. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
  731. package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +13 -34
  732. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
  733. package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +3 -10
  734. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
  735. package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +16 -18
  736. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
  737. package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +19 -46
  738. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
  739. package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +4 -18
  740. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
  741. package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -17
  742. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
  743. package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +8 -21
  744. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
  745. package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +10 -22
  746. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
  747. package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +18 -39
  748. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
  749. package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +18 -23
  750. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
  751. package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +58 -93
  752. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
  753. package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +9 -30
  754. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
  755. package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +11 -16
  756. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
  757. package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +14 -37
  758. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
  759. package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +211 -1680
  760. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +194 -39
  761. package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
  762. package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +5 -22
  763. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
  764. package/es/components/table-filter/src/components/render-widget/index.vue.js +26 -64
  765. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
  766. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
  767. package/es/components/table-filter/src/constants/index.js +12 -4
  768. package/es/components/table-filter/src/hooks/useAdvanced.js +21 -31
  769. package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
  770. package/es/components/table-filter/src/hooks/useMixins.js +2 -8
  771. package/es/components/table-filter/src/hooks/useRenderWidget.js +15 -33
  772. package/es/components/table-filter/src/tool/baseOptions.js +20 -152
  773. package/es/components/table-filter/src/tool/date.js +5 -10
  774. package/es/components/table-filter/src/tool/transformData.js +5 -26
  775. package/es/components/time-line/index.d.ts +11 -11
  776. package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
  777. package/es/components/time-line/src/TimeLine.vue2.js +49 -44
  778. package/es/components/time-picker/index.d.ts +19 -19
  779. package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
  780. package/es/components/time-picker/src/TimePicker.vue2.js +57 -61
  781. package/es/components/tooth-bitmap/index.d.ts +14 -14
  782. package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
  783. package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +8 -36
  784. package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
  785. package/es/components/vertify/src/components/IdentityVerification.vue2.js +17 -80
  786. package/es/components/vertify/src/utils/dialog.js +3 -16
  787. package/es/components/vod-chunk-upload/index.d.ts +28 -248
  788. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
  789. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +36 -125
  790. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -36
  791. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +11 -72
  792. package/es/components/vod-chunk-upload/src/hooks/vod-computed.js +5 -17
  793. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
  794. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +34 -102
  795. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
  796. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +3 -16
  797. package/es/env.d.ts +25 -25
  798. package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
  799. package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
  800. package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
  801. package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
  802. package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
  803. package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
  804. package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
  805. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
  806. package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
  807. package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
  808. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
  809. package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
  810. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
  811. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
  812. package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
  813. package/es/shared/components/no-data/NoData.vue2.js +5 -5
  814. package/es/shared/components/player-vod/index.vue.d.ts +1 -1
  815. package/es/shared/components/player-vod/player.d.ts +4 -4
  816. package/es/shared/components/player-vod/video-list.d.ts +4 -77
  817. package/es/shared/components/player-vod/video-modal.d.ts +5 -23
  818. package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
  819. package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
  820. package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
  821. package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
  822. package/es/shared/package.json.js +1 -1
  823. package/es/shared/utils/index.d.ts +1 -1
  824. package/es/shared/utils/index.js +1 -14
  825. package/package.json +2 -2
  826. package/es/components/form-config/src/hooks/useLocale.d.ts +0 -60
  827. package/es/components/form-config/src/hooks/useLocale.js +0 -307
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  visible: {
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15
15
  type: ArrayConstructor;
16
16
  default: () => never[];
17
17
  };
18
- }>, {
19
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
+ }, {
19
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
20
20
  visible: {
21
21
  type: BooleanConstructor;
22
22
  default: boolean;
@@ -33,24 +33,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
33
  type: ArrayConstructor;
34
34
  default: () => never[];
35
35
  };
36
- }>> & Readonly<{
36
+ }>> & {
37
37
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
38
- }> & {}>;
38
+ }>>;
39
39
  emits: (event: "cancelSaveAdd", ...args: any[]) => void;
40
- addVisible: import("vue").Ref<boolean, boolean>;
41
- isChangeWindow: import("vue").Ref<boolean, boolean>;
42
- modalWidth: import("vue").Ref<string, string>;
40
+ addVisible: import("vue").Ref<boolean>;
41
+ isChangeWindow: import("vue").Ref<boolean>;
42
+ modalWidth: import("vue").Ref<string>;
43
43
  bodyStyle: import("vue").Ref<{
44
44
  maxHeight: string;
45
45
  height: string;
46
- }, {
47
- maxHeight: string;
48
- height: string;
49
- } | {
50
- maxHeight: string;
51
- height: string;
52
46
  }>;
53
- conditionApiRef: import("vue").Ref<any, any>;
47
+ conditionApiRef: any;
54
48
  filterTimer: any;
55
49
  classifyfilterType: String;
56
50
  init: () => void;
@@ -61,10 +55,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
55
  clearConditions: () => void;
62
56
  resetChangeWindow: () => void;
63
57
  changeModalWindow: () => void;
64
- readonly NModal: any;
65
- readonly NCard: any;
66
- readonly NButton: any;
67
- ClassifyFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
58
+ NModal: any;
59
+ NCard: any;
60
+ NButton: any;
61
+ ClassifyFilterConditionByApi: import("vue").DefineComponent<{
68
62
  actionList_prop: {
69
63
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
70
64
  default: () => {};
@@ -89,14 +83,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
89
83
  type: BooleanConstructor;
90
84
  default: boolean;
91
85
  };
92
- }>, {
93
- $message: import("naive-ui/es/message").MessageApi;
86
+ }, {
87
+ $message: import("naive-ui").MessageApi;
94
88
  menuProps: {
95
89
  class: string;
96
90
  };
97
91
  specialDateRange: string[];
98
92
  specialCustomDateRange: string[];
99
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
93
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
100
94
  actionList_prop: {
101
95
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
102
96
  default: () => {};
@@ -121,10 +115,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
121
115
  type: BooleanConstructor;
122
116
  default: boolean;
123
117
  };
124
- }>> & Readonly<{
118
+ }>> & {
125
119
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
126
120
  onSaveAdd?: ((...args: any[]) => any) | undefined;
127
- }> & {}>;
121
+ }>>;
128
122
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
129
123
  $attrs: {
130
124
  [x: string]: unknown;
@@ -142,9 +136,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
142
136
  customDate?: string | undefined;
143
137
  }[];
144
138
  };
145
- loading: import("vue").Ref<boolean, boolean>;
146
- parentInputRef: import("vue").Ref<any, any>;
147
- parentInputAddRef: import("vue").Ref<any, any>;
139
+ loading: import("vue").Ref<boolean>;
140
+ parentInputRef: import("vue").Ref<any>;
141
+ parentInputAddRef: import("vue").Ref<any>;
148
142
  DisplayCategoryState: {
149
143
  addDisplayCategory: string;
150
144
  displayCategories: {
@@ -185,16 +179,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
185
179
  saveAdd: () => void;
186
180
  cancelSaveAdd: () => void;
187
181
  checkActionList: () => boolean;
188
- readonly NSpin: any;
189
- readonly NIcon: any;
190
- readonly NInput: any;
191
- readonly NButton: any;
192
- readonly NTooltip: any;
193
- readonly NSelect: any;
194
- 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>;
195
- 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>;
196
- 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>;
197
- ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
182
+ NSpin: any;
183
+ NIcon: any;
184
+ NInput: any;
185
+ NButton: any;
186
+ NTooltip: any;
187
+ NSelect: any;
188
+ 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<{}>>, {}>;
189
+ 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<{}>>, {}>;
190
+ 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<{}>>, {}>;
191
+ ValueCfg: import("vue").DefineComponent<{
198
192
  item: {
199
193
  type: ObjectConstructor;
200
194
  default: null;
@@ -218,8 +212,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
218
212
  type: StringConstructor;
219
213
  default: null;
220
214
  };
221
- }>, {
222
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
215
+ }, {
216
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
223
217
  item: {
224
218
  type: ObjectConstructor;
225
219
  default: null;
@@ -243,19 +237,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
243
237
  type: StringConstructor;
244
238
  default: null;
245
239
  };
246
- }>> & Readonly<{
240
+ }>> & {
247
241
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
248
242
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
249
243
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
250
244
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
251
- }> & {}>;
245
+ }>>;
252
246
  emit: (event: "update:modelValue" | "update:isAccurate" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
253
- valueCp: import("vue").WritableComputedRef<any, any>;
254
- presetValCp: import("vue").WritableComputedRef<string, string>;
255
- isAccurateCp: import("vue").WritableComputedRef<boolean, boolean>;
256
- customDateCp: import("vue").WritableComputedRef<string, string>;
247
+ valueCp: import("vue").WritableComputedRef<any>;
248
+ presetValCp: import("vue").WritableComputedRef<string>;
249
+ isAccurateCp: import("vue").WritableComputedRef<boolean>;
250
+ customDateCp: import("vue").WritableComputedRef<string>;
257
251
  widgetType: import("vue").ComputedRef<any>;
258
- readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
252
+ Date: import("vue").DefineComponent<{
259
253
  componentCfg: {
260
254
  type: ObjectConstructor;
261
255
  };
@@ -279,8 +273,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
279
273
  type: StringConstructor;
280
274
  default: null;
281
275
  };
282
- }>, {
283
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
276
+ }, {
277
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
284
278
  componentCfg: {
285
279
  type: ObjectConstructor;
286
280
  };
@@ -304,15 +298,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
304
298
  type: StringConstructor;
305
299
  default: null;
306
300
  };
307
- }>> & Readonly<{
301
+ }>> & {
308
302
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
309
303
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
310
304
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
311
- }> & {}>;
305
+ }>>;
312
306
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
313
- filterType: import("vue").ComputedRef<"1" | "3" | "2">;
314
- valueCp: import("vue").WritableComputedRef<any, any>;
315
- presetValCp: import("vue").WritableComputedRef<string, string>;
307
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
308
+ valueCp: import("vue").WritableComputedRef<any>;
309
+ presetValCp: import("vue").WritableComputedRef<string>;
316
310
  dateType: any;
317
311
  valueFormat: import("vue").ComputedRef<string>;
318
312
  compType: import("vue").ComputedRef<any>;
@@ -327,7 +321,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
327
321
  isMinuteDisabled(minute: number, hour: number | null): boolean | undefined;
328
322
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | undefined;
329
323
  };
330
- readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
324
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
331
325
  updateUnchangedValue: {
332
326
  type: BooleanConstructor;
333
327
  };
@@ -358,11 +352,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
358
352
  isDateDisabled: {
359
353
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
360
354
  };
361
- }>, {
355
+ }, {
362
356
  attrs: {
363
357
  [x: string]: unknown;
364
358
  };
365
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
359
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
366
360
  updateUnchangedValue: {
367
361
  type: BooleanConstructor;
368
362
  };
@@ -393,15 +387,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
393
387
  isDateDisabled: {
394
388
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
395
389
  };
396
- }>> & Readonly<{
390
+ }>> & {
397
391
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
398
- }> & {}>;
392
+ }>>;
399
393
  emit: (event: "update:formatted-value", ...args: any[]) => void;
400
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
401
- panelInstRef: import("vue").Ref<null, null>;
402
- placeholderRef: import("vue").Ref<any, any>;
403
- oldValue: (string | [string, string]) | null | undefined;
404
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
394
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
395
+ panelInstRef: import("vue").Ref<null>;
396
+ placeholderRef: import("vue").Ref<any>;
397
+ oldValue: string;
398
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
405
399
  isDateTime: import("vue").ComputedRef<boolean>;
406
400
  formatRef: import("vue").ComputedRef<string>;
407
401
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -416,8 +410,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
416
410
  onConfirm: (...args: any[]) => Promise<void>;
417
411
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
418
412
  setShortcutValue: (type: "month" | "week") => Promise<void>;
419
- readonly NDatePicker: any;
420
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
413
+ NDatePicker: any;
414
+ }, 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<{
421
415
  updateUnchangedValue: {
422
416
  type: BooleanConstructor;
423
417
  };
@@ -448,16 +442,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
448
442
  isDateDisabled: {
449
443
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
450
444
  };
451
- }>> & Readonly<{
445
+ }>> & {
452
446
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
453
- }>, {
447
+ }, {
454
448
  type: string;
455
449
  updateUnchangedValue: boolean;
456
450
  to: string | false | HTMLElement;
457
451
  holidays: Date[];
458
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
459
- readonly NSelect: any;
460
- DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
452
+ }>>;
453
+ NSelect: any;
454
+ DateOption: import("vue").DefineComponent<{
461
455
  filterType: {
462
456
  type: StringConstructor;
463
457
  required: true;
@@ -482,7 +476,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
482
476
  valueFormat: {
483
477
  type: StringConstructor;
484
478
  };
485
- }>, {
479
+ }, {
486
480
  widgetOptions: {
487
481
  label: string;
488
482
  value: string;
@@ -491,9 +485,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
491
485
  label: string;
492
486
  value: string;
493
487
  }[];
494
- startDateNum: import("vue").Ref<any, any>;
495
- endDateNum: import("vue").Ref<any, any>;
496
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
488
+ startDateNum: import("vue").Ref<any>;
489
+ endDateNum: import("vue").Ref<any>;
490
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
497
491
  filterType: {
498
492
  type: StringConstructor;
499
493
  required: true;
@@ -518,17 +512,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
518
512
  valueFormat: {
519
513
  type: StringConstructor;
520
514
  };
521
- }>> & Readonly<{
515
+ }>> & {
522
516
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
523
517
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
524
- }> & {}>;
518
+ }>>;
525
519
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
526
- valueCp: import("vue").WritableComputedRef<any, any>;
527
- presetValCp: import("vue").WritableComputedRef<string, string>;
520
+ valueCp: import("vue").WritableComputedRef<any>;
521
+ presetValCp: import("vue").WritableComputedRef<string>;
528
522
  handleChange: (val: any, type: "start" | "end") => void;
529
- readonly NSelect: any;
530
- readonly NInputNumber: any;
531
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
523
+ NSelect: any;
524
+ NInputNumber: any;
525
+ }, 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<{
532
526
  filterType: {
533
527
  type: StringConstructor;
534
528
  required: true;
@@ -553,14 +547,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
553
547
  valueFormat: {
554
548
  type: StringConstructor;
555
549
  };
556
- }>> & Readonly<{
550
+ }>> & {
557
551
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
558
552
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
559
- }>, {
553
+ }, {
560
554
  modelValue: string | number | unknown[];
561
555
  presetVal: string;
562
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
563
- readonly WidgetValEnums: {
556
+ }>;
557
+ WidgetValEnums: {
564
558
  CUSTOM: string;
565
559
  FIRST_VAL: string;
566
560
  WHOLE: string;
@@ -591,7 +585,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
591
585
  NEXT_YEAR: string;
592
586
  LAST_YEAR: string;
593
587
  };
594
- }, {}, {}, {}, 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<{
588
+ }, 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<{
595
589
  componentCfg: {
596
590
  type: ObjectConstructor;
597
591
  };
@@ -615,17 +609,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
615
609
  type: StringConstructor;
616
610
  default: null;
617
611
  };
618
- }>> & Readonly<{
612
+ }>> & {
619
613
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
620
614
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
621
615
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
622
- }>, {
616
+ }, {
623
617
  modelValue: string | number | unknown[];
624
618
  paramCfg: Record<string, any>;
625
619
  presetVal: string;
626
620
  customDate: string;
627
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
628
- readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
621
+ }>;
622
+ InputFilter: import("vue").DefineComponent<{
629
623
  paramCfg: {
630
624
  type: ObjectConstructor;
631
625
  default: null;
@@ -637,8 +631,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
637
631
  isAccurateFilter: {
638
632
  type: BooleanConstructor;
639
633
  };
640
- }>, {
641
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
634
+ }, {
635
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
642
636
  paramCfg: {
643
637
  type: ObjectConstructor;
644
638
  default: null;
@@ -650,27 +644,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
650
644
  isAccurateFilter: {
651
645
  type: BooleanConstructor;
652
646
  };
653
- }>> & Readonly<{
647
+ }>> & {
654
648
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
655
649
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
656
- }> & {}>;
650
+ }>>;
657
651
  emit: (event: "update:modelValue" | "update:isAccurateFilter", ...args: any[]) => void;
658
652
  optionList: import("vue").Ref<{
659
653
  label: string;
660
654
  value: number;
661
- }[], {
662
- label: string;
663
- value: number;
664
- }[] | {
665
- label: string;
666
- value: number;
667
655
  }[]>;
668
- valueCp: import("vue").WritableComputedRef<any, any>;
669
- isAccurateFilterCp: import("vue").WritableComputedRef<number, number>;
656
+ valueCp: import("vue").WritableComputedRef<any>;
657
+ isAccurateFilterCp: import("vue").WritableComputedRef<number>;
670
658
  isShowSearch: import("vue").ComputedRef<any>;
671
- readonly NInput: any;
672
- readonly NSelect: any;
673
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:isAccurateFilter")[], "update:modelValue" | "update:isAccurateFilter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
659
+ NInput: any;
660
+ NSelect: any;
661
+ }, 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<{
674
662
  paramCfg: {
675
663
  type: ObjectConstructor;
676
664
  default: null;
@@ -682,42 +670,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
682
670
  isAccurateFilter: {
683
671
  type: BooleanConstructor;
684
672
  };
685
- }>> & Readonly<{
673
+ }>> & {
686
674
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
687
675
  "onUpdate:isAccurateFilter"?: ((...args: any[]) => any) | undefined;
688
- }>, {
676
+ }, {
689
677
  modelValue: string | number | unknown[];
690
678
  paramCfg: Record<string, any>;
691
679
  isAccurateFilter: boolean;
692
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
693
- readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
680
+ }>;
681
+ InputNumber: import("vue").DefineComponent<{
694
682
  modelValue: {
695
683
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
696
684
  default: null;
697
685
  };
698
- }>, {
699
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
686
+ }, {
687
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
700
688
  modelValue: {
701
689
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
702
690
  default: null;
703
691
  };
704
- }>> & Readonly<{
692
+ }>> & {
705
693
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
706
- }> & {}>;
694
+ }>>;
707
695
  emit: (event: "update:modelValue", ...args: any[]) => void;
708
- valueCp: import("vue").WritableComputedRef<any, any>;
709
- readonly NInputNumber: any;
710
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
696
+ valueCp: import("vue").WritableComputedRef<any>;
697
+ NInputNumber: any;
698
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
711
699
  modelValue: {
712
700
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
713
701
  default: null;
714
702
  };
715
- }>> & Readonly<{
703
+ }>> & {
716
704
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
717
- }>, {
705
+ }, {
718
706
  modelValue: string | number | unknown[];
719
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
720
- readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
707
+ }>;
708
+ SelectFilter: import("vue").DefineComponent<{
721
709
  paramCfg: {
722
710
  type: ObjectConstructor;
723
711
  default: null;
@@ -730,8 +718,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
730
718
  type: StringConstructor;
731
719
  default: string;
732
720
  };
733
- }>, {
734
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
721
+ }, {
722
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
735
723
  paramCfg: {
736
724
  type: ObjectConstructor;
737
725
  default: null;
@@ -744,15 +732,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
744
732
  type: StringConstructor;
745
733
  default: string;
746
734
  };
747
- }>> & Readonly<{
735
+ }>> & {
748
736
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
749
- }> & {}>;
737
+ }>>;
750
738
  emit: (event: "update:modelValue", ...args: any[]) => void;
751
- valueCp: import("vue").WritableComputedRef<any, any>;
739
+ valueCp: import("vue").WritableComputedRef<any>;
752
740
  optionSetting: import("vue").ComputedRef<any>;
753
741
  widgetOptions: import("vue").ComputedRef<any>;
754
- readonly NSelect: any;
755
- readonly WidgetOptionEnums: {
742
+ NSelect: any;
743
+ WidgetOptionEnums: {
756
744
  RADIO: string;
757
745
  MULTIPLE: string;
758
746
  ALL: string;
@@ -761,7 +749,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
761
749
  FUTURE_TIME: string;
762
750
  CUSTOM_TIME: string;
763
751
  };
764
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
752
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
765
753
  paramCfg: {
766
754
  type: ObjectConstructor;
767
755
  default: null;
@@ -774,14 +762,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
774
762
  type: StringConstructor;
775
763
  default: string;
776
764
  };
777
- }>> & Readonly<{
765
+ }>> & {
778
766
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
779
- }>, {
767
+ }, {
780
768
  modelValue: string | number | unknown[];
781
769
  widgetType: string;
782
770
  paramCfg: Record<string, any>;
783
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
784
- readonly SelectDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
771
+ }>;
772
+ SelectDynamic: import("vue").DefineComponent<{
785
773
  paramCfg: {
786
774
  type: ObjectConstructor;
787
775
  default: null;
@@ -790,9 +778,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
790
778
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
791
779
  default: null;
792
780
  };
793
- }>, {
794
- message: import("naive-ui/es/message").MessageApi;
795
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
781
+ }, {
782
+ message: import("naive-ui").MessageApi;
783
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
796
784
  paramCfg: {
797
785
  type: ObjectConstructor;
798
786
  default: null;
@@ -801,23 +789,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
801
789
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
802
790
  default: null;
803
791
  };
804
- }>> & Readonly<{
792
+ }>> & {
805
793
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
806
- }> & {}>;
794
+ }>>;
807
795
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
808
796
  emit: (event: "update:modelValue", ...args: any[]) => void;
809
- selectDynamicRef: import("vue").Ref<any, any>;
810
- isLoading: import("vue").Ref<boolean, boolean>;
797
+ selectDynamicRef: any;
798
+ isLoading: import("vue").Ref<boolean>;
811
799
  filterApiConfig: import("../../../../../shared/types").AnyObject;
812
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
813
- totalPage: import("vue").Ref<number, number>;
800
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
801
+ totalPage: import("vue").Ref<number>;
814
802
  menuProps: {
815
803
  class: string;
816
804
  };
817
- curPage: import("vue").Ref<number, number>;
818
- fieldTitleList: import("vue").Ref<any, any>;
819
- selectOptions: import("vue").Ref<any[], any[]>;
820
- keywordVal: import("vue").Ref<any, any>;
805
+ curPage: import("vue").Ref<number>;
806
+ fieldTitleList: import("vue").Ref<any>;
807
+ selectOptions: import("vue").Ref<any[]>;
808
+ keywordVal: import("vue").Ref<any>;
821
809
  optionSetting: import("vue").ComputedRef<any>;
822
810
  isMultiple: import("vue").ComputedRef<boolean>;
823
811
  dynamicOptionInfos: import("vue").ComputedRef<any>;
@@ -840,8 +828,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
840
828
  }>;
841
829
  init: () => void;
842
830
  saveDynamicBaseList: (selectValue: any[] | null) => void;
843
- readonly NSelect: any;
844
- SelectDynamicOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
831
+ NSelect: any;
832
+ SelectDynamicOption: import("vue").DefineComponent<{
845
833
  oldValue: {
846
834
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
847
835
  default: () => never[];
@@ -878,9 +866,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
878
866
  type: BooleanConstructor;
879
867
  default: boolean;
880
868
  };
881
- }>, {
869
+ }, {
882
870
  selectMinWidth: number;
883
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
871
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
884
872
  oldValue: {
885
873
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
886
874
  default: () => never[];
@@ -917,12 +905,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
917
905
  type: BooleanConstructor;
918
906
  default: boolean;
919
907
  };
920
- }>> & Readonly<{
921
- onUpdatePage?: ((...args: any[]) => any) | undefined;
908
+ }>> & {
922
909
  onUpdateSelect?: ((...args: any[]) => any) | undefined;
923
- }> & {}>;
910
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
911
+ }>>;
924
912
  emit: (event: "updateSelect" | "updatePage", ...args: any[]) => void;
925
- dragEndWidth: import("vue").Ref<number, number>;
913
+ dragEndWidth: import("vue").Ref<number>;
926
914
  showKeys: import("vue").ComputedRef<any>;
927
915
  titleList: import("vue").ComputedRef<string[]>;
928
916
  isOptionsNull: import("vue").ComputedRef<boolean>;
@@ -930,16 +918,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
930
918
  searchByPage: (onePage: number) => void;
931
919
  changeWidth: ({ distance }: any) => void;
932
920
  saveWidth: () => void;
933
- readonly NEmpty: any;
934
- readonly NButtonGroup: any;
935
- readonly NButton: any;
936
- readonly NIcon: any;
937
- readonly NPopover: any;
938
- readonly vFlexibleResize: {
921
+ NEmpty: any;
922
+ NButtonGroup: any;
923
+ NButton: any;
924
+ NIcon: any;
925
+ NPopover: any;
926
+ vFlexibleResize: {
939
927
  mounted(el: any, { value }: any): void;
940
928
  beforeUnmount(el: any): void;
941
929
  };
942
- readonly WidgetValEnums: {
930
+ WidgetValEnums: {
943
931
  CUSTOM: string;
944
932
  FIRST_VAL: string;
945
933
  WHOLE: string;
@@ -970,9 +958,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
970
958
  NEXT_YEAR: string;
971
959
  LAST_YEAR: string;
972
960
  };
973
- 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>;
974
- 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>;
975
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
961
+ 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<{}>>, {}>;
962
+ 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<{}>>, {}>;
963
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updateSelect" | "updatePage")[], "updateSelect" | "updatePage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
976
964
  oldValue: {
977
965
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
978
966
  default: () => never[];
@@ -1009,21 +997,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1009
997
  type: BooleanConstructor;
1010
998
  default: boolean;
1011
999
  };
1012
- }>> & Readonly<{
1013
- onUpdatePage?: ((...args: any[]) => any) | undefined;
1000
+ }>> & {
1014
1001
  onUpdateSelect?: ((...args: any[]) => any) | undefined;
1015
- }>, {
1016
- loading: boolean;
1002
+ onUpdatePage?: ((...args: any[]) => any) | undefined;
1003
+ }, {
1017
1004
  isMultiple: boolean;
1005
+ loading: boolean;
1018
1006
  oldValue: import("../../../../../shared/types").AnyObject[];
1019
- optionList: import("../../../../../shared/types").AnyObject[];
1020
- isShowWhole: boolean;
1021
1007
  dynamicOptionInfo: import("../../../../../shared/types").AnyObject;
1022
1008
  fieldTitleList: import("../../../../../shared/types").AnyObject[];
1009
+ optionList: import("../../../../../shared/types").AnyObject[];
1023
1010
  curPage: number;
1024
1011
  isLastPage: boolean;
1025
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1026
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1012
+ isShowWhole: boolean;
1013
+ }>;
1014
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1027
1015
  paramCfg: {
1028
1016
  type: ObjectConstructor;
1029
1017
  default: null;
@@ -1032,13 +1020,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1032
1020
  type: import("vue").PropType<import("../../../../../shared/types").AnyObject[]>;
1033
1021
  default: null;
1034
1022
  };
1035
- }>> & Readonly<{
1023
+ }>> & {
1036
1024
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1037
- }>, {
1025
+ }, {
1038
1026
  modelValue: import("../../../../../shared/types").AnyObject[];
1039
1027
  paramCfg: Record<string, any>;
1040
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1041
- readonly InputNumberGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1028
+ }>;
1029
+ InputNumberGroup: import("vue").DefineComponent<{
1042
1030
  paramCfg: {
1043
1031
  type: ObjectConstructor;
1044
1032
  default: null;
@@ -1047,8 +1035,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1047
1035
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1048
1036
  default: null;
1049
1037
  };
1050
- }>, {
1051
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1038
+ }, {
1039
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1052
1040
  paramCfg: {
1053
1041
  type: ObjectConstructor;
1054
1042
  default: null;
@@ -1057,16 +1045,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1057
1045
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1058
1046
  default: null;
1059
1047
  };
1060
- }>> & Readonly<{
1048
+ }>> & {
1061
1049
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1062
- }> & {}>;
1063
- startNumber: import("vue").Ref<any, any>;
1064
- endNumber: import("vue").Ref<any, any>;
1050
+ }>>;
1051
+ startNumber: import("vue").Ref<any>;
1052
+ endNumber: import("vue").Ref<any>;
1065
1053
  emit: (event: "update:modelValue", ...args: any[]) => void;
1066
1054
  handleChange: (val: number | null, key: string) => void;
1067
- readonly NInputGroup: any;
1068
- readonly NInputNumber: any;
1069
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1055
+ NInputGroup: any;
1056
+ NInputNumber: any;
1057
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1070
1058
  paramCfg: {
1071
1059
  type: ObjectConstructor;
1072
1060
  default: null;
@@ -1075,13 +1063,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1075
1063
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1076
1064
  default: null;
1077
1065
  };
1078
- }>> & Readonly<{
1066
+ }>> & {
1079
1067
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1080
- }>, {
1068
+ }, {
1081
1069
  modelValue: string | number | unknown[];
1082
1070
  paramCfg: Record<string, any>;
1083
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1084
- readonly DateRange: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1071
+ }>;
1072
+ DateRange: import("vue").DefineComponent<{
1085
1073
  item: {
1086
1074
  type: ObjectConstructor;
1087
1075
  required: true;
@@ -1102,8 +1090,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1102
1090
  type: StringConstructor;
1103
1091
  default: null;
1104
1092
  };
1105
- }>, {
1106
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1093
+ }, {
1094
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1107
1095
  item: {
1108
1096
  type: ObjectConstructor;
1109
1097
  required: true;
@@ -1124,15 +1112,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1124
1112
  type: StringConstructor;
1125
1113
  default: null;
1126
1114
  };
1127
- }>> & Readonly<{
1115
+ }>> & {
1128
1116
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1129
1117
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1130
1118
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1131
- }> & {}>;
1119
+ }>>;
1132
1120
  emit: (event: "update:modelValue" | "update:presetVal" | "update:customDate", ...args: any[]) => void;
1133
- startDate: import("vue").Ref<any, any>;
1134
- endDate: import("vue").Ref<any, any>;
1135
- filterType: import("vue").ComputedRef<"1" | "3" | "2">;
1121
+ startDate: import("vue").Ref<any>;
1122
+ endDate: import("vue").Ref<any>;
1123
+ filterType: import("vue").ComputedRef<"1" | "2" | "3">;
1136
1124
  valueFormat: import("vue").ComputedRef<string>;
1137
1125
  dateFormat: import("vue").ComputedRef<string>;
1138
1126
  compType: import("vue").ComputedRef<any>;
@@ -1150,8 +1138,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1150
1138
  label: string;
1151
1139
  value: string;
1152
1140
  }[]>;
1153
- presetValCp: import("vue").WritableComputedRef<string, string>;
1154
- valueDateCp: import("vue").WritableComputedRef<string | number | unknown[] | null, unknown>;
1141
+ presetValCp: import("vue").WritableComputedRef<string>;
1142
+ valueDateCp: import("vue").WritableComputedRef<unknown>;
1155
1143
  handleChange: (val: any, type: "start" | "end") => void;
1156
1144
  isStartDateDisabled: (ts: number) => boolean;
1157
1145
  timeStartDisabled: (ts: number) => {
@@ -1165,9 +1153,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1165
1153
  isMinuteDisabled(minute: number, hour: number | null): boolean | 0;
1166
1154
  isSecondDisabled(second: number, minute: number | null, hour: number | null): boolean | 0;
1167
1155
  };
1168
- readonly NSelect: any;
1169
- readonly NPopover: any;
1170
- readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1156
+ NSelect: any;
1157
+ NPopover: any;
1158
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1171
1159
  updateUnchangedValue: {
1172
1160
  type: BooleanConstructor;
1173
1161
  };
@@ -1198,11 +1186,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1198
1186
  isDateDisabled: {
1199
1187
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1200
1188
  };
1201
- }>, {
1189
+ }, {
1202
1190
  attrs: {
1203
1191
  [x: string]: unknown;
1204
1192
  };
1205
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1193
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1206
1194
  updateUnchangedValue: {
1207
1195
  type: BooleanConstructor;
1208
1196
  };
@@ -1233,15 +1221,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1233
1221
  isDateDisabled: {
1234
1222
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1235
1223
  };
1236
- }>> & Readonly<{
1224
+ }>> & {
1237
1225
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1238
- }> & {}>;
1226
+ }>>;
1239
1227
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1240
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1241
- panelInstRef: import("vue").Ref<null, null>;
1242
- placeholderRef: import("vue").Ref<any, any>;
1243
- oldValue: (string | [string, string]) | null | undefined;
1244
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1228
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1229
+ panelInstRef: import("vue").Ref<null>;
1230
+ placeholderRef: import("vue").Ref<any>;
1231
+ oldValue: string;
1232
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1245
1233
  isDateTime: import("vue").ComputedRef<boolean>;
1246
1234
  formatRef: import("vue").ComputedRef<string>;
1247
1235
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1256,8 +1244,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1256
1244
  onConfirm: (...args: any[]) => Promise<void>;
1257
1245
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1258
1246
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1259
- readonly NDatePicker: any;
1260
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1247
+ NDatePicker: any;
1248
+ }, 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<{
1261
1249
  updateUnchangedValue: {
1262
1250
  type: BooleanConstructor;
1263
1251
  };
@@ -1288,15 +1276,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1288
1276
  isDateDisabled: {
1289
1277
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1290
1278
  };
1291
- }>> & Readonly<{
1279
+ }>> & {
1292
1280
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1293
- }>, {
1281
+ }, {
1294
1282
  type: string;
1295
1283
  updateUnchangedValue: boolean;
1296
1284
  to: string | false | HTMLElement;
1297
1285
  holidays: Date[];
1298
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1299
- DateOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1286
+ }>>;
1287
+ DateOption: import("vue").DefineComponent<{
1300
1288
  filterType: {
1301
1289
  type: StringConstructor;
1302
1290
  required: true;
@@ -1321,7 +1309,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1321
1309
  valueFormat: {
1322
1310
  type: StringConstructor;
1323
1311
  };
1324
- }>, {
1312
+ }, {
1325
1313
  widgetOptions: {
1326
1314
  label: string;
1327
1315
  value: string;
@@ -1330,9 +1318,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1330
1318
  label: string;
1331
1319
  value: string;
1332
1320
  }[];
1333
- startDateNum: import("vue").Ref<any, any>;
1334
- endDateNum: import("vue").Ref<any, any>;
1335
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1321
+ startDateNum: import("vue").Ref<any>;
1322
+ endDateNum: import("vue").Ref<any>;
1323
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1336
1324
  filterType: {
1337
1325
  type: StringConstructor;
1338
1326
  required: true;
@@ -1357,17 +1345,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1357
1345
  valueFormat: {
1358
1346
  type: StringConstructor;
1359
1347
  };
1360
- }>> & Readonly<{
1348
+ }>> & {
1361
1349
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1362
1350
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1363
- }> & {}>;
1351
+ }>>;
1364
1352
  emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
1365
- valueCp: import("vue").WritableComputedRef<any, any>;
1366
- presetValCp: import("vue").WritableComputedRef<string, string>;
1353
+ valueCp: import("vue").WritableComputedRef<any>;
1354
+ presetValCp: import("vue").WritableComputedRef<string>;
1367
1355
  handleChange: (val: any, type: "start" | "end") => void;
1368
- readonly NSelect: any;
1369
- readonly NInputNumber: any;
1370
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1356
+ NSelect: any;
1357
+ NInputNumber: any;
1358
+ }, 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<{
1371
1359
  filterType: {
1372
1360
  type: StringConstructor;
1373
1361
  required: true;
@@ -1392,14 +1380,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1392
1380
  valueFormat: {
1393
1381
  type: StringConstructor;
1394
1382
  };
1395
- }>> & Readonly<{
1383
+ }>> & {
1396
1384
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1397
1385
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1398
- }>, {
1386
+ }, {
1399
1387
  modelValue: string | number | unknown[];
1400
1388
  presetVal: string;
1401
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1402
- readonly WidgetValEnums: {
1389
+ }>;
1390
+ WidgetValEnums: {
1403
1391
  CUSTOM: string;
1404
1392
  FIRST_VAL: string;
1405
1393
  WHOLE: string;
@@ -1430,7 +1418,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1430
1418
  NEXT_YEAR: string;
1431
1419
  LAST_YEAR: string;
1432
1420
  };
1433
- }, {}, {}, {}, 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<{
1421
+ }, 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<{
1434
1422
  item: {
1435
1423
  type: ObjectConstructor;
1436
1424
  required: true;
@@ -1451,17 +1439,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1451
1439
  type: StringConstructor;
1452
1440
  default: null;
1453
1441
  };
1454
- }>> & Readonly<{
1442
+ }>> & {
1455
1443
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1456
1444
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1457
1445
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1458
- }>, {
1446
+ }, {
1459
1447
  modelValue: string | number | unknown[];
1460
1448
  paramCfg: Record<string, any>;
1461
1449
  presetVal: string;
1462
1450
  customDate: string;
1463
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1464
- readonly SelectLabel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1451
+ }>;
1452
+ SelectLabel: import("vue").DefineComponent<{
1465
1453
  paramCfg: {
1466
1454
  type: ObjectConstructor;
1467
1455
  default: null;
@@ -1470,10 +1458,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1470
1458
  type: StringConstructor;
1471
1459
  default: null;
1472
1460
  };
1473
- }>, {
1461
+ }, {
1474
1462
  getDynamicLabelData: (params: any, filterApiConfig: any) => Promise<any>;
1475
- message: import("naive-ui/es/message").MessageApi;
1476
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1463
+ message: import("naive-ui").MessageApi;
1464
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1477
1465
  paramCfg: {
1478
1466
  type: ObjectConstructor;
1479
1467
  default: null;
@@ -1482,13 +1470,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1482
1470
  type: StringConstructor;
1483
1471
  default: null;
1484
1472
  };
1485
- }>> & Readonly<{
1473
+ }>> & {
1486
1474
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1487
- }> & {}>;
1475
+ }>>;
1488
1476
  emit: (event: "update:modelValue", ...args: any[]) => void;
1489
- tagList: import("vue").Ref<never[], never[]>;
1477
+ tagList: import("vue").Ref<never[]>;
1490
1478
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1491
- valueCp: import("vue").WritableComputedRef<string[], string[]>;
1479
+ valueCp: import("vue").WritableComputedRef<string[]>;
1492
1480
  optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
1493
1481
  initTagList: () => Promise<void>;
1494
1482
  renderOption: ({ node, option }: {
@@ -1500,8 +1488,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1500
1488
  [key: string]: any;
1501
1489
  }>;
1502
1490
  renderLabel: (option: any) => any;
1503
- readonly NSelect: any;
1504
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1491
+ NSelect: any;
1492
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1505
1493
  paramCfg: {
1506
1494
  type: ObjectConstructor;
1507
1495
  default: null;
@@ -1510,13 +1498,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1510
1498
  type: StringConstructor;
1511
1499
  default: null;
1512
1500
  };
1513
- }>> & Readonly<{
1501
+ }>> & {
1514
1502
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1515
- }>, {
1503
+ }, {
1516
1504
  modelValue: string;
1517
1505
  paramCfg: Record<string, any>;
1518
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1519
- readonly SelectTreeDynamic: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1506
+ }>;
1507
+ SelectTreeDynamic: import("vue").DefineComponent<{
1520
1508
  paramCfg: {
1521
1509
  type: ObjectConstructor;
1522
1510
  default: null;
@@ -1525,9 +1513,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1525
1513
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1526
1514
  default: null;
1527
1515
  };
1528
- }>, {
1529
- message: import("naive-ui/es/message").MessageApi;
1530
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1516
+ }, {
1517
+ message: import("naive-ui").MessageApi;
1518
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1531
1519
  paramCfg: {
1532
1520
  type: ObjectConstructor;
1533
1521
  default: null;
@@ -1536,22 +1524,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1536
1524
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1537
1525
  default: null;
1538
1526
  };
1539
- }>> & Readonly<{
1527
+ }>> & {
1540
1528
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1541
- }> & {}>;
1529
+ }>>;
1542
1530
  getDynamicSelectData: (params: any, filterApiConfig: any) => Promise<any>;
1543
1531
  emit: (event: "update:modelValue", ...args: any[]) => void;
1544
- options: import("vue").Ref<any[], any[]>;
1532
+ options: import("vue").Ref<any[]>;
1545
1533
  filterApiConfig: import("../../../../../shared/types").AnyObject;
1546
- classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[], import("../../../../../shared/types").AnyObject[]>;
1534
+ classifyFilterList: import("vue").Ref<import("../../../../../shared/types").AnyObject[]>;
1547
1535
  optionSetting: import("vue").ComputedRef<any>;
1548
1536
  isMultiple: import("vue").ComputedRef<boolean>;
1549
1537
  dynamicOptionInfos: import("vue").ComputedRef<any>;
1550
- valueCp: import("vue").WritableComputedRef<any, any>;
1538
+ valueCp: import("vue").WritableComputedRef<any>;
1551
1539
  transformOptions: (list: any[], showKeys: string[], valueKey: string) => any[];
1552
1540
  getOptionsData: (keyword: string) => Promise<void>;
1553
- readonly NTreeSelect: any;
1554
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1541
+ NTreeSelect: any;
1542
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1555
1543
  paramCfg: {
1556
1544
  type: ObjectConstructor;
1557
1545
  default: null;
@@ -1560,13 +1548,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1560
1548
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1561
1549
  default: null;
1562
1550
  };
1563
- }>> & Readonly<{
1551
+ }>> & {
1564
1552
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1565
- }>, {
1553
+ }, {
1566
1554
  modelValue: string | number | unknown[];
1567
1555
  paramCfg: Record<string, any>;
1568
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1569
- readonly WidgetTypeEnums: {
1556
+ }>;
1557
+ WidgetTypeEnums: {
1570
1558
  INPUT_NUMBER: string;
1571
1559
  INPUT: string;
1572
1560
  SELECT: string;
@@ -1586,7 +1574,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1586
1574
  SELECTTREE: string;
1587
1575
  SELECTTREEDYNAMIC: string;
1588
1576
  };
1589
- }, {}, {}, {}, 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<{
1577
+ }, 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<{
1590
1578
  item: {
1591
1579
  type: ObjectConstructor;
1592
1580
  default: null;
@@ -1610,20 +1598,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1610
1598
  type: StringConstructor;
1611
1599
  default: null;
1612
1600
  };
1613
- }>> & Readonly<{
1601
+ }>> & {
1614
1602
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1615
1603
  "onUpdate:isAccurate"?: ((...args: any[]) => any) | undefined;
1616
1604
  "onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
1617
1605
  "onUpdate:customDate"?: ((...args: any[]) => any) | undefined;
1618
- }>, {
1606
+ }, {
1619
1607
  modelValue: string | number | unknown[];
1620
1608
  item: Record<string, any>;
1621
1609
  paramCfg: Record<string, any>;
1622
1610
  presetVal: string;
1623
1611
  isAccurate: boolean;
1624
1612
  customDate: string;
1625
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1626
- readonly ConditionEnums: {
1613
+ }>;
1614
+ ConditionEnums: {
1627
1615
  NULL: string;
1628
1616
  EQUAL: string;
1629
1617
  CUSTOM_RANGE: string;
@@ -1632,7 +1620,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1632
1620
  IN_THE_PAST_DI: string;
1633
1621
  IN_THE_FUTURE_DI: string;
1634
1622
  };
1635
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1623
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1636
1624
  actionList_prop: {
1637
1625
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
1638
1626
  default: () => {};
@@ -1657,18 +1645,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1657
1645
  type: BooleanConstructor;
1658
1646
  default: boolean;
1659
1647
  };
1660
- }>> & Readonly<{
1648
+ }>> & {
1661
1649
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1662
1650
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1663
- }>, {
1651
+ }, {
1664
1652
  searchFieldList: unknown[];
1665
1653
  tableId: string;
1666
1654
  conditionList: unknown[];
1667
1655
  actionList_prop: import("../../../..").IClassifyListType;
1668
1656
  showItemName: boolean;
1669
1657
  hideAddBtn: boolean;
1670
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1671
- BiFilterConditionByApi: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1658
+ }>;
1659
+ BiFilterConditionByApi: import("vue").DefineComponent<{
1672
1660
  actionList_prop: {
1673
1661
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
1674
1662
  default: () => {};
@@ -1693,15 +1681,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1693
1681
  type: BooleanConstructor;
1694
1682
  default: boolean;
1695
1683
  };
1696
- }>, {
1697
- $message: import("naive-ui/es/message").MessageApi;
1684
+ }, {
1685
+ $message: import("naive-ui").MessageApi;
1698
1686
  menuProps: {
1699
1687
  class: string;
1700
1688
  };
1701
1689
  dateCons: string[];
1702
1690
  textCons: string[];
1703
1691
  numberCons: string[];
1704
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1692
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1705
1693
  actionList_prop: {
1706
1694
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
1707
1695
  default: () => {};
@@ -1726,19 +1714,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1726
1714
  type: BooleanConstructor;
1727
1715
  default: boolean;
1728
1716
  };
1729
- }>> & Readonly<{
1717
+ }>> & {
1730
1718
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
1731
1719
  onSaveAdd?: ((...args: any[]) => any) | undefined;
1732
- }> & {}>;
1720
+ }>>;
1733
1721
  emit: (event: "cancelSaveAdd" | "saveAdd", ...args: any[]) => void;
1734
1722
  $attrs: {
1735
1723
  [x: string]: unknown;
1736
1724
  };
1737
1725
  FormState: any;
1738
- loading: import("vue").Ref<boolean, boolean>;
1739
- parentInputRef: import("vue").Ref<any, any>;
1740
- parentInputAddRef: import("vue").Ref<any, any>;
1741
- sqlExpression: import("vue").Ref<any, any>;
1726
+ loading: import("vue").Ref<boolean>;
1727
+ parentInputRef: import("vue").Ref<any>;
1728
+ parentInputAddRef: import("vue").Ref<any>;
1729
+ sqlExpression: any;
1742
1730
  DisplayCategoryState: {
1743
1731
  addDisplayCategory: string;
1744
1732
  displayCategories: {
@@ -1775,16 +1763,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1775
1763
  saveAdd: () => void;
1776
1764
  cancelSaveAdd: () => void;
1777
1765
  checkActionList: () => any;
1778
- readonly NSpin: any;
1779
- readonly NIcon: any;
1780
- readonly NInput: any;
1781
- readonly NButton: any;
1782
- readonly NTooltip: any;
1783
- readonly NSelect: any;
1784
- 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>;
1785
- 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>;
1786
- 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>;
1787
- ValueCfg: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1766
+ NSpin: any;
1767
+ NIcon: any;
1768
+ NInput: any;
1769
+ NButton: any;
1770
+ NTooltip: any;
1771
+ NSelect: any;
1772
+ 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<{}>>, {}>;
1773
+ 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<{}>>, {}>;
1774
+ 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<{}>>, {}>;
1775
+ ValueCfg: import("vue").DefineComponent<{
1788
1776
  paramCfg: {
1789
1777
  type: ObjectConstructor;
1790
1778
  default: null;
@@ -1797,8 +1785,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1797
1785
  type: ArrayConstructor;
1798
1786
  default: () => never[];
1799
1787
  };
1800
- }>, {
1801
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1788
+ }, {
1789
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1802
1790
  paramCfg: {
1803
1791
  type: ObjectConstructor;
1804
1792
  default: null;
@@ -1811,17 +1799,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1811
1799
  type: ArrayConstructor;
1812
1800
  default: () => never[];
1813
1801
  };
1814
- }>> & Readonly<{
1802
+ }>> & {
1815
1803
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1816
1804
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
1817
- }> & {}>;
1805
+ }>>;
1818
1806
  emit: (event: "update:modelValue" | "update:modelValues", ...args: any[]) => void;
1819
- valueCp: import("vue").WritableComputedRef<any, any>;
1820
- valuesCp: import("vue").WritableComputedRef<any, any>;
1807
+ valueCp: import("vue").WritableComputedRef<any>;
1808
+ valuesCp: import("vue").WritableComputedRef<any>;
1821
1809
  isSelectMode: import("vue").ComputedRef<boolean>;
1822
1810
  isSelectMultiple: import("vue").ComputedRef<boolean>;
1823
1811
  biType: import("vue").ComputedRef<any>;
1824
- readonly Date: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1812
+ Date: import("vue").DefineComponent<{
1825
1813
  componentCfg: {
1826
1814
  type: ObjectConstructor;
1827
1815
  };
@@ -1833,8 +1821,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1833
1821
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1834
1822
  default: null;
1835
1823
  };
1836
- }>, {
1837
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1824
+ }, {
1825
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1838
1826
  componentCfg: {
1839
1827
  type: ObjectConstructor;
1840
1828
  };
@@ -1846,15 +1834,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1846
1834
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1847
1835
  default: null;
1848
1836
  };
1849
- }>> & Readonly<{
1837
+ }>> & {
1850
1838
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1851
- }> & {}>;
1839
+ }>>;
1852
1840
  emit: (event: "update:modelValue", ...args: any[]) => void;
1853
- valueCp: import("vue").WritableComputedRef<any, any>;
1841
+ valueCp: import("vue").WritableComputedRef<any>;
1854
1842
  dateType: any;
1855
1843
  valueFormat: import("vue").ComputedRef<string>;
1856
1844
  compType: import("vue").ComputedRef<any>;
1857
- readonly CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1845
+ CDatePicker: import("../../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1858
1846
  updateUnchangedValue: {
1859
1847
  type: BooleanConstructor;
1860
1848
  };
@@ -1885,11 +1873,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1885
1873
  isDateDisabled: {
1886
1874
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1887
1875
  };
1888
- }>, {
1876
+ }, {
1889
1877
  attrs: {
1890
1878
  [x: string]: unknown;
1891
1879
  };
1892
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1880
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1893
1881
  updateUnchangedValue: {
1894
1882
  type: BooleanConstructor;
1895
1883
  };
@@ -1920,15 +1908,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1920
1908
  isDateDisabled: {
1921
1909
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1922
1910
  };
1923
- }>> & Readonly<{
1911
+ }>> & {
1924
1912
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1925
- }> & {}>;
1913
+ }>>;
1926
1914
  emit: (event: "update:formatted-value", ...args: any[]) => void;
1927
- datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null, import("../../../../../shared/types").AnyObject | null>;
1928
- panelInstRef: import("vue").Ref<null, null>;
1929
- placeholderRef: import("vue").Ref<any, any>;
1930
- oldValue: (string | [string, string]) | null | undefined;
1931
- currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined, (string | [string, string]) | null | undefined>;
1915
+ datePickerRef: import("vue").Ref<import("../../../../../shared/types").AnyObject | null>;
1916
+ panelInstRef: import("vue").Ref<null>;
1917
+ placeholderRef: import("vue").Ref<any>;
1918
+ oldValue: string;
1919
+ currentFormattedValue: import("vue").WritableComputedRef<(string | [string, string]) | null | undefined>;
1932
1920
  isDateTime: import("vue").ComputedRef<boolean>;
1933
1921
  formatRef: import("vue").ComputedRef<string>;
1934
1922
  panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
@@ -1943,8 +1931,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1943
1931
  onConfirm: (...args: any[]) => Promise<void>;
1944
1932
  isAllowedInvalidValue: (value: (string | [string, string]) | null | undefined) => boolean | "" | undefined;
1945
1933
  setShortcutValue: (type: "month" | "week") => Promise<void>;
1946
- readonly NDatePicker: any;
1947
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:formatted-value"[], "update:formatted-value", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1934
+ NDatePicker: any;
1935
+ }, 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<{
1948
1936
  updateUnchangedValue: {
1949
1937
  type: BooleanConstructor;
1950
1938
  };
@@ -1975,15 +1963,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1975
1963
  isDateDisabled: {
1976
1964
  type: import("vue").PropType<(current: number, ...arg: any[]) => boolean>;
1977
1965
  };
1978
- }>> & Readonly<{
1966
+ }>> & {
1979
1967
  "onUpdate:formatted-value"?: ((...args: any[]) => any) | undefined;
1980
- }>, {
1968
+ }, {
1981
1969
  type: string;
1982
1970
  updateUnchangedValue: boolean;
1983
1971
  to: string | false | HTMLElement;
1984
1972
  holidays: Date[];
1985
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1986
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1973
+ }>>;
1974
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1987
1975
  componentCfg: {
1988
1976
  type: ObjectConstructor;
1989
1977
  };
@@ -1995,13 +1983,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1995
1983
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
1996
1984
  default: null;
1997
1985
  };
1998
- }>> & Readonly<{
1986
+ }>> & {
1999
1987
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2000
- }>, {
1988
+ }, {
2001
1989
  modelValue: string | number | unknown[];
2002
1990
  paramCfg: Record<string, any>;
2003
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2004
- readonly InputFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1991
+ }>;
1992
+ InputFilter: import("vue").DefineComponent<{
2005
1993
  paramCfg: {
2006
1994
  type: ObjectConstructor;
2007
1995
  default: null;
@@ -2010,8 +1998,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2010
1998
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2011
1999
  default: null;
2012
2000
  };
2013
- }>, {
2014
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2001
+ }, {
2002
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2015
2003
  paramCfg: {
2016
2004
  type: ObjectConstructor;
2017
2005
  default: null;
@@ -2020,13 +2008,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2020
2008
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2021
2009
  default: null;
2022
2010
  };
2023
- }>> & Readonly<{
2011
+ }>> & {
2024
2012
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2025
- }> & {}>;
2013
+ }>>;
2026
2014
  emit: (event: "update:modelValue", ...args: any[]) => void;
2027
- valueCp: import("vue").WritableComputedRef<any, any>;
2028
- readonly NInput: any;
2029
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2015
+ valueCp: import("vue").WritableComputedRef<any>;
2016
+ NInput: any;
2017
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2030
2018
  paramCfg: {
2031
2019
  type: ObjectConstructor;
2032
2020
  default: null;
@@ -2035,40 +2023,40 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2035
2023
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2036
2024
  default: null;
2037
2025
  };
2038
- }>> & Readonly<{
2026
+ }>> & {
2039
2027
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2040
- }>, {
2028
+ }, {
2041
2029
  modelValue: string | number | unknown[];
2042
2030
  paramCfg: Record<string, any>;
2043
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2044
- readonly InputNumber: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2031
+ }>;
2032
+ InputNumber: import("vue").DefineComponent<{
2045
2033
  modelValue: {
2046
2034
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2047
2035
  default: null;
2048
2036
  };
2049
- }>, {
2050
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2037
+ }, {
2038
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2051
2039
  modelValue: {
2052
2040
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2053
2041
  default: null;
2054
2042
  };
2055
- }>> & Readonly<{
2043
+ }>> & {
2056
2044
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2057
- }> & {}>;
2045
+ }>>;
2058
2046
  emit: (event: "update:modelValue", ...args: any[]) => void;
2059
- valueCp: import("vue").WritableComputedRef<any, any>;
2060
- readonly NInputNumber: any;
2061
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2047
+ valueCp: import("vue").WritableComputedRef<any>;
2048
+ NInputNumber: any;
2049
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2062
2050
  modelValue: {
2063
2051
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2064
2052
  default: null;
2065
2053
  };
2066
- }>> & Readonly<{
2054
+ }>> & {
2067
2055
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2068
- }>, {
2056
+ }, {
2069
2057
  modelValue: string | number | unknown[];
2070
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2071
- readonly SelectFilter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2058
+ }>;
2059
+ SelectFilter: import("vue").DefineComponent<{
2072
2060
  paramCfg: {
2073
2061
  type: ObjectConstructor;
2074
2062
  default: null;
@@ -2077,8 +2065,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2077
2065
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2078
2066
  default: null;
2079
2067
  };
2080
- }>, {
2081
- props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2068
+ }, {
2069
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
2082
2070
  paramCfg: {
2083
2071
  type: ObjectConstructor;
2084
2072
  default: null;
@@ -2087,15 +2075,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2087
2075
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2088
2076
  default: null;
2089
2077
  };
2090
- }>> & Readonly<{
2078
+ }>> & {
2091
2079
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2092
- }> & {}>;
2080
+ }>>;
2093
2081
  emit: (event: "update:modelValue", ...args: any[]) => void;
2094
- valueCp: import("vue").WritableComputedRef<any, any>;
2082
+ valueCp: import("vue").WritableComputedRef<any>;
2095
2083
  optionSetting: import("vue").ComputedRef<any>;
2096
2084
  widgetOptions: import("vue").ComputedRef<any>;
2097
- readonly NSelect: any;
2098
- readonly WidgetOptionEnums: {
2085
+ NSelect: any;
2086
+ WidgetOptionEnums: {
2099
2087
  RADIO: string;
2100
2088
  MULTIPLE: string;
2101
2089
  ALL: string;
@@ -2104,7 +2092,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2104
2092
  FUTURE_TIME: string;
2105
2093
  CUSTOM_TIME: string;
2106
2094
  };
2107
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2095
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2108
2096
  paramCfg: {
2109
2097
  type: ObjectConstructor;
2110
2098
  default: null;
@@ -2113,13 +2101,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2113
2101
  type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
2114
2102
  default: null;
2115
2103
  };
2116
- }>> & Readonly<{
2104
+ }>> & {
2117
2105
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2118
- }>, {
2106
+ }, {
2119
2107
  modelValue: string | number | unknown[];
2120
2108
  paramCfg: Record<string, any>;
2121
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2122
- readonly WidgetTypeEnums: {
2109
+ }>;
2110
+ WidgetTypeEnums: {
2123
2111
  INPUT_NUMBER: string;
2124
2112
  INPUT: string;
2125
2113
  SELECT: string;
@@ -2139,7 +2127,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2139
2127
  SELECTTREE: string;
2140
2128
  SELECTTREEDYNAMIC: string;
2141
2129
  };
2142
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:modelValues")[], "update:modelValue" | "update:modelValues", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2130
+ }, 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<{
2143
2131
  paramCfg: {
2144
2132
  type: ObjectConstructor;
2145
2133
  default: null;
@@ -2152,15 +2140,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2152
2140
  type: ArrayConstructor;
2153
2141
  default: () => never[];
2154
2142
  };
2155
- }>> & Readonly<{
2143
+ }>> & {
2156
2144
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2157
2145
  "onUpdate:modelValues"?: ((...args: any[]) => any) | undefined;
2158
- }>, {
2146
+ }, {
2159
2147
  modelValue: string | number | unknown[];
2160
2148
  paramCfg: Record<string, any>;
2161
2149
  modelValues: unknown[];
2162
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2163
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2150
+ }>;
2151
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancelSaveAdd" | "saveAdd")[], "cancelSaveAdd" | "saveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2164
2152
  actionList_prop: {
2165
2153
  type: import("vue").PropType<import("../../../..").IClassifyListType>;
2166
2154
  default: () => {};
@@ -2185,18 +2173,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2185
2173
  type: BooleanConstructor;
2186
2174
  default: boolean;
2187
2175
  };
2188
- }>> & Readonly<{
2176
+ }>> & {
2189
2177
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2190
2178
  onSaveAdd?: ((...args: any[]) => any) | undefined;
2191
- }>, {
2179
+ }, {
2192
2180
  searchFieldList: unknown[];
2193
2181
  tableId: string;
2194
2182
  conditionList: unknown[];
2195
2183
  actionList_prop: import("../../../..").IClassifyListType;
2196
2184
  showItemName: boolean;
2197
2185
  hideAddBtn: boolean;
2198
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2199
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2186
+ }>;
2187
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "cancelSaveAdd"[], "cancelSaveAdd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2200
2188
  visible: {
2201
2189
  type: BooleanConstructor;
2202
2190
  default: boolean;
@@ -2213,12 +2201,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2213
2201
  type: ArrayConstructor;
2214
2202
  default: () => never[];
2215
2203
  };
2216
- }>> & Readonly<{
2204
+ }>> & {
2217
2205
  onCancelSaveAdd?: ((...args: any[]) => any) | undefined;
2218
- }>, {
2206
+ }, {
2219
2207
  visible: boolean;
2208
+ modalTitle: string;
2220
2209
  searchFieldList: unknown[];
2221
2210
  conditionList: unknown[];
2222
- modalTitle: string;
2223
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2211
+ }>;
2224
2212
  export default _default;