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,14 @@
|
|
|
1
|
+
import { IPoint } from '../interface';
|
|
2
|
+
import { AnyObject } from '../../../../../es/shared/types';
|
|
3
|
+
export declare function isEffectiveNode(node: IPoint): string | number | boolean;
|
|
4
|
+
export declare function deleteProperty(data: AnyObject, list: AnyObject[]): {};
|
|
5
|
+
export declare function getIndex(time: string, list: AnyObject[]): number;
|
|
6
|
+
/**
|
|
7
|
+
* @description: 判断yScaleValue数组内的项类型是否可以连成一条折线,比如温度线
|
|
8
|
+
* @param {string} type
|
|
9
|
+
* @return {*}
|
|
10
|
+
*/
|
|
11
|
+
export declare function isOneLine(type: string): boolean;
|
|
12
|
+
export declare function setOtherType(title: string, type: string): string;
|
|
13
|
+
export declare function getType(type: string): string;
|
|
14
|
+
export declare function isValidValue(value: number | string): boolean;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { isNull } from 'lodash-es';
|
|
2
|
+
|
|
1
3
|
function isEffectiveNode(node) {
|
|
2
4
|
return (node == null ? void 0 : node.time) && ((node == null ? void 0 : node.value) || (node == null ? void 0 : node.value) === 0);
|
|
3
5
|
}
|
|
@@ -23,5 +25,8 @@ function setOtherType(title, type) {
|
|
|
23
25
|
function getType(type) {
|
|
24
26
|
return type.includes("_other") ? type.split("_")[0] : type;
|
|
25
27
|
}
|
|
28
|
+
function isValidValue(value) {
|
|
29
|
+
return !Number.isNaN(+value) && !isNull(value);
|
|
30
|
+
}
|
|
26
31
|
|
|
27
|
-
export { deleteProperty, getIndex, getType, isEffectiveNode, isOneLine, setOtherType };
|
|
32
|
+
export { deleteProperty, getIndex, getType, isEffectiveNode, isOneLine, isValidValue, setOtherType };
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
+
declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
fields: {
|
|
4
|
+
type: import("vue").PropType<any[]>;
|
|
5
|
+
default: () => never[];
|
|
6
|
+
};
|
|
7
|
+
footerFlag: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
type: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
isEdit: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
fieldsMapping: Record<string, string>;
|
|
21
|
+
selectOptions: Record<string, string>[];
|
|
22
|
+
emit: (event: "onSave" | "onClose" | "reset", ...args: any[]) => void;
|
|
23
|
+
settingView: any;
|
|
24
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
fields: {
|
|
26
|
+
type: import("vue").PropType<any[]>;
|
|
27
|
+
default: () => never[];
|
|
28
|
+
};
|
|
29
|
+
footerFlag: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
type: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
isEdit: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}>>;
|
|
46
|
+
initFields: () => any[];
|
|
47
|
+
state: {
|
|
48
|
+
spinning: boolean;
|
|
49
|
+
isCustomSearch: boolean;
|
|
50
|
+
clickItem: {
|
|
51
|
+
[key: string]: any;
|
|
52
|
+
};
|
|
53
|
+
fields: {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
id: string;
|
|
56
|
+
name: string;
|
|
57
|
+
show: boolean;
|
|
58
|
+
sort: boolean;
|
|
59
|
+
title: string;
|
|
60
|
+
alias: string;
|
|
61
|
+
fixedShow: boolean;
|
|
62
|
+
fixedWay: "NONE" | "LEFT" | "RIGHT";
|
|
63
|
+
columnWidth: number | null;
|
|
64
|
+
editable: boolean;
|
|
65
|
+
editableDisable: boolean;
|
|
66
|
+
required: boolean;
|
|
67
|
+
requiredDisable: boolean;
|
|
68
|
+
hide: boolean;
|
|
69
|
+
}[];
|
|
70
|
+
widthShow: string;
|
|
71
|
+
widthLarge: string;
|
|
72
|
+
};
|
|
73
|
+
leftStyle: (ele: {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
id: string;
|
|
76
|
+
name: string;
|
|
77
|
+
show: boolean;
|
|
78
|
+
sort: boolean;
|
|
79
|
+
title: string;
|
|
80
|
+
alias: string;
|
|
81
|
+
fixedShow: boolean;
|
|
82
|
+
fixedWay: "NONE" | "LEFT" | "RIGHT";
|
|
83
|
+
columnWidth: number | null;
|
|
84
|
+
editable: boolean;
|
|
85
|
+
editableDisable: boolean;
|
|
86
|
+
required: boolean;
|
|
87
|
+
requiredDisable: boolean;
|
|
88
|
+
hide: boolean;
|
|
89
|
+
}) => {
|
|
90
|
+
background: string | undefined;
|
|
91
|
+
};
|
|
92
|
+
showCheckBox: (key: string) => boolean;
|
|
93
|
+
hideTab: () => void;
|
|
94
|
+
getTableFields: () => any[];
|
|
95
|
+
handleFieldSave: () => void;
|
|
96
|
+
onCancle: () => void;
|
|
97
|
+
reset: () => void;
|
|
98
|
+
calculateCheck: (key: string) => boolean;
|
|
99
|
+
handleAllCheck: (e: boolean, key: string) => void;
|
|
100
|
+
handleFieldClick: (item: {
|
|
101
|
+
[key: string]: any;
|
|
102
|
+
id: string;
|
|
103
|
+
name: string;
|
|
104
|
+
show: boolean;
|
|
105
|
+
sort: boolean;
|
|
106
|
+
title: string;
|
|
107
|
+
alias: string;
|
|
108
|
+
fixedShow: boolean;
|
|
109
|
+
fixedWay: "NONE" | "LEFT" | "RIGHT";
|
|
110
|
+
columnWidth: number | null;
|
|
111
|
+
editable: boolean;
|
|
112
|
+
editableDisable: boolean;
|
|
113
|
+
required: boolean;
|
|
114
|
+
requiredDisable: boolean;
|
|
115
|
+
hide: boolean;
|
|
116
|
+
}) => void;
|
|
117
|
+
isDisable: (item: {
|
|
118
|
+
[key: string]: any;
|
|
119
|
+
id: string;
|
|
120
|
+
name: string;
|
|
121
|
+
show: boolean;
|
|
122
|
+
sort: boolean;
|
|
123
|
+
title: string;
|
|
124
|
+
alias: string;
|
|
125
|
+
fixedShow: boolean;
|
|
126
|
+
fixedWay: "NONE" | "LEFT" | "RIGHT";
|
|
127
|
+
columnWidth: number | null;
|
|
128
|
+
editable: boolean;
|
|
129
|
+
editableDisable: boolean;
|
|
130
|
+
required: boolean;
|
|
131
|
+
requiredDisable: boolean;
|
|
132
|
+
hide: boolean;
|
|
133
|
+
}, key: string) => any;
|
|
134
|
+
setWidth: () => void;
|
|
135
|
+
NButton: any;
|
|
136
|
+
NCheckbox: any;
|
|
137
|
+
NSelect: any;
|
|
138
|
+
NInput: any;
|
|
139
|
+
NInputNumber: any;
|
|
140
|
+
NSpin: any;
|
|
141
|
+
NTooltip: any;
|
|
142
|
+
NPopconfirm: any;
|
|
143
|
+
draggable: import("vue").DefineComponent<{
|
|
144
|
+
list: {
|
|
145
|
+
type: ArrayConstructor;
|
|
146
|
+
required: boolean;
|
|
147
|
+
default: any;
|
|
148
|
+
};
|
|
149
|
+
modelValue: {
|
|
150
|
+
type: ArrayConstructor;
|
|
151
|
+
required: boolean;
|
|
152
|
+
default: any;
|
|
153
|
+
};
|
|
154
|
+
itemKey: {
|
|
155
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
156
|
+
required: boolean;
|
|
157
|
+
};
|
|
158
|
+
clone: {
|
|
159
|
+
type: FunctionConstructor;
|
|
160
|
+
default: (original: any) => any;
|
|
161
|
+
};
|
|
162
|
+
tag: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
move: {
|
|
167
|
+
type: FunctionConstructor;
|
|
168
|
+
default: any;
|
|
169
|
+
};
|
|
170
|
+
componentData: {
|
|
171
|
+
type: ObjectConstructor;
|
|
172
|
+
required: boolean;
|
|
173
|
+
default: any;
|
|
174
|
+
};
|
|
175
|
+
}, unknown, {
|
|
176
|
+
error: boolean;
|
|
177
|
+
}, {
|
|
178
|
+
realList(): any;
|
|
179
|
+
getKey(): any;
|
|
180
|
+
}, {
|
|
181
|
+
getUnderlyingVm(domElement: any): any;
|
|
182
|
+
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
183
|
+
emitChanges(evt: any): void;
|
|
184
|
+
alterList(onList: any): void;
|
|
185
|
+
spliceList(): void;
|
|
186
|
+
updatePosition(oldIndex: any, newIndex: any): void;
|
|
187
|
+
getRelatedContextFromMoveEvent({ to, related }: {
|
|
188
|
+
to: any;
|
|
189
|
+
related: any;
|
|
190
|
+
}): any;
|
|
191
|
+
getVmIndexFromDomIndex(domIndex: any): any;
|
|
192
|
+
onDragStart(evt: any): void;
|
|
193
|
+
onDragAdd(evt: any): void;
|
|
194
|
+
onDragRemove(evt: any): void;
|
|
195
|
+
onDragUpdate(evt: any): void;
|
|
196
|
+
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
197
|
+
onDragMove(evt: any, originalEvent: any): any;
|
|
198
|
+
onDragEnd(): void;
|
|
199
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
200
|
+
move: Function;
|
|
201
|
+
tag: string;
|
|
202
|
+
clone: Function;
|
|
203
|
+
list: unknown[];
|
|
204
|
+
modelValue: unknown[];
|
|
205
|
+
componentData: Record<string, any>;
|
|
206
|
+
} & {
|
|
207
|
+
itemKey?: string | Function | undefined;
|
|
208
|
+
}>, {
|
|
209
|
+
move: Function;
|
|
210
|
+
tag: string;
|
|
211
|
+
clone: Function;
|
|
212
|
+
list: unknown[];
|
|
213
|
+
modelValue: unknown[];
|
|
214
|
+
componentData: Record<string, any>;
|
|
215
|
+
}>;
|
|
216
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose" | "reset")[], "onSave" | "onClose" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
217
|
+
fields: {
|
|
218
|
+
type: import("vue").PropType<any[]>;
|
|
219
|
+
default: () => never[];
|
|
220
|
+
};
|
|
221
|
+
footerFlag: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
225
|
+
type: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
229
|
+
isEdit: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
}>> & {
|
|
234
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
235
|
+
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
236
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
237
|
+
}, {
|
|
238
|
+
type: string;
|
|
239
|
+
fields: any[];
|
|
240
|
+
footerFlag: boolean;
|
|
241
|
+
isEdit: boolean;
|
|
242
|
+
}>>;
|
|
243
|
+
export default FieldSet;
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare type Ifields = {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
show: boolean;
|
|
6
|
+
sort: boolean;
|
|
7
|
+
title: string;
|
|
8
|
+
alias: string;
|
|
9
|
+
fixedShow: boolean;
|
|
10
|
+
fixedWay: 'NONE' | 'LEFT' | 'RIGHT';
|
|
11
|
+
columnWidth: number | null;
|
|
12
|
+
editable: boolean;
|
|
13
|
+
editableDisable: boolean;
|
|
14
|
+
required: boolean;
|
|
15
|
+
requiredDisable: boolean;
|
|
16
|
+
hide: boolean;
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
};
|
|
19
|
+
declare type Istate = {
|
|
20
|
+
spinning: boolean;
|
|
21
|
+
isCustomSearch: boolean;
|
|
22
|
+
clickItem: {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
fields: Ifields[];
|
|
26
|
+
widthShow: string;
|
|
27
|
+
widthLarge: string;
|
|
28
|
+
};
|
|
29
|
+
declare const _default: import("vue").DefineComponent<{
|
|
30
|
+
fields: {
|
|
31
|
+
type: PropType<any[]>;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
footerFlag: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
type: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
isEdit: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}, {
|
|
47
|
+
fieldsMapping: Record<string, string>;
|
|
48
|
+
selectOptions: Record<string, string>[];
|
|
49
|
+
emit: (event: "onSave" | "onClose" | "reset", ...args: any[]) => void;
|
|
50
|
+
settingView: any;
|
|
51
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
fields: {
|
|
53
|
+
type: PropType<any[]>;
|
|
54
|
+
default: () => never[];
|
|
55
|
+
};
|
|
56
|
+
footerFlag: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
type: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
isEdit: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
}>> & {
|
|
69
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
}>>;
|
|
73
|
+
initFields: () => any[];
|
|
74
|
+
state: Istate;
|
|
75
|
+
leftStyle: (ele: Ifields) => {
|
|
76
|
+
background: string | undefined;
|
|
77
|
+
};
|
|
78
|
+
showCheckBox: (key: string) => boolean;
|
|
79
|
+
hideTab: () => void;
|
|
80
|
+
getTableFields: () => any[];
|
|
81
|
+
handleFieldSave: () => void;
|
|
82
|
+
onCancle: () => void;
|
|
83
|
+
reset: () => void;
|
|
84
|
+
calculateCheck: (key: string) => boolean;
|
|
85
|
+
handleAllCheck: (e: boolean, key: string) => void;
|
|
86
|
+
handleFieldClick: (item: Ifields) => void;
|
|
87
|
+
isDisable: (item: Ifields, key: string) => any;
|
|
88
|
+
setWidth: () => void;
|
|
89
|
+
NButton: any;
|
|
90
|
+
NCheckbox: any;
|
|
91
|
+
NSelect: any;
|
|
92
|
+
NInput: any;
|
|
93
|
+
NInputNumber: any;
|
|
94
|
+
NSpin: any;
|
|
95
|
+
NTooltip: any;
|
|
96
|
+
NPopconfirm: any;
|
|
97
|
+
draggable: import("vue").DefineComponent<{
|
|
98
|
+
list: {
|
|
99
|
+
type: ArrayConstructor;
|
|
100
|
+
required: boolean;
|
|
101
|
+
default: any;
|
|
102
|
+
};
|
|
103
|
+
modelValue: {
|
|
104
|
+
type: ArrayConstructor;
|
|
105
|
+
required: boolean;
|
|
106
|
+
default: any;
|
|
107
|
+
};
|
|
108
|
+
itemKey: {
|
|
109
|
+
type: (StringConstructor | FunctionConstructor)[];
|
|
110
|
+
required: boolean;
|
|
111
|
+
};
|
|
112
|
+
clone: {
|
|
113
|
+
type: FunctionConstructor;
|
|
114
|
+
default: (original: any) => any;
|
|
115
|
+
};
|
|
116
|
+
tag: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
move: {
|
|
121
|
+
type: FunctionConstructor;
|
|
122
|
+
default: any;
|
|
123
|
+
};
|
|
124
|
+
componentData: {
|
|
125
|
+
type: ObjectConstructor;
|
|
126
|
+
required: boolean;
|
|
127
|
+
default: any;
|
|
128
|
+
};
|
|
129
|
+
}, unknown, {
|
|
130
|
+
error: boolean;
|
|
131
|
+
}, {
|
|
132
|
+
realList(): any;
|
|
133
|
+
getKey(): any;
|
|
134
|
+
}, {
|
|
135
|
+
getUnderlyingVm(domElement: any): any;
|
|
136
|
+
getUnderlyingPotencialDraggableComponent(htmElement: any): any;
|
|
137
|
+
emitChanges(evt: any): void;
|
|
138
|
+
alterList(onList: any): void;
|
|
139
|
+
spliceList(): void;
|
|
140
|
+
updatePosition(oldIndex: any, newIndex: any): void;
|
|
141
|
+
getRelatedContextFromMoveEvent({ to, related }: {
|
|
142
|
+
to: any;
|
|
143
|
+
related: any;
|
|
144
|
+
}): any;
|
|
145
|
+
getVmIndexFromDomIndex(domIndex: any): any;
|
|
146
|
+
onDragStart(evt: any): void;
|
|
147
|
+
onDragAdd(evt: any): void;
|
|
148
|
+
onDragRemove(evt: any): void;
|
|
149
|
+
onDragUpdate(evt: any): void;
|
|
150
|
+
computeFutureIndex(relatedContext: any, evt: any): any;
|
|
151
|
+
onDragMove(evt: any, originalEvent: any): any;
|
|
152
|
+
onDragEnd(): void;
|
|
153
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
154
|
+
move: Function;
|
|
155
|
+
tag: string;
|
|
156
|
+
clone: Function;
|
|
157
|
+
list: unknown[];
|
|
158
|
+
modelValue: unknown[];
|
|
159
|
+
componentData: Record<string, any>;
|
|
160
|
+
} & {
|
|
161
|
+
itemKey?: string | Function | undefined;
|
|
162
|
+
}>, {
|
|
163
|
+
move: Function;
|
|
164
|
+
tag: string;
|
|
165
|
+
clone: Function;
|
|
166
|
+
list: unknown[];
|
|
167
|
+
modelValue: unknown[];
|
|
168
|
+
componentData: Record<string, any>;
|
|
169
|
+
}>;
|
|
170
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onSave" | "onClose" | "reset")[], "onSave" | "onClose" | "reset", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
171
|
+
fields: {
|
|
172
|
+
type: PropType<any[]>;
|
|
173
|
+
default: () => never[];
|
|
174
|
+
};
|
|
175
|
+
footerFlag: {
|
|
176
|
+
type: BooleanConstructor;
|
|
177
|
+
default: boolean;
|
|
178
|
+
};
|
|
179
|
+
type: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
isEdit: {
|
|
184
|
+
type: BooleanConstructor;
|
|
185
|
+
default: boolean;
|
|
186
|
+
};
|
|
187
|
+
}>> & {
|
|
188
|
+
onReset?: ((...args: any[]) => any) | undefined;
|
|
189
|
+
onOnSave?: ((...args: any[]) => any) | undefined;
|
|
190
|
+
onOnClose?: ((...args: any[]) => any) | undefined;
|
|
191
|
+
}, {
|
|
192
|
+
type: string;
|
|
193
|
+
fields: any[];
|
|
194
|
+
footerFlag: boolean;
|
|
195
|
+
isEdit: boolean;
|
|
196
|
+
}>;
|
|
197
|
+
export default _default;
|