cnhis-design-vue 3.1.18-beta.0 → 3.1.18-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 (481) hide show
  1. package/es/components/annotation-edit/index.js +1 -10
  2. package/es/components/annotation-edit/index2.js +10 -0
  3. package/es/components/annotation-edit/style/index.css +1 -15
  4. package/es/components/big-table/index.d.ts +9 -3380
  5. package/es/components/big-table/index.js +2 -17
  6. package/es/components/big-table/index2.js +19 -0
  7. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3384
  8. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +21 -19
  9. package/es/components/big-table/src/bigTableEmits.js +1 -53
  10. package/es/components/big-table/src/bigTableEmits2.js +53 -0
  11. package/es/components/big-table/src/bigTableProps.js +1 -119
  12. package/es/components/big-table/src/bigTableProps2.js +119 -0
  13. package/es/components/big-table/src/bigTableState.js +1 -62
  14. package/es/components/big-table/src/bigTableState2.js +62 -0
  15. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  16. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  17. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  18. package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
  19. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  20. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  21. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  22. package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
  23. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1148
  24. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  25. package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
  26. package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
  27. package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
  28. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2248
  29. package/es/components/big-table/src/components/separate.js +1 -1
  30. package/es/components/big-table/src/constants/index.js +1 -3
  31. package/es/components/big-table/src/constants/index2.js +3 -0
  32. package/es/components/big-table/src/hooks/export.js +1 -1
  33. package/es/components/big-table/src/hooks/index.js +8 -8
  34. package/es/components/big-table/src/hooks/useAnchor.js +1 -49
  35. package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
  36. package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
  37. package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
  38. package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
  39. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
  40. package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
  41. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1153
  42. package/es/components/big-table/src/hooks/useEdit.js +1 -122
  43. package/es/components/big-table/src/hooks/useEdit2.js +122 -0
  44. package/es/components/big-table/src/hooks/useEvent.js +1 -72
  45. package/es/components/big-table/src/hooks/useEvent2.js +72 -0
  46. package/es/components/big-table/src/hooks/useFormat.js +1 -492
  47. package/es/components/big-table/src/hooks/useFormat2.js +492 -0
  48. package/es/components/big-table/src/hooks/useNestTable.js +1 -86
  49. package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
  50. package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
  51. package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
  52. package/es/components/big-table/src/hooks/useTableParse.js +1 -136
  53. package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
  54. package/es/components/big-table/src/utils.js +1 -630
  55. package/es/components/big-table/src/utils2.js +630 -0
  56. package/es/components/big-table/style/index.css +1 -634
  57. package/es/components/bpmn-workflow/index.js +1 -10
  58. package/es/components/bpmn-workflow/index2.js +10 -0
  59. package/es/components/bpmn-workflow/style/index.css +1 -29
  60. package/es/components/button-print/index.d.ts +19 -6792
  61. package/es/components/button-print/index.js +2 -11
  62. package/es/components/button-print/index2.js +11 -0
  63. package/es/components/button-print/src/ButtonPrint.vue.d.ts +19 -6792
  64. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
  65. package/es/components/button-print/src/components/IdentityVerification.js +16 -7
  66. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +13 -4442
  67. package/es/components/button-print/src/utils/dialog.d.ts +8 -0
  68. package/es/components/button-print/src/utils/dialog.js +77 -0
  69. package/es/components/button-print/src/utils/index.js +1 -1
  70. package/es/components/button-print/src/utils/print.d.ts +11 -0
  71. package/es/components/button-print/src/utils/print.js +1 -325
  72. package/es/components/button-print/src/utils/print2.js +348 -0
  73. package/es/components/button-print/style/index.css +1 -24
  74. package/es/components/chunk-upload/index.d.ts +2 -1472
  75. package/es/components/chunk-upload/index.js +1 -14
  76. package/es/components/chunk-upload/index2.js +14 -0
  77. package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
  78. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  79. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
  80. package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
  81. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
  82. package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
  83. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
  84. package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
  85. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
  86. package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
  87. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
  88. package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
  89. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
  90. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  91. package/es/components/chunk-upload/style/index.css +1 -365
  92. package/es/components/drag-layout/index.d.ts +155 -19664
  93. package/es/components/drag-layout/index.js +1 -11
  94. package/es/components/drag-layout/index2.js +11 -0
  95. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -7974
  96. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3105
  97. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19665
  98. package/es/components/drag-layout/style/index.css +1 -175
  99. package/es/components/editor/index.js +1 -10
  100. package/es/components/editor/index2.js +10 -0
  101. package/es/components/fabric-chart/index.d.ts +2 -2
  102. package/es/components/fabric-chart/index.js +1 -10
  103. package/es/components/fabric-chart/index2.js +10 -0
  104. package/es/components/fabric-chart/src/FabricChart.js +9 -9
  105. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  106. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  107. package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
  108. package/es/components/fabric-chart/src/components/useStyle.js +1 -36
  109. package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
  110. package/es/components/fabric-chart/src/hooks/constant.js +1 -36
  111. package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
  112. package/es/components/fabric-chart/src/hooks/index.js +9 -9
  113. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
  114. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  115. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
  116. package/es/components/fabric-chart/src/hooks/useCenter2.js +554 -0
  117. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
  118. package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
  119. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +2 -0
  120. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
  121. package/es/components/fabric-chart/src/hooks/useDraw2.js +182 -0
  122. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
  123. package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
  124. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
  125. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  126. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
  127. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  128. package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
  129. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  130. package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
  131. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  132. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
  133. package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
  134. package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
  135. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  136. package/es/components/fabric-chart/src/interface.js +1 -4
  137. package/es/components/fabric-chart/src/interface2.js +4 -0
  138. package/es/components/fabric-chart/style/index.css +1 -43
  139. package/es/components/field-set/index.d.ts +8 -6799
  140. package/es/components/field-set/index.js +1 -10
  141. package/es/components/field-set/index2.js +10 -0
  142. package/es/components/field-set/src/FieldSet.js +26 -19
  143. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6799
  144. package/es/components/field-set/style/index.css +1 -139
  145. package/es/components/form-config/index.d.ts +17 -8936
  146. package/es/components/form-config/index.js +1 -10
  147. package/es/components/form-config/index2.js +10 -0
  148. package/es/components/form-config/src/FormConfig.js +7 -7
  149. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8936
  150. package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
  151. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4473
  152. package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
  153. package/es/components/form-config/src/components/FormConfigEdit.js +7 -7
  154. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3065
  155. package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
  156. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  157. package/es/components/form-config/src/components/renderer/ComplexNode.js +5 -8
  158. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +26 -1496
  159. package/es/components/form-config/src/components/renderer/DefaultNode.js +6 -9
  160. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +5 -3196
  161. package/es/components/form-config/src/constants/index.js +1 -60
  162. package/es/components/form-config/src/constants/index2.js +60 -0
  163. package/es/components/form-config/src/hooks/index.js +2 -2
  164. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
  165. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  166. package/es/components/form-config/src/hooks/usePresetRenderer.js +0 -5
  167. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
  168. package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
  169. package/es/components/form-config/src/utils/index.js +1 -26
  170. package/es/components/form-config/src/utils/index2.js +26 -0
  171. package/es/components/form-config/style/index.css +1 -158
  172. package/es/components/form-render/index.d.ts +6 -1140
  173. package/es/components/form-render/index.js +14 -23
  174. package/es/components/form-render/index2.js +46 -0
  175. package/es/components/form-render/src/FormRender.js +12 -22
  176. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1141
  177. package/es/components/form-render/src/components/renderer/cascader.js +7 -7
  178. package/es/components/form-render/src/components/renderer/checkbox.js +2 -2
  179. package/es/components/form-render/src/components/renderer/combination.js +13 -6
  180. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  181. package/es/components/form-render/src/components/renderer/date.js +4 -4
  182. package/es/components/form-render/src/components/renderer/formItem.js +3 -3
  183. package/es/components/form-render/src/components/renderer/index.js +1 -1
  184. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  185. package/es/components/form-render/src/components/renderer/input.d.ts +10 -2
  186. package/es/components/form-render/src/components/renderer/input.js +20 -4
  187. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
  188. package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
  189. package/es/components/form-render/src/components/renderer/inputNumber.js +4 -2
  190. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
  191. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  192. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +3 -3
  193. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  194. package/es/components/form-render/src/components/renderer/linebar.js +3 -3
  195. package/es/components/form-render/src/components/renderer/radio.js +2 -2
  196. package/es/components/form-render/src/components/renderer/select.js +13 -10
  197. package/es/components/form-render/src/components/renderer/slider.js +3 -3
  198. package/es/components/form-render/src/components/renderer/switch.js +2 -2
  199. package/es/components/form-render/src/components/renderer/textarea.d.ts +8 -845
  200. package/es/components/form-render/src/components/renderer/textarea.js +30 -7
  201. package/es/components/form-render/src/constants/index.js +1 -41
  202. package/es/components/form-render/src/constants/index2.js +41 -0
  203. package/es/components/form-render/src/hooks/index.js +13 -13
  204. package/es/components/form-render/src/hooks/useAnchor.js +1 -90
  205. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  206. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
  207. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  208. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
  209. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  210. package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
  211. package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
  212. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -0
  213. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -23
  214. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  215. package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
  216. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  217. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
  218. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  219. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
  220. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  221. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
  222. package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
  223. package/es/components/form-render/src/hooks/useFormContext.js +1 -66
  224. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  225. package/es/components/form-render/src/hooks/useFormField.js +1 -13
  226. package/es/components/form-render/src/hooks/useFormField2.js +13 -0
  227. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
  228. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  229. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
  230. package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
  231. package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
  232. package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
  233. package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
  234. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  235. package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
  236. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  237. package/es/components/form-render/src/utils/business.d.ts +1 -1
  238. package/es/components/form-render/src/utils/business.js +1 -78
  239. package/es/components/form-render/src/utils/business2.js +78 -0
  240. package/es/components/form-render/src/utils/dom.js +1 -14
  241. package/es/components/form-render/src/utils/dom2.js +14 -0
  242. package/es/components/form-render/src/utils/index.d.ts +1 -1
  243. package/es/components/form-render/src/utils/index.js +5 -6
  244. package/es/components/form-render/src/utils/schema.d.ts +3 -0
  245. package/es/components/form-render/src/utils/schema.js +1 -86
  246. package/es/components/form-render/src/utils/schema2.js +93 -0
  247. package/es/components/form-render/style/index.css +1 -146
  248. package/es/components/form-table/index.d.ts +43 -32048
  249. package/es/components/form-table/index.js +1 -10
  250. package/es/components/form-table/index2.js +10 -0
  251. package/es/components/form-table/src/FormTable.js +2 -2
  252. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32048
  253. package/es/components/form-table/src/components/index.d.ts +43 -32048
  254. package/es/components/form-table/src/components/index.js +1 -40
  255. package/es/components/form-table/src/components/index2.js +40 -0
  256. package/es/components/form-table/src/components/table-age.js +1 -1
  257. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -3997
  258. package/es/components/form-table/src/components/table-date-picker.js +2 -2
  259. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5068
  260. package/es/components/form-table/src/components/table-digital.js +1 -1
  261. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2664
  262. package/es/components/form-table/src/components/table-input-password.js +1 -1
  263. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1329
  264. package/es/components/form-table/src/components/table-input.js +1 -1
  265. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1329
  266. package/es/components/form-table/src/components/table-month-picker.js +2 -2
  267. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5067
  268. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  269. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  270. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2734
  271. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  272. package/es/components/form-table/src/components/table-select-multiple.js +1 -1
  273. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1334
  274. package/es/components/form-table/src/components/table-select.js +1 -1
  275. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1334
  276. package/es/components/form-table/src/components/table-textarea.js +1 -1
  277. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1330
  278. package/es/components/form-table/src/components/table-time-picker.js +2 -2
  279. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2430
  280. package/es/components/form-table/src/components/table-tree-select.js +1 -1
  281. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1550
  282. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  283. package/es/components/form-table/src/configs/index.js +1 -67
  284. package/es/components/form-table/src/configs/index2.js +67 -0
  285. package/es/components/form-table/src/hooks/index.js +5 -5
  286. package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
  287. package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
  288. package/es/components/form-table/src/hooks/useDateType.js +1 -160
  289. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  290. package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
  291. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  292. package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
  293. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  294. package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
  295. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  296. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
  297. package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
  298. package/es/components/form-table/src/hooks/useSearch.js +1 -1154
  299. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  300. package/es/components/form-table/src/hooks/useValidate.js +1 -480
  301. package/es/components/form-table/src/hooks/useValidate2.js +480 -0
  302. package/es/components/form-table/style/index.css +1 -214
  303. package/es/components/grid/index.js +1 -13
  304. package/es/components/grid/index2.js +13 -0
  305. package/es/components/grid/src/Grid.js +1 -1
  306. package/es/components/grid/src/hooks.js +1 -165
  307. package/es/components/grid/src/hooks2.js +165 -0
  308. package/es/components/grid/style/index.css +1 -10
  309. package/es/components/index.css +1 -3346
  310. package/es/components/index.js +39 -96
  311. package/es/components/index2.js +79 -0
  312. package/es/components/info-header/index.d.ts +16 -2561
  313. package/es/components/info-header/index.js +1 -10
  314. package/es/components/info-header/index2.js +10 -0
  315. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  316. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  317. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  318. package/es/components/info-header/style/index.css +1 -121
  319. package/es/components/map/index.d.ts +2 -2248
  320. package/es/components/map/index.js +1 -10
  321. package/es/components/map/index2.js +10 -0
  322. package/es/components/map/src/Map.vue.d.ts +2 -2248
  323. package/es/components/map/style/index.css +1 -61
  324. package/es/components/scale-view/index.d.ts +13 -3073
  325. package/es/components/scale-view/index.js +1 -35
  326. package/es/components/scale-view/index2.js +35 -0
  327. package/es/components/scale-view/src/ScaleView.js +8 -8
  328. package/es/components/scale-view/src/ScaleView.vue.d.ts +9 -3070
  329. package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
  330. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  331. package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
  332. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  333. package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
  334. package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
  335. package/es/components/scale-view/src/components/formitem/address.js +1 -3993
  336. package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
  337. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  338. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  339. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  340. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  341. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  342. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  343. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  344. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  345. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  346. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  347. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  348. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  349. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  350. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  351. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  352. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
  353. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  354. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
  355. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  356. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
  357. package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
  358. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
  359. package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
  360. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
  361. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  362. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
  363. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  364. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8487
  365. package/es/components/scale-view/src/hooks/use-component.js +1 -82
  366. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  367. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
  368. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  369. package/es/components/scale-view/src/hooks/use-event.js +1 -129
  370. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  371. package/es/components/scale-view/src/hooks/use-noData.js +1 -41
  372. package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
  373. package/es/components/scale-view/src/utils/judge-types.js +1 -36
  374. package/es/components/scale-view/src/utils/judge-types2.js +36 -0
  375. package/es/components/scale-view/style/index.css +1 -738
  376. package/es/components/select-label/index.d.ts +24 -11222
  377. package/es/components/select-label/index.js +1 -15
  378. package/es/components/select-label/index2.js +15 -0
  379. package/es/components/select-label/src/LabelFormContent.js +1 -1
  380. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4235
  381. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7002
  382. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
  383. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3467
  384. package/es/components/select-label/style/index.css +1 -164
  385. package/es/components/select-person/index.d.ts +9 -5310
  386. package/es/components/select-person/index.js +1 -10
  387. package/es/components/select-person/index2.js +10 -0
  388. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1317
  389. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5312
  390. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  391. package/es/components/select-person/src/utils/index.js +1 -84
  392. package/es/components/select-person/src/utils/index2.js +84 -0
  393. package/es/components/select-person/style/index.css +1 -193
  394. package/es/components/shortcut-provider/index.js +3 -12
  395. package/es/components/shortcut-provider/index2.js +13 -0
  396. package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
  397. package/es/components/shortcut-provider/src/constants/index.js +1 -8
  398. package/es/components/shortcut-provider/src/constants/index2.js +8 -0
  399. package/es/components/shortcut-provider/src/hooks/index.js +2 -2
  400. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
  401. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  402. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
  403. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  404. package/es/components/shortcut-provider/src/utils/index.js +1 -59
  405. package/es/components/shortcut-provider/src/utils/index2.js +59 -0
  406. package/es/components/shortcut-provider/style/index.css +1 -3
  407. package/es/components/shortcut-setter/index.d.ts +6 -1140
  408. package/es/components/shortcut-setter/index.js +1 -10
  409. package/es/components/shortcut-setter/index2.js +10 -0
  410. package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
  411. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1140
  412. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
  413. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -848
  414. package/es/components/shortcut-setter/style/index.css +1 -8
  415. package/es/components/steps-wheel/index.d.ts +1 -479
  416. package/es/components/steps-wheel/index.js +1 -10
  417. package/es/components/steps-wheel/index2.js +10 -0
  418. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  419. package/es/components/steps-wheel/style/index.css +1 -161
  420. package/es/components/time-line/index.d.ts +7 -1672
  421. package/es/components/time-line/index.js +1 -10
  422. package/es/components/time-line/index2.js +10 -0
  423. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  424. package/es/components/time-line/style/index.css +1 -37
  425. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  426. package/es/shared/components/SelectPage/index.js +0 -1
  427. package/es/shared/components/SelectPage/index2.js +2 -0
  428. package/es/shared/components/SlotRender/index.js +0 -1
  429. package/es/shared/components/SlotRender/index2.js +2 -0
  430. package/es/shared/components/SvgIcon/index.js +0 -1
  431. package/es/shared/components/SvgIcon/index2.js +2 -0
  432. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  433. package/es/shared/components/TextOverTooltip/index.js +0 -1
  434. package/es/shared/components/TextOverTooltip/index2.js +2 -0
  435. package/es/shared/global/variable.js +1 -4
  436. package/es/shared/global/variable2.js +4 -0
  437. package/es/shared/utils/anime.js +1 -129
  438. package/es/shared/utils/anime2.js +129 -0
  439. package/es/shared/utils/clickoutside.js +1 -48
  440. package/es/shared/utils/clickoutside2.js +48 -0
  441. package/es/shared/utils/colorLog.js +1 -44
  442. package/es/shared/utils/colorLog2.js +44 -0
  443. package/es/shared/utils/index.js +1 -25
  444. package/es/shared/utils/index2.js +25 -0
  445. package/es/shared/utils/loadViewer.js +1 -11
  446. package/es/shared/utils/loadViewer2.js +11 -0
  447. package/es/shared/utils/loadVxe.js +1 -12
  448. package/es/shared/utils/loadVxe2.js +12 -0
  449. package/es/shared/utils/state.js +1 -44
  450. package/es/shared/utils/state2.js +44 -0
  451. package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
  452. package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
  453. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
  454. package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
  455. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
  456. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
  457. package/es/shared/utils/tapable/SyncBailHook.js +2 -23
  458. package/es/shared/utils/tapable/SyncHook.js +2 -23
  459. package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
  460. package/es/shared/utils/utilExpand.d.ts +1 -1
  461. package/es/shared/utils/utilExpand.js +47 -46
  462. package/es/shared/utils/vexutils.js +1 -22
  463. package/package.json +6 -20
  464. package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
  465. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  466. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  467. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  468. package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  469. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  470. package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  471. package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  472. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  473. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  474. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
  475. package/es/shared/components/player-vod/index.js +0 -14
  476. package/es/shared/components/player-vod/video-list.js +0 -126
  477. package/es/shared/core/create.js +0 -8
  478. package/es/shared/utils/crypto.js +0 -25
  479. package/es/shared/utils/tapable/HookMap.js +0 -32
  480. package/es/shared/utils/tapable/MultiHook.js +0 -38
  481. package/es/shared/utils/tapable/index.js +0 -12
@@ -119,2189 +119,7 @@ declare const _default: import("vue").DefineComponent<{
119
119
  prefixStr: any;
120
120
  suffixStr: any;
121
121
  detailStr: import("vue").ComputedRef<string>;
122
- NInputNumber: import("vue").DefineComponent<{
123
- autofocus: BooleanConstructor;
124
- loading: {
125
- type: BooleanConstructor;
126
- default: undefined;
127
- };
128
- placeholder: StringConstructor;
129
- defaultValue: {
130
- type: PropType<number | null>;
131
- default: null;
132
- };
133
- value: PropType<number | null>;
134
- step: {
135
- type: (NumberConstructor | StringConstructor)[];
136
- default: number;
137
- };
138
- min: (NumberConstructor | StringConstructor)[];
139
- max: (NumberConstructor | StringConstructor)[];
140
- size: PropType<"small" | "medium" | "large">;
141
- disabled: {
142
- type: PropType<boolean | undefined>;
143
- default: undefined;
144
- };
145
- validator: PropType<(value: number) => boolean>;
146
- bordered: {
147
- type: PropType<boolean | undefined>;
148
- default: undefined;
149
- };
150
- showButton: {
151
- type: BooleanConstructor;
152
- default: boolean;
153
- };
154
- buttonPlacement: {
155
- type: PropType<"right" | "both">;
156
- default: string;
157
- };
158
- readonly: BooleanConstructor;
159
- clearable: BooleanConstructor;
160
- keyboard: {
161
- type: PropType<{
162
- ArrowUp?: boolean | undefined;
163
- ArrowDown?: boolean | undefined;
164
- }>;
165
- default: {};
166
- };
167
- updateValueOnInput: {
168
- type: BooleanConstructor;
169
- default: boolean;
170
- };
171
- parse: PropType<(input: string) => number | null>;
172
- format: PropType<(value: number | null) => string>;
173
- precision: NumberConstructor;
174
- status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
175
- 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
176
- onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
177
- onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
178
- onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
179
- onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
180
- onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
181
- theme: PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
182
- iconColorDisabled: string;
183
- }, {
184
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
185
- heightTiny: string;
186
- heightSmall: string;
187
- heightMedium: string;
188
- heightLarge: string;
189
- borderRadiusTiny: string;
190
- borderRadiusSmall: string;
191
- borderRadiusMedium: string;
192
- borderRadiusLarge: string;
193
- fontSizeTiny: string;
194
- fontSizeSmall: string;
195
- fontSizeMedium: string;
196
- fontSizeLarge: string;
197
- opacityDisabled: string;
198
- colorOpacitySecondary: string;
199
- colorOpacitySecondaryHover: string;
200
- colorOpacitySecondaryPressed: string;
201
- colorSecondary: string;
202
- colorSecondaryHover: string;
203
- colorSecondaryPressed: string;
204
- colorTertiary: string;
205
- colorTertiaryHover: string;
206
- colorTertiaryPressed: string;
207
- colorQuaternary: string;
208
- colorQuaternaryHover: string;
209
- colorQuaternaryPressed: string;
210
- color: string;
211
- colorHover: string;
212
- colorPressed: string;
213
- colorFocus: string;
214
- colorDisabled: string;
215
- textColor: string;
216
- textColorTertiary: string;
217
- textColorHover: string;
218
- textColorPressed: string;
219
- textColorFocus: string;
220
- textColorDisabled: string;
221
- textColorText: string;
222
- textColorTextHover: string;
223
- textColorTextPressed: string;
224
- textColorTextFocus: string;
225
- textColorTextDisabled: string;
226
- textColorGhost: string;
227
- textColorGhostHover: string;
228
- textColorGhostPressed: string;
229
- textColorGhostFocus: string;
230
- textColorGhostDisabled: string;
231
- border: string;
232
- borderHover: string;
233
- borderPressed: string;
234
- borderFocus: string;
235
- borderDisabled: string;
236
- rippleColor: string;
237
- colorPrimary: string;
238
- colorHoverPrimary: string;
239
- colorPressedPrimary: string;
240
- colorFocusPrimary: string;
241
- colorDisabledPrimary: string;
242
- textColorPrimary: string;
243
- textColorHoverPrimary: string;
244
- textColorPressedPrimary: string;
245
- textColorFocusPrimary: string;
246
- textColorDisabledPrimary: string;
247
- textColorTextPrimary: string;
248
- textColorTextHoverPrimary: string;
249
- textColorTextPressedPrimary: string;
250
- textColorTextFocusPrimary: string;
251
- textColorTextDisabledPrimary: string;
252
- textColorGhostPrimary: string;
253
- textColorGhostHoverPrimary: string;
254
- textColorGhostPressedPrimary: string;
255
- textColorGhostFocusPrimary: string;
256
- textColorGhostDisabledPrimary: string;
257
- borderPrimary: string;
258
- borderHoverPrimary: string;
259
- borderPressedPrimary: string;
260
- borderFocusPrimary: string;
261
- borderDisabledPrimary: string;
262
- rippleColorPrimary: string;
263
- colorInfo: string;
264
- colorHoverInfo: string;
265
- colorPressedInfo: string;
266
- colorFocusInfo: string;
267
- colorDisabledInfo: string;
268
- textColorInfo: string;
269
- textColorHoverInfo: string;
270
- textColorPressedInfo: string;
271
- textColorFocusInfo: string;
272
- textColorDisabledInfo: string;
273
- textColorTextInfo: string;
274
- textColorTextHoverInfo: string;
275
- textColorTextPressedInfo: string;
276
- textColorTextFocusInfo: string;
277
- textColorTextDisabledInfo: string;
278
- textColorGhostInfo: string;
279
- textColorGhostHoverInfo: string;
280
- textColorGhostPressedInfo: string;
281
- textColorGhostFocusInfo: string;
282
- textColorGhostDisabledInfo: string;
283
- borderInfo: string;
284
- borderHoverInfo: string;
285
- borderPressedInfo: string;
286
- borderFocusInfo: string;
287
- borderDisabledInfo: string;
288
- rippleColorInfo: string;
289
- colorSuccess: string;
290
- colorHoverSuccess: string;
291
- colorPressedSuccess: string;
292
- colorFocusSuccess: string;
293
- colorDisabledSuccess: string;
294
- textColorSuccess: string;
295
- textColorHoverSuccess: string;
296
- textColorPressedSuccess: string;
297
- textColorFocusSuccess: string;
298
- textColorDisabledSuccess: string;
299
- textColorTextSuccess: string;
300
- textColorTextHoverSuccess: string;
301
- textColorTextPressedSuccess: string;
302
- textColorTextFocusSuccess: string;
303
- textColorTextDisabledSuccess: string;
304
- textColorGhostSuccess: string;
305
- textColorGhostHoverSuccess: string;
306
- textColorGhostPressedSuccess: string;
307
- textColorGhostFocusSuccess: string;
308
- textColorGhostDisabledSuccess: string;
309
- borderSuccess: string;
310
- borderHoverSuccess: string;
311
- borderPressedSuccess: string;
312
- borderFocusSuccess: string;
313
- borderDisabledSuccess: string;
314
- rippleColorSuccess: string;
315
- colorWarning: string;
316
- colorHoverWarning: string;
317
- colorPressedWarning: string;
318
- colorFocusWarning: string;
319
- colorDisabledWarning: string;
320
- textColorWarning: string;
321
- textColorHoverWarning: string;
322
- textColorPressedWarning: string;
323
- textColorFocusWarning: string;
324
- textColorDisabledWarning: string;
325
- textColorTextWarning: string;
326
- textColorTextHoverWarning: string;
327
- textColorTextPressedWarning: string;
328
- textColorTextFocusWarning: string;
329
- textColorTextDisabledWarning: string;
330
- textColorGhostWarning: string;
331
- textColorGhostHoverWarning: string;
332
- textColorGhostPressedWarning: string;
333
- textColorGhostFocusWarning: string;
334
- textColorGhostDisabledWarning: string;
335
- borderWarning: string;
336
- borderHoverWarning: string;
337
- borderPressedWarning: string;
338
- borderFocusWarning: string;
339
- borderDisabledWarning: string;
340
- rippleColorWarning: string;
341
- colorError: string;
342
- colorHoverError: string;
343
- colorPressedError: string;
344
- colorFocusError: string;
345
- colorDisabledError: string;
346
- textColorError: string;
347
- textColorHoverError: string;
348
- textColorPressedError: string;
349
- textColorFocusError: string;
350
- textColorDisabledError: string;
351
- textColorTextError: string;
352
- textColorTextHoverError: string;
353
- textColorTextPressedError: string;
354
- textColorTextFocusError: string;
355
- textColorTextDisabledError: string;
356
- textColorGhostError: string;
357
- textColorGhostHoverError: string;
358
- textColorGhostPressedError: string;
359
- textColorGhostFocusError: string;
360
- textColorGhostDisabledError: string;
361
- borderError: string;
362
- borderHoverError: string;
363
- borderPressedError: string;
364
- borderFocusError: string;
365
- borderDisabledError: string;
366
- rippleColorError: string;
367
- waveOpacity: string;
368
- fontWeight: string;
369
- fontWeightStrong: string;
370
- paddingTiny: string;
371
- paddingSmall: string;
372
- paddingMedium: string;
373
- paddingLarge: string;
374
- paddingRoundTiny: string;
375
- paddingRoundSmall: string;
376
- paddingRoundMedium: string;
377
- paddingRoundLarge: string;
378
- iconMarginTiny: string;
379
- iconMarginSmall: string;
380
- iconMarginMedium: string;
381
- iconMarginLarge: string;
382
- iconSizeTiny: string;
383
- iconSizeSmall: string;
384
- iconSizeMedium: string;
385
- iconSizeLarge: string;
386
- rippleDuration: string;
387
- }, any>;
388
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
389
- countTextColor: string;
390
- heightTiny: string;
391
- heightSmall: string;
392
- heightMedium: string;
393
- heightLarge: string;
394
- fontSizeTiny: string;
395
- fontSizeSmall: string;
396
- fontSizeMedium: string;
397
- fontSizeLarge: string;
398
- lineHeight: string;
399
- lineHeightTextarea: string;
400
- borderRadius: string;
401
- iconSize: string;
402
- groupLabelColor: string;
403
- groupLabelTextColor: string;
404
- textColor: string;
405
- textColorDisabled: string;
406
- textDecorationColor: string;
407
- caretColor: string;
408
- placeholderColor: string;
409
- placeholderColorDisabled: string;
410
- color: string;
411
- colorDisabled: string;
412
- colorFocus: string;
413
- groupLabelBorder: string;
414
- border: string;
415
- borderHover: string;
416
- borderDisabled: string;
417
- borderFocus: string;
418
- boxShadowFocus: string;
419
- loadingColor: string;
420
- loadingColorWarning: string;
421
- borderWarning: string;
422
- borderHoverWarning: string;
423
- colorFocusWarning: string;
424
- borderFocusWarning: string;
425
- boxShadowFocusWarning: string;
426
- caretColorWarning: string;
427
- loadingColorError: string;
428
- borderError: string;
429
- borderHoverError: string;
430
- colorFocusError: string;
431
- borderFocusError: string;
432
- boxShadowFocusError: string;
433
- caretColorError: string;
434
- clearColor: string;
435
- clearColorHover: string;
436
- clearColorPressed: string;
437
- iconColor: string;
438
- iconColorDisabled: string;
439
- iconColorHover: string;
440
- iconColorPressed: string;
441
- suffixTextColor: string;
442
- paddingTiny: string;
443
- paddingSmall: string;
444
- paddingMedium: string;
445
- paddingLarge: string;
446
- clearSize: string;
447
- }, any>;
448
- }>>;
449
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
450
- iconColorDisabled: string;
451
- }, {
452
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
453
- heightTiny: string;
454
- heightSmall: string;
455
- heightMedium: string;
456
- heightLarge: string;
457
- borderRadiusTiny: string;
458
- borderRadiusSmall: string;
459
- borderRadiusMedium: string;
460
- borderRadiusLarge: string;
461
- fontSizeTiny: string;
462
- fontSizeSmall: string;
463
- fontSizeMedium: string;
464
- fontSizeLarge: string;
465
- opacityDisabled: string;
466
- colorOpacitySecondary: string;
467
- colorOpacitySecondaryHover: string;
468
- colorOpacitySecondaryPressed: string;
469
- colorSecondary: string;
470
- colorSecondaryHover: string;
471
- colorSecondaryPressed: string;
472
- colorTertiary: string;
473
- colorTertiaryHover: string;
474
- colorTertiaryPressed: string;
475
- colorQuaternary: string;
476
- colorQuaternaryHover: string;
477
- colorQuaternaryPressed: string;
478
- color: string;
479
- colorHover: string;
480
- colorPressed: string;
481
- colorFocus: string;
482
- colorDisabled: string;
483
- textColor: string;
484
- textColorTertiary: string;
485
- textColorHover: string;
486
- textColorPressed: string;
487
- textColorFocus: string;
488
- textColorDisabled: string;
489
- textColorText: string;
490
- textColorTextHover: string;
491
- textColorTextPressed: string;
492
- textColorTextFocus: string;
493
- textColorTextDisabled: string;
494
- textColorGhost: string;
495
- textColorGhostHover: string;
496
- textColorGhostPressed: string;
497
- textColorGhostFocus: string;
498
- textColorGhostDisabled: string;
499
- border: string;
500
- borderHover: string;
501
- borderPressed: string;
502
- borderFocus: string;
503
- borderDisabled: string;
504
- rippleColor: string;
505
- colorPrimary: string;
506
- colorHoverPrimary: string;
507
- colorPressedPrimary: string;
508
- colorFocusPrimary: string;
509
- colorDisabledPrimary: string;
510
- textColorPrimary: string;
511
- textColorHoverPrimary: string;
512
- textColorPressedPrimary: string;
513
- textColorFocusPrimary: string;
514
- textColorDisabledPrimary: string;
515
- textColorTextPrimary: string;
516
- textColorTextHoverPrimary: string;
517
- textColorTextPressedPrimary: string;
518
- textColorTextFocusPrimary: string;
519
- textColorTextDisabledPrimary: string;
520
- textColorGhostPrimary: string;
521
- textColorGhostHoverPrimary: string;
522
- textColorGhostPressedPrimary: string;
523
- textColorGhostFocusPrimary: string;
524
- textColorGhostDisabledPrimary: string;
525
- borderPrimary: string;
526
- borderHoverPrimary: string;
527
- borderPressedPrimary: string;
528
- borderFocusPrimary: string;
529
- borderDisabledPrimary: string;
530
- rippleColorPrimary: string;
531
- colorInfo: string;
532
- colorHoverInfo: string;
533
- colorPressedInfo: string;
534
- colorFocusInfo: string;
535
- colorDisabledInfo: string;
536
- textColorInfo: string;
537
- textColorHoverInfo: string;
538
- textColorPressedInfo: string;
539
- textColorFocusInfo: string;
540
- textColorDisabledInfo: string;
541
- textColorTextInfo: string;
542
- textColorTextHoverInfo: string;
543
- textColorTextPressedInfo: string;
544
- textColorTextFocusInfo: string;
545
- textColorTextDisabledInfo: string;
546
- textColorGhostInfo: string;
547
- textColorGhostHoverInfo: string;
548
- textColorGhostPressedInfo: string;
549
- textColorGhostFocusInfo: string;
550
- textColorGhostDisabledInfo: string;
551
- borderInfo: string;
552
- borderHoverInfo: string;
553
- borderPressedInfo: string;
554
- borderFocusInfo: string;
555
- borderDisabledInfo: string;
556
- rippleColorInfo: string;
557
- colorSuccess: string;
558
- colorHoverSuccess: string;
559
- colorPressedSuccess: string;
560
- colorFocusSuccess: string;
561
- colorDisabledSuccess: string;
562
- textColorSuccess: string;
563
- textColorHoverSuccess: string;
564
- textColorPressedSuccess: string;
565
- textColorFocusSuccess: string;
566
- textColorDisabledSuccess: string;
567
- textColorTextSuccess: string;
568
- textColorTextHoverSuccess: string;
569
- textColorTextPressedSuccess: string;
570
- textColorTextFocusSuccess: string;
571
- textColorTextDisabledSuccess: string;
572
- textColorGhostSuccess: string;
573
- textColorGhostHoverSuccess: string;
574
- textColorGhostPressedSuccess: string;
575
- textColorGhostFocusSuccess: string;
576
- textColorGhostDisabledSuccess: string;
577
- borderSuccess: string;
578
- borderHoverSuccess: string;
579
- borderPressedSuccess: string;
580
- borderFocusSuccess: string;
581
- borderDisabledSuccess: string;
582
- rippleColorSuccess: string;
583
- colorWarning: string;
584
- colorHoverWarning: string;
585
- colorPressedWarning: string;
586
- colorFocusWarning: string;
587
- colorDisabledWarning: string;
588
- textColorWarning: string;
589
- textColorHoverWarning: string;
590
- textColorPressedWarning: string;
591
- textColorFocusWarning: string;
592
- textColorDisabledWarning: string;
593
- textColorTextWarning: string;
594
- textColorTextHoverWarning: string;
595
- textColorTextPressedWarning: string;
596
- textColorTextFocusWarning: string;
597
- textColorTextDisabledWarning: string;
598
- textColorGhostWarning: string;
599
- textColorGhostHoverWarning: string;
600
- textColorGhostPressedWarning: string;
601
- textColorGhostFocusWarning: string;
602
- textColorGhostDisabledWarning: string;
603
- borderWarning: string;
604
- borderHoverWarning: string;
605
- borderPressedWarning: string;
606
- borderFocusWarning: string;
607
- borderDisabledWarning: string;
608
- rippleColorWarning: string;
609
- colorError: string;
610
- colorHoverError: string;
611
- colorPressedError: string;
612
- colorFocusError: string;
613
- colorDisabledError: string;
614
- textColorError: string;
615
- textColorHoverError: string;
616
- textColorPressedError: string;
617
- textColorFocusError: string;
618
- textColorDisabledError: string;
619
- textColorTextError: string;
620
- textColorTextHoverError: string;
621
- textColorTextPressedError: string;
622
- textColorTextFocusError: string;
623
- textColorTextDisabledError: string;
624
- textColorGhostError: string;
625
- textColorGhostHoverError: string;
626
- textColorGhostPressedError: string;
627
- textColorGhostFocusError: string;
628
- textColorGhostDisabledError: string;
629
- borderError: string;
630
- borderHoverError: string;
631
- borderPressedError: string;
632
- borderFocusError: string;
633
- borderDisabledError: string;
634
- rippleColorError: string;
635
- waveOpacity: string;
636
- fontWeight: string;
637
- fontWeightStrong: string;
638
- paddingTiny: string;
639
- paddingSmall: string;
640
- paddingMedium: string;
641
- paddingLarge: string;
642
- paddingRoundTiny: string;
643
- paddingRoundSmall: string;
644
- paddingRoundMedium: string;
645
- paddingRoundLarge: string;
646
- iconMarginTiny: string;
647
- iconMarginSmall: string;
648
- iconMarginMedium: string;
649
- iconMarginLarge: string;
650
- iconSizeTiny: string;
651
- iconSizeSmall: string;
652
- iconSizeMedium: string;
653
- iconSizeLarge: string;
654
- rippleDuration: string;
655
- }, any>;
656
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
657
- countTextColor: string;
658
- heightTiny: string;
659
- heightSmall: string;
660
- heightMedium: string;
661
- heightLarge: string;
662
- fontSizeTiny: string;
663
- fontSizeSmall: string;
664
- fontSizeMedium: string;
665
- fontSizeLarge: string;
666
- lineHeight: string;
667
- lineHeightTextarea: string;
668
- borderRadius: string;
669
- iconSize: string;
670
- groupLabelColor: string;
671
- groupLabelTextColor: string;
672
- textColor: string;
673
- textColorDisabled: string;
674
- textDecorationColor: string;
675
- caretColor: string;
676
- placeholderColor: string;
677
- placeholderColorDisabled: string;
678
- color: string;
679
- colorDisabled: string;
680
- colorFocus: string;
681
- groupLabelBorder: string;
682
- border: string;
683
- borderHover: string;
684
- borderDisabled: string;
685
- borderFocus: string;
686
- boxShadowFocus: string;
687
- loadingColor: string;
688
- loadingColorWarning: string;
689
- borderWarning: string;
690
- borderHoverWarning: string;
691
- colorFocusWarning: string;
692
- borderFocusWarning: string;
693
- boxShadowFocusWarning: string;
694
- caretColorWarning: string;
695
- loadingColorError: string;
696
- borderError: string;
697
- borderHoverError: string;
698
- colorFocusError: string;
699
- borderFocusError: string;
700
- boxShadowFocusError: string;
701
- caretColorError: string;
702
- clearColor: string;
703
- clearColorHover: string;
704
- clearColorPressed: string;
705
- iconColor: string;
706
- iconColorDisabled: string;
707
- iconColorHover: string;
708
- iconColorPressed: string;
709
- suffixTextColor: string;
710
- paddingTiny: string;
711
- paddingSmall: string;
712
- paddingMedium: string;
713
- paddingLarge: string;
714
- clearSize: string;
715
- }, any>;
716
- }>>>;
717
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
718
- iconColorDisabled: string;
719
- }, {
720
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
721
- heightTiny: string;
722
- heightSmall: string;
723
- heightMedium: string;
724
- heightLarge: string;
725
- borderRadiusTiny: string;
726
- borderRadiusSmall: string;
727
- borderRadiusMedium: string;
728
- borderRadiusLarge: string;
729
- fontSizeTiny: string;
730
- fontSizeSmall: string;
731
- fontSizeMedium: string;
732
- fontSizeLarge: string;
733
- opacityDisabled: string;
734
- colorOpacitySecondary: string;
735
- colorOpacitySecondaryHover: string;
736
- colorOpacitySecondaryPressed: string;
737
- colorSecondary: string;
738
- colorSecondaryHover: string;
739
- colorSecondaryPressed: string;
740
- colorTertiary: string;
741
- colorTertiaryHover: string;
742
- colorTertiaryPressed: string;
743
- colorQuaternary: string;
744
- colorQuaternaryHover: string;
745
- colorQuaternaryPressed: string;
746
- color: string;
747
- colorHover: string;
748
- colorPressed: string;
749
- colorFocus: string;
750
- colorDisabled: string;
751
- textColor: string;
752
- textColorTertiary: string;
753
- textColorHover: string;
754
- textColorPressed: string;
755
- textColorFocus: string;
756
- textColorDisabled: string;
757
- textColorText: string;
758
- textColorTextHover: string;
759
- textColorTextPressed: string;
760
- textColorTextFocus: string;
761
- textColorTextDisabled: string;
762
- textColorGhost: string;
763
- textColorGhostHover: string;
764
- textColorGhostPressed: string;
765
- textColorGhostFocus: string;
766
- textColorGhostDisabled: string;
767
- border: string;
768
- borderHover: string;
769
- borderPressed: string;
770
- borderFocus: string;
771
- borderDisabled: string;
772
- rippleColor: string;
773
- colorPrimary: string;
774
- colorHoverPrimary: string;
775
- colorPressedPrimary: string;
776
- colorFocusPrimary: string;
777
- colorDisabledPrimary: string;
778
- textColorPrimary: string;
779
- textColorHoverPrimary: string;
780
- textColorPressedPrimary: string;
781
- textColorFocusPrimary: string;
782
- textColorDisabledPrimary: string;
783
- textColorTextPrimary: string;
784
- textColorTextHoverPrimary: string;
785
- textColorTextPressedPrimary: string;
786
- textColorTextFocusPrimary: string;
787
- textColorTextDisabledPrimary: string;
788
- textColorGhostPrimary: string;
789
- textColorGhostHoverPrimary: string;
790
- textColorGhostPressedPrimary: string;
791
- textColorGhostFocusPrimary: string;
792
- textColorGhostDisabledPrimary: string;
793
- borderPrimary: string;
794
- borderHoverPrimary: string;
795
- borderPressedPrimary: string;
796
- borderFocusPrimary: string;
797
- borderDisabledPrimary: string;
798
- rippleColorPrimary: string;
799
- colorInfo: string;
800
- colorHoverInfo: string;
801
- colorPressedInfo: string;
802
- colorFocusInfo: string;
803
- colorDisabledInfo: string;
804
- textColorInfo: string;
805
- textColorHoverInfo: string;
806
- textColorPressedInfo: string;
807
- textColorFocusInfo: string;
808
- textColorDisabledInfo: string;
809
- textColorTextInfo: string;
810
- textColorTextHoverInfo: string;
811
- textColorTextPressedInfo: string;
812
- textColorTextFocusInfo: string;
813
- textColorTextDisabledInfo: string;
814
- textColorGhostInfo: string;
815
- textColorGhostHoverInfo: string;
816
- textColorGhostPressedInfo: string;
817
- textColorGhostFocusInfo: string;
818
- textColorGhostDisabledInfo: string;
819
- borderInfo: string;
820
- borderHoverInfo: string;
821
- borderPressedInfo: string;
822
- borderFocusInfo: string;
823
- borderDisabledInfo: string;
824
- rippleColorInfo: string;
825
- colorSuccess: string;
826
- colorHoverSuccess: string;
827
- colorPressedSuccess: string;
828
- colorFocusSuccess: string;
829
- colorDisabledSuccess: string;
830
- textColorSuccess: string;
831
- textColorHoverSuccess: string;
832
- textColorPressedSuccess: string;
833
- textColorFocusSuccess: string;
834
- textColorDisabledSuccess: string;
835
- textColorTextSuccess: string;
836
- textColorTextHoverSuccess: string;
837
- textColorTextPressedSuccess: string;
838
- textColorTextFocusSuccess: string;
839
- textColorTextDisabledSuccess: string;
840
- textColorGhostSuccess: string;
841
- textColorGhostHoverSuccess: string;
842
- textColorGhostPressedSuccess: string;
843
- textColorGhostFocusSuccess: string;
844
- textColorGhostDisabledSuccess: string;
845
- borderSuccess: string;
846
- borderHoverSuccess: string;
847
- borderPressedSuccess: string;
848
- borderFocusSuccess: string;
849
- borderDisabledSuccess: string;
850
- rippleColorSuccess: string;
851
- colorWarning: string;
852
- colorHoverWarning: string;
853
- colorPressedWarning: string;
854
- colorFocusWarning: string;
855
- colorDisabledWarning: string;
856
- textColorWarning: string;
857
- textColorHoverWarning: string;
858
- textColorPressedWarning: string;
859
- textColorFocusWarning: string;
860
- textColorDisabledWarning: string;
861
- textColorTextWarning: string;
862
- textColorTextHoverWarning: string;
863
- textColorTextPressedWarning: string;
864
- textColorTextFocusWarning: string;
865
- textColorTextDisabledWarning: string;
866
- textColorGhostWarning: string;
867
- textColorGhostHoverWarning: string;
868
- textColorGhostPressedWarning: string;
869
- textColorGhostFocusWarning: string;
870
- textColorGhostDisabledWarning: string;
871
- borderWarning: string;
872
- borderHoverWarning: string;
873
- borderPressedWarning: string;
874
- borderFocusWarning: string;
875
- borderDisabledWarning: string;
876
- rippleColorWarning: string;
877
- colorError: string;
878
- colorHoverError: string;
879
- colorPressedError: string;
880
- colorFocusError: string;
881
- colorDisabledError: string;
882
- textColorError: string;
883
- textColorHoverError: string;
884
- textColorPressedError: string;
885
- textColorFocusError: string;
886
- textColorDisabledError: string;
887
- textColorTextError: string;
888
- textColorTextHoverError: string;
889
- textColorTextPressedError: string;
890
- textColorTextFocusError: string;
891
- textColorTextDisabledError: string;
892
- textColorGhostError: string;
893
- textColorGhostHoverError: string;
894
- textColorGhostPressedError: string;
895
- textColorGhostFocusError: string;
896
- textColorGhostDisabledError: string;
897
- borderError: string;
898
- borderHoverError: string;
899
- borderPressedError: string;
900
- borderFocusError: string;
901
- borderDisabledError: string;
902
- rippleColorError: string;
903
- waveOpacity: string;
904
- fontWeight: string;
905
- fontWeightStrong: string;
906
- paddingTiny: string;
907
- paddingSmall: string;
908
- paddingMedium: string;
909
- paddingLarge: string;
910
- paddingRoundTiny: string;
911
- paddingRoundSmall: string;
912
- paddingRoundMedium: string;
913
- paddingRoundLarge: string;
914
- iconMarginTiny: string;
915
- iconMarginSmall: string;
916
- iconMarginMedium: string;
917
- iconMarginLarge: string;
918
- iconSizeTiny: string;
919
- iconSizeSmall: string;
920
- iconSizeMedium: string;
921
- iconSizeLarge: string;
922
- rippleDuration: string;
923
- }, any>;
924
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
925
- countTextColor: string;
926
- heightTiny: string;
927
- heightSmall: string;
928
- heightMedium: string;
929
- heightLarge: string;
930
- fontSizeTiny: string;
931
- fontSizeSmall: string;
932
- fontSizeMedium: string;
933
- fontSizeLarge: string;
934
- lineHeight: string;
935
- lineHeightTextarea: string;
936
- borderRadius: string;
937
- iconSize: string;
938
- groupLabelColor: string;
939
- groupLabelTextColor: string;
940
- textColor: string;
941
- textColorDisabled: string;
942
- textDecorationColor: string;
943
- caretColor: string;
944
- placeholderColor: string;
945
- placeholderColorDisabled: string;
946
- color: string;
947
- colorDisabled: string;
948
- colorFocus: string;
949
- groupLabelBorder: string;
950
- border: string;
951
- borderHover: string;
952
- borderDisabled: string;
953
- borderFocus: string;
954
- boxShadowFocus: string;
955
- loadingColor: string;
956
- loadingColorWarning: string;
957
- borderWarning: string;
958
- borderHoverWarning: string;
959
- colorFocusWarning: string;
960
- borderFocusWarning: string;
961
- boxShadowFocusWarning: string;
962
- caretColorWarning: string;
963
- loadingColorError: string;
964
- borderError: string;
965
- borderHoverError: string;
966
- colorFocusError: string;
967
- borderFocusError: string;
968
- boxShadowFocusError: string;
969
- caretColorError: string;
970
- clearColor: string;
971
- clearColorHover: string;
972
- clearColorPressed: string;
973
- iconColor: string;
974
- iconColorDisabled: string;
975
- iconColorHover: string;
976
- iconColorPressed: string;
977
- suffixTextColor: string;
978
- paddingTiny: string;
979
- paddingSmall: string;
980
- paddingMedium: string;
981
- paddingLarge: string;
982
- clearSize: string;
983
- }, any>;
984
- }>>>;
985
- }, {
986
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
987
- inputInstRef: import("vue").Ref<{
988
- wrapperElRef: HTMLElement | null;
989
- textareaElRef: HTMLTextAreaElement | null;
990
- inputElRef: HTMLInputElement | null;
991
- isCompositing: boolean;
992
- blur: () => void;
993
- focus: () => void;
994
- select: () => void;
995
- activate: () => void;
996
- deactivate: () => void;
997
- } | null>;
998
- minusButtonInstRef: import("vue").Ref<{
999
- $el: HTMLElement;
1000
- } | null>;
1001
- addButtonInstRef: import("vue").Ref<{
1002
- $el: HTMLElement;
1003
- } | null>;
1004
- mergedClsPrefix: import("vue").ComputedRef<string>;
1005
- mergedBordered: import("vue").ComputedRef<boolean>;
1006
- uncontrolledValue: import("vue").Ref<number | null>;
1007
- mergedValue: import("vue").ComputedRef<number | null>;
1008
- mergedPlaceholder: import("vue").ComputedRef<string>;
1009
- displayedValueInvalid: import("vue").ComputedRef<boolean>;
1010
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
1011
- mergedDisabled: import("vue").ComputedRef<boolean>;
1012
- displayedValue: import("vue").Ref<string>;
1013
- addable: import("vue").ComputedRef<boolean>;
1014
- minusable: import("vue").ComputedRef<boolean>;
1015
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1016
- handleFocus: (e: FocusEvent) => void;
1017
- handleBlur: (e: FocusEvent) => void;
1018
- handleClear: (e: MouseEvent) => void;
1019
- handleMouseDown: (e: MouseEvent) => void;
1020
- handleAddClick: () => void;
1021
- handleMinusClick: () => void;
1022
- handleAddMousedown: () => void;
1023
- handleMinusMousedown: () => void;
1024
- handleKeyDown: (e: KeyboardEvent) => void;
1025
- handleUpdateDisplayedValue: (value: string) => void;
1026
- mergedTheme: import("vue").ComputedRef<{
1027
- common: {
1028
- baseColor: string;
1029
- primaryColor: string;
1030
- primaryColorHover: string;
1031
- primaryColorPressed: string;
1032
- primaryColorSuppl: string;
1033
- infoColor: string;
1034
- infoColorHover: string;
1035
- infoColorPressed: string;
1036
- infoColorSuppl: string;
1037
- successColor: string;
1038
- successColorHover: string;
1039
- successColorPressed: string;
1040
- successColorSuppl: string;
1041
- warningColor: string;
1042
- warningColorHover: string;
1043
- warningColorPressed: string;
1044
- warningColorSuppl: string;
1045
- errorColor: string;
1046
- errorColorHover: string;
1047
- errorColorPressed: string;
1048
- errorColorSuppl: string;
1049
- textColorBase: string;
1050
- textColor1: string;
1051
- textColor2: string;
1052
- textColor3: string;
1053
- textColorDisabled: string;
1054
- placeholderColor: string;
1055
- placeholderColorDisabled: string;
1056
- iconColor: string;
1057
- iconColorHover: string;
1058
- iconColorPressed: string;
1059
- iconColorDisabled: string;
1060
- opacity1: string;
1061
- opacity2: string;
1062
- opacity3: string;
1063
- opacity4: string;
1064
- opacity5: string;
1065
- dividerColor: string;
1066
- borderColor: string;
1067
- closeIconColor: string;
1068
- closeIconColorHover: string;
1069
- closeIconColorPressed: string;
1070
- closeColorHover: string;
1071
- closeColorPressed: string;
1072
- clearColor: string;
1073
- clearColorHover: string;
1074
- clearColorPressed: string;
1075
- scrollbarColor: string;
1076
- scrollbarColorHover: string;
1077
- scrollbarWidth: string;
1078
- scrollbarHeight: string;
1079
- scrollbarBorderRadius: string;
1080
- progressRailColor: string;
1081
- railColor: string;
1082
- popoverColor: string;
1083
- tableColor: string;
1084
- cardColor: string;
1085
- modalColor: string;
1086
- bodyColor: string;
1087
- tagColor: string;
1088
- avatarColor: string;
1089
- invertedColor: string;
1090
- inputColor: string;
1091
- codeColor: string;
1092
- tabColor: string;
1093
- actionColor: string;
1094
- tableHeaderColor: string;
1095
- hoverColor: string;
1096
- tableColorHover: string;
1097
- tableColorStriped: string;
1098
- pressedColor: string;
1099
- opacityDisabled: string;
1100
- inputColorDisabled: string;
1101
- buttonColor2: string;
1102
- buttonColor2Hover: string;
1103
- buttonColor2Pressed: string;
1104
- boxShadow1: string;
1105
- boxShadow2: string;
1106
- boxShadow3: string;
1107
- fontFamily: string;
1108
- fontFamilyMono: string;
1109
- fontWeight: string;
1110
- fontWeightStrong: string;
1111
- cubicBezierEaseInOut: string;
1112
- cubicBezierEaseOut: string;
1113
- cubicBezierEaseIn: string;
1114
- borderRadius: string;
1115
- borderRadiusSmall: string;
1116
- fontSize: string;
1117
- fontSizeMini: string;
1118
- fontSizeTiny: string;
1119
- fontSizeSmall: string;
1120
- fontSizeMedium: string;
1121
- fontSizeLarge: string;
1122
- fontSizeHuge: string;
1123
- lineHeight: string;
1124
- heightMini: string;
1125
- heightTiny: string;
1126
- heightSmall: string;
1127
- heightMedium: string;
1128
- heightLarge: string;
1129
- heightHuge: string;
1130
- name: "common";
1131
- };
1132
- self: {
1133
- iconColorDisabled: string;
1134
- };
1135
- peers: {
1136
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1137
- heightTiny: string;
1138
- heightSmall: string;
1139
- heightMedium: string;
1140
- heightLarge: string;
1141
- borderRadiusTiny: string;
1142
- borderRadiusSmall: string;
1143
- borderRadiusMedium: string;
1144
- borderRadiusLarge: string;
1145
- fontSizeTiny: string;
1146
- fontSizeSmall: string;
1147
- fontSizeMedium: string;
1148
- fontSizeLarge: string;
1149
- opacityDisabled: string;
1150
- colorOpacitySecondary: string;
1151
- colorOpacitySecondaryHover: string;
1152
- colorOpacitySecondaryPressed: string;
1153
- colorSecondary: string;
1154
- colorSecondaryHover: string;
1155
- colorSecondaryPressed: string;
1156
- colorTertiary: string;
1157
- colorTertiaryHover: string;
1158
- colorTertiaryPressed: string;
1159
- colorQuaternary: string;
1160
- colorQuaternaryHover: string;
1161
- colorQuaternaryPressed: string;
1162
- color: string;
1163
- colorHover: string;
1164
- colorPressed: string;
1165
- colorFocus: string;
1166
- colorDisabled: string;
1167
- textColor: string;
1168
- textColorTertiary: string;
1169
- textColorHover: string;
1170
- textColorPressed: string;
1171
- textColorFocus: string;
1172
- textColorDisabled: string;
1173
- textColorText: string;
1174
- textColorTextHover: string;
1175
- textColorTextPressed: string;
1176
- textColorTextFocus: string;
1177
- textColorTextDisabled: string;
1178
- textColorGhost: string;
1179
- textColorGhostHover: string;
1180
- textColorGhostPressed: string;
1181
- textColorGhostFocus: string;
1182
- textColorGhostDisabled: string;
1183
- border: string;
1184
- borderHover: string;
1185
- borderPressed: string;
1186
- borderFocus: string;
1187
- borderDisabled: string;
1188
- rippleColor: string;
1189
- colorPrimary: string;
1190
- colorHoverPrimary: string;
1191
- colorPressedPrimary: string;
1192
- colorFocusPrimary: string;
1193
- colorDisabledPrimary: string;
1194
- textColorPrimary: string;
1195
- textColorHoverPrimary: string;
1196
- textColorPressedPrimary: string;
1197
- textColorFocusPrimary: string;
1198
- textColorDisabledPrimary: string;
1199
- textColorTextPrimary: string;
1200
- textColorTextHoverPrimary: string;
1201
- textColorTextPressedPrimary: string;
1202
- textColorTextFocusPrimary: string;
1203
- textColorTextDisabledPrimary: string;
1204
- textColorGhostPrimary: string;
1205
- textColorGhostHoverPrimary: string;
1206
- textColorGhostPressedPrimary: string;
1207
- textColorGhostFocusPrimary: string;
1208
- textColorGhostDisabledPrimary: string;
1209
- borderPrimary: string;
1210
- borderHoverPrimary: string;
1211
- borderPressedPrimary: string;
1212
- borderFocusPrimary: string;
1213
- borderDisabledPrimary: string;
1214
- rippleColorPrimary: string;
1215
- colorInfo: string;
1216
- colorHoverInfo: string;
1217
- colorPressedInfo: string;
1218
- colorFocusInfo: string;
1219
- colorDisabledInfo: string;
1220
- textColorInfo: string;
1221
- textColorHoverInfo: string;
1222
- textColorPressedInfo: string;
1223
- textColorFocusInfo: string;
1224
- textColorDisabledInfo: string;
1225
- textColorTextInfo: string;
1226
- textColorTextHoverInfo: string;
1227
- textColorTextPressedInfo: string;
1228
- textColorTextFocusInfo: string;
1229
- textColorTextDisabledInfo: string;
1230
- textColorGhostInfo: string;
1231
- textColorGhostHoverInfo: string;
1232
- textColorGhostPressedInfo: string;
1233
- textColorGhostFocusInfo: string;
1234
- textColorGhostDisabledInfo: string;
1235
- borderInfo: string;
1236
- borderHoverInfo: string;
1237
- borderPressedInfo: string;
1238
- borderFocusInfo: string;
1239
- borderDisabledInfo: string;
1240
- rippleColorInfo: string;
1241
- colorSuccess: string;
1242
- colorHoverSuccess: string;
1243
- colorPressedSuccess: string;
1244
- colorFocusSuccess: string;
1245
- colorDisabledSuccess: string;
1246
- textColorSuccess: string;
1247
- textColorHoverSuccess: string;
1248
- textColorPressedSuccess: string;
1249
- textColorFocusSuccess: string;
1250
- textColorDisabledSuccess: string;
1251
- textColorTextSuccess: string;
1252
- textColorTextHoverSuccess: string;
1253
- textColorTextPressedSuccess: string;
1254
- textColorTextFocusSuccess: string;
1255
- textColorTextDisabledSuccess: string;
1256
- textColorGhostSuccess: string;
1257
- textColorGhostHoverSuccess: string;
1258
- textColorGhostPressedSuccess: string;
1259
- textColorGhostFocusSuccess: string;
1260
- textColorGhostDisabledSuccess: string;
1261
- borderSuccess: string;
1262
- borderHoverSuccess: string;
1263
- borderPressedSuccess: string;
1264
- borderFocusSuccess: string;
1265
- borderDisabledSuccess: string;
1266
- rippleColorSuccess: string;
1267
- colorWarning: string;
1268
- colorHoverWarning: string;
1269
- colorPressedWarning: string;
1270
- colorFocusWarning: string;
1271
- colorDisabledWarning: string;
1272
- textColorWarning: string;
1273
- textColorHoverWarning: string;
1274
- textColorPressedWarning: string;
1275
- textColorFocusWarning: string;
1276
- textColorDisabledWarning: string;
1277
- textColorTextWarning: string;
1278
- textColorTextHoverWarning: string;
1279
- textColorTextPressedWarning: string;
1280
- textColorTextFocusWarning: string;
1281
- textColorTextDisabledWarning: string;
1282
- textColorGhostWarning: string;
1283
- textColorGhostHoverWarning: string;
1284
- textColorGhostPressedWarning: string;
1285
- textColorGhostFocusWarning: string;
1286
- textColorGhostDisabledWarning: string;
1287
- borderWarning: string;
1288
- borderHoverWarning: string;
1289
- borderPressedWarning: string;
1290
- borderFocusWarning: string;
1291
- borderDisabledWarning: string;
1292
- rippleColorWarning: string;
1293
- colorError: string;
1294
- colorHoverError: string;
1295
- colorPressedError: string;
1296
- colorFocusError: string;
1297
- colorDisabledError: string;
1298
- textColorError: string;
1299
- textColorHoverError: string;
1300
- textColorPressedError: string;
1301
- textColorFocusError: string;
1302
- textColorDisabledError: string;
1303
- textColorTextError: string;
1304
- textColorTextHoverError: string;
1305
- textColorTextPressedError: string;
1306
- textColorTextFocusError: string;
1307
- textColorTextDisabledError: string;
1308
- textColorGhostError: string;
1309
- textColorGhostHoverError: string;
1310
- textColorGhostPressedError: string;
1311
- textColorGhostFocusError: string;
1312
- textColorGhostDisabledError: string;
1313
- borderError: string;
1314
- borderHoverError: string;
1315
- borderPressedError: string;
1316
- borderFocusError: string;
1317
- borderDisabledError: string;
1318
- rippleColorError: string;
1319
- waveOpacity: string;
1320
- fontWeight: string;
1321
- fontWeightStrong: string;
1322
- paddingTiny: string;
1323
- paddingSmall: string;
1324
- paddingMedium: string;
1325
- paddingLarge: string;
1326
- paddingRoundTiny: string;
1327
- paddingRoundSmall: string;
1328
- paddingRoundMedium: string;
1329
- paddingRoundLarge: string;
1330
- iconMarginTiny: string;
1331
- iconMarginSmall: string;
1332
- iconMarginMedium: string;
1333
- iconMarginLarge: string;
1334
- iconSizeTiny: string;
1335
- iconSizeSmall: string;
1336
- iconSizeMedium: string;
1337
- iconSizeLarge: string;
1338
- rippleDuration: string;
1339
- }, any>;
1340
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
1341
- countTextColor: string;
1342
- heightTiny: string;
1343
- heightSmall: string;
1344
- heightMedium: string;
1345
- heightLarge: string;
1346
- fontSizeTiny: string;
1347
- fontSizeSmall: string;
1348
- fontSizeMedium: string;
1349
- fontSizeLarge: string;
1350
- lineHeight: string;
1351
- lineHeightTextarea: string;
1352
- borderRadius: string;
1353
- iconSize: string;
1354
- groupLabelColor: string;
1355
- groupLabelTextColor: string;
1356
- textColor: string;
1357
- textColorDisabled: string;
1358
- textDecorationColor: string;
1359
- caretColor: string;
1360
- placeholderColor: string;
1361
- placeholderColorDisabled: string;
1362
- color: string;
1363
- colorDisabled: string;
1364
- colorFocus: string;
1365
- groupLabelBorder: string;
1366
- border: string;
1367
- borderHover: string;
1368
- borderDisabled: string;
1369
- borderFocus: string;
1370
- boxShadowFocus: string;
1371
- loadingColor: string;
1372
- loadingColorWarning: string;
1373
- borderWarning: string;
1374
- borderHoverWarning: string;
1375
- colorFocusWarning: string;
1376
- borderFocusWarning: string;
1377
- boxShadowFocusWarning: string;
1378
- caretColorWarning: string;
1379
- loadingColorError: string;
1380
- borderError: string;
1381
- borderHoverError: string;
1382
- colorFocusError: string;
1383
- borderFocusError: string;
1384
- boxShadowFocusError: string;
1385
- caretColorError: string;
1386
- clearColor: string;
1387
- clearColorHover: string;
1388
- clearColorPressed: string;
1389
- iconColor: string;
1390
- iconColorDisabled: string;
1391
- iconColorHover: string;
1392
- iconColorPressed: string;
1393
- suffixTextColor: string;
1394
- paddingTiny: string;
1395
- paddingSmall: string;
1396
- paddingMedium: string;
1397
- paddingLarge: string;
1398
- clearSize: string;
1399
- }, any>;
1400
- };
1401
- peerOverrides: {
1402
- Button?: {
1403
- peers?: {
1404
- [x: string]: any;
1405
- } | undefined;
1406
- } | undefined;
1407
- Input?: {
1408
- peers?: {
1409
- [x: string]: any;
1410
- } | undefined;
1411
- } | undefined;
1412
- };
1413
- }>;
1414
- inputThemeOverrides: {
1415
- paddingSmall: string;
1416
- paddingMedium: string;
1417
- paddingLarge: string;
1418
- };
1419
- buttonThemeOverrides: import("vue").ComputedRef<{
1420
- textColorTextDisabled: string;
1421
- opacityDisabled: string;
1422
- }>;
1423
- focus: () => void;
1424
- blur: () => void;
1425
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1426
- autofocus: BooleanConstructor;
1427
- loading: {
1428
- type: BooleanConstructor;
1429
- default: undefined;
1430
- };
1431
- placeholder: StringConstructor;
1432
- defaultValue: {
1433
- type: PropType<number | null>;
1434
- default: null;
1435
- };
1436
- value: PropType<number | null>;
1437
- step: {
1438
- type: (NumberConstructor | StringConstructor)[];
1439
- default: number;
1440
- };
1441
- min: (NumberConstructor | StringConstructor)[];
1442
- max: (NumberConstructor | StringConstructor)[];
1443
- size: PropType<"small" | "medium" | "large">;
1444
- disabled: {
1445
- type: PropType<boolean | undefined>;
1446
- default: undefined;
1447
- };
1448
- validator: PropType<(value: number) => boolean>;
1449
- bordered: {
1450
- type: PropType<boolean | undefined>;
1451
- default: undefined;
1452
- };
1453
- showButton: {
1454
- type: BooleanConstructor;
1455
- default: boolean;
1456
- };
1457
- buttonPlacement: {
1458
- type: PropType<"right" | "both">;
1459
- default: string;
1460
- };
1461
- readonly: BooleanConstructor;
1462
- clearable: BooleanConstructor;
1463
- keyboard: {
1464
- type: PropType<{
1465
- ArrowUp?: boolean | undefined;
1466
- ArrowDown?: boolean | undefined;
1467
- }>;
1468
- default: {};
1469
- };
1470
- updateValueOnInput: {
1471
- type: BooleanConstructor;
1472
- default: boolean;
1473
- };
1474
- parse: PropType<(input: string) => number | null>;
1475
- format: PropType<(value: number | null) => string>;
1476
- precision: NumberConstructor;
1477
- status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1478
- 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1479
- onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1480
- onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1481
- onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1482
- onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1483
- onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1484
- theme: PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1485
- iconColorDisabled: string;
1486
- }, {
1487
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1488
- heightTiny: string;
1489
- heightSmall: string;
1490
- heightMedium: string;
1491
- heightLarge: string;
1492
- borderRadiusTiny: string;
1493
- borderRadiusSmall: string;
1494
- borderRadiusMedium: string;
1495
- borderRadiusLarge: string;
1496
- fontSizeTiny: string;
1497
- fontSizeSmall: string;
1498
- fontSizeMedium: string;
1499
- fontSizeLarge: string;
1500
- opacityDisabled: string;
1501
- colorOpacitySecondary: string;
1502
- colorOpacitySecondaryHover: string;
1503
- colorOpacitySecondaryPressed: string;
1504
- colorSecondary: string;
1505
- colorSecondaryHover: string;
1506
- colorSecondaryPressed: string;
1507
- colorTertiary: string;
1508
- colorTertiaryHover: string;
1509
- colorTertiaryPressed: string;
1510
- colorQuaternary: string;
1511
- colorQuaternaryHover: string;
1512
- colorQuaternaryPressed: string;
1513
- color: string;
1514
- colorHover: string;
1515
- colorPressed: string;
1516
- colorFocus: string;
1517
- colorDisabled: string;
1518
- textColor: string;
1519
- textColorTertiary: string;
1520
- textColorHover: string;
1521
- textColorPressed: string;
1522
- textColorFocus: string;
1523
- textColorDisabled: string;
1524
- textColorText: string;
1525
- textColorTextHover: string;
1526
- textColorTextPressed: string;
1527
- textColorTextFocus: string;
1528
- textColorTextDisabled: string;
1529
- textColorGhost: string;
1530
- textColorGhostHover: string;
1531
- textColorGhostPressed: string;
1532
- textColorGhostFocus: string;
1533
- textColorGhostDisabled: string;
1534
- border: string;
1535
- borderHover: string;
1536
- borderPressed: string;
1537
- borderFocus: string;
1538
- borderDisabled: string;
1539
- rippleColor: string;
1540
- colorPrimary: string;
1541
- colorHoverPrimary: string;
1542
- colorPressedPrimary: string;
1543
- colorFocusPrimary: string;
1544
- colorDisabledPrimary: string;
1545
- textColorPrimary: string;
1546
- textColorHoverPrimary: string;
1547
- textColorPressedPrimary: string;
1548
- textColorFocusPrimary: string;
1549
- textColorDisabledPrimary: string;
1550
- textColorTextPrimary: string;
1551
- textColorTextHoverPrimary: string;
1552
- textColorTextPressedPrimary: string;
1553
- textColorTextFocusPrimary: string;
1554
- textColorTextDisabledPrimary: string;
1555
- textColorGhostPrimary: string;
1556
- textColorGhostHoverPrimary: string;
1557
- textColorGhostPressedPrimary: string;
1558
- textColorGhostFocusPrimary: string;
1559
- textColorGhostDisabledPrimary: string;
1560
- borderPrimary: string;
1561
- borderHoverPrimary: string;
1562
- borderPressedPrimary: string;
1563
- borderFocusPrimary: string;
1564
- borderDisabledPrimary: string;
1565
- rippleColorPrimary: string;
1566
- colorInfo: string;
1567
- colorHoverInfo: string;
1568
- colorPressedInfo: string;
1569
- colorFocusInfo: string;
1570
- colorDisabledInfo: string;
1571
- textColorInfo: string;
1572
- textColorHoverInfo: string;
1573
- textColorPressedInfo: string;
1574
- textColorFocusInfo: string;
1575
- textColorDisabledInfo: string;
1576
- textColorTextInfo: string;
1577
- textColorTextHoverInfo: string;
1578
- textColorTextPressedInfo: string;
1579
- textColorTextFocusInfo: string;
1580
- textColorTextDisabledInfo: string;
1581
- textColorGhostInfo: string;
1582
- textColorGhostHoverInfo: string;
1583
- textColorGhostPressedInfo: string;
1584
- textColorGhostFocusInfo: string;
1585
- textColorGhostDisabledInfo: string;
1586
- borderInfo: string;
1587
- borderHoverInfo: string;
1588
- borderPressedInfo: string;
1589
- borderFocusInfo: string;
1590
- borderDisabledInfo: string;
1591
- rippleColorInfo: string;
1592
- colorSuccess: string;
1593
- colorHoverSuccess: string;
1594
- colorPressedSuccess: string;
1595
- colorFocusSuccess: string;
1596
- colorDisabledSuccess: string;
1597
- textColorSuccess: string;
1598
- textColorHoverSuccess: string;
1599
- textColorPressedSuccess: string;
1600
- textColorFocusSuccess: string;
1601
- textColorDisabledSuccess: string;
1602
- textColorTextSuccess: string;
1603
- textColorTextHoverSuccess: string;
1604
- textColorTextPressedSuccess: string;
1605
- textColorTextFocusSuccess: string;
1606
- textColorTextDisabledSuccess: string;
1607
- textColorGhostSuccess: string;
1608
- textColorGhostHoverSuccess: string;
1609
- textColorGhostPressedSuccess: string;
1610
- textColorGhostFocusSuccess: string;
1611
- textColorGhostDisabledSuccess: string;
1612
- borderSuccess: string;
1613
- borderHoverSuccess: string;
1614
- borderPressedSuccess: string;
1615
- borderFocusSuccess: string;
1616
- borderDisabledSuccess: string;
1617
- rippleColorSuccess: string;
1618
- colorWarning: string;
1619
- colorHoverWarning: string;
1620
- colorPressedWarning: string;
1621
- colorFocusWarning: string;
1622
- colorDisabledWarning: string;
1623
- textColorWarning: string;
1624
- textColorHoverWarning: string;
1625
- textColorPressedWarning: string;
1626
- textColorFocusWarning: string;
1627
- textColorDisabledWarning: string;
1628
- textColorTextWarning: string;
1629
- textColorTextHoverWarning: string;
1630
- textColorTextPressedWarning: string;
1631
- textColorTextFocusWarning: string;
1632
- textColorTextDisabledWarning: string;
1633
- textColorGhostWarning: string;
1634
- textColorGhostHoverWarning: string;
1635
- textColorGhostPressedWarning: string;
1636
- textColorGhostFocusWarning: string;
1637
- textColorGhostDisabledWarning: string;
1638
- borderWarning: string;
1639
- borderHoverWarning: string;
1640
- borderPressedWarning: string;
1641
- borderFocusWarning: string;
1642
- borderDisabledWarning: string;
1643
- rippleColorWarning: string;
1644
- colorError: string;
1645
- colorHoverError: string;
1646
- colorPressedError: string;
1647
- colorFocusError: string;
1648
- colorDisabledError: string;
1649
- textColorError: string;
1650
- textColorHoverError: string;
1651
- textColorPressedError: string;
1652
- textColorFocusError: string;
1653
- textColorDisabledError: string;
1654
- textColorTextError: string;
1655
- textColorTextHoverError: string;
1656
- textColorTextPressedError: string;
1657
- textColorTextFocusError: string;
1658
- textColorTextDisabledError: string;
1659
- textColorGhostError: string;
1660
- textColorGhostHoverError: string;
1661
- textColorGhostPressedError: string;
1662
- textColorGhostFocusError: string;
1663
- textColorGhostDisabledError: string;
1664
- borderError: string;
1665
- borderHoverError: string;
1666
- borderPressedError: string;
1667
- borderFocusError: string;
1668
- borderDisabledError: string;
1669
- rippleColorError: string;
1670
- waveOpacity: string;
1671
- fontWeight: string;
1672
- fontWeightStrong: string;
1673
- paddingTiny: string;
1674
- paddingSmall: string;
1675
- paddingMedium: string;
1676
- paddingLarge: string;
1677
- paddingRoundTiny: string;
1678
- paddingRoundSmall: string;
1679
- paddingRoundMedium: string;
1680
- paddingRoundLarge: string;
1681
- iconMarginTiny: string;
1682
- iconMarginSmall: string;
1683
- iconMarginMedium: string;
1684
- iconMarginLarge: string;
1685
- iconSizeTiny: string;
1686
- iconSizeSmall: string;
1687
- iconSizeMedium: string;
1688
- iconSizeLarge: string;
1689
- rippleDuration: string;
1690
- }, any>;
1691
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
1692
- countTextColor: string;
1693
- heightTiny: string;
1694
- heightSmall: string;
1695
- heightMedium: string;
1696
- heightLarge: string;
1697
- fontSizeTiny: string;
1698
- fontSizeSmall: string;
1699
- fontSizeMedium: string;
1700
- fontSizeLarge: string;
1701
- lineHeight: string;
1702
- lineHeightTextarea: string;
1703
- borderRadius: string;
1704
- iconSize: string;
1705
- groupLabelColor: string;
1706
- groupLabelTextColor: string;
1707
- textColor: string;
1708
- textColorDisabled: string;
1709
- textDecorationColor: string;
1710
- caretColor: string;
1711
- placeholderColor: string;
1712
- placeholderColorDisabled: string;
1713
- color: string;
1714
- colorDisabled: string;
1715
- colorFocus: string;
1716
- groupLabelBorder: string;
1717
- border: string;
1718
- borderHover: string;
1719
- borderDisabled: string;
1720
- borderFocus: string;
1721
- boxShadowFocus: string;
1722
- loadingColor: string;
1723
- loadingColorWarning: string;
1724
- borderWarning: string;
1725
- borderHoverWarning: string;
1726
- colorFocusWarning: string;
1727
- borderFocusWarning: string;
1728
- boxShadowFocusWarning: string;
1729
- caretColorWarning: string;
1730
- loadingColorError: string;
1731
- borderError: string;
1732
- borderHoverError: string;
1733
- colorFocusError: string;
1734
- borderFocusError: string;
1735
- boxShadowFocusError: string;
1736
- caretColorError: string;
1737
- clearColor: string;
1738
- clearColorHover: string;
1739
- clearColorPressed: string;
1740
- iconColor: string;
1741
- iconColorDisabled: string;
1742
- iconColorHover: string;
1743
- iconColorPressed: string;
1744
- suffixTextColor: string;
1745
- paddingTiny: string;
1746
- paddingSmall: string;
1747
- paddingMedium: string;
1748
- paddingLarge: string;
1749
- clearSize: string;
1750
- }, any>;
1751
- }>>;
1752
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1753
- iconColorDisabled: string;
1754
- }, {
1755
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1756
- heightTiny: string;
1757
- heightSmall: string;
1758
- heightMedium: string;
1759
- heightLarge: string;
1760
- borderRadiusTiny: string;
1761
- borderRadiusSmall: string;
1762
- borderRadiusMedium: string;
1763
- borderRadiusLarge: string;
1764
- fontSizeTiny: string;
1765
- fontSizeSmall: string;
1766
- fontSizeMedium: string;
1767
- fontSizeLarge: string;
1768
- opacityDisabled: string;
1769
- colorOpacitySecondary: string;
1770
- colorOpacitySecondaryHover: string;
1771
- colorOpacitySecondaryPressed: string;
1772
- colorSecondary: string;
1773
- colorSecondaryHover: string;
1774
- colorSecondaryPressed: string;
1775
- colorTertiary: string;
1776
- colorTertiaryHover: string;
1777
- colorTertiaryPressed: string;
1778
- colorQuaternary: string;
1779
- colorQuaternaryHover: string;
1780
- colorQuaternaryPressed: string;
1781
- color: string;
1782
- colorHover: string;
1783
- colorPressed: string;
1784
- colorFocus: string;
1785
- colorDisabled: string;
1786
- textColor: string;
1787
- textColorTertiary: string;
1788
- textColorHover: string;
1789
- textColorPressed: string;
1790
- textColorFocus: string;
1791
- textColorDisabled: string;
1792
- textColorText: string;
1793
- textColorTextHover: string;
1794
- textColorTextPressed: string;
1795
- textColorTextFocus: string;
1796
- textColorTextDisabled: string;
1797
- textColorGhost: string;
1798
- textColorGhostHover: string;
1799
- textColorGhostPressed: string;
1800
- textColorGhostFocus: string;
1801
- textColorGhostDisabled: string;
1802
- border: string;
1803
- borderHover: string;
1804
- borderPressed: string;
1805
- borderFocus: string;
1806
- borderDisabled: string;
1807
- rippleColor: string;
1808
- colorPrimary: string;
1809
- colorHoverPrimary: string;
1810
- colorPressedPrimary: string;
1811
- colorFocusPrimary: string;
1812
- colorDisabledPrimary: string;
1813
- textColorPrimary: string;
1814
- textColorHoverPrimary: string;
1815
- textColorPressedPrimary: string;
1816
- textColorFocusPrimary: string;
1817
- textColorDisabledPrimary: string;
1818
- textColorTextPrimary: string;
1819
- textColorTextHoverPrimary: string;
1820
- textColorTextPressedPrimary: string;
1821
- textColorTextFocusPrimary: string;
1822
- textColorTextDisabledPrimary: string;
1823
- textColorGhostPrimary: string;
1824
- textColorGhostHoverPrimary: string;
1825
- textColorGhostPressedPrimary: string;
1826
- textColorGhostFocusPrimary: string;
1827
- textColorGhostDisabledPrimary: string;
1828
- borderPrimary: string;
1829
- borderHoverPrimary: string;
1830
- borderPressedPrimary: string;
1831
- borderFocusPrimary: string;
1832
- borderDisabledPrimary: string;
1833
- rippleColorPrimary: string;
1834
- colorInfo: string;
1835
- colorHoverInfo: string;
1836
- colorPressedInfo: string;
1837
- colorFocusInfo: string;
1838
- colorDisabledInfo: string;
1839
- textColorInfo: string;
1840
- textColorHoverInfo: string;
1841
- textColorPressedInfo: string;
1842
- textColorFocusInfo: string;
1843
- textColorDisabledInfo: string;
1844
- textColorTextInfo: string;
1845
- textColorTextHoverInfo: string;
1846
- textColorTextPressedInfo: string;
1847
- textColorTextFocusInfo: string;
1848
- textColorTextDisabledInfo: string;
1849
- textColorGhostInfo: string;
1850
- textColorGhostHoverInfo: string;
1851
- textColorGhostPressedInfo: string;
1852
- textColorGhostFocusInfo: string;
1853
- textColorGhostDisabledInfo: string;
1854
- borderInfo: string;
1855
- borderHoverInfo: string;
1856
- borderPressedInfo: string;
1857
- borderFocusInfo: string;
1858
- borderDisabledInfo: string;
1859
- rippleColorInfo: string;
1860
- colorSuccess: string;
1861
- colorHoverSuccess: string;
1862
- colorPressedSuccess: string;
1863
- colorFocusSuccess: string;
1864
- colorDisabledSuccess: string;
1865
- textColorSuccess: string;
1866
- textColorHoverSuccess: string;
1867
- textColorPressedSuccess: string;
1868
- textColorFocusSuccess: string;
1869
- textColorDisabledSuccess: string;
1870
- textColorTextSuccess: string;
1871
- textColorTextHoverSuccess: string;
1872
- textColorTextPressedSuccess: string;
1873
- textColorTextFocusSuccess: string;
1874
- textColorTextDisabledSuccess: string;
1875
- textColorGhostSuccess: string;
1876
- textColorGhostHoverSuccess: string;
1877
- textColorGhostPressedSuccess: string;
1878
- textColorGhostFocusSuccess: string;
1879
- textColorGhostDisabledSuccess: string;
1880
- borderSuccess: string;
1881
- borderHoverSuccess: string;
1882
- borderPressedSuccess: string;
1883
- borderFocusSuccess: string;
1884
- borderDisabledSuccess: string;
1885
- rippleColorSuccess: string;
1886
- colorWarning: string;
1887
- colorHoverWarning: string;
1888
- colorPressedWarning: string;
1889
- colorFocusWarning: string;
1890
- colorDisabledWarning: string;
1891
- textColorWarning: string;
1892
- textColorHoverWarning: string;
1893
- textColorPressedWarning: string;
1894
- textColorFocusWarning: string;
1895
- textColorDisabledWarning: string;
1896
- textColorTextWarning: string;
1897
- textColorTextHoverWarning: string;
1898
- textColorTextPressedWarning: string;
1899
- textColorTextFocusWarning: string;
1900
- textColorTextDisabledWarning: string;
1901
- textColorGhostWarning: string;
1902
- textColorGhostHoverWarning: string;
1903
- textColorGhostPressedWarning: string;
1904
- textColorGhostFocusWarning: string;
1905
- textColorGhostDisabledWarning: string;
1906
- borderWarning: string;
1907
- borderHoverWarning: string;
1908
- borderPressedWarning: string;
1909
- borderFocusWarning: string;
1910
- borderDisabledWarning: string;
1911
- rippleColorWarning: string;
1912
- colorError: string;
1913
- colorHoverError: string;
1914
- colorPressedError: string;
1915
- colorFocusError: string;
1916
- colorDisabledError: string;
1917
- textColorError: string;
1918
- textColorHoverError: string;
1919
- textColorPressedError: string;
1920
- textColorFocusError: string;
1921
- textColorDisabledError: string;
1922
- textColorTextError: string;
1923
- textColorTextHoverError: string;
1924
- textColorTextPressedError: string;
1925
- textColorTextFocusError: string;
1926
- textColorTextDisabledError: string;
1927
- textColorGhostError: string;
1928
- textColorGhostHoverError: string;
1929
- textColorGhostPressedError: string;
1930
- textColorGhostFocusError: string;
1931
- textColorGhostDisabledError: string;
1932
- borderError: string;
1933
- borderHoverError: string;
1934
- borderPressedError: string;
1935
- borderFocusError: string;
1936
- borderDisabledError: string;
1937
- rippleColorError: string;
1938
- waveOpacity: string;
1939
- fontWeight: string;
1940
- fontWeightStrong: string;
1941
- paddingTiny: string;
1942
- paddingSmall: string;
1943
- paddingMedium: string;
1944
- paddingLarge: string;
1945
- paddingRoundTiny: string;
1946
- paddingRoundSmall: string;
1947
- paddingRoundMedium: string;
1948
- paddingRoundLarge: string;
1949
- iconMarginTiny: string;
1950
- iconMarginSmall: string;
1951
- iconMarginMedium: string;
1952
- iconMarginLarge: string;
1953
- iconSizeTiny: string;
1954
- iconSizeSmall: string;
1955
- iconSizeMedium: string;
1956
- iconSizeLarge: string;
1957
- rippleDuration: string;
1958
- }, any>;
1959
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
1960
- countTextColor: string;
1961
- heightTiny: string;
1962
- heightSmall: string;
1963
- heightMedium: string;
1964
- heightLarge: string;
1965
- fontSizeTiny: string;
1966
- fontSizeSmall: string;
1967
- fontSizeMedium: string;
1968
- fontSizeLarge: string;
1969
- lineHeight: string;
1970
- lineHeightTextarea: string;
1971
- borderRadius: string;
1972
- iconSize: string;
1973
- groupLabelColor: string;
1974
- groupLabelTextColor: string;
1975
- textColor: string;
1976
- textColorDisabled: string;
1977
- textDecorationColor: string;
1978
- caretColor: string;
1979
- placeholderColor: string;
1980
- placeholderColorDisabled: string;
1981
- color: string;
1982
- colorDisabled: string;
1983
- colorFocus: string;
1984
- groupLabelBorder: string;
1985
- border: string;
1986
- borderHover: string;
1987
- borderDisabled: string;
1988
- borderFocus: string;
1989
- boxShadowFocus: string;
1990
- loadingColor: string;
1991
- loadingColorWarning: string;
1992
- borderWarning: string;
1993
- borderHoverWarning: string;
1994
- colorFocusWarning: string;
1995
- borderFocusWarning: string;
1996
- boxShadowFocusWarning: string;
1997
- caretColorWarning: string;
1998
- loadingColorError: string;
1999
- borderError: string;
2000
- borderHoverError: string;
2001
- colorFocusError: string;
2002
- borderFocusError: string;
2003
- boxShadowFocusError: string;
2004
- caretColorError: string;
2005
- clearColor: string;
2006
- clearColorHover: string;
2007
- clearColorPressed: string;
2008
- iconColor: string;
2009
- iconColorDisabled: string;
2010
- iconColorHover: string;
2011
- iconColorPressed: string;
2012
- suffixTextColor: string;
2013
- paddingTiny: string;
2014
- paddingSmall: string;
2015
- paddingMedium: string;
2016
- paddingLarge: string;
2017
- clearSize: string;
2018
- }, any>;
2019
- }>>>;
2020
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
2021
- iconColorDisabled: string;
2022
- }, {
2023
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2024
- heightTiny: string;
2025
- heightSmall: string;
2026
- heightMedium: string;
2027
- heightLarge: string;
2028
- borderRadiusTiny: string;
2029
- borderRadiusSmall: string;
2030
- borderRadiusMedium: string;
2031
- borderRadiusLarge: string;
2032
- fontSizeTiny: string;
2033
- fontSizeSmall: string;
2034
- fontSizeMedium: string;
2035
- fontSizeLarge: string;
2036
- opacityDisabled: string;
2037
- colorOpacitySecondary: string;
2038
- colorOpacitySecondaryHover: string;
2039
- colorOpacitySecondaryPressed: string;
2040
- colorSecondary: string;
2041
- colorSecondaryHover: string;
2042
- colorSecondaryPressed: string;
2043
- colorTertiary: string;
2044
- colorTertiaryHover: string;
2045
- colorTertiaryPressed: string;
2046
- colorQuaternary: string;
2047
- colorQuaternaryHover: string;
2048
- colorQuaternaryPressed: string;
2049
- color: string;
2050
- colorHover: string;
2051
- colorPressed: string;
2052
- colorFocus: string;
2053
- colorDisabled: string;
2054
- textColor: string;
2055
- textColorTertiary: string;
2056
- textColorHover: string;
2057
- textColorPressed: string;
2058
- textColorFocus: string;
2059
- textColorDisabled: string;
2060
- textColorText: string;
2061
- textColorTextHover: string;
2062
- textColorTextPressed: string;
2063
- textColorTextFocus: string;
2064
- textColorTextDisabled: string;
2065
- textColorGhost: string;
2066
- textColorGhostHover: string;
2067
- textColorGhostPressed: string;
2068
- textColorGhostFocus: string;
2069
- textColorGhostDisabled: string;
2070
- border: string;
2071
- borderHover: string;
2072
- borderPressed: string;
2073
- borderFocus: string;
2074
- borderDisabled: string;
2075
- rippleColor: string;
2076
- colorPrimary: string;
2077
- colorHoverPrimary: string;
2078
- colorPressedPrimary: string;
2079
- colorFocusPrimary: string;
2080
- colorDisabledPrimary: string;
2081
- textColorPrimary: string;
2082
- textColorHoverPrimary: string;
2083
- textColorPressedPrimary: string;
2084
- textColorFocusPrimary: string;
2085
- textColorDisabledPrimary: string;
2086
- textColorTextPrimary: string;
2087
- textColorTextHoverPrimary: string;
2088
- textColorTextPressedPrimary: string;
2089
- textColorTextFocusPrimary: string;
2090
- textColorTextDisabledPrimary: string;
2091
- textColorGhostPrimary: string;
2092
- textColorGhostHoverPrimary: string;
2093
- textColorGhostPressedPrimary: string;
2094
- textColorGhostFocusPrimary: string;
2095
- textColorGhostDisabledPrimary: string;
2096
- borderPrimary: string;
2097
- borderHoverPrimary: string;
2098
- borderPressedPrimary: string;
2099
- borderFocusPrimary: string;
2100
- borderDisabledPrimary: string;
2101
- rippleColorPrimary: string;
2102
- colorInfo: string;
2103
- colorHoverInfo: string;
2104
- colorPressedInfo: string;
2105
- colorFocusInfo: string;
2106
- colorDisabledInfo: string;
2107
- textColorInfo: string;
2108
- textColorHoverInfo: string;
2109
- textColorPressedInfo: string;
2110
- textColorFocusInfo: string;
2111
- textColorDisabledInfo: string;
2112
- textColorTextInfo: string;
2113
- textColorTextHoverInfo: string;
2114
- textColorTextPressedInfo: string;
2115
- textColorTextFocusInfo: string;
2116
- textColorTextDisabledInfo: string;
2117
- textColorGhostInfo: string;
2118
- textColorGhostHoverInfo: string;
2119
- textColorGhostPressedInfo: string;
2120
- textColorGhostFocusInfo: string;
2121
- textColorGhostDisabledInfo: string;
2122
- borderInfo: string;
2123
- borderHoverInfo: string;
2124
- borderPressedInfo: string;
2125
- borderFocusInfo: string;
2126
- borderDisabledInfo: string;
2127
- rippleColorInfo: string;
2128
- colorSuccess: string;
2129
- colorHoverSuccess: string;
2130
- colorPressedSuccess: string;
2131
- colorFocusSuccess: string;
2132
- colorDisabledSuccess: string;
2133
- textColorSuccess: string;
2134
- textColorHoverSuccess: string;
2135
- textColorPressedSuccess: string;
2136
- textColorFocusSuccess: string;
2137
- textColorDisabledSuccess: string;
2138
- textColorTextSuccess: string;
2139
- textColorTextHoverSuccess: string;
2140
- textColorTextPressedSuccess: string;
2141
- textColorTextFocusSuccess: string;
2142
- textColorTextDisabledSuccess: string;
2143
- textColorGhostSuccess: string;
2144
- textColorGhostHoverSuccess: string;
2145
- textColorGhostPressedSuccess: string;
2146
- textColorGhostFocusSuccess: string;
2147
- textColorGhostDisabledSuccess: string;
2148
- borderSuccess: string;
2149
- borderHoverSuccess: string;
2150
- borderPressedSuccess: string;
2151
- borderFocusSuccess: string;
2152
- borderDisabledSuccess: string;
2153
- rippleColorSuccess: string;
2154
- colorWarning: string;
2155
- colorHoverWarning: string;
2156
- colorPressedWarning: string;
2157
- colorFocusWarning: string;
2158
- colorDisabledWarning: string;
2159
- textColorWarning: string;
2160
- textColorHoverWarning: string;
2161
- textColorPressedWarning: string;
2162
- textColorFocusWarning: string;
2163
- textColorDisabledWarning: string;
2164
- textColorTextWarning: string;
2165
- textColorTextHoverWarning: string;
2166
- textColorTextPressedWarning: string;
2167
- textColorTextFocusWarning: string;
2168
- textColorTextDisabledWarning: string;
2169
- textColorGhostWarning: string;
2170
- textColorGhostHoverWarning: string;
2171
- textColorGhostPressedWarning: string;
2172
- textColorGhostFocusWarning: string;
2173
- textColorGhostDisabledWarning: string;
2174
- borderWarning: string;
2175
- borderHoverWarning: string;
2176
- borderPressedWarning: string;
2177
- borderFocusWarning: string;
2178
- borderDisabledWarning: string;
2179
- rippleColorWarning: string;
2180
- colorError: string;
2181
- colorHoverError: string;
2182
- colorPressedError: string;
2183
- colorFocusError: string;
2184
- colorDisabledError: string;
2185
- textColorError: string;
2186
- textColorHoverError: string;
2187
- textColorPressedError: string;
2188
- textColorFocusError: string;
2189
- textColorDisabledError: string;
2190
- textColorTextError: string;
2191
- textColorTextHoverError: string;
2192
- textColorTextPressedError: string;
2193
- textColorTextFocusError: string;
2194
- textColorTextDisabledError: string;
2195
- textColorGhostError: string;
2196
- textColorGhostHoverError: string;
2197
- textColorGhostPressedError: string;
2198
- textColorGhostFocusError: string;
2199
- textColorGhostDisabledError: string;
2200
- borderError: string;
2201
- borderHoverError: string;
2202
- borderPressedError: string;
2203
- borderFocusError: string;
2204
- borderDisabledError: string;
2205
- rippleColorError: string;
2206
- waveOpacity: string;
2207
- fontWeight: string;
2208
- fontWeightStrong: string;
2209
- paddingTiny: string;
2210
- paddingSmall: string;
2211
- paddingMedium: string;
2212
- paddingLarge: string;
2213
- paddingRoundTiny: string;
2214
- paddingRoundSmall: string;
2215
- paddingRoundMedium: string;
2216
- paddingRoundLarge: string;
2217
- iconMarginTiny: string;
2218
- iconMarginSmall: string;
2219
- iconMarginMedium: string;
2220
- iconMarginLarge: string;
2221
- iconSizeTiny: string;
2222
- iconSizeSmall: string;
2223
- iconSizeMedium: string;
2224
- iconSizeLarge: string;
2225
- rippleDuration: string;
2226
- }, any>;
2227
- Input: import("naive-ui/es/_mixins").Theme<"Input", {
2228
- countTextColor: string;
2229
- heightTiny: string;
2230
- heightSmall: string;
2231
- heightMedium: string;
2232
- heightLarge: string;
2233
- fontSizeTiny: string;
2234
- fontSizeSmall: string;
2235
- fontSizeMedium: string;
2236
- fontSizeLarge: string;
2237
- lineHeight: string;
2238
- lineHeightTextarea: string;
2239
- borderRadius: string;
2240
- iconSize: string;
2241
- groupLabelColor: string;
2242
- groupLabelTextColor: string;
2243
- textColor: string;
2244
- textColorDisabled: string;
2245
- textDecorationColor: string;
2246
- caretColor: string;
2247
- placeholderColor: string;
2248
- placeholderColorDisabled: string;
2249
- color: string;
2250
- colorDisabled: string;
2251
- colorFocus: string;
2252
- groupLabelBorder: string;
2253
- border: string;
2254
- borderHover: string;
2255
- borderDisabled: string;
2256
- borderFocus: string;
2257
- boxShadowFocus: string;
2258
- loadingColor: string;
2259
- loadingColorWarning: string;
2260
- borderWarning: string;
2261
- borderHoverWarning: string;
2262
- colorFocusWarning: string;
2263
- borderFocusWarning: string;
2264
- boxShadowFocusWarning: string;
2265
- caretColorWarning: string;
2266
- loadingColorError: string;
2267
- borderError: string;
2268
- borderHoverError: string;
2269
- colorFocusError: string;
2270
- borderFocusError: string;
2271
- boxShadowFocusError: string;
2272
- caretColorError: string;
2273
- clearColor: string;
2274
- clearColorHover: string;
2275
- clearColorPressed: string;
2276
- iconColor: string;
2277
- iconColorDisabled: string;
2278
- iconColorHover: string;
2279
- iconColorPressed: string;
2280
- suffixTextColor: string;
2281
- paddingTiny: string;
2282
- paddingSmall: string;
2283
- paddingMedium: string;
2284
- paddingLarge: string;
2285
- clearSize: string;
2286
- }, any>;
2287
- }>>>;
2288
- }>>, {
2289
- readonly: boolean;
2290
- disabled: boolean | undefined;
2291
- step: string | number;
2292
- autofocus: boolean;
2293
- loading: boolean;
2294
- bordered: boolean | undefined;
2295
- clearable: boolean;
2296
- defaultValue: number | null;
2297
- keyboard: {
2298
- ArrowUp?: boolean | undefined;
2299
- ArrowDown?: boolean | undefined;
2300
- };
2301
- showButton: boolean;
2302
- buttonPlacement: "right" | "both";
2303
- updateValueOnInput: boolean;
2304
- }>;
122
+ NInputNumber: any;
2305
123
  TextOverTooltip: import("vue").DefineComponent<{
2306
124
  content: {
2307
125
  type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
@@ -2345,485 +163,7 @@ declare const _default: import("vue").DefineComponent<{
2345
163
  [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
2346
164
  }>>;
2347
165
  curContent: import("vue").ComputedRef<string | Function>;
2348
- NTooltip: import("vue").DefineComponent<{
2349
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2350
- borderRadius: string;
2351
- boxShadow: string;
2352
- color: string;
2353
- textColor: string;
2354
- padding: string;
2355
- }, {
2356
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2357
- fontSize: string;
2358
- borderRadius: string;
2359
- color: string;
2360
- dividerColor: string;
2361
- textColor: string;
2362
- boxShadow: string;
2363
- space: string;
2364
- spaceArrow: string;
2365
- arrowOffset: string;
2366
- arrowOffsetVertical: string;
2367
- arrowHeight: string;
2368
- padding: string;
2369
- }, any>;
2370
- }>>;
2371
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2372
- borderRadius: string;
2373
- boxShadow: string;
2374
- color: string;
2375
- textColor: string;
2376
- padding: string;
2377
- }, {
2378
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2379
- fontSize: string;
2380
- borderRadius: string;
2381
- color: string;
2382
- dividerColor: string;
2383
- textColor: string;
2384
- boxShadow: string;
2385
- space: string;
2386
- spaceArrow: string;
2387
- arrowOffset: string;
2388
- arrowOffsetVertical: string;
2389
- arrowHeight: string;
2390
- padding: string;
2391
- }, any>;
2392
- }>>>;
2393
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2394
- borderRadius: string;
2395
- boxShadow: string;
2396
- color: string;
2397
- textColor: string;
2398
- padding: string;
2399
- }, {
2400
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2401
- fontSize: string;
2402
- borderRadius: string;
2403
- color: string;
2404
- dividerColor: string;
2405
- textColor: string;
2406
- boxShadow: string;
2407
- space: string;
2408
- spaceArrow: string;
2409
- arrowOffset: string;
2410
- arrowOffsetVertical: string;
2411
- arrowHeight: string;
2412
- padding: string;
2413
- }, any>;
2414
- }>>>;
2415
- show: {
2416
- type: PropType<boolean | undefined>;
2417
- default: undefined;
2418
- };
2419
- defaultShow: BooleanConstructor;
2420
- showArrow: {
2421
- type: BooleanConstructor;
2422
- default: boolean;
2423
- };
2424
- trigger: {
2425
- type: PropType<import("naive-ui").PopoverTrigger>;
2426
- default: string;
2427
- };
2428
- delay: {
2429
- type: NumberConstructor;
2430
- default: number;
2431
- };
2432
- duration: {
2433
- type: NumberConstructor;
2434
- default: number;
2435
- };
2436
- raw: BooleanConstructor;
2437
- placement: {
2438
- type: PropType<import("naive-ui").PopoverPlacement>;
2439
- default: string;
2440
- };
2441
- x: NumberConstructor;
2442
- y: NumberConstructor;
2443
- arrowPointToCenter: BooleanConstructor;
2444
- disabled: BooleanConstructor;
2445
- getDisabled: PropType<() => boolean>;
2446
- displayDirective: {
2447
- type: PropType<"show" | "if">;
2448
- default: string;
2449
- };
2450
- arrowStyle: PropType<string | import("vue").CSSProperties>;
2451
- flip: {
2452
- type: BooleanConstructor;
2453
- default: boolean;
2454
- };
2455
- animated: {
2456
- type: BooleanConstructor;
2457
- default: boolean;
2458
- };
2459
- width: {
2460
- type: PropType<number | "trigger">;
2461
- default: undefined;
2462
- };
2463
- overlap: BooleanConstructor;
2464
- keepAliveOnHover: {
2465
- type: BooleanConstructor;
2466
- default: boolean;
2467
- };
2468
- zIndex: NumberConstructor;
2469
- to: {
2470
- type: PropType<string | boolean | HTMLElement>;
2471
- default: undefined;
2472
- };
2473
- scrollable: BooleanConstructor;
2474
- contentStyle: PropType<string | import("vue").CSSProperties>;
2475
- headerStyle: PropType<string | import("vue").CSSProperties>;
2476
- footerStyle: PropType<string | import("vue").CSSProperties>;
2477
- onClickoutside: PropType<(e: MouseEvent) => void>;
2478
- 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2479
- onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2480
- internalDeactivateImmediately: BooleanConstructor;
2481
- internalSyncTargetWithParent: BooleanConstructor;
2482
- internalInheritedEventHandlers: {
2483
- type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2484
- default: () => never[];
2485
- };
2486
- internalTrapFocus: BooleanConstructor;
2487
- internalExtraClass: {
2488
- type: PropType<string[]>;
2489
- default: () => never[];
2490
- };
2491
- onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2492
- onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2493
- arrow: {
2494
- type: PropType<boolean | undefined>;
2495
- default: undefined;
2496
- };
2497
- minWidth: NumberConstructor;
2498
- maxWidth: NumberConstructor;
2499
- }, {
2500
- popoverRef: import("vue").Ref<{
2501
- syncPosition: () => void;
2502
- setShow: (value: boolean) => void;
2503
- } | null>;
2504
- mergedTheme: import("vue").ComputedRef<{
2505
- common: {
2506
- baseColor: string;
2507
- primaryColor: string;
2508
- primaryColorHover: string;
2509
- primaryColorPressed: string;
2510
- primaryColorSuppl: string;
2511
- infoColor: string;
2512
- infoColorHover: string;
2513
- infoColorPressed: string;
2514
- infoColorSuppl: string;
2515
- successColor: string;
2516
- successColorHover: string;
2517
- successColorPressed: string;
2518
- successColorSuppl: string;
2519
- warningColor: string;
2520
- warningColorHover: string;
2521
- warningColorPressed: string;
2522
- warningColorSuppl: string;
2523
- errorColor: string;
2524
- errorColorHover: string;
2525
- errorColorPressed: string;
2526
- errorColorSuppl: string;
2527
- textColorBase: string;
2528
- textColor1: string;
2529
- textColor2: string;
2530
- textColor3: string;
2531
- textColorDisabled: string;
2532
- placeholderColor: string;
2533
- placeholderColorDisabled: string;
2534
- iconColor: string;
2535
- iconColorHover: string;
2536
- iconColorPressed: string;
2537
- iconColorDisabled: string;
2538
- opacity1: string;
2539
- opacity2: string;
2540
- opacity3: string;
2541
- opacity4: string;
2542
- opacity5: string;
2543
- dividerColor: string;
2544
- borderColor: string;
2545
- closeIconColor: string;
2546
- closeIconColorHover: string;
2547
- closeIconColorPressed: string;
2548
- closeColorHover: string;
2549
- closeColorPressed: string;
2550
- clearColor: string;
2551
- clearColorHover: string;
2552
- clearColorPressed: string;
2553
- scrollbarColor: string;
2554
- scrollbarColorHover: string;
2555
- scrollbarWidth: string;
2556
- scrollbarHeight: string;
2557
- scrollbarBorderRadius: string;
2558
- progressRailColor: string;
2559
- railColor: string;
2560
- popoverColor: string;
2561
- tableColor: string;
2562
- cardColor: string;
2563
- modalColor: string;
2564
- bodyColor: string;
2565
- tagColor: string;
2566
- avatarColor: string;
2567
- invertedColor: string;
2568
- inputColor: string;
2569
- codeColor: string;
2570
- tabColor: string;
2571
- actionColor: string;
2572
- tableHeaderColor: string;
2573
- hoverColor: string;
2574
- tableColorHover: string;
2575
- tableColorStriped: string;
2576
- pressedColor: string;
2577
- opacityDisabled: string;
2578
- inputColorDisabled: string;
2579
- buttonColor2: string;
2580
- buttonColor2Hover: string;
2581
- buttonColor2Pressed: string;
2582
- boxShadow1: string;
2583
- boxShadow2: string;
2584
- boxShadow3: string;
2585
- fontFamily: string;
2586
- fontFamilyMono: string;
2587
- fontWeight: string;
2588
- fontWeightStrong: string;
2589
- cubicBezierEaseInOut: string;
2590
- cubicBezierEaseOut: string;
2591
- cubicBezierEaseIn: string;
2592
- borderRadius: string;
2593
- borderRadiusSmall: string;
2594
- fontSize: string;
2595
- fontSizeMini: string;
2596
- fontSizeTiny: string;
2597
- fontSizeSmall: string;
2598
- fontSizeMedium: string;
2599
- fontSizeLarge: string;
2600
- fontSizeHuge: string;
2601
- lineHeight: string;
2602
- heightMini: string;
2603
- heightTiny: string;
2604
- heightSmall: string;
2605
- heightMedium: string;
2606
- heightLarge: string;
2607
- heightHuge: string;
2608
- name: "common";
2609
- };
2610
- self: {
2611
- borderRadius: string;
2612
- boxShadow: string;
2613
- color: string;
2614
- textColor: string;
2615
- padding: string;
2616
- };
2617
- peers: {
2618
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2619
- fontSize: string;
2620
- borderRadius: string;
2621
- color: string;
2622
- dividerColor: string;
2623
- textColor: string;
2624
- boxShadow: string;
2625
- space: string;
2626
- spaceArrow: string;
2627
- arrowOffset: string;
2628
- arrowOffsetVertical: string;
2629
- arrowHeight: string;
2630
- padding: string;
2631
- }, any>;
2632
- };
2633
- peerOverrides: {
2634
- Popover?: {
2635
- peers?: {
2636
- [x: string]: any;
2637
- } | undefined;
2638
- } | undefined;
2639
- };
2640
- }>;
2641
- popoverThemeOverrides: import("vue").ComputedRef<{
2642
- borderRadius: string;
2643
- boxShadow: string;
2644
- color: string;
2645
- textColor: string;
2646
- padding: string;
2647
- }>;
2648
- syncPosition: () => void;
2649
- setShow: (value: boolean) => void;
2650
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2651
- theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2652
- borderRadius: string;
2653
- boxShadow: string;
2654
- color: string;
2655
- textColor: string;
2656
- padding: string;
2657
- }, {
2658
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2659
- fontSize: string;
2660
- borderRadius: string;
2661
- color: string;
2662
- dividerColor: string;
2663
- textColor: string;
2664
- boxShadow: string;
2665
- space: string;
2666
- spaceArrow: string;
2667
- arrowOffset: string;
2668
- arrowOffsetVertical: string;
2669
- arrowHeight: string;
2670
- padding: string;
2671
- }, any>;
2672
- }>>;
2673
- themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2674
- borderRadius: string;
2675
- boxShadow: string;
2676
- color: string;
2677
- textColor: string;
2678
- padding: string;
2679
- }, {
2680
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2681
- fontSize: string;
2682
- borderRadius: string;
2683
- color: string;
2684
- dividerColor: string;
2685
- textColor: string;
2686
- boxShadow: string;
2687
- space: string;
2688
- spaceArrow: string;
2689
- arrowOffset: string;
2690
- arrowOffsetVertical: string;
2691
- arrowHeight: string;
2692
- padding: string;
2693
- }, any>;
2694
- }>>>;
2695
- builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2696
- borderRadius: string;
2697
- boxShadow: string;
2698
- color: string;
2699
- textColor: string;
2700
- padding: string;
2701
- }, {
2702
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2703
- fontSize: string;
2704
- borderRadius: string;
2705
- color: string;
2706
- dividerColor: string;
2707
- textColor: string;
2708
- boxShadow: string;
2709
- space: string;
2710
- spaceArrow: string;
2711
- arrowOffset: string;
2712
- arrowOffsetVertical: string;
2713
- arrowHeight: string;
2714
- padding: string;
2715
- }, any>;
2716
- }>>>;
2717
- show: {
2718
- type: PropType<boolean | undefined>;
2719
- default: undefined;
2720
- };
2721
- defaultShow: BooleanConstructor;
2722
- showArrow: {
2723
- type: BooleanConstructor;
2724
- default: boolean;
2725
- };
2726
- trigger: {
2727
- type: PropType<import("naive-ui").PopoverTrigger>;
2728
- default: string;
2729
- };
2730
- delay: {
2731
- type: NumberConstructor;
2732
- default: number;
2733
- };
2734
- duration: {
2735
- type: NumberConstructor;
2736
- default: number;
2737
- };
2738
- raw: BooleanConstructor;
2739
- placement: {
2740
- type: PropType<import("naive-ui").PopoverPlacement>;
2741
- default: string;
2742
- };
2743
- x: NumberConstructor;
2744
- y: NumberConstructor;
2745
- arrowPointToCenter: BooleanConstructor;
2746
- disabled: BooleanConstructor;
2747
- getDisabled: PropType<() => boolean>;
2748
- displayDirective: {
2749
- type: PropType<"show" | "if">;
2750
- default: string;
2751
- };
2752
- arrowStyle: PropType<string | import("vue").CSSProperties>;
2753
- flip: {
2754
- type: BooleanConstructor;
2755
- default: boolean;
2756
- };
2757
- animated: {
2758
- type: BooleanConstructor;
2759
- default: boolean;
2760
- };
2761
- width: {
2762
- type: PropType<number | "trigger">;
2763
- default: undefined;
2764
- };
2765
- overlap: BooleanConstructor;
2766
- keepAliveOnHover: {
2767
- type: BooleanConstructor;
2768
- default: boolean;
2769
- };
2770
- zIndex: NumberConstructor;
2771
- to: {
2772
- type: PropType<string | boolean | HTMLElement>;
2773
- default: undefined;
2774
- };
2775
- scrollable: BooleanConstructor;
2776
- contentStyle: PropType<string | import("vue").CSSProperties>;
2777
- headerStyle: PropType<string | import("vue").CSSProperties>;
2778
- footerStyle: PropType<string | import("vue").CSSProperties>;
2779
- onClickoutside: PropType<(e: MouseEvent) => void>;
2780
- 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2781
- onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2782
- internalDeactivateImmediately: BooleanConstructor;
2783
- internalSyncTargetWithParent: BooleanConstructor;
2784
- internalInheritedEventHandlers: {
2785
- type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2786
- default: () => never[];
2787
- };
2788
- internalTrapFocus: BooleanConstructor;
2789
- internalExtraClass: {
2790
- type: PropType<string[]>;
2791
- default: () => never[];
2792
- };
2793
- onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2794
- onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2795
- arrow: {
2796
- type: PropType<boolean | undefined>;
2797
- default: undefined;
2798
- };
2799
- minWidth: NumberConstructor;
2800
- maxWidth: NumberConstructor;
2801
- }>>, {
2802
- show: boolean | undefined;
2803
- flip: boolean;
2804
- width: number | "trigger";
2805
- disabled: boolean;
2806
- duration: number;
2807
- to: string | boolean | HTMLElement;
2808
- raw: boolean;
2809
- placement: import("naive-ui").PopoverPlacement;
2810
- overlap: boolean;
2811
- scrollable: boolean;
2812
- trigger: import("naive-ui").PopoverTrigger;
2813
- showArrow: boolean;
2814
- delay: number;
2815
- arrowPointToCenter: boolean;
2816
- displayDirective: "show" | "if";
2817
- keepAliveOnHover: boolean;
2818
- internalDeactivateImmediately: boolean;
2819
- animated: boolean;
2820
- internalTrapFocus: boolean;
2821
- defaultShow: boolean;
2822
- internalSyncTargetWithParent: boolean;
2823
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
2824
- internalExtraClass: string[];
2825
- arrow: boolean | undefined;
2826
- }>;
166
+ NTooltip: any;
2827
167
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2828
168
  content: {
2829
169
  type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
@@ -2844,8 +184,8 @@ declare const _default: import("vue").DefineComponent<{
2844
184
  isAlias: BooleanConstructor;
2845
185
  textColor: StringConstructor;
2846
186
  }>>, {
2847
- placement: string;
2848
187
  refName: string;
188
+ placement: string;
2849
189
  tooltipTitle: string | number;
2850
190
  isAlias: boolean;
2851
191
  }>;
@@ -2909,12 +249,12 @@ declare const _default: import("vue").DefineComponent<{
2909
249
  }, {
2910
250
  styleSetting: AnyObject;
2911
251
  userInfo: AnyObject;
2912
- defaultValue: AnyObject;
2913
252
  row: AnyObject;
2914
253
  cacheUniqueKey: AnyObject;
2915
254
  formType: AnyObject;
2916
255
  isDetail: boolean;
2917
256
  item: AnyObject;
257
+ defaultValue: AnyObject;
2918
258
  mainForm: AnyObject;
2919
259
  defaultFieldList: any[];
2920
260
  }>;