cnhis-design-vue 3.1.5-beta.1 → 3.1.5-beta.10

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 (594) hide show
  1. package/CHANGELOG.md +105 -35
  2. package/env.d.ts +17 -1
  3. package/es/_virtual/_commonjsHelpers.mjs +5 -0
  4. package/es/_virtual/inherits.mjs +3 -0
  5. package/es/_virtual/inherits_browser.mjs +3 -0
  6. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  7. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  8. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  9. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  10. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  11. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  12. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  13. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  14. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  15. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  16. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  17. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  18. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +139 -0
  19. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +88 -0
  20. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +572 -0
  21. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +88 -0
  22. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +120 -0
  23. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +8 -0
  24. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +227 -0
  25. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +24 -0
  26. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +23 -0
  27. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +20 -0
  28. package/es/node_modules/diagram-js/lib/util/Event.mjs +22 -0
  29. package/es/node_modules/diagram-js/lib/util/Math.mjs +9 -0
  30. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +30 -0
  31. package/es/node_modules/diagram-js/lib/util/Platform.mjs +5 -0
  32. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +8 -0
  33. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +25 -0
  34. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +48 -0
  35. package/es/node_modules/ids/dist/index.esm.mjs +164 -0
  36. package/es/node_modules/inherits/inherits.mjs +19 -0
  37. package/es/node_modules/inherits/inherits_browser.mjs +38 -0
  38. package/es/node_modules/inherits-browser/dist/index.es.mjs +3 -0
  39. package/es/node_modules/min-dash/dist/index.esm.mjs +169 -0
  40. package/es/node_modules/min-dom/dist/index.esm.mjs +588 -0
  41. package/es/node_modules/tiny-svg/dist/index.esm.mjs +525 -0
  42. package/es/packages/big-table/index.d.ts +11 -6
  43. package/es/packages/big-table/index.mjs +1 -1
  44. package/es/packages/big-table/index2.mjs +17 -1
  45. package/es/packages/big-table/src/BigTable.mjs +2 -1
  46. package/es/packages/big-table/src/BigTable.vue.d.ts +12 -9
  47. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2341 -1
  48. package/es/packages/big-table/src/BigTable2.mjs +4 -1
  49. package/es/packages/big-table/src/bigTableEmits.mjs +1 -1
  50. package/es/packages/big-table/src/bigTableEmits2.mjs +49 -1
  51. package/es/packages/big-table/src/bigTableProps.mjs +1 -1
  52. package/es/packages/big-table/src/bigTableProps2.mjs +116 -1
  53. package/es/packages/big-table/src/bigTableState.d.ts +5 -2
  54. package/es/packages/big-table/src/bigTableState.mjs +1 -1
  55. package/es/packages/big-table/src/bigTableState2.mjs +52 -1
  56. package/es/packages/big-table/src/components/NoData.mjs +2 -1
  57. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -1
  58. package/es/packages/big-table/src/components/NoData2.mjs +4 -1
  59. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +1 -1
  60. package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +114 -1
  61. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +1 -1
  62. package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +54 -1
  63. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  64. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +1 -1
  65. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +148 -1
  66. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +1 -1
  67. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +89 -1
  68. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +1 -1
  69. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +289 -1
  70. package/es/packages/big-table/src/hooks/useEdit.mjs +1 -1
  71. package/es/packages/big-table/src/hooks/useEdit2.mjs +115 -1
  72. package/es/packages/big-table/src/hooks/useEvent.mjs +1 -1
  73. package/es/packages/big-table/src/hooks/useEvent2.mjs +70 -1
  74. package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -1
  75. package/es/packages/big-table/src/hooks/useFormat.mjs +1 -1
  76. package/es/packages/big-table/src/hooks/useFormat2.mjs +484 -1
  77. package/es/packages/big-table/src/hooks/useNestTable.mjs +1 -1
  78. package/es/packages/big-table/src/hooks/useNestTable2.mjs +85 -1
  79. package/es/packages/big-table/src/hooks/useTableParse.mjs +1 -1
  80. package/es/packages/big-table/src/hooks/useTableParse2.mjs +135 -1
  81. package/es/packages/big-table/src/utils.mjs +1 -1
  82. package/es/packages/big-table/src/utils2.mjs +607 -1
  83. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  84. package/es/packages/bpmn-workflow/index.mjs +1 -0
  85. package/es/packages/bpmn-workflow/index2.mjs +11 -0
  86. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  87. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +2 -0
  88. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  89. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +252 -0
  90. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +4 -0
  91. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  92. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  93. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1427 -0
  94. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  95. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  96. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +373 -0
  97. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  98. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  99. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +141 -0
  100. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  101. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  102. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +99 -0
  103. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  104. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  105. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +119 -0
  106. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  107. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  108. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +40 -0
  109. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  110. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  111. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +25 -0
  112. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  113. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  114. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +12 -0
  115. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  116. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  117. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +47 -0
  118. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  119. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  120. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +14 -0
  121. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  122. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  123. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +10 -0
  124. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  125. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  126. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +16 -0
  127. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  128. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  129. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +15 -0
  130. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  131. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  132. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +227 -0
  133. package/es/packages/bpmn-workflow/style/index.css +29 -0
  134. package/es/packages/bpmn-workflow/style/index.less +29 -0
  135. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  136. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  137. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  138. package/es/packages/button-print/index.mjs +1 -1
  139. package/es/packages/button-print/index2.mjs +11 -1
  140. package/es/packages/button-print/src/ButtonPrint.mjs +2 -1
  141. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +453 -1
  142. package/es/packages/button-print/src/ButtonPrint2.mjs +4 -1
  143. package/es/packages/button-print/src/components/IdentityVerification.mjs +2 -1
  144. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +128 -1
  145. package/es/packages/button-print/src/components/IdentityVerification2.mjs +4 -1
  146. package/es/packages/button-print/src/utils/print.es.min.mjs +1 -1
  147. package/es/packages/button-print/src/utils/print.es.min2.mjs +2080 -1
  148. package/es/packages/chunk-upload/index.mjs +1 -1
  149. package/es/packages/chunk-upload/index2.mjs +16 -1
  150. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +2 -1
  151. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +466 -1
  152. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +4 -1
  153. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +1 -1
  154. package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +68 -1
  155. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +1 -1
  156. package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +93 -1
  157. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +1 -1
  158. package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +79 -1
  159. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +1 -1
  160. package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +33 -1
  161. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +2 -1
  162. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +3 -1
  163. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +2 -1
  164. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +326 -1
  165. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +4 -1
  166. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +1 -1
  167. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +95 -1
  168. package/es/packages/drag-layout/index.mjs +1 -1
  169. package/es/packages/drag-layout/index2.mjs +13 -1
  170. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +2 -1
  171. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +122 -1
  172. package/es/packages/drag-layout/src/DragFormLeftItem2.mjs +4 -1
  173. package/es/packages/drag-layout/src/DragFormRightItem.mjs +2 -1
  174. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +267 -1
  175. package/es/packages/drag-layout/src/DragFormRightItem2.mjs +4 -1
  176. package/es/packages/drag-layout/src/DragLayout.mjs +2 -1
  177. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +659 -1
  178. package/es/packages/drag-layout/src/DragLayout2.mjs +4 -1
  179. package/es/packages/editor/index.d.ts +30 -0
  180. package/es/packages/editor/index.mjs +1 -0
  181. package/es/packages/editor/index2.mjs +10 -0
  182. package/es/packages/editor/src/Editor.d.ts +30 -0
  183. package/es/packages/editor/src/Editor.mjs +1 -0
  184. package/es/packages/editor/src/Editor2.mjs +77 -0
  185. package/es/packages/editor/style/index.css +0 -0
  186. package/es/packages/editor/style/index.less +0 -0
  187. package/es/packages/field-set/index.d.ts +5150 -2516
  188. package/es/packages/field-set/index.mjs +1 -1
  189. package/es/packages/field-set/index2.mjs +11 -1
  190. package/es/packages/field-set/src/FieldSet.mjs +2 -1
  191. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +330 -1
  192. package/es/packages/field-set/src/FieldSet2.mjs +4 -1
  193. package/es/packages/field-set/src/Index.mjs +2 -0
  194. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +25 -0
  195. package/es/packages/field-set/src/Index2.mjs +4 -0
  196. package/es/packages/field-set/src/NewFieldSet.mjs +2 -0
  197. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2599 -0
  198. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +299 -0
  199. package/es/packages/field-set/src/NewFieldSet2.mjs +4 -0
  200. package/es/packages/field-set/src/index.vue_vue_type_script_setup_true_lang2.mjs +25 -0
  201. package/es/packages/field-set/src/index3.mjs +4 -0
  202. package/es/packages/field-set/style/index.css +30 -44
  203. package/es/packages/field-set/style/index.less +18 -33
  204. package/es/packages/form-render/index.d.ts +402 -0
  205. package/es/packages/form-render/index.mjs +10 -0
  206. package/es/packages/form-render/index2.mjs +15 -0
  207. package/es/packages/form-render/src/FormRender.mjs +2 -0
  208. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  209. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +92 -0
  210. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  211. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  212. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  213. package/es/packages/form-render/src/components/cascader2.mjs +122 -0
  214. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  215. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  216. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  217. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  218. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  219. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  220. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  221. package/es/packages/form-render/src/components/combination.mjs +1 -0
  222. package/es/packages/form-render/src/components/combination2.mjs +118 -0
  223. package/es/packages/form-render/src/components/date.d.ts +5038 -0
  224. package/es/packages/form-render/src/components/date.mjs +1 -0
  225. package/es/packages/form-render/src/components/date2.mjs +34 -0
  226. package/es/packages/form-render/src/components/formItem.d.ts +294 -0
  227. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  228. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  229. package/es/packages/form-render/src/components/index.d.ts +15 -0
  230. package/es/packages/form-render/src/components/index.mjs +15 -0
  231. package/es/packages/form-render/src/components/index2.mjs +15 -0
  232. package/es/packages/form-render/src/components/input.d.ts +15 -0
  233. package/es/packages/form-render/src/components/input.mjs +1 -0
  234. package/es/packages/form-render/src/components/input2.mjs +40 -0
  235. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  236. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  237. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  238. package/es/packages/form-render/src/components/inputNumber.d.ts +2183 -0
  239. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  240. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  241. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  242. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  243. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  244. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  245. package/es/packages/form-render/src/components/radio.mjs +1 -0
  246. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  247. package/es/packages/form-render/src/components/select.d.ts +29 -0
  248. package/es/packages/form-render/src/components/select.mjs +1 -0
  249. package/es/packages/form-render/src/components/select2.mjs +97 -0
  250. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  251. package/es/packages/form-render/src/components/slider.mjs +1 -0
  252. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  253. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  254. package/es/packages/form-render/src/components/switch.mjs +1 -0
  255. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  256. package/es/packages/form-render/src/components/textarea.d.ts +848 -0
  257. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  258. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  259. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  260. package/es/packages/form-render/src/constants/index.mjs +1 -0
  261. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  262. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  263. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  264. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  265. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  266. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  267. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  268. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  269. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  270. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  271. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  272. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  273. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  274. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  275. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  276. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  277. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  278. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  279. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  280. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  281. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  282. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  283. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  284. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  285. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  286. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  287. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  288. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  289. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  290. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  291. package/es/packages/form-render/src/types/fieldItem.d.ts +45 -0
  292. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  293. package/es/packages/form-render/src/types/index.d.ts +26 -0
  294. package/es/packages/form-render/src/types/index.mjs +1 -0
  295. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  296. package/es/packages/form-render/src/utils/index.mjs +1 -0
  297. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  298. package/es/packages/form-render/style/index.css +84 -0
  299. package/es/packages/form-render/style/index.less +121 -0
  300. package/es/packages/form-table/index.d.ts +35926 -1
  301. package/es/packages/form-table/index.mjs +1 -1
  302. package/es/packages/form-table/index2.mjs +11 -1
  303. package/es/packages/form-table/src/FormTable.mjs +2 -1
  304. package/es/packages/form-table/src/FormTable.vue.d.ts +35927 -1
  305. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +474 -1
  306. package/es/packages/form-table/src/FormTable2.mjs +4 -1
  307. package/es/packages/form-table/src/components/index.d.ts +35687 -0
  308. package/es/packages/form-table/src/components/index.mjs +1 -0
  309. package/es/packages/form-table/src/components/index2.mjs +54 -0
  310. package/es/packages/form-table/src/components/table-age.mjs +2 -1
  311. package/es/packages/form-table/src/components/table-age.vue.d.ts +1 -1
  312. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +232 -1
  313. package/es/packages/form-table/src/components/table-age2.mjs +4 -1
  314. package/es/packages/form-table/src/components/table-date-picker.mjs +2 -1
  315. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -1
  316. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +178 -1
  317. package/es/packages/form-table/src/components/table-date-picker2.mjs +4 -1
  318. package/es/packages/form-table/src/components/table-digital.mjs +2 -1
  319. package/es/packages/form-table/src/components/table-digital.vue.d.ts +1 -1
  320. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +138 -1
  321. package/es/packages/form-table/src/components/table-digital2.mjs +4 -1
  322. package/es/packages/form-table/src/components/table-input-password.mjs +2 -1
  323. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1 -1
  324. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +138 -1
  325. package/es/packages/form-table/src/components/table-input-password2.mjs +4 -1
  326. package/es/packages/form-table/src/components/table-input.mjs +2 -1
  327. package/es/packages/form-table/src/components/table-input.vue.d.ts +1 -1
  328. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +124 -1
  329. package/es/packages/form-table/src/components/table-input2.mjs +4 -1
  330. package/es/packages/form-table/src/components/table-month-picker.mjs +2 -1
  331. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -1
  332. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +99 -1
  333. package/es/packages/form-table/src/components/table-month-picker2.mjs +4 -1
  334. package/es/packages/form-table/src/components/table-search-more.mjs +2 -1
  335. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +101 -101
  336. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +276 -1
  337. package/es/packages/form-table/src/components/table-search-more2.mjs +4 -1
  338. package/es/packages/form-table/src/components/table-search.mjs +2 -1
  339. package/es/packages/form-table/src/components/table-search.vue.d.ts +169 -296
  340. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +276 -1
  341. package/es/packages/form-table/src/components/table-search2.mjs +4 -1
  342. package/es/packages/form-table/src/components/table-select-multiple.mjs +2 -0
  343. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  344. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +160 -0
  345. package/es/packages/form-table/src/components/table-select-multiple2.mjs +4 -0
  346. package/es/packages/form-table/src/components/table-select.mjs +2 -0
  347. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  348. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +155 -0
  349. package/es/packages/form-table/src/components/table-select2.mjs +4 -0
  350. package/es/packages/form-table/src/components/table-textarea.mjs +2 -0
  351. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1643 -0
  352. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +153 -0
  353. package/es/packages/form-table/src/components/table-textarea2.mjs +4 -0
  354. package/es/packages/form-table/src/components/table-time-picker.mjs +2 -0
  355. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  356. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +145 -0
  357. package/es/packages/form-table/src/components/table-time-picker2.mjs +4 -0
  358. package/es/packages/form-table/src/components/table-tree-select.mjs +2 -0
  359. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1881 -0
  360. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +279 -0
  361. package/es/packages/form-table/src/components/table-tree-select2.mjs +4 -0
  362. package/es/packages/form-table/src/components/text-over-tooltip.mjs +2 -1
  363. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +62 -1
  364. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +4 -1
  365. package/es/packages/form-table/src/configs/index.mjs +1 -1
  366. package/es/packages/form-table/src/configs/index2.mjs +74 -1
  367. package/es/packages/form-table/src/hooks/index.mjs +5 -1
  368. package/es/packages/form-table/src/hooks/useBoundDate.mjs +1 -1
  369. package/es/packages/form-table/src/hooks/useBoundDate2.mjs +411 -1
  370. package/es/packages/form-table/src/hooks/useDateType.mjs +1 -1
  371. package/es/packages/form-table/src/hooks/useDateType2.mjs +160 -1
  372. package/es/packages/form-table/src/hooks/useFormCommon.mjs +1 -1
  373. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +95 -1
  374. package/es/packages/form-table/src/hooks/useFormEvent.mjs +1 -1
  375. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +71 -1
  376. package/es/packages/form-table/src/hooks/useItemDefault.mjs +1 -1
  377. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +218 -1
  378. package/es/packages/form-table/src/hooks/useSearch.mjs +1 -1
  379. package/es/packages/form-table/src/hooks/useSearch2.mjs +1216 -1
  380. package/es/packages/form-table/src/hooks/useValidate.mjs +1 -1
  381. package/es/packages/form-table/src/hooks/useValidate2.mjs +480 -1
  382. package/es/packages/form-table/style/index.css +23 -0
  383. package/es/packages/form-table/style/index.less +36 -0
  384. package/es/packages/grid/index.mjs +1 -1
  385. package/es/packages/grid/index2.mjs +14 -1
  386. package/es/packages/grid/src/Grid.mjs +1 -1
  387. package/es/packages/grid/src/Grid2.mjs +28 -1
  388. package/es/packages/grid/src/hooks.mjs +1 -1
  389. package/es/packages/grid/src/hooks2.mjs +165 -1
  390. package/es/packages/grid/style/index.css +10 -0
  391. package/es/packages/grid/style/index.less +12 -0
  392. package/es/packages/index.css +331 -45
  393. package/es/packages/index.d.ts +11 -3
  394. package/es/packages/index.less +400 -35
  395. package/es/packages/index.mjs +26 -1
  396. package/es/packages/index2.mjs +64 -1
  397. package/es/packages/info-header/index.d.ts +1846 -0
  398. package/es/packages/info-header/index.mjs +1 -0
  399. package/es/packages/info-header/index2.mjs +11 -0
  400. package/es/packages/info-header/src/HiddenContent.mjs +2 -0
  401. package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
  402. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +61 -0
  403. package/es/packages/info-header/src/HiddenContent2.mjs +4 -0
  404. package/es/packages/info-header/src/InfoHeader.mjs +2 -0
  405. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1847 -0
  406. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +218 -0
  407. package/es/packages/info-header/src/InfoHeader2.mjs +4 -0
  408. package/es/packages/info-header/src/SlotRender.d.ts +22 -0
  409. package/es/packages/info-header/src/SlotRender.mjs +1 -0
  410. package/es/packages/info-header/src/SlotRender2.mjs +35 -0
  411. package/es/packages/info-header/style/iconfont.ttf +0 -0
  412. package/es/packages/info-header/style/index.css +121 -0
  413. package/es/packages/info-header/style/index.less +153 -0
  414. package/es/packages/map/index.mjs +1 -1
  415. package/es/packages/map/index2.mjs +11 -1
  416. package/es/packages/map/src/Map.mjs +2 -1
  417. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +336 -1
  418. package/es/packages/map/src/Map2.mjs +4 -1
  419. package/es/packages/scale-view/index.d.ts +15 -129
  420. package/es/packages/scale-view/index.mjs +1 -1
  421. package/es/packages/scale-view/index2.mjs +37 -1
  422. package/es/packages/scale-view/src/ScaleView.mjs +2 -1
  423. package/es/packages/scale-view/src/ScaleView.vue.d.ts +18 -132
  424. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +395 -1
  425. package/es/packages/scale-view/src/ScaleView2.mjs +4 -1
  426. package/es/packages/scale-view/src/components/AnswerParse.mjs +2 -1
  427. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +78 -1
  428. package/es/packages/scale-view/src/components/AnswerParse2.mjs +4 -1
  429. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +2 -1
  430. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +109 -1
  431. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +4 -1
  432. package/es/packages/scale-view/src/components/EvaluatePage.mjs +2 -1
  433. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +139 -1
  434. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +4 -1
  435. package/es/packages/scale-view/src/components/NoData.mjs +2 -1
  436. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +72 -1
  437. package/es/packages/scale-view/src/components/NoData2.mjs +4 -1
  438. package/es/packages/scale-view/src/components/ScaleScore.mjs +1 -1
  439. package/es/packages/scale-view/src/components/ScaleScore2.mjs +63 -1
  440. package/es/packages/scale-view/src/components/composables/choose-common.mjs +1 -1
  441. package/es/packages/scale-view/src/components/composables/choose-common2.mjs +78 -1
  442. package/es/packages/scale-view/src/components/formitem/address.mjs +1 -1
  443. package/es/packages/scale-view/src/components/formitem/address2.mjs +3993 -1
  444. package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -1
  445. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +225 -1
  446. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +1 -1
  447. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +121 -1
  448. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +1 -1
  449. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +229 -1
  450. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +1 -1
  451. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +111 -1
  452. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +1 -1
  453. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +200 -1
  454. package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -1
  455. package/es/packages/scale-view/src/components/formitem/r-input2.mjs +88 -1
  456. package/es/packages/scale-view/src/components/formitem/r-map.mjs +1 -1
  457. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +104 -1
  458. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +1 -1
  459. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +221 -1
  460. package/es/packages/scale-view/src/components/formitem/r-select.mjs +1 -1
  461. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +134 -1
  462. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +1 -1
  463. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +210 -1
  464. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +2 -1
  465. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +77 -1
  466. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +4 -1
  467. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  468. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +1 -1
  469. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +321 -1
  470. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +1 -1
  471. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +441 -1
  472. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +4 -0
  473. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +1 -1
  474. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +60 -1
  475. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +1 -1
  476. package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +42 -1
  477. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +1 -1
  478. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +162 -1
  479. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +1 -1
  480. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +164 -1
  481. package/es/packages/scale-view/src/hooks/use-component.d.ts +7504 -14
  482. package/es/packages/scale-view/src/hooks/use-component.mjs +1 -1
  483. package/es/packages/scale-view/src/hooks/use-component2.mjs +82 -1
  484. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +1 -1
  485. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +150 -1
  486. package/es/packages/scale-view/src/hooks/use-event.d.ts +1 -1
  487. package/es/packages/scale-view/src/hooks/use-event.mjs +1 -1
  488. package/es/packages/scale-view/src/hooks/use-event2.mjs +128 -1
  489. package/es/packages/scale-view/src/hooks/use-noData.mjs +1 -1
  490. package/es/packages/scale-view/src/hooks/use-noData2.mjs +41 -1
  491. package/es/packages/scale-view/src/utils/judge-types.mjs +1 -1
  492. package/es/packages/scale-view/src/utils/judge-types2.mjs +40 -1
  493. package/es/packages/scale-view/style/index.css +14 -1
  494. package/es/packages/scale-view/style/index.less +16 -1
  495. package/es/packages/select-label/index.d.ts +4589 -2
  496. package/es/packages/select-label/index.mjs +1 -1
  497. package/es/packages/select-label/index2.mjs +17 -1
  498. package/es/packages/select-label/src/LabelFormContent.mjs +2 -0
  499. package/es/packages/select-label/src/{components/label-form-content.vue.d.ts → LabelFormContent.vue.d.ts} +9 -2
  500. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +442 -0
  501. package/es/packages/select-label/src/LabelFormContent2.mjs +4 -0
  502. package/es/packages/select-label/src/SelectLabel.mjs +2 -1
  503. package/es/packages/select-label/src/SelectLabel.vue.d.ts +21 -9
  504. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +437 -1
  505. package/es/packages/select-label/src/SelectLabel2.mjs +4 -1
  506. package/es/packages/select-label/src/components/label-classify.mjs +2 -1
  507. package/es/packages/select-label/src/components/label-classify.vue.d.ts +1 -0
  508. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +124 -1
  509. package/es/packages/select-label/src/components/label-classify2.mjs +4 -1
  510. package/es/packages/select-label/style/index.css +11 -0
  511. package/es/packages/select-label/style/index.less +13 -2
  512. package/es/packages/select-person/index.d.ts +1 -1
  513. package/es/packages/select-person/index.mjs +1 -1
  514. package/es/packages/select-person/index2.mjs +11 -1
  515. package/es/packages/select-person/src/SearchTree.mjs +2 -1
  516. package/es/packages/select-person/src/SearchTree.vue.d.ts +1 -1
  517. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +233 -1
  518. package/es/packages/select-person/src/SearchTree2.mjs +4 -1
  519. package/es/packages/select-person/src/SelectPerson.mjs +2 -1
  520. package/es/packages/select-person/src/SelectPerson.vue.d.ts +1 -1
  521. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +895 -1
  522. package/es/packages/select-person/src/SelectPerson2.mjs +4 -1
  523. package/es/packages/select-person/src/utils/index.d.ts +8 -8
  524. package/es/packages/select-person/src/utils/index.mjs +1 -1
  525. package/es/packages/select-person/src/utils/index2.mjs +57 -1
  526. package/es/packages/time-line/index.d.ts +1721 -0
  527. package/es/packages/time-line/index.mjs +1 -0
  528. package/es/packages/time-line/index2.mjs +11 -0
  529. package/es/packages/time-line/src/TimeLine.mjs +2 -0
  530. package/es/packages/time-line/src/TimeLine.vue.d.ts +1724 -0
  531. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +63 -0
  532. package/es/packages/time-line/src/TimeLine2.mjs +4 -0
  533. package/es/packages/time-line/style/index.css +32 -0
  534. package/es/packages/time-line/style/index.less +35 -0
  535. package/es/src/components/SelectPage/SelectPage.mjs +2 -1
  536. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +61 -1
  537. package/es/src/components/SelectPage/SelectPage2.mjs +4 -1
  538. package/es/src/components/SelectPage/index.mjs +2 -1
  539. package/es/src/components/SelectPage/index2.mjs +3 -1
  540. package/es/src/components/SvgIcon/SvgIcon.mjs +2 -1
  541. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +34 -1
  542. package/es/src/components/SvgIcon/SvgIcon2.mjs +4 -1
  543. package/es/src/components/SvgIcon/index.mjs +2 -1
  544. package/es/src/components/SvgIcon/index2.mjs +3 -1
  545. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +2 -0
  546. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip.vue.d.ts +0 -0
  547. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +74 -0
  548. package/es/src/components/TextOverTooltip/TextOverTooltip2.mjs +4 -0
  549. package/es/src/components/TextOverTooltip/index.d.ts +2 -0
  550. package/es/src/components/TextOverTooltip/index.mjs +2 -0
  551. package/es/src/components/TextOverTooltip/index2.mjs +3 -0
  552. package/es/src/components/player-vod/index.mjs +2 -1
  553. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +12 -1
  554. package/es/src/components/player-vod/index2.mjs +4 -1
  555. package/es/src/components/player-vod/player.mjs +1 -1
  556. package/es/src/components/player-vod/player2.mjs +121 -1
  557. package/es/src/components/player-vod/video-list.mjs +1 -1
  558. package/es/src/components/player-vod/video-list2.mjs +125 -1
  559. package/es/src/components/player-vod/video-modal.mjs +1 -1
  560. package/es/src/components/player-vod/video-modal2.mjs +91 -1
  561. package/es/src/core/create.mjs +1 -1
  562. package/es/src/core/create2.mjs +8 -1
  563. package/es/src/global/variable.d.ts +1 -1
  564. package/es/src/global/variable.mjs +1 -1
  565. package/es/src/global/variable2.mjs +4 -1
  566. package/es/src/utils/anime.d.ts +35 -0
  567. package/es/src/utils/anime.mjs +1 -0
  568. package/es/src/utils/anime2.mjs +126 -0
  569. package/es/src/utils/clickoutside.mjs +1 -1
  570. package/es/src/utils/clickoutside2.mjs +48 -1
  571. package/es/src/utils/crypto.mjs +1 -1
  572. package/es/src/utils/crypto2.mjs +25 -1
  573. package/es/src/utils/index.d.ts +0 -3
  574. package/es/src/utils/index.mjs +1 -1
  575. package/es/src/utils/index2.mjs +15 -1
  576. package/es/src/utils/loadViewer.d.ts +2 -0
  577. package/es/src/utils/loadViewer.mjs +1 -0
  578. package/es/src/utils/loadViewer2.mjs +11 -0
  579. package/es/src/utils/loadVxe.d.ts +2 -0
  580. package/es/src/utils/loadVxe.mjs +1 -0
  581. package/es/src/utils/loadVxe2.mjs +12 -0
  582. package/es/src/utils/utilExpand.d.ts +1 -0
  583. package/es/src/utils/utilExpand.mjs +1 -0
  584. package/es/src/utils/utilExpand2.mjs +714 -0
  585. package/es/src/utils/vexutils.mjs +3 -1
  586. package/es/src/utils/vexutils2.mjs +80 -1
  587. package/memory-log.ts +62 -0
  588. package/package.json +128 -112
  589. package/es/packages/big-table/src/components/TextOverTooltip.mjs +0 -1
  590. package/es/packages/big-table/src/components/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  591. package/es/packages/big-table/src/components/TextOverTooltip2.mjs +0 -1
  592. package/es/packages/select-label/src/components/label-form-content.mjs +0 -1
  593. package/es/packages/select-label/src/components/label-form-content.vue_vue_type_script_setup_true_lang.mjs +0 -1
  594. package/es/packages/select-label/src/components/label-form-content2.mjs +0 -1
@@ -0,0 +1,2674 @@
1
+ import { AnyObject, Func } from 'cnhis-design-vue/es/src/types';
2
+ import { PropType } from 'vue';
3
+ import { PropObject } from 'cnhis-design-vue/es/packages/form-table/src/types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ mainForm: {
6
+ type: PropObject;
7
+ default: () => {};
8
+ };
9
+ userInfo: {
10
+ type: PropObject;
11
+ default: () => {};
12
+ };
13
+ styleSetting: {
14
+ type: PropObject;
15
+ default: () => {};
16
+ };
17
+ defaultValue: {
18
+ type: PropObject;
19
+ default: () => {};
20
+ };
21
+ dbParams: {
22
+ type: PropType<AnyObject>;
23
+ };
24
+ row: {
25
+ type: PropObject;
26
+ default: () => {};
27
+ };
28
+ item: {
29
+ type: PropObject;
30
+ default: () => {
31
+ _own: {};
32
+ };
33
+ };
34
+ defaultFieldList: {
35
+ type: PropType<any[]>;
36
+ default: () => never[];
37
+ };
38
+ cacheUniqueKey: {
39
+ type: PropObject;
40
+ default: () => {
41
+ _own: {};
42
+ };
43
+ };
44
+ params_formId: (NumberConstructor | StringConstructor)[];
45
+ formType: {
46
+ type: PropObject;
47
+ default: () => {
48
+ _own: {};
49
+ };
50
+ };
51
+ isDetail: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ handleFormTableValue: PropType<Func<any[], any>>;
56
+ }, {
57
+ open: import("vue").Ref<boolean>;
58
+ disabledDatePicker: (current: any, item: AnyObject) => any;
59
+ disabledTimePicker: (current: any, item: AnyObject) => {
60
+ disabledHours: () => never[];
61
+ disabledMinutes: () => never[];
62
+ disabledSeconds: () => never[];
63
+ } | undefined;
64
+ openTimeChange: (open: any, item: AnyObject) => void;
65
+ disabledHours: (item: AnyObject, type: string) => (() => never[]) | undefined;
66
+ disabledMethodTimeRange: (item: AnyObject) => void;
67
+ handleCompareTimeRange: (time: any, item: AnyObject, type: string) => {};
68
+ range: (start: number, end: number) => never[];
69
+ openDateChange: (open: any, item: AnyObject) => void;
70
+ $message: import("naive-ui").MessageApi;
71
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
72
+ mainForm: {
73
+ type: PropObject;
74
+ default: () => {};
75
+ };
76
+ userInfo: {
77
+ type: PropObject;
78
+ default: () => {};
79
+ };
80
+ styleSetting: {
81
+ type: PropObject;
82
+ default: () => {};
83
+ };
84
+ defaultValue: {
85
+ type: PropObject;
86
+ default: () => {};
87
+ };
88
+ dbParams: {
89
+ type: PropType<AnyObject>;
90
+ };
91
+ row: {
92
+ type: PropObject;
93
+ default: () => {};
94
+ };
95
+ item: {
96
+ type: PropObject;
97
+ default: () => {
98
+ _own: {};
99
+ };
100
+ };
101
+ defaultFieldList: {
102
+ type: PropType<any[]>;
103
+ default: () => never[];
104
+ };
105
+ cacheUniqueKey: {
106
+ type: PropObject;
107
+ default: () => {
108
+ _own: {};
109
+ };
110
+ };
111
+ params_formId: (NumberConstructor | StringConstructor)[];
112
+ formType: {
113
+ type: PropObject;
114
+ default: () => {
115
+ _own: {};
116
+ };
117
+ };
118
+ isDetail: {
119
+ type: BooleanConstructor;
120
+ default: boolean;
121
+ };
122
+ handleFormTableValue: PropType<Func<any[], any>>;
123
+ }>> & {
124
+ onTableBlur?: ((...args: any[]) => any) | undefined;
125
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
126
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
127
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
128
+ }>>;
129
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
130
+ $t: () => void;
131
+ formTable: AnyObject;
132
+ handlerGetDateType: (data: AnyObject) => any;
133
+ hasErr: import("vue").ComputedRef<any>;
134
+ handleGetJsonStr: (str: string | AnyObject) => AnyObject;
135
+ handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
136
+ handleGetUniqueKey: (id: string) => any;
137
+ handleSysParams: (str: string) => string;
138
+ defaultInit: () => void;
139
+ handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
140
+ handleFormParams: (str: string) => string;
141
+ radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
142
+ handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
143
+ handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
144
+ changeAgeSelect: (val: string, item: AnyObject) => void;
145
+ handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: Func<any[], any>) => void;
146
+ getInputCheck: (validate?: string | undefined) => {
147
+ pattern: RegExp;
148
+ message: string;
149
+ } | undefined;
150
+ getCustomRegular: (item: AnyObject) => {
151
+ pattern: RegExp;
152
+ message: any;
153
+ } | null;
154
+ checkDigital: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
155
+ checkAgeJson: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
156
+ checkAge: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
157
+ checkMultipleChoice: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
158
+ checkLength: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
159
+ checkinputBlank: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
160
+ checkSearchCascade: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
161
+ checkMultipleTree: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
162
+ handleDateClearBtn: (v: any, item: AnyObject) => void;
163
+ handleStartDateEndDate: (item: AnyObject) => void;
164
+ showTimePanel: (item: AnyObject) => boolean;
165
+ momentLib: (date_format: string) => any;
166
+ judgeTimeBoundary: (time: any, item: AnyObject) => void;
167
+ setTimeValue: (time: any, item: AnyObject) => void;
168
+ judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
169
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
170
+ setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
171
+ handleDefaultRimeRange: (time: any, item: AnyObject) => void;
172
+ judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
173
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
174
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
175
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
176
+ NTimePicker: import("vue").DefineComponent<{
177
+ to: {
178
+ type: PropType<string | boolean | HTMLElement>;
179
+ default: undefined;
180
+ };
181
+ bordered: {
182
+ type: PropType<boolean | undefined>;
183
+ default: undefined;
184
+ };
185
+ actions: PropType<("confirm" | "now")[] | null>;
186
+ defaultValue: {
187
+ type: PropType<number | null>;
188
+ default: null;
189
+ };
190
+ defaultFormattedValue: StringConstructor;
191
+ placeholder: StringConstructor;
192
+ placement: {
193
+ type: PropType<import("naive-ui").PopoverPlacement>;
194
+ default: string;
195
+ };
196
+ value: PropType<number | null>;
197
+ format: {
198
+ type: StringConstructor;
199
+ default: string;
200
+ };
201
+ valueFormat: StringConstructor;
202
+ formattedValue: PropType<string | null>;
203
+ isHourDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsHourDisabled>;
204
+ size: PropType<import("naive-ui/es/time-picker/src/interface").Size>;
205
+ isMinuteDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsMinuteDisabled>;
206
+ isSecondDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsSecondDisabled>;
207
+ inputReadonly: BooleanConstructor;
208
+ clearable: BooleanConstructor;
209
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
210
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
211
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
212
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
213
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
214
+ onUpdateFormattedValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
215
+ 'onUpdate:formattedValue': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
216
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
217
+ onConfirm: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
218
+ onClear: PropType<() => void>;
219
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
220
+ timeZone: StringConstructor;
221
+ showIcon: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ disabled: {
226
+ type: PropType<boolean | undefined>;
227
+ default: undefined;
228
+ };
229
+ show: {
230
+ type: PropType<boolean | undefined>;
231
+ default: undefined;
232
+ };
233
+ hours: {
234
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
235
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
236
+ };
237
+ minutes: {
238
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
239
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
240
+ };
241
+ seconds: {
242
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
243
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
244
+ };
245
+ use12Hours: BooleanConstructor;
246
+ stateful: {
247
+ type: BooleanConstructor;
248
+ default: boolean;
249
+ };
250
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
251
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
252
+ panelColor: string;
253
+ panelBoxShadow: string;
254
+ panelDividerColor: string;
255
+ itemTextColor: string;
256
+ itemTextColorActive: string;
257
+ itemColorHover: string;
258
+ itemOpacityDisabled: string;
259
+ itemBorderRadius: string;
260
+ borderRadius: string;
261
+ iconColor: string;
262
+ iconColorDisabled: string;
263
+ itemFontSize: string;
264
+ itemHeight: string;
265
+ itemWidth: string;
266
+ panelActionPadding: string;
267
+ }, {
268
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
269
+ color: string;
270
+ colorHover: string;
271
+ }, any>;
272
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
273
+ heightTiny: string;
274
+ heightSmall: string;
275
+ heightMedium: string;
276
+ heightLarge: string;
277
+ borderRadiusTiny: string;
278
+ borderRadiusSmall: string;
279
+ borderRadiusMedium: string;
280
+ borderRadiusLarge: string;
281
+ fontSizeTiny: string;
282
+ fontSizeSmall: string;
283
+ fontSizeMedium: string;
284
+ fontSizeLarge: string;
285
+ opacityDisabled: string;
286
+ colorOpacitySecondary: string;
287
+ colorOpacitySecondaryHover: string;
288
+ colorOpacitySecondaryPressed: string;
289
+ colorSecondary: string;
290
+ colorSecondaryHover: string;
291
+ colorSecondaryPressed: string;
292
+ colorTertiary: string;
293
+ colorTertiaryHover: string;
294
+ colorTertiaryPressed: string;
295
+ colorQuaternary: string;
296
+ colorQuaternaryHover: string;
297
+ colorQuaternaryPressed: string;
298
+ color: string;
299
+ colorHover: string;
300
+ colorPressed: string;
301
+ colorFocus: string;
302
+ colorDisabled: string;
303
+ textColor: string;
304
+ textColorTertiary: string;
305
+ textColorHover: string;
306
+ textColorPressed: string;
307
+ textColorFocus: string;
308
+ textColorDisabled: string;
309
+ textColorText: string;
310
+ textColorTextHover: string;
311
+ textColorTextPressed: string;
312
+ textColorTextFocus: string;
313
+ textColorTextDisabled: string;
314
+ textColorGhost: string;
315
+ textColorGhostHover: string;
316
+ textColorGhostPressed: string;
317
+ textColorGhostFocus: string;
318
+ textColorGhostDisabled: string;
319
+ border: string;
320
+ borderHover: string;
321
+ borderPressed: string;
322
+ borderFocus: string;
323
+ borderDisabled: string;
324
+ rippleColor: string;
325
+ colorPrimary: string;
326
+ colorHoverPrimary: string;
327
+ colorPressedPrimary: string;
328
+ colorFocusPrimary: string;
329
+ colorDisabledPrimary: string;
330
+ textColorPrimary: string;
331
+ textColorHoverPrimary: string;
332
+ textColorPressedPrimary: string;
333
+ textColorFocusPrimary: string;
334
+ textColorDisabledPrimary: string;
335
+ textColorTextPrimary: string;
336
+ textColorTextHoverPrimary: string;
337
+ textColorTextPressedPrimary: string;
338
+ textColorTextFocusPrimary: string;
339
+ textColorTextDisabledPrimary: string;
340
+ textColorGhostPrimary: string;
341
+ textColorGhostHoverPrimary: string;
342
+ textColorGhostPressedPrimary: string;
343
+ textColorGhostFocusPrimary: string;
344
+ textColorGhostDisabledPrimary: string;
345
+ borderPrimary: string;
346
+ borderHoverPrimary: string;
347
+ borderPressedPrimary: string;
348
+ borderFocusPrimary: string;
349
+ borderDisabledPrimary: string;
350
+ rippleColorPrimary: string;
351
+ colorInfo: string;
352
+ colorHoverInfo: string;
353
+ colorPressedInfo: string;
354
+ colorFocusInfo: string;
355
+ colorDisabledInfo: string;
356
+ textColorInfo: string;
357
+ textColorHoverInfo: string;
358
+ textColorPressedInfo: string;
359
+ textColorFocusInfo: string;
360
+ textColorDisabledInfo: string;
361
+ textColorTextInfo: string;
362
+ textColorTextHoverInfo: string;
363
+ textColorTextPressedInfo: string;
364
+ textColorTextFocusInfo: string;
365
+ textColorTextDisabledInfo: string;
366
+ textColorGhostInfo: string;
367
+ textColorGhostHoverInfo: string;
368
+ textColorGhostPressedInfo: string;
369
+ textColorGhostFocusInfo: string;
370
+ textColorGhostDisabledInfo: string;
371
+ borderInfo: string;
372
+ borderHoverInfo: string;
373
+ borderPressedInfo: string;
374
+ borderFocusInfo: string;
375
+ borderDisabledInfo: string;
376
+ rippleColorInfo: string;
377
+ colorSuccess: string;
378
+ colorHoverSuccess: string;
379
+ colorPressedSuccess: string;
380
+ colorFocusSuccess: string;
381
+ colorDisabledSuccess: string;
382
+ textColorSuccess: string;
383
+ textColorHoverSuccess: string;
384
+ textColorPressedSuccess: string;
385
+ textColorFocusSuccess: string;
386
+ textColorDisabledSuccess: string;
387
+ textColorTextSuccess: string;
388
+ textColorTextHoverSuccess: string;
389
+ textColorTextPressedSuccess: string;
390
+ textColorTextFocusSuccess: string;
391
+ textColorTextDisabledSuccess: string;
392
+ textColorGhostSuccess: string;
393
+ textColorGhostHoverSuccess: string;
394
+ textColorGhostPressedSuccess: string;
395
+ textColorGhostFocusSuccess: string;
396
+ textColorGhostDisabledSuccess: string;
397
+ borderSuccess: string;
398
+ borderHoverSuccess: string;
399
+ borderPressedSuccess: string;
400
+ borderFocusSuccess: string;
401
+ borderDisabledSuccess: string;
402
+ rippleColorSuccess: string;
403
+ colorWarning: string;
404
+ colorHoverWarning: string;
405
+ colorPressedWarning: string;
406
+ colorFocusWarning: string;
407
+ colorDisabledWarning: string;
408
+ textColorWarning: string;
409
+ textColorHoverWarning: string;
410
+ textColorPressedWarning: string;
411
+ textColorFocusWarning: string;
412
+ textColorDisabledWarning: string;
413
+ textColorTextWarning: string;
414
+ textColorTextHoverWarning: string;
415
+ textColorTextPressedWarning: string;
416
+ textColorTextFocusWarning: string;
417
+ textColorTextDisabledWarning: string;
418
+ textColorGhostWarning: string;
419
+ textColorGhostHoverWarning: string;
420
+ textColorGhostPressedWarning: string;
421
+ textColorGhostFocusWarning: string;
422
+ textColorGhostDisabledWarning: string;
423
+ borderWarning: string;
424
+ borderHoverWarning: string;
425
+ borderPressedWarning: string;
426
+ borderFocusWarning: string;
427
+ borderDisabledWarning: string;
428
+ rippleColorWarning: string;
429
+ colorError: string;
430
+ colorHoverError: string;
431
+ colorPressedError: string;
432
+ colorFocusError: string;
433
+ colorDisabledError: string;
434
+ textColorError: string;
435
+ textColorHoverError: string;
436
+ textColorPressedError: string;
437
+ textColorFocusError: string;
438
+ textColorDisabledError: string;
439
+ textColorTextError: string;
440
+ textColorTextHoverError: string;
441
+ textColorTextPressedError: string;
442
+ textColorTextFocusError: string;
443
+ textColorTextDisabledError: string;
444
+ textColorGhostError: string;
445
+ textColorGhostHoverError: string;
446
+ textColorGhostPressedError: string;
447
+ textColorGhostFocusError: string;
448
+ textColorGhostDisabledError: string;
449
+ borderError: string;
450
+ borderHoverError: string;
451
+ borderPressedError: string;
452
+ borderFocusError: string;
453
+ borderDisabledError: string;
454
+ rippleColorError: string;
455
+ waveOpacity: string;
456
+ fontWeight: string;
457
+ fontWeightStrong: string;
458
+ paddingTiny: string;
459
+ paddingSmall: string;
460
+ paddingMedium: string;
461
+ paddingLarge: string;
462
+ paddingRoundTiny: string;
463
+ paddingRoundSmall: string;
464
+ paddingRoundMedium: string;
465
+ paddingRoundLarge: string;
466
+ iconMarginTiny: string;
467
+ iconMarginSmall: string;
468
+ iconMarginMedium: string;
469
+ iconMarginLarge: string;
470
+ iconSizeTiny: string;
471
+ iconSizeSmall: string;
472
+ iconSizeMedium: string;
473
+ iconSizeLarge: string;
474
+ rippleDuration: string;
475
+ }, any>;
476
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
477
+ countTextColor: string;
478
+ heightTiny: string;
479
+ heightSmall: string;
480
+ heightMedium: string;
481
+ heightLarge: string;
482
+ fontSizeTiny: string;
483
+ fontSizeSmall: string;
484
+ fontSizeMedium: string;
485
+ fontSizeLarge: string;
486
+ lineHeight: string;
487
+ lineHeightTextarea: string;
488
+ borderRadius: string;
489
+ iconSize: string;
490
+ groupLabelColor: string;
491
+ groupLabelTextColor: string;
492
+ textColor: string;
493
+ textColorDisabled: string;
494
+ textDecorationColor: string;
495
+ caretColor: string;
496
+ placeholderColor: string;
497
+ placeholderColorDisabled: string;
498
+ color: string;
499
+ colorDisabled: string;
500
+ colorFocus: string;
501
+ groupLabelBorder: string;
502
+ border: string;
503
+ borderHover: string;
504
+ borderDisabled: string;
505
+ borderFocus: string;
506
+ boxShadowFocus: string;
507
+ loadingColor: string;
508
+ loadingColorWarning: string;
509
+ borderWarning: string;
510
+ borderHoverWarning: string;
511
+ colorFocusWarning: string;
512
+ borderFocusWarning: string;
513
+ boxShadowFocusWarning: string;
514
+ caretColorWarning: string;
515
+ loadingColorError: string;
516
+ borderError: string;
517
+ borderHoverError: string;
518
+ colorFocusError: string;
519
+ borderFocusError: string;
520
+ boxShadowFocusError: string;
521
+ caretColorError: string;
522
+ clearColor: string;
523
+ clearColorHover: string;
524
+ clearColorPressed: string;
525
+ iconColor: string;
526
+ iconColorDisabled: string;
527
+ iconColorHover: string;
528
+ iconColorPressed: string;
529
+ suffixTextColor: string;
530
+ paddingTiny: string;
531
+ paddingSmall: string;
532
+ paddingMedium: string;
533
+ paddingLarge: string;
534
+ clearSize: string;
535
+ }, any>;
536
+ }>>;
537
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
538
+ panelColor: string;
539
+ panelBoxShadow: string;
540
+ panelDividerColor: string;
541
+ itemTextColor: string;
542
+ itemTextColorActive: string;
543
+ itemColorHover: string;
544
+ itemOpacityDisabled: string;
545
+ itemBorderRadius: string;
546
+ borderRadius: string;
547
+ iconColor: string;
548
+ iconColorDisabled: string;
549
+ itemFontSize: string;
550
+ itemHeight: string;
551
+ itemWidth: string;
552
+ panelActionPadding: string;
553
+ }, {
554
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
555
+ color: string;
556
+ colorHover: string;
557
+ }, any>;
558
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
559
+ heightTiny: string;
560
+ heightSmall: string;
561
+ heightMedium: string;
562
+ heightLarge: string;
563
+ borderRadiusTiny: string;
564
+ borderRadiusSmall: string;
565
+ borderRadiusMedium: string;
566
+ borderRadiusLarge: string;
567
+ fontSizeTiny: string;
568
+ fontSizeSmall: string;
569
+ fontSizeMedium: string;
570
+ fontSizeLarge: string;
571
+ opacityDisabled: string;
572
+ colorOpacitySecondary: string;
573
+ colorOpacitySecondaryHover: string;
574
+ colorOpacitySecondaryPressed: string;
575
+ colorSecondary: string;
576
+ colorSecondaryHover: string;
577
+ colorSecondaryPressed: string;
578
+ colorTertiary: string;
579
+ colorTertiaryHover: string;
580
+ colorTertiaryPressed: string;
581
+ colorQuaternary: string;
582
+ colorQuaternaryHover: string;
583
+ colorQuaternaryPressed: string;
584
+ color: string;
585
+ colorHover: string;
586
+ colorPressed: string;
587
+ colorFocus: string;
588
+ colorDisabled: string;
589
+ textColor: string;
590
+ textColorTertiary: string;
591
+ textColorHover: string;
592
+ textColorPressed: string;
593
+ textColorFocus: string;
594
+ textColorDisabled: string;
595
+ textColorText: string;
596
+ textColorTextHover: string;
597
+ textColorTextPressed: string;
598
+ textColorTextFocus: string;
599
+ textColorTextDisabled: string;
600
+ textColorGhost: string;
601
+ textColorGhostHover: string;
602
+ textColorGhostPressed: string;
603
+ textColorGhostFocus: string;
604
+ textColorGhostDisabled: string;
605
+ border: string;
606
+ borderHover: string;
607
+ borderPressed: string;
608
+ borderFocus: string;
609
+ borderDisabled: string;
610
+ rippleColor: string;
611
+ colorPrimary: string;
612
+ colorHoverPrimary: string;
613
+ colorPressedPrimary: string;
614
+ colorFocusPrimary: string;
615
+ colorDisabledPrimary: string;
616
+ textColorPrimary: string;
617
+ textColorHoverPrimary: string;
618
+ textColorPressedPrimary: string;
619
+ textColorFocusPrimary: string;
620
+ textColorDisabledPrimary: string;
621
+ textColorTextPrimary: string;
622
+ textColorTextHoverPrimary: string;
623
+ textColorTextPressedPrimary: string;
624
+ textColorTextFocusPrimary: string;
625
+ textColorTextDisabledPrimary: string;
626
+ textColorGhostPrimary: string;
627
+ textColorGhostHoverPrimary: string;
628
+ textColorGhostPressedPrimary: string;
629
+ textColorGhostFocusPrimary: string;
630
+ textColorGhostDisabledPrimary: string;
631
+ borderPrimary: string;
632
+ borderHoverPrimary: string;
633
+ borderPressedPrimary: string;
634
+ borderFocusPrimary: string;
635
+ borderDisabledPrimary: string;
636
+ rippleColorPrimary: string;
637
+ colorInfo: string;
638
+ colorHoverInfo: string;
639
+ colorPressedInfo: string;
640
+ colorFocusInfo: string;
641
+ colorDisabledInfo: string;
642
+ textColorInfo: string;
643
+ textColorHoverInfo: string;
644
+ textColorPressedInfo: string;
645
+ textColorFocusInfo: string;
646
+ textColorDisabledInfo: string;
647
+ textColorTextInfo: string;
648
+ textColorTextHoverInfo: string;
649
+ textColorTextPressedInfo: string;
650
+ textColorTextFocusInfo: string;
651
+ textColorTextDisabledInfo: string;
652
+ textColorGhostInfo: string;
653
+ textColorGhostHoverInfo: string;
654
+ textColorGhostPressedInfo: string;
655
+ textColorGhostFocusInfo: string;
656
+ textColorGhostDisabledInfo: string;
657
+ borderInfo: string;
658
+ borderHoverInfo: string;
659
+ borderPressedInfo: string;
660
+ borderFocusInfo: string;
661
+ borderDisabledInfo: string;
662
+ rippleColorInfo: string;
663
+ colorSuccess: string;
664
+ colorHoverSuccess: string;
665
+ colorPressedSuccess: string;
666
+ colorFocusSuccess: string;
667
+ colorDisabledSuccess: string;
668
+ textColorSuccess: string;
669
+ textColorHoverSuccess: string;
670
+ textColorPressedSuccess: string;
671
+ textColorFocusSuccess: string;
672
+ textColorDisabledSuccess: string;
673
+ textColorTextSuccess: string;
674
+ textColorTextHoverSuccess: string;
675
+ textColorTextPressedSuccess: string;
676
+ textColorTextFocusSuccess: string;
677
+ textColorTextDisabledSuccess: string;
678
+ textColorGhostSuccess: string;
679
+ textColorGhostHoverSuccess: string;
680
+ textColorGhostPressedSuccess: string;
681
+ textColorGhostFocusSuccess: string;
682
+ textColorGhostDisabledSuccess: string;
683
+ borderSuccess: string;
684
+ borderHoverSuccess: string;
685
+ borderPressedSuccess: string;
686
+ borderFocusSuccess: string;
687
+ borderDisabledSuccess: string;
688
+ rippleColorSuccess: string;
689
+ colorWarning: string;
690
+ colorHoverWarning: string;
691
+ colorPressedWarning: string;
692
+ colorFocusWarning: string;
693
+ colorDisabledWarning: string;
694
+ textColorWarning: string;
695
+ textColorHoverWarning: string;
696
+ textColorPressedWarning: string;
697
+ textColorFocusWarning: string;
698
+ textColorDisabledWarning: string;
699
+ textColorTextWarning: string;
700
+ textColorTextHoverWarning: string;
701
+ textColorTextPressedWarning: string;
702
+ textColorTextFocusWarning: string;
703
+ textColorTextDisabledWarning: string;
704
+ textColorGhostWarning: string;
705
+ textColorGhostHoverWarning: string;
706
+ textColorGhostPressedWarning: string;
707
+ textColorGhostFocusWarning: string;
708
+ textColorGhostDisabledWarning: string;
709
+ borderWarning: string;
710
+ borderHoverWarning: string;
711
+ borderPressedWarning: string;
712
+ borderFocusWarning: string;
713
+ borderDisabledWarning: string;
714
+ rippleColorWarning: string;
715
+ colorError: string;
716
+ colorHoverError: string;
717
+ colorPressedError: string;
718
+ colorFocusError: string;
719
+ colorDisabledError: string;
720
+ textColorError: string;
721
+ textColorHoverError: string;
722
+ textColorPressedError: string;
723
+ textColorFocusError: string;
724
+ textColorDisabledError: string;
725
+ textColorTextError: string;
726
+ textColorTextHoverError: string;
727
+ textColorTextPressedError: string;
728
+ textColorTextFocusError: string;
729
+ textColorTextDisabledError: string;
730
+ textColorGhostError: string;
731
+ textColorGhostHoverError: string;
732
+ textColorGhostPressedError: string;
733
+ textColorGhostFocusError: string;
734
+ textColorGhostDisabledError: string;
735
+ borderError: string;
736
+ borderHoverError: string;
737
+ borderPressedError: string;
738
+ borderFocusError: string;
739
+ borderDisabledError: string;
740
+ rippleColorError: string;
741
+ waveOpacity: string;
742
+ fontWeight: string;
743
+ fontWeightStrong: string;
744
+ paddingTiny: string;
745
+ paddingSmall: string;
746
+ paddingMedium: string;
747
+ paddingLarge: string;
748
+ paddingRoundTiny: string;
749
+ paddingRoundSmall: string;
750
+ paddingRoundMedium: string;
751
+ paddingRoundLarge: string;
752
+ iconMarginTiny: string;
753
+ iconMarginSmall: string;
754
+ iconMarginMedium: string;
755
+ iconMarginLarge: string;
756
+ iconSizeTiny: string;
757
+ iconSizeSmall: string;
758
+ iconSizeMedium: string;
759
+ iconSizeLarge: string;
760
+ rippleDuration: string;
761
+ }, any>;
762
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
763
+ countTextColor: string;
764
+ heightTiny: string;
765
+ heightSmall: string;
766
+ heightMedium: string;
767
+ heightLarge: string;
768
+ fontSizeTiny: string;
769
+ fontSizeSmall: string;
770
+ fontSizeMedium: string;
771
+ fontSizeLarge: string;
772
+ lineHeight: string;
773
+ lineHeightTextarea: string;
774
+ borderRadius: string;
775
+ iconSize: string;
776
+ groupLabelColor: string;
777
+ groupLabelTextColor: string;
778
+ textColor: string;
779
+ textColorDisabled: string;
780
+ textDecorationColor: string;
781
+ caretColor: string;
782
+ placeholderColor: string;
783
+ placeholderColorDisabled: string;
784
+ color: string;
785
+ colorDisabled: string;
786
+ colorFocus: string;
787
+ groupLabelBorder: string;
788
+ border: string;
789
+ borderHover: string;
790
+ borderDisabled: string;
791
+ borderFocus: string;
792
+ boxShadowFocus: string;
793
+ loadingColor: string;
794
+ loadingColorWarning: string;
795
+ borderWarning: string;
796
+ borderHoverWarning: string;
797
+ colorFocusWarning: string;
798
+ borderFocusWarning: string;
799
+ boxShadowFocusWarning: string;
800
+ caretColorWarning: string;
801
+ loadingColorError: string;
802
+ borderError: string;
803
+ borderHoverError: string;
804
+ colorFocusError: string;
805
+ borderFocusError: string;
806
+ boxShadowFocusError: string;
807
+ caretColorError: string;
808
+ clearColor: string;
809
+ clearColorHover: string;
810
+ clearColorPressed: string;
811
+ iconColor: string;
812
+ iconColorDisabled: string;
813
+ iconColorHover: string;
814
+ iconColorPressed: string;
815
+ suffixTextColor: string;
816
+ paddingTiny: string;
817
+ paddingSmall: string;
818
+ paddingMedium: string;
819
+ paddingLarge: string;
820
+ clearSize: string;
821
+ }, any>;
822
+ }>>>;
823
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
824
+ panelColor: string;
825
+ panelBoxShadow: string;
826
+ panelDividerColor: string;
827
+ itemTextColor: string;
828
+ itemTextColorActive: string;
829
+ itemColorHover: string;
830
+ itemOpacityDisabled: string;
831
+ itemBorderRadius: string;
832
+ borderRadius: string;
833
+ iconColor: string;
834
+ iconColorDisabled: string;
835
+ itemFontSize: string;
836
+ itemHeight: string;
837
+ itemWidth: string;
838
+ panelActionPadding: string;
839
+ }, {
840
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
841
+ color: string;
842
+ colorHover: string;
843
+ }, any>;
844
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
845
+ heightTiny: string;
846
+ heightSmall: string;
847
+ heightMedium: string;
848
+ heightLarge: string;
849
+ borderRadiusTiny: string;
850
+ borderRadiusSmall: string;
851
+ borderRadiusMedium: string;
852
+ borderRadiusLarge: string;
853
+ fontSizeTiny: string;
854
+ fontSizeSmall: string;
855
+ fontSizeMedium: string;
856
+ fontSizeLarge: string;
857
+ opacityDisabled: string;
858
+ colorOpacitySecondary: string;
859
+ colorOpacitySecondaryHover: string;
860
+ colorOpacitySecondaryPressed: string;
861
+ colorSecondary: string;
862
+ colorSecondaryHover: string;
863
+ colorSecondaryPressed: string;
864
+ colorTertiary: string;
865
+ colorTertiaryHover: string;
866
+ colorTertiaryPressed: string;
867
+ colorQuaternary: string;
868
+ colorQuaternaryHover: string;
869
+ colorQuaternaryPressed: string;
870
+ color: string;
871
+ colorHover: string;
872
+ colorPressed: string;
873
+ colorFocus: string;
874
+ colorDisabled: string;
875
+ textColor: string;
876
+ textColorTertiary: string;
877
+ textColorHover: string;
878
+ textColorPressed: string;
879
+ textColorFocus: string;
880
+ textColorDisabled: string;
881
+ textColorText: string;
882
+ textColorTextHover: string;
883
+ textColorTextPressed: string;
884
+ textColorTextFocus: string;
885
+ textColorTextDisabled: string;
886
+ textColorGhost: string;
887
+ textColorGhostHover: string;
888
+ textColorGhostPressed: string;
889
+ textColorGhostFocus: string;
890
+ textColorGhostDisabled: string;
891
+ border: string;
892
+ borderHover: string;
893
+ borderPressed: string;
894
+ borderFocus: string;
895
+ borderDisabled: string;
896
+ rippleColor: string;
897
+ colorPrimary: string;
898
+ colorHoverPrimary: string;
899
+ colorPressedPrimary: string;
900
+ colorFocusPrimary: string;
901
+ colorDisabledPrimary: string;
902
+ textColorPrimary: string;
903
+ textColorHoverPrimary: string;
904
+ textColorPressedPrimary: string;
905
+ textColorFocusPrimary: string;
906
+ textColorDisabledPrimary: string;
907
+ textColorTextPrimary: string;
908
+ textColorTextHoverPrimary: string;
909
+ textColorTextPressedPrimary: string;
910
+ textColorTextFocusPrimary: string;
911
+ textColorTextDisabledPrimary: string;
912
+ textColorGhostPrimary: string;
913
+ textColorGhostHoverPrimary: string;
914
+ textColorGhostPressedPrimary: string;
915
+ textColorGhostFocusPrimary: string;
916
+ textColorGhostDisabledPrimary: string;
917
+ borderPrimary: string;
918
+ borderHoverPrimary: string;
919
+ borderPressedPrimary: string;
920
+ borderFocusPrimary: string;
921
+ borderDisabledPrimary: string;
922
+ rippleColorPrimary: string;
923
+ colorInfo: string;
924
+ colorHoverInfo: string;
925
+ colorPressedInfo: string;
926
+ colorFocusInfo: string;
927
+ colorDisabledInfo: string;
928
+ textColorInfo: string;
929
+ textColorHoverInfo: string;
930
+ textColorPressedInfo: string;
931
+ textColorFocusInfo: string;
932
+ textColorDisabledInfo: string;
933
+ textColorTextInfo: string;
934
+ textColorTextHoverInfo: string;
935
+ textColorTextPressedInfo: string;
936
+ textColorTextFocusInfo: string;
937
+ textColorTextDisabledInfo: string;
938
+ textColorGhostInfo: string;
939
+ textColorGhostHoverInfo: string;
940
+ textColorGhostPressedInfo: string;
941
+ textColorGhostFocusInfo: string;
942
+ textColorGhostDisabledInfo: string;
943
+ borderInfo: string;
944
+ borderHoverInfo: string;
945
+ borderPressedInfo: string;
946
+ borderFocusInfo: string;
947
+ borderDisabledInfo: string;
948
+ rippleColorInfo: string;
949
+ colorSuccess: string;
950
+ colorHoverSuccess: string;
951
+ colorPressedSuccess: string;
952
+ colorFocusSuccess: string;
953
+ colorDisabledSuccess: string;
954
+ textColorSuccess: string;
955
+ textColorHoverSuccess: string;
956
+ textColorPressedSuccess: string;
957
+ textColorFocusSuccess: string;
958
+ textColorDisabledSuccess: string;
959
+ textColorTextSuccess: string;
960
+ textColorTextHoverSuccess: string;
961
+ textColorTextPressedSuccess: string;
962
+ textColorTextFocusSuccess: string;
963
+ textColorTextDisabledSuccess: string;
964
+ textColorGhostSuccess: string;
965
+ textColorGhostHoverSuccess: string;
966
+ textColorGhostPressedSuccess: string;
967
+ textColorGhostFocusSuccess: string;
968
+ textColorGhostDisabledSuccess: string;
969
+ borderSuccess: string;
970
+ borderHoverSuccess: string;
971
+ borderPressedSuccess: string;
972
+ borderFocusSuccess: string;
973
+ borderDisabledSuccess: string;
974
+ rippleColorSuccess: string;
975
+ colorWarning: string;
976
+ colorHoverWarning: string;
977
+ colorPressedWarning: string;
978
+ colorFocusWarning: string;
979
+ colorDisabledWarning: string;
980
+ textColorWarning: string;
981
+ textColorHoverWarning: string;
982
+ textColorPressedWarning: string;
983
+ textColorFocusWarning: string;
984
+ textColorDisabledWarning: string;
985
+ textColorTextWarning: string;
986
+ textColorTextHoverWarning: string;
987
+ textColorTextPressedWarning: string;
988
+ textColorTextFocusWarning: string;
989
+ textColorTextDisabledWarning: string;
990
+ textColorGhostWarning: string;
991
+ textColorGhostHoverWarning: string;
992
+ textColorGhostPressedWarning: string;
993
+ textColorGhostFocusWarning: string;
994
+ textColorGhostDisabledWarning: string;
995
+ borderWarning: string;
996
+ borderHoverWarning: string;
997
+ borderPressedWarning: string;
998
+ borderFocusWarning: string;
999
+ borderDisabledWarning: string;
1000
+ rippleColorWarning: string;
1001
+ colorError: string;
1002
+ colorHoverError: string;
1003
+ colorPressedError: string;
1004
+ colorFocusError: string;
1005
+ colorDisabledError: string;
1006
+ textColorError: string;
1007
+ textColorHoverError: string;
1008
+ textColorPressedError: string;
1009
+ textColorFocusError: string;
1010
+ textColorDisabledError: string;
1011
+ textColorTextError: string;
1012
+ textColorTextHoverError: string;
1013
+ textColorTextPressedError: string;
1014
+ textColorTextFocusError: string;
1015
+ textColorTextDisabledError: string;
1016
+ textColorGhostError: string;
1017
+ textColorGhostHoverError: string;
1018
+ textColorGhostPressedError: string;
1019
+ textColorGhostFocusError: string;
1020
+ textColorGhostDisabledError: string;
1021
+ borderError: string;
1022
+ borderHoverError: string;
1023
+ borderPressedError: string;
1024
+ borderFocusError: string;
1025
+ borderDisabledError: string;
1026
+ rippleColorError: string;
1027
+ waveOpacity: string;
1028
+ fontWeight: string;
1029
+ fontWeightStrong: string;
1030
+ paddingTiny: string;
1031
+ paddingSmall: string;
1032
+ paddingMedium: string;
1033
+ paddingLarge: string;
1034
+ paddingRoundTiny: string;
1035
+ paddingRoundSmall: string;
1036
+ paddingRoundMedium: string;
1037
+ paddingRoundLarge: string;
1038
+ iconMarginTiny: string;
1039
+ iconMarginSmall: string;
1040
+ iconMarginMedium: string;
1041
+ iconMarginLarge: string;
1042
+ iconSizeTiny: string;
1043
+ iconSizeSmall: string;
1044
+ iconSizeMedium: string;
1045
+ iconSizeLarge: string;
1046
+ rippleDuration: string;
1047
+ }, any>;
1048
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1049
+ countTextColor: string;
1050
+ heightTiny: string;
1051
+ heightSmall: string;
1052
+ heightMedium: string;
1053
+ heightLarge: string;
1054
+ fontSizeTiny: string;
1055
+ fontSizeSmall: string;
1056
+ fontSizeMedium: string;
1057
+ fontSizeLarge: string;
1058
+ lineHeight: string;
1059
+ lineHeightTextarea: string;
1060
+ borderRadius: string;
1061
+ iconSize: string;
1062
+ groupLabelColor: string;
1063
+ groupLabelTextColor: string;
1064
+ textColor: string;
1065
+ textColorDisabled: string;
1066
+ textDecorationColor: string;
1067
+ caretColor: string;
1068
+ placeholderColor: string;
1069
+ placeholderColorDisabled: string;
1070
+ color: string;
1071
+ colorDisabled: string;
1072
+ colorFocus: string;
1073
+ groupLabelBorder: string;
1074
+ border: string;
1075
+ borderHover: string;
1076
+ borderDisabled: string;
1077
+ borderFocus: string;
1078
+ boxShadowFocus: string;
1079
+ loadingColor: string;
1080
+ loadingColorWarning: string;
1081
+ borderWarning: string;
1082
+ borderHoverWarning: string;
1083
+ colorFocusWarning: string;
1084
+ borderFocusWarning: string;
1085
+ boxShadowFocusWarning: string;
1086
+ caretColorWarning: string;
1087
+ loadingColorError: string;
1088
+ borderError: string;
1089
+ borderHoverError: string;
1090
+ colorFocusError: string;
1091
+ borderFocusError: string;
1092
+ boxShadowFocusError: string;
1093
+ caretColorError: string;
1094
+ clearColor: string;
1095
+ clearColorHover: string;
1096
+ clearColorPressed: string;
1097
+ iconColor: string;
1098
+ iconColorDisabled: string;
1099
+ iconColorHover: string;
1100
+ iconColorPressed: string;
1101
+ suffixTextColor: string;
1102
+ paddingTiny: string;
1103
+ paddingSmall: string;
1104
+ paddingMedium: string;
1105
+ paddingLarge: string;
1106
+ clearSize: string;
1107
+ }, any>;
1108
+ }>>>;
1109
+ }, {
1110
+ focus: () => void;
1111
+ blur: () => void;
1112
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1113
+ mergedBordered: import("vue").ComputedRef<boolean>;
1114
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1115
+ namespace: import("vue").ComputedRef<string | undefined>;
1116
+ uncontrolledValue: import("vue").Ref<number | null>;
1117
+ mergedValue: import("vue").ComputedRef<number | null>;
1118
+ isMounted: Readonly<import("vue").Ref<boolean>>;
1119
+ inputInstRef: import("vue").Ref<{
1120
+ wrapperElRef: HTMLElement | null;
1121
+ textareaElRef: HTMLTextAreaElement | null;
1122
+ inputElRef: HTMLInputElement | null;
1123
+ isCompositing: boolean;
1124
+ blur: () => void;
1125
+ focus: () => void;
1126
+ select: () => void;
1127
+ activate: () => void;
1128
+ deactivate: () => void;
1129
+ } | null>;
1130
+ panelInstRef: import("vue").Ref<{
1131
+ $el: HTMLElement;
1132
+ hourScrollRef?: {
1133
+ $el: HTMLElement;
1134
+ containerRef: HTMLElement | null;
1135
+ contentRef: HTMLElement | null;
1136
+ containerScrollTop: number;
1137
+ syncUnifiedContainer: () => void;
1138
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1139
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1140
+ sync: () => void;
1141
+ handleMouseEnterWrapper: () => void;
1142
+ handleMouseLeaveWrapper: () => void;
1143
+ } | undefined;
1144
+ minuteScrollRef?: {
1145
+ $el: HTMLElement;
1146
+ containerRef: HTMLElement | null;
1147
+ contentRef: HTMLElement | null;
1148
+ containerScrollTop: number;
1149
+ syncUnifiedContainer: () => void;
1150
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1151
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1152
+ sync: () => void;
1153
+ handleMouseEnterWrapper: () => void;
1154
+ handleMouseLeaveWrapper: () => void;
1155
+ } | undefined;
1156
+ secondScrollRef?: {
1157
+ $el: HTMLElement;
1158
+ containerRef: HTMLElement | null;
1159
+ contentRef: HTMLElement | null;
1160
+ containerScrollTop: number;
1161
+ syncUnifiedContainer: () => void;
1162
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1163
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1164
+ sync: () => void;
1165
+ handleMouseEnterWrapper: () => void;
1166
+ handleMouseLeaveWrapper: () => void;
1167
+ } | undefined;
1168
+ amPmScrollRef?: {
1169
+ $el: HTMLElement;
1170
+ containerRef: HTMLElement | null;
1171
+ contentRef: HTMLElement | null;
1172
+ containerScrollTop: number;
1173
+ syncUnifiedContainer: () => void;
1174
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1175
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1176
+ sync: () => void;
1177
+ handleMouseEnterWrapper: () => void;
1178
+ handleMouseLeaveWrapper: () => void;
1179
+ } | undefined;
1180
+ } | null>;
1181
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
1182
+ mergedShow: import("vue").ComputedRef<boolean>;
1183
+ localizedNow: import("vue").ComputedRef<string>;
1184
+ localizedPlaceholder: import("vue").ComputedRef<string>;
1185
+ localizedNegativeText: import("vue").ComputedRef<string>;
1186
+ localizedPositiveText: import("vue").ComputedRef<string>;
1187
+ hourInFormat: import("vue").ComputedRef<boolean>;
1188
+ minuteInFormat: import("vue").ComputedRef<boolean>;
1189
+ secondInFormat: import("vue").ComputedRef<boolean>;
1190
+ mergedAttrSize: import("vue").ComputedRef<number>;
1191
+ displayTimeString: import("vue").Ref<string>;
1192
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
1193
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1194
+ isValueInvalid: import("vue").ComputedRef<boolean>;
1195
+ isHourInvalid: import("vue").ComputedRef<boolean>;
1196
+ isMinuteInvalid: import("vue").ComputedRef<boolean>;
1197
+ isSecondInvalid: import("vue").ComputedRef<boolean>;
1198
+ transitionDisabled: import("vue").Ref<boolean>;
1199
+ hourValue: import("vue").ComputedRef<number | null>;
1200
+ minuteValue: import("vue").ComputedRef<number | null>;
1201
+ secondValue: import("vue").ComputedRef<number | null>;
1202
+ amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
1203
+ handleInputKeydown: (e: KeyboardEvent) => void;
1204
+ handleTimeInputFocus: (e: FocusEvent) => void;
1205
+ handleTimeInputBlur: (e: FocusEvent) => void;
1206
+ handleNowClick: () => void;
1207
+ handleConfirmClick: () => void;
1208
+ handleTimeInputUpdateValue: (v: string) => void;
1209
+ handleMenuFocusOut: (e: FocusEvent) => void;
1210
+ handleCancelClick: () => void;
1211
+ handleClickOutside: (e: MouseEvent) => void;
1212
+ handleTimeInputActivate: () => void;
1213
+ handleTimeInputDeactivate: () => void;
1214
+ handleHourClick: (hour: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1215
+ handleMinuteClick: (minute: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1216
+ handleSecondClick: (second: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1217
+ handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
1218
+ handleTimeInputClear: (e: MouseEvent) => void;
1219
+ handleFocusDetectorFocus: () => void;
1220
+ handleMenuKeydown: (e: KeyboardEvent) => void;
1221
+ handleTriggerClick: (e: MouseEvent) => void;
1222
+ mergedTheme: import("vue").ComputedRef<{
1223
+ common: {
1224
+ baseColor: string;
1225
+ primaryColor: string;
1226
+ primaryColorHover: string;
1227
+ primaryColorPressed: string;
1228
+ primaryColorSuppl: string;
1229
+ infoColor: string;
1230
+ infoColorHover: string;
1231
+ infoColorPressed: string;
1232
+ infoColorSuppl: string;
1233
+ successColor: string;
1234
+ successColorHover: string;
1235
+ successColorPressed: string;
1236
+ successColorSuppl: string;
1237
+ warningColor: string;
1238
+ warningColorHover: string;
1239
+ warningColorPressed: string;
1240
+ warningColorSuppl: string;
1241
+ errorColor: string;
1242
+ errorColorHover: string;
1243
+ errorColorPressed: string;
1244
+ errorColorSuppl: string;
1245
+ textColorBase: string;
1246
+ textColor1: string;
1247
+ textColor2: string;
1248
+ textColor3: string;
1249
+ textColorDisabled: string;
1250
+ placeholderColor: string;
1251
+ placeholderColorDisabled: string;
1252
+ iconColor: string;
1253
+ iconColorHover: string;
1254
+ iconColorPressed: string;
1255
+ iconColorDisabled: string;
1256
+ opacity1: string;
1257
+ opacity2: string;
1258
+ opacity3: string;
1259
+ opacity4: string;
1260
+ opacity5: string;
1261
+ dividerColor: string;
1262
+ borderColor: string;
1263
+ closeIconColor: string;
1264
+ closeIconColorHover: string;
1265
+ closeIconColorPressed: string;
1266
+ closeColorHover: string;
1267
+ closeColorPressed: string;
1268
+ clearColor: string;
1269
+ clearColorHover: string;
1270
+ clearColorPressed: string;
1271
+ scrollbarColor: string;
1272
+ scrollbarColorHover: string;
1273
+ scrollbarWidth: string;
1274
+ scrollbarHeight: string;
1275
+ scrollbarBorderRadius: string;
1276
+ progressRailColor: string;
1277
+ railColor: string;
1278
+ popoverColor: string;
1279
+ tableColor: string;
1280
+ cardColor: string;
1281
+ modalColor: string;
1282
+ bodyColor: string;
1283
+ tagColor: string;
1284
+ avatarColor: string;
1285
+ invertedColor: string;
1286
+ inputColor: string;
1287
+ codeColor: string;
1288
+ tabColor: string;
1289
+ actionColor: string;
1290
+ tableHeaderColor: string;
1291
+ hoverColor: string;
1292
+ tableColorHover: string;
1293
+ tableColorStriped: string;
1294
+ pressedColor: string;
1295
+ opacityDisabled: string;
1296
+ inputColorDisabled: string;
1297
+ buttonColor2: string;
1298
+ buttonColor2Hover: string;
1299
+ buttonColor2Pressed: string;
1300
+ boxShadow1: string;
1301
+ boxShadow2: string;
1302
+ boxShadow3: string;
1303
+ fontFamily: string;
1304
+ fontFamilyMono: string;
1305
+ fontWeight: string;
1306
+ fontWeightStrong: string;
1307
+ cubicBezierEaseInOut: string;
1308
+ cubicBezierEaseOut: string;
1309
+ cubicBezierEaseIn: string;
1310
+ borderRadius: string;
1311
+ borderRadiusSmall: string;
1312
+ fontSize: string;
1313
+ fontSizeMini: string;
1314
+ fontSizeTiny: string;
1315
+ fontSizeSmall: string;
1316
+ fontSizeMedium: string;
1317
+ fontSizeLarge: string;
1318
+ fontSizeHuge: string;
1319
+ lineHeight: string;
1320
+ heightMini: string;
1321
+ heightTiny: string;
1322
+ heightSmall: string;
1323
+ heightMedium: string;
1324
+ heightLarge: string;
1325
+ heightHuge: string;
1326
+ name: "common";
1327
+ };
1328
+ self: {
1329
+ panelColor: string;
1330
+ panelBoxShadow: string;
1331
+ panelDividerColor: string;
1332
+ itemTextColor: string;
1333
+ itemTextColorActive: string;
1334
+ itemColorHover: string;
1335
+ itemOpacityDisabled: string;
1336
+ itemBorderRadius: string;
1337
+ borderRadius: string;
1338
+ iconColor: string;
1339
+ iconColorDisabled: string;
1340
+ itemFontSize: string;
1341
+ itemHeight: string;
1342
+ itemWidth: string;
1343
+ panelActionPadding: string;
1344
+ };
1345
+ peers: {
1346
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1347
+ color: string;
1348
+ colorHover: string;
1349
+ }, any>;
1350
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1351
+ heightTiny: string;
1352
+ heightSmall: string;
1353
+ heightMedium: string;
1354
+ heightLarge: string;
1355
+ borderRadiusTiny: string;
1356
+ borderRadiusSmall: string;
1357
+ borderRadiusMedium: string;
1358
+ borderRadiusLarge: string;
1359
+ fontSizeTiny: string;
1360
+ fontSizeSmall: string;
1361
+ fontSizeMedium: string;
1362
+ fontSizeLarge: string;
1363
+ opacityDisabled: string;
1364
+ colorOpacitySecondary: string;
1365
+ colorOpacitySecondaryHover: string;
1366
+ colorOpacitySecondaryPressed: string;
1367
+ colorSecondary: string;
1368
+ colorSecondaryHover: string;
1369
+ colorSecondaryPressed: string;
1370
+ colorTertiary: string;
1371
+ colorTertiaryHover: string;
1372
+ colorTertiaryPressed: string;
1373
+ colorQuaternary: string;
1374
+ colorQuaternaryHover: string;
1375
+ colorQuaternaryPressed: string;
1376
+ color: string;
1377
+ colorHover: string;
1378
+ colorPressed: string;
1379
+ colorFocus: string;
1380
+ colorDisabled: string;
1381
+ textColor: string;
1382
+ textColorTertiary: string;
1383
+ textColorHover: string;
1384
+ textColorPressed: string;
1385
+ textColorFocus: string;
1386
+ textColorDisabled: string;
1387
+ textColorText: string;
1388
+ textColorTextHover: string;
1389
+ textColorTextPressed: string;
1390
+ textColorTextFocus: string;
1391
+ textColorTextDisabled: string;
1392
+ textColorGhost: string;
1393
+ textColorGhostHover: string;
1394
+ textColorGhostPressed: string;
1395
+ textColorGhostFocus: string;
1396
+ textColorGhostDisabled: string;
1397
+ border: string;
1398
+ borderHover: string;
1399
+ borderPressed: string;
1400
+ borderFocus: string;
1401
+ borderDisabled: string;
1402
+ rippleColor: string;
1403
+ colorPrimary: string;
1404
+ colorHoverPrimary: string;
1405
+ colorPressedPrimary: string;
1406
+ colorFocusPrimary: string;
1407
+ colorDisabledPrimary: string;
1408
+ textColorPrimary: string;
1409
+ textColorHoverPrimary: string;
1410
+ textColorPressedPrimary: string;
1411
+ textColorFocusPrimary: string;
1412
+ textColorDisabledPrimary: string;
1413
+ textColorTextPrimary: string;
1414
+ textColorTextHoverPrimary: string;
1415
+ textColorTextPressedPrimary: string;
1416
+ textColorTextFocusPrimary: string;
1417
+ textColorTextDisabledPrimary: string;
1418
+ textColorGhostPrimary: string;
1419
+ textColorGhostHoverPrimary: string;
1420
+ textColorGhostPressedPrimary: string;
1421
+ textColorGhostFocusPrimary: string;
1422
+ textColorGhostDisabledPrimary: string;
1423
+ borderPrimary: string;
1424
+ borderHoverPrimary: string;
1425
+ borderPressedPrimary: string;
1426
+ borderFocusPrimary: string;
1427
+ borderDisabledPrimary: string;
1428
+ rippleColorPrimary: string;
1429
+ colorInfo: string;
1430
+ colorHoverInfo: string;
1431
+ colorPressedInfo: string;
1432
+ colorFocusInfo: string;
1433
+ colorDisabledInfo: string;
1434
+ textColorInfo: string;
1435
+ textColorHoverInfo: string;
1436
+ textColorPressedInfo: string;
1437
+ textColorFocusInfo: string;
1438
+ textColorDisabledInfo: string;
1439
+ textColorTextInfo: string;
1440
+ textColorTextHoverInfo: string;
1441
+ textColorTextPressedInfo: string;
1442
+ textColorTextFocusInfo: string;
1443
+ textColorTextDisabledInfo: string;
1444
+ textColorGhostInfo: string;
1445
+ textColorGhostHoverInfo: string;
1446
+ textColorGhostPressedInfo: string;
1447
+ textColorGhostFocusInfo: string;
1448
+ textColorGhostDisabledInfo: string;
1449
+ borderInfo: string;
1450
+ borderHoverInfo: string;
1451
+ borderPressedInfo: string;
1452
+ borderFocusInfo: string;
1453
+ borderDisabledInfo: string;
1454
+ rippleColorInfo: string;
1455
+ colorSuccess: string;
1456
+ colorHoverSuccess: string;
1457
+ colorPressedSuccess: string;
1458
+ colorFocusSuccess: string;
1459
+ colorDisabledSuccess: string;
1460
+ textColorSuccess: string;
1461
+ textColorHoverSuccess: string;
1462
+ textColorPressedSuccess: string;
1463
+ textColorFocusSuccess: string;
1464
+ textColorDisabledSuccess: string;
1465
+ textColorTextSuccess: string;
1466
+ textColorTextHoverSuccess: string;
1467
+ textColorTextPressedSuccess: string;
1468
+ textColorTextFocusSuccess: string;
1469
+ textColorTextDisabledSuccess: string;
1470
+ textColorGhostSuccess: string;
1471
+ textColorGhostHoverSuccess: string;
1472
+ textColorGhostPressedSuccess: string;
1473
+ textColorGhostFocusSuccess: string;
1474
+ textColorGhostDisabledSuccess: string;
1475
+ borderSuccess: string;
1476
+ borderHoverSuccess: string;
1477
+ borderPressedSuccess: string;
1478
+ borderFocusSuccess: string;
1479
+ borderDisabledSuccess: string;
1480
+ rippleColorSuccess: string;
1481
+ colorWarning: string;
1482
+ colorHoverWarning: string;
1483
+ colorPressedWarning: string;
1484
+ colorFocusWarning: string;
1485
+ colorDisabledWarning: string;
1486
+ textColorWarning: string;
1487
+ textColorHoverWarning: string;
1488
+ textColorPressedWarning: string;
1489
+ textColorFocusWarning: string;
1490
+ textColorDisabledWarning: string;
1491
+ textColorTextWarning: string;
1492
+ textColorTextHoverWarning: string;
1493
+ textColorTextPressedWarning: string;
1494
+ textColorTextFocusWarning: string;
1495
+ textColorTextDisabledWarning: string;
1496
+ textColorGhostWarning: string;
1497
+ textColorGhostHoverWarning: string;
1498
+ textColorGhostPressedWarning: string;
1499
+ textColorGhostFocusWarning: string;
1500
+ textColorGhostDisabledWarning: string;
1501
+ borderWarning: string;
1502
+ borderHoverWarning: string;
1503
+ borderPressedWarning: string;
1504
+ borderFocusWarning: string;
1505
+ borderDisabledWarning: string;
1506
+ rippleColorWarning: string;
1507
+ colorError: string;
1508
+ colorHoverError: string;
1509
+ colorPressedError: string;
1510
+ colorFocusError: string;
1511
+ colorDisabledError: string;
1512
+ textColorError: string;
1513
+ textColorHoverError: string;
1514
+ textColorPressedError: string;
1515
+ textColorFocusError: string;
1516
+ textColorDisabledError: string;
1517
+ textColorTextError: string;
1518
+ textColorTextHoverError: string;
1519
+ textColorTextPressedError: string;
1520
+ textColorTextFocusError: string;
1521
+ textColorTextDisabledError: string;
1522
+ textColorGhostError: string;
1523
+ textColorGhostHoverError: string;
1524
+ textColorGhostPressedError: string;
1525
+ textColorGhostFocusError: string;
1526
+ textColorGhostDisabledError: string;
1527
+ borderError: string;
1528
+ borderHoverError: string;
1529
+ borderPressedError: string;
1530
+ borderFocusError: string;
1531
+ borderDisabledError: string;
1532
+ rippleColorError: string;
1533
+ waveOpacity: string;
1534
+ fontWeight: string;
1535
+ fontWeightStrong: string;
1536
+ paddingTiny: string;
1537
+ paddingSmall: string;
1538
+ paddingMedium: string;
1539
+ paddingLarge: string;
1540
+ paddingRoundTiny: string;
1541
+ paddingRoundSmall: string;
1542
+ paddingRoundMedium: string;
1543
+ paddingRoundLarge: string;
1544
+ iconMarginTiny: string;
1545
+ iconMarginSmall: string;
1546
+ iconMarginMedium: string;
1547
+ iconMarginLarge: string;
1548
+ iconSizeTiny: string;
1549
+ iconSizeSmall: string;
1550
+ iconSizeMedium: string;
1551
+ iconSizeLarge: string;
1552
+ rippleDuration: string;
1553
+ }, any>;
1554
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1555
+ countTextColor: string;
1556
+ heightTiny: string;
1557
+ heightSmall: string;
1558
+ heightMedium: string;
1559
+ heightLarge: string;
1560
+ fontSizeTiny: string;
1561
+ fontSizeSmall: string;
1562
+ fontSizeMedium: string;
1563
+ fontSizeLarge: string;
1564
+ lineHeight: string;
1565
+ lineHeightTextarea: string;
1566
+ borderRadius: string;
1567
+ iconSize: string;
1568
+ groupLabelColor: string;
1569
+ groupLabelTextColor: string;
1570
+ textColor: string;
1571
+ textColorDisabled: string;
1572
+ textDecorationColor: string;
1573
+ caretColor: string;
1574
+ placeholderColor: string;
1575
+ placeholderColorDisabled: string;
1576
+ color: string;
1577
+ colorDisabled: string;
1578
+ colorFocus: string;
1579
+ groupLabelBorder: string;
1580
+ border: string;
1581
+ borderHover: string;
1582
+ borderDisabled: string;
1583
+ borderFocus: string;
1584
+ boxShadowFocus: string;
1585
+ loadingColor: string;
1586
+ loadingColorWarning: string;
1587
+ borderWarning: string;
1588
+ borderHoverWarning: string;
1589
+ colorFocusWarning: string;
1590
+ borderFocusWarning: string;
1591
+ boxShadowFocusWarning: string;
1592
+ caretColorWarning: string;
1593
+ loadingColorError: string;
1594
+ borderError: string;
1595
+ borderHoverError: string;
1596
+ colorFocusError: string;
1597
+ borderFocusError: string;
1598
+ boxShadowFocusError: string;
1599
+ caretColorError: string;
1600
+ clearColor: string;
1601
+ clearColorHover: string;
1602
+ clearColorPressed: string;
1603
+ iconColor: string;
1604
+ iconColorDisabled: string;
1605
+ iconColorHover: string;
1606
+ iconColorPressed: string;
1607
+ suffixTextColor: string;
1608
+ paddingTiny: string;
1609
+ paddingSmall: string;
1610
+ paddingMedium: string;
1611
+ paddingLarge: string;
1612
+ clearSize: string;
1613
+ }, any>;
1614
+ };
1615
+ peerOverrides: {
1616
+ Scrollbar?: {
1617
+ peers?: {
1618
+ [x: string]: any;
1619
+ } | undefined;
1620
+ } | undefined;
1621
+ Button?: {
1622
+ peers?: {
1623
+ [x: string]: any;
1624
+ } | undefined;
1625
+ } | undefined;
1626
+ Input?: {
1627
+ peers?: {
1628
+ [x: string]: any;
1629
+ } | undefined;
1630
+ } | undefined;
1631
+ };
1632
+ }>;
1633
+ triggerCssVars: import("vue").ComputedRef<{
1634
+ '--n-icon-color': string;
1635
+ '--n-icon-color-disabled': string;
1636
+ '--n-bezier': string;
1637
+ }> | undefined;
1638
+ triggerThemeClass: import("vue").Ref<string> | undefined;
1639
+ triggerOnRender: (() => void) | undefined;
1640
+ cssVars: import("vue").ComputedRef<{
1641
+ '--n-bezier': string;
1642
+ '--n-border-radius': string;
1643
+ '--n-item-color-hover': string;
1644
+ '--n-item-font-size': string;
1645
+ '--n-item-height': string;
1646
+ '--n-item-opacity-disabled': string;
1647
+ '--n-item-text-color': string;
1648
+ '--n-item-text-color-active': string;
1649
+ '--n-item-width': string;
1650
+ '--n-panel-action-padding': string;
1651
+ '--n-panel-box-shadow': string;
1652
+ '--n-panel-color': string;
1653
+ '--n-panel-divider-color': string;
1654
+ '--n-item-border-radius': string;
1655
+ }> | undefined;
1656
+ themeClass: import("vue").Ref<string> | undefined;
1657
+ onRender: (() => void) | undefined;
1658
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1659
+ to: {
1660
+ type: PropType<string | boolean | HTMLElement>;
1661
+ default: undefined;
1662
+ };
1663
+ bordered: {
1664
+ type: PropType<boolean | undefined>;
1665
+ default: undefined;
1666
+ };
1667
+ actions: PropType<("confirm" | "now")[] | null>;
1668
+ defaultValue: {
1669
+ type: PropType<number | null>;
1670
+ default: null;
1671
+ };
1672
+ defaultFormattedValue: StringConstructor;
1673
+ placeholder: StringConstructor;
1674
+ placement: {
1675
+ type: PropType<import("naive-ui").PopoverPlacement>;
1676
+ default: string;
1677
+ };
1678
+ value: PropType<number | null>;
1679
+ format: {
1680
+ type: StringConstructor;
1681
+ default: string;
1682
+ };
1683
+ valueFormat: StringConstructor;
1684
+ formattedValue: PropType<string | null>;
1685
+ isHourDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsHourDisabled>;
1686
+ size: PropType<import("naive-ui/es/time-picker/src/interface").Size>;
1687
+ isMinuteDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsMinuteDisabled>;
1688
+ isSecondDisabled: PropType<import("naive-ui/es/time-picker/src/interface").IsSecondDisabled>;
1689
+ inputReadonly: BooleanConstructor;
1690
+ clearable: BooleanConstructor;
1691
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1692
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
1693
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue>>;
1694
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1695
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1696
+ onUpdateFormattedValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
1697
+ 'onUpdate:formattedValue': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateFormattedValue>>;
1698
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1699
+ onConfirm: PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
1700
+ onClear: PropType<() => void>;
1701
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1702
+ timeZone: StringConstructor;
1703
+ showIcon: {
1704
+ type: BooleanConstructor;
1705
+ default: boolean;
1706
+ };
1707
+ disabled: {
1708
+ type: PropType<boolean | undefined>;
1709
+ default: undefined;
1710
+ };
1711
+ show: {
1712
+ type: PropType<boolean | undefined>;
1713
+ default: undefined;
1714
+ };
1715
+ hours: {
1716
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
1717
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
1718
+ };
1719
+ minutes: {
1720
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
1721
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
1722
+ };
1723
+ seconds: {
1724
+ type: PropType<import("naive-ui/es/_utils").MaybeArray<number>>;
1725
+ validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
1726
+ };
1727
+ use12Hours: BooleanConstructor;
1728
+ stateful: {
1729
+ type: BooleanConstructor;
1730
+ default: boolean;
1731
+ };
1732
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
1733
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
1734
+ panelColor: string;
1735
+ panelBoxShadow: string;
1736
+ panelDividerColor: string;
1737
+ itemTextColor: string;
1738
+ itemTextColorActive: string;
1739
+ itemColorHover: string;
1740
+ itemOpacityDisabled: string;
1741
+ itemBorderRadius: string;
1742
+ borderRadius: string;
1743
+ iconColor: string;
1744
+ iconColorDisabled: string;
1745
+ itemFontSize: string;
1746
+ itemHeight: string;
1747
+ itemWidth: string;
1748
+ panelActionPadding: string;
1749
+ }, {
1750
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1751
+ color: string;
1752
+ colorHover: string;
1753
+ }, any>;
1754
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1755
+ heightTiny: string;
1756
+ heightSmall: string;
1757
+ heightMedium: string;
1758
+ heightLarge: string;
1759
+ borderRadiusTiny: string;
1760
+ borderRadiusSmall: string;
1761
+ borderRadiusMedium: string;
1762
+ borderRadiusLarge: string;
1763
+ fontSizeTiny: string;
1764
+ fontSizeSmall: string;
1765
+ fontSizeMedium: string;
1766
+ fontSizeLarge: string;
1767
+ opacityDisabled: string;
1768
+ colorOpacitySecondary: string;
1769
+ colorOpacitySecondaryHover: string;
1770
+ colorOpacitySecondaryPressed: string;
1771
+ colorSecondary: string;
1772
+ colorSecondaryHover: string;
1773
+ colorSecondaryPressed: string;
1774
+ colorTertiary: string;
1775
+ colorTertiaryHover: string;
1776
+ colorTertiaryPressed: string;
1777
+ colorQuaternary: string;
1778
+ colorQuaternaryHover: string;
1779
+ colorQuaternaryPressed: string;
1780
+ color: string;
1781
+ colorHover: string;
1782
+ colorPressed: string;
1783
+ colorFocus: string;
1784
+ colorDisabled: string;
1785
+ textColor: string;
1786
+ textColorTertiary: string;
1787
+ textColorHover: string;
1788
+ textColorPressed: string;
1789
+ textColorFocus: string;
1790
+ textColorDisabled: string;
1791
+ textColorText: string;
1792
+ textColorTextHover: string;
1793
+ textColorTextPressed: string;
1794
+ textColorTextFocus: string;
1795
+ textColorTextDisabled: string;
1796
+ textColorGhost: string;
1797
+ textColorGhostHover: string;
1798
+ textColorGhostPressed: string;
1799
+ textColorGhostFocus: string;
1800
+ textColorGhostDisabled: string;
1801
+ border: string;
1802
+ borderHover: string;
1803
+ borderPressed: string;
1804
+ borderFocus: string;
1805
+ borderDisabled: string;
1806
+ rippleColor: string;
1807
+ colorPrimary: string;
1808
+ colorHoverPrimary: string;
1809
+ colorPressedPrimary: string;
1810
+ colorFocusPrimary: string;
1811
+ colorDisabledPrimary: string;
1812
+ textColorPrimary: string;
1813
+ textColorHoverPrimary: string;
1814
+ textColorPressedPrimary: string;
1815
+ textColorFocusPrimary: string;
1816
+ textColorDisabledPrimary: string;
1817
+ textColorTextPrimary: string;
1818
+ textColorTextHoverPrimary: string;
1819
+ textColorTextPressedPrimary: string;
1820
+ textColorTextFocusPrimary: string;
1821
+ textColorTextDisabledPrimary: string;
1822
+ textColorGhostPrimary: string;
1823
+ textColorGhostHoverPrimary: string;
1824
+ textColorGhostPressedPrimary: string;
1825
+ textColorGhostFocusPrimary: string;
1826
+ textColorGhostDisabledPrimary: string;
1827
+ borderPrimary: string;
1828
+ borderHoverPrimary: string;
1829
+ borderPressedPrimary: string;
1830
+ borderFocusPrimary: string;
1831
+ borderDisabledPrimary: string;
1832
+ rippleColorPrimary: string;
1833
+ colorInfo: string;
1834
+ colorHoverInfo: string;
1835
+ colorPressedInfo: string;
1836
+ colorFocusInfo: string;
1837
+ colorDisabledInfo: string;
1838
+ textColorInfo: string;
1839
+ textColorHoverInfo: string;
1840
+ textColorPressedInfo: string;
1841
+ textColorFocusInfo: string;
1842
+ textColorDisabledInfo: string;
1843
+ textColorTextInfo: string;
1844
+ textColorTextHoverInfo: string;
1845
+ textColorTextPressedInfo: string;
1846
+ textColorTextFocusInfo: string;
1847
+ textColorTextDisabledInfo: string;
1848
+ textColorGhostInfo: string;
1849
+ textColorGhostHoverInfo: string;
1850
+ textColorGhostPressedInfo: string;
1851
+ textColorGhostFocusInfo: string;
1852
+ textColorGhostDisabledInfo: string;
1853
+ borderInfo: string;
1854
+ borderHoverInfo: string;
1855
+ borderPressedInfo: string;
1856
+ borderFocusInfo: string;
1857
+ borderDisabledInfo: string;
1858
+ rippleColorInfo: string;
1859
+ colorSuccess: string;
1860
+ colorHoverSuccess: string;
1861
+ colorPressedSuccess: string;
1862
+ colorFocusSuccess: string;
1863
+ colorDisabledSuccess: string;
1864
+ textColorSuccess: string;
1865
+ textColorHoverSuccess: string;
1866
+ textColorPressedSuccess: string;
1867
+ textColorFocusSuccess: string;
1868
+ textColorDisabledSuccess: string;
1869
+ textColorTextSuccess: string;
1870
+ textColorTextHoverSuccess: string;
1871
+ textColorTextPressedSuccess: string;
1872
+ textColorTextFocusSuccess: string;
1873
+ textColorTextDisabledSuccess: string;
1874
+ textColorGhostSuccess: string;
1875
+ textColorGhostHoverSuccess: string;
1876
+ textColorGhostPressedSuccess: string;
1877
+ textColorGhostFocusSuccess: string;
1878
+ textColorGhostDisabledSuccess: string;
1879
+ borderSuccess: string;
1880
+ borderHoverSuccess: string;
1881
+ borderPressedSuccess: string;
1882
+ borderFocusSuccess: string;
1883
+ borderDisabledSuccess: string;
1884
+ rippleColorSuccess: string;
1885
+ colorWarning: string;
1886
+ colorHoverWarning: string;
1887
+ colorPressedWarning: string;
1888
+ colorFocusWarning: string;
1889
+ colorDisabledWarning: string;
1890
+ textColorWarning: string;
1891
+ textColorHoverWarning: string;
1892
+ textColorPressedWarning: string;
1893
+ textColorFocusWarning: string;
1894
+ textColorDisabledWarning: string;
1895
+ textColorTextWarning: string;
1896
+ textColorTextHoverWarning: string;
1897
+ textColorTextPressedWarning: string;
1898
+ textColorTextFocusWarning: string;
1899
+ textColorTextDisabledWarning: string;
1900
+ textColorGhostWarning: string;
1901
+ textColorGhostHoverWarning: string;
1902
+ textColorGhostPressedWarning: string;
1903
+ textColorGhostFocusWarning: string;
1904
+ textColorGhostDisabledWarning: string;
1905
+ borderWarning: string;
1906
+ borderHoverWarning: string;
1907
+ borderPressedWarning: string;
1908
+ borderFocusWarning: string;
1909
+ borderDisabledWarning: string;
1910
+ rippleColorWarning: string;
1911
+ colorError: string;
1912
+ colorHoverError: string;
1913
+ colorPressedError: string;
1914
+ colorFocusError: string;
1915
+ colorDisabledError: string;
1916
+ textColorError: string;
1917
+ textColorHoverError: string;
1918
+ textColorPressedError: string;
1919
+ textColorFocusError: string;
1920
+ textColorDisabledError: string;
1921
+ textColorTextError: string;
1922
+ textColorTextHoverError: string;
1923
+ textColorTextPressedError: string;
1924
+ textColorTextFocusError: string;
1925
+ textColorTextDisabledError: string;
1926
+ textColorGhostError: string;
1927
+ textColorGhostHoverError: string;
1928
+ textColorGhostPressedError: string;
1929
+ textColorGhostFocusError: string;
1930
+ textColorGhostDisabledError: string;
1931
+ borderError: string;
1932
+ borderHoverError: string;
1933
+ borderPressedError: string;
1934
+ borderFocusError: string;
1935
+ borderDisabledError: string;
1936
+ rippleColorError: string;
1937
+ waveOpacity: string;
1938
+ fontWeight: string;
1939
+ fontWeightStrong: string;
1940
+ paddingTiny: string;
1941
+ paddingSmall: string;
1942
+ paddingMedium: string;
1943
+ paddingLarge: string;
1944
+ paddingRoundTiny: string;
1945
+ paddingRoundSmall: string;
1946
+ paddingRoundMedium: string;
1947
+ paddingRoundLarge: string;
1948
+ iconMarginTiny: string;
1949
+ iconMarginSmall: string;
1950
+ iconMarginMedium: string;
1951
+ iconMarginLarge: string;
1952
+ iconSizeTiny: string;
1953
+ iconSizeSmall: string;
1954
+ iconSizeMedium: string;
1955
+ iconSizeLarge: string;
1956
+ rippleDuration: string;
1957
+ }, any>;
1958
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1959
+ countTextColor: string;
1960
+ heightTiny: string;
1961
+ heightSmall: string;
1962
+ heightMedium: string;
1963
+ heightLarge: string;
1964
+ fontSizeTiny: string;
1965
+ fontSizeSmall: string;
1966
+ fontSizeMedium: string;
1967
+ fontSizeLarge: string;
1968
+ lineHeight: string;
1969
+ lineHeightTextarea: string;
1970
+ borderRadius: string;
1971
+ iconSize: string;
1972
+ groupLabelColor: string;
1973
+ groupLabelTextColor: string;
1974
+ textColor: string;
1975
+ textColorDisabled: string;
1976
+ textDecorationColor: string;
1977
+ caretColor: string;
1978
+ placeholderColor: string;
1979
+ placeholderColorDisabled: string;
1980
+ color: string;
1981
+ colorDisabled: string;
1982
+ colorFocus: string;
1983
+ groupLabelBorder: string;
1984
+ border: string;
1985
+ borderHover: string;
1986
+ borderDisabled: string;
1987
+ borderFocus: string;
1988
+ boxShadowFocus: string;
1989
+ loadingColor: string;
1990
+ loadingColorWarning: string;
1991
+ borderWarning: string;
1992
+ borderHoverWarning: string;
1993
+ colorFocusWarning: string;
1994
+ borderFocusWarning: string;
1995
+ boxShadowFocusWarning: string;
1996
+ caretColorWarning: string;
1997
+ loadingColorError: string;
1998
+ borderError: string;
1999
+ borderHoverError: string;
2000
+ colorFocusError: string;
2001
+ borderFocusError: string;
2002
+ boxShadowFocusError: string;
2003
+ caretColorError: string;
2004
+ clearColor: string;
2005
+ clearColorHover: string;
2006
+ clearColorPressed: string;
2007
+ iconColor: string;
2008
+ iconColorDisabled: string;
2009
+ iconColorHover: string;
2010
+ iconColorPressed: string;
2011
+ suffixTextColor: string;
2012
+ paddingTiny: string;
2013
+ paddingSmall: string;
2014
+ paddingMedium: string;
2015
+ paddingLarge: string;
2016
+ clearSize: string;
2017
+ }, any>;
2018
+ }>>;
2019
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
2020
+ panelColor: string;
2021
+ panelBoxShadow: string;
2022
+ panelDividerColor: string;
2023
+ itemTextColor: string;
2024
+ itemTextColorActive: string;
2025
+ itemColorHover: string;
2026
+ itemOpacityDisabled: string;
2027
+ itemBorderRadius: string;
2028
+ borderRadius: string;
2029
+ iconColor: string;
2030
+ iconColorDisabled: string;
2031
+ itemFontSize: string;
2032
+ itemHeight: string;
2033
+ itemWidth: string;
2034
+ panelActionPadding: string;
2035
+ }, {
2036
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2037
+ color: string;
2038
+ colorHover: string;
2039
+ }, any>;
2040
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2041
+ heightTiny: string;
2042
+ heightSmall: string;
2043
+ heightMedium: string;
2044
+ heightLarge: string;
2045
+ borderRadiusTiny: string;
2046
+ borderRadiusSmall: string;
2047
+ borderRadiusMedium: string;
2048
+ borderRadiusLarge: string;
2049
+ fontSizeTiny: string;
2050
+ fontSizeSmall: string;
2051
+ fontSizeMedium: string;
2052
+ fontSizeLarge: string;
2053
+ opacityDisabled: string;
2054
+ colorOpacitySecondary: string;
2055
+ colorOpacitySecondaryHover: string;
2056
+ colorOpacitySecondaryPressed: string;
2057
+ colorSecondary: string;
2058
+ colorSecondaryHover: string;
2059
+ colorSecondaryPressed: string;
2060
+ colorTertiary: string;
2061
+ colorTertiaryHover: string;
2062
+ colorTertiaryPressed: string;
2063
+ colorQuaternary: string;
2064
+ colorQuaternaryHover: string;
2065
+ colorQuaternaryPressed: string;
2066
+ color: string;
2067
+ colorHover: string;
2068
+ colorPressed: string;
2069
+ colorFocus: string;
2070
+ colorDisabled: string;
2071
+ textColor: string;
2072
+ textColorTertiary: string;
2073
+ textColorHover: string;
2074
+ textColorPressed: string;
2075
+ textColorFocus: string;
2076
+ textColorDisabled: string;
2077
+ textColorText: string;
2078
+ textColorTextHover: string;
2079
+ textColorTextPressed: string;
2080
+ textColorTextFocus: string;
2081
+ textColorTextDisabled: string;
2082
+ textColorGhost: string;
2083
+ textColorGhostHover: string;
2084
+ textColorGhostPressed: string;
2085
+ textColorGhostFocus: string;
2086
+ textColorGhostDisabled: string;
2087
+ border: string;
2088
+ borderHover: string;
2089
+ borderPressed: string;
2090
+ borderFocus: string;
2091
+ borderDisabled: string;
2092
+ rippleColor: string;
2093
+ colorPrimary: string;
2094
+ colorHoverPrimary: string;
2095
+ colorPressedPrimary: string;
2096
+ colorFocusPrimary: string;
2097
+ colorDisabledPrimary: string;
2098
+ textColorPrimary: string;
2099
+ textColorHoverPrimary: string;
2100
+ textColorPressedPrimary: string;
2101
+ textColorFocusPrimary: string;
2102
+ textColorDisabledPrimary: string;
2103
+ textColorTextPrimary: string;
2104
+ textColorTextHoverPrimary: string;
2105
+ textColorTextPressedPrimary: string;
2106
+ textColorTextFocusPrimary: string;
2107
+ textColorTextDisabledPrimary: string;
2108
+ textColorGhostPrimary: string;
2109
+ textColorGhostHoverPrimary: string;
2110
+ textColorGhostPressedPrimary: string;
2111
+ textColorGhostFocusPrimary: string;
2112
+ textColorGhostDisabledPrimary: string;
2113
+ borderPrimary: string;
2114
+ borderHoverPrimary: string;
2115
+ borderPressedPrimary: string;
2116
+ borderFocusPrimary: string;
2117
+ borderDisabledPrimary: string;
2118
+ rippleColorPrimary: string;
2119
+ colorInfo: string;
2120
+ colorHoverInfo: string;
2121
+ colorPressedInfo: string;
2122
+ colorFocusInfo: string;
2123
+ colorDisabledInfo: string;
2124
+ textColorInfo: string;
2125
+ textColorHoverInfo: string;
2126
+ textColorPressedInfo: string;
2127
+ textColorFocusInfo: string;
2128
+ textColorDisabledInfo: string;
2129
+ textColorTextInfo: string;
2130
+ textColorTextHoverInfo: string;
2131
+ textColorTextPressedInfo: string;
2132
+ textColorTextFocusInfo: string;
2133
+ textColorTextDisabledInfo: string;
2134
+ textColorGhostInfo: string;
2135
+ textColorGhostHoverInfo: string;
2136
+ textColorGhostPressedInfo: string;
2137
+ textColorGhostFocusInfo: string;
2138
+ textColorGhostDisabledInfo: string;
2139
+ borderInfo: string;
2140
+ borderHoverInfo: string;
2141
+ borderPressedInfo: string;
2142
+ borderFocusInfo: string;
2143
+ borderDisabledInfo: string;
2144
+ rippleColorInfo: string;
2145
+ colorSuccess: string;
2146
+ colorHoverSuccess: string;
2147
+ colorPressedSuccess: string;
2148
+ colorFocusSuccess: string;
2149
+ colorDisabledSuccess: string;
2150
+ textColorSuccess: string;
2151
+ textColorHoverSuccess: string;
2152
+ textColorPressedSuccess: string;
2153
+ textColorFocusSuccess: string;
2154
+ textColorDisabledSuccess: string;
2155
+ textColorTextSuccess: string;
2156
+ textColorTextHoverSuccess: string;
2157
+ textColorTextPressedSuccess: string;
2158
+ textColorTextFocusSuccess: string;
2159
+ textColorTextDisabledSuccess: string;
2160
+ textColorGhostSuccess: string;
2161
+ textColorGhostHoverSuccess: string;
2162
+ textColorGhostPressedSuccess: string;
2163
+ textColorGhostFocusSuccess: string;
2164
+ textColorGhostDisabledSuccess: string;
2165
+ borderSuccess: string;
2166
+ borderHoverSuccess: string;
2167
+ borderPressedSuccess: string;
2168
+ borderFocusSuccess: string;
2169
+ borderDisabledSuccess: string;
2170
+ rippleColorSuccess: string;
2171
+ colorWarning: string;
2172
+ colorHoverWarning: string;
2173
+ colorPressedWarning: string;
2174
+ colorFocusWarning: string;
2175
+ colorDisabledWarning: string;
2176
+ textColorWarning: string;
2177
+ textColorHoverWarning: string;
2178
+ textColorPressedWarning: string;
2179
+ textColorFocusWarning: string;
2180
+ textColorDisabledWarning: string;
2181
+ textColorTextWarning: string;
2182
+ textColorTextHoverWarning: string;
2183
+ textColorTextPressedWarning: string;
2184
+ textColorTextFocusWarning: string;
2185
+ textColorTextDisabledWarning: string;
2186
+ textColorGhostWarning: string;
2187
+ textColorGhostHoverWarning: string;
2188
+ textColorGhostPressedWarning: string;
2189
+ textColorGhostFocusWarning: string;
2190
+ textColorGhostDisabledWarning: string;
2191
+ borderWarning: string;
2192
+ borderHoverWarning: string;
2193
+ borderPressedWarning: string;
2194
+ borderFocusWarning: string;
2195
+ borderDisabledWarning: string;
2196
+ rippleColorWarning: string;
2197
+ colorError: string;
2198
+ colorHoverError: string;
2199
+ colorPressedError: string;
2200
+ colorFocusError: string;
2201
+ colorDisabledError: string;
2202
+ textColorError: string;
2203
+ textColorHoverError: string;
2204
+ textColorPressedError: string;
2205
+ textColorFocusError: string;
2206
+ textColorDisabledError: string;
2207
+ textColorTextError: string;
2208
+ textColorTextHoverError: string;
2209
+ textColorTextPressedError: string;
2210
+ textColorTextFocusError: string;
2211
+ textColorTextDisabledError: string;
2212
+ textColorGhostError: string;
2213
+ textColorGhostHoverError: string;
2214
+ textColorGhostPressedError: string;
2215
+ textColorGhostFocusError: string;
2216
+ textColorGhostDisabledError: string;
2217
+ borderError: string;
2218
+ borderHoverError: string;
2219
+ borderPressedError: string;
2220
+ borderFocusError: string;
2221
+ borderDisabledError: string;
2222
+ rippleColorError: string;
2223
+ waveOpacity: string;
2224
+ fontWeight: string;
2225
+ fontWeightStrong: string;
2226
+ paddingTiny: string;
2227
+ paddingSmall: string;
2228
+ paddingMedium: string;
2229
+ paddingLarge: string;
2230
+ paddingRoundTiny: string;
2231
+ paddingRoundSmall: string;
2232
+ paddingRoundMedium: string;
2233
+ paddingRoundLarge: string;
2234
+ iconMarginTiny: string;
2235
+ iconMarginSmall: string;
2236
+ iconMarginMedium: string;
2237
+ iconMarginLarge: string;
2238
+ iconSizeTiny: string;
2239
+ iconSizeSmall: string;
2240
+ iconSizeMedium: string;
2241
+ iconSizeLarge: string;
2242
+ rippleDuration: string;
2243
+ }, any>;
2244
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2245
+ countTextColor: string;
2246
+ heightTiny: string;
2247
+ heightSmall: string;
2248
+ heightMedium: string;
2249
+ heightLarge: string;
2250
+ fontSizeTiny: string;
2251
+ fontSizeSmall: string;
2252
+ fontSizeMedium: string;
2253
+ fontSizeLarge: string;
2254
+ lineHeight: string;
2255
+ lineHeightTextarea: string;
2256
+ borderRadius: string;
2257
+ iconSize: string;
2258
+ groupLabelColor: string;
2259
+ groupLabelTextColor: string;
2260
+ textColor: string;
2261
+ textColorDisabled: string;
2262
+ textDecorationColor: string;
2263
+ caretColor: string;
2264
+ placeholderColor: string;
2265
+ placeholderColorDisabled: string;
2266
+ color: string;
2267
+ colorDisabled: string;
2268
+ colorFocus: string;
2269
+ groupLabelBorder: string;
2270
+ border: string;
2271
+ borderHover: string;
2272
+ borderDisabled: string;
2273
+ borderFocus: string;
2274
+ boxShadowFocus: string;
2275
+ loadingColor: string;
2276
+ loadingColorWarning: string;
2277
+ borderWarning: string;
2278
+ borderHoverWarning: string;
2279
+ colorFocusWarning: string;
2280
+ borderFocusWarning: string;
2281
+ boxShadowFocusWarning: string;
2282
+ caretColorWarning: string;
2283
+ loadingColorError: string;
2284
+ borderError: string;
2285
+ borderHoverError: string;
2286
+ colorFocusError: string;
2287
+ borderFocusError: string;
2288
+ boxShadowFocusError: string;
2289
+ caretColorError: string;
2290
+ clearColor: string;
2291
+ clearColorHover: string;
2292
+ clearColorPressed: string;
2293
+ iconColor: string;
2294
+ iconColorDisabled: string;
2295
+ iconColorHover: string;
2296
+ iconColorPressed: string;
2297
+ suffixTextColor: string;
2298
+ paddingTiny: string;
2299
+ paddingSmall: string;
2300
+ paddingMedium: string;
2301
+ paddingLarge: string;
2302
+ clearSize: string;
2303
+ }, any>;
2304
+ }>>>;
2305
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TimePicker", {
2306
+ panelColor: string;
2307
+ panelBoxShadow: string;
2308
+ panelDividerColor: string;
2309
+ itemTextColor: string;
2310
+ itemTextColorActive: string;
2311
+ itemColorHover: string;
2312
+ itemOpacityDisabled: string;
2313
+ itemBorderRadius: string;
2314
+ borderRadius: string;
2315
+ iconColor: string;
2316
+ iconColorDisabled: string;
2317
+ itemFontSize: string;
2318
+ itemHeight: string;
2319
+ itemWidth: string;
2320
+ panelActionPadding: string;
2321
+ }, {
2322
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2323
+ color: string;
2324
+ colorHover: string;
2325
+ }, any>;
2326
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2327
+ heightTiny: string;
2328
+ heightSmall: string;
2329
+ heightMedium: string;
2330
+ heightLarge: string;
2331
+ borderRadiusTiny: string;
2332
+ borderRadiusSmall: string;
2333
+ borderRadiusMedium: string;
2334
+ borderRadiusLarge: string;
2335
+ fontSizeTiny: string;
2336
+ fontSizeSmall: string;
2337
+ fontSizeMedium: string;
2338
+ fontSizeLarge: string;
2339
+ opacityDisabled: string;
2340
+ colorOpacitySecondary: string;
2341
+ colorOpacitySecondaryHover: string;
2342
+ colorOpacitySecondaryPressed: string;
2343
+ colorSecondary: string;
2344
+ colorSecondaryHover: string;
2345
+ colorSecondaryPressed: string;
2346
+ colorTertiary: string;
2347
+ colorTertiaryHover: string;
2348
+ colorTertiaryPressed: string;
2349
+ colorQuaternary: string;
2350
+ colorQuaternaryHover: string;
2351
+ colorQuaternaryPressed: string;
2352
+ color: string;
2353
+ colorHover: string;
2354
+ colorPressed: string;
2355
+ colorFocus: string;
2356
+ colorDisabled: string;
2357
+ textColor: string;
2358
+ textColorTertiary: string;
2359
+ textColorHover: string;
2360
+ textColorPressed: string;
2361
+ textColorFocus: string;
2362
+ textColorDisabled: string;
2363
+ textColorText: string;
2364
+ textColorTextHover: string;
2365
+ textColorTextPressed: string;
2366
+ textColorTextFocus: string;
2367
+ textColorTextDisabled: string;
2368
+ textColorGhost: string;
2369
+ textColorGhostHover: string;
2370
+ textColorGhostPressed: string;
2371
+ textColorGhostFocus: string;
2372
+ textColorGhostDisabled: string;
2373
+ border: string;
2374
+ borderHover: string;
2375
+ borderPressed: string;
2376
+ borderFocus: string;
2377
+ borderDisabled: string;
2378
+ rippleColor: string;
2379
+ colorPrimary: string;
2380
+ colorHoverPrimary: string;
2381
+ colorPressedPrimary: string;
2382
+ colorFocusPrimary: string;
2383
+ colorDisabledPrimary: string;
2384
+ textColorPrimary: string;
2385
+ textColorHoverPrimary: string;
2386
+ textColorPressedPrimary: string;
2387
+ textColorFocusPrimary: string;
2388
+ textColorDisabledPrimary: string;
2389
+ textColorTextPrimary: string;
2390
+ textColorTextHoverPrimary: string;
2391
+ textColorTextPressedPrimary: string;
2392
+ textColorTextFocusPrimary: string;
2393
+ textColorTextDisabledPrimary: string;
2394
+ textColorGhostPrimary: string;
2395
+ textColorGhostHoverPrimary: string;
2396
+ textColorGhostPressedPrimary: string;
2397
+ textColorGhostFocusPrimary: string;
2398
+ textColorGhostDisabledPrimary: string;
2399
+ borderPrimary: string;
2400
+ borderHoverPrimary: string;
2401
+ borderPressedPrimary: string;
2402
+ borderFocusPrimary: string;
2403
+ borderDisabledPrimary: string;
2404
+ rippleColorPrimary: string;
2405
+ colorInfo: string;
2406
+ colorHoverInfo: string;
2407
+ colorPressedInfo: string;
2408
+ colorFocusInfo: string;
2409
+ colorDisabledInfo: string;
2410
+ textColorInfo: string;
2411
+ textColorHoverInfo: string;
2412
+ textColorPressedInfo: string;
2413
+ textColorFocusInfo: string;
2414
+ textColorDisabledInfo: string;
2415
+ textColorTextInfo: string;
2416
+ textColorTextHoverInfo: string;
2417
+ textColorTextPressedInfo: string;
2418
+ textColorTextFocusInfo: string;
2419
+ textColorTextDisabledInfo: string;
2420
+ textColorGhostInfo: string;
2421
+ textColorGhostHoverInfo: string;
2422
+ textColorGhostPressedInfo: string;
2423
+ textColorGhostFocusInfo: string;
2424
+ textColorGhostDisabledInfo: string;
2425
+ borderInfo: string;
2426
+ borderHoverInfo: string;
2427
+ borderPressedInfo: string;
2428
+ borderFocusInfo: string;
2429
+ borderDisabledInfo: string;
2430
+ rippleColorInfo: string;
2431
+ colorSuccess: string;
2432
+ colorHoverSuccess: string;
2433
+ colorPressedSuccess: string;
2434
+ colorFocusSuccess: string;
2435
+ colorDisabledSuccess: string;
2436
+ textColorSuccess: string;
2437
+ textColorHoverSuccess: string;
2438
+ textColorPressedSuccess: string;
2439
+ textColorFocusSuccess: string;
2440
+ textColorDisabledSuccess: string;
2441
+ textColorTextSuccess: string;
2442
+ textColorTextHoverSuccess: string;
2443
+ textColorTextPressedSuccess: string;
2444
+ textColorTextFocusSuccess: string;
2445
+ textColorTextDisabledSuccess: string;
2446
+ textColorGhostSuccess: string;
2447
+ textColorGhostHoverSuccess: string;
2448
+ textColorGhostPressedSuccess: string;
2449
+ textColorGhostFocusSuccess: string;
2450
+ textColorGhostDisabledSuccess: string;
2451
+ borderSuccess: string;
2452
+ borderHoverSuccess: string;
2453
+ borderPressedSuccess: string;
2454
+ borderFocusSuccess: string;
2455
+ borderDisabledSuccess: string;
2456
+ rippleColorSuccess: string;
2457
+ colorWarning: string;
2458
+ colorHoverWarning: string;
2459
+ colorPressedWarning: string;
2460
+ colorFocusWarning: string;
2461
+ colorDisabledWarning: string;
2462
+ textColorWarning: string;
2463
+ textColorHoverWarning: string;
2464
+ textColorPressedWarning: string;
2465
+ textColorFocusWarning: string;
2466
+ textColorDisabledWarning: string;
2467
+ textColorTextWarning: string;
2468
+ textColorTextHoverWarning: string;
2469
+ textColorTextPressedWarning: string;
2470
+ textColorTextFocusWarning: string;
2471
+ textColorTextDisabledWarning: string;
2472
+ textColorGhostWarning: string;
2473
+ textColorGhostHoverWarning: string;
2474
+ textColorGhostPressedWarning: string;
2475
+ textColorGhostFocusWarning: string;
2476
+ textColorGhostDisabledWarning: string;
2477
+ borderWarning: string;
2478
+ borderHoverWarning: string;
2479
+ borderPressedWarning: string;
2480
+ borderFocusWarning: string;
2481
+ borderDisabledWarning: string;
2482
+ rippleColorWarning: string;
2483
+ colorError: string;
2484
+ colorHoverError: string;
2485
+ colorPressedError: string;
2486
+ colorFocusError: string;
2487
+ colorDisabledError: string;
2488
+ textColorError: string;
2489
+ textColorHoverError: string;
2490
+ textColorPressedError: string;
2491
+ textColorFocusError: string;
2492
+ textColorDisabledError: string;
2493
+ textColorTextError: string;
2494
+ textColorTextHoverError: string;
2495
+ textColorTextPressedError: string;
2496
+ textColorTextFocusError: string;
2497
+ textColorTextDisabledError: string;
2498
+ textColorGhostError: string;
2499
+ textColorGhostHoverError: string;
2500
+ textColorGhostPressedError: string;
2501
+ textColorGhostFocusError: string;
2502
+ textColorGhostDisabledError: string;
2503
+ borderError: string;
2504
+ borderHoverError: string;
2505
+ borderPressedError: string;
2506
+ borderFocusError: string;
2507
+ borderDisabledError: string;
2508
+ rippleColorError: string;
2509
+ waveOpacity: string;
2510
+ fontWeight: string;
2511
+ fontWeightStrong: string;
2512
+ paddingTiny: string;
2513
+ paddingSmall: string;
2514
+ paddingMedium: string;
2515
+ paddingLarge: string;
2516
+ paddingRoundTiny: string;
2517
+ paddingRoundSmall: string;
2518
+ paddingRoundMedium: string;
2519
+ paddingRoundLarge: string;
2520
+ iconMarginTiny: string;
2521
+ iconMarginSmall: string;
2522
+ iconMarginMedium: string;
2523
+ iconMarginLarge: string;
2524
+ iconSizeTiny: string;
2525
+ iconSizeSmall: string;
2526
+ iconSizeMedium: string;
2527
+ iconSizeLarge: string;
2528
+ rippleDuration: string;
2529
+ }, any>;
2530
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2531
+ countTextColor: string;
2532
+ heightTiny: string;
2533
+ heightSmall: string;
2534
+ heightMedium: string;
2535
+ heightLarge: string;
2536
+ fontSizeTiny: string;
2537
+ fontSizeSmall: string;
2538
+ fontSizeMedium: string;
2539
+ fontSizeLarge: string;
2540
+ lineHeight: string;
2541
+ lineHeightTextarea: string;
2542
+ borderRadius: string;
2543
+ iconSize: string;
2544
+ groupLabelColor: string;
2545
+ groupLabelTextColor: string;
2546
+ textColor: string;
2547
+ textColorDisabled: string;
2548
+ textDecorationColor: string;
2549
+ caretColor: string;
2550
+ placeholderColor: string;
2551
+ placeholderColorDisabled: string;
2552
+ color: string;
2553
+ colorDisabled: string;
2554
+ colorFocus: string;
2555
+ groupLabelBorder: string;
2556
+ border: string;
2557
+ borderHover: string;
2558
+ borderDisabled: string;
2559
+ borderFocus: string;
2560
+ boxShadowFocus: string;
2561
+ loadingColor: string;
2562
+ loadingColorWarning: string;
2563
+ borderWarning: string;
2564
+ borderHoverWarning: string;
2565
+ colorFocusWarning: string;
2566
+ borderFocusWarning: string;
2567
+ boxShadowFocusWarning: string;
2568
+ caretColorWarning: string;
2569
+ loadingColorError: string;
2570
+ borderError: string;
2571
+ borderHoverError: string;
2572
+ colorFocusError: string;
2573
+ borderFocusError: string;
2574
+ boxShadowFocusError: string;
2575
+ caretColorError: string;
2576
+ clearColor: string;
2577
+ clearColorHover: string;
2578
+ clearColorPressed: string;
2579
+ iconColor: string;
2580
+ iconColorDisabled: string;
2581
+ iconColorHover: string;
2582
+ iconColorPressed: string;
2583
+ suffixTextColor: string;
2584
+ paddingTiny: string;
2585
+ paddingSmall: string;
2586
+ paddingMedium: string;
2587
+ paddingLarge: string;
2588
+ clearSize: string;
2589
+ }, any>;
2590
+ }>>>;
2591
+ }>>, {
2592
+ show: boolean | undefined;
2593
+ disabled: boolean | undefined;
2594
+ format: string;
2595
+ to: string | boolean | HTMLElement;
2596
+ bordered: boolean | undefined;
2597
+ showIcon: boolean;
2598
+ placement: import("naive-ui").PopoverPlacement;
2599
+ clearable: boolean;
2600
+ defaultValue: number | null;
2601
+ stateful: boolean;
2602
+ use12Hours: boolean;
2603
+ inputReadonly: boolean;
2604
+ }>;
2605
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2606
+ mainForm: {
2607
+ type: PropObject;
2608
+ default: () => {};
2609
+ };
2610
+ userInfo: {
2611
+ type: PropObject;
2612
+ default: () => {};
2613
+ };
2614
+ styleSetting: {
2615
+ type: PropObject;
2616
+ default: () => {};
2617
+ };
2618
+ defaultValue: {
2619
+ type: PropObject;
2620
+ default: () => {};
2621
+ };
2622
+ dbParams: {
2623
+ type: PropType<AnyObject>;
2624
+ };
2625
+ row: {
2626
+ type: PropObject;
2627
+ default: () => {};
2628
+ };
2629
+ item: {
2630
+ type: PropObject;
2631
+ default: () => {
2632
+ _own: {};
2633
+ };
2634
+ };
2635
+ defaultFieldList: {
2636
+ type: PropType<any[]>;
2637
+ default: () => never[];
2638
+ };
2639
+ cacheUniqueKey: {
2640
+ type: PropObject;
2641
+ default: () => {
2642
+ _own: {};
2643
+ };
2644
+ };
2645
+ params_formId: (NumberConstructor | StringConstructor)[];
2646
+ formType: {
2647
+ type: PropObject;
2648
+ default: () => {
2649
+ _own: {};
2650
+ };
2651
+ };
2652
+ isDetail: {
2653
+ type: BooleanConstructor;
2654
+ default: boolean;
2655
+ };
2656
+ handleFormTableValue: PropType<Func<any[], any>>;
2657
+ }>> & {
2658
+ onTableBlur?: ((...args: any[]) => any) | undefined;
2659
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
2660
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
2661
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
2662
+ }, {
2663
+ styleSetting: AnyObject;
2664
+ userInfo: AnyObject;
2665
+ cacheUniqueKey: AnyObject;
2666
+ row: AnyObject;
2667
+ defaultValue: AnyObject;
2668
+ isDetail: boolean;
2669
+ item: AnyObject;
2670
+ formType: AnyObject;
2671
+ mainForm: AnyObject;
2672
+ defaultFieldList: any[];
2673
+ }>;
2674
+ export default _default;