cnhis-design-vue 3.1.37-beta.2 → 3.1.38-beta.0

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 (359) hide show
  1. package/es/components/annotation-edit/index.d.ts +17 -0
  2. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +16 -0
  3. package/es/components/big-table/index.d.ts +1076 -0
  4. package/es/components/big-table/src/BigTable.vue.d.ts +1066 -0
  5. package/es/components/big-table/src/bigTableEmits.d.ts +2 -0
  6. package/es/components/big-table/src/bigTableProps.d.ts +211 -0
  7. package/es/components/big-table/src/bigTableState.d.ts +58 -0
  8. package/es/components/big-table/src/components/NoData.vue.d.ts +49 -0
  9. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +34 -0
  10. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +43 -0
  11. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
  12. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +35 -0
  13. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +134 -0
  14. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +43 -0
  15. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +5 -0
  16. package/es/components/big-table/src/components/input-button.vue.d.ts +10 -0
  17. package/es/components/big-table/src/components/separate.vue.d.ts +41 -0
  18. package/es/components/big-table/src/constants/index.d.ts +3 -0
  19. package/es/components/big-table/src/hooks/index.d.ts +9 -0
  20. package/es/components/big-table/src/hooks/useAnchor.d.ts +7 -0
  21. package/es/components/big-table/src/hooks/useAnnotation.d.ts +4 -0
  22. package/es/components/big-table/src/hooks/useBatchEditing.d.ts +17 -0
  23. package/es/components/big-table/src/hooks/useEdit.d.ts +339 -0
  24. package/es/components/big-table/src/hooks/useEvent.d.ts +6 -0
  25. package/es/components/big-table/src/hooks/useFormat.d.ts +30 -0
  26. package/es/components/big-table/src/hooks/useNestTable.d.ts +8 -0
  27. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +40 -0
  28. package/es/components/big-table/src/hooks/useTableParse.d.ts +6 -0
  29. package/es/components/big-table/src/utils.d.ts +61 -0
  30. package/es/components/bpmn-workflow/index.d.ts +72 -0
  31. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +75 -0
  32. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
  33. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
  34. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
  35. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
  36. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
  37. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
  38. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
  39. package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
  40. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
  41. package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
  42. package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
  43. package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
  44. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
  45. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
  46. package/es/components/button-print/index.d.ts +1901 -0
  47. package/es/components/button-print/src/ButtonPrint.vue.d.ts +1912 -0
  48. package/es/components/button-print/src/components/EditFormat.vue.d.ts +1244 -0
  49. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1632 -0
  50. package/es/components/button-print/src/components/Preview.vue.d.ts +41 -0
  51. package/es/components/button-print/src/utils/browserPrint.d.ts +2 -0
  52. package/es/components/button-print/src/utils/dialog.d.ts +12 -0
  53. package/es/components/button-print/src/utils/index.d.ts +2 -0
  54. package/es/components/button-print/src/utils/print.d.ts +56 -0
  55. package/es/components/editor/index.d.ts +30 -0
  56. package/es/components/editor/src/Editor.d.ts +30 -0
  57. package/es/components/fabric-chart/index.d.ts +205 -0
  58. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +207 -0
  59. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +46 -0
  60. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +64 -0
  61. package/es/components/fabric-chart/src/components/useStyle.d.ts +7 -0
  62. package/es/components/fabric-chart/src/hooks/constant.d.ts +54 -0
  63. package/es/components/fabric-chart/src/hooks/constant.js +1 -1
  64. package/es/components/fabric-chart/src/hooks/index.d.ts +11 -0
  65. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +9 -0
  66. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +23 -2
  67. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +25 -0
  68. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +2 -1
  69. package/es/components/fabric-chart/src/hooks/useBottom.d.ts +4 -0
  70. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +16 -0
  71. package/es/components/fabric-chart/src/hooks/useCenter.js +19 -12
  72. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +8 -0
  73. package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +14 -0
  74. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +44 -0
  75. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +7 -0
  76. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +4 -0
  77. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +7 -0
  78. package/es/components/fabric-chart/src/hooks/useOther.d.ts +4 -0
  79. package/es/components/fabric-chart/src/hooks/useOther.js +2 -2
  80. package/es/components/fabric-chart/src/hooks/useRight.d.ts +4 -0
  81. package/es/components/fabric-chart/src/hooks/useShadow.d.ts +6 -0
  82. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +25 -0
  83. package/es/components/fabric-chart/src/hooks/useTop.d.ts +4 -0
  84. package/es/components/fabric-chart/src/interface.d.ts +153 -0
  85. package/es/components/fabric-chart/src/utils/utils.d.ts +14 -0
  86. package/es/components/fabric-chart/src/utils/utils.js +6 -1
  87. package/es/components/field-set/index.d.ts +243 -0
  88. package/es/components/field-set/src/FieldSet.vue.d.ts +197 -0
  89. package/es/components/form-config/index.d.ts +3343 -0
  90. package/es/components/form-config/src/FormConfig.vue.d.ts +3344 -0
  91. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +675 -0
  92. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +108 -0
  93. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2396 -0
  94. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +14 -0
  95. package/es/components/form-config/src/components/index.d.ts +5 -0
  96. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +27 -0
  97. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +169 -0
  98. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +71 -0
  99. package/es/components/form-config/src/components/renderer/index.d.ts +4 -0
  100. package/es/components/form-config/src/constants/index.d.ts +65 -0
  101. package/es/components/form-config/src/hooks/index.d.ts +3 -0
  102. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +8 -0
  103. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +5 -0
  104. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +4 -0
  105. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +14 -0
  106. package/es/components/form-config/src/types/index.d.ts +39 -0
  107. package/es/components/form-config/src/utils/index.d.ts +7 -0
  108. package/es/components/form-render/index.d.ts +657 -0
  109. package/es/components/form-render/src/FormRender.vue.d.ts +650 -0
  110. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +654 -0
  111. package/es/components/form-render/src/components/renderer/checkbox.d.ts +90 -0
  112. package/es/components/form-render/src/components/renderer/combination.d.ts +51 -0
  113. package/es/components/form-render/src/components/renderer/complex.d.ts +34 -0
  114. package/es/components/form-render/src/components/renderer/date.d.ts +52 -0
  115. package/es/components/form-render/src/components/renderer/formItem.d.ts +15 -0
  116. package/es/components/form-render/src/components/renderer/index.d.ts +3 -0
  117. package/es/components/form-render/src/components/renderer/input.d.ts +23 -0
  118. package/es/components/form-render/src/components/renderer/inputGroup.d.ts +11 -0
  119. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +31 -0
  120. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +5 -0
  121. package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +44 -0
  122. package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +91 -0
  123. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +69 -0
  124. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +68 -0
  125. package/es/components/form-render/src/components/renderer/radio.d.ts +94 -0
  126. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +41 -0
  127. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +58 -0
  128. package/es/components/form-render/src/components/renderer/select.d.ts +140 -0
  129. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +18 -0
  130. package/es/components/form-render/src/components/renderer/slider.d.ts +11 -0
  131. package/es/components/form-render/src/components/renderer/switch.d.ts +23 -0
  132. package/es/components/form-render/src/components/renderer/textarea.d.ts +11 -0
  133. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +13 -0
  134. package/es/components/form-render/src/constants/index.d.ts +54 -0
  135. package/es/components/form-render/src/hooks/index.d.ts +15 -0
  136. package/es/components/form-render/src/hooks/useAnchor.d.ts +16 -0
  137. package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +47 -0
  138. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +27 -0
  139. package/es/components/form-render/src/hooks/useChangeContext.d.ts +11 -0
  140. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +15 -0
  141. package/es/components/form-render/src/hooks/useCommonLog.d.ts +3 -0
  142. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +64 -0
  143. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +5 -0
  144. package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
  145. package/es/components/form-render/src/hooks/useFormContext.d.ts +11 -0
  146. package/es/components/form-render/src/hooks/useFormField.d.ts +5 -0
  147. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +11 -0
  148. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +13 -0
  149. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +39 -0
  150. package/es/components/form-render/src/hooks/useFormRequest.d.ts +26 -0
  151. package/es/components/form-render/src/hooks/useFormValidator.d.ts +6 -0
  152. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +7 -0
  153. package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +4 -0
  154. package/es/components/form-render/src/hooks/usePresetScope.d.ts +6 -0
  155. package/es/components/form-render/src/types/fieldItem.d.ts +265 -0
  156. package/es/components/form-render/src/types/index.d.ts +101 -0
  157. package/es/components/form-render/src/utils/business.d.ts +13 -0
  158. package/es/components/form-render/src/utils/dom.d.ts +13 -0
  159. package/es/components/form-render/src/utils/index.d.ts +38 -0
  160. package/es/components/form-render/src/utils/schema.d.ts +83 -0
  161. package/es/components/grid/index.d.ts +3 -0
  162. package/es/components/grid/src/Grid.d.ts +2 -0
  163. package/es/components/grid/src/hooks.d.ts +1 -0
  164. package/es/components/iho-table/index.d.ts +4647 -0
  165. package/es/components/iho-table/src/IhoTable.vue.d.ts +4646 -0
  166. package/es/components/iho-table/src/constants/index.d.ts +80 -0
  167. package/es/components/iho-table/src/hooks/export.d.ts +2 -0
  168. package/es/components/iho-table/src/hooks/index.d.ts +2 -0
  169. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +93 -0
  170. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +31 -0
  171. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +16 -0
  172. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +15 -0
  173. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +251 -0
  174. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +13 -0
  175. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +25 -0
  176. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +10 -0
  177. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +11 -0
  178. package/es/components/iho-table/src/hooks/useTableContext.d.ts +9 -0
  179. package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +8 -0
  180. package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -0
  181. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +2 -0
  182. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +13 -0
  183. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -0
  184. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +169 -0
  185. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +1 -0
  186. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +7 -0
  187. package/es/components/iho-table/src/plugins/index.d.ts +3 -0
  188. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -0
  189. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -0
  190. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +96 -0
  191. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -0
  192. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +5 -0
  193. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -0
  194. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -0
  195. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +43 -0
  196. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -0
  197. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -0
  198. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +94 -0
  199. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -0
  200. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +12 -0
  201. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +1 -0
  202. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -0
  203. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -0
  204. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -0
  205. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -0
  206. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +2 -0
  207. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -0
  208. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -0
  209. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -0
  210. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +11 -0
  211. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -0
  212. package/es/components/iho-table/src/types/index.d.ts +108 -0
  213. package/es/components/iho-table/src/types/pluginType.d.ts +173 -0
  214. package/es/components/iho-table/src/utils/index.d.ts +49 -0
  215. package/es/components/index.d.ts +37 -0
  216. package/es/components/info-header/index.d.ts +415 -0
  217. package/es/components/info-header/src/HiddenContent.vue.d.ts +86 -0
  218. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +33 -0
  219. package/es/components/info-header/src/InfoHeader.vue.d.ts +405 -0
  220. package/es/components/insurance-sdk/index.d.ts +1 -0
  221. package/es/components/insurance-sdk/src/constants/index.d.ts +161 -0
  222. package/es/components/insurance-sdk/src/utils/index.d.ts +1 -0
  223. package/es/components/insurance-sdk/src/utils/insurance.d.ts +260 -0
  224. package/es/components/keyboard/index.d.ts +334 -0
  225. package/es/components/keyboard/src/Keyboard.vue.d.ts +335 -0
  226. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +64 -0
  227. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +191 -0
  228. package/es/components/keyboard/src/utils/index.d.ts +1 -0
  229. package/es/components/map/index.d.ts +75 -0
  230. package/es/components/map/src/Map.vue.d.ts +75 -0
  231. package/es/components/recommend-search/index.d.ts +815 -0
  232. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +817 -0
  233. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +143 -0
  234. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +341 -0
  235. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +63 -0
  236. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +300 -0
  237. package/es/components/recommend-search/src/constant/index.d.ts +4 -0
  238. package/es/components/recommend-search/src/types/index.d.ts +9 -0
  239. package/es/components/scale-view/index.d.ts +1400 -0
  240. package/es/components/scale-view/src/ScaleView.vue.d.ts +1222 -0
  241. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +70 -0
  242. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +154 -0
  243. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +110 -0
  244. package/es/components/scale-view/src/components/NoData.vue.d.ts +49 -0
  245. package/es/components/scale-view/src/components/ScaleScore.d.ts +23 -0
  246. package/es/components/scale-view/src/components/composables/choose-common.d.ts +11 -0
  247. package/es/components/scale-view/src/components/formitem/address.d.ts +3992 -0
  248. package/es/components/scale-view/src/components/formitem/r-address.d.ts +34 -0
  249. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
  250. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +43 -0
  251. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +32 -0
  252. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
  253. package/es/components/scale-view/src/components/formitem/r-input.d.ts +34 -0
  254. package/es/components/scale-view/src/components/formitem/r-map.d.ts +52 -0
  255. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +43 -0
  256. package/es/components/scale-view/src/components/formitem/r-select.d.ts +61 -0
  257. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +34 -0
  258. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +52 -0
  259. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +63 -0
  260. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +80 -0
  261. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +87 -0
  262. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
  263. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +3 -0
  264. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +115 -0
  265. package/es/components/scale-view/src/hooks/scaleview-state.d.ts +34 -0
  266. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
  267. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
  268. package/es/components/scale-view/src/hooks/use-component.d.ts +1763 -0
  269. package/es/components/scale-view/src/hooks/use-evaluate.d.ts +21 -0
  270. package/es/components/scale-view/src/hooks/use-event.d.ts +4 -0
  271. package/es/components/scale-view/src/hooks/use-noData.d.ts +9 -0
  272. package/es/components/scale-view/src/utils/judge-types.d.ts +5 -0
  273. package/es/components/search-cascader/index.d.ts +233 -0
  274. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +235 -0
  275. package/es/components/search-cascader/src/components/SearchMenu.d.ts +50 -0
  276. package/es/components/search-cascader/src/components/index.d.ts +1 -0
  277. package/es/components/search-cascader/src/constants/index.d.ts +5 -0
  278. package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
  279. package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
  280. package/es/components/search-cascader/src/utils/index.d.ts +2 -0
  281. package/es/components/select-label/index.d.ts +937 -0
  282. package/es/components/select-label/src/LabelFormContent.vue.d.ts +367 -0
  283. package/es/components/select-label/src/SelectLabel.vue.d.ts +571 -0
  284. package/es/components/select-label/src/components/label-classify.vue.d.ts +122 -0
  285. package/es/components/select-person/index.d.ts +323 -0
  286. package/es/components/select-person/src/SelectPerson.vue.d.ts +281 -0
  287. package/es/components/select-person/src/utils/index.d.ts +3 -0
  288. package/es/components/shortcut-provider/index.d.ts +21 -0
  289. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +19 -0
  290. package/es/components/shortcut-provider/src/constants/index.d.ts +7 -0
  291. package/es/components/shortcut-provider/src/hooks/index.d.ts +2 -0
  292. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +4 -0
  293. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +33 -0
  294. package/es/components/shortcut-provider/src/types/index.d.ts +43 -0
  295. package/es/components/shortcut-provider/src/utils/index.d.ts +10 -0
  296. package/es/components/shortcut-setter/index.d.ts +2384 -0
  297. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2386 -0
  298. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +99 -0
  299. package/es/components/shortcut-setter/src/types/index.d.ts +6 -0
  300. package/es/components/steps-wheel/index.d.ts +115 -0
  301. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +114 -0
  302. package/es/components/time-line/index.d.ts +109 -0
  303. package/es/components/time-line/src/TimeLine.vue.d.ts +85 -0
  304. package/es/components/vod-chunk-upload/index.d.ts +232 -0
  305. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +196 -0
  306. package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +11 -0
  307. package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +63 -0
  308. package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +10 -0
  309. package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +23 -0
  310. package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
  311. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +230 -0
  312. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +25 -0
  313. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +51 -0
  314. package/es/shared/components/SelectPage/index.d.ts +2 -0
  315. package/es/shared/components/SlotRender/SlotRender.d.ts +20 -0
  316. package/es/shared/components/SlotRender/index.d.ts +2 -0
  317. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +43 -0
  318. package/es/shared/components/SvgIcon/index.d.ts +2 -0
  319. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +87 -0
  320. package/es/shared/components/TextOverTooltip/index.d.ts +2 -0
  321. package/es/shared/components/VueDraggable/index.d.ts +2 -0
  322. package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +9 -0
  323. package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +22 -0
  324. package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +7 -0
  325. package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +10 -0
  326. package/es/shared/components/VueDraggable/src/util/console.d.ts +1 -0
  327. package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +2 -0
  328. package/es/shared/components/VueDraggable/src/util/string.d.ts +1 -0
  329. package/es/shared/components/VueDraggable/src/util/tags.d.ts +3 -0
  330. package/es/shared/components/no-data/NoData.vue.d.ts +49 -0
  331. package/es/shared/components/no-data/index.d.ts +2 -0
  332. package/es/shared/components/player-vod/index.vue.d.ts +2 -0
  333. package/es/shared/components/player-vod/player.d.ts +17 -0
  334. package/es/shared/components/player-vod/video-list.d.ts +32 -0
  335. package/es/shared/components/player-vod/video-modal.d.ts +54 -0
  336. package/es/shared/global/variable.d.ts +1 -0
  337. package/es/shared/index.d.ts +0 -0
  338. package/es/shared/types/index.d.ts +22 -0
  339. package/es/shared/utils/anime.d.ts +35 -0
  340. package/es/shared/utils/colorLog.d.ts +31 -0
  341. package/es/shared/utils/index.d.ts +16 -0
  342. package/es/shared/utils/loadViewer.d.ts +2 -0
  343. package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +3 -0
  344. package/es/shared/utils/tapable/AsyncParallelHook.d.ts +3 -0
  345. package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +3 -0
  346. package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +3 -0
  347. package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +3 -0
  348. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +3 -0
  349. package/es/shared/utils/tapable/Hook.d.ts +50 -0
  350. package/es/shared/utils/tapable/HookCodeFactory.d.ts +58 -0
  351. package/es/shared/utils/tapable/HookMap.d.ts +11 -0
  352. package/es/shared/utils/tapable/MultiHook.d.ts +12 -0
  353. package/es/shared/utils/tapable/SyncBailHook.d.ts +3 -0
  354. package/es/shared/utils/tapable/SyncHook.d.ts +3 -0
  355. package/es/shared/utils/tapable/SyncLoopHook.d.ts +3 -0
  356. package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +3 -0
  357. package/es/shared/utils/utilExpand.d.ts +1 -0
  358. package/es/shared/utils/vexutils.d.ts +10 -0
  359. package/package.json +2 -2
@@ -0,0 +1,1912 @@
1
+ /// <reference types="node" />
2
+ import { AnyObject } from '../../../../es/shared/types';
3
+ import { PropType } from 'vue';
4
+ import type { DropdownOption } from 'naive-ui';
5
+ import { Print } from './utils';
6
+ declare const _default: import("vue").DefineComponent<{
7
+ printParams: {
8
+ type: PropType<AnyObject[]>;
9
+ };
10
+ params: {
11
+ default: () => never[];
12
+ type: PropType<AnyObject[]>;
13
+ };
14
+ btnText: {
15
+ default: string;
16
+ type: StringConstructor;
17
+ };
18
+ printText: {
19
+ default: string;
20
+ type: StringConstructor;
21
+ };
22
+ /**
23
+ * 打印预览按钮文本
24
+ */
25
+ previewText: {
26
+ default: string;
27
+ type: StringConstructor;
28
+ };
29
+ pdfLoadText: {
30
+ default: string;
31
+ type: StringConstructor;
32
+ };
33
+ formatEditText: {
34
+ default: string;
35
+ type: StringConstructor;
36
+ };
37
+ prevFn: {
38
+ default: () => Promise<void>;
39
+ type: FunctionConstructor;
40
+ };
41
+ queryPrintFormatByNumber: {
42
+ default: () => Promise<{}>;
43
+ type: FunctionConstructor;
44
+ };
45
+ queryTemplateParams: {
46
+ default: () => Promise<{}>;
47
+ type: FunctionConstructor;
48
+ };
49
+ strategy: {
50
+ default: string;
51
+ type: StringConstructor;
52
+ };
53
+ clickPrevFn: {
54
+ default: () => Promise<boolean>;
55
+ type: FunctionConstructor;
56
+ };
57
+ noDataMsg: {
58
+ default: string;
59
+ type: StringConstructor;
60
+ };
61
+ token: {
62
+ type: StringConstructor;
63
+ };
64
+ printdlgshow: {
65
+ default: string;
66
+ type: StringConstructor;
67
+ };
68
+ btnprint: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ }, {
73
+ $message: import("naive-ui").MessageApi;
74
+ printInstance: Print | null;
75
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
76
+ printParams: {
77
+ type: PropType<AnyObject[]>;
78
+ };
79
+ params: {
80
+ default: () => never[];
81
+ type: PropType<AnyObject[]>;
82
+ };
83
+ btnText: {
84
+ default: string;
85
+ type: StringConstructor;
86
+ };
87
+ printText: {
88
+ default: string;
89
+ type: StringConstructor;
90
+ };
91
+ /**
92
+ * 打印预览按钮文本
93
+ */
94
+ previewText: {
95
+ default: string;
96
+ type: StringConstructor;
97
+ };
98
+ pdfLoadText: {
99
+ default: string;
100
+ type: StringConstructor;
101
+ };
102
+ formatEditText: {
103
+ default: string;
104
+ type: StringConstructor;
105
+ };
106
+ prevFn: {
107
+ default: () => Promise<void>;
108
+ type: FunctionConstructor;
109
+ };
110
+ queryPrintFormatByNumber: {
111
+ default: () => Promise<{}>;
112
+ type: FunctionConstructor;
113
+ };
114
+ queryTemplateParams: {
115
+ default: () => Promise<{}>;
116
+ type: FunctionConstructor;
117
+ };
118
+ strategy: {
119
+ default: string;
120
+ type: StringConstructor;
121
+ };
122
+ clickPrevFn: {
123
+ default: () => Promise<boolean>;
124
+ type: FunctionConstructor;
125
+ };
126
+ noDataMsg: {
127
+ default: string;
128
+ type: StringConstructor;
129
+ };
130
+ token: {
131
+ type: StringConstructor;
132
+ };
133
+ printdlgshow: {
134
+ default: string;
135
+ type: StringConstructor;
136
+ };
137
+ btnprint: {
138
+ type: StringConstructor;
139
+ default: string;
140
+ };
141
+ }>> & {
142
+ onError?: ((...args: any[]) => any) | undefined;
143
+ onSuccess?: ((...args: any[]) => any) | undefined;
144
+ onClickoutside?: ((...args: any[]) => any) | undefined;
145
+ }>>;
146
+ emit: (event: "success" | "error" | "clickoutside", ...args: any[]) => void;
147
+ state: {
148
+ spinning: boolean;
149
+ visible: boolean;
150
+ formatList: never[];
151
+ templateParams: {};
152
+ printParams: never[];
153
+ currentFormatId: string;
154
+ identityVerification: {
155
+ visible: boolean;
156
+ };
157
+ isInited: boolean;
158
+ watchPrintParamsReformatFn: null;
159
+ spinTimer: null;
160
+ };
161
+ options: import("naive-ui").MenuOption[];
162
+ currentFormatItem: import("vue").ComputedRef<{} | undefined>;
163
+ formatTitle: import("vue").ComputedRef<any>;
164
+ getTemplateIdByFormatId: import("vue").ComputedRef<any>;
165
+ renderLabel: (option: DropdownOption) => JSX.Element;
166
+ callLocalServicesSuccessCb: (res: any, type: any) => void;
167
+ callLocalServicesErrorCb: (res: unknown) => void;
168
+ prevFnError: () => void;
169
+ getPrintParams: (index?: number) => string;
170
+ getOnceParams: () => string;
171
+ handleClickPrint: () => void;
172
+ handleClickPreview: () => Promise<void>;
173
+ handleClickPdf: () => Promise<void>;
174
+ handleClickEdit: () => void;
175
+ handleSelect: (key: string) => void;
176
+ handleClickOutside: () => void;
177
+ instantiatePrintSDK: () => false | undefined;
178
+ getDefaultFormatId: (list: any[], key: string | number) => any;
179
+ setOptions: () => void;
180
+ formatFormatList: (list: any[]) => any;
181
+ requestError: () => boolean;
182
+ formatDefaultVal: (i: any, tableVal?: any) => any;
183
+ formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
184
+ formatParams: ({ customizeDataset, param }: {
185
+ customizeDataset?: never[] | undefined;
186
+ param?: never[] | undefined;
187
+ }, params?: any[]) => any;
188
+ initCRM: (formatListResult: any) => Promise<boolean | undefined>;
189
+ init: () => Promise<boolean>;
190
+ handleClickBtn: () => Promise<false | undefined>;
191
+ reformatPrintParams: () => void;
192
+ verifiySuccess: (token: string) => void;
193
+ NDropdown: any;
194
+ NButton: any;
195
+ NIcon: any;
196
+ ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
197
+ IdentityVerification: import("vue").DefineComponent<{
198
+ verifyUser: {
199
+ type: FunctionConstructor;
200
+ required: false;
201
+ default: () => Promise<void>;
202
+ };
203
+ identityVerificationTitle: {
204
+ type: StringConstructor;
205
+ required: false;
206
+ default: string;
207
+ };
208
+ modelValue: {
209
+ type: BooleanConstructor;
210
+ required: true;
211
+ };
212
+ formatId: {
213
+ type: StringConstructor;
214
+ required: false;
215
+ };
216
+ templateId: {
217
+ type: StringConstructor;
218
+ required: false;
219
+ };
220
+ }, {
221
+ $message: import("naive-ui").MessageApi;
222
+ DEFAULT_FORM: {
223
+ account: string;
224
+ password: string;
225
+ };
226
+ props: {
227
+ verifyUser: Function;
228
+ identityVerificationTitle: string;
229
+ modelValue: boolean;
230
+ formatId?: string | undefined;
231
+ templateId?: string | undefined;
232
+ };
233
+ emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
234
+ editFormRef: import("vue").Ref<{
235
+ submit: Function;
236
+ } | null>;
237
+ showEditForm: import("vue").Ref<boolean>;
238
+ token: import("vue").Ref<string>;
239
+ form: {
240
+ account: string;
241
+ password: string;
242
+ };
243
+ rules: import("naive-ui").FormRules;
244
+ style: {
245
+ width: string;
246
+ };
247
+ formRef: import("vue").Ref<{
248
+ validate: import("naive-ui/es/form/src/interface").FormValidate;
249
+ restoreValidation: () => void;
250
+ } | null>;
251
+ handleClickClose: () => void;
252
+ loading: import("vue").Ref<boolean>;
253
+ submit: () => Promise<false | undefined>;
254
+ handleClickSubmit: () => void;
255
+ submitEditFile: () => Promise<false | undefined>;
256
+ NButton: any;
257
+ NModal: any;
258
+ NForm: any;
259
+ NFormItem: import("vue").DefineComponent<{
260
+ readonly label: StringConstructor;
261
+ readonly labelWidth: PropType<string | number>;
262
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
263
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
264
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
265
+ readonly path: StringConstructor;
266
+ readonly first: BooleanConstructor;
267
+ readonly rulePath: StringConstructor;
268
+ readonly required: BooleanConstructor;
269
+ readonly showRequireMark: {
270
+ readonly type: PropType<boolean | undefined>;
271
+ readonly default: undefined;
272
+ };
273
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
274
+ readonly showFeedback: {
275
+ readonly type: PropType<boolean | undefined>;
276
+ readonly default: undefined;
277
+ };
278
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
279
+ readonly size: PropType<"small" | "medium" | "large">;
280
+ readonly ignorePathChange: BooleanConstructor;
281
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
282
+ readonly feedback: StringConstructor;
283
+ readonly showLabel: {
284
+ readonly type: PropType<boolean | undefined>;
285
+ readonly default: undefined;
286
+ };
287
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
288
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
289
+ blankHeightSmall: string;
290
+ blankHeightMedium: string;
291
+ blankHeightLarge: string;
292
+ lineHeight: string;
293
+ labelTextColor: string;
294
+ asteriskColor: string;
295
+ feedbackTextColorError: string;
296
+ feedbackTextColorWarning: string;
297
+ feedbackTextColor: string;
298
+ feedbackPadding: string;
299
+ feedbackHeightSmall: string;
300
+ feedbackHeightMedium: string;
301
+ feedbackHeightLarge: string;
302
+ feedbackFontSizeSmall: string;
303
+ feedbackFontSizeMedium: string;
304
+ feedbackFontSizeLarge: string;
305
+ labelFontSizeLeftSmall: string;
306
+ labelFontSizeLeftMedium: string;
307
+ labelFontSizeLeftLarge: string;
308
+ labelFontSizeTopSmall: string;
309
+ labelFontSizeTopMedium: string;
310
+ labelFontSizeTopLarge: string;
311
+ labelHeightSmall: string;
312
+ labelHeightMedium: string;
313
+ labelHeightLarge: string;
314
+ labelPaddingVertical: string;
315
+ labelPaddingHorizontal: string;
316
+ labelTextAlignVertical: string;
317
+ labelTextAlignHorizontal: string;
318
+ }, any>>;
319
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
320
+ blankHeightSmall: string;
321
+ blankHeightMedium: string;
322
+ blankHeightLarge: string;
323
+ lineHeight: string;
324
+ labelTextColor: string;
325
+ asteriskColor: string;
326
+ feedbackTextColorError: string;
327
+ feedbackTextColorWarning: string;
328
+ feedbackTextColor: string;
329
+ feedbackPadding: string;
330
+ feedbackHeightSmall: string;
331
+ feedbackHeightMedium: string;
332
+ feedbackHeightLarge: string;
333
+ feedbackFontSizeSmall: string;
334
+ feedbackFontSizeMedium: string;
335
+ feedbackFontSizeLarge: string;
336
+ labelFontSizeLeftSmall: string;
337
+ labelFontSizeLeftMedium: string;
338
+ labelFontSizeLeftLarge: string;
339
+ labelFontSizeTopSmall: string;
340
+ labelFontSizeTopMedium: string;
341
+ labelFontSizeTopLarge: string;
342
+ labelHeightSmall: string;
343
+ labelHeightMedium: string;
344
+ labelHeightLarge: string;
345
+ labelPaddingVertical: string;
346
+ labelPaddingHorizontal: string;
347
+ labelTextAlignVertical: string;
348
+ labelTextAlignHorizontal: string;
349
+ }, any>>>;
350
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
351
+ blankHeightSmall: string;
352
+ blankHeightMedium: string;
353
+ blankHeightLarge: string;
354
+ lineHeight: string;
355
+ labelTextColor: string;
356
+ asteriskColor: string;
357
+ feedbackTextColorError: string;
358
+ feedbackTextColorWarning: string;
359
+ feedbackTextColor: string;
360
+ feedbackPadding: string;
361
+ feedbackHeightSmall: string;
362
+ feedbackHeightMedium: string;
363
+ feedbackHeightLarge: string;
364
+ feedbackFontSizeSmall: string;
365
+ feedbackFontSizeMedium: string;
366
+ feedbackFontSizeLarge: string;
367
+ labelFontSizeLeftSmall: string;
368
+ labelFontSizeLeftMedium: string;
369
+ labelFontSizeLeftLarge: string;
370
+ labelFontSizeTopSmall: string;
371
+ labelFontSizeTopMedium: string;
372
+ labelFontSizeTopLarge: string;
373
+ labelHeightSmall: string;
374
+ labelHeightMedium: string;
375
+ labelHeightLarge: string;
376
+ labelPaddingVertical: string;
377
+ labelPaddingHorizontal: string;
378
+ labelTextAlignVertical: string;
379
+ labelTextAlignHorizontal: string;
380
+ }, any>>>;
381
+ }, {
382
+ cssVars: import("vue").ComputedRef<{
383
+ '--n-bezier': string;
384
+ '--n-line-height': string;
385
+ '--n-blank-height': string;
386
+ '--n-label-font-size': string;
387
+ '--n-label-text-align': string;
388
+ '--n-label-height': string;
389
+ '--n-label-padding': string;
390
+ '--n-asterisk-color': string;
391
+ '--n-label-text-color': string;
392
+ '--n-feedback-padding': string;
393
+ '--n-feedback-font-size': string;
394
+ '--n-feedback-height': string;
395
+ '--n-feedback-text-color': string;
396
+ '--n-feedback-text-color-warning': string;
397
+ '--n-feedback-text-color-error': string;
398
+ }> | undefined;
399
+ themeClass: import("vue").Ref<string>;
400
+ onRender: () => void;
401
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
402
+ restoreValidation: () => void;
403
+ path?: string | undefined;
404
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
405
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
406
+ validationErrored: import("vue").Ref<boolean>;
407
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
408
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
409
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
410
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
411
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
412
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
413
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
414
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
415
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
416
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
417
+ mergedClsPrefix: import("vue").ComputedRef<string>;
418
+ mergedRequired: import("vue").ComputedRef<boolean>;
419
+ feedbackId: import("vue").Ref<string>;
420
+ renderExplains: import("vue").Ref<{
421
+ key: string;
422
+ render: () => import("vue").VNodeChild;
423
+ }[]>;
424
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
425
+ readonly label: StringConstructor;
426
+ readonly labelWidth: PropType<string | number>;
427
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
428
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
429
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
430
+ readonly path: StringConstructor;
431
+ readonly first: BooleanConstructor;
432
+ readonly rulePath: StringConstructor;
433
+ readonly required: BooleanConstructor;
434
+ readonly showRequireMark: {
435
+ readonly type: PropType<boolean | undefined>;
436
+ readonly default: undefined;
437
+ };
438
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
439
+ readonly showFeedback: {
440
+ readonly type: PropType<boolean | undefined>;
441
+ readonly default: undefined;
442
+ };
443
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
444
+ readonly size: PropType<"small" | "medium" | "large">;
445
+ readonly ignorePathChange: BooleanConstructor;
446
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
447
+ readonly feedback: StringConstructor;
448
+ readonly showLabel: {
449
+ readonly type: PropType<boolean | undefined>;
450
+ readonly default: undefined;
451
+ };
452
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
453
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
454
+ blankHeightSmall: string;
455
+ blankHeightMedium: string;
456
+ blankHeightLarge: string;
457
+ lineHeight: string;
458
+ labelTextColor: string;
459
+ asteriskColor: string;
460
+ feedbackTextColorError: string;
461
+ feedbackTextColorWarning: string;
462
+ feedbackTextColor: string;
463
+ feedbackPadding: string;
464
+ feedbackHeightSmall: string;
465
+ feedbackHeightMedium: string;
466
+ feedbackHeightLarge: string;
467
+ feedbackFontSizeSmall: string;
468
+ feedbackFontSizeMedium: string;
469
+ feedbackFontSizeLarge: string;
470
+ labelFontSizeLeftSmall: string;
471
+ labelFontSizeLeftMedium: string;
472
+ labelFontSizeLeftLarge: string;
473
+ labelFontSizeTopSmall: string;
474
+ labelFontSizeTopMedium: string;
475
+ labelFontSizeTopLarge: string;
476
+ labelHeightSmall: string;
477
+ labelHeightMedium: string;
478
+ labelHeightLarge: string;
479
+ labelPaddingVertical: string;
480
+ labelPaddingHorizontal: string;
481
+ labelTextAlignVertical: string;
482
+ labelTextAlignHorizontal: string;
483
+ }, any>>;
484
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
485
+ blankHeightSmall: string;
486
+ blankHeightMedium: string;
487
+ blankHeightLarge: string;
488
+ lineHeight: string;
489
+ labelTextColor: string;
490
+ asteriskColor: string;
491
+ feedbackTextColorError: string;
492
+ feedbackTextColorWarning: string;
493
+ feedbackTextColor: string;
494
+ feedbackPadding: string;
495
+ feedbackHeightSmall: string;
496
+ feedbackHeightMedium: string;
497
+ feedbackHeightLarge: string;
498
+ feedbackFontSizeSmall: string;
499
+ feedbackFontSizeMedium: string;
500
+ feedbackFontSizeLarge: string;
501
+ labelFontSizeLeftSmall: string;
502
+ labelFontSizeLeftMedium: string;
503
+ labelFontSizeLeftLarge: string;
504
+ labelFontSizeTopSmall: string;
505
+ labelFontSizeTopMedium: string;
506
+ labelFontSizeTopLarge: string;
507
+ labelHeightSmall: string;
508
+ labelHeightMedium: string;
509
+ labelHeightLarge: string;
510
+ labelPaddingVertical: string;
511
+ labelPaddingHorizontal: string;
512
+ labelTextAlignVertical: string;
513
+ labelTextAlignHorizontal: string;
514
+ }, any>>>;
515
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
516
+ blankHeightSmall: string;
517
+ blankHeightMedium: string;
518
+ blankHeightLarge: string;
519
+ lineHeight: string;
520
+ labelTextColor: string;
521
+ asteriskColor: string;
522
+ feedbackTextColorError: string;
523
+ feedbackTextColorWarning: string;
524
+ feedbackTextColor: string;
525
+ feedbackPadding: string;
526
+ feedbackHeightSmall: string;
527
+ feedbackHeightMedium: string;
528
+ feedbackHeightLarge: string;
529
+ feedbackFontSizeSmall: string;
530
+ feedbackFontSizeMedium: string;
531
+ feedbackFontSizeLarge: string;
532
+ labelFontSizeLeftSmall: string;
533
+ labelFontSizeLeftMedium: string;
534
+ labelFontSizeLeftLarge: string;
535
+ labelFontSizeTopSmall: string;
536
+ labelFontSizeTopMedium: string;
537
+ labelFontSizeTopLarge: string;
538
+ labelHeightSmall: string;
539
+ labelHeightMedium: string;
540
+ labelHeightLarge: string;
541
+ labelPaddingVertical: string;
542
+ labelPaddingHorizontal: string;
543
+ labelTextAlignVertical: string;
544
+ labelTextAlignHorizontal: string;
545
+ }, any>>>;
546
+ }>>, {
547
+ readonly required: boolean;
548
+ readonly first: boolean;
549
+ readonly showRequireMark: boolean | undefined;
550
+ readonly showFeedback: boolean | undefined;
551
+ readonly showLabel: boolean | undefined;
552
+ readonly ignorePathChange: boolean;
553
+ }>;
554
+ NInput: any;
555
+ EditFormat: import("vue").DefineComponent<{
556
+ formatId: {
557
+ type: StringConstructor;
558
+ required: false;
559
+ };
560
+ token: {
561
+ type: StringConstructor;
562
+ required: true;
563
+ };
564
+ }, {
565
+ PROTOCOL: string;
566
+ HOST: string;
567
+ BASEURL: string;
568
+ SAVEIREPORT: string;
569
+ QUERYFILELIST: string;
570
+ DELETEFILE: string;
571
+ instance: import("axios").AxiosInstance;
572
+ $message: import("naive-ui").MessageApi;
573
+ props: {
574
+ formatId?: string | undefined;
575
+ token: string;
576
+ };
577
+ fileList: import("vue").Ref<{
578
+ id: string;
579
+ name: string;
580
+ batchId?: string | null | undefined;
581
+ percentage?: number | null | undefined;
582
+ status: "error" | "pending" | "uploading" | "finished" | "removed";
583
+ url?: string | null | undefined;
584
+ file?: {
585
+ readonly lastModified: number;
586
+ readonly name: string;
587
+ readonly webkitRelativePath: string;
588
+ readonly size: number;
589
+ readonly type: string;
590
+ arrayBuffer: {
591
+ (): Promise<ArrayBuffer>;
592
+ (): Promise<ArrayBuffer>;
593
+ };
594
+ slice: {
595
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
596
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
597
+ };
598
+ stream: {
599
+ (): ReadableStream<Uint8Array>;
600
+ (): NodeJS.ReadableStream;
601
+ };
602
+ text: {
603
+ (): Promise<string>;
604
+ (): Promise<string>;
605
+ };
606
+ } | null | undefined;
607
+ thumbnailUrl?: string | null | undefined;
608
+ type?: string | null | undefined;
609
+ fullPath?: string | null | undefined;
610
+ }[]>;
611
+ queryFileList: () => void;
612
+ onRemove: (options: {
613
+ file: import("naive-ui").UploadFileInfo;
614
+ fileList: import("naive-ui").UploadFileInfo[];
615
+ }) => Promise<unknown>;
616
+ submit: (datas: AnyObject) => Promise<unknown>;
617
+ validateFormat: () => boolean;
618
+ NForm: any;
619
+ NFormItem: import("vue").DefineComponent<{
620
+ readonly label: StringConstructor;
621
+ readonly labelWidth: PropType<string | number>;
622
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
623
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
624
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
625
+ readonly path: StringConstructor;
626
+ readonly first: BooleanConstructor;
627
+ readonly rulePath: StringConstructor;
628
+ readonly required: BooleanConstructor;
629
+ readonly showRequireMark: {
630
+ readonly type: PropType<boolean | undefined>;
631
+ readonly default: undefined;
632
+ };
633
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
634
+ readonly showFeedback: {
635
+ readonly type: PropType<boolean | undefined>;
636
+ readonly default: undefined;
637
+ };
638
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
639
+ readonly size: PropType<"small" | "medium" | "large">;
640
+ readonly ignorePathChange: BooleanConstructor;
641
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
642
+ readonly feedback: StringConstructor;
643
+ readonly showLabel: {
644
+ readonly type: PropType<boolean | undefined>;
645
+ readonly default: undefined;
646
+ };
647
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
648
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
649
+ blankHeightSmall: string;
650
+ blankHeightMedium: string;
651
+ blankHeightLarge: string;
652
+ lineHeight: string;
653
+ labelTextColor: string;
654
+ asteriskColor: string;
655
+ feedbackTextColorError: string;
656
+ feedbackTextColorWarning: string;
657
+ feedbackTextColor: string;
658
+ feedbackPadding: string;
659
+ feedbackHeightSmall: string;
660
+ feedbackHeightMedium: string;
661
+ feedbackHeightLarge: string;
662
+ feedbackFontSizeSmall: string;
663
+ feedbackFontSizeMedium: string;
664
+ feedbackFontSizeLarge: string;
665
+ labelFontSizeLeftSmall: string;
666
+ labelFontSizeLeftMedium: string;
667
+ labelFontSizeLeftLarge: string;
668
+ labelFontSizeTopSmall: string;
669
+ labelFontSizeTopMedium: string;
670
+ labelFontSizeTopLarge: string;
671
+ labelHeightSmall: string;
672
+ labelHeightMedium: string;
673
+ labelHeightLarge: string;
674
+ labelPaddingVertical: string;
675
+ labelPaddingHorizontal: string;
676
+ labelTextAlignVertical: string;
677
+ labelTextAlignHorizontal: string;
678
+ }, any>>;
679
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
680
+ blankHeightSmall: string;
681
+ blankHeightMedium: string;
682
+ blankHeightLarge: string;
683
+ lineHeight: string;
684
+ labelTextColor: string;
685
+ asteriskColor: string;
686
+ feedbackTextColorError: string;
687
+ feedbackTextColorWarning: string;
688
+ feedbackTextColor: string;
689
+ feedbackPadding: string;
690
+ feedbackHeightSmall: string;
691
+ feedbackHeightMedium: string;
692
+ feedbackHeightLarge: string;
693
+ feedbackFontSizeSmall: string;
694
+ feedbackFontSizeMedium: string;
695
+ feedbackFontSizeLarge: string;
696
+ labelFontSizeLeftSmall: string;
697
+ labelFontSizeLeftMedium: string;
698
+ labelFontSizeLeftLarge: string;
699
+ labelFontSizeTopSmall: string;
700
+ labelFontSizeTopMedium: string;
701
+ labelFontSizeTopLarge: string;
702
+ labelHeightSmall: string;
703
+ labelHeightMedium: string;
704
+ labelHeightLarge: string;
705
+ labelPaddingVertical: string;
706
+ labelPaddingHorizontal: string;
707
+ labelTextAlignVertical: string;
708
+ labelTextAlignHorizontal: string;
709
+ }, any>>>;
710
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
711
+ blankHeightSmall: string;
712
+ blankHeightMedium: string;
713
+ blankHeightLarge: string;
714
+ lineHeight: string;
715
+ labelTextColor: string;
716
+ asteriskColor: string;
717
+ feedbackTextColorError: string;
718
+ feedbackTextColorWarning: string;
719
+ feedbackTextColor: string;
720
+ feedbackPadding: string;
721
+ feedbackHeightSmall: string;
722
+ feedbackHeightMedium: string;
723
+ feedbackHeightLarge: string;
724
+ feedbackFontSizeSmall: string;
725
+ feedbackFontSizeMedium: string;
726
+ feedbackFontSizeLarge: string;
727
+ labelFontSizeLeftSmall: string;
728
+ labelFontSizeLeftMedium: string;
729
+ labelFontSizeLeftLarge: string;
730
+ labelFontSizeTopSmall: string;
731
+ labelFontSizeTopMedium: string;
732
+ labelFontSizeTopLarge: string;
733
+ labelHeightSmall: string;
734
+ labelHeightMedium: string;
735
+ labelHeightLarge: string;
736
+ labelPaddingVertical: string;
737
+ labelPaddingHorizontal: string;
738
+ labelTextAlignVertical: string;
739
+ labelTextAlignHorizontal: string;
740
+ }, any>>>;
741
+ }, {
742
+ cssVars: import("vue").ComputedRef<{
743
+ '--n-bezier': string;
744
+ '--n-line-height': string;
745
+ '--n-blank-height': string;
746
+ '--n-label-font-size': string;
747
+ '--n-label-text-align': string;
748
+ '--n-label-height': string;
749
+ '--n-label-padding': string;
750
+ '--n-asterisk-color': string;
751
+ '--n-label-text-color': string;
752
+ '--n-feedback-padding': string;
753
+ '--n-feedback-font-size': string;
754
+ '--n-feedback-height': string;
755
+ '--n-feedback-text-color': string;
756
+ '--n-feedback-text-color-warning': string;
757
+ '--n-feedback-text-color-error': string;
758
+ }> | undefined;
759
+ themeClass: import("vue").Ref<string>;
760
+ onRender: () => void;
761
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
762
+ restoreValidation: () => void;
763
+ path?: string | undefined;
764
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
765
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
766
+ validationErrored: import("vue").Ref<boolean>;
767
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
768
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
769
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
770
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
771
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
772
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
773
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
774
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
775
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
776
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
777
+ mergedClsPrefix: import("vue").ComputedRef<string>;
778
+ mergedRequired: import("vue").ComputedRef<boolean>;
779
+ feedbackId: import("vue").Ref<string>;
780
+ renderExplains: import("vue").Ref<{
781
+ key: string;
782
+ render: () => import("vue").VNodeChild;
783
+ }[]>;
784
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
785
+ readonly label: StringConstructor;
786
+ readonly labelWidth: PropType<string | number>;
787
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
788
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
789
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
790
+ readonly path: StringConstructor;
791
+ readonly first: BooleanConstructor;
792
+ readonly rulePath: StringConstructor;
793
+ readonly required: BooleanConstructor;
794
+ readonly showRequireMark: {
795
+ readonly type: PropType<boolean | undefined>;
796
+ readonly default: undefined;
797
+ };
798
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
799
+ readonly showFeedback: {
800
+ readonly type: PropType<boolean | undefined>;
801
+ readonly default: undefined;
802
+ };
803
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
804
+ readonly size: PropType<"small" | "medium" | "large">;
805
+ readonly ignorePathChange: BooleanConstructor;
806
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
807
+ readonly feedback: StringConstructor;
808
+ readonly showLabel: {
809
+ readonly type: PropType<boolean | undefined>;
810
+ readonly default: undefined;
811
+ };
812
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
813
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
814
+ blankHeightSmall: string;
815
+ blankHeightMedium: string;
816
+ blankHeightLarge: string;
817
+ lineHeight: string;
818
+ labelTextColor: string;
819
+ asteriskColor: string;
820
+ feedbackTextColorError: string;
821
+ feedbackTextColorWarning: string;
822
+ feedbackTextColor: string;
823
+ feedbackPadding: string;
824
+ feedbackHeightSmall: string;
825
+ feedbackHeightMedium: string;
826
+ feedbackHeightLarge: string;
827
+ feedbackFontSizeSmall: string;
828
+ feedbackFontSizeMedium: string;
829
+ feedbackFontSizeLarge: string;
830
+ labelFontSizeLeftSmall: string;
831
+ labelFontSizeLeftMedium: string;
832
+ labelFontSizeLeftLarge: string;
833
+ labelFontSizeTopSmall: string;
834
+ labelFontSizeTopMedium: string;
835
+ labelFontSizeTopLarge: string;
836
+ labelHeightSmall: string;
837
+ labelHeightMedium: string;
838
+ labelHeightLarge: string;
839
+ labelPaddingVertical: string;
840
+ labelPaddingHorizontal: string;
841
+ labelTextAlignVertical: string;
842
+ labelTextAlignHorizontal: string;
843
+ }, any>>;
844
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
845
+ blankHeightSmall: string;
846
+ blankHeightMedium: string;
847
+ blankHeightLarge: string;
848
+ lineHeight: string;
849
+ labelTextColor: string;
850
+ asteriskColor: string;
851
+ feedbackTextColorError: string;
852
+ feedbackTextColorWarning: string;
853
+ feedbackTextColor: string;
854
+ feedbackPadding: string;
855
+ feedbackHeightSmall: string;
856
+ feedbackHeightMedium: string;
857
+ feedbackHeightLarge: string;
858
+ feedbackFontSizeSmall: string;
859
+ feedbackFontSizeMedium: string;
860
+ feedbackFontSizeLarge: string;
861
+ labelFontSizeLeftSmall: string;
862
+ labelFontSizeLeftMedium: string;
863
+ labelFontSizeLeftLarge: string;
864
+ labelFontSizeTopSmall: string;
865
+ labelFontSizeTopMedium: string;
866
+ labelFontSizeTopLarge: string;
867
+ labelHeightSmall: string;
868
+ labelHeightMedium: string;
869
+ labelHeightLarge: string;
870
+ labelPaddingVertical: string;
871
+ labelPaddingHorizontal: string;
872
+ labelTextAlignVertical: string;
873
+ labelTextAlignHorizontal: string;
874
+ }, any>>>;
875
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
876
+ blankHeightSmall: string;
877
+ blankHeightMedium: string;
878
+ blankHeightLarge: string;
879
+ lineHeight: string;
880
+ labelTextColor: string;
881
+ asteriskColor: string;
882
+ feedbackTextColorError: string;
883
+ feedbackTextColorWarning: string;
884
+ feedbackTextColor: string;
885
+ feedbackPadding: string;
886
+ feedbackHeightSmall: string;
887
+ feedbackHeightMedium: string;
888
+ feedbackHeightLarge: string;
889
+ feedbackFontSizeSmall: string;
890
+ feedbackFontSizeMedium: string;
891
+ feedbackFontSizeLarge: string;
892
+ labelFontSizeLeftSmall: string;
893
+ labelFontSizeLeftMedium: string;
894
+ labelFontSizeLeftLarge: string;
895
+ labelFontSizeTopSmall: string;
896
+ labelFontSizeTopMedium: string;
897
+ labelFontSizeTopLarge: string;
898
+ labelHeightSmall: string;
899
+ labelHeightMedium: string;
900
+ labelHeightLarge: string;
901
+ labelPaddingVertical: string;
902
+ labelPaddingHorizontal: string;
903
+ labelTextAlignVertical: string;
904
+ labelTextAlignHorizontal: string;
905
+ }, any>>>;
906
+ }>>, {
907
+ readonly required: boolean;
908
+ readonly first: boolean;
909
+ readonly showRequireMark: boolean | undefined;
910
+ readonly showFeedback: boolean | undefined;
911
+ readonly showLabel: boolean | undefined;
912
+ readonly ignorePathChange: boolean;
913
+ }>;
914
+ NUpload: any;
915
+ NUploadDragger: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
916
+ NP: import("vue").DefineComponent<{
917
+ depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
918
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
919
+ aTextColor: string;
920
+ blockquoteTextColor: string;
921
+ blockquotePrefixColor: string;
922
+ blockquoteLineHeight: string;
923
+ blockquoteFontSize: string;
924
+ codeBorderRadius: string;
925
+ liTextColor: string;
926
+ liLineHeight: string;
927
+ liFontSize: string;
928
+ hrColor: string;
929
+ headerFontWeight: string;
930
+ headerTextColor: string;
931
+ pTextColor: string;
932
+ pTextColor1Depth: string;
933
+ pTextColor2Depth: string;
934
+ pTextColor3Depth: string;
935
+ pLineHeight: string;
936
+ pFontSize: string;
937
+ headerBarColor: string;
938
+ headerBarColorPrimary: string;
939
+ headerBarColorInfo: string;
940
+ headerBarColorError: string;
941
+ headerBarColorWarning: string;
942
+ headerBarColorSuccess: string;
943
+ textColor: string;
944
+ textColor1Depth: string;
945
+ textColor2Depth: string;
946
+ textColor3Depth: string;
947
+ textColorPrimary: string;
948
+ textColorInfo: string;
949
+ textColorSuccess: string;
950
+ textColorWarning: string;
951
+ textColorError: string;
952
+ codeTextColor: string;
953
+ codeColor: string;
954
+ codeBorder: string;
955
+ headerFontSize1: string;
956
+ headerFontSize2: string;
957
+ headerFontSize3: string;
958
+ headerFontSize4: string;
959
+ headerFontSize5: string;
960
+ headerFontSize6: string;
961
+ headerMargin1: string;
962
+ headerMargin2: string;
963
+ headerMargin3: string;
964
+ headerMargin4: string;
965
+ headerMargin5: string;
966
+ headerMargin6: string;
967
+ headerPrefixWidth1: string;
968
+ headerPrefixWidth2: string;
969
+ headerPrefixWidth3: string;
970
+ headerPrefixWidth4: string;
971
+ headerPrefixWidth5: string;
972
+ headerPrefixWidth6: string;
973
+ headerBarWidth1: string;
974
+ headerBarWidth2: string;
975
+ headerBarWidth3: string;
976
+ headerBarWidth4: string;
977
+ headerBarWidth5: string;
978
+ headerBarWidth6: string;
979
+ pMargin: string;
980
+ liMargin: string;
981
+ olPadding: string;
982
+ ulPadding: string;
983
+ }, any>>;
984
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
985
+ aTextColor: string;
986
+ blockquoteTextColor: string;
987
+ blockquotePrefixColor: string;
988
+ blockquoteLineHeight: string;
989
+ blockquoteFontSize: string;
990
+ codeBorderRadius: string;
991
+ liTextColor: string;
992
+ liLineHeight: string;
993
+ liFontSize: string;
994
+ hrColor: string;
995
+ headerFontWeight: string;
996
+ headerTextColor: string;
997
+ pTextColor: string;
998
+ pTextColor1Depth: string;
999
+ pTextColor2Depth: string;
1000
+ pTextColor3Depth: string;
1001
+ pLineHeight: string;
1002
+ pFontSize: string;
1003
+ headerBarColor: string;
1004
+ headerBarColorPrimary: string;
1005
+ headerBarColorInfo: string;
1006
+ headerBarColorError: string;
1007
+ headerBarColorWarning: string;
1008
+ headerBarColorSuccess: string;
1009
+ textColor: string;
1010
+ textColor1Depth: string;
1011
+ textColor2Depth: string;
1012
+ textColor3Depth: string;
1013
+ textColorPrimary: string;
1014
+ textColorInfo: string;
1015
+ textColorSuccess: string;
1016
+ textColorWarning: string;
1017
+ textColorError: string;
1018
+ codeTextColor: string;
1019
+ codeColor: string;
1020
+ codeBorder: string;
1021
+ headerFontSize1: string;
1022
+ headerFontSize2: string;
1023
+ headerFontSize3: string;
1024
+ headerFontSize4: string;
1025
+ headerFontSize5: string;
1026
+ headerFontSize6: string;
1027
+ headerMargin1: string;
1028
+ headerMargin2: string;
1029
+ headerMargin3: string;
1030
+ headerMargin4: string;
1031
+ headerMargin5: string;
1032
+ headerMargin6: string;
1033
+ headerPrefixWidth1: string;
1034
+ headerPrefixWidth2: string;
1035
+ headerPrefixWidth3: string;
1036
+ headerPrefixWidth4: string;
1037
+ headerPrefixWidth5: string;
1038
+ headerPrefixWidth6: string;
1039
+ headerBarWidth1: string;
1040
+ headerBarWidth2: string;
1041
+ headerBarWidth3: string;
1042
+ headerBarWidth4: string;
1043
+ headerBarWidth5: string;
1044
+ headerBarWidth6: string;
1045
+ pMargin: string;
1046
+ liMargin: string;
1047
+ olPadding: string;
1048
+ ulPadding: string;
1049
+ }, any>>>;
1050
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1051
+ aTextColor: string;
1052
+ blockquoteTextColor: string;
1053
+ blockquotePrefixColor: string;
1054
+ blockquoteLineHeight: string;
1055
+ blockquoteFontSize: string;
1056
+ codeBorderRadius: string;
1057
+ liTextColor: string;
1058
+ liLineHeight: string;
1059
+ liFontSize: string;
1060
+ hrColor: string;
1061
+ headerFontWeight: string;
1062
+ headerTextColor: string;
1063
+ pTextColor: string;
1064
+ pTextColor1Depth: string;
1065
+ pTextColor2Depth: string;
1066
+ pTextColor3Depth: string;
1067
+ pLineHeight: string;
1068
+ pFontSize: string;
1069
+ headerBarColor: string;
1070
+ headerBarColorPrimary: string;
1071
+ headerBarColorInfo: string;
1072
+ headerBarColorError: string;
1073
+ headerBarColorWarning: string;
1074
+ headerBarColorSuccess: string;
1075
+ textColor: string;
1076
+ textColor1Depth: string;
1077
+ textColor2Depth: string;
1078
+ textColor3Depth: string;
1079
+ textColorPrimary: string;
1080
+ textColorInfo: string;
1081
+ textColorSuccess: string;
1082
+ textColorWarning: string;
1083
+ textColorError: string;
1084
+ codeTextColor: string;
1085
+ codeColor: string;
1086
+ codeBorder: string;
1087
+ headerFontSize1: string;
1088
+ headerFontSize2: string;
1089
+ headerFontSize3: string;
1090
+ headerFontSize4: string;
1091
+ headerFontSize5: string;
1092
+ headerFontSize6: string;
1093
+ headerMargin1: string;
1094
+ headerMargin2: string;
1095
+ headerMargin3: string;
1096
+ headerMargin4: string;
1097
+ headerMargin5: string;
1098
+ headerMargin6: string;
1099
+ headerPrefixWidth1: string;
1100
+ headerPrefixWidth2: string;
1101
+ headerPrefixWidth3: string;
1102
+ headerPrefixWidth4: string;
1103
+ headerPrefixWidth5: string;
1104
+ headerPrefixWidth6: string;
1105
+ headerBarWidth1: string;
1106
+ headerBarWidth2: string;
1107
+ headerBarWidth3: string;
1108
+ headerBarWidth4: string;
1109
+ headerBarWidth5: string;
1110
+ headerBarWidth6: string;
1111
+ pMargin: string;
1112
+ liMargin: string;
1113
+ olPadding: string;
1114
+ ulPadding: string;
1115
+ }, any>>>;
1116
+ }, {
1117
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1118
+ cssVars: import("vue").ComputedRef<{
1119
+ '--n-bezier': string;
1120
+ '--n-font-size': string;
1121
+ '--n-line-height': string;
1122
+ '--n-margin': string;
1123
+ '--n-text-color': string;
1124
+ }> | undefined;
1125
+ themeClass: import("vue").Ref<string> | undefined;
1126
+ onRender: (() => void) | undefined;
1127
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1128
+ depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
1129
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1130
+ aTextColor: string;
1131
+ blockquoteTextColor: string;
1132
+ blockquotePrefixColor: string;
1133
+ blockquoteLineHeight: string;
1134
+ blockquoteFontSize: string;
1135
+ codeBorderRadius: string;
1136
+ liTextColor: string;
1137
+ liLineHeight: string;
1138
+ liFontSize: string;
1139
+ hrColor: string;
1140
+ headerFontWeight: string;
1141
+ headerTextColor: string;
1142
+ pTextColor: string;
1143
+ pTextColor1Depth: string;
1144
+ pTextColor2Depth: string;
1145
+ pTextColor3Depth: string;
1146
+ pLineHeight: string;
1147
+ pFontSize: string;
1148
+ headerBarColor: string;
1149
+ headerBarColorPrimary: string;
1150
+ headerBarColorInfo: string;
1151
+ headerBarColorError: string;
1152
+ headerBarColorWarning: string;
1153
+ headerBarColorSuccess: string;
1154
+ textColor: string;
1155
+ textColor1Depth: string;
1156
+ textColor2Depth: string;
1157
+ textColor3Depth: string;
1158
+ textColorPrimary: string;
1159
+ textColorInfo: string;
1160
+ textColorSuccess: string;
1161
+ textColorWarning: string;
1162
+ textColorError: string;
1163
+ codeTextColor: string;
1164
+ codeColor: string;
1165
+ codeBorder: string;
1166
+ headerFontSize1: string;
1167
+ headerFontSize2: string;
1168
+ headerFontSize3: string;
1169
+ headerFontSize4: string;
1170
+ headerFontSize5: string;
1171
+ headerFontSize6: string;
1172
+ headerMargin1: string;
1173
+ headerMargin2: string;
1174
+ headerMargin3: string;
1175
+ headerMargin4: string;
1176
+ headerMargin5: string;
1177
+ headerMargin6: string;
1178
+ headerPrefixWidth1: string;
1179
+ headerPrefixWidth2: string;
1180
+ headerPrefixWidth3: string;
1181
+ headerPrefixWidth4: string;
1182
+ headerPrefixWidth5: string;
1183
+ headerPrefixWidth6: string;
1184
+ headerBarWidth1: string;
1185
+ headerBarWidth2: string;
1186
+ headerBarWidth3: string;
1187
+ headerBarWidth4: string;
1188
+ headerBarWidth5: string;
1189
+ headerBarWidth6: string;
1190
+ pMargin: string;
1191
+ liMargin: string;
1192
+ olPadding: string;
1193
+ ulPadding: string;
1194
+ }, any>>;
1195
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1196
+ aTextColor: string;
1197
+ blockquoteTextColor: string;
1198
+ blockquotePrefixColor: string;
1199
+ blockquoteLineHeight: string;
1200
+ blockquoteFontSize: string;
1201
+ codeBorderRadius: string;
1202
+ liTextColor: string;
1203
+ liLineHeight: string;
1204
+ liFontSize: string;
1205
+ hrColor: string;
1206
+ headerFontWeight: string;
1207
+ headerTextColor: string;
1208
+ pTextColor: string;
1209
+ pTextColor1Depth: string;
1210
+ pTextColor2Depth: string;
1211
+ pTextColor3Depth: string;
1212
+ pLineHeight: string;
1213
+ pFontSize: string;
1214
+ headerBarColor: string;
1215
+ headerBarColorPrimary: string;
1216
+ headerBarColorInfo: string;
1217
+ headerBarColorError: string;
1218
+ headerBarColorWarning: string;
1219
+ headerBarColorSuccess: string;
1220
+ textColor: string;
1221
+ textColor1Depth: string;
1222
+ textColor2Depth: string;
1223
+ textColor3Depth: string;
1224
+ textColorPrimary: string;
1225
+ textColorInfo: string;
1226
+ textColorSuccess: string;
1227
+ textColorWarning: string;
1228
+ textColorError: string;
1229
+ codeTextColor: string;
1230
+ codeColor: string;
1231
+ codeBorder: string;
1232
+ headerFontSize1: string;
1233
+ headerFontSize2: string;
1234
+ headerFontSize3: string;
1235
+ headerFontSize4: string;
1236
+ headerFontSize5: string;
1237
+ headerFontSize6: string;
1238
+ headerMargin1: string;
1239
+ headerMargin2: string;
1240
+ headerMargin3: string;
1241
+ headerMargin4: string;
1242
+ headerMargin5: string;
1243
+ headerMargin6: string;
1244
+ headerPrefixWidth1: string;
1245
+ headerPrefixWidth2: string;
1246
+ headerPrefixWidth3: string;
1247
+ headerPrefixWidth4: string;
1248
+ headerPrefixWidth5: string;
1249
+ headerPrefixWidth6: string;
1250
+ headerBarWidth1: string;
1251
+ headerBarWidth2: string;
1252
+ headerBarWidth3: string;
1253
+ headerBarWidth4: string;
1254
+ headerBarWidth5: string;
1255
+ headerBarWidth6: string;
1256
+ pMargin: string;
1257
+ liMargin: string;
1258
+ olPadding: string;
1259
+ ulPadding: string;
1260
+ }, any>>>;
1261
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1262
+ aTextColor: string;
1263
+ blockquoteTextColor: string;
1264
+ blockquotePrefixColor: string;
1265
+ blockquoteLineHeight: string;
1266
+ blockquoteFontSize: string;
1267
+ codeBorderRadius: string;
1268
+ liTextColor: string;
1269
+ liLineHeight: string;
1270
+ liFontSize: string;
1271
+ hrColor: string;
1272
+ headerFontWeight: string;
1273
+ headerTextColor: string;
1274
+ pTextColor: string;
1275
+ pTextColor1Depth: string;
1276
+ pTextColor2Depth: string;
1277
+ pTextColor3Depth: string;
1278
+ pLineHeight: string;
1279
+ pFontSize: string;
1280
+ headerBarColor: string;
1281
+ headerBarColorPrimary: string;
1282
+ headerBarColorInfo: string;
1283
+ headerBarColorError: string;
1284
+ headerBarColorWarning: string;
1285
+ headerBarColorSuccess: string;
1286
+ textColor: string;
1287
+ textColor1Depth: string;
1288
+ textColor2Depth: string;
1289
+ textColor3Depth: string;
1290
+ textColorPrimary: string;
1291
+ textColorInfo: string;
1292
+ textColorSuccess: string;
1293
+ textColorWarning: string;
1294
+ textColorError: string;
1295
+ codeTextColor: string;
1296
+ codeColor: string;
1297
+ codeBorder: string;
1298
+ headerFontSize1: string;
1299
+ headerFontSize2: string;
1300
+ headerFontSize3: string;
1301
+ headerFontSize4: string;
1302
+ headerFontSize5: string;
1303
+ headerFontSize6: string;
1304
+ headerMargin1: string;
1305
+ headerMargin2: string;
1306
+ headerMargin3: string;
1307
+ headerMargin4: string;
1308
+ headerMargin5: string;
1309
+ headerMargin6: string;
1310
+ headerPrefixWidth1: string;
1311
+ headerPrefixWidth2: string;
1312
+ headerPrefixWidth3: string;
1313
+ headerPrefixWidth4: string;
1314
+ headerPrefixWidth5: string;
1315
+ headerPrefixWidth6: string;
1316
+ headerBarWidth1: string;
1317
+ headerBarWidth2: string;
1318
+ headerBarWidth3: string;
1319
+ headerBarWidth4: string;
1320
+ headerBarWidth5: string;
1321
+ headerBarWidth6: string;
1322
+ pMargin: string;
1323
+ liMargin: string;
1324
+ olPadding: string;
1325
+ ulPadding: string;
1326
+ }, any>>>;
1327
+ }>>, {}>;
1328
+ NIcon: any;
1329
+ NText: import("vue").DefineComponent<{
1330
+ readonly code: BooleanConstructor;
1331
+ readonly type: {
1332
+ readonly type: StringConstructor;
1333
+ readonly default: "default";
1334
+ };
1335
+ readonly delete: BooleanConstructor;
1336
+ readonly strong: BooleanConstructor;
1337
+ readonly italic: BooleanConstructor;
1338
+ readonly underline: BooleanConstructor;
1339
+ readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
1340
+ readonly tag: StringConstructor;
1341
+ readonly as: {
1342
+ readonly type: StringConstructor;
1343
+ readonly validator: () => boolean;
1344
+ readonly default: undefined;
1345
+ };
1346
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1347
+ aTextColor: string;
1348
+ blockquoteTextColor: string;
1349
+ blockquotePrefixColor: string;
1350
+ blockquoteLineHeight: string;
1351
+ blockquoteFontSize: string;
1352
+ codeBorderRadius: string;
1353
+ liTextColor: string;
1354
+ liLineHeight: string;
1355
+ liFontSize: string;
1356
+ hrColor: string;
1357
+ headerFontWeight: string;
1358
+ headerTextColor: string;
1359
+ pTextColor: string;
1360
+ pTextColor1Depth: string;
1361
+ pTextColor2Depth: string;
1362
+ pTextColor3Depth: string;
1363
+ pLineHeight: string;
1364
+ pFontSize: string;
1365
+ headerBarColor: string;
1366
+ headerBarColorPrimary: string;
1367
+ headerBarColorInfo: string;
1368
+ headerBarColorError: string;
1369
+ headerBarColorWarning: string;
1370
+ headerBarColorSuccess: string;
1371
+ textColor: string;
1372
+ textColor1Depth: string;
1373
+ textColor2Depth: string;
1374
+ textColor3Depth: string;
1375
+ textColorPrimary: string;
1376
+ textColorInfo: string;
1377
+ textColorSuccess: string;
1378
+ textColorWarning: string;
1379
+ textColorError: string;
1380
+ codeTextColor: string;
1381
+ codeColor: string;
1382
+ codeBorder: string;
1383
+ headerFontSize1: string;
1384
+ headerFontSize2: string;
1385
+ headerFontSize3: string;
1386
+ headerFontSize4: string;
1387
+ headerFontSize5: string;
1388
+ headerFontSize6: string;
1389
+ headerMargin1: string;
1390
+ headerMargin2: string;
1391
+ headerMargin3: string;
1392
+ headerMargin4: string;
1393
+ headerMargin5: string;
1394
+ headerMargin6: string;
1395
+ headerPrefixWidth1: string;
1396
+ headerPrefixWidth2: string;
1397
+ headerPrefixWidth3: string;
1398
+ headerPrefixWidth4: string;
1399
+ headerPrefixWidth5: string;
1400
+ headerPrefixWidth6: string;
1401
+ headerBarWidth1: string;
1402
+ headerBarWidth2: string;
1403
+ headerBarWidth3: string;
1404
+ headerBarWidth4: string;
1405
+ headerBarWidth5: string;
1406
+ headerBarWidth6: string;
1407
+ pMargin: string;
1408
+ liMargin: string;
1409
+ olPadding: string;
1410
+ ulPadding: string;
1411
+ }, any>>;
1412
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1413
+ aTextColor: string;
1414
+ blockquoteTextColor: string;
1415
+ blockquotePrefixColor: string;
1416
+ blockquoteLineHeight: string;
1417
+ blockquoteFontSize: string;
1418
+ codeBorderRadius: string;
1419
+ liTextColor: string;
1420
+ liLineHeight: string;
1421
+ liFontSize: string;
1422
+ hrColor: string;
1423
+ headerFontWeight: string;
1424
+ headerTextColor: string;
1425
+ pTextColor: string;
1426
+ pTextColor1Depth: string;
1427
+ pTextColor2Depth: string;
1428
+ pTextColor3Depth: string;
1429
+ pLineHeight: string;
1430
+ pFontSize: string;
1431
+ headerBarColor: string;
1432
+ headerBarColorPrimary: string;
1433
+ headerBarColorInfo: string;
1434
+ headerBarColorError: string;
1435
+ headerBarColorWarning: string;
1436
+ headerBarColorSuccess: string;
1437
+ textColor: string;
1438
+ textColor1Depth: string;
1439
+ textColor2Depth: string;
1440
+ textColor3Depth: string;
1441
+ textColorPrimary: string;
1442
+ textColorInfo: string;
1443
+ textColorSuccess: string;
1444
+ textColorWarning: string;
1445
+ textColorError: string;
1446
+ codeTextColor: string;
1447
+ codeColor: string;
1448
+ codeBorder: string;
1449
+ headerFontSize1: string;
1450
+ headerFontSize2: string;
1451
+ headerFontSize3: string;
1452
+ headerFontSize4: string;
1453
+ headerFontSize5: string;
1454
+ headerFontSize6: string;
1455
+ headerMargin1: string;
1456
+ headerMargin2: string;
1457
+ headerMargin3: string;
1458
+ headerMargin4: string;
1459
+ headerMargin5: string;
1460
+ headerMargin6: string;
1461
+ headerPrefixWidth1: string;
1462
+ headerPrefixWidth2: string;
1463
+ headerPrefixWidth3: string;
1464
+ headerPrefixWidth4: string;
1465
+ headerPrefixWidth5: string;
1466
+ headerPrefixWidth6: string;
1467
+ headerBarWidth1: string;
1468
+ headerBarWidth2: string;
1469
+ headerBarWidth3: string;
1470
+ headerBarWidth4: string;
1471
+ headerBarWidth5: string;
1472
+ headerBarWidth6: string;
1473
+ pMargin: string;
1474
+ liMargin: string;
1475
+ olPadding: string;
1476
+ ulPadding: string;
1477
+ }, any>>>;
1478
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1479
+ aTextColor: string;
1480
+ blockquoteTextColor: string;
1481
+ blockquotePrefixColor: string;
1482
+ blockquoteLineHeight: string;
1483
+ blockquoteFontSize: string;
1484
+ codeBorderRadius: string;
1485
+ liTextColor: string;
1486
+ liLineHeight: string;
1487
+ liFontSize: string;
1488
+ hrColor: string;
1489
+ headerFontWeight: string;
1490
+ headerTextColor: string;
1491
+ pTextColor: string;
1492
+ pTextColor1Depth: string;
1493
+ pTextColor2Depth: string;
1494
+ pTextColor3Depth: string;
1495
+ pLineHeight: string;
1496
+ pFontSize: string;
1497
+ headerBarColor: string;
1498
+ headerBarColorPrimary: string;
1499
+ headerBarColorInfo: string;
1500
+ headerBarColorError: string;
1501
+ headerBarColorWarning: string;
1502
+ headerBarColorSuccess: string;
1503
+ textColor: string;
1504
+ textColor1Depth: string;
1505
+ textColor2Depth: string;
1506
+ textColor3Depth: string;
1507
+ textColorPrimary: string;
1508
+ textColorInfo: string;
1509
+ textColorSuccess: string;
1510
+ textColorWarning: string;
1511
+ textColorError: string;
1512
+ codeTextColor: string;
1513
+ codeColor: string;
1514
+ codeBorder: string;
1515
+ headerFontSize1: string;
1516
+ headerFontSize2: string;
1517
+ headerFontSize3: string;
1518
+ headerFontSize4: string;
1519
+ headerFontSize5: string;
1520
+ headerFontSize6: string;
1521
+ headerMargin1: string;
1522
+ headerMargin2: string;
1523
+ headerMargin3: string;
1524
+ headerMargin4: string;
1525
+ headerMargin5: string;
1526
+ headerMargin6: string;
1527
+ headerPrefixWidth1: string;
1528
+ headerPrefixWidth2: string;
1529
+ headerPrefixWidth3: string;
1530
+ headerPrefixWidth4: string;
1531
+ headerPrefixWidth5: string;
1532
+ headerPrefixWidth6: string;
1533
+ headerBarWidth1: string;
1534
+ headerBarWidth2: string;
1535
+ headerBarWidth3: string;
1536
+ headerBarWidth4: string;
1537
+ headerBarWidth5: string;
1538
+ headerBarWidth6: string;
1539
+ pMargin: string;
1540
+ liMargin: string;
1541
+ olPadding: string;
1542
+ ulPadding: string;
1543
+ }, any>>>;
1544
+ }, {
1545
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1546
+ compitableTag: import("vue").ComputedRef<string | undefined>;
1547
+ cssVars: import("vue").ComputedRef<{
1548
+ '--n-bezier': string;
1549
+ '--n-text-color': string;
1550
+ '--n-font-weight-strong': string;
1551
+ '--n-font-famliy-mono': string;
1552
+ '--n-code-border-radius': string;
1553
+ '--n-code-text-color': string;
1554
+ '--n-code-color': string;
1555
+ '--n-code-border': string;
1556
+ }> | undefined;
1557
+ themeClass: import("vue").Ref<string> | undefined;
1558
+ onRender: (() => void) | undefined;
1559
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1560
+ readonly code: BooleanConstructor;
1561
+ readonly type: {
1562
+ readonly type: StringConstructor;
1563
+ readonly default: "default";
1564
+ };
1565
+ readonly delete: BooleanConstructor;
1566
+ readonly strong: BooleanConstructor;
1567
+ readonly italic: BooleanConstructor;
1568
+ readonly underline: BooleanConstructor;
1569
+ readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
1570
+ readonly tag: StringConstructor;
1571
+ readonly as: {
1572
+ readonly type: StringConstructor;
1573
+ readonly validator: () => boolean;
1574
+ readonly default: undefined;
1575
+ };
1576
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
1577
+ aTextColor: string;
1578
+ blockquoteTextColor: string;
1579
+ blockquotePrefixColor: string;
1580
+ blockquoteLineHeight: string;
1581
+ blockquoteFontSize: string;
1582
+ codeBorderRadius: string;
1583
+ liTextColor: string;
1584
+ liLineHeight: string;
1585
+ liFontSize: string;
1586
+ hrColor: string;
1587
+ headerFontWeight: string;
1588
+ headerTextColor: string;
1589
+ pTextColor: string;
1590
+ pTextColor1Depth: string;
1591
+ pTextColor2Depth: string;
1592
+ pTextColor3Depth: string;
1593
+ pLineHeight: string;
1594
+ pFontSize: string;
1595
+ headerBarColor: string;
1596
+ headerBarColorPrimary: string;
1597
+ headerBarColorInfo: string;
1598
+ headerBarColorError: string;
1599
+ headerBarColorWarning: string;
1600
+ headerBarColorSuccess: string;
1601
+ textColor: string;
1602
+ textColor1Depth: string;
1603
+ textColor2Depth: string;
1604
+ textColor3Depth: string;
1605
+ textColorPrimary: string;
1606
+ textColorInfo: string;
1607
+ textColorSuccess: string;
1608
+ textColorWarning: string;
1609
+ textColorError: string;
1610
+ codeTextColor: string;
1611
+ codeColor: string;
1612
+ codeBorder: string;
1613
+ headerFontSize1: string;
1614
+ headerFontSize2: string;
1615
+ headerFontSize3: string;
1616
+ headerFontSize4: string;
1617
+ headerFontSize5: string;
1618
+ headerFontSize6: string;
1619
+ headerMargin1: string;
1620
+ headerMargin2: string;
1621
+ headerMargin3: string;
1622
+ headerMargin4: string;
1623
+ headerMargin5: string;
1624
+ headerMargin6: string;
1625
+ headerPrefixWidth1: string;
1626
+ headerPrefixWidth2: string;
1627
+ headerPrefixWidth3: string;
1628
+ headerPrefixWidth4: string;
1629
+ headerPrefixWidth5: string;
1630
+ headerPrefixWidth6: string;
1631
+ headerBarWidth1: string;
1632
+ headerBarWidth2: string;
1633
+ headerBarWidth3: string;
1634
+ headerBarWidth4: string;
1635
+ headerBarWidth5: string;
1636
+ headerBarWidth6: string;
1637
+ pMargin: string;
1638
+ liMargin: string;
1639
+ olPadding: string;
1640
+ ulPadding: string;
1641
+ }, any>>;
1642
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1643
+ aTextColor: string;
1644
+ blockquoteTextColor: string;
1645
+ blockquotePrefixColor: string;
1646
+ blockquoteLineHeight: string;
1647
+ blockquoteFontSize: string;
1648
+ codeBorderRadius: string;
1649
+ liTextColor: string;
1650
+ liLineHeight: string;
1651
+ liFontSize: string;
1652
+ hrColor: string;
1653
+ headerFontWeight: string;
1654
+ headerTextColor: string;
1655
+ pTextColor: string;
1656
+ pTextColor1Depth: string;
1657
+ pTextColor2Depth: string;
1658
+ pTextColor3Depth: string;
1659
+ pLineHeight: string;
1660
+ pFontSize: string;
1661
+ headerBarColor: string;
1662
+ headerBarColorPrimary: string;
1663
+ headerBarColorInfo: string;
1664
+ headerBarColorError: string;
1665
+ headerBarColorWarning: string;
1666
+ headerBarColorSuccess: string;
1667
+ textColor: string;
1668
+ textColor1Depth: string;
1669
+ textColor2Depth: string;
1670
+ textColor3Depth: string;
1671
+ textColorPrimary: string;
1672
+ textColorInfo: string;
1673
+ textColorSuccess: string;
1674
+ textColorWarning: string;
1675
+ textColorError: string;
1676
+ codeTextColor: string;
1677
+ codeColor: string;
1678
+ codeBorder: string;
1679
+ headerFontSize1: string;
1680
+ headerFontSize2: string;
1681
+ headerFontSize3: string;
1682
+ headerFontSize4: string;
1683
+ headerFontSize5: string;
1684
+ headerFontSize6: string;
1685
+ headerMargin1: string;
1686
+ headerMargin2: string;
1687
+ headerMargin3: string;
1688
+ headerMargin4: string;
1689
+ headerMargin5: string;
1690
+ headerMargin6: string;
1691
+ headerPrefixWidth1: string;
1692
+ headerPrefixWidth2: string;
1693
+ headerPrefixWidth3: string;
1694
+ headerPrefixWidth4: string;
1695
+ headerPrefixWidth5: string;
1696
+ headerPrefixWidth6: string;
1697
+ headerBarWidth1: string;
1698
+ headerBarWidth2: string;
1699
+ headerBarWidth3: string;
1700
+ headerBarWidth4: string;
1701
+ headerBarWidth5: string;
1702
+ headerBarWidth6: string;
1703
+ pMargin: string;
1704
+ liMargin: string;
1705
+ olPadding: string;
1706
+ ulPadding: string;
1707
+ }, any>>>;
1708
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
1709
+ aTextColor: string;
1710
+ blockquoteTextColor: string;
1711
+ blockquotePrefixColor: string;
1712
+ blockquoteLineHeight: string;
1713
+ blockquoteFontSize: string;
1714
+ codeBorderRadius: string;
1715
+ liTextColor: string;
1716
+ liLineHeight: string;
1717
+ liFontSize: string;
1718
+ hrColor: string;
1719
+ headerFontWeight: string;
1720
+ headerTextColor: string;
1721
+ pTextColor: string;
1722
+ pTextColor1Depth: string;
1723
+ pTextColor2Depth: string;
1724
+ pTextColor3Depth: string;
1725
+ pLineHeight: string;
1726
+ pFontSize: string;
1727
+ headerBarColor: string;
1728
+ headerBarColorPrimary: string;
1729
+ headerBarColorInfo: string;
1730
+ headerBarColorError: string;
1731
+ headerBarColorWarning: string;
1732
+ headerBarColorSuccess: string;
1733
+ textColor: string;
1734
+ textColor1Depth: string;
1735
+ textColor2Depth: string;
1736
+ textColor3Depth: string;
1737
+ textColorPrimary: string;
1738
+ textColorInfo: string;
1739
+ textColorSuccess: string;
1740
+ textColorWarning: string;
1741
+ textColorError: string;
1742
+ codeTextColor: string;
1743
+ codeColor: string;
1744
+ codeBorder: string;
1745
+ headerFontSize1: string;
1746
+ headerFontSize2: string;
1747
+ headerFontSize3: string;
1748
+ headerFontSize4: string;
1749
+ headerFontSize5: string;
1750
+ headerFontSize6: string;
1751
+ headerMargin1: string;
1752
+ headerMargin2: string;
1753
+ headerMargin3: string;
1754
+ headerMargin4: string;
1755
+ headerMargin5: string;
1756
+ headerMargin6: string;
1757
+ headerPrefixWidth1: string;
1758
+ headerPrefixWidth2: string;
1759
+ headerPrefixWidth3: string;
1760
+ headerPrefixWidth4: string;
1761
+ headerPrefixWidth5: string;
1762
+ headerPrefixWidth6: string;
1763
+ headerBarWidth1: string;
1764
+ headerBarWidth2: string;
1765
+ headerBarWidth3: string;
1766
+ headerBarWidth4: string;
1767
+ headerBarWidth5: string;
1768
+ headerBarWidth6: string;
1769
+ pMargin: string;
1770
+ liMargin: string;
1771
+ olPadding: string;
1772
+ ulPadding: string;
1773
+ }, any>>>;
1774
+ }>>, {
1775
+ readonly type: string;
1776
+ readonly delete: boolean;
1777
+ readonly italic: boolean;
1778
+ readonly underline: boolean;
1779
+ readonly as: string;
1780
+ readonly code: boolean;
1781
+ readonly strong: boolean;
1782
+ }>;
1783
+ NSpace: any;
1784
+ Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1785
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1786
+ formatId: {
1787
+ type: StringConstructor;
1788
+ required: false;
1789
+ };
1790
+ token: {
1791
+ type: StringConstructor;
1792
+ required: true;
1793
+ };
1794
+ }>>, {}>;
1795
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1796
+ verifyUser: {
1797
+ type: FunctionConstructor;
1798
+ required: false;
1799
+ default: () => Promise<void>;
1800
+ };
1801
+ identityVerificationTitle: {
1802
+ type: StringConstructor;
1803
+ required: false;
1804
+ default: string;
1805
+ };
1806
+ modelValue: {
1807
+ type: BooleanConstructor;
1808
+ required: true;
1809
+ };
1810
+ formatId: {
1811
+ type: StringConstructor;
1812
+ required: false;
1813
+ };
1814
+ templateId: {
1815
+ type: StringConstructor;
1816
+ required: false;
1817
+ };
1818
+ }>> & {
1819
+ onClose?: ((...args: any[]) => any) | undefined;
1820
+ onSuccess?: ((...args: any[]) => any) | undefined;
1821
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1822
+ }, {
1823
+ verifyUser: Function;
1824
+ identityVerificationTitle: string;
1825
+ }>;
1826
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1827
+ printParams: {
1828
+ type: PropType<AnyObject[]>;
1829
+ };
1830
+ params: {
1831
+ default: () => never[];
1832
+ type: PropType<AnyObject[]>;
1833
+ };
1834
+ btnText: {
1835
+ default: string;
1836
+ type: StringConstructor;
1837
+ };
1838
+ printText: {
1839
+ default: string;
1840
+ type: StringConstructor;
1841
+ };
1842
+ /**
1843
+ * 打印预览按钮文本
1844
+ */
1845
+ previewText: {
1846
+ default: string;
1847
+ type: StringConstructor;
1848
+ };
1849
+ pdfLoadText: {
1850
+ default: string;
1851
+ type: StringConstructor;
1852
+ };
1853
+ formatEditText: {
1854
+ default: string;
1855
+ type: StringConstructor;
1856
+ };
1857
+ prevFn: {
1858
+ default: () => Promise<void>;
1859
+ type: FunctionConstructor;
1860
+ };
1861
+ queryPrintFormatByNumber: {
1862
+ default: () => Promise<{}>;
1863
+ type: FunctionConstructor;
1864
+ };
1865
+ queryTemplateParams: {
1866
+ default: () => Promise<{}>;
1867
+ type: FunctionConstructor;
1868
+ };
1869
+ strategy: {
1870
+ default: string;
1871
+ type: StringConstructor;
1872
+ };
1873
+ clickPrevFn: {
1874
+ default: () => Promise<boolean>;
1875
+ type: FunctionConstructor;
1876
+ };
1877
+ noDataMsg: {
1878
+ default: string;
1879
+ type: StringConstructor;
1880
+ };
1881
+ token: {
1882
+ type: StringConstructor;
1883
+ };
1884
+ printdlgshow: {
1885
+ default: string;
1886
+ type: StringConstructor;
1887
+ };
1888
+ btnprint: {
1889
+ type: StringConstructor;
1890
+ default: string;
1891
+ };
1892
+ }>> & {
1893
+ onError?: ((...args: any[]) => any) | undefined;
1894
+ onSuccess?: ((...args: any[]) => any) | undefined;
1895
+ onClickoutside?: ((...args: any[]) => any) | undefined;
1896
+ }, {
1897
+ params: AnyObject[];
1898
+ btnText: string;
1899
+ printText: string;
1900
+ previewText: string;
1901
+ pdfLoadText: string;
1902
+ formatEditText: string;
1903
+ prevFn: Function;
1904
+ queryPrintFormatByNumber: Function;
1905
+ queryTemplateParams: Function;
1906
+ strategy: string;
1907
+ clickPrevFn: Function;
1908
+ noDataMsg: string;
1909
+ printdlgshow: string;
1910
+ btnprint: string;
1911
+ }>;
1912
+ export default _default;