cnhis-design-vue 3.1.37-beta.2 → 3.1.38-beta.0
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/annotation-edit/index.d.ts +17 -0
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +16 -0
- package/es/components/big-table/index.d.ts +1076 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +1066 -0
- package/es/components/big-table/src/bigTableEmits.d.ts +2 -0
- package/es/components/big-table/src/bigTableProps.d.ts +211 -0
- package/es/components/big-table/src/bigTableState.d.ts +58 -0
- package/es/components/big-table/src/components/NoData.vue.d.ts +49 -0
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +34 -0
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +43 -0
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +35 -0
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +35 -0
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +134 -0
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +43 -0
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +5 -0
- package/es/components/big-table/src/components/input-button.vue.d.ts +10 -0
- package/es/components/big-table/src/components/separate.vue.d.ts +41 -0
- package/es/components/big-table/src/constants/index.d.ts +3 -0
- package/es/components/big-table/src/hooks/index.d.ts +9 -0
- package/es/components/big-table/src/hooks/useAnchor.d.ts +7 -0
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +4 -0
- package/es/components/big-table/src/hooks/useBatchEditing.d.ts +17 -0
- package/es/components/big-table/src/hooks/useEdit.d.ts +339 -0
- package/es/components/big-table/src/hooks/useEvent.d.ts +6 -0
- package/es/components/big-table/src/hooks/useFormat.d.ts +30 -0
- package/es/components/big-table/src/hooks/useNestTable.d.ts +8 -0
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +40 -0
- package/es/components/big-table/src/hooks/useTableParse.d.ts +6 -0
- package/es/components/big-table/src/utils.d.ts +61 -0
- package/es/components/bpmn-workflow/index.d.ts +72 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +75 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.d.ts +75 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomContextPadProvider.d.ts +24 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPalette.d.ts +19 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomPathMap.d.ts +70 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.d.ts +21 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRules.d.ts +12 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/index.d.ts +16 -0
- package/es/components/bpmn-workflow/src/custom/customModeler/index.d.ts +6 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/CustomPopupMenu.d.ts +5 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/customViewerRenderer.d.ts +12 -0
- package/es/components/bpmn-workflow/src/custom/customOtherModule/zoomScroll.d.ts +5 -0
- package/es/components/bpmn-workflow/src/custom/customRules/no-task.d.ts +4 -0
- package/es/components/bpmn-workflow/src/custom/customTranslate/customTranslate.d.ts +1 -0
- package/es/components/bpmn-workflow/src/custom/customTranslate/zh.d.ts +226 -0
- package/es/components/button-print/index.d.ts +1901 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +1912 -0
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +1244 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +1632 -0
- package/es/components/button-print/src/components/Preview.vue.d.ts +41 -0
- package/es/components/button-print/src/utils/browserPrint.d.ts +2 -0
- package/es/components/button-print/src/utils/dialog.d.ts +12 -0
- package/es/components/button-print/src/utils/index.d.ts +2 -0
- package/es/components/button-print/src/utils/print.d.ts +56 -0
- package/es/components/editor/index.d.ts +30 -0
- package/es/components/editor/src/Editor.d.ts +30 -0
- package/es/components/fabric-chart/index.d.ts +205 -0
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +207 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +46 -0
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +64 -0
- package/es/components/fabric-chart/src/components/useStyle.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/constant.d.ts +54 -0
- package/es/components/fabric-chart/src/hooks/constant.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.d.ts +11 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +9 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +23 -2
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +2 -1
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +16 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +19 -12
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +8 -0
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.d.ts +14 -0
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +44 -0
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +7 -0
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useOther.js +2 -2
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/useShadow.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/interface.d.ts +153 -0
- package/es/components/fabric-chart/src/utils/utils.d.ts +14 -0
- package/es/components/fabric-chart/src/utils/utils.js +6 -1
- package/es/components/field-set/index.d.ts +243 -0
- package/es/components/field-set/src/FieldSet.vue.d.ts +197 -0
- package/es/components/form-config/index.d.ts +3343 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +3344 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +675 -0
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +108 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +2396 -0
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +14 -0
- package/es/components/form-config/src/components/index.d.ts +5 -0
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +27 -0
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +169 -0
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +71 -0
- package/es/components/form-config/src/components/renderer/index.d.ts +4 -0
- package/es/components/form-config/src/constants/index.d.ts +65 -0
- package/es/components/form-config/src/hooks/index.d.ts +3 -0
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +8 -0
- package/es/components/form-config/src/hooks/useDataNormalize.d.ts +5 -0
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +4 -0
- package/es/components/form-config/src/hooks/useSortalbeConfig.d.ts +14 -0
- package/es/components/form-config/src/types/index.d.ts +39 -0
- package/es/components/form-config/src/utils/index.d.ts +7 -0
- package/es/components/form-render/index.d.ts +657 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +650 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +654 -0
- package/es/components/form-render/src/components/renderer/checkbox.d.ts +90 -0
- package/es/components/form-render/src/components/renderer/combination.d.ts +51 -0
- package/es/components/form-render/src/components/renderer/complex.d.ts +34 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +52 -0
- package/es/components/form-render/src/components/renderer/formItem.d.ts +15 -0
- package/es/components/form-render/src/components/renderer/index.d.ts +3 -0
- package/es/components/form-render/src/components/renderer/input.d.ts +23 -0
- package/es/components/form-render/src/components/renderer/inputGroup.d.ts +11 -0
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +31 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/hooks/useDeepValidate.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.d.ts +44 -0
- package/es/components/form-render/src/components/renderer/levelSearchCascader.d.ts +91 -0
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +69 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +68 -0
- package/es/components/form-render/src/components/renderer/radio.d.ts +94 -0
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +41 -0
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +58 -0
- package/es/components/form-render/src/components/renderer/select.d.ts +140 -0
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +18 -0
- package/es/components/form-render/src/components/renderer/slider.d.ts +11 -0
- package/es/components/form-render/src/components/renderer/switch.d.ts +23 -0
- package/es/components/form-render/src/components/renderer/textarea.d.ts +11 -0
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +13 -0
- package/es/components/form-render/src/constants/index.d.ts +54 -0
- package/es/components/form-render/src/hooks/index.d.ts +15 -0
- package/es/components/form-render/src/hooks/useAnchor.d.ts +16 -0
- package/es/components/form-render/src/hooks/useAsyncQueue.d.ts +47 -0
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +27 -0
- package/es/components/form-render/src/hooks/useChangeContext.d.ts +11 -0
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +15 -0
- package/es/components/form-render/src/hooks/useCommonLog.d.ts +3 -0
- package/es/components/form-render/src/hooks/useFieldListAdaptor.d.ts +64 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +5 -0
- package/es/components/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
- package/es/components/form-render/src/hooks/useFormContext.d.ts +11 -0
- package/es/components/form-render/src/hooks/useFormField.d.ts +5 -0
- package/es/components/form-render/src/hooks/useFormItemDeps.d.ts +11 -0
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.d.ts +13 -0
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +39 -0
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +26 -0
- package/es/components/form-render/src/hooks/useFormValidator.d.ts +6 -0
- package/es/components/form-render/src/hooks/useLowCodeReactions.d.ts +7 -0
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +4 -0
- package/es/components/form-render/src/hooks/usePresetScope.d.ts +6 -0
- package/es/components/form-render/src/types/fieldItem.d.ts +265 -0
- package/es/components/form-render/src/types/index.d.ts +101 -0
- package/es/components/form-render/src/utils/business.d.ts +13 -0
- package/es/components/form-render/src/utils/dom.d.ts +13 -0
- package/es/components/form-render/src/utils/index.d.ts +38 -0
- package/es/components/form-render/src/utils/schema.d.ts +83 -0
- package/es/components/grid/index.d.ts +3 -0
- package/es/components/grid/src/Grid.d.ts +2 -0
- package/es/components/grid/src/hooks.d.ts +1 -0
- package/es/components/iho-table/index.d.ts +4647 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +4646 -0
- package/es/components/iho-table/src/constants/index.d.ts +80 -0
- package/es/components/iho-table/src/hooks/export.d.ts +2 -0
- package/es/components/iho-table/src/hooks/index.d.ts +2 -0
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +93 -0
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +31 -0
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.d.ts +16 -0
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.d.ts +15 -0
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +251 -0
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +13 -0
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.d.ts +25 -0
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +10 -0
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.d.ts +11 -0
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +9 -0
- package/es/components/iho-table/src/hooks/useTablePlugin.d.ts +8 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +2 -0
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +13 -0
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +169 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/types.d.ts +7 -0
- package/es/components/iho-table/src/plugins/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +96 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +5 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +43 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +94 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.d.ts +12 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/colorRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/defaultRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/labelRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.d.ts +2 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/seqRendererPlugin.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowClickPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.d.ts +11 -0
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/types/index.d.ts +108 -0
- package/es/components/iho-table/src/types/pluginType.d.ts +173 -0
- package/es/components/iho-table/src/utils/index.d.ts +49 -0
- package/es/components/index.d.ts +37 -0
- package/es/components/info-header/index.d.ts +415 -0
- package/es/components/info-header/src/HiddenContent.vue.d.ts +86 -0
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +33 -0
- package/es/components/info-header/src/InfoHeader.vue.d.ts +405 -0
- package/es/components/insurance-sdk/index.d.ts +1 -0
- package/es/components/insurance-sdk/src/constants/index.d.ts +161 -0
- package/es/components/insurance-sdk/src/utils/index.d.ts +1 -0
- package/es/components/insurance-sdk/src/utils/insurance.d.ts +260 -0
- package/es/components/keyboard/index.d.ts +334 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +335 -0
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +64 -0
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +191 -0
- package/es/components/keyboard/src/utils/index.d.ts +1 -0
- package/es/components/map/index.d.ts +75 -0
- package/es/components/map/src/Map.vue.d.ts +75 -0
- package/es/components/recommend-search/index.d.ts +815 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +817 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +143 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +341 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +63 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +300 -0
- package/es/components/recommend-search/src/constant/index.d.ts +4 -0
- package/es/components/recommend-search/src/types/index.d.ts +9 -0
- package/es/components/scale-view/index.d.ts +1400 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1222 -0
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +70 -0
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +154 -0
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +110 -0
- package/es/components/scale-view/src/components/NoData.vue.d.ts +49 -0
- package/es/components/scale-view/src/components/ScaleScore.d.ts +23 -0
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +11 -0
- package/es/components/scale-view/src/components/formitem/address.d.ts +3992 -0
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +32 -0
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +52 -0
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +43 -0
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +61 -0
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +34 -0
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +52 -0
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +63 -0
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +80 -0
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +87 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.d.ts +43 -0
- package/es/components/scale-view/src/hooks/scaleview-init.d.ts +3 -0
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +115 -0
- package/es/components/scale-view/src/hooks/scaleview-state.d.ts +34 -0
- package/es/components/scale-view/src/hooks/scaleview-submit.d.ts +3 -0
- package/es/components/scale-view/src/hooks/scaleview-validate.d.ts +3 -0
- package/es/components/scale-view/src/hooks/use-component.d.ts +1763 -0
- package/es/components/scale-view/src/hooks/use-evaluate.d.ts +21 -0
- package/es/components/scale-view/src/hooks/use-event.d.ts +4 -0
- package/es/components/scale-view/src/hooks/use-noData.d.ts +9 -0
- package/es/components/scale-view/src/utils/judge-types.d.ts +5 -0
- package/es/components/search-cascader/index.d.ts +233 -0
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +235 -0
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +50 -0
- package/es/components/search-cascader/src/components/index.d.ts +1 -0
- package/es/components/search-cascader/src/constants/index.d.ts +5 -0
- package/es/components/search-cascader/src/hooks/index.d.ts +1 -0
- package/es/components/search-cascader/src/hooks/useCssVariable.d.ts +3 -0
- package/es/components/search-cascader/src/utils/index.d.ts +2 -0
- package/es/components/select-label/index.d.ts +937 -0
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +367 -0
- package/es/components/select-label/src/SelectLabel.vue.d.ts +571 -0
- package/es/components/select-label/src/components/label-classify.vue.d.ts +122 -0
- package/es/components/select-person/index.d.ts +323 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +281 -0
- package/es/components/select-person/src/utils/index.d.ts +3 -0
- package/es/components/shortcut-provider/index.d.ts +21 -0
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +19 -0
- package/es/components/shortcut-provider/src/constants/index.d.ts +7 -0
- package/es/components/shortcut-provider/src/hooks/index.d.ts +2 -0
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +4 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.d.ts +33 -0
- package/es/components/shortcut-provider/src/types/index.d.ts +43 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +10 -0
- package/es/components/shortcut-setter/index.d.ts +2384 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +2386 -0
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +99 -0
- package/es/components/shortcut-setter/src/types/index.d.ts +6 -0
- package/es/components/steps-wheel/index.d.ts +115 -0
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +114 -0
- package/es/components/time-line/index.d.ts +109 -0
- package/es/components/time-line/src/TimeLine.vue.d.ts +85 -0
- package/es/components/vod-chunk-upload/index.d.ts +232 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +196 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +11 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +63 -0
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.d.ts +10 -0
- package/es/components/vod-chunk-upload/src/hooks/vod-data.d.ts +23 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.d.ts +2 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +230 -0
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +25 -0
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +51 -0
- package/es/shared/components/SelectPage/index.d.ts +2 -0
- package/es/shared/components/SlotRender/SlotRender.d.ts +20 -0
- package/es/shared/components/SlotRender/index.d.ts +2 -0
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +43 -0
- package/es/shared/components/SvgIcon/index.d.ts +2 -0
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +87 -0
- package/es/shared/components/TextOverTooltip/index.d.ts +2 -0
- package/es/shared/components/VueDraggable/index.d.ts +2 -0
- package/es/shared/components/VueDraggable/src/core/componentBuilderHelper.d.ts +9 -0
- package/es/shared/components/VueDraggable/src/core/componentStructure.d.ts +22 -0
- package/es/shared/components/VueDraggable/src/core/renderHelper.d.ts +7 -0
- package/es/shared/components/VueDraggable/src/core/sortableEvents.d.ts +10 -0
- package/es/shared/components/VueDraggable/src/util/console.d.ts +1 -0
- package/es/shared/components/VueDraggable/src/util/htmlHelper.d.ts +2 -0
- package/es/shared/components/VueDraggable/src/util/string.d.ts +1 -0
- package/es/shared/components/VueDraggable/src/util/tags.d.ts +3 -0
- package/es/shared/components/no-data/NoData.vue.d.ts +49 -0
- package/es/shared/components/no-data/index.d.ts +2 -0
- package/es/shared/components/player-vod/index.vue.d.ts +2 -0
- package/es/shared/components/player-vod/player.d.ts +17 -0
- package/es/shared/components/player-vod/video-list.d.ts +32 -0
- package/es/shared/components/player-vod/video-modal.d.ts +54 -0
- package/es/shared/global/variable.d.ts +1 -0
- package/es/shared/index.d.ts +0 -0
- package/es/shared/types/index.d.ts +22 -0
- package/es/shared/utils/anime.d.ts +35 -0
- package/es/shared/utils/colorLog.d.ts +31 -0
- package/es/shared/utils/index.d.ts +16 -0
- package/es/shared/utils/loadViewer.d.ts +2 -0
- package/es/shared/utils/tapable/AsyncParallelBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncParallelHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesLoopHook.d.ts +3 -0
- package/es/shared/utils/tapable/AsyncSeriesWaterfallHook.d.ts +3 -0
- package/es/shared/utils/tapable/Hook.d.ts +50 -0
- package/es/shared/utils/tapable/HookCodeFactory.d.ts +58 -0
- package/es/shared/utils/tapable/HookMap.d.ts +11 -0
- package/es/shared/utils/tapable/MultiHook.d.ts +12 -0
- package/es/shared/utils/tapable/SyncBailHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncLoopHook.d.ts +3 -0
- package/es/shared/utils/tapable/SyncWaterfallHook.d.ts +3 -0
- package/es/shared/utils/utilExpand.d.ts +1 -0
- package/es/shared/utils/vexutils.d.ts +10 -0
- package/package.json +2 -2
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
+
declare const SelectPerson: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
defaultList: {
|
|
4
|
+
type: import("vue").PropType<((string | number) | {
|
|
5
|
+
key: string | number;
|
|
6
|
+
name: string;
|
|
7
|
+
})[]>;
|
|
8
|
+
default: () => never[];
|
|
9
|
+
};
|
|
10
|
+
data: {
|
|
11
|
+
type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
|
|
12
|
+
[k: string]: unknown;
|
|
13
|
+
} & import("../../../es/shared/types").AnyObject)[]>;
|
|
14
|
+
default: () => never[];
|
|
15
|
+
};
|
|
16
|
+
searchPlaceholder: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
searchButtonText: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
wordbook: {
|
|
25
|
+
type: import("vue").PropType<{
|
|
26
|
+
parent_id_obj: string | number;
|
|
27
|
+
parent_name_obj: string | number;
|
|
28
|
+
user_count_obj?: string | number | undefined;
|
|
29
|
+
}>;
|
|
30
|
+
default: () => {};
|
|
31
|
+
};
|
|
32
|
+
wordbookChild: {
|
|
33
|
+
type: import("vue").PropType<{
|
|
34
|
+
user_id_obj: string | number;
|
|
35
|
+
user_name_obj: string | number;
|
|
36
|
+
}>;
|
|
37
|
+
default: () => {};
|
|
38
|
+
};
|
|
39
|
+
showCount: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
showClear: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
multiple: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
queryLoadChildData: {
|
|
52
|
+
type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<void>>;
|
|
53
|
+
default: undefined;
|
|
54
|
+
};
|
|
55
|
+
queryTreeSearch: {
|
|
56
|
+
type: import("vue").PropType<(keyWork: string) => Promise<import("../../../es/shared/types").AnyObject[]>>;
|
|
57
|
+
default: () => Promise<never[]>;
|
|
58
|
+
};
|
|
59
|
+
}, {
|
|
60
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
defaultList: {
|
|
62
|
+
type: import("vue").PropType<((string | number) | {
|
|
63
|
+
key: string | number;
|
|
64
|
+
name: string;
|
|
65
|
+
})[]>;
|
|
66
|
+
default: () => never[];
|
|
67
|
+
};
|
|
68
|
+
data: {
|
|
69
|
+
type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
|
|
70
|
+
[k: string]: unknown;
|
|
71
|
+
} & import("../../../es/shared/types").AnyObject)[]>;
|
|
72
|
+
default: () => never[];
|
|
73
|
+
};
|
|
74
|
+
searchPlaceholder: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
searchButtonText: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
wordbook: {
|
|
83
|
+
type: import("vue").PropType<{
|
|
84
|
+
parent_id_obj: string | number;
|
|
85
|
+
parent_name_obj: string | number;
|
|
86
|
+
user_count_obj?: string | number | undefined;
|
|
87
|
+
}>;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
90
|
+
wordbookChild: {
|
|
91
|
+
type: import("vue").PropType<{
|
|
92
|
+
user_id_obj: string | number;
|
|
93
|
+
user_name_obj: string | number;
|
|
94
|
+
}>;
|
|
95
|
+
default: () => {};
|
|
96
|
+
};
|
|
97
|
+
showCount: {
|
|
98
|
+
type: BooleanConstructor;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
showClear: {
|
|
102
|
+
type: BooleanConstructor;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
multiple: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
queryLoadChildData: {
|
|
110
|
+
type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<void>>;
|
|
111
|
+
default: undefined;
|
|
112
|
+
};
|
|
113
|
+
queryTreeSearch: {
|
|
114
|
+
type: import("vue").PropType<(keyWork: string) => Promise<import("../../../es/shared/types").AnyObject[]>>;
|
|
115
|
+
default: () => Promise<never[]>;
|
|
116
|
+
};
|
|
117
|
+
}>> & {
|
|
118
|
+
onCheck?: ((...args: any[]) => any) | undefined;
|
|
119
|
+
}>>;
|
|
120
|
+
emit: (event: "check", ...args: any[]) => void;
|
|
121
|
+
keyword: import("vue").Ref<string>;
|
|
122
|
+
checkedAll: import("vue").Ref<boolean>;
|
|
123
|
+
checkedKeys: import("vue").Ref<(string | number)[]>;
|
|
124
|
+
expandedKeys: import("vue").Ref<(string | number)[]>;
|
|
125
|
+
treeData: import("vue").Ref<{
|
|
126
|
+
[x: string]: unknown;
|
|
127
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
128
|
+
label?: string | undefined;
|
|
129
|
+
checkboxDisabled?: boolean | undefined;
|
|
130
|
+
disabled?: boolean | undefined;
|
|
131
|
+
isLeaf?: boolean | undefined;
|
|
132
|
+
children?: any[] | undefined;
|
|
133
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
134
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
135
|
+
}[]>;
|
|
136
|
+
tagData: import("vue").Ref<{
|
|
137
|
+
key: string | number;
|
|
138
|
+
name: string;
|
|
139
|
+
}[]>;
|
|
140
|
+
temp: (import("naive-ui/es/tree/src/interface").TreeOptionBase & {
|
|
141
|
+
[k: string]: unknown;
|
|
142
|
+
} & import("../../../es/shared/types").AnyObject)[];
|
|
143
|
+
allCheckedKeys: (string | number)[];
|
|
144
|
+
isRemote: import("vue").ComputedRef<boolean>;
|
|
145
|
+
init: () => void;
|
|
146
|
+
setDisabled: (data: import("naive-ui").TreeOption) => void;
|
|
147
|
+
renderLabel: ({ option }: {
|
|
148
|
+
option: import("naive-ui").TreeOption;
|
|
149
|
+
}) => JSX.Element;
|
|
150
|
+
getLabelName: (option: import("naive-ui").TreeOption) => unknown;
|
|
151
|
+
setAllCheckedKeys: (tree: import("naive-ui").TreeOption[]) => void;
|
|
152
|
+
onSearch: () => Promise<void>;
|
|
153
|
+
setTreeCheckd: (tree: import("naive-ui").TreeOption[], checked: boolean) => void;
|
|
154
|
+
checkedAllChange: (checked: boolean) => void;
|
|
155
|
+
uniq: (arr: {
|
|
156
|
+
key: string | number;
|
|
157
|
+
name: string;
|
|
158
|
+
}[]) => {
|
|
159
|
+
key: string | number;
|
|
160
|
+
name: string;
|
|
161
|
+
}[];
|
|
162
|
+
setTagData: (tree: import("naive-ui").TreeOption[]) => void;
|
|
163
|
+
updateTreeChecked: (keys: (string | number)[]) => void;
|
|
164
|
+
setCheckedAll: () => void;
|
|
165
|
+
clearAll: () => void;
|
|
166
|
+
closeTag: (tag: {
|
|
167
|
+
key: string | number;
|
|
168
|
+
name: string;
|
|
169
|
+
}) => void;
|
|
170
|
+
NButton: any;
|
|
171
|
+
NInput: any;
|
|
172
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
173
|
+
[x: string]: never;
|
|
174
|
+
[x: number]: never;
|
|
175
|
+
[x: symbol]: never;
|
|
176
|
+
}, {
|
|
177
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
178
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
179
|
+
[x: string]: never;
|
|
180
|
+
[x: number]: never;
|
|
181
|
+
[x: symbol]: never;
|
|
182
|
+
}>>, {}>;
|
|
183
|
+
NCheckbox: any;
|
|
184
|
+
NTree: any;
|
|
185
|
+
NIcon: any;
|
|
186
|
+
NSpace: any;
|
|
187
|
+
NGrid: any;
|
|
188
|
+
NGi: import("vue").DefineComponent<{
|
|
189
|
+
readonly span: {
|
|
190
|
+
readonly type: import("vue").PropType<string | number>;
|
|
191
|
+
readonly default: 1;
|
|
192
|
+
};
|
|
193
|
+
readonly offset: {
|
|
194
|
+
readonly type: import("vue").PropType<string | number>;
|
|
195
|
+
readonly default: 0;
|
|
196
|
+
};
|
|
197
|
+
readonly suffix: BooleanConstructor;
|
|
198
|
+
readonly privateOffset: NumberConstructor;
|
|
199
|
+
readonly privateSpan: NumberConstructor;
|
|
200
|
+
readonly privateColStart: NumberConstructor;
|
|
201
|
+
readonly privateShow: {
|
|
202
|
+
readonly type: BooleanConstructor;
|
|
203
|
+
readonly default: true;
|
|
204
|
+
};
|
|
205
|
+
}, {
|
|
206
|
+
overflow: import("vue").Ref<boolean>;
|
|
207
|
+
itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
208
|
+
layoutShiftDisabled: import("vue").Ref<boolean>;
|
|
209
|
+
mergedXGap: import("vue").ComputedRef<string>;
|
|
210
|
+
deriveStyle: () => {
|
|
211
|
+
display: string;
|
|
212
|
+
gridColumn: string;
|
|
213
|
+
marginLeft: string;
|
|
214
|
+
};
|
|
215
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
+
readonly span: {
|
|
217
|
+
readonly type: import("vue").PropType<string | number>;
|
|
218
|
+
readonly default: 1;
|
|
219
|
+
};
|
|
220
|
+
readonly offset: {
|
|
221
|
+
readonly type: import("vue").PropType<string | number>;
|
|
222
|
+
readonly default: 0;
|
|
223
|
+
};
|
|
224
|
+
readonly suffix: BooleanConstructor;
|
|
225
|
+
readonly privateOffset: NumberConstructor;
|
|
226
|
+
readonly privateSpan: NumberConstructor;
|
|
227
|
+
readonly privateColStart: NumberConstructor;
|
|
228
|
+
readonly privateShow: {
|
|
229
|
+
readonly type: BooleanConstructor;
|
|
230
|
+
readonly default: true;
|
|
231
|
+
};
|
|
232
|
+
}>>, {
|
|
233
|
+
readonly offset: string | number;
|
|
234
|
+
readonly span: string | number;
|
|
235
|
+
readonly suffix: boolean;
|
|
236
|
+
readonly privateShow: boolean;
|
|
237
|
+
}>;
|
|
238
|
+
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<{}>>, {}>;
|
|
239
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "check"[], "check", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
+
defaultList: {
|
|
241
|
+
type: import("vue").PropType<((string | number) | {
|
|
242
|
+
key: string | number;
|
|
243
|
+
name: string;
|
|
244
|
+
})[]>;
|
|
245
|
+
default: () => never[];
|
|
246
|
+
};
|
|
247
|
+
data: {
|
|
248
|
+
type: import("vue").PropType<(import("naive-ui/es/tree/src/interface").TreeOptionBase & {
|
|
249
|
+
[k: string]: unknown;
|
|
250
|
+
} & import("../../../es/shared/types").AnyObject)[]>;
|
|
251
|
+
default: () => never[];
|
|
252
|
+
};
|
|
253
|
+
searchPlaceholder: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
default: string;
|
|
256
|
+
};
|
|
257
|
+
searchButtonText: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
wordbook: {
|
|
262
|
+
type: import("vue").PropType<{
|
|
263
|
+
parent_id_obj: string | number;
|
|
264
|
+
parent_name_obj: string | number;
|
|
265
|
+
user_count_obj?: string | number | undefined;
|
|
266
|
+
}>;
|
|
267
|
+
default: () => {};
|
|
268
|
+
};
|
|
269
|
+
wordbookChild: {
|
|
270
|
+
type: import("vue").PropType<{
|
|
271
|
+
user_id_obj: string | number;
|
|
272
|
+
user_name_obj: string | number;
|
|
273
|
+
}>;
|
|
274
|
+
default: () => {};
|
|
275
|
+
};
|
|
276
|
+
showCount: {
|
|
277
|
+
type: BooleanConstructor;
|
|
278
|
+
default: boolean;
|
|
279
|
+
};
|
|
280
|
+
showClear: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
284
|
+
multiple: {
|
|
285
|
+
type: BooleanConstructor;
|
|
286
|
+
default: boolean;
|
|
287
|
+
};
|
|
288
|
+
queryLoadChildData: {
|
|
289
|
+
type: import("vue").PropType<(node: import("naive-ui").TreeOption) => Promise<void>>;
|
|
290
|
+
default: undefined;
|
|
291
|
+
};
|
|
292
|
+
queryTreeSearch: {
|
|
293
|
+
type: import("vue").PropType<(keyWork: string) => Promise<import("../../../es/shared/types").AnyObject[]>>;
|
|
294
|
+
default: () => Promise<never[]>;
|
|
295
|
+
};
|
|
296
|
+
}>> & {
|
|
297
|
+
onCheck?: ((...args: any[]) => any) | undefined;
|
|
298
|
+
}, {
|
|
299
|
+
data: (import("naive-ui/es/tree/src/interface").TreeOptionBase & {
|
|
300
|
+
[k: string]: unknown;
|
|
301
|
+
} & import("../../../es/shared/types").AnyObject)[];
|
|
302
|
+
defaultList: ((string | number) | {
|
|
303
|
+
key: string | number;
|
|
304
|
+
name: string;
|
|
305
|
+
})[];
|
|
306
|
+
searchPlaceholder: string;
|
|
307
|
+
searchButtonText: string;
|
|
308
|
+
wordbook: {
|
|
309
|
+
parent_id_obj: string | number;
|
|
310
|
+
parent_name_obj: string | number;
|
|
311
|
+
user_count_obj?: string | number | undefined;
|
|
312
|
+
};
|
|
313
|
+
wordbookChild: {
|
|
314
|
+
user_id_obj: string | number;
|
|
315
|
+
user_name_obj: string | number;
|
|
316
|
+
};
|
|
317
|
+
showCount: boolean;
|
|
318
|
+
showClear: boolean;
|
|
319
|
+
multiple: boolean;
|
|
320
|
+
queryLoadChildData: (node: import("naive-ui").TreeOption) => Promise<void>;
|
|
321
|
+
queryTreeSearch: (keyWork: string) => Promise<import("../../../es/shared/types").AnyObject[]>;
|
|
322
|
+
}>>;
|
|
323
|
+
export default SelectPerson;
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { type TreeOption } from 'naive-ui';
|
|
3
|
+
import { AnyObject } from '../../../../es/shared/types';
|
|
4
|
+
declare type IKey = string | number;
|
|
5
|
+
declare type ITreeOption = TreeOption & AnyObject;
|
|
6
|
+
declare type IWordBook<T> = {
|
|
7
|
+
parent_id_obj: keyof T;
|
|
8
|
+
parent_name_obj: keyof T;
|
|
9
|
+
user_count_obj?: keyof T;
|
|
10
|
+
};
|
|
11
|
+
declare type IWordBookChild<T> = {
|
|
12
|
+
user_id_obj: keyof T;
|
|
13
|
+
user_name_obj: keyof T;
|
|
14
|
+
};
|
|
15
|
+
declare type ITag = {
|
|
16
|
+
key: IKey;
|
|
17
|
+
name: string;
|
|
18
|
+
};
|
|
19
|
+
declare const _default: import("vue").DefineComponent<{
|
|
20
|
+
defaultList: {
|
|
21
|
+
type: PropType<(IKey | ITag)[]>;
|
|
22
|
+
default: () => never[];
|
|
23
|
+
};
|
|
24
|
+
data: {
|
|
25
|
+
type: PropType<ITreeOption[]>;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
searchPlaceholder: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
searchButtonText: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
wordbook: {
|
|
37
|
+
type: PropType<IWordBook<ITreeOption>>;
|
|
38
|
+
default: () => {};
|
|
39
|
+
};
|
|
40
|
+
wordbookChild: {
|
|
41
|
+
type: PropType<IWordBookChild<ITreeOption>>;
|
|
42
|
+
default: () => {};
|
|
43
|
+
};
|
|
44
|
+
showCount: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
showClear: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
multiple: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
queryLoadChildData: {
|
|
57
|
+
type: PropType<(node: TreeOption) => Promise<void>>;
|
|
58
|
+
default: undefined;
|
|
59
|
+
};
|
|
60
|
+
queryTreeSearch: {
|
|
61
|
+
type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
|
|
62
|
+
default: () => Promise<never[]>;
|
|
63
|
+
};
|
|
64
|
+
}, {
|
|
65
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
defaultList: {
|
|
67
|
+
type: PropType<(IKey | ITag)[]>;
|
|
68
|
+
default: () => never[];
|
|
69
|
+
};
|
|
70
|
+
data: {
|
|
71
|
+
type: PropType<ITreeOption[]>;
|
|
72
|
+
default: () => never[];
|
|
73
|
+
};
|
|
74
|
+
searchPlaceholder: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
searchButtonText: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
wordbook: {
|
|
83
|
+
type: PropType<IWordBook<ITreeOption>>;
|
|
84
|
+
default: () => {};
|
|
85
|
+
};
|
|
86
|
+
wordbookChild: {
|
|
87
|
+
type: PropType<IWordBookChild<ITreeOption>>;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
90
|
+
showCount: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
showClear: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
multiple: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
queryLoadChildData: {
|
|
103
|
+
type: PropType<(node: TreeOption) => Promise<void>>;
|
|
104
|
+
default: undefined;
|
|
105
|
+
};
|
|
106
|
+
queryTreeSearch: {
|
|
107
|
+
type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
|
|
108
|
+
default: () => Promise<never[]>;
|
|
109
|
+
};
|
|
110
|
+
}>> & {
|
|
111
|
+
onCheck?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
}>>;
|
|
113
|
+
emit: (event: "check", ...args: any[]) => void;
|
|
114
|
+
keyword: import("vue").Ref<string>;
|
|
115
|
+
checkedAll: import("vue").Ref<boolean>;
|
|
116
|
+
checkedKeys: import("vue").Ref<IKey[]>;
|
|
117
|
+
expandedKeys: import("vue").Ref<IKey[]>;
|
|
118
|
+
treeData: import("vue").Ref<{
|
|
119
|
+
[x: string]: unknown;
|
|
120
|
+
key?: import("naive-ui/es/tree/src/interface").Key | undefined;
|
|
121
|
+
label?: string | undefined;
|
|
122
|
+
checkboxDisabled?: boolean | undefined;
|
|
123
|
+
disabled?: boolean | undefined;
|
|
124
|
+
isLeaf?: boolean | undefined;
|
|
125
|
+
children?: any[] | undefined;
|
|
126
|
+
prefix?: (() => import("vue").VNodeChild) | undefined;
|
|
127
|
+
suffix?: (() => import("vue").VNodeChild) | undefined;
|
|
128
|
+
}[]>;
|
|
129
|
+
tagData: import("vue").Ref<{
|
|
130
|
+
key: IKey;
|
|
131
|
+
name: string;
|
|
132
|
+
}[]>;
|
|
133
|
+
temp: ITreeOption[];
|
|
134
|
+
allCheckedKeys: IKey[];
|
|
135
|
+
isRemote: import("vue").ComputedRef<boolean>;
|
|
136
|
+
init: () => void;
|
|
137
|
+
setDisabled: (data: TreeOption) => void;
|
|
138
|
+
renderLabel: ({ option }: {
|
|
139
|
+
option: TreeOption;
|
|
140
|
+
}) => JSX.Element;
|
|
141
|
+
getLabelName: (option: TreeOption) => unknown;
|
|
142
|
+
setAllCheckedKeys: (tree: TreeOption[]) => void;
|
|
143
|
+
onSearch: () => Promise<void>;
|
|
144
|
+
setTreeCheckd: (tree: TreeOption[], checked: boolean) => void;
|
|
145
|
+
checkedAllChange: (checked: boolean) => void;
|
|
146
|
+
uniq: (arr: ITag[]) => ITag[];
|
|
147
|
+
setTagData: (tree: TreeOption[]) => void;
|
|
148
|
+
updateTreeChecked: (keys: Array<IKey>) => void;
|
|
149
|
+
setCheckedAll: () => void;
|
|
150
|
+
clearAll: () => void;
|
|
151
|
+
closeTag: (tag: ITag) => void;
|
|
152
|
+
NButton: any;
|
|
153
|
+
NInput: any;
|
|
154
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
155
|
+
[x: string]: never;
|
|
156
|
+
[x: number]: never;
|
|
157
|
+
[x: symbol]: never;
|
|
158
|
+
}, {
|
|
159
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
160
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
161
|
+
[x: string]: never;
|
|
162
|
+
[x: number]: never;
|
|
163
|
+
[x: symbol]: never;
|
|
164
|
+
}>>, {}>;
|
|
165
|
+
NCheckbox: any;
|
|
166
|
+
NTree: any;
|
|
167
|
+
NIcon: any;
|
|
168
|
+
NSpace: any;
|
|
169
|
+
NGrid: any;
|
|
170
|
+
NGi: import("vue").DefineComponent<{
|
|
171
|
+
readonly span: {
|
|
172
|
+
readonly type: PropType<string | number>;
|
|
173
|
+
readonly default: 1;
|
|
174
|
+
};
|
|
175
|
+
readonly offset: {
|
|
176
|
+
readonly type: PropType<string | number>;
|
|
177
|
+
readonly default: 0;
|
|
178
|
+
};
|
|
179
|
+
readonly suffix: BooleanConstructor;
|
|
180
|
+
readonly privateOffset: NumberConstructor;
|
|
181
|
+
readonly privateSpan: NumberConstructor;
|
|
182
|
+
readonly privateColStart: NumberConstructor;
|
|
183
|
+
readonly privateShow: {
|
|
184
|
+
readonly type: BooleanConstructor;
|
|
185
|
+
readonly default: true;
|
|
186
|
+
};
|
|
187
|
+
}, {
|
|
188
|
+
overflow: import("vue").Ref<boolean>;
|
|
189
|
+
itemStyle: import("vue").Ref<string | import("vue").CSSProperties | undefined>;
|
|
190
|
+
layoutShiftDisabled: import("vue").Ref<boolean>;
|
|
191
|
+
mergedXGap: import("vue").ComputedRef<string>;
|
|
192
|
+
deriveStyle: () => {
|
|
193
|
+
display: string;
|
|
194
|
+
gridColumn: string;
|
|
195
|
+
marginLeft: string;
|
|
196
|
+
};
|
|
197
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
198
|
+
readonly span: {
|
|
199
|
+
readonly type: PropType<string | number>;
|
|
200
|
+
readonly default: 1;
|
|
201
|
+
};
|
|
202
|
+
readonly offset: {
|
|
203
|
+
readonly type: PropType<string | number>;
|
|
204
|
+
readonly default: 0;
|
|
205
|
+
};
|
|
206
|
+
readonly suffix: BooleanConstructor;
|
|
207
|
+
readonly privateOffset: NumberConstructor;
|
|
208
|
+
readonly privateSpan: NumberConstructor;
|
|
209
|
+
readonly privateColStart: NumberConstructor;
|
|
210
|
+
readonly privateShow: {
|
|
211
|
+
readonly type: BooleanConstructor;
|
|
212
|
+
readonly default: true;
|
|
213
|
+
};
|
|
214
|
+
}>>, {
|
|
215
|
+
readonly offset: string | number;
|
|
216
|
+
readonly span: string | number;
|
|
217
|
+
readonly suffix: boolean;
|
|
218
|
+
readonly privateShow: boolean;
|
|
219
|
+
}>;
|
|
220
|
+
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<{}>>, {}>;
|
|
221
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "check"[], "check", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
222
|
+
defaultList: {
|
|
223
|
+
type: PropType<(IKey | ITag)[]>;
|
|
224
|
+
default: () => never[];
|
|
225
|
+
};
|
|
226
|
+
data: {
|
|
227
|
+
type: PropType<ITreeOption[]>;
|
|
228
|
+
default: () => never[];
|
|
229
|
+
};
|
|
230
|
+
searchPlaceholder: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
searchButtonText: {
|
|
235
|
+
type: StringConstructor;
|
|
236
|
+
default: string;
|
|
237
|
+
};
|
|
238
|
+
wordbook: {
|
|
239
|
+
type: PropType<IWordBook<ITreeOption>>;
|
|
240
|
+
default: () => {};
|
|
241
|
+
};
|
|
242
|
+
wordbookChild: {
|
|
243
|
+
type: PropType<IWordBookChild<ITreeOption>>;
|
|
244
|
+
default: () => {};
|
|
245
|
+
};
|
|
246
|
+
showCount: {
|
|
247
|
+
type: BooleanConstructor;
|
|
248
|
+
default: boolean;
|
|
249
|
+
};
|
|
250
|
+
showClear: {
|
|
251
|
+
type: BooleanConstructor;
|
|
252
|
+
default: boolean;
|
|
253
|
+
};
|
|
254
|
+
multiple: {
|
|
255
|
+
type: BooleanConstructor;
|
|
256
|
+
default: boolean;
|
|
257
|
+
};
|
|
258
|
+
queryLoadChildData: {
|
|
259
|
+
type: PropType<(node: TreeOption) => Promise<void>>;
|
|
260
|
+
default: undefined;
|
|
261
|
+
};
|
|
262
|
+
queryTreeSearch: {
|
|
263
|
+
type: PropType<(keyWork: string) => Promise<Array<AnyObject>>>;
|
|
264
|
+
default: () => Promise<never[]>;
|
|
265
|
+
};
|
|
266
|
+
}>> & {
|
|
267
|
+
onCheck?: ((...args: any[]) => any) | undefined;
|
|
268
|
+
}, {
|
|
269
|
+
data: ITreeOption[];
|
|
270
|
+
defaultList: (IKey | ITag)[];
|
|
271
|
+
searchPlaceholder: string;
|
|
272
|
+
searchButtonText: string;
|
|
273
|
+
wordbook: IWordBook<ITreeOption>;
|
|
274
|
+
wordbookChild: IWordBookChild<ITreeOption>;
|
|
275
|
+
showCount: boolean;
|
|
276
|
+
showClear: boolean;
|
|
277
|
+
multiple: boolean;
|
|
278
|
+
queryLoadChildData: (node: TreeOption) => Promise<void>;
|
|
279
|
+
queryTreeSearch: (keyWork: string) => Promise<Array<AnyObject>>;
|
|
280
|
+
}>;
|
|
281
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
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;
|
|
@@ -0,0 +1,19 @@
|
|
|
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;
|
|
@@ -0,0 +1,7 @@
|
|
|
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>;
|