cnhis-design-vue 3.1.18-beta.0 → 3.1.18-beta.10

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