cnhis-design-vue 3.1.40-release.5 → 3.1.40-release.6

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 (883) hide show
  1. package/README.md +12 -48
  2. package/es/_virtual/plugin-vue_export-helper.js +1 -9
  3. package/es/components/button-print/index.d.ts +16 -1
  4. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -1
  5. package/es/components/button-print/src/utils/browserPrint.d.ts +2 -1
  6. package/es/components/button-print/src/utils/print.d.ts +6 -1
  7. package/es/components/form-config/index.d.ts +67 -149
  8. package/es/components/form-config/src/FormConfig.vue.d.ts +67 -149
  9. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +33 -74
  10. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +34 -75
  11. package/es/components/form-render/index.d.ts +33 -74
  12. package/es/components/form-render/src/FormRender.vue.d.ts +33 -74
  13. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +33 -74
  14. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +3 -0
  15. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +3 -0
  16. package/es/components/form-render/src/hooks/useAnchor.d.ts +6 -3
  17. package/es/components/form-render/src/hooks/useAutoHidden.d.ts +4 -0
  18. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +7 -10
  19. package/es/components/form-render/src/hooks/useFormContext.d.ts +1 -2
  20. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +4 -3
  21. package/es/components/form-render/src/types/fieldItem.d.ts +3 -2
  22. package/es/components/form-render/src/utils/index.d.ts +2 -4
  23. package/es/components/form-render/style/index.css +1 -1
  24. package/es/components/iho-table/index.d.ts +122 -122
  25. package/es/components/iho-table/src/IhoTable.vue.d.ts +122 -122
  26. package/es/components/iho-table/src/constants/index.d.ts +2 -2
  27. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +60 -62
  28. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +2 -2
  29. package/es/components/iho-table/src/types/index.d.ts +1 -0
  30. package/es/components/index.css +1 -1
  31. package/es/components/index.d.ts +3 -1
  32. package/es/components/info-header/index.d.ts +18 -3
  33. package/es/components/info-header/src/HiddenContent.vue.d.ts +2 -2
  34. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +1 -1
  35. package/es/components/info-header/src/InfoHeader.vue.d.ts +18 -3
  36. package/es/components/keyboard/index.d.ts +7 -2
  37. package/es/components/keyboard/src/Keyboard.vue.d.ts +7 -2
  38. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +3 -1
  39. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +5 -2
  40. package/es/components/recommend-search/index.d.ts +14 -14
  41. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +14 -14
  42. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +2 -2
  43. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +4 -4
  44. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +4 -4
  45. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  46. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +1 -1
  47. package/es/components/shortcut-provider/index.d.ts +15 -1
  48. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +15 -1
  49. package/es/components/shortcut-setter/index.d.ts +34 -75
  50. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +34 -75
  51. package/es/components/steps-wheel/index.d.ts +1 -1
  52. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -1
  53. package/es/components/table-filter/index.d.ts +8933 -0
  54. package/es/components/table-filter/src/base-search-com/BaseSearch.vue.d.ts +3841 -0
  55. package/es/components/table-filter/src/classification/Classification-com.vue.d.ts +3198 -0
  56. package/es/components/table-filter/src/classification/search-class-name.vue.d.ts +71 -0
  57. package/es/components/table-filter/src/classification/search-professional-model.vue.d.ts +1119 -0
  58. package/es/components/table-filter/src/components/age-com/index.vue.d.ts +119 -0
  59. package/es/components/table-filter/src/components/button-group/ButtonGroup.vue.d.ts +199 -0
  60. package/es/components/table-filter/src/components/button-icon/getBtnIcon.d.ts +2 -0
  61. package/es/components/table-filter/src/components/c-tree-select/tree-select.vue.d.ts +90 -0
  62. package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +112 -0
  63. package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +4 -0
  64. package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.d.ts +20 -0
  65. package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.d.ts +59 -0
  66. package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +278 -0
  67. package/es/components/table-filter/src/components/multi-select/multi-select.vue.d.ts +113 -0
  68. package/es/components/table-filter/src/components/out-quick-search/out-quick-search.vue.d.ts +266 -0
  69. package/es/components/table-filter/src/components/range-age/index.vue.d.ts +248 -0
  70. package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +104 -0
  71. package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +34 -0
  72. package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -0
  73. package/es/components/table-filter/src/components/render-widget/enums.d.ts +25 -0
  74. package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
  75. package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +32 -0
  76. package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +199 -0
  77. package/es/components/table-filter/src/components/search-condition/SearchCondition.vue.d.ts +789 -0
  78. package/es/components/table-filter/src/components/search-condition/fieldTypeList.d.ts +18 -0
  79. package/es/components/table-filter/src/components/search-filter/SearchFilter.vue.d.ts +1217 -0
  80. package/es/components/table-filter/src/components/search-modal/set-classification.vue.d.ts +1624 -0
  81. package/es/components/table-filter/src/components/table-modal/TableModal.vue.d.ts +292 -0
  82. package/es/components/table-filter/src/const/dataOptions.d.ts +36 -0
  83. package/es/components/table-filter/src/const/index.d.ts +5 -0
  84. package/es/components/table-filter/src/directive/flexibleResize.d.ts +28 -0
  85. package/es/components/table-filter/src/directive/preventReClick.d.ts +4 -0
  86. package/es/components/table-filter/src/directive/resize.d.ts +4 -0
  87. package/es/components/table-filter/src/hooks/export.d.ts +1 -0
  88. package/es/components/table-filter/src/hooks/useAdvanced.d.ts +28 -0
  89. package/es/components/table-filter/src/hooks/useMixins.d.ts +60 -0
  90. package/es/components/table-filter/src/hooks/useRenderWidget.d.ts +15 -0
  91. package/es/components/table-filter/src/hooks/useTableSearchCon.d.ts +8 -0
  92. package/es/components/table-filter/src/hooks/useWordBookutils.d.ts +12 -0
  93. package/es/components/table-filter/src/quick-search/QuickSearch.vue.d.ts +1942 -0
  94. package/es/components/table-filter/src/tool/generateDefOptions.d.ts +14 -0
  95. package/es/components/table-filter/src/tool/getWidgetType.d.ts +1 -0
  96. package/es/components/table-filter/src/tool/options.d.ts +18 -0
  97. package/es/components/table-filter/src/tool/resizeSensor.d.ts +16 -0
  98. package/es/components/table-filter/src/tool/time-domain.d.ts +39 -0
  99. package/es/components/table-filter/src/tool/transformData.d.ts +92 -0
  100. package/es/components/table-filter/src/tool/utils.d.ts +4 -0
  101. package/es/components/table-filter/src/types/enums.d.ts +65 -0
  102. package/es/components/table-filter/src/types/index.d.ts +483 -0
  103. package/es/components/table-filter/src/types/tool.d.ts +7 -0
  104. package/es/components/table-filter/style/index.css +1 -0
  105. package/es/node_modules/@formily/reactive/esm/action.js +1 -0
  106. package/es/node_modules/@formily/reactive/esm/annotations/box.js +1 -0
  107. package/es/node_modules/@formily/reactive/esm/annotations/computed.js +1 -0
  108. package/es/node_modules/@formily/reactive/esm/annotations/observable.js +1 -0
  109. package/es/node_modules/@formily/reactive/esm/annotations/ref.js +1 -0
  110. package/es/node_modules/@formily/reactive/esm/annotations/shallow.js +1 -0
  111. package/es/node_modules/@formily/reactive/esm/array.js +1 -0
  112. package/es/node_modules/@formily/reactive/esm/autorun.js +1 -0
  113. package/es/node_modules/@formily/reactive/esm/batch.js +1 -0
  114. package/es/node_modules/@formily/reactive/esm/checkers.js +1 -0
  115. package/es/node_modules/@formily/reactive/esm/environment.js +1 -0
  116. package/es/node_modules/@formily/reactive/esm/externals.js +1 -0
  117. package/es/node_modules/@formily/reactive/esm/handlers.js +1 -0
  118. package/es/node_modules/@formily/reactive/esm/internals.js +1 -0
  119. package/es/node_modules/@formily/reactive/esm/observable.js +1 -0
  120. package/es/node_modules/@formily/reactive/esm/reaction.js +1 -0
  121. package/es/node_modules/@formily/reactive/esm/tree.js +1 -0
  122. package/es/node_modules/@formily/reactive/esm/untracked.js +1 -0
  123. package/es/packages/components/annotation-edit/index.js +1 -0
  124. package/es/packages/components/annotation-edit/src/AnnotationEdit.js +1 -0
  125. package/es/packages/components/big-table/index.js +1 -0
  126. package/es/packages/components/big-table/src/BigTable.vue.js +1 -0
  127. package/es/packages/components/big-table/src/BigTable.vue2.js +1 -0
  128. package/es/packages/components/big-table/src/bigTableEmits.js +1 -0
  129. package/es/packages/components/big-table/src/bigTableProps.js +1 -0
  130. package/es/packages/components/big-table/src/bigTableState.js +1 -0
  131. package/es/packages/components/big-table/src/components/NoData.vue.js +1 -0
  132. package/es/packages/components/big-table/src/components/edit-form/edit-date.js +1 -0
  133. package/es/packages/components/big-table/src/components/edit-form/edit-input.js +1 -0
  134. package/es/packages/components/big-table/src/components/edit-form/edit-select.js +1 -0
  135. package/es/packages/components/big-table/src/components/edit-form/edit-separate.vue.js +1 -0
  136. package/es/packages/components/big-table/src/components/edit-form/edit-time.js +1 -0
  137. package/es/packages/components/big-table/src/components/edit-form/useCommon.js +1 -0
  138. package/es/packages/components/big-table/src/components/input-button.vue.js +1 -0
  139. package/es/packages/components/big-table/src/components/separate.vue.js +1 -0
  140. package/es/packages/components/big-table/src/constants/index.js +1 -0
  141. package/es/packages/components/big-table/src/hooks/index.js +1 -0
  142. package/es/packages/components/big-table/src/hooks/useAnchor.js +1 -0
  143. package/es/packages/components/big-table/src/hooks/useAnnotation.js +1 -0
  144. package/es/packages/components/big-table/src/hooks/useBatchEditing.js +1 -0
  145. package/es/packages/components/big-table/src/hooks/useEdit.js +1 -0
  146. package/es/packages/components/big-table/src/hooks/useEvent.js +1 -0
  147. package/es/packages/components/big-table/src/hooks/useFormat.js +1 -0
  148. package/es/packages/components/big-table/src/hooks/useNestTable.js +1 -0
  149. package/es/packages/components/big-table/src/hooks/useSeparateRow.js +1 -0
  150. package/es/packages/components/big-table/src/hooks/useTableParse.js +1 -0
  151. package/es/packages/components/big-table/src/utils.js +1 -0
  152. package/es/packages/components/bpmn-workflow/index.js +1 -0
  153. package/es/packages/components/bpmn-workflow/src/BpmnWorkflow.vue.js +1 -0
  154. package/es/packages/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +1 -0
  155. package/es/packages/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +1 -0
  156. package/es/packages/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +1 -0
  157. package/es/packages/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +1 -0
  158. package/es/packages/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +1 -0
  159. package/es/packages/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +1 -0
  160. package/es/packages/components/button-print/index.js +1 -0
  161. package/es/packages/components/button-print/src/ButtonPrint.vue.js +1 -0
  162. package/es/packages/components/button-print/src/ButtonPrint.vue2.js +1 -0
  163. package/es/packages/components/button-print/src/components/EditFormat.vue.js +1 -0
  164. package/es/packages/components/button-print/src/components/IdentityVerification.vue.js +1 -0
  165. package/es/packages/components/button-print/src/components/Preview.vue.js +1 -0
  166. package/es/packages/components/button-print/src/components/Preview.vue2.js +1 -0
  167. package/es/packages/components/button-print/src/utils/browserPrint.js +1 -0
  168. package/es/packages/components/button-print/src/utils/dialog.js +1 -0
  169. package/es/packages/components/button-print/src/utils/index.js +1 -0
  170. package/es/packages/components/button-print/src/utils/print.js +1 -0
  171. package/es/packages/components/editor/index.js +1 -0
  172. package/es/packages/components/editor/src/Editor.js +1 -0
  173. package/es/packages/components/fabric-chart/index.js +1 -0
  174. package/es/packages/components/fabric-chart/src/FabricChart.vue.js +1 -0
  175. package/es/packages/components/fabric-chart/src/components/PopupMenu.js +1 -0
  176. package/es/packages/components/fabric-chart/src/components/PopupTip.vue.js +1 -0
  177. package/es/packages/components/fabric-chart/src/components/useStyle.js +1 -0
  178. package/es/packages/components/fabric-chart/src/hooks/constant.js +1 -0
  179. package/es/packages/components/fabric-chart/src/hooks/index.js +1 -0
  180. package/es/packages/components/fabric-chart/src/hooks/useBirthProcess.js +1 -0
  181. package/es/packages/components/fabric-chart/src/hooks/useBirthProcessChart.js +1 -0
  182. package/es/packages/components/fabric-chart/src/hooks/useBottom.js +1 -0
  183. package/es/packages/components/fabric-chart/src/hooks/useCenter.js +1 -0
  184. package/es/packages/components/fabric-chart/src/hooks/useCommon.js +1 -0
  185. package/es/packages/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -0
  186. package/es/packages/components/fabric-chart/src/hooks/useDraw.js +1 -0
  187. package/es/packages/components/fabric-chart/src/hooks/useEvent.js +1 -0
  188. package/es/packages/components/fabric-chart/src/hooks/useGrid.js +1 -0
  189. package/es/packages/components/fabric-chart/src/hooks/useLeft.js +1 -0
  190. package/es/packages/components/fabric-chart/src/hooks/useOther.js +1 -0
  191. package/es/packages/components/fabric-chart/src/hooks/useRight.js +1 -0
  192. package/es/packages/components/fabric-chart/src/hooks/useShadow.js +1 -0
  193. package/es/packages/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -0
  194. package/es/packages/components/fabric-chart/src/hooks/useTop.js +1 -0
  195. package/es/packages/components/fabric-chart/src/utils/index.js +1 -0
  196. package/es/packages/components/fabric-chart/src/utils/utils.js +1 -0
  197. package/es/packages/components/field-set/index.js +1 -0
  198. package/es/packages/components/field-set/src/FieldSet.vue.js +1 -0
  199. package/es/packages/components/form-config/index.js +1 -0
  200. package/es/packages/components/form-config/src/FormConfig.vue.js +1 -0
  201. package/es/packages/components/form-config/src/components/FormConfigCreator.vue.js +1 -0
  202. package/es/packages/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -0
  203. package/es/packages/components/form-config/src/components/FormConfigEdit.vue.js +1 -0
  204. package/es/packages/components/form-config/src/components/FormConfigMaterialItem.js +1 -0
  205. package/es/packages/components/form-config/src/components/index.js +1 -0
  206. package/es/packages/components/form-config/src/components/renderer/CloseButton.vue.js +1 -0
  207. package/es/packages/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -0
  208. package/es/packages/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -0
  209. package/es/packages/components/form-config/src/components/renderer/index.js +1 -0
  210. package/es/packages/components/form-config/src/constants/index.js +1 -0
  211. package/es/packages/components/form-config/src/hooks/index.js +1 -0
  212. package/es/packages/components/form-config/src/hooks/useConfigurationField.js +1 -0
  213. package/es/packages/components/form-config/src/hooks/useDataNormalize.js +1 -0
  214. package/es/packages/components/form-config/src/hooks/usePresetRenderer.js +1 -0
  215. package/es/packages/components/form-config/src/hooks/useSortalbeConfig.js +1 -0
  216. package/es/packages/components/form-config/src/utils/index.js +1 -0
  217. package/es/packages/components/form-render/index.js +1 -0
  218. package/es/packages/components/form-render/src/FormRender.vue.js +1 -0
  219. package/es/packages/components/form-render/src/FormRenderWrapper.vue.js +1 -0
  220. package/es/packages/components/form-render/src/components/renderer/combination.js +1 -0
  221. package/es/packages/components/form-render/src/components/renderer/complex.js +1 -0
  222. package/es/packages/components/form-render/src/components/renderer/date.js +1 -0
  223. package/es/packages/components/form-render/src/components/renderer/formItem.js +1 -0
  224. package/es/packages/components/form-render/src/components/renderer/index.js +1 -0
  225. package/es/packages/components/form-render/src/components/renderer/input.js +1 -0
  226. package/es/packages/components/form-render/src/components/renderer/inputGroup.js +1 -0
  227. package/es/packages/components/form-render/src/components/renderer/inputNumber.js +1 -0
  228. package/es/packages/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +1 -0
  229. package/es/packages/components/form-render/src/components/renderer/jsonCombination/index.js +1 -0
  230. package/es/packages/components/form-render/src/components/renderer/levelSearchCascader.js +1 -0
  231. package/es/packages/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.js +1 -0
  232. package/es/packages/components/form-render/src/components/renderer/lineBar/index.js +1 -0
  233. package/es/packages/components/form-render/src/components/renderer/radio_checkbox.js +1 -0
  234. package/es/packages/components/form-render/src/components/renderer/remoteSearch.js +1 -0
  235. package/es/packages/components/form-render/src/components/renderer/searchCascade.js +1 -0
  236. package/es/packages/components/form-render/src/components/renderer/select.js +1 -0
  237. package/es/packages/components/form-render/src/components/renderer/simpleComponent.js +1 -0
  238. package/es/packages/components/form-render/src/components/renderer/slider.js +1 -0
  239. package/es/packages/components/form-render/src/components/renderer/switch.js +1 -0
  240. package/es/packages/components/form-render/src/components/renderer/textarea.js +1 -0
  241. package/es/packages/components/form-render/src/components/tooltipMessage.vue.js +1 -0
  242. package/es/packages/components/form-render/src/constants/index.js +1 -0
  243. package/es/packages/components/form-render/src/hooks/index.js +1 -0
  244. package/es/packages/components/form-render/src/hooks/useAnchor.js +1 -0
  245. package/es/packages/components/form-render/src/hooks/useAsyncQueue.js +1 -0
  246. package/es/packages/components/form-render/src/hooks/useAutoHidden.js +1 -0
  247. package/es/packages/components/form-render/src/hooks/useBusinessBinding.js +1 -0
  248. package/es/packages/components/form-render/src/hooks/useChangeContext.js +1 -0
  249. package/es/packages/components/form-render/src/hooks/useCommonInjection.js +1 -0
  250. package/es/packages/components/form-render/src/hooks/useCommonLog.js +1 -0
  251. package/es/packages/components/form-render/src/hooks/useComplexOptions.js +1 -0
  252. package/es/packages/components/form-render/src/hooks/useFieldListAdaptor.js +1 -0
  253. package/es/packages/components/form-render/src/hooks/useFieldNormalize.js +1 -0
  254. package/es/packages/components/form-render/src/hooks/useFieldVisitor.js +1 -0
  255. package/es/packages/components/form-render/src/hooks/useFormContext.js +1 -0
  256. package/es/packages/components/form-render/src/hooks/useFormEvent.js +1 -0
  257. package/es/packages/components/form-render/src/hooks/useFormField.js +1 -0
  258. package/es/packages/components/form-render/src/hooks/useFormItemDeps.js +1 -0
  259. package/es/packages/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -0
  260. package/es/packages/components/form-render/src/hooks/useFormRenderOptions.js +1 -0
  261. package/es/packages/components/form-render/src/hooks/useFormRequest.js +1 -0
  262. package/es/packages/components/form-render/src/hooks/useFormValidator.js +1 -0
  263. package/es/packages/components/form-render/src/hooks/useLowCodeReactions.js +1 -0
  264. package/es/packages/components/form-render/src/hooks/useNuiThemeOverrides.js +1 -0
  265. package/es/packages/components/form-render/src/hooks/usePresetScope.js +1 -0
  266. package/es/packages/components/form-render/src/types/fieldItem.js +1 -0
  267. package/es/packages/components/form-render/src/types/index.js +1 -0
  268. package/es/packages/components/form-render/src/utils/business.js +1 -0
  269. package/es/packages/components/form-render/src/utils/dom.js +1 -0
  270. package/es/packages/components/form-render/src/utils/index.js +1 -0
  271. package/es/packages/components/form-render/src/utils/schema.js +1 -0
  272. package/es/packages/components/grid/index.js +1 -0
  273. package/es/packages/components/grid/src/Grid.js +1 -0
  274. package/es/packages/components/grid/src/hooks.js +1 -0
  275. package/es/packages/components/iho-table/index.js +1 -0
  276. package/es/packages/components/iho-table/src/IhoTable.vue.js +1 -0
  277. package/es/packages/components/iho-table/src/constants/index.js +1 -0
  278. package/es/packages/components/iho-table/src/hooks/export.js +1 -0
  279. package/es/packages/components/iho-table/src/hooks/index.js +1 -0
  280. package/es/packages/components/iho-table/src/hooks/tapHooks/index.js +1 -0
  281. package/es/packages/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +1 -0
  282. package/es/packages/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -0
  283. package/es/packages/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +1 -0
  284. package/es/packages/components/iho-table/src/hooks/tapHooks/useEventHooks.js +1 -0
  285. package/es/packages/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +1 -0
  286. package/es/packages/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +1 -0
  287. package/es/packages/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +1 -0
  288. package/es/packages/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -0
  289. package/es/packages/components/iho-table/src/hooks/useTableContext.js +1 -0
  290. package/es/packages/components/iho-table/src/hooks/useTablePlugin.js +1 -0
  291. package/es/packages/components/iho-table/src/plugins/anchorPlugin/index.js +1 -0
  292. package/es/packages/components/iho-table/src/plugins/anchorPlugin/tableAnchor.js +1 -0
  293. package/es/packages/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +1 -0
  294. package/es/packages/components/iho-table/src/plugins/defaultConfigPlugin/index.js +1 -0
  295. package/es/packages/components/iho-table/src/plugins/filterPlugin/filter.vue.js +1 -0
  296. package/es/packages/components/iho-table/src/plugins/filterPlugin/index.js +1 -0
  297. package/es/packages/components/iho-table/src/plugins/index.js +1 -0
  298. package/es/packages/components/iho-table/src/plugins/keyboardEventPlugin/index.js +1 -0
  299. package/es/packages/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +1 -0
  300. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -0
  301. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -0
  302. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -0
  303. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -0
  304. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -0
  305. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -0
  306. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -0
  307. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -0
  308. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.js +1 -0
  309. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -0
  310. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +1 -0
  311. package/es/packages/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +1 -0
  312. package/es/packages/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -0
  313. package/es/packages/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +1 -0
  314. package/es/packages/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +1 -0
  315. package/es/packages/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +1 -0
  316. package/es/packages/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -0
  317. package/es/packages/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +1 -0
  318. package/es/packages/components/iho-table/src/plugins/rowClickPlugin/index.js +1 -0
  319. package/es/packages/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +1 -0
  320. package/es/packages/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +1 -0
  321. package/es/packages/components/iho-table/src/plugins/virtualTreePlugin/index.js +1 -0
  322. package/es/packages/components/iho-table/src/types/index.js +1 -0
  323. package/es/packages/components/iho-table/src/types/pluginType.js +1 -0
  324. package/es/packages/components/iho-table/src/utils/index.js +1 -0
  325. package/es/packages/components/index.js +1 -0
  326. package/es/packages/components/info-header/index.js +1 -0
  327. package/es/packages/components/info-header/src/HiddenContent.vue.js +1 -0
  328. package/es/packages/components/info-header/src/InfoEllipsis.vue.js +1 -0
  329. package/es/packages/components/info-header/src/InfoHeader.vue.js +1 -0
  330. package/es/packages/components/insurance-sdk/index.js +1 -0
  331. package/es/packages/components/insurance-sdk/src/constants/index.js +1 -0
  332. package/es/packages/components/insurance-sdk/src/utils/index.js +1 -0
  333. package/es/packages/components/insurance-sdk/src/utils/insurance.js +1 -0
  334. package/es/packages/components/keyboard/index.js +1 -0
  335. package/es/packages/components/keyboard/src/Keyboard.vue.js +1 -0
  336. package/es/packages/components/keyboard/src/components/InputNumber.vue.js +1 -0
  337. package/es/packages/components/keyboard/src/components/NumberPanel.vue.js +1 -0
  338. package/es/packages/components/keyboard/src/utils/index.js +1 -0
  339. package/es/packages/components/map/index.js +1 -0
  340. package/es/packages/components/map/src/Map.vue.js +1 -0
  341. package/es/packages/components/recommend-search/index.js +1 -0
  342. package/es/packages/components/recommend-search/src/RecommendSearch.vue.js +1 -0
  343. package/es/packages/components/recommend-search/src/components/BaseSearch.vue.js +1 -0
  344. package/es/packages/components/recommend-search/src/components/RecommendInput.vue.js +1 -0
  345. package/es/packages/components/recommend-search/src/components/RecommendMenu.vue.js +1 -0
  346. package/es/packages/components/recommend-search/src/components/RecommendSelect.vue.js +1 -0
  347. package/es/packages/components/recommend-search/src/constant/index.js +1 -0
  348. package/es/packages/components/scale-view/index.js +1 -0
  349. package/es/packages/components/scale-view/src/ScaleView.vue.js +1 -0
  350. package/es/packages/components/scale-view/src/components/AnswerParse.vue.js +1 -0
  351. package/es/packages/components/scale-view/src/components/EvaluateCountdown.vue.js +1 -0
  352. package/es/packages/components/scale-view/src/components/EvaluatePage.vue.js +1 -0
  353. package/es/packages/components/scale-view/src/components/LoadingCom.vue.js +1 -0
  354. package/es/packages/components/scale-view/src/components/NoData.vue.js +1 -0
  355. package/es/packages/components/scale-view/src/components/ScaleScore.js +1 -0
  356. package/es/packages/components/scale-view/src/components/composables/choose-common.js +1 -0
  357. package/es/packages/components/scale-view/src/components/formitem/address.js +1 -0
  358. package/es/packages/components/scale-view/src/components/formitem/r-address.js +1 -0
  359. package/es/packages/components/scale-view/src/components/formitem/r-cascader.js +1 -0
  360. package/es/packages/components/scale-view/src/components/formitem/r-checkbox.js +1 -0
  361. package/es/packages/components/scale-view/src/components/formitem/r-collection.js +1 -0
  362. package/es/packages/components/scale-view/src/components/formitem/r-datetime.js +1 -0
  363. package/es/packages/components/scale-view/src/components/formitem/r-input.js +1 -0
  364. package/es/packages/components/scale-view/src/components/formitem/r-map.js +1 -0
  365. package/es/packages/components/scale-view/src/components/formitem/r-radio.js +1 -0
  366. package/es/packages/components/scale-view/src/components/formitem/r-select.js +1 -0
  367. package/es/packages/components/scale-view/src/components/formitem/r-sign.js +1 -0
  368. package/es/packages/components/scale-view/src/components/formitem/r-upload.js +1 -0
  369. package/es/packages/components/scale-view/src/components/formitem/sign-com.js +1 -0
  370. package/es/packages/components/scale-view/src/components/formitem/standard-modal.js +1 -0
  371. package/es/packages/components/scale-view/src/hooks/scaleview-computed.js +1 -0
  372. package/es/packages/components/scale-view/src/hooks/scaleview-init.js +1 -0
  373. package/es/packages/components/scale-view/src/hooks/scaleview-props.js +1 -0
  374. package/es/packages/components/scale-view/src/hooks/scaleview-state.js +1 -0
  375. package/es/packages/components/scale-view/src/hooks/scaleview-submit.js +1 -0
  376. package/es/packages/components/scale-view/src/hooks/scaleview-validate.js +1 -0
  377. package/es/packages/components/scale-view/src/hooks/use-component.js +1 -0
  378. package/es/packages/components/scale-view/src/hooks/use-evaluate.js +1 -0
  379. package/es/packages/components/scale-view/src/hooks/use-event.js +1 -0
  380. package/es/packages/components/scale-view/src/hooks/use-noData.js +1 -0
  381. package/es/packages/components/scale-view/src/utils/judge-types.js +1 -0
  382. package/es/packages/components/search-cascader/index.js +1 -0
  383. package/es/packages/components/search-cascader/src/SearchCascader.vue.js +1 -0
  384. package/es/packages/components/search-cascader/src/components/SearchMenu.js +1 -0
  385. package/es/packages/components/search-cascader/src/components/index.js +1 -0
  386. package/es/packages/components/search-cascader/src/constants/index.js +1 -0
  387. package/es/packages/components/search-cascader/src/hooks/index.js +1 -0
  388. package/es/packages/components/search-cascader/src/hooks/useCssVariable.js +1 -0
  389. package/es/packages/components/search-cascader/src/utils/index.js +1 -0
  390. package/es/packages/components/select-label/index.js +1 -0
  391. package/es/packages/components/select-label/src/LabelFormContent.vue.js +1 -0
  392. package/es/packages/components/select-label/src/SelectLabel.vue.js +1 -0
  393. package/es/packages/components/select-label/src/SelectLabel.vue2.js +1 -0
  394. package/es/packages/components/select-label/src/components/label-classify.vue.js +1 -0
  395. package/es/packages/components/select-person/index.js +1 -0
  396. package/es/packages/components/select-person/src/SelectPerson.vue.js +1 -0
  397. package/es/packages/components/select-person/src/SelectPerson.vue2.js +1 -0
  398. package/es/packages/components/select-person/src/utils/index.js +1 -0
  399. package/es/packages/components/shortcut-provider/index.js +1 -0
  400. package/es/packages/components/shortcut-provider/src/ShortcutProvider.vue.js +1 -0
  401. package/es/packages/components/shortcut-provider/src/constants/index.js +1 -0
  402. package/es/packages/components/shortcut-provider/src/hooks/index.js +1 -0
  403. package/es/packages/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -0
  404. package/es/packages/components/shortcut-provider/src/hooks/useShortcuts.js +1 -0
  405. package/es/packages/components/shortcut-provider/src/utils/index.js +1 -0
  406. package/es/packages/components/shortcut-setter/index.js +1 -0
  407. package/es/packages/components/shortcut-setter/src/ShortcutSetter.vue.js +1 -0
  408. package/es/packages/components/shortcut-setter/src/ShortcutSetterItem.vue.js +1 -0
  409. package/es/packages/components/steps-wheel/index.js +1 -0
  410. package/es/packages/components/steps-wheel/src/StepsWheel.vue.js +1 -0
  411. package/es/packages/components/table-filter/index.js +1 -0
  412. package/es/packages/components/table-filter/src/base-search-com/BaseSearch.vue.js +1 -0
  413. package/es/packages/components/table-filter/src/classification/Classification-com.vue.js +1 -0
  414. package/es/packages/components/table-filter/src/classification/search-class-name.vue.js +1 -0
  415. package/es/packages/components/table-filter/src/classification/search-professional-model.vue.js +1 -0
  416. package/es/packages/components/table-filter/src/components/age-com/index.vue.js +1 -0
  417. package/es/packages/components/table-filter/src/components/button-group/ButtonGroup.vue.js +1 -0
  418. package/es/packages/components/table-filter/src/components/button-icon/getBtnIcon.js +1 -0
  419. package/es/packages/components/table-filter/src/components/c-tree-select/tree-select.vue.js +1 -0
  420. package/es/packages/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -0
  421. package/es/packages/components/table-filter/src/components/classify-filter/helpers/options.js +1 -0
  422. package/es/packages/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -0
  423. package/es/packages/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +1 -0
  424. package/es/packages/components/table-filter/src/components/classify-filter/index.vue.js +1 -0
  425. package/es/packages/components/table-filter/src/components/multi-select/multi-select.vue.js +1 -0
  426. package/es/packages/components/table-filter/src/components/out-quick-search/out-quick-search.vue.js +1 -0
  427. package/es/packages/components/table-filter/src/components/range-age/index.vue.js +1 -0
  428. package/es/packages/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.js +1 -0
  429. package/es/packages/components/table-filter/src/components/render-widget/components/Select.vue.js +1 -0
  430. package/es/packages/components/table-filter/src/components/render-widget/components/index.js +1 -0
  431. package/es/packages/components/table-filter/src/components/render-widget/enums.js +1 -0
  432. package/es/packages/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +1 -0
  433. package/es/packages/components/table-filter/src/components/render-widget/index.vue.js +1 -0
  434. package/es/packages/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -0
  435. package/es/packages/components/table-filter/src/components/search-condition/SearchCondition.vue.js +1 -0
  436. package/es/packages/components/table-filter/src/components/search-condition/fieldTypeList.js +1 -0
  437. package/es/packages/components/table-filter/src/components/search-filter/SearchFilter.vue.js +1 -0
  438. package/es/packages/components/table-filter/src/components/search-modal/set-classification.vue.js +1 -0
  439. package/es/packages/components/table-filter/src/components/table-modal/TableModal.vue.js +1 -0
  440. package/es/packages/components/table-filter/src/const/dataOptions.js +1 -0
  441. package/es/packages/components/table-filter/src/const/index.js +1 -0
  442. package/es/packages/components/table-filter/src/directive/flexibleResize.js +1 -0
  443. package/es/packages/components/table-filter/src/directive/preventReClick.js +1 -0
  444. package/es/packages/components/table-filter/src/directive/resize.js +1 -0
  445. package/es/packages/components/table-filter/src/hooks/export.js +1 -0
  446. package/es/packages/components/table-filter/src/hooks/useAdvanced.js +1 -0
  447. package/es/packages/components/table-filter/src/hooks/useMixins.js +1 -0
  448. package/es/packages/components/table-filter/src/hooks/useRenderWidget.js +1 -0
  449. package/es/packages/components/table-filter/src/hooks/useTableSearchCon.js +1 -0
  450. package/es/packages/components/table-filter/src/hooks/useWordBookutils.js +1 -0
  451. package/es/packages/components/table-filter/src/quick-search/QuickSearch.vue.js +1 -0
  452. package/es/packages/components/table-filter/src/tool/generateDefOptions.js +1 -0
  453. package/es/packages/components/table-filter/src/tool/getWidgetType.js +1 -0
  454. package/es/packages/components/table-filter/src/tool/options.js +1 -0
  455. package/es/packages/components/table-filter/src/tool/resizeSensor.js +1 -0
  456. package/es/packages/components/table-filter/src/tool/time-domain.js +1 -0
  457. package/es/packages/components/table-filter/src/tool/transformData.js +1 -0
  458. package/es/packages/components/table-filter/src/tool/utils.js +1 -0
  459. package/es/packages/components/table-filter/src/types/enums.js +1 -0
  460. package/es/packages/components/time-line/index.js +1 -0
  461. package/es/packages/components/time-line/src/TimeLine.vue.js +1 -0
  462. package/es/packages/components/vod-chunk-upload/index.js +1 -0
  463. package/es/packages/components/vod-chunk-upload/src/chunk-upload-new.vue.js +1 -0
  464. package/es/packages/components/vod-chunk-upload/src/hooks/upload-computed.js +1 -0
  465. package/es/packages/components/vod-chunk-upload/src/hooks/upload-data.js +1 -0
  466. package/es/packages/components/vod-chunk-upload/src/hooks/vod-computed.js +1 -0
  467. package/es/packages/components/vod-chunk-upload/src/hooks/vod-data.js +1 -0
  468. package/es/packages/components/vod-chunk-upload/src/vod-chunk-upload/index.js +1 -0
  469. package/es/packages/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +1 -0
  470. package/es/packages/components/vod-chunk-upload/src/vod-upload-modal.js +1 -0
  471. package/es/packages/shared/assets/img/failure.png.js +1 -0
  472. package/es/packages/shared/assets/img/no-permission.png.js +1 -0
  473. package/es/packages/shared/assets/img/nodata.png.js +1 -0
  474. package/es/packages/shared/assets/img/notfound.png.js +1 -0
  475. package/es/packages/shared/assets/img/qr.png.js +1 -0
  476. package/es/packages/shared/assets/img/success.png.js +1 -0
  477. package/es/packages/shared/assets/img/video.png.js +1 -0
  478. package/es/packages/shared/assets/img/video_default_cover.png.js +1 -0
  479. package/es/packages/shared/assets/img/xb_big.png.js +1 -0
  480. package/es/packages/shared/assets/img/xb_small.png.js +1 -0
  481. package/es/packages/shared/components/SelectPage/SelectPage.vue.js +1 -0
  482. package/es/packages/shared/components/SelectPage/index.js +1 -0
  483. package/es/packages/shared/components/SlotRender/SlotRender.js +1 -0
  484. package/es/packages/shared/components/SlotRender/index.js +1 -0
  485. package/es/packages/shared/components/SvgIcon/SvgIcon.vue.js +1 -0
  486. package/es/packages/shared/components/SvgIcon/index.js +1 -0
  487. package/es/packages/shared/components/TextOverTooltip/TextOverTooltip.vue.js +1 -0
  488. package/es/packages/shared/components/TextOverTooltip/index.js +1 -0
  489. package/es/packages/shared/components/VueDraggable/index.js +1 -0
  490. package/es/packages/shared/components/VueDraggable/src/core/componentBuilderHelper.js +1 -0
  491. package/es/packages/shared/components/VueDraggable/src/core/componentStructure.js +1 -0
  492. package/es/packages/shared/components/VueDraggable/src/core/renderHelper.js +1 -0
  493. package/es/packages/shared/components/VueDraggable/src/core/sortableEvents.js +1 -0
  494. package/es/packages/shared/components/VueDraggable/src/util/console.js +1 -0
  495. package/es/packages/shared/components/VueDraggable/src/util/htmlHelper.js +1 -0
  496. package/es/packages/shared/components/VueDraggable/src/util/string.js +1 -0
  497. package/es/packages/shared/components/VueDraggable/src/util/tags.js +1 -0
  498. package/es/packages/shared/components/VueDraggable/src/vuedraggable.js +1 -0
  499. package/es/packages/shared/components/no-data/NoData.vue.js +1 -0
  500. package/es/packages/shared/components/no-data/index.js +1 -0
  501. package/es/packages/shared/components/player-vod/player.js +1 -0
  502. package/es/packages/shared/components/player-vod/video-modal.js +1 -0
  503. package/es/packages/shared/global/variable.js +1 -0
  504. package/es/packages/shared/index.js +1 -0
  505. package/es/packages/shared/types/index.js +1 -0
  506. package/es/packages/shared/utils/anime.js +1 -0
  507. package/es/packages/shared/utils/colorLog.js +1 -0
  508. package/es/packages/shared/utils/index.js +1 -0
  509. package/es/packages/shared/utils/loadViewer.js +1 -0
  510. package/es/packages/shared/utils/tapable/AsyncParallelBailHook.js +1 -0
  511. package/es/packages/shared/utils/tapable/AsyncParallelHook.js +1 -0
  512. package/es/packages/shared/utils/tapable/AsyncSeriesBailHook.js +1 -0
  513. package/es/packages/shared/utils/tapable/AsyncSeriesHook.js +1 -0
  514. package/es/packages/shared/utils/tapable/AsyncSeriesLoopHook.js +1 -0
  515. package/es/packages/shared/utils/tapable/AsyncSeriesWaterfallHook.js +1 -0
  516. package/es/packages/shared/utils/tapable/Hook.js +1 -0
  517. package/es/packages/shared/utils/tapable/HookCodeFactory.js +1 -0
  518. package/es/packages/shared/utils/tapable/SyncBailHook.js +1 -0
  519. package/es/packages/shared/utils/tapable/SyncHook.js +1 -0
  520. package/es/packages/shared/utils/tapable/SyncLoopHook.js +1 -0
  521. package/es/packages/shared/utils/tapable/SyncWaterfallHook.js +1 -0
  522. package/es/packages/shared/utils/utilExpand.js +1 -0
  523. package/es/packages/shared/utils/vexutils.js +1 -0
  524. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +1 -1
  525. package/package.json +2 -2
  526. package/es/components/annotation-edit/index.js +0 -10
  527. package/es/components/annotation-edit/src/AnnotationEdit.js +0 -164
  528. package/es/components/big-table/index.js +0 -15
  529. package/es/components/big-table/src/BigTable.vue.js +0 -6
  530. package/es/components/big-table/src/BigTable.vue2.js +0 -2498
  531. package/es/components/big-table/src/bigTableEmits.js +0 -53
  532. package/es/components/big-table/src/bigTableProps.js +0 -120
  533. package/es/components/big-table/src/bigTableState.js +0 -62
  534. package/es/components/big-table/src/components/NoData.vue.js +0 -74
  535. package/es/components/big-table/src/components/edit-form/edit-date.js +0 -214
  536. package/es/components/big-table/src/components/edit-form/edit-input.js +0 -95
  537. package/es/components/big-table/src/components/edit-form/edit-select.js +0 -139
  538. package/es/components/big-table/src/components/edit-form/edit-separate.vue.js +0 -103
  539. package/es/components/big-table/src/components/edit-form/edit-time.js +0 -122
  540. package/es/components/big-table/src/components/edit-form/useCommon.js +0 -23
  541. package/es/components/big-table/src/components/input-button.vue.js +0 -39
  542. package/es/components/big-table/src/components/separate.vue.js +0 -30
  543. package/es/components/big-table/src/constants/index.js +0 -3
  544. package/es/components/big-table/src/hooks/index.js +0 -9
  545. package/es/components/big-table/src/hooks/useAnchor.js +0 -49
  546. package/es/components/big-table/src/hooks/useAnnotation.js +0 -21
  547. package/es/components/big-table/src/hooks/useBatchEditing.js +0 -301
  548. package/es/components/big-table/src/hooks/useEdit.js +0 -133
  549. package/es/components/big-table/src/hooks/useEvent.js +0 -95
  550. package/es/components/big-table/src/hooks/useFormat.js +0 -507
  551. package/es/components/big-table/src/hooks/useNestTable.js +0 -86
  552. package/es/components/big-table/src/hooks/useSeparateRow.js +0 -177
  553. package/es/components/big-table/src/hooks/useTableParse.js +0 -142
  554. package/es/components/big-table/src/utils.js +0 -618
  555. package/es/components/bpmn-workflow/index.js +0 -10
  556. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.js +0 -258
  557. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +0 -1452
  558. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.js +0 -99
  559. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +0 -114
  560. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.js +0 -40
  561. package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.js +0 -14
  562. package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.js +0 -10
  563. package/es/components/button-print/index.js +0 -12
  564. package/es/components/button-print/src/ButtonPrint.vue.js +0 -6
  565. package/es/components/button-print/src/ButtonPrint.vue2.js +0 -497
  566. package/es/components/button-print/src/components/EditFormat.vue.js +0 -173
  567. package/es/components/button-print/src/components/IdentityVerification.vue.js +0 -182
  568. package/es/components/button-print/src/components/Preview.vue.js +0 -6
  569. package/es/components/button-print/src/components/Preview.vue2.js +0 -67
  570. package/es/components/button-print/src/utils/browserPrint.js +0 -43
  571. package/es/components/button-print/src/utils/dialog.js +0 -121
  572. package/es/components/button-print/src/utils/index.js +0 -2
  573. package/es/components/button-print/src/utils/print.js +0 -422
  574. package/es/components/editor/index.js +0 -10
  575. package/es/components/editor/src/Editor.js +0 -77
  576. package/es/components/fabric-chart/index.js +0 -10
  577. package/es/components/fabric-chart/src/FabricChart.vue.js +0 -71
  578. package/es/components/fabric-chart/src/components/PopupMenu.js +0 -118
  579. package/es/components/fabric-chart/src/components/PopupTip.vue.js +0 -34
  580. package/es/components/fabric-chart/src/components/useStyle.js +0 -36
  581. package/es/components/fabric-chart/src/hooks/constant.js +0 -78
  582. package/es/components/fabric-chart/src/hooks/index.js +0 -11
  583. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +0 -642
  584. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +0 -153
  585. package/es/components/fabric-chart/src/hooks/useBottom.js +0 -91
  586. package/es/components/fabric-chart/src/hooks/useCenter.js +0 -734
  587. package/es/components/fabric-chart/src/hooks/useCommon.js +0 -32
  588. package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +0 -79
  589. package/es/components/fabric-chart/src/hooks/useDraw.js +0 -182
  590. package/es/components/fabric-chart/src/hooks/useEvent.js +0 -146
  591. package/es/components/fabric-chart/src/hooks/useGrid.js +0 -54
  592. package/es/components/fabric-chart/src/hooks/useLeft.js +0 -331
  593. package/es/components/fabric-chart/src/hooks/useOther.js +0 -95
  594. package/es/components/fabric-chart/src/hooks/useRight.js +0 -22
  595. package/es/components/fabric-chart/src/hooks/useShadow.js +0 -132
  596. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +0 -341
  597. package/es/components/fabric-chart/src/hooks/useTop.js +0 -154
  598. package/es/components/fabric-chart/src/utils/index.js +0 -15624
  599. package/es/components/fabric-chart/src/utils/utils.js +0 -32
  600. package/es/components/field-set/index.js +0 -10
  601. package/es/components/field-set/src/FieldSet.vue.js +0 -470
  602. package/es/components/form-config/index.js +0 -10
  603. package/es/components/form-config/src/FormConfig.vue.js +0 -124
  604. package/es/components/form-config/src/components/FormConfigCreator.vue.js +0 -100
  605. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +0 -45
  606. package/es/components/form-config/src/components/FormConfigEdit.vue.js +0 -97
  607. package/es/components/form-config/src/components/FormConfigMaterialItem.js +0 -28
  608. package/es/components/form-config/src/components/index.js +0 -6
  609. package/es/components/form-config/src/components/renderer/CloseButton.vue.js +0 -45
  610. package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +0 -45
  611. package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +0 -60
  612. package/es/components/form-config/src/components/renderer/index.js +0 -3
  613. package/es/components/form-config/src/constants/index.js +0 -61
  614. package/es/components/form-config/src/hooks/index.js +0 -3
  615. package/es/components/form-config/src/hooks/useConfigurationField.js +0 -90
  616. package/es/components/form-config/src/hooks/useDataNormalize.js +0 -35
  617. package/es/components/form-config/src/hooks/usePresetRenderer.js +0 -36
  618. package/es/components/form-config/src/hooks/useSortalbeConfig.js +0 -42
  619. package/es/components/form-config/src/utils/index.js +0 -26
  620. package/es/components/form-render/index.js +0 -30
  621. package/es/components/form-render/src/FormRender.vue.js +0 -222
  622. package/es/components/form-render/src/FormRenderWrapper.vue.js +0 -49
  623. package/es/components/form-render/src/components/renderer/combination.js +0 -114
  624. package/es/components/form-render/src/components/renderer/complex.js +0 -37
  625. package/es/components/form-render/src/components/renderer/date.js +0 -171
  626. package/es/components/form-render/src/components/renderer/formItem.js +0 -122
  627. package/es/components/form-render/src/components/renderer/index.js +0 -43
  628. package/es/components/form-render/src/components/renderer/input.js +0 -50
  629. package/es/components/form-render/src/components/renderer/inputGroup.js +0 -11
  630. package/es/components/form-render/src/components/renderer/inputNumber.js +0 -55
  631. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.js +0 -35
  632. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +0 -175
  633. package/es/components/form-render/src/components/renderer/levelSearchCascader.js +0 -274
  634. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.js +0 -66
  635. package/es/components/form-render/src/components/renderer/lineBar/index.js +0 -11
  636. package/es/components/form-render/src/components/renderer/radio_checkbox.js +0 -111
  637. package/es/components/form-render/src/components/renderer/remoteSearch.js +0 -139
  638. package/es/components/form-render/src/components/renderer/searchCascade.js +0 -242
  639. package/es/components/form-render/src/components/renderer/select.js +0 -155
  640. package/es/components/form-render/src/components/renderer/simpleComponent.js +0 -57
  641. package/es/components/form-render/src/components/renderer/slider.js +0 -38
  642. package/es/components/form-render/src/components/renderer/switch.js +0 -48
  643. package/es/components/form-render/src/components/renderer/textarea.js +0 -36
  644. package/es/components/form-render/src/components/tooltipMessage.vue.js +0 -37
  645. package/es/components/form-render/src/constants/index.js +0 -59
  646. package/es/components/form-render/src/hooks/index.js +0 -15
  647. package/es/components/form-render/src/hooks/useAnchor.js +0 -99
  648. package/es/components/form-render/src/hooks/useAsyncQueue.js +0 -153
  649. package/es/components/form-render/src/hooks/useBusinessBinding.js +0 -117
  650. package/es/components/form-render/src/hooks/useChangeContext.js +0 -20
  651. package/es/components/form-render/src/hooks/useCommonInjection.js +0 -43
  652. package/es/components/form-render/src/hooks/useCommonLog.js +0 -12
  653. package/es/components/form-render/src/hooks/useComplexOptions.js +0 -225
  654. package/es/components/form-render/src/hooks/useFieldListAdaptor.js +0 -292
  655. package/es/components/form-render/src/hooks/useFieldNormalize.js +0 -65
  656. package/es/components/form-render/src/hooks/useFieldVisitor.js +0 -46
  657. package/es/components/form-render/src/hooks/useFormContext.js +0 -70
  658. package/es/components/form-render/src/hooks/useFormEvent.js +0 -140
  659. package/es/components/form-render/src/hooks/useFormField.js +0 -13
  660. package/es/components/form-render/src/hooks/useFormItemDeps.js +0 -31
  661. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +0 -10
  662. package/es/components/form-render/src/hooks/useFormRenderOptions.js +0 -234
  663. package/es/components/form-render/src/hooks/useFormRequest.js +0 -42
  664. package/es/components/form-render/src/hooks/useFormValidator.js +0 -83
  665. package/es/components/form-render/src/hooks/useLowCodeReactions.js +0 -85
  666. package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +0 -18
  667. package/es/components/form-render/src/hooks/usePresetScope.js +0 -22
  668. package/es/components/form-render/src/types/fieldItem.js +0 -1
  669. package/es/components/form-render/src/types/index.js +0 -1
  670. package/es/components/form-render/src/utils/business.js +0 -114
  671. package/es/components/form-render/src/utils/dom.js +0 -38
  672. package/es/components/form-render/src/utils/index.js +0 -255
  673. package/es/components/form-render/src/utils/schema.js +0 -105
  674. package/es/components/grid/index.js +0 -11
  675. package/es/components/grid/src/Grid.js +0 -28
  676. package/es/components/grid/src/hooks.js +0 -168
  677. package/es/components/iho-table/index.js +0 -36
  678. package/es/components/iho-table/src/IhoTable.vue.js +0 -156
  679. package/es/components/iho-table/src/constants/index.js +0 -157
  680. package/es/components/iho-table/src/hooks/export.js +0 -2
  681. package/es/components/iho-table/src/hooks/index.js +0 -2
  682. package/es/components/iho-table/src/hooks/tapHooks/index.js +0 -163
  683. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +0 -67
  684. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +0 -26
  685. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +0 -27
  686. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +0 -280
  687. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +0 -26
  688. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +0 -38
  689. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +0 -27
  690. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +0 -164
  691. package/es/components/iho-table/src/hooks/useTableContext.js +0 -17
  692. package/es/components/iho-table/src/hooks/useTablePlugin.js +0 -20
  693. package/es/components/iho-table/src/plugins/anchorPlugin/index.js +0 -19
  694. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.js +0 -51
  695. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +0 -87
  696. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +0 -48
  697. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +0 -230
  698. package/es/components/iho-table/src/plugins/filterPlugin/index.js +0 -240
  699. package/es/components/iho-table/src/plugins/index.js +0 -47
  700. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +0 -30
  701. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +0 -126
  702. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +0 -203
  703. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +0 -38
  704. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -21
  705. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +0 -41
  706. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +0 -79
  707. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +0 -64
  708. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +0 -46
  709. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +0 -16
  710. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.js +0 -108
  711. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +0 -162
  712. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +0 -42
  713. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +0 -50
  714. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +0 -30
  715. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.js +0 -48
  716. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.js +0 -62
  717. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.js +0 -52
  718. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +0 -92
  719. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.js +0 -59
  720. package/es/components/iho-table/src/plugins/rowClickPlugin/index.js +0 -34
  721. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +0 -30
  722. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +0 -53
  723. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +0 -100
  724. package/es/components/iho-table/src/types/index.js +0 -1
  725. package/es/components/iho-table/src/types/pluginType.js +0 -16
  726. package/es/components/iho-table/src/utils/index.js +0 -169
  727. package/es/components/index.js +0 -113
  728. package/es/components/info-header/index.js +0 -10
  729. package/es/components/info-header/src/HiddenContent.vue.js +0 -70
  730. package/es/components/info-header/src/InfoEllipsis.vue.js +0 -43
  731. package/es/components/info-header/src/InfoHeader.vue.js +0 -292
  732. package/es/components/insurance-sdk/index.js +0 -1
  733. package/es/components/insurance-sdk/src/constants/index.js +0 -160
  734. package/es/components/insurance-sdk/src/utils/index.js +0 -1
  735. package/es/components/insurance-sdk/src/utils/insurance.js +0 -268
  736. package/es/components/keyboard/index.js +0 -10
  737. package/es/components/keyboard/src/Keyboard.vue.js +0 -156
  738. package/es/components/keyboard/src/components/InputNumber.vue.js +0 -72
  739. package/es/components/keyboard/src/components/NumberPanel.vue.js +0 -295
  740. package/es/components/keyboard/src/utils/index.js +0 -5
  741. package/es/components/map/index.js +0 -10
  742. package/es/components/map/src/Map.vue.js +0 -336
  743. package/es/components/recommend-search/index.js +0 -10
  744. package/es/components/recommend-search/src/RecommendSearch.vue.js +0 -63
  745. package/es/components/recommend-search/src/components/BaseSearch.vue.js +0 -157
  746. package/es/components/recommend-search/src/components/RecommendInput.vue.js +0 -125
  747. package/es/components/recommend-search/src/components/RecommendMenu.vue.js +0 -104
  748. package/es/components/recommend-search/src/components/RecommendSelect.vue.js +0 -146
  749. package/es/components/recommend-search/src/constant/index.js +0 -7
  750. package/es/components/scale-view/index.js +0 -35
  751. package/es/components/scale-view/src/ScaleView.vue.js +0 -429
  752. package/es/components/scale-view/src/components/AnswerParse.vue.js +0 -80
  753. package/es/components/scale-view/src/components/EvaluateCountdown.vue.js +0 -117
  754. package/es/components/scale-view/src/components/EvaluatePage.vue.js +0 -141
  755. package/es/components/scale-view/src/components/LoadingCom.vue.js +0 -19
  756. package/es/components/scale-view/src/components/NoData.vue.js +0 -74
  757. package/es/components/scale-view/src/components/ScaleScore.js +0 -63
  758. package/es/components/scale-view/src/components/composables/choose-common.js +0 -83
  759. package/es/components/scale-view/src/components/formitem/address.js +0 -3993
  760. package/es/components/scale-view/src/components/formitem/r-address.js +0 -226
  761. package/es/components/scale-view/src/components/formitem/r-cascader.js +0 -133
  762. package/es/components/scale-view/src/components/formitem/r-checkbox.js +0 -281
  763. package/es/components/scale-view/src/components/formitem/r-collection.js +0 -111
  764. package/es/components/scale-view/src/components/formitem/r-datetime.js +0 -212
  765. package/es/components/scale-view/src/components/formitem/r-input.js +0 -86
  766. package/es/components/scale-view/src/components/formitem/r-map.js +0 -106
  767. package/es/components/scale-view/src/components/formitem/r-radio.js +0 -240
  768. package/es/components/scale-view/src/components/formitem/r-select.js +0 -202
  769. package/es/components/scale-view/src/components/formitem/r-sign.js +0 -177
  770. package/es/components/scale-view/src/components/formitem/r-upload.js +0 -215
  771. package/es/components/scale-view/src/components/formitem/sign-com.js +0 -307
  772. package/es/components/scale-view/src/components/formitem/standard-modal.js +0 -129
  773. package/es/components/scale-view/src/hooks/scaleview-computed.js +0 -354
  774. package/es/components/scale-view/src/hooks/scaleview-init.js +0 -437
  775. package/es/components/scale-view/src/hooks/scaleview-props.js +0 -81
  776. package/es/components/scale-view/src/hooks/scaleview-state.js +0 -38
  777. package/es/components/scale-view/src/hooks/scaleview-submit.js +0 -154
  778. package/es/components/scale-view/src/hooks/scaleview-validate.js +0 -187
  779. package/es/components/scale-view/src/hooks/use-component.js +0 -86
  780. package/es/components/scale-view/src/hooks/use-evaluate.js +0 -150
  781. package/es/components/scale-view/src/hooks/use-event.js +0 -129
  782. package/es/components/scale-view/src/hooks/use-noData.js +0 -41
  783. package/es/components/scale-view/src/utils/judge-types.js +0 -36
  784. package/es/components/search-cascader/index.js +0 -10
  785. package/es/components/search-cascader/src/SearchCascader.vue.js +0 -194
  786. package/es/components/search-cascader/src/components/SearchMenu.js +0 -196
  787. package/es/components/search-cascader/src/components/index.js +0 -1
  788. package/es/components/search-cascader/src/constants/index.js +0 -11
  789. package/es/components/search-cascader/src/hooks/index.js +0 -1
  790. package/es/components/search-cascader/src/hooks/useCssVariable.js +0 -7
  791. package/es/components/search-cascader/src/utils/index.js +0 -11
  792. package/es/components/select-label/index.js +0 -15
  793. package/es/components/select-label/src/LabelFormContent.vue.js +0 -447
  794. package/es/components/select-label/src/SelectLabel.vue.js +0 -6
  795. package/es/components/select-label/src/SelectLabel.vue2.js +0 -451
  796. package/es/components/select-label/src/components/label-classify.vue.js +0 -132
  797. package/es/components/select-person/index.js +0 -10
  798. package/es/components/select-person/src/SelectPerson.vue.js +0 -6
  799. package/es/components/select-person/src/SelectPerson.vue2.js +0 -303
  800. package/es/components/select-person/src/utils/index.js +0 -58
  801. package/es/components/shortcut-provider/index.js +0 -12
  802. package/es/components/shortcut-provider/src/ShortcutProvider.vue.js +0 -36
  803. package/es/components/shortcut-provider/src/constants/index.js +0 -8
  804. package/es/components/shortcut-provider/src/hooks/index.js +0 -2
  805. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +0 -12
  806. package/es/components/shortcut-provider/src/hooks/useShortcuts.js +0 -188
  807. package/es/components/shortcut-provider/src/utils/index.js +0 -92
  808. package/es/components/shortcut-setter/index.js +0 -10
  809. package/es/components/shortcut-setter/src/ShortcutSetter.vue.js +0 -98
  810. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.js +0 -76
  811. package/es/components/steps-wheel/index.js +0 -10
  812. package/es/components/steps-wheel/src/StepsWheel.vue.js +0 -376
  813. package/es/components/time-line/index.js +0 -10
  814. package/es/components/time-line/src/TimeLine.vue.js +0 -70
  815. package/es/components/vod-chunk-upload/index.js +0 -14
  816. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.js +0 -480
  817. package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +0 -70
  818. package/es/components/vod-chunk-upload/src/hooks/upload-data.js +0 -96
  819. package/es/components/vod-chunk-upload/src/hooks/vod-computed.js +0 -79
  820. package/es/components/vod-chunk-upload/src/hooks/vod-data.js +0 -28
  821. package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.js +0 -2
  822. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +0 -332
  823. package/es/components/vod-chunk-upload/src/vod-upload-modal.js +0 -94
  824. package/es/shared/assets/img/failure.png.js +0 -3
  825. package/es/shared/assets/img/no-permission.png.js +0 -3
  826. package/es/shared/assets/img/nodata.png.js +0 -3
  827. package/es/shared/assets/img/notfound.png.js +0 -3
  828. package/es/shared/assets/img/qr.png.js +0 -3
  829. package/es/shared/assets/img/success.png.js +0 -3
  830. package/es/shared/assets/img/video.png.js +0 -3
  831. package/es/shared/assets/img/video_default_cover.png.js +0 -3
  832. package/es/shared/assets/img/xb_big.png.js +0 -3
  833. package/es/shared/assets/img/xb_small.png.js +0 -3
  834. package/es/shared/components/SelectPage/SelectPage.vue.js +0 -61
  835. package/es/shared/components/SelectPage/index.js +0 -2
  836. package/es/shared/components/SlotRender/SlotRender.js +0 -35
  837. package/es/shared/components/SlotRender/index.js +0 -2
  838. package/es/shared/components/SvgIcon/SvgIcon.vue.js +0 -36
  839. package/es/shared/components/SvgIcon/index.js +0 -2
  840. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.js +0 -77
  841. package/es/shared/components/TextOverTooltip/index.js +0 -2
  842. package/es/shared/components/VueDraggable/index.js +0 -2
  843. package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.js +0 -35
  844. package/es/shared/components/VueDraggable/src/core/componentStructure.js +0 -54
  845. package/es/shared/components/VueDraggable/src/core/renderHelper.js +0 -47
  846. package/es/shared/components/VueDraggable/src/core/sortableEvents.js +0 -14
  847. package/es/shared/components/VueDraggable/src/util/console.js +0 -9
  848. package/es/shared/components/VueDraggable/src/util/htmlHelper.js +0 -11
  849. package/es/shared/components/VueDraggable/src/util/string.js +0 -11
  850. package/es/shared/components/VueDraggable/src/util/tags.js +0 -130
  851. package/es/shared/components/VueDraggable/src/vuedraggable.js +0 -265
  852. package/es/shared/components/no-data/NoData.vue.js +0 -74
  853. package/es/shared/components/no-data/index.js +0 -2
  854. package/es/shared/components/player-vod/player.js +0 -121
  855. package/es/shared/components/player-vod/video-modal.js +0 -91
  856. package/es/shared/global/variable.js +0 -3
  857. package/es/shared/utils/anime.js +0 -129
  858. package/es/shared/utils/colorLog.js +0 -53
  859. package/es/shared/utils/index.js +0 -167
  860. package/es/shared/utils/loadViewer.js +0 -11
  861. package/es/shared/utils/tapable/AsyncParallelBailHook.js +0 -63
  862. package/es/shared/utils/tapable/AsyncParallelHook.js +0 -27
  863. package/es/shared/utils/tapable/AsyncSeriesBailHook.js +0 -18
  864. package/es/shared/utils/tapable/AsyncSeriesHook.js +0 -27
  865. package/es/shared/utils/tapable/AsyncSeriesLoopHook.js +0 -12
  866. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +0 -22
  867. package/es/shared/utils/tapable/Hook.js +0 -140
  868. package/es/shared/utils/tapable/HookCodeFactory.js +0 -456
  869. package/es/shared/utils/tapable/SyncBailHook.js +0 -19
  870. package/es/shared/utils/tapable/SyncHook.js +0 -34
  871. package/es/shared/utils/tapable/SyncLoopHook.js +0 -13
  872. package/es/shared/utils/tapable/SyncWaterfallHook.js +0 -47
  873. package/es/shared/utils/utilExpand.js +0 -715
  874. package/es/shared/utils/vexutils.js +0 -59
  875. /package/es/{components → packages/components}/annotation-edit/src/type.js +0 -0
  876. /package/es/{components → packages/components}/fabric-chart/src/interface.js +0 -0
  877. /package/es/{components → packages/components}/form-config/src/types/index.js +0 -0
  878. /package/es/{components → packages/components}/iho-table/src/plugins/filterPlugin/types.js +0 -0
  879. /package/es/{components → packages/components}/recommend-search/src/types/index.js +0 -0
  880. /package/es/{components → packages/components}/shortcut-provider/src/types/index.js +0 -0
  881. /package/es/{components → packages/components}/shortcut-setter/src/types/index.js +0 -0
  882. /package/es/{shared → packages/components/table-filter/src/types}/index.js +0 -0
  883. /package/es/{shared/types/index.js → packages/components/table-filter/src/types/tool.js} +0 -0
@@ -0,0 +1,3841 @@
1
+ /// <reference types="node" />
2
+ import moment from 'moment';
3
+ import 'moment/locale/zh-cn';
4
+ import { PropType } from 'vue';
5
+ import { DropdownOption } from 'naive-ui';
6
+ import { ISearchType, IrelationType, IbtnType, IsettingsType, IrowBtnListObj, IPrintType, IPrintAboutType, IOriginConditionType } from '../../../../../es/components/table-filter/src/types';
7
+ declare const _default: import("vue").DefineComponent<{
8
+ width: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ searchInputWidth: {
13
+ type: NumberConstructor;
14
+ default: number;
15
+ };
16
+ searchInputPlaceHolder: {
17
+ type: StringConstructor;
18
+ };
19
+ onSearch: {
20
+ type: FunctionConstructor;
21
+ };
22
+ rowBtnList: {
23
+ type: PropType<IbtnType[]>;
24
+ default: () => never[];
25
+ };
26
+ paramsData: {
27
+ type: any;
28
+ };
29
+ showButtonTop: {
30
+ type: (NumberConstructor | StringConstructor)[];
31
+ };
32
+ showSettings: {
33
+ type: PropType<IsettingsType>;
34
+ default: () => {};
35
+ };
36
+ clickRowData: {
37
+ type: any;
38
+ };
39
+ value: {
40
+ type: StringConstructor;
41
+ };
42
+ searchFieldList: {
43
+ type: PropType<ISearchType[]>;
44
+ default: () => never[];
45
+ };
46
+ searchFieldLimit: {
47
+ type: ObjectConstructor;
48
+ default: () => {};
49
+ };
50
+ viewList: {
51
+ type: ArrayConstructor;
52
+ default: () => never[];
53
+ };
54
+ TypeOfDisplay: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ tableAllCheck: {
59
+ type: BooleanConstructor;
60
+ };
61
+ classificationIndex: {
62
+ type: NumberConstructor;
63
+ };
64
+ editTableSource: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ showRelatedTreeBtn: {
69
+ type: BooleanConstructor;
70
+ };
71
+ relatedBaseInfo: {
72
+ type: ObjectConstructor;
73
+ };
74
+ onRelatedSearch: {
75
+ type: FunctionConstructor;
76
+ };
77
+ showResetFilterBtn: {
78
+ type: BooleanConstructor;
79
+ default: boolean;
80
+ };
81
+ qqConObjCount: {
82
+ type: NumberConstructor;
83
+ default: number;
84
+ };
85
+ conditionType: {
86
+ type: StringConstructor;
87
+ };
88
+ countCondition: {
89
+ type: (NumberConstructor | StringConstructor)[];
90
+ };
91
+ countTabCondition: {
92
+ type: NumberConstructor;
93
+ };
94
+ tabConditionNumObj: {
95
+ type: ObjectConstructor;
96
+ default: () => void;
97
+ };
98
+ isRelatedSearchFold: {
99
+ type: BooleanConstructor;
100
+ default: boolean;
101
+ };
102
+ tableId: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ conditionMap: {
107
+ type: ObjectConstructor;
108
+ default: () => void;
109
+ };
110
+ getFilterData: {
111
+ type: FunctionConstructor;
112
+ };
113
+ oldtableData: {
114
+ type: ArrayConstructor;
115
+ };
116
+ isNestTableClick: {
117
+ type: BooleanConstructor;
118
+ };
119
+ isAdmin: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ /**
124
+ * 导入量表配置
125
+ */
126
+ importGuageConfig: {
127
+ type: ObjectConstructor;
128
+ default: () => {
129
+ action: string;
130
+ };
131
+ };
132
+ /**
133
+ * 打印配置
134
+ */
135
+ printConfig: {
136
+ type: ObjectConstructor;
137
+ default: () => {
138
+ printBaseUrl: string;
139
+ postStepRule: () => Promise<{}>;
140
+ };
141
+ };
142
+ gettersConfig: {
143
+ type: ObjectConstructor;
144
+ default: () => {
145
+ getIsTile: boolean;
146
+ selectRowObj: never[];
147
+ isInlineOperating: boolean;
148
+ printNumberCache: {};
149
+ };
150
+ };
151
+ /**
152
+ * 是否展示行编辑的按钮
153
+ */
154
+ visibleInlineOperateBtn: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
158
+ tabConditionList: {
159
+ type: PropType<IOriginConditionType[]>;
160
+ default: () => never[];
161
+ };
162
+ lastOutSearchFieldList: {
163
+ type: PropType<ISearchType[]>;
164
+ default: () => never[];
165
+ };
166
+ lastOutRelationQuickSearch: {
167
+ type: PropType<IrelationType[]>;
168
+ default: () => never[];
169
+ };
170
+ relationTableList: {
171
+ type: PropType<IrelationType[]>;
172
+ default: () => never[];
173
+ };
174
+ /**
175
+ * 筛选外显
176
+ */
177
+ filterApiConfigOutSearch: {
178
+ type: ObjectConstructor;
179
+ default: () => {};
180
+ };
181
+ useFieldList: {
182
+ type: PropType<ISearchType[]>;
183
+ default: () => never[];
184
+ };
185
+ editTableUid: (NumberConstructor | StringConstructor)[];
186
+ preventReTime: {
187
+ type: NumberConstructor;
188
+ default: number;
189
+ };
190
+ isCardNewBatch: {
191
+ type: BooleanConstructor;
192
+ deafult: boolean;
193
+ };
194
+ isBatchSelect: {
195
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
196
+ default: string;
197
+ };
198
+ filterApiConfig: {
199
+ type: ObjectConstructor;
200
+ };
201
+ }, {
202
+ attrs: any;
203
+ slots: any;
204
+ $dialog: import("naive-ui").DialogApi;
205
+ $message: import("naive-ui").MessageApi;
206
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
207
+ $utils: {
208
+ getBtnStyle(v: IbtnType): {
209
+ 'border-color': string;
210
+ color: string;
211
+ 'background-color'?: undefined;
212
+ } | {
213
+ color: string;
214
+ 'border-color'?: undefined;
215
+ 'background-color'?: undefined;
216
+ } | {
217
+ 'background-color': string;
218
+ 'border-color': string;
219
+ color?: undefined;
220
+ };
221
+ getRowOperatorIdSetting(row: any, btn: IbtnType): any;
222
+ getAlphafloat(a: any, alpha?: any): number;
223
+ hexToRGBA(hex: string, alpha?: any): "" | {
224
+ r: any;
225
+ g: any;
226
+ b: any;
227
+ a: number;
228
+ };
229
+ handleLabelColor(item: any, isSelect: boolean): {
230
+ color: string;
231
+ background: string;
232
+ borderColor: string;
233
+ };
234
+ formatTime(type: string, time: any): string;
235
+ isJSON(str: any): boolean;
236
+ isArray(val: any): boolean;
237
+ isEmpty(val: any): boolean;
238
+ isString(val: any): boolean;
239
+ isPlainObject(val: any): boolean;
240
+ };
241
+ outQuickSearchFn: {
242
+ handleRequestedLabel(v: any): Promise<import("axios").AxiosResponse<any, any>>;
243
+ handlerInitSearchItem(arr: ISearchType[], searchFieldLimit?: any): void;
244
+ handleSetLabelOptions(labelType: any, el: ISearchType): void;
245
+ getConObj(arr: any): any;
246
+ };
247
+ validConObj: (conObj: any, fieldList: ISearchType[], fieldSearchLimit: any) => any;
248
+ isRender: (cfg: ISearchType) => any;
249
+ getRenderSearchConObj: (cfg: ISearchType) => {
250
+ field_key: string;
251
+ con: string | undefined;
252
+ value: any[] | null;
253
+ unit: null;
254
+ } | null;
255
+ isExistDefValByRenderWidget: (cfg: ISearchType) => boolean;
256
+ BTNOBJ: {
257
+ copy: string;
258
+ pencil: string;
259
+ delete: string;
260
+ add: string;
261
+ download: string;
262
+ label: string;
263
+ queding: string;
264
+ del: string;
265
+ };
266
+ baseLeft: any;
267
+ btnRow: any;
268
+ inputSearchLi: any;
269
+ quickSearchLi: any;
270
+ quicksearch: any;
271
+ search: any;
272
+ rowTileBtnItem: any;
273
+ relatedSearchInput: any;
274
+ baseSearchPlaceholderSpan: any;
275
+ dynamicRef: any;
276
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
277
+ width: {
278
+ type: StringConstructor;
279
+ default: string;
280
+ };
281
+ searchInputWidth: {
282
+ type: NumberConstructor;
283
+ default: number;
284
+ };
285
+ searchInputPlaceHolder: {
286
+ type: StringConstructor;
287
+ };
288
+ onSearch: {
289
+ type: FunctionConstructor;
290
+ };
291
+ rowBtnList: {
292
+ type: PropType<IbtnType[]>;
293
+ default: () => never[];
294
+ };
295
+ paramsData: {
296
+ type: any;
297
+ };
298
+ showButtonTop: {
299
+ type: (NumberConstructor | StringConstructor)[];
300
+ };
301
+ showSettings: {
302
+ type: PropType<IsettingsType>;
303
+ default: () => {};
304
+ };
305
+ clickRowData: {
306
+ type: any;
307
+ };
308
+ value: {
309
+ type: StringConstructor;
310
+ };
311
+ searchFieldList: {
312
+ type: PropType<ISearchType[]>;
313
+ default: () => never[];
314
+ };
315
+ searchFieldLimit: {
316
+ type: ObjectConstructor;
317
+ default: () => {};
318
+ };
319
+ viewList: {
320
+ type: ArrayConstructor;
321
+ default: () => never[];
322
+ };
323
+ TypeOfDisplay: {
324
+ type: StringConstructor;
325
+ default: string;
326
+ };
327
+ tableAllCheck: {
328
+ type: BooleanConstructor;
329
+ };
330
+ classificationIndex: {
331
+ type: NumberConstructor;
332
+ };
333
+ editTableSource: {
334
+ type: StringConstructor;
335
+ default: string;
336
+ };
337
+ showRelatedTreeBtn: {
338
+ type: BooleanConstructor;
339
+ };
340
+ relatedBaseInfo: {
341
+ type: ObjectConstructor;
342
+ };
343
+ onRelatedSearch: {
344
+ type: FunctionConstructor;
345
+ };
346
+ showResetFilterBtn: {
347
+ type: BooleanConstructor;
348
+ default: boolean;
349
+ };
350
+ qqConObjCount: {
351
+ type: NumberConstructor;
352
+ default: number;
353
+ };
354
+ conditionType: {
355
+ type: StringConstructor;
356
+ };
357
+ countCondition: {
358
+ type: (NumberConstructor | StringConstructor)[];
359
+ };
360
+ countTabCondition: {
361
+ type: NumberConstructor;
362
+ };
363
+ tabConditionNumObj: {
364
+ type: ObjectConstructor;
365
+ default: () => void;
366
+ };
367
+ isRelatedSearchFold: {
368
+ type: BooleanConstructor;
369
+ default: boolean;
370
+ };
371
+ tableId: {
372
+ type: StringConstructor;
373
+ default: string;
374
+ };
375
+ conditionMap: {
376
+ type: ObjectConstructor;
377
+ default: () => void;
378
+ };
379
+ getFilterData: {
380
+ type: FunctionConstructor;
381
+ };
382
+ oldtableData: {
383
+ type: ArrayConstructor;
384
+ };
385
+ isNestTableClick: {
386
+ type: BooleanConstructor;
387
+ };
388
+ isAdmin: {
389
+ type: BooleanConstructor;
390
+ default: boolean;
391
+ };
392
+ /**
393
+ * 导入量表配置
394
+ */
395
+ importGuageConfig: {
396
+ type: ObjectConstructor;
397
+ default: () => {
398
+ action: string;
399
+ };
400
+ };
401
+ /**
402
+ * 打印配置
403
+ */
404
+ printConfig: {
405
+ type: ObjectConstructor;
406
+ default: () => {
407
+ printBaseUrl: string;
408
+ postStepRule: () => Promise<{}>;
409
+ };
410
+ };
411
+ gettersConfig: {
412
+ type: ObjectConstructor;
413
+ default: () => {
414
+ getIsTile: boolean;
415
+ selectRowObj: never[];
416
+ isInlineOperating: boolean;
417
+ printNumberCache: {};
418
+ };
419
+ };
420
+ /**
421
+ * 是否展示行编辑的按钮
422
+ */
423
+ visibleInlineOperateBtn: {
424
+ type: BooleanConstructor;
425
+ default: boolean;
426
+ };
427
+ tabConditionList: {
428
+ type: PropType<IOriginConditionType[]>;
429
+ default: () => never[];
430
+ };
431
+ lastOutSearchFieldList: {
432
+ type: PropType<ISearchType[]>;
433
+ default: () => never[];
434
+ };
435
+ lastOutRelationQuickSearch: {
436
+ type: PropType<IrelationType[]>;
437
+ default: () => never[];
438
+ };
439
+ relationTableList: {
440
+ type: PropType<IrelationType[]>;
441
+ default: () => never[];
442
+ };
443
+ /**
444
+ * 筛选外显
445
+ */
446
+ filterApiConfigOutSearch: {
447
+ type: ObjectConstructor;
448
+ default: () => {};
449
+ };
450
+ useFieldList: {
451
+ type: PropType<ISearchType[]>;
452
+ default: () => never[];
453
+ };
454
+ editTableUid: (NumberConstructor | StringConstructor)[];
455
+ preventReTime: {
456
+ type: NumberConstructor;
457
+ default: number;
458
+ };
459
+ isCardNewBatch: {
460
+ type: BooleanConstructor;
461
+ deafult: boolean;
462
+ };
463
+ isBatchSelect: {
464
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
465
+ default: string;
466
+ };
467
+ filterApiConfig: {
468
+ type: ObjectConstructor;
469
+ };
470
+ }>> & {
471
+ onInput?: ((...args: any[]) => any) | undefined;
472
+ onOnSave?: ((...args: any[]) => any) | undefined;
473
+ onTabClick?: ((...args: any[]) => any) | undefined;
474
+ onSetIsTile?: ((...args: any[]) => any) | undefined;
475
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
476
+ onSetConditionMap?: ((...args: any[]) => any) | undefined;
477
+ onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
478
+ onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
479
+ onBtnEvent?: ((...args: any[]) => any) | undefined;
480
+ onGetClassification?: ((...args: any[]) => any) | undefined;
481
+ onChangeSearch?: ((...args: any[]) => any) | undefined;
482
+ onReloadList?: ((...args: any[]) => any) | undefined;
483
+ onClickBtn?: ((...args: any[]) => any) | undefined;
484
+ onHandlerSetting?: ((...args: any[]) => any) | undefined;
485
+ onHandlerChangeView?: ((...args: any[]) => any) | undefined;
486
+ onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
487
+ onHandleReset?: ((...args: any[]) => any) | undefined;
488
+ onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
489
+ onImportUpdate?: ((...args: any[]) => any) | undefined;
490
+ onBtnEventTree?: ((...args: any[]) => any) | undefined;
491
+ onOutSearchInit?: ((...args: any[]) => any) | undefined;
492
+ onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
493
+ onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
494
+ onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
495
+ }>>;
496
+ editTableWrapper: import("vue").Ref<import("../../../../../es/components/table-filter/src/types").IeditTableWrapperItem>;
497
+ emit: (event: "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", ...args: any[]) => void;
498
+ modalVisible: import("vue").Ref<boolean>;
499
+ currentTempId: import("vue").Ref<string>;
500
+ viewCongfigList: import("vue").Ref<never[]>;
501
+ isTile: import("vue").Ref<boolean>;
502
+ conditionList: import("vue").Ref<never[]>;
503
+ displayCategoryList: import("vue").Ref<never[]>;
504
+ settingId: import("vue").Ref<string>;
505
+ searchDefName: import("vue").Ref<string>;
506
+ rowTileBtnList: import("vue").Ref<{
507
+ buttonType: string;
508
+ color: string;
509
+ icon: string;
510
+ id: string;
511
+ isShow: number;
512
+ name: string;
513
+ setting: string;
514
+ settingList: string;
515
+ settingObj: {
516
+ obj_id: string;
517
+ trigger_type: string;
518
+ isTips: string;
519
+ trigger_id?: string | undefined;
520
+ trigger_name?: string | undefined;
521
+ params?: {
522
+ p_name: string;
523
+ p_value: string;
524
+ }[] | undefined;
525
+ editAllRow?: number | undefined;
526
+ tipsMsg?: any;
527
+ newTitle?: string | undefined;
528
+ display?: string | undefined;
529
+ importComponentId?: string | undefined;
530
+ importComponentName?: string | undefined;
531
+ prevStepSetting?: any;
532
+ linkShowType?: string | undefined;
533
+ conditionExpression?: string | undefined;
534
+ conditionParams?: any;
535
+ }[];
536
+ showStyle: string;
537
+ sid: string;
538
+ tableId: string;
539
+ toggle: string;
540
+ type: string;
541
+ alias?: string | undefined;
542
+ buttonRemark?: string | undefined;
543
+ buttonGroup?: any;
544
+ canHandleUniline?: boolean | undefined;
545
+ chooseTwoData?: string | undefined;
546
+ createdTime?: string | undefined;
547
+ dataSource?: string | undefined;
548
+ isButtonGroup?: boolean | undefined;
549
+ isHide?: boolean | undefined;
550
+ isImportGuage?: boolean | undefined;
551
+ iconSetting?: string | undefined;
552
+ isShowFoldGroupBtn?: boolean | undefined;
553
+ isVisible?: boolean | undefined;
554
+ printType?: any;
555
+ quoteSetting?: string | undefined;
556
+ showStyleSetting?: string | undefined;
557
+ strategy?: string | undefined;
558
+ updatedTime?: string | undefined;
559
+ __printConfig?: any;
560
+ }[]>;
561
+ rowFoldBtnList: import("vue").Ref<{
562
+ buttonType: string;
563
+ color: string;
564
+ icon: string;
565
+ id: string;
566
+ isShow: number;
567
+ name: string;
568
+ setting: string;
569
+ settingList: string;
570
+ settingObj: {
571
+ obj_id: string;
572
+ trigger_type: string;
573
+ isTips: string;
574
+ trigger_id?: string | undefined;
575
+ trigger_name?: string | undefined;
576
+ params?: {
577
+ p_name: string;
578
+ p_value: string;
579
+ }[] | undefined;
580
+ editAllRow?: number | undefined;
581
+ tipsMsg?: any;
582
+ newTitle?: string | undefined;
583
+ display?: string | undefined;
584
+ importComponentId?: string | undefined;
585
+ importComponentName?: string | undefined;
586
+ prevStepSetting?: any;
587
+ linkShowType?: string | undefined;
588
+ conditionExpression?: string | undefined;
589
+ conditionParams?: any;
590
+ }[];
591
+ showStyle: string;
592
+ sid: string;
593
+ tableId: string;
594
+ toggle: string;
595
+ type: string;
596
+ alias?: string | undefined;
597
+ buttonRemark?: string | undefined;
598
+ buttonGroup?: any;
599
+ canHandleUniline?: boolean | undefined;
600
+ chooseTwoData?: string | undefined;
601
+ createdTime?: string | undefined;
602
+ dataSource?: string | undefined;
603
+ isButtonGroup?: boolean | undefined;
604
+ isHide?: boolean | undefined;
605
+ isImportGuage?: boolean | undefined;
606
+ iconSetting?: string | undefined;
607
+ isShowFoldGroupBtn?: boolean | undefined;
608
+ isVisible?: boolean | undefined;
609
+ printType?: any;
610
+ quoteSetting?: string | undefined;
611
+ showStyleSetting?: string | undefined;
612
+ strategy?: string | undefined;
613
+ updatedTime?: string | undefined;
614
+ __printConfig?: any;
615
+ }[]>;
616
+ rowPrintBtnList: import("vue").Ref<{
617
+ buttonType: string;
618
+ color: string;
619
+ icon: string;
620
+ id: string;
621
+ isShow: number;
622
+ name: string;
623
+ setting: string;
624
+ settingList: string;
625
+ settingObj: {
626
+ obj_id: string;
627
+ trigger_type: string;
628
+ isTips: string;
629
+ trigger_id?: string | undefined;
630
+ trigger_name?: string | undefined;
631
+ params?: {
632
+ p_name: string;
633
+ p_value: string;
634
+ }[] | undefined;
635
+ editAllRow?: number | undefined;
636
+ tipsMsg?: any;
637
+ newTitle?: string | undefined;
638
+ display?: string | undefined;
639
+ importComponentId?: string | undefined;
640
+ importComponentName?: string | undefined;
641
+ prevStepSetting?: any;
642
+ linkShowType?: string | undefined;
643
+ conditionExpression?: string | undefined;
644
+ conditionParams?: any;
645
+ }[];
646
+ showStyle: string;
647
+ sid: string;
648
+ tableId: string;
649
+ toggle: string;
650
+ type: string;
651
+ alias?: string | undefined;
652
+ buttonRemark?: string | undefined;
653
+ buttonGroup?: any;
654
+ canHandleUniline?: boolean | undefined;
655
+ chooseTwoData?: string | undefined;
656
+ createdTime?: string | undefined;
657
+ dataSource?: string | undefined;
658
+ isButtonGroup?: boolean | undefined;
659
+ isHide?: boolean | undefined;
660
+ isImportGuage?: boolean | undefined;
661
+ iconSetting?: string | undefined;
662
+ isShowFoldGroupBtn?: boolean | undefined;
663
+ isVisible?: boolean | undefined;
664
+ printType?: any;
665
+ quoteSetting?: string | undefined;
666
+ showStyleSetting?: string | undefined;
667
+ strategy?: string | undefined;
668
+ updatedTime?: string | undefined;
669
+ __printConfig?: any;
670
+ }[]>;
671
+ rowFoldHideBtnList: import("vue").Ref<{
672
+ buttonType: string;
673
+ color: string;
674
+ icon: string;
675
+ id: string;
676
+ isShow: number;
677
+ name: string;
678
+ setting: string;
679
+ settingList: string;
680
+ settingObj: {
681
+ obj_id: string;
682
+ trigger_type: string;
683
+ isTips: string;
684
+ trigger_id?: string | undefined;
685
+ trigger_name?: string | undefined;
686
+ params?: {
687
+ p_name: string;
688
+ p_value: string;
689
+ }[] | undefined;
690
+ editAllRow?: number | undefined;
691
+ tipsMsg?: any;
692
+ newTitle?: string | undefined;
693
+ display?: string | undefined;
694
+ importComponentId?: string | undefined;
695
+ importComponentName?: string | undefined;
696
+ prevStepSetting?: any;
697
+ linkShowType?: string | undefined;
698
+ conditionExpression?: string | undefined;
699
+ conditionParams?: any;
700
+ }[];
701
+ showStyle: string;
702
+ sid: string;
703
+ tableId: string;
704
+ toggle: string;
705
+ type: string;
706
+ alias?: string | undefined;
707
+ buttonRemark?: string | undefined;
708
+ buttonGroup?: any;
709
+ canHandleUniline?: boolean | undefined;
710
+ chooseTwoData?: string | undefined;
711
+ createdTime?: string | undefined;
712
+ dataSource?: string | undefined;
713
+ isButtonGroup?: boolean | undefined;
714
+ isHide?: boolean | undefined;
715
+ isImportGuage?: boolean | undefined;
716
+ iconSetting?: string | undefined;
717
+ isShowFoldGroupBtn?: boolean | undefined;
718
+ isVisible?: boolean | undefined;
719
+ printType?: any;
720
+ quoteSetting?: string | undefined;
721
+ showStyleSetting?: string | undefined;
722
+ strategy?: string | undefined;
723
+ updatedTime?: string | undefined;
724
+ __printConfig?: any;
725
+ }[]>;
726
+ rowFoldHideBtnListObj: import("vue").Ref<IrowBtnListObj | undefined>;
727
+ batchRelationBtnIds: import("vue").Ref<string[]>;
728
+ relationBtnBatchBtnIds: import("vue").Ref<string[]>;
729
+ nobutton1: import("vue").Ref<boolean>;
730
+ noSetting1: import("vue").Ref<boolean>;
731
+ isChangeWindow: import("vue").Ref<boolean>;
732
+ modalWidth: import("vue").Ref<string>;
733
+ modalHeight: import("vue").Ref<string>;
734
+ label_max_count: import("vue").Ref<number>;
735
+ baseLeftWidth: import("vue").Ref<number>;
736
+ btnRowWidth: import("vue").Ref<number>;
737
+ classificationWidth: import("vue").Ref<number>;
738
+ inputSearchWidth: import("vue").Ref<number>;
739
+ quickSearchWidth: import("vue").Ref<number>;
740
+ downloadDropdownWidth: import("vue").Ref<number>;
741
+ diffWidth: import("vue").Ref<number>;
742
+ resizeFlag: import("vue").Ref<boolean>;
743
+ rowTileBtnListTree: import("vue").Ref<{
744
+ buttonType: string;
745
+ color: string;
746
+ icon: string;
747
+ id: string;
748
+ isShow: number;
749
+ name: string;
750
+ setting: string;
751
+ settingList: string;
752
+ settingObj: {
753
+ obj_id: string;
754
+ trigger_type: string;
755
+ isTips: string;
756
+ trigger_id?: string | undefined;
757
+ trigger_name?: string | undefined;
758
+ params?: {
759
+ p_name: string;
760
+ p_value: string;
761
+ }[] | undefined;
762
+ editAllRow?: number | undefined;
763
+ tipsMsg?: any;
764
+ newTitle?: string | undefined;
765
+ display?: string | undefined;
766
+ importComponentId?: string | undefined;
767
+ importComponentName?: string | undefined;
768
+ prevStepSetting?: any;
769
+ linkShowType?: string | undefined;
770
+ conditionExpression?: string | undefined;
771
+ conditionParams?: any;
772
+ }[];
773
+ showStyle: string;
774
+ sid: string;
775
+ tableId: string;
776
+ toggle: string;
777
+ type: string;
778
+ alias?: string | undefined;
779
+ buttonRemark?: string | undefined;
780
+ buttonGroup?: any;
781
+ canHandleUniline?: boolean | undefined;
782
+ chooseTwoData?: string | undefined;
783
+ createdTime?: string | undefined;
784
+ dataSource?: string | undefined;
785
+ isButtonGroup?: boolean | undefined;
786
+ isHide?: boolean | undefined;
787
+ isImportGuage?: boolean | undefined;
788
+ iconSetting?: string | undefined;
789
+ isShowFoldGroupBtn?: boolean | undefined;
790
+ isVisible?: boolean | undefined;
791
+ printType?: any;
792
+ quoteSetting?: string | undefined;
793
+ showStyleSetting?: string | undefined;
794
+ strategy?: string | undefined;
795
+ updatedTime?: string | undefined;
796
+ __printConfig?: any;
797
+ }[]>;
798
+ outSearchFieldList: import("vue").Ref<{
799
+ columnName: string;
800
+ title: string;
801
+ fieldType?: string | undefined;
802
+ filterExplicit?: number | undefined;
803
+ isShowSearch?: number | undefined;
804
+ setting?: any;
805
+ settingObj?: any;
806
+ placeholder?: string | undefined;
807
+ AGEAttr?: boolean | undefined;
808
+ BIRTHDAY?: {
809
+ con: any;
810
+ limit_date?: any;
811
+ start_val: any;
812
+ end_val: any;
813
+ unit?: string | undefined;
814
+ units?: {
815
+ con: string;
816
+ title: string;
817
+ name: string;
818
+ units?: number | undefined;
819
+ }[] | undefined;
820
+ } | undefined;
821
+ DATE?: {
822
+ con: any;
823
+ limit_date?: any;
824
+ start_val: any;
825
+ end_val: any;
826
+ unit?: string | undefined;
827
+ units?: {
828
+ con: string;
829
+ title: string;
830
+ name: string;
831
+ units?: number | undefined;
832
+ }[] | undefined;
833
+ } | undefined;
834
+ CL?: string | undefined;
835
+ CONVERT?: any;
836
+ EVALUATEAttr?: boolean | undefined;
837
+ EQ?: string | undefined;
838
+ LABELAttr?: boolean | undefined;
839
+ _isBlock?: boolean | undefined;
840
+ _frontId?: any;
841
+ NUMBERFiled?: boolean | undefined;
842
+ PASSWORDTYPE?: boolean | undefined;
843
+ advanceColWidth?: string | undefined;
844
+ advanceOptionSetting?: string | undefined;
845
+ alias?: string | undefined;
846
+ ageObj?: any;
847
+ attr?: string | undefined;
848
+ bigValue?: string | number | undefined;
849
+ classify?: string | undefined;
850
+ colWidth?: number | undefined;
851
+ columnFullName?: string | undefined;
852
+ com?: string | undefined;
853
+ comType?: string | undefined;
854
+ comAttr?: string | undefined;
855
+ con?: string | undefined;
856
+ dataSource?: any;
857
+ dateTeam?: {
858
+ con: string;
859
+ title: string;
860
+ name: string;
861
+ units?: number | undefined;
862
+ }[] | undefined;
863
+ dictionarieObj?: any;
864
+ explicitRequired?: number | undefined;
865
+ explicitDefaultVal?: string | undefined;
866
+ extraField?: boolean | undefined;
867
+ fieldSetting?: string | undefined;
868
+ format?: string | undefined;
869
+ i18n?: string | undefined;
870
+ id?: string | undefined;
871
+ inputVal?: string | undefined;
872
+ inputUnit?: string | undefined;
873
+ isAvg?: number | undefined;
874
+ isEdit?: number | undefined;
875
+ isFixed?: number | undefined;
876
+ isFixedShow?: number | undefined;
877
+ isFontWeight?: number | undefined;
878
+ isMerge?: number | undefined;
879
+ isOrder?: number | undefined;
880
+ isPreciseSearch?: boolean | undefined;
881
+ isRender?: boolean | undefined;
882
+ isSearch?: number | undefined;
883
+ isShow?: number | undefined;
884
+ isSort?: number | undefined;
885
+ isSum?: number | undefined;
886
+ labelObj?: any;
887
+ labelList?: {
888
+ labelId?: string | undefined;
889
+ change_text: string;
890
+ field_key: string;
891
+ filter: {
892
+ con: string;
893
+ conName?: string | undefined;
894
+ field_key: string;
895
+ key?: string | undefined;
896
+ value: string;
897
+ }[];
898
+ label: string;
899
+ labelName: string;
900
+ sqlExpression: string;
901
+ value: string;
902
+ isSelect?: boolean | undefined;
903
+ }[] | undefined;
904
+ labelSelectList?: {
905
+ labelId?: string | undefined;
906
+ change_text: string;
907
+ field_key: string;
908
+ filter: {
909
+ con: string;
910
+ conName?: string | undefined;
911
+ field_key: string;
912
+ key?: string | undefined;
913
+ value: string;
914
+ }[];
915
+ label: string;
916
+ labelName: string;
917
+ sqlExpression: string;
918
+ value: string;
919
+ isSelect?: boolean | undefined;
920
+ }[] | undefined;
921
+ lessValue?: string | number | undefined;
922
+ marginx?: string | undefined;
923
+ notParticipatingSearch?: number | undefined;
924
+ order?: string | undefined;
925
+ QUOTE?: any;
926
+ searchPageConfig?: any;
927
+ selecteds?: any;
928
+ sequence?: number | undefined;
929
+ showDate?: boolean | undefined;
930
+ showFormat?: string | undefined;
931
+ showTime?: boolean | undefined;
932
+ sid?: string | undefined;
933
+ start_val?: number | null | undefined;
934
+ end_val?: number | null | undefined;
935
+ tempCon?: any;
936
+ tableId?: string | undefined;
937
+ value?: any;
938
+ unit?: string | undefined;
939
+ widgetCfg?: any;
940
+ formTitle?: string | undefined;
941
+ random_key?: string | undefined;
942
+ widgetType?: any;
943
+ hasFieldList?: any;
944
+ search_DefaultValue?: any;
945
+ }[]>;
946
+ tabIndex: import("vue").Ref<number>;
947
+ printBtnPrevFnWatch: import("vue").Ref<{}>;
948
+ printPrevFinish: import("vue").Ref<boolean>;
949
+ printBtnPrevFnWatchTimeoutTimer: any;
950
+ printBtn: any;
951
+ groupBtnObj: any;
952
+ btnObj: import("vue").Ref<{
953
+ copy: string;
954
+ pencil: string;
955
+ delete: string;
956
+ add: string;
957
+ download: string;
958
+ label: string;
959
+ queding: string;
960
+ del: string;
961
+ }>;
962
+ printBtnStrategys: any;
963
+ outRelationQuickSearch: import("vue").Ref<{
964
+ fieldList?: any;
965
+ valueField?: any;
966
+ primaryField?: any;
967
+ relationField?: any;
968
+ tableId: any;
969
+ parameterConversionId: any;
970
+ converFun: any;
971
+ preConObj: any;
972
+ relationOrgId: any;
973
+ preSqlExpression: any;
974
+ tableName?: string | undefined;
975
+ quote_con?: {
976
+ conObj: {
977
+ con: string;
978
+ field_key: string;
979
+ start_val: number | null;
980
+ end_val?: number | null | undefined;
981
+ unit: string;
982
+ value: any;
983
+ fieldId?: string | undefined;
984
+ fieldType?: string | undefined;
985
+ id?: string | undefined;
986
+ is_compare_field?: boolean | undefined;
987
+ limit_date?: any;
988
+ wordbookValueList?: any;
989
+ };
990
+ sqlExpression: string;
991
+ } | undefined;
992
+ field_key?: string | undefined;
993
+ con?: string | undefined;
994
+ }[]>;
995
+ inputSearchW: import("vue").Ref<number>;
996
+ showPlaceholderPrefix: import("vue").Ref<boolean>;
997
+ isOrgAdmin: import("vue").ComputedRef<boolean>;
998
+ currentValue: import("vue").ComputedRef<string | undefined>;
999
+ allBtn: import("vue").ComputedRef<IbtnType[]>;
1000
+ isButtonFolding: import("vue").ComputedRef<boolean>;
1001
+ isShowSettingBtn: import("vue").ComputedRef<boolean | undefined>;
1002
+ showDownCurSelectData: import("vue").ComputedRef<any>;
1003
+ showRowFoldBtnList: import("vue").ComputedRef<(list: IbtnType[], key?: string) => boolean>;
1004
+ initPageResize: import("vue").ComputedRef<{
1005
+ showSettings: IsettingsType;
1006
+ TypeOfDisplay: string;
1007
+ classificationIndex: number | undefined;
1008
+ }>;
1009
+ isShowRowTileBtnItem: import("vue").ComputedRef<(item: IbtnType) => boolean>;
1010
+ showRelatedSearchFold: import("vue").ComputedRef<boolean>;
1011
+ handlePickerShowTime: import("vue").ComputedRef<(item: any) => false | {
1012
+ defaultValue: moment.Moment[];
1013
+ }>;
1014
+ isShowGroupBtn: import("vue").ComputedRef<boolean>;
1015
+ showLi: import("vue").ComputedRef<(item: IbtnType) => any>;
1016
+ showLiAdd: import("vue").ComputedRef<(b: IbtnType) => any>;
1017
+ showLiFold: import("vue").ComputedRef<(b: IbtnType) => any>;
1018
+ getIsTile: import("vue").ComputedRef<any>;
1019
+ selectRowObj: import("vue").ComputedRef<any>;
1020
+ isInlineOperating: import("vue").ComputedRef<any>;
1021
+ printNumberCache: import("vue").ComputedRef<any>;
1022
+ isBatchEditing: import("vue").ComputedRef<any>;
1023
+ curBatchBtnData: import("vue").ComputedRef<any>;
1024
+ isRowEditing: import("vue").ComputedRef<any>;
1025
+ showOutSearch: import("vue").ComputedRef<number>;
1026
+ showViewList: import("vue").ComputedRef<boolean>;
1027
+ optionsValue: import("vue").ComputedRef<(key: string) => any>;
1028
+ searchPlaceHolder: import("vue").ComputedRef<string>;
1029
+ showRelatedSearch: import("vue").ComputedRef<boolean>;
1030
+ showQuickSearch: import("vue").ComputedRef<boolean>;
1031
+ showBaseTabs: import("vue").ComputedRef<boolean | 0>;
1032
+ isCard: import("vue").ComputedRef<boolean>;
1033
+ setRowTileBtnItem: (el: any) => void;
1034
+ tabClick: (index: number) => false | undefined;
1035
+ pageResize: (obj: any) => any;
1036
+ onResize: () => void;
1037
+ saveListIsTile: () => Promise<void>;
1038
+ getTableCondiTionListRequest: (first?: boolean) => void;
1039
+ getTableCondiTionList: (first?: boolean, conditionMap?: {}) => Promise<unknown>;
1040
+ getTableCondiTionListNew: (tableIdVal: string) => Promise<any>;
1041
+ foldQuickSearch: () => void;
1042
+ openModal: () => void;
1043
+ closeModal: () => void;
1044
+ resetChangeWindow: () => void;
1045
+ changeModalWindow: () => void;
1046
+ openSaveToCalss: () => void;
1047
+ onSaveSearch: () => void;
1048
+ onSave: (obj: any, isOutFilter?: boolean, config?: {}) => false | undefined;
1049
+ editTableGetConObj: () => any;
1050
+ clearData: () => void;
1051
+ handlePrint: (clickBtn: any, btn: IbtnType, type: any, j: number) => void;
1052
+ showDrawer: (btn: IbtnType, j: number) => void;
1053
+ getUnilineBtn: (BatchBtn: IbtnType) => any;
1054
+ handleBtnEvent: (btn: IbtnType, j: number) => void;
1055
+ updateTableCondiTion: () => Promise<void>;
1056
+ CondiTionListInit: () => Promise<void>;
1057
+ saveGetTableCondiTionList: (options: any) => Promise<void>;
1058
+ changeSearch: (key: string, item: IbtnType) => void;
1059
+ changeSearchTile: (val: boolean) => void;
1060
+ openSetting: () => void;
1061
+ reloadList: (item: string) => void;
1062
+ clickBtn: (data: any, item: IbtnType, index: number, skip: boolean, j: number) => void;
1063
+ handleDropdown: (key: string, item: IbtnType) => void;
1064
+ handlerOperate: (key: string, item: IbtnType) => void;
1065
+ handlerBtnlist: (key: string, item: IbtnType, list: IbtnType[]) => void;
1066
+ clickGroupBtn: (btn: IbtnType, j: number) => void;
1067
+ handlerSetting: () => void;
1068
+ handlerReqAllConfigView: () => void;
1069
+ handlerSelectTemp: (e: string, item: DropdownOption) => void;
1070
+ isShowSetting: (v: string) => boolean;
1071
+ setBatchRelationBtnIds: (list: IbtnType[]) => false | undefined;
1072
+ setBtnStatus: (btn: IbtnType) => void;
1073
+ handleButtonGroup: (buttonList: IbtnType[]) => void;
1074
+ formatRowBtnList: () => Promise<void>;
1075
+ hideInlineOperationBtn: () => void;
1076
+ isPrintBtn: (btn: IbtnType) => boolean;
1077
+ handleTileBtnWidth: () => void;
1078
+ resetCheckStatus: () => void;
1079
+ handleReset: () => void;
1080
+ changeCardNewBatch: (val: boolean) => void;
1081
+ handleUploadChange: (info: any) => void;
1082
+ handleOtherConfigInit: () => void;
1083
+ handleAddType: (key: string, btn: IbtnType) => void;
1084
+ getRowTileBtnList: (btnList: IbtnType[]) => void;
1085
+ relatedSearchInputBlur: () => void;
1086
+ handleRequestedLabel: (v: string) => Promise<import("axios").AxiosResponse<any, any>>;
1087
+ initOutSearchFieldList: (config?: any) => void;
1088
+ dealOutFilterHideBtn: () => void;
1089
+ outFilterChange: (config?: {}) => void;
1090
+ getConObj: (arr: any) => any;
1091
+ getConObjParams: () => any;
1092
+ visibleBtn: (btn: IbtnType) => boolean;
1093
+ getPrintBtnParams: (btn: IbtnType) => any;
1094
+ setPrintNumberToBtnList: (printNumberList?: IPrintType[], btnList?: IbtnType[]) => IbtnType[];
1095
+ getPrintNumber: (list: IbtnType[]) => Promise<any>;
1096
+ receivePrintSuccessAboutPrint: (res: any, info: IPrintAboutType) => Promise<void>;
1097
+ receivePrintSuccess: (res: any, info: IPrintAboutType) => Promise<void>;
1098
+ receivePrintError: (res: any) => void;
1099
+ resetAllPrintFnWatch: () => void;
1100
+ printBtnPrevFnWatchSetTimeout: (reject: any) => void;
1101
+ printBtnPrevFn: (clickBtn: any, btn: IbtnType, type: number, j: number) => Promise<unknown>;
1102
+ inlineEditClick: () => void;
1103
+ handleGetOutSearchInitValue: () => any;
1104
+ getFiledRandom_key: (el: ISearchType) => string;
1105
+ inlineEditCancel: () => void;
1106
+ setBatchSaveRowStatus: (f: any) => void;
1107
+ setBatchCancelRowStatus: (f: any) => void;
1108
+ setPrintNumberCache: (obj: any) => void;
1109
+ getRef: (key: string) => any;
1110
+ setOutFilterValues: (obj: any) => Promise<void>;
1111
+ setSelectMuiWordBookType: (item: any, val: any) => void;
1112
+ vResize: {
1113
+ mounted(el: any, binding: any): void;
1114
+ };
1115
+ vPreventReClick: {
1116
+ mounted(el: any, binding: any): void;
1117
+ };
1118
+ PrintBtn: import("../../../../shared/types").SFCWithInstall<import("vue").DefineComponent<{
1119
+ printParams: {
1120
+ type: PropType<import("../../../../shared/types").AnyObject[]>;
1121
+ };
1122
+ params: {
1123
+ default: () => never[];
1124
+ type: PropType<import("../../../../shared/types").AnyObject[]>;
1125
+ };
1126
+ btnText: {
1127
+ default: string;
1128
+ type: StringConstructor;
1129
+ };
1130
+ printText: {
1131
+ default: string;
1132
+ type: StringConstructor;
1133
+ };
1134
+ previewText: {
1135
+ default: string;
1136
+ type: StringConstructor;
1137
+ };
1138
+ pdfLoadText: {
1139
+ default: string;
1140
+ type: StringConstructor;
1141
+ };
1142
+ formatEditText: {
1143
+ default: string;
1144
+ type: StringConstructor;
1145
+ };
1146
+ prevFn: {
1147
+ default: () => Promise<void>;
1148
+ type: FunctionConstructor;
1149
+ };
1150
+ queryPrintFormatByNumber: {
1151
+ default: () => Promise<{}>;
1152
+ type: FunctionConstructor;
1153
+ };
1154
+ queryTemplateParams: {
1155
+ default: () => Promise<{}>;
1156
+ type: FunctionConstructor;
1157
+ };
1158
+ strategy: {
1159
+ default: string;
1160
+ type: StringConstructor;
1161
+ };
1162
+ clickPrevFn: {
1163
+ default: () => Promise<boolean>;
1164
+ type: FunctionConstructor;
1165
+ };
1166
+ noDataMsg: {
1167
+ default: string;
1168
+ type: StringConstructor;
1169
+ };
1170
+ token: {
1171
+ type: StringConstructor;
1172
+ };
1173
+ printdlgshow: {
1174
+ default: string;
1175
+ type: StringConstructor;
1176
+ };
1177
+ btnprint: {
1178
+ type: StringConstructor;
1179
+ default: string;
1180
+ };
1181
+ directPrint: {
1182
+ type: BooleanConstructor;
1183
+ default: boolean;
1184
+ };
1185
+ }, {
1186
+ $message: import("naive-ui").MessageApi;
1187
+ printInstance: import("../../../../../es/components/button-print").Print | null;
1188
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1189
+ printParams: {
1190
+ type: PropType<import("../../../../shared/types").AnyObject[]>;
1191
+ };
1192
+ params: {
1193
+ default: () => never[];
1194
+ type: PropType<import("../../../../shared/types").AnyObject[]>;
1195
+ };
1196
+ btnText: {
1197
+ default: string;
1198
+ type: StringConstructor;
1199
+ };
1200
+ printText: {
1201
+ default: string;
1202
+ type: StringConstructor;
1203
+ };
1204
+ previewText: {
1205
+ default: string;
1206
+ type: StringConstructor;
1207
+ };
1208
+ pdfLoadText: {
1209
+ default: string;
1210
+ type: StringConstructor;
1211
+ };
1212
+ formatEditText: {
1213
+ default: string;
1214
+ type: StringConstructor;
1215
+ };
1216
+ prevFn: {
1217
+ default: () => Promise<void>;
1218
+ type: FunctionConstructor;
1219
+ };
1220
+ queryPrintFormatByNumber: {
1221
+ default: () => Promise<{}>;
1222
+ type: FunctionConstructor;
1223
+ };
1224
+ queryTemplateParams: {
1225
+ default: () => Promise<{}>;
1226
+ type: FunctionConstructor;
1227
+ };
1228
+ strategy: {
1229
+ default: string;
1230
+ type: StringConstructor;
1231
+ };
1232
+ clickPrevFn: {
1233
+ default: () => Promise<boolean>;
1234
+ type: FunctionConstructor;
1235
+ };
1236
+ noDataMsg: {
1237
+ default: string;
1238
+ type: StringConstructor;
1239
+ };
1240
+ token: {
1241
+ type: StringConstructor;
1242
+ };
1243
+ printdlgshow: {
1244
+ default: string;
1245
+ type: StringConstructor;
1246
+ };
1247
+ btnprint: {
1248
+ type: StringConstructor;
1249
+ default: string;
1250
+ };
1251
+ directPrint: {
1252
+ type: BooleanConstructor;
1253
+ default: boolean;
1254
+ };
1255
+ }>> & {
1256
+ onError?: ((...args: any[]) => any) | undefined;
1257
+ onSuccess?: ((...args: any[]) => any) | undefined;
1258
+ onClickoutside?: ((...args: any[]) => any) | undefined;
1259
+ }>>;
1260
+ emit: (event: "success" | "error" | "clickoutside", ...args: any[]) => void;
1261
+ state: {
1262
+ spinning: boolean;
1263
+ visible: boolean;
1264
+ formatList: never[];
1265
+ templateParams: {};
1266
+ printParams: never[];
1267
+ currentFormatId: string;
1268
+ identityVerification: {
1269
+ visible: boolean;
1270
+ };
1271
+ isInited: boolean;
1272
+ watchPrintParamsReformatFn: null;
1273
+ spinTimer: null;
1274
+ };
1275
+ options: import("naive-ui").MenuOption[];
1276
+ currentFormatItem: import("vue").ComputedRef<{} | undefined>;
1277
+ formatTitle: import("vue").ComputedRef<any>;
1278
+ getTemplateIdByFormatId: import("vue").ComputedRef<any>;
1279
+ buttonClick: (origin: string) => Promise<false | undefined>;
1280
+ renderLabel: (option: import("naive-ui").MenuOption) => JSX.Element;
1281
+ callLocalServicesSuccessCb: (res: any, type: any) => void;
1282
+ callLocalServicesErrorCb: (res: unknown) => void;
1283
+ prevFnError: () => void;
1284
+ getPrintParams: (index?: number) => string;
1285
+ getOnceParams: () => string;
1286
+ handleClickPrint: () => void;
1287
+ handleClickPreview: () => Promise<void>;
1288
+ handleClickPdf: () => Promise<void>;
1289
+ handleClickEdit: () => void;
1290
+ handleSelect: (key: string) => void;
1291
+ handleClickOutside: () => void;
1292
+ instantiatePrintSDK: () => false | undefined;
1293
+ getDefaultFormatId: (list: any[], key: string | number) => any;
1294
+ setOptions: () => void;
1295
+ formatFormatList: (list: any[]) => any;
1296
+ requestError: () => boolean;
1297
+ formatDefaultVal: (i: any, tableVal?: any) => any;
1298
+ formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
1299
+ formatParams: ({ customizeDataset, param }: {
1300
+ customizeDataset?: never[] | undefined;
1301
+ param?: never[] | undefined;
1302
+ }, params?: any[]) => any;
1303
+ initCRM: (formatListResult: any) => Promise<boolean | undefined>;
1304
+ init: () => Promise<boolean>;
1305
+ handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
1306
+ reformatPrintParams: () => void;
1307
+ verifiySuccess: (token: string) => void;
1308
+ directPrint: () => Promise<void>;
1309
+ NDropdown: any;
1310
+ NButton: any;
1311
+ NIcon: any;
1312
+ 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<{}>>, {}>;
1313
+ IdentityVerification: import("vue").DefineComponent<{
1314
+ verifyUser: {
1315
+ type: FunctionConstructor;
1316
+ required: false;
1317
+ default: () => Promise<void>;
1318
+ };
1319
+ identityVerificationTitle: {
1320
+ type: StringConstructor;
1321
+ required: false;
1322
+ default: string;
1323
+ };
1324
+ modelValue: {
1325
+ type: BooleanConstructor;
1326
+ required: true;
1327
+ };
1328
+ formatId: {
1329
+ type: StringConstructor;
1330
+ required: false;
1331
+ };
1332
+ templateId: {
1333
+ type: StringConstructor;
1334
+ required: false;
1335
+ };
1336
+ }, {
1337
+ $message: import("naive-ui").MessageApi;
1338
+ DEFAULT_FORM: {
1339
+ account: string;
1340
+ password: string;
1341
+ };
1342
+ props: {
1343
+ verifyUser: Function;
1344
+ identityVerificationTitle: string;
1345
+ modelValue: boolean;
1346
+ formatId?: string | undefined;
1347
+ templateId?: string | undefined;
1348
+ };
1349
+ emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
1350
+ editFormRef: import("vue").Ref<{
1351
+ submit: Function;
1352
+ } | null>;
1353
+ showEditForm: import("vue").Ref<boolean>;
1354
+ token: import("vue").Ref<string>;
1355
+ form: {
1356
+ account: string;
1357
+ password: string;
1358
+ };
1359
+ rules: import("naive-ui").FormRules;
1360
+ style: {
1361
+ width: string;
1362
+ };
1363
+ formRef: import("vue").Ref<{
1364
+ validate: import("naive-ui/es/form/src/interface").FormValidate;
1365
+ restoreValidation: () => void;
1366
+ } | null>;
1367
+ handleClickClose: () => void;
1368
+ loading: import("vue").Ref<boolean>;
1369
+ submit: () => Promise<false | undefined>;
1370
+ handleClickSubmit: () => void;
1371
+ submitEditFile: () => Promise<false | undefined>;
1372
+ NButton: any;
1373
+ NModal: any;
1374
+ NForm: any;
1375
+ NFormItem: import("vue").DefineComponent<{
1376
+ readonly label: StringConstructor;
1377
+ readonly labelWidth: PropType<string | number>;
1378
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1379
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1380
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1381
+ readonly path: StringConstructor;
1382
+ readonly first: BooleanConstructor;
1383
+ readonly rulePath: StringConstructor;
1384
+ readonly required: BooleanConstructor;
1385
+ readonly showRequireMark: {
1386
+ readonly type: PropType<boolean | undefined>;
1387
+ readonly default: undefined;
1388
+ };
1389
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1390
+ readonly showFeedback: {
1391
+ readonly type: PropType<boolean | undefined>;
1392
+ readonly default: undefined;
1393
+ };
1394
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1395
+ readonly size: PropType<"small" | "medium" | "large">;
1396
+ readonly ignorePathChange: BooleanConstructor;
1397
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
1398
+ readonly feedback: StringConstructor;
1399
+ readonly showLabel: {
1400
+ readonly type: PropType<boolean | undefined>;
1401
+ readonly default: undefined;
1402
+ };
1403
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1404
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1405
+ blankHeightSmall: string;
1406
+ blankHeightMedium: string;
1407
+ blankHeightLarge: string;
1408
+ lineHeight: string;
1409
+ labelTextColor: string;
1410
+ asteriskColor: string;
1411
+ feedbackTextColorError: string;
1412
+ feedbackTextColorWarning: string;
1413
+ feedbackTextColor: string;
1414
+ feedbackPadding: string;
1415
+ feedbackHeightSmall: string;
1416
+ feedbackHeightMedium: string;
1417
+ feedbackHeightLarge: string;
1418
+ feedbackFontSizeSmall: string;
1419
+ feedbackFontSizeMedium: string;
1420
+ feedbackFontSizeLarge: string;
1421
+ labelFontSizeLeftSmall: string;
1422
+ labelFontSizeLeftMedium: string;
1423
+ labelFontSizeLeftLarge: string;
1424
+ labelFontSizeTopSmall: string;
1425
+ labelFontSizeTopMedium: string;
1426
+ labelFontSizeTopLarge: string;
1427
+ labelHeightSmall: string;
1428
+ labelHeightMedium: string;
1429
+ labelHeightLarge: string;
1430
+ labelPaddingVertical: string;
1431
+ labelPaddingHorizontal: string;
1432
+ labelTextAlignVertical: string;
1433
+ labelTextAlignHorizontal: string;
1434
+ }, any>>;
1435
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1436
+ blankHeightSmall: string;
1437
+ blankHeightMedium: string;
1438
+ blankHeightLarge: string;
1439
+ lineHeight: string;
1440
+ labelTextColor: string;
1441
+ asteriskColor: string;
1442
+ feedbackTextColorError: string;
1443
+ feedbackTextColorWarning: string;
1444
+ feedbackTextColor: string;
1445
+ feedbackPadding: string;
1446
+ feedbackHeightSmall: string;
1447
+ feedbackHeightMedium: string;
1448
+ feedbackHeightLarge: string;
1449
+ feedbackFontSizeSmall: string;
1450
+ feedbackFontSizeMedium: string;
1451
+ feedbackFontSizeLarge: string;
1452
+ labelFontSizeLeftSmall: string;
1453
+ labelFontSizeLeftMedium: string;
1454
+ labelFontSizeLeftLarge: string;
1455
+ labelFontSizeTopSmall: string;
1456
+ labelFontSizeTopMedium: string;
1457
+ labelFontSizeTopLarge: string;
1458
+ labelHeightSmall: string;
1459
+ labelHeightMedium: string;
1460
+ labelHeightLarge: string;
1461
+ labelPaddingVertical: string;
1462
+ labelPaddingHorizontal: string;
1463
+ labelTextAlignVertical: string;
1464
+ labelTextAlignHorizontal: string;
1465
+ }, any>>>;
1466
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1467
+ blankHeightSmall: string;
1468
+ blankHeightMedium: string;
1469
+ blankHeightLarge: string;
1470
+ lineHeight: string;
1471
+ labelTextColor: string;
1472
+ asteriskColor: string;
1473
+ feedbackTextColorError: string;
1474
+ feedbackTextColorWarning: string;
1475
+ feedbackTextColor: string;
1476
+ feedbackPadding: string;
1477
+ feedbackHeightSmall: string;
1478
+ feedbackHeightMedium: string;
1479
+ feedbackHeightLarge: string;
1480
+ feedbackFontSizeSmall: string;
1481
+ feedbackFontSizeMedium: string;
1482
+ feedbackFontSizeLarge: string;
1483
+ labelFontSizeLeftSmall: string;
1484
+ labelFontSizeLeftMedium: string;
1485
+ labelFontSizeLeftLarge: string;
1486
+ labelFontSizeTopSmall: string;
1487
+ labelFontSizeTopMedium: string;
1488
+ labelFontSizeTopLarge: string;
1489
+ labelHeightSmall: string;
1490
+ labelHeightMedium: string;
1491
+ labelHeightLarge: string;
1492
+ labelPaddingVertical: string;
1493
+ labelPaddingHorizontal: string;
1494
+ labelTextAlignVertical: string;
1495
+ labelTextAlignHorizontal: string;
1496
+ }, any>>>;
1497
+ }, {
1498
+ cssVars: import("vue").ComputedRef<{
1499
+ '--n-bezier': string;
1500
+ '--n-line-height': string;
1501
+ '--n-blank-height': string;
1502
+ '--n-label-font-size': string;
1503
+ '--n-label-text-align': string;
1504
+ '--n-label-height': string;
1505
+ '--n-label-padding': string;
1506
+ '--n-asterisk-color': string;
1507
+ '--n-label-text-color': string;
1508
+ '--n-feedback-padding': string;
1509
+ '--n-feedback-font-size': string;
1510
+ '--n-feedback-height': string;
1511
+ '--n-feedback-text-color': string;
1512
+ '--n-feedback-text-color-warning': string;
1513
+ '--n-feedback-text-color-error': string;
1514
+ }> | undefined;
1515
+ themeClass: import("vue").Ref<string>;
1516
+ onRender: () => void;
1517
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
1518
+ restoreValidation: () => void;
1519
+ path?: string | undefined;
1520
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
1521
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
1522
+ validationErrored: import("vue").Ref<boolean>;
1523
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
1524
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
1525
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
1526
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
1527
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
1528
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
1529
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
1530
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
1531
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
1532
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
1533
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1534
+ mergedRequired: import("vue").ComputedRef<boolean>;
1535
+ feedbackId: import("vue").Ref<string>;
1536
+ renderExplains: import("vue").Ref<{
1537
+ key: string;
1538
+ render: () => import("vue").VNodeChild;
1539
+ }[]>;
1540
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1541
+ readonly label: StringConstructor;
1542
+ readonly labelWidth: PropType<string | number>;
1543
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1544
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1545
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1546
+ readonly path: StringConstructor;
1547
+ readonly first: BooleanConstructor;
1548
+ readonly rulePath: StringConstructor;
1549
+ readonly required: BooleanConstructor;
1550
+ readonly showRequireMark: {
1551
+ readonly type: PropType<boolean | undefined>;
1552
+ readonly default: undefined;
1553
+ };
1554
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1555
+ readonly showFeedback: {
1556
+ readonly type: PropType<boolean | undefined>;
1557
+ readonly default: undefined;
1558
+ };
1559
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1560
+ readonly size: PropType<"small" | "medium" | "large">;
1561
+ readonly ignorePathChange: BooleanConstructor;
1562
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
1563
+ readonly feedback: StringConstructor;
1564
+ readonly showLabel: {
1565
+ readonly type: PropType<boolean | undefined>;
1566
+ readonly default: undefined;
1567
+ };
1568
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1569
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1570
+ blankHeightSmall: string;
1571
+ blankHeightMedium: string;
1572
+ blankHeightLarge: string;
1573
+ lineHeight: string;
1574
+ labelTextColor: string;
1575
+ asteriskColor: string;
1576
+ feedbackTextColorError: string;
1577
+ feedbackTextColorWarning: string;
1578
+ feedbackTextColor: string;
1579
+ feedbackPadding: string;
1580
+ feedbackHeightSmall: string;
1581
+ feedbackHeightMedium: string;
1582
+ feedbackHeightLarge: string;
1583
+ feedbackFontSizeSmall: string;
1584
+ feedbackFontSizeMedium: string;
1585
+ feedbackFontSizeLarge: string;
1586
+ labelFontSizeLeftSmall: string;
1587
+ labelFontSizeLeftMedium: string;
1588
+ labelFontSizeLeftLarge: string;
1589
+ labelFontSizeTopSmall: string;
1590
+ labelFontSizeTopMedium: string;
1591
+ labelFontSizeTopLarge: string;
1592
+ labelHeightSmall: string;
1593
+ labelHeightMedium: string;
1594
+ labelHeightLarge: string;
1595
+ labelPaddingVertical: string;
1596
+ labelPaddingHorizontal: string;
1597
+ labelTextAlignVertical: string;
1598
+ labelTextAlignHorizontal: string;
1599
+ }, any>>;
1600
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1601
+ blankHeightSmall: string;
1602
+ blankHeightMedium: string;
1603
+ blankHeightLarge: string;
1604
+ lineHeight: string;
1605
+ labelTextColor: string;
1606
+ asteriskColor: string;
1607
+ feedbackTextColorError: string;
1608
+ feedbackTextColorWarning: string;
1609
+ feedbackTextColor: string;
1610
+ feedbackPadding: string;
1611
+ feedbackHeightSmall: string;
1612
+ feedbackHeightMedium: string;
1613
+ feedbackHeightLarge: string;
1614
+ feedbackFontSizeSmall: string;
1615
+ feedbackFontSizeMedium: string;
1616
+ feedbackFontSizeLarge: string;
1617
+ labelFontSizeLeftSmall: string;
1618
+ labelFontSizeLeftMedium: string;
1619
+ labelFontSizeLeftLarge: string;
1620
+ labelFontSizeTopSmall: string;
1621
+ labelFontSizeTopMedium: string;
1622
+ labelFontSizeTopLarge: string;
1623
+ labelHeightSmall: string;
1624
+ labelHeightMedium: string;
1625
+ labelHeightLarge: string;
1626
+ labelPaddingVertical: string;
1627
+ labelPaddingHorizontal: string;
1628
+ labelTextAlignVertical: string;
1629
+ labelTextAlignHorizontal: string;
1630
+ }, any>>>;
1631
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1632
+ blankHeightSmall: string;
1633
+ blankHeightMedium: string;
1634
+ blankHeightLarge: string;
1635
+ lineHeight: string;
1636
+ labelTextColor: string;
1637
+ asteriskColor: string;
1638
+ feedbackTextColorError: string;
1639
+ feedbackTextColorWarning: string;
1640
+ feedbackTextColor: string;
1641
+ feedbackPadding: string;
1642
+ feedbackHeightSmall: string;
1643
+ feedbackHeightMedium: string;
1644
+ feedbackHeightLarge: string;
1645
+ feedbackFontSizeSmall: string;
1646
+ feedbackFontSizeMedium: string;
1647
+ feedbackFontSizeLarge: string;
1648
+ labelFontSizeLeftSmall: string;
1649
+ labelFontSizeLeftMedium: string;
1650
+ labelFontSizeLeftLarge: string;
1651
+ labelFontSizeTopSmall: string;
1652
+ labelFontSizeTopMedium: string;
1653
+ labelFontSizeTopLarge: string;
1654
+ labelHeightSmall: string;
1655
+ labelHeightMedium: string;
1656
+ labelHeightLarge: string;
1657
+ labelPaddingVertical: string;
1658
+ labelPaddingHorizontal: string;
1659
+ labelTextAlignVertical: string;
1660
+ labelTextAlignHorizontal: string;
1661
+ }, any>>>;
1662
+ }>>, {
1663
+ readonly required: boolean;
1664
+ readonly first: boolean;
1665
+ readonly showRequireMark: boolean | undefined;
1666
+ readonly showFeedback: boolean | undefined;
1667
+ readonly showLabel: boolean | undefined;
1668
+ readonly ignorePathChange: boolean;
1669
+ }>;
1670
+ NInput: any;
1671
+ EditFormat: import("vue").DefineComponent<{
1672
+ formatId: {
1673
+ type: StringConstructor;
1674
+ required: false;
1675
+ };
1676
+ token: {
1677
+ type: StringConstructor;
1678
+ required: true;
1679
+ };
1680
+ }, {
1681
+ PROTOCOL: string;
1682
+ HOST: string;
1683
+ BASEURL: string;
1684
+ SAVEIREPORT: string;
1685
+ QUERYFILELIST: string;
1686
+ DELETEFILE: string;
1687
+ instance: import("axios").AxiosInstance;
1688
+ $message: import("naive-ui").MessageApi;
1689
+ props: {
1690
+ formatId?: string | undefined;
1691
+ token: string;
1692
+ };
1693
+ fileList: import("vue").Ref<{
1694
+ id: string;
1695
+ name: string;
1696
+ batchId?: string | null | undefined;
1697
+ percentage?: number | null | undefined;
1698
+ status: "error" | "pending" | "uploading" | "finished" | "removed";
1699
+ url?: string | null | undefined;
1700
+ file?: {
1701
+ readonly lastModified: number;
1702
+ readonly name: string;
1703
+ readonly webkitRelativePath: string;
1704
+ readonly size: number;
1705
+ readonly type: string;
1706
+ arrayBuffer: {
1707
+ (): Promise<ArrayBuffer>;
1708
+ (): Promise<ArrayBuffer>;
1709
+ };
1710
+ slice: {
1711
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
1712
+ (start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
1713
+ };
1714
+ stream: {
1715
+ (): ReadableStream<Uint8Array>;
1716
+ (): NodeJS.ReadableStream;
1717
+ };
1718
+ text: {
1719
+ (): Promise<string>;
1720
+ (): Promise<string>;
1721
+ };
1722
+ } | null | undefined;
1723
+ thumbnailUrl?: string | null | undefined;
1724
+ type?: string | null | undefined;
1725
+ fullPath?: string | null | undefined;
1726
+ }[]>;
1727
+ queryFileList: () => void;
1728
+ onRemove: (options: {
1729
+ file: import("naive-ui").UploadFileInfo;
1730
+ fileList: import("naive-ui").UploadFileInfo[];
1731
+ }) => Promise<unknown>;
1732
+ submit: (datas: import("../../../../shared/types").AnyObject) => Promise<unknown>;
1733
+ validateFormat: () => boolean;
1734
+ NForm: any;
1735
+ NFormItem: import("vue").DefineComponent<{
1736
+ readonly label: StringConstructor;
1737
+ readonly labelWidth: PropType<string | number>;
1738
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1739
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1740
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1741
+ readonly path: StringConstructor;
1742
+ readonly first: BooleanConstructor;
1743
+ readonly rulePath: StringConstructor;
1744
+ readonly required: BooleanConstructor;
1745
+ readonly showRequireMark: {
1746
+ readonly type: PropType<boolean | undefined>;
1747
+ readonly default: undefined;
1748
+ };
1749
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1750
+ readonly showFeedback: {
1751
+ readonly type: PropType<boolean | undefined>;
1752
+ readonly default: undefined;
1753
+ };
1754
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1755
+ readonly size: PropType<"small" | "medium" | "large">;
1756
+ readonly ignorePathChange: BooleanConstructor;
1757
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
1758
+ readonly feedback: StringConstructor;
1759
+ readonly showLabel: {
1760
+ readonly type: PropType<boolean | undefined>;
1761
+ readonly default: undefined;
1762
+ };
1763
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1764
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1765
+ blankHeightSmall: string;
1766
+ blankHeightMedium: string;
1767
+ blankHeightLarge: string;
1768
+ lineHeight: string;
1769
+ labelTextColor: string;
1770
+ asteriskColor: string;
1771
+ feedbackTextColorError: string;
1772
+ feedbackTextColorWarning: string;
1773
+ feedbackTextColor: string;
1774
+ feedbackPadding: string;
1775
+ feedbackHeightSmall: string;
1776
+ feedbackHeightMedium: string;
1777
+ feedbackHeightLarge: string;
1778
+ feedbackFontSizeSmall: string;
1779
+ feedbackFontSizeMedium: string;
1780
+ feedbackFontSizeLarge: string;
1781
+ labelFontSizeLeftSmall: string;
1782
+ labelFontSizeLeftMedium: string;
1783
+ labelFontSizeLeftLarge: string;
1784
+ labelFontSizeTopSmall: string;
1785
+ labelFontSizeTopMedium: string;
1786
+ labelFontSizeTopLarge: string;
1787
+ labelHeightSmall: string;
1788
+ labelHeightMedium: string;
1789
+ labelHeightLarge: string;
1790
+ labelPaddingVertical: string;
1791
+ labelPaddingHorizontal: string;
1792
+ labelTextAlignVertical: string;
1793
+ labelTextAlignHorizontal: string;
1794
+ }, any>>;
1795
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1796
+ blankHeightSmall: string;
1797
+ blankHeightMedium: string;
1798
+ blankHeightLarge: string;
1799
+ lineHeight: string;
1800
+ labelTextColor: string;
1801
+ asteriskColor: string;
1802
+ feedbackTextColorError: string;
1803
+ feedbackTextColorWarning: string;
1804
+ feedbackTextColor: string;
1805
+ feedbackPadding: string;
1806
+ feedbackHeightSmall: string;
1807
+ feedbackHeightMedium: string;
1808
+ feedbackHeightLarge: string;
1809
+ feedbackFontSizeSmall: string;
1810
+ feedbackFontSizeMedium: string;
1811
+ feedbackFontSizeLarge: string;
1812
+ labelFontSizeLeftSmall: string;
1813
+ labelFontSizeLeftMedium: string;
1814
+ labelFontSizeLeftLarge: string;
1815
+ labelFontSizeTopSmall: string;
1816
+ labelFontSizeTopMedium: string;
1817
+ labelFontSizeTopLarge: string;
1818
+ labelHeightSmall: string;
1819
+ labelHeightMedium: string;
1820
+ labelHeightLarge: string;
1821
+ labelPaddingVertical: string;
1822
+ labelPaddingHorizontal: string;
1823
+ labelTextAlignVertical: string;
1824
+ labelTextAlignHorizontal: string;
1825
+ }, any>>>;
1826
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1827
+ blankHeightSmall: string;
1828
+ blankHeightMedium: string;
1829
+ blankHeightLarge: string;
1830
+ lineHeight: string;
1831
+ labelTextColor: string;
1832
+ asteriskColor: string;
1833
+ feedbackTextColorError: string;
1834
+ feedbackTextColorWarning: string;
1835
+ feedbackTextColor: string;
1836
+ feedbackPadding: string;
1837
+ feedbackHeightSmall: string;
1838
+ feedbackHeightMedium: string;
1839
+ feedbackHeightLarge: string;
1840
+ feedbackFontSizeSmall: string;
1841
+ feedbackFontSizeMedium: string;
1842
+ feedbackFontSizeLarge: string;
1843
+ labelFontSizeLeftSmall: string;
1844
+ labelFontSizeLeftMedium: string;
1845
+ labelFontSizeLeftLarge: string;
1846
+ labelFontSizeTopSmall: string;
1847
+ labelFontSizeTopMedium: string;
1848
+ labelFontSizeTopLarge: string;
1849
+ labelHeightSmall: string;
1850
+ labelHeightMedium: string;
1851
+ labelHeightLarge: string;
1852
+ labelPaddingVertical: string;
1853
+ labelPaddingHorizontal: string;
1854
+ labelTextAlignVertical: string;
1855
+ labelTextAlignHorizontal: string;
1856
+ }, any>>>;
1857
+ }, {
1858
+ cssVars: import("vue").ComputedRef<{
1859
+ '--n-bezier': string;
1860
+ '--n-line-height': string;
1861
+ '--n-blank-height': string;
1862
+ '--n-label-font-size': string;
1863
+ '--n-label-text-align': string;
1864
+ '--n-label-height': string;
1865
+ '--n-label-padding': string;
1866
+ '--n-asterisk-color': string;
1867
+ '--n-label-text-color': string;
1868
+ '--n-feedback-padding': string;
1869
+ '--n-feedback-font-size': string;
1870
+ '--n-feedback-height': string;
1871
+ '--n-feedback-text-color': string;
1872
+ '--n-feedback-text-color-warning': string;
1873
+ '--n-feedback-text-color-error': string;
1874
+ }> | undefined;
1875
+ themeClass: import("vue").Ref<string>;
1876
+ onRender: () => void;
1877
+ validate: import("naive-ui/es/form/src/interface").FormItemValidate;
1878
+ restoreValidation: () => void;
1879
+ path?: string | undefined;
1880
+ internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
1881
+ mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
1882
+ validationErrored: import("vue").Ref<boolean>;
1883
+ mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
1884
+ mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
1885
+ mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
1886
+ mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
1887
+ mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
1888
+ mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
1889
+ mergedShowFeedback: import("vue").ComputedRef<boolean>;
1890
+ mergedShowLabel: import("vue").ComputedRef<boolean>;
1891
+ isAutoLabelWidth: import("vue").ComputedRef<boolean>;
1892
+ labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
1893
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1894
+ mergedRequired: import("vue").ComputedRef<boolean>;
1895
+ feedbackId: import("vue").Ref<string>;
1896
+ renderExplains: import("vue").Ref<{
1897
+ key: string;
1898
+ render: () => import("vue").VNodeChild;
1899
+ }[]>;
1900
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1901
+ readonly label: StringConstructor;
1902
+ readonly labelWidth: PropType<string | number>;
1903
+ readonly labelStyle: PropType<string | import("vue").CSSProperties>;
1904
+ readonly labelAlign: PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
1905
+ readonly labelPlacement: PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
1906
+ readonly path: StringConstructor;
1907
+ readonly first: BooleanConstructor;
1908
+ readonly rulePath: StringConstructor;
1909
+ readonly required: BooleanConstructor;
1910
+ readonly showRequireMark: {
1911
+ readonly type: PropType<boolean | undefined>;
1912
+ readonly default: undefined;
1913
+ };
1914
+ readonly requireMarkPlacement: PropType<"left" | "right" | "right-hanging">;
1915
+ readonly showFeedback: {
1916
+ readonly type: PropType<boolean | undefined>;
1917
+ readonly default: undefined;
1918
+ };
1919
+ readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
1920
+ readonly size: PropType<"small" | "medium" | "large">;
1921
+ readonly ignorePathChange: BooleanConstructor;
1922
+ readonly validationStatus: PropType<"error" | "success" | "warning">;
1923
+ readonly feedback: StringConstructor;
1924
+ readonly showLabel: {
1925
+ readonly type: PropType<boolean | undefined>;
1926
+ readonly default: undefined;
1927
+ };
1928
+ readonly labelProps: PropType<import("vue").LabelHTMLAttributes>;
1929
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Form", {
1930
+ blankHeightSmall: string;
1931
+ blankHeightMedium: string;
1932
+ blankHeightLarge: string;
1933
+ lineHeight: string;
1934
+ labelTextColor: string;
1935
+ asteriskColor: string;
1936
+ feedbackTextColorError: string;
1937
+ feedbackTextColorWarning: string;
1938
+ feedbackTextColor: string;
1939
+ feedbackPadding: string;
1940
+ feedbackHeightSmall: string;
1941
+ feedbackHeightMedium: string;
1942
+ feedbackHeightLarge: string;
1943
+ feedbackFontSizeSmall: string;
1944
+ feedbackFontSizeMedium: string;
1945
+ feedbackFontSizeLarge: string;
1946
+ labelFontSizeLeftSmall: string;
1947
+ labelFontSizeLeftMedium: string;
1948
+ labelFontSizeLeftLarge: string;
1949
+ labelFontSizeTopSmall: string;
1950
+ labelFontSizeTopMedium: string;
1951
+ labelFontSizeTopLarge: string;
1952
+ labelHeightSmall: string;
1953
+ labelHeightMedium: string;
1954
+ labelHeightLarge: string;
1955
+ labelPaddingVertical: string;
1956
+ labelPaddingHorizontal: string;
1957
+ labelTextAlignVertical: string;
1958
+ labelTextAlignHorizontal: string;
1959
+ }, any>>;
1960
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1961
+ blankHeightSmall: string;
1962
+ blankHeightMedium: string;
1963
+ blankHeightLarge: string;
1964
+ lineHeight: string;
1965
+ labelTextColor: string;
1966
+ asteriskColor: string;
1967
+ feedbackTextColorError: string;
1968
+ feedbackTextColorWarning: string;
1969
+ feedbackTextColor: string;
1970
+ feedbackPadding: string;
1971
+ feedbackHeightSmall: string;
1972
+ feedbackHeightMedium: string;
1973
+ feedbackHeightLarge: string;
1974
+ feedbackFontSizeSmall: string;
1975
+ feedbackFontSizeMedium: string;
1976
+ feedbackFontSizeLarge: string;
1977
+ labelFontSizeLeftSmall: string;
1978
+ labelFontSizeLeftMedium: string;
1979
+ labelFontSizeLeftLarge: string;
1980
+ labelFontSizeTopSmall: string;
1981
+ labelFontSizeTopMedium: string;
1982
+ labelFontSizeTopLarge: string;
1983
+ labelHeightSmall: string;
1984
+ labelHeightMedium: string;
1985
+ labelHeightLarge: string;
1986
+ labelPaddingVertical: string;
1987
+ labelPaddingHorizontal: string;
1988
+ labelTextAlignVertical: string;
1989
+ labelTextAlignHorizontal: string;
1990
+ }, any>>>;
1991
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1992
+ blankHeightSmall: string;
1993
+ blankHeightMedium: string;
1994
+ blankHeightLarge: string;
1995
+ lineHeight: string;
1996
+ labelTextColor: string;
1997
+ asteriskColor: string;
1998
+ feedbackTextColorError: string;
1999
+ feedbackTextColorWarning: string;
2000
+ feedbackTextColor: string;
2001
+ feedbackPadding: string;
2002
+ feedbackHeightSmall: string;
2003
+ feedbackHeightMedium: string;
2004
+ feedbackHeightLarge: string;
2005
+ feedbackFontSizeSmall: string;
2006
+ feedbackFontSizeMedium: string;
2007
+ feedbackFontSizeLarge: string;
2008
+ labelFontSizeLeftSmall: string;
2009
+ labelFontSizeLeftMedium: string;
2010
+ labelFontSizeLeftLarge: string;
2011
+ labelFontSizeTopSmall: string;
2012
+ labelFontSizeTopMedium: string;
2013
+ labelFontSizeTopLarge: string;
2014
+ labelHeightSmall: string;
2015
+ labelHeightMedium: string;
2016
+ labelHeightLarge: string;
2017
+ labelPaddingVertical: string;
2018
+ labelPaddingHorizontal: string;
2019
+ labelTextAlignVertical: string;
2020
+ labelTextAlignHorizontal: string;
2021
+ }, any>>>;
2022
+ }>>, {
2023
+ readonly required: boolean;
2024
+ readonly first: boolean;
2025
+ readonly showRequireMark: boolean | undefined;
2026
+ readonly showFeedback: boolean | undefined;
2027
+ readonly showLabel: boolean | undefined;
2028
+ readonly ignorePathChange: boolean;
2029
+ }>;
2030
+ NUpload: any;
2031
+ 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<{}>>, {}>;
2032
+ NP: import("vue").DefineComponent<{
2033
+ depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2034
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2035
+ aTextColor: string;
2036
+ blockquoteTextColor: string;
2037
+ blockquotePrefixColor: string;
2038
+ blockquoteLineHeight: string;
2039
+ blockquoteFontSize: string;
2040
+ codeBorderRadius: string;
2041
+ liTextColor: string;
2042
+ liLineHeight: string;
2043
+ liFontSize: string;
2044
+ hrColor: string;
2045
+ headerFontWeight: string;
2046
+ headerTextColor: string;
2047
+ pTextColor: string;
2048
+ pTextColor1Depth: string;
2049
+ pTextColor2Depth: string;
2050
+ pTextColor3Depth: string;
2051
+ pLineHeight: string;
2052
+ pFontSize: string;
2053
+ headerBarColor: string;
2054
+ headerBarColorPrimary: string;
2055
+ headerBarColorInfo: string;
2056
+ headerBarColorError: string;
2057
+ headerBarColorWarning: string;
2058
+ headerBarColorSuccess: string;
2059
+ textColor: string;
2060
+ textColor1Depth: string;
2061
+ textColor2Depth: string;
2062
+ textColor3Depth: string;
2063
+ textColorPrimary: string;
2064
+ textColorInfo: string;
2065
+ textColorSuccess: string;
2066
+ textColorWarning: string;
2067
+ textColorError: string;
2068
+ codeTextColor: string;
2069
+ codeColor: string;
2070
+ codeBorder: string;
2071
+ headerFontSize1: string;
2072
+ headerFontSize2: string;
2073
+ headerFontSize3: string;
2074
+ headerFontSize4: string;
2075
+ headerFontSize5: string;
2076
+ headerFontSize6: string;
2077
+ headerMargin1: string;
2078
+ headerMargin2: string;
2079
+ headerMargin3: string;
2080
+ headerMargin4: string;
2081
+ headerMargin5: string;
2082
+ headerMargin6: string;
2083
+ headerPrefixWidth1: string;
2084
+ headerPrefixWidth2: string;
2085
+ headerPrefixWidth3: string;
2086
+ headerPrefixWidth4: string;
2087
+ headerPrefixWidth5: string;
2088
+ headerPrefixWidth6: string;
2089
+ headerBarWidth1: string;
2090
+ headerBarWidth2: string;
2091
+ headerBarWidth3: string;
2092
+ headerBarWidth4: string;
2093
+ headerBarWidth5: string;
2094
+ headerBarWidth6: string;
2095
+ pMargin: string;
2096
+ liMargin: string;
2097
+ olPadding: string;
2098
+ ulPadding: string;
2099
+ }, any>>;
2100
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2101
+ aTextColor: string;
2102
+ blockquoteTextColor: string;
2103
+ blockquotePrefixColor: string;
2104
+ blockquoteLineHeight: string;
2105
+ blockquoteFontSize: string;
2106
+ codeBorderRadius: string;
2107
+ liTextColor: string;
2108
+ liLineHeight: string;
2109
+ liFontSize: string;
2110
+ hrColor: string;
2111
+ headerFontWeight: string;
2112
+ headerTextColor: string;
2113
+ pTextColor: string;
2114
+ pTextColor1Depth: string;
2115
+ pTextColor2Depth: string;
2116
+ pTextColor3Depth: string;
2117
+ pLineHeight: string;
2118
+ pFontSize: string;
2119
+ headerBarColor: string;
2120
+ headerBarColorPrimary: string;
2121
+ headerBarColorInfo: string;
2122
+ headerBarColorError: string;
2123
+ headerBarColorWarning: string;
2124
+ headerBarColorSuccess: string;
2125
+ textColor: string;
2126
+ textColor1Depth: string;
2127
+ textColor2Depth: string;
2128
+ textColor3Depth: string;
2129
+ textColorPrimary: string;
2130
+ textColorInfo: string;
2131
+ textColorSuccess: string;
2132
+ textColorWarning: string;
2133
+ textColorError: string;
2134
+ codeTextColor: string;
2135
+ codeColor: string;
2136
+ codeBorder: string;
2137
+ headerFontSize1: string;
2138
+ headerFontSize2: string;
2139
+ headerFontSize3: string;
2140
+ headerFontSize4: string;
2141
+ headerFontSize5: string;
2142
+ headerFontSize6: string;
2143
+ headerMargin1: string;
2144
+ headerMargin2: string;
2145
+ headerMargin3: string;
2146
+ headerMargin4: string;
2147
+ headerMargin5: string;
2148
+ headerMargin6: string;
2149
+ headerPrefixWidth1: string;
2150
+ headerPrefixWidth2: string;
2151
+ headerPrefixWidth3: string;
2152
+ headerPrefixWidth4: string;
2153
+ headerPrefixWidth5: string;
2154
+ headerPrefixWidth6: string;
2155
+ headerBarWidth1: string;
2156
+ headerBarWidth2: string;
2157
+ headerBarWidth3: string;
2158
+ headerBarWidth4: string;
2159
+ headerBarWidth5: string;
2160
+ headerBarWidth6: string;
2161
+ pMargin: string;
2162
+ liMargin: string;
2163
+ olPadding: string;
2164
+ ulPadding: string;
2165
+ }, any>>>;
2166
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2167
+ aTextColor: string;
2168
+ blockquoteTextColor: string;
2169
+ blockquotePrefixColor: string;
2170
+ blockquoteLineHeight: string;
2171
+ blockquoteFontSize: string;
2172
+ codeBorderRadius: string;
2173
+ liTextColor: string;
2174
+ liLineHeight: string;
2175
+ liFontSize: string;
2176
+ hrColor: string;
2177
+ headerFontWeight: string;
2178
+ headerTextColor: string;
2179
+ pTextColor: string;
2180
+ pTextColor1Depth: string;
2181
+ pTextColor2Depth: string;
2182
+ pTextColor3Depth: string;
2183
+ pLineHeight: string;
2184
+ pFontSize: string;
2185
+ headerBarColor: string;
2186
+ headerBarColorPrimary: string;
2187
+ headerBarColorInfo: string;
2188
+ headerBarColorError: string;
2189
+ headerBarColorWarning: string;
2190
+ headerBarColorSuccess: string;
2191
+ textColor: string;
2192
+ textColor1Depth: string;
2193
+ textColor2Depth: string;
2194
+ textColor3Depth: string;
2195
+ textColorPrimary: string;
2196
+ textColorInfo: string;
2197
+ textColorSuccess: string;
2198
+ textColorWarning: string;
2199
+ textColorError: string;
2200
+ codeTextColor: string;
2201
+ codeColor: string;
2202
+ codeBorder: string;
2203
+ headerFontSize1: string;
2204
+ headerFontSize2: string;
2205
+ headerFontSize3: string;
2206
+ headerFontSize4: string;
2207
+ headerFontSize5: string;
2208
+ headerFontSize6: string;
2209
+ headerMargin1: string;
2210
+ headerMargin2: string;
2211
+ headerMargin3: string;
2212
+ headerMargin4: string;
2213
+ headerMargin5: string;
2214
+ headerMargin6: string;
2215
+ headerPrefixWidth1: string;
2216
+ headerPrefixWidth2: string;
2217
+ headerPrefixWidth3: string;
2218
+ headerPrefixWidth4: string;
2219
+ headerPrefixWidth5: string;
2220
+ headerPrefixWidth6: string;
2221
+ headerBarWidth1: string;
2222
+ headerBarWidth2: string;
2223
+ headerBarWidth3: string;
2224
+ headerBarWidth4: string;
2225
+ headerBarWidth5: string;
2226
+ headerBarWidth6: string;
2227
+ pMargin: string;
2228
+ liMargin: string;
2229
+ olPadding: string;
2230
+ ulPadding: string;
2231
+ }, any>>>;
2232
+ }, {
2233
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2234
+ cssVars: import("vue").ComputedRef<{
2235
+ '--n-bezier': string;
2236
+ '--n-font-size': string;
2237
+ '--n-line-height': string;
2238
+ '--n-margin': string;
2239
+ '--n-text-color': string;
2240
+ }> | undefined;
2241
+ themeClass: import("vue").Ref<string> | undefined;
2242
+ onRender: (() => void) | undefined;
2243
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2244
+ depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2245
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2246
+ aTextColor: string;
2247
+ blockquoteTextColor: string;
2248
+ blockquotePrefixColor: string;
2249
+ blockquoteLineHeight: string;
2250
+ blockquoteFontSize: string;
2251
+ codeBorderRadius: string;
2252
+ liTextColor: string;
2253
+ liLineHeight: string;
2254
+ liFontSize: string;
2255
+ hrColor: string;
2256
+ headerFontWeight: string;
2257
+ headerTextColor: string;
2258
+ pTextColor: string;
2259
+ pTextColor1Depth: string;
2260
+ pTextColor2Depth: string;
2261
+ pTextColor3Depth: string;
2262
+ pLineHeight: string;
2263
+ pFontSize: string;
2264
+ headerBarColor: string;
2265
+ headerBarColorPrimary: string;
2266
+ headerBarColorInfo: string;
2267
+ headerBarColorError: string;
2268
+ headerBarColorWarning: string;
2269
+ headerBarColorSuccess: string;
2270
+ textColor: string;
2271
+ textColor1Depth: string;
2272
+ textColor2Depth: string;
2273
+ textColor3Depth: string;
2274
+ textColorPrimary: string;
2275
+ textColorInfo: string;
2276
+ textColorSuccess: string;
2277
+ textColorWarning: string;
2278
+ textColorError: string;
2279
+ codeTextColor: string;
2280
+ codeColor: string;
2281
+ codeBorder: string;
2282
+ headerFontSize1: string;
2283
+ headerFontSize2: string;
2284
+ headerFontSize3: string;
2285
+ headerFontSize4: string;
2286
+ headerFontSize5: string;
2287
+ headerFontSize6: string;
2288
+ headerMargin1: string;
2289
+ headerMargin2: string;
2290
+ headerMargin3: string;
2291
+ headerMargin4: string;
2292
+ headerMargin5: string;
2293
+ headerMargin6: string;
2294
+ headerPrefixWidth1: string;
2295
+ headerPrefixWidth2: string;
2296
+ headerPrefixWidth3: string;
2297
+ headerPrefixWidth4: string;
2298
+ headerPrefixWidth5: string;
2299
+ headerPrefixWidth6: string;
2300
+ headerBarWidth1: string;
2301
+ headerBarWidth2: string;
2302
+ headerBarWidth3: string;
2303
+ headerBarWidth4: string;
2304
+ headerBarWidth5: string;
2305
+ headerBarWidth6: string;
2306
+ pMargin: string;
2307
+ liMargin: string;
2308
+ olPadding: string;
2309
+ ulPadding: string;
2310
+ }, any>>;
2311
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2312
+ aTextColor: string;
2313
+ blockquoteTextColor: string;
2314
+ blockquotePrefixColor: string;
2315
+ blockquoteLineHeight: string;
2316
+ blockquoteFontSize: string;
2317
+ codeBorderRadius: string;
2318
+ liTextColor: string;
2319
+ liLineHeight: string;
2320
+ liFontSize: string;
2321
+ hrColor: string;
2322
+ headerFontWeight: string;
2323
+ headerTextColor: string;
2324
+ pTextColor: string;
2325
+ pTextColor1Depth: string;
2326
+ pTextColor2Depth: string;
2327
+ pTextColor3Depth: string;
2328
+ pLineHeight: string;
2329
+ pFontSize: string;
2330
+ headerBarColor: string;
2331
+ headerBarColorPrimary: string;
2332
+ headerBarColorInfo: string;
2333
+ headerBarColorError: string;
2334
+ headerBarColorWarning: string;
2335
+ headerBarColorSuccess: string;
2336
+ textColor: string;
2337
+ textColor1Depth: string;
2338
+ textColor2Depth: string;
2339
+ textColor3Depth: string;
2340
+ textColorPrimary: string;
2341
+ textColorInfo: string;
2342
+ textColorSuccess: string;
2343
+ textColorWarning: string;
2344
+ textColorError: string;
2345
+ codeTextColor: string;
2346
+ codeColor: string;
2347
+ codeBorder: string;
2348
+ headerFontSize1: string;
2349
+ headerFontSize2: string;
2350
+ headerFontSize3: string;
2351
+ headerFontSize4: string;
2352
+ headerFontSize5: string;
2353
+ headerFontSize6: string;
2354
+ headerMargin1: string;
2355
+ headerMargin2: string;
2356
+ headerMargin3: string;
2357
+ headerMargin4: string;
2358
+ headerMargin5: string;
2359
+ headerMargin6: string;
2360
+ headerPrefixWidth1: string;
2361
+ headerPrefixWidth2: string;
2362
+ headerPrefixWidth3: string;
2363
+ headerPrefixWidth4: string;
2364
+ headerPrefixWidth5: string;
2365
+ headerPrefixWidth6: string;
2366
+ headerBarWidth1: string;
2367
+ headerBarWidth2: string;
2368
+ headerBarWidth3: string;
2369
+ headerBarWidth4: string;
2370
+ headerBarWidth5: string;
2371
+ headerBarWidth6: string;
2372
+ pMargin: string;
2373
+ liMargin: string;
2374
+ olPadding: string;
2375
+ ulPadding: string;
2376
+ }, any>>>;
2377
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2378
+ aTextColor: string;
2379
+ blockquoteTextColor: string;
2380
+ blockquotePrefixColor: string;
2381
+ blockquoteLineHeight: string;
2382
+ blockquoteFontSize: string;
2383
+ codeBorderRadius: string;
2384
+ liTextColor: string;
2385
+ liLineHeight: string;
2386
+ liFontSize: string;
2387
+ hrColor: string;
2388
+ headerFontWeight: string;
2389
+ headerTextColor: string;
2390
+ pTextColor: string;
2391
+ pTextColor1Depth: string;
2392
+ pTextColor2Depth: string;
2393
+ pTextColor3Depth: string;
2394
+ pLineHeight: string;
2395
+ pFontSize: string;
2396
+ headerBarColor: string;
2397
+ headerBarColorPrimary: string;
2398
+ headerBarColorInfo: string;
2399
+ headerBarColorError: string;
2400
+ headerBarColorWarning: string;
2401
+ headerBarColorSuccess: string;
2402
+ textColor: string;
2403
+ textColor1Depth: string;
2404
+ textColor2Depth: string;
2405
+ textColor3Depth: string;
2406
+ textColorPrimary: string;
2407
+ textColorInfo: string;
2408
+ textColorSuccess: string;
2409
+ textColorWarning: string;
2410
+ textColorError: string;
2411
+ codeTextColor: string;
2412
+ codeColor: string;
2413
+ codeBorder: string;
2414
+ headerFontSize1: string;
2415
+ headerFontSize2: string;
2416
+ headerFontSize3: string;
2417
+ headerFontSize4: string;
2418
+ headerFontSize5: string;
2419
+ headerFontSize6: string;
2420
+ headerMargin1: string;
2421
+ headerMargin2: string;
2422
+ headerMargin3: string;
2423
+ headerMargin4: string;
2424
+ headerMargin5: string;
2425
+ headerMargin6: string;
2426
+ headerPrefixWidth1: string;
2427
+ headerPrefixWidth2: string;
2428
+ headerPrefixWidth3: string;
2429
+ headerPrefixWidth4: string;
2430
+ headerPrefixWidth5: string;
2431
+ headerPrefixWidth6: string;
2432
+ headerBarWidth1: string;
2433
+ headerBarWidth2: string;
2434
+ headerBarWidth3: string;
2435
+ headerBarWidth4: string;
2436
+ headerBarWidth5: string;
2437
+ headerBarWidth6: string;
2438
+ pMargin: string;
2439
+ liMargin: string;
2440
+ olPadding: string;
2441
+ ulPadding: string;
2442
+ }, any>>>;
2443
+ }>>, {}>;
2444
+ NIcon: any;
2445
+ NText: import("vue").DefineComponent<{
2446
+ readonly code: BooleanConstructor;
2447
+ readonly type: {
2448
+ readonly type: StringConstructor;
2449
+ readonly default: "default";
2450
+ };
2451
+ readonly delete: BooleanConstructor;
2452
+ readonly strong: BooleanConstructor;
2453
+ readonly italic: BooleanConstructor;
2454
+ readonly underline: BooleanConstructor;
2455
+ readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2456
+ readonly tag: StringConstructor;
2457
+ readonly as: {
2458
+ readonly type: StringConstructor;
2459
+ readonly validator: () => boolean;
2460
+ readonly default: undefined;
2461
+ };
2462
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2463
+ aTextColor: string;
2464
+ blockquoteTextColor: string;
2465
+ blockquotePrefixColor: string;
2466
+ blockquoteLineHeight: string;
2467
+ blockquoteFontSize: string;
2468
+ codeBorderRadius: string;
2469
+ liTextColor: string;
2470
+ liLineHeight: string;
2471
+ liFontSize: string;
2472
+ hrColor: string;
2473
+ headerFontWeight: string;
2474
+ headerTextColor: string;
2475
+ pTextColor: string;
2476
+ pTextColor1Depth: string;
2477
+ pTextColor2Depth: string;
2478
+ pTextColor3Depth: string;
2479
+ pLineHeight: string;
2480
+ pFontSize: string;
2481
+ headerBarColor: string;
2482
+ headerBarColorPrimary: string;
2483
+ headerBarColorInfo: string;
2484
+ headerBarColorError: string;
2485
+ headerBarColorWarning: string;
2486
+ headerBarColorSuccess: string;
2487
+ textColor: string;
2488
+ textColor1Depth: string;
2489
+ textColor2Depth: string;
2490
+ textColor3Depth: string;
2491
+ textColorPrimary: string;
2492
+ textColorInfo: string;
2493
+ textColorSuccess: string;
2494
+ textColorWarning: string;
2495
+ textColorError: string;
2496
+ codeTextColor: string;
2497
+ codeColor: string;
2498
+ codeBorder: string;
2499
+ headerFontSize1: string;
2500
+ headerFontSize2: string;
2501
+ headerFontSize3: string;
2502
+ headerFontSize4: string;
2503
+ headerFontSize5: string;
2504
+ headerFontSize6: string;
2505
+ headerMargin1: string;
2506
+ headerMargin2: string;
2507
+ headerMargin3: string;
2508
+ headerMargin4: string;
2509
+ headerMargin5: string;
2510
+ headerMargin6: string;
2511
+ headerPrefixWidth1: string;
2512
+ headerPrefixWidth2: string;
2513
+ headerPrefixWidth3: string;
2514
+ headerPrefixWidth4: string;
2515
+ headerPrefixWidth5: string;
2516
+ headerPrefixWidth6: string;
2517
+ headerBarWidth1: string;
2518
+ headerBarWidth2: string;
2519
+ headerBarWidth3: string;
2520
+ headerBarWidth4: string;
2521
+ headerBarWidth5: string;
2522
+ headerBarWidth6: string;
2523
+ pMargin: string;
2524
+ liMargin: string;
2525
+ olPadding: string;
2526
+ ulPadding: string;
2527
+ }, any>>;
2528
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2529
+ aTextColor: string;
2530
+ blockquoteTextColor: string;
2531
+ blockquotePrefixColor: string;
2532
+ blockquoteLineHeight: string;
2533
+ blockquoteFontSize: string;
2534
+ codeBorderRadius: string;
2535
+ liTextColor: string;
2536
+ liLineHeight: string;
2537
+ liFontSize: string;
2538
+ hrColor: string;
2539
+ headerFontWeight: string;
2540
+ headerTextColor: string;
2541
+ pTextColor: string;
2542
+ pTextColor1Depth: string;
2543
+ pTextColor2Depth: string;
2544
+ pTextColor3Depth: string;
2545
+ pLineHeight: string;
2546
+ pFontSize: string;
2547
+ headerBarColor: string;
2548
+ headerBarColorPrimary: string;
2549
+ headerBarColorInfo: string;
2550
+ headerBarColorError: string;
2551
+ headerBarColorWarning: string;
2552
+ headerBarColorSuccess: string;
2553
+ textColor: string;
2554
+ textColor1Depth: string;
2555
+ textColor2Depth: string;
2556
+ textColor3Depth: string;
2557
+ textColorPrimary: string;
2558
+ textColorInfo: string;
2559
+ textColorSuccess: string;
2560
+ textColorWarning: string;
2561
+ textColorError: string;
2562
+ codeTextColor: string;
2563
+ codeColor: string;
2564
+ codeBorder: string;
2565
+ headerFontSize1: string;
2566
+ headerFontSize2: string;
2567
+ headerFontSize3: string;
2568
+ headerFontSize4: string;
2569
+ headerFontSize5: string;
2570
+ headerFontSize6: string;
2571
+ headerMargin1: string;
2572
+ headerMargin2: string;
2573
+ headerMargin3: string;
2574
+ headerMargin4: string;
2575
+ headerMargin5: string;
2576
+ headerMargin6: string;
2577
+ headerPrefixWidth1: string;
2578
+ headerPrefixWidth2: string;
2579
+ headerPrefixWidth3: string;
2580
+ headerPrefixWidth4: string;
2581
+ headerPrefixWidth5: string;
2582
+ headerPrefixWidth6: string;
2583
+ headerBarWidth1: string;
2584
+ headerBarWidth2: string;
2585
+ headerBarWidth3: string;
2586
+ headerBarWidth4: string;
2587
+ headerBarWidth5: string;
2588
+ headerBarWidth6: string;
2589
+ pMargin: string;
2590
+ liMargin: string;
2591
+ olPadding: string;
2592
+ ulPadding: string;
2593
+ }, any>>>;
2594
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2595
+ aTextColor: string;
2596
+ blockquoteTextColor: string;
2597
+ blockquotePrefixColor: string;
2598
+ blockquoteLineHeight: string;
2599
+ blockquoteFontSize: string;
2600
+ codeBorderRadius: string;
2601
+ liTextColor: string;
2602
+ liLineHeight: string;
2603
+ liFontSize: string;
2604
+ hrColor: string;
2605
+ headerFontWeight: string;
2606
+ headerTextColor: string;
2607
+ pTextColor: string;
2608
+ pTextColor1Depth: string;
2609
+ pTextColor2Depth: string;
2610
+ pTextColor3Depth: string;
2611
+ pLineHeight: string;
2612
+ pFontSize: string;
2613
+ headerBarColor: string;
2614
+ headerBarColorPrimary: string;
2615
+ headerBarColorInfo: string;
2616
+ headerBarColorError: string;
2617
+ headerBarColorWarning: string;
2618
+ headerBarColorSuccess: string;
2619
+ textColor: string;
2620
+ textColor1Depth: string;
2621
+ textColor2Depth: string;
2622
+ textColor3Depth: string;
2623
+ textColorPrimary: string;
2624
+ textColorInfo: string;
2625
+ textColorSuccess: string;
2626
+ textColorWarning: string;
2627
+ textColorError: string;
2628
+ codeTextColor: string;
2629
+ codeColor: string;
2630
+ codeBorder: string;
2631
+ headerFontSize1: string;
2632
+ headerFontSize2: string;
2633
+ headerFontSize3: string;
2634
+ headerFontSize4: string;
2635
+ headerFontSize5: string;
2636
+ headerFontSize6: string;
2637
+ headerMargin1: string;
2638
+ headerMargin2: string;
2639
+ headerMargin3: string;
2640
+ headerMargin4: string;
2641
+ headerMargin5: string;
2642
+ headerMargin6: string;
2643
+ headerPrefixWidth1: string;
2644
+ headerPrefixWidth2: string;
2645
+ headerPrefixWidth3: string;
2646
+ headerPrefixWidth4: string;
2647
+ headerPrefixWidth5: string;
2648
+ headerPrefixWidth6: string;
2649
+ headerBarWidth1: string;
2650
+ headerBarWidth2: string;
2651
+ headerBarWidth3: string;
2652
+ headerBarWidth4: string;
2653
+ headerBarWidth5: string;
2654
+ headerBarWidth6: string;
2655
+ pMargin: string;
2656
+ liMargin: string;
2657
+ olPadding: string;
2658
+ ulPadding: string;
2659
+ }, any>>>;
2660
+ }, {
2661
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2662
+ compitableTag: import("vue").ComputedRef<string | undefined>;
2663
+ cssVars: import("vue").ComputedRef<{
2664
+ '--n-bezier': string;
2665
+ '--n-text-color': string;
2666
+ '--n-font-weight-strong': string;
2667
+ '--n-font-famliy-mono': string;
2668
+ '--n-code-border-radius': string;
2669
+ '--n-code-text-color': string;
2670
+ '--n-code-color': string;
2671
+ '--n-code-border': string;
2672
+ }> | undefined;
2673
+ themeClass: import("vue").Ref<string> | undefined;
2674
+ onRender: (() => void) | undefined;
2675
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2676
+ readonly code: BooleanConstructor;
2677
+ readonly type: {
2678
+ readonly type: StringConstructor;
2679
+ readonly default: "default";
2680
+ };
2681
+ readonly delete: BooleanConstructor;
2682
+ readonly strong: BooleanConstructor;
2683
+ readonly italic: BooleanConstructor;
2684
+ readonly underline: BooleanConstructor;
2685
+ readonly depth: PropType<2 | 1 | "1" | "2" | 3 | "3">;
2686
+ readonly tag: StringConstructor;
2687
+ readonly as: {
2688
+ readonly type: StringConstructor;
2689
+ readonly validator: () => boolean;
2690
+ readonly default: undefined;
2691
+ };
2692
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Typography", {
2693
+ aTextColor: string;
2694
+ blockquoteTextColor: string;
2695
+ blockquotePrefixColor: string;
2696
+ blockquoteLineHeight: string;
2697
+ blockquoteFontSize: string;
2698
+ codeBorderRadius: string;
2699
+ liTextColor: string;
2700
+ liLineHeight: string;
2701
+ liFontSize: string;
2702
+ hrColor: string;
2703
+ headerFontWeight: string;
2704
+ headerTextColor: string;
2705
+ pTextColor: string;
2706
+ pTextColor1Depth: string;
2707
+ pTextColor2Depth: string;
2708
+ pTextColor3Depth: string;
2709
+ pLineHeight: string;
2710
+ pFontSize: string;
2711
+ headerBarColor: string;
2712
+ headerBarColorPrimary: string;
2713
+ headerBarColorInfo: string;
2714
+ headerBarColorError: string;
2715
+ headerBarColorWarning: string;
2716
+ headerBarColorSuccess: string;
2717
+ textColor: string;
2718
+ textColor1Depth: string;
2719
+ textColor2Depth: string;
2720
+ textColor3Depth: string;
2721
+ textColorPrimary: string;
2722
+ textColorInfo: string;
2723
+ textColorSuccess: string;
2724
+ textColorWarning: string;
2725
+ textColorError: string;
2726
+ codeTextColor: string;
2727
+ codeColor: string;
2728
+ codeBorder: string;
2729
+ headerFontSize1: string;
2730
+ headerFontSize2: string;
2731
+ headerFontSize3: string;
2732
+ headerFontSize4: string;
2733
+ headerFontSize5: string;
2734
+ headerFontSize6: string;
2735
+ headerMargin1: string;
2736
+ headerMargin2: string;
2737
+ headerMargin3: string;
2738
+ headerMargin4: string;
2739
+ headerMargin5: string;
2740
+ headerMargin6: string;
2741
+ headerPrefixWidth1: string;
2742
+ headerPrefixWidth2: string;
2743
+ headerPrefixWidth3: string;
2744
+ headerPrefixWidth4: string;
2745
+ headerPrefixWidth5: string;
2746
+ headerPrefixWidth6: string;
2747
+ headerBarWidth1: string;
2748
+ headerBarWidth2: string;
2749
+ headerBarWidth3: string;
2750
+ headerBarWidth4: string;
2751
+ headerBarWidth5: string;
2752
+ headerBarWidth6: string;
2753
+ pMargin: string;
2754
+ liMargin: string;
2755
+ olPadding: string;
2756
+ ulPadding: string;
2757
+ }, any>>;
2758
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2759
+ aTextColor: string;
2760
+ blockquoteTextColor: string;
2761
+ blockquotePrefixColor: string;
2762
+ blockquoteLineHeight: string;
2763
+ blockquoteFontSize: string;
2764
+ codeBorderRadius: string;
2765
+ liTextColor: string;
2766
+ liLineHeight: string;
2767
+ liFontSize: string;
2768
+ hrColor: string;
2769
+ headerFontWeight: string;
2770
+ headerTextColor: string;
2771
+ pTextColor: string;
2772
+ pTextColor1Depth: string;
2773
+ pTextColor2Depth: string;
2774
+ pTextColor3Depth: string;
2775
+ pLineHeight: string;
2776
+ pFontSize: string;
2777
+ headerBarColor: string;
2778
+ headerBarColorPrimary: string;
2779
+ headerBarColorInfo: string;
2780
+ headerBarColorError: string;
2781
+ headerBarColorWarning: string;
2782
+ headerBarColorSuccess: string;
2783
+ textColor: string;
2784
+ textColor1Depth: string;
2785
+ textColor2Depth: string;
2786
+ textColor3Depth: string;
2787
+ textColorPrimary: string;
2788
+ textColorInfo: string;
2789
+ textColorSuccess: string;
2790
+ textColorWarning: string;
2791
+ textColorError: string;
2792
+ codeTextColor: string;
2793
+ codeColor: string;
2794
+ codeBorder: string;
2795
+ headerFontSize1: string;
2796
+ headerFontSize2: string;
2797
+ headerFontSize3: string;
2798
+ headerFontSize4: string;
2799
+ headerFontSize5: string;
2800
+ headerFontSize6: string;
2801
+ headerMargin1: string;
2802
+ headerMargin2: string;
2803
+ headerMargin3: string;
2804
+ headerMargin4: string;
2805
+ headerMargin5: string;
2806
+ headerMargin6: string;
2807
+ headerPrefixWidth1: string;
2808
+ headerPrefixWidth2: string;
2809
+ headerPrefixWidth3: string;
2810
+ headerPrefixWidth4: string;
2811
+ headerPrefixWidth5: string;
2812
+ headerPrefixWidth6: string;
2813
+ headerBarWidth1: string;
2814
+ headerBarWidth2: string;
2815
+ headerBarWidth3: string;
2816
+ headerBarWidth4: string;
2817
+ headerBarWidth5: string;
2818
+ headerBarWidth6: string;
2819
+ pMargin: string;
2820
+ liMargin: string;
2821
+ olPadding: string;
2822
+ ulPadding: string;
2823
+ }, any>>>;
2824
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Typography", {
2825
+ aTextColor: string;
2826
+ blockquoteTextColor: string;
2827
+ blockquotePrefixColor: string;
2828
+ blockquoteLineHeight: string;
2829
+ blockquoteFontSize: string;
2830
+ codeBorderRadius: string;
2831
+ liTextColor: string;
2832
+ liLineHeight: string;
2833
+ liFontSize: string;
2834
+ hrColor: string;
2835
+ headerFontWeight: string;
2836
+ headerTextColor: string;
2837
+ pTextColor: string;
2838
+ pTextColor1Depth: string;
2839
+ pTextColor2Depth: string;
2840
+ pTextColor3Depth: string;
2841
+ pLineHeight: string;
2842
+ pFontSize: string;
2843
+ headerBarColor: string;
2844
+ headerBarColorPrimary: string;
2845
+ headerBarColorInfo: string;
2846
+ headerBarColorError: string;
2847
+ headerBarColorWarning: string;
2848
+ headerBarColorSuccess: string;
2849
+ textColor: string;
2850
+ textColor1Depth: string;
2851
+ textColor2Depth: string;
2852
+ textColor3Depth: string;
2853
+ textColorPrimary: string;
2854
+ textColorInfo: string;
2855
+ textColorSuccess: string;
2856
+ textColorWarning: string;
2857
+ textColorError: string;
2858
+ codeTextColor: string;
2859
+ codeColor: string;
2860
+ codeBorder: string;
2861
+ headerFontSize1: string;
2862
+ headerFontSize2: string;
2863
+ headerFontSize3: string;
2864
+ headerFontSize4: string;
2865
+ headerFontSize5: string;
2866
+ headerFontSize6: string;
2867
+ headerMargin1: string;
2868
+ headerMargin2: string;
2869
+ headerMargin3: string;
2870
+ headerMargin4: string;
2871
+ headerMargin5: string;
2872
+ headerMargin6: string;
2873
+ headerPrefixWidth1: string;
2874
+ headerPrefixWidth2: string;
2875
+ headerPrefixWidth3: string;
2876
+ headerPrefixWidth4: string;
2877
+ headerPrefixWidth5: string;
2878
+ headerPrefixWidth6: string;
2879
+ headerBarWidth1: string;
2880
+ headerBarWidth2: string;
2881
+ headerBarWidth3: string;
2882
+ headerBarWidth4: string;
2883
+ headerBarWidth5: string;
2884
+ headerBarWidth6: string;
2885
+ pMargin: string;
2886
+ liMargin: string;
2887
+ olPadding: string;
2888
+ ulPadding: string;
2889
+ }, any>>>;
2890
+ }>>, {
2891
+ readonly type: string;
2892
+ readonly delete: boolean;
2893
+ readonly italic: boolean;
2894
+ readonly underline: boolean;
2895
+ readonly as: string;
2896
+ readonly code: boolean;
2897
+ readonly strong: boolean;
2898
+ }>;
2899
+ NSpace: any;
2900
+ 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<{}>>, {}>;
2901
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2902
+ formatId: {
2903
+ type: StringConstructor;
2904
+ required: false;
2905
+ };
2906
+ token: {
2907
+ type: StringConstructor;
2908
+ required: true;
2909
+ };
2910
+ }>>, {}>;
2911
+ }, 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<{
2912
+ verifyUser: {
2913
+ type: FunctionConstructor;
2914
+ required: false;
2915
+ default: () => Promise<void>;
2916
+ };
2917
+ identityVerificationTitle: {
2918
+ type: StringConstructor;
2919
+ required: false;
2920
+ default: string;
2921
+ };
2922
+ modelValue: {
2923
+ type: BooleanConstructor;
2924
+ required: true;
2925
+ };
2926
+ formatId: {
2927
+ type: StringConstructor;
2928
+ required: false;
2929
+ };
2930
+ templateId: {
2931
+ type: StringConstructor;
2932
+ required: false;
2933
+ };
2934
+ }>> & {
2935
+ onClose?: ((...args: any[]) => any) | undefined;
2936
+ onSuccess?: ((...args: any[]) => any) | undefined;
2937
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2938
+ }, {
2939
+ verifyUser: Function;
2940
+ identityVerificationTitle: string;
2941
+ }>;
2942
+ }, 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<{
2943
+ printParams: {
2944
+ type: PropType<import("../../../../shared/types").AnyObject[]>;
2945
+ };
2946
+ params: {
2947
+ default: () => never[];
2948
+ type: PropType<import("../../../../shared/types").AnyObject[]>;
2949
+ };
2950
+ btnText: {
2951
+ default: string;
2952
+ type: StringConstructor;
2953
+ };
2954
+ printText: {
2955
+ default: string;
2956
+ type: StringConstructor;
2957
+ };
2958
+ previewText: {
2959
+ default: string;
2960
+ type: StringConstructor;
2961
+ };
2962
+ pdfLoadText: {
2963
+ default: string;
2964
+ type: StringConstructor;
2965
+ };
2966
+ formatEditText: {
2967
+ default: string;
2968
+ type: StringConstructor;
2969
+ };
2970
+ prevFn: {
2971
+ default: () => Promise<void>;
2972
+ type: FunctionConstructor;
2973
+ };
2974
+ queryPrintFormatByNumber: {
2975
+ default: () => Promise<{}>;
2976
+ type: FunctionConstructor;
2977
+ };
2978
+ queryTemplateParams: {
2979
+ default: () => Promise<{}>;
2980
+ type: FunctionConstructor;
2981
+ };
2982
+ strategy: {
2983
+ default: string;
2984
+ type: StringConstructor;
2985
+ };
2986
+ clickPrevFn: {
2987
+ default: () => Promise<boolean>;
2988
+ type: FunctionConstructor;
2989
+ };
2990
+ noDataMsg: {
2991
+ default: string;
2992
+ type: StringConstructor;
2993
+ };
2994
+ token: {
2995
+ type: StringConstructor;
2996
+ };
2997
+ printdlgshow: {
2998
+ default: string;
2999
+ type: StringConstructor;
3000
+ };
3001
+ btnprint: {
3002
+ type: StringConstructor;
3003
+ default: string;
3004
+ };
3005
+ directPrint: {
3006
+ type: BooleanConstructor;
3007
+ default: boolean;
3008
+ };
3009
+ }>> & {
3010
+ onError?: ((...args: any[]) => any) | undefined;
3011
+ onSuccess?: ((...args: any[]) => any) | undefined;
3012
+ onClickoutside?: ((...args: any[]) => any) | undefined;
3013
+ }, {
3014
+ params: import("../../../../shared/types").AnyObject[];
3015
+ btnText: string;
3016
+ printText: string;
3017
+ previewText: string;
3018
+ pdfLoadText: string;
3019
+ formatEditText: string;
3020
+ prevFn: Function;
3021
+ queryPrintFormatByNumber: Function;
3022
+ queryTemplateParams: Function;
3023
+ strategy: string;
3024
+ clickPrevFn: Function;
3025
+ noDataMsg: string;
3026
+ printdlgshow: string;
3027
+ btnprint: string;
3028
+ directPrint: boolean;
3029
+ }>>;
3030
+ outQuickSearch: import("vue").DefineComponent<{
3031
+ item: {
3032
+ type: PropType<ISearchType>;
3033
+ default: () => void;
3034
+ };
3035
+ filterApiConfig: {
3036
+ type: ObjectConstructor;
3037
+ default: () => void;
3038
+ };
3039
+ }, {
3040
+ handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
3041
+ wordBookutils: {
3042
+ hasArray: (arr: ISearchType[]) => boolean;
3043
+ handleWordbookData(item: any, data: any, params: any): {
3044
+ rows: never[];
3045
+ hasFieldList: boolean;
3046
+ searchPageConfig: {};
3047
+ };
3048
+ getTitleHeader(fieldList: ISearchType[], renderKey: any): any;
3049
+ };
3050
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3051
+ item: {
3052
+ type: PropType<ISearchType>;
3053
+ default: () => void;
3054
+ };
3055
+ filterApiConfig: {
3056
+ type: ObjectConstructor;
3057
+ default: () => void;
3058
+ };
3059
+ }>> & {
3060
+ onOutFilterChange?: ((...args: any[]) => any) | undefined;
3061
+ }>>;
3062
+ emit: (event: "outFilterChange", ...args: any[]) => void;
3063
+ fetchingWordbook: import("vue").Ref<boolean>;
3064
+ initSearch: import("vue").Ref<boolean>;
3065
+ handlePickerShowTime: import("vue").ComputedRef<(item: ISearchType) => false | {
3066
+ defaultValue: moment.Moment[];
3067
+ }>;
3068
+ init: () => void;
3069
+ handleWordBookSearch: (value: string, item: ISearchType, config?: any) => void;
3070
+ dropdownVisibleChange: (open: boolean, item: ISearchType, config?: any) => void;
3071
+ handleWordbookData: (item: ISearchType, data: any, params: any) => void;
3072
+ getWordbookData: (o: any, obj: any) => Promise<any>;
3073
+ rangePickerChange: (value: string, item: ISearchType) => void;
3074
+ outFilterChange: (config?: {}) => void;
3075
+ maxTagPlaceholder: (item: ISearchType) => number;
3076
+ changeOutFilterNumber: (item: ISearchType) => void;
3077
+ clearOutFilterNumber: (item: ISearchType) => void;
3078
+ NInput: any;
3079
+ NDatePicker: any;
3080
+ multiSelect: import("vue").DefineComponent<{
3081
+ item: {
3082
+ type: PropType<ISearchType>;
3083
+ default: () => void;
3084
+ };
3085
+ maxTagPlaceholder: {
3086
+ type: FunctionConstructor;
3087
+ default: () => {};
3088
+ };
3089
+ outFilterChange: {
3090
+ type: FunctionConstructor;
3091
+ default: () => {};
3092
+ };
3093
+ handleWordBookSearch: {
3094
+ type: FunctionConstructor;
3095
+ default: () => {};
3096
+ };
3097
+ dropdownVisibleChange: {
3098
+ type: FunctionConstructor;
3099
+ default: () => {};
3100
+ };
3101
+ source: {
3102
+ type: StringConstructor;
3103
+ default: string;
3104
+ };
3105
+ fetchingWordbook: {
3106
+ type: BooleanConstructor;
3107
+ default: boolean;
3108
+ };
3109
+ }, {
3110
+ quickInputSelect: any;
3111
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3112
+ item: {
3113
+ type: PropType<ISearchType>;
3114
+ default: () => void;
3115
+ };
3116
+ maxTagPlaceholder: {
3117
+ type: FunctionConstructor;
3118
+ default: () => {};
3119
+ };
3120
+ outFilterChange: {
3121
+ type: FunctionConstructor;
3122
+ default: () => {};
3123
+ };
3124
+ handleWordBookSearch: {
3125
+ type: FunctionConstructor;
3126
+ default: () => {};
3127
+ };
3128
+ dropdownVisibleChange: {
3129
+ type: FunctionConstructor;
3130
+ default: () => {};
3131
+ };
3132
+ source: {
3133
+ type: StringConstructor;
3134
+ default: string;
3135
+ };
3136
+ fetchingWordbook: {
3137
+ type: BooleanConstructor;
3138
+ default: boolean;
3139
+ };
3140
+ }>> & {}>>;
3141
+ handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
3142
+ isnoPages: import("vue").ComputedRef<boolean>;
3143
+ hasShowKeys: import("vue").ComputedRef<boolean>;
3144
+ showRemoveIcon: import("vue").ComputedRef<boolean>;
3145
+ mode: import("vue").ComputedRef<boolean>;
3146
+ renderList: import("vue").ComputedRef<any>;
3147
+ createSuffixIcon: () => void;
3148
+ filterOption: (...arg: any) => any;
3149
+ handleSearchChangePage: (type: string) => void;
3150
+ handleChange: () => void;
3151
+ NSelect: any;
3152
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3153
+ item: {
3154
+ type: PropType<ISearchType>;
3155
+ default: () => void;
3156
+ };
3157
+ maxTagPlaceholder: {
3158
+ type: FunctionConstructor;
3159
+ default: () => {};
3160
+ };
3161
+ outFilterChange: {
3162
+ type: FunctionConstructor;
3163
+ default: () => {};
3164
+ };
3165
+ handleWordBookSearch: {
3166
+ type: FunctionConstructor;
3167
+ default: () => {};
3168
+ };
3169
+ dropdownVisibleChange: {
3170
+ type: FunctionConstructor;
3171
+ default: () => {};
3172
+ };
3173
+ source: {
3174
+ type: StringConstructor;
3175
+ default: string;
3176
+ };
3177
+ fetchingWordbook: {
3178
+ type: BooleanConstructor;
3179
+ default: boolean;
3180
+ };
3181
+ }>>, {
3182
+ item: ISearchType;
3183
+ source: string;
3184
+ outFilterChange: Function;
3185
+ maxTagPlaceholder: Function;
3186
+ handleWordBookSearch: Function;
3187
+ dropdownVisibleChange: Function;
3188
+ fetchingWordbook: boolean;
3189
+ }>;
3190
+ cTreeSelect: import("vue").DefineComponent<{
3191
+ item: {
3192
+ type: PropType<ISearchType>;
3193
+ default: () => {
3194
+ value: never[];
3195
+ };
3196
+ };
3197
+ handleGetConfigApi: {
3198
+ type: FunctionConstructor;
3199
+ default: () => void;
3200
+ };
3201
+ filterApiConfig: {
3202
+ type: ObjectConstructor;
3203
+ };
3204
+ outFilterChange: {
3205
+ type: FunctionConstructor;
3206
+ default: () => void;
3207
+ };
3208
+ }, {
3209
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3210
+ item: {
3211
+ type: PropType<ISearchType>;
3212
+ default: () => {
3213
+ value: never[];
3214
+ };
3215
+ };
3216
+ handleGetConfigApi: {
3217
+ type: FunctionConstructor;
3218
+ default: () => void;
3219
+ };
3220
+ filterApiConfig: {
3221
+ type: ObjectConstructor;
3222
+ };
3223
+ outFilterChange: {
3224
+ type: FunctionConstructor;
3225
+ default: () => void;
3226
+ };
3227
+ }>> & {}>>;
3228
+ quickInputSelect: any;
3229
+ treeData: import("vue").Ref<{
3230
+ label: string;
3231
+ key: string;
3232
+ selectable: boolean;
3233
+ scopedSlots: {
3234
+ title: string;
3235
+ };
3236
+ }[]>;
3237
+ handleMaxTagCount: import("vue").ComputedRef<(item: ISearchType) => 0 | 1>;
3238
+ showRemoveIcon: import("vue").ComputedRef<boolean>;
3239
+ init: () => Promise<void>;
3240
+ handleMaxTag: () => string;
3241
+ handleRequestedOptions: (item: ISearchType) => Promise<any>;
3242
+ getSearchDefParams: (item: ISearchType) => any;
3243
+ formatField: (value: any) => any;
3244
+ hanldeGetCascadelabel: (v?: never[], k?: {}) => any;
3245
+ handleInitTreeData: (list: any, config: ISearchType) => void;
3246
+ hanldeSetTreeDef: () => void;
3247
+ maxTagPlaceholder: (item: ISearchType) => number;
3248
+ treeSelect: (key: string, vnode: any) => void;
3249
+ change: () => void;
3250
+ handleDisabledTreeData: (list?: any, config?: any) => void;
3251
+ createSuffixIcon: () => void;
3252
+ NTreeSelect: any;
3253
+ NSpin: any;
3254
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3255
+ item: {
3256
+ type: PropType<ISearchType>;
3257
+ default: () => {
3258
+ value: never[];
3259
+ };
3260
+ };
3261
+ handleGetConfigApi: {
3262
+ type: FunctionConstructor;
3263
+ default: () => void;
3264
+ };
3265
+ filterApiConfig: {
3266
+ type: ObjectConstructor;
3267
+ };
3268
+ outFilterChange: {
3269
+ type: FunctionConstructor;
3270
+ default: () => void;
3271
+ };
3272
+ }>>, {
3273
+ item: ISearchType;
3274
+ handleGetConfigApi: Function;
3275
+ outFilterChange: Function;
3276
+ }>;
3277
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "outFilterChange"[], "outFilterChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3278
+ item: {
3279
+ type: PropType<ISearchType>;
3280
+ default: () => void;
3281
+ };
3282
+ filterApiConfig: {
3283
+ type: ObjectConstructor;
3284
+ default: () => void;
3285
+ };
3286
+ }>> & {
3287
+ onOutFilterChange?: ((...args: any[]) => any) | undefined;
3288
+ }, {
3289
+ item: ISearchType;
3290
+ filterApiConfig: Record<string, any>;
3291
+ }>;
3292
+ getBtnIcon: any;
3293
+ ButtonGroup: import("vue").DefineComponent<{
3294
+ title: {
3295
+ type: (NumberConstructor | StringConstructor)[];
3296
+ };
3297
+ list: {
3298
+ type: ArrayConstructor;
3299
+ default: never[];
3300
+ };
3301
+ currentTempId: {
3302
+ type: (NumberConstructor | StringConstructor)[];
3303
+ };
3304
+ }, {
3305
+ BTNOBJ: {
3306
+ copy: string;
3307
+ pencil: string;
3308
+ delete: string;
3309
+ add: string;
3310
+ download: string;
3311
+ label: string;
3312
+ queding: string;
3313
+ del: string;
3314
+ };
3315
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3316
+ title: {
3317
+ type: (NumberConstructor | StringConstructor)[];
3318
+ };
3319
+ list: {
3320
+ type: ArrayConstructor;
3321
+ default: never[];
3322
+ };
3323
+ currentTempId: {
3324
+ type: (NumberConstructor | StringConstructor)[];
3325
+ };
3326
+ }>> & {
3327
+ onShowDrawer?: ((...args: any[]) => any) | undefined;
3328
+ onClickGroupBtn?: ((...args: any[]) => any) | undefined;
3329
+ }>>;
3330
+ emit: (event: "showDrawer" | "clickGroupBtn", ...args: any[]) => void;
3331
+ btnObj: import("vue").Ref<{
3332
+ copy: string;
3333
+ pencil: string;
3334
+ delete: string;
3335
+ add: string;
3336
+ download: string;
3337
+ label: string;
3338
+ queding: string;
3339
+ del: string;
3340
+ }>;
3341
+ handleSelect: (key: string, option: any) => void;
3342
+ showDrawer: (btn: any, j: number) => void;
3343
+ clickBtn: (btn: any, j: number) => void;
3344
+ NButton: any;
3345
+ NDropdown: any;
3346
+ TextOverTooltip: import("vue").DefineComponent<{
3347
+ content: {
3348
+ type: (NumberConstructor | StringConstructor)[];
3349
+ required: false;
3350
+ };
3351
+ className: {
3352
+ type: StringConstructor;
3353
+ required: false;
3354
+ };
3355
+ refName: {
3356
+ type: StringConstructor;
3357
+ required: false;
3358
+ };
3359
+ effect: {
3360
+ type: StringConstructor;
3361
+ required: false;
3362
+ default: string;
3363
+ };
3364
+ placement: {
3365
+ type: StringConstructor;
3366
+ required: false;
3367
+ default: string;
3368
+ };
3369
+ tooltipTitle: {
3370
+ type: (NumberConstructor | StringConstructor)[];
3371
+ required: false;
3372
+ default: string;
3373
+ };
3374
+ isAlias: {
3375
+ type: BooleanConstructor;
3376
+ required: false;
3377
+ };
3378
+ }, {
3379
+ props: {
3380
+ content?: string | number | undefined;
3381
+ className?: string | undefined;
3382
+ refName?: string | undefined;
3383
+ effect: string;
3384
+ placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
3385
+ tooltipTitle: string | number;
3386
+ isAlias?: boolean | undefined;
3387
+ };
3388
+ isDisabledTooltip: import("vue").Ref<boolean>;
3389
+ curContent: import("vue").ComputedRef<string>;
3390
+ $refName: any;
3391
+ onMouseOver: (str: any) => void;
3392
+ onMouseOut: () => void;
3393
+ NTooltip: any;
3394
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3395
+ content: {
3396
+ type: (NumberConstructor | StringConstructor)[];
3397
+ required: false;
3398
+ };
3399
+ className: {
3400
+ type: StringConstructor;
3401
+ required: false;
3402
+ };
3403
+ refName: {
3404
+ type: StringConstructor;
3405
+ required: false;
3406
+ };
3407
+ effect: {
3408
+ type: StringConstructor;
3409
+ required: false;
3410
+ default: string;
3411
+ };
3412
+ placement: {
3413
+ type: StringConstructor;
3414
+ required: false;
3415
+ default: string;
3416
+ };
3417
+ tooltipTitle: {
3418
+ type: (NumberConstructor | StringConstructor)[];
3419
+ required: false;
3420
+ default: string;
3421
+ };
3422
+ isAlias: {
3423
+ type: BooleanConstructor;
3424
+ required: false;
3425
+ };
3426
+ }>>, {
3427
+ effect: string;
3428
+ placement: string;
3429
+ tooltipTitle: string | number;
3430
+ isAlias: boolean;
3431
+ }>;
3432
+ SvgIcon: import("vue").DefineComponent<{
3433
+ iconClass: {
3434
+ type: StringConstructor;
3435
+ required: true;
3436
+ default: string;
3437
+ };
3438
+ title: {
3439
+ type: StringConstructor;
3440
+ required: false;
3441
+ default: string;
3442
+ };
3443
+ className: {
3444
+ type: StringConstructor;
3445
+ required: false;
3446
+ };
3447
+ }, {
3448
+ props: {
3449
+ iconClass: string;
3450
+ title: string;
3451
+ className?: string | undefined;
3452
+ };
3453
+ iconName: import("vue").ComputedRef<string>;
3454
+ svgClass: import("vue").ComputedRef<string>;
3455
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3456
+ iconClass: {
3457
+ type: StringConstructor;
3458
+ required: true;
3459
+ default: string;
3460
+ };
3461
+ title: {
3462
+ type: StringConstructor;
3463
+ required: false;
3464
+ default: string;
3465
+ };
3466
+ className: {
3467
+ type: StringConstructor;
3468
+ required: false;
3469
+ };
3470
+ }>>, {
3471
+ title: string;
3472
+ iconClass: string;
3473
+ }>;
3474
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("showDrawer" | "clickGroupBtn")[], "showDrawer" | "clickGroupBtn", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3475
+ title: {
3476
+ type: (NumberConstructor | StringConstructor)[];
3477
+ };
3478
+ list: {
3479
+ type: ArrayConstructor;
3480
+ default: never[];
3481
+ };
3482
+ currentTempId: {
3483
+ type: (NumberConstructor | StringConstructor)[];
3484
+ };
3485
+ }>> & {
3486
+ onShowDrawer?: ((...args: any[]) => any) | undefined;
3487
+ onClickGroupBtn?: ((...args: any[]) => any) | undefined;
3488
+ }, {
3489
+ list: unknown[];
3490
+ }>;
3491
+ RenderWidget: import("vue").DefineComponent<{
3492
+ cfg: {
3493
+ type: ObjectConstructor;
3494
+ required: true;
3495
+ };
3496
+ modelValue: {
3497
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
3498
+ };
3499
+ }, any, {
3500
+ initialProps: {};
3501
+ }, {
3502
+ valueCp(): any;
3503
+ }, {
3504
+ search(): void;
3505
+ getEleWidth(cfg: any): string | undefined;
3506
+ initComponentProps(cfg: any): void;
3507
+ generateWidget(cfg: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3508
+ [key: string]: any;
3509
+ }> | null;
3510
+ handleUpdate(val: any, widgetType: any, defValueUnit: any): void;
3511
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3512
+ cfg: {
3513
+ type: ObjectConstructor;
3514
+ required: true;
3515
+ };
3516
+ modelValue: {
3517
+ type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
3518
+ };
3519
+ }>> & {
3520
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3521
+ }, {}>;
3522
+ NIcon: any;
3523
+ NInput: any;
3524
+ NInputGroup: import("vue").DefineComponent<{
3525
+ [x: string]: never;
3526
+ [x: number]: never;
3527
+ [x: symbol]: never;
3528
+ }, {
3529
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3530
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3531
+ [x: string]: never;
3532
+ [x: number]: never;
3533
+ [x: symbol]: never;
3534
+ }>>, {}>;
3535
+ NButton: any;
3536
+ NTooltip: any;
3537
+ NDropdown: any;
3538
+ NUpload: any;
3539
+ Search: 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<{}>>, {}>;
3540
+ ChevronDownOutline: 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<{}>>, {}>;
3541
+ InformationCircleOutline: 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<{}>>, {}>;
3542
+ CloudUploadOutline: 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<{}>>, {}>;
3543
+ SvgIcon: import("vue").DefineComponent<{
3544
+ iconClass: {
3545
+ type: StringConstructor;
3546
+ required: true;
3547
+ default: string;
3548
+ };
3549
+ title: {
3550
+ type: StringConstructor;
3551
+ required: false;
3552
+ default: string;
3553
+ };
3554
+ className: {
3555
+ type: StringConstructor;
3556
+ required: false;
3557
+ };
3558
+ }, {
3559
+ props: {
3560
+ iconClass: string;
3561
+ title: string;
3562
+ className?: string | undefined;
3563
+ };
3564
+ iconName: import("vue").ComputedRef<string>;
3565
+ svgClass: import("vue").ComputedRef<string>;
3566
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3567
+ iconClass: {
3568
+ type: StringConstructor;
3569
+ required: true;
3570
+ default: string;
3571
+ };
3572
+ title: {
3573
+ type: StringConstructor;
3574
+ required: false;
3575
+ default: string;
3576
+ };
3577
+ className: {
3578
+ type: StringConstructor;
3579
+ required: false;
3580
+ };
3581
+ }>>, {
3582
+ title: string;
3583
+ iconClass: string;
3584
+ }>;
3585
+ axios: import("axios").AxiosStatic;
3586
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache")[], "onSave" | "input" | "tabClick" | "setIsTile" | "getQuickSearchListObj" | "setConditionMap" | "foldQuickSearch" | "clearTeamTitleName" | "btnEvent" | "getClassification" | "changeSearch" | "reloadList" | "clickBtn" | "handlerSetting" | "handlerChangeView" | "pubResetCheckStatus" | "handleReset" | "changeCardNewBatch" | "importUpdate" | "btnEventTree" | "outSearchInit" | "setBatchSaveRowStatus" | "setBatchCancelRowStatus" | "setPrintNumberCache", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3587
+ width: {
3588
+ type: StringConstructor;
3589
+ default: string;
3590
+ };
3591
+ searchInputWidth: {
3592
+ type: NumberConstructor;
3593
+ default: number;
3594
+ };
3595
+ searchInputPlaceHolder: {
3596
+ type: StringConstructor;
3597
+ };
3598
+ onSearch: {
3599
+ type: FunctionConstructor;
3600
+ };
3601
+ rowBtnList: {
3602
+ type: PropType<IbtnType[]>;
3603
+ default: () => never[];
3604
+ };
3605
+ paramsData: {
3606
+ type: any;
3607
+ };
3608
+ showButtonTop: {
3609
+ type: (NumberConstructor | StringConstructor)[];
3610
+ };
3611
+ showSettings: {
3612
+ type: PropType<IsettingsType>;
3613
+ default: () => {};
3614
+ };
3615
+ clickRowData: {
3616
+ type: any;
3617
+ };
3618
+ value: {
3619
+ type: StringConstructor;
3620
+ };
3621
+ searchFieldList: {
3622
+ type: PropType<ISearchType[]>;
3623
+ default: () => never[];
3624
+ };
3625
+ searchFieldLimit: {
3626
+ type: ObjectConstructor;
3627
+ default: () => {};
3628
+ };
3629
+ viewList: {
3630
+ type: ArrayConstructor;
3631
+ default: () => never[];
3632
+ };
3633
+ TypeOfDisplay: {
3634
+ type: StringConstructor;
3635
+ default: string;
3636
+ };
3637
+ tableAllCheck: {
3638
+ type: BooleanConstructor;
3639
+ };
3640
+ classificationIndex: {
3641
+ type: NumberConstructor;
3642
+ };
3643
+ editTableSource: {
3644
+ type: StringConstructor;
3645
+ default: string;
3646
+ };
3647
+ showRelatedTreeBtn: {
3648
+ type: BooleanConstructor;
3649
+ };
3650
+ relatedBaseInfo: {
3651
+ type: ObjectConstructor;
3652
+ };
3653
+ onRelatedSearch: {
3654
+ type: FunctionConstructor;
3655
+ };
3656
+ showResetFilterBtn: {
3657
+ type: BooleanConstructor;
3658
+ default: boolean;
3659
+ };
3660
+ qqConObjCount: {
3661
+ type: NumberConstructor;
3662
+ default: number;
3663
+ };
3664
+ conditionType: {
3665
+ type: StringConstructor;
3666
+ };
3667
+ countCondition: {
3668
+ type: (NumberConstructor | StringConstructor)[];
3669
+ };
3670
+ countTabCondition: {
3671
+ type: NumberConstructor;
3672
+ };
3673
+ tabConditionNumObj: {
3674
+ type: ObjectConstructor;
3675
+ default: () => void;
3676
+ };
3677
+ isRelatedSearchFold: {
3678
+ type: BooleanConstructor;
3679
+ default: boolean;
3680
+ };
3681
+ tableId: {
3682
+ type: StringConstructor;
3683
+ default: string;
3684
+ };
3685
+ conditionMap: {
3686
+ type: ObjectConstructor;
3687
+ default: () => void;
3688
+ };
3689
+ getFilterData: {
3690
+ type: FunctionConstructor;
3691
+ };
3692
+ oldtableData: {
3693
+ type: ArrayConstructor;
3694
+ };
3695
+ isNestTableClick: {
3696
+ type: BooleanConstructor;
3697
+ };
3698
+ isAdmin: {
3699
+ type: BooleanConstructor;
3700
+ default: boolean;
3701
+ };
3702
+ /**
3703
+ * 导入量表配置
3704
+ */
3705
+ importGuageConfig: {
3706
+ type: ObjectConstructor;
3707
+ default: () => {
3708
+ action: string;
3709
+ };
3710
+ };
3711
+ /**
3712
+ * 打印配置
3713
+ */
3714
+ printConfig: {
3715
+ type: ObjectConstructor;
3716
+ default: () => {
3717
+ printBaseUrl: string;
3718
+ postStepRule: () => Promise<{}>;
3719
+ };
3720
+ };
3721
+ gettersConfig: {
3722
+ type: ObjectConstructor;
3723
+ default: () => {
3724
+ getIsTile: boolean;
3725
+ selectRowObj: never[];
3726
+ isInlineOperating: boolean;
3727
+ printNumberCache: {};
3728
+ };
3729
+ };
3730
+ /**
3731
+ * 是否展示行编辑的按钮
3732
+ */
3733
+ visibleInlineOperateBtn: {
3734
+ type: BooleanConstructor;
3735
+ default: boolean;
3736
+ };
3737
+ tabConditionList: {
3738
+ type: PropType<IOriginConditionType[]>;
3739
+ default: () => never[];
3740
+ };
3741
+ lastOutSearchFieldList: {
3742
+ type: PropType<ISearchType[]>;
3743
+ default: () => never[];
3744
+ };
3745
+ lastOutRelationQuickSearch: {
3746
+ type: PropType<IrelationType[]>;
3747
+ default: () => never[];
3748
+ };
3749
+ relationTableList: {
3750
+ type: PropType<IrelationType[]>;
3751
+ default: () => never[];
3752
+ };
3753
+ /**
3754
+ * 筛选外显
3755
+ */
3756
+ filterApiConfigOutSearch: {
3757
+ type: ObjectConstructor;
3758
+ default: () => {};
3759
+ };
3760
+ useFieldList: {
3761
+ type: PropType<ISearchType[]>;
3762
+ default: () => never[];
3763
+ };
3764
+ editTableUid: (NumberConstructor | StringConstructor)[];
3765
+ preventReTime: {
3766
+ type: NumberConstructor;
3767
+ default: number;
3768
+ };
3769
+ isCardNewBatch: {
3770
+ type: BooleanConstructor;
3771
+ deafult: boolean;
3772
+ };
3773
+ isBatchSelect: {
3774
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
3775
+ default: string;
3776
+ };
3777
+ filterApiConfig: {
3778
+ type: ObjectConstructor;
3779
+ };
3780
+ }>> & {
3781
+ onInput?: ((...args: any[]) => any) | undefined;
3782
+ onOnSave?: ((...args: any[]) => any) | undefined;
3783
+ onTabClick?: ((...args: any[]) => any) | undefined;
3784
+ onSetIsTile?: ((...args: any[]) => any) | undefined;
3785
+ onGetQuickSearchListObj?: ((...args: any[]) => any) | undefined;
3786
+ onSetConditionMap?: ((...args: any[]) => any) | undefined;
3787
+ onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
3788
+ onClearTeamTitleName?: ((...args: any[]) => any) | undefined;
3789
+ onBtnEvent?: ((...args: any[]) => any) | undefined;
3790
+ onGetClassification?: ((...args: any[]) => any) | undefined;
3791
+ onChangeSearch?: ((...args: any[]) => any) | undefined;
3792
+ onReloadList?: ((...args: any[]) => any) | undefined;
3793
+ onClickBtn?: ((...args: any[]) => any) | undefined;
3794
+ onHandlerSetting?: ((...args: any[]) => any) | undefined;
3795
+ onHandlerChangeView?: ((...args: any[]) => any) | undefined;
3796
+ onPubResetCheckStatus?: ((...args: any[]) => any) | undefined;
3797
+ onHandleReset?: ((...args: any[]) => any) | undefined;
3798
+ onChangeCardNewBatch?: ((...args: any[]) => any) | undefined;
3799
+ onImportUpdate?: ((...args: any[]) => any) | undefined;
3800
+ onBtnEventTree?: ((...args: any[]) => any) | undefined;
3801
+ onOutSearchInit?: ((...args: any[]) => any) | undefined;
3802
+ onSetBatchSaveRowStatus?: ((...args: any[]) => any) | undefined;
3803
+ onSetBatchCancelRowStatus?: ((...args: any[]) => any) | undefined;
3804
+ onSetPrintNumberCache?: ((...args: any[]) => any) | undefined;
3805
+ }, {
3806
+ printConfig: Record<string, any>;
3807
+ clickRowData: any;
3808
+ showSettings: IsettingsType;
3809
+ isBatchSelect: string | number | boolean;
3810
+ width: string;
3811
+ searchInputWidth: number;
3812
+ rowBtnList: IbtnType[];
3813
+ paramsData: any;
3814
+ searchFieldList: ISearchType[];
3815
+ searchFieldLimit: Record<string, any>;
3816
+ viewList: unknown[];
3817
+ TypeOfDisplay: string;
3818
+ tableAllCheck: boolean;
3819
+ editTableSource: string;
3820
+ showRelatedTreeBtn: boolean;
3821
+ showResetFilterBtn: boolean;
3822
+ qqConObjCount: number;
3823
+ tabConditionNumObj: Record<string, any>;
3824
+ isRelatedSearchFold: boolean;
3825
+ tableId: string;
3826
+ conditionMap: Record<string, any>;
3827
+ isNestTableClick: boolean;
3828
+ isAdmin: boolean;
3829
+ importGuageConfig: Record<string, any>;
3830
+ gettersConfig: Record<string, any>;
3831
+ visibleInlineOperateBtn: boolean;
3832
+ tabConditionList: IOriginConditionType[];
3833
+ lastOutSearchFieldList: ISearchType[];
3834
+ lastOutRelationQuickSearch: IrelationType[];
3835
+ relationTableList: IrelationType[];
3836
+ filterApiConfigOutSearch: Record<string, any>;
3837
+ useFieldList: ISearchType[];
3838
+ preventReTime: number;
3839
+ isCardNewBatch: boolean;
3840
+ }>;
3841
+ export default _default;