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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (639) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/es/packages/index.js +12 -1
  3. package/package.json +153 -153
  4. package/es/node_modules/css.escape/css.escape.js +0 -110
  5. package/es/node_modules/date-fns/esm/_lib/defaultOptions/index.js +0 -6
  6. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +0 -18
  7. package/es/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js +0 -17
  8. package/es/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js +0 -27
  9. package/es/node_modules/date-fns/esm/_lib/getUTCWeek/index.js +0 -17
  10. package/es/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js +0 -38
  11. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.js +0 -7
  12. package/es/node_modules/date-fns/esm/_lib/setUTCDay/index.js +0 -27
  13. package/es/node_modules/date-fns/esm/_lib/setUTCISODay/index.js +0 -23
  14. package/es/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.js +0 -15
  15. package/es/node_modules/date-fns/esm/_lib/setUTCWeek/index.js +0 -15
  16. package/es/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js +0 -15
  17. package/es/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.js +0 -15
  18. package/es/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js +0 -25
  19. package/es/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.js +0 -21
  20. package/es/node_modules/date-fns/esm/_lib/toInteger/index.js +0 -15
  21. package/es/node_modules/date-fns/esm/compareAsc/index.js +0 -52
  22. package/es/node_modules/date-fns/esm/constants/index.js +0 -40
  23. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.js +0 -49
  24. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.js +0 -35
  25. package/es/node_modules/date-fns/esm/differenceInCalendarYears/index.js +0 -33
  26. package/es/node_modules/date-fns/esm/differenceInDays/index.js +0 -86
  27. package/es/node_modules/date-fns/esm/differenceInMonths/index.js +0 -59
  28. package/es/node_modules/date-fns/esm/differenceInYears/index.js +0 -43
  29. package/es/node_modules/date-fns/esm/endOfDay/index.js +0 -30
  30. package/es/node_modules/date-fns/esm/endOfMonth/index.js +0 -32
  31. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.js +0 -30
  32. package/es/node_modules/date-fns/esm/parse/_lib/Parser.js +0 -32
  33. package/es/node_modules/date-fns/esm/parse/_lib/Setter.js +0 -37
  34. package/es/node_modules/date-fns/esm/parse/_lib/constants.js +0 -48
  35. package/es/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.js +0 -55
  36. package/es/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.js +0 -55
  37. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.js +0 -55
  38. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.js +0 -52
  39. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.js +0 -80
  40. package/es/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.js +0 -56
  41. package/es/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.js +0 -53
  42. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.js +0 -30
  43. package/es/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.js +0 -29
  44. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.js +0 -48
  45. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.js +0 -41
  46. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.js +0 -42
  47. package/es/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.js +0 -50
  48. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.js +0 -99
  49. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.js +0 -46
  50. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -46
  51. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.js +0 -43
  52. package/es/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.js +0 -33
  53. package/es/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.js +0 -96
  54. package/es/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.js +0 -43
  55. package/es/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.js +0 -61
  56. package/es/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.js +0 -41
  57. package/es/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.js +0 -80
  58. package/es/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.js +0 -73
  59. package/es/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.js +0 -41
  60. package/es/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -96
  61. package/es/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.js +0 -80
  62. package/es/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.js +0 -73
  63. package/es/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -26
  64. package/es/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.js +0 -26
  65. package/es/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.js +0 -66
  66. package/es/node_modules/date-fns/esm/parse/_lib/parsers/index.js +0 -109
  67. package/es/node_modules/date-fns/esm/parse/_lib/utils.js +0 -133
  68. package/es/node_modules/date-fns/esm/startOfDay/index.js +0 -30
  69. package/es/node_modules/date-fns/esm/toDate/index.js +0 -55
  70. package/es/node_modules/diagram-js/lib/command/CommandInterceptor.js +0 -139
  71. package/es/node_modules/diagram-js/lib/draw/BaseRenderer.js +0 -88
  72. package/es/node_modules/diagram-js/lib/features/popup-menu/PopupMenu.js +0 -591
  73. package/es/node_modules/diagram-js/lib/features/rules/RuleProvider.js +0 -88
  74. package/es/node_modules/diagram-js/lib/navigation/movecanvas/MoveCanvas.js +0 -120
  75. package/es/node_modules/diagram-js/lib/navigation/movecanvas/index.js +0 -8
  76. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomScroll.js +0 -227
  77. package/es/node_modules/diagram-js/lib/navigation/zoomscroll/ZoomUtil.js +0 -24
  78. package/es/node_modules/diagram-js/lib/util/ClickTrap.js +0 -23
  79. package/es/node_modules/diagram-js/lib/util/Cursor.js +0 -20
  80. package/es/node_modules/diagram-js/lib/util/Event.js +0 -22
  81. package/es/node_modules/diagram-js/lib/util/Math.js +0 -9
  82. package/es/node_modules/diagram-js/lib/util/Mouse.js +0 -30
  83. package/es/node_modules/diagram-js/lib/util/Platform.js +0 -5
  84. package/es/node_modules/diagram-js/lib/util/PositionUtil.js +0 -8
  85. package/es/node_modules/diagram-js/lib/util/RenderUtil.js +0 -25
  86. package/es/node_modules/diagram-js/lib/util/SvgTransformUtil.js +0 -48
  87. package/es/node_modules/ids/dist/index.esm.js +0 -164
  88. package/es/node_modules/inherits/inherits.js +0 -19
  89. package/es/node_modules/inherits/inherits_browser.js +0 -38
  90. package/es/node_modules/inherits-browser/dist/index.es.js +0 -3
  91. package/es/node_modules/min-dash/dist/index.esm.js +0 -169
  92. package/es/node_modules/min-dom/dist/index.esm.js +0 -588
  93. package/es/node_modules/tiny-svg/dist/index.esm.js +0 -525
  94. package/es/packages/big-table/index.d.ts +0 -4330
  95. package/es/packages/big-table/index.js +0 -17
  96. package/es/packages/big-table/src/BigTable.js +0 -4
  97. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -4345
  98. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +0 -2379
  99. package/es/packages/big-table/src/bigTableEmits.d.ts +0 -2
  100. package/es/packages/big-table/src/bigTableEmits.js +0 -52
  101. package/es/packages/big-table/src/bigTableProps.d.ts +0 -198
  102. package/es/packages/big-table/src/bigTableProps.js +0 -117
  103. package/es/packages/big-table/src/bigTableState.d.ts +0 -56
  104. package/es/packages/big-table/src/bigTableState.js +0 -60
  105. package/es/packages/big-table/src/components/NoData.js +0 -4
  106. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  107. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -72
  108. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +0 -34
  109. package/es/packages/big-table/src/components/edit-form/edit-date.js +0 -114
  110. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +0 -43
  111. package/es/packages/big-table/src/components/edit-form/edit-input.js +0 -54
  112. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +0 -35
  113. package/es/packages/big-table/src/components/edit-form/edit-select-table.js +0 -148
  114. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +0 -35
  115. package/es/packages/big-table/src/components/edit-form/edit-select.js +0 -91
  116. package/es/packages/big-table/src/components/edit-form/edit-separate.js +0 -4
  117. package/es/packages/big-table/src/components/edit-form/edit-separate.vue.d.ts +0 -1247
  118. package/es/packages/big-table/src/components/edit-form/edit-separate.vue_vue_type_script_setup_true_lang.js +0 -69
  119. package/es/packages/big-table/src/components/input-button.js +0 -4
  120. package/es/packages/big-table/src/components/input-button.vue.d.ts +0 -2252
  121. package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +0 -33
  122. package/es/packages/big-table/src/components/separate.js +0 -4
  123. package/es/packages/big-table/src/components/separate.vue.d.ts +0 -43
  124. package/es/packages/big-table/src/components/separate.vue_vue_type_script_setup_true_lang.js +0 -24
  125. package/es/packages/big-table/src/constants/index.d.ts +0 -3
  126. package/es/packages/big-table/src/constants/index.js +0 -3
  127. package/es/packages/big-table/src/hooks/useBatchEditing.d.ts +0 -17
  128. package/es/packages/big-table/src/hooks/useBatchEditing.js +0 -289
  129. package/es/packages/big-table/src/hooks/useEdit.d.ts +0 -1414
  130. package/es/packages/big-table/src/hooks/useEdit.js +0 -133
  131. package/es/packages/big-table/src/hooks/useEvent.d.ts +0 -6
  132. package/es/packages/big-table/src/hooks/useEvent.js +0 -70
  133. package/es/packages/big-table/src/hooks/useFormat.d.ts +0 -28
  134. package/es/packages/big-table/src/hooks/useFormat.js +0 -484
  135. package/es/packages/big-table/src/hooks/useNestTable.d.ts +0 -8
  136. package/es/packages/big-table/src/hooks/useNestTable.js +0 -85
  137. package/es/packages/big-table/src/hooks/useSeparateRow.d.ts +0 -30
  138. package/es/packages/big-table/src/hooks/useSeparateRow.js +0 -157
  139. package/es/packages/big-table/src/hooks/useTableParse.d.ts +0 -6
  140. package/es/packages/big-table/src/hooks/useTableParse.js +0 -135
  141. package/es/packages/big-table/src/utils.d.ts +0 -59
  142. package/es/packages/big-table/src/utils.js +0 -627
  143. package/es/packages/big-table/style/index.css +0 -441
  144. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  145. package/es/packages/bpmn-workflow/index.js +0 -11
  146. package/es/packages/bpmn-workflow/src/BpmnWorkflow.js +0 -4
  147. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  148. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.js +0 -252
  149. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +0 -75
  150. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +0 -1420
  151. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +0 -24
  152. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  153. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +0 -19
  154. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  155. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +0 -70
  156. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +0 -99
  157. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +0 -21
  158. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +0 -111
  159. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +0 -12
  160. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +0 -40
  161. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +0 -16
  162. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  163. package/es/packages/bpmn-workflow/src/custom/customModeler/index.d.ts +0 -6
  164. package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  165. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +0 -5
  166. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  167. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +0 -12
  168. package/es/packages/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +0 -14
  169. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +0 -5
  170. package/es/packages/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +0 -10
  171. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.d.ts +0 -4
  172. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  173. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  174. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +0 -1
  175. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  176. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.d.ts +0 -226
  177. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  178. package/es/packages/bpmn-workflow/style/index.css +0 -29
  179. package/es/packages/button-print/index.d.ts +0 -7359
  180. package/es/packages/button-print/index.js +0 -11
  181. package/es/packages/button-print/src/ButtonPrint.js +0 -4
  182. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7367
  183. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +0 -441
  184. package/es/packages/button-print/src/components/IdentityVerification.js +0 -4
  185. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +0 -4793
  186. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.js +0 -128
  187. package/es/packages/button-print/src/utils/print.es.min.d.ts +0 -2
  188. package/es/packages/button-print/src/utils/print.es.min.js +0 -2532
  189. package/es/packages/button-print/style/index.css +0 -24
  190. package/es/packages/chunk-upload/index.d.ts +0 -1775
  191. package/es/packages/chunk-upload/index.js +0 -15
  192. package/es/packages/chunk-upload/src/chunk-upload-new.js +0 -4
  193. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1935
  194. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +0 -473
  195. package/es/packages/chunk-upload/src/hooks/upload-computed.d.ts +0 -11
  196. package/es/packages/chunk-upload/src/hooks/upload-computed.js +0 -70
  197. package/es/packages/chunk-upload/src/hooks/upload-data.d.ts +0 -63
  198. package/es/packages/chunk-upload/src/hooks/upload-data.js +0 -96
  199. package/es/packages/chunk-upload/src/hooks/vod-computed.d.ts +0 -10
  200. package/es/packages/chunk-upload/src/hooks/vod-computed.js +0 -79
  201. package/es/packages/chunk-upload/src/hooks/vod-data.d.ts +0 -23
  202. package/es/packages/chunk-upload/src/hooks/vod-data.js +0 -28
  203. package/es/packages/chunk-upload/src/vod-chunk-upload/index.d.ts +0 -2
  204. package/es/packages/chunk-upload/src/vod-chunk-upload/index.js +0 -3
  205. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +0 -4
  206. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1774
  207. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.js +0 -327
  208. package/es/packages/chunk-upload/src/vod-upload-modal.d.ts +0 -25
  209. package/es/packages/chunk-upload/src/vod-upload-modal.js +0 -95
  210. package/es/packages/chunk-upload/style/index.css +0 -365
  211. package/es/packages/drag-layout/index.d.ts +0 -20115
  212. package/es/packages/drag-layout/index.js +0 -13
  213. package/es/packages/drag-layout/src/DragFormLeftItem.js +0 -4
  214. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -7990
  215. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.js +0 -122
  216. package/es/packages/drag-layout/src/DragFormRightItem.js +0 -4
  217. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +0 -3226
  218. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.js +0 -267
  219. package/es/packages/drag-layout/src/DragLayout.js +0 -4
  220. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +0 -20115
  221. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.js +0 -659
  222. package/es/packages/drag-layout/style/index.css +0 -175
  223. package/es/packages/editor/index.d.ts +0 -30
  224. package/es/packages/editor/index.js +0 -10
  225. package/es/packages/editor/src/Editor.d.ts +0 -30
  226. package/es/packages/editor/src/Editor.js +0 -77
  227. package/es/packages/editor/style/index.css +0 -0
  228. package/es/packages/fabric-chart/index.d.ts +0 -197
  229. package/es/packages/fabric-chart/index.js +0 -11
  230. package/es/packages/fabric-chart/src/FabricChart.js +0 -4
  231. package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +0 -197
  232. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +0 -278
  233. package/es/packages/fabric-chart/src/components/PopupMenu.d.ts +0 -46
  234. package/es/packages/fabric-chart/src/components/PopupMenu.js +0 -105
  235. package/es/packages/fabric-chart/src/components/PopupTip.js +0 -4
  236. package/es/packages/fabric-chart/src/components/PopupTip.vue.d.ts +0 -63
  237. package/es/packages/fabric-chart/src/components/PopupTip.vue_vue_type_script_setup_true_lang.js +0 -32
  238. package/es/packages/fabric-chart/src/components/useStyle.d.ts +0 -7
  239. package/es/packages/fabric-chart/src/components/useStyle.js +0 -36
  240. package/es/packages/fabric-chart/src/hooks/constant.d.ts +0 -14
  241. package/es/packages/fabric-chart/src/hooks/constant.js +0 -36
  242. package/es/packages/fabric-chart/src/hooks/index.d.ts +0 -9
  243. package/es/packages/fabric-chart/src/hooks/index.js +0 -9
  244. package/es/packages/fabric-chart/src/hooks/useBottom.d.ts +0 -4
  245. package/es/packages/fabric-chart/src/hooks/useBottom.js +0 -86
  246. package/es/packages/fabric-chart/src/hooks/useCenter.d.ts +0 -29
  247. package/es/packages/fabric-chart/src/hooks/useCenter.js +0 -470
  248. package/es/packages/fabric-chart/src/hooks/useCumputedPoint.d.ts +0 -7
  249. package/es/packages/fabric-chart/src/hooks/useCumputedPoint.js +0 -44
  250. package/es/packages/fabric-chart/src/hooks/useDraw.d.ts +0 -42
  251. package/es/packages/fabric-chart/src/hooks/useDraw.js +0 -87
  252. package/es/packages/fabric-chart/src/hooks/useEvent.d.ts +0 -1
  253. package/es/packages/fabric-chart/src/hooks/useEvent.js +0 -10
  254. package/es/packages/fabric-chart/src/hooks/useGrid.d.ts +0 -4
  255. package/es/packages/fabric-chart/src/hooks/useGrid.js +0 -45
  256. package/es/packages/fabric-chart/src/hooks/useLeft.d.ts +0 -4
  257. package/es/packages/fabric-chart/src/hooks/useLeft.js +0 -181
  258. package/es/packages/fabric-chart/src/hooks/useOther.d.ts +0 -4
  259. package/es/packages/fabric-chart/src/hooks/useOther.js +0 -34
  260. package/es/packages/fabric-chart/src/hooks/useRight.d.ts +0 -4
  261. package/es/packages/fabric-chart/src/hooks/useRight.js +0 -90
  262. package/es/packages/fabric-chart/src/hooks/useShadow.d.ts +0 -6
  263. package/es/packages/fabric-chart/src/hooks/useShadow.js +0 -127
  264. package/es/packages/fabric-chart/src/hooks/useTop.d.ts +0 -4
  265. package/es/packages/fabric-chart/src/hooks/useTop.js +0 -149
  266. package/es/packages/fabric-chart/src/interface.d.ts +0 -115
  267. package/es/packages/fabric-chart/src/interface.js +0 -4
  268. package/es/packages/fabric-chart/src/utils/index.d.ts +0 -2
  269. package/es/packages/fabric-chart/src/utils/index.js +0 -15081
  270. package/es/packages/fabric-chart/style/index.css +0 -43
  271. package/es/packages/field-set/index.d.ts +0 -5300
  272. package/es/packages/field-set/index.js +0 -11
  273. package/es/packages/field-set/src/FieldSet.js +0 -4
  274. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -5300
  275. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +0 -22
  276. package/es/packages/field-set/src/NewFieldSet.js +0 -4
  277. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2607
  278. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +0 -299
  279. package/es/packages/field-set/src/OldFieldSet.js +0 -4
  280. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +0 -2610
  281. package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +0 -330
  282. package/es/packages/field-set/style/index.css +0 -148
  283. package/es/packages/form-render/index.d.ts +0 -1418
  284. package/es/packages/form-render/index.js +0 -25
  285. package/es/packages/form-render/src/FormRender.js +0 -4
  286. package/es/packages/form-render/src/FormRender.vue.d.ts +0 -1418
  287. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +0 -156
  288. package/es/packages/form-render/src/components/index.d.ts +0 -0
  289. package/es/packages/form-render/src/components/index.js +0 -1
  290. package/es/packages/form-render/src/components/renderer/cascader.d.ts +0 -54
  291. package/es/packages/form-render/src/components/renderer/cascader.js +0 -188
  292. package/es/packages/form-render/src/components/renderer/checkbox.d.ts +0 -26
  293. package/es/packages/form-render/src/components/renderer/checkbox.js +0 -41
  294. package/es/packages/form-render/src/components/renderer/combination.d.ts +0 -32
  295. package/es/packages/form-render/src/components/renderer/combination.js +0 -112
  296. package/es/packages/form-render/src/components/renderer/complex.d.ts +0 -32
  297. package/es/packages/form-render/src/components/renderer/complex.js +0 -39
  298. package/es/packages/form-render/src/components/renderer/date.d.ts +0 -7
  299. package/es/packages/form-render/src/components/renderer/date.js +0 -83
  300. package/es/packages/form-render/src/components/renderer/formItem.d.ts +0 -294
  301. package/es/packages/form-render/src/components/renderer/formItem.js +0 -22
  302. package/es/packages/form-render/src/components/renderer/index.d.ts +0 -17
  303. package/es/packages/form-render/src/components/renderer/index.js +0 -17
  304. package/es/packages/form-render/src/components/renderer/input.d.ts +0 -15
  305. package/es/packages/form-render/src/components/renderer/input.js +0 -40
  306. package/es/packages/form-render/src/components/renderer/inputGroup.d.ts +0 -11
  307. package/es/packages/form-render/src/components/renderer/inputGroup.js +0 -8
  308. package/es/packages/form-render/src/components/renderer/inputNumber.d.ts +0 -5
  309. package/es/packages/form-render/src/components/renderer/inputNumber.js +0 -18
  310. package/es/packages/form-render/src/components/renderer/labelSelect.d.ts +0 -1
  311. package/es/packages/form-render/src/components/renderer/labelSelect.js +0 -18
  312. package/es/packages/form-render/src/components/renderer/linebar.d.ts +0 -40
  313. package/es/packages/form-render/src/components/renderer/linebar.js +0 -75
  314. package/es/packages/form-render/src/components/renderer/radio.d.ts +0 -26
  315. package/es/packages/form-render/src/components/renderer/radio.js +0 -45
  316. package/es/packages/form-render/src/components/renderer/select.d.ts +0 -47
  317. package/es/packages/form-render/src/components/renderer/select.js +0 -142
  318. package/es/packages/form-render/src/components/renderer/simpleComponent.d.ts +0 -2
  319. package/es/packages/form-render/src/components/renderer/simpleComponent.js +0 -64
  320. package/es/packages/form-render/src/components/renderer/slider.d.ts +0 -347
  321. package/es/packages/form-render/src/components/renderer/slider.js +0 -16
  322. package/es/packages/form-render/src/components/renderer/switch.d.ts +0 -23
  323. package/es/packages/form-render/src/components/renderer/switch.js +0 -47
  324. package/es/packages/form-render/src/components/renderer/textarea.d.ts +0 -848
  325. package/es/packages/form-render/src/components/renderer/textarea.js +0 -11
  326. package/es/packages/form-render/src/constants/index.d.ts +0 -39
  327. package/es/packages/form-render/src/constants/index.js +0 -40
  328. package/es/packages/form-render/src/hooks/index.d.ts +0 -14
  329. package/es/packages/form-render/src/hooks/index.js +0 -14
  330. package/es/packages/form-render/src/hooks/useAnchor.d.ts +0 -15
  331. package/es/packages/form-render/src/hooks/useAnchor.js +0 -85
  332. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +0 -40
  333. package/es/packages/form-render/src/hooks/useAsyncQueue.js +0 -137
  334. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +0 -20
  335. package/es/packages/form-render/src/hooks/useBusinessBinding.js +0 -89
  336. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +0 -11
  337. package/es/packages/form-render/src/hooks/useChangeContext.js +0 -23
  338. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +0 -3
  339. package/es/packages/form-render/src/hooks/useCommonLog.js +0 -10
  340. package/es/packages/form-render/src/hooks/useFieldListAdaptor.d.ts +0 -64
  341. package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +0 -221
  342. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +0 -4
  343. package/es/packages/form-render/src/hooks/useFieldVisitor.js +0 -38
  344. package/es/packages/form-render/src/hooks/useFormContext.d.ts +0 -9
  345. package/es/packages/form-render/src/hooks/useFormContext.js +0 -36
  346. package/es/packages/form-render/src/hooks/useFormField.d.ts +0 -5
  347. package/es/packages/form-render/src/hooks/useFormField.js +0 -13
  348. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +0 -9
  349. package/es/packages/form-render/src/hooks/useFormItemDeps.js +0 -29
  350. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +0 -7
  351. package/es/packages/form-render/src/hooks/useFormRequest.js +0 -12
  352. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +0 -5
  353. package/es/packages/form-render/src/hooks/useFormValidator.js +0 -42
  354. package/es/packages/form-render/src/hooks/useInitialData.d.ts +0 -5
  355. package/es/packages/form-render/src/hooks/useInitialData.js +0 -11
  356. package/es/packages/form-render/src/hooks/usePresetScope.d.ts +0 -6
  357. package/es/packages/form-render/src/hooks/usePresetScope.js +0 -21
  358. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +0 -4
  359. package/es/packages/form-render/src/hooks/useTypeNormalize.js +0 -45
  360. package/es/packages/form-render/src/types/fieldItem.d.ts +0 -47
  361. package/es/packages/form-render/src/types/fieldItem.js +0 -1
  362. package/es/packages/form-render/src/types/index.d.ts +0 -45
  363. package/es/packages/form-render/src/types/index.js +0 -1
  364. package/es/packages/form-render/src/utils/index.d.ts +0 -19
  365. package/es/packages/form-render/src/utils/index.js +0 -99
  366. package/es/packages/form-render/style/index.css +0 -99
  367. package/es/packages/form-table/index.d.ts +0 -36024
  368. package/es/packages/form-table/index.js +0 -11
  369. package/es/packages/form-table/src/FormTable.js +0 -4
  370. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -36024
  371. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.js +0 -474
  372. package/es/packages/form-table/src/components/index.d.ts +0 -35783
  373. package/es/packages/form-table/src/components/index.js +0 -54
  374. package/es/packages/form-table/src/components/table-age.js +0 -4
  375. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4310
  376. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.js +0 -232
  377. package/es/packages/form-table/src/components/table-date-picker.js +0 -4
  378. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5315
  379. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.js +0 -175
  380. package/es/packages/form-table/src/components/table-digital.js +0 -4
  381. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2921
  382. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.js +0 -138
  383. package/es/packages/form-table/src/components/table-input-password.js +0 -4
  384. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1629
  385. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.js +0 -138
  386. package/es/packages/form-table/src/components/table-input.js +0 -4
  387. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1586
  388. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.js +0 -124
  389. package/es/packages/form-table/src/components/table-month-picker.js +0 -4
  390. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5258
  391. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.js +0 -99
  392. package/es/packages/form-table/src/components/table-search-more.js +0 -4
  393. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1791
  394. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +0 -276
  395. package/es/packages/form-table/src/components/table-search.js +0 -4
  396. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3117
  397. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +0 -276
  398. package/es/packages/form-table/src/components/table-select-multiple.js +0 -4
  399. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  400. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.js +0 -160
  401. package/es/packages/form-table/src/components/table-select.js +0 -4
  402. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  403. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.js +0 -155
  404. package/es/packages/form-table/src/components/table-textarea.js +0 -4
  405. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1645
  406. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.js +0 -153
  407. package/es/packages/form-table/src/components/table-time-picker.js +0 -4
  408. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  409. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.js +0 -145
  410. package/es/packages/form-table/src/components/table-tree-select.js +0 -4
  411. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1897
  412. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.js +0 -281
  413. package/es/packages/form-table/src/components/text-over-tooltip.js +0 -4
  414. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -548
  415. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.js +0 -62
  416. package/es/packages/form-table/src/configs/index.d.ts +0 -35
  417. package/es/packages/form-table/src/configs/index.js +0 -67
  418. package/es/packages/form-table/src/hooks/index.d.ts +0 -5
  419. package/es/packages/form-table/src/hooks/index.js +0 -5
  420. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +0 -21
  421. package/es/packages/form-table/src/hooks/useBoundDate.js +0 -414
  422. package/es/packages/form-table/src/hooks/useDateType.d.ts +0 -17
  423. package/es/packages/form-table/src/hooks/useDateType.js +0 -160
  424. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +0 -14
  425. package/es/packages/form-table/src/hooks/useFormCommon.js +0 -100
  426. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +0 -9
  427. package/es/packages/form-table/src/hooks/useFormEvent.js +0 -67
  428. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +0 -53
  429. package/es/packages/form-table/src/hooks/useItemDefault.js +0 -218
  430. package/es/packages/form-table/src/hooks/useSearch.d.ts +0 -165
  431. package/es/packages/form-table/src/hooks/useSearch.js +0 -1153
  432. package/es/packages/form-table/src/hooks/useValidate.d.ts +0 -24
  433. package/es/packages/form-table/src/hooks/useValidate.js +0 -480
  434. package/es/packages/form-table/src/types/index.d.ts +0 -11
  435. package/es/packages/form-table/src/types/index.js +0 -1
  436. package/es/packages/form-table/style/index.css +0 -214
  437. package/es/packages/grid/index.d.ts +0 -3
  438. package/es/packages/grid/index.js +0 -14
  439. package/es/packages/grid/src/Grid.d.ts +0 -2
  440. package/es/packages/grid/src/Grid.js +0 -28
  441. package/es/packages/grid/src/hooks.d.ts +0 -1
  442. package/es/packages/grid/src/hooks.js +0 -165
  443. package/es/packages/grid/style/index.css +0 -10
  444. package/es/packages/index.css +0 -2777
  445. package/es/packages/index.d.ts +0 -25
  446. package/es/packages/info-header/index.d.ts +0 -1866
  447. package/es/packages/info-header/index.js +0 -11
  448. package/es/packages/info-header/src/HiddenContent.js +0 -4
  449. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -379
  450. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +0 -66
  451. package/es/packages/info-header/src/InfoHeader.js +0 -4
  452. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1867
  453. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +0 -233
  454. package/es/packages/info-header/src/SlotRender.d.ts +0 -22
  455. package/es/packages/info-header/src/SlotRender.js +0 -35
  456. package/es/packages/info-header/style/iconfont.ttf +0 -0
  457. package/es/packages/info-header/style/index.css +0 -118
  458. package/es/packages/map/index.d.ts +0 -2321
  459. package/es/packages/map/index.js +0 -11
  460. package/es/packages/map/src/Map.js +0 -4
  461. package/es/packages/map/src/Map.vue.d.ts +0 -2321
  462. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.js +0 -336
  463. package/es/packages/map/style/index.css +0 -61
  464. package/es/packages/scale-view/index.d.ts +0 -4464
  465. package/es/packages/scale-view/index.js +0 -37
  466. package/es/packages/scale-view/src/ScaleView.js +0 -4
  467. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4287
  468. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +0 -422
  469. package/es/packages/scale-view/src/components/AnswerParse.js +0 -4
  470. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  471. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.js +0 -78
  472. package/es/packages/scale-view/src/components/EvaluateCountdown.js +0 -4
  473. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -154
  474. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.js +0 -107
  475. package/es/packages/scale-view/src/components/EvaluatePage.js +0 -4
  476. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1509
  477. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.js +0 -139
  478. package/es/packages/scale-view/src/components/LoadingCom.js +0 -7
  479. package/es/packages/scale-view/src/components/LoadingCom.vue_vue_type_template_id_413329b0_lang.js +0 -16
  480. package/es/packages/scale-view/src/components/NoData.js +0 -4
  481. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  482. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.js +0 -72
  483. package/es/packages/scale-view/src/components/ScaleScore.d.ts +0 -23
  484. package/es/packages/scale-view/src/components/ScaleScore.js +0 -63
  485. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +0 -11
  486. package/es/packages/scale-view/src/components/composables/choose-common.js +0 -83
  487. package/es/packages/scale-view/src/components/formitem/address.d.ts +0 -3992
  488. package/es/packages/scale-view/src/components/formitem/address.js +0 -3993
  489. package/es/packages/scale-view/src/components/formitem/r-address.d.ts +0 -34
  490. package/es/packages/scale-view/src/components/formitem/r-address.js +0 -225
  491. package/es/packages/scale-view/src/components/formitem/r-cascader.d.ts +0 -43
  492. package/es/packages/scale-view/src/components/formitem/r-cascader.js +0 -133
  493. package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +0 -43
  494. package/es/packages/scale-view/src/components/formitem/r-checkbox.js +0 -280
  495. package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +0 -32
  496. package/es/packages/scale-view/src/components/formitem/r-collection.js +0 -111
  497. package/es/packages/scale-view/src/components/formitem/r-datetime.d.ts +0 -34
  498. package/es/packages/scale-view/src/components/formitem/r-datetime.js +0 -212
  499. package/es/packages/scale-view/src/components/formitem/r-input.d.ts +0 -34
  500. package/es/packages/scale-view/src/components/formitem/r-input.js +0 -86
  501. package/es/packages/scale-view/src/components/formitem/r-map.d.ts +0 -52
  502. package/es/packages/scale-view/src/components/formitem/r-map.js +0 -105
  503. package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +0 -43
  504. package/es/packages/scale-view/src/components/formitem/r-radio.js +0 -240
  505. package/es/packages/scale-view/src/components/formitem/r-select.d.ts +0 -61
  506. package/es/packages/scale-view/src/components/formitem/r-select.js +0 -202
  507. package/es/packages/scale-view/src/components/formitem/r-upload.d.ts +0 -52
  508. package/es/packages/scale-view/src/components/formitem/r-upload.js +0 -221
  509. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -4
  510. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -565
  511. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +0 -77
  512. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +0 -43
  513. package/es/packages/scale-view/src/hooks/scaleview-computed.js +0 -309
  514. package/es/packages/scale-view/src/hooks/scaleview-init.d.ts +0 -3
  515. package/es/packages/scale-view/src/hooks/scaleview-init.js +0 -440
  516. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +0 -115
  517. package/es/packages/scale-view/src/hooks/scaleview-props.js +0 -81
  518. package/es/packages/scale-view/src/hooks/scaleview-state.d.ts +0 -34
  519. package/es/packages/scale-view/src/hooks/scaleview-state.js +0 -38
  520. package/es/packages/scale-view/src/hooks/scaleview-submit.d.ts +0 -3
  521. package/es/packages/scale-view/src/hooks/scaleview-submit.js +0 -159
  522. package/es/packages/scale-view/src/hooks/scaleview-validate.d.ts +0 -3
  523. package/es/packages/scale-view/src/hooks/scaleview-validate.js +0 -190
  524. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -10300
  525. package/es/packages/scale-view/src/hooks/use-component.js +0 -82
  526. package/es/packages/scale-view/src/hooks/use-evaluate.d.ts +0 -21
  527. package/es/packages/scale-view/src/hooks/use-evaluate.js +0 -150
  528. package/es/packages/scale-view/src/hooks/use-event.d.ts +0 -4
  529. package/es/packages/scale-view/src/hooks/use-event.js +0 -128
  530. package/es/packages/scale-view/src/hooks/use-noData.d.ts +0 -9
  531. package/es/packages/scale-view/src/hooks/use-noData.js +0 -41
  532. package/es/packages/scale-view/src/utils/judge-types.d.ts +0 -5
  533. package/es/packages/scale-view/src/utils/judge-types.js +0 -36
  534. package/es/packages/scale-view/style/index.css +0 -738
  535. package/es/packages/select-label/index.d.ts +0 -12185
  536. package/es/packages/select-label/index.js +0 -17
  537. package/es/packages/select-label/src/LabelFormContent.js +0 -4
  538. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +0 -4592
  539. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.js +0 -441
  540. package/es/packages/select-label/src/SelectLabel.js +0 -4
  541. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7609
  542. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +0 -455
  543. package/es/packages/select-label/src/components/label-classify.js +0 -4
  544. package/es/packages/select-label/src/components/label-classify.vue.d.ts +0 -3584
  545. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.js +0 -127
  546. package/es/packages/select-label/style/index.css +0 -164
  547. package/es/packages/select-person/index.d.ts +0 -3508
  548. package/es/packages/select-person/index.js +0 -11
  549. package/es/packages/select-person/src/SearchTree.js +0 -4
  550. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  551. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +0 -233
  552. package/es/packages/select-person/src/SelectPerson.js +0 -4
  553. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3509
  554. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +0 -937
  555. package/es/packages/select-person/src/utils/index.d.ts +0 -12
  556. package/es/packages/select-person/src/utils/index.js +0 -84
  557. package/es/packages/select-person/style/index.css +0 -193
  558. package/es/packages/time-line/index.d.ts +0 -1745
  559. package/es/packages/time-line/index.js +0 -11
  560. package/es/packages/time-line/src/TimeLine.js +0 -4
  561. package/es/packages/time-line/src/TimeLine.vue.d.ts +0 -1748
  562. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.js +0 -63
  563. package/es/packages/time-line/style/index.css +0 -32
  564. package/es/src/assets/iconfont/iconfont.ttf +0 -0
  565. package/es/src/assets/img/failure.d.ts +0 -2
  566. package/es/src/assets/img/failure.js +0 -1
  567. package/es/src/assets/img/icon-asc.d.ts +0 -2
  568. package/es/src/assets/img/icon-asc.js +0 -1
  569. package/es/src/assets/img/icon-desc.d.ts +0 -2
  570. package/es/src/assets/img/icon-desc.js +0 -1
  571. package/es/src/assets/img/no-permission.d.ts +0 -2
  572. package/es/src/assets/img/no-permission.js +0 -1
  573. package/es/src/assets/img/nodata.d.ts +0 -2
  574. package/es/src/assets/img/nodata.js +0 -1
  575. package/es/src/assets/img/notfound.d.ts +0 -2
  576. package/es/src/assets/img/notfound.js +0 -1
  577. package/es/src/assets/img/qr.d.ts +0 -2
  578. package/es/src/assets/img/qr.js +0 -1
  579. package/es/src/assets/img/success.d.ts +0 -2
  580. package/es/src/assets/img/success.js +0 -1
  581. package/es/src/assets/img/video.d.ts +0 -2
  582. package/es/src/assets/img/video.js +0 -1
  583. package/es/src/assets/img/video_default_cover.d.ts +0 -2
  584. package/es/src/assets/img/video_default_cover.js +0 -1
  585. package/es/src/assets/img/video_hover.d.ts +0 -2
  586. package/es/src/assets/img/video_hover.js +0 -1
  587. package/es/src/assets/img/video_play_hover.d.ts +0 -2
  588. package/es/src/assets/img/video_play_hover.js +0 -1
  589. package/es/src/assets/img/xb_big.d.ts +0 -2
  590. package/es/src/assets/img/xb_big.js +0 -1
  591. package/es/src/assets/img/xb_small.d.ts +0 -2
  592. package/es/src/assets/img/xb_small.js +0 -1
  593. package/es/src/components/SelectPage/SelectPage.js +0 -4
  594. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1452
  595. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.js +0 -61
  596. package/es/src/components/SelectPage/index.d.ts +0 -2
  597. package/es/src/components/SelectPage/index.js +0 -3
  598. package/es/src/components/SvgIcon/SvgIcon.js +0 -4
  599. package/es/src/components/SvgIcon/SvgIcon.vue.d.ts +0 -43
  600. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.js +0 -34
  601. package/es/src/components/SvgIcon/index.d.ts +0 -2
  602. package/es/src/components/SvgIcon/index.js +0 -3
  603. package/es/src/components/TextOverTooltip/TextOverTooltip.js +0 -4
  604. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -565
  605. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.js +0 -74
  606. package/es/src/components/TextOverTooltip/index.d.ts +0 -2
  607. package/es/src/components/TextOverTooltip/index.js +0 -3
  608. package/es/src/components/player-vod/index.js +0 -4
  609. package/es/src/components/player-vod/index.vue.d.ts +0 -2
  610. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.js +0 -12
  611. package/es/src/components/player-vod/player.d.ts +0 -17
  612. package/es/src/components/player-vod/player.js +0 -121
  613. package/es/src/components/player-vod/video-list.d.ts +0 -32
  614. package/es/src/components/player-vod/video-list.js +0 -125
  615. package/es/src/components/player-vod/video-modal.d.ts +0 -54
  616. package/es/src/components/player-vod/video-modal.js +0 -91
  617. package/es/src/core/create.d.ts +0 -1
  618. package/es/src/core/create.js +0 -8
  619. package/es/src/global/variable.d.ts +0 -2
  620. package/es/src/global/variable.js +0 -4
  621. package/es/src/types/index.d.ts +0 -9
  622. package/es/src/types/index.js +0 -1
  623. package/es/src/utils/anime.d.ts +0 -35
  624. package/es/src/utils/anime.js +0 -129
  625. package/es/src/utils/clickoutside.d.ts +0 -18
  626. package/es/src/utils/clickoutside.js +0 -48
  627. package/es/src/utils/crypto.d.ts +0 -7
  628. package/es/src/utils/crypto.js +0 -25
  629. package/es/src/utils/index.d.ts +0 -2
  630. package/es/src/utils/index.js +0 -15
  631. package/es/src/utils/loadViewer.d.ts +0 -2
  632. package/es/src/utils/loadViewer.js +0 -11
  633. package/es/src/utils/loadVxe.d.ts +0 -2
  634. package/es/src/utils/loadVxe.js +0 -12
  635. package/es/src/utils/utilExpand.d.ts +0 -1
  636. package/es/src/utils/utilExpand.js +0 -714
  637. package/es/src/utils/vexutils.d.ts +0 -10
  638. package/es/src/utils/vexutils.js +0 -80
  639. package/test.ts +0 -326
@@ -1,1748 +0,0 @@
1
- import { PropType } from 'vue';
2
- declare type TtemType = 'default' | 'success' | 'info' | 'warning' | 'error';
3
- declare type SubItem = {
4
- title: string;
5
- name: string;
6
- time: string;
7
- content: string;
8
- };
9
- declare type Item = {
10
- type: TtemType;
11
- subItem: SubItem[];
12
- };
13
- declare const _default: import("vue").DefineComponent<{
14
- items: {
15
- type: ArrayConstructor;
16
- required: false;
17
- default: () => never[];
18
- };
19
- }, {
20
- props: {
21
- items: Array<Item>;
22
- };
23
- NTimeline: import("vue").DefineComponent<{
24
- readonly horizontal: BooleanConstructor;
25
- readonly itemPlacement: {
26
- readonly type: PropType<"left" | "right">;
27
- readonly default: "left";
28
- };
29
- readonly size: {
30
- readonly type: PropType<"medium" | "large">;
31
- readonly default: "medium";
32
- };
33
- readonly iconSize: NumberConstructor;
34
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Timeline", {
35
- contentFontSize: string;
36
- titleFontWeight: string;
37
- circleBorder: string;
38
- circleBorderInfo: string;
39
- circleBorderError: string;
40
- circleBorderSuccess: string;
41
- circleBorderWarning: string;
42
- iconColor: string;
43
- iconColorInfo: string;
44
- iconColorError: string;
45
- iconColorSuccess: string;
46
- iconColorWarning: string;
47
- titleTextColor: string;
48
- contentTextColor: string;
49
- metaTextColor: string;
50
- lineColor: string;
51
- titleMarginMedium: string;
52
- titleMarginLarge: string;
53
- titleFontSizeMedium: string;
54
- titleFontSizeLarge: string;
55
- iconSizeMedium: string;
56
- iconSizeLarge: string;
57
- }, any>>;
58
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
59
- contentFontSize: string;
60
- titleFontWeight: string;
61
- circleBorder: string;
62
- circleBorderInfo: string;
63
- circleBorderError: string;
64
- circleBorderSuccess: string;
65
- circleBorderWarning: string;
66
- iconColor: string;
67
- iconColorInfo: string;
68
- iconColorError: string;
69
- iconColorSuccess: string;
70
- iconColorWarning: string;
71
- titleTextColor: string;
72
- contentTextColor: string;
73
- metaTextColor: string;
74
- lineColor: string;
75
- titleMarginMedium: string;
76
- titleMarginLarge: string;
77
- titleFontSizeMedium: string;
78
- titleFontSizeLarge: string;
79
- iconSizeMedium: string;
80
- iconSizeLarge: string;
81
- }, any>>>;
82
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
83
- contentFontSize: string;
84
- titleFontWeight: string;
85
- circleBorder: string;
86
- circleBorderInfo: string;
87
- circleBorderError: string;
88
- circleBorderSuccess: string;
89
- circleBorderWarning: string;
90
- iconColor: string;
91
- iconColorInfo: string;
92
- iconColorError: string;
93
- iconColorSuccess: string;
94
- iconColorWarning: string;
95
- titleTextColor: string;
96
- contentTextColor: string;
97
- metaTextColor: string;
98
- lineColor: string;
99
- titleMarginMedium: string;
100
- titleMarginLarge: string;
101
- titleFontSizeMedium: string;
102
- titleFontSizeLarge: string;
103
- iconSizeMedium: string;
104
- iconSizeLarge: string;
105
- }, any>>>;
106
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
107
- readonly horizontal: BooleanConstructor;
108
- readonly itemPlacement: {
109
- readonly type: PropType<"left" | "right">;
110
- readonly default: "left";
111
- };
112
- readonly size: {
113
- readonly type: PropType<"medium" | "large">;
114
- readonly default: "medium";
115
- };
116
- readonly iconSize: NumberConstructor;
117
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Timeline", {
118
- contentFontSize: string;
119
- titleFontWeight: string;
120
- circleBorder: string;
121
- circleBorderInfo: string;
122
- circleBorderError: string;
123
- circleBorderSuccess: string;
124
- circleBorderWarning: string;
125
- iconColor: string;
126
- iconColorInfo: string;
127
- iconColorError: string;
128
- iconColorSuccess: string;
129
- iconColorWarning: string;
130
- titleTextColor: string;
131
- contentTextColor: string;
132
- metaTextColor: string;
133
- lineColor: string;
134
- titleMarginMedium: string;
135
- titleMarginLarge: string;
136
- titleFontSizeMedium: string;
137
- titleFontSizeLarge: string;
138
- iconSizeMedium: string;
139
- iconSizeLarge: string;
140
- }, any>>;
141
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
142
- contentFontSize: string;
143
- titleFontWeight: string;
144
- circleBorder: string;
145
- circleBorderInfo: string;
146
- circleBorderError: string;
147
- circleBorderSuccess: string;
148
- circleBorderWarning: string;
149
- iconColor: string;
150
- iconColorInfo: string;
151
- iconColorError: string;
152
- iconColorSuccess: string;
153
- iconColorWarning: string;
154
- titleTextColor: string;
155
- contentTextColor: string;
156
- metaTextColor: string;
157
- lineColor: string;
158
- titleMarginMedium: string;
159
- titleMarginLarge: string;
160
- titleFontSizeMedium: string;
161
- titleFontSizeLarge: string;
162
- iconSizeMedium: string;
163
- iconSizeLarge: string;
164
- }, any>>>;
165
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Timeline", {
166
- contentFontSize: string;
167
- titleFontWeight: string;
168
- circleBorder: string;
169
- circleBorderInfo: string;
170
- circleBorderError: string;
171
- circleBorderSuccess: string;
172
- circleBorderWarning: string;
173
- iconColor: string;
174
- iconColorInfo: string;
175
- iconColorError: string;
176
- iconColorSuccess: string;
177
- iconColorWarning: string;
178
- titleTextColor: string;
179
- contentTextColor: string;
180
- metaTextColor: string;
181
- lineColor: string;
182
- titleMarginMedium: string;
183
- titleMarginLarge: string;
184
- titleFontSizeMedium: string;
185
- titleFontSizeLarge: string;
186
- iconSizeMedium: string;
187
- iconSizeLarge: string;
188
- }, any>>>;
189
- }>>, {
190
- readonly size: "medium" | "large";
191
- readonly horizontal: boolean;
192
- readonly itemPlacement: "left" | "right";
193
- }>;
194
- NTimelineItem: import("vue").DefineComponent<{
195
- time: PropType<string | number>;
196
- title: StringConstructor;
197
- content: StringConstructor;
198
- color: StringConstructor;
199
- lineType: {
200
- type: PropType<"default" | "dashed">;
201
- default: string;
202
- };
203
- type: {
204
- type: PropType<"default" | "info" | "success" | "warning" | "error">;
205
- default: string;
206
- };
207
- }, {
208
- mergedClsPrefix: import("vue").Ref<string>;
209
- cssVars: import("vue").ComputedRef<{
210
- '--n-bezier': string;
211
- '--n-circle-border': string;
212
- '--n-icon-color': string;
213
- '--n-content-font-size': string;
214
- '--n-content-text-color': string;
215
- '--n-line-color': string;
216
- '--n-meta-text-color': string;
217
- '--n-title-font-size': string;
218
- '--n-title-font-weight': string;
219
- '--n-title-margin': string;
220
- '--n-title-text-color': string;
221
- '--n-icon-size': string;
222
- }> | undefined;
223
- themeClass: import("vue").Ref<string> | undefined;
224
- onRender: (() => void) | undefined;
225
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
226
- time: PropType<string | number>;
227
- title: StringConstructor;
228
- content: StringConstructor;
229
- color: StringConstructor;
230
- lineType: {
231
- type: PropType<"default" | "dashed">;
232
- default: string;
233
- };
234
- type: {
235
- type: PropType<"default" | "info" | "success" | "warning" | "error">;
236
- default: string;
237
- };
238
- }>>, {
239
- type: "default" | "info" | "success" | "warning" | "error";
240
- lineType: "default" | "dashed";
241
- }>;
242
- NButton: import("vue").DefineComponent<{
243
- readonly color: StringConstructor;
244
- readonly textColor: StringConstructor;
245
- readonly text: BooleanConstructor;
246
- readonly block: BooleanConstructor;
247
- readonly loading: BooleanConstructor;
248
- readonly disabled: BooleanConstructor;
249
- readonly circle: BooleanConstructor;
250
- readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
251
- readonly ghost: BooleanConstructor;
252
- readonly round: BooleanConstructor;
253
- readonly secondary: BooleanConstructor;
254
- readonly tertiary: BooleanConstructor;
255
- readonly quaternary: BooleanConstructor;
256
- readonly strong: BooleanConstructor;
257
- readonly focusable: {
258
- readonly type: BooleanConstructor;
259
- readonly default: true;
260
- };
261
- readonly keyboard: {
262
- readonly type: BooleanConstructor;
263
- readonly default: true;
264
- };
265
- readonly tag: {
266
- readonly type: PropType<keyof HTMLElementTagNameMap>;
267
- readonly default: "button";
268
- };
269
- readonly type: {
270
- readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
271
- readonly default: "default";
272
- };
273
- readonly dashed: BooleanConstructor;
274
- readonly iconPlacement: {
275
- readonly type: PropType<"left" | "right">;
276
- readonly default: "left";
277
- };
278
- readonly attrType: {
279
- readonly type: PropType<"button" | "reset" | "submit">;
280
- readonly default: "button";
281
- };
282
- readonly bordered: {
283
- readonly type: BooleanConstructor;
284
- readonly default: true;
285
- };
286
- readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
287
- readonly nativeFocusBehavior: {
288
- readonly type: BooleanConstructor;
289
- readonly default: boolean;
290
- };
291
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
292
- heightTiny: string;
293
- heightSmall: string;
294
- heightMedium: string;
295
- heightLarge: string;
296
- borderRadiusTiny: string;
297
- borderRadiusSmall: string;
298
- borderRadiusMedium: string;
299
- borderRadiusLarge: string;
300
- fontSizeTiny: string;
301
- fontSizeSmall: string;
302
- fontSizeMedium: string;
303
- fontSizeLarge: string;
304
- opacityDisabled: string;
305
- colorOpacitySecondary: string;
306
- colorOpacitySecondaryHover: string;
307
- colorOpacitySecondaryPressed: string;
308
- colorSecondary: string;
309
- colorSecondaryHover: string;
310
- colorSecondaryPressed: string;
311
- colorTertiary: string;
312
- colorTertiaryHover: string;
313
- colorTertiaryPressed: string;
314
- colorQuaternary: string;
315
- colorQuaternaryHover: string;
316
- colorQuaternaryPressed: string;
317
- color: string;
318
- colorHover: string;
319
- colorPressed: string;
320
- colorFocus: string;
321
- colorDisabled: string;
322
- textColor: string;
323
- textColorTertiary: string;
324
- textColorHover: string;
325
- textColorPressed: string;
326
- textColorFocus: string;
327
- textColorDisabled: string;
328
- textColorText: string;
329
- textColorTextHover: string;
330
- textColorTextPressed: string;
331
- textColorTextFocus: string;
332
- textColorTextDisabled: string;
333
- textColorGhost: string;
334
- textColorGhostHover: string;
335
- textColorGhostPressed: string;
336
- textColorGhostFocus: string;
337
- textColorGhostDisabled: string;
338
- border: string;
339
- borderHover: string;
340
- borderPressed: string;
341
- borderFocus: string;
342
- borderDisabled: string;
343
- rippleColor: string;
344
- colorPrimary: string;
345
- colorHoverPrimary: string;
346
- colorPressedPrimary: string;
347
- colorFocusPrimary: string;
348
- colorDisabledPrimary: string;
349
- textColorPrimary: string;
350
- textColorHoverPrimary: string;
351
- textColorPressedPrimary: string;
352
- textColorFocusPrimary: string;
353
- textColorDisabledPrimary: string;
354
- textColorTextPrimary: string;
355
- textColorTextHoverPrimary: string;
356
- textColorTextPressedPrimary: string;
357
- textColorTextFocusPrimary: string;
358
- textColorTextDisabledPrimary: string;
359
- textColorGhostPrimary: string;
360
- textColorGhostHoverPrimary: string;
361
- textColorGhostPressedPrimary: string;
362
- textColorGhostFocusPrimary: string;
363
- textColorGhostDisabledPrimary: string;
364
- borderPrimary: string;
365
- borderHoverPrimary: string;
366
- borderPressedPrimary: string;
367
- borderFocusPrimary: string;
368
- borderDisabledPrimary: string;
369
- rippleColorPrimary: string;
370
- colorInfo: string;
371
- colorHoverInfo: string;
372
- colorPressedInfo: string;
373
- colorFocusInfo: string;
374
- colorDisabledInfo: string;
375
- textColorInfo: string;
376
- textColorHoverInfo: string;
377
- textColorPressedInfo: string;
378
- textColorFocusInfo: string;
379
- textColorDisabledInfo: string;
380
- textColorTextInfo: string;
381
- textColorTextHoverInfo: string;
382
- textColorTextPressedInfo: string;
383
- textColorTextFocusInfo: string;
384
- textColorTextDisabledInfo: string;
385
- textColorGhostInfo: string;
386
- textColorGhostHoverInfo: string;
387
- textColorGhostPressedInfo: string;
388
- textColorGhostFocusInfo: string;
389
- textColorGhostDisabledInfo: string;
390
- borderInfo: string;
391
- borderHoverInfo: string;
392
- borderPressedInfo: string;
393
- borderFocusInfo: string;
394
- borderDisabledInfo: string;
395
- rippleColorInfo: string;
396
- colorSuccess: string;
397
- colorHoverSuccess: string;
398
- colorPressedSuccess: string;
399
- colorFocusSuccess: string;
400
- colorDisabledSuccess: string;
401
- textColorSuccess: string;
402
- textColorHoverSuccess: string;
403
- textColorPressedSuccess: string;
404
- textColorFocusSuccess: string;
405
- textColorDisabledSuccess: string;
406
- textColorTextSuccess: string;
407
- textColorTextHoverSuccess: string;
408
- textColorTextPressedSuccess: string;
409
- textColorTextFocusSuccess: string;
410
- textColorTextDisabledSuccess: string;
411
- textColorGhostSuccess: string;
412
- textColorGhostHoverSuccess: string;
413
- textColorGhostPressedSuccess: string;
414
- textColorGhostFocusSuccess: string;
415
- textColorGhostDisabledSuccess: string;
416
- borderSuccess: string;
417
- borderHoverSuccess: string;
418
- borderPressedSuccess: string;
419
- borderFocusSuccess: string;
420
- borderDisabledSuccess: string;
421
- rippleColorSuccess: string;
422
- colorWarning: string;
423
- colorHoverWarning: string;
424
- colorPressedWarning: string;
425
- colorFocusWarning: string;
426
- colorDisabledWarning: string;
427
- textColorWarning: string;
428
- textColorHoverWarning: string;
429
- textColorPressedWarning: string;
430
- textColorFocusWarning: string;
431
- textColorDisabledWarning: string;
432
- textColorTextWarning: string;
433
- textColorTextHoverWarning: string;
434
- textColorTextPressedWarning: string;
435
- textColorTextFocusWarning: string;
436
- textColorTextDisabledWarning: string;
437
- textColorGhostWarning: string;
438
- textColorGhostHoverWarning: string;
439
- textColorGhostPressedWarning: string;
440
- textColorGhostFocusWarning: string;
441
- textColorGhostDisabledWarning: string;
442
- borderWarning: string;
443
- borderHoverWarning: string;
444
- borderPressedWarning: string;
445
- borderFocusWarning: string;
446
- borderDisabledWarning: string;
447
- rippleColorWarning: string;
448
- colorError: string;
449
- colorHoverError: string;
450
- colorPressedError: string;
451
- colorFocusError: string;
452
- colorDisabledError: string;
453
- textColorError: string;
454
- textColorHoverError: string;
455
- textColorPressedError: string;
456
- textColorFocusError: string;
457
- textColorDisabledError: string;
458
- textColorTextError: string;
459
- textColorTextHoverError: string;
460
- textColorTextPressedError: string;
461
- textColorTextFocusError: string;
462
- textColorTextDisabledError: string;
463
- textColorGhostError: string;
464
- textColorGhostHoverError: string;
465
- textColorGhostPressedError: string;
466
- textColorGhostFocusError: string;
467
- textColorGhostDisabledError: string;
468
- borderError: string;
469
- borderHoverError: string;
470
- borderPressedError: string;
471
- borderFocusError: string;
472
- borderDisabledError: string;
473
- rippleColorError: string;
474
- waveOpacity: string;
475
- fontWeight: string;
476
- fontWeightStrong: string;
477
- paddingTiny: string;
478
- paddingSmall: string;
479
- paddingMedium: string;
480
- paddingLarge: string;
481
- paddingRoundTiny: string;
482
- paddingRoundSmall: string;
483
- paddingRoundMedium: string;
484
- paddingRoundLarge: string;
485
- iconMarginTiny: string;
486
- iconMarginSmall: string;
487
- iconMarginMedium: string;
488
- iconMarginLarge: string;
489
- iconSizeTiny: string;
490
- iconSizeSmall: string;
491
- iconSizeMedium: string;
492
- iconSizeLarge: string;
493
- rippleDuration: string;
494
- }, any>>;
495
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
496
- heightTiny: string;
497
- heightSmall: string;
498
- heightMedium: string;
499
- heightLarge: string;
500
- borderRadiusTiny: string;
501
- borderRadiusSmall: string;
502
- borderRadiusMedium: string;
503
- borderRadiusLarge: string;
504
- fontSizeTiny: string;
505
- fontSizeSmall: string;
506
- fontSizeMedium: string;
507
- fontSizeLarge: string;
508
- opacityDisabled: string;
509
- colorOpacitySecondary: string;
510
- colorOpacitySecondaryHover: string;
511
- colorOpacitySecondaryPressed: string;
512
- colorSecondary: string;
513
- colorSecondaryHover: string;
514
- colorSecondaryPressed: string;
515
- colorTertiary: string;
516
- colorTertiaryHover: string;
517
- colorTertiaryPressed: string;
518
- colorQuaternary: string;
519
- colorQuaternaryHover: string;
520
- colorQuaternaryPressed: string;
521
- color: string;
522
- colorHover: string;
523
- colorPressed: string;
524
- colorFocus: string;
525
- colorDisabled: string;
526
- textColor: string;
527
- textColorTertiary: string;
528
- textColorHover: string;
529
- textColorPressed: string;
530
- textColorFocus: string;
531
- textColorDisabled: string;
532
- textColorText: string;
533
- textColorTextHover: string;
534
- textColorTextPressed: string;
535
- textColorTextFocus: string;
536
- textColorTextDisabled: string;
537
- textColorGhost: string;
538
- textColorGhostHover: string;
539
- textColorGhostPressed: string;
540
- textColorGhostFocus: string;
541
- textColorGhostDisabled: string;
542
- border: string;
543
- borderHover: string;
544
- borderPressed: string;
545
- borderFocus: string;
546
- borderDisabled: string;
547
- rippleColor: string;
548
- colorPrimary: string;
549
- colorHoverPrimary: string;
550
- colorPressedPrimary: string;
551
- colorFocusPrimary: string;
552
- colorDisabledPrimary: string;
553
- textColorPrimary: string;
554
- textColorHoverPrimary: string;
555
- textColorPressedPrimary: string;
556
- textColorFocusPrimary: string;
557
- textColorDisabledPrimary: string;
558
- textColorTextPrimary: string;
559
- textColorTextHoverPrimary: string;
560
- textColorTextPressedPrimary: string;
561
- textColorTextFocusPrimary: string;
562
- textColorTextDisabledPrimary: string;
563
- textColorGhostPrimary: string;
564
- textColorGhostHoverPrimary: string;
565
- textColorGhostPressedPrimary: string;
566
- textColorGhostFocusPrimary: string;
567
- textColorGhostDisabledPrimary: string;
568
- borderPrimary: string;
569
- borderHoverPrimary: string;
570
- borderPressedPrimary: string;
571
- borderFocusPrimary: string;
572
- borderDisabledPrimary: string;
573
- rippleColorPrimary: string;
574
- colorInfo: string;
575
- colorHoverInfo: string;
576
- colorPressedInfo: string;
577
- colorFocusInfo: string;
578
- colorDisabledInfo: string;
579
- textColorInfo: string;
580
- textColorHoverInfo: string;
581
- textColorPressedInfo: string;
582
- textColorFocusInfo: string;
583
- textColorDisabledInfo: string;
584
- textColorTextInfo: string;
585
- textColorTextHoverInfo: string;
586
- textColorTextPressedInfo: string;
587
- textColorTextFocusInfo: string;
588
- textColorTextDisabledInfo: string;
589
- textColorGhostInfo: string;
590
- textColorGhostHoverInfo: string;
591
- textColorGhostPressedInfo: string;
592
- textColorGhostFocusInfo: string;
593
- textColorGhostDisabledInfo: string;
594
- borderInfo: string;
595
- borderHoverInfo: string;
596
- borderPressedInfo: string;
597
- borderFocusInfo: string;
598
- borderDisabledInfo: string;
599
- rippleColorInfo: string;
600
- colorSuccess: string;
601
- colorHoverSuccess: string;
602
- colorPressedSuccess: string;
603
- colorFocusSuccess: string;
604
- colorDisabledSuccess: string;
605
- textColorSuccess: string;
606
- textColorHoverSuccess: string;
607
- textColorPressedSuccess: string;
608
- textColorFocusSuccess: string;
609
- textColorDisabledSuccess: string;
610
- textColorTextSuccess: string;
611
- textColorTextHoverSuccess: string;
612
- textColorTextPressedSuccess: string;
613
- textColorTextFocusSuccess: string;
614
- textColorTextDisabledSuccess: string;
615
- textColorGhostSuccess: string;
616
- textColorGhostHoverSuccess: string;
617
- textColorGhostPressedSuccess: string;
618
- textColorGhostFocusSuccess: string;
619
- textColorGhostDisabledSuccess: string;
620
- borderSuccess: string;
621
- borderHoverSuccess: string;
622
- borderPressedSuccess: string;
623
- borderFocusSuccess: string;
624
- borderDisabledSuccess: string;
625
- rippleColorSuccess: string;
626
- colorWarning: string;
627
- colorHoverWarning: string;
628
- colorPressedWarning: string;
629
- colorFocusWarning: string;
630
- colorDisabledWarning: string;
631
- textColorWarning: string;
632
- textColorHoverWarning: string;
633
- textColorPressedWarning: string;
634
- textColorFocusWarning: string;
635
- textColorDisabledWarning: string;
636
- textColorTextWarning: string;
637
- textColorTextHoverWarning: string;
638
- textColorTextPressedWarning: string;
639
- textColorTextFocusWarning: string;
640
- textColorTextDisabledWarning: string;
641
- textColorGhostWarning: string;
642
- textColorGhostHoverWarning: string;
643
- textColorGhostPressedWarning: string;
644
- textColorGhostFocusWarning: string;
645
- textColorGhostDisabledWarning: string;
646
- borderWarning: string;
647
- borderHoverWarning: string;
648
- borderPressedWarning: string;
649
- borderFocusWarning: string;
650
- borderDisabledWarning: string;
651
- rippleColorWarning: string;
652
- colorError: string;
653
- colorHoverError: string;
654
- colorPressedError: string;
655
- colorFocusError: string;
656
- colorDisabledError: string;
657
- textColorError: string;
658
- textColorHoverError: string;
659
- textColorPressedError: string;
660
- textColorFocusError: string;
661
- textColorDisabledError: string;
662
- textColorTextError: string;
663
- textColorTextHoverError: string;
664
- textColorTextPressedError: string;
665
- textColorTextFocusError: string;
666
- textColorTextDisabledError: string;
667
- textColorGhostError: string;
668
- textColorGhostHoverError: string;
669
- textColorGhostPressedError: string;
670
- textColorGhostFocusError: string;
671
- textColorGhostDisabledError: string;
672
- borderError: string;
673
- borderHoverError: string;
674
- borderPressedError: string;
675
- borderFocusError: string;
676
- borderDisabledError: string;
677
- rippleColorError: string;
678
- waveOpacity: string;
679
- fontWeight: string;
680
- fontWeightStrong: string;
681
- paddingTiny: string;
682
- paddingSmall: string;
683
- paddingMedium: string;
684
- paddingLarge: string;
685
- paddingRoundTiny: string;
686
- paddingRoundSmall: string;
687
- paddingRoundMedium: string;
688
- paddingRoundLarge: string;
689
- iconMarginTiny: string;
690
- iconMarginSmall: string;
691
- iconMarginMedium: string;
692
- iconMarginLarge: string;
693
- iconSizeTiny: string;
694
- iconSizeSmall: string;
695
- iconSizeMedium: string;
696
- iconSizeLarge: string;
697
- rippleDuration: string;
698
- }, any>>>;
699
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
700
- heightTiny: string;
701
- heightSmall: string;
702
- heightMedium: string;
703
- heightLarge: string;
704
- borderRadiusTiny: string;
705
- borderRadiusSmall: string;
706
- borderRadiusMedium: string;
707
- borderRadiusLarge: string;
708
- fontSizeTiny: string;
709
- fontSizeSmall: string;
710
- fontSizeMedium: string;
711
- fontSizeLarge: string;
712
- opacityDisabled: string;
713
- colorOpacitySecondary: string;
714
- colorOpacitySecondaryHover: string;
715
- colorOpacitySecondaryPressed: string;
716
- colorSecondary: string;
717
- colorSecondaryHover: string;
718
- colorSecondaryPressed: string;
719
- colorTertiary: string;
720
- colorTertiaryHover: string;
721
- colorTertiaryPressed: string;
722
- colorQuaternary: string;
723
- colorQuaternaryHover: string;
724
- colorQuaternaryPressed: string;
725
- color: string;
726
- colorHover: string;
727
- colorPressed: string;
728
- colorFocus: string;
729
- colorDisabled: string;
730
- textColor: string;
731
- textColorTertiary: string;
732
- textColorHover: string;
733
- textColorPressed: string;
734
- textColorFocus: string;
735
- textColorDisabled: string;
736
- textColorText: string;
737
- textColorTextHover: string;
738
- textColorTextPressed: string;
739
- textColorTextFocus: string;
740
- textColorTextDisabled: string;
741
- textColorGhost: string;
742
- textColorGhostHover: string;
743
- textColorGhostPressed: string;
744
- textColorGhostFocus: string;
745
- textColorGhostDisabled: string;
746
- border: string;
747
- borderHover: string;
748
- borderPressed: string;
749
- borderFocus: string;
750
- borderDisabled: string;
751
- rippleColor: string;
752
- colorPrimary: string;
753
- colorHoverPrimary: string;
754
- colorPressedPrimary: string;
755
- colorFocusPrimary: string;
756
- colorDisabledPrimary: string;
757
- textColorPrimary: string;
758
- textColorHoverPrimary: string;
759
- textColorPressedPrimary: string;
760
- textColorFocusPrimary: string;
761
- textColorDisabledPrimary: string;
762
- textColorTextPrimary: string;
763
- textColorTextHoverPrimary: string;
764
- textColorTextPressedPrimary: string;
765
- textColorTextFocusPrimary: string;
766
- textColorTextDisabledPrimary: string;
767
- textColorGhostPrimary: string;
768
- textColorGhostHoverPrimary: string;
769
- textColorGhostPressedPrimary: string;
770
- textColorGhostFocusPrimary: string;
771
- textColorGhostDisabledPrimary: string;
772
- borderPrimary: string;
773
- borderHoverPrimary: string;
774
- borderPressedPrimary: string;
775
- borderFocusPrimary: string;
776
- borderDisabledPrimary: string;
777
- rippleColorPrimary: string;
778
- colorInfo: string;
779
- colorHoverInfo: string;
780
- colorPressedInfo: string;
781
- colorFocusInfo: string;
782
- colorDisabledInfo: string;
783
- textColorInfo: string;
784
- textColorHoverInfo: string;
785
- textColorPressedInfo: string;
786
- textColorFocusInfo: string;
787
- textColorDisabledInfo: string;
788
- textColorTextInfo: string;
789
- textColorTextHoverInfo: string;
790
- textColorTextPressedInfo: string;
791
- textColorTextFocusInfo: string;
792
- textColorTextDisabledInfo: string;
793
- textColorGhostInfo: string;
794
- textColorGhostHoverInfo: string;
795
- textColorGhostPressedInfo: string;
796
- textColorGhostFocusInfo: string;
797
- textColorGhostDisabledInfo: string;
798
- borderInfo: string;
799
- borderHoverInfo: string;
800
- borderPressedInfo: string;
801
- borderFocusInfo: string;
802
- borderDisabledInfo: string;
803
- rippleColorInfo: string;
804
- colorSuccess: string;
805
- colorHoverSuccess: string;
806
- colorPressedSuccess: string;
807
- colorFocusSuccess: string;
808
- colorDisabledSuccess: string;
809
- textColorSuccess: string;
810
- textColorHoverSuccess: string;
811
- textColorPressedSuccess: string;
812
- textColorFocusSuccess: string;
813
- textColorDisabledSuccess: string;
814
- textColorTextSuccess: string;
815
- textColorTextHoverSuccess: string;
816
- textColorTextPressedSuccess: string;
817
- textColorTextFocusSuccess: string;
818
- textColorTextDisabledSuccess: string;
819
- textColorGhostSuccess: string;
820
- textColorGhostHoverSuccess: string;
821
- textColorGhostPressedSuccess: string;
822
- textColorGhostFocusSuccess: string;
823
- textColorGhostDisabledSuccess: string;
824
- borderSuccess: string;
825
- borderHoverSuccess: string;
826
- borderPressedSuccess: string;
827
- borderFocusSuccess: string;
828
- borderDisabledSuccess: string;
829
- rippleColorSuccess: string;
830
- colorWarning: string;
831
- colorHoverWarning: string;
832
- colorPressedWarning: string;
833
- colorFocusWarning: string;
834
- colorDisabledWarning: string;
835
- textColorWarning: string;
836
- textColorHoverWarning: string;
837
- textColorPressedWarning: string;
838
- textColorFocusWarning: string;
839
- textColorDisabledWarning: string;
840
- textColorTextWarning: string;
841
- textColorTextHoverWarning: string;
842
- textColorTextPressedWarning: string;
843
- textColorTextFocusWarning: string;
844
- textColorTextDisabledWarning: string;
845
- textColorGhostWarning: string;
846
- textColorGhostHoverWarning: string;
847
- textColorGhostPressedWarning: string;
848
- textColorGhostFocusWarning: string;
849
- textColorGhostDisabledWarning: string;
850
- borderWarning: string;
851
- borderHoverWarning: string;
852
- borderPressedWarning: string;
853
- borderFocusWarning: string;
854
- borderDisabledWarning: string;
855
- rippleColorWarning: string;
856
- colorError: string;
857
- colorHoverError: string;
858
- colorPressedError: string;
859
- colorFocusError: string;
860
- colorDisabledError: string;
861
- textColorError: string;
862
- textColorHoverError: string;
863
- textColorPressedError: string;
864
- textColorFocusError: string;
865
- textColorDisabledError: string;
866
- textColorTextError: string;
867
- textColorTextHoverError: string;
868
- textColorTextPressedError: string;
869
- textColorTextFocusError: string;
870
- textColorTextDisabledError: string;
871
- textColorGhostError: string;
872
- textColorGhostHoverError: string;
873
- textColorGhostPressedError: string;
874
- textColorGhostFocusError: string;
875
- textColorGhostDisabledError: string;
876
- borderError: string;
877
- borderHoverError: string;
878
- borderPressedError: string;
879
- borderFocusError: string;
880
- borderDisabledError: string;
881
- rippleColorError: string;
882
- waveOpacity: string;
883
- fontWeight: string;
884
- fontWeightStrong: string;
885
- paddingTiny: string;
886
- paddingSmall: string;
887
- paddingMedium: string;
888
- paddingLarge: string;
889
- paddingRoundTiny: string;
890
- paddingRoundSmall: string;
891
- paddingRoundMedium: string;
892
- paddingRoundLarge: string;
893
- iconMarginTiny: string;
894
- iconMarginSmall: string;
895
- iconMarginMedium: string;
896
- iconMarginLarge: string;
897
- iconSizeTiny: string;
898
- iconSizeSmall: string;
899
- iconSizeMedium: string;
900
- iconSizeLarge: string;
901
- rippleDuration: string;
902
- }, any>>>;
903
- }, {
904
- selfElRef: import("vue").Ref<HTMLElement | null>;
905
- waveElRef: import("vue").Ref<{
906
- play: () => void;
907
- } | null>;
908
- mergedClsPrefix: import("vue").ComputedRef<string>;
909
- mergedFocusable: import("vue").ComputedRef<boolean>;
910
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
911
- showBorder: import("vue").ComputedRef<boolean>;
912
- enterPressed: import("vue").Ref<boolean>;
913
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
914
- handleMousedown: (e: MouseEvent) => void;
915
- handleKeydown: (e: KeyboardEvent) => void;
916
- handleBlur: () => void;
917
- handleKeyup: (e: KeyboardEvent) => void;
918
- handleClick: (e: MouseEvent) => void;
919
- customColorCssVars: import("vue").ComputedRef<{
920
- '--n-border-color': string;
921
- '--n-border-color-hover': string;
922
- '--n-border-color-pressed': string;
923
- '--n-border-color-focus': string;
924
- '--n-border-color-disabled': string;
925
- } | null>;
926
- cssVars: import("vue").ComputedRef<{
927
- '--n-width': string;
928
- '--n-height': string;
929
- '--n-font-size': string;
930
- '--n-padding': string;
931
- '--n-icon-size': string;
932
- '--n-icon-margin': string;
933
- '--n-border-radius': string;
934
- '--n-border': string;
935
- '--n-border-hover': string;
936
- '--n-border-pressed': string;
937
- '--n-border-focus': string;
938
- '--n-border-disabled': string;
939
- '--n-color': string;
940
- '--n-color-hover': string;
941
- '--n-color-pressed': string;
942
- '--n-color-focus': string;
943
- '--n-color-disabled': string;
944
- '--n-ripple-color': string;
945
- '--n-text-color': string;
946
- '--n-text-color-hover': string;
947
- '--n-text-color-pressed': string;
948
- '--n-text-color-focus': string;
949
- '--n-text-color-disabled': string;
950
- 'font-weight': string;
951
- '--n-bezier': string;
952
- '--n-bezier-ease-out': string;
953
- '--n-ripple-duration': string;
954
- '--n-opacity-disabled': string;
955
- '--n-wave-opacity': string;
956
- }> | undefined;
957
- themeClass: import("vue").Ref<string> | undefined;
958
- onRender: (() => void) | undefined;
959
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
960
- readonly color: StringConstructor;
961
- readonly textColor: StringConstructor;
962
- readonly text: BooleanConstructor;
963
- readonly block: BooleanConstructor;
964
- readonly loading: BooleanConstructor;
965
- readonly disabled: BooleanConstructor;
966
- readonly circle: BooleanConstructor;
967
- readonly size: PropType<import("naive-ui/es/button/src/interface").Size>;
968
- readonly ghost: BooleanConstructor;
969
- readonly round: BooleanConstructor;
970
- readonly secondary: BooleanConstructor;
971
- readonly tertiary: BooleanConstructor;
972
- readonly quaternary: BooleanConstructor;
973
- readonly strong: BooleanConstructor;
974
- readonly focusable: {
975
- readonly type: BooleanConstructor;
976
- readonly default: true;
977
- };
978
- readonly keyboard: {
979
- readonly type: BooleanConstructor;
980
- readonly default: true;
981
- };
982
- readonly tag: {
983
- readonly type: PropType<keyof HTMLElementTagNameMap>;
984
- readonly default: "button";
985
- };
986
- readonly type: {
987
- readonly type: PropType<import("naive-ui/es/button/src/interface").Type>;
988
- readonly default: "default";
989
- };
990
- readonly dashed: BooleanConstructor;
991
- readonly iconPlacement: {
992
- readonly type: PropType<"left" | "right">;
993
- readonly default: "left";
994
- };
995
- readonly attrType: {
996
- readonly type: PropType<"button" | "reset" | "submit">;
997
- readonly default: "button";
998
- };
999
- readonly bordered: {
1000
- readonly type: BooleanConstructor;
1001
- readonly default: true;
1002
- };
1003
- readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1004
- readonly nativeFocusBehavior: {
1005
- readonly type: BooleanConstructor;
1006
- readonly default: boolean;
1007
- };
1008
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1009
- heightTiny: string;
1010
- heightSmall: string;
1011
- heightMedium: string;
1012
- heightLarge: string;
1013
- borderRadiusTiny: string;
1014
- borderRadiusSmall: string;
1015
- borderRadiusMedium: string;
1016
- borderRadiusLarge: string;
1017
- fontSizeTiny: string;
1018
- fontSizeSmall: string;
1019
- fontSizeMedium: string;
1020
- fontSizeLarge: string;
1021
- opacityDisabled: string;
1022
- colorOpacitySecondary: string;
1023
- colorOpacitySecondaryHover: string;
1024
- colorOpacitySecondaryPressed: string;
1025
- colorSecondary: string;
1026
- colorSecondaryHover: string;
1027
- colorSecondaryPressed: string;
1028
- colorTertiary: string;
1029
- colorTertiaryHover: string;
1030
- colorTertiaryPressed: string;
1031
- colorQuaternary: string;
1032
- colorQuaternaryHover: string;
1033
- colorQuaternaryPressed: string;
1034
- color: string;
1035
- colorHover: string;
1036
- colorPressed: string;
1037
- colorFocus: string;
1038
- colorDisabled: string;
1039
- textColor: string;
1040
- textColorTertiary: string;
1041
- textColorHover: string;
1042
- textColorPressed: string;
1043
- textColorFocus: string;
1044
- textColorDisabled: string;
1045
- textColorText: string;
1046
- textColorTextHover: string;
1047
- textColorTextPressed: string;
1048
- textColorTextFocus: string;
1049
- textColorTextDisabled: string;
1050
- textColorGhost: string;
1051
- textColorGhostHover: string;
1052
- textColorGhostPressed: string;
1053
- textColorGhostFocus: string;
1054
- textColorGhostDisabled: string;
1055
- border: string;
1056
- borderHover: string;
1057
- borderPressed: string;
1058
- borderFocus: string;
1059
- borderDisabled: string;
1060
- rippleColor: string;
1061
- colorPrimary: string;
1062
- colorHoverPrimary: string;
1063
- colorPressedPrimary: string;
1064
- colorFocusPrimary: string;
1065
- colorDisabledPrimary: string;
1066
- textColorPrimary: string;
1067
- textColorHoverPrimary: string;
1068
- textColorPressedPrimary: string;
1069
- textColorFocusPrimary: string;
1070
- textColorDisabledPrimary: string;
1071
- textColorTextPrimary: string;
1072
- textColorTextHoverPrimary: string;
1073
- textColorTextPressedPrimary: string;
1074
- textColorTextFocusPrimary: string;
1075
- textColorTextDisabledPrimary: string;
1076
- textColorGhostPrimary: string;
1077
- textColorGhostHoverPrimary: string;
1078
- textColorGhostPressedPrimary: string;
1079
- textColorGhostFocusPrimary: string;
1080
- textColorGhostDisabledPrimary: string;
1081
- borderPrimary: string;
1082
- borderHoverPrimary: string;
1083
- borderPressedPrimary: string;
1084
- borderFocusPrimary: string;
1085
- borderDisabledPrimary: string;
1086
- rippleColorPrimary: string;
1087
- colorInfo: string;
1088
- colorHoverInfo: string;
1089
- colorPressedInfo: string;
1090
- colorFocusInfo: string;
1091
- colorDisabledInfo: string;
1092
- textColorInfo: string;
1093
- textColorHoverInfo: string;
1094
- textColorPressedInfo: string;
1095
- textColorFocusInfo: string;
1096
- textColorDisabledInfo: string;
1097
- textColorTextInfo: string;
1098
- textColorTextHoverInfo: string;
1099
- textColorTextPressedInfo: string;
1100
- textColorTextFocusInfo: string;
1101
- textColorTextDisabledInfo: string;
1102
- textColorGhostInfo: string;
1103
- textColorGhostHoverInfo: string;
1104
- textColorGhostPressedInfo: string;
1105
- textColorGhostFocusInfo: string;
1106
- textColorGhostDisabledInfo: string;
1107
- borderInfo: string;
1108
- borderHoverInfo: string;
1109
- borderPressedInfo: string;
1110
- borderFocusInfo: string;
1111
- borderDisabledInfo: string;
1112
- rippleColorInfo: string;
1113
- colorSuccess: string;
1114
- colorHoverSuccess: string;
1115
- colorPressedSuccess: string;
1116
- colorFocusSuccess: string;
1117
- colorDisabledSuccess: string;
1118
- textColorSuccess: string;
1119
- textColorHoverSuccess: string;
1120
- textColorPressedSuccess: string;
1121
- textColorFocusSuccess: string;
1122
- textColorDisabledSuccess: string;
1123
- textColorTextSuccess: string;
1124
- textColorTextHoverSuccess: string;
1125
- textColorTextPressedSuccess: string;
1126
- textColorTextFocusSuccess: string;
1127
- textColorTextDisabledSuccess: string;
1128
- textColorGhostSuccess: string;
1129
- textColorGhostHoverSuccess: string;
1130
- textColorGhostPressedSuccess: string;
1131
- textColorGhostFocusSuccess: string;
1132
- textColorGhostDisabledSuccess: string;
1133
- borderSuccess: string;
1134
- borderHoverSuccess: string;
1135
- borderPressedSuccess: string;
1136
- borderFocusSuccess: string;
1137
- borderDisabledSuccess: string;
1138
- rippleColorSuccess: string;
1139
- colorWarning: string;
1140
- colorHoverWarning: string;
1141
- colorPressedWarning: string;
1142
- colorFocusWarning: string;
1143
- colorDisabledWarning: string;
1144
- textColorWarning: string;
1145
- textColorHoverWarning: string;
1146
- textColorPressedWarning: string;
1147
- textColorFocusWarning: string;
1148
- textColorDisabledWarning: string;
1149
- textColorTextWarning: string;
1150
- textColorTextHoverWarning: string;
1151
- textColorTextPressedWarning: string;
1152
- textColorTextFocusWarning: string;
1153
- textColorTextDisabledWarning: string;
1154
- textColorGhostWarning: string;
1155
- textColorGhostHoverWarning: string;
1156
- textColorGhostPressedWarning: string;
1157
- textColorGhostFocusWarning: string;
1158
- textColorGhostDisabledWarning: string;
1159
- borderWarning: string;
1160
- borderHoverWarning: string;
1161
- borderPressedWarning: string;
1162
- borderFocusWarning: string;
1163
- borderDisabledWarning: string;
1164
- rippleColorWarning: string;
1165
- colorError: string;
1166
- colorHoverError: string;
1167
- colorPressedError: string;
1168
- colorFocusError: string;
1169
- colorDisabledError: string;
1170
- textColorError: string;
1171
- textColorHoverError: string;
1172
- textColorPressedError: string;
1173
- textColorFocusError: string;
1174
- textColorDisabledError: string;
1175
- textColorTextError: string;
1176
- textColorTextHoverError: string;
1177
- textColorTextPressedError: string;
1178
- textColorTextFocusError: string;
1179
- textColorTextDisabledError: string;
1180
- textColorGhostError: string;
1181
- textColorGhostHoverError: string;
1182
- textColorGhostPressedError: string;
1183
- textColorGhostFocusError: string;
1184
- textColorGhostDisabledError: string;
1185
- borderError: string;
1186
- borderHoverError: string;
1187
- borderPressedError: string;
1188
- borderFocusError: string;
1189
- borderDisabledError: string;
1190
- rippleColorError: string;
1191
- waveOpacity: string;
1192
- fontWeight: string;
1193
- fontWeightStrong: string;
1194
- paddingTiny: string;
1195
- paddingSmall: string;
1196
- paddingMedium: string;
1197
- paddingLarge: string;
1198
- paddingRoundTiny: string;
1199
- paddingRoundSmall: string;
1200
- paddingRoundMedium: string;
1201
- paddingRoundLarge: string;
1202
- iconMarginTiny: string;
1203
- iconMarginSmall: string;
1204
- iconMarginMedium: string;
1205
- iconMarginLarge: string;
1206
- iconSizeTiny: string;
1207
- iconSizeSmall: string;
1208
- iconSizeMedium: string;
1209
- iconSizeLarge: string;
1210
- rippleDuration: string;
1211
- }, any>>;
1212
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1213
- heightTiny: string;
1214
- heightSmall: string;
1215
- heightMedium: string;
1216
- heightLarge: string;
1217
- borderRadiusTiny: string;
1218
- borderRadiusSmall: string;
1219
- borderRadiusMedium: string;
1220
- borderRadiusLarge: string;
1221
- fontSizeTiny: string;
1222
- fontSizeSmall: string;
1223
- fontSizeMedium: string;
1224
- fontSizeLarge: string;
1225
- opacityDisabled: string;
1226
- colorOpacitySecondary: string;
1227
- colorOpacitySecondaryHover: string;
1228
- colorOpacitySecondaryPressed: string;
1229
- colorSecondary: string;
1230
- colorSecondaryHover: string;
1231
- colorSecondaryPressed: string;
1232
- colorTertiary: string;
1233
- colorTertiaryHover: string;
1234
- colorTertiaryPressed: string;
1235
- colorQuaternary: string;
1236
- colorQuaternaryHover: string;
1237
- colorQuaternaryPressed: string;
1238
- color: string;
1239
- colorHover: string;
1240
- colorPressed: string;
1241
- colorFocus: string;
1242
- colorDisabled: string;
1243
- textColor: string;
1244
- textColorTertiary: string;
1245
- textColorHover: string;
1246
- textColorPressed: string;
1247
- textColorFocus: string;
1248
- textColorDisabled: string;
1249
- textColorText: string;
1250
- textColorTextHover: string;
1251
- textColorTextPressed: string;
1252
- textColorTextFocus: string;
1253
- textColorTextDisabled: string;
1254
- textColorGhost: string;
1255
- textColorGhostHover: string;
1256
- textColorGhostPressed: string;
1257
- textColorGhostFocus: string;
1258
- textColorGhostDisabled: string;
1259
- border: string;
1260
- borderHover: string;
1261
- borderPressed: string;
1262
- borderFocus: string;
1263
- borderDisabled: string;
1264
- rippleColor: string;
1265
- colorPrimary: string;
1266
- colorHoverPrimary: string;
1267
- colorPressedPrimary: string;
1268
- colorFocusPrimary: string;
1269
- colorDisabledPrimary: string;
1270
- textColorPrimary: string;
1271
- textColorHoverPrimary: string;
1272
- textColorPressedPrimary: string;
1273
- textColorFocusPrimary: string;
1274
- textColorDisabledPrimary: string;
1275
- textColorTextPrimary: string;
1276
- textColorTextHoverPrimary: string;
1277
- textColorTextPressedPrimary: string;
1278
- textColorTextFocusPrimary: string;
1279
- textColorTextDisabledPrimary: string;
1280
- textColorGhostPrimary: string;
1281
- textColorGhostHoverPrimary: string;
1282
- textColorGhostPressedPrimary: string;
1283
- textColorGhostFocusPrimary: string;
1284
- textColorGhostDisabledPrimary: string;
1285
- borderPrimary: string;
1286
- borderHoverPrimary: string;
1287
- borderPressedPrimary: string;
1288
- borderFocusPrimary: string;
1289
- borderDisabledPrimary: string;
1290
- rippleColorPrimary: string;
1291
- colorInfo: string;
1292
- colorHoverInfo: string;
1293
- colorPressedInfo: string;
1294
- colorFocusInfo: string;
1295
- colorDisabledInfo: string;
1296
- textColorInfo: string;
1297
- textColorHoverInfo: string;
1298
- textColorPressedInfo: string;
1299
- textColorFocusInfo: string;
1300
- textColorDisabledInfo: string;
1301
- textColorTextInfo: string;
1302
- textColorTextHoverInfo: string;
1303
- textColorTextPressedInfo: string;
1304
- textColorTextFocusInfo: string;
1305
- textColorTextDisabledInfo: string;
1306
- textColorGhostInfo: string;
1307
- textColorGhostHoverInfo: string;
1308
- textColorGhostPressedInfo: string;
1309
- textColorGhostFocusInfo: string;
1310
- textColorGhostDisabledInfo: string;
1311
- borderInfo: string;
1312
- borderHoverInfo: string;
1313
- borderPressedInfo: string;
1314
- borderFocusInfo: string;
1315
- borderDisabledInfo: string;
1316
- rippleColorInfo: string;
1317
- colorSuccess: string;
1318
- colorHoverSuccess: string;
1319
- colorPressedSuccess: string;
1320
- colorFocusSuccess: string;
1321
- colorDisabledSuccess: string;
1322
- textColorSuccess: string;
1323
- textColorHoverSuccess: string;
1324
- textColorPressedSuccess: string;
1325
- textColorFocusSuccess: string;
1326
- textColorDisabledSuccess: string;
1327
- textColorTextSuccess: string;
1328
- textColorTextHoverSuccess: string;
1329
- textColorTextPressedSuccess: string;
1330
- textColorTextFocusSuccess: string;
1331
- textColorTextDisabledSuccess: string;
1332
- textColorGhostSuccess: string;
1333
- textColorGhostHoverSuccess: string;
1334
- textColorGhostPressedSuccess: string;
1335
- textColorGhostFocusSuccess: string;
1336
- textColorGhostDisabledSuccess: string;
1337
- borderSuccess: string;
1338
- borderHoverSuccess: string;
1339
- borderPressedSuccess: string;
1340
- borderFocusSuccess: string;
1341
- borderDisabledSuccess: string;
1342
- rippleColorSuccess: string;
1343
- colorWarning: string;
1344
- colorHoverWarning: string;
1345
- colorPressedWarning: string;
1346
- colorFocusWarning: string;
1347
- colorDisabledWarning: string;
1348
- textColorWarning: string;
1349
- textColorHoverWarning: string;
1350
- textColorPressedWarning: string;
1351
- textColorFocusWarning: string;
1352
- textColorDisabledWarning: string;
1353
- textColorTextWarning: string;
1354
- textColorTextHoverWarning: string;
1355
- textColorTextPressedWarning: string;
1356
- textColorTextFocusWarning: string;
1357
- textColorTextDisabledWarning: string;
1358
- textColorGhostWarning: string;
1359
- textColorGhostHoverWarning: string;
1360
- textColorGhostPressedWarning: string;
1361
- textColorGhostFocusWarning: string;
1362
- textColorGhostDisabledWarning: string;
1363
- borderWarning: string;
1364
- borderHoverWarning: string;
1365
- borderPressedWarning: string;
1366
- borderFocusWarning: string;
1367
- borderDisabledWarning: string;
1368
- rippleColorWarning: string;
1369
- colorError: string;
1370
- colorHoverError: string;
1371
- colorPressedError: string;
1372
- colorFocusError: string;
1373
- colorDisabledError: string;
1374
- textColorError: string;
1375
- textColorHoverError: string;
1376
- textColorPressedError: string;
1377
- textColorFocusError: string;
1378
- textColorDisabledError: string;
1379
- textColorTextError: string;
1380
- textColorTextHoverError: string;
1381
- textColorTextPressedError: string;
1382
- textColorTextFocusError: string;
1383
- textColorTextDisabledError: string;
1384
- textColorGhostError: string;
1385
- textColorGhostHoverError: string;
1386
- textColorGhostPressedError: string;
1387
- textColorGhostFocusError: string;
1388
- textColorGhostDisabledError: string;
1389
- borderError: string;
1390
- borderHoverError: string;
1391
- borderPressedError: string;
1392
- borderFocusError: string;
1393
- borderDisabledError: string;
1394
- rippleColorError: string;
1395
- waveOpacity: string;
1396
- fontWeight: string;
1397
- fontWeightStrong: string;
1398
- paddingTiny: string;
1399
- paddingSmall: string;
1400
- paddingMedium: string;
1401
- paddingLarge: string;
1402
- paddingRoundTiny: string;
1403
- paddingRoundSmall: string;
1404
- paddingRoundMedium: string;
1405
- paddingRoundLarge: string;
1406
- iconMarginTiny: string;
1407
- iconMarginSmall: string;
1408
- iconMarginMedium: string;
1409
- iconMarginLarge: string;
1410
- iconSizeTiny: string;
1411
- iconSizeSmall: string;
1412
- iconSizeMedium: string;
1413
- iconSizeLarge: string;
1414
- rippleDuration: string;
1415
- }, any>>>;
1416
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1417
- heightTiny: string;
1418
- heightSmall: string;
1419
- heightMedium: string;
1420
- heightLarge: string;
1421
- borderRadiusTiny: string;
1422
- borderRadiusSmall: string;
1423
- borderRadiusMedium: string;
1424
- borderRadiusLarge: string;
1425
- fontSizeTiny: string;
1426
- fontSizeSmall: string;
1427
- fontSizeMedium: string;
1428
- fontSizeLarge: string;
1429
- opacityDisabled: string;
1430
- colorOpacitySecondary: string;
1431
- colorOpacitySecondaryHover: string;
1432
- colorOpacitySecondaryPressed: string;
1433
- colorSecondary: string;
1434
- colorSecondaryHover: string;
1435
- colorSecondaryPressed: string;
1436
- colorTertiary: string;
1437
- colorTertiaryHover: string;
1438
- colorTertiaryPressed: string;
1439
- colorQuaternary: string;
1440
- colorQuaternaryHover: string;
1441
- colorQuaternaryPressed: string;
1442
- color: string;
1443
- colorHover: string;
1444
- colorPressed: string;
1445
- colorFocus: string;
1446
- colorDisabled: string;
1447
- textColor: string;
1448
- textColorTertiary: string;
1449
- textColorHover: string;
1450
- textColorPressed: string;
1451
- textColorFocus: string;
1452
- textColorDisabled: string;
1453
- textColorText: string;
1454
- textColorTextHover: string;
1455
- textColorTextPressed: string;
1456
- textColorTextFocus: string;
1457
- textColorTextDisabled: string;
1458
- textColorGhost: string;
1459
- textColorGhostHover: string;
1460
- textColorGhostPressed: string;
1461
- textColorGhostFocus: string;
1462
- textColorGhostDisabled: string;
1463
- border: string;
1464
- borderHover: string;
1465
- borderPressed: string;
1466
- borderFocus: string;
1467
- borderDisabled: string;
1468
- rippleColor: string;
1469
- colorPrimary: string;
1470
- colorHoverPrimary: string;
1471
- colorPressedPrimary: string;
1472
- colorFocusPrimary: string;
1473
- colorDisabledPrimary: string;
1474
- textColorPrimary: string;
1475
- textColorHoverPrimary: string;
1476
- textColorPressedPrimary: string;
1477
- textColorFocusPrimary: string;
1478
- textColorDisabledPrimary: string;
1479
- textColorTextPrimary: string;
1480
- textColorTextHoverPrimary: string;
1481
- textColorTextPressedPrimary: string;
1482
- textColorTextFocusPrimary: string;
1483
- textColorTextDisabledPrimary: string;
1484
- textColorGhostPrimary: string;
1485
- textColorGhostHoverPrimary: string;
1486
- textColorGhostPressedPrimary: string;
1487
- textColorGhostFocusPrimary: string;
1488
- textColorGhostDisabledPrimary: string;
1489
- borderPrimary: string;
1490
- borderHoverPrimary: string;
1491
- borderPressedPrimary: string;
1492
- borderFocusPrimary: string;
1493
- borderDisabledPrimary: string;
1494
- rippleColorPrimary: string;
1495
- colorInfo: string;
1496
- colorHoverInfo: string;
1497
- colorPressedInfo: string;
1498
- colorFocusInfo: string;
1499
- colorDisabledInfo: string;
1500
- textColorInfo: string;
1501
- textColorHoverInfo: string;
1502
- textColorPressedInfo: string;
1503
- textColorFocusInfo: string;
1504
- textColorDisabledInfo: string;
1505
- textColorTextInfo: string;
1506
- textColorTextHoverInfo: string;
1507
- textColorTextPressedInfo: string;
1508
- textColorTextFocusInfo: string;
1509
- textColorTextDisabledInfo: string;
1510
- textColorGhostInfo: string;
1511
- textColorGhostHoverInfo: string;
1512
- textColorGhostPressedInfo: string;
1513
- textColorGhostFocusInfo: string;
1514
- textColorGhostDisabledInfo: string;
1515
- borderInfo: string;
1516
- borderHoverInfo: string;
1517
- borderPressedInfo: string;
1518
- borderFocusInfo: string;
1519
- borderDisabledInfo: string;
1520
- rippleColorInfo: string;
1521
- colorSuccess: string;
1522
- colorHoverSuccess: string;
1523
- colorPressedSuccess: string;
1524
- colorFocusSuccess: string;
1525
- colorDisabledSuccess: string;
1526
- textColorSuccess: string;
1527
- textColorHoverSuccess: string;
1528
- textColorPressedSuccess: string;
1529
- textColorFocusSuccess: string;
1530
- textColorDisabledSuccess: string;
1531
- textColorTextSuccess: string;
1532
- textColorTextHoverSuccess: string;
1533
- textColorTextPressedSuccess: string;
1534
- textColorTextFocusSuccess: string;
1535
- textColorTextDisabledSuccess: string;
1536
- textColorGhostSuccess: string;
1537
- textColorGhostHoverSuccess: string;
1538
- textColorGhostPressedSuccess: string;
1539
- textColorGhostFocusSuccess: string;
1540
- textColorGhostDisabledSuccess: string;
1541
- borderSuccess: string;
1542
- borderHoverSuccess: string;
1543
- borderPressedSuccess: string;
1544
- borderFocusSuccess: string;
1545
- borderDisabledSuccess: string;
1546
- rippleColorSuccess: string;
1547
- colorWarning: string;
1548
- colorHoverWarning: string;
1549
- colorPressedWarning: string;
1550
- colorFocusWarning: string;
1551
- colorDisabledWarning: string;
1552
- textColorWarning: string;
1553
- textColorHoverWarning: string;
1554
- textColorPressedWarning: string;
1555
- textColorFocusWarning: string;
1556
- textColorDisabledWarning: string;
1557
- textColorTextWarning: string;
1558
- textColorTextHoverWarning: string;
1559
- textColorTextPressedWarning: string;
1560
- textColorTextFocusWarning: string;
1561
- textColorTextDisabledWarning: string;
1562
- textColorGhostWarning: string;
1563
- textColorGhostHoverWarning: string;
1564
- textColorGhostPressedWarning: string;
1565
- textColorGhostFocusWarning: string;
1566
- textColorGhostDisabledWarning: string;
1567
- borderWarning: string;
1568
- borderHoverWarning: string;
1569
- borderPressedWarning: string;
1570
- borderFocusWarning: string;
1571
- borderDisabledWarning: string;
1572
- rippleColorWarning: string;
1573
- colorError: string;
1574
- colorHoverError: string;
1575
- colorPressedError: string;
1576
- colorFocusError: string;
1577
- colorDisabledError: string;
1578
- textColorError: string;
1579
- textColorHoverError: string;
1580
- textColorPressedError: string;
1581
- textColorFocusError: string;
1582
- textColorDisabledError: string;
1583
- textColorTextError: string;
1584
- textColorTextHoverError: string;
1585
- textColorTextPressedError: string;
1586
- textColorTextFocusError: string;
1587
- textColorTextDisabledError: string;
1588
- textColorGhostError: string;
1589
- textColorGhostHoverError: string;
1590
- textColorGhostPressedError: string;
1591
- textColorGhostFocusError: string;
1592
- textColorGhostDisabledError: string;
1593
- borderError: string;
1594
- borderHoverError: string;
1595
- borderPressedError: string;
1596
- borderFocusError: string;
1597
- borderDisabledError: string;
1598
- rippleColorError: string;
1599
- waveOpacity: string;
1600
- fontWeight: string;
1601
- fontWeightStrong: string;
1602
- paddingTiny: string;
1603
- paddingSmall: string;
1604
- paddingMedium: string;
1605
- paddingLarge: string;
1606
- paddingRoundTiny: string;
1607
- paddingRoundSmall: string;
1608
- paddingRoundMedium: string;
1609
- paddingRoundLarge: string;
1610
- iconMarginTiny: string;
1611
- iconMarginSmall: string;
1612
- iconMarginMedium: string;
1613
- iconMarginLarge: string;
1614
- iconSizeTiny: string;
1615
- iconSizeSmall: string;
1616
- iconSizeMedium: string;
1617
- iconSizeLarge: string;
1618
- rippleDuration: string;
1619
- }, any>>>;
1620
- }>>, {
1621
- readonly type: import("naive-ui/es/button/src/interface").Type;
1622
- readonly tag: keyof HTMLElementTagNameMap;
1623
- readonly block: boolean;
1624
- readonly round: boolean;
1625
- readonly dashed: boolean;
1626
- readonly text: boolean;
1627
- readonly circle: boolean;
1628
- readonly disabled: boolean;
1629
- readonly focusable: boolean;
1630
- readonly strong: boolean;
1631
- readonly loading: boolean;
1632
- readonly bordered: boolean;
1633
- readonly tertiary: boolean;
1634
- readonly ghost: boolean;
1635
- readonly keyboard: boolean;
1636
- readonly secondary: boolean;
1637
- readonly quaternary: boolean;
1638
- readonly iconPlacement: "left" | "right";
1639
- readonly attrType: "button" | "reset" | "submit";
1640
- readonly nativeFocusBehavior: boolean;
1641
- }>;
1642
- NSpace: import("vue").DefineComponent<{
1643
- readonly align: PropType<"center" | "stretch" | "baseline" | "start" | "end" | "flex-end" | "flex-start">;
1644
- readonly justify: {
1645
- readonly type: PropType<import("naive-ui/es/space/src/Space").Justify>;
1646
- readonly default: "start";
1647
- };
1648
- readonly inline: BooleanConstructor;
1649
- readonly vertical: BooleanConstructor;
1650
- readonly size: {
1651
- readonly type: PropType<number | "small" | "medium" | "large" | [number, number]>;
1652
- readonly default: "medium";
1653
- };
1654
- readonly wrapItem: {
1655
- readonly type: BooleanConstructor;
1656
- readonly default: true;
1657
- };
1658
- readonly itemStyle: PropType<string | import("vue").CSSProperties>;
1659
- readonly wrap: {
1660
- readonly type: BooleanConstructor;
1661
- readonly default: true;
1662
- };
1663
- readonly internalUseGap: {
1664
- readonly type: BooleanConstructor;
1665
- readonly default: undefined;
1666
- };
1667
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Space", {
1668
- gapSmall: string;
1669
- gapMedium: string;
1670
- gapLarge: string;
1671
- }, any>>;
1672
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1673
- gapSmall: string;
1674
- gapMedium: string;
1675
- gapLarge: string;
1676
- }, any>>>;
1677
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1678
- gapSmall: string;
1679
- gapMedium: string;
1680
- gapLarge: string;
1681
- }, any>>>;
1682
- }, {
1683
- useGap: boolean;
1684
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1685
- mergedClsPrefix: import("vue").ComputedRef<string>;
1686
- margin: import("vue").ComputedRef<{
1687
- horizontal: number;
1688
- vertical: number;
1689
- }>;
1690
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1691
- readonly align: PropType<"center" | "stretch" | "baseline" | "start" | "end" | "flex-end" | "flex-start">;
1692
- readonly justify: {
1693
- readonly type: PropType<import("naive-ui/es/space/src/Space").Justify>;
1694
- readonly default: "start";
1695
- };
1696
- readonly inline: BooleanConstructor;
1697
- readonly vertical: BooleanConstructor;
1698
- readonly size: {
1699
- readonly type: PropType<number | "small" | "medium" | "large" | [number, number]>;
1700
- readonly default: "medium";
1701
- };
1702
- readonly wrapItem: {
1703
- readonly type: BooleanConstructor;
1704
- readonly default: true;
1705
- };
1706
- readonly itemStyle: PropType<string | import("vue").CSSProperties>;
1707
- readonly wrap: {
1708
- readonly type: BooleanConstructor;
1709
- readonly default: true;
1710
- };
1711
- readonly internalUseGap: {
1712
- readonly type: BooleanConstructor;
1713
- readonly default: undefined;
1714
- };
1715
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Space", {
1716
- gapSmall: string;
1717
- gapMedium: string;
1718
- gapLarge: string;
1719
- }, any>>;
1720
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1721
- gapSmall: string;
1722
- gapMedium: string;
1723
- gapLarge: string;
1724
- }, any>>>;
1725
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Space", {
1726
- gapSmall: string;
1727
- gapMedium: string;
1728
- gapLarge: string;
1729
- }, any>>>;
1730
- }>>, {
1731
- readonly inline: boolean;
1732
- readonly size: number | "small" | "medium" | "large" | [number, number];
1733
- readonly wrap: boolean;
1734
- readonly vertical: boolean;
1735
- readonly justify: import("naive-ui/es/space/src/Space").Justify;
1736
- readonly wrapItem: boolean;
1737
- readonly internalUseGap: boolean;
1738
- }>;
1739
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1740
- items: {
1741
- type: ArrayConstructor;
1742
- required: false;
1743
- default: () => never[];
1744
- };
1745
- }>>, {
1746
- items: unknown[];
1747
- }>;
1748
- export default _default;