cnhis-design-vue 3.1.7 → 3.1.8

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 (248) hide show
  1. package/es/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
  2. package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
  3. package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
  4. package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
  5. package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
  6. package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
  7. package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
  8. package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
  9. package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
  10. package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
  11. package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
  12. package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
  13. package/es/packages/big-table/index2.mjs +5 -3
  14. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +10 -11
  15. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  16. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
  17. package/es/packages/bpmn-workflow/index2.mjs +2 -2
  18. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
  19. package/es/packages/button-print/index2.mjs +2 -2
  20. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
  21. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
  22. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
  23. package/es/packages/chunk-upload/index2.mjs +4 -2
  24. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
  25. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
  26. package/es/packages/drag-layout/index.d.ts +294 -430
  27. package/es/packages/drag-layout/index2.mjs +4 -2
  28. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
  29. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  30. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
  31. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
  32. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
  33. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
  34. package/es/packages/editor/index2.mjs +2 -2
  35. package/es/packages/field-set/index2.mjs +2 -2
  36. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
  37. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
  38. package/es/packages/form-render/index.mjs +10 -0
  39. package/es/packages/form-render/index2.mjs +15 -0
  40. package/es/packages/form-render/src/FormRender.mjs +2 -0
  41. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
  42. package/es/packages/form-render/src/FormRender2.mjs +4 -0
  43. package/es/packages/form-render/src/components/cascader.d.ts +40 -0
  44. package/es/packages/form-render/src/components/cascader.mjs +1 -0
  45. package/es/packages/form-render/src/components/cascader2.mjs +108 -0
  46. package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
  47. package/es/packages/form-render/src/components/checkbox.mjs +1 -0
  48. package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
  49. package/es/packages/form-render/src/components/collapse.d.ts +31 -0
  50. package/es/packages/form-render/src/components/collapse.mjs +1 -0
  51. package/es/packages/form-render/src/components/collapse2.mjs +54 -0
  52. package/es/packages/form-render/src/components/combination.d.ts +142 -0
  53. package/es/packages/form-render/src/components/combination.mjs +1 -0
  54. package/es/packages/form-render/src/components/combination2.mjs +116 -0
  55. package/es/packages/form-render/src/components/date.d.ts +5033 -0
  56. package/es/packages/form-render/src/components/date.mjs +1 -0
  57. package/es/packages/form-render/src/components/date2.mjs +34 -0
  58. package/es/packages/form-render/src/components/formItem.d.ts +292 -0
  59. package/es/packages/form-render/src/components/formItem.mjs +1 -0
  60. package/es/packages/form-render/src/components/formItem2.mjs +22 -0
  61. package/es/packages/form-render/src/components/index.d.ts +15 -0
  62. package/es/packages/form-render/src/components/index.mjs +15 -0
  63. package/es/packages/form-render/src/components/index2.mjs +15 -0
  64. package/es/packages/form-render/src/components/input.d.ts +15 -0
  65. package/es/packages/form-render/src/components/input.mjs +1 -0
  66. package/es/packages/form-render/src/components/input2.mjs +40 -0
  67. package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
  68. package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
  69. package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
  70. package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
  71. package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
  72. package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
  73. package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
  74. package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
  75. package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
  76. package/es/packages/form-render/src/components/radio.d.ts +24 -0
  77. package/es/packages/form-render/src/components/radio.mjs +1 -0
  78. package/es/packages/form-render/src/components/radio2.mjs +44 -0
  79. package/es/packages/form-render/src/components/select.d.ts +29 -0
  80. package/es/packages/form-render/src/components/select.mjs +1 -0
  81. package/es/packages/form-render/src/components/select2.mjs +97 -0
  82. package/es/packages/form-render/src/components/slider.d.ts +347 -0
  83. package/es/packages/form-render/src/components/slider.mjs +1 -0
  84. package/es/packages/form-render/src/components/slider2.mjs +16 -0
  85. package/es/packages/form-render/src/components/switch.d.ts +21 -0
  86. package/es/packages/form-render/src/components/switch.mjs +1 -0
  87. package/es/packages/form-render/src/components/switch2.mjs +48 -0
  88. package/es/packages/form-render/src/components/textarea.d.ts +845 -0
  89. package/es/packages/form-render/src/components/textarea.mjs +1 -0
  90. package/es/packages/form-render/src/components/textarea2.mjs +11 -0
  91. package/es/packages/form-render/src/constants/index.d.ts +23 -0
  92. package/es/packages/form-render/src/constants/index.mjs +1 -0
  93. package/es/packages/form-render/src/constants/index2.mjs +24 -0
  94. package/es/packages/form-render/src/hooks/index.d.ts +9 -0
  95. package/es/packages/form-render/src/hooks/index.mjs +9 -0
  96. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
  97. package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
  98. package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
  99. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
  100. package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
  101. package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
  102. package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
  103. package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
  104. package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
  105. package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
  106. package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
  107. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
  108. package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  109. package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
  110. package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
  111. package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
  112. package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
  113. package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
  114. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
  115. package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
  116. package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
  117. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
  118. package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
  119. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
  120. package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
  121. package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
  122. package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
  123. package/es/packages/form-render/src/types/fieldItem.d.ts +44 -0
  124. package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
  125. package/es/packages/form-render/src/types/index.d.ts +26 -0
  126. package/es/packages/form-render/src/types/index.mjs +1 -0
  127. package/es/packages/form-render/src/utils/index.d.ts +10 -0
  128. package/es/packages/form-render/src/utils/index.mjs +1 -0
  129. package/es/packages/form-render/src/utils/index2.mjs +59 -0
  130. package/es/packages/form-render/style/index.css +80 -0
  131. package/es/packages/form-render/style/index.less +116 -0
  132. package/es/packages/form-table/index2.mjs +2 -2
  133. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
  134. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
  135. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  136. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
  137. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
  138. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
  139. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  140. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
  141. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
  142. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
  143. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  144. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
  145. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
  146. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
  147. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  148. package/es/packages/grid/index2.mjs +4 -2
  149. package/es/packages/index.css +81 -1
  150. package/es/packages/index.d.ts +5 -2
  151. package/es/packages/index.less +118 -1
  152. package/es/packages/index.mjs +10 -0
  153. package/es/packages/index2.mjs +7 -7
  154. package/es/packages/info-header/index2.mjs +2 -2
  155. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
  156. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
  157. package/es/packages/info-header/style/index.css +1 -1
  158. package/es/packages/info-header/style/index.less +1 -1
  159. package/es/packages/map/index2.mjs +2 -2
  160. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
  161. package/es/packages/scale-view/index2.mjs +8 -6
  162. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +16 -14
  163. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -3
  164. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
  165. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
  166. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
  167. package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
  168. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  169. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +3 -3
  170. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  171. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +4 -4
  172. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  173. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
  174. package/es/packages/select-label/index2.mjs +3 -3
  175. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
  176. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
  177. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +19 -17
  178. package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
  179. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
  180. package/es/packages/select-person/index2.mjs +2 -2
  181. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
  182. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +23 -24
  183. package/es/packages/time-line/index.d.ts +28 -47
  184. package/es/packages/time-line/index2.mjs +2 -2
  185. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
  186. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
  187. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
  188. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
  189. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
  190. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
  191. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
  192. package/es/src/utils/anime.d.ts +35 -0
  193. package/es/src/utils/anime.mjs +1 -0
  194. package/es/src/utils/anime2.mjs +126 -0
  195. package/es/src/utils/utilExpand.d.ts +1 -0
  196. package/es/src/utils/utilExpand.mjs +1 -0
  197. package/es/src/utils/utilExpand2.mjs +714 -0
  198. package/es/src/utils/vexutils2.mjs +2 -708
  199. package/md-plugin.ts +201 -0
  200. package/package.json +125 -119
  201. package/uno.config.ts +22 -0
  202. package/es/packages/big-table/index.d.ts +0 -2047
  203. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
  204. package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
  205. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  206. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
  207. package/es/packages/button-print/index.d.ts +0 -7378
  208. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
  209. package/es/packages/chunk-upload/index.d.ts +0 -1748
  210. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
  211. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
  212. package/es/packages/field-set/index.d.ts +0 -5284
  213. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
  214. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
  215. package/es/packages/form-table/index.d.ts +0 -35928
  216. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
  217. package/es/packages/form-table/src/components/index.d.ts +0 -35687
  218. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
  219. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
  220. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
  221. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
  222. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
  223. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
  224. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
  225. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
  226. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  227. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  228. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
  229. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  230. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
  231. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
  232. package/es/packages/info-header/index.d.ts +0 -1846
  233. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
  234. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
  235. package/es/packages/map/index.d.ts +0 -2315
  236. package/es/packages/scale-view/index.d.ts +0 -4297
  237. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
  238. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
  239. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
  240. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
  241. package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
  242. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
  243. package/es/packages/select-label/index.d.ts +0 -12120
  244. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
  245. package/es/packages/select-person/index.d.ts +0 -3502
  246. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  247. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
  248. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
@@ -82,8 +82,6 @@ declare const _default: import("vue").DefineComponent<{
82
82
  readonly default: 0;
83
83
  };
84
84
  }, {
85
- isSsr: boolean;
86
- contentEl: import("vue").Ref<HTMLElement | undefined>;
87
85
  mergedClsPrefix: import("vue").ComputedRef<string>;
88
86
  style: import("vue").ComputedRef<import("vue").CSSProperties>;
89
87
  isResponsive: import("vue").ComputedRef<boolean>;
@@ -116,13 +114,13 @@ declare const _default: import("vue").DefineComponent<{
116
114
  readonly default: 0;
117
115
  };
118
116
  }>>, {
119
- readonly cols: string | number;
120
- readonly responsive: "self" | "screen";
121
- readonly collapsed: boolean;
122
- readonly itemResponsive: boolean;
123
- readonly collapsedRows: number;
124
- readonly xGap: string | number;
125
- readonly yGap: string | number;
117
+ cols: string | number;
118
+ responsive: "self" | "screen";
119
+ collapsed: boolean;
120
+ itemResponsive: boolean;
121
+ collapsedRows: number;
122
+ xGap: string | number;
123
+ yGap: string | number;
126
124
  }>;
127
125
  NFormItemGi: import("vue").DefineComponent<{
128
126
  readonly label: StringConstructor;
@@ -410,16 +408,16 @@ declare const _default: import("vue").DefineComponent<{
410
408
  readonly default: true;
411
409
  };
412
410
  }>>, {
413
- readonly required: boolean;
414
- readonly first: boolean;
415
- readonly offset: string | number;
416
- readonly span: string | number;
417
- readonly suffix: boolean;
418
- readonly showRequireMark: boolean | undefined;
419
- readonly showFeedback: boolean | undefined;
420
- readonly showLabel: boolean | undefined;
421
- readonly ignorePathChange: boolean;
422
- readonly privateShow: boolean;
411
+ required: boolean;
412
+ first: boolean;
413
+ offset: string | number;
414
+ span: string | number;
415
+ suffix: boolean;
416
+ showRequireMark: boolean | undefined;
417
+ showFeedback: boolean | undefined;
418
+ showLabel: boolean | undefined;
419
+ ignorePathChange: boolean;
420
+ privateShow: boolean;
423
421
  }>;
424
422
  NButton: import("vue").DefineComponent<{
425
423
  readonly color: StringConstructor;
@@ -1794,26 +1792,26 @@ declare const _default: import("vue").DefineComponent<{
1794
1792
  rippleDuration: string;
1795
1793
  }, any>>>;
1796
1794
  }>>, {
1797
- readonly type: import("naive-ui/es/button/src/interface").Type;
1798
- readonly tag: keyof HTMLElementTagNameMap;
1799
- readonly block: boolean;
1800
- readonly round: boolean;
1801
- readonly dashed: boolean;
1802
- readonly text: boolean;
1803
- readonly circle: boolean;
1804
- readonly disabled: boolean;
1805
- readonly focusable: boolean;
1806
- readonly strong: boolean;
1807
- readonly loading: boolean;
1808
- readonly bordered: boolean;
1809
- readonly tertiary: boolean;
1810
- readonly ghost: boolean;
1811
- readonly keyboard: boolean;
1812
- readonly secondary: boolean;
1813
- readonly quaternary: boolean;
1814
- readonly iconPlacement: "left" | "right";
1815
- readonly attrType: "button" | "reset" | "submit";
1816
- readonly nativeFocusBehavior: boolean;
1795
+ type: import("naive-ui/es/button/src/interface").Type;
1796
+ tag: keyof HTMLElementTagNameMap;
1797
+ block: boolean;
1798
+ round: boolean;
1799
+ dashed: boolean;
1800
+ text: boolean;
1801
+ circle: boolean;
1802
+ disabled: boolean;
1803
+ focusable: boolean;
1804
+ strong: boolean;
1805
+ loading: boolean;
1806
+ bordered: boolean;
1807
+ tertiary: boolean;
1808
+ ghost: boolean;
1809
+ keyboard: boolean;
1810
+ secondary: boolean;
1811
+ quaternary: boolean;
1812
+ iconPlacement: "left" | "right";
1813
+ attrType: "button" | "reset" | "submit";
1814
+ nativeFocusBehavior: boolean;
1817
1815
  }>;
1818
1816
  NModal: import("vue").DefineComponent<{
1819
1817
  onEsc: import("vue").PropType<() => void>;
@@ -1925,12 +1923,9 @@ declare const _default: import("vue").DefineComponent<{
1925
1923
  titleTextColor: string;
1926
1924
  textColor: string;
1927
1925
  color: string;
1926
+ closeColor: string;
1928
1927
  closeColorHover: string;
1929
1928
  closeColorPressed: string;
1930
- closeIconColor: string;
1931
- closeIconColorHover: string;
1932
- closeIconColorPressed: string;
1933
- closeBorderRadius: string;
1934
1929
  iconColor: string;
1935
1930
  iconColorInfo: string;
1936
1931
  iconColorSuccess: string;
@@ -1946,7 +1941,6 @@ declare const _default: import("vue").DefineComponent<{
1946
1941
  iconMargin: string;
1947
1942
  iconMarginIconTop: string;
1948
1943
  closeSize: string;
1949
- closeIconSize: string;
1950
1944
  closeMargin: string;
1951
1945
  closeMarginIconTop: string;
1952
1946
  }, {
@@ -2167,12 +2161,9 @@ declare const _default: import("vue").DefineComponent<{
2167
2161
  borderColor: string;
2168
2162
  actionColor: string;
2169
2163
  titleFontWeight: string;
2164
+ closeColor: string;
2170
2165
  closeColorHover: string;
2171
2166
  closeColorPressed: string;
2172
- closeBorderRadius: string;
2173
- closeIconColor: string;
2174
- closeIconColorHover: string;
2175
- closeIconColorPressed: string;
2176
2167
  fontSizeSmall: string;
2177
2168
  fontSizeMedium: string;
2178
2169
  fontSizeLarge: string;
@@ -2187,7 +2178,6 @@ declare const _default: import("vue").DefineComponent<{
2187
2178
  titleFontSizeMedium: string;
2188
2179
  titleFontSizeLarge: string;
2189
2180
  titleFontSizeHuge: string;
2190
- closeIconSize: string;
2191
2181
  closeSize: string;
2192
2182
  }, any>;
2193
2183
  }>>;
@@ -2207,12 +2197,9 @@ declare const _default: import("vue").DefineComponent<{
2207
2197
  titleTextColor: string;
2208
2198
  textColor: string;
2209
2199
  color: string;
2200
+ closeColor: string;
2210
2201
  closeColorHover: string;
2211
2202
  closeColorPressed: string;
2212
- closeIconColor: string;
2213
- closeIconColorHover: string;
2214
- closeIconColorPressed: string;
2215
- closeBorderRadius: string;
2216
2203
  iconColor: string;
2217
2204
  iconColorInfo: string;
2218
2205
  iconColorSuccess: string;
@@ -2228,7 +2215,6 @@ declare const _default: import("vue").DefineComponent<{
2228
2215
  iconMargin: string;
2229
2216
  iconMarginIconTop: string;
2230
2217
  closeSize: string;
2231
- closeIconSize: string;
2232
2218
  closeMargin: string;
2233
2219
  closeMarginIconTop: string;
2234
2220
  }, {
@@ -2449,12 +2435,9 @@ declare const _default: import("vue").DefineComponent<{
2449
2435
  borderColor: string;
2450
2436
  actionColor: string;
2451
2437
  titleFontWeight: string;
2438
+ closeColor: string;
2452
2439
  closeColorHover: string;
2453
2440
  closeColorPressed: string;
2454
- closeBorderRadius: string;
2455
- closeIconColor: string;
2456
- closeIconColorHover: string;
2457
- closeIconColorPressed: string;
2458
2441
  fontSizeSmall: string;
2459
2442
  fontSizeMedium: string;
2460
2443
  fontSizeLarge: string;
@@ -2469,7 +2452,6 @@ declare const _default: import("vue").DefineComponent<{
2469
2452
  titleFontSizeMedium: string;
2470
2453
  titleFontSizeLarge: string;
2471
2454
  titleFontSizeHuge: string;
2472
- closeIconSize: string;
2473
2455
  closeSize: string;
2474
2456
  }, any>;
2475
2457
  }>>>;
@@ -2489,12 +2471,9 @@ declare const _default: import("vue").DefineComponent<{
2489
2471
  titleTextColor: string;
2490
2472
  textColor: string;
2491
2473
  color: string;
2474
+ closeColor: string;
2492
2475
  closeColorHover: string;
2493
2476
  closeColorPressed: string;
2494
- closeIconColor: string;
2495
- closeIconColorHover: string;
2496
- closeIconColorPressed: string;
2497
- closeBorderRadius: string;
2498
2477
  iconColor: string;
2499
2478
  iconColorInfo: string;
2500
2479
  iconColorSuccess: string;
@@ -2510,7 +2489,6 @@ declare const _default: import("vue").DefineComponent<{
2510
2489
  iconMargin: string;
2511
2490
  iconMarginIconTop: string;
2512
2491
  closeSize: string;
2513
- closeIconSize: string;
2514
2492
  closeMargin: string;
2515
2493
  closeMarginIconTop: string;
2516
2494
  }, {
@@ -2731,12 +2709,9 @@ declare const _default: import("vue").DefineComponent<{
2731
2709
  borderColor: string;
2732
2710
  actionColor: string;
2733
2711
  titleFontWeight: string;
2712
+ closeColor: string;
2734
2713
  closeColorHover: string;
2735
2714
  closeColorPressed: string;
2736
- closeBorderRadius: string;
2737
- closeIconColor: string;
2738
- closeIconColorHover: string;
2739
- closeIconColorPressed: string;
2740
2715
  fontSizeSmall: string;
2741
2716
  fontSizeMedium: string;
2742
2717
  fontSizeLarge: string;
@@ -2751,7 +2726,6 @@ declare const _default: import("vue").DefineComponent<{
2751
2726
  titleFontSizeMedium: string;
2752
2727
  titleFontSizeLarge: string;
2753
2728
  titleFontSizeHuge: string;
2754
- closeIconSize: string;
2755
2729
  closeSize: string;
2756
2730
  }, any>;
2757
2731
  }>>>;
@@ -2887,12 +2861,9 @@ declare const _default: import("vue").DefineComponent<{
2887
2861
  titleTextColor: string;
2888
2862
  textColor: string;
2889
2863
  color: string;
2864
+ closeColor: string;
2890
2865
  closeColorHover: string;
2891
2866
  closeColorPressed: string;
2892
- closeIconColor: string;
2893
- closeIconColorHover: string;
2894
- closeIconColorPressed: string;
2895
- closeBorderRadius: string;
2896
2867
  iconColor: string;
2897
2868
  iconColorInfo: string;
2898
2869
  iconColorSuccess: string;
@@ -2908,7 +2879,6 @@ declare const _default: import("vue").DefineComponent<{
2908
2879
  iconMargin: string;
2909
2880
  iconMarginIconTop: string;
2910
2881
  closeSize: string;
2911
- closeIconSize: string;
2912
2882
  closeMargin: string;
2913
2883
  closeMarginIconTop: string;
2914
2884
  }, {
@@ -3129,12 +3099,9 @@ declare const _default: import("vue").DefineComponent<{
3129
3099
  borderColor: string;
3130
3100
  actionColor: string;
3131
3101
  titleFontWeight: string;
3102
+ closeColor: string;
3132
3103
  closeColorHover: string;
3133
3104
  closeColorPressed: string;
3134
- closeBorderRadius: string;
3135
- closeIconColor: string;
3136
- closeIconColorHover: string;
3137
- closeIconColorPressed: string;
3138
3105
  fontSizeSmall: string;
3139
3106
  fontSizeMedium: string;
3140
3107
  fontSizeLarge: string;
@@ -3149,7 +3116,6 @@ declare const _default: import("vue").DefineComponent<{
3149
3116
  titleFontSizeMedium: string;
3150
3117
  titleFontSizeLarge: string;
3151
3118
  titleFontSizeHuge: string;
3152
- closeIconSize: string;
3153
3119
  closeSize: string;
3154
3120
  }, any>;
3155
3121
  }>>;
@@ -3169,12 +3135,9 @@ declare const _default: import("vue").DefineComponent<{
3169
3135
  titleTextColor: string;
3170
3136
  textColor: string;
3171
3137
  color: string;
3138
+ closeColor: string;
3172
3139
  closeColorHover: string;
3173
3140
  closeColorPressed: string;
3174
- closeIconColor: string;
3175
- closeIconColorHover: string;
3176
- closeIconColorPressed: string;
3177
- closeBorderRadius: string;
3178
3141
  iconColor: string;
3179
3142
  iconColorInfo: string;
3180
3143
  iconColorSuccess: string;
@@ -3190,7 +3153,6 @@ declare const _default: import("vue").DefineComponent<{
3190
3153
  iconMargin: string;
3191
3154
  iconMarginIconTop: string;
3192
3155
  closeSize: string;
3193
- closeIconSize: string;
3194
3156
  closeMargin: string;
3195
3157
  closeMarginIconTop: string;
3196
3158
  }, {
@@ -3411,12 +3373,9 @@ declare const _default: import("vue").DefineComponent<{
3411
3373
  borderColor: string;
3412
3374
  actionColor: string;
3413
3375
  titleFontWeight: string;
3376
+ closeColor: string;
3414
3377
  closeColorHover: string;
3415
3378
  closeColorPressed: string;
3416
- closeBorderRadius: string;
3417
- closeIconColor: string;
3418
- closeIconColorHover: string;
3419
- closeIconColorPressed: string;
3420
3379
  fontSizeSmall: string;
3421
3380
  fontSizeMedium: string;
3422
3381
  fontSizeLarge: string;
@@ -3431,7 +3390,6 @@ declare const _default: import("vue").DefineComponent<{
3431
3390
  titleFontSizeMedium: string;
3432
3391
  titleFontSizeLarge: string;
3433
3392
  titleFontSizeHuge: string;
3434
- closeIconSize: string;
3435
3393
  closeSize: string;
3436
3394
  }, any>;
3437
3395
  }>>>;
@@ -3451,12 +3409,9 @@ declare const _default: import("vue").DefineComponent<{
3451
3409
  titleTextColor: string;
3452
3410
  textColor: string;
3453
3411
  color: string;
3412
+ closeColor: string;
3454
3413
  closeColorHover: string;
3455
3414
  closeColorPressed: string;
3456
- closeIconColor: string;
3457
- closeIconColorHover: string;
3458
- closeIconColorPressed: string;
3459
- closeBorderRadius: string;
3460
3415
  iconColor: string;
3461
3416
  iconColorInfo: string;
3462
3417
  iconColorSuccess: string;
@@ -3472,7 +3427,6 @@ declare const _default: import("vue").DefineComponent<{
3472
3427
  iconMargin: string;
3473
3428
  iconMarginIconTop: string;
3474
3429
  closeSize: string;
3475
- closeIconSize: string;
3476
3430
  closeMargin: string;
3477
3431
  closeMarginIconTop: string;
3478
3432
  }, {
@@ -3693,12 +3647,9 @@ declare const _default: import("vue").DefineComponent<{
3693
3647
  borderColor: string;
3694
3648
  actionColor: string;
3695
3649
  titleFontWeight: string;
3650
+ closeColor: string;
3696
3651
  closeColorHover: string;
3697
3652
  closeColorPressed: string;
3698
- closeBorderRadius: string;
3699
- closeIconColor: string;
3700
- closeIconColorHover: string;
3701
- closeIconColorPressed: string;
3702
3653
  fontSizeSmall: string;
3703
3654
  fontSizeMedium: string;
3704
3655
  fontSizeLarge: string;
@@ -3713,7 +3664,6 @@ declare const _default: import("vue").DefineComponent<{
3713
3664
  titleFontSizeMedium: string;
3714
3665
  titleFontSizeLarge: string;
3715
3666
  titleFontSizeHuge: string;
3716
- closeIconSize: string;
3717
3667
  closeSize: string;
3718
3668
  }, any>;
3719
3669
  }>>>;
@@ -3994,14 +3944,14 @@ declare const _default: import("vue").DefineComponent<{
3994
3944
  labelTextAlignHorizontal: string;
3995
3945
  }, any>>>;
3996
3946
  }>>, {
3997
- readonly inline: boolean;
3998
- readonly disabled: boolean;
3999
- readonly onSubmit: (e: Event) => void;
4000
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
4001
- readonly model: Record<string, any>;
4002
- readonly showRequireMark: boolean | undefined;
4003
- readonly showFeedback: boolean;
4004
- readonly showLabel: boolean | undefined;
3947
+ inline: boolean;
3948
+ disabled: boolean;
3949
+ onSubmit: (e: Event) => void;
3950
+ labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
3951
+ model: Record<string, any>;
3952
+ showRequireMark: boolean | undefined;
3953
+ showFeedback: boolean;
3954
+ showLabel: boolean | undefined;
4005
3955
  }>;
4006
3956
  NInput: import("vue").DefineComponent<{
4007
3957
  bordered: {
@@ -4061,7 +4011,6 @@ declare const _default: import("vue").DefineComponent<{
4061
4011
  type: BooleanConstructor;
4062
4012
  default: undefined;
4063
4013
  };
4064
- allowInput: import("vue").PropType<(value: string) => boolean>;
4065
4014
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
4066
4015
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
4067
4016
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -4282,8 +4231,8 @@ declare const _default: import("vue").DefineComponent<{
4282
4231
  contentRef: HTMLElement | null;
4283
4232
  containerScrollTop: number;
4284
4233
  syncUnifiedContainer: () => void;
4285
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
4286
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
4234
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
4235
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
4287
4236
  sync: () => void;
4288
4237
  handleMouseEnterWrapper: () => void;
4289
4238
  handleMouseLeaveWrapper: () => void;
@@ -4317,7 +4266,7 @@ declare const _default: import("vue").DefineComponent<{
4317
4266
  handleCompositionEnd: (e: CompositionEvent) => void;
4318
4267
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
4319
4268
  handleInputBlur: (e: FocusEvent) => void;
4320
- handleInputFocus: (e: FocusEvent, index: number) => void;
4269
+ handleInputFocus: (e: FocusEvent) => void;
4321
4270
  handleWrapperBlur: (e: FocusEvent) => void;
4322
4271
  handleWrapperFocus: (e: FocusEvent) => void;
4323
4272
  handleMouseEnter: () => void;
@@ -4328,7 +4277,7 @@ declare const _default: import("vue").DefineComponent<{
4328
4277
  handleClear: (e: MouseEvent) => void;
4329
4278
  handlePasswordToggleClick: () => void;
4330
4279
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
4331
- handleWrapperKeydown: (e: KeyboardEvent) => void;
4280
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
4332
4281
  handleTextAreaMirrorResize: () => void;
4333
4282
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
4334
4283
  mergedTheme: import("vue").ComputedRef<{
@@ -4372,11 +4321,10 @@ declare const _default: import("vue").DefineComponent<{
4372
4321
  opacity5: string;
4373
4322
  dividerColor: string;
4374
4323
  borderColor: string;
4375
- closeIconColor: string;
4376
- closeIconColorHover: string;
4377
- closeIconColorPressed: string;
4324
+ closeColor: string;
4378
4325
  closeColorHover: string;
4379
4326
  closeColorPressed: string;
4327
+ closeColorDisabled: string;
4380
4328
  clearColor: string;
4381
4329
  clearColorHover: string;
4382
4330
  clearColorPressed: string;
@@ -4617,7 +4565,6 @@ declare const _default: import("vue").DefineComponent<{
4617
4565
  type: BooleanConstructor;
4618
4566
  default: undefined;
4619
4567
  };
4620
- allowInput: import("vue").PropType<(value: string) => boolean>;
4621
4568
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
4622
4569
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
4623
4570
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -4885,7 +4832,10 @@ declare const _default: import("vue").DefineComponent<{
4885
4832
  };
4886
4833
  readonly remote: BooleanConstructor;
4887
4834
  readonly loading: BooleanConstructor;
4888
- readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
4835
+ readonly filter: {
4836
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
4837
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
4838
+ };
4889
4839
  readonly placement: {
4890
4840
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
4891
4841
  readonly default: "bottom-start";
@@ -4895,10 +4845,19 @@ declare const _default: import("vue").DefineComponent<{
4895
4845
  readonly default: "trigger";
4896
4846
  };
4897
4847
  readonly tag: BooleanConstructor;
4898
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
4848
+ readonly onCreate: {
4849
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
4850
+ readonly default: (label: string) => {
4851
+ label: string;
4852
+ value: string;
4853
+ };
4854
+ };
4899
4855
  readonly fallbackOption: {
4900
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
4901
- readonly default: undefined;
4856
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
4857
+ readonly default: () => (value: string | number) => {
4858
+ label: string;
4859
+ value: string | number;
4860
+ };
4902
4861
  };
4903
4862
  readonly show: {
4904
4863
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -4917,18 +4876,6 @@ declare const _default: import("vue").DefineComponent<{
4917
4876
  readonly type: BooleanConstructor;
4918
4877
  readonly default: true;
4919
4878
  };
4920
- readonly labelField: {
4921
- readonly type: StringConstructor;
4922
- readonly default: "label";
4923
- };
4924
- readonly valueField: {
4925
- readonly type: StringConstructor;
4926
- readonly default: "value";
4927
- };
4928
- readonly childrenField: {
4929
- readonly type: StringConstructor;
4930
- readonly default: "children";
4931
- };
4932
4879
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
4933
4880
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
4934
4881
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -4951,10 +4898,6 @@ declare const _default: import("vue").DefineComponent<{
4951
4898
  readonly default: true;
4952
4899
  };
4953
4900
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
4954
- readonly internalShowCheckmark: {
4955
- readonly type: BooleanConstructor;
4956
- readonly default: true;
4957
- };
4958
4901
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
4959
4902
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
4960
4903
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -5050,7 +4993,6 @@ declare const _default: import("vue").DefineComponent<{
5050
4993
  optionCheckColor: string;
5051
4994
  optionColorPending: string;
5052
4995
  optionColorActive: string;
5053
- optionColorActivePending: string;
5054
4996
  actionTextColor: string;
5055
4997
  loadingColor: string;
5056
4998
  height: string;
@@ -5176,7 +5118,6 @@ declare const _default: import("vue").DefineComponent<{
5176
5118
  optionCheckColor: string;
5177
5119
  optionColorPending: string;
5178
5120
  optionColorActive: string;
5179
- optionColorActivePending: string;
5180
5121
  actionTextColor: string;
5181
5122
  loadingColor: string;
5182
5123
  height: string;
@@ -5302,7 +5243,6 @@ declare const _default: import("vue").DefineComponent<{
5302
5243
  optionCheckColor: string;
5303
5244
  optionColorPending: string;
5304
5245
  optionColorActive: string;
5305
- optionColorActivePending: string;
5306
5246
  actionTextColor: string;
5307
5247
  loadingColor: string;
5308
5248
  height: string;
@@ -5432,11 +5372,10 @@ declare const _default: import("vue").DefineComponent<{
5432
5372
  opacity5: string;
5433
5373
  dividerColor: string;
5434
5374
  borderColor: string;
5435
- closeIconColor: string;
5436
- closeIconColorHover: string;
5437
- closeIconColorPressed: string;
5375
+ closeColor: string;
5438
5376
  closeColorHover: string;
5439
5377
  closeColorPressed: string;
5378
+ closeColorDisabled: string;
5440
5379
  clearColor: string;
5441
5380
  clearColorHover: string;
5442
5381
  clearColorPressed: string;
@@ -5591,7 +5530,6 @@ declare const _default: import("vue").DefineComponent<{
5591
5530
  optionCheckColor: string;
5592
5531
  optionColorPending: string;
5593
5532
  optionColorActive: string;
5594
- optionColorActivePending: string;
5595
5533
  actionTextColor: string;
5596
5534
  loadingColor: string;
5597
5535
  height: string;
@@ -5707,7 +5645,10 @@ declare const _default: import("vue").DefineComponent<{
5707
5645
  };
5708
5646
  readonly remote: BooleanConstructor;
5709
5647
  readonly loading: BooleanConstructor;
5710
- readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
5648
+ readonly filter: {
5649
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
5650
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
5651
+ };
5711
5652
  readonly placement: {
5712
5653
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
5713
5654
  readonly default: "bottom-start";
@@ -5717,10 +5658,19 @@ declare const _default: import("vue").DefineComponent<{
5717
5658
  readonly default: "trigger";
5718
5659
  };
5719
5660
  readonly tag: BooleanConstructor;
5720
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
5661
+ readonly onCreate: {
5662
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
5663
+ readonly default: (label: string) => {
5664
+ label: string;
5665
+ value: string;
5666
+ };
5667
+ };
5721
5668
  readonly fallbackOption: {
5722
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
5723
- readonly default: undefined;
5669
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
5670
+ readonly default: () => (value: string | number) => {
5671
+ label: string;
5672
+ value: string | number;
5673
+ };
5724
5674
  };
5725
5675
  readonly show: {
5726
5676
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -5739,18 +5689,6 @@ declare const _default: import("vue").DefineComponent<{
5739
5689
  readonly type: BooleanConstructor;
5740
5690
  readonly default: true;
5741
5691
  };
5742
- readonly labelField: {
5743
- readonly type: StringConstructor;
5744
- readonly default: "label";
5745
- };
5746
- readonly valueField: {
5747
- readonly type: StringConstructor;
5748
- readonly default: "value";
5749
- };
5750
- readonly childrenField: {
5751
- readonly type: StringConstructor;
5752
- readonly default: "children";
5753
- };
5754
5692
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
5755
5693
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
5756
5694
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -5773,10 +5711,6 @@ declare const _default: import("vue").DefineComponent<{
5773
5711
  readonly default: true;
5774
5712
  };
5775
5713
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
5776
- readonly internalShowCheckmark: {
5777
- readonly type: BooleanConstructor;
5778
- readonly default: true;
5779
- };
5780
5714
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
5781
5715
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
5782
5716
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -5872,7 +5806,6 @@ declare const _default: import("vue").DefineComponent<{
5872
5806
  optionCheckColor: string;
5873
5807
  optionColorPending: string;
5874
5808
  optionColorActive: string;
5875
- optionColorActivePending: string;
5876
5809
  actionTextColor: string;
5877
5810
  loadingColor: string;
5878
5811
  height: string;
@@ -5998,7 +5931,6 @@ declare const _default: import("vue").DefineComponent<{
5998
5931
  optionCheckColor: string;
5999
5932
  optionColorPending: string;
6000
5933
  optionColorActive: string;
6001
- optionColorActivePending: string;
6002
5934
  actionTextColor: string;
6003
5935
  loadingColor: string;
6004
5936
  height: string;
@@ -6124,7 +6056,6 @@ declare const _default: import("vue").DefineComponent<{
6124
6056
  optionCheckColor: string;
6125
6057
  optionColorPending: string;
6126
6058
  optionColorActive: string;
6127
- optionColorActivePending: string;
6128
6059
  actionTextColor: string;
6129
6060
  loadingColor: string;
6130
6061
  height: string;
@@ -6158,31 +6089,29 @@ declare const _default: import("vue").DefineComponent<{
6158
6089
  }>;
6159
6090
  }>>>;
6160
6091
  }>>, {
6161
- readonly tag: boolean;
6162
- readonly show: boolean | undefined;
6163
- readonly multiple: boolean;
6164
- readonly disabled: boolean | undefined;
6165
- readonly to: string | boolean | HTMLElement;
6166
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
6167
- readonly loading: boolean;
6168
- readonly bordered: boolean | undefined;
6169
- readonly placement: import("naive-ui").PopoverPlacement;
6170
- readonly labelField: string;
6171
- readonly virtualScroll: boolean;
6172
- readonly valueField: string;
6173
- readonly resetMenuOnOptionsChange: boolean;
6174
- readonly showArrow: boolean;
6175
- readonly displayDirective: "show" | "if";
6176
- readonly filterable: boolean;
6177
- readonly clearable: boolean;
6178
- readonly internalShowCheckmark: boolean;
6179
- readonly clearFilterAfterSelect: boolean;
6180
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
6181
- readonly remote: boolean;
6182
- readonly widthMode: string;
6183
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
6184
- readonly consistentMenuWidth: boolean;
6185
- readonly childrenField: string;
6092
+ tag: boolean;
6093
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
6094
+ show: boolean | undefined;
6095
+ multiple: boolean;
6096
+ disabled: boolean | undefined;
6097
+ to: string | boolean | HTMLElement;
6098
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
6099
+ loading: boolean;
6100
+ bordered: boolean | undefined;
6101
+ placement: import("naive-ui").PopoverPlacement;
6102
+ virtualScroll: boolean;
6103
+ resetMenuOnOptionsChange: boolean;
6104
+ showArrow: boolean;
6105
+ displayDirective: "show" | "if";
6106
+ filterable: boolean;
6107
+ clearable: boolean;
6108
+ clearFilterAfterSelect: boolean;
6109
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
6110
+ remote: boolean;
6111
+ widthMode: string;
6112
+ onCreate: (label: string) => import("naive-ui").SelectOption;
6113
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
6114
+ consistentMenuWidth: boolean;
6186
6115
  }>;
6187
6116
  NCheckbox: import("vue").DefineComponent<{
6188
6117
  size: import("vue").PropType<"small" | "medium" | "large">;
@@ -6353,11 +6282,10 @@ declare const _default: import("vue").DefineComponent<{
6353
6282
  opacity5: string;
6354
6283
  dividerColor: string;
6355
6284
  borderColor: string;
6356
- closeIconColor: string;
6357
- closeIconColorHover: string;
6358
- closeIconColorPressed: string;
6285
+ closeColor: string;
6359
6286
  closeColorHover: string;
6360
6287
  closeColorPressed: string;
6288
+ closeColorDisabled: string;
6361
6289
  clearColor: string;
6362
6290
  clearColorHover: string;
6363
6291
  clearColorPressed: string;
@@ -6607,8 +6535,8 @@ declare const _default: import("vue").DefineComponent<{
6607
6535
  }>>, {
6608
6536
  disabled: boolean | undefined;
6609
6537
  checked: string | number | boolean | undefined;
6610
- indeterminate: boolean;
6611
6538
  focusable: boolean;
6539
+ indeterminate: boolean;
6612
6540
  defaultChecked: string | number | boolean;
6613
6541
  checkedValue: string | number | boolean;
6614
6542
  uncheckedValue: string | number | boolean;
@@ -6646,10 +6574,6 @@ declare const _default: import("vue").DefineComponent<{
6646
6574
  type: BooleanConstructor;
6647
6575
  default: boolean;
6648
6576
  };
6649
- buttonPlacement: {
6650
- type: import("vue").PropType<"right" | "both">;
6651
- default: string;
6652
- };
6653
6577
  readonly: BooleanConstructor;
6654
6578
  clearable: BooleanConstructor;
6655
6579
  keyboard: {
@@ -6663,9 +6587,6 @@ declare const _default: import("vue").DefineComponent<{
6663
6587
  type: BooleanConstructor;
6664
6588
  default: boolean;
6665
6589
  };
6666
- parse: import("vue").PropType<(input: string) => number | null>;
6667
- format: import("vue").PropType<(value: number | null) => string>;
6668
- precision: NumberConstructor;
6669
6590
  status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
6670
6591
  'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
6671
6592
  onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -7559,11 +7480,10 @@ declare const _default: import("vue").DefineComponent<{
7559
7480
  opacity5: string;
7560
7481
  dividerColor: string;
7561
7482
  borderColor: string;
7562
- closeIconColor: string;
7563
- closeIconColorHover: string;
7564
- closeIconColorPressed: string;
7483
+ closeColor: string;
7565
7484
  closeColorHover: string;
7566
7485
  closeColorPressed: string;
7486
+ closeColorDisabled: string;
7567
7487
  clearColor: string;
7568
7488
  clearColorHover: string;
7569
7489
  clearColorPressed: string;
@@ -7949,10 +7869,6 @@ declare const _default: import("vue").DefineComponent<{
7949
7869
  type: BooleanConstructor;
7950
7870
  default: boolean;
7951
7871
  };
7952
- buttonPlacement: {
7953
- type: import("vue").PropType<"right" | "both">;
7954
- default: string;
7955
- };
7956
7872
  readonly: BooleanConstructor;
7957
7873
  clearable: BooleanConstructor;
7958
7874
  keyboard: {
@@ -7966,9 +7882,6 @@ declare const _default: import("vue").DefineComponent<{
7966
7882
  type: BooleanConstructor;
7967
7883
  default: boolean;
7968
7884
  };
7969
- parse: import("vue").PropType<(input: string) => number | null>;
7970
- format: import("vue").PropType<(value: number | null) => string>;
7971
- precision: NumberConstructor;
7972
7885
  status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
7973
7886
  'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
7974
7887
  onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
@@ -8794,7 +8707,6 @@ declare const _default: import("vue").DefineComponent<{
8794
8707
  ArrowDown?: boolean | undefined;
8795
8708
  };
8796
8709
  showButton: boolean;
8797
- buttonPlacement: "right" | "both";
8798
8710
  updateValueOnInput: boolean;
8799
8711
  }>;
8800
8712
  Draggable: import("vue").DefineComponent<{
@@ -8924,7 +8836,6 @@ declare const _default: import("vue").DefineComponent<{
8924
8836
  readonly type: import("vue").PropType<boolean | undefined>;
8925
8837
  readonly default: undefined;
8926
8838
  };
8927
- readonly panel: BooleanConstructor;
8928
8839
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
8929
8840
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
8930
8841
  readonly inputReadonly: BooleanConstructor;
@@ -10802,8 +10713,8 @@ declare const _default: import("vue").DefineComponent<{
10802
10713
  contentRef: HTMLElement | null;
10803
10714
  containerScrollTop: number;
10804
10715
  syncUnifiedContainer: () => void;
10805
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
10806
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10716
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10717
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
10807
10718
  sync: () => void;
10808
10719
  handleMouseEnterWrapper: () => void;
10809
10720
  handleMouseLeaveWrapper: () => void;
@@ -10814,8 +10725,8 @@ declare const _default: import("vue").DefineComponent<{
10814
10725
  contentRef: HTMLElement | null;
10815
10726
  containerScrollTop: number;
10816
10727
  syncUnifiedContainer: () => void;
10817
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
10818
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10728
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10729
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
10819
10730
  sync: () => void;
10820
10731
  handleMouseEnterWrapper: () => void;
10821
10732
  handleMouseLeaveWrapper: () => void;
@@ -10831,8 +10742,8 @@ declare const _default: import("vue").DefineComponent<{
10831
10742
  contentRef: HTMLElement | null;
10832
10743
  containerScrollTop: number;
10833
10744
  syncUnifiedContainer: () => void;
10834
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
10835
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10745
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10746
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
10836
10747
  sync: () => void;
10837
10748
  handleMouseEnterWrapper: () => void;
10838
10749
  handleMouseLeaveWrapper: () => void;
@@ -10843,8 +10754,8 @@ declare const _default: import("vue").DefineComponent<{
10843
10754
  contentRef: HTMLElement | null;
10844
10755
  containerScrollTop: number;
10845
10756
  syncUnifiedContainer: () => void;
10846
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
10847
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10757
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10758
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
10848
10759
  sync: () => void;
10849
10760
  handleMouseEnterWrapper: () => void;
10850
10761
  handleMouseLeaveWrapper: () => void;
@@ -10855,8 +10766,8 @@ declare const _default: import("vue").DefineComponent<{
10855
10766
  contentRef: HTMLElement | null;
10856
10767
  containerScrollTop: number;
10857
10768
  syncUnifiedContainer: () => void;
10858
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
10859
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10769
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10770
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
10860
10771
  sync: () => void;
10861
10772
  handleMouseEnterWrapper: () => void;
10862
10773
  handleMouseLeaveWrapper: () => void;
@@ -10867,8 +10778,8 @@ declare const _default: import("vue").DefineComponent<{
10867
10778
  contentRef: HTMLElement | null;
10868
10779
  containerScrollTop: number;
10869
10780
  syncUnifiedContainer: () => void;
10870
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
10871
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10781
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10782
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
10872
10783
  sync: () => void;
10873
10784
  handleMouseEnterWrapper: () => void;
10874
10785
  handleMouseLeaveWrapper: () => void;
@@ -10911,9 +10822,8 @@ declare const _default: import("vue").DefineComponent<{
10911
10822
  isValueInvalid: import("vue").ComputedRef<boolean>;
10912
10823
  isStartValueInvalid: import("vue").ComputedRef<boolean>;
10913
10824
  isEndValueInvalid: import("vue").ComputedRef<boolean>;
10914
- handleInputKeydown: (e: KeyboardEvent) => void;
10915
10825
  handleClickOutside: (e: MouseEvent) => void;
10916
- handleKeydown: (e: KeyboardEvent) => void;
10826
+ handleKeyDown: (e: KeyboardEvent) => void;
10917
10827
  handleClear: () => void;
10918
10828
  handlePanelClear: () => void;
10919
10829
  handleTriggerClick: (e: MouseEvent) => void;
@@ -10968,11 +10878,10 @@ declare const _default: import("vue").DefineComponent<{
10968
10878
  opacity5: string;
10969
10879
  dividerColor: string;
10970
10880
  borderColor: string;
10971
- closeIconColor: string;
10972
- closeIconColorHover: string;
10973
- closeIconColorPressed: string;
10881
+ closeColor: string;
10974
10882
  closeColorHover: string;
10975
10883
  closeColorPressed: string;
10884
+ closeColorDisabled: string;
10976
10885
  clearColor: string;
10977
10886
  clearColorHover: string;
10978
10887
  clearColorPressed: string;
@@ -12040,7 +11949,6 @@ declare const _default: import("vue").DefineComponent<{
12040
11949
  readonly type: import("vue").PropType<boolean | undefined>;
12041
11950
  readonly default: undefined;
12042
11951
  };
12043
- readonly panel: BooleanConstructor;
12044
11952
  readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
12045
11953
  readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
12046
11954
  readonly inputReadonly: BooleanConstructor;
@@ -13904,18 +13812,17 @@ declare const _default: import("vue").DefineComponent<{
13904
13812
  }, any>;
13905
13813
  }>>>;
13906
13814
  }>>, {
13907
- readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
13908
- readonly show: boolean | undefined;
13909
- readonly disabled: boolean | undefined;
13910
- readonly to: string | boolean | HTMLElement;
13911
- readonly bordered: boolean | undefined;
13912
- readonly placement: import("naive-ui").PopoverPlacement;
13913
- readonly clearable: boolean;
13914
- readonly inputReadonly: boolean;
13915
- readonly panel: boolean;
13916
- readonly updateValueOnClose: boolean;
13917
- readonly closeOnSelect: boolean;
13918
- readonly bindCalendarMonths: boolean;
13815
+ type: import("naive-ui/es/date-picker/src/config").DatePickerType;
13816
+ show: boolean | undefined;
13817
+ disabled: boolean | undefined;
13818
+ to: string | boolean | HTMLElement;
13819
+ bordered: boolean | undefined;
13820
+ placement: import("naive-ui").PopoverPlacement;
13821
+ clearable: boolean;
13822
+ inputReadonly: boolean;
13823
+ updateValueOnClose: boolean;
13824
+ closeOnSelect: boolean;
13825
+ bindCalendarMonths: boolean;
13919
13826
  }>;
13920
13827
  NSelect: import("vue").DefineComponent<{
13921
13828
  readonly to: {
@@ -13951,7 +13858,10 @@ declare const _default: import("vue").DefineComponent<{
13951
13858
  };
13952
13859
  readonly remote: BooleanConstructor;
13953
13860
  readonly loading: BooleanConstructor;
13954
- readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
13861
+ readonly filter: {
13862
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
13863
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
13864
+ };
13955
13865
  readonly placement: {
13956
13866
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
13957
13867
  readonly default: "bottom-start";
@@ -13961,10 +13871,19 @@ declare const _default: import("vue").DefineComponent<{
13961
13871
  readonly default: "trigger";
13962
13872
  };
13963
13873
  readonly tag: BooleanConstructor;
13964
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
13874
+ readonly onCreate: {
13875
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
13876
+ readonly default: (label: string) => {
13877
+ label: string;
13878
+ value: string;
13879
+ };
13880
+ };
13965
13881
  readonly fallbackOption: {
13966
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
13967
- readonly default: undefined;
13882
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
13883
+ readonly default: () => (value: string | number) => {
13884
+ label: string;
13885
+ value: string | number;
13886
+ };
13968
13887
  };
13969
13888
  readonly show: {
13970
13889
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -13983,18 +13902,6 @@ declare const _default: import("vue").DefineComponent<{
13983
13902
  readonly type: BooleanConstructor;
13984
13903
  readonly default: true;
13985
13904
  };
13986
- readonly labelField: {
13987
- readonly type: StringConstructor;
13988
- readonly default: "label";
13989
- };
13990
- readonly valueField: {
13991
- readonly type: StringConstructor;
13992
- readonly default: "value";
13993
- };
13994
- readonly childrenField: {
13995
- readonly type: StringConstructor;
13996
- readonly default: "children";
13997
- };
13998
13905
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
13999
13906
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
14000
13907
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -14017,10 +13924,6 @@ declare const _default: import("vue").DefineComponent<{
14017
13924
  readonly default: true;
14018
13925
  };
14019
13926
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
14020
- readonly internalShowCheckmark: {
14021
- readonly type: BooleanConstructor;
14022
- readonly default: true;
14023
- };
14024
13927
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
14025
13928
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
14026
13929
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -14116,7 +14019,6 @@ declare const _default: import("vue").DefineComponent<{
14116
14019
  optionCheckColor: string;
14117
14020
  optionColorPending: string;
14118
14021
  optionColorActive: string;
14119
- optionColorActivePending: string;
14120
14022
  actionTextColor: string;
14121
14023
  loadingColor: string;
14122
14024
  height: string;
@@ -14242,7 +14144,6 @@ declare const _default: import("vue").DefineComponent<{
14242
14144
  optionCheckColor: string;
14243
14145
  optionColorPending: string;
14244
14146
  optionColorActive: string;
14245
- optionColorActivePending: string;
14246
14147
  actionTextColor: string;
14247
14148
  loadingColor: string;
14248
14149
  height: string;
@@ -14368,7 +14269,6 @@ declare const _default: import("vue").DefineComponent<{
14368
14269
  optionCheckColor: string;
14369
14270
  optionColorPending: string;
14370
14271
  optionColorActive: string;
14371
- optionColorActivePending: string;
14372
14272
  actionTextColor: string;
14373
14273
  loadingColor: string;
14374
14274
  height: string;
@@ -14498,11 +14398,10 @@ declare const _default: import("vue").DefineComponent<{
14498
14398
  opacity5: string;
14499
14399
  dividerColor: string;
14500
14400
  borderColor: string;
14501
- closeIconColor: string;
14502
- closeIconColorHover: string;
14503
- closeIconColorPressed: string;
14401
+ closeColor: string;
14504
14402
  closeColorHover: string;
14505
14403
  closeColorPressed: string;
14404
+ closeColorDisabled: string;
14506
14405
  clearColor: string;
14507
14406
  clearColorHover: string;
14508
14407
  clearColorPressed: string;
@@ -14657,7 +14556,6 @@ declare const _default: import("vue").DefineComponent<{
14657
14556
  optionCheckColor: string;
14658
14557
  optionColorPending: string;
14659
14558
  optionColorActive: string;
14660
- optionColorActivePending: string;
14661
14559
  actionTextColor: string;
14662
14560
  loadingColor: string;
14663
14561
  height: string;
@@ -14773,7 +14671,10 @@ declare const _default: import("vue").DefineComponent<{
14773
14671
  };
14774
14672
  readonly remote: BooleanConstructor;
14775
14673
  readonly loading: BooleanConstructor;
14776
- readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
14674
+ readonly filter: {
14675
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
14676
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
14677
+ };
14777
14678
  readonly placement: {
14778
14679
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
14779
14680
  readonly default: "bottom-start";
@@ -14783,10 +14684,19 @@ declare const _default: import("vue").DefineComponent<{
14783
14684
  readonly default: "trigger";
14784
14685
  };
14785
14686
  readonly tag: BooleanConstructor;
14786
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
14687
+ readonly onCreate: {
14688
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
14689
+ readonly default: (label: string) => {
14690
+ label: string;
14691
+ value: string;
14692
+ };
14693
+ };
14787
14694
  readonly fallbackOption: {
14788
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
14789
- readonly default: undefined;
14695
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
14696
+ readonly default: () => (value: string | number) => {
14697
+ label: string;
14698
+ value: string | number;
14699
+ };
14790
14700
  };
14791
14701
  readonly show: {
14792
14702
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -14805,18 +14715,6 @@ declare const _default: import("vue").DefineComponent<{
14805
14715
  readonly type: BooleanConstructor;
14806
14716
  readonly default: true;
14807
14717
  };
14808
- readonly labelField: {
14809
- readonly type: StringConstructor;
14810
- readonly default: "label";
14811
- };
14812
- readonly valueField: {
14813
- readonly type: StringConstructor;
14814
- readonly default: "value";
14815
- };
14816
- readonly childrenField: {
14817
- readonly type: StringConstructor;
14818
- readonly default: "children";
14819
- };
14820
14718
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
14821
14719
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
14822
14720
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -14839,10 +14737,6 @@ declare const _default: import("vue").DefineComponent<{
14839
14737
  readonly default: true;
14840
14738
  };
14841
14739
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
14842
- readonly internalShowCheckmark: {
14843
- readonly type: BooleanConstructor;
14844
- readonly default: true;
14845
- };
14846
14740
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
14847
14741
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
14848
14742
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -14938,7 +14832,6 @@ declare const _default: import("vue").DefineComponent<{
14938
14832
  optionCheckColor: string;
14939
14833
  optionColorPending: string;
14940
14834
  optionColorActive: string;
14941
- optionColorActivePending: string;
14942
14835
  actionTextColor: string;
14943
14836
  loadingColor: string;
14944
14837
  height: string;
@@ -15064,7 +14957,6 @@ declare const _default: import("vue").DefineComponent<{
15064
14957
  optionCheckColor: string;
15065
14958
  optionColorPending: string;
15066
14959
  optionColorActive: string;
15067
- optionColorActivePending: string;
15068
14960
  actionTextColor: string;
15069
14961
  loadingColor: string;
15070
14962
  height: string;
@@ -15190,7 +15082,6 @@ declare const _default: import("vue").DefineComponent<{
15190
15082
  optionCheckColor: string;
15191
15083
  optionColorPending: string;
15192
15084
  optionColorActive: string;
15193
- optionColorActivePending: string;
15194
15085
  actionTextColor: string;
15195
15086
  loadingColor: string;
15196
15087
  height: string;
@@ -15224,31 +15115,29 @@ declare const _default: import("vue").DefineComponent<{
15224
15115
  }>;
15225
15116
  }>>>;
15226
15117
  }>>, {
15227
- readonly tag: boolean;
15228
- readonly show: boolean | undefined;
15229
- readonly multiple: boolean;
15230
- readonly disabled: boolean | undefined;
15231
- readonly to: string | boolean | HTMLElement;
15232
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
15233
- readonly loading: boolean;
15234
- readonly bordered: boolean | undefined;
15235
- readonly placement: import("naive-ui").PopoverPlacement;
15236
- readonly labelField: string;
15237
- readonly virtualScroll: boolean;
15238
- readonly valueField: string;
15239
- readonly resetMenuOnOptionsChange: boolean;
15240
- readonly showArrow: boolean;
15241
- readonly displayDirective: "show" | "if";
15242
- readonly filterable: boolean;
15243
- readonly clearable: boolean;
15244
- readonly internalShowCheckmark: boolean;
15245
- readonly clearFilterAfterSelect: boolean;
15246
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
15247
- readonly remote: boolean;
15248
- readonly widthMode: string;
15249
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
15250
- readonly consistentMenuWidth: boolean;
15251
- readonly childrenField: string;
15118
+ tag: boolean;
15119
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
15120
+ show: boolean | undefined;
15121
+ multiple: boolean;
15122
+ disabled: boolean | undefined;
15123
+ to: string | boolean | HTMLElement;
15124
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
15125
+ loading: boolean;
15126
+ bordered: boolean | undefined;
15127
+ placement: import("naive-ui").PopoverPlacement;
15128
+ virtualScroll: boolean;
15129
+ resetMenuOnOptionsChange: boolean;
15130
+ showArrow: boolean;
15131
+ displayDirective: "show" | "if";
15132
+ filterable: boolean;
15133
+ clearable: boolean;
15134
+ clearFilterAfterSelect: boolean;
15135
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
15136
+ remote: boolean;
15137
+ widthMode: string;
15138
+ onCreate: (label: string) => import("naive-ui").SelectOption;
15139
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
15140
+ consistentMenuWidth: boolean;
15252
15141
  }>;
15253
15142
  NRadio: import("vue").DefineComponent<{
15254
15143
  name: StringConstructor;
@@ -15719,11 +15608,10 @@ declare const _default: import("vue").DefineComponent<{
15719
15608
  opacity5: string;
15720
15609
  dividerColor: string;
15721
15610
  borderColor: string;
15722
- closeIconColor: string;
15723
- closeIconColorHover: string;
15724
- closeIconColorPressed: string;
15611
+ closeColor: string;
15725
15612
  closeColorHover: string;
15726
15613
  closeColorPressed: string;
15614
+ closeColorDisabled: string;
15727
15615
  clearColor: string;
15728
15616
  clearColorHover: string;
15729
15617
  clearColorPressed: string;
@@ -15973,8 +15861,8 @@ declare const _default: import("vue").DefineComponent<{
15973
15861
  }>>, {
15974
15862
  disabled: boolean | undefined;
15975
15863
  checked: string | number | boolean | undefined;
15976
- indeterminate: boolean;
15977
15864
  focusable: boolean;
15865
+ indeterminate: boolean;
15978
15866
  defaultChecked: string | number | boolean;
15979
15867
  checkedValue: string | number | boolean;
15980
15868
  uncheckedValue: string | number | boolean;
@@ -16038,7 +15926,6 @@ declare const _default: import("vue").DefineComponent<{
16038
15926
  type: BooleanConstructor;
16039
15927
  default: undefined;
16040
15928
  };
16041
- allowInput: import("vue").PropType<(value: string) => boolean>;
16042
15929
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
16043
15930
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
16044
15931
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -16259,8 +16146,8 @@ declare const _default: import("vue").DefineComponent<{
16259
16146
  contentRef: HTMLElement | null;
16260
16147
  containerScrollTop: number;
16261
16148
  syncUnifiedContainer: () => void;
16262
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
16263
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
16149
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
16150
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
16264
16151
  sync: () => void;
16265
16152
  handleMouseEnterWrapper: () => void;
16266
16153
  handleMouseLeaveWrapper: () => void;
@@ -16294,7 +16181,7 @@ declare const _default: import("vue").DefineComponent<{
16294
16181
  handleCompositionEnd: (e: CompositionEvent) => void;
16295
16182
  handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
16296
16183
  handleInputBlur: (e: FocusEvent) => void;
16297
- handleInputFocus: (e: FocusEvent, index: number) => void;
16184
+ handleInputFocus: (e: FocusEvent) => void;
16298
16185
  handleWrapperBlur: (e: FocusEvent) => void;
16299
16186
  handleWrapperFocus: (e: FocusEvent) => void;
16300
16187
  handleMouseEnter: () => void;
@@ -16305,7 +16192,7 @@ declare const _default: import("vue").DefineComponent<{
16305
16192
  handleClear: (e: MouseEvent) => void;
16306
16193
  handlePasswordToggleClick: () => void;
16307
16194
  handlePasswordToggleMousedown: (e: MouseEvent) => void;
16308
- handleWrapperKeydown: (e: KeyboardEvent) => void;
16195
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
16309
16196
  handleTextAreaMirrorResize: () => void;
16310
16197
  getTextareaScrollContainer: () => HTMLTextAreaElement | null;
16311
16198
  mergedTheme: import("vue").ComputedRef<{
@@ -16349,11 +16236,10 @@ declare const _default: import("vue").DefineComponent<{
16349
16236
  opacity5: string;
16350
16237
  dividerColor: string;
16351
16238
  borderColor: string;
16352
- closeIconColor: string;
16353
- closeIconColorHover: string;
16354
- closeIconColorPressed: string;
16239
+ closeColor: string;
16355
16240
  closeColorHover: string;
16356
16241
  closeColorPressed: string;
16242
+ closeColorDisabled: string;
16357
16243
  clearColor: string;
16358
16244
  clearColorHover: string;
16359
16245
  clearColorPressed: string;
@@ -16594,7 +16480,6 @@ declare const _default: import("vue").DefineComponent<{
16594
16480
  type: BooleanConstructor;
16595
16481
  default: undefined;
16596
16482
  };
16597
- allowInput: import("vue").PropType<(value: string) => boolean>;
16598
16483
  onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
16599
16484
  onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
16600
16485
  onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
@@ -16980,6 +16865,9 @@ declare const _default: import("vue").DefineComponent<{
16980
16865
  };
16981
16866
  animated: {
16982
16867
  type: BooleanConstructor;
16868
+ /**
16869
+ * 更新配置
16870
+ */
16983
16871
  default: boolean;
16984
16872
  };
16985
16873
  width: {
@@ -17002,7 +16890,6 @@ declare const _default: import("vue").DefineComponent<{
17002
16890
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
17003
16891
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
17004
16892
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
17005
- internalDeactivateImmediately: BooleanConstructor;
17006
16893
  internalSyncTargetWithParent: BooleanConstructor;
17007
16894
  internalInheritedEventHandlers: {
17008
16895
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -17145,7 +17032,6 @@ declare const _default: import("vue").DefineComponent<{
17145
17032
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
17146
17033
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
17147
17034
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
17148
- internalDeactivateImmediately: BooleanConstructor;
17149
17035
  internalSyncTargetWithParent: BooleanConstructor;
17150
17036
  internalInheritedEventHandlers: {
17151
17037
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -17223,7 +17109,6 @@ declare const _default: import("vue").DefineComponent<{
17223
17109
  arrowPointToCenter: boolean;
17224
17110
  displayDirective: "show" | "if";
17225
17111
  keepAliveOnHover: boolean;
17226
- internalDeactivateImmediately: boolean;
17227
17112
  animated: boolean;
17228
17113
  internalTrapFocus: boolean;
17229
17114
  defaultShow: boolean;
@@ -18605,26 +18490,26 @@ declare const _default: import("vue").DefineComponent<{
18605
18490
  rippleDuration: string;
18606
18491
  }, any>>>;
18607
18492
  }>>, {
18608
- readonly type: import("naive-ui/es/button/src/interface").Type;
18609
- readonly tag: keyof HTMLElementTagNameMap;
18610
- readonly block: boolean;
18611
- readonly round: boolean;
18612
- readonly dashed: boolean;
18613
- readonly text: boolean;
18614
- readonly circle: boolean;
18615
- readonly disabled: boolean;
18616
- readonly focusable: boolean;
18617
- readonly strong: boolean;
18618
- readonly loading: boolean;
18619
- readonly bordered: boolean;
18620
- readonly tertiary: boolean;
18621
- readonly ghost: boolean;
18622
- readonly keyboard: boolean;
18623
- readonly secondary: boolean;
18624
- readonly quaternary: boolean;
18625
- readonly iconPlacement: "left" | "right";
18626
- readonly attrType: "button" | "reset" | "submit";
18627
- readonly nativeFocusBehavior: boolean;
18493
+ type: import("naive-ui/es/button/src/interface").Type;
18494
+ tag: keyof HTMLElementTagNameMap;
18495
+ block: boolean;
18496
+ round: boolean;
18497
+ dashed: boolean;
18498
+ text: boolean;
18499
+ circle: boolean;
18500
+ disabled: boolean;
18501
+ focusable: boolean;
18502
+ strong: boolean;
18503
+ loading: boolean;
18504
+ bordered: boolean;
18505
+ tertiary: boolean;
18506
+ ghost: boolean;
18507
+ keyboard: boolean;
18508
+ secondary: boolean;
18509
+ quaternary: boolean;
18510
+ iconPlacement: "left" | "right";
18511
+ attrType: "button" | "reset" | "submit";
18512
+ nativeFocusBehavior: boolean;
18628
18513
  }>;
18629
18514
  NSelect: import("vue").DefineComponent<{
18630
18515
  readonly to: {
@@ -18660,7 +18545,10 @@ declare const _default: import("vue").DefineComponent<{
18660
18545
  };
18661
18546
  readonly remote: BooleanConstructor;
18662
18547
  readonly loading: BooleanConstructor;
18663
- readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
18548
+ readonly filter: {
18549
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
18550
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
18551
+ };
18664
18552
  readonly placement: {
18665
18553
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
18666
18554
  readonly default: "bottom-start";
@@ -18670,10 +18558,19 @@ declare const _default: import("vue").DefineComponent<{
18670
18558
  readonly default: "trigger";
18671
18559
  };
18672
18560
  readonly tag: BooleanConstructor;
18673
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
18561
+ readonly onCreate: {
18562
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
18563
+ readonly default: (label: string) => {
18564
+ label: string;
18565
+ value: string;
18566
+ };
18567
+ };
18674
18568
  readonly fallbackOption: {
18675
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
18676
- readonly default: undefined;
18569
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
18570
+ readonly default: () => (value: string | number) => {
18571
+ label: string;
18572
+ value: string | number;
18573
+ };
18677
18574
  };
18678
18575
  readonly show: {
18679
18576
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -18692,18 +18589,6 @@ declare const _default: import("vue").DefineComponent<{
18692
18589
  readonly type: BooleanConstructor;
18693
18590
  readonly default: true;
18694
18591
  };
18695
- readonly labelField: {
18696
- readonly type: StringConstructor;
18697
- readonly default: "label";
18698
- };
18699
- readonly valueField: {
18700
- readonly type: StringConstructor;
18701
- readonly default: "value";
18702
- };
18703
- readonly childrenField: {
18704
- readonly type: StringConstructor;
18705
- readonly default: "children";
18706
- };
18707
18592
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
18708
18593
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
18709
18594
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -18726,10 +18611,6 @@ declare const _default: import("vue").DefineComponent<{
18726
18611
  readonly default: true;
18727
18612
  };
18728
18613
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
18729
- readonly internalShowCheckmark: {
18730
- readonly type: BooleanConstructor;
18731
- readonly default: true;
18732
- };
18733
18614
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
18734
18615
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
18735
18616
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -18825,7 +18706,6 @@ declare const _default: import("vue").DefineComponent<{
18825
18706
  optionCheckColor: string;
18826
18707
  optionColorPending: string;
18827
18708
  optionColorActive: string;
18828
- optionColorActivePending: string;
18829
18709
  actionTextColor: string;
18830
18710
  loadingColor: string;
18831
18711
  height: string;
@@ -18951,7 +18831,6 @@ declare const _default: import("vue").DefineComponent<{
18951
18831
  optionCheckColor: string;
18952
18832
  optionColorPending: string;
18953
18833
  optionColorActive: string;
18954
- optionColorActivePending: string;
18955
18834
  actionTextColor: string;
18956
18835
  loadingColor: string;
18957
18836
  height: string;
@@ -19077,7 +18956,6 @@ declare const _default: import("vue").DefineComponent<{
19077
18956
  optionCheckColor: string;
19078
18957
  optionColorPending: string;
19079
18958
  optionColorActive: string;
19080
- optionColorActivePending: string;
19081
18959
  actionTextColor: string;
19082
18960
  loadingColor: string;
19083
18961
  height: string;
@@ -19207,11 +19085,10 @@ declare const _default: import("vue").DefineComponent<{
19207
19085
  opacity5: string;
19208
19086
  dividerColor: string;
19209
19087
  borderColor: string;
19210
- closeIconColor: string;
19211
- closeIconColorHover: string;
19212
- closeIconColorPressed: string;
19088
+ closeColor: string;
19213
19089
  closeColorHover: string;
19214
19090
  closeColorPressed: string;
19091
+ closeColorDisabled: string;
19215
19092
  clearColor: string;
19216
19093
  clearColorHover: string;
19217
19094
  clearColorPressed: string;
@@ -19366,7 +19243,6 @@ declare const _default: import("vue").DefineComponent<{
19366
19243
  optionCheckColor: string;
19367
19244
  optionColorPending: string;
19368
19245
  optionColorActive: string;
19369
- optionColorActivePending: string;
19370
19246
  actionTextColor: string;
19371
19247
  loadingColor: string;
19372
19248
  height: string;
@@ -19482,7 +19358,10 @@ declare const _default: import("vue").DefineComponent<{
19482
19358
  };
19483
19359
  readonly remote: BooleanConstructor;
19484
19360
  readonly loading: BooleanConstructor;
19485
- readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
19361
+ readonly filter: {
19362
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
19363
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
19364
+ };
19486
19365
  readonly placement: {
19487
19366
  readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
19488
19367
  readonly default: "bottom-start";
@@ -19492,10 +19371,19 @@ declare const _default: import("vue").DefineComponent<{
19492
19371
  readonly default: "trigger";
19493
19372
  };
19494
19373
  readonly tag: BooleanConstructor;
19495
- readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
19374
+ readonly onCreate: {
19375
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
19376
+ readonly default: (label: string) => {
19377
+ label: string;
19378
+ value: string;
19379
+ };
19380
+ };
19496
19381
  readonly fallbackOption: {
19497
- readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
19498
- readonly default: undefined;
19382
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
19383
+ readonly default: () => (value: string | number) => {
19384
+ label: string;
19385
+ value: string | number;
19386
+ };
19499
19387
  };
19500
19388
  readonly show: {
19501
19389
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -19514,18 +19402,6 @@ declare const _default: import("vue").DefineComponent<{
19514
19402
  readonly type: BooleanConstructor;
19515
19403
  readonly default: true;
19516
19404
  };
19517
- readonly labelField: {
19518
- readonly type: StringConstructor;
19519
- readonly default: "label";
19520
- };
19521
- readonly valueField: {
19522
- readonly type: StringConstructor;
19523
- readonly default: "value";
19524
- };
19525
- readonly childrenField: {
19526
- readonly type: StringConstructor;
19527
- readonly default: "children";
19528
- };
19529
19405
  readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
19530
19406
  readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
19531
19407
  readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
@@ -19548,10 +19424,6 @@ declare const _default: import("vue").DefineComponent<{
19548
19424
  readonly default: true;
19549
19425
  };
19550
19426
  readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
19551
- readonly internalShowCheckmark: {
19552
- readonly type: BooleanConstructor;
19553
- readonly default: true;
19554
- };
19555
19427
  readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
19556
19428
  readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
19557
19429
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
@@ -19647,7 +19519,6 @@ declare const _default: import("vue").DefineComponent<{
19647
19519
  optionCheckColor: string;
19648
19520
  optionColorPending: string;
19649
19521
  optionColorActive: string;
19650
- optionColorActivePending: string;
19651
19522
  actionTextColor: string;
19652
19523
  loadingColor: string;
19653
19524
  height: string;
@@ -19773,7 +19644,6 @@ declare const _default: import("vue").DefineComponent<{
19773
19644
  optionCheckColor: string;
19774
19645
  optionColorPending: string;
19775
19646
  optionColorActive: string;
19776
- optionColorActivePending: string;
19777
19647
  actionTextColor: string;
19778
19648
  loadingColor: string;
19779
19649
  height: string;
@@ -19899,7 +19769,6 @@ declare const _default: import("vue").DefineComponent<{
19899
19769
  optionCheckColor: string;
19900
19770
  optionColorPending: string;
19901
19771
  optionColorActive: string;
19902
- optionColorActivePending: string;
19903
19772
  actionTextColor: string;
19904
19773
  loadingColor: string;
19905
19774
  height: string;
@@ -19933,31 +19802,29 @@ declare const _default: import("vue").DefineComponent<{
19933
19802
  }>;
19934
19803
  }>>>;
19935
19804
  }>>, {
19936
- readonly tag: boolean;
19937
- readonly show: boolean | undefined;
19938
- readonly multiple: boolean;
19939
- readonly disabled: boolean | undefined;
19940
- readonly to: string | boolean | HTMLElement;
19941
- readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
19942
- readonly loading: boolean;
19943
- readonly bordered: boolean | undefined;
19944
- readonly placement: import("naive-ui").PopoverPlacement;
19945
- readonly labelField: string;
19946
- readonly virtualScroll: boolean;
19947
- readonly valueField: string;
19948
- readonly resetMenuOnOptionsChange: boolean;
19949
- readonly showArrow: boolean;
19950
- readonly displayDirective: "show" | "if";
19951
- readonly filterable: boolean;
19952
- readonly clearable: boolean;
19953
- readonly internalShowCheckmark: boolean;
19954
- readonly clearFilterAfterSelect: boolean;
19955
- readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
19956
- readonly remote: boolean;
19957
- readonly widthMode: string;
19958
- readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
19959
- readonly consistentMenuWidth: boolean;
19960
- readonly childrenField: string;
19805
+ tag: boolean;
19806
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
19807
+ show: boolean | undefined;
19808
+ multiple: boolean;
19809
+ disabled: boolean | undefined;
19810
+ to: string | boolean | HTMLElement;
19811
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
19812
+ loading: boolean;
19813
+ bordered: boolean | undefined;
19814
+ placement: import("naive-ui").PopoverPlacement;
19815
+ virtualScroll: boolean;
19816
+ resetMenuOnOptionsChange: boolean;
19817
+ showArrow: boolean;
19818
+ displayDirective: "show" | "if";
19819
+ filterable: boolean;
19820
+ clearable: boolean;
19821
+ clearFilterAfterSelect: boolean;
19822
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
19823
+ remote: boolean;
19824
+ widthMode: string;
19825
+ onCreate: (label: string) => import("naive-ui").SelectOption;
19826
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
19827
+ consistentMenuWidth: boolean;
19961
19828
  }>;
19962
19829
  NIcon: import("vue").DefineComponent<{
19963
19830
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;