cnhis-design-vue 3.1.7 → 3.1.8-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/env.d.ts +42 -38
  2. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  3. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  4. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  5. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  6. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  7. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  8. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  9. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  10. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  11. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  12. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  13. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  14. package/es/packages/big-table/index2.mjs +6 -4
  15. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +10 -11
  16. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  17. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  18. package/es/packages/bpmn-workflow/index2.mjs +3 -3
  19. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
  20. package/es/packages/button-print/index2.mjs +3 -3
  21. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
  22. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
  23. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
  24. package/es/packages/chunk-upload/index2.mjs +5 -3
  25. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
  26. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
  27. package/es/packages/drag-layout/index.d.ts +294 -430
  28. package/es/packages/drag-layout/index2.mjs +5 -3
  29. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
  30. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  31. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
  32. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  33. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
  34. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
  35. package/es/packages/editor/index2.mjs +3 -3
  36. package/es/packages/field-set/index2.mjs +3 -3
  37. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
  38. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
  39. package/es/packages/form-render/index.mjs +10 -0
  40. package/es/packages/form-render/index2.mjs +15 -0
  41. package/es/packages/form-render/src/FormRender.mjs +2 -0
  42. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
  43. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  44. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  45. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  46. package/es/packages/form-render/src/components/cascader2.mjs +122 -0
  47. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  48. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  49. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  50. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  51. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  52. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  53. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  54. package/es/packages/form-render/src/components/combination.mjs +1 -0
  55. package/es/packages/form-render/src/components/combination2.mjs +118 -0
  56. package/es/packages/form-render/src/components/date.d.ts +5033 -0
  57. package/es/packages/form-render/src/components/date.mjs +1 -0
  58. package/es/packages/form-render/src/components/date2.mjs +34 -0
  59. package/es/packages/form-render/src/components/formItem.d.ts +292 -0
  60. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  61. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  62. package/es/packages/form-render/src/components/index.d.ts +15 -0
  63. package/es/packages/form-render/src/components/index.mjs +15 -0
  64. package/es/packages/form-render/src/components/index2.mjs +15 -0
  65. package/es/packages/form-render/src/components/input.d.ts +15 -0
  66. package/es/packages/form-render/src/components/input.mjs +1 -0
  67. package/es/packages/form-render/src/components/input2.mjs +40 -0
  68. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  69. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  70. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  71. package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
  72. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  73. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  74. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  75. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  76. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  77. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  78. package/es/packages/form-render/src/components/radio.mjs +1 -0
  79. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  80. package/es/packages/form-render/src/components/select.d.ts +29 -0
  81. package/es/packages/form-render/src/components/select.mjs +1 -0
  82. package/es/packages/form-render/src/components/select2.mjs +97 -0
  83. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  84. package/es/packages/form-render/src/components/slider.mjs +1 -0
  85. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  86. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  87. package/es/packages/form-render/src/components/switch.mjs +1 -0
  88. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  89. package/es/packages/form-render/src/components/textarea.d.ts +845 -0
  90. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  91. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  92. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  93. package/es/packages/form-render/src/constants/index.mjs +1 -0
  94. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  95. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  96. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  97. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  98. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  99. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  100. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  101. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  102. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  103. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  104. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  105. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  106. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  107. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  108. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  109. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  110. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  111. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  112. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  113. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  114. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  115. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  116. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  117. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  118. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  119. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  120. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  121. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  122. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  123. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  124. package/es/packages/form-render/src/types/fieldItem.d.ts +45 -0
  125. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  126. package/es/packages/form-render/src/types/index.d.ts +26 -0
  127. package/es/packages/form-render/src/types/index.mjs +1 -0
  128. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  129. package/es/packages/form-render/src/utils/index.mjs +1 -0
  130. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  131. package/es/packages/form-render/style/index.css +84 -0
  132. package/es/packages/form-render/style/index.less +121 -0
  133. package/es/packages/form-table/index2.mjs +3 -3
  134. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
  135. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
  136. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  137. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
  138. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
  139. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
  140. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  141. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
  142. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
  143. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
  144. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  145. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
  146. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  147. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  148. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  149. package/es/packages/grid/index2.mjs +5 -3
  150. package/es/packages/index.css +85 -1
  151. package/es/packages/index.d.ts +5 -2
  152. package/es/packages/index.less +123 -1
  153. package/es/packages/index.mjs +10 -0
  154. package/es/packages/index2.mjs +7 -7
  155. package/es/packages/info-header/index2.mjs +3 -3
  156. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  157. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
  158. package/es/packages/info-header/style/index.css +1 -1
  159. package/es/packages/info-header/style/index.less +1 -1
  160. package/es/packages/map/index2.mjs +3 -3
  161. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
  162. package/es/packages/scale-view/index2.mjs +9 -7
  163. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +41 -17
  164. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -3
  165. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
  166. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
  167. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  168. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
  169. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  170. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +5 -4
  171. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  172. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +5 -3
  173. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +6 -5
  174. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  175. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
  176. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  177. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +33 -13
  178. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  179. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +7 -3
  180. package/es/packages/scale-view/src/hooks/use-component2.mjs +4 -2
  181. package/es/packages/select-label/index2.mjs +4 -4
  182. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
  183. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
  184. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +26 -21
  185. package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
  186. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
  187. package/es/packages/select-person/index2.mjs +3 -3
  188. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
  189. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +24 -25
  190. package/es/packages/time-line/index.d.ts +28 -47
  191. package/es/packages/time-line/index2.mjs +3 -3
  192. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
  193. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
  194. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
  195. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
  196. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
  197. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  198. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
  199. package/es/src/core/create2.mjs +2 -2
  200. package/es/src/global/variable.d.ts +1 -1
  201. package/es/src/global/variable.mjs +1 -1
  202. package/es/src/global/variable2.mjs +2 -2
  203. package/es/src/utils/anime.d.ts +35 -0
  204. package/es/src/utils/anime.mjs +1 -0
  205. package/es/src/utils/anime2.mjs +126 -0
  206. package/es/src/utils/index.d.ts +0 -1
  207. package/es/src/utils/index.mjs +1 -1
  208. package/es/src/utils/index2.mjs +1 -5
  209. package/es/src/utils/utilExpand.d.ts +1 -0
  210. package/es/src/utils/utilExpand.mjs +1 -0
  211. package/es/src/utils/utilExpand2.mjs +714 -0
  212. package/es/src/utils/vexutils2.mjs +2 -708
  213. package/memory-log.ts +62 -0
  214. package/package.json +130 -119
  215. package/sync.sh +13 -0
  216. package/es/packages/big-table/index.d.ts +0 -2047
  217. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
  218. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  219. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  220. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  221. package/es/packages/button-print/index.d.ts +0 -7378
  222. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
  223. package/es/packages/chunk-upload/index.d.ts +0 -1748
  224. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
  225. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
  226. package/es/packages/field-set/index.d.ts +0 -5284
  227. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
  228. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
  229. package/es/packages/form-table/index.d.ts +0 -35928
  230. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
  231. package/es/packages/form-table/src/components/index.d.ts +0 -35687
  232. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
  233. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
  234. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
  235. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
  236. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
  237. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
  238. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
  239. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
  240. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  241. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  242. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
  243. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  244. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
  245. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
  246. package/es/packages/info-header/index.d.ts +0 -1846
  247. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
  248. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
  249. package/es/packages/map/index.d.ts +0 -2315
  250. package/es/packages/scale-view/index.d.ts +0 -4297
  251. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
  252. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  253. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
  254. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
  255. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  256. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
  257. package/es/packages/select-label/index.d.ts +0 -12120
  258. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
  259. package/es/packages/select-person/index.d.ts +0 -3502
  260. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  261. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
  262. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
@@ -1,107 +1,59 @@
1
- declare type IState = {
2
- qq: any;
3
- searchKey: any;
4
- centrePoint: any;
5
- location: any;
6
- localObj: any;
7
- map: any;
8
- ac: any;
9
- addressList: any[];
10
- markers: any[];
11
- timeout: any;
12
- searchService: any;
13
- geocoder: any;
14
- };
15
- declare const _default: import("vue").DefineComponent<{
16
- locationProp: {
17
- type: StringConstructor;
18
- default: string;
1
+ export declare const INPUT_NUMBER: import("vue").DefineComponent<{
2
+ autofocus: BooleanConstructor;
3
+ loading: {
4
+ type: BooleanConstructor;
5
+ default: undefined;
19
6
  };
20
- ak: {
21
- type: StringConstructor;
22
- default: string;
7
+ placeholder: StringConstructor;
8
+ defaultValue: {
9
+ type: import("vue").PropType<number | null>;
10
+ default: null;
23
11
  };
24
- }, {
25
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
26
- locationProp: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- ak: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- }>> & {
35
- onSelectLocation?: ((...args: any[]) => any) | undefined;
36
- }>>;
37
- state: IState;
38
- defAdress: import("vue").ComputedRef<any>;
39
- emit: (event: "selectLocation", ...args: any[]) => void;
40
- calculateLocationProp: import("vue").ComputedRef<any>;
41
- message: import("naive-ui").MessageApi;
42
- showPosition: (r: any) => void;
43
- getLocation: () => void;
44
- hdnelSetMapcenter: (location: any) => void;
45
- initSearch: () => void;
46
- clearOverlays: (overlays: any) => void;
47
- handleClearOverLays: () => void;
48
- handleGeocoder: (config?: any) => void;
49
- init: () => void;
50
- searchOnchange: () => void;
51
- searchKeyword: () => void;
52
- nearAddress: (point: any) => void;
53
- selectLocation: (item: any, tag?: any) => void;
54
- setMap: (qq: any) => void;
55
- initMap: (qq: any) => void;
56
- getMapScript: () => any;
57
- reset: () => void;
58
- NButton: import("vue").DefineComponent<{
59
- readonly color: StringConstructor;
60
- readonly textColor: StringConstructor;
61
- readonly text: BooleanConstructor;
62
- readonly block: BooleanConstructor;
63
- readonly loading: BooleanConstructor;
64
- readonly disabled: BooleanConstructor;
65
- readonly circle: BooleanConstructor;
66
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
67
- readonly ghost: BooleanConstructor;
68
- readonly round: BooleanConstructor;
69
- readonly secondary: BooleanConstructor;
70
- readonly tertiary: BooleanConstructor;
71
- readonly quaternary: BooleanConstructor;
72
- readonly strong: BooleanConstructor;
73
- readonly focusable: {
74
- readonly type: BooleanConstructor;
75
- readonly default: true;
76
- };
77
- readonly keyboard: {
78
- readonly type: BooleanConstructor;
79
- readonly default: true;
80
- };
81
- readonly tag: {
82
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
83
- readonly default: "button";
84
- };
85
- readonly type: {
86
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
87
- readonly default: "default";
88
- };
89
- readonly dashed: BooleanConstructor;
90
- readonly iconPlacement: {
91
- readonly type: import("vue").PropType<"left" | "right">;
92
- readonly default: "left";
93
- };
94
- readonly attrType: {
95
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
96
- readonly default: "button";
97
- };
98
- readonly bordered: {
99
- readonly type: BooleanConstructor;
100
- readonly default: true;
101
- };
102
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
103
- readonly nativeFocusBehavior: BooleanConstructor;
104
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
12
+ value: import("vue").PropType<number | null>;
13
+ step: {
14
+ type: (NumberConstructor | StringConstructor)[];
15
+ default: number;
16
+ };
17
+ min: (NumberConstructor | StringConstructor)[];
18
+ max: (NumberConstructor | StringConstructor)[];
19
+ size: import("vue").PropType<"small" | "medium" | "large">;
20
+ disabled: {
21
+ type: import("vue").PropType<boolean | undefined>;
22
+ default: undefined;
23
+ };
24
+ validator: import("vue").PropType<(value: number) => boolean>;
25
+ bordered: {
26
+ type: import("vue").PropType<boolean | undefined>;
27
+ default: undefined;
28
+ };
29
+ showButton: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ readonly: BooleanConstructor;
34
+ clearable: BooleanConstructor;
35
+ keyboard: {
36
+ type: import("vue").PropType<{
37
+ ArrowUp?: boolean | undefined;
38
+ ArrowDown?: boolean | undefined;
39
+ }>;
40
+ default: {};
41
+ };
42
+ updateValueOnInput: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
47
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
48
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
49
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
50
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
51
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
52
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
53
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
54
+ iconColorDisabled: string;
55
+ }, {
56
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
105
57
  heightTiny: string;
106
58
  heightSmall: string;
107
59
  heightMedium: string;
@@ -304,8 +256,72 @@ declare const _default: import("vue").DefineComponent<{
304
256
  iconSizeMedium: string;
305
257
  iconSizeLarge: string;
306
258
  rippleDuration: string;
307
- }, any>>;
308
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
259
+ }, any>;
260
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
261
+ countTextColor: string;
262
+ heightTiny: string;
263
+ heightSmall: string;
264
+ heightMedium: string;
265
+ heightLarge: string;
266
+ fontSizeTiny: string;
267
+ fontSizeSmall: string;
268
+ fontSizeMedium: string;
269
+ fontSizeLarge: string;
270
+ lineHeight: string;
271
+ lineHeightTextarea: string;
272
+ borderRadius: string;
273
+ iconSize: string;
274
+ groupLabelColor: string;
275
+ groupLabelTextColor: string;
276
+ textColor: string;
277
+ textColorDisabled: string;
278
+ textDecorationColor: string;
279
+ caretColor: string;
280
+ placeholderColor: string;
281
+ placeholderColorDisabled: string;
282
+ color: string;
283
+ colorDisabled: string;
284
+ colorFocus: string;
285
+ groupLabelBorder: string;
286
+ border: string;
287
+ borderHover: string;
288
+ borderDisabled: string;
289
+ borderFocus: string;
290
+ boxShadowFocus: string;
291
+ loadingColor: string;
292
+ loadingColorWarning: string;
293
+ borderWarning: string;
294
+ borderHoverWarning: string;
295
+ colorFocusWarning: string;
296
+ borderFocusWarning: string;
297
+ boxShadowFocusWarning: string;
298
+ caretColorWarning: string;
299
+ loadingColorError: string;
300
+ borderError: string;
301
+ borderHoverError: string;
302
+ colorFocusError: string;
303
+ borderFocusError: string;
304
+ boxShadowFocusError: string;
305
+ caretColorError: string;
306
+ clearColor: string;
307
+ clearColorHover: string;
308
+ clearColorPressed: string;
309
+ iconColor: string;
310
+ iconColorDisabled: string;
311
+ iconColorHover: string;
312
+ iconColorPressed: string;
313
+ suffixTextColor: string;
314
+ paddingTiny: string;
315
+ paddingSmall: string;
316
+ paddingMedium: string;
317
+ paddingLarge: string;
318
+ clearSize: string;
319
+ }, any>;
320
+ }>>;
321
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
322
+ iconColorDisabled: string;
323
+ }, {
324
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
309
325
  heightTiny: string;
310
326
  heightSmall: string;
311
327
  heightMedium: string;
@@ -508,8 +524,72 @@ declare const _default: import("vue").DefineComponent<{
508
524
  iconSizeMedium: string;
509
525
  iconSizeLarge: string;
510
526
  rippleDuration: string;
511
- }, any>>>;
512
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
527
+ }, any>;
528
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
529
+ countTextColor: string;
530
+ heightTiny: string;
531
+ heightSmall: string;
532
+ heightMedium: string;
533
+ heightLarge: string;
534
+ fontSizeTiny: string;
535
+ fontSizeSmall: string;
536
+ fontSizeMedium: string;
537
+ fontSizeLarge: string;
538
+ lineHeight: string;
539
+ lineHeightTextarea: string;
540
+ borderRadius: string;
541
+ iconSize: string;
542
+ groupLabelColor: string;
543
+ groupLabelTextColor: string;
544
+ textColor: string;
545
+ textColorDisabled: string;
546
+ textDecorationColor: string;
547
+ caretColor: string;
548
+ placeholderColor: string;
549
+ placeholderColorDisabled: string;
550
+ color: string;
551
+ colorDisabled: string;
552
+ colorFocus: string;
553
+ groupLabelBorder: string;
554
+ border: string;
555
+ borderHover: string;
556
+ borderDisabled: string;
557
+ borderFocus: string;
558
+ boxShadowFocus: string;
559
+ loadingColor: string;
560
+ loadingColorWarning: string;
561
+ borderWarning: string;
562
+ borderHoverWarning: string;
563
+ colorFocusWarning: string;
564
+ borderFocusWarning: string;
565
+ boxShadowFocusWarning: string;
566
+ caretColorWarning: string;
567
+ loadingColorError: string;
568
+ borderError: string;
569
+ borderHoverError: string;
570
+ colorFocusError: string;
571
+ borderFocusError: string;
572
+ boxShadowFocusError: string;
573
+ caretColorError: string;
574
+ clearColor: string;
575
+ clearColorHover: string;
576
+ clearColorPressed: string;
577
+ iconColor: string;
578
+ iconColorDisabled: string;
579
+ iconColorHover: string;
580
+ iconColorPressed: string;
581
+ suffixTextColor: string;
582
+ paddingTiny: string;
583
+ paddingSmall: string;
584
+ paddingMedium: string;
585
+ paddingLarge: string;
586
+ clearSize: string;
587
+ }, any>;
588
+ }>>>;
589
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
590
+ iconColorDisabled: string;
591
+ }, {
592
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
513
593
  heightTiny: string;
514
594
  heightSmall: string;
515
595
  heightMedium: string;
@@ -712,314 +792,563 @@ declare const _default: import("vue").DefineComponent<{
712
792
  iconSizeMedium: string;
713
793
  iconSizeLarge: string;
714
794
  rippleDuration: string;
715
- }, any>>>;
716
- }, {
717
- selfElRef: import("vue").Ref<HTMLElement | null>;
718
- waveElRef: import("vue").Ref<{
719
- play: () => void;
720
- } | null>;
721
- mergedClsPrefix: import("vue").ComputedRef<string>;
722
- mergedFocusable: import("vue").ComputedRef<boolean>;
723
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
724
- showBorder: import("vue").ComputedRef<boolean>;
725
- enterPressed: import("vue").Ref<boolean>;
726
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
727
- handleMousedown: (e: MouseEvent) => void;
728
- handleKeydown: (e: KeyboardEvent) => void;
729
- handleBlur: () => void;
730
- handleKeyup: (e: KeyboardEvent) => void;
731
- handleClick: (e: MouseEvent) => void;
732
- customColorCssVars: import("vue").ComputedRef<{
733
- '--n-border-color': string;
734
- '--n-border-color-hover': string;
735
- '--n-border-color-pressed': string;
736
- '--n-border-color-focus': string;
737
- '--n-border-color-disabled': string;
738
- } | null>;
739
- cssVars: import("vue").ComputedRef<{
740
- '--n-width': string;
741
- '--n-height': string;
742
- '--n-font-size': string;
743
- '--n-padding': string;
744
- '--n-icon-size': string;
745
- '--n-icon-margin': string;
746
- '--n-border-radius': string;
747
- '--n-border': string;
748
- '--n-border-hover': string;
749
- '--n-border-pressed': string;
750
- '--n-border-focus': string;
751
- '--n-border-disabled': string;
752
- '--n-color': string;
753
- '--n-color-hover': string;
754
- '--n-color-pressed': string;
755
- '--n-color-focus': string;
756
- '--n-color-disabled': string;
757
- '--n-ripple-color': string;
758
- '--n-text-color': string;
759
- '--n-text-color-hover': string;
760
- '--n-text-color-pressed': string;
761
- '--n-text-color-focus': string;
762
- '--n-text-color-disabled': string;
763
- 'font-weight': string;
764
- '--n-bezier': string;
765
- '--n-bezier-ease-out': string;
766
- '--n-ripple-duration': string;
767
- '--n-opacity-disabled': string;
768
- '--n-wave-opacity': string;
769
- }> | undefined;
770
- themeClass: import("vue").Ref<string> | undefined;
771
- onRender: (() => void) | undefined;
772
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
773
- readonly color: StringConstructor;
774
- readonly textColor: StringConstructor;
775
- readonly text: BooleanConstructor;
776
- readonly block: BooleanConstructor;
777
- readonly loading: BooleanConstructor;
778
- readonly disabled: BooleanConstructor;
779
- readonly circle: BooleanConstructor;
780
- readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
781
- readonly ghost: BooleanConstructor;
782
- readonly round: BooleanConstructor;
783
- readonly secondary: BooleanConstructor;
784
- readonly tertiary: BooleanConstructor;
785
- readonly quaternary: BooleanConstructor;
786
- readonly strong: BooleanConstructor;
787
- readonly focusable: {
788
- readonly type: BooleanConstructor;
789
- readonly default: true;
790
- };
791
- readonly keyboard: {
792
- readonly type: BooleanConstructor;
793
- readonly default: true;
794
- };
795
- readonly tag: {
796
- readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
797
- readonly default: "button";
798
- };
799
- readonly type: {
800
- readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
801
- readonly default: "default";
802
- };
803
- readonly dashed: BooleanConstructor;
804
- readonly iconPlacement: {
805
- readonly type: import("vue").PropType<"left" | "right">;
806
- readonly default: "left";
807
- };
808
- readonly attrType: {
809
- readonly type: import("vue").PropType<"button" | "reset" | "submit">;
810
- readonly default: "button";
811
- };
812
- readonly bordered: {
813
- readonly type: BooleanConstructor;
814
- readonly default: true;
815
- };
816
- readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
817
- readonly nativeFocusBehavior: BooleanConstructor;
818
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
795
+ }, any>;
796
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
797
+ countTextColor: string;
819
798
  heightTiny: string;
820
799
  heightSmall: string;
821
800
  heightMedium: string;
822
801
  heightLarge: string;
823
- borderRadiusTiny: string;
824
- borderRadiusSmall: string;
825
- borderRadiusMedium: string;
826
- borderRadiusLarge: string;
827
802
  fontSizeTiny: string;
828
803
  fontSizeSmall: string;
829
804
  fontSizeMedium: string;
830
805
  fontSizeLarge: string;
831
- opacityDisabled: string;
832
- colorOpacitySecondary: string;
833
- colorOpacitySecondaryHover: string;
834
- colorOpacitySecondaryPressed: string;
835
- colorSecondary: string;
836
- colorSecondaryHover: string;
837
- colorSecondaryPressed: string;
838
- colorTertiary: string;
839
- colorTertiaryHover: string;
840
- colorTertiaryPressed: string;
841
- colorQuaternary: string;
842
- colorQuaternaryHover: string;
843
- colorQuaternaryPressed: string;
844
- color: string;
845
- colorHover: string;
846
- colorPressed: string;
847
- colorFocus: string;
848
- colorDisabled: string;
806
+ lineHeight: string;
807
+ lineHeightTextarea: string;
808
+ borderRadius: string;
809
+ iconSize: string;
810
+ groupLabelColor: string;
811
+ groupLabelTextColor: string;
849
812
  textColor: string;
850
- textColorTertiary: string;
851
- textColorHover: string;
852
- textColorPressed: string;
853
- textColorFocus: string;
854
813
  textColorDisabled: string;
855
- textColorText: string;
856
- textColorTextHover: string;
857
- textColorTextPressed: string;
858
- textColorTextFocus: string;
859
- textColorTextDisabled: string;
860
- textColorGhost: string;
861
- textColorGhostHover: string;
862
- textColorGhostPressed: string;
863
- textColorGhostFocus: string;
864
- textColorGhostDisabled: string;
814
+ textDecorationColor: string;
815
+ caretColor: string;
816
+ placeholderColor: string;
817
+ placeholderColorDisabled: string;
818
+ color: string;
819
+ colorDisabled: string;
820
+ colorFocus: string;
821
+ groupLabelBorder: string;
865
822
  border: string;
866
823
  borderHover: string;
867
- borderPressed: string;
868
- borderFocus: string;
869
824
  borderDisabled: string;
870
- rippleColor: string;
871
- colorPrimary: string;
872
- colorHoverPrimary: string;
873
- colorPressedPrimary: string;
874
- colorFocusPrimary: string;
875
- colorDisabledPrimary: string;
876
- textColorPrimary: string;
877
- textColorHoverPrimary: string;
878
- textColorPressedPrimary: string;
879
- textColorFocusPrimary: string;
880
- textColorDisabledPrimary: string;
881
- textColorTextPrimary: string;
882
- textColorTextHoverPrimary: string;
883
- textColorTextPressedPrimary: string;
884
- textColorTextFocusPrimary: string;
885
- textColorTextDisabledPrimary: string;
886
- textColorGhostPrimary: string;
887
- textColorGhostHoverPrimary: string;
888
- textColorGhostPressedPrimary: string;
889
- textColorGhostFocusPrimary: string;
890
- textColorGhostDisabledPrimary: string;
891
- borderPrimary: string;
892
- borderHoverPrimary: string;
893
- borderPressedPrimary: string;
894
- borderFocusPrimary: string;
895
- borderDisabledPrimary: string;
896
- rippleColorPrimary: string;
897
- colorInfo: string;
898
- colorHoverInfo: string;
899
- colorPressedInfo: string;
900
- colorFocusInfo: string;
901
- colorDisabledInfo: string;
902
- textColorInfo: string;
903
- textColorHoverInfo: string;
904
- textColorPressedInfo: string;
905
- textColorFocusInfo: string;
906
- textColorDisabledInfo: string;
907
- textColorTextInfo: string;
908
- textColorTextHoverInfo: string;
909
- textColorTextPressedInfo: string;
910
- textColorTextFocusInfo: string;
911
- textColorTextDisabledInfo: string;
912
- textColorGhostInfo: string;
913
- textColorGhostHoverInfo: string;
914
- textColorGhostPressedInfo: string;
915
- textColorGhostFocusInfo: string;
916
- textColorGhostDisabledInfo: string;
917
- borderInfo: string;
918
- borderHoverInfo: string;
919
- borderPressedInfo: string;
920
- borderFocusInfo: string;
921
- borderDisabledInfo: string;
922
- rippleColorInfo: string;
923
- colorSuccess: string;
924
- colorHoverSuccess: string;
925
- colorPressedSuccess: string;
926
- colorFocusSuccess: string;
927
- colorDisabledSuccess: string;
928
- textColorSuccess: string;
929
- textColorHoverSuccess: string;
930
- textColorPressedSuccess: string;
931
- textColorFocusSuccess: string;
932
- textColorDisabledSuccess: string;
933
- textColorTextSuccess: string;
934
- textColorTextHoverSuccess: string;
935
- textColorTextPressedSuccess: string;
936
- textColorTextFocusSuccess: string;
937
- textColorTextDisabledSuccess: string;
938
- textColorGhostSuccess: string;
939
- textColorGhostHoverSuccess: string;
940
- textColorGhostPressedSuccess: string;
941
- textColorGhostFocusSuccess: string;
942
- textColorGhostDisabledSuccess: string;
943
- borderSuccess: string;
944
- borderHoverSuccess: string;
945
- borderPressedSuccess: string;
946
- borderFocusSuccess: string;
947
- borderDisabledSuccess: string;
948
- rippleColorSuccess: string;
949
- colorWarning: string;
950
- colorHoverWarning: string;
951
- colorPressedWarning: string;
952
- colorFocusWarning: string;
953
- colorDisabledWarning: string;
954
- textColorWarning: string;
955
- textColorHoverWarning: string;
956
- textColorPressedWarning: string;
957
- textColorFocusWarning: string;
958
- textColorDisabledWarning: string;
959
- textColorTextWarning: string;
960
- textColorTextHoverWarning: string;
961
- textColorTextPressedWarning: string;
962
- textColorTextFocusWarning: string;
963
- textColorTextDisabledWarning: string;
964
- textColorGhostWarning: string;
965
- textColorGhostHoverWarning: string;
966
- textColorGhostPressedWarning: string;
967
- textColorGhostFocusWarning: string;
968
- textColorGhostDisabledWarning: string;
825
+ borderFocus: string;
826
+ boxShadowFocus: string;
827
+ loadingColor: string;
828
+ loadingColorWarning: string;
969
829
  borderWarning: string;
970
830
  borderHoverWarning: string;
971
- borderPressedWarning: string;
831
+ colorFocusWarning: string;
972
832
  borderFocusWarning: string;
973
- borderDisabledWarning: string;
974
- rippleColorWarning: string;
975
- colorError: string;
976
- colorHoverError: string;
977
- colorPressedError: string;
978
- colorFocusError: string;
979
- colorDisabledError: string;
980
- textColorError: string;
981
- textColorHoverError: string;
982
- textColorPressedError: string;
983
- textColorFocusError: string;
984
- textColorDisabledError: string;
985
- textColorTextError: string;
986
- textColorTextHoverError: string;
987
- textColorTextPressedError: string;
988
- textColorTextFocusError: string;
989
- textColorTextDisabledError: string;
990
- textColorGhostError: string;
991
- textColorGhostHoverError: string;
992
- textColorGhostPressedError: string;
993
- textColorGhostFocusError: string;
994
- textColorGhostDisabledError: string;
833
+ boxShadowFocusWarning: string;
834
+ caretColorWarning: string;
835
+ loadingColorError: string;
995
836
  borderError: string;
996
837
  borderHoverError: string;
997
- borderPressedError: string;
838
+ colorFocusError: string;
998
839
  borderFocusError: string;
999
- borderDisabledError: string;
1000
- rippleColorError: string;
1001
- waveOpacity: string;
1002
- fontWeight: string;
1003
- fontWeightStrong: string;
840
+ boxShadowFocusError: string;
841
+ caretColorError: string;
842
+ clearColor: string;
843
+ clearColorHover: string;
844
+ clearColorPressed: string;
845
+ iconColor: string;
846
+ iconColorDisabled: string;
847
+ iconColorHover: string;
848
+ iconColorPressed: string;
849
+ suffixTextColor: string;
1004
850
  paddingTiny: string;
1005
851
  paddingSmall: string;
1006
852
  paddingMedium: string;
1007
853
  paddingLarge: string;
1008
- paddingRoundTiny: string;
1009
- paddingRoundSmall: string;
1010
- paddingRoundMedium: string;
1011
- paddingRoundLarge: string;
1012
- iconMarginTiny: string;
1013
- iconMarginSmall: string;
1014
- iconMarginMedium: string;
1015
- iconMarginLarge: string;
1016
- iconSizeTiny: string;
1017
- iconSizeSmall: string;
1018
- iconSizeMedium: string;
1019
- iconSizeLarge: string;
1020
- rippleDuration: string;
1021
- }, any>>;
1022
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
854
+ clearSize: string;
855
+ }, any>;
856
+ }>>>;
857
+ }, {
858
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
859
+ inputInstRef: import("vue").Ref<{
860
+ wrapperElRef: HTMLElement | null;
861
+ textareaElRef: HTMLTextAreaElement | null;
862
+ inputElRef: HTMLInputElement | null;
863
+ isCompositing: boolean;
864
+ blur: () => void;
865
+ focus: () => void;
866
+ select: () => void;
867
+ activate: () => void;
868
+ deactivate: () => void;
869
+ } | null>;
870
+ minusButtonInstRef: import("vue").Ref<{
871
+ $el: HTMLElement;
872
+ } | null>;
873
+ addButtonInstRef: import("vue").Ref<{
874
+ $el: HTMLElement;
875
+ } | null>;
876
+ mergedClsPrefix: import("vue").ComputedRef<string>;
877
+ mergedBordered: import("vue").ComputedRef<boolean>;
878
+ uncontrolledValue: import("vue").Ref<number | null>;
879
+ mergedValue: import("vue").ComputedRef<number | null>;
880
+ mergedPlaceholder: import("vue").ComputedRef<string>;
881
+ displayedValueInvalid: import("vue").ComputedRef<boolean>;
882
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
883
+ mergedDisabled: import("vue").ComputedRef<boolean>;
884
+ displayedValue: import("vue").Ref<string>;
885
+ addable: import("vue").ComputedRef<boolean>;
886
+ minusable: import("vue").ComputedRef<boolean>;
887
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
888
+ handleFocus: (e: FocusEvent) => void;
889
+ handleBlur: (e: FocusEvent) => void;
890
+ handleClear: (e: MouseEvent) => void;
891
+ handleMouseDown: (e: MouseEvent) => void;
892
+ handleAddClick: () => void;
893
+ handleMinusClick: () => void;
894
+ handleAddMousedown: () => void;
895
+ handleMinusMousedown: () => void;
896
+ handleKeyDown: (e: KeyboardEvent) => void;
897
+ handleUpdateDisplayedValue: (value: string) => void;
898
+ mergedTheme: import("vue").ComputedRef<{
899
+ common: {
900
+ baseColor: string;
901
+ primaryColor: string;
902
+ primaryColorHover: string;
903
+ primaryColorPressed: string;
904
+ primaryColorSuppl: string;
905
+ infoColor: string;
906
+ infoColorHover: string;
907
+ infoColorPressed: string;
908
+ infoColorSuppl: string;
909
+ successColor: string;
910
+ successColorHover: string;
911
+ successColorPressed: string;
912
+ successColorSuppl: string;
913
+ warningColor: string;
914
+ warningColorHover: string;
915
+ warningColorPressed: string;
916
+ warningColorSuppl: string;
917
+ errorColor: string;
918
+ errorColorHover: string;
919
+ errorColorPressed: string;
920
+ errorColorSuppl: string;
921
+ textColorBase: string;
922
+ textColor1: string;
923
+ textColor2: string;
924
+ textColor3: string;
925
+ textColorDisabled: string;
926
+ placeholderColor: string;
927
+ placeholderColorDisabled: string;
928
+ iconColor: string;
929
+ iconColorHover: string;
930
+ iconColorPressed: string;
931
+ iconColorDisabled: string;
932
+ opacity1: string;
933
+ opacity2: string;
934
+ opacity3: string;
935
+ opacity4: string;
936
+ opacity5: string;
937
+ dividerColor: string;
938
+ borderColor: string;
939
+ closeColor: string;
940
+ closeColorHover: string;
941
+ closeColorPressed: string;
942
+ closeColorDisabled: string;
943
+ clearColor: string;
944
+ clearColorHover: string;
945
+ clearColorPressed: string;
946
+ scrollbarColor: string;
947
+ scrollbarColorHover: string;
948
+ scrollbarWidth: string;
949
+ scrollbarHeight: string;
950
+ scrollbarBorderRadius: string;
951
+ progressRailColor: string;
952
+ railColor: string;
953
+ popoverColor: string;
954
+ tableColor: string;
955
+ cardColor: string;
956
+ modalColor: string;
957
+ bodyColor: string;
958
+ tagColor: string;
959
+ avatarColor: string;
960
+ invertedColor: string;
961
+ inputColor: string;
962
+ codeColor: string;
963
+ tabColor: string;
964
+ actionColor: string;
965
+ tableHeaderColor: string;
966
+ hoverColor: string;
967
+ tableColorHover: string;
968
+ tableColorStriped: string;
969
+ pressedColor: string;
970
+ opacityDisabled: string;
971
+ inputColorDisabled: string;
972
+ buttonColor2: string;
973
+ buttonColor2Hover: string;
974
+ buttonColor2Pressed: string;
975
+ boxShadow1: string;
976
+ boxShadow2: string;
977
+ boxShadow3: string;
978
+ fontFamily: string;
979
+ fontFamilyMono: string;
980
+ fontWeight: string;
981
+ fontWeightStrong: string;
982
+ cubicBezierEaseInOut: string;
983
+ cubicBezierEaseOut: string;
984
+ cubicBezierEaseIn: string;
985
+ borderRadius: string;
986
+ borderRadiusSmall: string;
987
+ fontSize: string;
988
+ fontSizeMini: string;
989
+ fontSizeTiny: string;
990
+ fontSizeSmall: string;
991
+ fontSizeMedium: string;
992
+ fontSizeLarge: string;
993
+ fontSizeHuge: string;
994
+ lineHeight: string;
995
+ heightMini: string;
996
+ heightTiny: string;
997
+ heightSmall: string;
998
+ heightMedium: string;
999
+ heightLarge: string;
1000
+ heightHuge: string;
1001
+ name: "common";
1002
+ };
1003
+ self: {
1004
+ iconColorDisabled: string;
1005
+ };
1006
+ peers: {
1007
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1008
+ heightTiny: string;
1009
+ heightSmall: string;
1010
+ heightMedium: string;
1011
+ heightLarge: string;
1012
+ borderRadiusTiny: string;
1013
+ borderRadiusSmall: string;
1014
+ borderRadiusMedium: string;
1015
+ borderRadiusLarge: string;
1016
+ fontSizeTiny: string;
1017
+ fontSizeSmall: string;
1018
+ fontSizeMedium: string;
1019
+ fontSizeLarge: string;
1020
+ opacityDisabled: string;
1021
+ colorOpacitySecondary: string;
1022
+ colorOpacitySecondaryHover: string;
1023
+ colorOpacitySecondaryPressed: string;
1024
+ colorSecondary: string;
1025
+ colorSecondaryHover: string;
1026
+ colorSecondaryPressed: string;
1027
+ colorTertiary: string;
1028
+ colorTertiaryHover: string;
1029
+ colorTertiaryPressed: string;
1030
+ colorQuaternary: string;
1031
+ colorQuaternaryHover: string;
1032
+ colorQuaternaryPressed: string;
1033
+ color: string;
1034
+ colorHover: string;
1035
+ colorPressed: string;
1036
+ colorFocus: string;
1037
+ colorDisabled: string;
1038
+ textColor: string;
1039
+ textColorTertiary: string;
1040
+ textColorHover: string;
1041
+ textColorPressed: string;
1042
+ textColorFocus: string;
1043
+ textColorDisabled: string;
1044
+ textColorText: string;
1045
+ textColorTextHover: string;
1046
+ textColorTextPressed: string;
1047
+ textColorTextFocus: string;
1048
+ textColorTextDisabled: string;
1049
+ textColorGhost: string;
1050
+ textColorGhostHover: string;
1051
+ textColorGhostPressed: string;
1052
+ textColorGhostFocus: string;
1053
+ textColorGhostDisabled: string;
1054
+ border: string;
1055
+ borderHover: string;
1056
+ borderPressed: string;
1057
+ borderFocus: string;
1058
+ borderDisabled: string;
1059
+ rippleColor: string;
1060
+ colorPrimary: string;
1061
+ colorHoverPrimary: string;
1062
+ colorPressedPrimary: string;
1063
+ colorFocusPrimary: string;
1064
+ colorDisabledPrimary: string;
1065
+ textColorPrimary: string;
1066
+ textColorHoverPrimary: string;
1067
+ textColorPressedPrimary: string;
1068
+ textColorFocusPrimary: string;
1069
+ textColorDisabledPrimary: string;
1070
+ textColorTextPrimary: string;
1071
+ textColorTextHoverPrimary: string;
1072
+ textColorTextPressedPrimary: string;
1073
+ textColorTextFocusPrimary: string;
1074
+ textColorTextDisabledPrimary: string;
1075
+ textColorGhostPrimary: string;
1076
+ textColorGhostHoverPrimary: string;
1077
+ textColorGhostPressedPrimary: string;
1078
+ textColorGhostFocusPrimary: string;
1079
+ textColorGhostDisabledPrimary: string;
1080
+ borderPrimary: string;
1081
+ borderHoverPrimary: string;
1082
+ borderPressedPrimary: string;
1083
+ borderFocusPrimary: string;
1084
+ borderDisabledPrimary: string;
1085
+ rippleColorPrimary: string;
1086
+ colorInfo: string;
1087
+ colorHoverInfo: string;
1088
+ colorPressedInfo: string;
1089
+ colorFocusInfo: string;
1090
+ colorDisabledInfo: string;
1091
+ textColorInfo: string;
1092
+ textColorHoverInfo: string;
1093
+ textColorPressedInfo: string;
1094
+ textColorFocusInfo: string;
1095
+ textColorDisabledInfo: string;
1096
+ textColorTextInfo: string;
1097
+ textColorTextHoverInfo: string;
1098
+ textColorTextPressedInfo: string;
1099
+ textColorTextFocusInfo: string;
1100
+ textColorTextDisabledInfo: string;
1101
+ textColorGhostInfo: string;
1102
+ textColorGhostHoverInfo: string;
1103
+ textColorGhostPressedInfo: string;
1104
+ textColorGhostFocusInfo: string;
1105
+ textColorGhostDisabledInfo: string;
1106
+ borderInfo: string;
1107
+ borderHoverInfo: string;
1108
+ borderPressedInfo: string;
1109
+ borderFocusInfo: string;
1110
+ borderDisabledInfo: string;
1111
+ rippleColorInfo: string;
1112
+ colorSuccess: string;
1113
+ colorHoverSuccess: string;
1114
+ colorPressedSuccess: string;
1115
+ colorFocusSuccess: string;
1116
+ colorDisabledSuccess: string;
1117
+ textColorSuccess: string;
1118
+ textColorHoverSuccess: string;
1119
+ textColorPressedSuccess: string;
1120
+ textColorFocusSuccess: string;
1121
+ textColorDisabledSuccess: string;
1122
+ textColorTextSuccess: string;
1123
+ textColorTextHoverSuccess: string;
1124
+ textColorTextPressedSuccess: string;
1125
+ textColorTextFocusSuccess: string;
1126
+ textColorTextDisabledSuccess: string;
1127
+ textColorGhostSuccess: string;
1128
+ textColorGhostHoverSuccess: string;
1129
+ textColorGhostPressedSuccess: string;
1130
+ textColorGhostFocusSuccess: string;
1131
+ textColorGhostDisabledSuccess: string;
1132
+ borderSuccess: string;
1133
+ borderHoverSuccess: string;
1134
+ borderPressedSuccess: string;
1135
+ borderFocusSuccess: string;
1136
+ borderDisabledSuccess: string;
1137
+ rippleColorSuccess: string;
1138
+ colorWarning: string;
1139
+ colorHoverWarning: string;
1140
+ colorPressedWarning: string;
1141
+ colorFocusWarning: string;
1142
+ colorDisabledWarning: string;
1143
+ textColorWarning: string;
1144
+ textColorHoverWarning: string;
1145
+ textColorPressedWarning: string;
1146
+ textColorFocusWarning: string;
1147
+ textColorDisabledWarning: string;
1148
+ textColorTextWarning: string;
1149
+ textColorTextHoverWarning: string;
1150
+ textColorTextPressedWarning: string;
1151
+ textColorTextFocusWarning: string;
1152
+ textColorTextDisabledWarning: string;
1153
+ textColorGhostWarning: string;
1154
+ textColorGhostHoverWarning: string;
1155
+ textColorGhostPressedWarning: string;
1156
+ textColorGhostFocusWarning: string;
1157
+ textColorGhostDisabledWarning: string;
1158
+ borderWarning: string;
1159
+ borderHoverWarning: string;
1160
+ borderPressedWarning: string;
1161
+ borderFocusWarning: string;
1162
+ borderDisabledWarning: string;
1163
+ rippleColorWarning: string;
1164
+ colorError: string;
1165
+ colorHoverError: string;
1166
+ colorPressedError: string;
1167
+ colorFocusError: string;
1168
+ colorDisabledError: string;
1169
+ textColorError: string;
1170
+ textColorHoverError: string;
1171
+ textColorPressedError: string;
1172
+ textColorFocusError: string;
1173
+ textColorDisabledError: string;
1174
+ textColorTextError: string;
1175
+ textColorTextHoverError: string;
1176
+ textColorTextPressedError: string;
1177
+ textColorTextFocusError: string;
1178
+ textColorTextDisabledError: string;
1179
+ textColorGhostError: string;
1180
+ textColorGhostHoverError: string;
1181
+ textColorGhostPressedError: string;
1182
+ textColorGhostFocusError: string;
1183
+ textColorGhostDisabledError: string;
1184
+ borderError: string;
1185
+ borderHoverError: string;
1186
+ borderPressedError: string;
1187
+ borderFocusError: string;
1188
+ borderDisabledError: string;
1189
+ rippleColorError: string;
1190
+ waveOpacity: string;
1191
+ fontWeight: string;
1192
+ fontWeightStrong: string;
1193
+ paddingTiny: string;
1194
+ paddingSmall: string;
1195
+ paddingMedium: string;
1196
+ paddingLarge: string;
1197
+ paddingRoundTiny: string;
1198
+ paddingRoundSmall: string;
1199
+ paddingRoundMedium: string;
1200
+ paddingRoundLarge: string;
1201
+ iconMarginTiny: string;
1202
+ iconMarginSmall: string;
1203
+ iconMarginMedium: string;
1204
+ iconMarginLarge: string;
1205
+ iconSizeTiny: string;
1206
+ iconSizeSmall: string;
1207
+ iconSizeMedium: string;
1208
+ iconSizeLarge: string;
1209
+ rippleDuration: string;
1210
+ }, any>;
1211
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1212
+ countTextColor: string;
1213
+ heightTiny: string;
1214
+ heightSmall: string;
1215
+ heightMedium: string;
1216
+ heightLarge: string;
1217
+ fontSizeTiny: string;
1218
+ fontSizeSmall: string;
1219
+ fontSizeMedium: string;
1220
+ fontSizeLarge: string;
1221
+ lineHeight: string;
1222
+ lineHeightTextarea: string;
1223
+ borderRadius: string;
1224
+ iconSize: string;
1225
+ groupLabelColor: string;
1226
+ groupLabelTextColor: string;
1227
+ textColor: string;
1228
+ textColorDisabled: string;
1229
+ textDecorationColor: string;
1230
+ caretColor: string;
1231
+ placeholderColor: string;
1232
+ placeholderColorDisabled: string;
1233
+ color: string;
1234
+ colorDisabled: string;
1235
+ colorFocus: string;
1236
+ groupLabelBorder: string;
1237
+ border: string;
1238
+ borderHover: string;
1239
+ borderDisabled: string;
1240
+ borderFocus: string;
1241
+ boxShadowFocus: string;
1242
+ loadingColor: string;
1243
+ loadingColorWarning: string;
1244
+ borderWarning: string;
1245
+ borderHoverWarning: string;
1246
+ colorFocusWarning: string;
1247
+ borderFocusWarning: string;
1248
+ boxShadowFocusWarning: string;
1249
+ caretColorWarning: string;
1250
+ loadingColorError: string;
1251
+ borderError: string;
1252
+ borderHoverError: string;
1253
+ colorFocusError: string;
1254
+ borderFocusError: string;
1255
+ boxShadowFocusError: string;
1256
+ caretColorError: string;
1257
+ clearColor: string;
1258
+ clearColorHover: string;
1259
+ clearColorPressed: string;
1260
+ iconColor: string;
1261
+ iconColorDisabled: string;
1262
+ iconColorHover: string;
1263
+ iconColorPressed: string;
1264
+ suffixTextColor: string;
1265
+ paddingTiny: string;
1266
+ paddingSmall: string;
1267
+ paddingMedium: string;
1268
+ paddingLarge: string;
1269
+ clearSize: string;
1270
+ }, any>;
1271
+ };
1272
+ peerOverrides: {
1273
+ Button?: {
1274
+ peers?: {
1275
+ [x: string]: any;
1276
+ } | undefined;
1277
+ } | undefined;
1278
+ Input?: {
1279
+ peers?: {
1280
+ [x: string]: any;
1281
+ } | undefined;
1282
+ } | undefined;
1283
+ };
1284
+ }>;
1285
+ inputThemeOverrides: {
1286
+ paddingSmall: string;
1287
+ paddingMedium: string;
1288
+ paddingLarge: string;
1289
+ };
1290
+ buttonThemeOverrides: import("vue").ComputedRef<{
1291
+ textColorTextDisabled: string;
1292
+ opacityDisabled: string;
1293
+ }>;
1294
+ focus: () => void;
1295
+ blur: () => void;
1296
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1297
+ autofocus: BooleanConstructor;
1298
+ loading: {
1299
+ type: BooleanConstructor;
1300
+ default: undefined;
1301
+ };
1302
+ placeholder: StringConstructor;
1303
+ defaultValue: {
1304
+ type: import("vue").PropType<number | null>;
1305
+ default: null;
1306
+ };
1307
+ value: import("vue").PropType<number | null>;
1308
+ step: {
1309
+ type: (NumberConstructor | StringConstructor)[];
1310
+ default: number;
1311
+ };
1312
+ min: (NumberConstructor | StringConstructor)[];
1313
+ max: (NumberConstructor | StringConstructor)[];
1314
+ size: import("vue").PropType<"small" | "medium" | "large">;
1315
+ disabled: {
1316
+ type: import("vue").PropType<boolean | undefined>;
1317
+ default: undefined;
1318
+ };
1319
+ validator: import("vue").PropType<(value: number) => boolean>;
1320
+ bordered: {
1321
+ type: import("vue").PropType<boolean | undefined>;
1322
+ default: undefined;
1323
+ };
1324
+ showButton: {
1325
+ type: BooleanConstructor;
1326
+ default: boolean;
1327
+ };
1328
+ readonly: BooleanConstructor;
1329
+ clearable: BooleanConstructor;
1330
+ keyboard: {
1331
+ type: import("vue").PropType<{
1332
+ ArrowUp?: boolean | undefined;
1333
+ ArrowDown?: boolean | undefined;
1334
+ }>;
1335
+ default: {};
1336
+ };
1337
+ updateValueOnInput: {
1338
+ type: BooleanConstructor;
1339
+ default: boolean;
1340
+ };
1341
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1342
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1343
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1344
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1345
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1346
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1347
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1348
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1349
+ iconColorDisabled: string;
1350
+ }, {
1351
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1023
1352
  heightTiny: string;
1024
1353
  heightSmall: string;
1025
1354
  heightMedium: string;
@@ -1222,28 +1551,92 @@ declare const _default: import("vue").DefineComponent<{
1222
1551
  iconSizeMedium: string;
1223
1552
  iconSizeLarge: string;
1224
1553
  rippleDuration: string;
1225
- }, any>>>;
1226
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1554
+ }, any>;
1555
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1556
+ countTextColor: string;
1227
1557
  heightTiny: string;
1228
1558
  heightSmall: string;
1229
1559
  heightMedium: string;
1230
1560
  heightLarge: string;
1231
- borderRadiusTiny: string;
1232
- borderRadiusSmall: string;
1233
- borderRadiusMedium: string;
1234
- borderRadiusLarge: string;
1235
1561
  fontSizeTiny: string;
1236
1562
  fontSizeSmall: string;
1237
1563
  fontSizeMedium: string;
1238
1564
  fontSizeLarge: string;
1239
- opacityDisabled: string;
1240
- colorOpacitySecondary: string;
1241
- colorOpacitySecondaryHover: string;
1242
- colorOpacitySecondaryPressed: string;
1243
- colorSecondary: string;
1244
- colorSecondaryHover: string;
1245
- colorSecondaryPressed: string;
1246
- colorTertiary: string;
1565
+ lineHeight: string;
1566
+ lineHeightTextarea: string;
1567
+ borderRadius: string;
1568
+ iconSize: string;
1569
+ groupLabelColor: string;
1570
+ groupLabelTextColor: string;
1571
+ textColor: string;
1572
+ textColorDisabled: string;
1573
+ textDecorationColor: string;
1574
+ caretColor: string;
1575
+ placeholderColor: string;
1576
+ placeholderColorDisabled: string;
1577
+ color: string;
1578
+ colorDisabled: string;
1579
+ colorFocus: string;
1580
+ groupLabelBorder: string;
1581
+ border: string;
1582
+ borderHover: string;
1583
+ borderDisabled: string;
1584
+ borderFocus: string;
1585
+ boxShadowFocus: string;
1586
+ loadingColor: string;
1587
+ loadingColorWarning: string;
1588
+ borderWarning: string;
1589
+ borderHoverWarning: string;
1590
+ colorFocusWarning: string;
1591
+ borderFocusWarning: string;
1592
+ boxShadowFocusWarning: string;
1593
+ caretColorWarning: string;
1594
+ loadingColorError: string;
1595
+ borderError: string;
1596
+ borderHoverError: string;
1597
+ colorFocusError: string;
1598
+ borderFocusError: string;
1599
+ boxShadowFocusError: string;
1600
+ caretColorError: string;
1601
+ clearColor: string;
1602
+ clearColorHover: string;
1603
+ clearColorPressed: string;
1604
+ iconColor: string;
1605
+ iconColorDisabled: string;
1606
+ iconColorHover: string;
1607
+ iconColorPressed: string;
1608
+ suffixTextColor: string;
1609
+ paddingTiny: string;
1610
+ paddingSmall: string;
1611
+ paddingMedium: string;
1612
+ paddingLarge: string;
1613
+ clearSize: string;
1614
+ }, any>;
1615
+ }>>;
1616
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1617
+ iconColorDisabled: string;
1618
+ }, {
1619
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1620
+ heightTiny: string;
1621
+ heightSmall: string;
1622
+ heightMedium: string;
1623
+ heightLarge: string;
1624
+ borderRadiusTiny: string;
1625
+ borderRadiusSmall: string;
1626
+ borderRadiusMedium: string;
1627
+ borderRadiusLarge: string;
1628
+ fontSizeTiny: string;
1629
+ fontSizeSmall: string;
1630
+ fontSizeMedium: string;
1631
+ fontSizeLarge: string;
1632
+ opacityDisabled: string;
1633
+ colorOpacitySecondary: string;
1634
+ colorOpacitySecondaryHover: string;
1635
+ colorOpacitySecondaryPressed: string;
1636
+ colorSecondary: string;
1637
+ colorSecondaryHover: string;
1638
+ colorSecondaryPressed: string;
1639
+ colorTertiary: string;
1247
1640
  colorTertiaryHover: string;
1248
1641
  colorTertiaryPressed: string;
1249
1642
  colorQuaternary: string;
@@ -1426,116 +1819,8 @@ declare const _default: import("vue").DefineComponent<{
1426
1819
  iconSizeMedium: string;
1427
1820
  iconSizeLarge: string;
1428
1821
  rippleDuration: string;
1429
- }, any>>>;
1430
- }>>, {
1431
- readonly type: import("naive-ui/es/button/src/interface").Type;
1432
- readonly tag: keyof HTMLElementTagNameMap;
1433
- readonly block: boolean;
1434
- readonly round: boolean;
1435
- readonly dashed: boolean;
1436
- readonly text: boolean;
1437
- readonly circle: boolean;
1438
- readonly disabled: boolean;
1439
- readonly focusable: boolean;
1440
- readonly strong: boolean;
1441
- readonly loading: boolean;
1442
- readonly bordered: boolean;
1443
- readonly tertiary: boolean;
1444
- readonly ghost: boolean;
1445
- readonly keyboard: boolean;
1446
- readonly secondary: boolean;
1447
- readonly quaternary: boolean;
1448
- readonly iconPlacement: "left" | "right";
1449
- readonly attrType: "button" | "reset" | "submit";
1450
- readonly nativeFocusBehavior: boolean;
1451
- }>;
1452
- NInput: import("vue").DefineComponent<{
1453
- bordered: {
1454
- type: import("vue").PropType<boolean | undefined>;
1455
- default: undefined;
1456
- };
1457
- type: {
1458
- type: import("vue").PropType<"text" | "textarea" | "password">;
1459
- default: string;
1460
- };
1461
- placeholder: import("vue").PropType<string | [string, string]>;
1462
- defaultValue: {
1463
- type: import("vue").PropType<string | [string, string] | null>;
1464
- default: null;
1465
- };
1466
- value: import("vue").PropType<string | [string, string] | null>;
1467
- disabled: {
1468
- type: import("vue").PropType<boolean | undefined>;
1469
- default: undefined;
1470
- };
1471
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1472
- rows: {
1473
- type: import("vue").PropType<string | number>;
1474
- default: number;
1475
- };
1476
- round: BooleanConstructor;
1477
- minlength: import("vue").PropType<string | number>;
1478
- maxlength: import("vue").PropType<string | number>;
1479
- clearable: BooleanConstructor;
1480
- autosize: {
1481
- type: import("vue").PropType<boolean | {
1482
- minRows?: number | undefined;
1483
- maxRows?: number | undefined;
1484
- }>;
1485
- default: boolean;
1486
- };
1487
- pair: BooleanConstructor;
1488
- separator: StringConstructor;
1489
- readonly: {
1490
- type: (BooleanConstructor | StringConstructor)[];
1491
- default: boolean;
1492
- };
1493
- passivelyActivated: BooleanConstructor;
1494
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1495
- stateful: {
1496
- type: BooleanConstructor;
1497
- default: boolean;
1498
- };
1499
- autofocus: BooleanConstructor;
1500
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1501
- resizable: {
1502
- type: BooleanConstructor;
1503
- default: boolean;
1504
- };
1505
- showCount: BooleanConstructor;
1506
- loading: {
1507
- type: BooleanConstructor;
1508
- default: undefined;
1509
- };
1510
- allowInput: import("vue").PropType<(value: string) => boolean>;
1511
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1512
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1513
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1514
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1515
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1516
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1517
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1518
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1519
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1520
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1521
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1522
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1523
- textDecoration: import("vue").PropType<string | [string, string]>;
1524
- attrSize: {
1525
- type: NumberConstructor;
1526
- default: number;
1527
- };
1528
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1529
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1530
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1531
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1532
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1533
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1534
- internalDeactivateOnEnter: BooleanConstructor;
1535
- internalForceFocus: BooleanConstructor;
1536
- internalLoadingBeforeSuffix: BooleanConstructor;
1537
- showPasswordToggle: BooleanConstructor;
1538
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1822
+ }, any>;
1823
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1539
1824
  countTextColor: string;
1540
1825
  heightTiny: string;
1541
1826
  heightSmall: string;
@@ -1594,624 +1879,216 @@ declare const _default: import("vue").DefineComponent<{
1594
1879
  paddingMedium: string;
1595
1880
  paddingLarge: string;
1596
1881
  clearSize: string;
1597
- }, any>>;
1598
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1599
- countTextColor: string;
1882
+ }, any>;
1883
+ }>>>;
1884
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1885
+ iconColorDisabled: string;
1886
+ }, {
1887
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1600
1888
  heightTiny: string;
1601
1889
  heightSmall: string;
1602
1890
  heightMedium: string;
1603
1891
  heightLarge: string;
1892
+ borderRadiusTiny: string;
1893
+ borderRadiusSmall: string;
1894
+ borderRadiusMedium: string;
1895
+ borderRadiusLarge: string;
1604
1896
  fontSizeTiny: string;
1605
1897
  fontSizeSmall: string;
1606
1898
  fontSizeMedium: string;
1607
1899
  fontSizeLarge: string;
1608
- lineHeight: string;
1609
- lineHeightTextarea: string;
1610
- borderRadius: string;
1611
- iconSize: string;
1612
- groupLabelColor: string;
1613
- groupLabelTextColor: string;
1614
- textColor: string;
1615
- textColorDisabled: string;
1616
- textDecorationColor: string;
1617
- caretColor: string;
1618
- placeholderColor: string;
1619
- placeholderColorDisabled: string;
1900
+ opacityDisabled: string;
1901
+ colorOpacitySecondary: string;
1902
+ colorOpacitySecondaryHover: string;
1903
+ colorOpacitySecondaryPressed: string;
1904
+ colorSecondary: string;
1905
+ colorSecondaryHover: string;
1906
+ colorSecondaryPressed: string;
1907
+ colorTertiary: string;
1908
+ colorTertiaryHover: string;
1909
+ colorTertiaryPressed: string;
1910
+ colorQuaternary: string;
1911
+ colorQuaternaryHover: string;
1912
+ colorQuaternaryPressed: string;
1620
1913
  color: string;
1621
- colorDisabled: string;
1914
+ colorHover: string;
1915
+ colorPressed: string;
1622
1916
  colorFocus: string;
1623
- groupLabelBorder: string;
1917
+ colorDisabled: string;
1918
+ textColor: string;
1919
+ textColorTertiary: string;
1920
+ textColorHover: string;
1921
+ textColorPressed: string;
1922
+ textColorFocus: string;
1923
+ textColorDisabled: string;
1924
+ textColorText: string;
1925
+ textColorTextHover: string;
1926
+ textColorTextPressed: string;
1927
+ textColorTextFocus: string;
1928
+ textColorTextDisabled: string;
1929
+ textColorGhost: string;
1930
+ textColorGhostHover: string;
1931
+ textColorGhostPressed: string;
1932
+ textColorGhostFocus: string;
1933
+ textColorGhostDisabled: string;
1624
1934
  border: string;
1625
1935
  borderHover: string;
1626
- borderDisabled: string;
1936
+ borderPressed: string;
1627
1937
  borderFocus: string;
1628
- boxShadowFocus: string;
1629
- loadingColor: string;
1630
- loadingColorWarning: string;
1938
+ borderDisabled: string;
1939
+ rippleColor: string;
1940
+ colorPrimary: string;
1941
+ colorHoverPrimary: string;
1942
+ colorPressedPrimary: string;
1943
+ colorFocusPrimary: string;
1944
+ colorDisabledPrimary: string;
1945
+ textColorPrimary: string;
1946
+ textColorHoverPrimary: string;
1947
+ textColorPressedPrimary: string;
1948
+ textColorFocusPrimary: string;
1949
+ textColorDisabledPrimary: string;
1950
+ textColorTextPrimary: string;
1951
+ textColorTextHoverPrimary: string;
1952
+ textColorTextPressedPrimary: string;
1953
+ textColorTextFocusPrimary: string;
1954
+ textColorTextDisabledPrimary: string;
1955
+ textColorGhostPrimary: string;
1956
+ textColorGhostHoverPrimary: string;
1957
+ textColorGhostPressedPrimary: string;
1958
+ textColorGhostFocusPrimary: string;
1959
+ textColorGhostDisabledPrimary: string;
1960
+ borderPrimary: string;
1961
+ borderHoverPrimary: string;
1962
+ borderPressedPrimary: string;
1963
+ borderFocusPrimary: string;
1964
+ borderDisabledPrimary: string;
1965
+ rippleColorPrimary: string;
1966
+ colorInfo: string;
1967
+ colorHoverInfo: string;
1968
+ colorPressedInfo: string;
1969
+ colorFocusInfo: string;
1970
+ colorDisabledInfo: string;
1971
+ textColorInfo: string;
1972
+ textColorHoverInfo: string;
1973
+ textColorPressedInfo: string;
1974
+ textColorFocusInfo: string;
1975
+ textColorDisabledInfo: string;
1976
+ textColorTextInfo: string;
1977
+ textColorTextHoverInfo: string;
1978
+ textColorTextPressedInfo: string;
1979
+ textColorTextFocusInfo: string;
1980
+ textColorTextDisabledInfo: string;
1981
+ textColorGhostInfo: string;
1982
+ textColorGhostHoverInfo: string;
1983
+ textColorGhostPressedInfo: string;
1984
+ textColorGhostFocusInfo: string;
1985
+ textColorGhostDisabledInfo: string;
1986
+ borderInfo: string;
1987
+ borderHoverInfo: string;
1988
+ borderPressedInfo: string;
1989
+ borderFocusInfo: string;
1990
+ borderDisabledInfo: string;
1991
+ rippleColorInfo: string;
1992
+ colorSuccess: string;
1993
+ colorHoverSuccess: string;
1994
+ colorPressedSuccess: string;
1995
+ colorFocusSuccess: string;
1996
+ colorDisabledSuccess: string;
1997
+ textColorSuccess: string;
1998
+ textColorHoverSuccess: string;
1999
+ textColorPressedSuccess: string;
2000
+ textColorFocusSuccess: string;
2001
+ textColorDisabledSuccess: string;
2002
+ textColorTextSuccess: string;
2003
+ textColorTextHoverSuccess: string;
2004
+ textColorTextPressedSuccess: string;
2005
+ textColorTextFocusSuccess: string;
2006
+ textColorTextDisabledSuccess: string;
2007
+ textColorGhostSuccess: string;
2008
+ textColorGhostHoverSuccess: string;
2009
+ textColorGhostPressedSuccess: string;
2010
+ textColorGhostFocusSuccess: string;
2011
+ textColorGhostDisabledSuccess: string;
2012
+ borderSuccess: string;
2013
+ borderHoverSuccess: string;
2014
+ borderPressedSuccess: string;
2015
+ borderFocusSuccess: string;
2016
+ borderDisabledSuccess: string;
2017
+ rippleColorSuccess: string;
2018
+ colorWarning: string;
2019
+ colorHoverWarning: string;
2020
+ colorPressedWarning: string;
2021
+ colorFocusWarning: string;
2022
+ colorDisabledWarning: string;
2023
+ textColorWarning: string;
2024
+ textColorHoverWarning: string;
2025
+ textColorPressedWarning: string;
2026
+ textColorFocusWarning: string;
2027
+ textColorDisabledWarning: string;
2028
+ textColorTextWarning: string;
2029
+ textColorTextHoverWarning: string;
2030
+ textColorTextPressedWarning: string;
2031
+ textColorTextFocusWarning: string;
2032
+ textColorTextDisabledWarning: string;
2033
+ textColorGhostWarning: string;
2034
+ textColorGhostHoverWarning: string;
2035
+ textColorGhostPressedWarning: string;
2036
+ textColorGhostFocusWarning: string;
2037
+ textColorGhostDisabledWarning: string;
1631
2038
  borderWarning: string;
1632
2039
  borderHoverWarning: string;
1633
- colorFocusWarning: string;
2040
+ borderPressedWarning: string;
1634
2041
  borderFocusWarning: string;
1635
- boxShadowFocusWarning: string;
1636
- caretColorWarning: string;
1637
- loadingColorError: string;
1638
- borderError: string;
1639
- borderHoverError: string;
2042
+ borderDisabledWarning: string;
2043
+ rippleColorWarning: string;
2044
+ colorError: string;
2045
+ colorHoverError: string;
2046
+ colorPressedError: string;
1640
2047
  colorFocusError: string;
1641
- borderFocusError: string;
1642
- boxShadowFocusError: string;
1643
- caretColorError: string;
1644
- clearColor: string;
1645
- clearColorHover: string;
1646
- clearColorPressed: string;
1647
- iconColor: string;
1648
- iconColorDisabled: string;
1649
- iconColorHover: string;
1650
- iconColorPressed: string;
1651
- suffixTextColor: string;
1652
- paddingTiny: string;
1653
- paddingSmall: string;
1654
- paddingMedium: string;
1655
- paddingLarge: string;
1656
- clearSize: string;
1657
- }, any>>>;
1658
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1659
- countTextColor: string;
1660
- heightTiny: string;
1661
- heightSmall: string;
1662
- heightMedium: string;
1663
- heightLarge: string;
1664
- fontSizeTiny: string;
1665
- fontSizeSmall: string;
1666
- fontSizeMedium: string;
1667
- fontSizeLarge: string;
1668
- lineHeight: string;
1669
- lineHeightTextarea: string;
1670
- borderRadius: string;
1671
- iconSize: string;
1672
- groupLabelColor: string;
1673
- groupLabelTextColor: string;
1674
- textColor: string;
1675
- textColorDisabled: string;
1676
- textDecorationColor: string;
1677
- caretColor: string;
1678
- placeholderColor: string;
1679
- placeholderColorDisabled: string;
1680
- color: string;
1681
- colorDisabled: string;
1682
- colorFocus: string;
1683
- groupLabelBorder: string;
1684
- border: string;
1685
- borderHover: string;
1686
- borderDisabled: string;
1687
- borderFocus: string;
1688
- boxShadowFocus: string;
1689
- loadingColor: string;
1690
- loadingColorWarning: string;
1691
- borderWarning: string;
1692
- borderHoverWarning: string;
1693
- colorFocusWarning: string;
1694
- borderFocusWarning: string;
1695
- boxShadowFocusWarning: string;
1696
- caretColorWarning: string;
1697
- loadingColorError: string;
1698
- borderError: string;
1699
- borderHoverError: string;
1700
- colorFocusError: string;
1701
- borderFocusError: string;
1702
- boxShadowFocusError: string;
1703
- caretColorError: string;
1704
- clearColor: string;
1705
- clearColorHover: string;
1706
- clearColorPressed: string;
1707
- iconColor: string;
1708
- iconColorDisabled: string;
1709
- iconColorHover: string;
1710
- iconColorPressed: string;
1711
- suffixTextColor: string;
1712
- paddingTiny: string;
1713
- paddingSmall: string;
1714
- paddingMedium: string;
1715
- paddingLarge: string;
1716
- clearSize: string;
1717
- }, any>>>;
1718
- }, {
1719
- wrapperElRef: import("vue").Ref<HTMLElement | null>;
1720
- inputElRef: import("vue").Ref<HTMLInputElement | null>;
1721
- inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1722
- inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1723
- textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1724
- textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1725
- textareaScrollbarInstRef: import("vue").Ref<{
1726
- $el: HTMLElement;
1727
- containerRef: HTMLElement | null;
1728
- contentRef: HTMLElement | null;
1729
- containerScrollTop: number;
1730
- syncUnifiedContainer: () => void;
1731
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1732
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1733
- sync: () => void;
1734
- handleMouseEnterWrapper: () => void;
1735
- handleMouseLeaveWrapper: () => void;
1736
- } | null>;
1737
- rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1738
- uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1739
- mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1740
- passwordVisible: import("vue").Ref<boolean>;
1741
- mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1742
- showPlaceholder1: import("vue").ComputedRef<string | false>;
1743
- showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1744
- mergedFocus: import("vue").ComputedRef<boolean>;
1745
- isComposing: import("vue").Ref<boolean>;
1746
- activated: import("vue").Ref<boolean>;
1747
- showClearButton: import("vue").ComputedRef<boolean>;
1748
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1749
- mergedDisabled: import("vue").ComputedRef<boolean>;
1750
- textDecorationStyle: import("vue").ComputedRef<string[] | {
1751
- textDecoration: string;
1752
- }[]>;
1753
- mergedClsPrefix: import("vue").ComputedRef<string>;
1754
- mergedBordered: import("vue").ComputedRef<boolean>;
1755
- mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1756
- placeholderStyle: import("vue").Ref<{
1757
- top: string;
1758
- }>;
1759
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1760
- textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1761
- handleTextAreaScroll: (e: Event) => void;
1762
- handleCompositionStart: () => void;
1763
- handleCompositionEnd: (e: CompositionEvent) => void;
1764
- handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1765
- handleInputBlur: (e: FocusEvent) => void;
1766
- handleInputFocus: (e: FocusEvent, index: number) => void;
1767
- handleWrapperBlur: (e: FocusEvent) => void;
1768
- handleWrapperFocus: (e: FocusEvent) => void;
1769
- handleMouseEnter: () => void;
1770
- handleMouseLeave: () => void;
1771
- handleMouseDown: (e: MouseEvent) => void;
1772
- handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1773
- handleClick: (e: MouseEvent) => void;
1774
- handleClear: (e: MouseEvent) => void;
1775
- handlePasswordToggleClick: () => void;
1776
- handlePasswordToggleMousedown: (e: MouseEvent) => void;
1777
- handleWrapperKeydown: (e: KeyboardEvent) => void;
1778
- handleTextAreaMirrorResize: () => void;
1779
- getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1780
- mergedTheme: import("vue").ComputedRef<{
1781
- common: {
1782
- baseColor: string;
1783
- primaryColor: string;
1784
- primaryColorHover: string;
1785
- primaryColorPressed: string;
1786
- primaryColorSuppl: string;
1787
- infoColor: string;
1788
- infoColorHover: string;
1789
- infoColorPressed: string;
1790
- infoColorSuppl: string;
1791
- successColor: string;
1792
- successColorHover: string;
1793
- successColorPressed: string;
1794
- successColorSuppl: string;
1795
- warningColor: string;
1796
- warningColorHover: string;
1797
- warningColorPressed: string;
1798
- warningColorSuppl: string;
1799
- errorColor: string;
1800
- errorColorHover: string;
1801
- errorColorPressed: string;
1802
- errorColorSuppl: string;
1803
- textColorBase: string;
1804
- textColor1: string;
1805
- textColor2: string;
1806
- textColor3: string;
1807
- textColorDisabled: string;
1808
- placeholderColor: string;
1809
- placeholderColorDisabled: string;
1810
- iconColor: string;
1811
- iconColorHover: string;
1812
- iconColorPressed: string;
1813
- iconColorDisabled: string;
1814
- opacity1: string;
1815
- opacity2: string;
1816
- opacity3: string;
1817
- opacity4: string;
1818
- opacity5: string;
1819
- dividerColor: string;
1820
- borderColor: string;
1821
- closeIconColor: string;
1822
- closeIconColorHover: string;
1823
- closeIconColorPressed: string;
1824
- closeColorHover: string;
1825
- closeColorPressed: string;
1826
- clearColor: string;
1827
- clearColorHover: string;
1828
- clearColorPressed: string;
1829
- scrollbarColor: string;
1830
- scrollbarColorHover: string;
1831
- scrollbarWidth: string;
1832
- scrollbarHeight: string;
1833
- scrollbarBorderRadius: string;
1834
- progressRailColor: string;
1835
- railColor: string;
1836
- popoverColor: string;
1837
- tableColor: string;
1838
- cardColor: string;
1839
- modalColor: string;
1840
- bodyColor: string;
1841
- tagColor: string;
1842
- avatarColor: string;
1843
- invertedColor: string;
1844
- inputColor: string;
1845
- codeColor: string;
1846
- tabColor: string;
1847
- actionColor: string;
1848
- tableHeaderColor: string;
1849
- hoverColor: string;
1850
- tableColorHover: string;
1851
- tableColorStriped: string;
1852
- pressedColor: string;
1853
- opacityDisabled: string;
1854
- inputColorDisabled: string;
1855
- buttonColor2: string;
1856
- buttonColor2Hover: string;
1857
- buttonColor2Pressed: string;
1858
- boxShadow1: string;
1859
- boxShadow2: string;
1860
- boxShadow3: string;
1861
- fontFamily: string;
1862
- fontFamilyMono: string;
1863
- fontWeight: string;
1864
- fontWeightStrong: string;
1865
- cubicBezierEaseInOut: string;
1866
- cubicBezierEaseOut: string;
1867
- cubicBezierEaseIn: string;
1868
- borderRadius: string;
1869
- borderRadiusSmall: string;
1870
- fontSize: string;
1871
- fontSizeMini: string;
1872
- fontSizeTiny: string;
1873
- fontSizeSmall: string;
1874
- fontSizeMedium: string;
1875
- fontSizeLarge: string;
1876
- fontSizeHuge: string;
1877
- lineHeight: string;
1878
- heightMini: string;
1879
- heightTiny: string;
1880
- heightSmall: string;
1881
- heightMedium: string;
1882
- heightLarge: string;
1883
- heightHuge: string;
1884
- name: "common";
1885
- };
1886
- self: {
1887
- countTextColor: string;
1888
- heightTiny: string;
1889
- heightSmall: string;
1890
- heightMedium: string;
1891
- heightLarge: string;
1892
- fontSizeTiny: string;
1893
- fontSizeSmall: string;
1894
- fontSizeMedium: string;
1895
- fontSizeLarge: string;
1896
- lineHeight: string;
1897
- lineHeightTextarea: string;
1898
- borderRadius: string;
1899
- iconSize: string;
1900
- groupLabelColor: string;
1901
- groupLabelTextColor: string;
1902
- textColor: string;
1903
- textColorDisabled: string;
1904
- textDecorationColor: string;
1905
- caretColor: string;
1906
- placeholderColor: string;
1907
- placeholderColorDisabled: string;
1908
- color: string;
1909
- colorDisabled: string;
1910
- colorFocus: string;
1911
- groupLabelBorder: string;
1912
- border: string;
1913
- borderHover: string;
1914
- borderDisabled: string;
1915
- borderFocus: string;
1916
- boxShadowFocus: string;
1917
- loadingColor: string;
1918
- loadingColorWarning: string;
1919
- borderWarning: string;
1920
- borderHoverWarning: string;
1921
- colorFocusWarning: string;
1922
- borderFocusWarning: string;
1923
- boxShadowFocusWarning: string;
1924
- caretColorWarning: string;
1925
- loadingColorError: string;
1926
- borderError: string;
1927
- borderHoverError: string;
1928
- colorFocusError: string;
1929
- borderFocusError: string;
1930
- boxShadowFocusError: string;
1931
- caretColorError: string;
1932
- clearColor: string;
1933
- clearColorHover: string;
1934
- clearColorPressed: string;
1935
- iconColor: string;
1936
- iconColorDisabled: string;
1937
- iconColorHover: string;
1938
- iconColorPressed: string;
1939
- suffixTextColor: string;
1940
- paddingTiny: string;
1941
- paddingSmall: string;
1942
- paddingMedium: string;
1943
- paddingLarge: string;
1944
- clearSize: string;
1945
- };
1946
- peers: any;
1947
- peerOverrides: {
1948
- [x: string]: any;
1949
- };
1950
- }>;
1951
- cssVars: import("vue").ComputedRef<{
1952
- '--n-bezier': string;
1953
- '--n-count-text-color': string;
1954
- '--n-color': string;
1955
- '--n-font-size': string;
1956
- '--n-border-radius': string;
1957
- '--n-height': string;
1958
- '--n-padding-left': string;
1959
- '--n-padding-right': string;
1960
- '--n-text-color': string;
1961
- '--n-caret-color': string;
1962
- '--n-text-decoration-color': string;
1963
- '--n-border': string;
1964
- '--n-border-disabled': string;
1965
- '--n-border-hover': string;
1966
- '--n-border-focus': string;
1967
- '--n-placeholder-color': string;
1968
- '--n-placeholder-color-disabled': string;
1969
- '--n-icon-size': string;
1970
- '--n-line-height-textarea': string;
1971
- '--n-color-disabled': string;
1972
- '--n-color-focus': string;
1973
- '--n-text-color-disabled': string;
1974
- '--n-box-shadow-focus': string;
1975
- '--n-loading-color': string;
1976
- '--n-caret-color-warning': string;
1977
- '--n-color-focus-warning': string;
1978
- '--n-box-shadow-focus-warning': string;
1979
- '--n-border-warning': string;
1980
- '--n-border-focus-warning': string;
1981
- '--n-border-hover-warning': string;
1982
- '--n-loading-color-warning': string;
1983
- '--n-caret-color-error': string;
1984
- '--n-color-focus-error': string;
1985
- '--n-box-shadow-focus-error': string;
1986
- '--n-border-error': string;
1987
- '--n-border-focus-error': string;
1988
- '--n-border-hover-error': string;
1989
- '--n-loading-color-error': string;
1990
- '--n-clear-color': string;
1991
- '--n-clear-size': string;
1992
- '--n-clear-color-hover': string;
1993
- '--n-clear-color-pressed': string;
1994
- '--n-icon-color': string;
1995
- '--n-icon-color-hover': string;
1996
- '--n-icon-color-pressed': string;
1997
- '--n-icon-color-disabled': string;
1998
- '--n-suffix-text-color': string;
1999
- }> | undefined;
2000
- themeClass: import("vue").Ref<string> | undefined;
2001
- onRender: (() => void) | undefined;
2002
- isCompositing: import("vue").Ref<boolean>;
2003
- blur: () => void;
2004
- focus: () => void;
2005
- select: () => void;
2006
- activate: () => void;
2007
- deactivate: () => void;
2008
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2009
- bordered: {
2010
- type: import("vue").PropType<boolean | undefined>;
2011
- default: undefined;
2012
- };
2013
- type: {
2014
- type: import("vue").PropType<"text" | "textarea" | "password">;
2015
- default: string;
2016
- };
2017
- placeholder: import("vue").PropType<string | [string, string]>;
2018
- defaultValue: {
2019
- type: import("vue").PropType<string | [string, string] | null>;
2020
- default: null;
2021
- };
2022
- value: import("vue").PropType<string | [string, string] | null>;
2023
- disabled: {
2024
- type: import("vue").PropType<boolean | undefined>;
2025
- default: undefined;
2026
- };
2027
- size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2028
- rows: {
2029
- type: import("vue").PropType<string | number>;
2030
- default: number;
2031
- };
2032
- round: BooleanConstructor;
2033
- minlength: import("vue").PropType<string | number>;
2034
- maxlength: import("vue").PropType<string | number>;
2035
- clearable: BooleanConstructor;
2036
- autosize: {
2037
- type: import("vue").PropType<boolean | {
2038
- minRows?: number | undefined;
2039
- maxRows?: number | undefined;
2040
- }>;
2041
- default: boolean;
2042
- };
2043
- pair: BooleanConstructor;
2044
- separator: StringConstructor;
2045
- readonly: {
2046
- type: (BooleanConstructor | StringConstructor)[];
2047
- default: boolean;
2048
- };
2049
- passivelyActivated: BooleanConstructor;
2050
- showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2051
- stateful: {
2052
- type: BooleanConstructor;
2053
- default: boolean;
2054
- };
2055
- autofocus: BooleanConstructor;
2056
- inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2057
- resizable: {
2058
- type: BooleanConstructor;
2059
- default: boolean;
2060
- };
2061
- showCount: BooleanConstructor;
2062
- loading: {
2063
- type: BooleanConstructor;
2064
- default: undefined;
2065
- };
2066
- allowInput: import("vue").PropType<(value: string) => boolean>;
2067
- onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2068
- onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2069
- onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2070
- onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2071
- onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2072
- onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2073
- onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2074
- onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2075
- onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2076
- status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2077
- 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2078
- onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2079
- textDecoration: import("vue").PropType<string | [string, string]>;
2080
- attrSize: {
2081
- type: NumberConstructor;
2082
- default: number;
2083
- };
2084
- onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2085
- onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2086
- onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2087
- onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2088
- onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2089
- onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2090
- internalDeactivateOnEnter: BooleanConstructor;
2091
- internalForceFocus: BooleanConstructor;
2092
- internalLoadingBeforeSuffix: BooleanConstructor;
2093
- showPasswordToggle: BooleanConstructor;
2094
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2095
- countTextColor: string;
2096
- heightTiny: string;
2097
- heightSmall: string;
2098
- heightMedium: string;
2099
- heightLarge: string;
2100
- fontSizeTiny: string;
2101
- fontSizeSmall: string;
2102
- fontSizeMedium: string;
2103
- fontSizeLarge: string;
2104
- lineHeight: string;
2105
- lineHeightTextarea: string;
2106
- borderRadius: string;
2107
- iconSize: string;
2108
- groupLabelColor: string;
2109
- groupLabelTextColor: string;
2110
- textColor: string;
2111
- textColorDisabled: string;
2112
- textDecorationColor: string;
2113
- caretColor: string;
2114
- placeholderColor: string;
2115
- placeholderColorDisabled: string;
2116
- color: string;
2117
- colorDisabled: string;
2118
- colorFocus: string;
2119
- groupLabelBorder: string;
2120
- border: string;
2121
- borderHover: string;
2122
- borderDisabled: string;
2123
- borderFocus: string;
2124
- boxShadowFocus: string;
2125
- loadingColor: string;
2126
- loadingColorWarning: string;
2127
- borderWarning: string;
2128
- borderHoverWarning: string;
2129
- colorFocusWarning: string;
2130
- borderFocusWarning: string;
2131
- boxShadowFocusWarning: string;
2132
- caretColorWarning: string;
2133
- loadingColorError: string;
2134
- borderError: string;
2135
- borderHoverError: string;
2136
- colorFocusError: string;
2137
- borderFocusError: string;
2138
- boxShadowFocusError: string;
2139
- caretColorError: string;
2140
- clearColor: string;
2141
- clearColorHover: string;
2142
- clearColorPressed: string;
2143
- iconColor: string;
2144
- iconColorDisabled: string;
2145
- iconColorHover: string;
2146
- iconColorPressed: string;
2147
- suffixTextColor: string;
2148
- paddingTiny: string;
2149
- paddingSmall: string;
2150
- paddingMedium: string;
2151
- paddingLarge: string;
2152
- clearSize: string;
2153
- }, any>>;
2154
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2155
- countTextColor: string;
2156
- heightTiny: string;
2157
- heightSmall: string;
2158
- heightMedium: string;
2159
- heightLarge: string;
2160
- fontSizeTiny: string;
2161
- fontSizeSmall: string;
2162
- fontSizeMedium: string;
2163
- fontSizeLarge: string;
2164
- lineHeight: string;
2165
- lineHeightTextarea: string;
2166
- borderRadius: string;
2167
- iconSize: string;
2168
- groupLabelColor: string;
2169
- groupLabelTextColor: string;
2170
- textColor: string;
2171
- textColorDisabled: string;
2172
- textDecorationColor: string;
2173
- caretColor: string;
2174
- placeholderColor: string;
2175
- placeholderColorDisabled: string;
2176
- color: string;
2177
- colorDisabled: string;
2178
- colorFocus: string;
2179
- groupLabelBorder: string;
2180
- border: string;
2181
- borderHover: string;
2182
- borderDisabled: string;
2183
- borderFocus: string;
2184
- boxShadowFocus: string;
2185
- loadingColor: string;
2186
- loadingColorWarning: string;
2187
- borderWarning: string;
2188
- borderHoverWarning: string;
2189
- colorFocusWarning: string;
2190
- borderFocusWarning: string;
2191
- boxShadowFocusWarning: string;
2192
- caretColorWarning: string;
2193
- loadingColorError: string;
2048
+ colorDisabledError: string;
2049
+ textColorError: string;
2050
+ textColorHoverError: string;
2051
+ textColorPressedError: string;
2052
+ textColorFocusError: string;
2053
+ textColorDisabledError: string;
2054
+ textColorTextError: string;
2055
+ textColorTextHoverError: string;
2056
+ textColorTextPressedError: string;
2057
+ textColorTextFocusError: string;
2058
+ textColorTextDisabledError: string;
2059
+ textColorGhostError: string;
2060
+ textColorGhostHoverError: string;
2061
+ textColorGhostPressedError: string;
2062
+ textColorGhostFocusError: string;
2063
+ textColorGhostDisabledError: string;
2194
2064
  borderError: string;
2195
2065
  borderHoverError: string;
2196
- colorFocusError: string;
2066
+ borderPressedError: string;
2197
2067
  borderFocusError: string;
2198
- boxShadowFocusError: string;
2199
- caretColorError: string;
2200
- clearColor: string;
2201
- clearColorHover: string;
2202
- clearColorPressed: string;
2203
- iconColor: string;
2204
- iconColorDisabled: string;
2205
- iconColorHover: string;
2206
- iconColorPressed: string;
2207
- suffixTextColor: string;
2068
+ borderDisabledError: string;
2069
+ rippleColorError: string;
2070
+ waveOpacity: string;
2071
+ fontWeight: string;
2072
+ fontWeightStrong: string;
2208
2073
  paddingTiny: string;
2209
2074
  paddingSmall: string;
2210
2075
  paddingMedium: string;
2211
2076
  paddingLarge: string;
2212
- clearSize: string;
2213
- }, any>>>;
2214
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2077
+ paddingRoundTiny: string;
2078
+ paddingRoundSmall: string;
2079
+ paddingRoundMedium: string;
2080
+ paddingRoundLarge: string;
2081
+ iconMarginTiny: string;
2082
+ iconMarginSmall: string;
2083
+ iconMarginMedium: string;
2084
+ iconMarginLarge: string;
2085
+ iconSizeTiny: string;
2086
+ iconSizeSmall: string;
2087
+ iconSizeMedium: string;
2088
+ iconSizeLarge: string;
2089
+ rippleDuration: string;
2090
+ }, any>;
2091
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2215
2092
  countTextColor: string;
2216
2093
  heightTiny: string;
2217
2094
  heightSmall: string;
@@ -2270,46 +2147,21 @@ declare const _default: import("vue").DefineComponent<{
2270
2147
  paddingMedium: string;
2271
2148
  paddingLarge: string;
2272
2149
  clearSize: string;
2273
- }, any>>>;
2274
- }>>, {
2275
- type: "text" | "textarea" | "password";
2276
- readonly: string | boolean;
2277
- round: boolean;
2278
- disabled: boolean | undefined;
2279
- autofocus: boolean;
2280
- autosize: boolean | {
2281
- minRows?: number | undefined;
2282
- maxRows?: number | undefined;
2283
- };
2284
- loading: boolean;
2285
- bordered: boolean | undefined;
2286
- clearable: boolean;
2287
- defaultValue: string | [string, string] | null;
2288
- resizable: boolean;
2289
- pair: boolean;
2290
- rows: string | number;
2291
- passivelyActivated: boolean;
2292
- stateful: boolean;
2293
- showCount: boolean;
2294
- attrSize: number;
2295
- internalDeactivateOnEnter: boolean;
2296
- internalForceFocus: boolean;
2297
- internalLoadingBeforeSuffix: boolean;
2298
- showPasswordToggle: boolean;
2299
- }>;
2300
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectLocation"[], "selectLocation", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2301
- locationProp: {
2302
- type: StringConstructor;
2303
- default: string;
2150
+ }, any>;
2151
+ }>>>;
2152
+ }>>, {
2153
+ readonly: boolean;
2154
+ disabled: boolean | undefined;
2155
+ step: string | number;
2156
+ autofocus: boolean;
2157
+ loading: boolean;
2158
+ bordered: boolean | undefined;
2159
+ clearable: boolean;
2160
+ defaultValue: number | null;
2161
+ keyboard: {
2162
+ ArrowUp?: boolean | undefined;
2163
+ ArrowDown?: boolean | undefined;
2304
2164
  };
2305
- ak: {
2306
- type: StringConstructor;
2307
- default: string;
2308
- };
2309
- }>> & {
2310
- onSelectLocation?: ((...args: any[]) => any) | undefined;
2311
- }, {
2312
- ak: string;
2313
- locationProp: string;
2165
+ showButton: boolean;
2166
+ updateValueOnInput: boolean;
2314
2167
  }>;
2315
- export default _default;