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