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,1400 @@
|
|
|
1
|
+
import { SFCWithInstall } from '../../../es/shared/types';
|
|
2
|
+
declare const CScaleView: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
|
+
ids: {
|
|
4
|
+
type: ObjectConstructor;
|
|
5
|
+
default: () => {
|
|
6
|
+
guage_id: string;
|
|
7
|
+
db_id: undefined;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
params: {
|
|
11
|
+
default: () => {};
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
};
|
|
14
|
+
guageData: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
18
|
+
noBtn: {
|
|
19
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
hideBtn: {
|
|
23
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
source: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
isLock: {
|
|
31
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
type: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
styleSetting: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
default: () => {};
|
|
41
|
+
};
|
|
42
|
+
fontSizeObj: {
|
|
43
|
+
type: ObjectConstructor;
|
|
44
|
+
default: () => {
|
|
45
|
+
large: number;
|
|
46
|
+
medium: number;
|
|
47
|
+
small: number;
|
|
48
|
+
extrasmall: number;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
openType: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
scaleApiConfig: {
|
|
56
|
+
type: ObjectConstructor;
|
|
57
|
+
default: () => {};
|
|
58
|
+
};
|
|
59
|
+
getSelectOptions: {
|
|
60
|
+
type: FunctionConstructor;
|
|
61
|
+
default: () => Promise<never[]>;
|
|
62
|
+
};
|
|
63
|
+
getSearchOptions: {
|
|
64
|
+
type: FunctionConstructor;
|
|
65
|
+
default: () => Promise<never[]>;
|
|
66
|
+
};
|
|
67
|
+
getCascadeOptions: {
|
|
68
|
+
type: FunctionConstructor;
|
|
69
|
+
default: () => Promise<never[]>;
|
|
70
|
+
};
|
|
71
|
+
getLabelList: {
|
|
72
|
+
type: FunctionConstructor;
|
|
73
|
+
default: () => Promise<never[]>;
|
|
74
|
+
};
|
|
75
|
+
deleteLabel: {
|
|
76
|
+
type: FunctionConstructor;
|
|
77
|
+
default: () => Promise<{
|
|
78
|
+
status: boolean;
|
|
79
|
+
}>;
|
|
80
|
+
};
|
|
81
|
+
saveLabelItem: {
|
|
82
|
+
type: FunctionConstructor;
|
|
83
|
+
default: () => Promise<{
|
|
84
|
+
status: boolean;
|
|
85
|
+
}>;
|
|
86
|
+
};
|
|
87
|
+
uploadPictureUrl: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
91
|
+
uploadFileUrl: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
default: string;
|
|
94
|
+
};
|
|
95
|
+
ak: {
|
|
96
|
+
type: StringConstructor;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
99
|
+
sourceType: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
getChunkUploadConfig: {
|
|
104
|
+
type: FunctionConstructor;
|
|
105
|
+
default: () => Promise<{
|
|
106
|
+
checkFileMd5Exist: string;
|
|
107
|
+
fileChannel: string;
|
|
108
|
+
md5: string;
|
|
109
|
+
objectName: string;
|
|
110
|
+
partFileMerge: string;
|
|
111
|
+
partFileUpload: string;
|
|
112
|
+
token: string;
|
|
113
|
+
}>;
|
|
114
|
+
};
|
|
115
|
+
}, {
|
|
116
|
+
ScaleViewState: {
|
|
117
|
+
other: string;
|
|
118
|
+
form: {};
|
|
119
|
+
submitForm: {};
|
|
120
|
+
rules: {};
|
|
121
|
+
config: {};
|
|
122
|
+
formArray: never[];
|
|
123
|
+
mapVisible: boolean;
|
|
124
|
+
mapLocation: string;
|
|
125
|
+
labelSelectedList: never[];
|
|
126
|
+
defaultFormArray: never[];
|
|
127
|
+
fontSize: string;
|
|
128
|
+
filterArr: string[];
|
|
129
|
+
spinning: boolean;
|
|
130
|
+
indicator: string;
|
|
131
|
+
totalScore: undefined;
|
|
132
|
+
shareId: string;
|
|
133
|
+
currentTime: import("moment").Moment;
|
|
134
|
+
showEvaluatePage: boolean;
|
|
135
|
+
showEvaluateSettingWrap: boolean;
|
|
136
|
+
showEvaluateCountdownWrap: boolean;
|
|
137
|
+
showEvaluateCountdown: boolean;
|
|
138
|
+
banSubmit: boolean;
|
|
139
|
+
isFinished: boolean;
|
|
140
|
+
maxScore: number;
|
|
141
|
+
originConfig: {};
|
|
142
|
+
paramsEvaluate: null;
|
|
143
|
+
hasFrontAddress: boolean;
|
|
144
|
+
choiceComObj: {};
|
|
145
|
+
evatipMap: {};
|
|
146
|
+
};
|
|
147
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
148
|
+
ids: {
|
|
149
|
+
type: ObjectConstructor;
|
|
150
|
+
default: () => {
|
|
151
|
+
guage_id: string;
|
|
152
|
+
db_id: undefined;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
params: {
|
|
156
|
+
default: () => {};
|
|
157
|
+
type: ObjectConstructor;
|
|
158
|
+
};
|
|
159
|
+
guageData: {
|
|
160
|
+
type: ObjectConstructor;
|
|
161
|
+
default: () => {};
|
|
162
|
+
};
|
|
163
|
+
noBtn: {
|
|
164
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
hideBtn: {
|
|
168
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
169
|
+
default: boolean;
|
|
170
|
+
};
|
|
171
|
+
source: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
isLock: {
|
|
176
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
177
|
+
default: boolean;
|
|
178
|
+
};
|
|
179
|
+
type: {
|
|
180
|
+
type: StringConstructor;
|
|
181
|
+
default: string;
|
|
182
|
+
};
|
|
183
|
+
styleSetting: {
|
|
184
|
+
type: ObjectConstructor;
|
|
185
|
+
default: () => {};
|
|
186
|
+
};
|
|
187
|
+
fontSizeObj: {
|
|
188
|
+
type: ObjectConstructor;
|
|
189
|
+
default: () => {
|
|
190
|
+
large: number;
|
|
191
|
+
medium: number;
|
|
192
|
+
small: number;
|
|
193
|
+
extrasmall: number;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
196
|
+
openType: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
200
|
+
scaleApiConfig: {
|
|
201
|
+
type: ObjectConstructor;
|
|
202
|
+
default: () => {};
|
|
203
|
+
};
|
|
204
|
+
getSelectOptions: {
|
|
205
|
+
type: FunctionConstructor;
|
|
206
|
+
default: () => Promise<never[]>;
|
|
207
|
+
};
|
|
208
|
+
getSearchOptions: {
|
|
209
|
+
type: FunctionConstructor;
|
|
210
|
+
default: () => Promise<never[]>;
|
|
211
|
+
};
|
|
212
|
+
getCascadeOptions: {
|
|
213
|
+
type: FunctionConstructor;
|
|
214
|
+
default: () => Promise<never[]>;
|
|
215
|
+
};
|
|
216
|
+
getLabelList: {
|
|
217
|
+
type: FunctionConstructor;
|
|
218
|
+
default: () => Promise<never[]>;
|
|
219
|
+
};
|
|
220
|
+
deleteLabel: {
|
|
221
|
+
type: FunctionConstructor;
|
|
222
|
+
default: () => Promise<{
|
|
223
|
+
status: boolean;
|
|
224
|
+
}>;
|
|
225
|
+
};
|
|
226
|
+
saveLabelItem: {
|
|
227
|
+
type: FunctionConstructor;
|
|
228
|
+
default: () => Promise<{
|
|
229
|
+
status: boolean;
|
|
230
|
+
}>;
|
|
231
|
+
};
|
|
232
|
+
uploadPictureUrl: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
default: string;
|
|
235
|
+
};
|
|
236
|
+
uploadFileUrl: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
ak: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
};
|
|
244
|
+
sourceType: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
getChunkUploadConfig: {
|
|
249
|
+
type: FunctionConstructor;
|
|
250
|
+
default: () => Promise<{
|
|
251
|
+
checkFileMd5Exist: string;
|
|
252
|
+
fileChannel: string;
|
|
253
|
+
md5: string;
|
|
254
|
+
objectName: string;
|
|
255
|
+
partFileMerge: string;
|
|
256
|
+
partFileUpload: string;
|
|
257
|
+
token: string;
|
|
258
|
+
}>;
|
|
259
|
+
};
|
|
260
|
+
}>> & {
|
|
261
|
+
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
|
262
|
+
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
|
263
|
+
onOnSubmit?: ((...args: any[]) => any) | undefined;
|
|
264
|
+
}>>;
|
|
265
|
+
state: any;
|
|
266
|
+
emit: (event: "onCloseSetting" | "submitNoRequest" | "onSubmit", ...args: any[]) => void;
|
|
267
|
+
dialog: import("naive-ui").DialogApi;
|
|
268
|
+
message: import("naive-ui").MessageApi;
|
|
269
|
+
countdownDom: any;
|
|
270
|
+
formRef: import("vue").Ref<{
|
|
271
|
+
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
|
272
|
+
restoreValidation: () => void;
|
|
273
|
+
} | null>;
|
|
274
|
+
noDataState: {
|
|
275
|
+
noData: boolean;
|
|
276
|
+
noDataTip: string;
|
|
277
|
+
noDataImg: string;
|
|
278
|
+
};
|
|
279
|
+
setNoData: (noData: any, noDataTip?: string, noDataImg?: string) => void;
|
|
280
|
+
resetNodata: () => void;
|
|
281
|
+
query: any;
|
|
282
|
+
showEvatip: import("vue").ComputedRef<(item: any) => boolean>;
|
|
283
|
+
isFormBoldOpen: import("vue").ComputedRef<(item: any) => any>;
|
|
284
|
+
scaleStyle: import("vue").ComputedRef<{
|
|
285
|
+
width: string;
|
|
286
|
+
height: string;
|
|
287
|
+
transform: string;
|
|
288
|
+
} | null>;
|
|
289
|
+
handlePageClass: import("vue").ComputedRef<boolean>;
|
|
290
|
+
isShowItem: import("vue").ComputedRef<(item: any) => any>;
|
|
291
|
+
handleShowQuestionNumber: import("vue").ComputedRef<(item: any) => any>;
|
|
292
|
+
hasScore: import("vue").ComputedRef<boolean>;
|
|
293
|
+
isPreviewScale: import("vue").ComputedRef<any>;
|
|
294
|
+
showEvaluateEntry: import("vue").ComputedRef<any>;
|
|
295
|
+
showEvaluateCoundownPage: import("vue").ComputedRef<any>;
|
|
296
|
+
showSaveBtn: import("vue").ComputedRef<boolean>;
|
|
297
|
+
showEvaluateLabel: import("vue").ComputedRef<(item: any) => any>;
|
|
298
|
+
showAnswerParse: import("vue").ComputedRef<(item: any) => any>;
|
|
299
|
+
propsConfig: import("vue").ComputedRef<(item: any, index: number) => any>;
|
|
300
|
+
evaluatePageProps: import("vue").ComputedRef<{
|
|
301
|
+
formArray: any;
|
|
302
|
+
evaluateResultConfig: any;
|
|
303
|
+
evaluateResultSetting: any;
|
|
304
|
+
isFinished: any;
|
|
305
|
+
maxScore: any;
|
|
306
|
+
}>;
|
|
307
|
+
evaluateCountdownProps: import("vue").ComputedRef<{
|
|
308
|
+
formArray: any;
|
|
309
|
+
evaluateResultConfig: any;
|
|
310
|
+
evaluateResultSetting: any;
|
|
311
|
+
form: any;
|
|
312
|
+
isFinished: any;
|
|
313
|
+
currentTime: any;
|
|
314
|
+
showEvaluateCountdown: any;
|
|
315
|
+
}>;
|
|
316
|
+
showEvent: (formItem: any, isSubmitCallback?: any) => any;
|
|
317
|
+
formKey: (item: any) => any;
|
|
318
|
+
initForm: (data: any) => void;
|
|
319
|
+
submitMethod: () => void;
|
|
320
|
+
nextLogicEvent: (choiceValue: any, formItem: any, formArray?: any[], isInit?: boolean | undefined) => void;
|
|
321
|
+
handleDynamicDataRelation: (list: any[], formItem: any, formArray: any[]) => void;
|
|
322
|
+
handleQuery: () => void;
|
|
323
|
+
init: (configData: any) => void;
|
|
324
|
+
writeGuage: (showCountdown: boolean) => void;
|
|
325
|
+
closeEvaluateCountdown: () => void;
|
|
326
|
+
showEvaTipModal: (item: any) => Promise<void>;
|
|
327
|
+
evatipConfirm: (str: any) => void;
|
|
328
|
+
scaleChange: (val: any, item: any, config?: any) => void;
|
|
329
|
+
labelChange: (labelList: any, item: any) => void;
|
|
330
|
+
vodFileList: (list: any, item: any) => void;
|
|
331
|
+
handleGetLabelSubmit: (labelSelectedList: any[]) => {
|
|
332
|
+
labelStr: string;
|
|
333
|
+
labels: any[];
|
|
334
|
+
};
|
|
335
|
+
onSubmit: () => void;
|
|
336
|
+
confirmSubmit: (message: any) => void;
|
|
337
|
+
onSubmitForm: () => void;
|
|
338
|
+
cancel: () => void;
|
|
339
|
+
getScaleData: () => any;
|
|
340
|
+
isCollection: (e: string) => boolean;
|
|
341
|
+
NoData: import("vue").DefineComponent<{
|
|
342
|
+
noDataTip: {
|
|
343
|
+
type: StringConstructor;
|
|
344
|
+
default: string;
|
|
345
|
+
};
|
|
346
|
+
noDataImg: {
|
|
347
|
+
type: StringConstructor;
|
|
348
|
+
default: string;
|
|
349
|
+
};
|
|
350
|
+
showImg: {
|
|
351
|
+
type: BooleanConstructor;
|
|
352
|
+
default: boolean;
|
|
353
|
+
};
|
|
354
|
+
}, {
|
|
355
|
+
imgStr: import("vue").ComputedRef<null>;
|
|
356
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
357
|
+
noDataTip: {
|
|
358
|
+
type: StringConstructor;
|
|
359
|
+
default: string;
|
|
360
|
+
};
|
|
361
|
+
noDataImg: {
|
|
362
|
+
type: StringConstructor;
|
|
363
|
+
default: string;
|
|
364
|
+
};
|
|
365
|
+
showImg: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
default: boolean;
|
|
368
|
+
};
|
|
369
|
+
}>> & {}>>;
|
|
370
|
+
handleDesc: import("vue").ComputedRef<string>;
|
|
371
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
372
|
+
noDataTip: {
|
|
373
|
+
type: StringConstructor;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
376
|
+
noDataImg: {
|
|
377
|
+
type: StringConstructor;
|
|
378
|
+
default: string;
|
|
379
|
+
};
|
|
380
|
+
showImg: {
|
|
381
|
+
type: BooleanConstructor;
|
|
382
|
+
default: boolean;
|
|
383
|
+
};
|
|
384
|
+
}>>, {
|
|
385
|
+
noDataTip: string;
|
|
386
|
+
noDataImg: string;
|
|
387
|
+
showImg: boolean;
|
|
388
|
+
}>;
|
|
389
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
390
|
+
iconClass: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
required: true;
|
|
393
|
+
default: string;
|
|
394
|
+
};
|
|
395
|
+
title: {
|
|
396
|
+
type: StringConstructor;
|
|
397
|
+
required: false;
|
|
398
|
+
default: string;
|
|
399
|
+
};
|
|
400
|
+
className: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
required: false;
|
|
403
|
+
};
|
|
404
|
+
}, {
|
|
405
|
+
props: {
|
|
406
|
+
iconClass: string;
|
|
407
|
+
title: string;
|
|
408
|
+
className?: string | undefined;
|
|
409
|
+
};
|
|
410
|
+
iconName: import("vue").ComputedRef<string>;
|
|
411
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
412
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
413
|
+
iconClass: {
|
|
414
|
+
type: StringConstructor;
|
|
415
|
+
required: true;
|
|
416
|
+
default: string;
|
|
417
|
+
};
|
|
418
|
+
title: {
|
|
419
|
+
type: StringConstructor;
|
|
420
|
+
required: false;
|
|
421
|
+
default: string;
|
|
422
|
+
};
|
|
423
|
+
className: {
|
|
424
|
+
type: StringConstructor;
|
|
425
|
+
required: false;
|
|
426
|
+
};
|
|
427
|
+
}>>, {
|
|
428
|
+
title: string;
|
|
429
|
+
iconClass: string;
|
|
430
|
+
}>;
|
|
431
|
+
EvaluateCountdown: import("vue").DefineComponent<{
|
|
432
|
+
formArray: {
|
|
433
|
+
type: ArrayConstructor;
|
|
434
|
+
default: () => never[];
|
|
435
|
+
};
|
|
436
|
+
evaluateResultConfig: {
|
|
437
|
+
type: ObjectConstructor;
|
|
438
|
+
default: () => {};
|
|
439
|
+
};
|
|
440
|
+
evaluateResultSetting: {
|
|
441
|
+
type: ObjectConstructor;
|
|
442
|
+
default: () => {};
|
|
443
|
+
};
|
|
444
|
+
form: {
|
|
445
|
+
type: ObjectConstructor;
|
|
446
|
+
default: () => {};
|
|
447
|
+
};
|
|
448
|
+
currentTime: {
|
|
449
|
+
default: number;
|
|
450
|
+
};
|
|
451
|
+
showEvaluateCountdown: {
|
|
452
|
+
type: BooleanConstructor;
|
|
453
|
+
default: boolean;
|
|
454
|
+
};
|
|
455
|
+
}, {
|
|
456
|
+
state: {
|
|
457
|
+
source: string;
|
|
458
|
+
setAnswered: number;
|
|
459
|
+
};
|
|
460
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
461
|
+
formArray: {
|
|
462
|
+
type: ArrayConstructor;
|
|
463
|
+
default: () => never[];
|
|
464
|
+
};
|
|
465
|
+
evaluateResultConfig: {
|
|
466
|
+
type: ObjectConstructor;
|
|
467
|
+
default: () => {};
|
|
468
|
+
};
|
|
469
|
+
evaluateResultSetting: {
|
|
470
|
+
type: ObjectConstructor;
|
|
471
|
+
default: () => {};
|
|
472
|
+
};
|
|
473
|
+
form: {
|
|
474
|
+
type: ObjectConstructor;
|
|
475
|
+
default: () => {};
|
|
476
|
+
};
|
|
477
|
+
currentTime: {
|
|
478
|
+
default: number;
|
|
479
|
+
};
|
|
480
|
+
showEvaluateCountdown: {
|
|
481
|
+
type: BooleanConstructor;
|
|
482
|
+
default: boolean;
|
|
483
|
+
};
|
|
484
|
+
}>> & {
|
|
485
|
+
onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
|
|
486
|
+
}>>;
|
|
487
|
+
emit: (event: "closeEvaluateCountdown", ...args: any[]) => void;
|
|
488
|
+
evaluateState: {
|
|
489
|
+
totalLen: number;
|
|
490
|
+
timer: null;
|
|
491
|
+
countdownStr: string;
|
|
492
|
+
isTimeOut: boolean;
|
|
493
|
+
countdownRed: boolean;
|
|
494
|
+
filterArr: string[];
|
|
495
|
+
};
|
|
496
|
+
evaluateStartTime: any;
|
|
497
|
+
showCountdown: import("vue").ComputedRef<any>;
|
|
498
|
+
getTotalLen: () => void;
|
|
499
|
+
countdown: (startTime: any) => void;
|
|
500
|
+
clearTimer: () => void;
|
|
501
|
+
init: () => void;
|
|
502
|
+
checkType: (val: any) => string;
|
|
503
|
+
diffAnswered: (form: any) => void;
|
|
504
|
+
getCountdownObj: () => {
|
|
505
|
+
setAnswered: number;
|
|
506
|
+
totalLen: number;
|
|
507
|
+
};
|
|
508
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
509
|
+
iconClass: {
|
|
510
|
+
type: StringConstructor;
|
|
511
|
+
required: true;
|
|
512
|
+
default: string;
|
|
513
|
+
};
|
|
514
|
+
title: {
|
|
515
|
+
type: StringConstructor;
|
|
516
|
+
required: false;
|
|
517
|
+
default: string;
|
|
518
|
+
};
|
|
519
|
+
className: {
|
|
520
|
+
type: StringConstructor;
|
|
521
|
+
required: false;
|
|
522
|
+
};
|
|
523
|
+
}, {
|
|
524
|
+
props: {
|
|
525
|
+
iconClass: string;
|
|
526
|
+
title: string;
|
|
527
|
+
className?: string | undefined;
|
|
528
|
+
};
|
|
529
|
+
iconName: import("vue").ComputedRef<string>;
|
|
530
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
531
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
532
|
+
iconClass: {
|
|
533
|
+
type: StringConstructor;
|
|
534
|
+
required: true;
|
|
535
|
+
default: string;
|
|
536
|
+
};
|
|
537
|
+
title: {
|
|
538
|
+
type: StringConstructor;
|
|
539
|
+
required: false;
|
|
540
|
+
default: string;
|
|
541
|
+
};
|
|
542
|
+
className: {
|
|
543
|
+
type: StringConstructor;
|
|
544
|
+
required: false;
|
|
545
|
+
};
|
|
546
|
+
}>>, {
|
|
547
|
+
title: string;
|
|
548
|
+
iconClass: string;
|
|
549
|
+
}>;
|
|
550
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closeEvaluateCountdown"[], "closeEvaluateCountdown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
551
|
+
formArray: {
|
|
552
|
+
type: ArrayConstructor;
|
|
553
|
+
default: () => never[];
|
|
554
|
+
};
|
|
555
|
+
evaluateResultConfig: {
|
|
556
|
+
type: ObjectConstructor;
|
|
557
|
+
default: () => {};
|
|
558
|
+
};
|
|
559
|
+
evaluateResultSetting: {
|
|
560
|
+
type: ObjectConstructor;
|
|
561
|
+
default: () => {};
|
|
562
|
+
};
|
|
563
|
+
form: {
|
|
564
|
+
type: ObjectConstructor;
|
|
565
|
+
default: () => {};
|
|
566
|
+
};
|
|
567
|
+
currentTime: {
|
|
568
|
+
default: number;
|
|
569
|
+
};
|
|
570
|
+
showEvaluateCountdown: {
|
|
571
|
+
type: BooleanConstructor;
|
|
572
|
+
default: boolean;
|
|
573
|
+
};
|
|
574
|
+
}>> & {
|
|
575
|
+
onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
|
|
576
|
+
}, {
|
|
577
|
+
formArray: unknown[];
|
|
578
|
+
evaluateResultConfig: Record<string, any>;
|
|
579
|
+
evaluateResultSetting: Record<string, any>;
|
|
580
|
+
form: Record<string, any>;
|
|
581
|
+
currentTime: number;
|
|
582
|
+
showEvaluateCountdown: boolean;
|
|
583
|
+
}>;
|
|
584
|
+
EvaluatePage: import("vue").DefineComponent<{
|
|
585
|
+
formArray: {
|
|
586
|
+
type: ArrayConstructor;
|
|
587
|
+
default: () => never[];
|
|
588
|
+
};
|
|
589
|
+
evaluateResultConfig: {
|
|
590
|
+
type: ObjectConstructor;
|
|
591
|
+
default: () => {};
|
|
592
|
+
};
|
|
593
|
+
evaluateResultSetting: {
|
|
594
|
+
type: ObjectConstructor;
|
|
595
|
+
default: () => {};
|
|
596
|
+
};
|
|
597
|
+
isFinished: {
|
|
598
|
+
type: BooleanConstructor;
|
|
599
|
+
default: boolean;
|
|
600
|
+
};
|
|
601
|
+
maxScore: {
|
|
602
|
+
type: NumberConstructor;
|
|
603
|
+
default: number;
|
|
604
|
+
};
|
|
605
|
+
}, {
|
|
606
|
+
state: {
|
|
607
|
+
source: string;
|
|
608
|
+
timer: null;
|
|
609
|
+
curTime: number;
|
|
610
|
+
timeRange: string;
|
|
611
|
+
banStart: boolean;
|
|
612
|
+
};
|
|
613
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
614
|
+
formArray: {
|
|
615
|
+
type: ArrayConstructor;
|
|
616
|
+
default: () => never[];
|
|
617
|
+
};
|
|
618
|
+
evaluateResultConfig: {
|
|
619
|
+
type: ObjectConstructor;
|
|
620
|
+
default: () => {};
|
|
621
|
+
};
|
|
622
|
+
evaluateResultSetting: {
|
|
623
|
+
type: ObjectConstructor;
|
|
624
|
+
default: () => {};
|
|
625
|
+
};
|
|
626
|
+
isFinished: {
|
|
627
|
+
type: BooleanConstructor;
|
|
628
|
+
default: boolean;
|
|
629
|
+
};
|
|
630
|
+
maxScore: {
|
|
631
|
+
type: NumberConstructor;
|
|
632
|
+
default: number;
|
|
633
|
+
};
|
|
634
|
+
}>> & {
|
|
635
|
+
onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
|
|
636
|
+
onWriteGuage?: ((...args: any[]) => any) | undefined;
|
|
637
|
+
}>>;
|
|
638
|
+
emit: (event: "closeEvaluateCountdown" | "writeGuage", ...args: any[]) => void;
|
|
639
|
+
evaluateState: {
|
|
640
|
+
totalLen: number;
|
|
641
|
+
timer: null;
|
|
642
|
+
countdownStr: string;
|
|
643
|
+
isTimeOut: boolean;
|
|
644
|
+
countdownRed: boolean;
|
|
645
|
+
filterArr: string[];
|
|
646
|
+
};
|
|
647
|
+
evaluateStartTime: any;
|
|
648
|
+
getEvaluateTime: any;
|
|
649
|
+
getEvaluateStartTime: import("vue").ComputedRef<false | Date>;
|
|
650
|
+
getEvaluateText: import("vue").ComputedRef<"测评已结束" | "开始测评">;
|
|
651
|
+
showCountdown: import("vue").ComputedRef<any>;
|
|
652
|
+
showRange: import("vue").ComputedRef<boolean>;
|
|
653
|
+
getTotalLen: () => void;
|
|
654
|
+
countdown: (startTime: any) => void;
|
|
655
|
+
clearTimer: () => void;
|
|
656
|
+
disabledEvaluate: import("vue").ComputedRef<any>;
|
|
657
|
+
isBanStart: () => boolean;
|
|
658
|
+
init: () => void;
|
|
659
|
+
handleEvaluateParams: () => void;
|
|
660
|
+
writeGuage: () => void;
|
|
661
|
+
NButton: any;
|
|
662
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closeEvaluateCountdown" | "writeGuage")[], "closeEvaluateCountdown" | "writeGuage", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
663
|
+
formArray: {
|
|
664
|
+
type: ArrayConstructor;
|
|
665
|
+
default: () => never[];
|
|
666
|
+
};
|
|
667
|
+
evaluateResultConfig: {
|
|
668
|
+
type: ObjectConstructor;
|
|
669
|
+
default: () => {};
|
|
670
|
+
};
|
|
671
|
+
evaluateResultSetting: {
|
|
672
|
+
type: ObjectConstructor;
|
|
673
|
+
default: () => {};
|
|
674
|
+
};
|
|
675
|
+
isFinished: {
|
|
676
|
+
type: BooleanConstructor;
|
|
677
|
+
default: boolean;
|
|
678
|
+
};
|
|
679
|
+
maxScore: {
|
|
680
|
+
type: NumberConstructor;
|
|
681
|
+
default: number;
|
|
682
|
+
};
|
|
683
|
+
}>> & {
|
|
684
|
+
onCloseEvaluateCountdown?: ((...args: any[]) => any) | undefined;
|
|
685
|
+
onWriteGuage?: ((...args: any[]) => any) | undefined;
|
|
686
|
+
}, {
|
|
687
|
+
formArray: unknown[];
|
|
688
|
+
evaluateResultConfig: Record<string, any>;
|
|
689
|
+
evaluateResultSetting: Record<string, any>;
|
|
690
|
+
isFinished: boolean;
|
|
691
|
+
maxScore: number;
|
|
692
|
+
}>;
|
|
693
|
+
AnswerParse: import("vue").DefineComponent<{
|
|
694
|
+
item: {
|
|
695
|
+
type: ObjectConstructor;
|
|
696
|
+
default: () => {};
|
|
697
|
+
};
|
|
698
|
+
}, {
|
|
699
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
700
|
+
item: {
|
|
701
|
+
type: ObjectConstructor;
|
|
702
|
+
default: () => {};
|
|
703
|
+
};
|
|
704
|
+
}>> & {}>>;
|
|
705
|
+
questionScore: import("vue").ComputedRef<any>;
|
|
706
|
+
answerSuccess: import("vue").ComputedRef<boolean>;
|
|
707
|
+
answerIcon: import("vue").ComputedRef<"xitongtubiaodui" | "xitongtubiaocuo">;
|
|
708
|
+
answerResText: import("vue").ComputedRef<"部分正确" | "回答正确" | "回答错误">;
|
|
709
|
+
scoreText: import("vue").ComputedRef<"部分" | "本题">;
|
|
710
|
+
correctAnswer: import("vue").ComputedRef<any>;
|
|
711
|
+
answerKeyText: import("vue").ComputedRef<any>;
|
|
712
|
+
SvgIcon: import("vue").DefineComponent<{
|
|
713
|
+
iconClass: {
|
|
714
|
+
type: StringConstructor;
|
|
715
|
+
required: true;
|
|
716
|
+
default: string;
|
|
717
|
+
};
|
|
718
|
+
title: {
|
|
719
|
+
type: StringConstructor;
|
|
720
|
+
required: false;
|
|
721
|
+
default: string;
|
|
722
|
+
};
|
|
723
|
+
className: {
|
|
724
|
+
type: StringConstructor;
|
|
725
|
+
required: false;
|
|
726
|
+
};
|
|
727
|
+
}, {
|
|
728
|
+
props: {
|
|
729
|
+
iconClass: string;
|
|
730
|
+
title: string;
|
|
731
|
+
className?: string | undefined;
|
|
732
|
+
};
|
|
733
|
+
iconName: import("vue").ComputedRef<string>;
|
|
734
|
+
svgClass: import("vue").ComputedRef<string>;
|
|
735
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
736
|
+
iconClass: {
|
|
737
|
+
type: StringConstructor;
|
|
738
|
+
required: true;
|
|
739
|
+
default: string;
|
|
740
|
+
};
|
|
741
|
+
title: {
|
|
742
|
+
type: StringConstructor;
|
|
743
|
+
required: false;
|
|
744
|
+
default: string;
|
|
745
|
+
};
|
|
746
|
+
className: {
|
|
747
|
+
type: StringConstructor;
|
|
748
|
+
required: false;
|
|
749
|
+
};
|
|
750
|
+
}>>, {
|
|
751
|
+
title: string;
|
|
752
|
+
iconClass: string;
|
|
753
|
+
}>;
|
|
754
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
755
|
+
item: {
|
|
756
|
+
type: ObjectConstructor;
|
|
757
|
+
default: () => {};
|
|
758
|
+
};
|
|
759
|
+
}>>, {
|
|
760
|
+
item: Record<string, any>;
|
|
761
|
+
}>;
|
|
762
|
+
ScaleScore: import("vue").DefineComponent<{
|
|
763
|
+
config: {
|
|
764
|
+
type: ObjectConstructor;
|
|
765
|
+
default: () => {};
|
|
766
|
+
};
|
|
767
|
+
maxScore: {
|
|
768
|
+
type: NumberConstructor;
|
|
769
|
+
default: number;
|
|
770
|
+
};
|
|
771
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
772
|
+
config: {
|
|
773
|
+
type: ObjectConstructor;
|
|
774
|
+
default: () => {};
|
|
775
|
+
};
|
|
776
|
+
maxScore: {
|
|
777
|
+
type: NumberConstructor;
|
|
778
|
+
default: number;
|
|
779
|
+
};
|
|
780
|
+
}>> & {}, {
|
|
781
|
+
maxScore: number;
|
|
782
|
+
config: Record<string, any>;
|
|
783
|
+
}>;
|
|
784
|
+
NButton: any;
|
|
785
|
+
NForm: any;
|
|
786
|
+
NFormItem: import("vue").DefineComponent<{
|
|
787
|
+
readonly label: StringConstructor;
|
|
788
|
+
readonly labelWidth: import("vue").PropType<string | number>;
|
|
789
|
+
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
790
|
+
readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
791
|
+
readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
792
|
+
readonly path: StringConstructor;
|
|
793
|
+
readonly first: BooleanConstructor;
|
|
794
|
+
readonly rulePath: StringConstructor;
|
|
795
|
+
readonly required: BooleanConstructor;
|
|
796
|
+
readonly showRequireMark: {
|
|
797
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
798
|
+
readonly default: undefined;
|
|
799
|
+
};
|
|
800
|
+
readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
|
|
801
|
+
readonly showFeedback: {
|
|
802
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
803
|
+
readonly default: undefined;
|
|
804
|
+
};
|
|
805
|
+
readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
806
|
+
readonly size: import("vue").PropType<"small" | "medium" | "large">;
|
|
807
|
+
readonly ignorePathChange: BooleanConstructor;
|
|
808
|
+
readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
|
|
809
|
+
readonly feedback: StringConstructor;
|
|
810
|
+
readonly showLabel: {
|
|
811
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
812
|
+
readonly default: undefined;
|
|
813
|
+
};
|
|
814
|
+
readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
|
|
815
|
+
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
816
|
+
blankHeightSmall: string;
|
|
817
|
+
blankHeightMedium: string;
|
|
818
|
+
blankHeightLarge: string;
|
|
819
|
+
lineHeight: string;
|
|
820
|
+
labelTextColor: string;
|
|
821
|
+
asteriskColor: string;
|
|
822
|
+
feedbackTextColorError: string;
|
|
823
|
+
feedbackTextColorWarning: string;
|
|
824
|
+
feedbackTextColor: string;
|
|
825
|
+
feedbackPadding: string;
|
|
826
|
+
feedbackHeightSmall: string;
|
|
827
|
+
feedbackHeightMedium: string;
|
|
828
|
+
feedbackHeightLarge: string;
|
|
829
|
+
feedbackFontSizeSmall: string;
|
|
830
|
+
feedbackFontSizeMedium: string;
|
|
831
|
+
feedbackFontSizeLarge: string;
|
|
832
|
+
labelFontSizeLeftSmall: string;
|
|
833
|
+
labelFontSizeLeftMedium: string;
|
|
834
|
+
labelFontSizeLeftLarge: string;
|
|
835
|
+
labelFontSizeTopSmall: string;
|
|
836
|
+
labelFontSizeTopMedium: string;
|
|
837
|
+
labelFontSizeTopLarge: string;
|
|
838
|
+
labelHeightSmall: string;
|
|
839
|
+
labelHeightMedium: string;
|
|
840
|
+
labelHeightLarge: string;
|
|
841
|
+
labelPaddingVertical: string;
|
|
842
|
+
labelPaddingHorizontal: string;
|
|
843
|
+
labelTextAlignVertical: string;
|
|
844
|
+
labelTextAlignHorizontal: string;
|
|
845
|
+
}, any>>;
|
|
846
|
+
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
847
|
+
blankHeightSmall: string;
|
|
848
|
+
blankHeightMedium: string;
|
|
849
|
+
blankHeightLarge: string;
|
|
850
|
+
lineHeight: string;
|
|
851
|
+
labelTextColor: string;
|
|
852
|
+
asteriskColor: string;
|
|
853
|
+
feedbackTextColorError: string;
|
|
854
|
+
feedbackTextColorWarning: string;
|
|
855
|
+
feedbackTextColor: string;
|
|
856
|
+
feedbackPadding: string;
|
|
857
|
+
feedbackHeightSmall: string;
|
|
858
|
+
feedbackHeightMedium: string;
|
|
859
|
+
feedbackHeightLarge: string;
|
|
860
|
+
feedbackFontSizeSmall: string;
|
|
861
|
+
feedbackFontSizeMedium: string;
|
|
862
|
+
feedbackFontSizeLarge: string;
|
|
863
|
+
labelFontSizeLeftSmall: string;
|
|
864
|
+
labelFontSizeLeftMedium: string;
|
|
865
|
+
labelFontSizeLeftLarge: string;
|
|
866
|
+
labelFontSizeTopSmall: string;
|
|
867
|
+
labelFontSizeTopMedium: string;
|
|
868
|
+
labelFontSizeTopLarge: string;
|
|
869
|
+
labelHeightSmall: string;
|
|
870
|
+
labelHeightMedium: string;
|
|
871
|
+
labelHeightLarge: string;
|
|
872
|
+
labelPaddingVertical: string;
|
|
873
|
+
labelPaddingHorizontal: string;
|
|
874
|
+
labelTextAlignVertical: string;
|
|
875
|
+
labelTextAlignHorizontal: string;
|
|
876
|
+
}, any>>>;
|
|
877
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
878
|
+
blankHeightSmall: string;
|
|
879
|
+
blankHeightMedium: string;
|
|
880
|
+
blankHeightLarge: string;
|
|
881
|
+
lineHeight: string;
|
|
882
|
+
labelTextColor: string;
|
|
883
|
+
asteriskColor: string;
|
|
884
|
+
feedbackTextColorError: string;
|
|
885
|
+
feedbackTextColorWarning: string;
|
|
886
|
+
feedbackTextColor: string;
|
|
887
|
+
feedbackPadding: string;
|
|
888
|
+
feedbackHeightSmall: string;
|
|
889
|
+
feedbackHeightMedium: string;
|
|
890
|
+
feedbackHeightLarge: string;
|
|
891
|
+
feedbackFontSizeSmall: string;
|
|
892
|
+
feedbackFontSizeMedium: string;
|
|
893
|
+
feedbackFontSizeLarge: string;
|
|
894
|
+
labelFontSizeLeftSmall: string;
|
|
895
|
+
labelFontSizeLeftMedium: string;
|
|
896
|
+
labelFontSizeLeftLarge: string;
|
|
897
|
+
labelFontSizeTopSmall: string;
|
|
898
|
+
labelFontSizeTopMedium: string;
|
|
899
|
+
labelFontSizeTopLarge: string;
|
|
900
|
+
labelHeightSmall: string;
|
|
901
|
+
labelHeightMedium: string;
|
|
902
|
+
labelHeightLarge: string;
|
|
903
|
+
labelPaddingVertical: string;
|
|
904
|
+
labelPaddingHorizontal: string;
|
|
905
|
+
labelTextAlignVertical: string;
|
|
906
|
+
labelTextAlignHorizontal: string;
|
|
907
|
+
}, any>>>;
|
|
908
|
+
}, {
|
|
909
|
+
cssVars: import("vue").ComputedRef<{
|
|
910
|
+
'--n-bezier': string;
|
|
911
|
+
'--n-line-height': string;
|
|
912
|
+
'--n-blank-height': string;
|
|
913
|
+
'--n-label-font-size': string;
|
|
914
|
+
'--n-label-text-align': string;
|
|
915
|
+
'--n-label-height': string;
|
|
916
|
+
'--n-label-padding': string;
|
|
917
|
+
'--n-asterisk-color': string;
|
|
918
|
+
'--n-label-text-color': string;
|
|
919
|
+
'--n-feedback-padding': string;
|
|
920
|
+
'--n-feedback-font-size': string;
|
|
921
|
+
'--n-feedback-height': string;
|
|
922
|
+
'--n-feedback-text-color': string;
|
|
923
|
+
'--n-feedback-text-color-warning': string;
|
|
924
|
+
'--n-feedback-text-color-error': string;
|
|
925
|
+
}> | undefined;
|
|
926
|
+
themeClass: import("vue").Ref<string>;
|
|
927
|
+
onRender: () => void;
|
|
928
|
+
validate: import("naive-ui/es/form/src/interface").FormItemValidate;
|
|
929
|
+
restoreValidation: () => void;
|
|
930
|
+
path?: string | undefined;
|
|
931
|
+
internalValidate: import("naive-ui/es/form/src/interface").FormItemInternalValidate;
|
|
932
|
+
mergedSize: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").Size>;
|
|
933
|
+
validationErrored: import("vue").Ref<boolean>;
|
|
934
|
+
mergedLabelStyle: import("vue").ComputedRef<(import("vue").StyleValue | undefined)[]>;
|
|
935
|
+
mergedLabelPlacement: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
936
|
+
mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
|
|
937
|
+
mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
|
|
938
|
+
mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
|
|
939
|
+
mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
|
|
940
|
+
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
941
|
+
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
942
|
+
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
943
|
+
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
944
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
945
|
+
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
946
|
+
feedbackId: import("vue").Ref<string>;
|
|
947
|
+
renderExplains: import("vue").Ref<{
|
|
948
|
+
key: string;
|
|
949
|
+
render: () => import("vue").VNodeChild;
|
|
950
|
+
}[]>;
|
|
951
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
952
|
+
readonly label: StringConstructor;
|
|
953
|
+
readonly labelWidth: import("vue").PropType<string | number>;
|
|
954
|
+
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
955
|
+
readonly labelAlign: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelAlign>;
|
|
956
|
+
readonly labelPlacement: import("vue").PropType<import("naive-ui/es/form/src/interface").LabelPlacement>;
|
|
957
|
+
readonly path: StringConstructor;
|
|
958
|
+
readonly first: BooleanConstructor;
|
|
959
|
+
readonly rulePath: StringConstructor;
|
|
960
|
+
readonly required: BooleanConstructor;
|
|
961
|
+
readonly showRequireMark: {
|
|
962
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
963
|
+
readonly default: undefined;
|
|
964
|
+
};
|
|
965
|
+
readonly requireMarkPlacement: import("vue").PropType<"left" | "right" | "right-hanging">;
|
|
966
|
+
readonly showFeedback: {
|
|
967
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
968
|
+
readonly default: undefined;
|
|
969
|
+
};
|
|
970
|
+
readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
|
|
971
|
+
readonly size: import("vue").PropType<"small" | "medium" | "large">;
|
|
972
|
+
readonly ignorePathChange: BooleanConstructor;
|
|
973
|
+
readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
|
|
974
|
+
readonly feedback: StringConstructor;
|
|
975
|
+
readonly showLabel: {
|
|
976
|
+
readonly type: import("vue").PropType<boolean | undefined>;
|
|
977
|
+
readonly default: undefined;
|
|
978
|
+
};
|
|
979
|
+
readonly labelProps: import("vue").PropType<import("vue").LabelHTMLAttributes>;
|
|
980
|
+
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
981
|
+
blankHeightSmall: string;
|
|
982
|
+
blankHeightMedium: string;
|
|
983
|
+
blankHeightLarge: string;
|
|
984
|
+
lineHeight: string;
|
|
985
|
+
labelTextColor: string;
|
|
986
|
+
asteriskColor: string;
|
|
987
|
+
feedbackTextColorError: string;
|
|
988
|
+
feedbackTextColorWarning: string;
|
|
989
|
+
feedbackTextColor: string;
|
|
990
|
+
feedbackPadding: string;
|
|
991
|
+
feedbackHeightSmall: string;
|
|
992
|
+
feedbackHeightMedium: string;
|
|
993
|
+
feedbackHeightLarge: string;
|
|
994
|
+
feedbackFontSizeSmall: string;
|
|
995
|
+
feedbackFontSizeMedium: string;
|
|
996
|
+
feedbackFontSizeLarge: string;
|
|
997
|
+
labelFontSizeLeftSmall: string;
|
|
998
|
+
labelFontSizeLeftMedium: string;
|
|
999
|
+
labelFontSizeLeftLarge: string;
|
|
1000
|
+
labelFontSizeTopSmall: string;
|
|
1001
|
+
labelFontSizeTopMedium: string;
|
|
1002
|
+
labelFontSizeTopLarge: string;
|
|
1003
|
+
labelHeightSmall: string;
|
|
1004
|
+
labelHeightMedium: string;
|
|
1005
|
+
labelHeightLarge: string;
|
|
1006
|
+
labelPaddingVertical: string;
|
|
1007
|
+
labelPaddingHorizontal: string;
|
|
1008
|
+
labelTextAlignVertical: string;
|
|
1009
|
+
labelTextAlignHorizontal: string;
|
|
1010
|
+
}, any>>;
|
|
1011
|
+
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1012
|
+
blankHeightSmall: string;
|
|
1013
|
+
blankHeightMedium: string;
|
|
1014
|
+
blankHeightLarge: string;
|
|
1015
|
+
lineHeight: string;
|
|
1016
|
+
labelTextColor: string;
|
|
1017
|
+
asteriskColor: string;
|
|
1018
|
+
feedbackTextColorError: string;
|
|
1019
|
+
feedbackTextColorWarning: string;
|
|
1020
|
+
feedbackTextColor: string;
|
|
1021
|
+
feedbackPadding: string;
|
|
1022
|
+
feedbackHeightSmall: string;
|
|
1023
|
+
feedbackHeightMedium: string;
|
|
1024
|
+
feedbackHeightLarge: string;
|
|
1025
|
+
feedbackFontSizeSmall: string;
|
|
1026
|
+
feedbackFontSizeMedium: string;
|
|
1027
|
+
feedbackFontSizeLarge: string;
|
|
1028
|
+
labelFontSizeLeftSmall: string;
|
|
1029
|
+
labelFontSizeLeftMedium: string;
|
|
1030
|
+
labelFontSizeLeftLarge: string;
|
|
1031
|
+
labelFontSizeTopSmall: string;
|
|
1032
|
+
labelFontSizeTopMedium: string;
|
|
1033
|
+
labelFontSizeTopLarge: string;
|
|
1034
|
+
labelHeightSmall: string;
|
|
1035
|
+
labelHeightMedium: string;
|
|
1036
|
+
labelHeightLarge: string;
|
|
1037
|
+
labelPaddingVertical: string;
|
|
1038
|
+
labelPaddingHorizontal: string;
|
|
1039
|
+
labelTextAlignVertical: string;
|
|
1040
|
+
labelTextAlignHorizontal: string;
|
|
1041
|
+
}, any>>>;
|
|
1042
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Form", {
|
|
1043
|
+
blankHeightSmall: string;
|
|
1044
|
+
blankHeightMedium: string;
|
|
1045
|
+
blankHeightLarge: string;
|
|
1046
|
+
lineHeight: string;
|
|
1047
|
+
labelTextColor: string;
|
|
1048
|
+
asteriskColor: string;
|
|
1049
|
+
feedbackTextColorError: string;
|
|
1050
|
+
feedbackTextColorWarning: string;
|
|
1051
|
+
feedbackTextColor: string;
|
|
1052
|
+
feedbackPadding: string;
|
|
1053
|
+
feedbackHeightSmall: string;
|
|
1054
|
+
feedbackHeightMedium: string;
|
|
1055
|
+
feedbackHeightLarge: string;
|
|
1056
|
+
feedbackFontSizeSmall: string;
|
|
1057
|
+
feedbackFontSizeMedium: string;
|
|
1058
|
+
feedbackFontSizeLarge: string;
|
|
1059
|
+
labelFontSizeLeftSmall: string;
|
|
1060
|
+
labelFontSizeLeftMedium: string;
|
|
1061
|
+
labelFontSizeLeftLarge: string;
|
|
1062
|
+
labelFontSizeTopSmall: string;
|
|
1063
|
+
labelFontSizeTopMedium: string;
|
|
1064
|
+
labelFontSizeTopLarge: string;
|
|
1065
|
+
labelHeightSmall: string;
|
|
1066
|
+
labelHeightMedium: string;
|
|
1067
|
+
labelHeightLarge: string;
|
|
1068
|
+
labelPaddingVertical: string;
|
|
1069
|
+
labelPaddingHorizontal: string;
|
|
1070
|
+
labelTextAlignVertical: string;
|
|
1071
|
+
labelTextAlignHorizontal: string;
|
|
1072
|
+
}, any>>>;
|
|
1073
|
+
}>>, {
|
|
1074
|
+
readonly required: boolean;
|
|
1075
|
+
readonly first: boolean;
|
|
1076
|
+
readonly showRequireMark: boolean | undefined;
|
|
1077
|
+
readonly showFeedback: boolean | undefined;
|
|
1078
|
+
readonly showLabel: boolean | undefined;
|
|
1079
|
+
readonly ignorePathChange: boolean;
|
|
1080
|
+
}>;
|
|
1081
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("onCloseSetting" | "submitNoRequest" | "onSubmit")[], "onSubmit" | "onCloseSetting" | "submitNoRequest", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1082
|
+
ids: {
|
|
1083
|
+
type: ObjectConstructor;
|
|
1084
|
+
default: () => {
|
|
1085
|
+
guage_id: string;
|
|
1086
|
+
db_id: undefined;
|
|
1087
|
+
};
|
|
1088
|
+
};
|
|
1089
|
+
params: {
|
|
1090
|
+
default: () => {};
|
|
1091
|
+
type: ObjectConstructor;
|
|
1092
|
+
};
|
|
1093
|
+
guageData: {
|
|
1094
|
+
type: ObjectConstructor;
|
|
1095
|
+
default: () => {};
|
|
1096
|
+
};
|
|
1097
|
+
noBtn: {
|
|
1098
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1099
|
+
default: boolean;
|
|
1100
|
+
};
|
|
1101
|
+
hideBtn: {
|
|
1102
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1103
|
+
default: boolean;
|
|
1104
|
+
};
|
|
1105
|
+
source: {
|
|
1106
|
+
type: StringConstructor;
|
|
1107
|
+
default: string;
|
|
1108
|
+
};
|
|
1109
|
+
isLock: {
|
|
1110
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1111
|
+
default: boolean;
|
|
1112
|
+
};
|
|
1113
|
+
type: {
|
|
1114
|
+
type: StringConstructor;
|
|
1115
|
+
default: string;
|
|
1116
|
+
};
|
|
1117
|
+
styleSetting: {
|
|
1118
|
+
type: ObjectConstructor;
|
|
1119
|
+
default: () => {};
|
|
1120
|
+
};
|
|
1121
|
+
fontSizeObj: {
|
|
1122
|
+
type: ObjectConstructor;
|
|
1123
|
+
default: () => {
|
|
1124
|
+
large: number;
|
|
1125
|
+
medium: number;
|
|
1126
|
+
small: number;
|
|
1127
|
+
extrasmall: number;
|
|
1128
|
+
};
|
|
1129
|
+
};
|
|
1130
|
+
openType: {
|
|
1131
|
+
type: StringConstructor;
|
|
1132
|
+
default: string;
|
|
1133
|
+
};
|
|
1134
|
+
scaleApiConfig: {
|
|
1135
|
+
type: ObjectConstructor;
|
|
1136
|
+
default: () => {};
|
|
1137
|
+
};
|
|
1138
|
+
getSelectOptions: {
|
|
1139
|
+
type: FunctionConstructor;
|
|
1140
|
+
default: () => Promise<never[]>;
|
|
1141
|
+
};
|
|
1142
|
+
getSearchOptions: {
|
|
1143
|
+
type: FunctionConstructor;
|
|
1144
|
+
default: () => Promise<never[]>;
|
|
1145
|
+
};
|
|
1146
|
+
getCascadeOptions: {
|
|
1147
|
+
type: FunctionConstructor;
|
|
1148
|
+
default: () => Promise<never[]>;
|
|
1149
|
+
};
|
|
1150
|
+
getLabelList: {
|
|
1151
|
+
type: FunctionConstructor;
|
|
1152
|
+
default: () => Promise<never[]>;
|
|
1153
|
+
};
|
|
1154
|
+
deleteLabel: {
|
|
1155
|
+
type: FunctionConstructor;
|
|
1156
|
+
default: () => Promise<{
|
|
1157
|
+
status: boolean;
|
|
1158
|
+
}>;
|
|
1159
|
+
};
|
|
1160
|
+
saveLabelItem: {
|
|
1161
|
+
type: FunctionConstructor;
|
|
1162
|
+
default: () => Promise<{
|
|
1163
|
+
status: boolean;
|
|
1164
|
+
}>;
|
|
1165
|
+
};
|
|
1166
|
+
uploadPictureUrl: {
|
|
1167
|
+
type: StringConstructor;
|
|
1168
|
+
default: string;
|
|
1169
|
+
};
|
|
1170
|
+
uploadFileUrl: {
|
|
1171
|
+
type: StringConstructor;
|
|
1172
|
+
default: string;
|
|
1173
|
+
};
|
|
1174
|
+
ak: {
|
|
1175
|
+
type: StringConstructor;
|
|
1176
|
+
default: string;
|
|
1177
|
+
};
|
|
1178
|
+
sourceType: {
|
|
1179
|
+
type: StringConstructor;
|
|
1180
|
+
default: string;
|
|
1181
|
+
};
|
|
1182
|
+
getChunkUploadConfig: {
|
|
1183
|
+
type: FunctionConstructor;
|
|
1184
|
+
default: () => Promise<{
|
|
1185
|
+
checkFileMd5Exist: string;
|
|
1186
|
+
fileChannel: string;
|
|
1187
|
+
md5: string;
|
|
1188
|
+
objectName: string;
|
|
1189
|
+
partFileMerge: string;
|
|
1190
|
+
partFileUpload: string;
|
|
1191
|
+
token: string;
|
|
1192
|
+
}>;
|
|
1193
|
+
};
|
|
1194
|
+
}>> & {
|
|
1195
|
+
onOnCloseSetting?: ((...args: any[]) => any) | undefined;
|
|
1196
|
+
onSubmitNoRequest?: ((...args: any[]) => any) | undefined;
|
|
1197
|
+
onOnSubmit?: ((...args: any[]) => any) | undefined;
|
|
1198
|
+
}, {
|
|
1199
|
+
params: Record<string, any>;
|
|
1200
|
+
type: string;
|
|
1201
|
+
styleSetting: Record<string, any>;
|
|
1202
|
+
isLock: string | number | boolean;
|
|
1203
|
+
sourceType: string;
|
|
1204
|
+
getLabelList: Function;
|
|
1205
|
+
deleteLabel: Function;
|
|
1206
|
+
saveLabelItem: Function;
|
|
1207
|
+
ids: Record<string, any>;
|
|
1208
|
+
guageData: Record<string, any>;
|
|
1209
|
+
noBtn: string | number | boolean;
|
|
1210
|
+
hideBtn: string | number | boolean;
|
|
1211
|
+
source: string;
|
|
1212
|
+
fontSizeObj: Record<string, any>;
|
|
1213
|
+
openType: string;
|
|
1214
|
+
scaleApiConfig: Record<string, any>;
|
|
1215
|
+
getSelectOptions: Function;
|
|
1216
|
+
getSearchOptions: Function;
|
|
1217
|
+
getCascadeOptions: Function;
|
|
1218
|
+
uploadPictureUrl: string;
|
|
1219
|
+
uploadFileUrl: string;
|
|
1220
|
+
ak: string;
|
|
1221
|
+
getChunkUploadConfig: Function;
|
|
1222
|
+
}>>;
|
|
1223
|
+
declare const CRadio: SFCWithInstall<import("vue").DefineComponent<{
|
|
1224
|
+
form: {
|
|
1225
|
+
type: ObjectConstructor;
|
|
1226
|
+
default: () => void;
|
|
1227
|
+
};
|
|
1228
|
+
item: {
|
|
1229
|
+
type: ObjectConstructor;
|
|
1230
|
+
default: () => void;
|
|
1231
|
+
};
|
|
1232
|
+
isLock: {
|
|
1233
|
+
type: BooleanConstructor;
|
|
1234
|
+
default: boolean;
|
|
1235
|
+
};
|
|
1236
|
+
inputLock: {
|
|
1237
|
+
type: BooleanConstructor;
|
|
1238
|
+
default: boolean;
|
|
1239
|
+
};
|
|
1240
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1241
|
+
form: {
|
|
1242
|
+
type: ObjectConstructor;
|
|
1243
|
+
default: () => void;
|
|
1244
|
+
};
|
|
1245
|
+
item: {
|
|
1246
|
+
type: ObjectConstructor;
|
|
1247
|
+
default: () => void;
|
|
1248
|
+
};
|
|
1249
|
+
isLock: {
|
|
1250
|
+
type: BooleanConstructor;
|
|
1251
|
+
default: boolean;
|
|
1252
|
+
};
|
|
1253
|
+
inputLock: {
|
|
1254
|
+
type: BooleanConstructor;
|
|
1255
|
+
default: boolean;
|
|
1256
|
+
};
|
|
1257
|
+
}>> & {
|
|
1258
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
1259
|
+
}, {
|
|
1260
|
+
item: Record<string, any>;
|
|
1261
|
+
isLock: boolean;
|
|
1262
|
+
form: Record<string, any>;
|
|
1263
|
+
inputLock: boolean;
|
|
1264
|
+
}>>;
|
|
1265
|
+
declare const CCheckbox: SFCWithInstall<import("vue").DefineComponent<{
|
|
1266
|
+
form: {
|
|
1267
|
+
type: ObjectConstructor;
|
|
1268
|
+
default: () => void;
|
|
1269
|
+
};
|
|
1270
|
+
item: {
|
|
1271
|
+
type: ObjectConstructor;
|
|
1272
|
+
default: () => void;
|
|
1273
|
+
};
|
|
1274
|
+
isLock: {
|
|
1275
|
+
type: BooleanConstructor;
|
|
1276
|
+
default: boolean;
|
|
1277
|
+
};
|
|
1278
|
+
inputLock: {
|
|
1279
|
+
type: BooleanConstructor;
|
|
1280
|
+
default: boolean;
|
|
1281
|
+
};
|
|
1282
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1283
|
+
form: {
|
|
1284
|
+
type: ObjectConstructor;
|
|
1285
|
+
default: () => void;
|
|
1286
|
+
};
|
|
1287
|
+
item: {
|
|
1288
|
+
type: ObjectConstructor;
|
|
1289
|
+
default: () => void;
|
|
1290
|
+
};
|
|
1291
|
+
isLock: {
|
|
1292
|
+
type: BooleanConstructor;
|
|
1293
|
+
default: boolean;
|
|
1294
|
+
};
|
|
1295
|
+
inputLock: {
|
|
1296
|
+
type: BooleanConstructor;
|
|
1297
|
+
default: boolean;
|
|
1298
|
+
};
|
|
1299
|
+
}>> & {
|
|
1300
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
1301
|
+
}, {
|
|
1302
|
+
item: Record<string, any>;
|
|
1303
|
+
isLock: boolean;
|
|
1304
|
+
form: Record<string, any>;
|
|
1305
|
+
inputLock: boolean;
|
|
1306
|
+
}>>;
|
|
1307
|
+
declare const CSelect: SFCWithInstall<import("vue").DefineComponent<{
|
|
1308
|
+
form: {
|
|
1309
|
+
type: ObjectConstructor;
|
|
1310
|
+
default: () => void;
|
|
1311
|
+
};
|
|
1312
|
+
item: {
|
|
1313
|
+
type: ObjectConstructor;
|
|
1314
|
+
default: () => void;
|
|
1315
|
+
};
|
|
1316
|
+
isLock: {
|
|
1317
|
+
type: BooleanConstructor;
|
|
1318
|
+
default: boolean;
|
|
1319
|
+
};
|
|
1320
|
+
getSelectOptions: {
|
|
1321
|
+
type: FunctionConstructor;
|
|
1322
|
+
default: () => Promise<never[]>;
|
|
1323
|
+
};
|
|
1324
|
+
getSearchOptions: {
|
|
1325
|
+
type: FunctionConstructor;
|
|
1326
|
+
default: () => Promise<never[]>;
|
|
1327
|
+
};
|
|
1328
|
+
openType: {
|
|
1329
|
+
type: StringConstructor;
|
|
1330
|
+
default: string;
|
|
1331
|
+
};
|
|
1332
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1333
|
+
form: {
|
|
1334
|
+
type: ObjectConstructor;
|
|
1335
|
+
default: () => void;
|
|
1336
|
+
};
|
|
1337
|
+
item: {
|
|
1338
|
+
type: ObjectConstructor;
|
|
1339
|
+
default: () => void;
|
|
1340
|
+
};
|
|
1341
|
+
isLock: {
|
|
1342
|
+
type: BooleanConstructor;
|
|
1343
|
+
default: boolean;
|
|
1344
|
+
};
|
|
1345
|
+
getSelectOptions: {
|
|
1346
|
+
type: FunctionConstructor;
|
|
1347
|
+
default: () => Promise<never[]>;
|
|
1348
|
+
};
|
|
1349
|
+
getSearchOptions: {
|
|
1350
|
+
type: FunctionConstructor;
|
|
1351
|
+
default: () => Promise<never[]>;
|
|
1352
|
+
};
|
|
1353
|
+
openType: {
|
|
1354
|
+
type: StringConstructor;
|
|
1355
|
+
default: string;
|
|
1356
|
+
};
|
|
1357
|
+
}>> & {
|
|
1358
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
1359
|
+
}, {
|
|
1360
|
+
item: Record<string, any>;
|
|
1361
|
+
isLock: boolean;
|
|
1362
|
+
openType: string;
|
|
1363
|
+
getSelectOptions: Function;
|
|
1364
|
+
getSearchOptions: Function;
|
|
1365
|
+
form: Record<string, any>;
|
|
1366
|
+
}>>;
|
|
1367
|
+
declare const CDatetime: SFCWithInstall<import("vue").DefineComponent<{
|
|
1368
|
+
form: {
|
|
1369
|
+
type: ObjectConstructor;
|
|
1370
|
+
default: () => {};
|
|
1371
|
+
};
|
|
1372
|
+
item: {
|
|
1373
|
+
type: ObjectConstructor;
|
|
1374
|
+
default: () => {};
|
|
1375
|
+
};
|
|
1376
|
+
isLock: {
|
|
1377
|
+
type: BooleanConstructor;
|
|
1378
|
+
default: boolean;
|
|
1379
|
+
};
|
|
1380
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "scaleChange"[], "scaleChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1381
|
+
form: {
|
|
1382
|
+
type: ObjectConstructor;
|
|
1383
|
+
default: () => {};
|
|
1384
|
+
};
|
|
1385
|
+
item: {
|
|
1386
|
+
type: ObjectConstructor;
|
|
1387
|
+
default: () => {};
|
|
1388
|
+
};
|
|
1389
|
+
isLock: {
|
|
1390
|
+
type: BooleanConstructor;
|
|
1391
|
+
default: boolean;
|
|
1392
|
+
};
|
|
1393
|
+
}>> & {
|
|
1394
|
+
onScaleChange?: ((...args: any[]) => any) | undefined;
|
|
1395
|
+
}, {
|
|
1396
|
+
item: Record<string, any>;
|
|
1397
|
+
isLock: boolean;
|
|
1398
|
+
form: Record<string, any>;
|
|
1399
|
+
}>>;
|
|
1400
|
+
export { CScaleView, CRadio, CCheckbox, CSelect, CDatetime };
|