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,335 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { Position } from '@vueuse/core';
3
- declare const _default: import("vue").DefineComponent<{
4
- mode: {
5
- type: PropType<"number" | "day" | "dose" | "english">;
6
- default: string;
7
- };
8
- drag: {
9
- type: BooleanConstructor;
10
- default: boolean;
11
- };
12
- positionInitialValue: {
13
- type: PropType<Position>;
14
- default: () => {
15
- x: number;
16
- y: number;
17
- };
18
- };
19
- defaultValue: {
20
- type: NumberConstructor;
21
- };
22
- value: {
23
- type: NumberConstructor;
24
- };
25
- panel: {
26
- type: BooleanConstructor;
27
- default: boolean;
28
- };
29
- moveOffset: {
30
- type: PropType<Position>;
31
- default: () => {
32
- x: number;
33
- y: number;
34
- };
35
- };
36
- }, {
37
- ENGLISHKEY: string;
38
- ENGLISHOTHERKEY: string[];
39
- ENGLISHKEYS: string[];
40
- ENGLISHKEYS_: string[];
41
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
42
- mode: {
43
- type: PropType<"number" | "day" | "dose" | "english">;
44
- default: string;
45
- };
46
- drag: {
47
- type: BooleanConstructor;
48
- default: boolean;
49
- };
50
- positionInitialValue: {
51
- type: PropType<Position>;
52
- default: () => {
53
- x: number;
54
- y: number;
55
- };
56
- };
57
- defaultValue: {
58
- type: NumberConstructor;
59
- };
60
- value: {
61
- type: NumberConstructor;
62
- };
63
- panel: {
64
- type: BooleanConstructor;
65
- default: boolean;
66
- };
67
- moveOffset: {
68
- type: PropType<Position>;
69
- default: () => {
70
- x: number;
71
- y: number;
72
- };
73
- };
74
- }>> & {
75
- onChange?: ((...args: any[]) => any) | undefined;
76
- onKeydown?: ((...args: any[]) => any) | undefined;
77
- }>>;
78
- emit: (event: "change" | "keydown", ...args: any[]) => void;
79
- isDefault: import("vue").ComputedRef<boolean>;
80
- moveNumberPaneOptions: import("vue").ComputedRef<{
81
- mode: "number" | "day" | "dose" | "english";
82
- defaultValue: number | undefined;
83
- value: number | undefined;
84
- positionInitialValue: Position;
85
- moveOffset: Position;
86
- drag: boolean;
87
- onChange: (value: number) => void;
88
- }>;
89
- englishKeys: import("vue").Ref<string[]>;
90
- popoverRef: import("vue").Ref<null>;
91
- englishKeyboardRef: import("vue").Ref<HTMLElement | null>;
92
- keyboardDragRef: import("vue").Ref<HTMLElement | null>;
93
- currentValue: import("vue").Ref<any>;
94
- style: import("vue").ComputedRef<string> | undefined;
95
- init: () => import("vue").ComputedRef<string> | undefined;
96
- keydown: (key: string | number) => void;
97
- onChange: (value: number) => void;
98
- NPopover: any;
99
- NInputNumber: any;
100
- NIcon: any;
101
- NSpace: any;
102
- ArrowUndoSharp: 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<{}>>, {}>;
103
- Close: 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<{}>>, {}>;
104
- GitCompareOutline: 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<{}>>, {}>;
105
- NumberPanel: import("vue").DefineComponent<{
106
- defaultValue: {
107
- type: NumberConstructor;
108
- };
109
- value: {
110
- type: NumberConstructor;
111
- };
112
- mode: {
113
- type: StringConstructor;
114
- };
115
- positionInitialValue: {
116
- type: PropType<Position>;
117
- default: () => {
118
- x: number;
119
- y: number;
120
- };
121
- };
122
- moveOffset: {
123
- type: PropType<Position>;
124
- default: () => {
125
- x: number;
126
- y: number;
127
- };
128
- };
129
- drag: {
130
- type: BooleanConstructor;
131
- default: boolean;
132
- };
133
- }, {
134
- NUMBERKEYS: string;
135
- DAYS: number[];
136
- DOSENUMBERKEYS: string;
137
- CALCULATIONSYMBOLS: string[];
138
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
139
- defaultValue: {
140
- type: NumberConstructor;
141
- };
142
- value: {
143
- type: NumberConstructor;
144
- };
145
- mode: {
146
- type: StringConstructor;
147
- };
148
- positionInitialValue: {
149
- type: PropType<Position>;
150
- default: () => {
151
- x: number;
152
- y: number;
153
- };
154
- };
155
- moveOffset: {
156
- type: PropType<Position>;
157
- default: () => {
158
- x: number;
159
- y: number;
160
- };
161
- };
162
- drag: {
163
- type: BooleanConstructor;
164
- default: boolean;
165
- };
166
- }>> & {
167
- onChange?: ((...args: any[]) => any) | undefined;
168
- }>>;
169
- emit: (event: "change", ...args: any[]) => void;
170
- isNumber: import("vue").ComputedRef<boolean>;
171
- isDay: import("vue").ComputedRef<boolean>;
172
- isDose: import("vue").ComputedRef<boolean>;
173
- numberKeys: import("vue").ComputedRef<string[]>;
174
- days: import("vue").Ref<number[]>;
175
- doses: import("vue").Ref<number[]>;
176
- inputValue: import("vue").Ref<string>;
177
- integerValue: import("vue").Ref<any>;
178
- numeratorValue: import("vue").Ref<any>;
179
- denominatorValue: import("vue").Ref<any>;
180
- inputValueStatus: import("vue").Ref<import("naive-ui/es/form/src/interface").FormValidationStatus>;
181
- numeratorValueStatus: import("vue").Ref<import("naive-ui/es/form/src/interface").FormValidationStatus>;
182
- denominatorValueStatus: import("vue").Ref<import("naive-ui/es/form/src/interface").FormValidationStatus>;
183
- keyboardRef: import("vue").Ref<HTMLElement | null>;
184
- style: import("vue").ComputedRef<string> | undefined;
185
- init: () => import("vue").ComputedRef<string> | undefined;
186
- keydown: (key: string | number) => void;
187
- validator: () => boolean;
188
- doDelete: () => void;
189
- updateFraction: (value: number) => void;
190
- calculateFraction: () => void;
191
- setInputStatus: (valueRef: import("vue").Ref<string>, statusRef: import("vue").Ref<string>, isInteger?: boolean | undefined) => true | undefined;
192
- setInputValueStatus: () => void;
193
- NIcon: any;
194
- NSpace: any;
195
- ArrowUndoSharp: 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<{}>>, {}>;
196
- InputNumber: import("vue").DefineComponent<{
197
- modelValue: {
198
- type: StringConstructor;
199
- default: string;
200
- };
201
- integer: {
202
- type: BooleanConstructor;
203
- default: boolean;
204
- };
205
- status: {
206
- type: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
207
- default: string;
208
- };
209
- }, {
210
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
211
- modelValue: {
212
- type: StringConstructor;
213
- default: string;
214
- };
215
- integer: {
216
- type: BooleanConstructor;
217
- default: boolean;
218
- };
219
- status: {
220
- type: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
221
- default: string;
222
- };
223
- }>> & {
224
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
225
- "onUpdate:status"?: ((...args: any[]) => any) | undefined;
226
- }>>;
227
- emit: (event: "update:modelValue" | "update:status", ...args: any[]) => void;
228
- update: (value: string | [string, string]) => void;
229
- validator: (value: string) => boolean;
230
- calculate: (type: string) => void;
231
- NInput: any;
232
- NIcon: any;
233
- NSpace: any;
234
- CaretDown: 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<{}>>, {}>;
235
- CaretUp: 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<{}>>, {}>;
236
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:status")[], "update:modelValue" | "update:status", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
237
- modelValue: {
238
- type: StringConstructor;
239
- default: string;
240
- };
241
- integer: {
242
- type: BooleanConstructor;
243
- default: boolean;
244
- };
245
- status: {
246
- type: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
247
- default: string;
248
- };
249
- }>> & {
250
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
251
- "onUpdate:status"?: ((...args: any[]) => any) | undefined;
252
- }, {
253
- modelValue: string;
254
- status: import("naive-ui/es/form/src/interface").FormValidationStatus;
255
- integer: boolean;
256
- }>;
257
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
258
- defaultValue: {
259
- type: NumberConstructor;
260
- };
261
- value: {
262
- type: NumberConstructor;
263
- };
264
- mode: {
265
- type: StringConstructor;
266
- };
267
- positionInitialValue: {
268
- type: PropType<Position>;
269
- default: () => {
270
- x: number;
271
- y: number;
272
- };
273
- };
274
- moveOffset: {
275
- type: PropType<Position>;
276
- default: () => {
277
- x: number;
278
- y: number;
279
- };
280
- };
281
- drag: {
282
- type: BooleanConstructor;
283
- default: boolean;
284
- };
285
- }>> & {
286
- onChange?: ((...args: any[]) => any) | undefined;
287
- }, {
288
- drag: boolean;
289
- positionInitialValue: Position;
290
- moveOffset: Position;
291
- }>;
292
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "keydown")[], "change" | "keydown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
293
- mode: {
294
- type: PropType<"number" | "day" | "dose" | "english">;
295
- default: string;
296
- };
297
- drag: {
298
- type: BooleanConstructor;
299
- default: boolean;
300
- };
301
- positionInitialValue: {
302
- type: PropType<Position>;
303
- default: () => {
304
- x: number;
305
- y: number;
306
- };
307
- };
308
- defaultValue: {
309
- type: NumberConstructor;
310
- };
311
- value: {
312
- type: NumberConstructor;
313
- };
314
- panel: {
315
- type: BooleanConstructor;
316
- default: boolean;
317
- };
318
- moveOffset: {
319
- type: PropType<Position>;
320
- default: () => {
321
- x: number;
322
- y: number;
323
- };
324
- };
325
- }>> & {
326
- onChange?: ((...args: any[]) => any) | undefined;
327
- onKeydown?: ((...args: any[]) => any) | undefined;
328
- }, {
329
- mode: "number" | "day" | "dose" | "english";
330
- drag: boolean;
331
- positionInitialValue: Position;
332
- panel: boolean;
333
- moveOffset: Position;
334
- }>;
335
- export default _default;
@@ -1,64 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { FormValidationStatus } from 'naive-ui/es/form/src/interface';
3
- declare const _default: import("vue").DefineComponent<{
4
- modelValue: {
5
- type: StringConstructor;
6
- default: string;
7
- };
8
- integer: {
9
- type: BooleanConstructor;
10
- default: boolean;
11
- };
12
- status: {
13
- type: PropType<FormValidationStatus>;
14
- default: string;
15
- };
16
- }, {
17
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
- modelValue: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- integer: {
23
- type: BooleanConstructor;
24
- default: boolean;
25
- };
26
- status: {
27
- type: PropType<FormValidationStatus>;
28
- default: string;
29
- };
30
- }>> & {
31
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
32
- "onUpdate:status"?: ((...args: any[]) => any) | undefined;
33
- }>>;
34
- emit: (event: "update:modelValue" | "update:status", ...args: any[]) => void;
35
- update: (value: string | [string, string]) => void;
36
- validator: (value: string) => boolean;
37
- calculate: (type: string) => void;
38
- NInput: any;
39
- NIcon: any;
40
- NSpace: any;
41
- CaretDown: 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<{}>>, {}>;
42
- CaretUp: 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<{}>>, {}>;
43
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:status")[], "update:modelValue" | "update:status", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
- modelValue: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
- integer: {
49
- type: BooleanConstructor;
50
- default: boolean;
51
- };
52
- status: {
53
- type: PropType<FormValidationStatus>;
54
- default: string;
55
- };
56
- }>> & {
57
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
- "onUpdate:status"?: ((...args: any[]) => any) | undefined;
59
- }, {
60
- modelValue: string;
61
- status: FormValidationStatus;
62
- integer: boolean;
63
- }>;
64
- export default _default;
@@ -1,191 +0,0 @@
1
- import { Ref, PropType } from 'vue';
2
- import { Position } from '@vueuse/core';
3
- import { FormValidationStatus } from 'naive-ui/es/form/src/interface';
4
- declare const _default: import("vue").DefineComponent<{
5
- defaultValue: {
6
- type: NumberConstructor;
7
- };
8
- value: {
9
- type: NumberConstructor;
10
- };
11
- mode: {
12
- type: StringConstructor;
13
- };
14
- positionInitialValue: {
15
- type: PropType<Position>;
16
- default: () => {
17
- x: number;
18
- y: number;
19
- };
20
- };
21
- moveOffset: {
22
- type: PropType<Position>;
23
- default: () => {
24
- x: number;
25
- y: number;
26
- };
27
- };
28
- drag: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- };
32
- }, {
33
- NUMBERKEYS: string;
34
- DAYS: number[];
35
- DOSENUMBERKEYS: string;
36
- CALCULATIONSYMBOLS: string[];
37
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
38
- defaultValue: {
39
- type: NumberConstructor;
40
- };
41
- value: {
42
- type: NumberConstructor;
43
- };
44
- mode: {
45
- type: StringConstructor;
46
- };
47
- positionInitialValue: {
48
- type: PropType<Position>;
49
- default: () => {
50
- x: number;
51
- y: number;
52
- };
53
- };
54
- moveOffset: {
55
- type: PropType<Position>;
56
- default: () => {
57
- x: number;
58
- y: number;
59
- };
60
- };
61
- drag: {
62
- type: BooleanConstructor;
63
- default: boolean;
64
- };
65
- }>> & {
66
- onChange?: ((...args: any[]) => any) | undefined;
67
- }>>;
68
- emit: (event: "change", ...args: any[]) => void;
69
- isNumber: import("vue").ComputedRef<boolean>;
70
- isDay: import("vue").ComputedRef<boolean>;
71
- isDose: import("vue").ComputedRef<boolean>;
72
- numberKeys: import("vue").ComputedRef<string[]>;
73
- days: Ref<number[]>;
74
- doses: Ref<number[]>;
75
- inputValue: Ref<string>;
76
- integerValue: Ref<any>;
77
- numeratorValue: Ref<any>;
78
- denominatorValue: Ref<any>;
79
- inputValueStatus: Ref<FormValidationStatus>;
80
- numeratorValueStatus: Ref<FormValidationStatus>;
81
- denominatorValueStatus: Ref<FormValidationStatus>;
82
- keyboardRef: Ref<HTMLElement | null>;
83
- style: import("vue").ComputedRef<string> | undefined;
84
- init: () => import("vue").ComputedRef<string> | undefined;
85
- keydown: (key: string | number) => void;
86
- validator: () => boolean;
87
- doDelete: () => void;
88
- updateFraction: (value: number) => void;
89
- calculateFraction: () => void;
90
- setInputStatus: (valueRef: Ref<string>, statusRef: Ref<string>, isInteger?: boolean) => true | undefined;
91
- setInputValueStatus: () => void;
92
- NIcon: any;
93
- NSpace: any;
94
- ArrowUndoSharp: 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<{}>>, {}>;
95
- InputNumber: import("vue").DefineComponent<{
96
- modelValue: {
97
- type: StringConstructor;
98
- default: string;
99
- };
100
- integer: {
101
- type: BooleanConstructor;
102
- default: boolean;
103
- };
104
- status: {
105
- type: PropType<FormValidationStatus>;
106
- default: string;
107
- };
108
- }, {
109
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
110
- modelValue: {
111
- type: StringConstructor;
112
- default: string;
113
- };
114
- integer: {
115
- type: BooleanConstructor;
116
- default: boolean;
117
- };
118
- status: {
119
- type: PropType<FormValidationStatus>;
120
- default: string;
121
- };
122
- }>> & {
123
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
124
- "onUpdate:status"?: ((...args: any[]) => any) | undefined;
125
- }>>;
126
- emit: (event: "update:modelValue" | "update:status", ...args: any[]) => void;
127
- update: (value: string | [string, string]) => void;
128
- validator: (value: string) => boolean;
129
- calculate: (type: string) => void;
130
- NInput: any;
131
- NIcon: any;
132
- NSpace: any;
133
- CaretDown: 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<{}>>, {}>;
134
- CaretUp: 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<{}>>, {}>;
135
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:status")[], "update:modelValue" | "update:status", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
136
- modelValue: {
137
- type: StringConstructor;
138
- default: string;
139
- };
140
- integer: {
141
- type: BooleanConstructor;
142
- default: boolean;
143
- };
144
- status: {
145
- type: PropType<FormValidationStatus>;
146
- default: string;
147
- };
148
- }>> & {
149
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
150
- "onUpdate:status"?: ((...args: any[]) => any) | undefined;
151
- }, {
152
- modelValue: string;
153
- status: FormValidationStatus;
154
- integer: boolean;
155
- }>;
156
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
157
- defaultValue: {
158
- type: NumberConstructor;
159
- };
160
- value: {
161
- type: NumberConstructor;
162
- };
163
- mode: {
164
- type: StringConstructor;
165
- };
166
- positionInitialValue: {
167
- type: PropType<Position>;
168
- default: () => {
169
- x: number;
170
- y: number;
171
- };
172
- };
173
- moveOffset: {
174
- type: PropType<Position>;
175
- default: () => {
176
- x: number;
177
- y: number;
178
- };
179
- };
180
- drag: {
181
- type: BooleanConstructor;
182
- default: boolean;
183
- };
184
- }>> & {
185
- onChange?: ((...args: any[]) => any) | undefined;
186
- }, {
187
- drag: boolean;
188
- positionInitialValue: Position;
189
- moveOffset: Position;
190
- }>;
191
- export default _default;
@@ -1 +0,0 @@
1
- export declare function getNumber(value: string): number;
@@ -1,75 +0,0 @@
1
- import { SFCWithInstall } from '../../../es/shared/types';
2
- declare const Map: SFCWithInstall<import("vue").DefineComponent<{
3
- locationProp: {
4
- type: StringConstructor;
5
- default: string;
6
- };
7
- ak: {
8
- type: StringConstructor;
9
- default: string;
10
- };
11
- }, {
12
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13
- locationProp: {
14
- type: StringConstructor;
15
- default: string;
16
- };
17
- ak: {
18
- type: StringConstructor;
19
- default: string;
20
- };
21
- }>> & {
22
- onSelectLocation?: ((...args: any[]) => any) | undefined;
23
- }>>;
24
- state: {
25
- qq: any;
26
- searchKey: any;
27
- centrePoint: any;
28
- location: any;
29
- localObj: any;
30
- map: any;
31
- ac: any;
32
- addressList: any[];
33
- markers: any[];
34
- timeout: any;
35
- searchService: any;
36
- geocoder: any;
37
- };
38
- defAdress: import("vue").ComputedRef<any>;
39
- emit: (event: "selectLocation", ...args: any[]) => void;
40
- calculateLocationProp: import("vue").ComputedRef<any>;
41
- message: import("naive-ui").MessageApi;
42
- showPosition: (r: any) => void;
43
- getLocation: () => void;
44
- hdnelSetMapcenter: (location: any) => void;
45
- initSearch: () => void;
46
- clearOverlays: (overlays: any) => void;
47
- handleClearOverLays: () => void;
48
- handleGeocoder: (config?: any) => void;
49
- init: () => void;
50
- searchOnchange: () => void;
51
- searchKeyword: () => void;
52
- nearAddress: (point: any) => void;
53
- selectLocation: (item: any, tag?: any) => void;
54
- setMap: (qq: any) => void;
55
- initMap: (qq: any) => void;
56
- getMapScript: () => any;
57
- reset: () => void;
58
- NButton: any;
59
- NInput: any;
60
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selectLocation"[], "selectLocation", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
- locationProp: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
- ak: {
66
- type: StringConstructor;
67
- default: string;
68
- };
69
- }>> & {
70
- onSelectLocation?: ((...args: any[]) => any) | undefined;
71
- }, {
72
- ak: string;
73
- locationProp: string;
74
- }>>;
75
- export default Map;