cnhis-design-vue 3.1.8 → 3.1.9-beta.11

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 (679) hide show
  1. package/README.md +22 -22
  2. package/env.d.ts +42 -38
  3. package/es/_virtual/_commonjsHelpers.js +7 -0
  4. package/es/_virtual/css.escape.js +3 -0
  5. package/es/_virtual/{inherits.mjs → inherits.js} +0 -0
  6. package/es/_virtual/{inherits_browser.mjs → inherits_browser.js} +0 -0
  7. package/es/node_modules/css.escape/css.escape.js +110 -0
  8. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/{index.mjs → index.js} +0 -0
  9. package/es/node_modules/date-fns/esm/_lib/requiredArgs/{index.mjs → index.js} +0 -0
  10. package/es/node_modules/date-fns/esm/compareAsc/{index.mjs → index.js} +2 -2
  11. package/es/node_modules/date-fns/esm/differenceInCalendarDays/{index.mjs → index.js} +3 -3
  12. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/{index.mjs → index.js} +2 -2
  13. package/es/node_modules/date-fns/esm/differenceInDays/{index.mjs → index.js} +3 -3
  14. package/es/node_modules/date-fns/esm/differenceInMonths/{index.mjs → index.js} +5 -5
  15. package/es/node_modules/date-fns/esm/endOfDay/{index.mjs → index.js} +2 -2
  16. package/es/node_modules/date-fns/esm/endOfMonth/{index.mjs → index.js} +2 -2
  17. package/es/node_modules/date-fns/esm/isLastDayOfMonth/{index.mjs → index.js} +4 -4
  18. package/es/node_modules/date-fns/esm/startOfDay/{index.mjs → index.js} +2 -2
  19. package/es/node_modules/date-fns/esm/toDate/{index.mjs → index.js} +1 -1
  20. package/es/node_modules/diagram-js/lib/command/{CommandInterceptor.mjs → CommandInterceptor.js} +1 -1
  21. package/es/node_modules/diagram-js/lib/draw/{BaseRenderer.mjs → BaseRenderer.js} +0 -0
  22. package/es/node_modules/diagram-js/lib/features/popup-menu/{PopupMenu.mjs → PopupMenu.js} +27 -8
  23. package/es/node_modules/diagram-js/lib/features/rules/{RuleProvider.mjs → RuleProvider.js} +2 -2
  24. package/es/node_modules/diagram-js/lib/navigation/movecanvas/{MoveCanvas.mjs → MoveCanvas.js} +5 -5
  25. package/es/node_modules/diagram-js/lib/navigation/movecanvas/{index.mjs → index.js} +1 -1
  26. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomScroll.mjs → ZoomScroll.js} +4 -4
  27. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/{ZoomUtil.mjs → ZoomUtil.js} +1 -1
  28. package/es/node_modules/diagram-js/lib/util/{ClickTrap.mjs → ClickTrap.js} +0 -0
  29. package/es/node_modules/diagram-js/lib/util/{Cursor.mjs → Cursor.js} +1 -1
  30. package/es/node_modules/diagram-js/lib/util/{Event.mjs → Event.js} +0 -0
  31. package/es/node_modules/diagram-js/lib/util/{Math.mjs → Math.js} +0 -0
  32. package/es/node_modules/diagram-js/lib/util/{Mouse.mjs → Mouse.js} +3 -3
  33. package/es/node_modules/diagram-js/lib/util/{Platform.mjs → Platform.js} +0 -0
  34. package/es/node_modules/diagram-js/lib/util/{PositionUtil.mjs → PositionUtil.js} +0 -0
  35. package/es/node_modules/diagram-js/lib/util/{RenderUtil.mjs → RenderUtil.js} +1 -1
  36. package/es/node_modules/diagram-js/lib/util/{SvgTransformUtil.mjs → SvgTransformUtil.js} +1 -1
  37. package/es/node_modules/ids/dist/{index.esm.mjs → index.esm.js} +0 -0
  38. package/es/node_modules/inherits/{inherits.mjs → inherits.js} +3 -3
  39. package/es/node_modules/inherits/{inherits_browser.mjs → inherits_browser.js} +1 -1
  40. package/es/node_modules/inherits-browser/dist/{index.es.mjs → index.es.js} +0 -0
  41. package/es/node_modules/min-dash/dist/{index.esm.mjs → index.esm.js} +0 -0
  42. package/es/node_modules/min-dom/dist/{index.esm.mjs → index.esm.js} +0 -0
  43. package/es/node_modules/tiny-svg/dist/{index.esm.mjs → index.esm.js} +0 -0
  44. package/es/packages/big-table/index.d.ts +2048 -0
  45. package/es/packages/big-table/index.js +17 -0
  46. package/es/packages/big-table/src/{BigTable2.mjs → BigTable.js} +2 -2
  47. package/es/packages/big-table/src/BigTable.vue.d.ts +2049 -0
  48. package/es/packages/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.mjs → BigTable.vue_vue_type_script_setup_true_lang.js} +81 -98
  49. package/es/packages/big-table/src/{bigTableEmits2.mjs → bigTableEmits.js} +2 -1
  50. package/es/packages/big-table/src/{bigTableProps2.mjs → bigTableProps.js} +0 -0
  51. package/es/packages/big-table/src/{bigTableState2.mjs → bigTableState.js} +0 -0
  52. package/es/packages/big-table/src/components/{NoData2.mjs → NoData.js} +2 -2
  53. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  54. package/es/packages/{scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs → big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js} +5 -4
  55. package/es/packages/big-table/src/components/edit-form/{edit-date2.mjs → edit-date.js} +0 -0
  56. package/es/packages/big-table/src/components/edit-form/{edit-input2.mjs → edit-input.js} +0 -0
  57. package/es/packages/big-table/src/components/edit-form/{edit-select-table2.mjs → edit-select-table.js} +2 -2
  58. package/es/packages/big-table/src/components/edit-form/{edit-select2.mjs → edit-select.js} +1 -1
  59. package/es/packages/big-table/src/hooks/{useBatchEditing2.mjs → useBatchEditing.js} +0 -0
  60. package/es/packages/big-table/src/hooks/{useEdit2.mjs → useEdit.js} +3 -3
  61. package/es/packages/big-table/src/hooks/{useEvent2.mjs → useEvent.js} +2 -2
  62. package/es/packages/big-table/src/hooks/{useFormat2.mjs → useFormat.js} +1 -1
  63. package/es/packages/big-table/src/hooks/{useNestTable2.mjs → useNestTable.js} +1 -1
  64. package/es/packages/big-table/src/hooks/{useTableParse2.mjs → useTableParse.js} +1 -1
  65. package/es/packages/big-table/src/{utils2.mjs → utils.js} +2 -2
  66. package/es/packages/big-table/style/index.css +1 -6
  67. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  68. package/es/packages/bpmn-workflow/index.js +11 -0
  69. package/es/packages/bpmn-workflow/src/{BpmnWorkflow.d.mjs → BpmnWorkflow.d.js} +0 -0
  70. package/es/packages/bpmn-workflow/src/{BpmnWorkflow2.mjs → BpmnWorkflow.js} +2 -2
  71. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  72. package/es/packages/bpmn-workflow/src/{BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs → BpmnWorkflow.vue_vue_type_script_setup_true_lang.js} +5 -4
  73. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{BpmnRenderer2.mjs → BpmnRenderer.js} +8 -8
  74. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomContextPadProvider2.mjs → CustomContextPadProvider.js} +2 -2
  75. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPalette2.mjs → CustomPalette.js} +1 -1
  76. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomPathMap2.mjs → CustomPathMap.js} +0 -0
  77. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRenderer2.mjs → CustomRenderer.js} +3 -3
  78. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{CustomRules2.mjs → CustomRules.js} +2 -2
  79. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/{index2.mjs → index.js} +6 -6
  80. package/es/packages/bpmn-workflow/src/custom/customModeler/{index2.mjs → index.js} +2 -2
  81. package/es/packages/bpmn-workflow/src/custom/customOtherModule/{CustomPopupMenu2.mjs → CustomPopupMenu.js} +2 -2
  82. package/es/packages/bpmn-workflow/src/custom/customOtherModule/{customViewerRenderer2.mjs → customViewerRenderer.js} +4 -4
  83. package/es/packages/bpmn-workflow/src/custom/customOtherModule/{zoomScroll2.mjs → zoomScroll.js} +1 -1
  84. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +1 -0
  85. package/es/packages/bpmn-workflow/src/custom/customRules/{no-task2.mjs → no-task2.js} +0 -0
  86. package/es/packages/bpmn-workflow/src/custom/customTranslate/{customTranslate2.mjs → customTranslate.js} +0 -0
  87. package/es/packages/bpmn-workflow/src/custom/customTranslate/{zh2.mjs → zh.js} +0 -0
  88. package/es/packages/bpmn-workflow/types/{BpmnViewer.d.mjs → BpmnViewer.d.js} +0 -0
  89. package/es/packages/bpmn-workflow/types/{ModelingModule.d.mjs → ModelingModule.d.js} +0 -0
  90. package/es/packages/bpmn-workflow/types/{MoveCanvasModule.d.mjs → MoveCanvasModule.d.js} +0 -0
  91. package/es/packages/button-print/index.d.ts +7359 -0
  92. package/es/packages/button-print/index.js +11 -0
  93. package/es/packages/button-print/src/{ButtonPrint2.mjs → ButtonPrint.js} +2 -2
  94. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7367 -0
  95. package/es/packages/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.mjs → ButtonPrint.vue_vue_type_script_setup_true_lang.js} +37 -48
  96. package/es/packages/button-print/src/components/{IdentityVerification2.mjs → IdentityVerification.js} +2 -2
  97. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +115 -56
  98. package/es/packages/button-print/src/components/{IdentityVerification.vue_vue_type_script_setup_true_lang.mjs → IdentityVerification.vue_vue_type_script_setup_true_lang.js} +1 -0
  99. package/es/packages/button-print/src/utils/{print.es.min2.mjs → print.es.min.js} +179 -179
  100. package/es/packages/chunk-upload/index.d.ts +1754 -0
  101. package/es/packages/chunk-upload/index.js +15 -0
  102. package/es/packages/chunk-upload/src/{chunk-upload-new2.mjs → chunk-upload-new.js} +2 -2
  103. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1906 -0
  104. package/es/packages/chunk-upload/src/{chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs → chunk-upload-new.vue_vue_type_script_setup_true_lang.js} +5 -4
  105. package/es/packages/chunk-upload/src/hooks/{upload-computed2.mjs → upload-computed.js} +0 -0
  106. package/es/packages/chunk-upload/src/hooks/{upload-data2.mjs → upload-data.js} +0 -0
  107. package/es/packages/chunk-upload/src/hooks/{vod-computed2.mjs → vod-computed.js} +0 -0
  108. package/es/packages/chunk-upload/src/hooks/{vod-data2.mjs → vod-data.js} +0 -0
  109. package/es/packages/chunk-upload/src/vod-chunk-upload/{index2.mjs → index.js} +3 -3
  110. package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload2.mjs → vod-chunk-upload.js} +2 -2
  111. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1752 -0
  112. package/es/packages/chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs → vod-chunk-upload.vue_vue_type_script_setup_true_lang.js} +20 -19
  113. package/es/packages/chunk-upload/src/{vod-upload-modal2.mjs → vod-upload-modal.js} +2 -2
  114. package/es/packages/chunk-upload/style/index.css +1 -1
  115. package/es/packages/drag-layout/index.d.ts +479 -299
  116. package/es/packages/drag-layout/index.js +13 -0
  117. package/es/packages/drag-layout/src/{DragFormLeftItem2.mjs → DragFormLeftItem.js} +2 -2
  118. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +147 -92
  119. package/es/packages/drag-layout/src/{DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs → DragFormLeftItem.vue_vue_type_script_setup_true_lang.js} +1 -0
  120. package/es/packages/drag-layout/src/{DragFormRightItem2.mjs → DragFormRightItem.js} +2 -2
  121. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +110 -79
  122. package/es/packages/drag-layout/src/{DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs → DragFormRightItem.vue_vue_type_script_setup_true_lang.js} +1 -0
  123. package/es/packages/drag-layout/src/{DragLayout2.mjs → DragLayout.js} +2 -2
  124. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +482 -310
  125. package/es/packages/drag-layout/src/{DragLayout.vue_vue_type_script_setup_true_lang.mjs → DragLayout.vue_vue_type_script_setup_true_lang.js} +50 -49
  126. package/es/packages/editor/index.d.ts +1 -1
  127. package/es/packages/editor/index.js +10 -0
  128. package/es/packages/editor/src/{Editor2.mjs → Editor.js} +0 -0
  129. package/es/packages/fabric-chart/index.d.ts +108 -0
  130. package/es/packages/fabric-chart/index.js +11 -0
  131. package/es/packages/fabric-chart/src/FabricChart.js +4 -0
  132. package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +109 -0
  133. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +132 -0
  134. package/es/packages/{editor/style/index.less → fabric-chart/style/index.css} +0 -0
  135. package/es/packages/field-set/index.d.ts +5300 -0
  136. package/es/packages/field-set/index.js +11 -0
  137. package/es/packages/field-set/src/{FieldSet2.mjs → FieldSet.js} +2 -2
  138. package/es/packages/field-set/src/FieldSet.vue.d.ts +5300 -0
  139. package/es/packages/field-set/src/{index.vue_vue_type_script_setup_true_lang2.mjs → FieldSet.vue_vue_type_script_setup_true_lang.js} +5 -8
  140. package/es/packages/field-set/src/{NewFieldSet2.mjs → NewFieldSet.js} +2 -2
  141. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2607 -0
  142. package/es/packages/field-set/src/{NewFieldSet.vue_vue_type_script_setup_true_lang.mjs → NewFieldSet.vue_vue_type_script_setup_true_lang.js} +5 -4
  143. package/es/packages/field-set/src/OldFieldSet.js +4 -0
  144. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +2610 -0
  145. package/es/packages/field-set/src/{FieldSet.vue_vue_type_script_setup_true_lang.mjs → OldFieldSet.vue_vue_type_script_setup_true_lang.js} +5 -4
  146. package/es/packages/form-render/index.d.ts +680 -0
  147. package/es/packages/form-render/index.js +22 -0
  148. package/es/packages/form-render/src/{FormRender2.mjs → FormRender.js} +2 -2
  149. package/es/packages/form-render/src/FormRender.vue.d.ts +680 -0
  150. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +124 -0
  151. package/es/packages/form-render/src/components/cascader.d.ts +12 -4
  152. package/es/packages/form-render/src/components/{cascader2.mjs → cascader.js} +51 -22
  153. package/es/packages/form-render/src/components/checkbox.d.ts +1 -1
  154. package/es/packages/form-render/src/components/{checkbox2.mjs → checkbox.js} +1 -1
  155. package/es/packages/form-render/src/components/{collapse2.mjs → collapse.js} +3 -3
  156. package/es/packages/form-render/src/components/{combination2.mjs → combination.js} +12 -10
  157. package/es/packages/form-render/src/components/complex.d.ts +13 -0
  158. package/es/packages/form-render/src/components/complex.js +31 -0
  159. package/es/packages/form-render/src/components/date.d.ts +6 -5032
  160. package/es/packages/form-render/src/components/{date2.mjs → date.js} +20 -3
  161. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  162. package/es/packages/form-render/src/components/{formItem2.mjs → formItem.js} +1 -1
  163. package/es/packages/form-render/src/components/index.d.ts +1 -0
  164. package/es/packages/form-render/src/components/index.js +16 -0
  165. package/es/packages/form-render/src/components/{input2.mjs → input.js} +1 -1
  166. package/es/packages/form-render/src/components/{inputGroup2.mjs → inputGroup.js} +1 -1
  167. package/es/packages/form-render/src/components/inputNumber.d.ts +4 -2166
  168. package/es/packages/form-render/src/components/inputNumber.js +18 -0
  169. package/es/packages/form-render/src/components/{labelSelect2.mjs → labelSelect.js} +0 -0
  170. package/es/packages/form-render/src/components/radio.d.ts +1 -1
  171. package/es/packages/form-render/src/components/{radio2.mjs → radio.js} +1 -1
  172. package/es/packages/form-render/src/components/select.d.ts +21 -5
  173. package/es/packages/form-render/src/components/select.js +136 -0
  174. package/es/packages/form-render/src/components/slider.d.ts +12 -12
  175. package/es/packages/form-render/src/components/{slider2.mjs → slider.js} +2 -2
  176. package/es/packages/form-render/src/components/switch.d.ts +3 -1
  177. package/es/packages/form-render/src/components/{switch2.mjs → switch.js} +7 -8
  178. package/es/packages/form-render/src/components/textarea.d.ts +9 -6
  179. package/es/packages/form-render/src/components/{textarea2.mjs → textarea.js} +1 -1
  180. package/es/packages/form-render/src/constants/index.d.ts +8 -3
  181. package/es/packages/form-render/src/constants/{index2.mjs → index.js} +5 -1
  182. package/es/packages/form-render/src/hooks/index.d.ts +11 -9
  183. package/es/packages/form-render/src/hooks/index.js +11 -0
  184. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +13 -33
  185. package/es/packages/form-render/src/hooks/{useAsyncQueue2.mjs → useAsyncQueue.js} +3 -3
  186. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +7 -5
  187. package/es/packages/form-render/src/hooks/{useBusinessBinding2.mjs → useBusinessBinding.js} +27 -15
  188. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +11 -0
  189. package/es/packages/form-render/src/hooks/useChangeContext.js +21 -0
  190. package/es/packages/form-render/src/hooks/{useCommonLog2.mjs → useCommonLog.js} +1 -1
  191. package/es/packages/form-render/src/hooks/{useFieldList2Schema2.mjs → useFieldList2Schema.js} +15 -6
  192. package/es/packages/form-render/src/hooks/{useFieldVisitor2.mjs → useFieldVisitor.js} +1 -1
  193. package/es/packages/form-render/src/hooks/useFormField.d.ts +1 -0
  194. package/es/packages/form-render/src/hooks/{useFormField2.mjs → useFormField.js} +5 -1
  195. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +8 -0
  196. package/es/packages/form-render/src/hooks/useFormItemDeps.js +29 -0
  197. package/es/packages/form-render/src/hooks/{useFormRequest2.mjs → useFormRequest.js} +0 -0
  198. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +1 -1
  199. package/es/packages/form-render/src/hooks/{useFormValidator2.mjs → useFormValidator.js} +2 -2
  200. package/es/packages/form-render/src/hooks/{useTypeNormalize2.mjs → useTypeNormalize.js} +0 -0
  201. package/es/packages/form-render/src/types/fieldItem.d.ts +4 -1
  202. package/es/packages/form-render/src/types/{fieldItem.mjs → fieldItem.js} +0 -0
  203. package/es/packages/form-render/src/types/index.d.ts +18 -8
  204. package/es/packages/form-render/src/types/{index.mjs → index.js} +0 -0
  205. package/es/packages/form-render/src/utils/index.d.ts +8 -4
  206. package/es/packages/form-render/src/utils/{index2.mjs → index.js} +16 -4
  207. package/es/packages/form-render/style/index.css +30 -18
  208. package/es/packages/form-table/index.d.ts +36024 -0
  209. package/es/packages/form-table/index.js +11 -0
  210. package/es/packages/form-table/src/{FormTable2.mjs → FormTable.js} +2 -2
  211. package/es/packages/form-table/src/FormTable.vue.d.ts +36024 -0
  212. package/es/packages/form-table/src/{FormTable.vue_vue_type_script_setup_true_lang.mjs → FormTable.vue_vue_type_script_setup_true_lang.js} +6 -5
  213. package/es/packages/form-table/src/components/index.d.ts +35783 -0
  214. package/es/packages/form-table/src/components/{index2.mjs → index.js} +29 -29
  215. package/es/packages/form-table/src/components/{table-age2.mjs → table-age.js} +2 -2
  216. package/es/packages/form-table/src/components/table-age.vue.d.ts +4310 -0
  217. package/es/packages/form-table/src/components/{table-age.vue_vue_type_script_setup_true_lang.mjs → table-age.vue_vue_type_script_setup_true_lang.js} +4 -3
  218. package/es/packages/form-table/src/components/{table-date-picker2.mjs → table-date-picker.js} +2 -2
  219. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5315 -0
  220. package/es/packages/form-table/src/components/{table-date-picker.vue_vue_type_script_setup_true_lang.mjs → table-date-picker.vue_vue_type_script_setup_true_lang.js} +3 -5
  221. package/es/packages/form-table/src/components/{table-digital2.mjs → table-digital.js} +2 -2
  222. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2921 -0
  223. package/es/packages/form-table/src/components/{table-digital.vue_vue_type_script_setup_true_lang.mjs → table-digital.vue_vue_type_script_setup_true_lang.js} +4 -3
  224. package/es/packages/form-table/src/components/{table-input-password2.mjs → table-input-password.js} +2 -2
  225. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1629 -0
  226. package/es/packages/form-table/src/components/{table-input-password.vue_vue_type_script_setup_true_lang.mjs → table-input-password.vue_vue_type_script_setup_true_lang.js} +5 -4
  227. package/es/packages/form-table/src/components/{table-input2.mjs → table-input.js} +2 -2
  228. package/es/packages/form-table/src/components/table-input.vue.d.ts +1586 -0
  229. package/es/packages/form-table/src/components/{table-input.vue_vue_type_script_setup_true_lang.mjs → table-input.vue_vue_type_script_setup_true_lang.js} +4 -3
  230. package/es/packages/form-table/src/components/{table-month-picker2.mjs → table-month-picker.js} +2 -2
  231. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5258 -0
  232. package/es/packages/form-table/src/components/{table-month-picker.vue_vue_type_script_setup_true_lang.mjs → table-month-picker.vue_vue_type_script_setup_true_lang.js} +2 -1
  233. package/es/packages/form-table/src/components/{table-search-more2.mjs → table-search-more.js} +2 -2
  234. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1791 -0
  235. package/es/packages/form-table/src/components/{table-search-more.vue_vue_type_script_setup_true_lang.mjs → table-search-more.vue_vue_type_script_setup_true_lang.js} +3 -2
  236. package/es/packages/form-table/src/components/{table-search2.mjs → table-search.js} +2 -2
  237. package/es/packages/form-table/src/components/table-search.vue.d.ts +3117 -0
  238. package/es/packages/form-table/src/components/{table-search.vue_vue_type_script_setup_true_lang.mjs → table-search.vue_vue_type_script_setup_true_lang.js} +3 -2
  239. package/es/packages/form-table/src/components/{table-select-multiple2.mjs → table-select-multiple.js} +2 -2
  240. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  241. package/es/packages/form-table/src/components/{table-select-multiple.vue_vue_type_script_setup_true_lang.mjs → table-select-multiple.vue_vue_type_script_setup_true_lang.js} +2 -1
  242. package/es/packages/form-table/src/components/{table-select2.mjs → table-select.js} +2 -2
  243. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  244. package/es/packages/form-table/src/components/{table-select.vue_vue_type_script_setup_true_lang.mjs → table-select.vue_vue_type_script_setup_true_lang.js} +2 -1
  245. package/es/packages/form-table/src/components/{table-textarea2.mjs → table-textarea.js} +2 -2
  246. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1645 -0
  247. package/es/packages/form-table/src/components/{table-textarea.vue_vue_type_script_setup_true_lang.mjs → table-textarea.vue_vue_type_script_setup_true_lang.js} +3 -2
  248. package/es/packages/form-table/src/components/{table-time-picker2.mjs → table-time-picker.js} +2 -2
  249. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2674 -0
  250. package/es/packages/form-table/src/components/{table-time-picker.vue_vue_type_script_setup_true_lang.mjs → table-time-picker.vue_vue_type_script_setup_true_lang.js} +2 -1
  251. package/es/packages/form-table/src/components/{table-tree-select2.mjs → table-tree-select.js} +2 -2
  252. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1897 -0
  253. package/es/packages/form-table/src/components/{table-tree-select.vue_vue_type_script_setup_true_lang.mjs → table-tree-select.vue_vue_type_script_setup_true_lang.js} +2 -1
  254. package/es/packages/form-table/src/components/{text-over-tooltip2.mjs → text-over-tooltip.js} +2 -2
  255. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +548 -0
  256. package/es/packages/form-table/src/components/{text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs → text-over-tooltip.vue_vue_type_script_setup_true_lang.js} +1 -0
  257. package/es/packages/form-table/src/configs/index.d.ts +1 -1
  258. package/es/packages/form-table/src/configs/{index2.mjs → index.js} +0 -0
  259. package/es/packages/form-table/src/hooks/index.js +5 -0
  260. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +1 -1
  261. package/es/packages/form-table/src/hooks/{useBoundDate2.mjs → useBoundDate.js} +0 -0
  262. package/es/packages/form-table/src/hooks/useDateType.d.ts +1 -1
  263. package/es/packages/form-table/src/hooks/{useDateType2.mjs → useDateType.js} +2 -2
  264. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  265. package/es/packages/form-table/src/hooks/{useFormCommon2.mjs → useFormCommon.js} +1 -1
  266. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +1 -1
  267. package/es/packages/form-table/src/hooks/{useFormEvent2.mjs → useFormEvent.js} +1 -1
  268. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +10 -10
  269. package/es/packages/form-table/src/hooks/{useItemDefault2.mjs → useItemDefault.js} +5 -5
  270. package/es/packages/form-table/src/hooks/useSearch.d.ts +10 -10
  271. package/es/packages/form-table/src/hooks/{useSearch2.mjs → useSearch.js} +3 -3
  272. package/es/packages/form-table/src/hooks/useValidate.d.ts +2 -2
  273. package/es/packages/form-table/src/hooks/{useValidate2.mjs → useValidate.js} +0 -0
  274. package/es/packages/form-table/src/types/index.d.ts +1 -1
  275. package/es/packages/form-table/src/types/{index.mjs → index.js} +0 -0
  276. package/es/packages/grid/index.d.ts +1 -1
  277. package/es/packages/grid/index.js +14 -0
  278. package/es/packages/grid/src/{Grid2.mjs → Grid.js} +1 -1
  279. package/es/packages/grid/src/{hooks2.mjs → hooks.js} +0 -0
  280. package/es/packages/index.css +62 -53
  281. package/es/packages/index.d.ts +3 -2
  282. package/es/packages/index.js +78 -0
  283. package/es/packages/info-header/index.d.ts +1866 -0
  284. package/es/packages/info-header/index.js +11 -0
  285. package/es/packages/info-header/src/{HiddenContent2.mjs → HiddenContent.js} +2 -2
  286. package/es/packages/info-header/src/HiddenContent.vue.d.ts +379 -0
  287. package/es/packages/info-header/src/{HiddenContent.vue_vue_type_script_setup_true_lang.mjs → HiddenContent.vue_vue_type_script_setup_true_lang.js} +7 -4
  288. package/es/packages/info-header/src/{InfoHeader2.mjs → InfoHeader.js} +2 -2
  289. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1867 -0
  290. package/es/packages/info-header/src/{InfoHeader.vue_vue_type_script_setup_true_lang.mjs → InfoHeader.vue_vue_type_script_setup_true_lang.js} +26 -13
  291. package/es/packages/info-header/src/SlotRender.d.ts +1 -1
  292. package/es/packages/info-header/src/{SlotRender2.mjs → SlotRender.js} +0 -0
  293. package/es/packages/info-header/style/index.css +0 -3
  294. package/es/packages/map/index.d.ts +2321 -0
  295. package/es/packages/map/index.js +11 -0
  296. package/es/packages/map/src/{Map2.mjs → Map.js} +2 -2
  297. package/es/packages/map/src/Map.vue.d.ts +2321 -0
  298. package/es/packages/map/src/{Map.vue_vue_type_script_setup_true_lang.mjs → Map.vue_vue_type_script_setup_true_lang.js} +6 -5
  299. package/es/packages/scale-view/index.d.ts +4323 -0
  300. package/es/packages/scale-view/index.js +37 -0
  301. package/es/packages/scale-view/src/{ScaleView2.mjs → ScaleView.js} +2 -2
  302. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4164 -0
  303. package/es/packages/scale-view/src/{ScaleView.vue_vue_type_script_setup_true_lang.mjs → ScaleView.vue_vue_type_script_setup_true_lang.js} +64 -33
  304. package/es/packages/scale-view/src/components/{AnswerParse2.mjs → AnswerParse.js} +2 -2
  305. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  306. package/es/packages/scale-view/src/components/{AnswerParse.vue_vue_type_script_setup_true_lang.mjs → AnswerParse.vue_vue_type_script_setup_true_lang.js} +2 -1
  307. package/es/packages/scale-view/src/components/{EvaluateCountdown2.mjs → EvaluateCountdown.js} +2 -2
  308. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  309. package/es/packages/scale-view/src/components/{EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs → EvaluateCountdown.vue_vue_type_script_setup_true_lang.js} +4 -3
  310. package/es/packages/scale-view/src/components/{EvaluatePage2.mjs → EvaluatePage.js} +2 -2
  311. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1509 -0
  312. package/es/packages/scale-view/src/components/{EvaluatePage.vue_vue_type_script_setup_true_lang.mjs → EvaluatePage.vue_vue_type_script_setup_true_lang.js} +5 -4
  313. package/es/packages/scale-view/src/components/LoadingCom.js +7 -0
  314. package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +16 -0
  315. package/es/packages/scale-view/src/components/{NoData2.mjs → NoData.js} +2 -2
  316. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  317. package/es/packages/{big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs → scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js} +5 -4
  318. package/es/packages/scale-view/src/components/{ScaleScore2.mjs → ScaleScore.js} +0 -0
  319. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  320. package/es/packages/scale-view/src/components/composables/{choose-common2.mjs → choose-common.js} +0 -0
  321. package/es/packages/scale-view/src/components/formitem/{address2.mjs → address.js} +0 -0
  322. package/es/packages/scale-view/src/components/formitem/{r-address2.mjs → r-address.js} +3 -3
  323. package/es/packages/scale-view/src/components/formitem/{r-cascader2.mjs → r-cascader.js} +19 -7
  324. package/es/packages/scale-view/src/components/formitem/{r-checkbox2.mjs → r-checkbox.js} +14 -7
  325. package/es/packages/scale-view/src/components/formitem/{r-collection2.mjs → r-collection.js} +1 -3
  326. package/es/packages/scale-view/src/components/formitem/{r-datetime2.mjs → r-datetime.js} +25 -13
  327. package/es/packages/scale-view/src/components/formitem/{r-input2.mjs → r-input.js} +1 -1
  328. package/es/packages/scale-view/src/components/formitem/{r-map2.mjs → r-map.js} +4 -3
  329. package/es/packages/scale-view/src/components/formitem/{r-radio2.mjs → r-radio.js} +13 -6
  330. package/es/packages/scale-view/src/components/formitem/{r-select2.mjs → r-select.js} +23 -9
  331. package/es/packages/scale-view/src/components/formitem/{r-upload2.mjs → r-upload.js} +3 -3
  332. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip2.mjs → TextOverTooltip.js} +2 -2
  333. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  334. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +1 -1
  335. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  336. package/es/packages/scale-view/src/hooks/{scaleview-computed2.mjs → scaleview-computed.js} +43 -23
  337. package/es/packages/scale-view/src/hooks/{scaleview-init2.mjs → scaleview-init.js} +11 -10
  338. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  339. package/es/packages/scale-view/src/hooks/{scaleview-props2.mjs → scaleview-props.js} +7 -3
  340. package/es/packages/scale-view/src/hooks/{scaleview-state2.mjs → scaleview-state.js} +0 -0
  341. package/es/packages/scale-view/src/hooks/{scaleview-submit2.mjs → scaleview-submit.js} +3 -3
  342. package/es/packages/scale-view/src/hooks/{scaleview-validate2.mjs → scaleview-validate.js} +87 -66
  343. package/es/packages/scale-view/src/hooks/use-component.d.ts +10199 -0
  344. package/es/packages/scale-view/src/hooks/{use-component2.mjs → use-component.js} +15 -13
  345. package/es/packages/scale-view/src/hooks/{use-evaluate2.mjs → use-evaluate.js} +1 -1
  346. package/es/packages/scale-view/src/hooks/{use-event2.mjs → use-event.js} +1 -1
  347. package/es/packages/scale-view/src/hooks/{use-noData2.mjs → use-noData.js} +0 -0
  348. package/es/packages/scale-view/src/utils/{judge-types2.mjs → judge-types.js} +0 -0
  349. package/es/packages/scale-view/style/index.css +30 -25
  350. package/es/packages/select-label/index.d.ts +12141 -0
  351. package/es/packages/select-label/index.js +17 -0
  352. package/es/packages/select-label/src/{LabelFormContent2.mjs → LabelFormContent.js} +2 -2
  353. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +311 -99
  354. package/es/packages/select-label/src/{LabelFormContent.vue_vue_type_script_setup_true_lang.mjs → LabelFormContent.vue_vue_type_script_setup_true_lang.js} +9 -8
  355. package/es/packages/select-label/src/{SelectLabel2.mjs → SelectLabel.js} +2 -2
  356. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7559 -0
  357. package/es/packages/select-label/src/{SelectLabel.vue_vue_type_script_setup_true_lang.mjs → SelectLabel.vue_vue_type_script_setup_true_lang.js} +26 -22
  358. package/es/packages/select-label/src/components/{label-classify2.mjs → label-classify.js} +2 -2
  359. package/es/packages/select-label/src/components/label-classify.vue.d.ts +246 -70
  360. package/es/packages/select-label/src/components/{label-classify.vue_vue_type_script_setup_true_lang.mjs → label-classify.vue_vue_type_script_setup_true_lang.js} +1 -0
  361. package/es/packages/select-person/index.d.ts +3508 -0
  362. package/es/packages/select-person/index.js +11 -0
  363. package/es/packages/select-person/src/{SearchTree2.mjs → SearchTree.js} +2 -2
  364. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  365. package/es/packages/select-person/src/{SearchTree.vue_vue_type_script_setup_true_lang.mjs → SearchTree.vue_vue_type_script_setup_true_lang.js} +3 -2
  366. package/es/packages/select-person/src/{SelectPerson2.mjs → SelectPerson.js} +2 -2
  367. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3509 -0
  368. package/es/packages/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.mjs → SelectPerson.vue_vue_type_script_setup_true_lang.js} +89 -58
  369. package/es/packages/select-person/src/utils/index.d.ts +4 -4
  370. package/es/packages/select-person/src/utils/{index2.mjs → index.js} +32 -5
  371. package/es/packages/time-line/index.d.ts +56 -31
  372. package/es/packages/time-line/index.js +11 -0
  373. package/es/packages/time-line/src/{TimeLine2.mjs → TimeLine.js} +2 -2
  374. package/es/packages/time-line/src/TimeLine.vue.d.ts +55 -30
  375. package/es/packages/time-line/src/{TimeLine.vue_vue_type_script_setup_true_lang.mjs → TimeLine.vue_vue_type_script_setup_true_lang.js} +1 -0
  376. package/es/src/assets/img/failure.d.ts +2 -0
  377. package/es/src/assets/img/failure.js +1 -0
  378. package/es/src/assets/img/icon-asc.d.ts +2 -0
  379. package/es/src/assets/img/icon-asc.js +1 -0
  380. package/es/src/assets/img/icon-desc.d.ts +2 -0
  381. package/es/src/assets/img/icon-desc.js +1 -0
  382. package/es/src/assets/img/no-permission.d.ts +2 -0
  383. package/es/src/assets/img/no-permission.js +1 -0
  384. package/es/src/assets/img/nodata.d.ts +2 -0
  385. package/es/src/assets/img/nodata.js +1 -0
  386. package/es/src/assets/img/notfound.d.ts +2 -0
  387. package/es/src/assets/img/notfound.js +1 -0
  388. package/es/src/assets/img/qr.d.ts +2 -0
  389. package/es/src/assets/img/qr.js +1 -0
  390. package/es/src/assets/img/success.d.ts +2 -0
  391. package/es/src/assets/img/success.js +1 -0
  392. package/es/src/assets/img/video.d.ts +2 -0
  393. package/es/src/assets/img/video.js +1 -0
  394. package/es/src/assets/img/video_default_cover.d.ts +2 -0
  395. package/es/src/assets/img/video_default_cover.js +1 -0
  396. package/es/src/assets/img/video_hover.d.ts +2 -0
  397. package/es/src/assets/img/video_hover.js +1 -0
  398. package/es/src/assets/img/video_play_hover.d.ts +2 -0
  399. package/es/src/assets/img/video_play_hover.js +1 -0
  400. package/es/src/assets/img/xb_big.d.ts +2 -0
  401. package/es/src/assets/img/xb_big.js +1 -0
  402. package/es/src/assets/img/xb_small.d.ts +2 -0
  403. package/es/src/assets/img/xb_small.js +1 -0
  404. package/es/src/components/SelectPage/{SelectPage2.mjs → SelectPage.js} +2 -2
  405. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1452 -0
  406. package/es/src/components/SelectPage/{SelectPage.vue_vue_type_script_setup_true_lang.mjs → SelectPage.vue_vue_type_script_setup_true_lang.js} +1 -0
  407. package/es/src/components/SelectPage/{index2.mjs → index.js} +3 -3
  408. package/es/src/components/SvgIcon/{SvgIcon2.mjs → SvgIcon.js} +2 -2
  409. package/es/src/components/SvgIcon/{SvgIcon.vue_vue_type_script_setup_true_lang.mjs → SvgIcon.vue_vue_type_script_setup_true_lang.js} +1 -0
  410. package/es/src/components/SvgIcon/{index2.mjs → index.js} +3 -3
  411. package/es/src/components/TextOverTooltip/{TextOverTooltip2.mjs → TextOverTooltip.js} +2 -2
  412. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  413. package/es/src/components/TextOverTooltip/{TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs → TextOverTooltip.vue_vue_type_script_setup_true_lang.js} +2 -1
  414. package/es/src/components/TextOverTooltip/{index2.mjs → index.js} +3 -3
  415. package/es/src/components/player-vod/{index2.mjs → index.js} +2 -2
  416. package/es/src/components/player-vod/{index.vue_vue_type_script_setup_true_lang.mjs → index.vue_vue_type_script_setup_true_lang.js} +1 -0
  417. package/es/src/components/player-vod/{player2.mjs → player.js} +0 -0
  418. package/es/src/components/player-vod/{video-list2.mjs → video-list.js} +3 -3
  419. package/es/src/components/player-vod/{video-modal2.mjs → video-modal.js} +1 -1
  420. package/es/src/core/create.js +8 -0
  421. package/es/src/global/variable.d.ts +1 -1
  422. package/es/src/global/variable.js +4 -0
  423. package/es/src/types/index.d.ts +1 -0
  424. package/es/src/types/{index.mjs → index.js} +0 -0
  425. package/es/src/utils/{anime2.mjs → anime.js} +0 -0
  426. package/es/src/utils/{clickoutside2.mjs → clickoutside.js} +0 -0
  427. package/es/src/utils/{crypto2.mjs → crypto.js} +0 -0
  428. package/es/src/utils/index.d.ts +0 -1
  429. package/es/src/utils/{index2.mjs → index.js} +1 -5
  430. package/es/src/utils/{loadViewer2.mjs → loadViewer.js} +1 -1
  431. package/es/src/utils/{loadVxe2.mjs → loadVxe.js} +1 -1
  432. package/es/src/utils/{utilExpand2.mjs → utilExpand.js} +46 -46
  433. package/es/src/utils/{vexutils2.mjs → vexutils.js} +0 -0
  434. package/global.d.ts +8 -8
  435. package/package.json +21 -11
  436. package/test.ts +326 -0
  437. package/es/_virtual/_commonjsHelpers.mjs +0 -5
  438. package/es/packages/big-table/index.mjs +0 -1
  439. package/es/packages/big-table/index2.mjs +0 -17
  440. package/es/packages/big-table/src/BigTable.mjs +0 -2
  441. package/es/packages/big-table/src/bigTableEmits.mjs +0 -1
  442. package/es/packages/big-table/src/bigTableProps.mjs +0 -1
  443. package/es/packages/big-table/src/bigTableState.mjs +0 -1
  444. package/es/packages/big-table/src/components/NoData.mjs +0 -2
  445. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +0 -1
  446. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +0 -1
  447. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +0 -1
  448. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +0 -1
  449. package/es/packages/big-table/src/hooks/useBatchEditing.mjs +0 -1
  450. package/es/packages/big-table/src/hooks/useEdit.mjs +0 -1
  451. package/es/packages/big-table/src/hooks/useEvent.mjs +0 -1
  452. package/es/packages/big-table/src/hooks/useFormat.mjs +0 -1
  453. package/es/packages/big-table/src/hooks/useNestTable.mjs +0 -1
  454. package/es/packages/big-table/src/hooks/useTableParse.mjs +0 -1
  455. package/es/packages/big-table/src/utils.mjs +0 -1
  456. package/es/packages/big-table/style/index.less +0 -557
  457. package/es/packages/bpmn-workflow/index.mjs +0 -1
  458. package/es/packages/bpmn-workflow/index2.mjs +0 -11
  459. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +0 -2
  460. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +0 -1
  461. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +0 -1
  462. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +0 -1
  463. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +0 -1
  464. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +0 -1
  465. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +0 -1
  466. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +0 -1
  467. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +0 -1
  468. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +0 -1
  469. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +0 -1
  470. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +0 -1
  471. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +0 -1
  472. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +0 -1
  473. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +0 -1
  474. package/es/packages/bpmn-workflow/style/index.less +0 -29
  475. package/es/packages/button-print/index.mjs +0 -1
  476. package/es/packages/button-print/index2.mjs +0 -11
  477. package/es/packages/button-print/src/ButtonPrint.mjs +0 -2
  478. package/es/packages/button-print/src/components/IdentityVerification.mjs +0 -2
  479. package/es/packages/button-print/src/utils/print.es.min.mjs +0 -1
  480. package/es/packages/button-print/style/index.less +0 -30
  481. package/es/packages/chunk-upload/index.mjs +0 -1
  482. package/es/packages/chunk-upload/index2.mjs +0 -16
  483. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +0 -2
  484. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +0 -1
  485. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +0 -1
  486. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +0 -1
  487. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +0 -1
  488. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +0 -2
  489. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +0 -2
  490. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +0 -1
  491. package/es/packages/chunk-upload/style/index.less +0 -395
  492. package/es/packages/drag-layout/index.mjs +0 -1
  493. package/es/packages/drag-layout/index2.mjs +0 -13
  494. package/es/packages/drag-layout/src/DragFormLeftItem.mjs +0 -2
  495. package/es/packages/drag-layout/src/DragFormRightItem.mjs +0 -2
  496. package/es/packages/drag-layout/src/DragLayout.mjs +0 -2
  497. package/es/packages/drag-layout/style/index.less +0 -208
  498. package/es/packages/editor/index.mjs +0 -1
  499. package/es/packages/editor/index2.mjs +0 -10
  500. package/es/packages/editor/src/Editor.mjs +0 -1
  501. package/es/packages/field-set/index.mjs +0 -1
  502. package/es/packages/field-set/index2.mjs +0 -11
  503. package/es/packages/field-set/src/FieldSet.mjs +0 -2
  504. package/es/packages/field-set/src/Index.mjs +0 -2
  505. package/es/packages/field-set/src/Index.vue_vue_type_script_setup_true_lang.mjs +0 -25
  506. package/es/packages/field-set/src/Index2.mjs +0 -4
  507. package/es/packages/field-set/src/NewFieldSet.mjs +0 -2
  508. package/es/packages/field-set/src/index3.mjs +0 -4
  509. package/es/packages/field-set/style/index.less +0 -157
  510. package/es/packages/form-render/index.mjs +0 -10
  511. package/es/packages/form-render/index2.mjs +0 -15
  512. package/es/packages/form-render/src/FormRender.mjs +0 -2
  513. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +0 -91
  514. package/es/packages/form-render/src/components/cascader.mjs +0 -1
  515. package/es/packages/form-render/src/components/checkbox.mjs +0 -1
  516. package/es/packages/form-render/src/components/collapse.mjs +0 -1
  517. package/es/packages/form-render/src/components/combination.mjs +0 -1
  518. package/es/packages/form-render/src/components/date.mjs +0 -1
  519. package/es/packages/form-render/src/components/formItem.mjs +0 -1
  520. package/es/packages/form-render/src/components/index.mjs +0 -15
  521. package/es/packages/form-render/src/components/index2.mjs +0 -15
  522. package/es/packages/form-render/src/components/input.mjs +0 -1
  523. package/es/packages/form-render/src/components/inputGroup.mjs +0 -1
  524. package/es/packages/form-render/src/components/inputNumber.mjs +0 -1
  525. package/es/packages/form-render/src/components/inputNumber2.mjs +0 -7
  526. package/es/packages/form-render/src/components/labelSelect.mjs +0 -1
  527. package/es/packages/form-render/src/components/radio.mjs +0 -1
  528. package/es/packages/form-render/src/components/select.mjs +0 -1
  529. package/es/packages/form-render/src/components/select2.mjs +0 -97
  530. package/es/packages/form-render/src/components/slider.mjs +0 -1
  531. package/es/packages/form-render/src/components/switch.mjs +0 -1
  532. package/es/packages/form-render/src/components/textarea.mjs +0 -1
  533. package/es/packages/form-render/src/constants/index.mjs +0 -1
  534. package/es/packages/form-render/src/hooks/index.mjs +0 -9
  535. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +0 -1
  536. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +0 -1
  537. package/es/packages/form-render/src/hooks/useCommonLog.mjs +0 -1
  538. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +0 -1
  539. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +0 -1
  540. package/es/packages/form-render/src/hooks/useFormField.mjs +0 -1
  541. package/es/packages/form-render/src/hooks/useFormRequest.mjs +0 -1
  542. package/es/packages/form-render/src/hooks/useFormValidator.mjs +0 -1
  543. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +0 -1
  544. package/es/packages/form-render/src/utils/index.mjs +0 -1
  545. package/es/packages/form-render/style/index.less +0 -116
  546. package/es/packages/form-table/index.mjs +0 -1
  547. package/es/packages/form-table/index2.mjs +0 -11
  548. package/es/packages/form-table/src/FormTable.mjs +0 -2
  549. package/es/packages/form-table/src/components/index.mjs +0 -1
  550. package/es/packages/form-table/src/components/table-age.mjs +0 -2
  551. package/es/packages/form-table/src/components/table-date-picker.mjs +0 -2
  552. package/es/packages/form-table/src/components/table-digital.mjs +0 -2
  553. package/es/packages/form-table/src/components/table-input-password.mjs +0 -2
  554. package/es/packages/form-table/src/components/table-input.mjs +0 -2
  555. package/es/packages/form-table/src/components/table-month-picker.mjs +0 -2
  556. package/es/packages/form-table/src/components/table-search-more.mjs +0 -2
  557. package/es/packages/form-table/src/components/table-search.mjs +0 -2
  558. package/es/packages/form-table/src/components/table-select-multiple.mjs +0 -2
  559. package/es/packages/form-table/src/components/table-select.mjs +0 -2
  560. package/es/packages/form-table/src/components/table-textarea.mjs +0 -2
  561. package/es/packages/form-table/src/components/table-time-picker.mjs +0 -2
  562. package/es/packages/form-table/src/components/table-tree-select.mjs +0 -2
  563. package/es/packages/form-table/src/components/text-over-tooltip.mjs +0 -2
  564. package/es/packages/form-table/src/configs/index.mjs +0 -1
  565. package/es/packages/form-table/src/hooks/index.mjs +0 -5
  566. package/es/packages/form-table/src/hooks/useBoundDate.mjs +0 -1
  567. package/es/packages/form-table/src/hooks/useDateType.mjs +0 -1
  568. package/es/packages/form-table/src/hooks/useFormCommon.mjs +0 -1
  569. package/es/packages/form-table/src/hooks/useFormEvent.mjs +0 -1
  570. package/es/packages/form-table/src/hooks/useItemDefault.mjs +0 -1
  571. package/es/packages/form-table/src/hooks/useSearch.mjs +0 -1
  572. package/es/packages/form-table/src/hooks/useValidate.mjs +0 -1
  573. package/es/packages/form-table/style/index.less +0 -301
  574. package/es/packages/grid/index.mjs +0 -1
  575. package/es/packages/grid/index2.mjs +0 -14
  576. package/es/packages/grid/src/Grid.mjs +0 -1
  577. package/es/packages/grid/src/hooks.mjs +0 -1
  578. package/es/packages/grid/style/index.less +0 -13
  579. package/es/packages/index.less +0 -3061
  580. package/es/packages/index.mjs +0 -26
  581. package/es/packages/index2.mjs +0 -64
  582. package/es/packages/info-header/index.mjs +0 -1
  583. package/es/packages/info-header/index2.mjs +0 -11
  584. package/es/packages/info-header/src/HiddenContent.mjs +0 -2
  585. package/es/packages/info-header/src/InfoHeader.mjs +0 -2
  586. package/es/packages/info-header/src/SlotRender.mjs +0 -1
  587. package/es/packages/info-header/style/index.less +0 -153
  588. package/es/packages/map/index.mjs +0 -1
  589. package/es/packages/map/index2.mjs +0 -11
  590. package/es/packages/map/src/Map.mjs +0 -2
  591. package/es/packages/map/style/index.less +0 -60
  592. package/es/packages/scale-view/index.mjs +0 -1
  593. package/es/packages/scale-view/index2.mjs +0 -37
  594. package/es/packages/scale-view/src/ScaleView.mjs +0 -2
  595. package/es/packages/scale-view/src/components/AnswerParse.mjs +0 -2
  596. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +0 -2
  597. package/es/packages/scale-view/src/components/EvaluatePage.mjs +0 -2
  598. package/es/packages/scale-view/src/components/NoData.mjs +0 -2
  599. package/es/packages/scale-view/src/components/ScaleScore.mjs +0 -1
  600. package/es/packages/scale-view/src/components/composables/choose-common.mjs +0 -1
  601. package/es/packages/scale-view/src/components/formitem/address.mjs +0 -1
  602. package/es/packages/scale-view/src/components/formitem/r-address.mjs +0 -1
  603. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +0 -1
  604. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +0 -1
  605. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +0 -1
  606. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +0 -1
  607. package/es/packages/scale-view/src/components/formitem/r-input.mjs +0 -1
  608. package/es/packages/scale-view/src/components/formitem/r-map.mjs +0 -1
  609. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +0 -1
  610. package/es/packages/scale-view/src/components/formitem/r-select.mjs +0 -1
  611. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +0 -1
  612. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.mjs +0 -2
  613. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +0 -1
  614. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +0 -1
  615. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +0 -1
  616. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +0 -1
  617. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +0 -1
  618. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +0 -1
  619. package/es/packages/scale-view/src/hooks/use-component.mjs +0 -1
  620. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +0 -1
  621. package/es/packages/scale-view/src/hooks/use-event.mjs +0 -1
  622. package/es/packages/scale-view/src/hooks/use-noData.mjs +0 -1
  623. package/es/packages/scale-view/src/utils/judge-types.mjs +0 -1
  624. package/es/packages/scale-view/style/index.less +0 -748
  625. package/es/packages/select-label/index.mjs +0 -1
  626. package/es/packages/select-label/index2.mjs +0 -17
  627. package/es/packages/select-label/src/LabelFormContent.mjs +0 -2
  628. package/es/packages/select-label/src/SelectLabel.mjs +0 -2
  629. package/es/packages/select-label/src/components/label-classify.mjs +0 -2
  630. package/es/packages/select-label/style/index.less +0 -151
  631. package/es/packages/select-person/index.mjs +0 -1
  632. package/es/packages/select-person/index2.mjs +0 -11
  633. package/es/packages/select-person/src/SearchTree.mjs +0 -2
  634. package/es/packages/select-person/src/SelectPerson.mjs +0 -2
  635. package/es/packages/select-person/src/utils/index.mjs +0 -1
  636. package/es/packages/select-person/style/index.less +0 -229
  637. package/es/packages/time-line/index.mjs +0 -1
  638. package/es/packages/time-line/index2.mjs +0 -11
  639. package/es/packages/time-line/src/TimeLine.mjs +0 -2
  640. package/es/packages/time-line/style/index.less +0 -35
  641. package/es/src/assets/img/failure.png +0 -0
  642. package/es/src/assets/img/icon-asc.png +0 -0
  643. package/es/src/assets/img/icon-desc.png +0 -0
  644. package/es/src/assets/img/no-permission.png +0 -0
  645. package/es/src/assets/img/nodata.png +0 -0
  646. package/es/src/assets/img/notfound.png +0 -0
  647. package/es/src/assets/img/qr.png +0 -0
  648. package/es/src/assets/img/success.png +0 -0
  649. package/es/src/assets/img/video.png +0 -0
  650. package/es/src/assets/img/video_default_cover.png +0 -0
  651. package/es/src/assets/img/video_hover.png +0 -0
  652. package/es/src/assets/img/video_play_hover.png +0 -0
  653. package/es/src/assets/img/xb_big.png +0 -0
  654. package/es/src/assets/img/xb_small.png +0 -0
  655. package/es/src/components/SelectPage/SelectPage.mjs +0 -2
  656. package/es/src/components/SelectPage/index.mjs +0 -2
  657. package/es/src/components/SvgIcon/SvgIcon.mjs +0 -2
  658. package/es/src/components/SvgIcon/index.mjs +0 -2
  659. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +0 -2
  660. package/es/src/components/TextOverTooltip/index.mjs +0 -2
  661. package/es/src/components/player-vod/index.mjs +0 -2
  662. package/es/src/components/player-vod/player.mjs +0 -1
  663. package/es/src/components/player-vod/video-list.mjs +0 -1
  664. package/es/src/components/player-vod/video-modal.mjs +0 -1
  665. package/es/src/core/create.mjs +0 -1
  666. package/es/src/core/create2.mjs +0 -8
  667. package/es/src/global/variable.mjs +0 -1
  668. package/es/src/global/variable2.mjs +0 -4
  669. package/es/src/utils/anime.mjs +0 -1
  670. package/es/src/utils/clickoutside.mjs +0 -1
  671. package/es/src/utils/crypto.mjs +0 -1
  672. package/es/src/utils/index.mjs +0 -1
  673. package/es/src/utils/loadViewer.mjs +0 -1
  674. package/es/src/utils/loadVxe.mjs +0 -1
  675. package/es/src/utils/utilExpand.mjs +0 -1
  676. package/es/src/utils/vexutils.mjs +0 -3
  677. package/md-plugin.ts +0 -201
  678. package/uno.config.ts +0 -22
  679. package/yarn-error.log +0 -122
@@ -0,0 +1,1452 @@
1
+ import { AnyObject } from '../../../../es/src/types';
2
+ import { PropType } from 'vue';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ searchPageConfig: {
5
+ type: PropType<AnyObject>;
6
+ default: () => {
7
+ page: number;
8
+ total: number;
9
+ hasNextPage: boolean;
10
+ };
11
+ };
12
+ handleSearchChangePage: {
13
+ type: FunctionConstructor;
14
+ default: () => void;
15
+ };
16
+ }, {
17
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
+ searchPageConfig: {
19
+ type: PropType<AnyObject>;
20
+ default: () => {
21
+ page: number;
22
+ total: number;
23
+ hasNextPage: boolean;
24
+ };
25
+ };
26
+ handleSearchChangePage: {
27
+ type: FunctionConstructor;
28
+ default: () => void;
29
+ };
30
+ }>> & {
31
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
32
+ }>>;
33
+ NButton: import("vue").DefineComponent<{
34
+ readonly color: StringConstructor;
35
+ readonly textColor: StringConstructor;
36
+ readonly text: BooleanConstructor;
37
+ readonly block: BooleanConstructor;
38
+ readonly loading: BooleanConstructor;
39
+ readonly disabled: BooleanConstructor;
40
+ readonly circle: BooleanConstructor;
41
+ readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
42
+ readonly ghost: BooleanConstructor;
43
+ readonly round: BooleanConstructor;
44
+ readonly secondary: BooleanConstructor;
45
+ readonly tertiary: BooleanConstructor;
46
+ readonly quaternary: BooleanConstructor;
47
+ readonly strong: BooleanConstructor;
48
+ readonly focusable: {
49
+ readonly type: BooleanConstructor;
50
+ readonly default: true;
51
+ };
52
+ readonly keyboard: {
53
+ readonly type: BooleanConstructor;
54
+ readonly default: true;
55
+ };
56
+ readonly tag: {
57
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
58
+ readonly default: "button";
59
+ };
60
+ readonly type: {
61
+ readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
62
+ readonly default: "default";
63
+ };
64
+ readonly dashed: BooleanConstructor;
65
+ readonly iconPlacement: {
66
+ readonly type: PropType<"left" | "right">;
67
+ readonly default: "left";
68
+ };
69
+ readonly attrType: {
70
+ readonly type: PropType<"button" | "reset" | "submit">;
71
+ readonly default: "button";
72
+ };
73
+ readonly bordered: {
74
+ readonly type: BooleanConstructor;
75
+ readonly default: true;
76
+ };
77
+ readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
78
+ readonly nativeFocusBehavior: {
79
+ readonly type: BooleanConstructor;
80
+ readonly default: boolean;
81
+ };
82
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
83
+ heightTiny: string;
84
+ heightSmall: string;
85
+ heightMedium: string;
86
+ heightLarge: string;
87
+ borderRadiusTiny: string;
88
+ borderRadiusSmall: string;
89
+ borderRadiusMedium: string;
90
+ borderRadiusLarge: string;
91
+ fontSizeTiny: string;
92
+ fontSizeSmall: string;
93
+ fontSizeMedium: string;
94
+ fontSizeLarge: string;
95
+ opacityDisabled: string;
96
+ colorOpacitySecondary: string;
97
+ colorOpacitySecondaryHover: string;
98
+ colorOpacitySecondaryPressed: string;
99
+ colorSecondary: string;
100
+ colorSecondaryHover: string;
101
+ colorSecondaryPressed: string;
102
+ colorTertiary: string;
103
+ colorTertiaryHover: string;
104
+ colorTertiaryPressed: string;
105
+ colorQuaternary: string;
106
+ colorQuaternaryHover: string;
107
+ colorQuaternaryPressed: string;
108
+ color: string;
109
+ colorHover: string;
110
+ colorPressed: string;
111
+ colorFocus: string;
112
+ colorDisabled: string;
113
+ textColor: string;
114
+ textColorTertiary: string;
115
+ textColorHover: string;
116
+ textColorPressed: string;
117
+ textColorFocus: string;
118
+ textColorDisabled: string;
119
+ textColorText: string;
120
+ textColorTextHover: string;
121
+ textColorTextPressed: string;
122
+ textColorTextFocus: string;
123
+ textColorTextDisabled: string;
124
+ textColorGhost: string;
125
+ textColorGhostHover: string;
126
+ textColorGhostPressed: string;
127
+ textColorGhostFocus: string;
128
+ textColorGhostDisabled: string;
129
+ border: string;
130
+ borderHover: string;
131
+ borderPressed: string;
132
+ borderFocus: string;
133
+ borderDisabled: string;
134
+ rippleColor: string;
135
+ colorPrimary: string;
136
+ colorHoverPrimary: string;
137
+ colorPressedPrimary: string;
138
+ colorFocusPrimary: string;
139
+ colorDisabledPrimary: string;
140
+ textColorPrimary: string;
141
+ textColorHoverPrimary: string;
142
+ textColorPressedPrimary: string;
143
+ textColorFocusPrimary: string;
144
+ textColorDisabledPrimary: string;
145
+ textColorTextPrimary: string;
146
+ textColorTextHoverPrimary: string;
147
+ textColorTextPressedPrimary: string;
148
+ textColorTextFocusPrimary: string;
149
+ textColorTextDisabledPrimary: string;
150
+ textColorGhostPrimary: string;
151
+ textColorGhostHoverPrimary: string;
152
+ textColorGhostPressedPrimary: string;
153
+ textColorGhostFocusPrimary: string;
154
+ textColorGhostDisabledPrimary: string;
155
+ borderPrimary: string;
156
+ borderHoverPrimary: string;
157
+ borderPressedPrimary: string;
158
+ borderFocusPrimary: string;
159
+ borderDisabledPrimary: string;
160
+ rippleColorPrimary: string;
161
+ colorInfo: string;
162
+ colorHoverInfo: string;
163
+ colorPressedInfo: string;
164
+ colorFocusInfo: string;
165
+ colorDisabledInfo: string;
166
+ textColorInfo: string;
167
+ textColorHoverInfo: string;
168
+ textColorPressedInfo: string;
169
+ textColorFocusInfo: string;
170
+ textColorDisabledInfo: string;
171
+ textColorTextInfo: string;
172
+ textColorTextHoverInfo: string;
173
+ textColorTextPressedInfo: string;
174
+ textColorTextFocusInfo: string;
175
+ textColorTextDisabledInfo: string;
176
+ textColorGhostInfo: string;
177
+ textColorGhostHoverInfo: string;
178
+ textColorGhostPressedInfo: string;
179
+ textColorGhostFocusInfo: string;
180
+ textColorGhostDisabledInfo: string;
181
+ borderInfo: string;
182
+ borderHoverInfo: string;
183
+ borderPressedInfo: string;
184
+ borderFocusInfo: string;
185
+ borderDisabledInfo: string;
186
+ rippleColorInfo: string;
187
+ colorSuccess: string;
188
+ colorHoverSuccess: string;
189
+ colorPressedSuccess: string;
190
+ colorFocusSuccess: string;
191
+ colorDisabledSuccess: string;
192
+ textColorSuccess: string;
193
+ textColorHoverSuccess: string;
194
+ textColorPressedSuccess: string;
195
+ textColorFocusSuccess: string;
196
+ textColorDisabledSuccess: string;
197
+ textColorTextSuccess: string;
198
+ textColorTextHoverSuccess: string;
199
+ textColorTextPressedSuccess: string;
200
+ textColorTextFocusSuccess: string;
201
+ textColorTextDisabledSuccess: string;
202
+ textColorGhostSuccess: string;
203
+ textColorGhostHoverSuccess: string;
204
+ textColorGhostPressedSuccess: string;
205
+ textColorGhostFocusSuccess: string;
206
+ textColorGhostDisabledSuccess: string;
207
+ borderSuccess: string;
208
+ borderHoverSuccess: string;
209
+ borderPressedSuccess: string;
210
+ borderFocusSuccess: string;
211
+ borderDisabledSuccess: string;
212
+ rippleColorSuccess: string;
213
+ colorWarning: string;
214
+ colorHoverWarning: string;
215
+ colorPressedWarning: string;
216
+ colorFocusWarning: string;
217
+ colorDisabledWarning: string;
218
+ textColorWarning: string;
219
+ textColorHoverWarning: string;
220
+ textColorPressedWarning: string;
221
+ textColorFocusWarning: string;
222
+ textColorDisabledWarning: string;
223
+ textColorTextWarning: string;
224
+ textColorTextHoverWarning: string;
225
+ textColorTextPressedWarning: string;
226
+ textColorTextFocusWarning: string;
227
+ textColorTextDisabledWarning: string;
228
+ textColorGhostWarning: string;
229
+ textColorGhostHoverWarning: string;
230
+ textColorGhostPressedWarning: string;
231
+ textColorGhostFocusWarning: string;
232
+ textColorGhostDisabledWarning: string;
233
+ borderWarning: string;
234
+ borderHoverWarning: string;
235
+ borderPressedWarning: string;
236
+ borderFocusWarning: string;
237
+ borderDisabledWarning: string;
238
+ rippleColorWarning: string;
239
+ colorError: string;
240
+ colorHoverError: string;
241
+ colorPressedError: string;
242
+ colorFocusError: string;
243
+ colorDisabledError: string;
244
+ textColorError: string;
245
+ textColorHoverError: string;
246
+ textColorPressedError: string;
247
+ textColorFocusError: string;
248
+ textColorDisabledError: string;
249
+ textColorTextError: string;
250
+ textColorTextHoverError: string;
251
+ textColorTextPressedError: string;
252
+ textColorTextFocusError: string;
253
+ textColorTextDisabledError: string;
254
+ textColorGhostError: string;
255
+ textColorGhostHoverError: string;
256
+ textColorGhostPressedError: string;
257
+ textColorGhostFocusError: string;
258
+ textColorGhostDisabledError: string;
259
+ borderError: string;
260
+ borderHoverError: string;
261
+ borderPressedError: string;
262
+ borderFocusError: string;
263
+ borderDisabledError: string;
264
+ rippleColorError: string;
265
+ waveOpacity: string;
266
+ fontWeight: string;
267
+ fontWeightStrong: string;
268
+ paddingTiny: string;
269
+ paddingSmall: string;
270
+ paddingMedium: string;
271
+ paddingLarge: string;
272
+ paddingRoundTiny: string;
273
+ paddingRoundSmall: string;
274
+ paddingRoundMedium: string;
275
+ paddingRoundLarge: string;
276
+ iconMarginTiny: string;
277
+ iconMarginSmall: string;
278
+ iconMarginMedium: string;
279
+ iconMarginLarge: string;
280
+ iconSizeTiny: string;
281
+ iconSizeSmall: string;
282
+ iconSizeMedium: string;
283
+ iconSizeLarge: string;
284
+ rippleDuration: string;
285
+ }, any>>;
286
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
287
+ heightTiny: string;
288
+ heightSmall: string;
289
+ heightMedium: string;
290
+ heightLarge: string;
291
+ borderRadiusTiny: string;
292
+ borderRadiusSmall: string;
293
+ borderRadiusMedium: string;
294
+ borderRadiusLarge: string;
295
+ fontSizeTiny: string;
296
+ fontSizeSmall: string;
297
+ fontSizeMedium: string;
298
+ fontSizeLarge: string;
299
+ opacityDisabled: string;
300
+ colorOpacitySecondary: string;
301
+ colorOpacitySecondaryHover: string;
302
+ colorOpacitySecondaryPressed: string;
303
+ colorSecondary: string;
304
+ colorSecondaryHover: string;
305
+ colorSecondaryPressed: string;
306
+ colorTertiary: string;
307
+ colorTertiaryHover: string;
308
+ colorTertiaryPressed: string;
309
+ colorQuaternary: string;
310
+ colorQuaternaryHover: string;
311
+ colorQuaternaryPressed: string;
312
+ color: string;
313
+ colorHover: string;
314
+ colorPressed: string;
315
+ colorFocus: string;
316
+ colorDisabled: string;
317
+ textColor: string;
318
+ textColorTertiary: string;
319
+ textColorHover: string;
320
+ textColorPressed: string;
321
+ textColorFocus: string;
322
+ textColorDisabled: string;
323
+ textColorText: string;
324
+ textColorTextHover: string;
325
+ textColorTextPressed: string;
326
+ textColorTextFocus: string;
327
+ textColorTextDisabled: string;
328
+ textColorGhost: string;
329
+ textColorGhostHover: string;
330
+ textColorGhostPressed: string;
331
+ textColorGhostFocus: string;
332
+ textColorGhostDisabled: string;
333
+ border: string;
334
+ borderHover: string;
335
+ borderPressed: string;
336
+ borderFocus: string;
337
+ borderDisabled: string;
338
+ rippleColor: string;
339
+ colorPrimary: string;
340
+ colorHoverPrimary: string;
341
+ colorPressedPrimary: string;
342
+ colorFocusPrimary: string;
343
+ colorDisabledPrimary: string;
344
+ textColorPrimary: string;
345
+ textColorHoverPrimary: string;
346
+ textColorPressedPrimary: string;
347
+ textColorFocusPrimary: string;
348
+ textColorDisabledPrimary: string;
349
+ textColorTextPrimary: string;
350
+ textColorTextHoverPrimary: string;
351
+ textColorTextPressedPrimary: string;
352
+ textColorTextFocusPrimary: string;
353
+ textColorTextDisabledPrimary: string;
354
+ textColorGhostPrimary: string;
355
+ textColorGhostHoverPrimary: string;
356
+ textColorGhostPressedPrimary: string;
357
+ textColorGhostFocusPrimary: string;
358
+ textColorGhostDisabledPrimary: string;
359
+ borderPrimary: string;
360
+ borderHoverPrimary: string;
361
+ borderPressedPrimary: string;
362
+ borderFocusPrimary: string;
363
+ borderDisabledPrimary: string;
364
+ rippleColorPrimary: string;
365
+ colorInfo: string;
366
+ colorHoverInfo: string;
367
+ colorPressedInfo: string;
368
+ colorFocusInfo: string;
369
+ colorDisabledInfo: string;
370
+ textColorInfo: string;
371
+ textColorHoverInfo: string;
372
+ textColorPressedInfo: string;
373
+ textColorFocusInfo: string;
374
+ textColorDisabledInfo: string;
375
+ textColorTextInfo: string;
376
+ textColorTextHoverInfo: string;
377
+ textColorTextPressedInfo: string;
378
+ textColorTextFocusInfo: string;
379
+ textColorTextDisabledInfo: string;
380
+ textColorGhostInfo: string;
381
+ textColorGhostHoverInfo: string;
382
+ textColorGhostPressedInfo: string;
383
+ textColorGhostFocusInfo: string;
384
+ textColorGhostDisabledInfo: string;
385
+ borderInfo: string;
386
+ borderHoverInfo: string;
387
+ borderPressedInfo: string;
388
+ borderFocusInfo: string;
389
+ borderDisabledInfo: string;
390
+ rippleColorInfo: string;
391
+ colorSuccess: string;
392
+ colorHoverSuccess: string;
393
+ colorPressedSuccess: string;
394
+ colorFocusSuccess: string;
395
+ colorDisabledSuccess: string;
396
+ textColorSuccess: string;
397
+ textColorHoverSuccess: string;
398
+ textColorPressedSuccess: string;
399
+ textColorFocusSuccess: string;
400
+ textColorDisabledSuccess: string;
401
+ textColorTextSuccess: string;
402
+ textColorTextHoverSuccess: string;
403
+ textColorTextPressedSuccess: string;
404
+ textColorTextFocusSuccess: string;
405
+ textColorTextDisabledSuccess: string;
406
+ textColorGhostSuccess: string;
407
+ textColorGhostHoverSuccess: string;
408
+ textColorGhostPressedSuccess: string;
409
+ textColorGhostFocusSuccess: string;
410
+ textColorGhostDisabledSuccess: string;
411
+ borderSuccess: string;
412
+ borderHoverSuccess: string;
413
+ borderPressedSuccess: string;
414
+ borderFocusSuccess: string;
415
+ borderDisabledSuccess: string;
416
+ rippleColorSuccess: string;
417
+ colorWarning: string;
418
+ colorHoverWarning: string;
419
+ colorPressedWarning: string;
420
+ colorFocusWarning: string;
421
+ colorDisabledWarning: string;
422
+ textColorWarning: string;
423
+ textColorHoverWarning: string;
424
+ textColorPressedWarning: string;
425
+ textColorFocusWarning: string;
426
+ textColorDisabledWarning: string;
427
+ textColorTextWarning: string;
428
+ textColorTextHoverWarning: string;
429
+ textColorTextPressedWarning: string;
430
+ textColorTextFocusWarning: string;
431
+ textColorTextDisabledWarning: string;
432
+ textColorGhostWarning: string;
433
+ textColorGhostHoverWarning: string;
434
+ textColorGhostPressedWarning: string;
435
+ textColorGhostFocusWarning: string;
436
+ textColorGhostDisabledWarning: string;
437
+ borderWarning: string;
438
+ borderHoverWarning: string;
439
+ borderPressedWarning: string;
440
+ borderFocusWarning: string;
441
+ borderDisabledWarning: string;
442
+ rippleColorWarning: string;
443
+ colorError: string;
444
+ colorHoverError: string;
445
+ colorPressedError: string;
446
+ colorFocusError: string;
447
+ colorDisabledError: string;
448
+ textColorError: string;
449
+ textColorHoverError: string;
450
+ textColorPressedError: string;
451
+ textColorFocusError: string;
452
+ textColorDisabledError: string;
453
+ textColorTextError: string;
454
+ textColorTextHoverError: string;
455
+ textColorTextPressedError: string;
456
+ textColorTextFocusError: string;
457
+ textColorTextDisabledError: string;
458
+ textColorGhostError: string;
459
+ textColorGhostHoverError: string;
460
+ textColorGhostPressedError: string;
461
+ textColorGhostFocusError: string;
462
+ textColorGhostDisabledError: string;
463
+ borderError: string;
464
+ borderHoverError: string;
465
+ borderPressedError: string;
466
+ borderFocusError: string;
467
+ borderDisabledError: string;
468
+ rippleColorError: string;
469
+ waveOpacity: string;
470
+ fontWeight: string;
471
+ fontWeightStrong: string;
472
+ paddingTiny: string;
473
+ paddingSmall: string;
474
+ paddingMedium: string;
475
+ paddingLarge: string;
476
+ paddingRoundTiny: string;
477
+ paddingRoundSmall: string;
478
+ paddingRoundMedium: string;
479
+ paddingRoundLarge: string;
480
+ iconMarginTiny: string;
481
+ iconMarginSmall: string;
482
+ iconMarginMedium: string;
483
+ iconMarginLarge: string;
484
+ iconSizeTiny: string;
485
+ iconSizeSmall: string;
486
+ iconSizeMedium: string;
487
+ iconSizeLarge: string;
488
+ rippleDuration: string;
489
+ }, any>>>;
490
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
491
+ heightTiny: string;
492
+ heightSmall: string;
493
+ heightMedium: string;
494
+ heightLarge: string;
495
+ borderRadiusTiny: string;
496
+ borderRadiusSmall: string;
497
+ borderRadiusMedium: string;
498
+ borderRadiusLarge: string;
499
+ fontSizeTiny: string;
500
+ fontSizeSmall: string;
501
+ fontSizeMedium: string;
502
+ fontSizeLarge: string;
503
+ opacityDisabled: string;
504
+ colorOpacitySecondary: string;
505
+ colorOpacitySecondaryHover: string;
506
+ colorOpacitySecondaryPressed: string;
507
+ colorSecondary: string;
508
+ colorSecondaryHover: string;
509
+ colorSecondaryPressed: string;
510
+ colorTertiary: string;
511
+ colorTertiaryHover: string;
512
+ colorTertiaryPressed: string;
513
+ colorQuaternary: string;
514
+ colorQuaternaryHover: string;
515
+ colorQuaternaryPressed: string;
516
+ color: string;
517
+ colorHover: string;
518
+ colorPressed: string;
519
+ colorFocus: string;
520
+ colorDisabled: string;
521
+ textColor: string;
522
+ textColorTertiary: string;
523
+ textColorHover: string;
524
+ textColorPressed: string;
525
+ textColorFocus: string;
526
+ textColorDisabled: string;
527
+ textColorText: string;
528
+ textColorTextHover: string;
529
+ textColorTextPressed: string;
530
+ textColorTextFocus: string;
531
+ textColorTextDisabled: string;
532
+ textColorGhost: string;
533
+ textColorGhostHover: string;
534
+ textColorGhostPressed: string;
535
+ textColorGhostFocus: string;
536
+ textColorGhostDisabled: string;
537
+ border: string;
538
+ borderHover: string;
539
+ borderPressed: string;
540
+ borderFocus: string;
541
+ borderDisabled: string;
542
+ rippleColor: string;
543
+ colorPrimary: string;
544
+ colorHoverPrimary: string;
545
+ colorPressedPrimary: string;
546
+ colorFocusPrimary: string;
547
+ colorDisabledPrimary: string;
548
+ textColorPrimary: string;
549
+ textColorHoverPrimary: string;
550
+ textColorPressedPrimary: string;
551
+ textColorFocusPrimary: string;
552
+ textColorDisabledPrimary: string;
553
+ textColorTextPrimary: string;
554
+ textColorTextHoverPrimary: string;
555
+ textColorTextPressedPrimary: string;
556
+ textColorTextFocusPrimary: string;
557
+ textColorTextDisabledPrimary: string;
558
+ textColorGhostPrimary: string;
559
+ textColorGhostHoverPrimary: string;
560
+ textColorGhostPressedPrimary: string;
561
+ textColorGhostFocusPrimary: string;
562
+ textColorGhostDisabledPrimary: string;
563
+ borderPrimary: string;
564
+ borderHoverPrimary: string;
565
+ borderPressedPrimary: string;
566
+ borderFocusPrimary: string;
567
+ borderDisabledPrimary: string;
568
+ rippleColorPrimary: string;
569
+ colorInfo: string;
570
+ colorHoverInfo: string;
571
+ colorPressedInfo: string;
572
+ colorFocusInfo: string;
573
+ colorDisabledInfo: string;
574
+ textColorInfo: string;
575
+ textColorHoverInfo: string;
576
+ textColorPressedInfo: string;
577
+ textColorFocusInfo: string;
578
+ textColorDisabledInfo: string;
579
+ textColorTextInfo: string;
580
+ textColorTextHoverInfo: string;
581
+ textColorTextPressedInfo: string;
582
+ textColorTextFocusInfo: string;
583
+ textColorTextDisabledInfo: string;
584
+ textColorGhostInfo: string;
585
+ textColorGhostHoverInfo: string;
586
+ textColorGhostPressedInfo: string;
587
+ textColorGhostFocusInfo: string;
588
+ textColorGhostDisabledInfo: string;
589
+ borderInfo: string;
590
+ borderHoverInfo: string;
591
+ borderPressedInfo: string;
592
+ borderFocusInfo: string;
593
+ borderDisabledInfo: string;
594
+ rippleColorInfo: string;
595
+ colorSuccess: string;
596
+ colorHoverSuccess: string;
597
+ colorPressedSuccess: string;
598
+ colorFocusSuccess: string;
599
+ colorDisabledSuccess: string;
600
+ textColorSuccess: string;
601
+ textColorHoverSuccess: string;
602
+ textColorPressedSuccess: string;
603
+ textColorFocusSuccess: string;
604
+ textColorDisabledSuccess: string;
605
+ textColorTextSuccess: string;
606
+ textColorTextHoverSuccess: string;
607
+ textColorTextPressedSuccess: string;
608
+ textColorTextFocusSuccess: string;
609
+ textColorTextDisabledSuccess: string;
610
+ textColorGhostSuccess: string;
611
+ textColorGhostHoverSuccess: string;
612
+ textColorGhostPressedSuccess: string;
613
+ textColorGhostFocusSuccess: string;
614
+ textColorGhostDisabledSuccess: string;
615
+ borderSuccess: string;
616
+ borderHoverSuccess: string;
617
+ borderPressedSuccess: string;
618
+ borderFocusSuccess: string;
619
+ borderDisabledSuccess: string;
620
+ rippleColorSuccess: string;
621
+ colorWarning: string;
622
+ colorHoverWarning: string;
623
+ colorPressedWarning: string;
624
+ colorFocusWarning: string;
625
+ colorDisabledWarning: string;
626
+ textColorWarning: string;
627
+ textColorHoverWarning: string;
628
+ textColorPressedWarning: string;
629
+ textColorFocusWarning: string;
630
+ textColorDisabledWarning: string;
631
+ textColorTextWarning: string;
632
+ textColorTextHoverWarning: string;
633
+ textColorTextPressedWarning: string;
634
+ textColorTextFocusWarning: string;
635
+ textColorTextDisabledWarning: string;
636
+ textColorGhostWarning: string;
637
+ textColorGhostHoverWarning: string;
638
+ textColorGhostPressedWarning: string;
639
+ textColorGhostFocusWarning: string;
640
+ textColorGhostDisabledWarning: string;
641
+ borderWarning: string;
642
+ borderHoverWarning: string;
643
+ borderPressedWarning: string;
644
+ borderFocusWarning: string;
645
+ borderDisabledWarning: string;
646
+ rippleColorWarning: string;
647
+ colorError: string;
648
+ colorHoverError: string;
649
+ colorPressedError: string;
650
+ colorFocusError: string;
651
+ colorDisabledError: string;
652
+ textColorError: string;
653
+ textColorHoverError: string;
654
+ textColorPressedError: string;
655
+ textColorFocusError: string;
656
+ textColorDisabledError: string;
657
+ textColorTextError: string;
658
+ textColorTextHoverError: string;
659
+ textColorTextPressedError: string;
660
+ textColorTextFocusError: string;
661
+ textColorTextDisabledError: string;
662
+ textColorGhostError: string;
663
+ textColorGhostHoverError: string;
664
+ textColorGhostPressedError: string;
665
+ textColorGhostFocusError: string;
666
+ textColorGhostDisabledError: string;
667
+ borderError: string;
668
+ borderHoverError: string;
669
+ borderPressedError: string;
670
+ borderFocusError: string;
671
+ borderDisabledError: string;
672
+ rippleColorError: string;
673
+ waveOpacity: string;
674
+ fontWeight: string;
675
+ fontWeightStrong: string;
676
+ paddingTiny: string;
677
+ paddingSmall: string;
678
+ paddingMedium: string;
679
+ paddingLarge: string;
680
+ paddingRoundTiny: string;
681
+ paddingRoundSmall: string;
682
+ paddingRoundMedium: string;
683
+ paddingRoundLarge: string;
684
+ iconMarginTiny: string;
685
+ iconMarginSmall: string;
686
+ iconMarginMedium: string;
687
+ iconMarginLarge: string;
688
+ iconSizeTiny: string;
689
+ iconSizeSmall: string;
690
+ iconSizeMedium: string;
691
+ iconSizeLarge: string;
692
+ rippleDuration: string;
693
+ }, any>>>;
694
+ }, {
695
+ selfElRef: import("vue").Ref<HTMLElement | null>;
696
+ waveElRef: import("vue").Ref<{
697
+ play: () => void;
698
+ } | null>;
699
+ mergedClsPrefix: import("vue").ComputedRef<string>;
700
+ mergedFocusable: import("vue").ComputedRef<boolean>;
701
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
702
+ showBorder: import("vue").ComputedRef<boolean>;
703
+ enterPressed: import("vue").Ref<boolean>;
704
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
705
+ handleMousedown: (e: MouseEvent) => void;
706
+ handleKeydown: (e: KeyboardEvent) => void;
707
+ handleBlur: () => void;
708
+ handleKeyup: (e: KeyboardEvent) => void;
709
+ handleClick: (e: MouseEvent) => void;
710
+ customColorCssVars: import("vue").ComputedRef<{
711
+ '--n-border-color': string;
712
+ '--n-border-color-hover': string;
713
+ '--n-border-color-pressed': string;
714
+ '--n-border-color-focus': string;
715
+ '--n-border-color-disabled': string;
716
+ } | null>;
717
+ cssVars: import("vue").ComputedRef<{
718
+ '--n-width': string;
719
+ '--n-height': string;
720
+ '--n-font-size': string;
721
+ '--n-padding': string;
722
+ '--n-icon-size': string;
723
+ '--n-icon-margin': string;
724
+ '--n-border-radius': string;
725
+ '--n-border': string;
726
+ '--n-border-hover': string;
727
+ '--n-border-pressed': string;
728
+ '--n-border-focus': string;
729
+ '--n-border-disabled': string;
730
+ '--n-color': string;
731
+ '--n-color-hover': string;
732
+ '--n-color-pressed': string;
733
+ '--n-color-focus': string;
734
+ '--n-color-disabled': string;
735
+ '--n-ripple-color': string;
736
+ '--n-text-color': string;
737
+ '--n-text-color-hover': string;
738
+ '--n-text-color-pressed': string;
739
+ '--n-text-color-focus': string;
740
+ '--n-text-color-disabled': string;
741
+ 'font-weight': string;
742
+ '--n-bezier': string;
743
+ '--n-bezier-ease-out': string;
744
+ '--n-ripple-duration': string;
745
+ '--n-opacity-disabled': string;
746
+ '--n-wave-opacity': string;
747
+ }> | undefined;
748
+ themeClass: import("vue").Ref<string> | undefined;
749
+ onRender: (() => void) | undefined;
750
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
751
+ readonly color: StringConstructor;
752
+ readonly textColor: StringConstructor;
753
+ readonly text: BooleanConstructor;
754
+ readonly block: BooleanConstructor;
755
+ readonly loading: BooleanConstructor;
756
+ readonly disabled: BooleanConstructor;
757
+ readonly circle: BooleanConstructor;
758
+ readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
759
+ readonly ghost: BooleanConstructor;
760
+ readonly round: BooleanConstructor;
761
+ readonly secondary: BooleanConstructor;
762
+ readonly tertiary: BooleanConstructor;
763
+ readonly quaternary: BooleanConstructor;
764
+ readonly strong: BooleanConstructor;
765
+ readonly focusable: {
766
+ readonly type: BooleanConstructor;
767
+ readonly default: true;
768
+ };
769
+ readonly keyboard: {
770
+ readonly type: BooleanConstructor;
771
+ readonly default: true;
772
+ };
773
+ readonly tag: {
774
+ readonly type: PropType<keyof HTMLElementTagNameMap>;
775
+ readonly default: "button";
776
+ };
777
+ readonly type: {
778
+ readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
779
+ readonly default: "default";
780
+ };
781
+ readonly dashed: BooleanConstructor;
782
+ readonly iconPlacement: {
783
+ readonly type: PropType<"left" | "right">;
784
+ readonly default: "left";
785
+ };
786
+ readonly attrType: {
787
+ readonly type: PropType<"button" | "reset" | "submit">;
788
+ readonly default: "button";
789
+ };
790
+ readonly bordered: {
791
+ readonly type: BooleanConstructor;
792
+ readonly default: true;
793
+ };
794
+ readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
795
+ readonly nativeFocusBehavior: {
796
+ readonly type: BooleanConstructor;
797
+ readonly default: boolean;
798
+ };
799
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
800
+ heightTiny: string;
801
+ heightSmall: string;
802
+ heightMedium: string;
803
+ heightLarge: string;
804
+ borderRadiusTiny: string;
805
+ borderRadiusSmall: string;
806
+ borderRadiusMedium: string;
807
+ borderRadiusLarge: string;
808
+ fontSizeTiny: string;
809
+ fontSizeSmall: string;
810
+ fontSizeMedium: string;
811
+ fontSizeLarge: string;
812
+ opacityDisabled: string;
813
+ colorOpacitySecondary: string;
814
+ colorOpacitySecondaryHover: string;
815
+ colorOpacitySecondaryPressed: string;
816
+ colorSecondary: string;
817
+ colorSecondaryHover: string;
818
+ colorSecondaryPressed: string;
819
+ colorTertiary: string;
820
+ colorTertiaryHover: string;
821
+ colorTertiaryPressed: string;
822
+ colorQuaternary: string;
823
+ colorQuaternaryHover: string;
824
+ colorQuaternaryPressed: string;
825
+ color: string;
826
+ colorHover: string;
827
+ colorPressed: string;
828
+ colorFocus: string;
829
+ colorDisabled: string;
830
+ textColor: string;
831
+ textColorTertiary: string;
832
+ textColorHover: string;
833
+ textColorPressed: string;
834
+ textColorFocus: string;
835
+ textColorDisabled: string;
836
+ textColorText: string;
837
+ textColorTextHover: string;
838
+ textColorTextPressed: string;
839
+ textColorTextFocus: string;
840
+ textColorTextDisabled: string;
841
+ textColorGhost: string;
842
+ textColorGhostHover: string;
843
+ textColorGhostPressed: string;
844
+ textColorGhostFocus: string;
845
+ textColorGhostDisabled: string;
846
+ border: string;
847
+ borderHover: string;
848
+ borderPressed: string;
849
+ borderFocus: string;
850
+ borderDisabled: string;
851
+ rippleColor: string;
852
+ colorPrimary: string;
853
+ colorHoverPrimary: string;
854
+ colorPressedPrimary: string;
855
+ colorFocusPrimary: string;
856
+ colorDisabledPrimary: string;
857
+ textColorPrimary: string;
858
+ textColorHoverPrimary: string;
859
+ textColorPressedPrimary: string;
860
+ textColorFocusPrimary: string;
861
+ textColorDisabledPrimary: string;
862
+ textColorTextPrimary: string;
863
+ textColorTextHoverPrimary: string;
864
+ textColorTextPressedPrimary: string;
865
+ textColorTextFocusPrimary: string;
866
+ textColorTextDisabledPrimary: string;
867
+ textColorGhostPrimary: string;
868
+ textColorGhostHoverPrimary: string;
869
+ textColorGhostPressedPrimary: string;
870
+ textColorGhostFocusPrimary: string;
871
+ textColorGhostDisabledPrimary: string;
872
+ borderPrimary: string;
873
+ borderHoverPrimary: string;
874
+ borderPressedPrimary: string;
875
+ borderFocusPrimary: string;
876
+ borderDisabledPrimary: string;
877
+ rippleColorPrimary: string;
878
+ colorInfo: string;
879
+ colorHoverInfo: string;
880
+ colorPressedInfo: string;
881
+ colorFocusInfo: string;
882
+ colorDisabledInfo: string;
883
+ textColorInfo: string;
884
+ textColorHoverInfo: string;
885
+ textColorPressedInfo: string;
886
+ textColorFocusInfo: string;
887
+ textColorDisabledInfo: string;
888
+ textColorTextInfo: string;
889
+ textColorTextHoverInfo: string;
890
+ textColorTextPressedInfo: string;
891
+ textColorTextFocusInfo: string;
892
+ textColorTextDisabledInfo: string;
893
+ textColorGhostInfo: string;
894
+ textColorGhostHoverInfo: string;
895
+ textColorGhostPressedInfo: string;
896
+ textColorGhostFocusInfo: string;
897
+ textColorGhostDisabledInfo: string;
898
+ borderInfo: string;
899
+ borderHoverInfo: string;
900
+ borderPressedInfo: string;
901
+ borderFocusInfo: string;
902
+ borderDisabledInfo: string;
903
+ rippleColorInfo: string;
904
+ colorSuccess: string;
905
+ colorHoverSuccess: string;
906
+ colorPressedSuccess: string;
907
+ colorFocusSuccess: string;
908
+ colorDisabledSuccess: string;
909
+ textColorSuccess: string;
910
+ textColorHoverSuccess: string;
911
+ textColorPressedSuccess: string;
912
+ textColorFocusSuccess: string;
913
+ textColorDisabledSuccess: string;
914
+ textColorTextSuccess: string;
915
+ textColorTextHoverSuccess: string;
916
+ textColorTextPressedSuccess: string;
917
+ textColorTextFocusSuccess: string;
918
+ textColorTextDisabledSuccess: string;
919
+ textColorGhostSuccess: string;
920
+ textColorGhostHoverSuccess: string;
921
+ textColorGhostPressedSuccess: string;
922
+ textColorGhostFocusSuccess: string;
923
+ textColorGhostDisabledSuccess: string;
924
+ borderSuccess: string;
925
+ borderHoverSuccess: string;
926
+ borderPressedSuccess: string;
927
+ borderFocusSuccess: string;
928
+ borderDisabledSuccess: string;
929
+ rippleColorSuccess: string;
930
+ colorWarning: string;
931
+ colorHoverWarning: string;
932
+ colorPressedWarning: string;
933
+ colorFocusWarning: string;
934
+ colorDisabledWarning: string;
935
+ textColorWarning: string;
936
+ textColorHoverWarning: string;
937
+ textColorPressedWarning: string;
938
+ textColorFocusWarning: string;
939
+ textColorDisabledWarning: string;
940
+ textColorTextWarning: string;
941
+ textColorTextHoverWarning: string;
942
+ textColorTextPressedWarning: string;
943
+ textColorTextFocusWarning: string;
944
+ textColorTextDisabledWarning: string;
945
+ textColorGhostWarning: string;
946
+ textColorGhostHoverWarning: string;
947
+ textColorGhostPressedWarning: string;
948
+ textColorGhostFocusWarning: string;
949
+ textColorGhostDisabledWarning: string;
950
+ borderWarning: string;
951
+ borderHoverWarning: string;
952
+ borderPressedWarning: string;
953
+ borderFocusWarning: string;
954
+ borderDisabledWarning: string;
955
+ rippleColorWarning: string;
956
+ colorError: string;
957
+ colorHoverError: string;
958
+ colorPressedError: string;
959
+ colorFocusError: string;
960
+ colorDisabledError: string;
961
+ textColorError: string;
962
+ textColorHoverError: string;
963
+ textColorPressedError: string;
964
+ textColorFocusError: string;
965
+ textColorDisabledError: string;
966
+ textColorTextError: string;
967
+ textColorTextHoverError: string;
968
+ textColorTextPressedError: string;
969
+ textColorTextFocusError: string;
970
+ textColorTextDisabledError: string;
971
+ textColorGhostError: string;
972
+ textColorGhostHoverError: string;
973
+ textColorGhostPressedError: string;
974
+ textColorGhostFocusError: string;
975
+ textColorGhostDisabledError: string;
976
+ borderError: string;
977
+ borderHoverError: string;
978
+ borderPressedError: string;
979
+ borderFocusError: string;
980
+ borderDisabledError: string;
981
+ rippleColorError: string;
982
+ waveOpacity: string;
983
+ fontWeight: string;
984
+ fontWeightStrong: string;
985
+ paddingTiny: string;
986
+ paddingSmall: string;
987
+ paddingMedium: string;
988
+ paddingLarge: string;
989
+ paddingRoundTiny: string;
990
+ paddingRoundSmall: string;
991
+ paddingRoundMedium: string;
992
+ paddingRoundLarge: string;
993
+ iconMarginTiny: string;
994
+ iconMarginSmall: string;
995
+ iconMarginMedium: string;
996
+ iconMarginLarge: string;
997
+ iconSizeTiny: string;
998
+ iconSizeSmall: string;
999
+ iconSizeMedium: string;
1000
+ iconSizeLarge: string;
1001
+ rippleDuration: string;
1002
+ }, any>>;
1003
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1004
+ heightTiny: string;
1005
+ heightSmall: string;
1006
+ heightMedium: string;
1007
+ heightLarge: string;
1008
+ borderRadiusTiny: string;
1009
+ borderRadiusSmall: string;
1010
+ borderRadiusMedium: string;
1011
+ borderRadiusLarge: string;
1012
+ fontSizeTiny: string;
1013
+ fontSizeSmall: string;
1014
+ fontSizeMedium: string;
1015
+ fontSizeLarge: string;
1016
+ opacityDisabled: string;
1017
+ colorOpacitySecondary: string;
1018
+ colorOpacitySecondaryHover: string;
1019
+ colorOpacitySecondaryPressed: string;
1020
+ colorSecondary: string;
1021
+ colorSecondaryHover: string;
1022
+ colorSecondaryPressed: string;
1023
+ colorTertiary: string;
1024
+ colorTertiaryHover: string;
1025
+ colorTertiaryPressed: string;
1026
+ colorQuaternary: string;
1027
+ colorQuaternaryHover: string;
1028
+ colorQuaternaryPressed: string;
1029
+ color: string;
1030
+ colorHover: string;
1031
+ colorPressed: string;
1032
+ colorFocus: string;
1033
+ colorDisabled: string;
1034
+ textColor: string;
1035
+ textColorTertiary: string;
1036
+ textColorHover: string;
1037
+ textColorPressed: string;
1038
+ textColorFocus: string;
1039
+ textColorDisabled: string;
1040
+ textColorText: string;
1041
+ textColorTextHover: string;
1042
+ textColorTextPressed: string;
1043
+ textColorTextFocus: string;
1044
+ textColorTextDisabled: string;
1045
+ textColorGhost: string;
1046
+ textColorGhostHover: string;
1047
+ textColorGhostPressed: string;
1048
+ textColorGhostFocus: string;
1049
+ textColorGhostDisabled: string;
1050
+ border: string;
1051
+ borderHover: string;
1052
+ borderPressed: string;
1053
+ borderFocus: string;
1054
+ borderDisabled: string;
1055
+ rippleColor: string;
1056
+ colorPrimary: string;
1057
+ colorHoverPrimary: string;
1058
+ colorPressedPrimary: string;
1059
+ colorFocusPrimary: string;
1060
+ colorDisabledPrimary: string;
1061
+ textColorPrimary: string;
1062
+ textColorHoverPrimary: string;
1063
+ textColorPressedPrimary: string;
1064
+ textColorFocusPrimary: string;
1065
+ textColorDisabledPrimary: string;
1066
+ textColorTextPrimary: string;
1067
+ textColorTextHoverPrimary: string;
1068
+ textColorTextPressedPrimary: string;
1069
+ textColorTextFocusPrimary: string;
1070
+ textColorTextDisabledPrimary: string;
1071
+ textColorGhostPrimary: string;
1072
+ textColorGhostHoverPrimary: string;
1073
+ textColorGhostPressedPrimary: string;
1074
+ textColorGhostFocusPrimary: string;
1075
+ textColorGhostDisabledPrimary: string;
1076
+ borderPrimary: string;
1077
+ borderHoverPrimary: string;
1078
+ borderPressedPrimary: string;
1079
+ borderFocusPrimary: string;
1080
+ borderDisabledPrimary: string;
1081
+ rippleColorPrimary: string;
1082
+ colorInfo: string;
1083
+ colorHoverInfo: string;
1084
+ colorPressedInfo: string;
1085
+ colorFocusInfo: string;
1086
+ colorDisabledInfo: string;
1087
+ textColorInfo: string;
1088
+ textColorHoverInfo: string;
1089
+ textColorPressedInfo: string;
1090
+ textColorFocusInfo: string;
1091
+ textColorDisabledInfo: string;
1092
+ textColorTextInfo: string;
1093
+ textColorTextHoverInfo: string;
1094
+ textColorTextPressedInfo: string;
1095
+ textColorTextFocusInfo: string;
1096
+ textColorTextDisabledInfo: string;
1097
+ textColorGhostInfo: string;
1098
+ textColorGhostHoverInfo: string;
1099
+ textColorGhostPressedInfo: string;
1100
+ textColorGhostFocusInfo: string;
1101
+ textColorGhostDisabledInfo: string;
1102
+ borderInfo: string;
1103
+ borderHoverInfo: string;
1104
+ borderPressedInfo: string;
1105
+ borderFocusInfo: string;
1106
+ borderDisabledInfo: string;
1107
+ rippleColorInfo: string;
1108
+ colorSuccess: string;
1109
+ colorHoverSuccess: string;
1110
+ colorPressedSuccess: string;
1111
+ colorFocusSuccess: string;
1112
+ colorDisabledSuccess: string;
1113
+ textColorSuccess: string;
1114
+ textColorHoverSuccess: string;
1115
+ textColorPressedSuccess: string;
1116
+ textColorFocusSuccess: string;
1117
+ textColorDisabledSuccess: string;
1118
+ textColorTextSuccess: string;
1119
+ textColorTextHoverSuccess: string;
1120
+ textColorTextPressedSuccess: string;
1121
+ textColorTextFocusSuccess: string;
1122
+ textColorTextDisabledSuccess: string;
1123
+ textColorGhostSuccess: string;
1124
+ textColorGhostHoverSuccess: string;
1125
+ textColorGhostPressedSuccess: string;
1126
+ textColorGhostFocusSuccess: string;
1127
+ textColorGhostDisabledSuccess: string;
1128
+ borderSuccess: string;
1129
+ borderHoverSuccess: string;
1130
+ borderPressedSuccess: string;
1131
+ borderFocusSuccess: string;
1132
+ borderDisabledSuccess: string;
1133
+ rippleColorSuccess: string;
1134
+ colorWarning: string;
1135
+ colorHoverWarning: string;
1136
+ colorPressedWarning: string;
1137
+ colorFocusWarning: string;
1138
+ colorDisabledWarning: string;
1139
+ textColorWarning: string;
1140
+ textColorHoverWarning: string;
1141
+ textColorPressedWarning: string;
1142
+ textColorFocusWarning: string;
1143
+ textColorDisabledWarning: string;
1144
+ textColorTextWarning: string;
1145
+ textColorTextHoverWarning: string;
1146
+ textColorTextPressedWarning: string;
1147
+ textColorTextFocusWarning: string;
1148
+ textColorTextDisabledWarning: string;
1149
+ textColorGhostWarning: string;
1150
+ textColorGhostHoverWarning: string;
1151
+ textColorGhostPressedWarning: string;
1152
+ textColorGhostFocusWarning: string;
1153
+ textColorGhostDisabledWarning: string;
1154
+ borderWarning: string;
1155
+ borderHoverWarning: string;
1156
+ borderPressedWarning: string;
1157
+ borderFocusWarning: string;
1158
+ borderDisabledWarning: string;
1159
+ rippleColorWarning: string;
1160
+ colorError: string;
1161
+ colorHoverError: string;
1162
+ colorPressedError: string;
1163
+ colorFocusError: string;
1164
+ colorDisabledError: string;
1165
+ textColorError: string;
1166
+ textColorHoverError: string;
1167
+ textColorPressedError: string;
1168
+ textColorFocusError: string;
1169
+ textColorDisabledError: string;
1170
+ textColorTextError: string;
1171
+ textColorTextHoverError: string;
1172
+ textColorTextPressedError: string;
1173
+ textColorTextFocusError: string;
1174
+ textColorTextDisabledError: string;
1175
+ textColorGhostError: string;
1176
+ textColorGhostHoverError: string;
1177
+ textColorGhostPressedError: string;
1178
+ textColorGhostFocusError: string;
1179
+ textColorGhostDisabledError: string;
1180
+ borderError: string;
1181
+ borderHoverError: string;
1182
+ borderPressedError: string;
1183
+ borderFocusError: string;
1184
+ borderDisabledError: string;
1185
+ rippleColorError: string;
1186
+ waveOpacity: string;
1187
+ fontWeight: string;
1188
+ fontWeightStrong: string;
1189
+ paddingTiny: string;
1190
+ paddingSmall: string;
1191
+ paddingMedium: string;
1192
+ paddingLarge: string;
1193
+ paddingRoundTiny: string;
1194
+ paddingRoundSmall: string;
1195
+ paddingRoundMedium: string;
1196
+ paddingRoundLarge: string;
1197
+ iconMarginTiny: string;
1198
+ iconMarginSmall: string;
1199
+ iconMarginMedium: string;
1200
+ iconMarginLarge: string;
1201
+ iconSizeTiny: string;
1202
+ iconSizeSmall: string;
1203
+ iconSizeMedium: string;
1204
+ iconSizeLarge: string;
1205
+ rippleDuration: string;
1206
+ }, any>>>;
1207
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1208
+ heightTiny: string;
1209
+ heightSmall: string;
1210
+ heightMedium: string;
1211
+ heightLarge: string;
1212
+ borderRadiusTiny: string;
1213
+ borderRadiusSmall: string;
1214
+ borderRadiusMedium: string;
1215
+ borderRadiusLarge: string;
1216
+ fontSizeTiny: string;
1217
+ fontSizeSmall: string;
1218
+ fontSizeMedium: string;
1219
+ fontSizeLarge: string;
1220
+ opacityDisabled: string;
1221
+ colorOpacitySecondary: string;
1222
+ colorOpacitySecondaryHover: string;
1223
+ colorOpacitySecondaryPressed: string;
1224
+ colorSecondary: string;
1225
+ colorSecondaryHover: string;
1226
+ colorSecondaryPressed: string;
1227
+ colorTertiary: string;
1228
+ colorTertiaryHover: string;
1229
+ colorTertiaryPressed: string;
1230
+ colorQuaternary: string;
1231
+ colorQuaternaryHover: string;
1232
+ colorQuaternaryPressed: string;
1233
+ color: string;
1234
+ colorHover: string;
1235
+ colorPressed: string;
1236
+ colorFocus: string;
1237
+ colorDisabled: string;
1238
+ textColor: string;
1239
+ textColorTertiary: string;
1240
+ textColorHover: string;
1241
+ textColorPressed: string;
1242
+ textColorFocus: string;
1243
+ textColorDisabled: string;
1244
+ textColorText: string;
1245
+ textColorTextHover: string;
1246
+ textColorTextPressed: string;
1247
+ textColorTextFocus: string;
1248
+ textColorTextDisabled: string;
1249
+ textColorGhost: string;
1250
+ textColorGhostHover: string;
1251
+ textColorGhostPressed: string;
1252
+ textColorGhostFocus: string;
1253
+ textColorGhostDisabled: string;
1254
+ border: string;
1255
+ borderHover: string;
1256
+ borderPressed: string;
1257
+ borderFocus: string;
1258
+ borderDisabled: string;
1259
+ rippleColor: string;
1260
+ colorPrimary: string;
1261
+ colorHoverPrimary: string;
1262
+ colorPressedPrimary: string;
1263
+ colorFocusPrimary: string;
1264
+ colorDisabledPrimary: string;
1265
+ textColorPrimary: string;
1266
+ textColorHoverPrimary: string;
1267
+ textColorPressedPrimary: string;
1268
+ textColorFocusPrimary: string;
1269
+ textColorDisabledPrimary: string;
1270
+ textColorTextPrimary: string;
1271
+ textColorTextHoverPrimary: string;
1272
+ textColorTextPressedPrimary: string;
1273
+ textColorTextFocusPrimary: string;
1274
+ textColorTextDisabledPrimary: string;
1275
+ textColorGhostPrimary: string;
1276
+ textColorGhostHoverPrimary: string;
1277
+ textColorGhostPressedPrimary: string;
1278
+ textColorGhostFocusPrimary: string;
1279
+ textColorGhostDisabledPrimary: string;
1280
+ borderPrimary: string;
1281
+ borderHoverPrimary: string;
1282
+ borderPressedPrimary: string;
1283
+ borderFocusPrimary: string;
1284
+ borderDisabledPrimary: string;
1285
+ rippleColorPrimary: string;
1286
+ colorInfo: string;
1287
+ colorHoverInfo: string;
1288
+ colorPressedInfo: string;
1289
+ colorFocusInfo: string;
1290
+ colorDisabledInfo: string;
1291
+ textColorInfo: string;
1292
+ textColorHoverInfo: string;
1293
+ textColorPressedInfo: string;
1294
+ textColorFocusInfo: string;
1295
+ textColorDisabledInfo: string;
1296
+ textColorTextInfo: string;
1297
+ textColorTextHoverInfo: string;
1298
+ textColorTextPressedInfo: string;
1299
+ textColorTextFocusInfo: string;
1300
+ textColorTextDisabledInfo: string;
1301
+ textColorGhostInfo: string;
1302
+ textColorGhostHoverInfo: string;
1303
+ textColorGhostPressedInfo: string;
1304
+ textColorGhostFocusInfo: string;
1305
+ textColorGhostDisabledInfo: string;
1306
+ borderInfo: string;
1307
+ borderHoverInfo: string;
1308
+ borderPressedInfo: string;
1309
+ borderFocusInfo: string;
1310
+ borderDisabledInfo: string;
1311
+ rippleColorInfo: string;
1312
+ colorSuccess: string;
1313
+ colorHoverSuccess: string;
1314
+ colorPressedSuccess: string;
1315
+ colorFocusSuccess: string;
1316
+ colorDisabledSuccess: string;
1317
+ textColorSuccess: string;
1318
+ textColorHoverSuccess: string;
1319
+ textColorPressedSuccess: string;
1320
+ textColorFocusSuccess: string;
1321
+ textColorDisabledSuccess: string;
1322
+ textColorTextSuccess: string;
1323
+ textColorTextHoverSuccess: string;
1324
+ textColorTextPressedSuccess: string;
1325
+ textColorTextFocusSuccess: string;
1326
+ textColorTextDisabledSuccess: string;
1327
+ textColorGhostSuccess: string;
1328
+ textColorGhostHoverSuccess: string;
1329
+ textColorGhostPressedSuccess: string;
1330
+ textColorGhostFocusSuccess: string;
1331
+ textColorGhostDisabledSuccess: string;
1332
+ borderSuccess: string;
1333
+ borderHoverSuccess: string;
1334
+ borderPressedSuccess: string;
1335
+ borderFocusSuccess: string;
1336
+ borderDisabledSuccess: string;
1337
+ rippleColorSuccess: string;
1338
+ colorWarning: string;
1339
+ colorHoverWarning: string;
1340
+ colorPressedWarning: string;
1341
+ colorFocusWarning: string;
1342
+ colorDisabledWarning: string;
1343
+ textColorWarning: string;
1344
+ textColorHoverWarning: string;
1345
+ textColorPressedWarning: string;
1346
+ textColorFocusWarning: string;
1347
+ textColorDisabledWarning: string;
1348
+ textColorTextWarning: string;
1349
+ textColorTextHoverWarning: string;
1350
+ textColorTextPressedWarning: string;
1351
+ textColorTextFocusWarning: string;
1352
+ textColorTextDisabledWarning: string;
1353
+ textColorGhostWarning: string;
1354
+ textColorGhostHoverWarning: string;
1355
+ textColorGhostPressedWarning: string;
1356
+ textColorGhostFocusWarning: string;
1357
+ textColorGhostDisabledWarning: string;
1358
+ borderWarning: string;
1359
+ borderHoverWarning: string;
1360
+ borderPressedWarning: string;
1361
+ borderFocusWarning: string;
1362
+ borderDisabledWarning: string;
1363
+ rippleColorWarning: string;
1364
+ colorError: string;
1365
+ colorHoverError: string;
1366
+ colorPressedError: string;
1367
+ colorFocusError: string;
1368
+ colorDisabledError: string;
1369
+ textColorError: string;
1370
+ textColorHoverError: string;
1371
+ textColorPressedError: string;
1372
+ textColorFocusError: string;
1373
+ textColorDisabledError: string;
1374
+ textColorTextError: string;
1375
+ textColorTextHoverError: string;
1376
+ textColorTextPressedError: string;
1377
+ textColorTextFocusError: string;
1378
+ textColorTextDisabledError: string;
1379
+ textColorGhostError: string;
1380
+ textColorGhostHoverError: string;
1381
+ textColorGhostPressedError: string;
1382
+ textColorGhostFocusError: string;
1383
+ textColorGhostDisabledError: string;
1384
+ borderError: string;
1385
+ borderHoverError: string;
1386
+ borderPressedError: string;
1387
+ borderFocusError: string;
1388
+ borderDisabledError: string;
1389
+ rippleColorError: string;
1390
+ waveOpacity: string;
1391
+ fontWeight: string;
1392
+ fontWeightStrong: string;
1393
+ paddingTiny: string;
1394
+ paddingSmall: string;
1395
+ paddingMedium: string;
1396
+ paddingLarge: string;
1397
+ paddingRoundTiny: string;
1398
+ paddingRoundSmall: string;
1399
+ paddingRoundMedium: string;
1400
+ paddingRoundLarge: string;
1401
+ iconMarginTiny: string;
1402
+ iconMarginSmall: string;
1403
+ iconMarginMedium: string;
1404
+ iconMarginLarge: string;
1405
+ iconSizeTiny: string;
1406
+ iconSizeSmall: string;
1407
+ iconSizeMedium: string;
1408
+ iconSizeLarge: string;
1409
+ rippleDuration: string;
1410
+ }, any>>>;
1411
+ }>>, {
1412
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1413
+ readonly tag: keyof HTMLElementTagNameMap;
1414
+ readonly block: boolean;
1415
+ readonly round: boolean;
1416
+ readonly dashed: boolean;
1417
+ readonly text: boolean;
1418
+ readonly circle: boolean;
1419
+ readonly disabled: boolean;
1420
+ readonly focusable: boolean;
1421
+ readonly strong: boolean;
1422
+ readonly loading: boolean;
1423
+ readonly bordered: boolean;
1424
+ readonly tertiary: boolean;
1425
+ readonly ghost: boolean;
1426
+ readonly keyboard: boolean;
1427
+ readonly secondary: boolean;
1428
+ readonly quaternary: boolean;
1429
+ readonly iconPlacement: "left" | "right";
1430
+ readonly attrType: "button" | "reset" | "submit";
1431
+ readonly nativeFocusBehavior: boolean;
1432
+ }>;
1433
+ ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1434
+ ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1435
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1436
+ searchPageConfig: {
1437
+ type: PropType<AnyObject>;
1438
+ default: () => {
1439
+ page: number;
1440
+ total: number;
1441
+ hasNextPage: boolean;
1442
+ };
1443
+ };
1444
+ handleSearchChangePage: {
1445
+ type: FunctionConstructor;
1446
+ default: () => void;
1447
+ };
1448
+ }>>, {
1449
+ searchPageConfig: AnyObject;
1450
+ handleSearchChangePage: Function;
1451
+ }>;
1452
+ export default _default;