cnhis-design-vue 3.1.37-beta.2 → 3.1.37
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/README.md +123 -123
- 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.d.ts +0 -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/bpmn-workflow/types/BpmnViewer.d.ts +1 -0
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +1 -0
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +1 -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/index.d.ts +11 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.d.ts +9 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.d.ts +25 -0
- 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/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/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/index.d.ts +6823 -0
- package/es/components/fabric-chart/src/utils/utils.d.ts +13 -0
- 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/assets/img/failure.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/icon-asc.js +1 -1
- package/es/shared/assets/img/icon-desc.js +1 -1
- package/es/shared/assets/img/no-permission.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/video_hover.js +1 -1
- package/es/shared/assets/img/video_play_hover.js +1 -1
- package/es/shared/assets/img/xb_big.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- 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/VueDraggable/src/vuedraggable.d.ts +86 -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/tapable/index.d.ts +139 -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,94 @@
|
|
|
1
|
+
import { AnyObject } from '../../../../../../es/shared/types';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
export declare const RADIO: import("vue").DefineComponent<{
|
|
4
|
+
value: {
|
|
5
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
6
|
+
};
|
|
7
|
+
options: {
|
|
8
|
+
type: PropType<AnyObject[]>;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
autograph: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
};
|
|
14
|
+
lazyRequest: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
requestCache: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
wordbook: {
|
|
23
|
+
type: PropType<Partial<{
|
|
24
|
+
level_num: number;
|
|
25
|
+
id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
render_key: string[];
|
|
28
|
+
search_key: string[];
|
|
29
|
+
primary_key: string;
|
|
30
|
+
type: string;
|
|
31
|
+
value_key: string;
|
|
32
|
+
level_key: string;
|
|
33
|
+
link_key: string;
|
|
34
|
+
link_key_split: string;
|
|
35
|
+
show_key: string[];
|
|
36
|
+
conObj: AnyObject[];
|
|
37
|
+
conObjFirstLevel: AnyObject[];
|
|
38
|
+
}>>;
|
|
39
|
+
};
|
|
40
|
+
vertical: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
onChange: {};
|
|
45
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
value: {
|
|
47
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
48
|
+
};
|
|
49
|
+
options: {
|
|
50
|
+
type: PropType<AnyObject[]>;
|
|
51
|
+
default: () => never[];
|
|
52
|
+
};
|
|
53
|
+
autograph: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
};
|
|
56
|
+
lazyRequest: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
requestCache: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
wordbook: {
|
|
65
|
+
type: PropType<Partial<{
|
|
66
|
+
level_num: number;
|
|
67
|
+
id: string;
|
|
68
|
+
name: string;
|
|
69
|
+
render_key: string[];
|
|
70
|
+
search_key: string[];
|
|
71
|
+
primary_key: string;
|
|
72
|
+
type: string;
|
|
73
|
+
value_key: string;
|
|
74
|
+
level_key: string;
|
|
75
|
+
link_key: string;
|
|
76
|
+
link_key_split: string;
|
|
77
|
+
show_key: string[];
|
|
78
|
+
conObj: AnyObject[];
|
|
79
|
+
conObjFirstLevel: AnyObject[];
|
|
80
|
+
}>>;
|
|
81
|
+
};
|
|
82
|
+
vertical: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
onChange: {};
|
|
87
|
+
}>> & {
|
|
88
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
}, {
|
|
90
|
+
options: AnyObject[];
|
|
91
|
+
vertical: boolean;
|
|
92
|
+
lazyRequest: boolean;
|
|
93
|
+
requestCache: boolean;
|
|
94
|
+
}>;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { AnyObject } from '../../../../../../es/shared/types';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
import { UrlConfig } from '../../../../../../es/components/form-render';
|
|
4
|
+
export declare const REMOTE_SEARCH: import("vue").DefineComponent<{
|
|
5
|
+
value: {
|
|
6
|
+
type: PropType<String | null>;
|
|
7
|
+
};
|
|
8
|
+
requestCache: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
options: {
|
|
13
|
+
type: PropType<AnyObject[]>;
|
|
14
|
+
default: () => never[];
|
|
15
|
+
};
|
|
16
|
+
urlConfig: {
|
|
17
|
+
type: PropType<UrlConfig>;
|
|
18
|
+
};
|
|
19
|
+
onChange: {};
|
|
20
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
value: {
|
|
22
|
+
type: PropType<String | null>;
|
|
23
|
+
};
|
|
24
|
+
requestCache: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
options: {
|
|
29
|
+
type: PropType<AnyObject[]>;
|
|
30
|
+
default: () => never[];
|
|
31
|
+
};
|
|
32
|
+
urlConfig: {
|
|
33
|
+
type: PropType<UrlConfig>;
|
|
34
|
+
};
|
|
35
|
+
onChange: {};
|
|
36
|
+
}>> & {
|
|
37
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
options: AnyObject[];
|
|
40
|
+
requestCache: boolean;
|
|
41
|
+
}>;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { AnyObject, Func } from '../../../../../../es/shared/types';
|
|
2
|
+
import { UrlConfig } from '../../../../../../es/components/form-render';
|
|
3
|
+
import { PropType } from 'vue';
|
|
4
|
+
export declare const SEARCH_CASCADER: import("vue").DefineComponent<{
|
|
5
|
+
options: {
|
|
6
|
+
type: PropType<AnyObject[]>;
|
|
7
|
+
default: () => never[];
|
|
8
|
+
};
|
|
9
|
+
depth: {
|
|
10
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
11
|
+
};
|
|
12
|
+
urlConfig: {
|
|
13
|
+
type: PropType<UrlConfig>;
|
|
14
|
+
};
|
|
15
|
+
requestCache: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
onFocus: {
|
|
20
|
+
type: PropType<Func<any[], any>>;
|
|
21
|
+
};
|
|
22
|
+
filterable: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
onChange: {};
|
|
27
|
+
value: {};
|
|
28
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
options: {
|
|
30
|
+
type: PropType<AnyObject[]>;
|
|
31
|
+
default: () => never[];
|
|
32
|
+
};
|
|
33
|
+
depth: {
|
|
34
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
35
|
+
};
|
|
36
|
+
urlConfig: {
|
|
37
|
+
type: PropType<UrlConfig>;
|
|
38
|
+
};
|
|
39
|
+
requestCache: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
onFocus: {
|
|
44
|
+
type: PropType<Func<any[], any>>;
|
|
45
|
+
};
|
|
46
|
+
filterable: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
onChange: {};
|
|
51
|
+
value: {};
|
|
52
|
+
}>> & {
|
|
53
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
}, {
|
|
55
|
+
options: AnyObject[];
|
|
56
|
+
requestCache: boolean;
|
|
57
|
+
filterable: boolean;
|
|
58
|
+
}>;
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { AnyObject, ArrayAble } from '../../../../../../es/shared/types';
|
|
2
|
+
import { RecommendItem } from '../../../../../../es/components/recommend-search/src/types';
|
|
3
|
+
import { RecommendIds } from '../../hooks';
|
|
4
|
+
import { UrlConfig } from '../../types';
|
|
5
|
+
import { PropType } from 'vue';
|
|
6
|
+
export declare const SELECT: import("vue").DefineComponent<{
|
|
7
|
+
value: {
|
|
8
|
+
type: PropType<ArrayAble<string> | null>;
|
|
9
|
+
};
|
|
10
|
+
lazyRequest: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
requestCache: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
options: {
|
|
19
|
+
type: PropType<AnyObject[]>;
|
|
20
|
+
default: () => never[];
|
|
21
|
+
};
|
|
22
|
+
onChange: {};
|
|
23
|
+
urlConfig: {
|
|
24
|
+
type: PropType<UrlConfig>;
|
|
25
|
+
};
|
|
26
|
+
autograph: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
wordbook: {
|
|
30
|
+
type: PropType<Partial<{
|
|
31
|
+
level_num: number;
|
|
32
|
+
id: string;
|
|
33
|
+
name: string;
|
|
34
|
+
render_key: string[];
|
|
35
|
+
search_key: string[];
|
|
36
|
+
primary_key: string;
|
|
37
|
+
type: string;
|
|
38
|
+
value_key: string;
|
|
39
|
+
level_key: string;
|
|
40
|
+
link_key: string;
|
|
41
|
+
link_key_split: string;
|
|
42
|
+
show_key: string[];
|
|
43
|
+
conObj: AnyObject[];
|
|
44
|
+
conObjFirstLevel: AnyObject[];
|
|
45
|
+
}>>;
|
|
46
|
+
};
|
|
47
|
+
recommend: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
commonList: {
|
|
52
|
+
type: PropType<RecommendItem[]>;
|
|
53
|
+
};
|
|
54
|
+
recentList: {
|
|
55
|
+
type: PropType<RecommendItem[]>;
|
|
56
|
+
};
|
|
57
|
+
getRecommendInfo: {
|
|
58
|
+
type: PropType<() => RecommendIds>;
|
|
59
|
+
};
|
|
60
|
+
recommendNum: {
|
|
61
|
+
type: NumberConstructor;
|
|
62
|
+
default: number;
|
|
63
|
+
};
|
|
64
|
+
recommendCache: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:value" | "postRecommend")[], "update:value" | "postRecommend", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
value: {
|
|
70
|
+
type: PropType<ArrayAble<string> | null>;
|
|
71
|
+
};
|
|
72
|
+
lazyRequest: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
requestCache: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
options: {
|
|
81
|
+
type: PropType<AnyObject[]>;
|
|
82
|
+
default: () => never[];
|
|
83
|
+
};
|
|
84
|
+
onChange: {};
|
|
85
|
+
urlConfig: {
|
|
86
|
+
type: PropType<UrlConfig>;
|
|
87
|
+
};
|
|
88
|
+
autograph: {
|
|
89
|
+
type: StringConstructor;
|
|
90
|
+
};
|
|
91
|
+
wordbook: {
|
|
92
|
+
type: PropType<Partial<{
|
|
93
|
+
level_num: number;
|
|
94
|
+
id: string;
|
|
95
|
+
name: string;
|
|
96
|
+
render_key: string[];
|
|
97
|
+
search_key: string[];
|
|
98
|
+
primary_key: string;
|
|
99
|
+
type: string;
|
|
100
|
+
value_key: string;
|
|
101
|
+
level_key: string;
|
|
102
|
+
link_key: string;
|
|
103
|
+
link_key_split: string;
|
|
104
|
+
show_key: string[];
|
|
105
|
+
conObj: AnyObject[];
|
|
106
|
+
conObjFirstLevel: AnyObject[];
|
|
107
|
+
}>>;
|
|
108
|
+
};
|
|
109
|
+
recommend: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
commonList: {
|
|
114
|
+
type: PropType<RecommendItem[]>;
|
|
115
|
+
};
|
|
116
|
+
recentList: {
|
|
117
|
+
type: PropType<RecommendItem[]>;
|
|
118
|
+
};
|
|
119
|
+
getRecommendInfo: {
|
|
120
|
+
type: PropType<() => RecommendIds>;
|
|
121
|
+
};
|
|
122
|
+
recommendNum: {
|
|
123
|
+
type: NumberConstructor;
|
|
124
|
+
default: number;
|
|
125
|
+
};
|
|
126
|
+
recommendCache: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
}>> & {
|
|
131
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
132
|
+
onPostRecommend?: ((...args: any[]) => any) | undefined;
|
|
133
|
+
}, {
|
|
134
|
+
options: AnyObject[];
|
|
135
|
+
lazyRequest: boolean;
|
|
136
|
+
requestCache: boolean;
|
|
137
|
+
recommend: boolean;
|
|
138
|
+
recommendCache: boolean;
|
|
139
|
+
recommendNum: number;
|
|
140
|
+
}>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AnyObject } from '../../../../../../es/shared/types';
|
|
2
|
+
export declare const TEXT: {
|
|
3
|
+
(props: AnyObject): JSX.Element;
|
|
4
|
+
props: {
|
|
5
|
+
content: {};
|
|
6
|
+
fieldItem: {};
|
|
7
|
+
value: {};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export declare const BUTTON: {
|
|
11
|
+
(props: AnyObject): JSX.Element;
|
|
12
|
+
props: {
|
|
13
|
+
onClick: {};
|
|
14
|
+
fieldItem: {};
|
|
15
|
+
content: {};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export declare const LINE_BREAKS: () => JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const SLIDER: import("vue").DefineComponent<{
|
|
2
|
+
value: {
|
|
3
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
4
|
+
};
|
|
5
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
value: {
|
|
7
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
8
|
+
};
|
|
9
|
+
}>> & {
|
|
10
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}, {}>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
interface Description {
|
|
3
|
+
value: string;
|
|
4
|
+
describe: string;
|
|
5
|
+
}
|
|
6
|
+
export declare const SWITCH: import("vue").DefineComponent<{
|
|
7
|
+
openDescription: {
|
|
8
|
+
type: PropType<Description>;
|
|
9
|
+
};
|
|
10
|
+
closeDescription: {
|
|
11
|
+
type: PropType<Description>;
|
|
12
|
+
};
|
|
13
|
+
onChange: {};
|
|
14
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
openDescription: {
|
|
16
|
+
type: PropType<Description>;
|
|
17
|
+
};
|
|
18
|
+
closeDescription: {
|
|
19
|
+
type: PropType<Description>;
|
|
20
|
+
};
|
|
21
|
+
onChange: {};
|
|
22
|
+
}>>, {}>;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const TEXTAREA: import("vue").DefineComponent<{
|
|
2
|
+
value: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
};
|
|
5
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:value"[], "update:value", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
value: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
}>> & {
|
|
10
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}, {}>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
message: StringConstructor;
|
|
3
|
+
}, {
|
|
4
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5
|
+
message: StringConstructor;
|
|
6
|
+
}>> & {}>>;
|
|
7
|
+
parsedMessages: import("vue").ComputedRef<string[]>;
|
|
8
|
+
HelpCircleOutline: 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<{}>>, {}>;
|
|
9
|
+
NTooltip: any;
|
|
10
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
message: StringConstructor;
|
|
12
|
+
}>>, {}>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { Nullable } from '../../../../../es/shared/types';
|
|
2
|
+
import { ContextCollector } from '../../../../../es/components/form-render/src/hooks/useChangeContext';
|
|
3
|
+
import { BusinessCollector, FormItemDepsCollector } from '../hooks';
|
|
4
|
+
import { FormAsyncQueue } from '../types';
|
|
5
|
+
import { Component, InjectionKey, WritableComputedRef } from 'vue';
|
|
6
|
+
export declare const InjectionAsyncQueue: InjectionKey<FormAsyncQueue>;
|
|
7
|
+
export declare const InjectionSchemaField: InjectionKey<Component>;
|
|
8
|
+
export declare const InjectionBusinessCollector: InjectionKey<BusinessCollector>;
|
|
9
|
+
export declare const InjectionChangeContextCollector: InjectionKey<ContextCollector>;
|
|
10
|
+
export declare const InjectionFormItemDepsCollector: InjectionKey<FormItemDepsCollector>;
|
|
11
|
+
export declare const InjectionFormUUID: InjectionKey<string>;
|
|
12
|
+
export declare const InjectionAnnotation: InjectionKey<WritableComputedRef<Nullable<Record<string, string>>>>;
|
|
13
|
+
export declare const FormItemLineBarDepKeyPrepend = "__dep_LINEBAR_";
|
|
14
|
+
export declare enum FIELD_BUSINESS_TYPE {
|
|
15
|
+
PASSWORD = "password",
|
|
16
|
+
ID_CARD = "id_card",
|
|
17
|
+
AGE = "age",
|
|
18
|
+
AGE_UNIT = "age_unit",
|
|
19
|
+
MOBILE = "mobile",
|
|
20
|
+
TELEPHONE = "telephone",
|
|
21
|
+
EMAIL = "email",
|
|
22
|
+
SEX = "sex",
|
|
23
|
+
BIRTHDAY = "birthday",
|
|
24
|
+
BANK_CARD = "bank_card",
|
|
25
|
+
WEBSITE = "website",
|
|
26
|
+
GESTATIONAL_WEEKS = "gestational_weeks",
|
|
27
|
+
GESTATIONAL_STAGE = "gestational_stage",
|
|
28
|
+
CUSTOMER_NAME = "customer_name"
|
|
29
|
+
}
|
|
30
|
+
export declare enum FIELD_SEX_VALUE {
|
|
31
|
+
MALE = "1",
|
|
32
|
+
FEMALE = "2"
|
|
33
|
+
}
|
|
34
|
+
export declare enum FIELD_AGE_UNIT {
|
|
35
|
+
DAY = "D",
|
|
36
|
+
MONTH = "M",
|
|
37
|
+
YEAR = "Y",
|
|
38
|
+
HOUR = "H",
|
|
39
|
+
WEEK = "W",
|
|
40
|
+
MINUTE = "N"
|
|
41
|
+
}
|
|
42
|
+
export declare enum LOW_CODE_VALUE_RELATION {
|
|
43
|
+
EQ = "EQ",
|
|
44
|
+
NEQ = "NEQ",
|
|
45
|
+
CL = "CL",
|
|
46
|
+
NC = "NC",
|
|
47
|
+
NULL = "NULL",
|
|
48
|
+
NOT_NULL = "NOT_NULL",
|
|
49
|
+
BIG = "BIG",
|
|
50
|
+
BIGEQ = "BIGEQ",
|
|
51
|
+
LESS = "LESS",
|
|
52
|
+
LESSEQ = "LESSEQ"
|
|
53
|
+
}
|
|
54
|
+
export declare const NESTED_FORM_ITEM_TYPE: string[];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from './useFieldListAdaptor';
|
|
2
|
+
export * from './useFormRequest';
|
|
3
|
+
export * from './useCommonLog';
|
|
4
|
+
export * from './useFormField';
|
|
5
|
+
export * from './useAsyncQueue';
|
|
6
|
+
export * from './useFieldVisitor';
|
|
7
|
+
export * from './useFieldNormalize';
|
|
8
|
+
export * from './useFormValidator';
|
|
9
|
+
export * from './useBusinessBinding';
|
|
10
|
+
export * from './useChangeContext';
|
|
11
|
+
export * from './useFormItemDeps';
|
|
12
|
+
export * from './useAnchor';
|
|
13
|
+
export * from './useFormContext';
|
|
14
|
+
export * from './useCommonInjection';
|
|
15
|
+
export * from './useFormRenderOptions';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { UndefinedAble } from '../../../../../es/shared/types';
|
|
2
|
+
import { ISchema } from '@formily/json-schema/esm/types';
|
|
3
|
+
import { Ref } from 'vue';
|
|
4
|
+
import { FormItemDepsCollector, FormRenderProps } from '../../../../../es/components/form-render';
|
|
5
|
+
export declare function useAnchor(props: Readonly<FormRenderProps>, scrollbarRef: Ref<UndefinedAble<HTMLElement>>, collector: FormItemDepsCollector): {
|
|
6
|
+
currentAnchor: import("vue").WritableComputedRef<string>;
|
|
7
|
+
onScroll: () => void;
|
|
8
|
+
formHeight: import("vue").ComputedRef<string | undefined>;
|
|
9
|
+
anchorIdList: Ref<{
|
|
10
|
+
name: string;
|
|
11
|
+
title: string;
|
|
12
|
+
}[]>;
|
|
13
|
+
generateAnchorList: (schema: ISchema) => void;
|
|
14
|
+
scrollbarRef: Ref<UndefinedAble<HTMLElement>>;
|
|
15
|
+
scrollTo: (id: string) => Promise<void>;
|
|
16
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { AnyObject, UndefinedAble } from '../../../../../es/shared/types';
|
|
2
|
+
import { ComputedRef } from 'vue';
|
|
3
|
+
import { FormAsyncQueueItem } from '../types';
|
|
4
|
+
import { RequestInstance } from '../../../../../es/components/form-render';
|
|
5
|
+
declare type ProcessorOption = Partial<{
|
|
6
|
+
afterRequest(key: string, payload?: unknown): AnyObject[];
|
|
7
|
+
beforeRequest(key: string, params?: unknown): UndefinedAble<AnyObject> | void;
|
|
8
|
+
}>;
|
|
9
|
+
interface EntryCallback {
|
|
10
|
+
(err?: any, result?: any): void;
|
|
11
|
+
}
|
|
12
|
+
interface Processor<T, R = any> {
|
|
13
|
+
(item: T, cb: (err?: any, result?: R) => void, removeCache: () => void): void;
|
|
14
|
+
}
|
|
15
|
+
interface AsyncQueueOptions<T = any, K = any> {
|
|
16
|
+
name: string;
|
|
17
|
+
processor: Processor<T>;
|
|
18
|
+
parallelism: number;
|
|
19
|
+
getKey: (item: T) => K;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @constructor 并发控制器
|
|
23
|
+
*/
|
|
24
|
+
export declare class AsyncQueue<T = any, K = any, R = any> {
|
|
25
|
+
readonly name: string;
|
|
26
|
+
private readonly processor;
|
|
27
|
+
private readonly getKey;
|
|
28
|
+
private readonly parallelism;
|
|
29
|
+
private readonly _queued;
|
|
30
|
+
private readonly _entries;
|
|
31
|
+
private _activeTasks;
|
|
32
|
+
private _processingLock;
|
|
33
|
+
private _stopped;
|
|
34
|
+
constructor({ name, processor, getKey, parallelism }: AsyncQueueOptions<T>);
|
|
35
|
+
add(item: T, callback: EntryCallback): void;
|
|
36
|
+
addAsync(item: T): Promise<R>;
|
|
37
|
+
private _ensureProcessing;
|
|
38
|
+
private _startProcess;
|
|
39
|
+
private _handlerResult;
|
|
40
|
+
}
|
|
41
|
+
export declare function useAsyncQueue(requestInstance: ComputedRef<UndefinedAble<RequestInstance>>): {
|
|
42
|
+
create: (parallelism?: number, option?: ProcessorOption) => AsyncQueue<FormAsyncQueueItem, any, {
|
|
43
|
+
label: string;
|
|
44
|
+
value: unknown;
|
|
45
|
+
}[]>;
|
|
46
|
+
};
|
|
47
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { Form } from '@formily/core';
|
|
2
|
+
import { FieldItem, FormBusinessFormatter } from '../../../../../es/components/form-render';
|
|
3
|
+
import { FIELD_BUSINESS_TYPE } from '../constants';
|
|
4
|
+
export declare class BusinessCollector {
|
|
5
|
+
private formModel;
|
|
6
|
+
private businessFormatter?;
|
|
7
|
+
private readonly typeLockMap;
|
|
8
|
+
private readonly typeCollector;
|
|
9
|
+
private readonly fieldNameCollector;
|
|
10
|
+
constructor(formModel: Form, businessFormatter?: FormBusinessFormatter | undefined);
|
|
11
|
+
private formatter;
|
|
12
|
+
collect(type: FIELD_BUSINESS_TYPE, fieldItem: FieldItem): void;
|
|
13
|
+
getField(type: FIELD_BUSINESS_TYPE): FieldItem | undefined;
|
|
14
|
+
getFieldInstanceByType(type: FIELD_BUSINESS_TYPE): import("@formily/core").GeneralField | null;
|
|
15
|
+
private getType;
|
|
16
|
+
private getValueByField;
|
|
17
|
+
getValueByType(type: FIELD_BUSINESS_TYPE): unknown;
|
|
18
|
+
setValueByType(type: FIELD_BUSINESS_TYPE, value: unknown): void;
|
|
19
|
+
registerChangeBusiness(type: FIELD_BUSINESS_TYPE, handler: () => void): this;
|
|
20
|
+
registerBlurBusiness(type: FIELD_BUSINESS_TYPE, handler: () => void): this;
|
|
21
|
+
private changeHandlerMap;
|
|
22
|
+
private blurHandlerMap;
|
|
23
|
+
trigger(fieldName: string, triggerType?: 'change' | 'blur'): Map<FIELD_BUSINESS_TYPE, number> | undefined;
|
|
24
|
+
}
|
|
25
|
+
export declare function useBusinessBinding(): {
|
|
26
|
+
create: (formModel: Form, formatter?: FormBusinessFormatter) => BusinessCollector;
|
|
27
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FormChangeContext } from '../types';
|
|
2
|
+
export declare class ContextCollector {
|
|
3
|
+
private readonly contextMap;
|
|
4
|
+
setContext(key: string, value: (value: unknown) => FormChangeContext): void;
|
|
5
|
+
getContext(key: string, value: unknown): Partial<{
|
|
6
|
+
currentOption: import("../../../../shared/types").AnyObject;
|
|
7
|
+
}> | undefined;
|
|
8
|
+
}
|
|
9
|
+
export declare function useChangeContext(): {
|
|
10
|
+
create: () => ContextCollector;
|
|
11
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Func } from '../../../../../es/shared/types';
|
|
2
|
+
import { WatchSource } from '@vue/runtime-core';
|
|
3
|
+
export declare function useCommonInjection(): {
|
|
4
|
+
injectValueValidate: (traverser: WatchSource) => void;
|
|
5
|
+
injectValueWatchFromEmpty: (traverser: WatchSource, trigger: Func) => void;
|
|
6
|
+
injectValueBindKey: (traverser: WatchSource) => import("vue").Ref<number>;
|
|
7
|
+
};
|
|
8
|
+
export declare function useSelectOptionProps(): {
|
|
9
|
+
nodeProps: () => {
|
|
10
|
+
class: string;
|
|
11
|
+
};
|
|
12
|
+
menuProps: {
|
|
13
|
+
class: string;
|
|
14
|
+
};
|
|
15
|
+
};
|