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,122 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
classifyItem: {
|
|
3
|
-
type: null;
|
|
4
|
-
required: false;
|
|
5
|
-
default: () => {};
|
|
6
|
-
};
|
|
7
|
-
handleLabelChange: {
|
|
8
|
-
type: FunctionConstructor;
|
|
9
|
-
required: false;
|
|
10
|
-
default: () => void;
|
|
11
|
-
};
|
|
12
|
-
handleLabelColor: {
|
|
13
|
-
type: FunctionConstructor;
|
|
14
|
-
required: false;
|
|
15
|
-
default: () => void;
|
|
16
|
-
};
|
|
17
|
-
handleDelLabel: {
|
|
18
|
-
type: FunctionConstructor;
|
|
19
|
-
required: false;
|
|
20
|
-
default: () => void;
|
|
21
|
-
};
|
|
22
|
-
handleAddLabel: {
|
|
23
|
-
type: FunctionConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
default: () => void;
|
|
26
|
-
};
|
|
27
|
-
hanldeBlur: {
|
|
28
|
-
type: FunctionConstructor;
|
|
29
|
-
required: false;
|
|
30
|
-
default: () => void;
|
|
31
|
-
};
|
|
32
|
-
clearaddVal: {
|
|
33
|
-
type: FunctionConstructor;
|
|
34
|
-
required: false;
|
|
35
|
-
default: () => void;
|
|
36
|
-
};
|
|
37
|
-
isEdit: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
required: false;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
sourceType: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
required: false;
|
|
45
|
-
};
|
|
46
|
-
}, {
|
|
47
|
-
props: {
|
|
48
|
-
classifyItem: any;
|
|
49
|
-
handleLabelChange: Function;
|
|
50
|
-
handleLabelColor: Function;
|
|
51
|
-
handleDelLabel: Function;
|
|
52
|
-
handleAddLabel: Function;
|
|
53
|
-
hanldeBlur: Function;
|
|
54
|
-
clearaddVal: Function;
|
|
55
|
-
isEdit: boolean;
|
|
56
|
-
sourceType?: string | undefined;
|
|
57
|
-
};
|
|
58
|
-
itemList: any;
|
|
59
|
-
onHandleLabelChange: (value?: any, item?: any, classifyItem?: any) => void;
|
|
60
|
-
NTag: any;
|
|
61
|
-
NTooltip: any;
|
|
62
|
-
NIcon: any;
|
|
63
|
-
NButton: any;
|
|
64
|
-
NInput: any;
|
|
65
|
-
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<{}>>, {}>;
|
|
66
|
-
Add: 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<{}>>, {}>;
|
|
67
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
-
classifyItem: {
|
|
69
|
-
type: null;
|
|
70
|
-
required: false;
|
|
71
|
-
default: () => {};
|
|
72
|
-
};
|
|
73
|
-
handleLabelChange: {
|
|
74
|
-
type: FunctionConstructor;
|
|
75
|
-
required: false;
|
|
76
|
-
default: () => void;
|
|
77
|
-
};
|
|
78
|
-
handleLabelColor: {
|
|
79
|
-
type: FunctionConstructor;
|
|
80
|
-
required: false;
|
|
81
|
-
default: () => void;
|
|
82
|
-
};
|
|
83
|
-
handleDelLabel: {
|
|
84
|
-
type: FunctionConstructor;
|
|
85
|
-
required: false;
|
|
86
|
-
default: () => void;
|
|
87
|
-
};
|
|
88
|
-
handleAddLabel: {
|
|
89
|
-
type: FunctionConstructor;
|
|
90
|
-
required: false;
|
|
91
|
-
default: () => void;
|
|
92
|
-
};
|
|
93
|
-
hanldeBlur: {
|
|
94
|
-
type: FunctionConstructor;
|
|
95
|
-
required: false;
|
|
96
|
-
default: () => void;
|
|
97
|
-
};
|
|
98
|
-
clearaddVal: {
|
|
99
|
-
type: FunctionConstructor;
|
|
100
|
-
required: false;
|
|
101
|
-
default: () => void;
|
|
102
|
-
};
|
|
103
|
-
isEdit: {
|
|
104
|
-
type: BooleanConstructor;
|
|
105
|
-
required: false;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
sourceType: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
required: false;
|
|
111
|
-
};
|
|
112
|
-
}>>, {
|
|
113
|
-
isEdit: boolean;
|
|
114
|
-
classifyItem: any;
|
|
115
|
-
handleLabelChange: Function;
|
|
116
|
-
handleLabelColor: Function;
|
|
117
|
-
handleDelLabel: Function;
|
|
118
|
-
handleAddLabel: Function;
|
|
119
|
-
hanldeBlur: Function;
|
|
120
|
-
clearaddVal: Function;
|
|
121
|
-
}>;
|
|
122
|
-
export default _default;
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
-
declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
-
defaultList: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
default: () => never[];
|
|
6
|
-
};
|
|
7
|
-
data: {
|
|
8
|
-
type: ArrayConstructor;
|
|
9
|
-
default: () => never[];
|
|
10
|
-
};
|
|
11
|
-
searchPlaceholder: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
searchButtonText: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
wordbook: {
|
|
20
|
-
type: ObjectConstructor;
|
|
21
|
-
default: () => {};
|
|
22
|
-
};
|
|
23
|
-
wordbookChild: {
|
|
24
|
-
type: ObjectConstructor;
|
|
25
|
-
default: () => {};
|
|
26
|
-
};
|
|
27
|
-
showCount: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
showClear: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
multiple: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
queryLoadChildData: {
|
|
40
|
-
type: FunctionConstructor;
|
|
41
|
-
default: undefined;
|
|
42
|
-
};
|
|
43
|
-
queryTreeSearch: {
|
|
44
|
-
type: FunctionConstructor;
|
|
45
|
-
default: () => Promise<never[]>;
|
|
46
|
-
};
|
|
47
|
-
}, {
|
|
48
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
49
|
-
defaultList: {
|
|
50
|
-
type: ArrayConstructor;
|
|
51
|
-
default: () => never[];
|
|
52
|
-
};
|
|
53
|
-
data: {
|
|
54
|
-
type: ArrayConstructor;
|
|
55
|
-
default: () => never[];
|
|
56
|
-
};
|
|
57
|
-
searchPlaceholder: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
searchButtonText: {
|
|
62
|
-
type: StringConstructor;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
wordbook: {
|
|
66
|
-
type: ObjectConstructor;
|
|
67
|
-
default: () => {};
|
|
68
|
-
};
|
|
69
|
-
wordbookChild: {
|
|
70
|
-
type: ObjectConstructor;
|
|
71
|
-
default: () => {};
|
|
72
|
-
};
|
|
73
|
-
showCount: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
showClear: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
multiple: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
queryLoadChildData: {
|
|
86
|
-
type: FunctionConstructor;
|
|
87
|
-
default: undefined;
|
|
88
|
-
};
|
|
89
|
-
queryTreeSearch: {
|
|
90
|
-
type: FunctionConstructor;
|
|
91
|
-
default: () => Promise<never[]>;
|
|
92
|
-
};
|
|
93
|
-
}>> & {
|
|
94
|
-
onCheck?: ((...args: any[]) => any) | undefined;
|
|
95
|
-
}>>;
|
|
96
|
-
emit: (event: "check", ...args: any[]) => void;
|
|
97
|
-
keyword: import("vue").Ref<string>;
|
|
98
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
99
|
-
checkedKeys: import("vue").Ref<never[]>;
|
|
100
|
-
expandedKeys: import("vue").Ref<never[]>;
|
|
101
|
-
treeData: import("vue").Ref<never[]>;
|
|
102
|
-
tagData: import("vue").Ref<never[]>;
|
|
103
|
-
temp: unknown[];
|
|
104
|
-
allCheckedKeys: never[];
|
|
105
|
-
isRemote: import("vue").ComputedRef<boolean>;
|
|
106
|
-
init: () => void;
|
|
107
|
-
setDisabled: (data: any) => void;
|
|
108
|
-
renderLabel: ({ option }: {
|
|
109
|
-
option: any;
|
|
110
|
-
}) => any;
|
|
111
|
-
getLabelName: (option: any) => any;
|
|
112
|
-
setAllCheckedKeys: (tree: any) => void;
|
|
113
|
-
onSearch: () => Promise<void>;
|
|
114
|
-
setTreeCheckd: (tree: any, checked: any) => void;
|
|
115
|
-
checkedAllChange: (checked: any) => void;
|
|
116
|
-
uniq: (arr: any) => any;
|
|
117
|
-
setTagData: (tree: any) => void;
|
|
118
|
-
updateTreeChecked: (keys: any) => void;
|
|
119
|
-
setCheckedAll: () => void;
|
|
120
|
-
clearAll: () => void;
|
|
121
|
-
closeTag: (tag: any) => void;
|
|
122
|
-
NButton: any;
|
|
123
|
-
NInput: any;
|
|
124
|
-
NInputGroup: import("vue").DefineComponent<{
|
|
125
|
-
[x: string]: never;
|
|
126
|
-
[x: number]: never;
|
|
127
|
-
[x: symbol]: never;
|
|
128
|
-
}, {
|
|
129
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
130
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
131
|
-
[x: string]: never;
|
|
132
|
-
[x: number]: never;
|
|
133
|
-
[x: symbol]: never;
|
|
134
|
-
}>>, {}>;
|
|
135
|
-
NCheckbox: any;
|
|
136
|
-
NTree: any;
|
|
137
|
-
NIcon: any;
|
|
138
|
-
NSpace: any;
|
|
139
|
-
NGrid: any;
|
|
140
|
-
NGi: import("vue").DefineComponent<{
|
|
141
|
-
readonly span: {
|
|
142
|
-
readonly type: import("vue").PropType<string | number>;
|
|
143
|
-
readonly default: 1;
|
|
144
|
-
};
|
|
145
|
-
readonly offset: {
|
|
146
|
-
readonly type: import("vue").PropType<string | number>;
|
|
147
|
-
readonly default: 0;
|
|
148
|
-
};
|
|
149
|
-
readonly suffix: BooleanConstructor;
|
|
150
|
-
readonly privateOffset: NumberConstructor;
|
|
151
|
-
readonly privateSpan: NumberConstructor;
|
|
152
|
-
readonly privateColStart: NumberConstructor;
|
|
153
|
-
readonly privateShow: {
|
|
154
|
-
readonly type: BooleanConstructor;
|
|
155
|
-
readonly default: true;
|
|
156
|
-
};
|
|
157
|
-
}, {
|
|
158
|
-
overflow: import("vue").Ref<boolean>;
|
|
159
|
-
itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
160
|
-
layoutShiftDisabled: import("vue").Ref<boolean>;
|
|
161
|
-
mergedXGap: import("vue").ComputedRef<string>;
|
|
162
|
-
deriveStyle: () => {
|
|
163
|
-
display: string;
|
|
164
|
-
gridColumn: string;
|
|
165
|
-
marginLeft: string;
|
|
166
|
-
};
|
|
167
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
-
readonly span: {
|
|
169
|
-
readonly type: import("vue").PropType<string | number>;
|
|
170
|
-
readonly default: 1;
|
|
171
|
-
};
|
|
172
|
-
readonly offset: {
|
|
173
|
-
readonly type: import("vue").PropType<string | number>;
|
|
174
|
-
readonly default: 0;
|
|
175
|
-
};
|
|
176
|
-
readonly suffix: BooleanConstructor;
|
|
177
|
-
readonly privateOffset: NumberConstructor;
|
|
178
|
-
readonly privateSpan: NumberConstructor;
|
|
179
|
-
readonly privateColStart: NumberConstructor;
|
|
180
|
-
readonly privateShow: {
|
|
181
|
-
readonly type: BooleanConstructor;
|
|
182
|
-
readonly default: true;
|
|
183
|
-
};
|
|
184
|
-
}>>, {
|
|
185
|
-
readonly offset: string | number;
|
|
186
|
-
readonly span: string | number;
|
|
187
|
-
readonly suffix: boolean;
|
|
188
|
-
readonly privateShow: boolean;
|
|
189
|
-
}>;
|
|
190
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
|
191
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "check"[], "check", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
192
|
-
defaultList: {
|
|
193
|
-
type: ArrayConstructor;
|
|
194
|
-
default: () => never[];
|
|
195
|
-
};
|
|
196
|
-
data: {
|
|
197
|
-
type: ArrayConstructor;
|
|
198
|
-
default: () => never[];
|
|
199
|
-
};
|
|
200
|
-
searchPlaceholder: {
|
|
201
|
-
type: StringConstructor;
|
|
202
|
-
default: string;
|
|
203
|
-
};
|
|
204
|
-
searchButtonText: {
|
|
205
|
-
type: StringConstructor;
|
|
206
|
-
default: string;
|
|
207
|
-
};
|
|
208
|
-
wordbook: {
|
|
209
|
-
type: ObjectConstructor;
|
|
210
|
-
default: () => {};
|
|
211
|
-
};
|
|
212
|
-
wordbookChild: {
|
|
213
|
-
type: ObjectConstructor;
|
|
214
|
-
default: () => {};
|
|
215
|
-
};
|
|
216
|
-
showCount: {
|
|
217
|
-
type: BooleanConstructor;
|
|
218
|
-
default: boolean;
|
|
219
|
-
};
|
|
220
|
-
showClear: {
|
|
221
|
-
type: BooleanConstructor;
|
|
222
|
-
default: boolean;
|
|
223
|
-
};
|
|
224
|
-
multiple: {
|
|
225
|
-
type: BooleanConstructor;
|
|
226
|
-
default: boolean;
|
|
227
|
-
};
|
|
228
|
-
queryLoadChildData: {
|
|
229
|
-
type: FunctionConstructor;
|
|
230
|
-
default: undefined;
|
|
231
|
-
};
|
|
232
|
-
queryTreeSearch: {
|
|
233
|
-
type: FunctionConstructor;
|
|
234
|
-
default: () => Promise<never[]>;
|
|
235
|
-
};
|
|
236
|
-
}>> & {
|
|
237
|
-
onCheck?: ((...args: any[]) => any) | undefined;
|
|
238
|
-
}, {
|
|
239
|
-
data: unknown[];
|
|
240
|
-
defaultList: unknown[];
|
|
241
|
-
searchPlaceholder: string;
|
|
242
|
-
searchButtonText: string;
|
|
243
|
-
wordbook: Record<string, any>;
|
|
244
|
-
wordbookChild: Record<string, any>;
|
|
245
|
-
showCount: boolean;
|
|
246
|
-
showClear: boolean;
|
|
247
|
-
multiple: boolean;
|
|
248
|
-
queryLoadChildData: Function;
|
|
249
|
-
queryTreeSearch: Function;
|
|
250
|
-
}>>;
|
|
251
|
-
export default SelectPerson;
|
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
defaultList: {
|
|
3
|
-
type: ArrayConstructor;
|
|
4
|
-
default: () => never[];
|
|
5
|
-
};
|
|
6
|
-
data: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
default: () => never[];
|
|
9
|
-
};
|
|
10
|
-
searchPlaceholder: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
searchButtonText: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
wordbook: {
|
|
19
|
-
type: ObjectConstructor;
|
|
20
|
-
default: () => {};
|
|
21
|
-
};
|
|
22
|
-
wordbookChild: {
|
|
23
|
-
type: ObjectConstructor;
|
|
24
|
-
default: () => {};
|
|
25
|
-
};
|
|
26
|
-
showCount: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
showClear: {
|
|
31
|
-
type: BooleanConstructor;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
multiple: {
|
|
35
|
-
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
queryLoadChildData: {
|
|
39
|
-
type: FunctionConstructor;
|
|
40
|
-
default: undefined;
|
|
41
|
-
};
|
|
42
|
-
queryTreeSearch: {
|
|
43
|
-
type: FunctionConstructor;
|
|
44
|
-
default: () => Promise<never[]>;
|
|
45
|
-
};
|
|
46
|
-
}, {
|
|
47
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
-
defaultList: {
|
|
49
|
-
type: ArrayConstructor;
|
|
50
|
-
default: () => never[];
|
|
51
|
-
};
|
|
52
|
-
data: {
|
|
53
|
-
type: ArrayConstructor;
|
|
54
|
-
default: () => never[];
|
|
55
|
-
};
|
|
56
|
-
searchPlaceholder: {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
searchButtonText: {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
wordbook: {
|
|
65
|
-
type: ObjectConstructor;
|
|
66
|
-
default: () => {};
|
|
67
|
-
};
|
|
68
|
-
wordbookChild: {
|
|
69
|
-
type: ObjectConstructor;
|
|
70
|
-
default: () => {};
|
|
71
|
-
};
|
|
72
|
-
showCount: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
showClear: {
|
|
77
|
-
type: BooleanConstructor;
|
|
78
|
-
default: boolean;
|
|
79
|
-
};
|
|
80
|
-
multiple: {
|
|
81
|
-
type: BooleanConstructor;
|
|
82
|
-
default: boolean;
|
|
83
|
-
};
|
|
84
|
-
queryLoadChildData: {
|
|
85
|
-
type: FunctionConstructor;
|
|
86
|
-
default: undefined;
|
|
87
|
-
};
|
|
88
|
-
queryTreeSearch: {
|
|
89
|
-
type: FunctionConstructor;
|
|
90
|
-
default: () => Promise<never[]>;
|
|
91
|
-
};
|
|
92
|
-
}>> & {
|
|
93
|
-
onCheck?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
}>>;
|
|
95
|
-
emit: (event: "check", ...args: any[]) => void;
|
|
96
|
-
keyword: import("vue").Ref<string>;
|
|
97
|
-
checkedAll: import("vue").Ref<boolean>;
|
|
98
|
-
checkedKeys: import("vue").Ref<never[]>;
|
|
99
|
-
expandedKeys: import("vue").Ref<never[]>;
|
|
100
|
-
treeData: import("vue").Ref<never[]>;
|
|
101
|
-
tagData: import("vue").Ref<never[]>;
|
|
102
|
-
temp: unknown[];
|
|
103
|
-
allCheckedKeys: never[];
|
|
104
|
-
isRemote: import("vue").ComputedRef<boolean>;
|
|
105
|
-
init: () => void;
|
|
106
|
-
setDisabled: (data: any) => void;
|
|
107
|
-
renderLabel: ({ option }: {
|
|
108
|
-
option: any;
|
|
109
|
-
}) => any;
|
|
110
|
-
getLabelName: (option: any) => any;
|
|
111
|
-
setAllCheckedKeys: (tree: any) => void;
|
|
112
|
-
onSearch: () => Promise<void>;
|
|
113
|
-
setTreeCheckd: (tree: any, checked: any) => void;
|
|
114
|
-
checkedAllChange: (checked: any) => void;
|
|
115
|
-
uniq: (arr: any) => any;
|
|
116
|
-
setTagData: (tree: any) => void;
|
|
117
|
-
updateTreeChecked: (keys: any) => void;
|
|
118
|
-
setCheckedAll: () => void;
|
|
119
|
-
clearAll: () => void;
|
|
120
|
-
closeTag: (tag: any) => void;
|
|
121
|
-
NButton: any;
|
|
122
|
-
NInput: any;
|
|
123
|
-
NInputGroup: import("vue").DefineComponent<{
|
|
124
|
-
[x: string]: never;
|
|
125
|
-
[x: number]: never;
|
|
126
|
-
[x: symbol]: never;
|
|
127
|
-
}, {
|
|
128
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
129
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
130
|
-
[x: string]: never;
|
|
131
|
-
[x: number]: never;
|
|
132
|
-
[x: symbol]: never;
|
|
133
|
-
}>>, {}>;
|
|
134
|
-
NCheckbox: any;
|
|
135
|
-
NTree: any;
|
|
136
|
-
NIcon: any;
|
|
137
|
-
NSpace: any;
|
|
138
|
-
NGrid: any;
|
|
139
|
-
NGi: import("vue").DefineComponent<{
|
|
140
|
-
readonly span: {
|
|
141
|
-
readonly type: import("vue").PropType<string | number>;
|
|
142
|
-
readonly default: 1;
|
|
143
|
-
};
|
|
144
|
-
readonly offset: {
|
|
145
|
-
readonly type: import("vue").PropType<string | number>;
|
|
146
|
-
readonly default: 0;
|
|
147
|
-
};
|
|
148
|
-
readonly suffix: BooleanConstructor;
|
|
149
|
-
readonly privateOffset: NumberConstructor;
|
|
150
|
-
readonly privateSpan: NumberConstructor;
|
|
151
|
-
readonly privateColStart: NumberConstructor;
|
|
152
|
-
readonly privateShow: {
|
|
153
|
-
readonly type: BooleanConstructor;
|
|
154
|
-
readonly default: true;
|
|
155
|
-
};
|
|
156
|
-
}, {
|
|
157
|
-
overflow: import("vue").Ref<boolean>;
|
|
158
|
-
itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
159
|
-
layoutShiftDisabled: import("vue").Ref<boolean>;
|
|
160
|
-
mergedXGap: import("vue").ComputedRef<string>;
|
|
161
|
-
deriveStyle: () => {
|
|
162
|
-
display: string;
|
|
163
|
-
gridColumn: string;
|
|
164
|
-
marginLeft: string;
|
|
165
|
-
};
|
|
166
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
167
|
-
readonly span: {
|
|
168
|
-
readonly type: import("vue").PropType<string | number>;
|
|
169
|
-
readonly default: 1;
|
|
170
|
-
};
|
|
171
|
-
readonly offset: {
|
|
172
|
-
readonly type: import("vue").PropType<string | number>;
|
|
173
|
-
readonly default: 0;
|
|
174
|
-
};
|
|
175
|
-
readonly suffix: BooleanConstructor;
|
|
176
|
-
readonly privateOffset: NumberConstructor;
|
|
177
|
-
readonly privateSpan: NumberConstructor;
|
|
178
|
-
readonly privateColStart: NumberConstructor;
|
|
179
|
-
readonly privateShow: {
|
|
180
|
-
readonly type: BooleanConstructor;
|
|
181
|
-
readonly default: true;
|
|
182
|
-
};
|
|
183
|
-
}>>, {
|
|
184
|
-
readonly offset: string | number;
|
|
185
|
-
readonly span: string | number;
|
|
186
|
-
readonly suffix: boolean;
|
|
187
|
-
readonly privateShow: boolean;
|
|
188
|
-
}>;
|
|
189
|
-
CloseCircleSharp: 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<{}>>, {}>;
|
|
190
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "check"[], "check", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
191
|
-
defaultList: {
|
|
192
|
-
type: ArrayConstructor;
|
|
193
|
-
default: () => never[];
|
|
194
|
-
};
|
|
195
|
-
data: {
|
|
196
|
-
type: ArrayConstructor;
|
|
197
|
-
default: () => never[];
|
|
198
|
-
};
|
|
199
|
-
searchPlaceholder: {
|
|
200
|
-
type: StringConstructor;
|
|
201
|
-
default: string;
|
|
202
|
-
};
|
|
203
|
-
searchButtonText: {
|
|
204
|
-
type: StringConstructor;
|
|
205
|
-
default: string;
|
|
206
|
-
};
|
|
207
|
-
wordbook: {
|
|
208
|
-
type: ObjectConstructor;
|
|
209
|
-
default: () => {};
|
|
210
|
-
};
|
|
211
|
-
wordbookChild: {
|
|
212
|
-
type: ObjectConstructor;
|
|
213
|
-
default: () => {};
|
|
214
|
-
};
|
|
215
|
-
showCount: {
|
|
216
|
-
type: BooleanConstructor;
|
|
217
|
-
default: boolean;
|
|
218
|
-
};
|
|
219
|
-
showClear: {
|
|
220
|
-
type: BooleanConstructor;
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
|
-
multiple: {
|
|
224
|
-
type: BooleanConstructor;
|
|
225
|
-
default: boolean;
|
|
226
|
-
};
|
|
227
|
-
queryLoadChildData: {
|
|
228
|
-
type: FunctionConstructor;
|
|
229
|
-
default: undefined;
|
|
230
|
-
};
|
|
231
|
-
queryTreeSearch: {
|
|
232
|
-
type: FunctionConstructor;
|
|
233
|
-
default: () => Promise<never[]>;
|
|
234
|
-
};
|
|
235
|
-
}>> & {
|
|
236
|
-
onCheck?: ((...args: any[]) => any) | undefined;
|
|
237
|
-
}, {
|
|
238
|
-
data: unknown[];
|
|
239
|
-
defaultList: unknown[];
|
|
240
|
-
searchPlaceholder: string;
|
|
241
|
-
searchButtonText: string;
|
|
242
|
-
wordbook: Record<string, any>;
|
|
243
|
-
wordbookChild: Record<string, any>;
|
|
244
|
-
showCount: boolean;
|
|
245
|
-
showClear: boolean;
|
|
246
|
-
multiple: boolean;
|
|
247
|
-
queryLoadChildData: Function;
|
|
248
|
-
queryTreeSearch: Function;
|
|
249
|
-
}>;
|
|
250
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
-
export * from './src/hooks';
|
|
3
|
-
export * from './src/types';
|
|
4
|
-
declare const ShortcutProvider: SFCWithInstall<import("vue").DefineComponent<{
|
|
5
|
-
scope: {
|
|
6
|
-
type: (SymbolConstructor | StringConstructor)[];
|
|
7
|
-
};
|
|
8
|
-
}, {
|
|
9
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
-
scope: {
|
|
11
|
-
type: (SymbolConstructor | StringConstructor)[];
|
|
12
|
-
};
|
|
13
|
-
}>> & {}>>;
|
|
14
|
-
shortcutWrapperRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15
|
-
manager: import("./src/hooks").ShortcutManager;
|
|
16
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
scope: {
|
|
18
|
-
type: (SymbolConstructor | StringConstructor)[];
|
|
19
|
-
};
|
|
20
|
-
}>>, {}>>;
|
|
21
|
-
export default ShortcutProvider;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { ShortcutManager } from '../../../../es/components/shortcut-provider';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
scope: {
|
|
4
|
-
type: (SymbolConstructor | StringConstructor)[];
|
|
5
|
-
};
|
|
6
|
-
}, {
|
|
7
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
scope: {
|
|
9
|
-
type: (SymbolConstructor | StringConstructor)[];
|
|
10
|
-
};
|
|
11
|
-
}>> & {}>>;
|
|
12
|
-
shortcutWrapperRef: import("vue").Ref<HTMLElement | undefined>;
|
|
13
|
-
manager: ShortcutManager;
|
|
14
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
scope: {
|
|
16
|
-
type: (SymbolConstructor | StringConstructor)[];
|
|
17
|
-
};
|
|
18
|
-
}>>, {}>;
|
|
19
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { InjectionKey } from 'vue';
|
|
2
|
-
import { ShortcutManager } from '../../../../../es/components/shortcut-provider/src/hooks';
|
|
3
|
-
export declare enum ShortcutStatus {
|
|
4
|
-
INACTIVE = 0,
|
|
5
|
-
ACTIVE = 1
|
|
6
|
-
}
|
|
7
|
-
export declare const InjectionShortcutManager: InjectionKey<ShortcutManager>;
|