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

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 (464) hide show
  1. package/README.md +22 -22
  2. package/env.d.ts +38 -26
  3. package/es/_virtual/_commonjsHelpers.mjs +1 -0
  4. package/es/_virtual/inherits.mjs +1 -0
  5. package/es/_virtual/inherits_browser.mjs +1 -0
  6. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.mjs +1 -0
  7. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.mjs +1 -0
  8. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.mjs +1 -0
  9. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.mjs +1 -0
  10. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.mjs +1 -0
  11. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.mjs +1 -0
  12. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.mjs +1 -0
  13. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.mjs +1 -0
  14. package/es/node_modules/diagram-js/lib/util/ClickTrap.mjs +1 -0
  15. package/es/node_modules/diagram-js/lib/util/Cursor.mjs +1 -0
  16. package/es/node_modules/diagram-js/lib/util/Event.mjs +1 -0
  17. package/es/node_modules/diagram-js/lib/util/Math.mjs +1 -0
  18. package/es/node_modules/diagram-js/lib/util/Mouse.mjs +1 -0
  19. package/es/node_modules/diagram-js/lib/util/Platform.mjs +1 -0
  20. package/es/node_modules/diagram-js/lib/util/PositionUtil.mjs +1 -0
  21. package/es/node_modules/diagram-js/lib/util/RenderUtil.mjs +1 -0
  22. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.mjs +1 -0
  23. package/es/node_modules/ids/dist/index.esm.mjs +1 -0
  24. package/es/node_modules/inherits/inherits.mjs +1 -0
  25. package/es/node_modules/inherits/inherits_browser.mjs +1 -0
  26. package/es/node_modules/inherits-browser/dist/index.es.mjs +1 -0
  27. package/es/node_modules/min-dash/dist/index.esm.mjs +1 -0
  28. package/es/node_modules/min-dom/dist/index.esm.mjs +1 -0
  29. package/es/node_modules/tiny-svg/dist/index.esm.mjs +1 -0
  30. package/es/packages/big-table/index.d.ts +22 -16
  31. package/es/packages/big-table/src/BigTable.vue.d.ts +23 -32
  32. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  33. package/es/packages/big-table/src/bigTableEmits2.mjs +1 -1
  34. package/es/packages/big-table/src/bigTableState.d.ts +5 -2
  35. package/es/packages/big-table/src/bigTableState2.mjs +1 -1
  36. package/es/packages/big-table/src/components/edit-form/edit-date.mjs +1 -1
  37. package/es/packages/big-table/src/components/edit-form/edit-date2.mjs +1 -0
  38. package/es/packages/big-table/src/components/edit-form/edit-input.mjs +1 -1
  39. package/es/packages/big-table/src/components/edit-form/edit-input2.mjs +1 -0
  40. package/es/packages/big-table/src/components/edit-form/edit-select-table.mjs +1 -0
  41. package/es/packages/big-table/src/components/edit-form/edit-select-table2.mjs +1 -0
  42. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  43. package/es/packages/big-table/src/components/edit-form/edit-select.mjs +1 -1
  44. package/es/packages/big-table/src/components/edit-form/edit-select2.mjs +1 -0
  45. package/es/packages/big-table/src/hooks/useBatchEditing2.mjs +1 -1
  46. package/es/packages/big-table/src/hooks/useEdit.d.ts +1 -1
  47. package/es/packages/big-table/src/hooks/useEdit2.mjs +1 -1
  48. package/es/packages/big-table/src/hooks/useEvent.d.ts +6 -0
  49. package/es/packages/big-table/src/hooks/useEvent.mjs +1 -0
  50. package/es/packages/big-table/src/hooks/useEvent2.mjs +1 -0
  51. package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -1
  52. package/es/packages/big-table/src/hooks/useFormat2.mjs +1 -1
  53. package/es/packages/big-table/src/hooks/useNestTable2.mjs +1 -1
  54. package/es/packages/big-table/src/hooks/useTableParse2.mjs +1 -1
  55. package/es/packages/big-table/src/utils2.mjs +1 -1
  56. package/es/packages/big-table/style/index.less +557 -557
  57. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  58. package/es/packages/bpmn-workflow/index.mjs +1 -0
  59. package/es/packages/bpmn-workflow/index2.mjs +1 -0
  60. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.mjs +1 -0
  61. package/es/packages/bpmn-workflow/src/BpmnWorkflow.mjs +1 -0
  62. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  63. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  64. package/es/packages/bpmn-workflow/src/BpmnWorkflow2.mjs +1 -0
  65. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  66. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.mjs +1 -0
  67. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer2.mjs +1 -0
  68. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  69. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.mjs +1 -0
  70. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider2.mjs +1 -0
  71. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  72. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.mjs +1 -0
  73. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette2.mjs +1 -0
  74. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  75. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.mjs +1 -0
  76. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap2.mjs +1 -0
  77. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  78. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.mjs +1 -0
  79. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer2.mjs +1 -0
  80. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  81. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.mjs +1 -0
  82. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules2.mjs +1 -0
  83. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  84. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.mjs +1 -0
  85. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index2.mjs +1 -0
  86. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  87. package/es/packages/bpmn-workflow/src/custom/customModeler/index.mjs +1 -0
  88. package/es/packages/bpmn-workflow/src/custom/customModeler/index2.mjs +1 -0
  89. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  90. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.mjs +1 -0
  91. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu2.mjs +1 -0
  92. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  93. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.mjs +1 -0
  94. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer2.mjs +1 -0
  95. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  96. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.mjs +1 -0
  97. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll2.mjs +1 -0
  98. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  99. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.mjs +1 -0
  100. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.mjs +1 -0
  101. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  102. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.mjs +1 -0
  103. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate2.mjs +1 -0
  104. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  105. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.mjs +1 -0
  106. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh2.mjs +1 -0
  107. package/es/packages/bpmn-workflow/style/index.css +29 -0
  108. package/es/packages/bpmn-workflow/style/index.less +29 -0
  109. package/es/packages/bpmn-workflow/types/BpmnViewer.d.mjs +1 -0
  110. package/es/packages/bpmn-workflow/types/ModelingModule.d.mjs +1 -0
  111. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.mjs +1 -0
  112. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +1 -1
  113. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -1
  114. package/es/packages/button-print/style/index.less +30 -30
  115. package/es/packages/chunk-upload/index.d.ts +1748 -0
  116. package/es/packages/chunk-upload/index.mjs +1 -0
  117. package/es/packages/chunk-upload/index2.mjs +1 -0
  118. package/es/packages/chunk-upload/src/chunk-upload-new.mjs +1 -0
  119. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  120. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +1 -0
  121. package/es/packages/chunk-upload/src/chunk-upload-new2.mjs +1 -0
  122. package/es/packages/chunk-upload/src/hooks/upload-computed.d.ts +11 -0
  123. package/es/packages/chunk-upload/src/hooks/upload-computed.mjs +1 -0
  124. package/es/packages/chunk-upload/src/hooks/upload-computed2.mjs +1 -0
  125. package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +61 -0
  126. package/es/packages/chunk-upload/src/hooks/upload-data.mjs +1 -0
  127. package/es/packages/chunk-upload/src/hooks/upload-data2.mjs +1 -0
  128. package/es/packages/chunk-upload/src/hooks/vod-computed.d.ts +10 -0
  129. package/es/packages/chunk-upload/src/hooks/vod-computed.mjs +1 -0
  130. package/es/packages/chunk-upload/src/hooks/vod-computed2.mjs +1 -0
  131. package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +44 -0
  132. package/es/packages/chunk-upload/src/hooks/vod-data.mjs +1 -0
  133. package/es/packages/chunk-upload/src/hooks/vod-data2.mjs +1 -0
  134. package/es/packages/chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
  135. package/es/packages/chunk-upload/src/vod-chunk-upload/index.mjs +1 -0
  136. package/es/packages/chunk-upload/src/vod-chunk-upload/index2.mjs +1 -0
  137. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.mjs +1 -0
  138. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  139. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +1 -0
  140. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload2.mjs +1 -0
  141. package/es/packages/chunk-upload/src/vod-upload-modal.d.ts +25 -0
  142. package/es/packages/chunk-upload/src/vod-upload-modal.mjs +1 -0
  143. package/es/packages/chunk-upload/src/vod-upload-modal2.mjs +1 -0
  144. package/es/packages/chunk-upload/style/index.css +363 -0
  145. package/es/packages/chunk-upload/style/index.less +395 -0
  146. package/es/packages/drag-layout/index.d.ts +8 -8
  147. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +4 -4
  148. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +18 -10
  149. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +1 -1
  150. package/es/packages/drag-layout/style/index.less +208 -208
  151. package/es/packages/editor/index.d.ts +30 -0
  152. package/es/packages/editor/index.mjs +1 -0
  153. package/es/packages/editor/index2.mjs +1 -0
  154. package/es/packages/editor/src/Editor.d.ts +30 -0
  155. package/es/packages/editor/src/Editor.mjs +1 -0
  156. package/es/packages/editor/src/Editor2.mjs +1 -0
  157. package/es/packages/editor/style/index.css +0 -0
  158. package/es/packages/editor/style/index.less +0 -0
  159. package/es/packages/field-set/index.d.ts +4 -4
  160. package/es/packages/field-set/src/FieldSet.vue.d.ts +4 -4
  161. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +1 -1
  162. package/es/packages/field-set/style/index.css +30 -44
  163. package/es/packages/field-set/style/index.less +157 -172
  164. package/es/packages/form-table/index.d.ts +35901 -1
  165. package/es/packages/form-table/src/FormTable.vue.d.ts +35911 -1
  166. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -1
  167. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  168. package/es/packages/form-table/src/components/index.mjs +1 -0
  169. package/es/packages/form-table/src/components/index2.mjs +1 -0
  170. package/es/packages/form-table/src/components/table-age.mjs +1 -0
  171. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  172. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  173. package/es/packages/form-table/src/components/table-age2.mjs +1 -0
  174. package/es/packages/form-table/src/components/table-date-picker.mjs +1 -0
  175. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  176. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  177. package/es/packages/form-table/src/components/table-date-picker2.mjs +1 -0
  178. package/es/packages/form-table/src/components/table-digital.mjs +1 -0
  179. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  180. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  181. package/es/packages/form-table/src/components/table-digital2.mjs +1 -0
  182. package/es/packages/form-table/src/components/table-input-password.mjs +1 -0
  183. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  184. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  185. package/es/packages/form-table/src/components/table-input-password2.mjs +1 -0
  186. package/es/packages/form-table/src/components/table-input.mjs +1 -0
  187. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  188. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  189. package/es/packages/form-table/src/components/table-input2.mjs +1 -0
  190. package/es/packages/form-table/src/components/table-month-picker.mjs +1 -0
  191. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  192. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  193. package/es/packages/form-table/src/components/table-month-picker2.mjs +1 -0
  194. package/es/packages/form-table/src/components/table-search-more.mjs +1 -0
  195. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  196. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  197. package/es/packages/form-table/src/components/table-search-more2.mjs +1 -0
  198. package/es/packages/form-table/src/components/table-search.mjs +1 -0
  199. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  200. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  201. package/es/packages/form-table/src/components/table-search2.mjs +1 -0
  202. package/es/packages/form-table/src/components/table-select-multiple.mjs +1 -0
  203. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  204. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  205. package/es/packages/form-table/src/components/table-select-multiple2.mjs +1 -0
  206. package/es/packages/form-table/src/components/table-select.mjs +1 -0
  207. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  208. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  209. package/es/packages/form-table/src/components/table-select2.mjs +1 -0
  210. package/es/packages/form-table/src/components/table-textarea.mjs +1 -0
  211. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  212. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  213. package/es/packages/form-table/src/components/table-textarea2.mjs +1 -0
  214. package/es/packages/form-table/src/components/table-time-picker.mjs +1 -0
  215. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  216. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  217. package/es/packages/form-table/src/components/table-time-picker2.mjs +1 -0
  218. package/es/packages/form-table/src/components/table-tree-select.mjs +1 -0
  219. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  220. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  221. package/es/packages/form-table/src/components/table-tree-select2.mjs +1 -0
  222. package/es/packages/form-table/src/components/text-over-tooltip.mjs +1 -0
  223. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  224. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  225. package/es/packages/form-table/src/components/text-over-tooltip2.mjs +1 -0
  226. package/es/packages/form-table/src/configs/index2.mjs +1 -1
  227. package/es/packages/form-table/src/hooks/index.d.ts +1 -0
  228. package/es/packages/form-table/src/hooks/index.mjs +1 -1
  229. package/es/packages/form-table/src/hooks/useBoundDate2.mjs +1 -1
  230. package/es/packages/form-table/src/hooks/useDateType2.mjs +1 -1
  231. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +1 -1
  232. package/es/packages/form-table/src/hooks/useFormCommon2.mjs +1 -1
  233. package/es/packages/form-table/src/hooks/useFormEvent2.mjs +1 -1
  234. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +37 -57
  235. package/es/packages/form-table/src/hooks/useItemDefault2.mjs +1 -1
  236. package/es/packages/form-table/src/hooks/useSearch.d.ts +165 -1
  237. package/es/packages/form-table/src/hooks/useSearch2.mjs +1 -1
  238. package/es/packages/form-table/src/hooks/useValidate2.mjs +1 -1
  239. package/es/packages/form-table/src/types/index.d.ts +3 -1
  240. package/es/packages/form-table/style/index.css +135 -19
  241. package/es/packages/form-table/style/index.less +301 -122
  242. package/es/packages/grid/index2.mjs +1 -1
  243. package/es/packages/grid/src/Grid.mjs +1 -1
  244. package/es/packages/grid/src/Grid2.mjs +1 -0
  245. package/es/packages/grid/style/index.css +10 -0
  246. package/es/packages/grid/style/index.less +13 -1
  247. package/es/packages/index.css +1513 -44
  248. package/es/packages/index.d.ts +10 -35611
  249. package/es/packages/index.less +2790 -1201
  250. package/es/packages/index.mjs +1 -1
  251. package/es/packages/index2.mjs +1 -1
  252. package/es/packages/info-header/index.d.ts +1846 -0
  253. package/es/packages/info-header/index.mjs +1 -0
  254. package/es/packages/info-header/index2.mjs +1 -0
  255. package/es/packages/info-header/src/hidden-content.mjs +1 -0
  256. package/es/packages/info-header/src/hidden-content.vue.d.ts +363 -0
  257. package/es/packages/info-header/src/hidden-content.vue_vue_type_script_setup_true_lang.mjs +1 -0
  258. package/es/packages/info-header/src/hidden-content2.mjs +1 -0
  259. package/es/packages/info-header/src/info-header.mjs +1 -0
  260. package/es/packages/info-header/src/info-header.vue.d.ts +1847 -0
  261. package/es/packages/info-header/src/info-header.vue_vue_type_script_setup_true_lang.mjs +1 -0
  262. package/es/packages/info-header/src/info-header2.mjs +1 -0
  263. package/es/packages/info-header/src/slot-render.d.ts +22 -0
  264. package/es/packages/info-header/src/slot-render.mjs +1 -0
  265. package/es/packages/info-header/src/slot-render2.mjs +1 -0
  266. package/es/packages/info-header/style/iconfont.ttf +0 -0
  267. package/es/packages/info-header/style/index.css +118 -0
  268. package/es/packages/info-header/style/index.less +149 -0
  269. package/es/packages/map/index.d.ts +2313 -0
  270. package/es/packages/map/index.mjs +1 -0
  271. package/es/packages/map/index2.mjs +1 -0
  272. package/es/packages/map/src/Map.mjs +1 -0
  273. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  274. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +1 -0
  275. package/es/packages/map/src/Map2.mjs +1 -0
  276. package/es/packages/map/style/index.css +61 -0
  277. package/es/packages/map/style/index.less +60 -0
  278. package/es/packages/popper/index.d.ts +0 -0
  279. package/es/packages/popper/index.mjs +1 -0
  280. package/es/packages/popper/src/components/popover.mjs +1 -0
  281. package/es/packages/popper/src/components/popover.vue.d.ts +33 -0
  282. package/es/packages/popper/src/components/popover.vue_vue_type_script_setup_true_lang.mjs +1 -0
  283. package/es/packages/popper/src/components/popover2.mjs +1 -0
  284. package/es/packages/popper/src/hooks/useAutoHidden.d.ts +8 -0
  285. package/es/packages/popper/src/hooks/useAutoHidden.mjs +1 -0
  286. package/es/packages/popper/src/hooks/useAutoHidden2.mjs +1 -0
  287. package/es/packages/popper/src/types/index.d.ts +1 -0
  288. package/es/packages/popper/src/types/index.mjs +1 -0
  289. package/es/packages/scale-view/index.d.ts +4297 -0
  290. package/es/packages/scale-view/index.mjs +1 -0
  291. package/es/packages/scale-view/index2.mjs +1 -0
  292. package/es/packages/scale-view/src/ScaleView.mjs +1 -0
  293. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4141 -0
  294. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +1 -0
  295. package/es/packages/scale-view/src/ScaleView2.mjs +1 -0
  296. package/es/packages/scale-view/src/components/AnswerParse.mjs +1 -0
  297. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  298. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  299. package/es/packages/scale-view/src/components/AnswerParse2.mjs +1 -0
  300. package/es/packages/scale-view/src/components/EvaluateCountdown.mjs +1 -0
  301. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  302. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -0
  303. package/es/packages/scale-view/src/components/EvaluateCountdown2.mjs +1 -0
  304. package/es/packages/scale-view/src/components/EvaluatePage.mjs +1 -0
  305. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  306. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  307. package/es/packages/scale-view/src/components/EvaluatePage2.mjs +1 -0
  308. package/es/packages/scale-view/src/components/NoData.mjs +1 -0
  309. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  310. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  311. package/es/packages/scale-view/src/components/NoData2.mjs +1 -0
  312. package/es/packages/scale-view/src/components/ScaleScore.d.ts +23 -0
  313. package/es/packages/scale-view/src/components/ScaleScore.mjs +1 -0
  314. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -0
  315. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +10 -0
  316. package/es/packages/scale-view/src/components/composables/choose-common.mjs +1 -0
  317. package/es/packages/scale-view/src/components/composables/choose-common2.mjs +1 -0
  318. package/es/packages/scale-view/src/components/formitem/address.d.ts +3992 -0
  319. package/es/packages/scale-view/src/components/formitem/address.mjs +1 -0
  320. package/es/packages/scale-view/src/components/formitem/address2.mjs +1 -0
  321. package/es/packages/scale-view/src/components/formitem/r-address.d.ts +34 -0
  322. package/es/packages/scale-view/src/components/formitem/r-address.mjs +1 -0
  323. package/es/packages/scale-view/src/components/formitem/r-address2.mjs +1 -0
  324. package/es/packages/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
  325. package/es/packages/scale-view/src/components/formitem/r-cascader.mjs +1 -0
  326. package/es/packages/scale-view/src/components/formitem/r-cascader2.mjs +1 -0
  327. package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +34 -0
  328. package/es/packages/scale-view/src/components/formitem/r-checkbox.mjs +1 -0
  329. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +1 -0
  330. package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +32 -0
  331. package/es/packages/scale-view/src/components/formitem/r-collection.mjs +1 -0
  332. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -0
  333. package/es/packages/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
  334. package/es/packages/scale-view/src/components/formitem/r-datetime.mjs +1 -0
  335. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +1 -0
  336. package/es/packages/scale-view/src/components/formitem/r-input.d.ts +34 -0
  337. package/es/packages/scale-view/src/components/formitem/r-input.mjs +1 -0
  338. package/es/packages/scale-view/src/components/formitem/r-input2.mjs +1 -0
  339. package/es/packages/scale-view/src/components/formitem/r-map.d.ts +52 -0
  340. package/es/packages/scale-view/src/components/formitem/r-map.mjs +1 -0
  341. package/es/packages/scale-view/src/components/formitem/r-map2.mjs +1 -0
  342. package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +34 -0
  343. package/es/packages/scale-view/src/components/formitem/r-radio.mjs +1 -0
  344. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +1 -0
  345. package/es/packages/scale-view/src/components/formitem/r-select.d.ts +61 -0
  346. package/es/packages/scale-view/src/components/formitem/r-select.mjs +1 -0
  347. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +1 -0
  348. package/es/packages/scale-view/src/components/formitem/r-upload.d.ts +52 -0
  349. package/es/packages/scale-view/src/components/formitem/r-upload.mjs +1 -0
  350. package/es/packages/scale-view/src/components/formitem/r-upload2.mjs +1 -0
  351. package/es/packages/{big-table/src/components → scale-view/src/components/formitem/text-over-tooltip}/TextOverTooltip.mjs +0 -0
  352. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +560 -0
  353. package/es/packages/{big-table/src/components → scale-view/src/components/formitem/text-over-tooltip}/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -0
  354. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip2.mjs +1 -0
  355. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
  356. package/es/packages/scale-view/src/hooks/scaleview-computed.mjs +1 -0
  357. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +1 -0
  358. package/es/packages/scale-view/src/hooks/scaleview-init.d.ts +3 -0
  359. package/es/packages/scale-view/src/hooks/scaleview-init.mjs +1 -0
  360. package/es/packages/scale-view/src/hooks/scaleview-init2.mjs +1 -0
  361. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +83 -0
  362. package/es/packages/scale-view/src/hooks/scaleview-props.mjs +1 -0
  363. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +1 -0
  364. package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +33 -0
  365. package/es/packages/scale-view/src/hooks/scaleview-state.mjs +1 -0
  366. package/es/packages/scale-view/src/hooks/scaleview-state2.mjs +1 -0
  367. package/es/packages/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
  368. package/es/packages/scale-view/src/hooks/scaleview-submit.mjs +1 -0
  369. package/es/packages/scale-view/src/hooks/scaleview-submit2.mjs +1 -0
  370. package/es/packages/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
  371. package/es/packages/scale-view/src/hooks/scaleview-validate.mjs +1 -0
  372. package/es/packages/scale-view/src/hooks/scaleview-validate2.mjs +1 -0
  373. package/es/packages/scale-view/src/hooks/use-component.d.ts +2673 -0
  374. package/es/packages/scale-view/src/hooks/use-component.mjs +1 -0
  375. package/es/packages/scale-view/src/hooks/use-component2.mjs +1 -0
  376. package/es/packages/scale-view/src/hooks/use-evaluate.d.ts +21 -0
  377. package/es/packages/scale-view/src/hooks/use-evaluate.mjs +1 -0
  378. package/es/packages/scale-view/src/hooks/use-evaluate2.mjs +1 -0
  379. package/es/packages/scale-view/src/hooks/use-event.d.ts +4 -0
  380. package/es/packages/scale-view/src/hooks/use-event.mjs +1 -0
  381. package/es/packages/scale-view/src/hooks/use-event2.mjs +1 -0
  382. package/es/packages/scale-view/src/hooks/use-noData.d.ts +9 -0
  383. package/es/packages/scale-view/src/hooks/use-noData.mjs +1 -0
  384. package/es/packages/scale-view/src/hooks/use-noData2.mjs +1 -0
  385. package/es/packages/scale-view/src/utils/judge-types.d.ts +5 -0
  386. package/es/packages/scale-view/src/utils/judge-types.mjs +1 -0
  387. package/es/packages/scale-view/src/utils/judge-types2.mjs +1 -0
  388. package/es/packages/scale-view/style/index.css +709 -0
  389. package/es/packages/scale-view/style/index.less +748 -0
  390. package/es/packages/select-label/index.d.ts +12091 -0
  391. package/es/packages/select-label/index.mjs +1 -0
  392. package/es/packages/select-label/index2.mjs +1 -0
  393. package/es/packages/select-label/src/LabelFormContent.mjs +1 -0
  394. package/es/packages/select-label/src/{components/label-form-content.vue.d.ts → LabelFormContent.vue.d.ts} +11 -4
  395. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  396. package/es/packages/select-label/src/LabelFormContent2.mjs +1 -0
  397. package/es/packages/select-label/src/SelectLabel.vue.d.ts +155 -74
  398. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +1 -1
  399. package/es/packages/select-label/src/components/label-classify.vue.d.ts +1 -0
  400. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -1
  401. package/es/packages/select-label/style/index.css +86 -19
  402. package/es/packages/select-label/style/index.less +151 -85
  403. package/es/packages/select-person/index.d.ts +4 -4
  404. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +1 -1
  405. package/es/packages/select-person/src/SelectPerson.vue.d.ts +7 -11
  406. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +1 -1
  407. package/es/packages/select-person/style/index.less +229 -229
  408. package/es/packages/time-line/index.d.ts +1720 -0
  409. package/es/packages/time-line/index.mjs +1 -0
  410. package/es/packages/time-line/index2.mjs +1 -0
  411. package/es/packages/time-line/src/TimeLine.mjs +1 -0
  412. package/es/packages/time-line/src/TimeLine.vue.d.ts +1723 -0
  413. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  414. package/es/packages/time-line/src/TimeLine2.mjs +1 -0
  415. package/es/packages/time-line/style/index.css +32 -0
  416. package/es/packages/time-line/style/index.less +35 -0
  417. package/es/src/assets/img/success.png +0 -0
  418. package/es/src/assets/img/video.png +0 -0
  419. package/es/src/assets/img/video_hover.png +0 -0
  420. package/es/src/assets/img/video_play_hover.png +0 -0
  421. package/es/src/components/SelectPage/SelectPage.mjs +1 -0
  422. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  423. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  424. package/es/src/components/SelectPage/SelectPage2.mjs +1 -0
  425. package/es/src/components/SelectPage/index.d.ts +2 -0
  426. package/es/src/components/SelectPage/index.mjs +1 -0
  427. package/es/src/components/SelectPage/index2.mjs +1 -0
  428. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.mjs +0 -0
  429. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.vue.d.ts +2 -2
  430. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -1
  431. package/es/{packages/big-table/src/components → src/components/SvgIcon}/SvgIcon2.mjs +1 -1
  432. package/es/src/components/SvgIcon/index.d.ts +2 -0
  433. package/es/src/components/SvgIcon/index.mjs +1 -0
  434. package/es/src/components/SvgIcon/index2.mjs +1 -0
  435. package/es/src/components/TextOverTooltip/TextOverTooltip.mjs +1 -0
  436. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip.vue.d.ts +0 -0
  437. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  438. package/es/{packages/big-table/src/components → src/components/TextOverTooltip}/TextOverTooltip2.mjs +1 -1
  439. package/es/src/components/TextOverTooltip/index.d.ts +2 -0
  440. package/es/src/components/TextOverTooltip/index.mjs +1 -0
  441. package/es/src/components/TextOverTooltip/index2.mjs +1 -0
  442. package/es/src/components/player-vod/index.mjs +1 -0
  443. package/es/src/components/player-vod/index.vue.d.ts +2 -0
  444. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  445. package/es/src/components/player-vod/index2.mjs +1 -0
  446. package/es/src/components/player-vod/player.d.ts +17 -0
  447. package/es/src/components/player-vod/player.mjs +1 -0
  448. package/es/src/components/player-vod/player2.mjs +1 -0
  449. package/es/src/components/player-vod/video-list.d.ts +32 -0
  450. package/es/src/components/player-vod/video-list.mjs +1 -0
  451. package/es/src/components/player-vod/video-list2.mjs +1 -0
  452. package/es/src/components/player-vod/video-modal.d.ts +54 -0
  453. package/es/src/components/player-vod/video-modal.mjs +1 -0
  454. package/es/src/components/player-vod/video-modal2.mjs +1 -0
  455. package/es/src/utils/index.d.ts +1 -0
  456. package/es/src/utils/index.mjs +1 -1
  457. package/es/src/utils/index2.mjs +1 -1
  458. package/es/src/utils/vexutils2.mjs +1 -1
  459. package/global.d.ts +8 -8
  460. package/package.json +122 -104
  461. package/yarn-error.log +103 -8067
  462. package/es/packages/select-label/src/components/label-form-content.mjs +0 -1
  463. package/es/packages/select-label/src/components/label-form-content.vue_vue_type_script_setup_true_lang.mjs +0 -1
  464. package/es/packages/select-label/src/components/label-form-content2.mjs +0 -1
@@ -0,0 +1,1785 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ mainForm: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ userInfo: {
7
+ type: ObjectConstructor;
8
+ default: () => {};
9
+ };
10
+ styleSetting: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
14
+ defaultValue: {
15
+ type: ObjectConstructor;
16
+ default: () => {};
17
+ };
18
+ dbParams: {
19
+ type: ObjectConstructor;
20
+ };
21
+ row: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ item: {
26
+ type: ObjectConstructor;
27
+ default: () => {
28
+ _own: {};
29
+ };
30
+ };
31
+ defaultFieldList: {
32
+ type: ArrayConstructor;
33
+ default: () => never[];
34
+ };
35
+ cacheUniqueKey: {
36
+ type: ObjectConstructor;
37
+ default: () => {
38
+ _own: {};
39
+ };
40
+ };
41
+ params_formId: (NumberConstructor | StringConstructor)[];
42
+ formType: {
43
+ type: ObjectConstructor;
44
+ default: () => {
45
+ _own: {};
46
+ };
47
+ };
48
+ isDetail: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ handleFormTableValue: FunctionConstructor;
53
+ }, {
54
+ $message: import("naive-ui").MessageApi;
55
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
56
+ mainForm: {
57
+ type: ObjectConstructor;
58
+ default: () => {};
59
+ };
60
+ userInfo: {
61
+ type: ObjectConstructor;
62
+ default: () => {};
63
+ };
64
+ styleSetting: {
65
+ type: ObjectConstructor;
66
+ default: () => {};
67
+ };
68
+ defaultValue: {
69
+ type: ObjectConstructor;
70
+ default: () => {};
71
+ };
72
+ dbParams: {
73
+ type: ObjectConstructor;
74
+ };
75
+ row: {
76
+ type: ObjectConstructor;
77
+ default: () => {};
78
+ };
79
+ item: {
80
+ type: ObjectConstructor;
81
+ default: () => {
82
+ _own: {};
83
+ };
84
+ };
85
+ defaultFieldList: {
86
+ type: ArrayConstructor;
87
+ default: () => never[];
88
+ };
89
+ cacheUniqueKey: {
90
+ type: ObjectConstructor;
91
+ default: () => {
92
+ _own: {};
93
+ };
94
+ };
95
+ params_formId: (NumberConstructor | StringConstructor)[];
96
+ formType: {
97
+ type: ObjectConstructor;
98
+ default: () => {
99
+ _own: {};
100
+ };
101
+ };
102
+ isDetail: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ handleFormTableValue: FunctionConstructor;
107
+ }>> & {
108
+ onTableBlur?: ((...args: any[]) => any) | undefined;
109
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
110
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
111
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
112
+ }>>;
113
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
114
+ open: import("vue").Ref<boolean>;
115
+ wrapperRef: import("vue").Ref<null>;
116
+ refs: never[];
117
+ baseForm: import("vue").Ref<{}>;
118
+ curAddBtnItem: import("vue").Ref<any>;
119
+ dropdownHide: import("vue").Ref<boolean>;
120
+ $_handleTracherLog: () => void;
121
+ $t: () => void;
122
+ $qs: () => void;
123
+ loadDataPrimary_key: import("vue").Ref<any>;
124
+ optionsRequestSource: import("vue").Ref<any>;
125
+ Choose_to_complete: import("vue").Ref<boolean>;
126
+ noAllow_check_mid_level: import("vue").Ref<boolean>;
127
+ selsectVisible: import("vue").Ref<boolean>;
128
+ renderOption: ({ option }: {
129
+ option: any;
130
+ }) => JSX.Element;
131
+ VNodes: {
132
+ (props: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
133
+ [key: string]: any;
134
+ }>;
135
+ props: string[];
136
+ };
137
+ fetching: import("vue").Ref<boolean>;
138
+ timeout: any;
139
+ curOptions: import("vue").Ref<any[]>;
140
+ selectedOptions: import("vue").Ref<any[]>;
141
+ levelNum: import("vue").Ref<number>;
142
+ cascaderInitLabel: import("vue").Ref<boolean>;
143
+ defList: import("vue").Ref<any[]>;
144
+ panelOpen: import("vue").Ref<boolean>;
145
+ searchAddObj: import("vue").Ref<import("../../../../src/types").AnyObject>;
146
+ searchPageConfig: import("vue").Ref<{
147
+ keyword: undefined;
148
+ isFetching: boolean;
149
+ isRequest: boolean;
150
+ hasNextPage: boolean;
151
+ page: number;
152
+ total: number;
153
+ }>;
154
+ optionsMaxWidth: import("vue").Ref<string>;
155
+ cacheReqOptionsParams: import("vue").Ref<string>;
156
+ hotSearchConfig: import("vue").Ref<{
157
+ hotList: never[];
158
+ latestList: never[];
159
+ isRequest: boolean;
160
+ isclose: boolean;
161
+ }>;
162
+ searchShowHotList: import("vue").Ref<boolean>;
163
+ showHotSearchConfig: import("vue").ComputedRef<true | 0>;
164
+ showSearchEmpty: import("vue").ComputedRef<boolean>;
165
+ selectIsOpen: import("vue").ComputedRef<boolean>;
166
+ isnoPages: import("vue").ComputedRef<boolean>;
167
+ init: () => void;
168
+ hanldeInitSearchMoreVal: (i: any, v?: any) => Promise<void>;
169
+ getSearchDefParams: (keyword: any, itemData?: any, other?: any) => {
170
+ pageSize?: number | undefined;
171
+ primaryKey?: any;
172
+ levelKey?: any;
173
+ wordbookId: any;
174
+ autograph: any;
175
+ wordbookType: any;
176
+ preConObj: string | undefined;
177
+ conObj: string | undefined;
178
+ preSqlExpression: any;
179
+ sqlExpression: any;
180
+ fieldKeys: string | undefined;
181
+ keyword: any;
182
+ page: number;
183
+ };
184
+ getCascadeParams: (params: any, itemData: any, otherConfig: any, defFalg: any) => any;
185
+ handleRowUnique: (rows: any, itemData: any, uniqueConfig?: any) => any;
186
+ handleGetSearchDefVal: (defFalg: any, rowData: any, itemData: any, uniqueConfig?: any) => void;
187
+ handleRequestedOptions: (itemData?: any, keyword?: any, defFalg?: any, otherConfig?: any) => Promise<any>;
188
+ handleFreeEntry: (option?: any) => void;
189
+ formatField: (value: any) => any;
190
+ formatFieldValue: (value: any) => any;
191
+ getTitleHeader: (fieldList: any, renderKey: any) => string;
192
+ handleRequestedUniqueKey: (id: any) => Promise<unknown>;
193
+ dealDictionatySearch: (val: any) => void;
194
+ handleMultipleSearch: (val: any, itemData: any) => void;
195
+ multipleSelect: (e: any, item: any) => void;
196
+ multipleDeselect: (e: any, item: any) => void;
197
+ handlerAddOptions: (data: any, item: any) => void;
198
+ searchMoreOnChange: (value: any, item: any) => void;
199
+ handleFormCascade: (list?: any, v?: any, level?: any) => void;
200
+ hanldeGetCascadelabel: (v?: any, k?: any) => string;
201
+ handleCascaderChange: (option: any, item: any) => void;
202
+ handleCascaderFilter: (inputValue: any, path: any) => any;
203
+ handleCascadeLoadData: (selectedOptions: any) => Promise<void>;
204
+ handlerDropdownVisibleChange: (e: any, data: any) => void;
205
+ hanlderGetSearchLabel: (config: any, v: any) => any;
206
+ hanlderSendSelectLog: (item: any, value: any) => void;
207
+ handleSearchSelect: (e: any, option: any, type?: any, eventConfig?: any) => void;
208
+ handleSearchChangePage: (type?: any) => void;
209
+ handleCalculateOptionsMaxWidth: () => void;
210
+ handlerSearchOnFocus: (item: any) => void;
211
+ handleQueryParams: (formData: any, queryParams: any) => {};
212
+ hideHotSearch: import("vue").Ref<boolean>;
213
+ confirmSelect: ({ value, selectRow, myUniqueKey }: any) => void;
214
+ hanldeRemoveDuplicates: (list?: any, config?: any) => any[];
215
+ getFormValue: () => any;
216
+ cancelOptionsRequest: () => void;
217
+ getHotSearchConfig: () => void;
218
+ handleSelectHotKeyword: (key: any) => void;
219
+ hanldeClearLately: () => void;
220
+ closeHotSearch: () => void;
221
+ handleSearchTracher: (item: any, obj?: any) => void;
222
+ hanldercheckOption: (data: any) => any;
223
+ handleSearchScrollTop: (item: any) => void;
224
+ handleCascaderTracher: () => void;
225
+ handleSearchBlur: () => void;
226
+ curMultipleSelected: import("vue").Ref<any[]>;
227
+ formTable: import("../../../../src/types").AnyObject;
228
+ hasErr: import("vue").ComputedRef<any>;
229
+ handleGetJsonStr: (str: string | import("../../../../src/types").AnyObject) => import("../../../../src/types").AnyObject;
230
+ handleSetFieldsValue: (setObj?: import("../../../../src/types").AnyObject, target?: any) => void;
231
+ handleGetUniqueKey: (id: string) => any;
232
+ handleSysParams: (str: string) => string;
233
+ defaultInit: () => void;
234
+ handleTableBlur: (e?: import("../../../../src/types").AnyObject | undefined, config?: import("../../../../src/types").AnyObject) => void;
235
+ handleFormParams: (str: string) => string;
236
+ radioColor: () => (p: import("../../../../src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
237
+ handleGetAgeUnit: (ageInfo?: import("../../../../src/types").AnyObject) => string | undefined;
238
+ handleAgeToBirthDay: (val: number, f: string, item: import("../../../../src/types").AnyObject) => void;
239
+ changeAgeSelect: (val: string, item: import("../../../../src/types").AnyObject) => void;
240
+ handlerSetIdCarInfoValidate: (value: any, item: import("../../../../src/types").AnyObject, callback: import("../../../../src/types").Func<any[], any>) => void;
241
+ getInputCheck: (validate?: string | undefined) => {
242
+ pattern: RegExp;
243
+ message: string;
244
+ } | undefined;
245
+ getCustomRegular: (item: import("../../../../src/types").AnyObject) => {
246
+ pattern: RegExp;
247
+ message: any;
248
+ } | null;
249
+ checkDigital: import("../types").ValidateFunc;
250
+ checkAgeJson: import("../types").ValidateFunc;
251
+ checkAge: import("../types").ValidateFunc;
252
+ checkMultipleChoice: import("../types").ValidateFunc;
253
+ checkLength: import("../types").ValidateFunc;
254
+ checkinputBlank: import("../types").ValidateFunc;
255
+ handlerGetDateType: (data: import("../../../../src/types").AnyObject) => any;
256
+ checkSearchCascade: import("../types").ValidateFunc;
257
+ checkMultipleTree: import("../types").ValidateFunc;
258
+ handleDateClearBtn: (v: any, item: import("../../../../src/types").AnyObject) => void;
259
+ handleStartDateEndDate: (item: import("../../../../src/types").AnyObject) => void;
260
+ showTimePanel: (item: import("../../../../src/types").AnyObject) => boolean;
261
+ momentLib: (date_format: string) => any;
262
+ judgeTimeBoundary: (time: any, item: import("../../../../src/types").AnyObject) => void;
263
+ setTimeValue: (time: any, item: import("../../../../src/types").AnyObject) => void;
264
+ judgeTimeRange: (time: any, item: import("../../../../src/types").AnyObject) => import("../../../../src/types").AnyObject | undefined;
265
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("../../../../src/types").AnyObject;
266
+ setDefaultCurrent: (compareItem: import("../../../../src/types").AnyObject, currTime: any) => void;
267
+ handleDefaultRimeRange: (time: any, item: import("../../../../src/types").AnyObject) => void;
268
+ judgeMinMaxDateIsSameDate: (item: import("../../../../src/types").AnyObject) => boolean;
269
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
270
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("../../../../src/types").AnyObject) => {};
271
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
272
+ showCom: import("vue").ComputedRef<any>;
273
+ SelectPage: import("vue").DefineComponent<{
274
+ searchPageConfig: {
275
+ type: import("vue").PropType<import("../../../../src/types").AnyObject>;
276
+ default: () => {
277
+ page: number;
278
+ total: number;
279
+ hasNextPage: boolean;
280
+ };
281
+ };
282
+ handleSearchChangePage: {
283
+ type: FunctionConstructor;
284
+ default: () => void;
285
+ };
286
+ }, {
287
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
288
+ searchPageConfig: {
289
+ type: import("vue").PropType<import("../../../../src/types").AnyObject>;
290
+ default: () => {
291
+ page: number;
292
+ total: number;
293
+ hasNextPage: boolean;
294
+ };
295
+ };
296
+ handleSearchChangePage: {
297
+ type: FunctionConstructor;
298
+ default: () => void;
299
+ };
300
+ }>> & {
301
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
302
+ }>>;
303
+ NButton: import("vue").DefineComponent<{
304
+ readonly color: StringConstructor;
305
+ readonly textColor: StringConstructor;
306
+ readonly text: BooleanConstructor;
307
+ readonly block: BooleanConstructor;
308
+ readonly loading: BooleanConstructor;
309
+ readonly disabled: BooleanConstructor;
310
+ readonly circle: BooleanConstructor;
311
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
312
+ readonly ghost: BooleanConstructor;
313
+ readonly round: BooleanConstructor;
314
+ readonly secondary: BooleanConstructor;
315
+ readonly tertiary: BooleanConstructor;
316
+ readonly quaternary: BooleanConstructor;
317
+ readonly strong: BooleanConstructor;
318
+ readonly focusable: {
319
+ readonly type: BooleanConstructor;
320
+ readonly default: true;
321
+ };
322
+ readonly keyboard: {
323
+ readonly type: BooleanConstructor;
324
+ readonly default: true;
325
+ };
326
+ readonly tag: {
327
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
328
+ readonly default: "button";
329
+ };
330
+ readonly type: {
331
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
332
+ readonly default: "default";
333
+ };
334
+ readonly dashed: BooleanConstructor;
335
+ readonly iconPlacement: {
336
+ readonly type: import("vue").PropType<"left" | "right">;
337
+ readonly default: "left";
338
+ };
339
+ readonly attrType: {
340
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
341
+ readonly default: "button";
342
+ };
343
+ readonly bordered: {
344
+ readonly type: BooleanConstructor;
345
+ readonly default: true;
346
+ };
347
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
348
+ readonly nativeFocusBehavior: BooleanConstructor;
349
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
350
+ heightTiny: string;
351
+ heightSmall: string;
352
+ heightMedium: string;
353
+ heightLarge: string;
354
+ borderRadiusTiny: string;
355
+ borderRadiusSmall: string;
356
+ borderRadiusMedium: string;
357
+ borderRadiusLarge: string;
358
+ fontSizeTiny: string;
359
+ fontSizeSmall: string;
360
+ fontSizeMedium: string;
361
+ fontSizeLarge: string;
362
+ opacityDisabled: string;
363
+ colorOpacitySecondary: string;
364
+ colorOpacitySecondaryHover: string;
365
+ colorOpacitySecondaryPressed: string;
366
+ colorSecondary: string;
367
+ colorSecondaryHover: string;
368
+ colorSecondaryPressed: string;
369
+ colorTertiary: string;
370
+ colorTertiaryHover: string;
371
+ colorTertiaryPressed: string;
372
+ colorQuaternary: string;
373
+ colorQuaternaryHover: string;
374
+ colorQuaternaryPressed: string;
375
+ color: string;
376
+ colorHover: string;
377
+ colorPressed: string;
378
+ colorFocus: string;
379
+ colorDisabled: string;
380
+ textColor: string;
381
+ textColorTertiary: string;
382
+ textColorHover: string;
383
+ textColorPressed: string;
384
+ textColorFocus: string;
385
+ textColorDisabled: string;
386
+ textColorText: string;
387
+ textColorTextHover: string;
388
+ textColorTextPressed: string;
389
+ textColorTextFocus: string;
390
+ textColorTextDisabled: string;
391
+ textColorGhost: string;
392
+ textColorGhostHover: string;
393
+ textColorGhostPressed: string;
394
+ textColorGhostFocus: string;
395
+ textColorGhostDisabled: string;
396
+ border: string;
397
+ borderHover: string;
398
+ borderPressed: string;
399
+ borderFocus: string;
400
+ borderDisabled: string;
401
+ rippleColor: string;
402
+ colorPrimary: string;
403
+ colorHoverPrimary: string;
404
+ colorPressedPrimary: string;
405
+ colorFocusPrimary: string;
406
+ colorDisabledPrimary: string;
407
+ textColorPrimary: string;
408
+ textColorHoverPrimary: string;
409
+ textColorPressedPrimary: string;
410
+ textColorFocusPrimary: string;
411
+ textColorDisabledPrimary: string;
412
+ textColorTextPrimary: string;
413
+ textColorTextHoverPrimary: string;
414
+ textColorTextPressedPrimary: string;
415
+ textColorTextFocusPrimary: string;
416
+ textColorTextDisabledPrimary: string;
417
+ textColorGhostPrimary: string;
418
+ textColorGhostHoverPrimary: string;
419
+ textColorGhostPressedPrimary: string;
420
+ textColorGhostFocusPrimary: string;
421
+ textColorGhostDisabledPrimary: string;
422
+ borderPrimary: string;
423
+ borderHoverPrimary: string;
424
+ borderPressedPrimary: string;
425
+ borderFocusPrimary: string;
426
+ borderDisabledPrimary: string;
427
+ rippleColorPrimary: string;
428
+ colorInfo: string;
429
+ colorHoverInfo: string;
430
+ colorPressedInfo: string;
431
+ colorFocusInfo: string;
432
+ colorDisabledInfo: string;
433
+ textColorInfo: string;
434
+ textColorHoverInfo: string;
435
+ textColorPressedInfo: string;
436
+ textColorFocusInfo: string;
437
+ textColorDisabledInfo: string;
438
+ textColorTextInfo: string;
439
+ textColorTextHoverInfo: string;
440
+ textColorTextPressedInfo: string;
441
+ textColorTextFocusInfo: string;
442
+ textColorTextDisabledInfo: string;
443
+ textColorGhostInfo: string;
444
+ textColorGhostHoverInfo: string;
445
+ textColorGhostPressedInfo: string;
446
+ textColorGhostFocusInfo: string;
447
+ textColorGhostDisabledInfo: string;
448
+ borderInfo: string;
449
+ borderHoverInfo: string;
450
+ borderPressedInfo: string;
451
+ borderFocusInfo: string;
452
+ borderDisabledInfo: string;
453
+ rippleColorInfo: string;
454
+ colorSuccess: string;
455
+ colorHoverSuccess: string;
456
+ colorPressedSuccess: string;
457
+ colorFocusSuccess: string;
458
+ colorDisabledSuccess: string;
459
+ textColorSuccess: string;
460
+ textColorHoverSuccess: string;
461
+ textColorPressedSuccess: string;
462
+ textColorFocusSuccess: string;
463
+ textColorDisabledSuccess: string;
464
+ textColorTextSuccess: string;
465
+ textColorTextHoverSuccess: string;
466
+ textColorTextPressedSuccess: string;
467
+ textColorTextFocusSuccess: string;
468
+ textColorTextDisabledSuccess: string;
469
+ textColorGhostSuccess: string;
470
+ textColorGhostHoverSuccess: string;
471
+ textColorGhostPressedSuccess: string;
472
+ textColorGhostFocusSuccess: string;
473
+ textColorGhostDisabledSuccess: string;
474
+ borderSuccess: string;
475
+ borderHoverSuccess: string;
476
+ borderPressedSuccess: string;
477
+ borderFocusSuccess: string;
478
+ borderDisabledSuccess: string;
479
+ rippleColorSuccess: string;
480
+ colorWarning: string;
481
+ colorHoverWarning: string;
482
+ colorPressedWarning: string;
483
+ colorFocusWarning: string;
484
+ colorDisabledWarning: string;
485
+ textColorWarning: string;
486
+ textColorHoverWarning: string;
487
+ textColorPressedWarning: string;
488
+ textColorFocusWarning: string;
489
+ textColorDisabledWarning: string;
490
+ textColorTextWarning: string;
491
+ textColorTextHoverWarning: string;
492
+ textColorTextPressedWarning: string;
493
+ textColorTextFocusWarning: string;
494
+ textColorTextDisabledWarning: string;
495
+ textColorGhostWarning: string;
496
+ textColorGhostHoverWarning: string;
497
+ textColorGhostPressedWarning: string;
498
+ textColorGhostFocusWarning: string;
499
+ textColorGhostDisabledWarning: string;
500
+ borderWarning: string;
501
+ borderHoverWarning: string;
502
+ borderPressedWarning: string;
503
+ borderFocusWarning: string;
504
+ borderDisabledWarning: string;
505
+ rippleColorWarning: string;
506
+ colorError: string;
507
+ colorHoverError: string;
508
+ colorPressedError: string;
509
+ colorFocusError: string;
510
+ colorDisabledError: string;
511
+ textColorError: string;
512
+ textColorHoverError: string;
513
+ textColorPressedError: string;
514
+ textColorFocusError: string;
515
+ textColorDisabledError: string;
516
+ textColorTextError: string;
517
+ textColorTextHoverError: string;
518
+ textColorTextPressedError: string;
519
+ textColorTextFocusError: string;
520
+ textColorTextDisabledError: string;
521
+ textColorGhostError: string;
522
+ textColorGhostHoverError: string;
523
+ textColorGhostPressedError: string;
524
+ textColorGhostFocusError: string;
525
+ textColorGhostDisabledError: string;
526
+ borderError: string;
527
+ borderHoverError: string;
528
+ borderPressedError: string;
529
+ borderFocusError: string;
530
+ borderDisabledError: string;
531
+ rippleColorError: string;
532
+ waveOpacity: string;
533
+ fontWeight: string;
534
+ fontWeightStrong: string;
535
+ paddingTiny: string;
536
+ paddingSmall: string;
537
+ paddingMedium: string;
538
+ paddingLarge: string;
539
+ paddingRoundTiny: string;
540
+ paddingRoundSmall: string;
541
+ paddingRoundMedium: string;
542
+ paddingRoundLarge: string;
543
+ iconMarginTiny: string;
544
+ iconMarginSmall: string;
545
+ iconMarginMedium: string;
546
+ iconMarginLarge: string;
547
+ iconSizeTiny: string;
548
+ iconSizeSmall: string;
549
+ iconSizeMedium: string;
550
+ iconSizeLarge: string;
551
+ rippleDuration: string;
552
+ }, any>>;
553
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
554
+ heightTiny: string;
555
+ heightSmall: string;
556
+ heightMedium: string;
557
+ heightLarge: string;
558
+ borderRadiusTiny: string;
559
+ borderRadiusSmall: string;
560
+ borderRadiusMedium: string;
561
+ borderRadiusLarge: string;
562
+ fontSizeTiny: string;
563
+ fontSizeSmall: string;
564
+ fontSizeMedium: string;
565
+ fontSizeLarge: string;
566
+ opacityDisabled: string;
567
+ colorOpacitySecondary: string;
568
+ colorOpacitySecondaryHover: string;
569
+ colorOpacitySecondaryPressed: string;
570
+ colorSecondary: string;
571
+ colorSecondaryHover: string;
572
+ colorSecondaryPressed: string;
573
+ colorTertiary: string;
574
+ colorTertiaryHover: string;
575
+ colorTertiaryPressed: string;
576
+ colorQuaternary: string;
577
+ colorQuaternaryHover: string;
578
+ colorQuaternaryPressed: string;
579
+ color: string;
580
+ colorHover: string;
581
+ colorPressed: string;
582
+ colorFocus: string;
583
+ colorDisabled: string;
584
+ textColor: string;
585
+ textColorTertiary: string;
586
+ textColorHover: string;
587
+ textColorPressed: string;
588
+ textColorFocus: string;
589
+ textColorDisabled: string;
590
+ textColorText: string;
591
+ textColorTextHover: string;
592
+ textColorTextPressed: string;
593
+ textColorTextFocus: string;
594
+ textColorTextDisabled: string;
595
+ textColorGhost: string;
596
+ textColorGhostHover: string;
597
+ textColorGhostPressed: string;
598
+ textColorGhostFocus: string;
599
+ textColorGhostDisabled: string;
600
+ border: string;
601
+ borderHover: string;
602
+ borderPressed: string;
603
+ borderFocus: string;
604
+ borderDisabled: string;
605
+ rippleColor: string;
606
+ colorPrimary: string;
607
+ colorHoverPrimary: string;
608
+ colorPressedPrimary: string;
609
+ colorFocusPrimary: string;
610
+ colorDisabledPrimary: string;
611
+ textColorPrimary: string;
612
+ textColorHoverPrimary: string;
613
+ textColorPressedPrimary: string;
614
+ textColorFocusPrimary: string;
615
+ textColorDisabledPrimary: string;
616
+ textColorTextPrimary: string;
617
+ textColorTextHoverPrimary: string;
618
+ textColorTextPressedPrimary: string;
619
+ textColorTextFocusPrimary: string;
620
+ textColorTextDisabledPrimary: string;
621
+ textColorGhostPrimary: string;
622
+ textColorGhostHoverPrimary: string;
623
+ textColorGhostPressedPrimary: string;
624
+ textColorGhostFocusPrimary: string;
625
+ textColorGhostDisabledPrimary: string;
626
+ borderPrimary: string;
627
+ borderHoverPrimary: string;
628
+ borderPressedPrimary: string;
629
+ borderFocusPrimary: string;
630
+ borderDisabledPrimary: string;
631
+ rippleColorPrimary: string;
632
+ colorInfo: string;
633
+ colorHoverInfo: string;
634
+ colorPressedInfo: string;
635
+ colorFocusInfo: string;
636
+ colorDisabledInfo: string;
637
+ textColorInfo: string;
638
+ textColorHoverInfo: string;
639
+ textColorPressedInfo: string;
640
+ textColorFocusInfo: string;
641
+ textColorDisabledInfo: string;
642
+ textColorTextInfo: string;
643
+ textColorTextHoverInfo: string;
644
+ textColorTextPressedInfo: string;
645
+ textColorTextFocusInfo: string;
646
+ textColorTextDisabledInfo: string;
647
+ textColorGhostInfo: string;
648
+ textColorGhostHoverInfo: string;
649
+ textColorGhostPressedInfo: string;
650
+ textColorGhostFocusInfo: string;
651
+ textColorGhostDisabledInfo: string;
652
+ borderInfo: string;
653
+ borderHoverInfo: string;
654
+ borderPressedInfo: string;
655
+ borderFocusInfo: string;
656
+ borderDisabledInfo: string;
657
+ rippleColorInfo: string;
658
+ colorSuccess: string;
659
+ colorHoverSuccess: string;
660
+ colorPressedSuccess: string;
661
+ colorFocusSuccess: string;
662
+ colorDisabledSuccess: string;
663
+ textColorSuccess: string;
664
+ textColorHoverSuccess: string;
665
+ textColorPressedSuccess: string;
666
+ textColorFocusSuccess: string;
667
+ textColorDisabledSuccess: string;
668
+ textColorTextSuccess: string;
669
+ textColorTextHoverSuccess: string;
670
+ textColorTextPressedSuccess: string;
671
+ textColorTextFocusSuccess: string;
672
+ textColorTextDisabledSuccess: string;
673
+ textColorGhostSuccess: string;
674
+ textColorGhostHoverSuccess: string;
675
+ textColorGhostPressedSuccess: string;
676
+ textColorGhostFocusSuccess: string;
677
+ textColorGhostDisabledSuccess: string;
678
+ borderSuccess: string;
679
+ borderHoverSuccess: string;
680
+ borderPressedSuccess: string;
681
+ borderFocusSuccess: string;
682
+ borderDisabledSuccess: string;
683
+ rippleColorSuccess: string;
684
+ colorWarning: string;
685
+ colorHoverWarning: string;
686
+ colorPressedWarning: string;
687
+ colorFocusWarning: string;
688
+ colorDisabledWarning: string;
689
+ textColorWarning: string;
690
+ textColorHoverWarning: string;
691
+ textColorPressedWarning: string;
692
+ textColorFocusWarning: string;
693
+ textColorDisabledWarning: string;
694
+ textColorTextWarning: string;
695
+ textColorTextHoverWarning: string;
696
+ textColorTextPressedWarning: string;
697
+ textColorTextFocusWarning: string;
698
+ textColorTextDisabledWarning: string;
699
+ textColorGhostWarning: string;
700
+ textColorGhostHoverWarning: string;
701
+ textColorGhostPressedWarning: string;
702
+ textColorGhostFocusWarning: string;
703
+ textColorGhostDisabledWarning: string;
704
+ borderWarning: string;
705
+ borderHoverWarning: string;
706
+ borderPressedWarning: string;
707
+ borderFocusWarning: string;
708
+ borderDisabledWarning: string;
709
+ rippleColorWarning: string;
710
+ colorError: string;
711
+ colorHoverError: string;
712
+ colorPressedError: string;
713
+ colorFocusError: string;
714
+ colorDisabledError: string;
715
+ textColorError: string;
716
+ textColorHoverError: string;
717
+ textColorPressedError: string;
718
+ textColorFocusError: string;
719
+ textColorDisabledError: string;
720
+ textColorTextError: string;
721
+ textColorTextHoverError: string;
722
+ textColorTextPressedError: string;
723
+ textColorTextFocusError: string;
724
+ textColorTextDisabledError: string;
725
+ textColorGhostError: string;
726
+ textColorGhostHoverError: string;
727
+ textColorGhostPressedError: string;
728
+ textColorGhostFocusError: string;
729
+ textColorGhostDisabledError: string;
730
+ borderError: string;
731
+ borderHoverError: string;
732
+ borderPressedError: string;
733
+ borderFocusError: string;
734
+ borderDisabledError: string;
735
+ rippleColorError: string;
736
+ waveOpacity: string;
737
+ fontWeight: string;
738
+ fontWeightStrong: string;
739
+ paddingTiny: string;
740
+ paddingSmall: string;
741
+ paddingMedium: string;
742
+ paddingLarge: string;
743
+ paddingRoundTiny: string;
744
+ paddingRoundSmall: string;
745
+ paddingRoundMedium: string;
746
+ paddingRoundLarge: string;
747
+ iconMarginTiny: string;
748
+ iconMarginSmall: string;
749
+ iconMarginMedium: string;
750
+ iconMarginLarge: string;
751
+ iconSizeTiny: string;
752
+ iconSizeSmall: string;
753
+ iconSizeMedium: string;
754
+ iconSizeLarge: string;
755
+ rippleDuration: string;
756
+ }, any>>>;
757
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
758
+ heightTiny: string;
759
+ heightSmall: string;
760
+ heightMedium: string;
761
+ heightLarge: string;
762
+ borderRadiusTiny: string;
763
+ borderRadiusSmall: string;
764
+ borderRadiusMedium: string;
765
+ borderRadiusLarge: string;
766
+ fontSizeTiny: string;
767
+ fontSizeSmall: string;
768
+ fontSizeMedium: string;
769
+ fontSizeLarge: string;
770
+ opacityDisabled: string;
771
+ colorOpacitySecondary: string;
772
+ colorOpacitySecondaryHover: string;
773
+ colorOpacitySecondaryPressed: string;
774
+ colorSecondary: string;
775
+ colorSecondaryHover: string;
776
+ colorSecondaryPressed: string;
777
+ colorTertiary: string;
778
+ colorTertiaryHover: string;
779
+ colorTertiaryPressed: string;
780
+ colorQuaternary: string;
781
+ colorQuaternaryHover: string;
782
+ colorQuaternaryPressed: string;
783
+ color: string;
784
+ colorHover: string;
785
+ colorPressed: string;
786
+ colorFocus: string;
787
+ colorDisabled: string;
788
+ textColor: string;
789
+ textColorTertiary: string;
790
+ textColorHover: string;
791
+ textColorPressed: string;
792
+ textColorFocus: string;
793
+ textColorDisabled: string;
794
+ textColorText: string;
795
+ textColorTextHover: string;
796
+ textColorTextPressed: string;
797
+ textColorTextFocus: string;
798
+ textColorTextDisabled: string;
799
+ textColorGhost: string;
800
+ textColorGhostHover: string;
801
+ textColorGhostPressed: string;
802
+ textColorGhostFocus: string;
803
+ textColorGhostDisabled: string;
804
+ border: string;
805
+ borderHover: string;
806
+ borderPressed: string;
807
+ borderFocus: string;
808
+ borderDisabled: string;
809
+ rippleColor: string;
810
+ colorPrimary: string;
811
+ colorHoverPrimary: string;
812
+ colorPressedPrimary: string;
813
+ colorFocusPrimary: string;
814
+ colorDisabledPrimary: string;
815
+ textColorPrimary: string;
816
+ textColorHoverPrimary: string;
817
+ textColorPressedPrimary: string;
818
+ textColorFocusPrimary: string;
819
+ textColorDisabledPrimary: string;
820
+ textColorTextPrimary: string;
821
+ textColorTextHoverPrimary: string;
822
+ textColorTextPressedPrimary: string;
823
+ textColorTextFocusPrimary: string;
824
+ textColorTextDisabledPrimary: string;
825
+ textColorGhostPrimary: string;
826
+ textColorGhostHoverPrimary: string;
827
+ textColorGhostPressedPrimary: string;
828
+ textColorGhostFocusPrimary: string;
829
+ textColorGhostDisabledPrimary: string;
830
+ borderPrimary: string;
831
+ borderHoverPrimary: string;
832
+ borderPressedPrimary: string;
833
+ borderFocusPrimary: string;
834
+ borderDisabledPrimary: string;
835
+ rippleColorPrimary: string;
836
+ colorInfo: string;
837
+ colorHoverInfo: string;
838
+ colorPressedInfo: string;
839
+ colorFocusInfo: string;
840
+ colorDisabledInfo: string;
841
+ textColorInfo: string;
842
+ textColorHoverInfo: string;
843
+ textColorPressedInfo: string;
844
+ textColorFocusInfo: string;
845
+ textColorDisabledInfo: string;
846
+ textColorTextInfo: string;
847
+ textColorTextHoverInfo: string;
848
+ textColorTextPressedInfo: string;
849
+ textColorTextFocusInfo: string;
850
+ textColorTextDisabledInfo: string;
851
+ textColorGhostInfo: string;
852
+ textColorGhostHoverInfo: string;
853
+ textColorGhostPressedInfo: string;
854
+ textColorGhostFocusInfo: string;
855
+ textColorGhostDisabledInfo: string;
856
+ borderInfo: string;
857
+ borderHoverInfo: string;
858
+ borderPressedInfo: string;
859
+ borderFocusInfo: string;
860
+ borderDisabledInfo: string;
861
+ rippleColorInfo: string;
862
+ colorSuccess: string;
863
+ colorHoverSuccess: string;
864
+ colorPressedSuccess: string;
865
+ colorFocusSuccess: string;
866
+ colorDisabledSuccess: string;
867
+ textColorSuccess: string;
868
+ textColorHoverSuccess: string;
869
+ textColorPressedSuccess: string;
870
+ textColorFocusSuccess: string;
871
+ textColorDisabledSuccess: string;
872
+ textColorTextSuccess: string;
873
+ textColorTextHoverSuccess: string;
874
+ textColorTextPressedSuccess: string;
875
+ textColorTextFocusSuccess: string;
876
+ textColorTextDisabledSuccess: string;
877
+ textColorGhostSuccess: string;
878
+ textColorGhostHoverSuccess: string;
879
+ textColorGhostPressedSuccess: string;
880
+ textColorGhostFocusSuccess: string;
881
+ textColorGhostDisabledSuccess: string;
882
+ borderSuccess: string;
883
+ borderHoverSuccess: string;
884
+ borderPressedSuccess: string;
885
+ borderFocusSuccess: string;
886
+ borderDisabledSuccess: string;
887
+ rippleColorSuccess: string;
888
+ colorWarning: string;
889
+ colorHoverWarning: string;
890
+ colorPressedWarning: string;
891
+ colorFocusWarning: string;
892
+ colorDisabledWarning: string;
893
+ textColorWarning: string;
894
+ textColorHoverWarning: string;
895
+ textColorPressedWarning: string;
896
+ textColorFocusWarning: string;
897
+ textColorDisabledWarning: string;
898
+ textColorTextWarning: string;
899
+ textColorTextHoverWarning: string;
900
+ textColorTextPressedWarning: string;
901
+ textColorTextFocusWarning: string;
902
+ textColorTextDisabledWarning: string;
903
+ textColorGhostWarning: string;
904
+ textColorGhostHoverWarning: string;
905
+ textColorGhostPressedWarning: string;
906
+ textColorGhostFocusWarning: string;
907
+ textColorGhostDisabledWarning: string;
908
+ borderWarning: string;
909
+ borderHoverWarning: string;
910
+ borderPressedWarning: string;
911
+ borderFocusWarning: string;
912
+ borderDisabledWarning: string;
913
+ rippleColorWarning: string;
914
+ colorError: string;
915
+ colorHoverError: string;
916
+ colorPressedError: string;
917
+ colorFocusError: string;
918
+ colorDisabledError: string;
919
+ textColorError: string;
920
+ textColorHoverError: string;
921
+ textColorPressedError: string;
922
+ textColorFocusError: string;
923
+ textColorDisabledError: string;
924
+ textColorTextError: string;
925
+ textColorTextHoverError: string;
926
+ textColorTextPressedError: string;
927
+ textColorTextFocusError: string;
928
+ textColorTextDisabledError: string;
929
+ textColorGhostError: string;
930
+ textColorGhostHoverError: string;
931
+ textColorGhostPressedError: string;
932
+ textColorGhostFocusError: string;
933
+ textColorGhostDisabledError: string;
934
+ borderError: string;
935
+ borderHoverError: string;
936
+ borderPressedError: string;
937
+ borderFocusError: string;
938
+ borderDisabledError: string;
939
+ rippleColorError: string;
940
+ waveOpacity: string;
941
+ fontWeight: string;
942
+ fontWeightStrong: string;
943
+ paddingTiny: string;
944
+ paddingSmall: string;
945
+ paddingMedium: string;
946
+ paddingLarge: string;
947
+ paddingRoundTiny: string;
948
+ paddingRoundSmall: string;
949
+ paddingRoundMedium: string;
950
+ paddingRoundLarge: string;
951
+ iconMarginTiny: string;
952
+ iconMarginSmall: string;
953
+ iconMarginMedium: string;
954
+ iconMarginLarge: string;
955
+ iconSizeTiny: string;
956
+ iconSizeSmall: string;
957
+ iconSizeMedium: string;
958
+ iconSizeLarge: string;
959
+ rippleDuration: string;
960
+ }, any>>>;
961
+ }, {
962
+ selfElRef: import("vue").Ref<HTMLElement | null>;
963
+ waveElRef: import("vue").Ref<{
964
+ play: () => void;
965
+ } | null>;
966
+ mergedClsPrefix: import("vue").ComputedRef<string>;
967
+ mergedFocusable: import("vue").ComputedRef<boolean>;
968
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
969
+ showBorder: import("vue").ComputedRef<boolean>;
970
+ enterPressed: import("vue").Ref<boolean>;
971
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
972
+ handleMousedown: (e: MouseEvent) => void;
973
+ handleKeydown: (e: KeyboardEvent) => void;
974
+ handleBlur: () => void;
975
+ handleKeyup: (e: KeyboardEvent) => void;
976
+ handleClick: (e: MouseEvent) => void;
977
+ customColorCssVars: import("vue").ComputedRef<{
978
+ '--n-border-color': string;
979
+ '--n-border-color-hover': string;
980
+ '--n-border-color-pressed': string;
981
+ '--n-border-color-focus': string;
982
+ '--n-border-color-disabled': string;
983
+ } | null>;
984
+ cssVars: import("vue").ComputedRef<{
985
+ '--n-width': string;
986
+ '--n-height': string;
987
+ '--n-font-size': string;
988
+ '--n-padding': string;
989
+ '--n-icon-size': string;
990
+ '--n-icon-margin': string;
991
+ '--n-border-radius': string;
992
+ '--n-border': string;
993
+ '--n-border-hover': string;
994
+ '--n-border-pressed': string;
995
+ '--n-border-focus': string;
996
+ '--n-border-disabled': string;
997
+ '--n-color': string;
998
+ '--n-color-hover': string;
999
+ '--n-color-pressed': string;
1000
+ '--n-color-focus': string;
1001
+ '--n-color-disabled': string;
1002
+ '--n-ripple-color': string;
1003
+ '--n-text-color': string;
1004
+ '--n-text-color-hover': string;
1005
+ '--n-text-color-pressed': string;
1006
+ '--n-text-color-focus': string;
1007
+ '--n-text-color-disabled': string;
1008
+ 'font-weight': string;
1009
+ '--n-bezier': string;
1010
+ '--n-bezier-ease-out': string;
1011
+ '--n-ripple-duration': string;
1012
+ '--n-opacity-disabled': string;
1013
+ '--n-wave-opacity': string;
1014
+ }> | undefined;
1015
+ themeClass: import("vue").Ref<string> | undefined;
1016
+ onRender: (() => void) | undefined;
1017
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1018
+ readonly color: StringConstructor;
1019
+ readonly textColor: StringConstructor;
1020
+ readonly text: BooleanConstructor;
1021
+ readonly block: BooleanConstructor;
1022
+ readonly loading: BooleanConstructor;
1023
+ readonly disabled: BooleanConstructor;
1024
+ readonly circle: BooleanConstructor;
1025
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1026
+ readonly ghost: BooleanConstructor;
1027
+ readonly round: BooleanConstructor;
1028
+ readonly secondary: BooleanConstructor;
1029
+ readonly tertiary: BooleanConstructor;
1030
+ readonly quaternary: BooleanConstructor;
1031
+ readonly strong: BooleanConstructor;
1032
+ readonly focusable: {
1033
+ readonly type: BooleanConstructor;
1034
+ readonly default: true;
1035
+ };
1036
+ readonly keyboard: {
1037
+ readonly type: BooleanConstructor;
1038
+ readonly default: true;
1039
+ };
1040
+ readonly tag: {
1041
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1042
+ readonly default: "button";
1043
+ };
1044
+ readonly type: {
1045
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1046
+ readonly default: "default";
1047
+ };
1048
+ readonly dashed: BooleanConstructor;
1049
+ readonly iconPlacement: {
1050
+ readonly type: import("vue").PropType<"left" | "right">;
1051
+ readonly default: "left";
1052
+ };
1053
+ readonly attrType: {
1054
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1055
+ readonly default: "button";
1056
+ };
1057
+ readonly bordered: {
1058
+ readonly type: BooleanConstructor;
1059
+ readonly default: true;
1060
+ };
1061
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1062
+ readonly nativeFocusBehavior: BooleanConstructor;
1063
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1064
+ heightTiny: string;
1065
+ heightSmall: string;
1066
+ heightMedium: string;
1067
+ heightLarge: string;
1068
+ borderRadiusTiny: string;
1069
+ borderRadiusSmall: string;
1070
+ borderRadiusMedium: string;
1071
+ borderRadiusLarge: string;
1072
+ fontSizeTiny: string;
1073
+ fontSizeSmall: string;
1074
+ fontSizeMedium: string;
1075
+ fontSizeLarge: string;
1076
+ opacityDisabled: string;
1077
+ colorOpacitySecondary: string;
1078
+ colorOpacitySecondaryHover: string;
1079
+ colorOpacitySecondaryPressed: string;
1080
+ colorSecondary: string;
1081
+ colorSecondaryHover: string;
1082
+ colorSecondaryPressed: string;
1083
+ colorTertiary: string;
1084
+ colorTertiaryHover: string;
1085
+ colorTertiaryPressed: string;
1086
+ colorQuaternary: string;
1087
+ colorQuaternaryHover: string;
1088
+ colorQuaternaryPressed: string;
1089
+ color: string;
1090
+ colorHover: string;
1091
+ colorPressed: string;
1092
+ colorFocus: string;
1093
+ colorDisabled: string;
1094
+ textColor: string;
1095
+ textColorTertiary: string;
1096
+ textColorHover: string;
1097
+ textColorPressed: string;
1098
+ textColorFocus: string;
1099
+ textColorDisabled: string;
1100
+ textColorText: string;
1101
+ textColorTextHover: string;
1102
+ textColorTextPressed: string;
1103
+ textColorTextFocus: string;
1104
+ textColorTextDisabled: string;
1105
+ textColorGhost: string;
1106
+ textColorGhostHover: string;
1107
+ textColorGhostPressed: string;
1108
+ textColorGhostFocus: string;
1109
+ textColorGhostDisabled: string;
1110
+ border: string;
1111
+ borderHover: string;
1112
+ borderPressed: string;
1113
+ borderFocus: string;
1114
+ borderDisabled: string;
1115
+ rippleColor: string;
1116
+ colorPrimary: string;
1117
+ colorHoverPrimary: string;
1118
+ colorPressedPrimary: string;
1119
+ colorFocusPrimary: string;
1120
+ colorDisabledPrimary: string;
1121
+ textColorPrimary: string;
1122
+ textColorHoverPrimary: string;
1123
+ textColorPressedPrimary: string;
1124
+ textColorFocusPrimary: string;
1125
+ textColorDisabledPrimary: string;
1126
+ textColorTextPrimary: string;
1127
+ textColorTextHoverPrimary: string;
1128
+ textColorTextPressedPrimary: string;
1129
+ textColorTextFocusPrimary: string;
1130
+ textColorTextDisabledPrimary: string;
1131
+ textColorGhostPrimary: string;
1132
+ textColorGhostHoverPrimary: string;
1133
+ textColorGhostPressedPrimary: string;
1134
+ textColorGhostFocusPrimary: string;
1135
+ textColorGhostDisabledPrimary: string;
1136
+ borderPrimary: string;
1137
+ borderHoverPrimary: string;
1138
+ borderPressedPrimary: string;
1139
+ borderFocusPrimary: string;
1140
+ borderDisabledPrimary: string;
1141
+ rippleColorPrimary: string;
1142
+ colorInfo: string;
1143
+ colorHoverInfo: string;
1144
+ colorPressedInfo: string;
1145
+ colorFocusInfo: string;
1146
+ colorDisabledInfo: string;
1147
+ textColorInfo: string;
1148
+ textColorHoverInfo: string;
1149
+ textColorPressedInfo: string;
1150
+ textColorFocusInfo: string;
1151
+ textColorDisabledInfo: string;
1152
+ textColorTextInfo: string;
1153
+ textColorTextHoverInfo: string;
1154
+ textColorTextPressedInfo: string;
1155
+ textColorTextFocusInfo: string;
1156
+ textColorTextDisabledInfo: string;
1157
+ textColorGhostInfo: string;
1158
+ textColorGhostHoverInfo: string;
1159
+ textColorGhostPressedInfo: string;
1160
+ textColorGhostFocusInfo: string;
1161
+ textColorGhostDisabledInfo: string;
1162
+ borderInfo: string;
1163
+ borderHoverInfo: string;
1164
+ borderPressedInfo: string;
1165
+ borderFocusInfo: string;
1166
+ borderDisabledInfo: string;
1167
+ rippleColorInfo: string;
1168
+ colorSuccess: string;
1169
+ colorHoverSuccess: string;
1170
+ colorPressedSuccess: string;
1171
+ colorFocusSuccess: string;
1172
+ colorDisabledSuccess: string;
1173
+ textColorSuccess: string;
1174
+ textColorHoverSuccess: string;
1175
+ textColorPressedSuccess: string;
1176
+ textColorFocusSuccess: string;
1177
+ textColorDisabledSuccess: string;
1178
+ textColorTextSuccess: string;
1179
+ textColorTextHoverSuccess: string;
1180
+ textColorTextPressedSuccess: string;
1181
+ textColorTextFocusSuccess: string;
1182
+ textColorTextDisabledSuccess: string;
1183
+ textColorGhostSuccess: string;
1184
+ textColorGhostHoverSuccess: string;
1185
+ textColorGhostPressedSuccess: string;
1186
+ textColorGhostFocusSuccess: string;
1187
+ textColorGhostDisabledSuccess: string;
1188
+ borderSuccess: string;
1189
+ borderHoverSuccess: string;
1190
+ borderPressedSuccess: string;
1191
+ borderFocusSuccess: string;
1192
+ borderDisabledSuccess: string;
1193
+ rippleColorSuccess: string;
1194
+ colorWarning: string;
1195
+ colorHoverWarning: string;
1196
+ colorPressedWarning: string;
1197
+ colorFocusWarning: string;
1198
+ colorDisabledWarning: string;
1199
+ textColorWarning: string;
1200
+ textColorHoverWarning: string;
1201
+ textColorPressedWarning: string;
1202
+ textColorFocusWarning: string;
1203
+ textColorDisabledWarning: string;
1204
+ textColorTextWarning: string;
1205
+ textColorTextHoverWarning: string;
1206
+ textColorTextPressedWarning: string;
1207
+ textColorTextFocusWarning: string;
1208
+ textColorTextDisabledWarning: string;
1209
+ textColorGhostWarning: string;
1210
+ textColorGhostHoverWarning: string;
1211
+ textColorGhostPressedWarning: string;
1212
+ textColorGhostFocusWarning: string;
1213
+ textColorGhostDisabledWarning: string;
1214
+ borderWarning: string;
1215
+ borderHoverWarning: string;
1216
+ borderPressedWarning: string;
1217
+ borderFocusWarning: string;
1218
+ borderDisabledWarning: string;
1219
+ rippleColorWarning: string;
1220
+ colorError: string;
1221
+ colorHoverError: string;
1222
+ colorPressedError: string;
1223
+ colorFocusError: string;
1224
+ colorDisabledError: string;
1225
+ textColorError: string;
1226
+ textColorHoverError: string;
1227
+ textColorPressedError: string;
1228
+ textColorFocusError: string;
1229
+ textColorDisabledError: string;
1230
+ textColorTextError: string;
1231
+ textColorTextHoverError: string;
1232
+ textColorTextPressedError: string;
1233
+ textColorTextFocusError: string;
1234
+ textColorTextDisabledError: string;
1235
+ textColorGhostError: string;
1236
+ textColorGhostHoverError: string;
1237
+ textColorGhostPressedError: string;
1238
+ textColorGhostFocusError: string;
1239
+ textColorGhostDisabledError: string;
1240
+ borderError: string;
1241
+ borderHoverError: string;
1242
+ borderPressedError: string;
1243
+ borderFocusError: string;
1244
+ borderDisabledError: string;
1245
+ rippleColorError: string;
1246
+ waveOpacity: string;
1247
+ fontWeight: string;
1248
+ fontWeightStrong: string;
1249
+ paddingTiny: string;
1250
+ paddingSmall: string;
1251
+ paddingMedium: string;
1252
+ paddingLarge: string;
1253
+ paddingRoundTiny: string;
1254
+ paddingRoundSmall: string;
1255
+ paddingRoundMedium: string;
1256
+ paddingRoundLarge: string;
1257
+ iconMarginTiny: string;
1258
+ iconMarginSmall: string;
1259
+ iconMarginMedium: string;
1260
+ iconMarginLarge: string;
1261
+ iconSizeTiny: string;
1262
+ iconSizeSmall: string;
1263
+ iconSizeMedium: string;
1264
+ iconSizeLarge: string;
1265
+ rippleDuration: string;
1266
+ }, any>>;
1267
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1268
+ heightTiny: string;
1269
+ heightSmall: string;
1270
+ heightMedium: string;
1271
+ heightLarge: string;
1272
+ borderRadiusTiny: string;
1273
+ borderRadiusSmall: string;
1274
+ borderRadiusMedium: string;
1275
+ borderRadiusLarge: string;
1276
+ fontSizeTiny: string;
1277
+ fontSizeSmall: string;
1278
+ fontSizeMedium: string;
1279
+ fontSizeLarge: string;
1280
+ opacityDisabled: string;
1281
+ colorOpacitySecondary: string;
1282
+ colorOpacitySecondaryHover: string;
1283
+ colorOpacitySecondaryPressed: string;
1284
+ colorSecondary: string;
1285
+ colorSecondaryHover: string;
1286
+ colorSecondaryPressed: string;
1287
+ colorTertiary: string;
1288
+ colorTertiaryHover: string;
1289
+ colorTertiaryPressed: string;
1290
+ colorQuaternary: string;
1291
+ colorQuaternaryHover: string;
1292
+ colorQuaternaryPressed: string;
1293
+ color: string;
1294
+ colorHover: string;
1295
+ colorPressed: string;
1296
+ colorFocus: string;
1297
+ colorDisabled: string;
1298
+ textColor: string;
1299
+ textColorTertiary: string;
1300
+ textColorHover: string;
1301
+ textColorPressed: string;
1302
+ textColorFocus: string;
1303
+ textColorDisabled: string;
1304
+ textColorText: string;
1305
+ textColorTextHover: string;
1306
+ textColorTextPressed: string;
1307
+ textColorTextFocus: string;
1308
+ textColorTextDisabled: string;
1309
+ textColorGhost: string;
1310
+ textColorGhostHover: string;
1311
+ textColorGhostPressed: string;
1312
+ textColorGhostFocus: string;
1313
+ textColorGhostDisabled: string;
1314
+ border: string;
1315
+ borderHover: string;
1316
+ borderPressed: string;
1317
+ borderFocus: string;
1318
+ borderDisabled: string;
1319
+ rippleColor: string;
1320
+ colorPrimary: string;
1321
+ colorHoverPrimary: string;
1322
+ colorPressedPrimary: string;
1323
+ colorFocusPrimary: string;
1324
+ colorDisabledPrimary: string;
1325
+ textColorPrimary: string;
1326
+ textColorHoverPrimary: string;
1327
+ textColorPressedPrimary: string;
1328
+ textColorFocusPrimary: string;
1329
+ textColorDisabledPrimary: string;
1330
+ textColorTextPrimary: string;
1331
+ textColorTextHoverPrimary: string;
1332
+ textColorTextPressedPrimary: string;
1333
+ textColorTextFocusPrimary: string;
1334
+ textColorTextDisabledPrimary: string;
1335
+ textColorGhostPrimary: string;
1336
+ textColorGhostHoverPrimary: string;
1337
+ textColorGhostPressedPrimary: string;
1338
+ textColorGhostFocusPrimary: string;
1339
+ textColorGhostDisabledPrimary: string;
1340
+ borderPrimary: string;
1341
+ borderHoverPrimary: string;
1342
+ borderPressedPrimary: string;
1343
+ borderFocusPrimary: string;
1344
+ borderDisabledPrimary: string;
1345
+ rippleColorPrimary: string;
1346
+ colorInfo: string;
1347
+ colorHoverInfo: string;
1348
+ colorPressedInfo: string;
1349
+ colorFocusInfo: string;
1350
+ colorDisabledInfo: string;
1351
+ textColorInfo: string;
1352
+ textColorHoverInfo: string;
1353
+ textColorPressedInfo: string;
1354
+ textColorFocusInfo: string;
1355
+ textColorDisabledInfo: string;
1356
+ textColorTextInfo: string;
1357
+ textColorTextHoverInfo: string;
1358
+ textColorTextPressedInfo: string;
1359
+ textColorTextFocusInfo: string;
1360
+ textColorTextDisabledInfo: string;
1361
+ textColorGhostInfo: string;
1362
+ textColorGhostHoverInfo: string;
1363
+ textColorGhostPressedInfo: string;
1364
+ textColorGhostFocusInfo: string;
1365
+ textColorGhostDisabledInfo: string;
1366
+ borderInfo: string;
1367
+ borderHoverInfo: string;
1368
+ borderPressedInfo: string;
1369
+ borderFocusInfo: string;
1370
+ borderDisabledInfo: string;
1371
+ rippleColorInfo: string;
1372
+ colorSuccess: string;
1373
+ colorHoverSuccess: string;
1374
+ colorPressedSuccess: string;
1375
+ colorFocusSuccess: string;
1376
+ colorDisabledSuccess: string;
1377
+ textColorSuccess: string;
1378
+ textColorHoverSuccess: string;
1379
+ textColorPressedSuccess: string;
1380
+ textColorFocusSuccess: string;
1381
+ textColorDisabledSuccess: string;
1382
+ textColorTextSuccess: string;
1383
+ textColorTextHoverSuccess: string;
1384
+ textColorTextPressedSuccess: string;
1385
+ textColorTextFocusSuccess: string;
1386
+ textColorTextDisabledSuccess: string;
1387
+ textColorGhostSuccess: string;
1388
+ textColorGhostHoverSuccess: string;
1389
+ textColorGhostPressedSuccess: string;
1390
+ textColorGhostFocusSuccess: string;
1391
+ textColorGhostDisabledSuccess: string;
1392
+ borderSuccess: string;
1393
+ borderHoverSuccess: string;
1394
+ borderPressedSuccess: string;
1395
+ borderFocusSuccess: string;
1396
+ borderDisabledSuccess: string;
1397
+ rippleColorSuccess: string;
1398
+ colorWarning: string;
1399
+ colorHoverWarning: string;
1400
+ colorPressedWarning: string;
1401
+ colorFocusWarning: string;
1402
+ colorDisabledWarning: string;
1403
+ textColorWarning: string;
1404
+ textColorHoverWarning: string;
1405
+ textColorPressedWarning: string;
1406
+ textColorFocusWarning: string;
1407
+ textColorDisabledWarning: string;
1408
+ textColorTextWarning: string;
1409
+ textColorTextHoverWarning: string;
1410
+ textColorTextPressedWarning: string;
1411
+ textColorTextFocusWarning: string;
1412
+ textColorTextDisabledWarning: string;
1413
+ textColorGhostWarning: string;
1414
+ textColorGhostHoverWarning: string;
1415
+ textColorGhostPressedWarning: string;
1416
+ textColorGhostFocusWarning: string;
1417
+ textColorGhostDisabledWarning: string;
1418
+ borderWarning: string;
1419
+ borderHoverWarning: string;
1420
+ borderPressedWarning: string;
1421
+ borderFocusWarning: string;
1422
+ borderDisabledWarning: string;
1423
+ rippleColorWarning: string;
1424
+ colorError: string;
1425
+ colorHoverError: string;
1426
+ colorPressedError: string;
1427
+ colorFocusError: string;
1428
+ colorDisabledError: string;
1429
+ textColorError: string;
1430
+ textColorHoverError: string;
1431
+ textColorPressedError: string;
1432
+ textColorFocusError: string;
1433
+ textColorDisabledError: string;
1434
+ textColorTextError: string;
1435
+ textColorTextHoverError: string;
1436
+ textColorTextPressedError: string;
1437
+ textColorTextFocusError: string;
1438
+ textColorTextDisabledError: string;
1439
+ textColorGhostError: string;
1440
+ textColorGhostHoverError: string;
1441
+ textColorGhostPressedError: string;
1442
+ textColorGhostFocusError: string;
1443
+ textColorGhostDisabledError: string;
1444
+ borderError: string;
1445
+ borderHoverError: string;
1446
+ borderPressedError: string;
1447
+ borderFocusError: string;
1448
+ borderDisabledError: string;
1449
+ rippleColorError: string;
1450
+ waveOpacity: string;
1451
+ fontWeight: string;
1452
+ fontWeightStrong: string;
1453
+ paddingTiny: string;
1454
+ paddingSmall: string;
1455
+ paddingMedium: string;
1456
+ paddingLarge: string;
1457
+ paddingRoundTiny: string;
1458
+ paddingRoundSmall: string;
1459
+ paddingRoundMedium: string;
1460
+ paddingRoundLarge: string;
1461
+ iconMarginTiny: string;
1462
+ iconMarginSmall: string;
1463
+ iconMarginMedium: string;
1464
+ iconMarginLarge: string;
1465
+ iconSizeTiny: string;
1466
+ iconSizeSmall: string;
1467
+ iconSizeMedium: string;
1468
+ iconSizeLarge: string;
1469
+ rippleDuration: string;
1470
+ }, any>>>;
1471
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1472
+ heightTiny: string;
1473
+ heightSmall: string;
1474
+ heightMedium: string;
1475
+ heightLarge: string;
1476
+ borderRadiusTiny: string;
1477
+ borderRadiusSmall: string;
1478
+ borderRadiusMedium: string;
1479
+ borderRadiusLarge: string;
1480
+ fontSizeTiny: string;
1481
+ fontSizeSmall: string;
1482
+ fontSizeMedium: string;
1483
+ fontSizeLarge: string;
1484
+ opacityDisabled: string;
1485
+ colorOpacitySecondary: string;
1486
+ colorOpacitySecondaryHover: string;
1487
+ colorOpacitySecondaryPressed: string;
1488
+ colorSecondary: string;
1489
+ colorSecondaryHover: string;
1490
+ colorSecondaryPressed: string;
1491
+ colorTertiary: string;
1492
+ colorTertiaryHover: string;
1493
+ colorTertiaryPressed: string;
1494
+ colorQuaternary: string;
1495
+ colorQuaternaryHover: string;
1496
+ colorQuaternaryPressed: string;
1497
+ color: string;
1498
+ colorHover: string;
1499
+ colorPressed: string;
1500
+ colorFocus: string;
1501
+ colorDisabled: string;
1502
+ textColor: string;
1503
+ textColorTertiary: string;
1504
+ textColorHover: string;
1505
+ textColorPressed: string;
1506
+ textColorFocus: string;
1507
+ textColorDisabled: string;
1508
+ textColorText: string;
1509
+ textColorTextHover: string;
1510
+ textColorTextPressed: string;
1511
+ textColorTextFocus: string;
1512
+ textColorTextDisabled: string;
1513
+ textColorGhost: string;
1514
+ textColorGhostHover: string;
1515
+ textColorGhostPressed: string;
1516
+ textColorGhostFocus: string;
1517
+ textColorGhostDisabled: string;
1518
+ border: string;
1519
+ borderHover: string;
1520
+ borderPressed: string;
1521
+ borderFocus: string;
1522
+ borderDisabled: string;
1523
+ rippleColor: string;
1524
+ colorPrimary: string;
1525
+ colorHoverPrimary: string;
1526
+ colorPressedPrimary: string;
1527
+ colorFocusPrimary: string;
1528
+ colorDisabledPrimary: string;
1529
+ textColorPrimary: string;
1530
+ textColorHoverPrimary: string;
1531
+ textColorPressedPrimary: string;
1532
+ textColorFocusPrimary: string;
1533
+ textColorDisabledPrimary: string;
1534
+ textColorTextPrimary: string;
1535
+ textColorTextHoverPrimary: string;
1536
+ textColorTextPressedPrimary: string;
1537
+ textColorTextFocusPrimary: string;
1538
+ textColorTextDisabledPrimary: string;
1539
+ textColorGhostPrimary: string;
1540
+ textColorGhostHoverPrimary: string;
1541
+ textColorGhostPressedPrimary: string;
1542
+ textColorGhostFocusPrimary: string;
1543
+ textColorGhostDisabledPrimary: string;
1544
+ borderPrimary: string;
1545
+ borderHoverPrimary: string;
1546
+ borderPressedPrimary: string;
1547
+ borderFocusPrimary: string;
1548
+ borderDisabledPrimary: string;
1549
+ rippleColorPrimary: string;
1550
+ colorInfo: string;
1551
+ colorHoverInfo: string;
1552
+ colorPressedInfo: string;
1553
+ colorFocusInfo: string;
1554
+ colorDisabledInfo: string;
1555
+ textColorInfo: string;
1556
+ textColorHoverInfo: string;
1557
+ textColorPressedInfo: string;
1558
+ textColorFocusInfo: string;
1559
+ textColorDisabledInfo: string;
1560
+ textColorTextInfo: string;
1561
+ textColorTextHoverInfo: string;
1562
+ textColorTextPressedInfo: string;
1563
+ textColorTextFocusInfo: string;
1564
+ textColorTextDisabledInfo: string;
1565
+ textColorGhostInfo: string;
1566
+ textColorGhostHoverInfo: string;
1567
+ textColorGhostPressedInfo: string;
1568
+ textColorGhostFocusInfo: string;
1569
+ textColorGhostDisabledInfo: string;
1570
+ borderInfo: string;
1571
+ borderHoverInfo: string;
1572
+ borderPressedInfo: string;
1573
+ borderFocusInfo: string;
1574
+ borderDisabledInfo: string;
1575
+ rippleColorInfo: string;
1576
+ colorSuccess: string;
1577
+ colorHoverSuccess: string;
1578
+ colorPressedSuccess: string;
1579
+ colorFocusSuccess: string;
1580
+ colorDisabledSuccess: string;
1581
+ textColorSuccess: string;
1582
+ textColorHoverSuccess: string;
1583
+ textColorPressedSuccess: string;
1584
+ textColorFocusSuccess: string;
1585
+ textColorDisabledSuccess: string;
1586
+ textColorTextSuccess: string;
1587
+ textColorTextHoverSuccess: string;
1588
+ textColorTextPressedSuccess: string;
1589
+ textColorTextFocusSuccess: string;
1590
+ textColorTextDisabledSuccess: string;
1591
+ textColorGhostSuccess: string;
1592
+ textColorGhostHoverSuccess: string;
1593
+ textColorGhostPressedSuccess: string;
1594
+ textColorGhostFocusSuccess: string;
1595
+ textColorGhostDisabledSuccess: string;
1596
+ borderSuccess: string;
1597
+ borderHoverSuccess: string;
1598
+ borderPressedSuccess: string;
1599
+ borderFocusSuccess: string;
1600
+ borderDisabledSuccess: string;
1601
+ rippleColorSuccess: string;
1602
+ colorWarning: string;
1603
+ colorHoverWarning: string;
1604
+ colorPressedWarning: string;
1605
+ colorFocusWarning: string;
1606
+ colorDisabledWarning: string;
1607
+ textColorWarning: string;
1608
+ textColorHoverWarning: string;
1609
+ textColorPressedWarning: string;
1610
+ textColorFocusWarning: string;
1611
+ textColorDisabledWarning: string;
1612
+ textColorTextWarning: string;
1613
+ textColorTextHoverWarning: string;
1614
+ textColorTextPressedWarning: string;
1615
+ textColorTextFocusWarning: string;
1616
+ textColorTextDisabledWarning: string;
1617
+ textColorGhostWarning: string;
1618
+ textColorGhostHoverWarning: string;
1619
+ textColorGhostPressedWarning: string;
1620
+ textColorGhostFocusWarning: string;
1621
+ textColorGhostDisabledWarning: string;
1622
+ borderWarning: string;
1623
+ borderHoverWarning: string;
1624
+ borderPressedWarning: string;
1625
+ borderFocusWarning: string;
1626
+ borderDisabledWarning: string;
1627
+ rippleColorWarning: string;
1628
+ colorError: string;
1629
+ colorHoverError: string;
1630
+ colorPressedError: string;
1631
+ colorFocusError: string;
1632
+ colorDisabledError: string;
1633
+ textColorError: string;
1634
+ textColorHoverError: string;
1635
+ textColorPressedError: string;
1636
+ textColorFocusError: string;
1637
+ textColorDisabledError: string;
1638
+ textColorTextError: string;
1639
+ textColorTextHoverError: string;
1640
+ textColorTextPressedError: string;
1641
+ textColorTextFocusError: string;
1642
+ textColorTextDisabledError: string;
1643
+ textColorGhostError: string;
1644
+ textColorGhostHoverError: string;
1645
+ textColorGhostPressedError: string;
1646
+ textColorGhostFocusError: string;
1647
+ textColorGhostDisabledError: string;
1648
+ borderError: string;
1649
+ borderHoverError: string;
1650
+ borderPressedError: string;
1651
+ borderFocusError: string;
1652
+ borderDisabledError: string;
1653
+ rippleColorError: string;
1654
+ waveOpacity: string;
1655
+ fontWeight: string;
1656
+ fontWeightStrong: string;
1657
+ paddingTiny: string;
1658
+ paddingSmall: string;
1659
+ paddingMedium: string;
1660
+ paddingLarge: string;
1661
+ paddingRoundTiny: string;
1662
+ paddingRoundSmall: string;
1663
+ paddingRoundMedium: string;
1664
+ paddingRoundLarge: string;
1665
+ iconMarginTiny: string;
1666
+ iconMarginSmall: string;
1667
+ iconMarginMedium: string;
1668
+ iconMarginLarge: string;
1669
+ iconSizeTiny: string;
1670
+ iconSizeSmall: string;
1671
+ iconSizeMedium: string;
1672
+ iconSizeLarge: string;
1673
+ rippleDuration: string;
1674
+ }, any>>>;
1675
+ }>>, {
1676
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1677
+ readonly tag: keyof HTMLElementTagNameMap;
1678
+ readonly block: boolean;
1679
+ readonly round: boolean;
1680
+ readonly dashed: boolean;
1681
+ readonly text: boolean;
1682
+ readonly circle: boolean;
1683
+ readonly disabled: boolean;
1684
+ readonly focusable: boolean;
1685
+ readonly strong: boolean;
1686
+ readonly loading: boolean;
1687
+ readonly bordered: boolean;
1688
+ readonly tertiary: boolean;
1689
+ readonly ghost: boolean;
1690
+ readonly keyboard: boolean;
1691
+ readonly secondary: boolean;
1692
+ readonly quaternary: boolean;
1693
+ readonly iconPlacement: "left" | "right";
1694
+ readonly attrType: "button" | "reset" | "submit";
1695
+ readonly nativeFocusBehavior: boolean;
1696
+ }>;
1697
+ 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<{}>>, {}>;
1698
+ 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<{}>>, {}>;
1699
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1700
+ searchPageConfig: {
1701
+ type: import("vue").PropType<import("../../../../src/types").AnyObject>;
1702
+ default: () => {
1703
+ page: number;
1704
+ total: number;
1705
+ hasNextPage: boolean;
1706
+ };
1707
+ };
1708
+ handleSearchChangePage: {
1709
+ type: FunctionConstructor;
1710
+ default: () => void;
1711
+ };
1712
+ }>>, {
1713
+ searchPageConfig: import("../../../../src/types").AnyObject;
1714
+ handleSearchChangePage: Function;
1715
+ }>;
1716
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1717
+ mainForm: {
1718
+ type: ObjectConstructor;
1719
+ default: () => {};
1720
+ };
1721
+ userInfo: {
1722
+ type: ObjectConstructor;
1723
+ default: () => {};
1724
+ };
1725
+ styleSetting: {
1726
+ type: ObjectConstructor;
1727
+ default: () => {};
1728
+ };
1729
+ defaultValue: {
1730
+ type: ObjectConstructor;
1731
+ default: () => {};
1732
+ };
1733
+ dbParams: {
1734
+ type: ObjectConstructor;
1735
+ };
1736
+ row: {
1737
+ type: ObjectConstructor;
1738
+ default: () => {};
1739
+ };
1740
+ item: {
1741
+ type: ObjectConstructor;
1742
+ default: () => {
1743
+ _own: {};
1744
+ };
1745
+ };
1746
+ defaultFieldList: {
1747
+ type: ArrayConstructor;
1748
+ default: () => never[];
1749
+ };
1750
+ cacheUniqueKey: {
1751
+ type: ObjectConstructor;
1752
+ default: () => {
1753
+ _own: {};
1754
+ };
1755
+ };
1756
+ params_formId: (NumberConstructor | StringConstructor)[];
1757
+ formType: {
1758
+ type: ObjectConstructor;
1759
+ default: () => {
1760
+ _own: {};
1761
+ };
1762
+ };
1763
+ isDetail: {
1764
+ type: BooleanConstructor;
1765
+ default: boolean;
1766
+ };
1767
+ handleFormTableValue: FunctionConstructor;
1768
+ }>> & {
1769
+ onTableBlur?: ((...args: any[]) => any) | undefined;
1770
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
1771
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1772
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
1773
+ }, {
1774
+ styleSetting: Record<string, any>;
1775
+ userInfo: Record<string, any>;
1776
+ cacheUniqueKey: Record<string, any>;
1777
+ row: Record<string, any>;
1778
+ defaultValue: Record<string, any>;
1779
+ isDetail: boolean;
1780
+ item: Record<string, any>;
1781
+ formType: Record<string, any>;
1782
+ mainForm: Record<string, any>;
1783
+ defaultFieldList: unknown[];
1784
+ }>;
1785
+ export default _default;