cnhis-design-vue 3.1.37-beta.1 → 3.1.37-beta.2

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 (413) hide show
  1. package/README.md +123 -123
  2. package/es/components/button-print/src/utils/print.js +1 -6
  3. package/es/components/fabric-chart/src/FabricChart.vue.js +9 -9
  4. package/es/components/fabric-chart/src/hooks/useBirthProcess.js +129 -42
  5. package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +151 -0
  6. package/es/components/fabric-chart/src/hooks/useCenter.js +6 -7
  7. package/es/components/fabric-chart/src/hooks/useOther.js +3 -2
  8. package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
  9. package/es/components/fabric-chart/src/utils/utils.js +7 -4
  10. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
  11. package/es/components/form-config/src/hooks/useSortalbeConfig.js +2 -2
  12. package/es/components/form-render/src/hooks/useLowCodeReactions.js +19 -18
  13. package/es/components/iho-table/style/index.css +1 -1
  14. package/es/components/index.css +1 -1
  15. package/es/components/index.js +0 -3
  16. package/es/shared/assets/img/failure.js +1 -1
  17. package/es/shared/assets/img/failure.png.js +1 -1
  18. package/es/shared/assets/img/icon-asc.js +1 -1
  19. package/es/shared/assets/img/icon-desc.js +1 -1
  20. package/es/shared/assets/img/no-permission.js +1 -1
  21. package/es/shared/assets/img/no-permission.png.js +1 -1
  22. package/es/shared/assets/img/nodata.js +1 -1
  23. package/es/shared/assets/img/nodata.png.js +1 -1
  24. package/es/shared/assets/img/notfound.js +1 -1
  25. package/es/shared/assets/img/notfound.png.js +1 -1
  26. package/es/shared/assets/img/qr.js +1 -1
  27. package/es/shared/assets/img/qr.png.js +1 -1
  28. package/es/shared/assets/img/success.js +1 -1
  29. package/es/shared/assets/img/success.png.js +1 -1
  30. package/es/shared/assets/img/video.js +1 -1
  31. package/es/shared/assets/img/video.png.js +1 -1
  32. package/es/shared/assets/img/video_default_cover.js +1 -1
  33. package/es/shared/assets/img/video_default_cover.png.js +1 -1
  34. package/es/shared/assets/img/video_hover.js +1 -1
  35. package/es/shared/assets/img/video_play_hover.js +1 -1
  36. package/es/shared/assets/img/xb_big.js +1 -1
  37. package/es/shared/assets/img/xb_big.png.js +1 -1
  38. package/es/shared/assets/img/xb_small.js +1 -1
  39. package/es/shared/assets/img/xb_small.png.js +1 -1
  40. package/es/shared/utils/tapable/AsyncParallelBailHook.js +1 -1
  41. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -3
  42. package/es/shared/utils/tapable/Hook.js +1 -1
  43. package/es/shared/utils/tapable/HookCodeFactory.js +3 -6
  44. package/es/shared/utils/tapable/SyncWaterfallHook.js +1 -2
  45. package/package.json +2 -2
  46. package/es/components/annotation-edit/index.d.ts +0 -17
  47. package/es/components/annotation-edit/src/AnnotationEdit.d.ts +0 -16
  48. package/es/components/big-table/index.d.ts +0 -1176
  49. package/es/components/big-table/src/BigTable.vue.d.ts +0 -1181
  50. package/es/components/big-table/src/bigTableEmits.d.ts +0 -2
  51. package/es/components/big-table/src/bigTableProps.d.ts +0 -211
  52. package/es/components/big-table/src/bigTableState.d.ts +0 -58
  53. package/es/components/big-table/src/components/NoData.vue.d.ts +0 -49
  54. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +0 -34
  55. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +0 -43
  56. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +0 -35
  57. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +0 -35
  58. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +0 -134
  59. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +0 -43
  60. package/es/components/big-table/src/components/edit-form/useCommon.d.ts +0 -5
  61. package/es/components/big-table/src/components/input-button.vue.d.ts +0 -10
  62. package/es/components/big-table/src/components/separate.vue.d.ts +0 -41
  63. package/es/components/big-table/src/constants/index.d.ts +0 -3
  64. package/es/components/big-table/src/hooks/index.d.ts +0 -9
  65. package/es/components/big-table/src/hooks/useAnchor.d.ts +0 -7
  66. package/es/components/big-table/src/hooks/useAnnotation.d.ts +0 -4
  67. package/es/components/big-table/src/hooks/useBatchEditing.d.ts +0 -17
  68. package/es/components/big-table/src/hooks/useEdit.d.ts +0 -339
  69. package/es/components/big-table/src/hooks/useEvent.d.ts +0 -6
  70. package/es/components/big-table/src/hooks/useFormat.d.ts +0 -30
  71. package/es/components/big-table/src/hooks/useNestTable.d.ts +0 -8
  72. package/es/components/big-table/src/hooks/useSeparateRow.d.ts +0 -40
  73. package/es/components/big-table/src/hooks/useTableParse.d.ts +0 -6
  74. package/es/components/big-table/src/utils.d.ts +0 -61
  75. package/es/components/bpmn-workflow/index.d.ts +0 -72
  76. package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
  77. package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -75
  78. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +0 -75
  79. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +0 -24
  80. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +0 -19
  81. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +0 -70
  82. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +0 -21
  83. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +0 -12
  84. package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +0 -16
  85. package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +0 -6
  86. package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +0 -5
  87. package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +0 -12
  88. package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +0 -5
  89. package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +0 -4
  90. package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +0 -1
  91. package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +0 -226
  92. package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
  93. package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
  94. package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
  95. package/es/components/button-print/index.d.ts +0 -1904
  96. package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1911
  97. package/es/components/button-print/src/components/EditFormat.vue.d.ts +0 -1244
  98. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +0 -1632
  99. package/es/components/button-print/src/components/Preview.vue.d.ts +0 -41
  100. package/es/components/button-print/src/utils/browserPrint.d.ts +0 -2
  101. package/es/components/button-print/src/utils/dialog.d.ts +0 -12
  102. package/es/components/button-print/src/utils/index.d.ts +0 -2
  103. package/es/components/button-print/src/utils/print.d.ts +0 -56
  104. package/es/components/drag-layout/index.d.ts +0 -606
  105. package/es/components/drag-layout/index.js +0 -11
  106. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -21
  107. package/es/components/drag-layout/src/DragFormLeftItem.vue.js +0 -122
  108. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +0 -125
  109. package/es/components/drag-layout/src/DragFormRightItem.vue.js +0 -267
  110. package/es/components/drag-layout/src/DragLayout.vue.d.ts +0 -606
  111. package/es/components/drag-layout/src/DragLayout.vue.js +0 -662
  112. package/es/components/drag-layout/style/index.css +0 -1
  113. package/es/components/editor/index.d.ts +0 -30
  114. package/es/components/editor/src/Editor.d.ts +0 -30
  115. package/es/components/fabric-chart/index.d.ts +0 -182
  116. package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +0 -181
  117. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -184
  118. package/es/components/fabric-chart/src/components/PopupMenu.d.ts +0 -46
  119. package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +0 -64
  120. package/es/components/fabric-chart/src/components/useStyle.d.ts +0 -7
  121. package/es/components/fabric-chart/src/hooks/constant.d.ts +0 -54
  122. package/es/components/fabric-chart/src/hooks/index.d.ts +0 -11
  123. package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +0 -26
  124. package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
  125. package/es/components/fabric-chart/src/hooks/useCenter.d.ts +0 -16
  126. package/es/components/fabric-chart/src/hooks/useCommon.d.ts +0 -8
  127. package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +0 -14
  128. package/es/components/fabric-chart/src/hooks/useDraw.d.ts +0 -44
  129. package/es/components/fabric-chart/src/hooks/useEvent.d.ts +0 -7
  130. package/es/components/fabric-chart/src/hooks/useGrid.d.ts +0 -4
  131. package/es/components/fabric-chart/src/hooks/useLeft.d.ts +0 -7
  132. package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
  133. package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
  134. package/es/components/fabric-chart/src/hooks/useShadow.d.ts +0 -6
  135. package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +0 -25
  136. package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
  137. package/es/components/fabric-chart/src/interface.d.ts +0 -151
  138. package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
  139. package/es/components/fabric-chart/src/utils/utils.d.ts +0 -13
  140. package/es/components/field-set/index.d.ts +0 -243
  141. package/es/components/field-set/src/FieldSet.vue.d.ts +0 -197
  142. package/es/components/form-config/index.d.ts +0 -3343
  143. package/es/components/form-config/src/FormConfig.vue.d.ts +0 -3344
  144. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -675
  145. package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +0 -108
  146. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -2396
  147. package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +0 -14
  148. package/es/components/form-config/src/components/index.d.ts +0 -5
  149. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +0 -27
  150. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +0 -169
  151. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -71
  152. package/es/components/form-config/src/components/renderer/index.d.ts +0 -4
  153. package/es/components/form-config/src/constants/index.d.ts +0 -65
  154. package/es/components/form-config/src/hooks/index.d.ts +0 -3
  155. package/es/components/form-config/src/hooks/useConfigurationField.d.ts +0 -8
  156. package/es/components/form-config/src/hooks/useDataNormalize.d.ts +0 -5
  157. package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +0 -4
  158. package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +0 -13
  159. package/es/components/form-config/src/types/index.d.ts +0 -39
  160. package/es/components/form-config/src/utils/index.d.ts +0 -7
  161. package/es/components/form-render/index.d.ts +0 -657
  162. package/es/components/form-render/src/FormRender.vue.d.ts +0 -650
  163. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -654
  164. package/es/components/form-render/src/components/renderer/checkbox.d.ts +0 -90
  165. package/es/components/form-render/src/components/renderer/combination.d.ts +0 -51
  166. package/es/components/form-render/src/components/renderer/complex.d.ts +0 -34
  167. package/es/components/form-render/src/components/renderer/date.d.ts +0 -52
  168. package/es/components/form-render/src/components/renderer/formItem.d.ts +0 -15
  169. package/es/components/form-render/src/components/renderer/index.d.ts +0 -3
  170. package/es/components/form-render/src/components/renderer/input.d.ts +0 -23
  171. package/es/components/form-render/src/components/renderer/inputGroup.d.ts +0 -11
  172. package/es/components/form-render/src/components/renderer/inputNumber.d.ts +0 -31
  173. package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +0 -5
  174. package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +0 -44
  175. package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +0 -91
  176. package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +0 -69
  177. package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +0 -68
  178. package/es/components/form-render/src/components/renderer/radio.d.ts +0 -94
  179. package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +0 -41
  180. package/es/components/form-render/src/components/renderer/searchCascade.d.ts +0 -58
  181. package/es/components/form-render/src/components/renderer/select.d.ts +0 -140
  182. package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +0 -18
  183. package/es/components/form-render/src/components/renderer/slider.d.ts +0 -11
  184. package/es/components/form-render/src/components/renderer/switch.d.ts +0 -23
  185. package/es/components/form-render/src/components/renderer/textarea.d.ts +0 -11
  186. package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +0 -13
  187. package/es/components/form-render/src/constants/index.d.ts +0 -54
  188. package/es/components/form-render/src/hooks/index.d.ts +0 -15
  189. package/es/components/form-render/src/hooks/useAnchor.d.ts +0 -16
  190. package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +0 -47
  191. package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +0 -27
  192. package/es/components/form-render/src/hooks/useChangeContext.d.ts +0 -11
  193. package/es/components/form-render/src/hooks/useCommonInjection.d.ts +0 -15
  194. package/es/components/form-render/src/hooks/useCommonLog.d.ts +0 -3
  195. package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +0 -64
  196. package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +0 -5
  197. package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +0 -4
  198. package/es/components/form-render/src/hooks/useFormContext.d.ts +0 -11
  199. package/es/components/form-render/src/hooks/useFormField.d.ts +0 -5
  200. package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +0 -11
  201. package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +0 -13
  202. package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +0 -39
  203. package/es/components/form-render/src/hooks/useFormRequest.d.ts +0 -26
  204. package/es/components/form-render/src/hooks/useFormValidator.d.ts +0 -6
  205. package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +0 -7
  206. package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +0 -4
  207. package/es/components/form-render/src/hooks/usePresetScope.d.ts +0 -6
  208. package/es/components/form-render/src/types/fieldItem.d.ts +0 -265
  209. package/es/components/form-render/src/types/index.d.ts +0 -101
  210. package/es/components/form-render/src/utils/business.d.ts +0 -13
  211. package/es/components/form-render/src/utils/dom.d.ts +0 -13
  212. package/es/components/form-render/src/utils/index.d.ts +0 -38
  213. package/es/components/form-render/src/utils/schema.d.ts +0 -83
  214. package/es/components/grid/index.d.ts +0 -3
  215. package/es/components/grid/src/Grid.d.ts +0 -2
  216. package/es/components/grid/src/hooks.d.ts +0 -1
  217. package/es/components/iho-table/index.d.ts +0 -4647
  218. package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -4646
  219. package/es/components/iho-table/src/constants/index.d.ts +0 -80
  220. package/es/components/iho-table/src/hooks/export.d.ts +0 -2
  221. package/es/components/iho-table/src/hooks/index.d.ts +0 -2
  222. package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +0 -93
  223. package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +0 -31
  224. package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +0 -16
  225. package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +0 -15
  226. package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +0 -251
  227. package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +0 -13
  228. package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +0 -25
  229. package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +0 -10
  230. package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +0 -11
  231. package/es/components/iho-table/src/hooks/useTableContext.d.ts +0 -9
  232. package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +0 -8
  233. package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +0 -1
  234. package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +0 -2
  235. package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +0 -13
  236. package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +0 -1
  237. package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +0 -169
  238. package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
  239. package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
  240. package/es/components/iho-table/src/plugins/index.d.ts +0 -3
  241. package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +0 -1
  242. package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +0 -1
  243. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +0 -96
  244. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +0 -1
  245. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +0 -5
  246. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +0 -1
  247. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +0 -1
  248. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +0 -43
  249. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +0 -1
  250. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +0 -2
  251. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +0 -94
  252. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +0 -1
  253. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +0 -12
  254. package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +0 -1
  255. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +0 -1
  256. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +0 -1
  257. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +0 -1
  258. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +0 -1
  259. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +0 -2
  260. package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +0 -1
  261. package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +0 -1
  262. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +0 -1
  263. package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +0 -11
  264. package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +0 -1
  265. package/es/components/iho-table/src/types/index.d.ts +0 -108
  266. package/es/components/iho-table/src/types/pluginType.d.ts +0 -173
  267. package/es/components/iho-table/src/utils/index.d.ts +0 -49
  268. package/es/components/index.d.ts +0 -38
  269. package/es/components/info-header/index.d.ts +0 -415
  270. package/es/components/info-header/src/HiddenContent.vue.d.ts +0 -86
  271. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +0 -33
  272. package/es/components/info-header/src/InfoHeader.vue.d.ts +0 -405
  273. package/es/components/insurance-sdk/index.d.ts +0 -1
  274. package/es/components/insurance-sdk/src/constants/index.d.ts +0 -161
  275. package/es/components/insurance-sdk/src/utils/index.d.ts +0 -1
  276. package/es/components/insurance-sdk/src/utils/insurance.d.ts +0 -260
  277. package/es/components/keyboard/index.d.ts +0 -334
  278. package/es/components/keyboard/src/Keyboard.vue.d.ts +0 -335
  279. package/es/components/keyboard/src/components/InputNumber.vue.d.ts +0 -64
  280. package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +0 -191
  281. package/es/components/keyboard/src/utils/index.d.ts +0 -1
  282. package/es/components/map/index.d.ts +0 -75
  283. package/es/components/map/src/Map.vue.d.ts +0 -75
  284. package/es/components/recommend-search/index.d.ts +0 -815
  285. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +0 -817
  286. package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
  287. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +0 -341
  288. package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +0 -63
  289. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +0 -300
  290. package/es/components/recommend-search/src/constant/index.d.ts +0 -4
  291. package/es/components/recommend-search/src/types/index.d.ts +0 -9
  292. package/es/components/scale-view/index.d.ts +0 -1400
  293. package/es/components/scale-view/src/ScaleView.vue.d.ts +0 -1222
  294. package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +0 -70
  295. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -154
  296. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +0 -110
  297. package/es/components/scale-view/src/components/NoData.vue.d.ts +0 -49
  298. package/es/components/scale-view/src/components/ScaleScore.d.ts +0 -23
  299. package/es/components/scale-view/src/components/composables/choose-common.d.ts +0 -11
  300. package/es/components/scale-view/src/components/formitem/address.d.ts +0 -3992
  301. package/es/components/scale-view/src/components/formitem/r-address.d.ts +0 -34
  302. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +0 -43
  303. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +0 -43
  304. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +0 -32
  305. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +0 -34
  306. package/es/components/scale-view/src/components/formitem/r-input.d.ts +0 -34
  307. package/es/components/scale-view/src/components/formitem/r-map.d.ts +0 -52
  308. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +0 -43
  309. package/es/components/scale-view/src/components/formitem/r-select.d.ts +0 -61
  310. package/es/components/scale-view/src/components/formitem/r-sign.d.ts +0 -34
  311. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +0 -52
  312. package/es/components/scale-view/src/components/formitem/sign-com.d.ts +0 -63
  313. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +0 -80
  314. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -87
  315. package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +0 -43
  316. package/es/components/scale-view/src/hooks/scaleview-init.d.ts +0 -3
  317. package/es/components/scale-view/src/hooks/scaleview-props.d.ts +0 -115
  318. package/es/components/scale-view/src/hooks/scaleview-state.d.ts +0 -34
  319. package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +0 -3
  320. package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +0 -3
  321. package/es/components/scale-view/src/hooks/use-component.d.ts +0 -1814
  322. package/es/components/scale-view/src/hooks/use-evaluate.d.ts +0 -21
  323. package/es/components/scale-view/src/hooks/use-event.d.ts +0 -4
  324. package/es/components/scale-view/src/hooks/use-noData.d.ts +0 -9
  325. package/es/components/scale-view/src/utils/judge-types.d.ts +0 -5
  326. package/es/components/search-cascader/index.d.ts +0 -233
  327. package/es/components/search-cascader/src/SearchCascader.vue.d.ts +0 -235
  328. package/es/components/search-cascader/src/components/SearchMenu.d.ts +0 -50
  329. package/es/components/search-cascader/src/components/index.d.ts +0 -1
  330. package/es/components/search-cascader/src/constants/index.d.ts +0 -5
  331. package/es/components/search-cascader/src/hooks/index.d.ts +0 -1
  332. package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +0 -3
  333. package/es/components/search-cascader/src/utils/index.d.ts +0 -2
  334. package/es/components/select-label/index.d.ts +0 -988
  335. package/es/components/select-label/src/LabelFormContent.vue.d.ts +0 -367
  336. package/es/components/select-label/src/SelectLabel.vue.d.ts +0 -622
  337. package/es/components/select-label/src/components/label-classify.vue.d.ts +0 -122
  338. package/es/components/select-person/index.d.ts +0 -251
  339. package/es/components/select-person/src/SelectPerson.vue.d.ts +0 -250
  340. package/es/components/select-person/src/utils/index.d.ts +0 -3
  341. package/es/components/shortcut-provider/index.d.ts +0 -21
  342. package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +0 -19
  343. package/es/components/shortcut-provider/src/constants/index.d.ts +0 -7
  344. package/es/components/shortcut-provider/src/hooks/index.d.ts +0 -2
  345. package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +0 -4
  346. package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +0 -33
  347. package/es/components/shortcut-provider/src/types/index.d.ts +0 -43
  348. package/es/components/shortcut-provider/src/utils/index.d.ts +0 -10
  349. package/es/components/shortcut-setter/index.d.ts +0 -2384
  350. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -2386
  351. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +0 -99
  352. package/es/components/shortcut-setter/src/types/index.d.ts +0 -6
  353. package/es/components/steps-wheel/index.d.ts +0 -115
  354. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -114
  355. package/es/components/time-line/index.d.ts +0 -109
  356. package/es/components/time-line/src/TimeLine.vue.d.ts +0 -85
  357. package/es/components/vod-chunk-upload/index.d.ts +0 -232
  358. package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +0 -196
  359. package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +0 -11
  360. package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +0 -63
  361. package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +0 -10
  362. package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +0 -23
  363. package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +0 -2
  364. package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -230
  365. package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +0 -25
  366. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +0 -51
  367. package/es/shared/components/SelectPage/index.d.ts +0 -2
  368. package/es/shared/components/SlotRender/SlotRender.d.ts +0 -20
  369. package/es/shared/components/SlotRender/index.d.ts +0 -2
  370. package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +0 -43
  371. package/es/shared/components/SvgIcon/index.d.ts +0 -2
  372. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -87
  373. package/es/shared/components/TextOverTooltip/index.d.ts +0 -2
  374. package/es/shared/components/VueDraggable/index.d.ts +0 -2
  375. package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +0 -9
  376. package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +0 -22
  377. package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +0 -7
  378. package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +0 -10
  379. package/es/shared/components/VueDraggable/src/util/console.d.ts +0 -1
  380. package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +0 -2
  381. package/es/shared/components/VueDraggable/src/util/string.d.ts +0 -1
  382. package/es/shared/components/VueDraggable/src/util/tags.d.ts +0 -3
  383. package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
  384. package/es/shared/components/no-data/NoData.vue.d.ts +0 -49
  385. package/es/shared/components/no-data/index.d.ts +0 -2
  386. package/es/shared/components/player-vod/index.vue.d.ts +0 -2
  387. package/es/shared/components/player-vod/player.d.ts +0 -17
  388. package/es/shared/components/player-vod/video-list.d.ts +0 -32
  389. package/es/shared/components/player-vod/video-modal.d.ts +0 -54
  390. package/es/shared/global/variable.d.ts +0 -1
  391. package/es/shared/index.d.ts +0 -0
  392. package/es/shared/types/index.d.ts +0 -22
  393. package/es/shared/utils/anime.d.ts +0 -35
  394. package/es/shared/utils/colorLog.d.ts +0 -31
  395. package/es/shared/utils/index.d.ts +0 -16
  396. package/es/shared/utils/loadViewer.d.ts +0 -2
  397. package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +0 -3
  398. package/es/shared/utils/tapable/AsyncParallelHook.d.ts +0 -3
  399. package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +0 -3
  400. package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +0 -3
  401. package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +0 -3
  402. package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +0 -3
  403. package/es/shared/utils/tapable/Hook.d.ts +0 -50
  404. package/es/shared/utils/tapable/HookCodeFactory.d.ts +0 -58
  405. package/es/shared/utils/tapable/HookMap.d.ts +0 -11
  406. package/es/shared/utils/tapable/MultiHook.d.ts +0 -12
  407. package/es/shared/utils/tapable/SyncBailHook.d.ts +0 -3
  408. package/es/shared/utils/tapable/SyncHook.d.ts +0 -3
  409. package/es/shared/utils/tapable/SyncLoopHook.d.ts +0 -3
  410. package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +0 -3
  411. package/es/shared/utils/tapable/index.d.ts +0 -139
  412. package/es/shared/utils/utilExpand.d.ts +0 -1
  413. package/es/shared/utils/vexutils.d.ts +0 -10
@@ -1,1222 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- ids: {
3
- type: ObjectConstructor;
4
- default: () => {
5
- guage_id: string;
6
- db_id: undefined;
7
- };
8
- };
9
- params: {
10
- default: () => {};
11
- type: ObjectConstructor;
12
- };
13
- guageData: {
14
- type: ObjectConstructor;
15
- default: () => {};
16
- };
17
- noBtn: {
18
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
19
- default: boolean;
20
- };
21
- hideBtn: {
22
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
23
- default: boolean;
24
- };
25
- source: {
26
- type: StringConstructor;
27
- default: string;
28
- };
29
- isLock: {
30
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
31
- default: boolean;
32
- };
33
- type: {
34
- type: StringConstructor;
35
- default: string;
36
- };
37
- styleSetting: {
38
- type: ObjectConstructor;
39
- default: () => {};
40
- };
41
- fontSizeObj: {
42
- type: ObjectConstructor;
43
- default: () => {
44
- large: number;
45
- medium: number;
46
- small: number;
47
- extrasmall: number;
48
- };
49
- };
50
- openType: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- scaleApiConfig: {
55
- type: ObjectConstructor;
56
- default: () => {};
57
- };
58
- getSelectOptions: {
59
- type: FunctionConstructor;
60
- default: () => Promise<never[]>;
61
- };
62
- getSearchOptions: {
63
- type: FunctionConstructor;
64
- default: () => Promise<never[]>;
65
- };
66
- getCascadeOptions: {
67
- type: FunctionConstructor;
68
- default: () => Promise<never[]>;
69
- };
70
- getLabelList: {
71
- type: FunctionConstructor;
72
- default: () => Promise<never[]>;
73
- };
74
- deleteLabel: {
75
- type: FunctionConstructor;
76
- default: () => Promise<{
77
- status: boolean;
78
- }>;
79
- };
80
- saveLabelItem: {
81
- type: FunctionConstructor;
82
- default: () => Promise<{
83
- status: boolean;
84
- }>;
85
- };
86
- uploadPictureUrl: {
87
- type: StringConstructor;
88
- default: string;
89
- };
90
- uploadFileUrl: {
91
- type: StringConstructor;
92
- default: string;
93
- };
94
- ak: {
95
- type: StringConstructor;
96
- default: string;
97
- };
98
- sourceType: {
99
- type: StringConstructor;
100
- default: string;
101
- };
102
- getChunkUploadConfig: {
103
- type: FunctionConstructor;
104
- default: () => Promise<{
105
- checkFileMd5Exist: string;
106
- fileChannel: string;
107
- md5: string;
108
- objectName: string;
109
- partFileMerge: string;
110
- partFileUpload: string;
111
- token: string;
112
- }>;
113
- };
114
- }, {
115
- ScaleViewState: {
116
- other: string;
117
- form: {};
118
- submitForm: {};
119
- rules: {};
120
- config: {};
121
- formArray: never[];
122
- mapVisible: boolean;
123
- mapLocation: string;
124
- labelSelectedList: never[];
125
- defaultFormArray: never[];
126
- fontSize: string;
127
- filterArr: string[];
128
- spinning: boolean;
129
- indicator: string;
130
- totalScore: undefined;
131
- shareId: string;
132
- currentTime: import("moment").Moment;
133
- showEvaluatePage: boolean;
134
- showEvaluateSettingWrap: boolean;
135
- showEvaluateCountdownWrap: boolean;
136
- showEvaluateCountdown: boolean;
137
- banSubmit: boolean;
138
- isFinished: boolean;
139
- maxScore: number;
140
- originConfig: {};
141
- paramsEvaluate: null;
142
- hasFrontAddress: boolean;
143
- choiceComObj: {};
144
- evatipMap: {};
145
- };
146
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
147
- ids: {
148
- type: ObjectConstructor;
149
- default: () => {
150
- guage_id: string;
151
- db_id: undefined;
152
- };
153
- };
154
- params: {
155
- default: () => {};
156
- type: ObjectConstructor;
157
- };
158
- guageData: {
159
- type: ObjectConstructor;
160
- default: () => {};
161
- };
162
- noBtn: {
163
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
164
- default: boolean;
165
- };
166
- hideBtn: {
167
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
168
- default: boolean;
169
- };
170
- source: {
171
- type: StringConstructor;
172
- default: string;
173
- };
174
- isLock: {
175
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
176
- default: boolean;
177
- };
178
- type: {
179
- type: StringConstructor;
180
- default: string;
181
- };
182
- styleSetting: {
183
- type: ObjectConstructor;
184
- default: () => {};
185
- };
186
- fontSizeObj: {
187
- type: ObjectConstructor;
188
- default: () => {
189
- large: number;
190
- medium: number;
191
- small: number;
192
- extrasmall: number;
193
- };
194
- };
195
- openType: {
196
- type: StringConstructor;
197
- default: string;
198
- };
199
- scaleApiConfig: {
200
- type: ObjectConstructor;
201
- default: () => {};
202
- };
203
- getSelectOptions: {
204
- type: FunctionConstructor;
205
- default: () => Promise<never[]>;
206
- };
207
- getSearchOptions: {
208
- type: FunctionConstructor;
209
- default: () => Promise<never[]>;
210
- };
211
- getCascadeOptions: {
212
- type: FunctionConstructor;
213
- default: () => Promise<never[]>;
214
- };
215
- getLabelList: {
216
- type: FunctionConstructor;
217
- default: () => Promise<never[]>;
218
- };
219
- deleteLabel: {
220
- type: FunctionConstructor;
221
- default: () => Promise<{
222
- status: boolean;
223
- }>;
224
- };
225
- saveLabelItem: {
226
- type: FunctionConstructor;
227
- default: () => Promise<{
228
- status: boolean;
229
- }>;
230
- };
231
- uploadPictureUrl: {
232
- type: StringConstructor;
233
- default: string;
234
- };
235
- uploadFileUrl: {
236
- type: StringConstructor;
237
- default: string;
238
- };
239
- ak: {
240
- type: StringConstructor;
241
- default: string;
242
- };
243
- sourceType: {
244
- type: StringConstructor;
245
- default: string;
246
- };
247
- getChunkUploadConfig: {
248
- type: FunctionConstructor;
249
- default: () => Promise<{
250
- checkFileMd5Exist: string;
251
- fileChannel: string;
252
- md5: string;
253
- objectName: string;
254
- partFileMerge: string;
255
- partFileUpload: string;
256
- token: string;
257
- }>;
258
- };
259
- }>> & {
260
- onOnCloseSetting?: ((...args: any[]) => any) | undefined;
261
- onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
262
- onOnSubmit?: ((...args: any[]) => any) | undefined;
263
- }>>;
264
- state: any;
265
- emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit", ...args: any[]) => void;
266
- dialog: import("naive-ui").DialogApi;
267
- message: import("naive-ui").MessageApi;
268
- countdownDom: any;
269
- formRef: import("vue").Ref<{
270
- validate: import("naive-ui/es/form/src/interface").FormValidate;
271
- restoreValidation: () => void;
272
- } | null>;
273
- noDataState: {
274
- noData: boolean;
275
- noDataTip: string;
276
- noDataImg: string;
277
- };
278
- setNoData: (noData: any, noDataTip?: string, noDataImg?: string) => void;
279
- resetNodata: () => void;
280
- query: any;
281
- showEvatip: import("vue").ComputedRef<(item: any) => boolean>;
282
- isFormBoldOpen: import("vue").ComputedRef<(item: any) => any>;
283
- scaleStyle: import("vue").ComputedRef<{
284
- width: string;
285
- height: string;
286
- transform: string;
287
- } | null>;
288
- handlePageClass: import("vue").ComputedRef<boolean>;
289
- isShowItem: import("vue").ComputedRef<(item: any) => any>;
290
- handleShowQuestionNumber: import("vue").ComputedRef<(item: any) => any>;
291
- hasScore: import("vue").ComputedRef<boolean>;
292
- isPreviewScale: import("vue").ComputedRef<any>;
293
- showEvaluateEntry: import("vue").ComputedRef<any>;
294
- showEvaluateCoundownPage: import("vue").ComputedRef<any>;
295
- showSaveBtn: import("vue").ComputedRef<boolean>;
296
- showEvaluateLabel: import("vue").ComputedRef<(item: any) => any>;
297
- showAnswerParse: import("vue").ComputedRef<(item: any) => any>;
298
- propsConfig: import("vue").ComputedRef<(item: any, index: number) => any>;
299
- evaluatePageProps: import("vue").ComputedRef<{
300
- formArray: any;
301
- evaluateResultConfig: any;
302
- evaluateResultSetting: any;
303
- isFinished: any;
304
- maxScore: any;
305
- }>;
306
- evaluateCountdownProps: import("vue").ComputedRef<{
307
- formArray: any;
308
- evaluateResultConfig: any;
309
- evaluateResultSetting: any;
310
- form: any;
311
- isFinished: any;
312
- currentTime: any;
313
- showEvaluateCountdown: any;
314
- }>;
315
- showEvent: (formItem: any, isSubmitCallback?: any) => any;
316
- formKey: (item: any) => any;
317
- initForm: (data: any) => void;
318
- submitMethod: () => void;
319
- nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
320
- handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
321
- handleQuery: () => void;
322
- init: (configData: any) => void;
323
- writeGuage: (showCountdown: boolean) => void;
324
- closeEvaluateCountdown: () => void;
325
- showEvaTipModal: (item: any) => Promise<void>;
326
- evatipConfirm: (str: any) => void;
327
- scaleChange: (val: any, item: any, config?: any) => void;
328
- labelChange: (labelList: any, item: any) => void;
329
- vodFileList: (list: any, item: any) => void;
330
- handleGetLabelSubmit: (labelSelectedList: any[]) => {
331
- labelStr: string;
332
- labels: any[];
333
- };
334
- onSubmit: () => void;
335
- confirmSubmit: (message: any) => void;
336
- onSubmitForm: () => void;
337
- cancel: () => void;
338
- getScaleData: () => any;
339
- isCollection: (e: string) => boolean;
340
- NoData: import("vue").DefineComponent<{
341
- noDataTip: {
342
- type: StringConstructor;
343
- default: string;
344
- };
345
- noDataImg: {
346
- type: StringConstructor;
347
- default: string;
348
- };
349
- showImg: {
350
- type: BooleanConstructor;
351
- default: boolean;
352
- };
353
- }, {
354
- imgStr: import("vue").ComputedRef<null>;
355
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
356
- noDataTip: {
357
- type: StringConstructor;
358
- default: string;
359
- };
360
- noDataImg: {
361
- type: StringConstructor;
362
- default: string;
363
- };
364
- showImg: {
365
- type: BooleanConstructor;
366
- default: boolean;
367
- };
368
- }>> & {}>>;
369
- handleDesc: import("vue").ComputedRef<string>;
370
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
371
- noDataTip: {
372
- type: StringConstructor;
373
- default: string;
374
- };
375
- noDataImg: {
376
- type: StringConstructor;
377
- default: string;
378
- };
379
- showImg: {
380
- type: BooleanConstructor;
381
- default: boolean;
382
- };
383
- }>>, {
384
- noDataTip: string;
385
- noDataImg: string;
386
- showImg: boolean;
387
- }>;
388
- SvgIcon: import("vue").DefineComponent<{
389
- iconClass: {
390
- type: StringConstructor;
391
- required: true;
392
- default: string;
393
- };
394
- title: {
395
- type: StringConstructor;
396
- required: false;
397
- default: string;
398
- };
399
- className: {
400
- type: StringConstructor;
401
- required: false;
402
- };
403
- }, {
404
- props: {
405
- iconClass: string;
406
- title: string;
407
- className?: string | undefined;
408
- };
409
- iconName: import("vue").ComputedRef<string>;
410
- svgClass: import("vue").ComputedRef<string>;
411
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
412
- iconClass: {
413
- type: StringConstructor;
414
- required: true;
415
- default: string;
416
- };
417
- title: {
418
- type: StringConstructor;
419
- required: false;
420
- default: string;
421
- };
422
- className: {
423
- type: StringConstructor;
424
- required: false;
425
- };
426
- }>>, {
427
- title: string;
428
- iconClass: string;
429
- }>;
430
- EvaluateCountdown: import("vue").DefineComponent<{
431
- formArray: {
432
- type: ArrayConstructor;
433
- default: () => never[];
434
- };
435
- evaluateResultConfig: {
436
- type: ObjectConstructor;
437
- default: () => {};
438
- };
439
- evaluateResultSetting: {
440
- type: ObjectConstructor;
441
- default: () => {};
442
- };
443
- form: {
444
- type: ObjectConstructor;
445
- default: () => {};
446
- };
447
- currentTime: {
448
- default: number;
449
- };
450
- showEvaluateCountdown: {
451
- type: BooleanConstructor;
452
- default: boolean;
453
- };
454
- }, {
455
- state: {
456
- source: string;
457
- setAnswered: number;
458
- };
459
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
460
- formArray: {
461
- type: ArrayConstructor;
462
- default: () => never[];
463
- };
464
- evaluateResultConfig: {
465
- type: ObjectConstructor;
466
- default: () => {};
467
- };
468
- evaluateResultSetting: {
469
- type: ObjectConstructor;
470
- default: () => {};
471
- };
472
- form: {
473
- type: ObjectConstructor;
474
- default: () => {};
475
- };
476
- currentTime: {
477
- default: number;
478
- };
479
- showEvaluateCountdown: {
480
- type: BooleanConstructor;
481
- default: boolean;
482
- };
483
- }>> & {
484
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
485
- }>>;
486
- emit: (event: "closeEvaluateCountdown", ...args: any[]) => void;
487
- evaluateState: {
488
- totalLen: number;
489
- timer: null;
490
- countdownStr: string;
491
- isTimeOut: boolean;
492
- countdownRed: boolean;
493
- filterArr: string[];
494
- };
495
- evaluateStartTime: any;
496
- showCountdown: import("vue").ComputedRef<any>;
497
- getTotalLen: () => void;
498
- countdown: (startTime: any) => void;
499
- clearTimer: () => void;
500
- init: () => void;
501
- checkType: (val: any) => string;
502
- diffAnswered: (form: any) => void;
503
- getCountdownObj: () => {
504
- setAnswered: number;
505
- totalLen: number;
506
- };
507
- SvgIcon: import("vue").DefineComponent<{
508
- iconClass: {
509
- type: StringConstructor;
510
- required: true;
511
- default: string;
512
- };
513
- title: {
514
- type: StringConstructor;
515
- required: false;
516
- default: string;
517
- };
518
- className: {
519
- type: StringConstructor;
520
- required: false;
521
- };
522
- }, {
523
- props: {
524
- iconClass: string;
525
- title: string;
526
- className?: string | undefined;
527
- };
528
- iconName: import("vue").ComputedRef<string>;
529
- svgClass: import("vue").ComputedRef<string>;
530
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
531
- iconClass: {
532
- type: StringConstructor;
533
- required: true;
534
- default: string;
535
- };
536
- title: {
537
- type: StringConstructor;
538
- required: false;
539
- default: string;
540
- };
541
- className: {
542
- type: StringConstructor;
543
- required: false;
544
- };
545
- }>>, {
546
- title: string;
547
- iconClass: string;
548
- }>;
549
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
550
- formArray: {
551
- type: ArrayConstructor;
552
- default: () => never[];
553
- };
554
- evaluateResultConfig: {
555
- type: ObjectConstructor;
556
- default: () => {};
557
- };
558
- evaluateResultSetting: {
559
- type: ObjectConstructor;
560
- default: () => {};
561
- };
562
- form: {
563
- type: ObjectConstructor;
564
- default: () => {};
565
- };
566
- currentTime: {
567
- default: number;
568
- };
569
- showEvaluateCountdown: {
570
- type: BooleanConstructor;
571
- default: boolean;
572
- };
573
- }>> & {
574
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
575
- }, {
576
- formArray: unknown[];
577
- evaluateResultConfig: Record<string, any>;
578
- evaluateResultSetting: Record<string, any>;
579
- form: Record<string, any>;
580
- currentTime: number;
581
- showEvaluateCountdown: boolean;
582
- }>;
583
- EvaluatePage: import("vue").DefineComponent<{
584
- formArray: {
585
- type: ArrayConstructor;
586
- default: () => never[];
587
- };
588
- evaluateResultConfig: {
589
- type: ObjectConstructor;
590
- default: () => {};
591
- };
592
- evaluateResultSetting: {
593
- type: ObjectConstructor;
594
- default: () => {};
595
- };
596
- isFinished: {
597
- type: BooleanConstructor;
598
- default: boolean;
599
- };
600
- maxScore: {
601
- type: NumberConstructor;
602
- default: number;
603
- };
604
- }, {
605
- state: {
606
- source: string;
607
- timer: null;
608
- curTime: number;
609
- timeRange: string;
610
- banStart: boolean;
611
- };
612
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
613
- formArray: {
614
- type: ArrayConstructor;
615
- default: () => never[];
616
- };
617
- evaluateResultConfig: {
618
- type: ObjectConstructor;
619
- default: () => {};
620
- };
621
- evaluateResultSetting: {
622
- type: ObjectConstructor;
623
- default: () => {};
624
- };
625
- isFinished: {
626
- type: BooleanConstructor;
627
- default: boolean;
628
- };
629
- maxScore: {
630
- type: NumberConstructor;
631
- default: number;
632
- };
633
- }>> & {
634
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
635
- onWriteGuage?: ((...args: any[]) => any) | undefined;
636
- }>>;
637
- emit: (event: "closeEvaluateCountdown" | "writeGuage", ...args: any[]) => void;
638
- evaluateState: {
639
- totalLen: number;
640
- timer: null;
641
- countdownStr: string;
642
- isTimeOut: boolean;
643
- countdownRed: boolean;
644
- filterArr: string[];
645
- };
646
- evaluateStartTime: any;
647
- getEvaluateTime: any;
648
- getEvaluateStartTime: import("vue").ComputedRef<false | Date>;
649
- getEvaluateText: import("vue").ComputedRef<"测评已结束" | "开始测评">;
650
- showCountdown: import("vue").ComputedRef<any>;
651
- showRange: import("vue").ComputedRef<boolean>;
652
- getTotalLen: () => void;
653
- countdown: (startTime: any) => void;
654
- clearTimer: () => void;
655
- disabledEvaluate: import("vue").ComputedRef<any>;
656
- isBanStart: () => boolean;
657
- init: () => void;
658
- handleEvaluateParams: () => void;
659
- writeGuage: () => void;
660
- NButton: any;
661
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
662
- formArray: {
663
- type: ArrayConstructor;
664
- default: () => never[];
665
- };
666
- evaluateResultConfig: {
667
- type: ObjectConstructor;
668
- default: () => {};
669
- };
670
- evaluateResultSetting: {
671
- type: ObjectConstructor;
672
- default: () => {};
673
- };
674
- isFinished: {
675
- type: BooleanConstructor;
676
- default: boolean;
677
- };
678
- maxScore: {
679
- type: NumberConstructor;
680
- default: number;
681
- };
682
- }>> & {
683
- onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
684
- onWriteGuage?: ((...args: any[]) => any) | undefined;
685
- }, {
686
- formArray: unknown[];
687
- evaluateResultConfig: Record<string, any>;
688
- evaluateResultSetting: Record<string, any>;
689
- isFinished: boolean;
690
- maxScore: number;
691
- }>;
692
- AnswerParse: import("vue").DefineComponent<{
693
- item: {
694
- type: ObjectConstructor;
695
- default: () => {};
696
- };
697
- }, {
698
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
699
- item: {
700
- type: ObjectConstructor;
701
- default: () => {};
702
- };
703
- }>> & {}>>;
704
- questionScore: import("vue").ComputedRef<any>;
705
- answerSuccess: import("vue").ComputedRef<boolean>;
706
- answerIcon: import("vue").ComputedRef<"xitongtubiaodui" | "xitongtubiaocuo">;
707
- answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
708
- scoreText: import("vue").ComputedRef<"部分" | "本题">;
709
- correctAnswer: import("vue").ComputedRef<any>;
710
- answerKeyText: import("vue").ComputedRef<any>;
711
- SvgIcon: import("vue").DefineComponent<{
712
- iconClass: {
713
- type: StringConstructor;
714
- required: true;
715
- default: string;
716
- };
717
- title: {
718
- type: StringConstructor;
719
- required: false;
720
- default: string;
721
- };
722
- className: {
723
- type: StringConstructor;
724
- required: false;
725
- };
726
- }, {
727
- props: {
728
- iconClass: string;
729
- title: string;
730
- className?: string | undefined;
731
- };
732
- iconName: import("vue").ComputedRef<string>;
733
- svgClass: import("vue").ComputedRef<string>;
734
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
735
- iconClass: {
736
- type: StringConstructor;
737
- required: true;
738
- default: string;
739
- };
740
- title: {
741
- type: StringConstructor;
742
- required: false;
743
- default: string;
744
- };
745
- className: {
746
- type: StringConstructor;
747
- required: false;
748
- };
749
- }>>, {
750
- title: string;
751
- iconClass: string;
752
- }>;
753
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
754
- item: {
755
- type: ObjectConstructor;
756
- default: () => {};
757
- };
758
- }>>, {
759
- item: Record<string, any>;
760
- }>;
761
- ScaleScore: import("vue").DefineComponent<{
762
- config: {
763
- type: ObjectConstructor;
764
- default: () => {};
765
- };
766
- maxScore: {
767
- type: NumberConstructor;
768
- default: number;
769
- };
770
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
771
- config: {
772
- type: ObjectConstructor;
773
- default: () => {};
774
- };
775
- maxScore: {
776
- type: NumberConstructor;
777
- default: number;
778
- };
779
- }>> & {}, {
780
- maxScore: number;
781
- config: Record<string, any>;
782
- }>;
783
- NButton: any;
784
- NForm: any;
785
- NFormItem: import("vue").DefineComponent<{
786
- readonly label: StringConstructor;
787
- readonly labelWidth: import("vue").PropType<string | number>;
788
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
789
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
790
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
791
- readonly path: StringConstructor;
792
- readonly first: BooleanConstructor;
793
- readonly rulePath: StringConstructor;
794
- readonly required: BooleanConstructor;
795
- readonly showRequireMark: {
796
- readonly type: import("vue").PropType<boolean | undefined>;
797
- readonly default: undefined;
798
- };
799
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
800
- readonly showFeedback: {
801
- readonly type: import("vue").PropType<boolean | undefined>;
802
- readonly default: undefined;
803
- };
804
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
805
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
806
- readonly ignorePathChange: BooleanConstructor;
807
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
808
- readonly feedback: StringConstructor;
809
- readonly showLabel: {
810
- readonly type: import("vue").PropType<boolean | undefined>;
811
- readonly default: undefined;
812
- };
813
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
814
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
815
- blankHeightSmall: string;
816
- blankHeightMedium: string;
817
- blankHeightLarge: string;
818
- lineHeight: string;
819
- labelTextColor: string;
820
- asteriskColor: string;
821
- feedbackTextColorError: string;
822
- feedbackTextColorWarning: string;
823
- feedbackTextColor: string;
824
- feedbackPadding: string;
825
- feedbackHeightSmall: string;
826
- feedbackHeightMedium: string;
827
- feedbackHeightLarge: string;
828
- feedbackFontSizeSmall: string;
829
- feedbackFontSizeMedium: string;
830
- feedbackFontSizeLarge: string;
831
- labelFontSizeLeftSmall: string;
832
- labelFontSizeLeftMedium: string;
833
- labelFontSizeLeftLarge: string;
834
- labelFontSizeTopSmall: string;
835
- labelFontSizeTopMedium: string;
836
- labelFontSizeTopLarge: string;
837
- labelHeightSmall: string;
838
- labelHeightMedium: string;
839
- labelHeightLarge: string;
840
- labelPaddingVertical: string;
841
- labelPaddingHorizontal: string;
842
- labelTextAlignVertical: string;
843
- labelTextAlignHorizontal: string;
844
- }, any>>;
845
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
846
- blankHeightSmall: string;
847
- blankHeightMedium: string;
848
- blankHeightLarge: string;
849
- lineHeight: string;
850
- labelTextColor: string;
851
- asteriskColor: string;
852
- feedbackTextColorError: string;
853
- feedbackTextColorWarning: string;
854
- feedbackTextColor: string;
855
- feedbackPadding: string;
856
- feedbackHeightSmall: string;
857
- feedbackHeightMedium: string;
858
- feedbackHeightLarge: string;
859
- feedbackFontSizeSmall: string;
860
- feedbackFontSizeMedium: string;
861
- feedbackFontSizeLarge: string;
862
- labelFontSizeLeftSmall: string;
863
- labelFontSizeLeftMedium: string;
864
- labelFontSizeLeftLarge: string;
865
- labelFontSizeTopSmall: string;
866
- labelFontSizeTopMedium: string;
867
- labelFontSizeTopLarge: string;
868
- labelHeightSmall: string;
869
- labelHeightMedium: string;
870
- labelHeightLarge: string;
871
- labelPaddingVertical: string;
872
- labelPaddingHorizontal: string;
873
- labelTextAlignVertical: string;
874
- labelTextAlignHorizontal: string;
875
- }, any>>>;
876
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
877
- blankHeightSmall: string;
878
- blankHeightMedium: string;
879
- blankHeightLarge: string;
880
- lineHeight: string;
881
- labelTextColor: string;
882
- asteriskColor: string;
883
- feedbackTextColorError: string;
884
- feedbackTextColorWarning: string;
885
- feedbackTextColor: string;
886
- feedbackPadding: string;
887
- feedbackHeightSmall: string;
888
- feedbackHeightMedium: string;
889
- feedbackHeightLarge: string;
890
- feedbackFontSizeSmall: string;
891
- feedbackFontSizeMedium: string;
892
- feedbackFontSizeLarge: string;
893
- labelFontSizeLeftSmall: string;
894
- labelFontSizeLeftMedium: string;
895
- labelFontSizeLeftLarge: string;
896
- labelFontSizeTopSmall: string;
897
- labelFontSizeTopMedium: string;
898
- labelFontSizeTopLarge: string;
899
- labelHeightSmall: string;
900
- labelHeightMedium: string;
901
- labelHeightLarge: string;
902
- labelPaddingVertical: string;
903
- labelPaddingHorizontal: string;
904
- labelTextAlignVertical: string;
905
- labelTextAlignHorizontal: string;
906
- }, any>>>;
907
- }, {
908
- cssVars: import("vue").ComputedRef<{
909
- '--n-bezier': string;
910
- '--n-line-height': string;
911
- '--n-blank-height': string;
912
- '--n-label-font-size': string;
913
- '--n-label-text-align': string;
914
- '--n-label-height': string;
915
- '--n-label-padding': string;
916
- '--n-asterisk-color': string;
917
- '--n-label-text-color': string;
918
- '--n-feedback-padding': string;
919
- '--n-feedback-font-size': string;
920
- '--n-feedback-height': string;
921
- '--n-feedback-text-color': string;
922
- '--n-feedback-text-color-warning': string;
923
- '--n-feedback-text-color-error': string;
924
- }> | undefined;
925
- themeClass: import("vue").Ref<string>;
926
- onRender: () => void;
927
- validate: import("naive-ui/es/form/src/interface").FormItemValidate;
928
- restoreValidation: () => void;
929
- path?: string | undefined;
930
- internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
931
- mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
932
- validationErrored: import("vue").Ref<boolean>;
933
- mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
934
- mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
935
- mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
936
- mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
937
- mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
938
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
939
- mergedShowFeedback: import("vue").ComputedRef<boolean>;
940
- mergedShowLabel: import("vue").ComputedRef<boolean>;
941
- isAutoLabelWidth: import("vue").ComputedRef<boolean>;
942
- labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
943
- mergedClsPrefix: import("vue").ComputedRef<string>;
944
- mergedRequired: import("vue").ComputedRef<boolean>;
945
- feedbackId: import("vue").Ref<string>;
946
- renderExplains: import("vue").Ref<{
947
- key: string;
948
- render: () => import("vue").VNodeChild;
949
- }[]>;
950
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
951
- readonly label: StringConstructor;
952
- readonly labelWidth: import("vue").PropType<string | number>;
953
- readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
954
- readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
955
- readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
956
- readonly path: StringConstructor;
957
- readonly first: BooleanConstructor;
958
- readonly rulePath: StringConstructor;
959
- readonly required: BooleanConstructor;
960
- readonly showRequireMark: {
961
- readonly type: import("vue").PropType<boolean | undefined>;
962
- readonly default: undefined;
963
- };
964
- readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
965
- readonly showFeedback: {
966
- readonly type: import("vue").PropType<boolean | undefined>;
967
- readonly default: undefined;
968
- };
969
- readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
970
- readonly size: import("vue").PropType<"small" | "medium" | "large">;
971
- readonly ignorePathChange: BooleanConstructor;
972
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
973
- readonly feedback: StringConstructor;
974
- readonly showLabel: {
975
- readonly type: import("vue").PropType<boolean | undefined>;
976
- readonly default: undefined;
977
- };
978
- readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
979
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
980
- blankHeightSmall: string;
981
- blankHeightMedium: string;
982
- blankHeightLarge: string;
983
- lineHeight: string;
984
- labelTextColor: string;
985
- asteriskColor: string;
986
- feedbackTextColorError: string;
987
- feedbackTextColorWarning: string;
988
- feedbackTextColor: string;
989
- feedbackPadding: string;
990
- feedbackHeightSmall: string;
991
- feedbackHeightMedium: string;
992
- feedbackHeightLarge: string;
993
- feedbackFontSizeSmall: string;
994
- feedbackFontSizeMedium: string;
995
- feedbackFontSizeLarge: string;
996
- labelFontSizeLeftSmall: string;
997
- labelFontSizeLeftMedium: string;
998
- labelFontSizeLeftLarge: string;
999
- labelFontSizeTopSmall: string;
1000
- labelFontSizeTopMedium: string;
1001
- labelFontSizeTopLarge: string;
1002
- labelHeightSmall: string;
1003
- labelHeightMedium: string;
1004
- labelHeightLarge: string;
1005
- labelPaddingVertical: string;
1006
- labelPaddingHorizontal: string;
1007
- labelTextAlignVertical: string;
1008
- labelTextAlignHorizontal: string;
1009
- }, any>>;
1010
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1011
- blankHeightSmall: string;
1012
- blankHeightMedium: string;
1013
- blankHeightLarge: string;
1014
- lineHeight: string;
1015
- labelTextColor: string;
1016
- asteriskColor: string;
1017
- feedbackTextColorError: string;
1018
- feedbackTextColorWarning: string;
1019
- feedbackTextColor: string;
1020
- feedbackPadding: string;
1021
- feedbackHeightSmall: string;
1022
- feedbackHeightMedium: string;
1023
- feedbackHeightLarge: string;
1024
- feedbackFontSizeSmall: string;
1025
- feedbackFontSizeMedium: string;
1026
- feedbackFontSizeLarge: string;
1027
- labelFontSizeLeftSmall: string;
1028
- labelFontSizeLeftMedium: string;
1029
- labelFontSizeLeftLarge: string;
1030
- labelFontSizeTopSmall: string;
1031
- labelFontSizeTopMedium: string;
1032
- labelFontSizeTopLarge: string;
1033
- labelHeightSmall: string;
1034
- labelHeightMedium: string;
1035
- labelHeightLarge: string;
1036
- labelPaddingVertical: string;
1037
- labelPaddingHorizontal: string;
1038
- labelTextAlignVertical: string;
1039
- labelTextAlignHorizontal: string;
1040
- }, any>>>;
1041
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
1042
- blankHeightSmall: string;
1043
- blankHeightMedium: string;
1044
- blankHeightLarge: string;
1045
- lineHeight: string;
1046
- labelTextColor: string;
1047
- asteriskColor: string;
1048
- feedbackTextColorError: string;
1049
- feedbackTextColorWarning: string;
1050
- feedbackTextColor: string;
1051
- feedbackPadding: string;
1052
- feedbackHeightSmall: string;
1053
- feedbackHeightMedium: string;
1054
- feedbackHeightLarge: string;
1055
- feedbackFontSizeSmall: string;
1056
- feedbackFontSizeMedium: string;
1057
- feedbackFontSizeLarge: string;
1058
- labelFontSizeLeftSmall: string;
1059
- labelFontSizeLeftMedium: string;
1060
- labelFontSizeLeftLarge: string;
1061
- labelFontSizeTopSmall: string;
1062
- labelFontSizeTopMedium: string;
1063
- labelFontSizeTopLarge: string;
1064
- labelHeightSmall: string;
1065
- labelHeightMedium: string;
1066
- labelHeightLarge: string;
1067
- labelPaddingVertical: string;
1068
- labelPaddingHorizontal: string;
1069
- labelTextAlignVertical: string;
1070
- labelTextAlignHorizontal: string;
1071
- }, any>>>;
1072
- }>>, {
1073
- readonly required: boolean;
1074
- readonly first: boolean;
1075
- readonly showRequireMark: boolean | undefined;
1076
- readonly showFeedback: boolean | undefined;
1077
- readonly showLabel: boolean | undefined;
1078
- readonly ignorePathChange: boolean;
1079
- }>;
1080
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onCloseSetting" | "submitNoRequest" | "onSubmit")[], "onSubmit" | "onCloseSetting" | "submitNoRequest", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1081
- ids: {
1082
- type: ObjectConstructor;
1083
- default: () => {
1084
- guage_id: string;
1085
- db_id: undefined;
1086
- };
1087
- };
1088
- params: {
1089
- default: () => {};
1090
- type: ObjectConstructor;
1091
- };
1092
- guageData: {
1093
- type: ObjectConstructor;
1094
- default: () => {};
1095
- };
1096
- noBtn: {
1097
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1098
- default: boolean;
1099
- };
1100
- hideBtn: {
1101
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1102
- default: boolean;
1103
- };
1104
- source: {
1105
- type: StringConstructor;
1106
- default: string;
1107
- };
1108
- isLock: {
1109
- type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
1110
- default: boolean;
1111
- };
1112
- type: {
1113
- type: StringConstructor;
1114
- default: string;
1115
- };
1116
- styleSetting: {
1117
- type: ObjectConstructor;
1118
- default: () => {};
1119
- };
1120
- fontSizeObj: {
1121
- type: ObjectConstructor;
1122
- default: () => {
1123
- large: number;
1124
- medium: number;
1125
- small: number;
1126
- extrasmall: number;
1127
- };
1128
- };
1129
- openType: {
1130
- type: StringConstructor;
1131
- default: string;
1132
- };
1133
- scaleApiConfig: {
1134
- type: ObjectConstructor;
1135
- default: () => {};
1136
- };
1137
- getSelectOptions: {
1138
- type: FunctionConstructor;
1139
- default: () => Promise<never[]>;
1140
- };
1141
- getSearchOptions: {
1142
- type: FunctionConstructor;
1143
- default: () => Promise<never[]>;
1144
- };
1145
- getCascadeOptions: {
1146
- type: FunctionConstructor;
1147
- default: () => Promise<never[]>;
1148
- };
1149
- getLabelList: {
1150
- type: FunctionConstructor;
1151
- default: () => Promise<never[]>;
1152
- };
1153
- deleteLabel: {
1154
- type: FunctionConstructor;
1155
- default: () => Promise<{
1156
- status: boolean;
1157
- }>;
1158
- };
1159
- saveLabelItem: {
1160
- type: FunctionConstructor;
1161
- default: () => Promise<{
1162
- status: boolean;
1163
- }>;
1164
- };
1165
- uploadPictureUrl: {
1166
- type: StringConstructor;
1167
- default: string;
1168
- };
1169
- uploadFileUrl: {
1170
- type: StringConstructor;
1171
- default: string;
1172
- };
1173
- ak: {
1174
- type: StringConstructor;
1175
- default: string;
1176
- };
1177
- sourceType: {
1178
- type: StringConstructor;
1179
- default: string;
1180
- };
1181
- getChunkUploadConfig: {
1182
- type: FunctionConstructor;
1183
- default: () => Promise<{
1184
- checkFileMd5Exist: string;
1185
- fileChannel: string;
1186
- md5: string;
1187
- objectName: string;
1188
- partFileMerge: string;
1189
- partFileUpload: string;
1190
- token: string;
1191
- }>;
1192
- };
1193
- }>> & {
1194
- onOnCloseSetting?: ((...args: any[]) => any) | undefined;
1195
- onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
1196
- onOnSubmit?: ((...args: any[]) => any) | undefined;
1197
- }, {
1198
- params: Record<string, any>;
1199
- type: string;
1200
- styleSetting: Record<string, any>;
1201
- isLock: string | number | boolean;
1202
- sourceType: string;
1203
- getLabelList: Function;
1204
- deleteLabel: Function;
1205
- saveLabelItem: Function;
1206
- ids: Record<string, any>;
1207
- guageData: Record<string, any>;
1208
- noBtn: string | number | boolean;
1209
- hideBtn: string | number | boolean;
1210
- source: string;
1211
- fontSizeObj: Record<string, any>;
1212
- openType: string;
1213
- scaleApiConfig: Record<string, any>;
1214
- getSelectOptions: Function;
1215
- getSearchOptions: Function;
1216
- getCascadeOptions: Function;
1217
- uploadPictureUrl: string;
1218
- uploadFileUrl: string;
1219
- ak: string;
1220
- getChunkUploadConfig: Function;
1221
- }>;
1222
- export default _default;