cnhis-design-vue 3.1.17-beta.9 → 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 (1128) hide show
  1. package/es/components/annotation-edit/index.d.ts +17 -0
  2. package/es/components/annotation-edit/index.js +1 -0
  3. package/es/components/annotation-edit/index2.js +10 -0
  4. package/es/{packages → components}/annotation-edit/src/AnnotationEdit.d.ts +0 -0
  5. package/es/{packages → components}/annotation-edit/src/AnnotationEdit.js +0 -0
  6. package/es/components/annotation-edit/style/index.css +1 -0
  7. package/es/components/big-table/index.d.ts +1183 -0
  8. package/es/components/big-table/index.js +2 -0
  9. package/es/components/big-table/index2.js +19 -0
  10. package/es/{packages → components}/big-table/src/BigTable.js +0 -0
  11. package/es/components/big-table/src/BigTable.vue.d.ts +1181 -0
  12. package/es/components/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +2432 -0
  13. package/es/{packages → components}/big-table/src/bigTableEmits.d.ts +0 -0
  14. package/es/components/big-table/src/bigTableEmits.js +1 -0
  15. package/es/{packages/big-table/src/bigTableEmits.js → components/big-table/src/bigTableEmits2.js} +0 -0
  16. package/es/components/big-table/src/bigTableProps.d.ts +207 -0
  17. package/es/components/big-table/src/bigTableProps.js +1 -0
  18. package/es/{packages/big-table/src/bigTableProps.js → components/big-table/src/bigTableProps2.js} +0 -0
  19. package/es/{packages → components}/big-table/src/bigTableState.d.ts +0 -0
  20. package/es/components/big-table/src/bigTableState.js +1 -0
  21. package/es/{packages/big-table/src/bigTableState.js → components/big-table/src/bigTableState2.js} +0 -0
  22. package/es/components/big-table/src/components/NoData.js +74 -0
  23. package/es/{packages → components}/big-table/src/components/NoData.vue.d.ts +0 -0
  24. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +34 -0
  25. package/es/components/big-table/src/components/edit-form/edit-date.js +142 -0
  26. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +43 -0
  27. package/es/components/big-table/src/components/edit-form/edit-input.js +73 -0
  28. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
  29. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +35 -0
  30. package/es/components/big-table/src/components/edit-form/edit-select.js +102 -0
  31. package/es/components/big-table/src/components/edit-form/edit-separate.js +100 -0
  32. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +132 -0
  33. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +43 -0
  34. package/es/components/big-table/src/components/edit-form/edit-time.js +62 -0
  35. package/es/{packages → components}/big-table/src/components/edit-form/useCommon.d.ts +0 -0
  36. package/es/components/big-table/src/components/edit-form/useCommon.js +1 -0
  37. package/es/{packages/big-table/src/components/edit-form/useCommon.js → components/big-table/src/components/edit-form/useCommon2.js} +0 -0
  38. package/es/{packages → components}/big-table/src/components/input-button.js +0 -0
  39. package/es/components/big-table/src/components/input-button.vue.d.ts +6 -0
  40. package/es/components/big-table/src/components/separate.js +30 -0
  41. package/es/components/big-table/src/components/separate.vue.d.ts +42 -0
  42. package/es/components/big-table/src/constants/index.d.ts +3 -0
  43. package/es/components/big-table/src/constants/index.js +1 -0
  44. package/es/{packages/big-table/src/constants/index.js → components/big-table/src/constants/index2.js} +0 -0
  45. package/es/{packages → components}/big-table/src/hooks/export.d.ts +0 -0
  46. package/es/components/big-table/src/hooks/export.js +1 -0
  47. package/es/{packages → components}/big-table/src/hooks/index.d.ts +0 -0
  48. package/es/components/big-table/src/hooks/index.js +9 -0
  49. package/es/{packages → components}/big-table/src/hooks/useAnchor.d.ts +0 -0
  50. package/es/components/big-table/src/hooks/useAnchor.js +1 -0
  51. package/es/{packages/big-table/src/hooks/useAnchor.js → components/big-table/src/hooks/useAnchor2.js} +0 -0
  52. package/es/components/big-table/src/hooks/useAnnotation.d.ts +4 -0
  53. package/es/components/big-table/src/hooks/useAnnotation.js +21 -0
  54. package/es/{packages → components}/big-table/src/hooks/useBatchEditing.d.ts +0 -0
  55. package/es/components/big-table/src/hooks/useBatchEditing.js +1 -0
  56. package/es/{packages/big-table/src/hooks/useBatchEditing.js → components/big-table/src/hooks/useBatchEditing2.js} +0 -0
  57. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.d.ts +11 -0
  58. package/es/components/big-table/src/hooks/useColumnConfigAdaptor.js +1 -0
  59. package/es/{packages/big-table/src/hooks/useColumnConfigAdaptor.js → components/big-table/src/hooks/useColumnConfigAdaptor2.js} +0 -0
  60. package/es/components/big-table/src/hooks/useEdit.d.ts +336 -0
  61. package/es/components/big-table/src/hooks/useEdit.js +1 -0
  62. package/es/components/big-table/src/hooks/useEdit2.js +122 -0
  63. package/es/{packages → components}/big-table/src/hooks/useEvent.d.ts +0 -0
  64. package/es/components/big-table/src/hooks/useEvent.js +1 -0
  65. package/es/components/big-table/src/hooks/useEvent2.js +72 -0
  66. package/es/{packages → components}/big-table/src/hooks/useFormat.d.ts +0 -0
  67. package/es/components/big-table/src/hooks/useFormat.js +1 -0
  68. package/es/components/big-table/src/hooks/useFormat2.js +492 -0
  69. package/es/{packages → components}/big-table/src/hooks/useNestTable.d.ts +0 -0
  70. package/es/components/big-table/src/hooks/useNestTable.js +1 -0
  71. package/es/components/big-table/src/hooks/useNestTable2.js +86 -0
  72. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +30 -0
  73. package/es/components/big-table/src/hooks/useSeparateRow.js +1 -0
  74. package/es/components/big-table/src/hooks/useSeparateRow2.js +164 -0
  75. package/es/{packages → components}/big-table/src/hooks/useTableParse.d.ts +0 -0
  76. package/es/components/big-table/src/hooks/useTableParse.js +1 -0
  77. package/es/components/big-table/src/hooks/useTableParse2.js +136 -0
  78. package/es/{packages → components}/big-table/src/utils.d.ts +0 -0
  79. package/es/components/big-table/src/utils.js +1 -0
  80. package/es/components/big-table/src/utils2.js +630 -0
  81. package/es/components/big-table/style/index.css +1 -0
  82. package/es/components/bpmn-workflow/index.d.ts +74 -0
  83. package/es/components/bpmn-workflow/index.js +1 -0
  84. package/es/components/bpmn-workflow/index2.js +10 -0
  85. package/es/{packages → components}/bpmn-workflow/src/BpmnWorkflow.js +0 -0
  86. package/es/{packages → components}/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -0
  87. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +0 -0
  88. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +0 -0
  89. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +0 -0
  90. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +0 -0
  91. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +0 -0
  92. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +0 -0
  93. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +0 -0
  94. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +0 -0
  95. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +0 -0
  96. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +0 -0
  97. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +0 -0
  98. package/es/{packages → components}/bpmn-workflow/src/custom/customModeler/index.d.ts +0 -0
  99. package/es/{packages → components}/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +0 -0
  100. package/es/{packages → components}/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +0 -0
  101. package/es/{packages → components}/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +0 -0
  102. package/es/{packages → components}/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +0 -0
  103. package/es/{packages → components}/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +0 -0
  104. package/es/{packages → components}/bpmn-workflow/src/custom/customRules/no-task.d.ts +0 -0
  105. package/es/{packages → components}/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +0 -0
  106. package/es/{packages → components}/bpmn-workflow/src/custom/customTranslate/zh.d.ts +0 -0
  107. package/es/components/bpmn-workflow/style/index.css +1 -0
  108. package/es/components/button-print/index.d.ts +613 -0
  109. package/es/components/button-print/index.js +2 -0
  110. package/es/components/button-print/index2.js +11 -0
  111. package/es/{packages → components}/button-print/src/ButtonPrint.js +0 -0
  112. package/es/components/button-print/src/ButtonPrint.vue.d.ts +620 -0
  113. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +483 -0
  114. package/es/components/button-print/src/components/IdentityVerification.js +137 -0
  115. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +367 -0
  116. package/es/components/button-print/src/utils/dialog.d.ts +8 -0
  117. package/es/components/button-print/src/utils/dialog.js +77 -0
  118. package/es/{packages → components}/button-print/src/utils/index.d.ts +0 -0
  119. package/es/components/button-print/src/utils/index.js +1 -0
  120. package/es/components/button-print/src/utils/print.d.ts +52 -0
  121. package/es/components/button-print/src/utils/print.js +1 -0
  122. package/es/components/button-print/src/utils/print2.js +348 -0
  123. package/es/components/button-print/style/index.css +1 -0
  124. package/es/components/chunk-upload/index.d.ts +305 -0
  125. package/es/components/chunk-upload/index.js +1 -0
  126. package/es/components/chunk-upload/index2.js +14 -0
  127. package/es/components/chunk-upload/src/chunk-upload-new.js +475 -0
  128. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +196 -0
  129. package/es/{packages → components}/chunk-upload/src/hooks/upload-computed.d.ts +0 -0
  130. package/es/components/chunk-upload/src/hooks/upload-computed.js +1 -0
  131. package/es/{packages/chunk-upload/src/hooks/upload-computed.js → components/chunk-upload/src/hooks/upload-computed2.js} +0 -0
  132. package/es/{packages → components}/chunk-upload/src/hooks/upload-data.d.ts +0 -0
  133. package/es/components/chunk-upload/src/hooks/upload-data.js +1 -0
  134. package/es/{packages/chunk-upload/src/hooks/upload-data.js → components/chunk-upload/src/hooks/upload-data2.js} +0 -0
  135. package/es/{packages → components}/chunk-upload/src/hooks/vod-computed.d.ts +0 -0
  136. package/es/components/chunk-upload/src/hooks/vod-computed.js +1 -0
  137. package/es/{packages/chunk-upload/src/hooks/vod-computed.js → components/chunk-upload/src/hooks/vod-computed2.js} +0 -0
  138. package/es/{packages → components}/chunk-upload/src/hooks/vod-data.d.ts +0 -0
  139. package/es/components/chunk-upload/src/hooks/vod-data.js +1 -0
  140. package/es/{packages/chunk-upload/src/hooks/vod-data.js → components/chunk-upload/src/hooks/vod-data2.js} +0 -0
  141. package/es/{packages → components}/chunk-upload/src/vod-chunk-upload/index.d.ts +0 -0
  142. package/es/components/chunk-upload/src/vod-chunk-upload/index.js +1 -0
  143. package/es/{packages/chunk-upload/src/vod-chunk-upload/index.js → components/chunk-upload/src/vod-chunk-upload/index2.js} +0 -0
  144. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +330 -0
  145. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +304 -0
  146. package/es/{packages → components}/chunk-upload/src/vod-upload-modal.d.ts +0 -0
  147. package/es/{packages → components}/chunk-upload/src/vod-upload-modal.js +0 -0
  148. package/es/components/chunk-upload/style/index.css +1 -0
  149. package/es/components/drag-layout/index.d.ts +606 -0
  150. package/es/components/drag-layout/index.js +1 -0
  151. package/es/components/drag-layout/index2.js +11 -0
  152. package/es/{packages → components}/drag-layout/src/DragFormLeftItem.js +0 -0
  153. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +21 -0
  154. package/es/{packages → components}/drag-layout/src/DragFormRightItem.js +0 -0
  155. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +125 -0
  156. package/es/components/drag-layout/src/DragLayout.js +660 -0
  157. package/es/components/drag-layout/src/DragLayout.vue.d.ts +606 -0
  158. package/es/components/drag-layout/style/index.css +1 -0
  159. package/es/components/editor/index.d.ts +30 -0
  160. package/es/components/editor/index.js +1 -0
  161. package/es/components/editor/index2.js +10 -0
  162. package/es/{packages → components}/editor/src/Editor.d.ts +0 -0
  163. package/es/{packages → components}/editor/src/Editor.js +0 -0
  164. package/es/{packages → components}/editor/style/index.css +0 -0
  165. package/es/components/fabric-chart/index.d.ts +204 -0
  166. package/es/components/fabric-chart/index.js +1 -0
  167. package/es/components/fabric-chart/index2.js +10 -0
  168. package/es/components/fabric-chart/src/FabricChart.js +332 -0
  169. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +205 -0
  170. package/es/{packages → components}/fabric-chart/src/components/PopupMenu.d.ts +0 -0
  171. package/es/components/fabric-chart/src/components/PopupMenu.js +105 -0
  172. package/es/components/fabric-chart/src/components/PopupTip.js +34 -0
  173. package/es/{packages → components}/fabric-chart/src/components/PopupTip.vue.d.ts +0 -0
  174. package/es/{packages → components}/fabric-chart/src/components/useStyle.d.ts +0 -0
  175. package/es/components/fabric-chart/src/components/useStyle.js +1 -0
  176. package/es/{packages/fabric-chart/src/components/useStyle.js → components/fabric-chart/src/components/useStyle2.js} +0 -0
  177. package/es/{packages → components}/fabric-chart/src/hooks/constant.d.ts +0 -0
  178. package/es/components/fabric-chart/src/hooks/constant.js +1 -0
  179. package/es/{packages/fabric-chart/src/hooks/constant.js → components/fabric-chart/src/hooks/constant2.js} +0 -0
  180. package/es/{packages → components}/fabric-chart/src/hooks/index.d.ts +0 -0
  181. package/es/components/fabric-chart/src/hooks/index.js +9 -0
  182. package/es/{packages → components}/fabric-chart/src/hooks/useBottom.d.ts +0 -0
  183. package/es/components/fabric-chart/src/hooks/useBottom.js +1 -0
  184. package/es/components/fabric-chart/src/hooks/useBottom2.js +85 -0
  185. package/es/{packages → components}/fabric-chart/src/hooks/useCenter.d.ts +0 -0
  186. package/es/components/fabric-chart/src/hooks/useCenter.js +1 -0
  187. package/es/components/fabric-chart/src/hooks/useCenter2.js +554 -0
  188. package/es/{packages → components}/fabric-chart/src/hooks/useCumputedPoint.d.ts +0 -0
  189. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -0
  190. package/es/{packages/fabric-chart/src/hooks/useCumputedPoint.js → components/fabric-chart/src/hooks/useCumputedPoint2.js} +0 -0
  191. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +44 -0
  192. package/es/components/fabric-chart/src/hooks/useDraw.js +1 -0
  193. package/es/components/fabric-chart/src/hooks/useDraw2.js +182 -0
  194. package/es/{packages → components}/fabric-chart/src/hooks/useEvent.d.ts +0 -0
  195. package/es/components/fabric-chart/src/hooks/useEvent.js +1 -0
  196. package/es/{packages/fabric-chart/src/hooks/useEvent.js → components/fabric-chart/src/hooks/useEvent2.js} +0 -0
  197. package/es/{packages → components}/fabric-chart/src/hooks/useGrid.d.ts +0 -0
  198. package/es/components/fabric-chart/src/hooks/useGrid.js +1 -0
  199. package/es/components/fabric-chart/src/hooks/useGrid2.js +50 -0
  200. package/es/{packages → components}/fabric-chart/src/hooks/useLeft.d.ts +0 -0
  201. package/es/components/fabric-chart/src/hooks/useLeft.js +1 -0
  202. package/es/components/fabric-chart/src/hooks/useLeft2.js +282 -0
  203. package/es/{packages → components}/fabric-chart/src/hooks/useOther.d.ts +0 -0
  204. package/es/components/fabric-chart/src/hooks/useOther.js +1 -0
  205. package/es/components/fabric-chart/src/hooks/useOther2.js +85 -0
  206. package/es/{packages → components}/fabric-chart/src/hooks/useRight.d.ts +0 -0
  207. package/es/components/fabric-chart/src/hooks/useRight.js +1 -0
  208. package/es/components/fabric-chart/src/hooks/useRight2.js +27 -0
  209. package/es/{packages → components}/fabric-chart/src/hooks/useShadow.d.ts +0 -0
  210. package/es/components/fabric-chart/src/hooks/useShadow.js +1 -0
  211. package/es/{packages/fabric-chart/src/hooks/useShadow.js → components/fabric-chart/src/hooks/useShadow2.js} +0 -0
  212. package/es/{packages → components}/fabric-chart/src/hooks/useTop.d.ts +0 -0
  213. package/es/components/fabric-chart/src/hooks/useTop.js +1 -0
  214. package/es/components/fabric-chart/src/hooks/useTop2.js +138 -0
  215. package/es/components/fabric-chart/src/interface.d.ts +129 -0
  216. package/es/components/fabric-chart/src/interface.js +1 -0
  217. package/es/{packages/fabric-chart/src/interface.js → components/fabric-chart/src/interface2.js} +0 -0
  218. package/es/{packages → components}/fabric-chart/src/utils/index.js +0 -0
  219. package/es/components/fabric-chart/style/index.css +1 -0
  220. package/es/components/field-set/index.d.ts +215 -0
  221. package/es/components/field-set/index.js +1 -0
  222. package/es/components/field-set/index2.js +10 -0
  223. package/es/components/field-set/src/FieldSet.js +431 -0
  224. package/es/components/field-set/src/FieldSet.vue.d.ts +191 -0
  225. package/es/components/field-set/style/index.css +1 -0
  226. package/es/components/form-config/index.d.ts +3189 -0
  227. package/es/components/form-config/index.js +1 -0
  228. package/es/components/form-config/index2.js +10 -0
  229. package/es/components/form-config/src/FormConfig.js +121 -0
  230. package/es/components/form-config/src/FormConfig.vue.d.ts +3191 -0
  231. package/es/components/form-config/src/components/FormConfigCreator.js +101 -0
  232. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +633 -0
  233. package/es/components/form-config/src/components/FormConfigDragDisplay.js +43 -0
  234. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +106 -0
  235. package/es/components/form-config/src/components/FormConfigEdit.js +86 -0
  236. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2309 -0
  237. package/es/{packages → components}/form-config/src/components/index.d.ts +0 -0
  238. package/es/{packages → components}/form-config/src/components/index.js +0 -0
  239. package/es/components/form-config/src/components/renderer/CloseButton.js +45 -0
  240. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +29 -0
  241. package/es/components/form-config/src/components/renderer/ComplexNode.js +45 -0
  242. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +171 -0
  243. package/es/components/form-config/src/components/renderer/DefaultNode.js +59 -0
  244. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +75 -0
  245. package/es/{packages → components}/form-config/src/components/renderer/index.d.ts +0 -0
  246. package/es/{packages → components}/form-config/src/components/renderer/index.js +0 -0
  247. package/es/components/form-config/src/constants/index.d.ts +64 -0
  248. package/es/components/form-config/src/constants/index.js +1 -0
  249. package/es/{packages/form-config/src/constants/index.js → components/form-config/src/constants/index2.js} +0 -0
  250. package/es/{packages → components}/form-config/src/hooks/index.d.ts +0 -0
  251. package/es/components/form-config/src/hooks/index.js +3 -0
  252. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +7 -0
  253. package/es/components/form-config/src/hooks/useConfigurationField.js +1 -0
  254. package/es/components/form-config/src/hooks/useConfigurationField2.js +52 -0
  255. package/es/{packages → components}/form-config/src/hooks/usePresetRenderer.d.ts +0 -0
  256. package/es/components/form-config/src/hooks/usePresetRenderer.js +36 -0
  257. package/es/{packages → components}/form-config/src/hooks/useSortalbeConfig.d.ts +0 -0
  258. package/es/components/form-config/src/hooks/useSortalbeConfig.js +1 -0
  259. package/es/{packages/form-config/src/hooks/useSortalbeConfig.js → components/form-config/src/hooks/useSortalbeConfig2.js} +0 -0
  260. package/es/components/form-config/src/types/index.d.ts +37 -0
  261. package/es/{packages → components}/form-config/src/types/index.js +0 -0
  262. package/es/components/form-config/src/utils/index.d.ts +7 -0
  263. package/es/components/form-config/src/utils/index.js +1 -0
  264. package/es/{packages/form-config/src/utils/index.js → components/form-config/src/utils/index2.js} +0 -0
  265. package/es/components/form-config/style/index.css +1 -0
  266. package/es/components/form-render/index.d.ts +614 -0
  267. package/es/components/form-render/index.js +14 -0
  268. package/es/components/form-render/index2.js +46 -0
  269. package/es/components/form-render/src/FormRender.js +212 -0
  270. package/es/components/form-render/src/FormRender.vue.d.ts +614 -0
  271. package/es/{packages → components}/form-render/src/components/index.d.ts +0 -0
  272. package/es/{packages → components}/form-render/src/components/index.js +0 -0
  273. package/es/components/form-render/src/components/renderer/cascader.d.ts +42 -0
  274. package/es/components/form-render/src/components/renderer/cascader.js +208 -0
  275. package/es/components/form-render/src/components/renderer/checkbox.d.ts +26 -0
  276. package/es/components/form-render/src/components/renderer/checkbox.js +45 -0
  277. package/es/components/form-render/src/components/renderer/combination.d.ts +44 -0
  278. package/es/components/form-render/src/components/renderer/combination.js +103 -0
  279. package/es/{packages → components}/form-render/src/components/renderer/complex.d.ts +0 -0
  280. package/es/components/form-render/src/components/renderer/complex.js +40 -0
  281. package/es/{packages → components}/form-render/src/components/renderer/date.d.ts +0 -0
  282. package/es/components/form-render/src/components/renderer/date.js +117 -0
  283. package/es/{packages → components}/form-render/src/components/renderer/formItem.d.ts +0 -0
  284. package/es/components/form-render/src/components/renderer/formItem.js +84 -0
  285. package/es/{packages → components}/form-render/src/components/renderer/index.d.ts +0 -0
  286. package/es/components/form-render/src/components/renderer/index.js +18 -0
  287. package/es/components/form-render/src/components/renderer/index2.js +18 -0
  288. package/es/components/form-render/src/components/renderer/input.d.ts +23 -0
  289. package/es/components/form-render/src/components/renderer/input.js +46 -0
  290. package/es/{packages → components}/form-render/src/components/renderer/inputGroup.d.ts +0 -0
  291. package/es/components/form-render/src/components/renderer/inputGroup.js +1 -0
  292. package/es/{packages/form-render/src/components/renderer/inputGroup.js → components/form-render/src/components/renderer/inputGroup2.js} +0 -0
  293. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +31 -0
  294. package/es/components/form-render/src/components/renderer/inputNumber.js +55 -0
  295. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +5 -0
  296. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -0
  297. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate2.js +33 -0
  298. package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +44 -0
  299. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +173 -0
  300. package/es/{packages → components}/form-render/src/components/renderer/labelSelect.d.ts +0 -0
  301. package/es/{packages → components}/form-render/src/components/renderer/labelSelect.js +0 -0
  302. package/es/components/form-render/src/components/renderer/linebar.d.ts +40 -0
  303. package/es/components/form-render/src/components/renderer/linebar.js +73 -0
  304. package/es/components/form-render/src/components/renderer/radio.d.ts +34 -0
  305. package/es/components/form-render/src/components/renderer/radio.js +69 -0
  306. package/es/components/form-render/src/components/renderer/select.d.ts +47 -0
  307. package/es/components/form-render/src/components/renderer/select.js +198 -0
  308. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +17 -0
  309. package/es/components/form-render/src/components/renderer/simpleComponent.js +53 -0
  310. package/es/{packages → components}/form-render/src/components/renderer/slider.d.ts +0 -0
  311. package/es/components/form-render/src/components/renderer/slider.js +38 -0
  312. package/es/{packages → components}/form-render/src/components/renderer/switch.d.ts +0 -0
  313. package/es/components/form-render/src/components/renderer/switch.js +51 -0
  314. package/es/components/form-render/src/components/renderer/textarea.d.ts +11 -0
  315. package/es/components/form-render/src/components/renderer/textarea.js +39 -0
  316. package/es/components/form-render/src/constants/index.d.ts +41 -0
  317. package/es/components/form-render/src/constants/index.js +1 -0
  318. package/es/{packages/form-render/src/constants/index.js → components/form-render/src/constants/index2.js} +0 -0
  319. package/es/{packages → components}/form-render/src/hooks/index.d.ts +0 -0
  320. package/es/components/form-render/src/hooks/index.js +13 -0
  321. package/es/components/form-render/src/hooks/useAnchor.d.ts +16 -0
  322. package/es/components/form-render/src/hooks/useAnchor.js +1 -0
  323. package/es/components/form-render/src/hooks/useAnchor2.js +90 -0
  324. package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +45 -0
  325. package/es/components/form-render/src/hooks/useAsyncQueue.js +1 -0
  326. package/es/components/form-render/src/hooks/useAsyncQueue2.js +144 -0
  327. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +25 -0
  328. package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -0
  329. package/es/components/form-render/src/hooks/useBusinessBinding2.js +98 -0
  330. package/es/components/form-render/src/hooks/useChangeContext.d.ts +13 -0
  331. package/es/components/form-render/src/hooks/useChangeContext.js +1 -0
  332. package/es/{packages/form-render/src/hooks/useChangeContext.js → components/form-render/src/hooks/useChangeContext2.js} +0 -0
  333. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +7 -0
  334. package/es/components/form-render/src/hooks/useCommonInjection.js +1 -0
  335. package/es/components/form-render/src/hooks/useCommonInjection2.js +32 -0
  336. package/es/{packages → components}/form-render/src/hooks/useCommonLog.d.ts +0 -0
  337. package/es/components/form-render/src/hooks/useCommonLog.js +1 -0
  338. package/es/components/form-render/src/hooks/useCommonLog2.js +10 -0
  339. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +64 -0
  340. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -0
  341. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +243 -0
  342. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +5 -0
  343. package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -0
  344. package/es/components/form-render/src/hooks/useFieldNormalize2.js +67 -0
  345. package/es/{packages → components}/form-render/src/hooks/useFieldVisitor.d.ts +0 -0
  346. package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -0
  347. package/es/{packages/form-render/src/hooks/useFieldVisitor.js → components/form-render/src/hooks/useFieldVisitor2.js} +0 -0
  348. package/es/components/form-render/src/hooks/useFormContext.d.ts +11 -0
  349. package/es/components/form-render/src/hooks/useFormContext.js +1 -0
  350. package/es/components/form-render/src/hooks/useFormContext2.js +66 -0
  351. package/es/{packages → components}/form-render/src/hooks/useFormField.d.ts +0 -0
  352. package/es/components/form-render/src/hooks/useFormField.js +1 -0
  353. package/es/{packages/form-render/src/hooks/useFormField.js → components/form-render/src/hooks/useFormField2.js} +0 -0
  354. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +11 -0
  355. package/es/components/form-render/src/hooks/useFormItemDeps.js +1 -0
  356. package/es/components/form-render/src/hooks/useFormItemDeps2.js +34 -0
  357. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +13 -0
  358. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -0
  359. package/es/{packages/form-render/src/hooks/useFormRenderLifeCycle.js → components/form-render/src/hooks/useFormRenderLifeCycle2.js} +0 -0
  360. package/es/components/form-render/src/hooks/useFormRequest.d.ts +7 -0
  361. package/es/components/form-render/src/hooks/useFormRequest.js +1 -0
  362. package/es/{packages/form-render/src/hooks/useFormRequest.js → components/form-render/src/hooks/useFormRequest2.js} +0 -0
  363. package/es/components/form-render/src/hooks/useFormValidator.d.ts +5 -0
  364. package/es/components/form-render/src/hooks/useFormValidator.js +1 -0
  365. package/es/components/form-render/src/hooks/useFormValidator2.js +67 -0
  366. package/es/{packages → components}/form-render/src/hooks/usePresetScope.d.ts +0 -0
  367. package/es/components/form-render/src/hooks/usePresetScope.js +1 -0
  368. package/es/components/form-render/src/hooks/usePresetScope2.js +25 -0
  369. package/es/components/form-render/src/types/fieldItem.d.ts +219 -0
  370. package/es/{packages → components}/form-render/src/types/fieldItem.js +0 -0
  371. package/es/components/form-render/src/types/index.d.ts +79 -0
  372. package/es/{packages → components}/form-render/src/types/index.js +0 -0
  373. package/es/components/form-render/src/utils/business.d.ts +12 -0
  374. package/es/components/form-render/src/utils/business.js +1 -0
  375. package/es/components/form-render/src/utils/business2.js +78 -0
  376. package/es/components/form-render/src/utils/dom.d.ts +6 -0
  377. package/es/components/form-render/src/utils/dom.js +1 -0
  378. package/es/components/form-render/src/utils/dom2.js +14 -0
  379. package/es/components/form-render/src/utils/index.d.ts +16 -0
  380. package/es/components/form-render/src/utils/index.js +92 -0
  381. package/es/components/form-render/src/utils/schema.d.ts +78 -0
  382. package/es/components/form-render/src/utils/schema.js +1 -0
  383. package/es/components/form-render/src/utils/schema2.js +93 -0
  384. package/es/components/form-render/style/index.css +1 -0
  385. package/es/components/form-table/index.d.ts +4019 -0
  386. package/es/components/form-table/index.js +1 -0
  387. package/es/components/form-table/index2.js +10 -0
  388. package/es/components/form-table/src/FormTable.js +474 -0
  389. package/es/components/form-table/src/FormTable.vue.d.ts +4019 -0
  390. package/es/components/form-table/src/components/index.d.ts +3778 -0
  391. package/es/components/form-table/src/components/index.js +1 -0
  392. package/es/components/form-table/src/components/index2.js +40 -0
  393. package/es/components/form-table/src/components/table-age.js +235 -0
  394. package/es/components/form-table/src/components/table-age.vue.d.ts +318 -0
  395. package/es/components/form-table/src/components/table-date-picker.js +179 -0
  396. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +250 -0
  397. package/es/components/form-table/src/components/table-digital.js +141 -0
  398. package/es/components/form-table/src/components/table-digital.vue.d.ts +261 -0
  399. package/es/components/form-table/src/components/table-input-password.js +141 -0
  400. package/es/components/form-table/src/components/table-input-password.vue.d.ts +304 -0
  401. package/es/components/form-table/src/components/table-input.js +127 -0
  402. package/es/components/form-table/src/components/table-input.vue.d.ts +261 -0
  403. package/es/components/form-table/src/components/table-month-picker.js +104 -0
  404. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +193 -0
  405. package/es/{packages → components}/form-table/src/components/table-search-more.js +0 -0
  406. package/es/components/form-table/src/components/table-search-more.vue.d.ts +392 -0
  407. package/es/components/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +276 -0
  408. package/es/{packages → components}/form-table/src/components/table-search.js +0 -0
  409. package/es/components/form-table/src/components/table-search.vue.d.ts +386 -0
  410. package/es/components/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +276 -0
  411. package/es/components/form-table/src/components/table-select-multiple.js +164 -0
  412. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +235 -0
  413. package/es/components/form-table/src/components/table-select.js +159 -0
  414. package/es/components/form-table/src/components/table-select.vue.d.ts +234 -0
  415. package/es/components/form-table/src/components/table-textarea.js +157 -0
  416. package/es/components/form-table/src/components/table-textarea.vue.d.ts +320 -0
  417. package/es/components/form-table/src/components/table-time-picker.js +150 -0
  418. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +246 -0
  419. package/es/components/form-table/src/components/table-tree-select.js +285 -0
  420. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +349 -0
  421. package/es/{packages → components}/form-table/src/components/text-over-tooltip.js +0 -0
  422. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +70 -0
  423. package/es/components/form-table/src/configs/index.d.ts +35 -0
  424. package/es/components/form-table/src/configs/index.js +1 -0
  425. package/es/{packages/form-table/src/configs/index.js → components/form-table/src/configs/index2.js} +0 -0
  426. package/es/{packages → components}/form-table/src/hooks/index.d.ts +0 -0
  427. package/es/components/form-table/src/hooks/index.js +5 -0
  428. package/es/components/form-table/src/hooks/useBoundDate.d.ts +21 -0
  429. package/es/components/form-table/src/hooks/useBoundDate.js +1 -0
  430. package/es/{packages/form-table/src/hooks/useBoundDate.js → components/form-table/src/hooks/useBoundDate2.js} +0 -0
  431. package/es/components/form-table/src/hooks/useDateType.d.ts +17 -0
  432. package/es/components/form-table/src/hooks/useDateType.js +1 -0
  433. package/es/components/form-table/src/hooks/useDateType2.js +160 -0
  434. package/es/components/form-table/src/hooks/useFormCommon.d.ts +14 -0
  435. package/es/components/form-table/src/hooks/useFormCommon.js +1 -0
  436. package/es/components/form-table/src/hooks/useFormCommon2.js +101 -0
  437. package/es/components/form-table/src/hooks/useFormEvent.d.ts +9 -0
  438. package/es/components/form-table/src/hooks/useFormEvent.js +1 -0
  439. package/es/components/form-table/src/hooks/useFormEvent2.js +68 -0
  440. package/es/components/form-table/src/hooks/useItemDefault.d.ts +53 -0
  441. package/es/components/form-table/src/hooks/useItemDefault.js +1 -0
  442. package/es/components/form-table/src/hooks/useItemDefault2.js +218 -0
  443. package/es/{packages → components}/form-table/src/hooks/useNuiThemeOverrides.d.ts +0 -0
  444. package/es/components/form-table/src/hooks/useNuiThemeOverrides.js +1 -0
  445. package/es/{packages/form-table/src/hooks/useNuiThemeOverrides.js → components/form-table/src/hooks/useNuiThemeOverrides2.js} +0 -0
  446. package/es/components/form-table/src/hooks/useSearch.d.ts +165 -0
  447. package/es/components/form-table/src/hooks/useSearch.js +1 -0
  448. package/es/components/form-table/src/hooks/useSearch2.js +1154 -0
  449. package/es/components/form-table/src/hooks/useValidate.d.ts +24 -0
  450. package/es/components/form-table/src/hooks/useValidate.js +1 -0
  451. package/es/{packages/form-table/src/hooks/useValidate.js → components/form-table/src/hooks/useValidate2.js} +0 -0
  452. package/es/components/form-table/src/types/index.d.ts +11 -0
  453. package/es/{packages → components}/form-table/src/types/index.js +0 -0
  454. package/es/components/form-table/style/index.css +1 -0
  455. package/es/components/grid/index.d.ts +3 -0
  456. package/es/components/grid/index.js +1 -0
  457. package/es/components/grid/index2.js +13 -0
  458. package/es/{packages → components}/grid/src/Grid.d.ts +0 -0
  459. package/es/components/grid/src/Grid.js +28 -0
  460. package/es/{packages → components}/grid/src/hooks.d.ts +0 -0
  461. package/es/components/grid/src/hooks.js +1 -0
  462. package/es/{packages/grid/src/hooks.js → components/grid/src/hooks2.js} +0 -0
  463. package/es/components/grid/style/index.css +1 -0
  464. package/es/components/index.css +1 -0
  465. package/es/{packages → components}/index.d.ts +0 -0
  466. package/es/components/index.js +39 -0
  467. package/es/components/index2.js +79 -0
  468. package/es/components/info-header/index.d.ts +336 -0
  469. package/es/components/info-header/index.js +1 -0
  470. package/es/components/info-header/index2.js +10 -0
  471. package/es/{packages → components}/info-header/src/HiddenContent.js +0 -0
  472. package/es/components/info-header/src/HiddenContent.vue.d.ts +88 -0
  473. package/es/{packages → components}/info-header/src/InfoEllipsis.js +0 -0
  474. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +33 -0
  475. package/es/components/info-header/src/InfoHeader.js +230 -0
  476. package/es/components/info-header/src/InfoHeader.vue.d.ts +337 -0
  477. package/es/{packages → components}/info-header/style/iconfont.ttf +0 -0
  478. package/es/components/info-header/style/index.css +1 -0
  479. package/es/components/map/index.d.ts +75 -0
  480. package/es/components/map/index.js +1 -0
  481. package/es/components/map/index2.js +10 -0
  482. package/es/{packages → components}/map/src/Map.js +0 -0
  483. package/es/components/map/src/Map.vue.d.ts +75 -0
  484. package/es/components/map/style/index.css +1 -0
  485. package/es/components/scale-view/index.d.ts +1404 -0
  486. package/es/components/scale-view/index.js +1 -0
  487. package/es/components/scale-view/index2.js +35 -0
  488. package/es/components/scale-view/src/ScaleView.js +419 -0
  489. package/es/components/scale-view/src/ScaleView.vue.d.ts +1226 -0
  490. package/es/components/scale-view/src/components/AnswerParse.js +80 -0
  491. package/es/{packages → components}/scale-view/src/components/AnswerParse.vue.d.ts +0 -0
  492. package/es/components/scale-view/src/components/EvaluateCountdown.js +109 -0
  493. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +154 -0
  494. package/es/components/scale-view/src/components/EvaluatePage.js +141 -0
  495. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +110 -0
  496. package/es/{packages → components}/scale-view/src/components/LoadingCom.js +0 -0
  497. package/es/components/scale-view/src/components/NoData.js +74 -0
  498. package/es/{packages → components}/scale-view/src/components/NoData.vue.d.ts +0 -0
  499. package/es/{packages → components}/scale-view/src/components/ScaleScore.d.ts +0 -0
  500. package/es/{packages → components}/scale-view/src/components/ScaleScore.js +0 -0
  501. package/es/{packages → components}/scale-view/src/components/composables/choose-common.d.ts +0 -0
  502. package/es/components/scale-view/src/components/composables/choose-common.js +1 -0
  503. package/es/{packages/scale-view/src/components/composables/choose-common.js → components/scale-view/src/components/composables/choose-common2.js} +0 -0
  504. package/es/{packages → components}/scale-view/src/components/formitem/address.d.ts +0 -0
  505. package/es/components/scale-view/src/components/formitem/address.js +1 -0
  506. package/es/{packages/scale-view/src/components/formitem/address.js → components/scale-view/src/components/formitem/address2.js} +0 -0
  507. package/es/components/scale-view/src/components/formitem/r-address.d.ts +34 -0
  508. package/es/components/scale-view/src/components/formitem/r-address.js +226 -0
  509. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
  510. package/es/{packages → components}/scale-view/src/components/formitem/r-cascader.js +0 -0
  511. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +43 -0
  512. package/es/components/scale-view/src/components/formitem/r-checkbox.js +281 -0
  513. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +32 -0
  514. package/es/{packages → components}/scale-view/src/components/formitem/r-collection.js +0 -0
  515. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
  516. package/es/components/scale-view/src/components/formitem/r-datetime.js +212 -0
  517. package/es/components/scale-view/src/components/formitem/r-input.d.ts +34 -0
  518. package/es/{packages → components}/scale-view/src/components/formitem/r-input.js +0 -0
  519. package/es/components/scale-view/src/components/formitem/r-map.d.ts +52 -0
  520. package/es/components/scale-view/src/components/formitem/r-map.js +106 -0
  521. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +43 -0
  522. package/es/components/scale-view/src/components/formitem/r-radio.js +240 -0
  523. package/es/components/scale-view/src/components/formitem/r-select.d.ts +61 -0
  524. package/es/{packages → components}/scale-view/src/components/formitem/r-select.js +0 -0
  525. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +52 -0
  526. package/es/{packages → components}/scale-view/src/components/formitem/r-upload.js +0 -0
  527. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +87 -0
  528. package/es/{packages → components}/scale-view/src/hooks/scaleview-computed.d.ts +0 -0
  529. package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -0
  530. package/es/components/scale-view/src/hooks/scaleview-computed2.js +309 -0
  531. package/es/{packages → components}/scale-view/src/hooks/scaleview-init.d.ts +0 -0
  532. package/es/components/scale-view/src/hooks/scaleview-init.js +1 -0
  533. package/es/components/scale-view/src/hooks/scaleview-init2.js +437 -0
  534. package/es/{packages → components}/scale-view/src/hooks/scaleview-props.d.ts +0 -0
  535. package/es/components/scale-view/src/hooks/scaleview-props.js +1 -0
  536. package/es/{packages/scale-view/src/hooks/scaleview-props.js → components/scale-view/src/hooks/scaleview-props2.js} +0 -0
  537. package/es/{packages → components}/scale-view/src/hooks/scaleview-state.d.ts +0 -0
  538. package/es/components/scale-view/src/hooks/scaleview-state.js +1 -0
  539. package/es/{packages/scale-view/src/hooks/scaleview-state.js → components/scale-view/src/hooks/scaleview-state2.js} +0 -0
  540. package/es/{packages → components}/scale-view/src/hooks/scaleview-submit.d.ts +0 -0
  541. package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -0
  542. package/es/components/scale-view/src/hooks/scaleview-submit2.js +154 -0
  543. package/es/{packages → components}/scale-view/src/hooks/scaleview-validate.d.ts +0 -0
  544. package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -0
  545. package/es/components/scale-view/src/hooks/scaleview-validate2.js +187 -0
  546. package/es/components/scale-view/src/hooks/use-component.d.ts +1852 -0
  547. package/es/components/scale-view/src/hooks/use-component.js +1 -0
  548. package/es/components/scale-view/src/hooks/use-component2.js +82 -0
  549. package/es/{packages → components}/scale-view/src/hooks/use-evaluate.d.ts +0 -0
  550. package/es/components/scale-view/src/hooks/use-evaluate.js +1 -0
  551. package/es/components/scale-view/src/hooks/use-evaluate2.js +150 -0
  552. package/es/{packages → components}/scale-view/src/hooks/use-event.d.ts +0 -0
  553. package/es/components/scale-view/src/hooks/use-event.js +1 -0
  554. package/es/components/scale-view/src/hooks/use-event2.js +129 -0
  555. package/es/{packages → components}/scale-view/src/hooks/use-noData.d.ts +0 -0
  556. package/es/components/scale-view/src/hooks/use-noData.js +1 -0
  557. package/es/{packages/scale-view/src/hooks/use-noData.js → components/scale-view/src/hooks/use-noData2.js} +0 -0
  558. package/es/{packages → components}/scale-view/src/utils/judge-types.d.ts +0 -0
  559. package/es/components/scale-view/src/utils/judge-types.js +1 -0
  560. package/es/{packages/scale-view/src/utils/judge-types.js → components/scale-view/src/utils/judge-types2.js} +0 -0
  561. package/es/components/scale-view/style/index.css +1 -0
  562. package/es/components/select-label/index.d.ts +987 -0
  563. package/es/components/select-label/index.js +1 -0
  564. package/es/components/select-label/index2.js +15 -0
  565. package/es/components/select-label/src/LabelFormContent.js +443 -0
  566. package/es/components/select-label/src/LabelFormContent.vue.d.ts +367 -0
  567. package/es/{packages → components}/select-label/src/SelectLabel.js +0 -0
  568. package/es/components/select-label/src/SelectLabel.vue.d.ts +621 -0
  569. package/es/components/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +440 -0
  570. package/es/{packages → components}/select-label/src/components/label-classify.js +0 -0
  571. package/es/components/select-label/src/components/label-classify.vue.d.ts +122 -0
  572. package/es/components/select-label/style/index.css +1 -0
  573. package/es/components/select-person/index.d.ts +441 -0
  574. package/es/components/select-person/index.js +1 -0
  575. package/es/components/select-person/index2.js +10 -0
  576. package/es/{packages → components}/select-person/src/SearchTree.js +0 -0
  577. package/es/components/select-person/src/SearchTree.vue.d.ts +147 -0
  578. package/es/{packages → components}/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.js +0 -0
  579. package/es/{packages → components}/select-person/src/SelectPerson.js +0 -0
  580. package/es/components/select-person/src/SelectPerson.vue.d.ts +440 -0
  581. package/es/components/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +937 -0
  582. package/es/{packages → components}/select-person/src/utils/index.d.ts +0 -0
  583. package/es/components/select-person/src/utils/index.js +1 -0
  584. package/es/{packages/select-person/src/utils/index.js → components/select-person/src/utils/index2.js} +0 -0
  585. package/es/components/select-person/style/index.css +1 -0
  586. package/es/components/shortcut-provider/index.d.ts +23 -0
  587. package/es/components/shortcut-provider/index.js +3 -0
  588. package/es/components/shortcut-provider/index2.js +13 -0
  589. package/es/components/shortcut-provider/src/ShortcutProvider.js +35 -0
  590. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +21 -0
  591. package/es/components/shortcut-provider/src/constants/index.d.ts +7 -0
  592. package/es/components/shortcut-provider/src/constants/index.js +1 -0
  593. package/es/{packages/shortcut-provider/src/constants/index.js → components/shortcut-provider/src/constants/index2.js} +0 -0
  594. package/es/{packages → components}/shortcut-provider/src/hooks/index.d.ts +0 -0
  595. package/es/components/shortcut-provider/src/hooks/index.js +2 -0
  596. package/es/{packages → components}/shortcut-provider/src/hooks/useShortcutSignature.d.ts +0 -0
  597. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -0
  598. package/es/components/shortcut-provider/src/hooks/useShortcutSignature2.js +12 -0
  599. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +33 -0
  600. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -0
  601. package/es/components/shortcut-provider/src/hooks/useShortcuts2.js +181 -0
  602. package/es/components/shortcut-provider/src/types/index.d.ts +43 -0
  603. package/es/{packages → components}/shortcut-provider/src/types/index.js +0 -0
  604. package/es/components/shortcut-provider/src/utils/index.d.ts +10 -0
  605. package/es/components/shortcut-provider/src/utils/index.js +1 -0
  606. package/es/{packages/shortcut-provider/src/utils/index.js → components/shortcut-provider/src/utils/index2.js} +0 -0
  607. package/es/components/shortcut-provider/style/index.css +1 -0
  608. package/es/components/shortcut-setter/index.d.ts +2324 -0
  609. package/es/components/shortcut-setter/index.js +1 -0
  610. package/es/components/shortcut-setter/index2.js +10 -0
  611. package/es/components/shortcut-setter/src/ShortcutSetter.js +98 -0
  612. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2326 -0
  613. package/es/components/shortcut-setter/src/ShortcutSetterItem.js +73 -0
  614. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +99 -0
  615. package/es/components/shortcut-setter/src/types/index.d.ts +6 -0
  616. package/es/{packages → components}/shortcut-setter/src/types/index.js +0 -0
  617. package/es/components/shortcut-setter/style/index.css +1 -0
  618. package/es/components/steps-wheel/index.d.ts +84 -0
  619. package/es/components/steps-wheel/index.js +1 -0
  620. package/es/components/steps-wheel/index2.js +10 -0
  621. package/es/{packages → components}/steps-wheel/src/StepsWheel.js +0 -0
  622. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +83 -0
  623. package/es/components/steps-wheel/style/index.css +1 -0
  624. package/es/components/time-line/index.d.ts +81 -0
  625. package/es/components/time-line/index.js +1 -0
  626. package/es/components/time-line/index2.js +10 -0
  627. package/es/{packages → components}/time-line/src/TimeLine.js +0 -0
  628. package/es/components/time-line/src/TimeLine.vue.d.ts +84 -0
  629. package/es/components/time-line/style/index.css +1 -0
  630. package/{env.d.ts → es/env.d.ts} +0 -0
  631. package/es/{src → shared}/assets/iconfont/iconfont.ttf +0 -0
  632. package/es/{src → shared}/assets/img/failure.d.ts +0 -0
  633. package/es/shared/assets/img/failure.js +3 -0
  634. package/es/{src → shared}/assets/img/icon-asc.d.ts +0 -0
  635. package/es/{src → shared}/assets/img/icon-asc.js +0 -0
  636. package/es/{src → shared}/assets/img/icon-desc.d.ts +0 -0
  637. package/es/{src → shared}/assets/img/icon-desc.js +0 -0
  638. package/es/{src → shared}/assets/img/no-permission.d.ts +0 -0
  639. package/es/shared/assets/img/no-permission.js +3 -0
  640. package/es/{src → shared}/assets/img/nodata.d.ts +0 -0
  641. package/es/shared/assets/img/nodata.js +3 -0
  642. package/es/{src → shared}/assets/img/notfound.d.ts +0 -0
  643. package/es/shared/assets/img/notfound.js +3 -0
  644. package/es/{src → shared}/assets/img/qr.d.ts +0 -0
  645. package/es/shared/assets/img/qr.js +3 -0
  646. package/es/{src → shared}/assets/img/success.d.ts +0 -0
  647. package/es/shared/assets/img/success.js +3 -0
  648. package/es/{src → shared}/assets/img/video.d.ts +0 -0
  649. package/es/shared/assets/img/video.js +3 -0
  650. package/es/{src → shared}/assets/img/video_default_cover.d.ts +0 -0
  651. package/es/shared/assets/img/video_default_cover.js +3 -0
  652. package/es/{src → shared}/assets/img/video_hover.d.ts +0 -0
  653. package/es/{src → shared}/assets/img/video_hover.js +0 -0
  654. package/es/{src → shared}/assets/img/video_play_hover.d.ts +0 -0
  655. package/es/{src → shared}/assets/img/video_play_hover.js +0 -0
  656. package/es/{src → shared}/assets/img/xb_big.d.ts +0 -0
  657. package/es/shared/assets/img/xb_big.js +3 -0
  658. package/es/{src → shared}/assets/img/xb_small.d.ts +0 -0
  659. package/es/shared/assets/img/xb_small.js +3 -0
  660. package/es/{src → shared}/components/SelectPage/SelectPage.js +0 -0
  661. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +53 -0
  662. package/es/{src → shared}/components/SelectPage/index.d.ts +0 -0
  663. package/es/shared/components/SelectPage/index.js +1 -0
  664. package/es/{src/components/SelectPage/index.js → shared/components/SelectPage/index2.js} +0 -0
  665. package/es/shared/components/SlotRender/SlotRender.d.ts +20 -0
  666. package/es/{src → shared}/components/SlotRender/SlotRender.js +0 -0
  667. package/es/{src → shared}/components/SlotRender/index.d.ts +0 -0
  668. package/es/shared/components/SlotRender/index.js +1 -0
  669. package/es/{src/components/SlotRender/index.js → shared/components/SlotRender/index2.js} +0 -0
  670. package/es/{src → shared}/components/SvgIcon/SvgIcon.js +0 -0
  671. package/es/{src → shared}/components/SvgIcon/SvgIcon.vue.d.ts +0 -0
  672. package/es/{src → shared}/components/SvgIcon/index.d.ts +0 -0
  673. package/es/shared/components/SvgIcon/index.js +1 -0
  674. package/es/{src/components/SvgIcon/index.js → shared/components/SvgIcon/index2.js} +0 -0
  675. package/es/shared/components/TextOverTooltip/TextOverTooltip.js +77 -0
  676. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +87 -0
  677. package/es/{src → shared}/components/TextOverTooltip/index.d.ts +0 -0
  678. package/es/shared/components/TextOverTooltip/index.js +1 -0
  679. package/es/{src/components/TextOverTooltip/index.js → shared/components/TextOverTooltip/index2.js} +0 -0
  680. package/es/{src → shared}/components/player-vod/index.vue.d.ts +0 -0
  681. package/es/{src → shared}/components/player-vod/player.d.ts +0 -0
  682. package/es/{src → shared}/components/player-vod/player.js +0 -0
  683. package/es/{src → shared}/components/player-vod/video-list.d.ts +0 -0
  684. package/es/{src → shared}/components/player-vod/video-modal.d.ts +0 -0
  685. package/es/{src → shared}/components/player-vod/video-modal.js +0 -0
  686. package/es/{src → shared}/core/create.d.ts +0 -0
  687. package/es/{src → shared}/global/variable.d.ts +0 -0
  688. package/es/shared/global/variable.js +1 -0
  689. package/es/{src/global/variable.js → shared/global/variable2.js} +0 -0
  690. package/es/shared/index.d.ts +0 -0
  691. package/es/{src/types → shared}/index.js +0 -0
  692. package/es/{src → shared}/types/index.d.ts +0 -0
  693. package/es/shared/types/index.js +1 -0
  694. package/es/{src → shared}/utils/anime.d.ts +0 -0
  695. package/es/shared/utils/anime.js +1 -0
  696. package/es/{src/utils/anime.js → shared/utils/anime2.js} +0 -0
  697. package/es/{src → shared}/utils/clickoutside.d.ts +0 -0
  698. package/es/shared/utils/clickoutside.js +1 -0
  699. package/es/{src/utils/clickoutside.js → shared/utils/clickoutside2.js} +0 -0
  700. package/es/{src → shared}/utils/colorLog.d.ts +0 -0
  701. package/es/shared/utils/colorLog.js +1 -0
  702. package/es/{src/utils/colorLog.js → shared/utils/colorLog2.js} +0 -0
  703. package/es/{src → shared}/utils/crypto.d.ts +0 -0
  704. package/es/{src → shared}/utils/index.d.ts +0 -0
  705. package/es/shared/utils/index.js +1 -0
  706. package/es/{src/utils/index.js → shared/utils/index2.js} +0 -0
  707. package/es/{src → shared}/utils/loadViewer.d.ts +0 -0
  708. package/es/shared/utils/loadViewer.js +1 -0
  709. package/es/shared/utils/loadViewer2.js +11 -0
  710. package/es/{src → shared}/utils/loadVxe.d.ts +0 -0
  711. package/es/shared/utils/loadVxe.js +1 -0
  712. package/es/shared/utils/loadVxe2.js +12 -0
  713. package/es/{src → shared}/utils/state.d.ts +0 -0
  714. package/es/shared/utils/state.js +1 -0
  715. package/es/{src/utils/state.js → shared/utils/state2.js} +0 -0
  716. package/es/{src → shared}/utils/tapable/AsyncParallelBailHook.d.ts +0 -0
  717. package/es/shared/utils/tapable/AsyncParallelBailHook.js +63 -0
  718. package/es/{src → shared}/utils/tapable/AsyncParallelHook.d.ts +0 -0
  719. package/es/shared/utils/tapable/AsyncParallelHook.js +12 -0
  720. package/es/{src → shared}/utils/tapable/AsyncSeriesBailHook.d.ts +0 -0
  721. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +18 -0
  722. package/es/{src → shared}/utils/tapable/AsyncSeriesHook.d.ts +0 -0
  723. package/es/shared/utils/tapable/AsyncSeriesHook.js +12 -0
  724. package/es/{src → shared}/utils/tapable/AsyncSeriesLoopHook.d.ts +0 -0
  725. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +12 -0
  726. package/es/{src → shared}/utils/tapable/AsyncSeriesWaterfallHook.d.ts +0 -0
  727. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +23 -0
  728. package/es/{src → shared}/utils/tapable/Hook.d.ts +0 -0
  729. package/es/{src → shared}/utils/tapable/Hook.js +0 -0
  730. package/es/{src → shared}/utils/tapable/HookCodeFactory.d.ts +0 -0
  731. package/es/{src → shared}/utils/tapable/HookCodeFactory.js +0 -0
  732. package/es/{src → shared}/utils/tapable/HookMap.d.ts +0 -0
  733. package/es/{src → shared}/utils/tapable/MultiHook.d.ts +0 -0
  734. package/es/{src → shared}/utils/tapable/SyncBailHook.d.ts +0 -0
  735. package/es/shared/utils/tapable/SyncBailHook.js +19 -0
  736. package/es/{src → shared}/utils/tapable/SyncHook.d.ts +0 -0
  737. package/es/shared/utils/tapable/SyncHook.js +13 -0
  738. package/es/{src → shared}/utils/tapable/SyncLoopHook.d.ts +0 -0
  739. package/es/shared/utils/tapable/SyncLoopHook.js +13 -0
  740. package/es/{src → shared}/utils/tapable/SyncWaterfallHook.d.ts +0 -0
  741. package/es/{src → shared}/utils/tapable/SyncWaterfallHook.js +0 -0
  742. package/es/shared/utils/utilExpand.d.ts +1 -0
  743. package/es/shared/utils/utilExpand.js +715 -0
  744. package/es/{src → shared}/utils/vexutils.d.ts +0 -0
  745. package/es/shared/utils/vexutils.js +59 -0
  746. package/package.json +14 -111
  747. package/README.md +0 -23
  748. package/es/packages/annotation-edit/index.d.ts +0 -17
  749. package/es/packages/annotation-edit/index.js +0 -10
  750. package/es/packages/annotation-edit/style/index.css +0 -15
  751. package/es/packages/big-table/index.d.ts +0 -4554
  752. package/es/packages/big-table/index.js +0 -17
  753. package/es/packages/big-table/src/BigTable.vue.d.ts +0 -4556
  754. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +0 -2429
  755. package/es/packages/big-table/src/bigTableProps.d.ts +0 -207
  756. package/es/packages/big-table/src/components/NoData.js +0 -74
  757. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +0 -34
  758. package/es/packages/big-table/src/components/edit-form/edit-date.js +0 -142
  759. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +0 -43
  760. package/es/packages/big-table/src/components/edit-form/edit-input.js +0 -73
  761. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +0 -35
  762. package/es/packages/big-table/src/components/edit-form/edit-select-table.js +0 -148
  763. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +0 -35
  764. package/es/packages/big-table/src/components/edit-form/edit-select.js +0 -101
  765. package/es/packages/big-table/src/components/edit-form/edit-separate.js +0 -100
  766. package/es/packages/big-table/src/components/edit-form/edit-separate.vue.d.ts +0 -1278
  767. package/es/packages/big-table/src/components/edit-form/edit-time.d.ts +0 -43
  768. package/es/packages/big-table/src/components/edit-form/edit-time.js +0 -62
  769. package/es/packages/big-table/src/components/input-button.vue.d.ts +0 -2252
  770. package/es/packages/big-table/src/components/separate.js +0 -30
  771. package/es/packages/big-table/src/components/separate.vue.d.ts +0 -42
  772. package/es/packages/big-table/src/constants/index.d.ts +0 -3
  773. package/es/packages/big-table/src/hooks/export.js +0 -1
  774. package/es/packages/big-table/src/hooks/index.js +0 -9
  775. package/es/packages/big-table/src/hooks/useAnnotation.d.ts +0 -4
  776. package/es/packages/big-table/src/hooks/useAnnotation.js +0 -21
  777. package/es/packages/big-table/src/hooks/useColumnConfigAdaptor.d.ts +0 -11
  778. package/es/packages/big-table/src/hooks/useEdit.d.ts +0 -1482
  779. package/es/packages/big-table/src/hooks/useEdit.js +0 -122
  780. package/es/packages/big-table/src/hooks/useEvent.js +0 -71
  781. package/es/packages/big-table/src/hooks/useFormat.js +0 -491
  782. package/es/packages/big-table/src/hooks/useNestTable.js +0 -85
  783. package/es/packages/big-table/src/hooks/useSeparateRow.d.ts +0 -30
  784. package/es/packages/big-table/src/hooks/useSeparateRow.js +0 -164
  785. package/es/packages/big-table/src/hooks/useTableParse.js +0 -135
  786. package/es/packages/big-table/src/utils.js +0 -629
  787. package/es/packages/big-table/style/index.css +0 -634
  788. package/es/packages/bpmn-workflow/index.d.ts +0 -74
  789. package/es/packages/bpmn-workflow/index.js +0 -10
  790. package/es/packages/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -5
  791. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.js +0 -373
  792. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.js +0 -131
  793. package/es/packages/bpmn-workflow/src/custom/customModeler/customBpmn/index.js +0 -18
  794. package/es/packages/bpmn-workflow/src/custom/customModeler/index.js +0 -12
  795. package/es/packages/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.js +0 -47
  796. package/es/packages/bpmn-workflow/src/custom/customRules/no-task.js +0 -1
  797. package/es/packages/bpmn-workflow/src/custom/customRules/no-task2.js +0 -16
  798. package/es/packages/bpmn-workflow/src/custom/customTranslate/customTranslate.js +0 -15
  799. package/es/packages/bpmn-workflow/src/custom/customTranslate/zh.js +0 -227
  800. package/es/packages/bpmn-workflow/style/index.css +0 -29
  801. package/es/packages/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  802. package/es/packages/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  803. package/es/packages/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  804. package/es/packages/button-print/index.d.ts +0 -7386
  805. package/es/packages/button-print/index.js +0 -11
  806. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7393
  807. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +0 -484
  808. package/es/packages/button-print/src/components/IdentityVerification.js +0 -128
  809. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +0 -4796
  810. package/es/packages/button-print/src/utils/index.js +0 -1
  811. package/es/packages/button-print/src/utils/print.d.ts +0 -41
  812. package/es/packages/button-print/src/utils/print.js +0 -325
  813. package/es/packages/button-print/style/index.css +0 -24
  814. package/es/packages/chunk-upload/index.d.ts +0 -1775
  815. package/es/packages/chunk-upload/index.js +0 -15
  816. package/es/packages/chunk-upload/src/chunk-upload-new.js +0 -475
  817. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1935
  818. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.js +0 -329
  819. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1774
  820. package/es/packages/chunk-upload/style/index.css +0 -365
  821. package/es/packages/drag-layout/index.d.ts +0 -20115
  822. package/es/packages/drag-layout/index.js +0 -12
  823. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -7990
  824. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +0 -3226
  825. package/es/packages/drag-layout/src/DragLayout.js +0 -659
  826. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +0 -20115
  827. package/es/packages/drag-layout/style/index.css +0 -175
  828. package/es/packages/editor/index.d.ts +0 -30
  829. package/es/packages/editor/index.js +0 -10
  830. package/es/packages/fabric-chart/index.d.ts +0 -204
  831. package/es/packages/fabric-chart/index.js +0 -10
  832. package/es/packages/fabric-chart/src/FabricChart.js +0 -332
  833. package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +0 -205
  834. package/es/packages/fabric-chart/src/components/PopupMenu.js +0 -105
  835. package/es/packages/fabric-chart/src/components/PopupTip.js +0 -34
  836. package/es/packages/fabric-chart/src/hooks/index.js +0 -9
  837. package/es/packages/fabric-chart/src/hooks/useBottom.js +0 -85
  838. package/es/packages/fabric-chart/src/hooks/useCenter.js +0 -539
  839. package/es/packages/fabric-chart/src/hooks/useDraw.d.ts +0 -42
  840. package/es/packages/fabric-chart/src/hooks/useDraw.js +0 -153
  841. package/es/packages/fabric-chart/src/hooks/useGrid.js +0 -50
  842. package/es/packages/fabric-chart/src/hooks/useLeft.js +0 -280
  843. package/es/packages/fabric-chart/src/hooks/useOther.js +0 -85
  844. package/es/packages/fabric-chart/src/hooks/useRight.js +0 -27
  845. package/es/packages/fabric-chart/src/hooks/useTop.js +0 -138
  846. package/es/packages/fabric-chart/src/interface.d.ts +0 -129
  847. package/es/packages/fabric-chart/src/utils/index.d.ts +0 -6823
  848. package/es/packages/fabric-chart/style/index.css +0 -43
  849. package/es/packages/field-set/index.d.ts +0 -7006
  850. package/es/packages/field-set/index.js +0 -10
  851. package/es/packages/field-set/src/FieldSet.js +0 -424
  852. package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -6982
  853. package/es/packages/field-set/style/index.css +0 -139
  854. package/es/packages/form-config/index.d.ts +0 -12108
  855. package/es/packages/form-config/index.js +0 -10
  856. package/es/packages/form-config/src/FormConfig.js +0 -118
  857. package/es/packages/form-config/src/FormConfig.vue.d.ts +0 -12110
  858. package/es/packages/form-config/src/components/FormConfigCreator.js +0 -101
  859. package/es/packages/form-config/src/components/FormConfigCreator.vue.d.ts +0 -5097
  860. package/es/packages/form-config/src/components/FormConfigDragDisplay.js +0 -42
  861. package/es/packages/form-config/src/components/FormConfigDragDisplay.vue.d.ts +0 -106
  862. package/es/packages/form-config/src/components/FormConfigEdit.js +0 -82
  863. package/es/packages/form-config/src/components/FormConfigEdit.vue.d.ts +0 -5367
  864. package/es/packages/form-config/src/components/renderer/CloseButton.js +0 -45
  865. package/es/packages/form-config/src/components/renderer/CloseButton.vue.d.ts +0 -1499
  866. package/es/packages/form-config/src/components/renderer/ComplexNode.js +0 -44
  867. package/es/packages/form-config/src/components/renderer/ComplexNode.vue.d.ts +0 -1641
  868. package/es/packages/form-config/src/components/renderer/DefaultNode.js +0 -59
  869. package/es/packages/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -3266
  870. package/es/packages/form-config/src/constants/index.d.ts +0 -64
  871. package/es/packages/form-config/src/hooks/index.js +0 -3
  872. package/es/packages/form-config/src/hooks/useConfigurationField.d.ts +0 -7
  873. package/es/packages/form-config/src/hooks/useConfigurationField.js +0 -52
  874. package/es/packages/form-config/src/hooks/usePresetRenderer.js +0 -35
  875. package/es/packages/form-config/src/types/index.d.ts +0 -37
  876. package/es/packages/form-config/src/utils/index.d.ts +0 -7
  877. package/es/packages/form-config/style/index.css +0 -158
  878. package/es/packages/form-render/index.d.ts +0 -1748
  879. package/es/packages/form-render/index.js +0 -23
  880. package/es/packages/form-render/src/FormRender.js +0 -208
  881. package/es/packages/form-render/src/FormRender.vue.d.ts +0 -1748
  882. package/es/packages/form-render/src/components/renderer/cascader.d.ts +0 -42
  883. package/es/packages/form-render/src/components/renderer/cascader.js +0 -176
  884. package/es/packages/form-render/src/components/renderer/checkbox.d.ts +0 -26
  885. package/es/packages/form-render/src/components/renderer/checkbox.js +0 -41
  886. package/es/packages/form-render/src/components/renderer/combination.d.ts +0 -44
  887. package/es/packages/form-render/src/components/renderer/combination.js +0 -92
  888. package/es/packages/form-render/src/components/renderer/complex.js +0 -36
  889. package/es/packages/form-render/src/components/renderer/date.js +0 -114
  890. package/es/packages/form-render/src/components/renderer/formItem.js +0 -80
  891. package/es/packages/form-render/src/components/renderer/index.js +0 -18
  892. package/es/packages/form-render/src/components/renderer/input.d.ts +0 -15
  893. package/es/packages/form-render/src/components/renderer/input.js +0 -30
  894. package/es/packages/form-render/src/components/renderer/inputNumber.d.ts +0 -31
  895. package/es/packages/form-render/src/components/renderer/inputNumber.js +0 -53
  896. package/es/packages/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +0 -5
  897. package/es/packages/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +0 -32
  898. package/es/packages/form-render/src/components/renderer/jsonCombination/index.d.ts +0 -44
  899. package/es/packages/form-render/src/components/renderer/jsonCombination/index.js +0 -173
  900. package/es/packages/form-render/src/components/renderer/linebar.d.ts +0 -40
  901. package/es/packages/form-render/src/components/renderer/linebar.js +0 -72
  902. package/es/packages/form-render/src/components/renderer/radio.d.ts +0 -34
  903. package/es/packages/form-render/src/components/renderer/radio.js +0 -66
  904. package/es/packages/form-render/src/components/renderer/select.d.ts +0 -47
  905. package/es/packages/form-render/src/components/renderer/select.js +0 -165
  906. package/es/packages/form-render/src/components/renderer/simpleComponent.d.ts +0 -17
  907. package/es/packages/form-render/src/components/renderer/simpleComponent.js +0 -53
  908. package/es/packages/form-render/src/components/renderer/slider.js +0 -38
  909. package/es/packages/form-render/src/components/renderer/switch.js +0 -47
  910. package/es/packages/form-render/src/components/renderer/textarea.d.ts +0 -848
  911. package/es/packages/form-render/src/components/renderer/textarea.js +0 -11
  912. package/es/packages/form-render/src/constants/index.d.ts +0 -41
  913. package/es/packages/form-render/src/hooks/index.js +0 -13
  914. package/es/packages/form-render/src/hooks/useAnchor.d.ts +0 -16
  915. package/es/packages/form-render/src/hooks/useAnchor.js +0 -87
  916. package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +0 -45
  917. package/es/packages/form-render/src/hooks/useAsyncQueue.js +0 -142
  918. package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +0 -25
  919. package/es/packages/form-render/src/hooks/useBusinessBinding.js +0 -95
  920. package/es/packages/form-render/src/hooks/useChangeContext.d.ts +0 -13
  921. package/es/packages/form-render/src/hooks/useCommonInjection.d.ts +0 -6
  922. package/es/packages/form-render/src/hooks/useCommonInjection.js +0 -22
  923. package/es/packages/form-render/src/hooks/useCommonLog.js +0 -10
  924. package/es/packages/form-render/src/hooks/useFieldListAdaptor.d.ts +0 -64
  925. package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +0 -241
  926. package/es/packages/form-render/src/hooks/useFieldNormalize.d.ts +0 -5
  927. package/es/packages/form-render/src/hooks/useFieldNormalize.js +0 -58
  928. package/es/packages/form-render/src/hooks/useFormContext.d.ts +0 -11
  929. package/es/packages/form-render/src/hooks/useFormContext.js +0 -62
  930. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +0 -11
  931. package/es/packages/form-render/src/hooks/useFormItemDeps.js +0 -30
  932. package/es/packages/form-render/src/hooks/useFormRenderLifeCycle.d.ts +0 -13
  933. package/es/packages/form-render/src/hooks/useFormRequest.d.ts +0 -7
  934. package/es/packages/form-render/src/hooks/useFormValidator.d.ts +0 -5
  935. package/es/packages/form-render/src/hooks/useFormValidator.js +0 -67
  936. package/es/packages/form-render/src/hooks/usePresetScope.js +0 -21
  937. package/es/packages/form-render/src/types/fieldItem.d.ts +0 -219
  938. package/es/packages/form-render/src/types/index.d.ts +0 -79
  939. package/es/packages/form-render/src/utils/business.d.ts +0 -12
  940. package/es/packages/form-render/src/utils/business.js +0 -78
  941. package/es/packages/form-render/src/utils/dom.d.ts +0 -6
  942. package/es/packages/form-render/src/utils/dom.js +0 -14
  943. package/es/packages/form-render/src/utils/index.d.ts +0 -16
  944. package/es/packages/form-render/src/utils/index.js +0 -95
  945. package/es/packages/form-render/src/utils/schema.d.ts +0 -75
  946. package/es/packages/form-render/src/utils/schema.js +0 -86
  947. package/es/packages/form-render/style/index.css +0 -146
  948. package/es/packages/form-table/index.d.ts +0 -36024
  949. package/es/packages/form-table/index.js +0 -10
  950. package/es/packages/form-table/src/FormTable.js +0 -476
  951. package/es/packages/form-table/src/FormTable.vue.d.ts +0 -36024
  952. package/es/packages/form-table/src/components/index.d.ts +0 -35783
  953. package/es/packages/form-table/src/components/index.js +0 -40
  954. package/es/packages/form-table/src/components/table-age.js +0 -233
  955. package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4310
  956. package/es/packages/form-table/src/components/table-date-picker.js +0 -177
  957. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5315
  958. package/es/packages/form-table/src/components/table-digital.js +0 -139
  959. package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2921
  960. package/es/packages/form-table/src/components/table-input-password.js +0 -139
  961. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1629
  962. package/es/packages/form-table/src/components/table-input.js +0 -125
  963. package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1586
  964. package/es/packages/form-table/src/components/table-month-picker.js +0 -101
  965. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5258
  966. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1791
  967. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.js +0 -276
  968. package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3117
  969. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.js +0 -276
  970. package/es/packages/form-table/src/components/table-select-multiple.js +0 -162
  971. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
  972. package/es/packages/form-table/src/components/table-select.js +0 -157
  973. package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
  974. package/es/packages/form-table/src/components/table-textarea.js +0 -155
  975. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1645
  976. package/es/packages/form-table/src/components/table-time-picker.js +0 -147
  977. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
  978. package/es/packages/form-table/src/components/table-tree-select.js +0 -283
  979. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1897
  980. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -548
  981. package/es/packages/form-table/src/configs/index.d.ts +0 -35
  982. package/es/packages/form-table/src/hooks/index.js +0 -5
  983. package/es/packages/form-table/src/hooks/useBoundDate.d.ts +0 -21
  984. package/es/packages/form-table/src/hooks/useDateType.d.ts +0 -17
  985. package/es/packages/form-table/src/hooks/useDateType.js +0 -160
  986. package/es/packages/form-table/src/hooks/useFormCommon.d.ts +0 -14
  987. package/es/packages/form-table/src/hooks/useFormCommon.js +0 -100
  988. package/es/packages/form-table/src/hooks/useFormEvent.d.ts +0 -9
  989. package/es/packages/form-table/src/hooks/useFormEvent.js +0 -67
  990. package/es/packages/form-table/src/hooks/useItemDefault.d.ts +0 -53
  991. package/es/packages/form-table/src/hooks/useItemDefault.js +0 -218
  992. package/es/packages/form-table/src/hooks/useSearch.d.ts +0 -165
  993. package/es/packages/form-table/src/hooks/useSearch.js +0 -1153
  994. package/es/packages/form-table/src/hooks/useValidate.d.ts +0 -24
  995. package/es/packages/form-table/src/types/index.d.ts +0 -11
  996. package/es/packages/form-table/style/index.css +0 -214
  997. package/es/packages/grid/index.d.ts +0 -3
  998. package/es/packages/grid/index.js +0 -14
  999. package/es/packages/grid/src/Grid.js +0 -28
  1000. package/es/packages/grid/style/index.css +0 -10
  1001. package/es/packages/index.css +0 -3346
  1002. package/es/packages/index.js +0 -96
  1003. package/es/packages/info-header/index.d.ts +0 -2881
  1004. package/es/packages/info-header/index.js +0 -10
  1005. package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -888
  1006. package/es/packages/info-header/src/InfoEllipsis.vue.d.ts +0 -833
  1007. package/es/packages/info-header/src/InfoHeader.js +0 -230
  1008. package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -2882
  1009. package/es/packages/info-header/style/index.css +0 -121
  1010. package/es/packages/map/index.d.ts +0 -2321
  1011. package/es/packages/map/index.js +0 -10
  1012. package/es/packages/map/src/Map.vue.d.ts +0 -2321
  1013. package/es/packages/map/style/index.css +0 -61
  1014. package/es/packages/scale-view/index.d.ts +0 -4464
  1015. package/es/packages/scale-view/index.js +0 -36
  1016. package/es/packages/scale-view/src/ScaleView.js +0 -419
  1017. package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4287
  1018. package/es/packages/scale-view/src/components/AnswerParse.js +0 -80
  1019. package/es/packages/scale-view/src/components/EvaluateCountdown.js +0 -109
  1020. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -154
  1021. package/es/packages/scale-view/src/components/EvaluatePage.js +0 -141
  1022. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1509
  1023. package/es/packages/scale-view/src/components/NoData.js +0 -74
  1024. package/es/packages/scale-view/src/components/formitem/r-address.d.ts +0 -34
  1025. package/es/packages/scale-view/src/components/formitem/r-address.js +0 -225
  1026. package/es/packages/scale-view/src/components/formitem/r-cascader.d.ts +0 -43
  1027. package/es/packages/scale-view/src/components/formitem/r-checkbox.d.ts +0 -43
  1028. package/es/packages/scale-view/src/components/formitem/r-checkbox.js +0 -280
  1029. package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +0 -32
  1030. package/es/packages/scale-view/src/components/formitem/r-datetime.d.ts +0 -34
  1031. package/es/packages/scale-view/src/components/formitem/r-datetime.js +0 -212
  1032. package/es/packages/scale-view/src/components/formitem/r-input.d.ts +0 -34
  1033. package/es/packages/scale-view/src/components/formitem/r-map.d.ts +0 -52
  1034. package/es/packages/scale-view/src/components/formitem/r-map.js +0 -105
  1035. package/es/packages/scale-view/src/components/formitem/r-radio.d.ts +0 -43
  1036. package/es/packages/scale-view/src/components/formitem/r-radio.js +0 -240
  1037. package/es/packages/scale-view/src/components/formitem/r-select.d.ts +0 -61
  1038. package/es/packages/scale-view/src/components/formitem/r-upload.d.ts +0 -52
  1039. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.js +0 -79
  1040. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -565
  1041. package/es/packages/scale-view/src/hooks/scaleview-computed.js +0 -309
  1042. package/es/packages/scale-view/src/hooks/scaleview-init.js +0 -436
  1043. package/es/packages/scale-view/src/hooks/scaleview-submit.js +0 -154
  1044. package/es/packages/scale-view/src/hooks/scaleview-validate.js +0 -187
  1045. package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -10300
  1046. package/es/packages/scale-view/src/hooks/use-component.js +0 -82
  1047. package/es/packages/scale-view/src/hooks/use-evaluate.js +0 -150
  1048. package/es/packages/scale-view/src/hooks/use-event.js +0 -128
  1049. package/es/packages/scale-view/style/index.css +0 -738
  1050. package/es/packages/select-label/index.d.ts +0 -12185
  1051. package/es/packages/select-label/index.js +0 -15
  1052. package/es/packages/select-label/src/LabelFormContent.js +0 -442
  1053. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +0 -4592
  1054. package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7609
  1055. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.js +0 -439
  1056. package/es/packages/select-label/src/components/label-classify.vue.d.ts +0 -3584
  1057. package/es/packages/select-label/style/index.css +0 -164
  1058. package/es/packages/select-person/index.d.ts +0 -3508
  1059. package/es/packages/select-person/index.js +0 -10
  1060. package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
  1061. package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3509
  1062. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +0 -936
  1063. package/es/packages/select-person/style/index.css +0 -193
  1064. package/es/packages/shortcut-provider/index.d.ts +0 -23
  1065. package/es/packages/shortcut-provider/index.js +0 -12
  1066. package/es/packages/shortcut-provider/src/ShortcutProvider.js +0 -34
  1067. package/es/packages/shortcut-provider/src/ShortcutProvider.vue.d.ts +0 -21
  1068. package/es/packages/shortcut-provider/src/constants/index.d.ts +0 -7
  1069. package/es/packages/shortcut-provider/src/hooks/index.js +0 -2
  1070. package/es/packages/shortcut-provider/src/hooks/useShortcutSignature.js +0 -12
  1071. package/es/packages/shortcut-provider/src/hooks/useShortcuts.d.ts +0 -33
  1072. package/es/packages/shortcut-provider/src/hooks/useShortcuts.js +0 -181
  1073. package/es/packages/shortcut-provider/src/types/index.d.ts +0 -43
  1074. package/es/packages/shortcut-provider/src/utils/index.d.ts +0 -10
  1075. package/es/packages/shortcut-provider/style/index.css +0 -3
  1076. package/es/packages/shortcut-setter/index.d.ts +0 -3458
  1077. package/es/packages/shortcut-setter/index.js +0 -10
  1078. package/es/packages/shortcut-setter/src/ShortcutSetter.js +0 -97
  1079. package/es/packages/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -3460
  1080. package/es/packages/shortcut-setter/src/ShortcutSetterItem.js +0 -73
  1081. package/es/packages/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +0 -946
  1082. package/es/packages/shortcut-setter/src/types/index.d.ts +0 -6
  1083. package/es/packages/shortcut-setter/style/index.css +0 -8
  1084. package/es/packages/steps-wheel/index.d.ts +0 -562
  1085. package/es/packages/steps-wheel/index.js +0 -10
  1086. package/es/packages/steps-wheel/src/StepsWheel.vue.d.ts +0 -561
  1087. package/es/packages/steps-wheel/style/index.css +0 -161
  1088. package/es/packages/time-line/index.d.ts +0 -1746
  1089. package/es/packages/time-line/index.js +0 -10
  1090. package/es/packages/time-line/src/TimeLine.vue.d.ts +0 -1749
  1091. package/es/packages/time-line/style/index.css +0 -37
  1092. package/es/src/assets/img/failure.js +0 -1
  1093. package/es/src/assets/img/no-permission.js +0 -1
  1094. package/es/src/assets/img/nodata.js +0 -1
  1095. package/es/src/assets/img/notfound.js +0 -1
  1096. package/es/src/assets/img/qr.js +0 -1
  1097. package/es/src/assets/img/success.js +0 -1
  1098. package/es/src/assets/img/video.js +0 -1
  1099. package/es/src/assets/img/video_default_cover.js +0 -1
  1100. package/es/src/assets/img/xb_big.js +0 -1
  1101. package/es/src/assets/img/xb_small.js +0 -1
  1102. package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1452
  1103. package/es/src/components/SlotRender/SlotRender.d.ts +0 -20
  1104. package/es/src/components/TextOverTooltip/TextOverTooltip.js +0 -76
  1105. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -565
  1106. package/es/src/components/player-vod/index.js +0 -14
  1107. package/es/src/components/player-vod/video-list.js +0 -125
  1108. package/es/src/core/create.js +0 -8
  1109. package/es/src/utils/crypto.js +0 -25
  1110. package/es/src/utils/loadViewer.js +0 -11
  1111. package/es/src/utils/loadVxe.js +0 -12
  1112. package/es/src/utils/tapable/AsyncParallelBailHook.js +0 -78
  1113. package/es/src/utils/tapable/AsyncParallelHook.js +0 -27
  1114. package/es/src/utils/tapable/AsyncSeriesBailHook.js +0 -33
  1115. package/es/src/utils/tapable/AsyncSeriesHook.js +0 -27
  1116. package/es/src/utils/tapable/AsyncSeriesLoopHook.js +0 -27
  1117. package/es/src/utils/tapable/AsyncSeriesWaterfallHook.js +0 -40
  1118. package/es/src/utils/tapable/HookMap.js +0 -32
  1119. package/es/src/utils/tapable/MultiHook.js +0 -38
  1120. package/es/src/utils/tapable/SyncBailHook.js +0 -40
  1121. package/es/src/utils/tapable/SyncHook.js +0 -34
  1122. package/es/src/utils/tapable/SyncLoopHook.js +0 -34
  1123. package/es/src/utils/tapable/index.d.ts +0 -139
  1124. package/es/src/utils/tapable/index.js +0 -12
  1125. package/es/src/utils/utilExpand.d.ts +0 -1
  1126. package/es/src/utils/utilExpand.js +0 -714
  1127. package/es/src/utils/vexutils.js +0 -80
  1128. package/global.d.ts +0 -8
@@ -1,2881 +0,0 @@
1
- import { SFCWithInstall } from '../../../es/src/types';
2
- declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3
- compact: {
4
- type: BooleanConstructor;
5
- required: true;
6
- };
7
- separator: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- patientInfo: {
12
- type: import("vue").PropType<Partial<{
13
- name: string;
14
- sex: string;
15
- age: string;
16
- ageUnit?: string | undefined;
17
- tagList?: Partial<{
18
- type: "info" | "warning";
19
- content: string;
20
- }>[] | undefined;
21
- }>>;
22
- default: () => {};
23
- };
24
- infoList: {
25
- type: import("vue").PropType<import("../../../es/src/types").AnyObject[]>;
26
- required: true;
27
- };
28
- labelField: {
29
- type: StringConstructor;
30
- default: string;
31
- };
32
- valueField: {
33
- type: StringConstructor;
34
- default: string;
35
- };
36
- minColumnWidth: {
37
- type: (NumberConstructor | StringConstructor)[];
38
- default: number;
39
- };
40
- rowHeight: {
41
- type: (NumberConstructor | StringConstructor)[];
42
- default: number;
43
- };
44
- }, {
45
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
46
- compact: {
47
- type: BooleanConstructor;
48
- required: true;
49
- };
50
- separator: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- patientInfo: {
55
- type: import("vue").PropType<Partial<{
56
- name: string;
57
- sex: string;
58
- age: string;
59
- ageUnit?: string | undefined;
60
- tagList?: Partial<{
61
- type: "info" | "warning";
62
- content: string;
63
- }>[] | undefined;
64
- }>>;
65
- default: () => {};
66
- };
67
- infoList: {
68
- type: import("vue").PropType<import("../../../es/src/types").AnyObject[]>;
69
- required: true;
70
- };
71
- labelField: {
72
- type: StringConstructor;
73
- default: string;
74
- };
75
- valueField: {
76
- type: StringConstructor;
77
- default: string;
78
- };
79
- minColumnWidth: {
80
- type: (NumberConstructor | StringConstructor)[];
81
- default: number;
82
- };
83
- rowHeight: {
84
- type: (NumberConstructor | StringConstructor)[];
85
- default: number;
86
- };
87
- }>> & {
88
- onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
89
- onFieldSet?: ((...args: any[]) => any) | undefined;
90
- "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
91
- }>>;
92
- emit: (event: "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
93
- toggleCompact: () => void;
94
- openPatientInfo: () => void;
95
- fieldSet: () => void;
96
- getTagColor: (type: "info" | "warning") => {
97
- color: string;
98
- textColor: string;
99
- };
100
- getDescriptionItemStyle: ({ bold, contentStyle }?: import("../../../es/src/types").AnyObject) => import("vue").CSSProperties;
101
- getEllipsisStyle: (index: number, { bold, contentStyle }?: import("../../../es/src/types").AnyObject) => import("vue").CSSProperties;
102
- needHidden: (item: import("../../../es/src/types").AnyObject) => boolean;
103
- infoRef: import("vue").Ref<HTMLElement | undefined>;
104
- columnNum: import("vue").Ref<number>;
105
- maxColumnWidth: import("vue").Ref<number>;
106
- descriptionWidthList: import("vue").Ref<{
107
- toString: (radix?: number | undefined) => string;
108
- toFixed: (fractionDigits?: number | undefined) => string;
109
- toExponential: (fractionDigits?: number | undefined) => string;
110
- toPrecision: (precision?: number | undefined) => string;
111
- valueOf: () => number;
112
- toLocaleString: {
113
- (locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
114
- (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
115
- };
116
- }[]>;
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
- }>;
397
- NDescriptionsItem: import("vue").DefineComponent<{
398
- readonly label: StringConstructor;
399
- readonly span: {
400
- readonly type: NumberConstructor;
401
- readonly default: 1;
402
- };
403
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
404
- readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
405
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
406
- readonly label: StringConstructor;
407
- readonly span: {
408
- readonly type: NumberConstructor;
409
- readonly default: 1;
410
- };
411
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
412
- readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
413
- }>>, {
414
- readonly span: number;
415
- }>;
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
- }>;
1084
- SlotRender: import("vue").DefineComponent<{
1085
- renderer: {
1086
- type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/src/types").Func<any[], any>>;
1087
- required: true;
1088
- };
1089
- rootSlots: {
1090
- type: import("vue").PropType<Record<string, import("../../../es/src/types").Func<any[], any>>>;
1091
- };
1092
- }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1093
- renderer: {
1094
- type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/src/types").Func<any[], any>>;
1095
- required: true;
1096
- };
1097
- rootSlots: {
1098
- type: import("vue").PropType<Record<string, import("../../../es/src/types").Func<any[], any>>>;
1099
- };
1100
- }>>, {}>;
1101
- InfoEllipsis: import("vue").DefineComponent<{
1102
- content: {
1103
- type: StringConstructor;
1104
- default: string;
1105
- };
1106
- tip: {
1107
- type: StringConstructor;
1108
- };
1109
- contentStyle: {
1110
- type: import("vue").PropType<import("vue").CSSProperties>;
1111
- default: () => {};
1112
- };
1113
- }, {
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
- }>;
1916
- }, 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
- content: {
1918
- type: StringConstructor;
1919
- default: string;
1920
- };
1921
- tip: {
1922
- type: StringConstructor;
1923
- };
1924
- contentStyle: {
1925
- type: import("vue").PropType<import("vue").CSSProperties>;
1926
- default: () => {};
1927
- };
1928
- }>>, {
1929
- contentStyle: import("vue").CSSProperties;
1930
- content: string;
1931
- }>;
1932
- HiddenContent: import("vue").DefineComponent<{
1933
- content: {
1934
- type: StringConstructor;
1935
- default: string;
1936
- };
1937
- tip: StringConstructor;
1938
- width: {
1939
- type: NumberConstructor;
1940
- };
1941
- contentStyle: {
1942
- type: import("vue").PropType<import("vue").CSSProperties>;
1943
- default: () => {};
1944
- };
1945
- }, {
1946
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1947
- content: {
1948
- type: StringConstructor;
1949
- default: string;
1950
- };
1951
- tip: StringConstructor;
1952
- width: {
1953
- type: NumberConstructor;
1954
- };
1955
- contentStyle: {
1956
- type: import("vue").PropType<import("vue").CSSProperties>;
1957
- default: () => {};
1958
- };
1959
- }>> & {
1960
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1961
- }>>;
1962
- hidden: import("vue").Ref<boolean>;
1963
- toggleHidden: () => void;
1964
- wrapperStyle: import("vue").ComputedRef<{
1965
- maxWidth: string;
1966
- width: string;
1967
- }>;
1968
- parsedContentStyle: import("vue").ComputedRef<{}>;
1969
- displayContent: import("vue").ComputedRef<string>;
1970
- InfoEllipsis: import("vue").DefineComponent<{
1971
- content: {
1972
- type: StringConstructor;
1973
- default: string;
1974
- };
1975
- tip: {
1976
- type: StringConstructor;
1977
- };
1978
- contentStyle: {
1979
- type: import("vue").PropType<import("vue").CSSProperties>;
1980
- default: () => {};
1981
- };
1982
- }, {
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
- }>;
2785
- }, 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
- content: {
2787
- type: StringConstructor;
2788
- default: string;
2789
- };
2790
- tip: {
2791
- type: StringConstructor;
2792
- };
2793
- contentStyle: {
2794
- type: import("vue").PropType<import("vue").CSSProperties>;
2795
- default: () => {};
2796
- };
2797
- }>>, {
2798
- contentStyle: import("vue").CSSProperties;
2799
- content: string;
2800
- }>;
2801
- }, 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
- content: {
2803
- type: StringConstructor;
2804
- default: string;
2805
- };
2806
- tip: StringConstructor;
2807
- width: {
2808
- type: NumberConstructor;
2809
- };
2810
- contentStyle: {
2811
- type: import("vue").PropType<import("vue").CSSProperties>;
2812
- default: () => {};
2813
- };
2814
- }>>, {
2815
- contentStyle: import("vue").CSSProperties;
2816
- content: string;
2817
- }>;
2818
- }, 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
- compact: {
2820
- type: BooleanConstructor;
2821
- required: true;
2822
- };
2823
- separator: {
2824
- type: StringConstructor;
2825
- default: string;
2826
- };
2827
- patientInfo: {
2828
- type: import("vue").PropType<Partial<{
2829
- name: string;
2830
- sex: string;
2831
- age: string;
2832
- ageUnit?: string | undefined;
2833
- tagList?: Partial<{
2834
- type: "info" | "warning";
2835
- content: string;
2836
- }>[] | undefined;
2837
- }>>;
2838
- default: () => {};
2839
- };
2840
- infoList: {
2841
- type: import("vue").PropType<import("../../../es/src/types").AnyObject[]>;
2842
- required: true;
2843
- };
2844
- labelField: {
2845
- type: StringConstructor;
2846
- default: string;
2847
- };
2848
- valueField: {
2849
- type: StringConstructor;
2850
- default: string;
2851
- };
2852
- minColumnWidth: {
2853
- type: (NumberConstructor | StringConstructor)[];
2854
- default: number;
2855
- };
2856
- rowHeight: {
2857
- type: (NumberConstructor | StringConstructor)[];
2858
- default: number;
2859
- };
2860
- }>> & {
2861
- onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
2862
- onFieldSet?: ((...args: any[]) => any) | undefined;
2863
- "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
2864
- }, {
2865
- separator: string;
2866
- labelField: string;
2867
- valueField: string;
2868
- patientInfo: Partial<{
2869
- name: string;
2870
- sex: string;
2871
- age: string;
2872
- ageUnit?: string | undefined;
2873
- tagList?: Partial<{
2874
- type: "info" | "warning";
2875
- content: string;
2876
- }>[] | undefined;
2877
- }>;
2878
- minColumnWidth: string | number;
2879
- rowHeight: string | number;
2880
- }>>;
2881
- export default InfoHeader;