cnhis-design-vue 3.1.37-beta.0 → 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.
- package/es/components/button-print/src/utils/print.js +1 -6
- package/es/components/fabric-chart/src/FabricChart.vue.js +9 -9
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +129 -42
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +151 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +6 -7
- package/es/components/fabric-chart/src/hooks/useOther.js +3 -2
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/utils/utils.js +7 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +2 -2
- package/es/components/form-render/src/FormRender.vue.js +11 -1
- package/es/components/form-render/src/components/renderer/formItem.js +16 -13
- package/es/components/form-render/src/constants/index.js +14 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +0 -4
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +85 -0
- package/es/components/iho-table/src/IhoTable.vue.js +9 -4
- package/es/components/iho-table/src/constants/index.js +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.js +15 -21
- package/es/components/iho-table/src/utils/index.js +5 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.js +0 -3
- package/es/shared/utils/tapable/AsyncParallelBailHook.js +1 -1
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.js +2 -3
- package/es/shared/utils/tapable/Hook.js +1 -1
- package/es/shared/utils/tapable/HookCodeFactory.js +3 -6
- package/es/shared/utils/tapable/SyncWaterfallHook.js +1 -2
- package/package.json +2 -2
- package/es/components/annotation-edit/index.d.ts +0 -17
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +0 -16
- package/es/components/big-table/index.d.ts +0 -1176
- package/es/components/big-table/src/BigTable.vue.d.ts +0 -1175
- package/es/components/big-table/src/bigTableEmits.d.ts +0 -2
- package/es/components/big-table/src/bigTableProps.d.ts +0 -211
- package/es/components/big-table/src/bigTableState.d.ts +0 -58
- package/es/components/big-table/src/components/NoData.vue.d.ts +0 -49
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +0 -34
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +0 -43
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +0 -35
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +0 -35
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +0 -134
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +0 -43
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +0 -5
- package/es/components/big-table/src/components/input-button.vue.d.ts +0 -10
- package/es/components/big-table/src/components/separate.vue.d.ts +0 -41
- package/es/components/big-table/src/constants/index.d.ts +0 -3
- package/es/components/big-table/src/hooks/index.d.ts +0 -9
- package/es/components/big-table/src/hooks/useAnchor.d.ts +0 -7
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +0 -4
- package/es/components/big-table/src/hooks/useBatchEditing.d.ts +0 -17
- package/es/components/big-table/src/hooks/useEdit.d.ts +0 -339
- package/es/components/big-table/src/hooks/useEvent.d.ts +0 -6
- package/es/components/big-table/src/hooks/useFormat.d.ts +0 -30
- package/es/components/big-table/src/hooks/useNestTable.d.ts +0 -8
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +0 -40
- package/es/components/big-table/src/hooks/useTableParse.d.ts +0 -6
- package/es/components/big-table/src/utils.d.ts +0 -61
- package/es/components/bpmn-workflow/index.d.ts +0 -72
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -75
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +0 -75
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +0 -24
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +0 -19
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +0 -70
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +0 -21
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +0 -12
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +0 -16
- package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +0 -6
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +0 -5
- package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +0 -12
- package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +0 -5
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +0 -4
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +0 -1
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +0 -226
- package/es/components/button-print/index.d.ts +0 -1904
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +0 -1911
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +0 -1244
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +0 -1632
- package/es/components/button-print/src/components/Preview.vue.d.ts +0 -41
- package/es/components/button-print/src/utils/browserPrint.d.ts +0 -2
- package/es/components/button-print/src/utils/dialog.d.ts +0 -12
- package/es/components/button-print/src/utils/index.d.ts +0 -2
- package/es/components/button-print/src/utils/print.d.ts +0 -56
- package/es/components/drag-layout/index.d.ts +0 -606
- package/es/components/drag-layout/index.js +0 -11
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +0 -21
- package/es/components/drag-layout/src/DragFormLeftItem.vue.js +0 -122
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +0 -125
- package/es/components/drag-layout/src/DragFormRightItem.vue.js +0 -267
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +0 -606
- package/es/components/drag-layout/src/DragLayout.vue.js +0 -662
- package/es/components/drag-layout/style/index.css +0 -1
- package/es/components/editor/index.d.ts +0 -30
- package/es/components/editor/src/Editor.d.ts +0 -30
- package/es/components/fabric-chart/index.d.ts +0 -182
- package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +0 -181
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -184
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +0 -46
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +0 -64
- package/es/components/fabric-chart/src/components/useStyle.d.ts +0 -7
- package/es/components/fabric-chart/src/hooks/constant.d.ts +0 -54
- package/es/components/fabric-chart/src/hooks/index.d.ts +0 -11
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +0 -26
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +0 -16
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +0 -8
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +0 -14
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +0 -44
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +0 -7
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +0 -7
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useShadow.d.ts +0 -6
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +0 -25
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
- package/es/components/fabric-chart/src/interface.d.ts +0 -151
- package/es/components/fabric-chart/src/utils/utils.d.ts +0 -13
- package/es/components/field-set/index.d.ts +0 -243
- package/es/components/field-set/src/FieldSet.vue.d.ts +0 -197
- package/es/components/form-config/index.d.ts +0 -3321
- package/es/components/form-config/src/FormConfig.vue.d.ts +0 -3322
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -664
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +0 -108
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -2385
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +0 -14
- package/es/components/form-config/src/components/index.d.ts +0 -5
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +0 -27
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +0 -169
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +0 -71
- package/es/components/form-config/src/components/renderer/index.d.ts +0 -4
- package/es/components/form-config/src/constants/index.d.ts +0 -65
- package/es/components/form-config/src/hooks/index.d.ts +0 -3
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +0 -8
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +0 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +0 -4
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +0 -13
- package/es/components/form-config/src/types/index.d.ts +0 -39
- package/es/components/form-config/src/utils/index.d.ts +0 -7
- package/es/components/form-render/index.d.ts +0 -646
- package/es/components/form-render/src/FormRender.vue.d.ts +0 -639
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -643
- package/es/components/form-render/src/components/renderer/checkbox.d.ts +0 -90
- package/es/components/form-render/src/components/renderer/combination.d.ts +0 -51
- package/es/components/form-render/src/components/renderer/complex.d.ts +0 -34
- package/es/components/form-render/src/components/renderer/date.d.ts +0 -52
- package/es/components/form-render/src/components/renderer/formItem.d.ts +0 -15
- package/es/components/form-render/src/components/renderer/index.d.ts +0 -3
- package/es/components/form-render/src/components/renderer/input.d.ts +0 -23
- package/es/components/form-render/src/components/renderer/inputGroup.d.ts +0 -11
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +0 -31
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +0 -5
- package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +0 -44
- package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +0 -91
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +0 -69
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +0 -68
- package/es/components/form-render/src/components/renderer/radio.d.ts +0 -94
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +0 -41
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +0 -58
- package/es/components/form-render/src/components/renderer/select.d.ts +0 -140
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +0 -18
- package/es/components/form-render/src/components/renderer/slider.d.ts +0 -11
- package/es/components/form-render/src/components/renderer/switch.d.ts +0 -23
- package/es/components/form-render/src/components/renderer/textarea.d.ts +0 -11
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +0 -13
- package/es/components/form-render/src/constants/index.d.ts +0 -42
- package/es/components/form-render/src/hooks/index.d.ts +0 -15
- package/es/components/form-render/src/hooks/useAnchor.d.ts +0 -16
- package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +0 -47
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +0 -27
- package/es/components/form-render/src/hooks/useChangeContext.d.ts +0 -11
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +0 -15
- package/es/components/form-render/src/hooks/useCommonLog.d.ts +0 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +0 -64
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +0 -5
- package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +0 -4
- package/es/components/form-render/src/hooks/useFormContext.d.ts +0 -11
- package/es/components/form-render/src/hooks/useFormField.d.ts +0 -5
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +0 -11
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +0 -13
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +0 -39
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +0 -26
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +0 -6
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +0 -4
- package/es/components/form-render/src/hooks/usePresetScope.d.ts +0 -6
- package/es/components/form-render/src/types/fieldItem.d.ts +0 -265
- package/es/components/form-render/src/types/index.d.ts +0 -84
- package/es/components/form-render/src/utils/business.d.ts +0 -13
- package/es/components/form-render/src/utils/dom.d.ts +0 -13
- package/es/components/form-render/src/utils/index.d.ts +0 -38
- package/es/components/form-render/src/utils/schema.d.ts +0 -83
- package/es/components/grid/index.d.ts +0 -3
- package/es/components/grid/src/Grid.d.ts +0 -2
- package/es/components/grid/src/hooks.d.ts +0 -1
- package/es/components/iho-table/index.d.ts +0 -4638
- package/es/components/iho-table/src/IhoTable.vue.d.ts +0 -4637
- package/es/components/iho-table/src/constants/index.d.ts +0 -80
- package/es/components/iho-table/src/hooks/export.d.ts +0 -2
- package/es/components/iho-table/src/hooks/index.d.ts +0 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +0 -93
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +0 -31
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +0 -16
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +0 -15
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +0 -251
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +0 -13
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +0 -25
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +0 -10
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +0 -11
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +0 -9
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +0 -8
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +0 -2
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +0 -13
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +0 -169
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +0 -7
- package/es/components/iho-table/src/plugins/index.d.ts +0 -3
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +0 -96
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +0 -5
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +0 -43
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +0 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +0 -94
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +0 -12
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +0 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +0 -11
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +0 -1
- package/es/components/iho-table/src/types/index.d.ts +0 -108
- package/es/components/iho-table/src/types/pluginType.d.ts +0 -173
- package/es/components/iho-table/src/utils/index.d.ts +0 -48
- package/es/components/index.d.ts +0 -38
- package/es/components/info-header/index.d.ts +0 -415
- package/es/components/info-header/src/HiddenContent.vue.d.ts +0 -86
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +0 -33
- package/es/components/info-header/src/InfoHeader.vue.d.ts +0 -405
- package/es/components/insurance-sdk/index.d.ts +0 -1
- package/es/components/insurance-sdk/src/constants/index.d.ts +0 -161
- package/es/components/insurance-sdk/src/utils/index.d.ts +0 -1
- package/es/components/insurance-sdk/src/utils/insurance.d.ts +0 -260
- package/es/components/keyboard/index.d.ts +0 -334
- package/es/components/keyboard/src/Keyboard.vue.d.ts +0 -335
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +0 -64
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +0 -191
- package/es/components/keyboard/src/utils/index.d.ts +0 -1
- package/es/components/map/index.d.ts +0 -75
- package/es/components/map/src/Map.vue.d.ts +0 -75
- package/es/components/recommend-search/index.d.ts +0 -815
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +0 -817
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +0 -143
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +0 -341
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +0 -63
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +0 -300
- package/es/components/recommend-search/src/constant/index.d.ts +0 -4
- package/es/components/recommend-search/src/types/index.d.ts +0 -9
- package/es/components/scale-view/index.d.ts +0 -1400
- package/es/components/scale-view/src/ScaleView.vue.d.ts +0 -1222
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +0 -70
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -154
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +0 -110
- package/es/components/scale-view/src/components/NoData.vue.d.ts +0 -49
- package/es/components/scale-view/src/components/ScaleScore.d.ts +0 -23
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +0 -11
- package/es/components/scale-view/src/components/formitem/address.d.ts +0 -3992
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +0 -43
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +0 -43
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +0 -32
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +0 -52
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +0 -43
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +0 -61
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +0 -34
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +0 -52
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +0 -63
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +0 -80
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +0 -87
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +0 -43
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +0 -3
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +0 -115
- package/es/components/scale-view/src/hooks/scaleview-state.d.ts +0 -34
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +0 -3
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +0 -3
- package/es/components/scale-view/src/hooks/use-component.d.ts +0 -1814
- package/es/components/scale-view/src/hooks/use-evaluate.d.ts +0 -21
- package/es/components/scale-view/src/hooks/use-event.d.ts +0 -4
- package/es/components/scale-view/src/hooks/use-noData.d.ts +0 -9
- package/es/components/scale-view/src/utils/judge-types.d.ts +0 -5
- package/es/components/search-cascader/index.d.ts +0 -233
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +0 -235
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +0 -50
- package/es/components/search-cascader/src/components/index.d.ts +0 -1
- package/es/components/search-cascader/src/constants/index.d.ts +0 -5
- package/es/components/search-cascader/src/hooks/index.d.ts +0 -1
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +0 -3
- package/es/components/search-cascader/src/utils/index.d.ts +0 -2
- package/es/components/select-label/index.d.ts +0 -988
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +0 -367
- package/es/components/select-label/src/SelectLabel.vue.d.ts +0 -622
- package/es/components/select-label/src/components/label-classify.vue.d.ts +0 -122
- package/es/components/select-person/index.d.ts +0 -251
- package/es/components/select-person/src/SelectPerson.vue.d.ts +0 -250
- package/es/components/select-person/src/utils/index.d.ts +0 -3
- package/es/components/shortcut-provider/index.d.ts +0 -21
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +0 -19
- package/es/components/shortcut-provider/src/constants/index.d.ts +0 -7
- package/es/components/shortcut-provider/src/hooks/index.d.ts +0 -2
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +0 -4
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +0 -33
- package/es/components/shortcut-provider/src/types/index.d.ts +0 -43
- package/es/components/shortcut-provider/src/utils/index.d.ts +0 -10
- package/es/components/shortcut-setter/index.d.ts +0 -2373
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -2375
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +0 -99
- package/es/components/shortcut-setter/src/types/index.d.ts +0 -6
- package/es/components/steps-wheel/index.d.ts +0 -115
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +0 -114
- package/es/components/time-line/index.d.ts +0 -109
- package/es/components/time-line/src/TimeLine.vue.d.ts +0 -85
- package/es/components/vod-chunk-upload/index.d.ts +0 -232
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +0 -196
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +0 -11
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +0 -63
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +0 -10
- package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +0 -23
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +0 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -230
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +0 -25
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +0 -51
- package/es/shared/components/SelectPage/index.d.ts +0 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +0 -20
- package/es/shared/components/SlotRender/index.d.ts +0 -2
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +0 -43
- package/es/shared/components/SvgIcon/index.d.ts +0 -2
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +0 -87
- package/es/shared/components/TextOverTooltip/index.d.ts +0 -2
- package/es/shared/components/VueDraggable/index.d.ts +0 -2
- package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +0 -9
- package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +0 -22
- package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +0 -7
- package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +0 -10
- package/es/shared/components/VueDraggable/src/util/console.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +0 -2
- package/es/shared/components/VueDraggable/src/util/string.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/util/tags.d.ts +0 -3
- package/es/shared/components/no-data/NoData.vue.d.ts +0 -49
- package/es/shared/components/no-data/index.d.ts +0 -2
- package/es/shared/components/player-vod/index.vue.d.ts +0 -2
- package/es/shared/components/player-vod/player.d.ts +0 -17
- package/es/shared/components/player-vod/video-list.d.ts +0 -32
- package/es/shared/components/player-vod/video-modal.d.ts +0 -54
- package/es/shared/global/variable.d.ts +0 -1
- package/es/shared/index.d.ts +0 -0
- package/es/shared/types/index.d.ts +0 -22
- package/es/shared/utils/anime.d.ts +0 -35
- package/es/shared/utils/clickoutside.d.ts +0 -18
- package/es/shared/utils/clickoutside.js +0 -52
- package/es/shared/utils/colorLog.d.ts +0 -31
- package/es/shared/utils/index.d.ts +0 -16
- package/es/shared/utils/loadViewer.d.ts +0 -2
- package/es/shared/utils/state.d.ts +0 -29
- package/es/shared/utils/state.js +0 -44
- package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncParallelHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +0 -3
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +0 -3
- package/es/shared/utils/tapable/Hook.d.ts +0 -50
- package/es/shared/utils/tapable/HookCodeFactory.d.ts +0 -58
- package/es/shared/utils/tapable/HookMap.d.ts +0 -11
- package/es/shared/utils/tapable/MultiHook.d.ts +0 -12
- package/es/shared/utils/tapable/SyncBailHook.d.ts +0 -3
- package/es/shared/utils/tapable/SyncHook.d.ts +0 -3
- package/es/shared/utils/tapable/SyncLoopHook.d.ts +0 -3
- package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +0 -3
- package/es/shared/utils/utilExpand.d.ts +0 -1
- 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;
|