cnhis-design-vue 3.1.44-release.5 → 3.1.45-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/README.md +87 -87
- package/es/components/base-search/index.d.ts +0 -6
- package/es/components/base-search/src/index.vue.d.ts +0 -6
- package/es/components/base-search/src/index.vue.js +1 -1
- package/es/components/big-table/src/BigTable.vue.js +1 -1
- package/es/components/big-table/src/components/NoData.vue.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.js +1 -1
- package/es/components/big-table/src/components/input-button.vue.js +1 -1
- package/es/components/big-table/src/components/separate.vue.js +1 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.js +1 -1
- 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/src/ButtonPrint.vue.js +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.js +1 -1
- package/es/components/button-print/src/components/Preview.vue.js +1 -1
- package/es/components/classification/index.d.ts +553 -75
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +551 -61
- package/es/components/classification/src/components/search-filter/index.vue.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +553 -75
- package/es/components/classification/src/components/set-classification/index.vue.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.js +1 -1
- package/es/components/classification/src/const/index.d.ts +2 -2
- package/es/components/classification/src/index.vue.d.ts +553 -75
- package/es/components/classification/src/index.vue.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/date-picker/src/DatePicker.vue.js +1 -1
- package/es/components/fabric-chart/index.d.ts +5 -41
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +5 -41
- package/es/components/fabric-chart/src/FabricChart.vue.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.js +1 -1
- package/es/components/fabric-chart/src/hooks/{useBirthProcess.d.ts → birthProcess/useBirthProcess.d.ts} +2 -2
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useBirthProcessChart.d.ts → birthProcess/useBirthProcessChart.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/index.d.ts +5 -7
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/index.d.ts +6 -0
- package/es/components/fabric-chart/src/hooks/temperature/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useCenter.d.ts → temperature/useCenter.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useLeft.d.ts → temperature/useLeft.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useRight.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useShadow.d.ts → temperature/useShadow.d.ts} +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +1 -0
- package/es/components/fabric-chart/src/hooks/{useTemperatureChart.d.ts → temperature/useTemperatureChart.d.ts} +3 -3
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTop.d.ts +4 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/useGrid.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/useGrid.js +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +1 -1
- package/es/components/fabric-chart/src/interface.d.ts +3 -3
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.js +1 -1
- package/es/components/form-config/index.d.ts +0 -2
- package/es/components/form-config/src/FormConfig.vue.d.ts +0 -2
- package/es/components/form-config/src/FormConfig.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +0 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.js +1 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +0 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.js +1 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.js +1 -1
- package/es/components/form-render/index.d.ts +0 -1
- package/es/components/form-render/src/FormRender.vue.d.ts +0 -1
- package/es/components/form-render/src/FormRender.vue.js +1 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +0 -1
- package/es/components/form-render/src/FormRenderWrapper.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/dist/levelSearchCascader.d.ts +77 -0
- package/es/components/form-render/src/components/renderer/dist/searchCascade.d.ts +93 -0
- package/es/components/form-render/src/components/renderer/formItem.js +1 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/input.js +1 -1
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/inputNumber.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.js +1 -1
- package/es/components/form-render/src/components/renderer/remoteSearch.js +1 -1
- package/es/components/form-render/src/components/renderer/searchCascade.js +1 -1
- package/es/components/form-render/src/components/renderer/select.js +1 -1
- package/es/components/form-render/src/components/tooltipMessage.vue.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/types/index.d.ts +2 -0
- package/es/components/guide/src/renderer.js +1 -1
- package/es/components/iho-select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/iho-select-label/src/SelectLabel.vue.js +1 -1
- package/es/components/iho-select-label/src/components/label-classify.vue.js +1 -1
- package/es/components/iho-table/index.d.ts +2 -0
- package/es/components/iho-table/src/IhoTable.vue.d.ts +2 -0
- package/es/components/iho-table/src/IhoTable.vue.js +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -0
- package/es/components/iho-table/src/plugins/dist/highLightSetPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.d.ts +3 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/checkRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/defaultRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/dist/seqRendererPlugin.d.ts +3 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/widgets/pictureRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/dist/index.d.ts +3 -0
- package/es/components/iho-table/src/plugins/varialbleHeightPlugin/index.js +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/dist/index.d.ts +44 -0
- package/es/components/iho-table/src/utils/index.js +1 -1
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +1 -1
- package/es/components/info-header/index.d.ts +8 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -2
- package/es/components/info-header/src/InfoHeader.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +0 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +0 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.js +1 -1
- package/es/components/keyboard/src/Keyboard.vue.js +1 -1
- package/es/components/keyboard/src/components/InputNumber.vue.js +1 -1
- package/es/components/keyboard/src/components/NumberPanel.vue.js +1 -1
- package/es/components/map/src/Map.vue.js +1 -1
- package/es/components/picture-clipper/index.d.ts +59 -0
- package/es/components/picture-clipper/index.js +1 -0
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +59 -0
- package/es/components/picture-clipper/src/PictureClipper.vue.js +1 -0
- package/es/components/picture-clipper/style/index.css +1 -0
- package/es/components/quick-search/index.d.ts +0 -6
- package/es/components/quick-search/src/index.vue.d.ts +0 -6
- package/es/components/quick-search/src/index.vue.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/recommend-search/src/RecommendSearch.vue.js +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue.js +1 -1
- package/es/components/recommend-search/src/components/RecommendMenu.vue.js +1 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue.js +1 -1
- package/es/components/scale-view/src/ScaleView.vue.js +1 -1
- package/es/components/scale-view/src/components/AnswerParse.vue.js +1 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.js +1 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue.js +1 -1
- package/es/components/scale-view/src/components/LoadingCom.vue.js +1 -1
- package/es/components/scale-view/src/components/NoData.vue.js +1 -1
- package/es/components/scale-view/src/components/formitem/dist/r-address.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/r-sign.d.ts +36 -0
- package/es/components/scale-view/src/components/formitem/dist/standard-modal.d.ts +82 -0
- package/es/components/search-cascader/src/SearchCascader.vue.js +1 -1
- package/es/components/search-cascader/src/components/SearchMenu.js +1 -1
- package/es/components/search-cascader/src/components/dist/SearchMenu.d.ts +57 -0
- package/es/components/search-cascader/src/components/dist/SearchMenu1.d.ts +57 -0
- package/es/components/select-label/src/LabelFormContent.vue.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue.js +1 -1
- package/es/components/select-person/src/SearchMultiple.vue.d.ts +0 -6
- package/es/components/select-person/src/SearchMultiple.vue.js +1 -1
- package/es/components/select-person/src/SelectPerson.vue.js +1 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.js +1 -1
- package/es/components/shortcut-setter/index.d.ts +0 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +0 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.js +1 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.js +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +551 -48
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +134 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +140 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +54 -0
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +61 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +68 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +47 -0
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +551 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.js +1 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +551 -48
- package/es/components/table-filter/src/components/classify-filter/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/{Label.vue.d.ts → LabelInner.vue.d.ts} +1 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/{SelectLabel.vue.d.ts → LabelOut.vue.d.ts} +1 -9
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.js +1 -0
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +1 -9
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +713 -8
- package/es/components/table-filter/src/components/render-widget/components/index.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +0 -6
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -27
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/constants/index.d.ts +3 -0
- package/es/components/table-filter/src/constants/index.js +1 -0
- package/es/components/table-filter/src/tool/baseOptions.d.ts +4 -0
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/table-filter/src/tool/transformData.d.ts +1 -0
- package/es/components/table-filter/src/tool/transformData.js +1 -1
- package/es/components/table-filter/src/types/enums.d.ts +1 -0
- package/es/components/table-filter/src/types/enums.js +1 -1
- package/es/components/time-line/src/TimeLine.vue.js +1 -1
- package/es/components/time-picker/src/TimePicker.vue.js +1 -1
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.js +1 -1
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/components/SelectPage/SelectPage.vue.js +1 -1
- package/es/shared/components/SvgIcon/SvgIcon.vue.js +1 -1
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.js +1 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +86 -0
- package/es/shared/components/no-data/NoData.vue.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/fabricjs/index.d.ts +6823 -0
- package/es/shared/utils/fabricjs/index.js +1 -0
- package/es/shared/utils/tapable/index.d.ts +139 -0
- package/package.json +2 -2
- package/es/components/base-search/src/index.vue2.js +0 -1
- package/es/components/big-table/src/components/NoData.vue2.js +0 -1
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +0 -1
- package/es/components/big-table/src/components/input-button.vue2.js +0 -1
- package/es/components/big-table/src/components/separate.vue2.js +0 -1
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +0 -1
- package/es/components/button-print/src/components/EditFormat.vue2.js +0 -1
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +0 -1
- package/es/components/classification/src/components/search-filter/index.vue2.js +0 -1
- package/es/components/classification/src/components/set-classification/index.vue2.js +0 -1
- package/es/components/classification/src/components/table-modal/index.vue2.js +0 -1
- package/es/components/classification/src/index.vue2.js +0 -1
- package/es/components/date-picker/src/DatePicker.vue2.js +0 -1
- package/es/components/fabric-chart/src/FabricChart.vue2.js +0 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue2.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBirthProcessChart.js +0 -1
- package/es/components/fabric-chart/src/hooks/useBottom.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useBottom.js +0 -1
- package/es/components/fabric-chart/src/hooks/useCenter.js +0 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +0 -1
- package/es/components/fabric-chart/src/hooks/useOther.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useOther.js +0 -1
- package/es/components/fabric-chart/src/hooks/useRight.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useRight.js +0 -1
- package/es/components/fabric-chart/src/hooks/useShadow.js +0 -1
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +0 -1
- package/es/components/fabric-chart/src/hooks/useTop.d.ts +0 -4
- package/es/components/fabric-chart/src/hooks/useTop.js +0 -1
- package/es/components/fabric-chart/src/utils/utils.js +0 -1
- package/es/components/field-set/src/FieldSet.vue2.js +0 -1
- package/es/components/form-config/src/FormConfig.vue2.js +0 -1
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +0 -1
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +0 -1
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +0 -1
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +0 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +0 -1
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +0 -1
- package/es/components/form-render/src/FormRender.vue2.js +0 -1
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +0 -1
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +0 -1
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +0 -1
- package/es/components/iho-select-label/src/LabelFormContent.vue2.js +0 -1
- package/es/components/iho-select-label/src/SelectLabel.vue2.js +0 -1
- package/es/components/iho-select-label/src/components/label-classify.vue2.js +0 -1
- package/es/components/iho-table/src/IhoTable.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +0 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +0 -1
- package/es/components/info-header/src/InfoHeader.vue2.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +0 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +0 -1
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +0 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +0 -1
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +0 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +0 -1
- package/es/components/keyboard/src/Keyboard.vue2.js +0 -1
- package/es/components/keyboard/src/components/InputNumber.vue2.js +0 -1
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +0 -1
- package/es/components/map/src/Map.vue2.js +0 -1
- package/es/components/quick-search/src/index.vue2.js +0 -1
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +0 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +0 -1
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +0 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +0 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +0 -1
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +0 -1
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +0 -1
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +0 -1
- package/es/components/scale-view/src/components/NoData.vue2.js +0 -1
- package/es/components/search-cascader/src/SearchCascader.vue2.js +0 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +0 -1
- package/es/components/select-label/src/components/label-classify.vue2.js +0 -1
- package/es/components/shortcut-provider/src/ShortcutProvider.vue2.js +0 -1
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +0 -1
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +0 -1
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +0 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +0 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Date.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Label.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Label.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue.js +0 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectLabel.vue2.js +0 -1
- package/es/components/time-line/src/TimeLine.vue2.js +0 -1
- package/es/components/time-picker/src/TimePicker.vue2.js +0 -1
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +0 -1
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +0 -1
- package/es/shared/components/SelectPage/SelectPage.vue2.js +0 -1
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +0 -1
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +0 -1
- package/es/shared/components/no-data/NoData.vue2.js +0 -1
- /package/es/_virtual/{_plugin-vue_export-helper.js → plugin-vue_export-helper.js} +0 -0
- /package/es/components/fabric-chart/src/{hooks/constant.d.ts → constants/index.d.ts} +0 -0
- /package/es/components/fabric-chart/src/{hooks/constant.js → constants/index.js} +0 -0
- /package/es/components/fabric-chart/src/utils/{utils.d.ts → index.d.ts} +0 -0
|
@@ -0,0 +1,551 @@
|
|
|
1
|
+
declare const Date: import("vue").DefineComponent<{
|
|
2
|
+
paramCfg: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: null;
|
|
5
|
+
};
|
|
6
|
+
modelValue: {
|
|
7
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
presetVal: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
}, {
|
|
15
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
paramCfg: {
|
|
17
|
+
type: ObjectConstructor;
|
|
18
|
+
default: null;
|
|
19
|
+
};
|
|
20
|
+
modelValue: {
|
|
21
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
22
|
+
default: null;
|
|
23
|
+
};
|
|
24
|
+
presetVal: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: null;
|
|
27
|
+
};
|
|
28
|
+
}>> & {
|
|
29
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}>>;
|
|
32
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
33
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
34
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
35
|
+
dateType: any;
|
|
36
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
37
|
+
compType: import("vue").ComputedRef<any>;
|
|
38
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
39
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
40
|
+
label: string;
|
|
41
|
+
value: string;
|
|
42
|
+
}[]>;
|
|
43
|
+
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
44
|
+
updateUnchangedValue: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
};
|
|
47
|
+
onConfirm: {
|
|
48
|
+
type: FunctionConstructor;
|
|
49
|
+
};
|
|
50
|
+
}, {
|
|
51
|
+
attrs: {
|
|
52
|
+
[x: string]: unknown;
|
|
53
|
+
};
|
|
54
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
+
updateUnchangedValue: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
};
|
|
58
|
+
onConfirm: {
|
|
59
|
+
type: FunctionConstructor;
|
|
60
|
+
};
|
|
61
|
+
}>> & {}>>;
|
|
62
|
+
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
63
|
+
panelInstRef: import("vue").Ref<null>;
|
|
64
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
65
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
66
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
67
|
+
focus: () => any;
|
|
68
|
+
blur: () => any;
|
|
69
|
+
onUpdateShow: (show: boolean) => void;
|
|
70
|
+
onConfirm: (...args: any[]) => void;
|
|
71
|
+
NDatePicker: any;
|
|
72
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
|
+
updateUnchangedValue: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
};
|
|
76
|
+
onConfirm: {
|
|
77
|
+
type: FunctionConstructor;
|
|
78
|
+
};
|
|
79
|
+
}>>, {
|
|
80
|
+
updateUnchangedValue: boolean;
|
|
81
|
+
}>>;
|
|
82
|
+
NSelect: any;
|
|
83
|
+
WidgetValEnums: {
|
|
84
|
+
CUSTOM: string;
|
|
85
|
+
FIRST_VAL: string;
|
|
86
|
+
NOW: string;
|
|
87
|
+
TODAY: string;
|
|
88
|
+
TODAY_START: string;
|
|
89
|
+
TODAY_END: string;
|
|
90
|
+
TOMORROW: string;
|
|
91
|
+
TOMORROW_START: string;
|
|
92
|
+
TOMORROW_END: string;
|
|
93
|
+
YESTERDAY: string;
|
|
94
|
+
YESTERDAY_START: string;
|
|
95
|
+
YESTERDAY_END: string;
|
|
96
|
+
THIS_WEEK: string;
|
|
97
|
+
WEEK_START: string;
|
|
98
|
+
WEEK_END: string;
|
|
99
|
+
NEXT_WEEK: string;
|
|
100
|
+
LAST_WEEK: string;
|
|
101
|
+
THIS_MONTH: string;
|
|
102
|
+
MONTH_START: string;
|
|
103
|
+
MONTH_END: string;
|
|
104
|
+
NEXT_MONTH: string;
|
|
105
|
+
LAST_MONTH: string;
|
|
106
|
+
THIS_QUARTER: string;
|
|
107
|
+
NEXT_QUARTER: string;
|
|
108
|
+
LAST_QUARTER: string;
|
|
109
|
+
THIS_YEAR: string;
|
|
110
|
+
NEXT_YEAR: string;
|
|
111
|
+
LAST_YEAR: string;
|
|
112
|
+
};
|
|
113
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
114
|
+
paramCfg: {
|
|
115
|
+
type: ObjectConstructor;
|
|
116
|
+
default: null;
|
|
117
|
+
};
|
|
118
|
+
modelValue: {
|
|
119
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
120
|
+
default: null;
|
|
121
|
+
};
|
|
122
|
+
presetVal: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: null;
|
|
125
|
+
};
|
|
126
|
+
}>> & {
|
|
127
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
129
|
+
}, {
|
|
130
|
+
modelValue: string | number | unknown[];
|
|
131
|
+
presetVal: string;
|
|
132
|
+
paramCfg: Record<string, any>;
|
|
133
|
+
}>;
|
|
134
|
+
declare const InputFilter: import("vue").DefineComponent<{
|
|
135
|
+
modelValue: {
|
|
136
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
137
|
+
default: null;
|
|
138
|
+
};
|
|
139
|
+
}, {
|
|
140
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
141
|
+
modelValue: {
|
|
142
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
143
|
+
default: null;
|
|
144
|
+
};
|
|
145
|
+
}>> & {
|
|
146
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
147
|
+
}>>;
|
|
148
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
149
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
150
|
+
NInput: any;
|
|
151
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
152
|
+
modelValue: {
|
|
153
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
154
|
+
default: null;
|
|
155
|
+
};
|
|
156
|
+
}>> & {
|
|
157
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}, {
|
|
159
|
+
modelValue: string | number | unknown[];
|
|
160
|
+
}>;
|
|
161
|
+
declare const InputNumber: import("vue").DefineComponent<{
|
|
162
|
+
modelValue: {
|
|
163
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
164
|
+
default: null;
|
|
165
|
+
};
|
|
166
|
+
}, {
|
|
167
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
168
|
+
modelValue: {
|
|
169
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
170
|
+
default: null;
|
|
171
|
+
};
|
|
172
|
+
}>> & {
|
|
173
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
}>>;
|
|
175
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
176
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
177
|
+
NInputNumber: any;
|
|
178
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
179
|
+
modelValue: {
|
|
180
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
181
|
+
default: null;
|
|
182
|
+
};
|
|
183
|
+
}>> & {
|
|
184
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
185
|
+
}, {
|
|
186
|
+
modelValue: string | number | unknown[];
|
|
187
|
+
}>;
|
|
188
|
+
declare const SelectFilter: import("vue").DefineComponent<{
|
|
189
|
+
paramCfg: {
|
|
190
|
+
type: ObjectConstructor;
|
|
191
|
+
default: null;
|
|
192
|
+
};
|
|
193
|
+
modelValue: {
|
|
194
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
195
|
+
default: null;
|
|
196
|
+
};
|
|
197
|
+
widgetType: {
|
|
198
|
+
type: StringConstructor;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
}, {
|
|
202
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
203
|
+
paramCfg: {
|
|
204
|
+
type: ObjectConstructor;
|
|
205
|
+
default: null;
|
|
206
|
+
};
|
|
207
|
+
modelValue: {
|
|
208
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
209
|
+
default: null;
|
|
210
|
+
};
|
|
211
|
+
widgetType: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
}>> & {
|
|
216
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
217
|
+
}>>;
|
|
218
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
219
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
220
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
221
|
+
mappingConfig: import("vue").ComputedRef<any>;
|
|
222
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
223
|
+
label: string;
|
|
224
|
+
value: string;
|
|
225
|
+
}[]>;
|
|
226
|
+
NSelect: any;
|
|
227
|
+
WidgetOptionEnums: {
|
|
228
|
+
RADIO: string;
|
|
229
|
+
MULTIPLE: string;
|
|
230
|
+
ALL: string;
|
|
231
|
+
SELECT_TIME: string;
|
|
232
|
+
PAST_TIME: string;
|
|
233
|
+
FUTURE_TIME: string;
|
|
234
|
+
};
|
|
235
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
236
|
+
paramCfg: {
|
|
237
|
+
type: ObjectConstructor;
|
|
238
|
+
default: null;
|
|
239
|
+
};
|
|
240
|
+
modelValue: {
|
|
241
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
242
|
+
default: null;
|
|
243
|
+
};
|
|
244
|
+
widgetType: {
|
|
245
|
+
type: StringConstructor;
|
|
246
|
+
default: string;
|
|
247
|
+
};
|
|
248
|
+
}>> & {
|
|
249
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
250
|
+
}, {
|
|
251
|
+
modelValue: string | number | unknown[];
|
|
252
|
+
widgetType: string;
|
|
253
|
+
paramCfg: Record<string, any>;
|
|
254
|
+
}>;
|
|
255
|
+
declare const SelectDynamic: import("vue").DefineComponent<{
|
|
256
|
+
paramCfg: {
|
|
257
|
+
type: ObjectConstructor;
|
|
258
|
+
default: null;
|
|
259
|
+
};
|
|
260
|
+
modelValue: {
|
|
261
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
262
|
+
default: null;
|
|
263
|
+
};
|
|
264
|
+
}, {
|
|
265
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
266
|
+
paramCfg: {
|
|
267
|
+
type: ObjectConstructor;
|
|
268
|
+
default: null;
|
|
269
|
+
};
|
|
270
|
+
modelValue: {
|
|
271
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
272
|
+
default: null;
|
|
273
|
+
};
|
|
274
|
+
}>> & {
|
|
275
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
276
|
+
}>>;
|
|
277
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
278
|
+
$attrs: {
|
|
279
|
+
[x: string]: unknown;
|
|
280
|
+
};
|
|
281
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
282
|
+
selectOptions: import("vue").Ref<any[]>;
|
|
283
|
+
isLoading: import("vue").Ref<boolean>;
|
|
284
|
+
filterApiConfig: import("../../../../..").AnyObject;
|
|
285
|
+
valueCp: import("vue").WritableComputedRef<any>;
|
|
286
|
+
optionSetting: import("vue").ComputedRef<any>;
|
|
287
|
+
isMultiple: import("vue").ComputedRef<boolean>;
|
|
288
|
+
searchOptions: (keyword: string) => Promise<any>;
|
|
289
|
+
_handleSearch: (query: string) => Promise<void>;
|
|
290
|
+
handleSearch: (query: string) => Promise<void>;
|
|
291
|
+
handleInitData: () => Promise<void>;
|
|
292
|
+
renderLabel: (option: import("naive-ui").SelectOption) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
293
|
+
[key: string]: any;
|
|
294
|
+
}>;
|
|
295
|
+
renderTag: ({ option, handleClose }: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
296
|
+
[key: string]: any;
|
|
297
|
+
}>;
|
|
298
|
+
NSelect: any;
|
|
299
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
300
|
+
paramCfg: {
|
|
301
|
+
type: ObjectConstructor;
|
|
302
|
+
default: null;
|
|
303
|
+
};
|
|
304
|
+
modelValue: {
|
|
305
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
306
|
+
default: null;
|
|
307
|
+
};
|
|
308
|
+
}>> & {
|
|
309
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
310
|
+
}, {
|
|
311
|
+
modelValue: string | number | unknown[];
|
|
312
|
+
paramCfg: Record<string, any>;
|
|
313
|
+
}>;
|
|
314
|
+
declare const InputNumberGroup: import("vue").DefineComponent<{
|
|
315
|
+
paramCfg: {
|
|
316
|
+
type: ObjectConstructor;
|
|
317
|
+
default: null;
|
|
318
|
+
};
|
|
319
|
+
modelValue: {
|
|
320
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
321
|
+
default: null;
|
|
322
|
+
};
|
|
323
|
+
}, {
|
|
324
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
325
|
+
paramCfg: {
|
|
326
|
+
type: ObjectConstructor;
|
|
327
|
+
default: null;
|
|
328
|
+
};
|
|
329
|
+
modelValue: {
|
|
330
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
331
|
+
default: null;
|
|
332
|
+
};
|
|
333
|
+
}>> & {
|
|
334
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
335
|
+
}>>;
|
|
336
|
+
startNumber: import("vue").Ref<any>;
|
|
337
|
+
endNumber: import("vue").Ref<any>;
|
|
338
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
339
|
+
handleChange: (val: number | null, key: string) => void;
|
|
340
|
+
NInputGroup: import("vue").DefineComponent<{
|
|
341
|
+
[x: string]: never;
|
|
342
|
+
[x: number]: never;
|
|
343
|
+
[x: symbol]: never;
|
|
344
|
+
}, {
|
|
345
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
346
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
347
|
+
[x: string]: never;
|
|
348
|
+
[x: number]: never;
|
|
349
|
+
[x: symbol]: never;
|
|
350
|
+
}>>, {}>;
|
|
351
|
+
NInputNumber: any;
|
|
352
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
353
|
+
paramCfg: {
|
|
354
|
+
type: ObjectConstructor;
|
|
355
|
+
default: null;
|
|
356
|
+
};
|
|
357
|
+
modelValue: {
|
|
358
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
359
|
+
default: null;
|
|
360
|
+
};
|
|
361
|
+
}>> & {
|
|
362
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
363
|
+
}, {
|
|
364
|
+
modelValue: string | number | unknown[];
|
|
365
|
+
paramCfg: Record<string, any>;
|
|
366
|
+
}>;
|
|
367
|
+
declare const DateRange: import("vue").DefineComponent<{
|
|
368
|
+
paramCfg: {
|
|
369
|
+
type: ObjectConstructor;
|
|
370
|
+
default: null;
|
|
371
|
+
};
|
|
372
|
+
modelValue: {
|
|
373
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
374
|
+
default: null;
|
|
375
|
+
};
|
|
376
|
+
presetVal: {
|
|
377
|
+
type: StringConstructor;
|
|
378
|
+
default: null;
|
|
379
|
+
};
|
|
380
|
+
}, {
|
|
381
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
382
|
+
paramCfg: {
|
|
383
|
+
type: ObjectConstructor;
|
|
384
|
+
default: null;
|
|
385
|
+
};
|
|
386
|
+
modelValue: {
|
|
387
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
388
|
+
default: null;
|
|
389
|
+
};
|
|
390
|
+
presetVal: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
default: null;
|
|
393
|
+
};
|
|
394
|
+
}>> & {
|
|
395
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
396
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
397
|
+
}>>;
|
|
398
|
+
emit: (event: "update:modelValue" | "update:presetVal", ...args: any[]) => void;
|
|
399
|
+
startDate: import("vue").Ref<any>;
|
|
400
|
+
endDate: import("vue").Ref<any>;
|
|
401
|
+
valueFormat: import("vue").ComputedRef<string>;
|
|
402
|
+
dateFormat: import("vue").ComputedRef<string>;
|
|
403
|
+
compType: import("vue").ComputedRef<any>;
|
|
404
|
+
startPlaceholder: import("vue").ComputedRef<"初始日期" | "初始时间">;
|
|
405
|
+
endPlaceholder: import("vue").ComputedRef<"截止日期" | "截止时间">;
|
|
406
|
+
dateType: any;
|
|
407
|
+
widgetOptions: import("vue").ComputedRef<{
|
|
408
|
+
label: string;
|
|
409
|
+
value: string;
|
|
410
|
+
}[]>;
|
|
411
|
+
presetValCp: import("vue").WritableComputedRef<string>;
|
|
412
|
+
handleChange: (val: any, type: "end" | "start") => void;
|
|
413
|
+
isStartDateDisabled: (ts: number) => boolean;
|
|
414
|
+
isEndDateDisabled: (ts: number) => boolean;
|
|
415
|
+
NSelect: any;
|
|
416
|
+
CDatePicker: import("../../../../..").SFCWithInstall<import("vue").DefineComponent<{
|
|
417
|
+
updateUnchangedValue: {
|
|
418
|
+
type: BooleanConstructor;
|
|
419
|
+
};
|
|
420
|
+
onConfirm: {
|
|
421
|
+
type: FunctionConstructor;
|
|
422
|
+
};
|
|
423
|
+
}, {
|
|
424
|
+
attrs: {
|
|
425
|
+
[x: string]: unknown;
|
|
426
|
+
};
|
|
427
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
428
|
+
updateUnchangedValue: {
|
|
429
|
+
type: BooleanConstructor;
|
|
430
|
+
};
|
|
431
|
+
onConfirm: {
|
|
432
|
+
type: FunctionConstructor;
|
|
433
|
+
};
|
|
434
|
+
}>> & {}>>;
|
|
435
|
+
datePickerRef: import("vue").Ref<import("../../../../..").AnyObject | null>;
|
|
436
|
+
panelInstRef: import("vue").Ref<null>;
|
|
437
|
+
isDateTime: import("vue").ComputedRef<boolean>;
|
|
438
|
+
formatRef: import("vue").ComputedRef<string>;
|
|
439
|
+
panelFormatRef: import("vue").ComputedRef<string | [string, string]>;
|
|
440
|
+
focus: () => any;
|
|
441
|
+
blur: () => any;
|
|
442
|
+
onUpdateShow: (show: boolean) => void;
|
|
443
|
+
onConfirm: (...args: any[]) => void;
|
|
444
|
+
NDatePicker: any;
|
|
445
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
446
|
+
updateUnchangedValue: {
|
|
447
|
+
type: BooleanConstructor;
|
|
448
|
+
};
|
|
449
|
+
onConfirm: {
|
|
450
|
+
type: FunctionConstructor;
|
|
451
|
+
};
|
|
452
|
+
}>>, {
|
|
453
|
+
updateUnchangedValue: boolean;
|
|
454
|
+
}>>;
|
|
455
|
+
WidgetValEnums: {
|
|
456
|
+
CUSTOM: string;
|
|
457
|
+
FIRST_VAL: string;
|
|
458
|
+
NOW: string;
|
|
459
|
+
TODAY: string;
|
|
460
|
+
TODAY_START: string;
|
|
461
|
+
TODAY_END: string;
|
|
462
|
+
TOMORROW: string;
|
|
463
|
+
TOMORROW_START: string;
|
|
464
|
+
TOMORROW_END: string;
|
|
465
|
+
YESTERDAY: string;
|
|
466
|
+
YESTERDAY_START: string;
|
|
467
|
+
YESTERDAY_END: string;
|
|
468
|
+
THIS_WEEK: string;
|
|
469
|
+
WEEK_START: string;
|
|
470
|
+
WEEK_END: string;
|
|
471
|
+
NEXT_WEEK: string;
|
|
472
|
+
LAST_WEEK: string;
|
|
473
|
+
THIS_MONTH: string;
|
|
474
|
+
MONTH_START: string;
|
|
475
|
+
MONTH_END: string;
|
|
476
|
+
NEXT_MONTH: string;
|
|
477
|
+
LAST_MONTH: string;
|
|
478
|
+
THIS_QUARTER: string;
|
|
479
|
+
NEXT_QUARTER: string;
|
|
480
|
+
LAST_QUARTER: string;
|
|
481
|
+
THIS_YEAR: string;
|
|
482
|
+
NEXT_YEAR: string;
|
|
483
|
+
LAST_YEAR: string;
|
|
484
|
+
};
|
|
485
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:presetVal")[], "update:modelValue" | "update:presetVal", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
486
|
+
paramCfg: {
|
|
487
|
+
type: ObjectConstructor;
|
|
488
|
+
default: null;
|
|
489
|
+
};
|
|
490
|
+
modelValue: {
|
|
491
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
492
|
+
default: null;
|
|
493
|
+
};
|
|
494
|
+
presetVal: {
|
|
495
|
+
type: StringConstructor;
|
|
496
|
+
default: null;
|
|
497
|
+
};
|
|
498
|
+
}>> & {
|
|
499
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
500
|
+
"onUpdate:presetVal"?: ((...args: any[]) => any) | undefined;
|
|
501
|
+
}, {
|
|
502
|
+
modelValue: string | number | unknown[];
|
|
503
|
+
presetVal: string;
|
|
504
|
+
paramCfg: Record<string, any>;
|
|
505
|
+
}>;
|
|
506
|
+
declare const SelectLabel: import("vue").DefineComponent<{
|
|
507
|
+
paramCfg: {
|
|
508
|
+
type: ObjectConstructor;
|
|
509
|
+
default: null;
|
|
510
|
+
};
|
|
511
|
+
modelValue: {
|
|
512
|
+
type: StringConstructor;
|
|
513
|
+
default: null;
|
|
514
|
+
};
|
|
515
|
+
}, {
|
|
516
|
+
handleGetConfigApi: (params: any, key: string, config: {} | undefined, filterApiConfigVal: any) => Promise<any>;
|
|
517
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
518
|
+
paramCfg: {
|
|
519
|
+
type: ObjectConstructor;
|
|
520
|
+
default: null;
|
|
521
|
+
};
|
|
522
|
+
modelValue: {
|
|
523
|
+
type: StringConstructor;
|
|
524
|
+
default: null;
|
|
525
|
+
};
|
|
526
|
+
}>> & {
|
|
527
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
528
|
+
}>>;
|
|
529
|
+
emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
530
|
+
tagList: import("vue").Ref<never[]>;
|
|
531
|
+
filterApiConfig: import("../../../../..").AnyObject;
|
|
532
|
+
valueCp: import("vue").WritableComputedRef<string[]>;
|
|
533
|
+
optionList: import("vue").ComputedRef<import("naive-ui").SelectOption[]>;
|
|
534
|
+
initTagList: () => Promise<void>;
|
|
535
|
+
NSelect: any;
|
|
536
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
537
|
+
paramCfg: {
|
|
538
|
+
type: ObjectConstructor;
|
|
539
|
+
default: null;
|
|
540
|
+
};
|
|
541
|
+
modelValue: {
|
|
542
|
+
type: StringConstructor;
|
|
543
|
+
default: null;
|
|
544
|
+
};
|
|
545
|
+
}>> & {
|
|
546
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
547
|
+
}, {
|
|
548
|
+
modelValue: string;
|
|
549
|
+
paramCfg: Record<string, any>;
|
|
550
|
+
}>;
|
|
551
|
+
export { Date, InputFilter, InputNumber, SelectFilter, SelectDynamic, InputNumberGroup, DateRange, SelectLabel };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineAsyncComponent as e}from"vue";const t=e((()=>import("./Date.vue.js"))),r=e((()=>import("./InputFilter.vue.js"))),u=e((()=>import("./InputNumber.vue.js"))),p=e((()=>import("./SelectFilter.vue.js"))),m=e((()=>import("./SelectDynamic.vue.js"))),o=e((()=>import("./InputNumberGroup.vue.js"))),i=e((()=>import("./DateRange.vue.js"))),s=e((()=>import("./SelectLabel.vue.js")));export{t as Date,i as DateRange,r as InputFilter,u as InputNumber,o as InputNumberGroup,m as SelectDynamic,p as SelectFilter,s as SelectLabel};
|