cnhis-design-vue 3.1.18-beta.6 → 3.1.18-beta.9

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 (451) hide show
  1. package/es/components/annotation-edit/index.js +1 -10
  2. package/es/components/annotation-edit/index2.js +10 -0
  3. package/es/components/big-table/index.d.ts +9 -3380
  4. package/es/components/big-table/index.js +2 -18
  5. package/es/components/big-table/index2.js +19 -0
  6. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3381
  7. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +13 -13
  8. package/es/components/big-table/src/bigTableEmits.js +1 -53
  9. package/es/components/big-table/src/bigTableEmits2.js +53 -0
  10. package/es/components/big-table/src/bigTableProps.js +1 -119
  11. package/es/components/big-table/src/bigTableProps2.js +119 -0
  12. package/es/components/big-table/src/bigTableState.js +1 -62
  13. package/es/components/big-table/src/bigTableState2.js +62 -0
  14. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  15. package/es/components/big-table/src/components/edit-form/edit-date.js +2 -2
  16. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  17. package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
  18. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  19. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  20. package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
  21. package/es/components/big-table/src/components/edit-form/edit-separate.js +1 -1
  22. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1148
  23. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  24. package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
  25. package/es/components/big-table/src/components/edit-form/useCommon.js +1 -19
  26. package/es/components/big-table/src/components/edit-form/useCommon2.js +19 -0
  27. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2248
  28. package/es/components/big-table/src/components/separate.js +1 -1
  29. package/es/components/big-table/src/constants/index.js +1 -3
  30. package/es/components/big-table/src/constants/index2.js +3 -0
  31. package/es/components/big-table/src/hooks/export.js +1 -1
  32. package/es/components/big-table/src/hooks/index.js +8 -8
  33. package/es/components/big-table/src/hooks/useAnchor.js +1 -49
  34. package/es/components/big-table/src/hooks/useAnchor2.js +49 -0
  35. package/es/components/big-table/src/hooks/useAnnotation.js +1 -1
  36. package/es/components/big-table/src/hooks/useBatchEditing.js +1 -289
  37. package/es/components/big-table/src/hooks/useBatchEditing2.js +289 -0
  38. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -154
  39. package/es/components/big-table/src/hooks/useColumnConfigAdaptor2.js +154 -0
  40. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1153
  41. package/es/components/big-table/src/hooks/useEdit.js +1 -122
  42. package/es/components/big-table/src/hooks/useEdit2.js +122 -0
  43. package/es/components/big-table/src/hooks/useEvent.js +1 -72
  44. package/es/components/big-table/src/hooks/useEvent2.js +72 -0
  45. package/es/components/big-table/src/hooks/useFormat.js +1 -492
  46. package/es/components/big-table/src/hooks/useFormat2.js +492 -0
  47. package/es/components/big-table/src/hooks/useNestTable.js +1 -86
  48. package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
  49. package/es/components/big-table/src/hooks/useSeparateRow.js +1 -164
  50. package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
  51. package/es/components/big-table/src/hooks/useTableParse.js +1 -136
  52. package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
  53. package/es/components/big-table/src/utils.js +1 -630
  54. package/es/components/big-table/src/utils2.js +630 -0
  55. package/es/components/bpmn-workflow/index.js +1 -10
  56. package/es/components/bpmn-workflow/index2.js +10 -0
  57. package/es/components/button-print/index.d.ts +19 -6792
  58. package/es/components/button-print/index.js +2 -11
  59. package/es/components/button-print/index2.js +11 -0
  60. package/es/components/button-print/src/ButtonPrint.vue.d.ts +19 -6792
  61. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +3 -4
  62. package/es/components/button-print/src/components/IdentityVerification.js +16 -7
  63. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +13 -4442
  64. package/es/components/button-print/src/utils/dialog.d.ts +8 -0
  65. package/es/components/button-print/src/utils/dialog.js +77 -0
  66. package/es/components/button-print/src/utils/index.js +1 -1
  67. package/es/components/button-print/src/utils/print.d.ts +11 -0
  68. package/es/components/button-print/src/utils/print.js +1 -325
  69. package/es/components/button-print/src/utils/print2.js +348 -0
  70. package/es/components/chunk-upload/index.d.ts +2 -1472
  71. package/es/components/chunk-upload/index.js +1 -14
  72. package/es/components/chunk-upload/index2.js +14 -0
  73. package/es/components/chunk-upload/src/chunk-upload-new.js +2 -2
  74. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  75. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -70
  76. package/es/components/chunk-upload/src/hooks/upload-computed2.js +70 -0
  77. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -96
  78. package/es/components/chunk-upload/src/hooks/upload-data2.js +96 -0
  79. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -79
  80. package/es/components/chunk-upload/src/hooks/vod-computed2.js +79 -0
  81. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -28
  82. package/es/components/chunk-upload/src/hooks/vod-data2.js +28 -0
  83. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +0 -1
  84. package/es/components/chunk-upload/src/vod-chunk-upload/index2.js +2 -0
  85. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +2 -2
  86. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  87. package/es/components/drag-layout/index.d.ts +155 -19664
  88. package/es/components/drag-layout/index.js +1 -11
  89. package/es/components/drag-layout/index2.js +11 -0
  90. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -7974
  91. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3105
  92. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19665
  93. package/es/components/editor/index.js +1 -10
  94. package/es/components/editor/index2.js +10 -0
  95. package/es/components/fabric-chart/index.d.ts +2 -2
  96. package/es/components/fabric-chart/index.js +1 -10
  97. package/es/components/fabric-chart/index2.js +10 -0
  98. package/es/components/fabric-chart/src/FabricChart.js +9 -9
  99. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  100. package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
  101. package/es/components/fabric-chart/src/components/PopupTip.js +1 -1
  102. package/es/components/fabric-chart/src/components/useStyle.js +1 -36
  103. package/es/components/fabric-chart/src/components/useStyle2.js +36 -0
  104. package/es/components/fabric-chart/src/hooks/constant.js +1 -36
  105. package/es/components/fabric-chart/src/hooks/constant2.js +36 -0
  106. package/es/components/fabric-chart/src/hooks/index.js +9 -9
  107. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -85
  108. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  109. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -534
  110. package/es/components/fabric-chart/src/hooks/useCenter2.js +534 -0
  111. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -60
  112. package/es/components/fabric-chart/src/hooks/useCumputedPoint2.js +60 -0
  113. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -153
  114. package/es/components/fabric-chart/src/hooks/useDraw2.js +153 -0
  115. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -85
  116. package/es/components/fabric-chart/src/hooks/useEvent2.js +85 -0
  117. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -50
  118. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  119. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -282
  120. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  121. package/es/components/fabric-chart/src/hooks/useOther.js +1 -85
  122. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  123. package/es/components/fabric-chart/src/hooks/useRight.js +1 -27
  124. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  125. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -127
  126. package/es/components/fabric-chart/src/hooks/useShadow2.js +127 -0
  127. package/es/components/fabric-chart/src/hooks/useTop.js +1 -138
  128. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  129. package/es/components/fabric-chart/src/interface.js +1 -4
  130. package/es/components/fabric-chart/src/interface2.js +4 -0
  131. package/es/components/field-set/index.d.ts +8 -6799
  132. package/es/components/field-set/index.js +1 -10
  133. package/es/components/field-set/index2.js +10 -0
  134. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6799
  135. package/es/components/form-config/index.d.ts +17 -8936
  136. package/es/components/form-config/index.js +1 -10
  137. package/es/components/form-config/index2.js +10 -0
  138. package/es/components/form-config/src/FormConfig.js +3 -3
  139. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8936
  140. package/es/components/form-config/src/components/FormConfigCreator.js +4 -4
  141. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4473
  142. package/es/components/form-config/src/components/FormConfigDragDisplay.js +2 -2
  143. package/es/components/form-config/src/components/FormConfigEdit.js +5 -5
  144. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3065
  145. package/es/components/form-config/src/components/renderer/CloseButton.js +1 -1
  146. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  147. package/es/components/form-config/src/components/renderer/ComplexNode.js +2 -2
  148. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  149. package/es/components/form-config/src/components/renderer/DefaultNode.js +2 -2
  150. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  151. package/es/components/form-config/src/constants/index.js +1 -60
  152. package/es/components/form-config/src/constants/index2.js +60 -0
  153. package/es/components/form-config/src/hooks/index.js +2 -2
  154. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -52
  155. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  156. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -27
  157. package/es/components/form-config/src/hooks/useSortalbeConfig2.js +27 -0
  158. package/es/components/form-config/src/utils/index.js +1 -26
  159. package/es/components/form-config/src/utils/index2.js +26 -0
  160. package/es/components/form-render/index.d.ts +6 -1140
  161. package/es/components/form-render/index.js +14 -23
  162. package/es/components/form-render/index2.js +46 -0
  163. package/es/components/form-render/src/FormRender.js +10 -10
  164. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1141
  165. package/es/components/form-render/src/components/renderer/cascader.js +6 -6
  166. package/es/components/form-render/src/components/renderer/checkbox.js +1 -1
  167. package/es/components/form-render/src/components/renderer/combination.js +4 -4
  168. package/es/components/form-render/src/components/renderer/complex.js +1 -1
  169. package/es/components/form-render/src/components/renderer/date.js +3 -3
  170. package/es/components/form-render/src/components/renderer/formItem.js +3 -3
  171. package/es/components/form-render/src/components/renderer/index.js +1 -1
  172. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  173. package/es/components/form-render/src/components/renderer/input.js +2 -2
  174. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -8
  175. package/es/components/form-render/src/components/renderer/inputGroup2.js +8 -0
  176. package/es/components/form-render/src/components/renderer/inputNumber.js +2 -2
  177. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -33
  178. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  179. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +3 -3
  180. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  181. package/es/components/form-render/src/components/renderer/linebar.js +3 -3
  182. package/es/components/form-render/src/components/renderer/radio.js +1 -1
  183. package/es/components/form-render/src/components/renderer/select.js +14 -11
  184. package/es/components/form-render/src/components/renderer/slider.js +1 -1
  185. package/es/components/form-render/src/components/renderer/switch.js +1 -1
  186. package/es/components/form-render/src/components/renderer/textarea.js +2 -2
  187. package/es/components/form-render/src/constants/index.js +1 -41
  188. package/es/components/form-render/src/constants/index2.js +41 -0
  189. package/es/components/form-render/src/hooks/index.js +13 -13
  190. package/es/components/form-render/src/hooks/useAnchor.js +1 -90
  191. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  192. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -144
  193. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  194. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -98
  195. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  196. package/es/components/form-render/src/hooks/useChangeContext.js +1 -20
  197. package/es/components/form-render/src/hooks/useChangeContext2.js +20 -0
  198. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -32
  199. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  200. package/es/components/form-render/src/hooks/useCommonLog.js +1 -10
  201. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  202. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -243
  203. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  204. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -67
  205. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  206. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -38
  207. package/es/components/form-render/src/hooks/useFieldVisitor2.js +38 -0
  208. package/es/components/form-render/src/hooks/useFormContext.js +1 -66
  209. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  210. package/es/components/form-render/src/hooks/useFormField.js +1 -13
  211. package/es/components/form-render/src/hooks/useFormField2.js +13 -0
  212. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -34
  213. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  214. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -10
  215. package/es/components/form-render/src/hooks/useFormRenderLifeCycle2.js +10 -0
  216. package/es/components/form-render/src/hooks/useFormRequest.js +1 -12
  217. package/es/components/form-render/src/hooks/useFormRequest2.js +12 -0
  218. package/es/components/form-render/src/hooks/useFormValidator.js +1 -67
  219. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  220. package/es/components/form-render/src/hooks/usePresetScope.js +1 -25
  221. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  222. package/es/components/form-render/src/utils/business.d.ts +1 -1
  223. package/es/components/form-render/src/utils/business.js +1 -78
  224. package/es/components/form-render/src/utils/business2.js +78 -0
  225. package/es/components/form-render/src/utils/dom.js +1 -14
  226. package/es/components/form-render/src/utils/dom2.js +14 -0
  227. package/es/components/form-render/src/utils/index.d.ts +1 -1
  228. package/es/components/form-render/src/utils/index.js +5 -6
  229. package/es/components/form-render/src/utils/schema.js +1 -93
  230. package/es/components/form-render/src/utils/schema2.js +93 -0
  231. package/es/components/form-table/index.d.ts +43 -32048
  232. package/es/components/form-table/index.js +1 -10
  233. package/es/components/form-table/index2.js +10 -0
  234. package/es/components/form-table/src/FormTable.js +2 -2
  235. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32048
  236. package/es/components/form-table/src/components/index.d.ts +43 -32048
  237. package/es/components/form-table/src/components/index.js +1 -40
  238. package/es/components/form-table/src/components/index2.js +40 -0
  239. package/es/components/form-table/src/components/table-age.js +1 -1
  240. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -3997
  241. package/es/components/form-table/src/components/table-date-picker.js +2 -2
  242. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5068
  243. package/es/components/form-table/src/components/table-digital.js +1 -1
  244. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2664
  245. package/es/components/form-table/src/components/table-input-password.js +1 -1
  246. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1329
  247. package/es/components/form-table/src/components/table-input.js +1 -1
  248. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1329
  249. package/es/components/form-table/src/components/table-month-picker.js +2 -2
  250. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5067
  251. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  252. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +1 -1
  253. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2734
  254. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +1 -1
  255. package/es/components/form-table/src/components/table-select-multiple.js +1 -1
  256. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1334
  257. package/es/components/form-table/src/components/table-select.js +1 -1
  258. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1334
  259. package/es/components/form-table/src/components/table-textarea.js +1 -1
  260. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1330
  261. package/es/components/form-table/src/components/table-time-picker.js +2 -2
  262. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2430
  263. package/es/components/form-table/src/components/table-tree-select.js +1 -1
  264. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1550
  265. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  266. package/es/components/form-table/src/configs/index.js +1 -67
  267. package/es/components/form-table/src/configs/index2.js +67 -0
  268. package/es/components/form-table/src/hooks/index.js +5 -5
  269. package/es/components/form-table/src/hooks/useBoundDate.js +1 -414
  270. package/es/components/form-table/src/hooks/useBoundDate2.js +414 -0
  271. package/es/components/form-table/src/hooks/useDateType.js +1 -160
  272. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  273. package/es/components/form-table/src/hooks/useFormCommon.js +1 -101
  274. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  275. package/es/components/form-table/src/hooks/useFormEvent.js +1 -68
  276. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  277. package/es/components/form-table/src/hooks/useItemDefault.js +1 -218
  278. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  279. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -18
  280. package/es/components/form-table/src/hooks/useNuiThemeOverrides2.js +18 -0
  281. package/es/components/form-table/src/hooks/useSearch.js +1 -1154
  282. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  283. package/es/components/form-table/src/hooks/useValidate.js +1 -480
  284. package/es/components/form-table/src/hooks/useValidate2.js +480 -0
  285. package/es/components/grid/index.js +1 -13
  286. package/es/components/grid/index2.js +13 -0
  287. package/es/components/grid/src/Grid.js +1 -1
  288. package/es/components/grid/src/hooks.js +1 -165
  289. package/es/components/grid/src/hooks2.js +165 -0
  290. package/es/components/index.js +39 -96
  291. package/es/components/index2.js +79 -0
  292. package/es/components/info-header/index.d.ts +16 -2561
  293. package/es/components/info-header/index.js +1 -10
  294. package/es/components/info-header/index2.js +10 -0
  295. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  296. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  297. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  298. package/es/components/map/index.d.ts +2 -2248
  299. package/es/components/map/index.js +1 -10
  300. package/es/components/map/index2.js +10 -0
  301. package/es/components/map/src/Map.vue.d.ts +2 -2248
  302. package/es/components/scale-view/index.d.ts +13 -3073
  303. package/es/components/scale-view/index.js +1 -35
  304. package/es/components/scale-view/index2.js +35 -0
  305. package/es/components/scale-view/src/ScaleView.js +8 -8
  306. package/es/components/scale-view/src/ScaleView.vue.d.ts +9 -3070
  307. package/es/components/scale-view/src/components/EvaluateCountdown.js +1 -1
  308. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  309. package/es/components/scale-view/src/components/EvaluatePage.js +1 -1
  310. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  311. package/es/components/scale-view/src/components/composables/choose-common.js +1 -83
  312. package/es/components/scale-view/src/components/composables/choose-common2.js +83 -0
  313. package/es/components/scale-view/src/components/formitem/address.js +1 -3993
  314. package/es/components/scale-view/src/components/formitem/address2.js +3993 -0
  315. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  316. package/es/components/scale-view/src/components/formitem/r-address.js +1 -1
  317. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  318. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  319. package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
  320. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  321. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  322. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  323. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  324. package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
  325. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  326. package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
  327. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  328. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  329. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  330. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -309
  331. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  332. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -437
  333. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  334. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -81
  335. package/es/components/scale-view/src/hooks/scaleview-props2.js +81 -0
  336. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -38
  337. package/es/components/scale-view/src/hooks/scaleview-state2.js +38 -0
  338. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -154
  339. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  340. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -187
  341. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  342. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8487
  343. package/es/components/scale-view/src/hooks/use-component.js +1 -82
  344. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  345. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -150
  346. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  347. package/es/components/scale-view/src/hooks/use-event.js +1 -129
  348. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  349. package/es/components/scale-view/src/hooks/use-noData.js +1 -41
  350. package/es/components/scale-view/src/hooks/use-noData2.js +41 -0
  351. package/es/components/scale-view/src/utils/judge-types.js +1 -36
  352. package/es/components/scale-view/src/utils/judge-types2.js +36 -0
  353. package/es/components/select-label/index.d.ts +24 -11222
  354. package/es/components/select-label/index.js +1 -15
  355. package/es/components/select-label/index2.js +15 -0
  356. package/es/components/select-label/src/LabelFormContent.js +1 -1
  357. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4235
  358. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7002
  359. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +1 -1
  360. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3467
  361. package/es/components/select-person/index.d.ts +9 -5310
  362. package/es/components/select-person/index.js +1 -10
  363. package/es/components/select-person/index2.js +10 -0
  364. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1317
  365. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5312
  366. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +1 -1
  367. package/es/components/select-person/src/utils/index.js +1 -84
  368. package/es/components/select-person/src/utils/index2.js +84 -0
  369. package/es/components/shortcut-provider/index.js +3 -12
  370. package/es/components/shortcut-provider/index2.js +13 -0
  371. package/es/components/shortcut-provider/src/ShortcutProvider.js +3 -3
  372. package/es/components/shortcut-provider/src/constants/index.js +1 -8
  373. package/es/components/shortcut-provider/src/constants/index2.js +8 -0
  374. package/es/components/shortcut-provider/src/hooks/index.js +2 -2
  375. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -12
  376. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  377. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -181
  378. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  379. package/es/components/shortcut-provider/src/utils/index.js +1 -59
  380. package/es/components/shortcut-provider/src/utils/index2.js +59 -0
  381. package/es/components/shortcut-setter/index.d.ts +6 -1140
  382. package/es/components/shortcut-setter/index.js +1 -10
  383. package/es/components/shortcut-setter/index2.js +10 -0
  384. package/es/components/shortcut-setter/src/ShortcutSetter.js +4 -4
  385. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1140
  386. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +1 -1
  387. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -848
  388. package/es/components/steps-wheel/index.d.ts +1 -479
  389. package/es/components/steps-wheel/index.js +1 -10
  390. package/es/components/steps-wheel/index2.js +10 -0
  391. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  392. package/es/components/time-line/index.d.ts +7 -1672
  393. package/es/components/time-line/index.js +1 -10
  394. package/es/components/time-line/index2.js +10 -0
  395. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  396. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  397. package/es/shared/components/SelectPage/index.js +0 -1
  398. package/es/shared/components/SelectPage/index2.js +2 -0
  399. package/es/shared/components/SlotRender/index.js +0 -1
  400. package/es/shared/components/SlotRender/index2.js +2 -0
  401. package/es/shared/components/SvgIcon/index.js +0 -1
  402. package/es/shared/components/SvgIcon/index2.js +2 -0
  403. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  404. package/es/shared/components/TextOverTooltip/index.js +0 -1
  405. package/es/shared/components/TextOverTooltip/index2.js +2 -0
  406. package/es/shared/global/variable.js +1 -4
  407. package/es/shared/global/variable2.js +4 -0
  408. package/es/shared/utils/anime.js +1 -129
  409. package/es/shared/utils/anime2.js +129 -0
  410. package/es/shared/utils/clickoutside.js +1 -48
  411. package/es/shared/utils/clickoutside2.js +48 -0
  412. package/es/shared/utils/colorLog.js +1 -44
  413. package/es/shared/utils/colorLog2.js +44 -0
  414. package/es/shared/utils/index.js +1 -25
  415. package/es/shared/utils/index2.js +25 -0
  416. package/es/shared/utils/loadViewer.js +1 -11
  417. package/es/shared/utils/loadViewer2.js +11 -0
  418. package/es/shared/utils/loadVxe.js +1 -12
  419. package/es/shared/utils/loadVxe2.js +12 -0
  420. package/es/shared/utils/state.js +1 -44
  421. package/es/shared/utils/state2.js +44 -0
  422. package/es/shared/utils/tapable/AsyncParallelBailHook.js +2 -17
  423. package/es/shared/utils/tapable/AsyncParallelHook.js +2 -17
  424. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +2 -17
  425. package/es/shared/utils/tapable/AsyncSeriesHook.js +2 -17
  426. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +2 -17
  427. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -19
  428. package/es/shared/utils/tapable/SyncBailHook.js +2 -23
  429. package/es/shared/utils/tapable/SyncHook.js +2 -23
  430. package/es/shared/utils/tapable/SyncLoopHook.js +2 -23
  431. package/es/shared/utils/utilExpand.js +46 -46
  432. package/es/shared/utils/vexutils.js +1 -22
  433. package/package.json +4 -4
  434. package/es/components/big-table/src/components/edit-form/edit-select-table.js +0 -149
  435. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  436. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  437. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  438. package/es/components/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  439. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  440. package/es/components/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  441. package/es/components/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  442. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  443. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  444. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -80
  445. package/es/shared/components/player-vod/index.js +0 -14
  446. package/es/shared/components/player-vod/video-list.js +0 -126
  447. package/es/shared/core/create.js +0 -8
  448. package/es/shared/utils/crypto.js +0 -25
  449. package/es/shared/utils/tapable/HookMap.js +0 -32
  450. package/es/shared/utils/tapable/MultiHook.js +0 -38
  451. package/es/shared/utils/tapable/index.js +0 -12
@@ -1,5 +1,3 @@
1
- /// <reference types="lodash" />
2
- import { nextTick } from 'vue';
3
1
  import { FieldItem, FormChangePayload, FormRenderExpose } from '../../../../../es/components/form-render';
4
2
  import { FormConfigItem } from '../../../../../es/components/index';
5
3
  declare const _default: import("vue").DefineComponent<{}, {
@@ -1696,1930 +1694,7 @@ declare const _default: import("vue").DefineComponent<{}, {
1696
1694
  onPositiveClick: () => Promise<void>;
1697
1695
  prevOldField: null;
1698
1696
  onFormChange: ({ fieldKey, value }: FormChangePayload) => void;
1699
- NModal: import("vue").DefineComponent<{
1700
- onEsc: import("vue").PropType<() => void>;
1701
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1702
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1703
- onAfterEnter: import("vue").PropType<() => void>;
1704
- onBeforeLeave: import("vue").PropType<() => void>;
1705
- onAfterLeave: import("vue").PropType<() => void>;
1706
- onClose: import("vue").PropType<() => any>;
1707
- onPositiveClick: import("vue").PropType<() => any>;
1708
- onNegativeClick: import("vue").PropType<() => any>;
1709
- onMaskClick: import("vue").PropType<(e: MouseEvent) => void>;
1710
- internalDialog: BooleanConstructor;
1711
- internalAppear: {
1712
- type: import("vue").PropType<boolean | undefined>;
1713
- default: undefined;
1714
- };
1715
- overlayStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1716
- onBeforeHide: import("vue").PropType<() => void>;
1717
- onAfterHide: import("vue").PropType<() => void>;
1718
- onHide: import("vue").PropType<(value: false) => void>;
1719
- icon: import("vue").PropType<() => import("vue").VNodeChild>;
1720
- type: {
1721
- readonly type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
1722
- readonly default: "default";
1723
- };
1724
- title: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
1725
- closable: {
1726
- readonly type: BooleanConstructor;
1727
- readonly default: true;
1728
- };
1729
- negativeText: StringConstructor;
1730
- positiveText: StringConstructor;
1731
- positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1732
- negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
1733
- content: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
1734
- action: import("vue").PropType<() => import("vue").VNodeChild>;
1735
- showIcon: {
1736
- readonly type: BooleanConstructor;
1737
- readonly default: true;
1738
- };
1739
- loading: BooleanConstructor;
1740
- bordered: BooleanConstructor;
1741
- iconPlacement: import("vue").PropType<import("naive-ui/es/dialog/src/interface").IconPlacement>;
1742
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1743
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1744
- headerExtraStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1745
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1746
- embedded: BooleanConstructor;
1747
- segmented: {
1748
- readonly type: import("vue").PropType<boolean | import("naive-ui/es/card/src/Card").Segmented>;
1749
- readonly default: false;
1750
- };
1751
- size: {
1752
- readonly type: import("vue").PropType<"small" | "medium" | "large" | "huge">;
1753
- readonly default: "medium";
1754
- };
1755
- hoverable: BooleanConstructor;
1756
- role: StringConstructor;
1757
- show: BooleanConstructor;
1758
- unstableShowMask: {
1759
- type: BooleanConstructor;
1760
- default: boolean;
1761
- };
1762
- maskClosable: {
1763
- type: BooleanConstructor;
1764
- default: boolean;
1765
- };
1766
- preset: import("vue").PropType<"dialog" | "card" | "confirm">;
1767
- to: import("vue").PropType<string | HTMLElement>;
1768
- displayDirective: {
1769
- type: import("vue").PropType<"show" | "if">;
1770
- default: string;
1771
- };
1772
- transformOrigin: {
1773
- type: import("vue").PropType<"center" | "mouse">;
1774
- default: string;
1775
- };
1776
- zIndex: NumberConstructor;
1777
- autoFocus: {
1778
- type: BooleanConstructor;
1779
- default: boolean;
1780
- };
1781
- trapFocus: {
1782
- type: BooleanConstructor;
1783
- default: boolean;
1784
- };
1785
- closeOnEsc: {
1786
- type: BooleanConstructor;
1787
- default: boolean;
1788
- };
1789
- blockScroll: {
1790
- type: BooleanConstructor;
1791
- default: boolean;
1792
- };
1793
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Modal", {
1794
- color: string;
1795
- textColor: string;
1796
- boxShadow: string;
1797
- }, {
1798
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1799
- color: string;
1800
- colorHover: string;
1801
- }, any>;
1802
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
1803
- fontSize: string;
1804
- lineHeight: string;
1805
- border: string;
1806
- titleTextColor: string;
1807
- textColor: string;
1808
- color: string;
1809
- closeColorHover: string;
1810
- closeColorPressed: string;
1811
- closeIconColor: string;
1812
- closeIconColorHover: string;
1813
- closeIconColorPressed: string;
1814
- closeBorderRadius: string;
1815
- iconColor: string;
1816
- iconColorInfo: string;
1817
- iconColorSuccess: string;
1818
- iconColorWarning: string;
1819
- iconColorError: string;
1820
- borderRadius: string;
1821
- titleFontWeight: string;
1822
- titleFontSize: string;
1823
- padding: string;
1824
- iconSize: string;
1825
- actionSpace: string;
1826
- contentMargin: string;
1827
- iconMargin: string;
1828
- iconMarginIconTop: string;
1829
- closeSize: string;
1830
- closeIconSize: string;
1831
- closeMargin: string;
1832
- closeMarginIconTop: string;
1833
- }, {
1834
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
1835
- heightTiny: string;
1836
- heightSmall: string;
1837
- heightMedium: string;
1838
- heightLarge: string;
1839
- borderRadiusTiny: string;
1840
- borderRadiusSmall: string;
1841
- borderRadiusMedium: string;
1842
- borderRadiusLarge: string;
1843
- fontSizeTiny: string;
1844
- fontSizeSmall: string;
1845
- fontSizeMedium: string;
1846
- fontSizeLarge: string;
1847
- opacityDisabled: string;
1848
- colorOpacitySecondary: string;
1849
- colorOpacitySecondaryHover: string;
1850
- colorOpacitySecondaryPressed: string;
1851
- colorSecondary: string;
1852
- colorSecondaryHover: string;
1853
- colorSecondaryPressed: string;
1854
- colorTertiary: string;
1855
- colorTertiaryHover: string;
1856
- colorTertiaryPressed: string;
1857
- colorQuaternary: string;
1858
- colorQuaternaryHover: string;
1859
- colorQuaternaryPressed: string;
1860
- color: string;
1861
- colorHover: string;
1862
- colorPressed: string;
1863
- colorFocus: string;
1864
- colorDisabled: string;
1865
- textColor: string;
1866
- textColorTertiary: string;
1867
- textColorHover: string;
1868
- textColorPressed: string;
1869
- textColorFocus: string;
1870
- textColorDisabled: string;
1871
- textColorText: string;
1872
- textColorTextHover: string;
1873
- textColorTextPressed: string;
1874
- textColorTextFocus: string;
1875
- textColorTextDisabled: string;
1876
- textColorGhost: string;
1877
- textColorGhostHover: string;
1878
- textColorGhostPressed: string;
1879
- textColorGhostFocus: string;
1880
- textColorGhostDisabled: string;
1881
- border: string;
1882
- borderHover: string;
1883
- borderPressed: string;
1884
- borderFocus: string;
1885
- borderDisabled: string;
1886
- rippleColor: string;
1887
- colorPrimary: string;
1888
- colorHoverPrimary: string;
1889
- colorPressedPrimary: string;
1890
- colorFocusPrimary: string;
1891
- colorDisabledPrimary: string;
1892
- textColorPrimary: string;
1893
- textColorHoverPrimary: string;
1894
- textColorPressedPrimary: string;
1895
- textColorFocusPrimary: string;
1896
- textColorDisabledPrimary: string;
1897
- textColorTextPrimary: string;
1898
- textColorTextHoverPrimary: string;
1899
- textColorTextPressedPrimary: string;
1900
- textColorTextFocusPrimary: string;
1901
- textColorTextDisabledPrimary: string;
1902
- textColorGhostPrimary: string;
1903
- textColorGhostHoverPrimary: string;
1904
- textColorGhostPressedPrimary: string;
1905
- textColorGhostFocusPrimary: string;
1906
- textColorGhostDisabledPrimary: string;
1907
- borderPrimary: string;
1908
- borderHoverPrimary: string;
1909
- borderPressedPrimary: string;
1910
- borderFocusPrimary: string;
1911
- borderDisabledPrimary: string;
1912
- rippleColorPrimary: string;
1913
- colorInfo: string;
1914
- colorHoverInfo: string;
1915
- colorPressedInfo: string;
1916
- colorFocusInfo: string;
1917
- colorDisabledInfo: string;
1918
- textColorInfo: string;
1919
- textColorHoverInfo: string;
1920
- textColorPressedInfo: string;
1921
- textColorFocusInfo: string;
1922
- textColorDisabledInfo: string;
1923
- textColorTextInfo: string;
1924
- textColorTextHoverInfo: string;
1925
- textColorTextPressedInfo: string;
1926
- textColorTextFocusInfo: string;
1927
- textColorTextDisabledInfo: string;
1928
- textColorGhostInfo: string;
1929
- textColorGhostHoverInfo: string;
1930
- textColorGhostPressedInfo: string;
1931
- textColorGhostFocusInfo: string;
1932
- textColorGhostDisabledInfo: string;
1933
- borderInfo: string;
1934
- borderHoverInfo: string;
1935
- borderPressedInfo: string;
1936
- borderFocusInfo: string;
1937
- borderDisabledInfo: string;
1938
- rippleColorInfo: string;
1939
- colorSuccess: string;
1940
- colorHoverSuccess: string;
1941
- colorPressedSuccess: string;
1942
- colorFocusSuccess: string;
1943
- colorDisabledSuccess: string;
1944
- textColorSuccess: string;
1945
- textColorHoverSuccess: string;
1946
- textColorPressedSuccess: string;
1947
- textColorFocusSuccess: string;
1948
- textColorDisabledSuccess: string;
1949
- textColorTextSuccess: string;
1950
- textColorTextHoverSuccess: string;
1951
- textColorTextPressedSuccess: string;
1952
- textColorTextFocusSuccess: string;
1953
- textColorTextDisabledSuccess: string;
1954
- textColorGhostSuccess: string;
1955
- textColorGhostHoverSuccess: string;
1956
- textColorGhostPressedSuccess: string;
1957
- textColorGhostFocusSuccess: string;
1958
- textColorGhostDisabledSuccess: string;
1959
- borderSuccess: string;
1960
- borderHoverSuccess: string;
1961
- borderPressedSuccess: string;
1962
- borderFocusSuccess: string;
1963
- borderDisabledSuccess: string;
1964
- rippleColorSuccess: string;
1965
- colorWarning: string;
1966
- colorHoverWarning: string;
1967
- colorPressedWarning: string;
1968
- colorFocusWarning: string;
1969
- colorDisabledWarning: string;
1970
- textColorWarning: string;
1971
- textColorHoverWarning: string;
1972
- textColorPressedWarning: string;
1973
- textColorFocusWarning: string;
1974
- textColorDisabledWarning: string;
1975
- textColorTextWarning: string;
1976
- textColorTextHoverWarning: string;
1977
- textColorTextPressedWarning: string;
1978
- textColorTextFocusWarning: string;
1979
- textColorTextDisabledWarning: string;
1980
- textColorGhostWarning: string;
1981
- textColorGhostHoverWarning: string;
1982
- textColorGhostPressedWarning: string;
1983
- textColorGhostFocusWarning: string;
1984
- textColorGhostDisabledWarning: string;
1985
- borderWarning: string;
1986
- borderHoverWarning: string;
1987
- borderPressedWarning: string;
1988
- borderFocusWarning: string;
1989
- borderDisabledWarning: string;
1990
- rippleColorWarning: string;
1991
- colorError: string;
1992
- colorHoverError: string;
1993
- colorPressedError: string;
1994
- colorFocusError: string;
1995
- colorDisabledError: string;
1996
- textColorError: string;
1997
- textColorHoverError: string;
1998
- textColorPressedError: string;
1999
- textColorFocusError: string;
2000
- textColorDisabledError: string;
2001
- textColorTextError: string;
2002
- textColorTextHoverError: string;
2003
- textColorTextPressedError: string;
2004
- textColorTextFocusError: string;
2005
- textColorTextDisabledError: string;
2006
- textColorGhostError: string;
2007
- textColorGhostHoverError: string;
2008
- textColorGhostPressedError: string;
2009
- textColorGhostFocusError: string;
2010
- textColorGhostDisabledError: string;
2011
- borderError: string;
2012
- borderHoverError: string;
2013
- borderPressedError: string;
2014
- borderFocusError: string;
2015
- borderDisabledError: string;
2016
- rippleColorError: string;
2017
- waveOpacity: string;
2018
- fontWeight: string;
2019
- fontWeightStrong: string;
2020
- paddingTiny: string;
2021
- paddingSmall: string;
2022
- paddingMedium: string;
2023
- paddingLarge: string;
2024
- paddingRoundTiny: string;
2025
- paddingRoundSmall: string;
2026
- paddingRoundMedium: string;
2027
- paddingRoundLarge: string;
2028
- iconMarginTiny: string;
2029
- iconMarginSmall: string;
2030
- iconMarginMedium: string;
2031
- iconMarginLarge: string;
2032
- iconSizeTiny: string;
2033
- iconSizeSmall: string;
2034
- iconSizeMedium: string;
2035
- iconSizeLarge: string;
2036
- rippleDuration: string;
2037
- }, any>;
2038
- }>;
2039
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
2040
- lineHeight: string;
2041
- color: string;
2042
- colorModal: string;
2043
- colorPopover: string;
2044
- colorTarget: string;
2045
- colorEmbedded: string;
2046
- textColor: string;
2047
- titleTextColor: string;
2048
- borderColor: string;
2049
- actionColor: string;
2050
- titleFontWeight: string;
2051
- closeColorHover: string;
2052
- closeColorPressed: string;
2053
- closeBorderRadius: string;
2054
- closeIconColor: string;
2055
- closeIconColorHover: string;
2056
- closeIconColorPressed: string;
2057
- fontSizeSmall: string;
2058
- fontSizeMedium: string;
2059
- fontSizeLarge: string;
2060
- fontSizeHuge: string;
2061
- boxShadow: string;
2062
- borderRadius: string;
2063
- paddingSmall: string;
2064
- paddingMedium: string;
2065
- paddingLarge: string;
2066
- paddingHuge: string;
2067
- titleFontSizeSmall: string;
2068
- titleFontSizeMedium: string;
2069
- titleFontSizeLarge: string;
2070
- titleFontSizeHuge: string;
2071
- closeIconSize: string;
2072
- closeSize: string;
2073
- }, any>;
2074
- }>>;
2075
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
2076
- color: string;
2077
- textColor: string;
2078
- boxShadow: string;
2079
- }, {
2080
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2081
- color: string;
2082
- colorHover: string;
2083
- }, any>;
2084
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2085
- fontSize: string;
2086
- lineHeight: string;
2087
- border: string;
2088
- titleTextColor: string;
2089
- textColor: string;
2090
- color: string;
2091
- closeColorHover: string;
2092
- closeColorPressed: string;
2093
- closeIconColor: string;
2094
- closeIconColorHover: string;
2095
- closeIconColorPressed: string;
2096
- closeBorderRadius: string;
2097
- iconColor: string;
2098
- iconColorInfo: string;
2099
- iconColorSuccess: string;
2100
- iconColorWarning: string;
2101
- iconColorError: string;
2102
- borderRadius: string;
2103
- titleFontWeight: string;
2104
- titleFontSize: string;
2105
- padding: string;
2106
- iconSize: string;
2107
- actionSpace: string;
2108
- contentMargin: string;
2109
- iconMargin: string;
2110
- iconMarginIconTop: string;
2111
- closeSize: string;
2112
- closeIconSize: string;
2113
- closeMargin: string;
2114
- closeMarginIconTop: string;
2115
- }, {
2116
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2117
- heightTiny: string;
2118
- heightSmall: string;
2119
- heightMedium: string;
2120
- heightLarge: string;
2121
- borderRadiusTiny: string;
2122
- borderRadiusSmall: string;
2123
- borderRadiusMedium: string;
2124
- borderRadiusLarge: string;
2125
- fontSizeTiny: string;
2126
- fontSizeSmall: string;
2127
- fontSizeMedium: string;
2128
- fontSizeLarge: string;
2129
- opacityDisabled: string;
2130
- colorOpacitySecondary: string;
2131
- colorOpacitySecondaryHover: string;
2132
- colorOpacitySecondaryPressed: string;
2133
- colorSecondary: string;
2134
- colorSecondaryHover: string;
2135
- colorSecondaryPressed: string;
2136
- colorTertiary: string;
2137
- colorTertiaryHover: string;
2138
- colorTertiaryPressed: string;
2139
- colorQuaternary: string;
2140
- colorQuaternaryHover: string;
2141
- colorQuaternaryPressed: string;
2142
- color: string;
2143
- colorHover: string;
2144
- colorPressed: string;
2145
- colorFocus: string;
2146
- colorDisabled: string;
2147
- textColor: string;
2148
- textColorTertiary: string;
2149
- textColorHover: string;
2150
- textColorPressed: string;
2151
- textColorFocus: string;
2152
- textColorDisabled: string;
2153
- textColorText: string;
2154
- textColorTextHover: string;
2155
- textColorTextPressed: string;
2156
- textColorTextFocus: string;
2157
- textColorTextDisabled: string;
2158
- textColorGhost: string;
2159
- textColorGhostHover: string;
2160
- textColorGhostPressed: string;
2161
- textColorGhostFocus: string;
2162
- textColorGhostDisabled: string;
2163
- border: string;
2164
- borderHover: string;
2165
- borderPressed: string;
2166
- borderFocus: string;
2167
- borderDisabled: string;
2168
- rippleColor: string;
2169
- colorPrimary: string;
2170
- colorHoverPrimary: string;
2171
- colorPressedPrimary: string;
2172
- colorFocusPrimary: string;
2173
- colorDisabledPrimary: string;
2174
- textColorPrimary: string;
2175
- textColorHoverPrimary: string;
2176
- textColorPressedPrimary: string;
2177
- textColorFocusPrimary: string;
2178
- textColorDisabledPrimary: string;
2179
- textColorTextPrimary: string;
2180
- textColorTextHoverPrimary: string;
2181
- textColorTextPressedPrimary: string;
2182
- textColorTextFocusPrimary: string;
2183
- textColorTextDisabledPrimary: string;
2184
- textColorGhostPrimary: string;
2185
- textColorGhostHoverPrimary: string;
2186
- textColorGhostPressedPrimary: string;
2187
- textColorGhostFocusPrimary: string;
2188
- textColorGhostDisabledPrimary: string;
2189
- borderPrimary: string;
2190
- borderHoverPrimary: string;
2191
- borderPressedPrimary: string;
2192
- borderFocusPrimary: string;
2193
- borderDisabledPrimary: string;
2194
- rippleColorPrimary: string;
2195
- colorInfo: string;
2196
- colorHoverInfo: string;
2197
- colorPressedInfo: string;
2198
- colorFocusInfo: string;
2199
- colorDisabledInfo: string;
2200
- textColorInfo: string;
2201
- textColorHoverInfo: string;
2202
- textColorPressedInfo: string;
2203
- textColorFocusInfo: string;
2204
- textColorDisabledInfo: string;
2205
- textColorTextInfo: string;
2206
- textColorTextHoverInfo: string;
2207
- textColorTextPressedInfo: string;
2208
- textColorTextFocusInfo: string;
2209
- textColorTextDisabledInfo: string;
2210
- textColorGhostInfo: string;
2211
- textColorGhostHoverInfo: string;
2212
- textColorGhostPressedInfo: string;
2213
- textColorGhostFocusInfo: string;
2214
- textColorGhostDisabledInfo: string;
2215
- borderInfo: string;
2216
- borderHoverInfo: string;
2217
- borderPressedInfo: string;
2218
- borderFocusInfo: string;
2219
- borderDisabledInfo: string;
2220
- rippleColorInfo: string;
2221
- colorSuccess: string;
2222
- colorHoverSuccess: string;
2223
- colorPressedSuccess: string;
2224
- colorFocusSuccess: string;
2225
- colorDisabledSuccess: string;
2226
- textColorSuccess: string;
2227
- textColorHoverSuccess: string;
2228
- textColorPressedSuccess: string;
2229
- textColorFocusSuccess: string;
2230
- textColorDisabledSuccess: string;
2231
- textColorTextSuccess: string;
2232
- textColorTextHoverSuccess: string;
2233
- textColorTextPressedSuccess: string;
2234
- textColorTextFocusSuccess: string;
2235
- textColorTextDisabledSuccess: string;
2236
- textColorGhostSuccess: string;
2237
- textColorGhostHoverSuccess: string;
2238
- textColorGhostPressedSuccess: string;
2239
- textColorGhostFocusSuccess: string;
2240
- textColorGhostDisabledSuccess: string;
2241
- borderSuccess: string;
2242
- borderHoverSuccess: string;
2243
- borderPressedSuccess: string;
2244
- borderFocusSuccess: string;
2245
- borderDisabledSuccess: string;
2246
- rippleColorSuccess: string;
2247
- colorWarning: string;
2248
- colorHoverWarning: string;
2249
- colorPressedWarning: string;
2250
- colorFocusWarning: string;
2251
- colorDisabledWarning: string;
2252
- textColorWarning: string;
2253
- textColorHoverWarning: string;
2254
- textColorPressedWarning: string;
2255
- textColorFocusWarning: string;
2256
- textColorDisabledWarning: string;
2257
- textColorTextWarning: string;
2258
- textColorTextHoverWarning: string;
2259
- textColorTextPressedWarning: string;
2260
- textColorTextFocusWarning: string;
2261
- textColorTextDisabledWarning: string;
2262
- textColorGhostWarning: string;
2263
- textColorGhostHoverWarning: string;
2264
- textColorGhostPressedWarning: string;
2265
- textColorGhostFocusWarning: string;
2266
- textColorGhostDisabledWarning: string;
2267
- borderWarning: string;
2268
- borderHoverWarning: string;
2269
- borderPressedWarning: string;
2270
- borderFocusWarning: string;
2271
- borderDisabledWarning: string;
2272
- rippleColorWarning: string;
2273
- colorError: string;
2274
- colorHoverError: string;
2275
- colorPressedError: string;
2276
- colorFocusError: string;
2277
- colorDisabledError: string;
2278
- textColorError: string;
2279
- textColorHoverError: string;
2280
- textColorPressedError: string;
2281
- textColorFocusError: string;
2282
- textColorDisabledError: string;
2283
- textColorTextError: string;
2284
- textColorTextHoverError: string;
2285
- textColorTextPressedError: string;
2286
- textColorTextFocusError: string;
2287
- textColorTextDisabledError: string;
2288
- textColorGhostError: string;
2289
- textColorGhostHoverError: string;
2290
- textColorGhostPressedError: string;
2291
- textColorGhostFocusError: string;
2292
- textColorGhostDisabledError: string;
2293
- borderError: string;
2294
- borderHoverError: string;
2295
- borderPressedError: string;
2296
- borderFocusError: string;
2297
- borderDisabledError: string;
2298
- rippleColorError: string;
2299
- waveOpacity: string;
2300
- fontWeight: string;
2301
- fontWeightStrong: string;
2302
- paddingTiny: string;
2303
- paddingSmall: string;
2304
- paddingMedium: string;
2305
- paddingLarge: string;
2306
- paddingRoundTiny: string;
2307
- paddingRoundSmall: string;
2308
- paddingRoundMedium: string;
2309
- paddingRoundLarge: string;
2310
- iconMarginTiny: string;
2311
- iconMarginSmall: string;
2312
- iconMarginMedium: string;
2313
- iconMarginLarge: string;
2314
- iconSizeTiny: string;
2315
- iconSizeSmall: string;
2316
- iconSizeMedium: string;
2317
- iconSizeLarge: string;
2318
- rippleDuration: string;
2319
- }, any>;
2320
- }>;
2321
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
2322
- lineHeight: string;
2323
- color: string;
2324
- colorModal: string;
2325
- colorPopover: string;
2326
- colorTarget: string;
2327
- colorEmbedded: string;
2328
- textColor: string;
2329
- titleTextColor: string;
2330
- borderColor: string;
2331
- actionColor: string;
2332
- titleFontWeight: string;
2333
- closeColorHover: string;
2334
- closeColorPressed: string;
2335
- closeBorderRadius: string;
2336
- closeIconColor: string;
2337
- closeIconColorHover: string;
2338
- closeIconColorPressed: string;
2339
- fontSizeSmall: string;
2340
- fontSizeMedium: string;
2341
- fontSizeLarge: string;
2342
- fontSizeHuge: string;
2343
- boxShadow: string;
2344
- borderRadius: string;
2345
- paddingSmall: string;
2346
- paddingMedium: string;
2347
- paddingLarge: string;
2348
- paddingHuge: string;
2349
- titleFontSizeSmall: string;
2350
- titleFontSizeMedium: string;
2351
- titleFontSizeLarge: string;
2352
- titleFontSizeHuge: string;
2353
- closeIconSize: string;
2354
- closeSize: string;
2355
- }, any>;
2356
- }>>>;
2357
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
2358
- color: string;
2359
- textColor: string;
2360
- boxShadow: string;
2361
- }, {
2362
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2363
- color: string;
2364
- colorHover: string;
2365
- }, any>;
2366
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2367
- fontSize: string;
2368
- lineHeight: string;
2369
- border: string;
2370
- titleTextColor: string;
2371
- textColor: string;
2372
- color: string;
2373
- closeColorHover: string;
2374
- closeColorPressed: string;
2375
- closeIconColor: string;
2376
- closeIconColorHover: string;
2377
- closeIconColorPressed: string;
2378
- closeBorderRadius: string;
2379
- iconColor: string;
2380
- iconColorInfo: string;
2381
- iconColorSuccess: string;
2382
- iconColorWarning: string;
2383
- iconColorError: string;
2384
- borderRadius: string;
2385
- titleFontWeight: string;
2386
- titleFontSize: string;
2387
- padding: string;
2388
- iconSize: string;
2389
- actionSpace: string;
2390
- contentMargin: string;
2391
- iconMargin: string;
2392
- iconMarginIconTop: string;
2393
- closeSize: string;
2394
- closeIconSize: string;
2395
- closeMargin: string;
2396
- closeMarginIconTop: string;
2397
- }, {
2398
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2399
- heightTiny: string;
2400
- heightSmall: string;
2401
- heightMedium: string;
2402
- heightLarge: string;
2403
- borderRadiusTiny: string;
2404
- borderRadiusSmall: string;
2405
- borderRadiusMedium: string;
2406
- borderRadiusLarge: string;
2407
- fontSizeTiny: string;
2408
- fontSizeSmall: string;
2409
- fontSizeMedium: string;
2410
- fontSizeLarge: string;
2411
- opacityDisabled: string;
2412
- colorOpacitySecondary: string;
2413
- colorOpacitySecondaryHover: string;
2414
- colorOpacitySecondaryPressed: string;
2415
- colorSecondary: string;
2416
- colorSecondaryHover: string;
2417
- colorSecondaryPressed: string;
2418
- colorTertiary: string;
2419
- colorTertiaryHover: string;
2420
- colorTertiaryPressed: string;
2421
- colorQuaternary: string;
2422
- colorQuaternaryHover: string;
2423
- colorQuaternaryPressed: string;
2424
- color: string;
2425
- colorHover: string;
2426
- colorPressed: string;
2427
- colorFocus: string;
2428
- colorDisabled: string;
2429
- textColor: string;
2430
- textColorTertiary: string;
2431
- textColorHover: string;
2432
- textColorPressed: string;
2433
- textColorFocus: string;
2434
- textColorDisabled: string;
2435
- textColorText: string;
2436
- textColorTextHover: string;
2437
- textColorTextPressed: string;
2438
- textColorTextFocus: string;
2439
- textColorTextDisabled: string;
2440
- textColorGhost: string;
2441
- textColorGhostHover: string;
2442
- textColorGhostPressed: string;
2443
- textColorGhostFocus: string;
2444
- textColorGhostDisabled: string;
2445
- border: string;
2446
- borderHover: string;
2447
- borderPressed: string;
2448
- borderFocus: string;
2449
- borderDisabled: string;
2450
- rippleColor: string;
2451
- colorPrimary: string;
2452
- colorHoverPrimary: string;
2453
- colorPressedPrimary: string;
2454
- colorFocusPrimary: string;
2455
- colorDisabledPrimary: string;
2456
- textColorPrimary: string;
2457
- textColorHoverPrimary: string;
2458
- textColorPressedPrimary: string;
2459
- textColorFocusPrimary: string;
2460
- textColorDisabledPrimary: string;
2461
- textColorTextPrimary: string;
2462
- textColorTextHoverPrimary: string;
2463
- textColorTextPressedPrimary: string;
2464
- textColorTextFocusPrimary: string;
2465
- textColorTextDisabledPrimary: string;
2466
- textColorGhostPrimary: string;
2467
- textColorGhostHoverPrimary: string;
2468
- textColorGhostPressedPrimary: string;
2469
- textColorGhostFocusPrimary: string;
2470
- textColorGhostDisabledPrimary: string;
2471
- borderPrimary: string;
2472
- borderHoverPrimary: string;
2473
- borderPressedPrimary: string;
2474
- borderFocusPrimary: string;
2475
- borderDisabledPrimary: string;
2476
- rippleColorPrimary: string;
2477
- colorInfo: string;
2478
- colorHoverInfo: string;
2479
- colorPressedInfo: string;
2480
- colorFocusInfo: string;
2481
- colorDisabledInfo: string;
2482
- textColorInfo: string;
2483
- textColorHoverInfo: string;
2484
- textColorPressedInfo: string;
2485
- textColorFocusInfo: string;
2486
- textColorDisabledInfo: string;
2487
- textColorTextInfo: string;
2488
- textColorTextHoverInfo: string;
2489
- textColorTextPressedInfo: string;
2490
- textColorTextFocusInfo: string;
2491
- textColorTextDisabledInfo: string;
2492
- textColorGhostInfo: string;
2493
- textColorGhostHoverInfo: string;
2494
- textColorGhostPressedInfo: string;
2495
- textColorGhostFocusInfo: string;
2496
- textColorGhostDisabledInfo: string;
2497
- borderInfo: string;
2498
- borderHoverInfo: string;
2499
- borderPressedInfo: string;
2500
- borderFocusInfo: string;
2501
- borderDisabledInfo: string;
2502
- rippleColorInfo: string;
2503
- colorSuccess: string;
2504
- colorHoverSuccess: string;
2505
- colorPressedSuccess: string;
2506
- colorFocusSuccess: string;
2507
- colorDisabledSuccess: string;
2508
- textColorSuccess: string;
2509
- textColorHoverSuccess: string;
2510
- textColorPressedSuccess: string;
2511
- textColorFocusSuccess: string;
2512
- textColorDisabledSuccess: string;
2513
- textColorTextSuccess: string;
2514
- textColorTextHoverSuccess: string;
2515
- textColorTextPressedSuccess: string;
2516
- textColorTextFocusSuccess: string;
2517
- textColorTextDisabledSuccess: string;
2518
- textColorGhostSuccess: string;
2519
- textColorGhostHoverSuccess: string;
2520
- textColorGhostPressedSuccess: string;
2521
- textColorGhostFocusSuccess: string;
2522
- textColorGhostDisabledSuccess: string;
2523
- borderSuccess: string;
2524
- borderHoverSuccess: string;
2525
- borderPressedSuccess: string;
2526
- borderFocusSuccess: string;
2527
- borderDisabledSuccess: string;
2528
- rippleColorSuccess: string;
2529
- colorWarning: string;
2530
- colorHoverWarning: string;
2531
- colorPressedWarning: string;
2532
- colorFocusWarning: string;
2533
- colorDisabledWarning: string;
2534
- textColorWarning: string;
2535
- textColorHoverWarning: string;
2536
- textColorPressedWarning: string;
2537
- textColorFocusWarning: string;
2538
- textColorDisabledWarning: string;
2539
- textColorTextWarning: string;
2540
- textColorTextHoverWarning: string;
2541
- textColorTextPressedWarning: string;
2542
- textColorTextFocusWarning: string;
2543
- textColorTextDisabledWarning: string;
2544
- textColorGhostWarning: string;
2545
- textColorGhostHoverWarning: string;
2546
- textColorGhostPressedWarning: string;
2547
- textColorGhostFocusWarning: string;
2548
- textColorGhostDisabledWarning: string;
2549
- borderWarning: string;
2550
- borderHoverWarning: string;
2551
- borderPressedWarning: string;
2552
- borderFocusWarning: string;
2553
- borderDisabledWarning: string;
2554
- rippleColorWarning: string;
2555
- colorError: string;
2556
- colorHoverError: string;
2557
- colorPressedError: string;
2558
- colorFocusError: string;
2559
- colorDisabledError: string;
2560
- textColorError: string;
2561
- textColorHoverError: string;
2562
- textColorPressedError: string;
2563
- textColorFocusError: string;
2564
- textColorDisabledError: string;
2565
- textColorTextError: string;
2566
- textColorTextHoverError: string;
2567
- textColorTextPressedError: string;
2568
- textColorTextFocusError: string;
2569
- textColorTextDisabledError: string;
2570
- textColorGhostError: string;
2571
- textColorGhostHoverError: string;
2572
- textColorGhostPressedError: string;
2573
- textColorGhostFocusError: string;
2574
- textColorGhostDisabledError: string;
2575
- borderError: string;
2576
- borderHoverError: string;
2577
- borderPressedError: string;
2578
- borderFocusError: string;
2579
- borderDisabledError: string;
2580
- rippleColorError: string;
2581
- waveOpacity: string;
2582
- fontWeight: string;
2583
- fontWeightStrong: string;
2584
- paddingTiny: string;
2585
- paddingSmall: string;
2586
- paddingMedium: string;
2587
- paddingLarge: string;
2588
- paddingRoundTiny: string;
2589
- paddingRoundSmall: string;
2590
- paddingRoundMedium: string;
2591
- paddingRoundLarge: string;
2592
- iconMarginTiny: string;
2593
- iconMarginSmall: string;
2594
- iconMarginMedium: string;
2595
- iconMarginLarge: string;
2596
- iconSizeTiny: string;
2597
- iconSizeSmall: string;
2598
- iconSizeMedium: string;
2599
- iconSizeLarge: string;
2600
- rippleDuration: string;
2601
- }, any>;
2602
- }>;
2603
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
2604
- lineHeight: string;
2605
- color: string;
2606
- colorModal: string;
2607
- colorPopover: string;
2608
- colorTarget: string;
2609
- colorEmbedded: string;
2610
- textColor: string;
2611
- titleTextColor: string;
2612
- borderColor: string;
2613
- actionColor: string;
2614
- titleFontWeight: string;
2615
- closeColorHover: string;
2616
- closeColorPressed: string;
2617
- closeBorderRadius: string;
2618
- closeIconColor: string;
2619
- closeIconColorHover: string;
2620
- closeIconColorPressed: string;
2621
- fontSizeSmall: string;
2622
- fontSizeMedium: string;
2623
- fontSizeLarge: string;
2624
- fontSizeHuge: string;
2625
- boxShadow: string;
2626
- borderRadius: string;
2627
- paddingSmall: string;
2628
- paddingMedium: string;
2629
- paddingLarge: string;
2630
- paddingHuge: string;
2631
- titleFontSizeSmall: string;
2632
- titleFontSizeMedium: string;
2633
- titleFontSizeLarge: string;
2634
- titleFontSizeHuge: string;
2635
- closeIconSize: string;
2636
- closeSize: string;
2637
- }, any>;
2638
- }>>>;
2639
- }, {
2640
- mergedClsPrefix: import("vue").ComputedRef<string>;
2641
- namespace: import("vue").ComputedRef<string | undefined>;
2642
- isMounted: Readonly<import("vue").Ref<boolean>>;
2643
- containerRef: import("vue").Ref<HTMLElement | null>;
2644
- presetProps: import("vue").ComputedRef<any>;
2645
- handleEsc: (e: KeyboardEvent) => void;
2646
- handleAfterLeave: () => void;
2647
- handleClickoutside: (e: MouseEvent) => void;
2648
- handleBeforeLeave: () => void;
2649
- doUpdateShow: (show: boolean) => void;
2650
- handleNegativeClick: () => void;
2651
- handlePositiveClick: () => void;
2652
- handleCloseClick: () => void;
2653
- cssVars: import("vue").ComputedRef<{
2654
- '--n-bezier-ease-out': string;
2655
- '--n-box-shadow': string;
2656
- '--n-color': string;
2657
- '--n-text-color': string;
2658
- }> | undefined;
2659
- themeClass: import("vue").Ref<string> | undefined;
2660
- onRender: (() => void) | undefined;
2661
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2662
- onEsc: import("vue").PropType<() => void>;
2663
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2664
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2665
- onAfterEnter: import("vue").PropType<() => void>;
2666
- onBeforeLeave: import("vue").PropType<() => void>;
2667
- onAfterLeave: import("vue").PropType<() => void>;
2668
- onClose: import("vue").PropType<() => any>;
2669
- onPositiveClick: import("vue").PropType<() => any>;
2670
- onNegativeClick: import("vue").PropType<() => any>;
2671
- onMaskClick: import("vue").PropType<(e: MouseEvent) => void>;
2672
- internalDialog: BooleanConstructor;
2673
- internalAppear: {
2674
- type: import("vue").PropType<boolean | undefined>;
2675
- default: undefined;
2676
- };
2677
- overlayStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2678
- onBeforeHide: import("vue").PropType<() => void>;
2679
- onAfterHide: import("vue").PropType<() => void>;
2680
- onHide: import("vue").PropType<(value: false) => void>;
2681
- icon: import("vue").PropType<() => import("vue").VNodeChild>;
2682
- type: {
2683
- readonly type: import("vue").PropType<"default" | "info" | "success" | "warning" | "error">;
2684
- readonly default: "default";
2685
- };
2686
- title: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
2687
- closable: {
2688
- readonly type: BooleanConstructor;
2689
- readonly default: true;
2690
- };
2691
- negativeText: StringConstructor;
2692
- positiveText: StringConstructor;
2693
- positiveButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2694
- negativeButtonProps: import("vue").PropType<import("naive-ui").ButtonProps>;
2695
- content: import("vue").PropType<string | (() => import("vue").VNodeChild)>;
2696
- action: import("vue").PropType<() => import("vue").VNodeChild>;
2697
- showIcon: {
2698
- readonly type: BooleanConstructor;
2699
- readonly default: true;
2700
- };
2701
- loading: BooleanConstructor;
2702
- bordered: BooleanConstructor;
2703
- iconPlacement: import("vue").PropType<import("naive-ui/es/dialog/src/interface").IconPlacement>;
2704
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2705
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2706
- headerExtraStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2707
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2708
- embedded: BooleanConstructor;
2709
- segmented: {
2710
- readonly type: import("vue").PropType<boolean | import("naive-ui/es/card/src/Card").Segmented>;
2711
- readonly default: false;
2712
- };
2713
- size: {
2714
- readonly type: import("vue").PropType<"small" | "medium" | "large" | "huge">;
2715
- readonly default: "medium";
2716
- };
2717
- hoverable: BooleanConstructor;
2718
- role: StringConstructor;
2719
- show: BooleanConstructor;
2720
- unstableShowMask: {
2721
- type: BooleanConstructor;
2722
- default: boolean;
2723
- };
2724
- maskClosable: {
2725
- type: BooleanConstructor;
2726
- default: boolean;
2727
- };
2728
- preset: import("vue").PropType<"dialog" | "card" | "confirm">;
2729
- to: import("vue").PropType<string | HTMLElement>;
2730
- displayDirective: {
2731
- type: import("vue").PropType<"show" | "if">;
2732
- default: string;
2733
- };
2734
- transformOrigin: {
2735
- type: import("vue").PropType<"center" | "mouse">;
2736
- default: string;
2737
- };
2738
- zIndex: NumberConstructor;
2739
- autoFocus: {
2740
- type: BooleanConstructor;
2741
- default: boolean;
2742
- };
2743
- trapFocus: {
2744
- type: BooleanConstructor;
2745
- default: boolean;
2746
- };
2747
- closeOnEsc: {
2748
- type: BooleanConstructor;
2749
- default: boolean;
2750
- };
2751
- blockScroll: {
2752
- type: BooleanConstructor;
2753
- default: boolean;
2754
- };
2755
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Modal", {
2756
- color: string;
2757
- textColor: string;
2758
- boxShadow: string;
2759
- }, {
2760
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
2761
- color: string;
2762
- colorHover: string;
2763
- }, any>;
2764
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
2765
- fontSize: string;
2766
- lineHeight: string;
2767
- border: string;
2768
- titleTextColor: string;
2769
- textColor: string;
2770
- color: string;
2771
- closeColorHover: string;
2772
- closeColorPressed: string;
2773
- closeIconColor: string;
2774
- closeIconColorHover: string;
2775
- closeIconColorPressed: string;
2776
- closeBorderRadius: string;
2777
- iconColor: string;
2778
- iconColorInfo: string;
2779
- iconColorSuccess: string;
2780
- iconColorWarning: string;
2781
- iconColorError: string;
2782
- borderRadius: string;
2783
- titleFontWeight: string;
2784
- titleFontSize: string;
2785
- padding: string;
2786
- iconSize: string;
2787
- actionSpace: string;
2788
- contentMargin: string;
2789
- iconMargin: string;
2790
- iconMarginIconTop: string;
2791
- closeSize: string;
2792
- closeIconSize: string;
2793
- closeMargin: string;
2794
- closeMarginIconTop: string;
2795
- }, {
2796
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
2797
- heightTiny: string;
2798
- heightSmall: string;
2799
- heightMedium: string;
2800
- heightLarge: string;
2801
- borderRadiusTiny: string;
2802
- borderRadiusSmall: string;
2803
- borderRadiusMedium: string;
2804
- borderRadiusLarge: string;
2805
- fontSizeTiny: string;
2806
- fontSizeSmall: string;
2807
- fontSizeMedium: string;
2808
- fontSizeLarge: string;
2809
- opacityDisabled: string;
2810
- colorOpacitySecondary: string;
2811
- colorOpacitySecondaryHover: string;
2812
- colorOpacitySecondaryPressed: string;
2813
- colorSecondary: string;
2814
- colorSecondaryHover: string;
2815
- colorSecondaryPressed: string;
2816
- colorTertiary: string;
2817
- colorTertiaryHover: string;
2818
- colorTertiaryPressed: string;
2819
- colorQuaternary: string;
2820
- colorQuaternaryHover: string;
2821
- colorQuaternaryPressed: string;
2822
- color: string;
2823
- colorHover: string;
2824
- colorPressed: string;
2825
- colorFocus: string;
2826
- colorDisabled: string;
2827
- textColor: string;
2828
- textColorTertiary: string;
2829
- textColorHover: string;
2830
- textColorPressed: string;
2831
- textColorFocus: string;
2832
- textColorDisabled: string;
2833
- textColorText: string;
2834
- textColorTextHover: string;
2835
- textColorTextPressed: string;
2836
- textColorTextFocus: string;
2837
- textColorTextDisabled: string;
2838
- textColorGhost: string;
2839
- textColorGhostHover: string;
2840
- textColorGhostPressed: string;
2841
- textColorGhostFocus: string;
2842
- textColorGhostDisabled: string;
2843
- border: string;
2844
- borderHover: string;
2845
- borderPressed: string;
2846
- borderFocus: string;
2847
- borderDisabled: string;
2848
- rippleColor: string;
2849
- colorPrimary: string;
2850
- colorHoverPrimary: string;
2851
- colorPressedPrimary: string;
2852
- colorFocusPrimary: string;
2853
- colorDisabledPrimary: string;
2854
- textColorPrimary: string;
2855
- textColorHoverPrimary: string;
2856
- textColorPressedPrimary: string;
2857
- textColorFocusPrimary: string;
2858
- textColorDisabledPrimary: string;
2859
- textColorTextPrimary: string;
2860
- textColorTextHoverPrimary: string;
2861
- textColorTextPressedPrimary: string;
2862
- textColorTextFocusPrimary: string;
2863
- textColorTextDisabledPrimary: string;
2864
- textColorGhostPrimary: string;
2865
- textColorGhostHoverPrimary: string;
2866
- textColorGhostPressedPrimary: string;
2867
- textColorGhostFocusPrimary: string;
2868
- textColorGhostDisabledPrimary: string;
2869
- borderPrimary: string;
2870
- borderHoverPrimary: string;
2871
- borderPressedPrimary: string;
2872
- borderFocusPrimary: string;
2873
- borderDisabledPrimary: string;
2874
- rippleColorPrimary: string;
2875
- colorInfo: string;
2876
- colorHoverInfo: string;
2877
- colorPressedInfo: string;
2878
- colorFocusInfo: string;
2879
- colorDisabledInfo: string;
2880
- textColorInfo: string;
2881
- textColorHoverInfo: string;
2882
- textColorPressedInfo: string;
2883
- textColorFocusInfo: string;
2884
- textColorDisabledInfo: string;
2885
- textColorTextInfo: string;
2886
- textColorTextHoverInfo: string;
2887
- textColorTextPressedInfo: string;
2888
- textColorTextFocusInfo: string;
2889
- textColorTextDisabledInfo: string;
2890
- textColorGhostInfo: string;
2891
- textColorGhostHoverInfo: string;
2892
- textColorGhostPressedInfo: string;
2893
- textColorGhostFocusInfo: string;
2894
- textColorGhostDisabledInfo: string;
2895
- borderInfo: string;
2896
- borderHoverInfo: string;
2897
- borderPressedInfo: string;
2898
- borderFocusInfo: string;
2899
- borderDisabledInfo: string;
2900
- rippleColorInfo: string;
2901
- colorSuccess: string;
2902
- colorHoverSuccess: string;
2903
- colorPressedSuccess: string;
2904
- colorFocusSuccess: string;
2905
- colorDisabledSuccess: string;
2906
- textColorSuccess: string;
2907
- textColorHoverSuccess: string;
2908
- textColorPressedSuccess: string;
2909
- textColorFocusSuccess: string;
2910
- textColorDisabledSuccess: string;
2911
- textColorTextSuccess: string;
2912
- textColorTextHoverSuccess: string;
2913
- textColorTextPressedSuccess: string;
2914
- textColorTextFocusSuccess: string;
2915
- textColorTextDisabledSuccess: string;
2916
- textColorGhostSuccess: string;
2917
- textColorGhostHoverSuccess: string;
2918
- textColorGhostPressedSuccess: string;
2919
- textColorGhostFocusSuccess: string;
2920
- textColorGhostDisabledSuccess: string;
2921
- borderSuccess: string;
2922
- borderHoverSuccess: string;
2923
- borderPressedSuccess: string;
2924
- borderFocusSuccess: string;
2925
- borderDisabledSuccess: string;
2926
- rippleColorSuccess: string;
2927
- colorWarning: string;
2928
- colorHoverWarning: string;
2929
- colorPressedWarning: string;
2930
- colorFocusWarning: string;
2931
- colorDisabledWarning: string;
2932
- textColorWarning: string;
2933
- textColorHoverWarning: string;
2934
- textColorPressedWarning: string;
2935
- textColorFocusWarning: string;
2936
- textColorDisabledWarning: string;
2937
- textColorTextWarning: string;
2938
- textColorTextHoverWarning: string;
2939
- textColorTextPressedWarning: string;
2940
- textColorTextFocusWarning: string;
2941
- textColorTextDisabledWarning: string;
2942
- textColorGhostWarning: string;
2943
- textColorGhostHoverWarning: string;
2944
- textColorGhostPressedWarning: string;
2945
- textColorGhostFocusWarning: string;
2946
- textColorGhostDisabledWarning: string;
2947
- borderWarning: string;
2948
- borderHoverWarning: string;
2949
- borderPressedWarning: string;
2950
- borderFocusWarning: string;
2951
- borderDisabledWarning: string;
2952
- rippleColorWarning: string;
2953
- colorError: string;
2954
- colorHoverError: string;
2955
- colorPressedError: string;
2956
- colorFocusError: string;
2957
- colorDisabledError: string;
2958
- textColorError: string;
2959
- textColorHoverError: string;
2960
- textColorPressedError: string;
2961
- textColorFocusError: string;
2962
- textColorDisabledError: string;
2963
- textColorTextError: string;
2964
- textColorTextHoverError: string;
2965
- textColorTextPressedError: string;
2966
- textColorTextFocusError: string;
2967
- textColorTextDisabledError: string;
2968
- textColorGhostError: string;
2969
- textColorGhostHoverError: string;
2970
- textColorGhostPressedError: string;
2971
- textColorGhostFocusError: string;
2972
- textColorGhostDisabledError: string;
2973
- borderError: string;
2974
- borderHoverError: string;
2975
- borderPressedError: string;
2976
- borderFocusError: string;
2977
- borderDisabledError: string;
2978
- rippleColorError: string;
2979
- waveOpacity: string;
2980
- fontWeight: string;
2981
- fontWeightStrong: string;
2982
- paddingTiny: string;
2983
- paddingSmall: string;
2984
- paddingMedium: string;
2985
- paddingLarge: string;
2986
- paddingRoundTiny: string;
2987
- paddingRoundSmall: string;
2988
- paddingRoundMedium: string;
2989
- paddingRoundLarge: string;
2990
- iconMarginTiny: string;
2991
- iconMarginSmall: string;
2992
- iconMarginMedium: string;
2993
- iconMarginLarge: string;
2994
- iconSizeTiny: string;
2995
- iconSizeSmall: string;
2996
- iconSizeMedium: string;
2997
- iconSizeLarge: string;
2998
- rippleDuration: string;
2999
- }, any>;
3000
- }>;
3001
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
3002
- lineHeight: string;
3003
- color: string;
3004
- colorModal: string;
3005
- colorPopover: string;
3006
- colorTarget: string;
3007
- colorEmbedded: string;
3008
- textColor: string;
3009
- titleTextColor: string;
3010
- borderColor: string;
3011
- actionColor: string;
3012
- titleFontWeight: string;
3013
- closeColorHover: string;
3014
- closeColorPressed: string;
3015
- closeBorderRadius: string;
3016
- closeIconColor: string;
3017
- closeIconColorHover: string;
3018
- closeIconColorPressed: string;
3019
- fontSizeSmall: string;
3020
- fontSizeMedium: string;
3021
- fontSizeLarge: string;
3022
- fontSizeHuge: string;
3023
- boxShadow: string;
3024
- borderRadius: string;
3025
- paddingSmall: string;
3026
- paddingMedium: string;
3027
- paddingLarge: string;
3028
- paddingHuge: string;
3029
- titleFontSizeSmall: string;
3030
- titleFontSizeMedium: string;
3031
- titleFontSizeLarge: string;
3032
- titleFontSizeHuge: string;
3033
- closeIconSize: string;
3034
- closeSize: string;
3035
- }, any>;
3036
- }>>;
3037
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
3038
- color: string;
3039
- textColor: string;
3040
- boxShadow: string;
3041
- }, {
3042
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3043
- color: string;
3044
- colorHover: string;
3045
- }, any>;
3046
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
3047
- fontSize: string;
3048
- lineHeight: string;
3049
- border: string;
3050
- titleTextColor: string;
3051
- textColor: string;
3052
- color: string;
3053
- closeColorHover: string;
3054
- closeColorPressed: string;
3055
- closeIconColor: string;
3056
- closeIconColorHover: string;
3057
- closeIconColorPressed: string;
3058
- closeBorderRadius: string;
3059
- iconColor: string;
3060
- iconColorInfo: string;
3061
- iconColorSuccess: string;
3062
- iconColorWarning: string;
3063
- iconColorError: string;
3064
- borderRadius: string;
3065
- titleFontWeight: string;
3066
- titleFontSize: string;
3067
- padding: string;
3068
- iconSize: string;
3069
- actionSpace: string;
3070
- contentMargin: string;
3071
- iconMargin: string;
3072
- iconMarginIconTop: string;
3073
- closeSize: string;
3074
- closeIconSize: string;
3075
- closeMargin: string;
3076
- closeMarginIconTop: string;
3077
- }, {
3078
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
3079
- heightTiny: string;
3080
- heightSmall: string;
3081
- heightMedium: string;
3082
- heightLarge: string;
3083
- borderRadiusTiny: string;
3084
- borderRadiusSmall: string;
3085
- borderRadiusMedium: string;
3086
- borderRadiusLarge: string;
3087
- fontSizeTiny: string;
3088
- fontSizeSmall: string;
3089
- fontSizeMedium: string;
3090
- fontSizeLarge: string;
3091
- opacityDisabled: string;
3092
- colorOpacitySecondary: string;
3093
- colorOpacitySecondaryHover: string;
3094
- colorOpacitySecondaryPressed: string;
3095
- colorSecondary: string;
3096
- colorSecondaryHover: string;
3097
- colorSecondaryPressed: string;
3098
- colorTertiary: string;
3099
- colorTertiaryHover: string;
3100
- colorTertiaryPressed: string;
3101
- colorQuaternary: string;
3102
- colorQuaternaryHover: string;
3103
- colorQuaternaryPressed: string;
3104
- color: string;
3105
- colorHover: string;
3106
- colorPressed: string;
3107
- colorFocus: string;
3108
- colorDisabled: string;
3109
- textColor: string;
3110
- textColorTertiary: string;
3111
- textColorHover: string;
3112
- textColorPressed: string;
3113
- textColorFocus: string;
3114
- textColorDisabled: string;
3115
- textColorText: string;
3116
- textColorTextHover: string;
3117
- textColorTextPressed: string;
3118
- textColorTextFocus: string;
3119
- textColorTextDisabled: string;
3120
- textColorGhost: string;
3121
- textColorGhostHover: string;
3122
- textColorGhostPressed: string;
3123
- textColorGhostFocus: string;
3124
- textColorGhostDisabled: string;
3125
- border: string;
3126
- borderHover: string;
3127
- borderPressed: string;
3128
- borderFocus: string;
3129
- borderDisabled: string;
3130
- rippleColor: string;
3131
- colorPrimary: string;
3132
- colorHoverPrimary: string;
3133
- colorPressedPrimary: string;
3134
- colorFocusPrimary: string;
3135
- colorDisabledPrimary: string;
3136
- textColorPrimary: string;
3137
- textColorHoverPrimary: string;
3138
- textColorPressedPrimary: string;
3139
- textColorFocusPrimary: string;
3140
- textColorDisabledPrimary: string;
3141
- textColorTextPrimary: string;
3142
- textColorTextHoverPrimary: string;
3143
- textColorTextPressedPrimary: string;
3144
- textColorTextFocusPrimary: string;
3145
- textColorTextDisabledPrimary: string;
3146
- textColorGhostPrimary: string;
3147
- textColorGhostHoverPrimary: string;
3148
- textColorGhostPressedPrimary: string;
3149
- textColorGhostFocusPrimary: string;
3150
- textColorGhostDisabledPrimary: string;
3151
- borderPrimary: string;
3152
- borderHoverPrimary: string;
3153
- borderPressedPrimary: string;
3154
- borderFocusPrimary: string;
3155
- borderDisabledPrimary: string;
3156
- rippleColorPrimary: string;
3157
- colorInfo: string;
3158
- colorHoverInfo: string;
3159
- colorPressedInfo: string;
3160
- colorFocusInfo: string;
3161
- colorDisabledInfo: string;
3162
- textColorInfo: string;
3163
- textColorHoverInfo: string;
3164
- textColorPressedInfo: string;
3165
- textColorFocusInfo: string;
3166
- textColorDisabledInfo: string;
3167
- textColorTextInfo: string;
3168
- textColorTextHoverInfo: string;
3169
- textColorTextPressedInfo: string;
3170
- textColorTextFocusInfo: string;
3171
- textColorTextDisabledInfo: string;
3172
- textColorGhostInfo: string;
3173
- textColorGhostHoverInfo: string;
3174
- textColorGhostPressedInfo: string;
3175
- textColorGhostFocusInfo: string;
3176
- textColorGhostDisabledInfo: string;
3177
- borderInfo: string;
3178
- borderHoverInfo: string;
3179
- borderPressedInfo: string;
3180
- borderFocusInfo: string;
3181
- borderDisabledInfo: string;
3182
- rippleColorInfo: string;
3183
- colorSuccess: string;
3184
- colorHoverSuccess: string;
3185
- colorPressedSuccess: string;
3186
- colorFocusSuccess: string;
3187
- colorDisabledSuccess: string;
3188
- textColorSuccess: string;
3189
- textColorHoverSuccess: string;
3190
- textColorPressedSuccess: string;
3191
- textColorFocusSuccess: string;
3192
- textColorDisabledSuccess: string;
3193
- textColorTextSuccess: string;
3194
- textColorTextHoverSuccess: string;
3195
- textColorTextPressedSuccess: string;
3196
- textColorTextFocusSuccess: string;
3197
- textColorTextDisabledSuccess: string;
3198
- textColorGhostSuccess: string;
3199
- textColorGhostHoverSuccess: string;
3200
- textColorGhostPressedSuccess: string;
3201
- textColorGhostFocusSuccess: string;
3202
- textColorGhostDisabledSuccess: string;
3203
- borderSuccess: string;
3204
- borderHoverSuccess: string;
3205
- borderPressedSuccess: string;
3206
- borderFocusSuccess: string;
3207
- borderDisabledSuccess: string;
3208
- rippleColorSuccess: string;
3209
- colorWarning: string;
3210
- colorHoverWarning: string;
3211
- colorPressedWarning: string;
3212
- colorFocusWarning: string;
3213
- colorDisabledWarning: string;
3214
- textColorWarning: string;
3215
- textColorHoverWarning: string;
3216
- textColorPressedWarning: string;
3217
- textColorFocusWarning: string;
3218
- textColorDisabledWarning: string;
3219
- textColorTextWarning: string;
3220
- textColorTextHoverWarning: string;
3221
- textColorTextPressedWarning: string;
3222
- textColorTextFocusWarning: string;
3223
- textColorTextDisabledWarning: string;
3224
- textColorGhostWarning: string;
3225
- textColorGhostHoverWarning: string;
3226
- textColorGhostPressedWarning: string;
3227
- textColorGhostFocusWarning: string;
3228
- textColorGhostDisabledWarning: string;
3229
- borderWarning: string;
3230
- borderHoverWarning: string;
3231
- borderPressedWarning: string;
3232
- borderFocusWarning: string;
3233
- borderDisabledWarning: string;
3234
- rippleColorWarning: string;
3235
- colorError: string;
3236
- colorHoverError: string;
3237
- colorPressedError: string;
3238
- colorFocusError: string;
3239
- colorDisabledError: string;
3240
- textColorError: string;
3241
- textColorHoverError: string;
3242
- textColorPressedError: string;
3243
- textColorFocusError: string;
3244
- textColorDisabledError: string;
3245
- textColorTextError: string;
3246
- textColorTextHoverError: string;
3247
- textColorTextPressedError: string;
3248
- textColorTextFocusError: string;
3249
- textColorTextDisabledError: string;
3250
- textColorGhostError: string;
3251
- textColorGhostHoverError: string;
3252
- textColorGhostPressedError: string;
3253
- textColorGhostFocusError: string;
3254
- textColorGhostDisabledError: string;
3255
- borderError: string;
3256
- borderHoverError: string;
3257
- borderPressedError: string;
3258
- borderFocusError: string;
3259
- borderDisabledError: string;
3260
- rippleColorError: string;
3261
- waveOpacity: string;
3262
- fontWeight: string;
3263
- fontWeightStrong: string;
3264
- paddingTiny: string;
3265
- paddingSmall: string;
3266
- paddingMedium: string;
3267
- paddingLarge: string;
3268
- paddingRoundTiny: string;
3269
- paddingRoundSmall: string;
3270
- paddingRoundMedium: string;
3271
- paddingRoundLarge: string;
3272
- iconMarginTiny: string;
3273
- iconMarginSmall: string;
3274
- iconMarginMedium: string;
3275
- iconMarginLarge: string;
3276
- iconSizeTiny: string;
3277
- iconSizeSmall: string;
3278
- iconSizeMedium: string;
3279
- iconSizeLarge: string;
3280
- rippleDuration: string;
3281
- }, any>;
3282
- }>;
3283
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
3284
- lineHeight: string;
3285
- color: string;
3286
- colorModal: string;
3287
- colorPopover: string;
3288
- colorTarget: string;
3289
- colorEmbedded: string;
3290
- textColor: string;
3291
- titleTextColor: string;
3292
- borderColor: string;
3293
- actionColor: string;
3294
- titleFontWeight: string;
3295
- closeColorHover: string;
3296
- closeColorPressed: string;
3297
- closeBorderRadius: string;
3298
- closeIconColor: string;
3299
- closeIconColorHover: string;
3300
- closeIconColorPressed: string;
3301
- fontSizeSmall: string;
3302
- fontSizeMedium: string;
3303
- fontSizeLarge: string;
3304
- fontSizeHuge: string;
3305
- boxShadow: string;
3306
- borderRadius: string;
3307
- paddingSmall: string;
3308
- paddingMedium: string;
3309
- paddingLarge: string;
3310
- paddingHuge: string;
3311
- titleFontSizeSmall: string;
3312
- titleFontSizeMedium: string;
3313
- titleFontSizeLarge: string;
3314
- titleFontSizeHuge: string;
3315
- closeIconSize: string;
3316
- closeSize: string;
3317
- }, any>;
3318
- }>>>;
3319
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Modal", {
3320
- color: string;
3321
- textColor: string;
3322
- boxShadow: string;
3323
- }, {
3324
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
3325
- color: string;
3326
- colorHover: string;
3327
- }, any>;
3328
- Dialog: import("naive-ui/es/_mixins").Theme<"Dialog", {
3329
- fontSize: string;
3330
- lineHeight: string;
3331
- border: string;
3332
- titleTextColor: string;
3333
- textColor: string;
3334
- color: string;
3335
- closeColorHover: string;
3336
- closeColorPressed: string;
3337
- closeIconColor: string;
3338
- closeIconColorHover: string;
3339
- closeIconColorPressed: string;
3340
- closeBorderRadius: string;
3341
- iconColor: string;
3342
- iconColorInfo: string;
3343
- iconColorSuccess: string;
3344
- iconColorWarning: string;
3345
- iconColorError: string;
3346
- borderRadius: string;
3347
- titleFontWeight: string;
3348
- titleFontSize: string;
3349
- padding: string;
3350
- iconSize: string;
3351
- actionSpace: string;
3352
- contentMargin: string;
3353
- iconMargin: string;
3354
- iconMarginIconTop: string;
3355
- closeSize: string;
3356
- closeIconSize: string;
3357
- closeMargin: string;
3358
- closeMarginIconTop: string;
3359
- }, {
3360
- Button: import("naive-ui/es/_mixins").Theme<"Button", {
3361
- heightTiny: string;
3362
- heightSmall: string;
3363
- heightMedium: string;
3364
- heightLarge: string;
3365
- borderRadiusTiny: string;
3366
- borderRadiusSmall: string;
3367
- borderRadiusMedium: string;
3368
- borderRadiusLarge: string;
3369
- fontSizeTiny: string;
3370
- fontSizeSmall: string;
3371
- fontSizeMedium: string;
3372
- fontSizeLarge: string;
3373
- opacityDisabled: string;
3374
- colorOpacitySecondary: string;
3375
- colorOpacitySecondaryHover: string;
3376
- colorOpacitySecondaryPressed: string;
3377
- colorSecondary: string;
3378
- colorSecondaryHover: string;
3379
- colorSecondaryPressed: string;
3380
- colorTertiary: string;
3381
- colorTertiaryHover: string;
3382
- colorTertiaryPressed: string;
3383
- colorQuaternary: string;
3384
- colorQuaternaryHover: string;
3385
- colorQuaternaryPressed: string;
3386
- color: string;
3387
- colorHover: string;
3388
- colorPressed: string;
3389
- colorFocus: string;
3390
- colorDisabled: string;
3391
- textColor: string;
3392
- textColorTertiary: string;
3393
- textColorHover: string;
3394
- textColorPressed: string;
3395
- textColorFocus: string;
3396
- textColorDisabled: string;
3397
- textColorText: string;
3398
- textColorTextHover: string;
3399
- textColorTextPressed: string;
3400
- textColorTextFocus: string;
3401
- textColorTextDisabled: string;
3402
- textColorGhost: string;
3403
- textColorGhostHover: string;
3404
- textColorGhostPressed: string;
3405
- textColorGhostFocus: string;
3406
- textColorGhostDisabled: string;
3407
- border: string;
3408
- borderHover: string;
3409
- borderPressed: string;
3410
- borderFocus: string;
3411
- borderDisabled: string;
3412
- rippleColor: string;
3413
- colorPrimary: string;
3414
- colorHoverPrimary: string;
3415
- colorPressedPrimary: string;
3416
- colorFocusPrimary: string;
3417
- colorDisabledPrimary: string;
3418
- textColorPrimary: string;
3419
- textColorHoverPrimary: string;
3420
- textColorPressedPrimary: string;
3421
- textColorFocusPrimary: string;
3422
- textColorDisabledPrimary: string;
3423
- textColorTextPrimary: string;
3424
- textColorTextHoverPrimary: string;
3425
- textColorTextPressedPrimary: string;
3426
- textColorTextFocusPrimary: string;
3427
- textColorTextDisabledPrimary: string;
3428
- textColorGhostPrimary: string;
3429
- textColorGhostHoverPrimary: string;
3430
- textColorGhostPressedPrimary: string;
3431
- textColorGhostFocusPrimary: string;
3432
- textColorGhostDisabledPrimary: string;
3433
- borderPrimary: string;
3434
- borderHoverPrimary: string;
3435
- borderPressedPrimary: string;
3436
- borderFocusPrimary: string;
3437
- borderDisabledPrimary: string;
3438
- rippleColorPrimary: string;
3439
- colorInfo: string;
3440
- colorHoverInfo: string;
3441
- colorPressedInfo: string;
3442
- colorFocusInfo: string;
3443
- colorDisabledInfo: string;
3444
- textColorInfo: string;
3445
- textColorHoverInfo: string;
3446
- textColorPressedInfo: string;
3447
- textColorFocusInfo: string;
3448
- textColorDisabledInfo: string;
3449
- textColorTextInfo: string;
3450
- textColorTextHoverInfo: string;
3451
- textColorTextPressedInfo: string;
3452
- textColorTextFocusInfo: string;
3453
- textColorTextDisabledInfo: string;
3454
- textColorGhostInfo: string;
3455
- textColorGhostHoverInfo: string;
3456
- textColorGhostPressedInfo: string;
3457
- textColorGhostFocusInfo: string;
3458
- textColorGhostDisabledInfo: string;
3459
- borderInfo: string;
3460
- borderHoverInfo: string;
3461
- borderPressedInfo: string;
3462
- borderFocusInfo: string;
3463
- borderDisabledInfo: string;
3464
- rippleColorInfo: string;
3465
- colorSuccess: string;
3466
- colorHoverSuccess: string;
3467
- colorPressedSuccess: string;
3468
- colorFocusSuccess: string;
3469
- colorDisabledSuccess: string;
3470
- textColorSuccess: string;
3471
- textColorHoverSuccess: string;
3472
- textColorPressedSuccess: string;
3473
- textColorFocusSuccess: string;
3474
- textColorDisabledSuccess: string;
3475
- textColorTextSuccess: string;
3476
- textColorTextHoverSuccess: string;
3477
- textColorTextPressedSuccess: string;
3478
- textColorTextFocusSuccess: string;
3479
- textColorTextDisabledSuccess: string;
3480
- textColorGhostSuccess: string;
3481
- textColorGhostHoverSuccess: string;
3482
- textColorGhostPressedSuccess: string;
3483
- textColorGhostFocusSuccess: string;
3484
- textColorGhostDisabledSuccess: string;
3485
- borderSuccess: string;
3486
- borderHoverSuccess: string;
3487
- borderPressedSuccess: string;
3488
- borderFocusSuccess: string;
3489
- borderDisabledSuccess: string;
3490
- rippleColorSuccess: string;
3491
- colorWarning: string;
3492
- colorHoverWarning: string;
3493
- colorPressedWarning: string;
3494
- colorFocusWarning: string;
3495
- colorDisabledWarning: string;
3496
- textColorWarning: string;
3497
- textColorHoverWarning: string;
3498
- textColorPressedWarning: string;
3499
- textColorFocusWarning: string;
3500
- textColorDisabledWarning: string;
3501
- textColorTextWarning: string;
3502
- textColorTextHoverWarning: string;
3503
- textColorTextPressedWarning: string;
3504
- textColorTextFocusWarning: string;
3505
- textColorTextDisabledWarning: string;
3506
- textColorGhostWarning: string;
3507
- textColorGhostHoverWarning: string;
3508
- textColorGhostPressedWarning: string;
3509
- textColorGhostFocusWarning: string;
3510
- textColorGhostDisabledWarning: string;
3511
- borderWarning: string;
3512
- borderHoverWarning: string;
3513
- borderPressedWarning: string;
3514
- borderFocusWarning: string;
3515
- borderDisabledWarning: string;
3516
- rippleColorWarning: string;
3517
- colorError: string;
3518
- colorHoverError: string;
3519
- colorPressedError: string;
3520
- colorFocusError: string;
3521
- colorDisabledError: string;
3522
- textColorError: string;
3523
- textColorHoverError: string;
3524
- textColorPressedError: string;
3525
- textColorFocusError: string;
3526
- textColorDisabledError: string;
3527
- textColorTextError: string;
3528
- textColorTextHoverError: string;
3529
- textColorTextPressedError: string;
3530
- textColorTextFocusError: string;
3531
- textColorTextDisabledError: string;
3532
- textColorGhostError: string;
3533
- textColorGhostHoverError: string;
3534
- textColorGhostPressedError: string;
3535
- textColorGhostFocusError: string;
3536
- textColorGhostDisabledError: string;
3537
- borderError: string;
3538
- borderHoverError: string;
3539
- borderPressedError: string;
3540
- borderFocusError: string;
3541
- borderDisabledError: string;
3542
- rippleColorError: string;
3543
- waveOpacity: string;
3544
- fontWeight: string;
3545
- fontWeightStrong: string;
3546
- paddingTiny: string;
3547
- paddingSmall: string;
3548
- paddingMedium: string;
3549
- paddingLarge: string;
3550
- paddingRoundTiny: string;
3551
- paddingRoundSmall: string;
3552
- paddingRoundMedium: string;
3553
- paddingRoundLarge: string;
3554
- iconMarginTiny: string;
3555
- iconMarginSmall: string;
3556
- iconMarginMedium: string;
3557
- iconMarginLarge: string;
3558
- iconSizeTiny: string;
3559
- iconSizeSmall: string;
3560
- iconSizeMedium: string;
3561
- iconSizeLarge: string;
3562
- rippleDuration: string;
3563
- }, any>;
3564
- }>;
3565
- Card: import("naive-ui/es/_mixins").Theme<"Card", {
3566
- lineHeight: string;
3567
- color: string;
3568
- colorModal: string;
3569
- colorPopover: string;
3570
- colorTarget: string;
3571
- colorEmbedded: string;
3572
- textColor: string;
3573
- titleTextColor: string;
3574
- borderColor: string;
3575
- actionColor: string;
3576
- titleFontWeight: string;
3577
- closeColorHover: string;
3578
- closeColorPressed: string;
3579
- closeBorderRadius: string;
3580
- closeIconColor: string;
3581
- closeIconColorHover: string;
3582
- closeIconColorPressed: string;
3583
- fontSizeSmall: string;
3584
- fontSizeMedium: string;
3585
- fontSizeLarge: string;
3586
- fontSizeHuge: string;
3587
- boxShadow: string;
3588
- borderRadius: string;
3589
- paddingSmall: string;
3590
- paddingMedium: string;
3591
- paddingLarge: string;
3592
- paddingHuge: string;
3593
- titleFontSizeSmall: string;
3594
- titleFontSizeMedium: string;
3595
- titleFontSizeLarge: string;
3596
- titleFontSizeHuge: string;
3597
- closeIconSize: string;
3598
- closeSize: string;
3599
- }, any>;
3600
- }>>>;
3601
- }>>, {
3602
- type: "default" | "info" | "success" | "warning" | "error";
3603
- size: "small" | "medium" | "large" | "huge";
3604
- show: boolean;
3605
- transformOrigin: "center" | "mouse";
3606
- autoFocus: boolean;
3607
- loading: boolean;
3608
- bordered: boolean;
3609
- showIcon: boolean;
3610
- closable: boolean;
3611
- displayDirective: "show" | "if";
3612
- hoverable: boolean;
3613
- embedded: boolean;
3614
- segmented: boolean | import("naive-ui/es/card/src/Card").Segmented;
3615
- trapFocus: boolean;
3616
- blockScroll: boolean;
3617
- internalDialog: boolean;
3618
- internalAppear: boolean | undefined;
3619
- unstableShowMask: boolean;
3620
- maskClosable: boolean;
3621
- closeOnEsc: boolean;
3622
- }>;
1697
+ NModal: any;
3623
1698
  CFormRender: import("../../../../../es/shared/types").SFCWithInstall<import("vue").DefineComponent<{
3624
1699
  fieldList: {
3625
1700
  type: import("vue").PropType<FieldItem[]>;
@@ -4050,270 +2125,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4050
2125
  FormProvider: import("vue").DefineComponent<Record<"form", any>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Record<"form", any>>>, {
4051
2126
  form: any;
4052
2127
  }>;
4053
- NForm: import("vue").DefineComponent<{
4054
- readonly inline: BooleanConstructor;
4055
- readonly labelWidth: import("vue").PropType<string | number>;
4056
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
4057
- readonly labelPlacement: {
4058
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
4059
- readonly default: "top";
4060
- };
4061
- readonly model: {
4062
- readonly type: import("vue").PropType<Record<string, any>>;
4063
- readonly default: () => void;
4064
- };
4065
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
4066
- readonly disabled: BooleanConstructor;
4067
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
4068
- readonly showRequireMark: {
4069
- readonly type: import("vue").PropType<boolean | undefined>;
4070
- readonly default: undefined;
4071
- };
4072
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
4073
- readonly showFeedback: {
4074
- readonly type: BooleanConstructor;
4075
- readonly default: true;
4076
- };
4077
- readonly onSubmit: {
4078
- readonly type: import("vue").PropType<(e: Event) => void>;
4079
- readonly default: (e: Event) => void;
4080
- };
4081
- readonly showLabel: {
4082
- readonly type: import("vue").PropType<boolean | undefined>;
4083
- readonly default: undefined;
4084
- };
4085
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
4086
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
4087
- blankHeightSmall: string;
4088
- blankHeightMedium: string;
4089
- blankHeightLarge: string;
4090
- lineHeight: string;
4091
- labelTextColor: string;
4092
- asteriskColor: string;
4093
- feedbackTextColorError: string;
4094
- feedbackTextColorWarning: string;
4095
- feedbackTextColor: string;
4096
- feedbackPadding: string;
4097
- feedbackHeightSmall: string;
4098
- feedbackHeightMedium: string;
4099
- feedbackHeightLarge: string;
4100
- feedbackFontSizeSmall: string;
4101
- feedbackFontSizeMedium: string;
4102
- feedbackFontSizeLarge: string;
4103
- labelFontSizeLeftSmall: string;
4104
- labelFontSizeLeftMedium: string;
4105
- labelFontSizeLeftLarge: string;
4106
- labelFontSizeTopSmall: string;
4107
- labelFontSizeTopMedium: string;
4108
- labelFontSizeTopLarge: string;
4109
- labelHeightSmall: string;
4110
- labelHeightMedium: string;
4111
- labelHeightLarge: string;
4112
- labelPaddingVertical: string;
4113
- labelPaddingHorizontal: string;
4114
- labelTextAlignVertical: string;
4115
- labelTextAlignHorizontal: string;
4116
- }, any>>;
4117
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4118
- blankHeightSmall: string;
4119
- blankHeightMedium: string;
4120
- blankHeightLarge: string;
4121
- lineHeight: string;
4122
- labelTextColor: string;
4123
- asteriskColor: string;
4124
- feedbackTextColorError: string;
4125
- feedbackTextColorWarning: string;
4126
- feedbackTextColor: string;
4127
- feedbackPadding: string;
4128
- feedbackHeightSmall: string;
4129
- feedbackHeightMedium: string;
4130
- feedbackHeightLarge: string;
4131
- feedbackFontSizeSmall: string;
4132
- feedbackFontSizeMedium: string;
4133
- feedbackFontSizeLarge: string;
4134
- labelFontSizeLeftSmall: string;
4135
- labelFontSizeLeftMedium: string;
4136
- labelFontSizeLeftLarge: string;
4137
- labelFontSizeTopSmall: string;
4138
- labelFontSizeTopMedium: string;
4139
- labelFontSizeTopLarge: string;
4140
- labelHeightSmall: string;
4141
- labelHeightMedium: string;
4142
- labelHeightLarge: string;
4143
- labelPaddingVertical: string;
4144
- labelPaddingHorizontal: string;
4145
- labelTextAlignVertical: string;
4146
- labelTextAlignHorizontal: string;
4147
- }, any>>>;
4148
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4149
- blankHeightSmall: string;
4150
- blankHeightMedium: string;
4151
- blankHeightLarge: string;
4152
- lineHeight: string;
4153
- labelTextColor: string;
4154
- asteriskColor: string;
4155
- feedbackTextColorError: string;
4156
- feedbackTextColorWarning: string;
4157
- feedbackTextColor: string;
4158
- feedbackPadding: string;
4159
- feedbackHeightSmall: string;
4160
- feedbackHeightMedium: string;
4161
- feedbackHeightLarge: string;
4162
- feedbackFontSizeSmall: string;
4163
- feedbackFontSizeMedium: string;
4164
- feedbackFontSizeLarge: string;
4165
- labelFontSizeLeftSmall: string;
4166
- labelFontSizeLeftMedium: string;
4167
- labelFontSizeLeftLarge: string;
4168
- labelFontSizeTopSmall: string;
4169
- labelFontSizeTopMedium: string;
4170
- labelFontSizeTopLarge: string;
4171
- labelHeightSmall: string;
4172
- labelHeightMedium: string;
4173
- labelHeightLarge: string;
4174
- labelPaddingVertical: string;
4175
- labelPaddingHorizontal: string;
4176
- labelTextAlignVertical: string;
4177
- labelTextAlignHorizontal: string;
4178
- }, any>>>;
4179
- }, import("naive-ui").FormInst & {
4180
- mergedClsPrefix: import("vue").ComputedRef<string>;
4181
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4182
- readonly inline: BooleanConstructor;
4183
- readonly labelWidth: import("vue").PropType<string | number>;
4184
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
4185
- readonly labelPlacement: {
4186
- readonly type: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
4187
- readonly default: "top";
4188
- };
4189
- readonly model: {
4190
- readonly type: import("vue").PropType<Record<string, any>>;
4191
- readonly default: () => void;
4192
- };
4193
- readonly rules: import("vue").PropType<import("naive-ui").FormRules>;
4194
- readonly disabled: BooleanConstructor;
4195
- readonly size: import("vue").PropType<import("naive-ui/es/form/src/interface").Size>;
4196
- readonly showRequireMark: {
4197
- readonly type: import("vue").PropType<boolean | undefined>;
4198
- readonly default: undefined;
4199
- };
4200
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
4201
- readonly showFeedback: {
4202
- readonly type: BooleanConstructor;
4203
- readonly default: true;
4204
- };
4205
- readonly onSubmit: {
4206
- readonly type: import("vue").PropType<(e: Event) => void>;
4207
- readonly default: (e: Event) => void;
4208
- };
4209
- readonly showLabel: {
4210
- readonly type: import("vue").PropType<boolean | undefined>;
4211
- readonly default: undefined;
4212
- };
4213
- readonly validateMessages: import("vue").PropType<Partial<import("naive-ui/es/form/src/interface").FormValidateMessages>>;
4214
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
4215
- blankHeightSmall: string;
4216
- blankHeightMedium: string;
4217
- blankHeightLarge: string;
4218
- lineHeight: string;
4219
- labelTextColor: string;
4220
- asteriskColor: string;
4221
- feedbackTextColorError: string;
4222
- feedbackTextColorWarning: string;
4223
- feedbackTextColor: string;
4224
- feedbackPadding: string;
4225
- feedbackHeightSmall: string;
4226
- feedbackHeightMedium: string;
4227
- feedbackHeightLarge: string;
4228
- feedbackFontSizeSmall: string;
4229
- feedbackFontSizeMedium: string;
4230
- feedbackFontSizeLarge: string;
4231
- labelFontSizeLeftSmall: string;
4232
- labelFontSizeLeftMedium: string;
4233
- labelFontSizeLeftLarge: string;
4234
- labelFontSizeTopSmall: string;
4235
- labelFontSizeTopMedium: string;
4236
- labelFontSizeTopLarge: string;
4237
- labelHeightSmall: string;
4238
- labelHeightMedium: string;
4239
- labelHeightLarge: string;
4240
- labelPaddingVertical: string;
4241
- labelPaddingHorizontal: string;
4242
- labelTextAlignVertical: string;
4243
- labelTextAlignHorizontal: string;
4244
- }, any>>;
4245
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4246
- blankHeightSmall: string;
4247
- blankHeightMedium: string;
4248
- blankHeightLarge: string;
4249
- lineHeight: string;
4250
- labelTextColor: string;
4251
- asteriskColor: string;
4252
- feedbackTextColorError: string;
4253
- feedbackTextColorWarning: string;
4254
- feedbackTextColor: string;
4255
- feedbackPadding: string;
4256
- feedbackHeightSmall: string;
4257
- feedbackHeightMedium: string;
4258
- feedbackHeightLarge: string;
4259
- feedbackFontSizeSmall: string;
4260
- feedbackFontSizeMedium: string;
4261
- feedbackFontSizeLarge: string;
4262
- labelFontSizeLeftSmall: string;
4263
- labelFontSizeLeftMedium: string;
4264
- labelFontSizeLeftLarge: string;
4265
- labelFontSizeTopSmall: string;
4266
- labelFontSizeTopMedium: string;
4267
- labelFontSizeTopLarge: string;
4268
- labelHeightSmall: string;
4269
- labelHeightMedium: string;
4270
- labelHeightLarge: string;
4271
- labelPaddingVertical: string;
4272
- labelPaddingHorizontal: string;
4273
- labelTextAlignVertical: string;
4274
- labelTextAlignHorizontal: string;
4275
- }, any>>>;
4276
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
4277
- blankHeightSmall: string;
4278
- blankHeightMedium: string;
4279
- blankHeightLarge: string;
4280
- lineHeight: string;
4281
- labelTextColor: string;
4282
- asteriskColor: string;
4283
- feedbackTextColorError: string;
4284
- feedbackTextColorWarning: string;
4285
- feedbackTextColor: string;
4286
- feedbackPadding: string;
4287
- feedbackHeightSmall: string;
4288
- feedbackHeightMedium: string;
4289
- feedbackHeightLarge: string;
4290
- feedbackFontSizeSmall: string;
4291
- feedbackFontSizeMedium: string;
4292
- feedbackFontSizeLarge: string;
4293
- labelFontSizeLeftSmall: string;
4294
- labelFontSizeLeftMedium: string;
4295
- labelFontSizeLeftLarge: string;
4296
- labelFontSizeTopSmall: string;
4297
- labelFontSizeTopMedium: string;
4298
- labelFontSizeTopLarge: string;
4299
- labelHeightSmall: string;
4300
- labelHeightMedium: string;
4301
- labelHeightLarge: string;
4302
- labelPaddingVertical: string;
4303
- labelPaddingHorizontal: string;
4304
- labelTextAlignVertical: string;
4305
- labelTextAlignHorizontal: string;
4306
- }, any>>>;
4307
- }>>, {
4308
- readonly inline: boolean;
4309
- readonly disabled: boolean;
4310
- readonly onSubmit: (e: Event) => void;
4311
- readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
4312
- readonly model: Record<string, any>;
4313
- readonly showRequireMark: boolean | undefined;
4314
- readonly showFeedback: boolean;
4315
- readonly showLabel: boolean | undefined;
4316
- }>;
2128
+ NForm: any;
4317
2129
  NTabPane: import("vue").DefineComponent<{
4318
2130
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4319
2131
  [key: string]: any;
@@ -4324,7 +2136,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4324
2136
  };
4325
2137
  readonly disabled: BooleanConstructor;
4326
2138
  readonly displayDirective: {
4327
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2139
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4328
2140
  readonly default: "if";
4329
2141
  };
4330
2142
  readonly closable: {
@@ -4349,7 +2161,7 @@ declare const _default: import("vue").DefineComponent<{}, {
4349
2161
  };
4350
2162
  readonly disabled: BooleanConstructor;
4351
2163
  readonly displayDirective: {
4352
- readonly type: import("vue").PropType<"show" | "if" | "show:lazy">;
2164
+ readonly type: import("vue").PropType<"if" | "show" | "show:lazy">;
4353
2165
  readonly default: "if";
4354
2166
  };
4355
2167
  readonly closable: {
@@ -4363,880 +2175,10 @@ declare const _default: import("vue").DefineComponent<{}, {
4363
2175
  }>>, {
4364
2176
  readonly disabled: boolean;
4365
2177
  readonly closable: boolean | undefined;
4366
- readonly displayDirective: "show" | "if" | "show:lazy";
4367
- }>;
4368
- NTabs: import("vue").DefineComponent<{
4369
- readonly value: import("vue").PropType<string | number>;
4370
- readonly defaultValue: import("vue").PropType<string | number>;
4371
- readonly trigger: {
4372
- readonly type: import("vue").PropType<"click" | "hover">;
4373
- readonly default: "click";
4374
- };
4375
- readonly type: {
4376
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
4377
- readonly default: "bar";
4378
- };
4379
- readonly closable: BooleanConstructor;
4380
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
4381
- readonly size: {
4382
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
4383
- readonly default: "medium";
4384
- };
4385
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4386
- readonly barWidth: NumberConstructor;
4387
- readonly paneClass: StringConstructor;
4388
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4389
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
4390
- readonly tabsPadding: {
4391
- readonly type: NumberConstructor;
4392
- readonly default: 0;
4393
- };
4394
- readonly animated: BooleanConstructor;
4395
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
4396
- readonly onAdd: import("vue").PropType<() => void>;
4397
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4398
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4399
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
4400
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
4401
- readonly activeName: import("vue").PropType<string | number>;
4402
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
4403
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
4404
- colorSegment: string;
4405
- tabFontSizeCard: string;
4406
- tabTextColorLine: string;
4407
- tabTextColorActiveLine: string;
4408
- tabTextColorHoverLine: string;
4409
- tabTextColorDisabledLine: string;
4410
- tabTextColorSegment: string;
4411
- tabTextColorActiveSegment: string;
4412
- tabTextColorHoverSegment: string;
4413
- tabTextColorDisabledSegment: string;
4414
- tabTextColorBar: string;
4415
- tabTextColorActiveBar: string;
4416
- tabTextColorHoverBar: string;
4417
- tabTextColorDisabledBar: string;
4418
- tabTextColorCard: string;
4419
- tabTextColorHoverCard: string;
4420
- tabTextColorActiveCard: string;
4421
- tabTextColorDisabledCard: string;
4422
- barColor: string;
4423
- closeIconColor: string;
4424
- closeIconColorHover: string;
4425
- closeIconColorPressed: string;
4426
- closeColorHover: string;
4427
- closeColorPressed: string;
4428
- closeBorderRadius: string;
4429
- tabColor: string;
4430
- tabColorSegment: string;
4431
- tabBorderColor: string;
4432
- tabFontWeightActive: string;
4433
- tabFontWeight: string;
4434
- tabBorderRadius: string;
4435
- paneTextColor: string;
4436
- fontWeightStrong: string;
4437
- tabFontSizeSmall: string;
4438
- tabFontSizeMedium: string;
4439
- tabFontSizeLarge: string;
4440
- tabGapSmallLine: string;
4441
- tabGapMediumLine: string;
4442
- tabGapLargeLine: string;
4443
- tabPaddingSmallLine: string;
4444
- tabPaddingMediumLine: string;
4445
- tabPaddingLargeLine: string;
4446
- tabGapSmallBar: string;
4447
- tabGapMediumBar: string;
4448
- tabGapLargeBar: string;
4449
- tabPaddingSmallBar: string;
4450
- tabPaddingMediumBar: string;
4451
- tabPaddingLargeBar: string;
4452
- tabGapSmallCard: string;
4453
- tabGapMediumCard: string;
4454
- tabGapLargeCard: string;
4455
- tabPaddingSmallCard: string;
4456
- tabPaddingMediumCard: string;
4457
- tabPaddingLargeCard: string;
4458
- tabPaddingSmallSegment: string;
4459
- tabPaddingMediumSegment: string;
4460
- tabPaddingLargeSegment: string;
4461
- tabGapSmallSegment: string;
4462
- tabGapMediumSegment: string;
4463
- tabGapLargeSegment: string;
4464
- panePaddingSmall: string;
4465
- panePaddingMedium: string;
4466
- panePaddingLarge: string;
4467
- closeSize: string;
4468
- closeIconSize: string;
4469
- }, any>>;
4470
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4471
- colorSegment: string;
4472
- tabFontSizeCard: string;
4473
- tabTextColorLine: string;
4474
- tabTextColorActiveLine: string;
4475
- tabTextColorHoverLine: string;
4476
- tabTextColorDisabledLine: string;
4477
- tabTextColorSegment: string;
4478
- tabTextColorActiveSegment: string;
4479
- tabTextColorHoverSegment: string;
4480
- tabTextColorDisabledSegment: string;
4481
- tabTextColorBar: string;
4482
- tabTextColorActiveBar: string;
4483
- tabTextColorHoverBar: string;
4484
- tabTextColorDisabledBar: string;
4485
- tabTextColorCard: string;
4486
- tabTextColorHoverCard: string;
4487
- tabTextColorActiveCard: string;
4488
- tabTextColorDisabledCard: string;
4489
- barColor: string;
4490
- closeIconColor: string;
4491
- closeIconColorHover: string;
4492
- closeIconColorPressed: string;
4493
- closeColorHover: string;
4494
- closeColorPressed: string;
4495
- closeBorderRadius: string;
4496
- tabColor: string;
4497
- tabColorSegment: string;
4498
- tabBorderColor: string;
4499
- tabFontWeightActive: string;
4500
- tabFontWeight: string;
4501
- tabBorderRadius: string;
4502
- paneTextColor: string;
4503
- fontWeightStrong: string;
4504
- tabFontSizeSmall: string;
4505
- tabFontSizeMedium: string;
4506
- tabFontSizeLarge: string;
4507
- tabGapSmallLine: string;
4508
- tabGapMediumLine: string;
4509
- tabGapLargeLine: string;
4510
- tabPaddingSmallLine: string;
4511
- tabPaddingMediumLine: string;
4512
- tabPaddingLargeLine: string;
4513
- tabGapSmallBar: string;
4514
- tabGapMediumBar: string;
4515
- tabGapLargeBar: string;
4516
- tabPaddingSmallBar: string;
4517
- tabPaddingMediumBar: string;
4518
- tabPaddingLargeBar: string;
4519
- tabGapSmallCard: string;
4520
- tabGapMediumCard: string;
4521
- tabGapLargeCard: string;
4522
- tabPaddingSmallCard: string;
4523
- tabPaddingMediumCard: string;
4524
- tabPaddingLargeCard: string;
4525
- tabPaddingSmallSegment: string;
4526
- tabPaddingMediumSegment: string;
4527
- tabPaddingLargeSegment: string;
4528
- tabGapSmallSegment: string;
4529
- tabGapMediumSegment: string;
4530
- tabGapLargeSegment: string;
4531
- panePaddingSmall: string;
4532
- panePaddingMedium: string;
4533
- panePaddingLarge: string;
4534
- closeSize: string;
4535
- closeIconSize: string;
4536
- }, any>>>;
4537
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4538
- colorSegment: string;
4539
- tabFontSizeCard: string;
4540
- tabTextColorLine: string;
4541
- tabTextColorActiveLine: string;
4542
- tabTextColorHoverLine: string;
4543
- tabTextColorDisabledLine: string;
4544
- tabTextColorSegment: string;
4545
- tabTextColorActiveSegment: string;
4546
- tabTextColorHoverSegment: string;
4547
- tabTextColorDisabledSegment: string;
4548
- tabTextColorBar: string;
4549
- tabTextColorActiveBar: string;
4550
- tabTextColorHoverBar: string;
4551
- tabTextColorDisabledBar: string;
4552
- tabTextColorCard: string;
4553
- tabTextColorHoverCard: string;
4554
- tabTextColorActiveCard: string;
4555
- tabTextColorDisabledCard: string;
4556
- barColor: string;
4557
- closeIconColor: string;
4558
- closeIconColorHover: string;
4559
- closeIconColorPressed: string;
4560
- closeColorHover: string;
4561
- closeColorPressed: string;
4562
- closeBorderRadius: string;
4563
- tabColor: string;
4564
- tabColorSegment: string;
4565
- tabBorderColor: string;
4566
- tabFontWeightActive: string;
4567
- tabFontWeight: string;
4568
- tabBorderRadius: string;
4569
- paneTextColor: string;
4570
- fontWeightStrong: string;
4571
- tabFontSizeSmall: string;
4572
- tabFontSizeMedium: string;
4573
- tabFontSizeLarge: string;
4574
- tabGapSmallLine: string;
4575
- tabGapMediumLine: string;
4576
- tabGapLargeLine: string;
4577
- tabPaddingSmallLine: string;
4578
- tabPaddingMediumLine: string;
4579
- tabPaddingLargeLine: string;
4580
- tabGapSmallBar: string;
4581
- tabGapMediumBar: string;
4582
- tabGapLargeBar: string;
4583
- tabPaddingSmallBar: string;
4584
- tabPaddingMediumBar: string;
4585
- tabPaddingLargeBar: string;
4586
- tabGapSmallCard: string;
4587
- tabGapMediumCard: string;
4588
- tabGapLargeCard: string;
4589
- tabPaddingSmallCard: string;
4590
- tabPaddingMediumCard: string;
4591
- tabPaddingLargeCard: string;
4592
- tabPaddingSmallSegment: string;
4593
- tabPaddingMediumSegment: string;
4594
- tabPaddingLargeSegment: string;
4595
- tabGapSmallSegment: string;
4596
- tabGapMediumSegment: string;
4597
- tabGapLargeSegment: string;
4598
- panePaddingSmall: string;
4599
- panePaddingMedium: string;
4600
- panePaddingLarge: string;
4601
- closeSize: string;
4602
- closeIconSize: string;
4603
- }, any>>>;
4604
- }, {
4605
- syncBarPosition: () => void;
4606
- mergedClsPrefix: import("vue").ComputedRef<string>;
4607
- mergedValue: import("vue").ComputedRef<string | number | null>;
4608
- renderedNames: Set<string | number>;
4609
- tabsRailElRef: import("vue").Ref<HTMLElement | null>;
4610
- tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
4611
- tabsElRef: import("vue").Ref<HTMLElement | null>;
4612
- barElRef: import("vue").Ref<HTMLElement | null>;
4613
- addTabInstRef: import("vue").Ref<import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null>;
4614
- xScrollInstRef: import("vue").Ref<(import("vueuc").VXScrollInst & {
4615
- $: import("vue").ComponentInternalInstance;
4616
- $data: {};
4617
- $props: {};
4618
- $attrs: {
4619
- [x: string]: unknown;
4620
- };
4621
- $refs: {
4622
- [x: string]: unknown;
4623
- };
4624
- $slots: Readonly<{
4625
- [name: string]: import("vue").Slot | undefined;
4626
- }>;
4627
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4628
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
4629
- $emit: (event: string, ...args: any[]) => void;
4630
- $el: any;
4631
- $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
4632
- beforeCreate?: (() => void) | (() => void)[] | undefined;
4633
- created?: (() => void) | (() => void)[] | undefined;
4634
- beforeMount?: (() => void) | (() => void)[] | undefined;
4635
- mounted?: (() => void) | (() => void)[] | undefined;
4636
- beforeUpdate?: (() => void) | (() => void)[] | undefined;
4637
- updated?: (() => void) | (() => void)[] | undefined;
4638
- activated?: (() => void) | (() => void)[] | undefined;
4639
- deactivated?: (() => void) | (() => void)[] | undefined;
4640
- beforeDestroy?: (() => void) | (() => void)[] | undefined;
4641
- beforeUnmount?: (() => void) | (() => void)[] | undefined;
4642
- destroyed?: (() => void) | (() => void)[] | undefined;
4643
- unmounted?: (() => void) | (() => void)[] | undefined;
4644
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
4645
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
4646
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
4647
- };
4648
- $forceUpdate: () => void;
4649
- $nextTick: typeof nextTick;
4650
- $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
4651
- } & import("vue").ShallowUnwrapRef<{}> & import("vue").ComponentCustomProperties) | null>;
4652
- scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
4653
- addTabFixed: import("vue").Ref<boolean>;
4654
- tabWrapperStyle: import("vue").ComputedRef<{
4655
- display: string;
4656
- justifyContent: "start" | "end" | "space-around" | "space-between" | "space-evenly" | "center";
4657
- } | undefined>;
4658
- handleNavResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
4659
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
4660
- handleScroll: import("lodash").DebouncedFunc<(e: Event) => void>;
4661
- handleTabsResize: import("lodash").DebouncedFunc<(entry: ResizeObserverEntry) => void>;
4662
- cssVars: import("vue").ComputedRef<{
4663
- '--n-bezier': string;
4664
- '--n-color-segment': string;
4665
- '--n-bar-color': string;
4666
- '--n-tab-font-size': string;
4667
- '--n-tab-text-color': string;
4668
- '--n-tab-text-color-active': string;
4669
- '--n-tab-text-color-disabled': string;
4670
- '--n-tab-text-color-hover': string;
4671
- '--n-pane-text-color': string;
4672
- '--n-tab-border-color': string;
4673
- '--n-tab-border-radius': string;
4674
- '--n-close-size': string;
4675
- '--n-close-icon-size': string;
4676
- '--n-close-color-hover': string;
4677
- '--n-close-color-pressed': string;
4678
- '--n-close-border-radius': string;
4679
- '--n-close-icon-color': string;
4680
- '--n-close-icon-color-hover': string;
4681
- '--n-close-icon-color-pressed': string;
4682
- '--n-tab-color': string;
4683
- '--n-tab-font-weight': string;
4684
- '--n-tab-font-weight-active': string;
4685
- '--n-tab-padding': string;
4686
- '--n-tab-gap': string;
4687
- '--n-pane-padding': string;
4688
- '--n-font-weight-strong': string;
4689
- '--n-tab-color-segment': string;
4690
- }> | undefined;
4691
- themeClass: import("vue").Ref<string> | undefined;
4692
- animationDirection: import("vue").Ref<"prev" | "next">;
4693
- renderNameListRef: {
4694
- value: (string | number)[];
4695
- };
4696
- onAnimationBeforeLeave: (el: HTMLElement) => void;
4697
- onAnimationEnter: (el: HTMLElement) => void;
4698
- onAnimationAfterEnter: () => void;
4699
- onRender: (() => void) | undefined;
4700
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4701
- readonly value: import("vue").PropType<string | number>;
4702
- readonly defaultValue: import("vue").PropType<string | number>;
4703
- readonly trigger: {
4704
- readonly type: import("vue").PropType<"click" | "hover">;
4705
- readonly default: "click";
4706
- };
4707
- readonly type: {
4708
- readonly type: import("vue").PropType<import("naive-ui/es/tabs/src/interface").TabsType>;
4709
- readonly default: "bar";
4710
- };
4711
- readonly closable: BooleanConstructor;
4712
- readonly justifyContent: import("vue").PropType<"start" | "end" | "space-around" | "space-between" | "space-evenly" | "center">;
4713
- readonly size: {
4714
- readonly type: import("vue").PropType<"small" | "medium" | "large">;
4715
- readonly default: "medium";
4716
- };
4717
- readonly tabStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4718
- readonly barWidth: NumberConstructor;
4719
- readonly paneClass: StringConstructor;
4720
- readonly paneStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4721
- readonly addable: import("vue").PropType<import("naive-ui/es/tabs/src/interface").Addable>;
4722
- readonly tabsPadding: {
4723
- readonly type: NumberConstructor;
4724
- readonly default: 0;
4725
- };
4726
- readonly animated: BooleanConstructor;
4727
- readonly onBeforeLeave: import("vue").PropType<import("naive-ui/es/tabs/src/interface").OnBeforeLeave>;
4728
- readonly onAdd: import("vue").PropType<() => void>;
4729
- readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4730
- readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnUpdateValue>>;
4731
- readonly onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tabs/src/interface").OnClose>>;
4732
- readonly labelSize: import("vue").PropType<"small" | "medium" | "large">;
4733
- readonly activeName: import("vue").PropType<string | number>;
4734
- readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
4735
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
4736
- colorSegment: string;
4737
- tabFontSizeCard: string;
4738
- tabTextColorLine: string;
4739
- tabTextColorActiveLine: string;
4740
- tabTextColorHoverLine: string;
4741
- tabTextColorDisabledLine: string;
4742
- tabTextColorSegment: string;
4743
- tabTextColorActiveSegment: string;
4744
- tabTextColorHoverSegment: string;
4745
- tabTextColorDisabledSegment: string;
4746
- tabTextColorBar: string;
4747
- tabTextColorActiveBar: string;
4748
- tabTextColorHoverBar: string;
4749
- tabTextColorDisabledBar: string;
4750
- tabTextColorCard: string;
4751
- tabTextColorHoverCard: string;
4752
- tabTextColorActiveCard: string;
4753
- tabTextColorDisabledCard: string;
4754
- barColor: string;
4755
- closeIconColor: string;
4756
- closeIconColorHover: string;
4757
- closeIconColorPressed: string;
4758
- closeColorHover: string;
4759
- closeColorPressed: string;
4760
- closeBorderRadius: string;
4761
- tabColor: string;
4762
- tabColorSegment: string;
4763
- tabBorderColor: string;
4764
- tabFontWeightActive: string;
4765
- tabFontWeight: string;
4766
- tabBorderRadius: string;
4767
- paneTextColor: string;
4768
- fontWeightStrong: string;
4769
- tabFontSizeSmall: string;
4770
- tabFontSizeMedium: string;
4771
- tabFontSizeLarge: string;
4772
- tabGapSmallLine: string;
4773
- tabGapMediumLine: string;
4774
- tabGapLargeLine: string;
4775
- tabPaddingSmallLine: string;
4776
- tabPaddingMediumLine: string;
4777
- tabPaddingLargeLine: string;
4778
- tabGapSmallBar: string;
4779
- tabGapMediumBar: string;
4780
- tabGapLargeBar: string;
4781
- tabPaddingSmallBar: string;
4782
- tabPaddingMediumBar: string;
4783
- tabPaddingLargeBar: string;
4784
- tabGapSmallCard: string;
4785
- tabGapMediumCard: string;
4786
- tabGapLargeCard: string;
4787
- tabPaddingSmallCard: string;
4788
- tabPaddingMediumCard: string;
4789
- tabPaddingLargeCard: string;
4790
- tabPaddingSmallSegment: string;
4791
- tabPaddingMediumSegment: string;
4792
- tabPaddingLargeSegment: string;
4793
- tabGapSmallSegment: string;
4794
- tabGapMediumSegment: string;
4795
- tabGapLargeSegment: string;
4796
- panePaddingSmall: string;
4797
- panePaddingMedium: string;
4798
- panePaddingLarge: string;
4799
- closeSize: string;
4800
- closeIconSize: string;
4801
- }, any>>;
4802
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4803
- colorSegment: string;
4804
- tabFontSizeCard: string;
4805
- tabTextColorLine: string;
4806
- tabTextColorActiveLine: string;
4807
- tabTextColorHoverLine: string;
4808
- tabTextColorDisabledLine: string;
4809
- tabTextColorSegment: string;
4810
- tabTextColorActiveSegment: string;
4811
- tabTextColorHoverSegment: string;
4812
- tabTextColorDisabledSegment: string;
4813
- tabTextColorBar: string;
4814
- tabTextColorActiveBar: string;
4815
- tabTextColorHoverBar: string;
4816
- tabTextColorDisabledBar: string;
4817
- tabTextColorCard: string;
4818
- tabTextColorHoverCard: string;
4819
- tabTextColorActiveCard: string;
4820
- tabTextColorDisabledCard: string;
4821
- barColor: string;
4822
- closeIconColor: string;
4823
- closeIconColorHover: string;
4824
- closeIconColorPressed: string;
4825
- closeColorHover: string;
4826
- closeColorPressed: string;
4827
- closeBorderRadius: string;
4828
- tabColor: string;
4829
- tabColorSegment: string;
4830
- tabBorderColor: string;
4831
- tabFontWeightActive: string;
4832
- tabFontWeight: string;
4833
- tabBorderRadius: string;
4834
- paneTextColor: string;
4835
- fontWeightStrong: string;
4836
- tabFontSizeSmall: string;
4837
- tabFontSizeMedium: string;
4838
- tabFontSizeLarge: string;
4839
- tabGapSmallLine: string;
4840
- tabGapMediumLine: string;
4841
- tabGapLargeLine: string;
4842
- tabPaddingSmallLine: string;
4843
- tabPaddingMediumLine: string;
4844
- tabPaddingLargeLine: string;
4845
- tabGapSmallBar: string;
4846
- tabGapMediumBar: string;
4847
- tabGapLargeBar: string;
4848
- tabPaddingSmallBar: string;
4849
- tabPaddingMediumBar: string;
4850
- tabPaddingLargeBar: string;
4851
- tabGapSmallCard: string;
4852
- tabGapMediumCard: string;
4853
- tabGapLargeCard: string;
4854
- tabPaddingSmallCard: string;
4855
- tabPaddingMediumCard: string;
4856
- tabPaddingLargeCard: string;
4857
- tabPaddingSmallSegment: string;
4858
- tabPaddingMediumSegment: string;
4859
- tabPaddingLargeSegment: string;
4860
- tabGapSmallSegment: string;
4861
- tabGapMediumSegment: string;
4862
- tabGapLargeSegment: string;
4863
- panePaddingSmall: string;
4864
- panePaddingMedium: string;
4865
- panePaddingLarge: string;
4866
- closeSize: string;
4867
- closeIconSize: string;
4868
- }, any>>>;
4869
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
4870
- colorSegment: string;
4871
- tabFontSizeCard: string;
4872
- tabTextColorLine: string;
4873
- tabTextColorActiveLine: string;
4874
- tabTextColorHoverLine: string;
4875
- tabTextColorDisabledLine: string;
4876
- tabTextColorSegment: string;
4877
- tabTextColorActiveSegment: string;
4878
- tabTextColorHoverSegment: string;
4879
- tabTextColorDisabledSegment: string;
4880
- tabTextColorBar: string;
4881
- tabTextColorActiveBar: string;
4882
- tabTextColorHoverBar: string;
4883
- tabTextColorDisabledBar: string;
4884
- tabTextColorCard: string;
4885
- tabTextColorHoverCard: string;
4886
- tabTextColorActiveCard: string;
4887
- tabTextColorDisabledCard: string;
4888
- barColor: string;
4889
- closeIconColor: string;
4890
- closeIconColorHover: string;
4891
- closeIconColorPressed: string;
4892
- closeColorHover: string;
4893
- closeColorPressed: string;
4894
- closeBorderRadius: string;
4895
- tabColor: string;
4896
- tabColorSegment: string;
4897
- tabBorderColor: string;
4898
- tabFontWeightActive: string;
4899
- tabFontWeight: string;
4900
- tabBorderRadius: string;
4901
- paneTextColor: string;
4902
- fontWeightStrong: string;
4903
- tabFontSizeSmall: string;
4904
- tabFontSizeMedium: string;
4905
- tabFontSizeLarge: string;
4906
- tabGapSmallLine: string;
4907
- tabGapMediumLine: string;
4908
- tabGapLargeLine: string;
4909
- tabPaddingSmallLine: string;
4910
- tabPaddingMediumLine: string;
4911
- tabPaddingLargeLine: string;
4912
- tabGapSmallBar: string;
4913
- tabGapMediumBar: string;
4914
- tabGapLargeBar: string;
4915
- tabPaddingSmallBar: string;
4916
- tabPaddingMediumBar: string;
4917
- tabPaddingLargeBar: string;
4918
- tabGapSmallCard: string;
4919
- tabGapMediumCard: string;
4920
- tabGapLargeCard: string;
4921
- tabPaddingSmallCard: string;
4922
- tabPaddingMediumCard: string;
4923
- tabPaddingLargeCard: string;
4924
- tabPaddingSmallSegment: string;
4925
- tabPaddingMediumSegment: string;
4926
- tabPaddingLargeSegment: string;
4927
- tabGapSmallSegment: string;
4928
- tabGapMediumSegment: string;
4929
- tabGapLargeSegment: string;
4930
- panePaddingSmall: string;
4931
- panePaddingMedium: string;
4932
- panePaddingLarge: string;
4933
- closeSize: string;
4934
- closeIconSize: string;
4935
- }, any>>>;
4936
- }>>, {
4937
- readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
4938
- readonly size: "small" | "medium" | "large";
4939
- readonly closable: boolean;
4940
- readonly trigger: "click" | "hover";
4941
- readonly animated: boolean;
4942
- readonly tabsPadding: number;
4943
- }>;
4944
- NConfigProvider: import("vue").DefineComponent<{
4945
- readonly abstract: BooleanConstructor;
4946
- readonly bordered: {
4947
- readonly type: import("vue").PropType<boolean | undefined>;
4948
- readonly default: undefined;
4949
- };
4950
- readonly clsPrefix: StringConstructor;
4951
- readonly locale: import("vue").PropType<{
4952
- name: string;
4953
- global: {
4954
- undo: string;
4955
- redo: string;
4956
- confirm: string;
4957
- };
4958
- Popconfirm: {
4959
- positiveText: string;
4960
- negativeText: string;
4961
- };
4962
- Cascader: {
4963
- placeholder: string;
4964
- loading: string;
4965
- loadingRequiredMessage: (label: string) => string;
4966
- };
4967
- Time: {
4968
- dateFormat: string;
4969
- dateTimeFormat: string;
4970
- };
4971
- DatePicker: {
4972
- yearFormat: string;
4973
- monthFormat: string;
4974
- dayFormat: string;
4975
- yearTypeFormat: string;
4976
- monthTypeFormat: string;
4977
- dateFormat: string;
4978
- dateTimeFormat: string;
4979
- quarterFormat: string;
4980
- clear: string;
4981
- now: string;
4982
- confirm: string;
4983
- selectTime: string;
4984
- selectDate: string;
4985
- datePlaceholder: string;
4986
- datetimePlaceholder: string;
4987
- monthPlaceholder: string;
4988
- yearPlaceholder: string;
4989
- quarterPlaceholder: string;
4990
- startDatePlaceholder: string;
4991
- endDatePlaceholder: string;
4992
- startDatetimePlaceholder: string;
4993
- endDatetimePlaceholder: string;
4994
- startMonthPlaceholder: string;
4995
- endMonthPlaceholder: string;
4996
- monthBeforeYear: boolean;
4997
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
4998
- today: string;
4999
- };
5000
- DataTable: {
5001
- checkTableAll: string;
5002
- uncheckTableAll: string;
5003
- confirm: string;
5004
- clear: string;
5005
- };
5006
- Transfer: {
5007
- sourceTitle: string;
5008
- targetTitle: string;
5009
- };
5010
- Empty: {
5011
- description: string;
5012
- };
5013
- Select: {
5014
- placeholder: string;
5015
- };
5016
- TimePicker: {
5017
- placeholder: string;
5018
- positiveText: string;
5019
- negativeText: string;
5020
- now: string;
5021
- };
5022
- Pagination: {
5023
- goto: string;
5024
- selectionSuffix: string;
5025
- };
5026
- DynamicTags: {
5027
- add: string;
5028
- };
5029
- Log: {
5030
- loading: string;
5031
- };
5032
- Input: {
5033
- placeholder: string;
5034
- };
5035
- InputNumber: {
5036
- placeholder: string;
5037
- };
5038
- DynamicInput: {
5039
- create: string;
5040
- };
5041
- ThemeEditor: {
5042
- title: string;
5043
- clearAllVars: string;
5044
- clearSearch: string;
5045
- filterCompName: string;
5046
- filterVarName: string;
5047
- import: string;
5048
- export: string;
5049
- restore: string;
5050
- };
5051
- Image: {
5052
- tipPrevious: string;
5053
- tipNext: string;
5054
- tipCounterclockwise: string;
5055
- tipClockwise: string;
5056
- tipZoomOut: string;
5057
- tipZoomIn: string;
5058
- tipClose: string;
5059
- tipOriginalSize: string;
5060
- };
5061
- } | null>;
5062
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
5063
- readonly namespace: StringConstructor;
5064
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
5065
- readonly tag: {
5066
- readonly type: StringConstructor;
5067
- readonly default: "div";
5068
- };
5069
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
5070
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
5071
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
5072
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
5073
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
5074
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
5075
- readonly preflightStyleDisabled: BooleanConstructor;
5076
- readonly inlineThemeDisabled: {
5077
- readonly type: BooleanConstructor;
5078
- readonly default: undefined;
5079
- };
5080
- readonly as: {
5081
- readonly type: import("vue").PropType<string | undefined>;
5082
- readonly validator: () => boolean;
5083
- readonly default: undefined;
5084
- };
5085
- }, {
5086
- mergedClsPrefix: import("vue").ComputedRef<string | undefined>;
5087
- mergedBordered: import("vue").ComputedRef<boolean | undefined>;
5088
- mergedNamespace: import("vue").ComputedRef<string | undefined>;
5089
- mergedTheme: import("vue").ComputedRef<import("naive-ui").GlobalTheme | undefined>;
5090
- mergedThemeOverrides: import("vue").ComputedRef<import("naive-ui").GlobalThemeOverrides | undefined>;
5091
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5092
- readonly abstract: BooleanConstructor;
5093
- readonly bordered: {
5094
- readonly type: import("vue").PropType<boolean | undefined>;
5095
- readonly default: undefined;
5096
- };
5097
- readonly clsPrefix: StringConstructor;
5098
- readonly locale: import("vue").PropType<{
5099
- name: string;
5100
- global: {
5101
- undo: string;
5102
- redo: string;
5103
- confirm: string;
5104
- };
5105
- Popconfirm: {
5106
- positiveText: string;
5107
- negativeText: string;
5108
- };
5109
- Cascader: {
5110
- placeholder: string;
5111
- loading: string;
5112
- loadingRequiredMessage: (label: string) => string;
5113
- };
5114
- Time: {
5115
- dateFormat: string;
5116
- dateTimeFormat: string;
5117
- };
5118
- DatePicker: {
5119
- yearFormat: string;
5120
- monthFormat: string;
5121
- dayFormat: string;
5122
- yearTypeFormat: string;
5123
- monthTypeFormat: string;
5124
- dateFormat: string;
5125
- dateTimeFormat: string;
5126
- quarterFormat: string;
5127
- clear: string;
5128
- now: string;
5129
- confirm: string;
5130
- selectTime: string;
5131
- selectDate: string;
5132
- datePlaceholder: string;
5133
- datetimePlaceholder: string;
5134
- monthPlaceholder: string;
5135
- yearPlaceholder: string;
5136
- quarterPlaceholder: string;
5137
- startDatePlaceholder: string;
5138
- endDatePlaceholder: string;
5139
- startDatetimePlaceholder: string;
5140
- endDatetimePlaceholder: string;
5141
- startMonthPlaceholder: string;
5142
- endMonthPlaceholder: string;
5143
- monthBeforeYear: boolean;
5144
- firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
5145
- today: string;
5146
- };
5147
- DataTable: {
5148
- checkTableAll: string;
5149
- uncheckTableAll: string;
5150
- confirm: string;
5151
- clear: string;
5152
- };
5153
- Transfer: {
5154
- sourceTitle: string;
5155
- targetTitle: string;
5156
- };
5157
- Empty: {
5158
- description: string;
5159
- };
5160
- Select: {
5161
- placeholder: string;
5162
- };
5163
- TimePicker: {
5164
- placeholder: string;
5165
- positiveText: string;
5166
- negativeText: string;
5167
- now: string;
5168
- };
5169
- Pagination: {
5170
- goto: string;
5171
- selectionSuffix: string;
5172
- };
5173
- DynamicTags: {
5174
- add: string;
5175
- };
5176
- Log: {
5177
- loading: string;
5178
- };
5179
- Input: {
5180
- placeholder: string;
5181
- };
5182
- InputNumber: {
5183
- placeholder: string;
5184
- };
5185
- DynamicInput: {
5186
- create: string;
5187
- };
5188
- ThemeEditor: {
5189
- title: string;
5190
- clearAllVars: string;
5191
- clearSearch: string;
5192
- filterCompName: string;
5193
- filterVarName: string;
5194
- import: string;
5195
- export: string;
5196
- restore: string;
5197
- };
5198
- Image: {
5199
- tipPrevious: string;
5200
- tipNext: string;
5201
- tipCounterclockwise: string;
5202
- tipClockwise: string;
5203
- tipZoomOut: string;
5204
- tipZoomIn: string;
5205
- tipClose: string;
5206
- tipOriginalSize: string;
5207
- };
5208
- } | null>;
5209
- readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
5210
- readonly namespace: StringConstructor;
5211
- readonly rtl: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").RtlProp>;
5212
- readonly tag: {
5213
- readonly type: StringConstructor;
5214
- readonly default: "div";
5215
- };
5216
- readonly hljs: import("vue").PropType<import("naive-ui/es/_mixins").Hljs>;
5217
- readonly theme: import("vue").PropType<import("naive-ui").GlobalTheme | null>;
5218
- readonly themeOverrides: import("vue").PropType<import("naive-ui").GlobalThemeOverrides | null>;
5219
- readonly componentOptions: import("vue").PropType<import("naive-ui").GlobalComponentConfig>;
5220
- readonly icons: import("vue").PropType<import("naive-ui").GlobalIconConfig>;
5221
- readonly breakpoints: import("vue").PropType<import("naive-ui/es/config-provider/src/internal-interface").Breakpoints>;
5222
- readonly preflightStyleDisabled: BooleanConstructor;
5223
- readonly inlineThemeDisabled: {
5224
- readonly type: BooleanConstructor;
5225
- readonly default: undefined;
5226
- };
5227
- readonly as: {
5228
- readonly type: import("vue").PropType<string | undefined>;
5229
- readonly validator: () => boolean;
5230
- readonly default: undefined;
5231
- };
5232
- }>>, {
5233
- readonly abstract: boolean;
5234
- readonly tag: string;
5235
- readonly as: string | undefined;
5236
- readonly bordered: boolean | undefined;
5237
- readonly preflightStyleDisabled: boolean;
5238
- readonly inlineThemeDisabled: boolean;
2178
+ readonly displayDirective: "if" | "show" | "show:lazy";
5239
2179
  }>;
2180
+ NTabs: any;
2181
+ NConfigProvider: any;
5240
2182
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
5241
2183
  fieldList: {
5242
2184
  type: import("vue").PropType<FieldItem[]>;