cnhis-design-vue 3.2.14-release.1 → 3.2.15-beta.11
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/ai-chat/index.d.ts +1 -0
- package/es/components/ai-chat/src/Index.vue.d.ts +1 -0
- package/es/components/ai-chat/src/components/ChatCard.js +1 -1
- package/es/components/ai-chat/src/components/ChatFooter.vue.d.ts +1 -0
- package/es/components/ai-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatMain.js +1 -1
- package/es/components/ai-chat/src/components/ChatPatient.vue2.js +1 -1
- package/es/components/ai-chat/src/components/ChatPrompt.vue2.js +1 -1
- package/es/components/ai-chat/style/index.css +1 -1
- package/es/components/audio-sdk/src/components/recording.vue2.js +1 -1
- package/es/components/base-search/index.d.ts +8 -3
- package/es/components/base-search/src/index.vue.d.ts +8 -3
- package/es/components/base-search/src/index.vue2.js +1 -1
- package/es/components/big-table/src/BigTable.vue2.js +1 -1
- package/es/components/big-table/src/components/NoData.vue2.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-date.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-input.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +1 -1
- package/es/components/big-table/src/components/edit-form/edit-time.js +1 -1
- package/es/components/big-table/src/components/input-button.vue2.js +1 -1
- package/es/components/big-table/src/hooks/useNestTable.js +1 -1
- package/es/components/big-table/src/hooks/useTableParse.js +1 -1
- package/es/components/body-select/src/index.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +479 -0
- package/es/components/branch-notice/index.js +1 -0
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +433 -0
- package/es/components/branch-notice/src/BranchNotice.vue.js +1 -0
- package/es/components/branch-notice/src/BranchNotice.vue2.js +1 -0
- package/es/components/branch-notice/src/canstants.d.ts +8 -0
- package/es/components/branch-notice/src/canstants.js +1 -0
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +275 -0
- package/es/components/branch-notice/src/components/NoticeItem.vue.js +1 -0
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +1 -0
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +104 -0
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.js +1 -0
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +1 -0
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +49 -0
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.js +1 -0
- package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +1 -0
- package/es/components/branch-notice/src/drawLine.d.ts +2 -0
- package/es/components/branch-notice/src/drawLine.js +1 -0
- package/es/components/branch-notice/src/hooks/useTheme.d.ts +1 -0
- package/es/components/branch-notice/src/hooks/useTheme.js +1 -0
- package/es/components/branch-notice/src/types.d.ts +32 -0
- package/es/components/branch-notice/src/types.js +1 -0
- package/es/components/branch-notice/style/index.css +1 -0
- package/es/components/button-print/index.d.ts +4 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +4 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +1 -1
- package/es/components/button-print/src/components/EditFormat.vue2.js +1 -1
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +1 -1
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +1 -1
- package/es/components/button-print/src/components/Preview.vue2.js +1 -1
- package/es/components/button-print/src/utils/dialog.js +1 -1
- package/es/components/button-print/src/utils/print.js +1 -1
- package/es/components/calendar/index.d.ts +4 -4
- package/es/components/calendar/src/Calendar.vue.d.ts +4 -4
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +1 -1
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +1 -1
- package/es/components/classification/index.d.ts +1 -0
- package/es/components/classification/src/components/search-filter/index.vue2.js +1 -1
- package/es/components/classification/src/components/set-classification/index.vue2.js +1 -1
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/classification/src/components/table-modal/index.vue2.js +1 -1
- package/es/components/classification/src/index.vue.d.ts +1 -0
- package/es/components/classification/src/index.vue2.js +1 -1
- package/es/components/classification/style/index.css +1 -1
- package/es/components/default-page/src/constants/index.js +1 -1
- package/es/components/default-page/src/index.vue2.js +1 -1
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +1 -1
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +1 -1
- package/es/components/expand-field/src/components/PersonModal.vue2.js +1 -1
- package/es/components/expand-field/src/components/form.vue2.js +1 -1
- package/es/components/expand-field/src/index.vue2.js +1 -1
- package/es/components/expand-field/src/utils/constant.js +1 -1
- package/es/components/fabric-chart/index.d.ts +23 -4
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +23 -4
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +13 -0
- package/es/components/fabric-chart/src/components/PopupTip.vue2.js +1 -1
- package/es/components/fabric-chart/src/components/useStyle.js +1 -1
- package/es/components/fabric-chart/src/constants/index.d.ts +1 -1
- package/es/components/fabric-chart/src/constants/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -1
- package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/index.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +7 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.js +1 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +1 -1
- package/es/components/fabric-chart/src/hooks/{temperature/useShadow.d.ts → useShadow.d.ts} +2 -2
- package/es/components/fabric-chart/src/hooks/useShadow.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +3 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +2 -1
- package/es/components/fabric-chart/src/utils/index.js +1 -1
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -4
- package/es/components/field-set/src/FieldColor.vue2.js +1 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +7 -5
- package/es/components/field-set/src/FieldFilter.vue2.js +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +3 -3
- package/es/components/field-set/src/FieldSet.vue2.js +1 -1
- package/es/components/field-set/src/Index.vue2.js +1 -1
- package/es/components/field-set/src/TableStyle.vue2.js +1 -1
- package/es/components/field-set/src/components/condition.vue2.js +1 -1
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1 -1
- package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -1
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +3 -3
- package/es/components/field-set/src/components/table-row.vue2.js +1 -1
- package/es/components/field-set/src/constants/filter.d.ts +21 -12
- package/es/components/field-set/src/constants/filter.js +1 -1
- package/es/components/field-set/src/constants/index.js +1 -1
- package/es/components/field-set/src/types/index.d.ts +1 -1
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/index.d.ts +108 -3
- package/es/components/form-config/src/FormConfig.vue.d.ts +108 -3
- package/es/components/form-config/src/FormConfig.vue2.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.js +1 -0
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +1 -0
- package/es/components/form-config/src/constants/index.js +1 -1
- package/es/components/form-config/src/hooks/useLocale.js +1 -1
- package/es/components/form-render/src/FormRender.vue2.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/combination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/complex.js +1 -1
- package/es/components/form-render/src/components/renderer/date.js +1 -1
- package/es/components/form-render/src/components/renderer/radio_checkbox.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/renderer/switch.js +1 -1
- package/es/components/form-render/src/components/renderer/text.js +1 -1
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.js +1 -1
- package/es/components/form-render/src/hooks/useBusinessBinding.js +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.js +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +1 -1
- package/es/components/form-render/src/hooks/useFieldNormalize.js +1 -1
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useFormValidator.js +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.d.ts +1 -1
- package/es/components/form-render/src/hooks/usePresetScope.js +1 -1
- package/es/components/form-render/src/utils/index.js +1 -1
- package/es/components/iho-chat/index.d.ts +885 -66
- package/es/components/iho-chat/src/Index.vue.d.ts +888 -73
- package/es/components/iho-chat/src/Index.vue2.js +1 -1
- package/es/components/iho-chat/src/api/index.d.ts +1 -0
- package/es/components/iho-chat/src/api/index.js +1 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +33 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +54 -3
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +54 -2
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +232 -13
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +86 -7
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +20 -1
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +44 -5
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +75 -5
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +1 -1
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +11 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +1 -1
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +1 -1
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +53 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +1 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +21 -2
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +276 -5
- package/es/components/iho-chat/src/components/SiderList.vue2.js +1 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +20 -1
- package/es/components/iho-chat/src/components/Video.vue2.js +1 -1
- package/es/components/iho-chat/src/components/userItemRender.d.ts +18 -0
- package/es/components/iho-chat/src/components/userItemRender.js +1 -0
- package/es/components/iho-chat/src/constants/index.d.ts +12 -3
- package/es/components/iho-chat/src/constants/index.js +1 -1
- package/es/components/iho-chat/src/hooks/index.d.ts +2 -2
- package/es/components/iho-chat/src/hooks/index.js +1 -1
- package/es/components/iho-chat/src/hooks/useData.d.ts +96 -0
- package/es/components/iho-chat/src/hooks/useData.js +1 -0
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +20 -1
- package/es/components/iho-chat/src/hooks/useVideo.js +1 -1
- package/es/components/iho-chat/src/hooks/useWebSocket.d.ts +3 -0
- package/es/components/iho-chat/src/hooks/useWebSocket.js +1 -0
- package/es/components/iho-chat/src/types/index.d.ts +2 -6
- package/es/components/iho-chat/src/types/index.js +1 -1
- package/es/components/iho-chat/src/utils/chatSock.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +2 -0
- package/es/components/iho-chat/src/utils/index.js +1 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.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/timeRendererPlugin/editTime.vue2.js +1 -1
- package/es/components/iho-table/src/utils/index.js +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/src/components/patientInfo/index.vue2.js +1 -1
- package/es/components/keyboard/src/Keyboard.vue2.js +1 -1
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +1 -1
- package/es/components/map/src/Map.vue2.js +1 -1
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +1 -1
- package/es/components/quick-search/index.d.ts +3 -1
- package/es/components/quick-search/src/index.vue.d.ts +3 -1
- package/es/components/quick-search/src/index.vue2.js +1 -1
- package/es/components/quick-search/style/index.css +1 -1
- package/es/components/recommend-search/src/components/BaseSearch.js +1 -1
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +1 -1
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +1 -1
- package/es/components/scale-view/index.d.ts +31 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
- package/es/components/scale-view/src/ScaleView.vue2.js +1 -1
- package/es/components/scale-view/src/components/NoData.vue2.js +1 -1
- package/es/components/scale-view/src/components/composables/choose-common.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-cascader.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +9 -0
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +9 -0
- package/es/components/scale-view/src/components/formitem/r-input.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-map.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +9 -0
- package/es/components/scale-view/src/components/formitem/r-radio.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-sign.js +1 -1
- package/es/components/scale-view/src/components/formitem/standard-modal.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-computed.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-methods.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-submit.js +1 -1
- package/es/components/scale-view/src/hooks/scaleview-validate.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.d.ts +72 -0
- package/es/components/scale-view/style/index.css +1 -1
- package/es/components/search-cascader/src/SearchCascader.vue2.js +1 -1
- package/es/components/select-label/src/LabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/SelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/components/label-classify.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +1 -1
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +1 -1
- package/es/components/select-person/src/SelectPersonType.vue2.js +1 -1
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +1 -1
- package/es/components/select-person/src/index.vue2.js +1 -1
- package/es/components/slider-tree/src/index.vue2.js +1 -1
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +1 -1
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +1 -1
- package/es/components/table-export-field/src/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +1 -1
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1 -1
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +1 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +3 -1
- package/es/components/table-filter/src/components/render-widget/index.vue.js +1 -1
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +1 -1
- package/es/components/table-filter/src/tool/baseOptions.js +1 -1
- package/es/components/template-render/src/components/index.d.ts +23 -23
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +1 -1
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +1 -1
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +1 -1
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/ai__avatar.png.js +1 -1
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/logo.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +1 -1
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/components/fabric-chart/src/hooks/temperature/useShadow.js +0 -1
- package/es/components/iho-chat/src/hooks/useSession.d.ts +0 -12
- package/es/components/iho-chat/src/hooks/useSession.js +0 -1
- package/es/components/iho-chat/src/hooks/useState.d.ts +0 -18
- package/es/components/iho-chat/src/hooks/useState.js +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -0,0 +1,479 @@
|
|
1
|
+
import { SFCWithInstall } from '../../shared/types';
|
2
|
+
export * from './src/types';
|
3
|
+
declare const BranchNotice: SFCWithInstall<import("vue").DefineComponent<{
|
4
|
+
items: {
|
5
|
+
type: import("vue").PropType<Partial<{
|
6
|
+
header: string | import("../../shared/types").AnyFn;
|
7
|
+
type: "warning" | "normal" | "primary";
|
8
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
9
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
10
|
+
footerText: string | import("../../shared/types").AnyFn;
|
11
|
+
content: string | import("../../shared/types").AnyFn;
|
12
|
+
subContent: string | import("../../shared/types").AnyFn;
|
13
|
+
noticeList: Partial<{
|
14
|
+
header: string | import("../../shared/types").AnyFn;
|
15
|
+
content: string | import("../../shared/types").AnyFn;
|
16
|
+
subContent: string | import("../../shared/types").AnyFn;
|
17
|
+
}>[];
|
18
|
+
operationList: Partial<Partial<{
|
19
|
+
header: string | import("../../shared/types").AnyFn;
|
20
|
+
content: string | import("../../shared/types").AnyFn;
|
21
|
+
subContent: string | import("../../shared/types").AnyFn;
|
22
|
+
}> & {
|
23
|
+
type: "warning" | "primary";
|
24
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
25
|
+
remark: string | import("../../shared/types").AnyFn;
|
26
|
+
}>[];
|
27
|
+
children?: Partial<any>[][] | undefined;
|
28
|
+
}>[]>;
|
29
|
+
default: () => never[];
|
30
|
+
};
|
31
|
+
rowCapacity: {
|
32
|
+
type: NumberConstructor;
|
33
|
+
default: number;
|
34
|
+
};
|
35
|
+
colSpace: {
|
36
|
+
type: (NumberConstructor | StringConstructor)[];
|
37
|
+
default: number;
|
38
|
+
};
|
39
|
+
}, {
|
40
|
+
theme: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
41
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
42
|
+
items: {
|
43
|
+
type: import("vue").PropType<Partial<{
|
44
|
+
header: string | import("../../shared/types").AnyFn;
|
45
|
+
type: "warning" | "normal" | "primary";
|
46
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
47
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
48
|
+
footerText: string | import("../../shared/types").AnyFn;
|
49
|
+
content: string | import("../../shared/types").AnyFn;
|
50
|
+
subContent: string | import("../../shared/types").AnyFn;
|
51
|
+
noticeList: Partial<{
|
52
|
+
header: string | import("../../shared/types").AnyFn;
|
53
|
+
content: string | import("../../shared/types").AnyFn;
|
54
|
+
subContent: string | import("../../shared/types").AnyFn;
|
55
|
+
}>[];
|
56
|
+
operationList: Partial<Partial<{
|
57
|
+
header: string | import("../../shared/types").AnyFn;
|
58
|
+
content: string | import("../../shared/types").AnyFn;
|
59
|
+
subContent: string | import("../../shared/types").AnyFn;
|
60
|
+
}> & {
|
61
|
+
type: "warning" | "primary";
|
62
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
63
|
+
remark: string | import("../../shared/types").AnyFn;
|
64
|
+
}>[];
|
65
|
+
children?: Partial<any>[][] | undefined;
|
66
|
+
}>[]>;
|
67
|
+
default: () => never[];
|
68
|
+
};
|
69
|
+
rowCapacity: {
|
70
|
+
type: NumberConstructor;
|
71
|
+
default: number;
|
72
|
+
};
|
73
|
+
colSpace: {
|
74
|
+
type: (NumberConstructor | StringConstructor)[];
|
75
|
+
default: number;
|
76
|
+
};
|
77
|
+
}>> & {
|
78
|
+
onItemClick?: ((...args: any[]) => any) | undefined;
|
79
|
+
}>>;
|
80
|
+
emit: (event: "itemClick", ...args: any[]) => void;
|
81
|
+
onClick: (item: Partial<{
|
82
|
+
header: string | import("../../shared/types").AnyFn;
|
83
|
+
type: "warning" | "normal" | "primary";
|
84
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
85
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
86
|
+
footerText: string | import("../../shared/types").AnyFn;
|
87
|
+
content: string | import("../../shared/types").AnyFn;
|
88
|
+
subContent: string | import("../../shared/types").AnyFn;
|
89
|
+
noticeList: Partial<{
|
90
|
+
header: string | import("../../shared/types").AnyFn;
|
91
|
+
content: string | import("../../shared/types").AnyFn;
|
92
|
+
subContent: string | import("../../shared/types").AnyFn;
|
93
|
+
}>[];
|
94
|
+
operationList: Partial<Partial<{
|
95
|
+
header: string | import("../../shared/types").AnyFn;
|
96
|
+
content: string | import("../../shared/types").AnyFn;
|
97
|
+
subContent: string | import("../../shared/types").AnyFn;
|
98
|
+
}> & {
|
99
|
+
type: "warning" | "primary";
|
100
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
101
|
+
remark: string | import("../../shared/types").AnyFn;
|
102
|
+
}>[];
|
103
|
+
children?: Partial<any>[][] | undefined;
|
104
|
+
}>) => void;
|
105
|
+
positionItems: (items: Partial<{
|
106
|
+
header: string | import("../../shared/types").AnyFn;
|
107
|
+
type: "warning" | "normal" | "primary";
|
108
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
109
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
110
|
+
footerText: string | import("../../shared/types").AnyFn;
|
111
|
+
content: string | import("../../shared/types").AnyFn;
|
112
|
+
subContent: string | import("../../shared/types").AnyFn;
|
113
|
+
noticeList: Partial<{
|
114
|
+
header: string | import("../../shared/types").AnyFn;
|
115
|
+
content: string | import("../../shared/types").AnyFn;
|
116
|
+
subContent: string | import("../../shared/types").AnyFn;
|
117
|
+
}>[];
|
118
|
+
operationList: Partial<Partial<{
|
119
|
+
header: string | import("../../shared/types").AnyFn;
|
120
|
+
content: string | import("../../shared/types").AnyFn;
|
121
|
+
subContent: string | import("../../shared/types").AnyFn;
|
122
|
+
}> & {
|
123
|
+
type: "warning" | "primary";
|
124
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
125
|
+
remark: string | import("../../shared/types").AnyFn;
|
126
|
+
}>[];
|
127
|
+
children?: Partial<any>[][] | undefined;
|
128
|
+
}>[]) => import("./src/types").BranchNotice.PositionedItem[];
|
129
|
+
positionedItems: import("vue").ComputedRef<import("./src/types").BranchNotice.PositionedItem[]>;
|
130
|
+
itemStyle: (left: number, right: number) => {
|
131
|
+
width: string;
|
132
|
+
height: string;
|
133
|
+
left: string;
|
134
|
+
top: string;
|
135
|
+
};
|
136
|
+
fullWrapperStyle: import("vue").ComputedRef<{
|
137
|
+
position: string;
|
138
|
+
width: string;
|
139
|
+
height: string;
|
140
|
+
}>;
|
141
|
+
NoticeItem: import("vue").DefineComponent<{
|
142
|
+
item: {
|
143
|
+
type: import("vue").PropType<Partial<{
|
144
|
+
header: string | import("../../shared/types").AnyFn;
|
145
|
+
type: "warning" | "normal" | "primary";
|
146
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
147
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
148
|
+
footerText: string | import("../../shared/types").AnyFn;
|
149
|
+
content: string | import("../../shared/types").AnyFn;
|
150
|
+
subContent: string | import("../../shared/types").AnyFn;
|
151
|
+
noticeList: Partial<{
|
152
|
+
header: string | import("../../shared/types").AnyFn;
|
153
|
+
content: string | import("../../shared/types").AnyFn;
|
154
|
+
subContent: string | import("../../shared/types").AnyFn;
|
155
|
+
}>[];
|
156
|
+
operationList: Partial<Partial<{
|
157
|
+
header: string | import("../../shared/types").AnyFn;
|
158
|
+
content: string | import("../../shared/types").AnyFn;
|
159
|
+
subContent: string | import("../../shared/types").AnyFn;
|
160
|
+
}> & {
|
161
|
+
type: "warning" | "primary";
|
162
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
163
|
+
remark: string | import("../../shared/types").AnyFn;
|
164
|
+
}>[];
|
165
|
+
children?: Partial<any>[][] | undefined;
|
166
|
+
}>>;
|
167
|
+
required: true;
|
168
|
+
};
|
169
|
+
}, {
|
170
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
171
|
+
item: {
|
172
|
+
type: import("vue").PropType<Partial<{
|
173
|
+
header: string | import("../../shared/types").AnyFn;
|
174
|
+
type: "warning" | "normal" | "primary";
|
175
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
176
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
177
|
+
footerText: string | import("../../shared/types").AnyFn;
|
178
|
+
content: string | import("../../shared/types").AnyFn;
|
179
|
+
subContent: string | import("../../shared/types").AnyFn;
|
180
|
+
noticeList: Partial<{
|
181
|
+
header: string | import("../../shared/types").AnyFn;
|
182
|
+
content: string | import("../../shared/types").AnyFn;
|
183
|
+
subContent: string | import("../../shared/types").AnyFn;
|
184
|
+
}>[];
|
185
|
+
operationList: Partial<Partial<{
|
186
|
+
header: string | import("../../shared/types").AnyFn;
|
187
|
+
content: string | import("../../shared/types").AnyFn;
|
188
|
+
subContent: string | import("../../shared/types").AnyFn;
|
189
|
+
}> & {
|
190
|
+
type: "warning" | "primary";
|
191
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
192
|
+
remark: string | import("../../shared/types").AnyFn;
|
193
|
+
}>[];
|
194
|
+
children?: Partial<any>[][] | undefined;
|
195
|
+
}>>;
|
196
|
+
required: true;
|
197
|
+
};
|
198
|
+
}>> & {}>>;
|
199
|
+
itemRef: import("vue").Ref<Partial<{
|
200
|
+
header: string | import("../../shared/types").AnyFn;
|
201
|
+
type: "warning" | "normal" | "primary";
|
202
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
203
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
204
|
+
footerText: string | import("../../shared/types").AnyFn;
|
205
|
+
content: string | import("../../shared/types").AnyFn;
|
206
|
+
subContent: string | import("../../shared/types").AnyFn;
|
207
|
+
noticeList: Partial<{
|
208
|
+
header: string | import("../../shared/types").AnyFn;
|
209
|
+
content: string | import("../../shared/types").AnyFn;
|
210
|
+
subContent: string | import("../../shared/types").AnyFn;
|
211
|
+
}>[];
|
212
|
+
operationList: Partial<Partial<{
|
213
|
+
header: string | import("../../shared/types").AnyFn;
|
214
|
+
content: string | import("../../shared/types").AnyFn;
|
215
|
+
subContent: string | import("../../shared/types").AnyFn;
|
216
|
+
}> & {
|
217
|
+
type: "warning" | "primary";
|
218
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
219
|
+
remark: string | import("../../shared/types").AnyFn;
|
220
|
+
}>[];
|
221
|
+
children?: Partial<any>[][] | undefined;
|
222
|
+
}>>;
|
223
|
+
classList: import("vue").ComputedRef<string[]>;
|
224
|
+
frontStyle: import("vue").ComputedRef<{
|
225
|
+
minHeight: string;
|
226
|
+
}>;
|
227
|
+
popperDisabled: import("vue").ComputedRef<boolean>;
|
228
|
+
renderIcon: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
229
|
+
[key: string]: any;
|
230
|
+
}> | import("../../shared/types").AnyFn | null;
|
231
|
+
NoticeItemAside: import("vue").DefineComponent<{
|
232
|
+
item: {
|
233
|
+
type: import("vue").PropType<Partial<{
|
234
|
+
header: string | import("../../shared/types").AnyFn;
|
235
|
+
type: "warning" | "normal" | "primary";
|
236
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
237
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
238
|
+
footerText: string | import("../../shared/types").AnyFn;
|
239
|
+
content: string | import("../../shared/types").AnyFn;
|
240
|
+
subContent: string | import("../../shared/types").AnyFn;
|
241
|
+
noticeList: Partial<{
|
242
|
+
header: string | import("../../shared/types").AnyFn;
|
243
|
+
content: string | import("../../shared/types").AnyFn;
|
244
|
+
subContent: string | import("../../shared/types").AnyFn;
|
245
|
+
}>[];
|
246
|
+
operationList: Partial<Partial<{
|
247
|
+
header: string | import("../../shared/types").AnyFn;
|
248
|
+
content: string | import("../../shared/types").AnyFn;
|
249
|
+
subContent: string | import("../../shared/types").AnyFn;
|
250
|
+
}> & {
|
251
|
+
type: "warning" | "primary";
|
252
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
253
|
+
remark: string | import("../../shared/types").AnyFn;
|
254
|
+
}>[];
|
255
|
+
children?: Partial<any>[][] | undefined;
|
256
|
+
}>>;
|
257
|
+
required: true;
|
258
|
+
};
|
259
|
+
}, {
|
260
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
261
|
+
item: {
|
262
|
+
type: import("vue").PropType<Partial<{
|
263
|
+
header: string | import("../../shared/types").AnyFn;
|
264
|
+
type: "warning" | "normal" | "primary";
|
265
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
266
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
267
|
+
footerText: string | import("../../shared/types").AnyFn;
|
268
|
+
content: string | import("../../shared/types").AnyFn;
|
269
|
+
subContent: string | import("../../shared/types").AnyFn;
|
270
|
+
noticeList: Partial<{
|
271
|
+
header: string | import("../../shared/types").AnyFn;
|
272
|
+
content: string | import("../../shared/types").AnyFn;
|
273
|
+
subContent: string | import("../../shared/types").AnyFn;
|
274
|
+
}>[];
|
275
|
+
operationList: Partial<Partial<{
|
276
|
+
header: string | import("../../shared/types").AnyFn;
|
277
|
+
content: string | import("../../shared/types").AnyFn;
|
278
|
+
subContent: string | import("../../shared/types").AnyFn;
|
279
|
+
}> & {
|
280
|
+
type: "warning" | "primary";
|
281
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
282
|
+
remark: string | import("../../shared/types").AnyFn;
|
283
|
+
}>[];
|
284
|
+
children?: Partial<any>[][] | undefined;
|
285
|
+
}>>;
|
286
|
+
required: true;
|
287
|
+
};
|
288
|
+
}>> & {}>>;
|
289
|
+
getPositionInList: (index: number) => "center" | "first" | "last";
|
290
|
+
placementMap: {
|
291
|
+
first: string;
|
292
|
+
center: string;
|
293
|
+
last: string;
|
294
|
+
};
|
295
|
+
getPlacement: (index: number) => string;
|
296
|
+
getAsideClassList: (noticeItem: Partial<{
|
297
|
+
header: string | import("../../shared/types").AnyFn;
|
298
|
+
content: string | import("../../shared/types").AnyFn;
|
299
|
+
subContent: string | import("../../shared/types").AnyFn;
|
300
|
+
}>, index: number) => (string | {
|
301
|
+
'is-active': string | import("../../shared/types").AnyFn | undefined;
|
302
|
+
})[];
|
303
|
+
theme: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
304
|
+
NPopover: any;
|
305
|
+
parseRender: typeof import("../step-notice/src/utils").parseRender;
|
306
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
307
|
+
item: {
|
308
|
+
type: import("vue").PropType<Partial<{
|
309
|
+
header: string | import("../../shared/types").AnyFn;
|
310
|
+
type: "warning" | "normal" | "primary";
|
311
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
312
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
313
|
+
footerText: string | import("../../shared/types").AnyFn;
|
314
|
+
content: string | import("../../shared/types").AnyFn;
|
315
|
+
subContent: string | import("../../shared/types").AnyFn;
|
316
|
+
noticeList: Partial<{
|
317
|
+
header: string | import("../../shared/types").AnyFn;
|
318
|
+
content: string | import("../../shared/types").AnyFn;
|
319
|
+
subContent: string | import("../../shared/types").AnyFn;
|
320
|
+
}>[];
|
321
|
+
operationList: Partial<Partial<{
|
322
|
+
header: string | import("../../shared/types").AnyFn;
|
323
|
+
content: string | import("../../shared/types").AnyFn;
|
324
|
+
subContent: string | import("../../shared/types").AnyFn;
|
325
|
+
}> & {
|
326
|
+
type: "warning" | "primary";
|
327
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
328
|
+
remark: string | import("../../shared/types").AnyFn;
|
329
|
+
}>[];
|
330
|
+
children?: Partial<any>[][] | undefined;
|
331
|
+
}>>;
|
332
|
+
required: true;
|
333
|
+
};
|
334
|
+
}>>, {}>;
|
335
|
+
NoticeOperationList: import("vue").DefineComponent<{
|
336
|
+
operationList: {
|
337
|
+
type: import("vue").PropType<Partial<Partial<{
|
338
|
+
header: string | import("../../shared/types").AnyFn;
|
339
|
+
content: string | import("../../shared/types").AnyFn;
|
340
|
+
subContent: string | import("../../shared/types").AnyFn;
|
341
|
+
}> & {
|
342
|
+
type: "warning" | "primary";
|
343
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
344
|
+
remark: string | import("../../shared/types").AnyFn;
|
345
|
+
}>[] | undefined>;
|
346
|
+
required: true;
|
347
|
+
};
|
348
|
+
}, {
|
349
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
350
|
+
operationList: {
|
351
|
+
type: import("vue").PropType<Partial<Partial<{
|
352
|
+
header: string | import("../../shared/types").AnyFn;
|
353
|
+
content: string | import("../../shared/types").AnyFn;
|
354
|
+
subContent: string | import("../../shared/types").AnyFn;
|
355
|
+
}> & {
|
356
|
+
type: "warning" | "primary";
|
357
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
358
|
+
remark: string | import("../../shared/types").AnyFn;
|
359
|
+
}>[] | undefined>;
|
360
|
+
required: true;
|
361
|
+
};
|
362
|
+
}>> & {}>>;
|
363
|
+
theme: import("vue").ComputedRef<import("../../shared/types").AnyObject>;
|
364
|
+
CheckmarkCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
365
|
+
CloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
366
|
+
parseRender: typeof import("../step-notice/src/utils").parseRender;
|
367
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
368
|
+
operationList: {
|
369
|
+
type: import("vue").PropType<Partial<Partial<{
|
370
|
+
header: string | import("../../shared/types").AnyFn;
|
371
|
+
content: string | import("../../shared/types").AnyFn;
|
372
|
+
subContent: string | import("../../shared/types").AnyFn;
|
373
|
+
}> & {
|
374
|
+
type: "warning" | "primary";
|
375
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
376
|
+
remark: string | import("../../shared/types").AnyFn;
|
377
|
+
}>[] | undefined>;
|
378
|
+
required: true;
|
379
|
+
};
|
380
|
+
}>>, {}>;
|
381
|
+
NPopover: any;
|
382
|
+
parseRender: typeof import("../step-notice/src/utils").parseRender;
|
383
|
+
parseTitle: typeof import("../step-notice/src/utils").parseTitle;
|
384
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
385
|
+
item: {
|
386
|
+
type: import("vue").PropType<Partial<{
|
387
|
+
header: string | import("../../shared/types").AnyFn;
|
388
|
+
type: "warning" | "normal" | "primary";
|
389
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
390
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
391
|
+
footerText: string | import("../../shared/types").AnyFn;
|
392
|
+
content: string | import("../../shared/types").AnyFn;
|
393
|
+
subContent: string | import("../../shared/types").AnyFn;
|
394
|
+
noticeList: Partial<{
|
395
|
+
header: string | import("../../shared/types").AnyFn;
|
396
|
+
content: string | import("../../shared/types").AnyFn;
|
397
|
+
subContent: string | import("../../shared/types").AnyFn;
|
398
|
+
}>[];
|
399
|
+
operationList: Partial<Partial<{
|
400
|
+
header: string | import("../../shared/types").AnyFn;
|
401
|
+
content: string | import("../../shared/types").AnyFn;
|
402
|
+
subContent: string | import("../../shared/types").AnyFn;
|
403
|
+
}> & {
|
404
|
+
type: "warning" | "primary";
|
405
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
406
|
+
remark: string | import("../../shared/types").AnyFn;
|
407
|
+
}>[];
|
408
|
+
children?: Partial<any>[][] | undefined;
|
409
|
+
}>>;
|
410
|
+
required: true;
|
411
|
+
};
|
412
|
+
}>>, {}>;
|
413
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "itemClick"[], "itemClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
414
|
+
items: {
|
415
|
+
type: import("vue").PropType<Partial<{
|
416
|
+
header: string | import("../../shared/types").AnyFn;
|
417
|
+
type: "warning" | "normal" | "primary";
|
418
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
419
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
420
|
+
footerText: string | import("../../shared/types").AnyFn;
|
421
|
+
content: string | import("../../shared/types").AnyFn;
|
422
|
+
subContent: string | import("../../shared/types").AnyFn;
|
423
|
+
noticeList: Partial<{
|
424
|
+
header: string | import("../../shared/types").AnyFn;
|
425
|
+
content: string | import("../../shared/types").AnyFn;
|
426
|
+
subContent: string | import("../../shared/types").AnyFn;
|
427
|
+
}>[];
|
428
|
+
operationList: Partial<Partial<{
|
429
|
+
header: string | import("../../shared/types").AnyFn;
|
430
|
+
content: string | import("../../shared/types").AnyFn;
|
431
|
+
subContent: string | import("../../shared/types").AnyFn;
|
432
|
+
}> & {
|
433
|
+
type: "warning" | "primary";
|
434
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
435
|
+
remark: string | import("../../shared/types").AnyFn;
|
436
|
+
}>[];
|
437
|
+
children?: Partial<any>[][] | undefined;
|
438
|
+
}>[]>;
|
439
|
+
default: () => never[];
|
440
|
+
};
|
441
|
+
rowCapacity: {
|
442
|
+
type: NumberConstructor;
|
443
|
+
default: number;
|
444
|
+
};
|
445
|
+
colSpace: {
|
446
|
+
type: (NumberConstructor | StringConstructor)[];
|
447
|
+
default: number;
|
448
|
+
};
|
449
|
+
}>> & {
|
450
|
+
onItemClick?: ((...args: any[]) => any) | undefined;
|
451
|
+
}, {
|
452
|
+
items: Partial<{
|
453
|
+
header: string | import("../../shared/types").AnyFn;
|
454
|
+
type: "warning" | "normal" | "primary";
|
455
|
+
icon: import("../../shared/types").AnyFn | "warning";
|
456
|
+
topText: (string | import("../../shared/types").AnyFn)[];
|
457
|
+
footerText: string | import("../../shared/types").AnyFn;
|
458
|
+
content: string | import("../../shared/types").AnyFn;
|
459
|
+
subContent: string | import("../../shared/types").AnyFn;
|
460
|
+
noticeList: Partial<{
|
461
|
+
header: string | import("../../shared/types").AnyFn;
|
462
|
+
content: string | import("../../shared/types").AnyFn;
|
463
|
+
subContent: string | import("../../shared/types").AnyFn;
|
464
|
+
}>[];
|
465
|
+
operationList: Partial<Partial<{
|
466
|
+
header: string | import("../../shared/types").AnyFn;
|
467
|
+
content: string | import("../../shared/types").AnyFn;
|
468
|
+
subContent: string | import("../../shared/types").AnyFn;
|
469
|
+
}> & {
|
470
|
+
type: "warning" | "primary";
|
471
|
+
subHeader: string | import("../../shared/types").AnyFn;
|
472
|
+
remark: string | import("../../shared/types").AnyFn;
|
473
|
+
}>[];
|
474
|
+
children?: Partial<any>[][] | undefined;
|
475
|
+
}>[];
|
476
|
+
rowCapacity: number;
|
477
|
+
colSpace: string | number;
|
478
|
+
}>>;
|
479
|
+
export default BranchNotice;
|
@@ -0,0 +1 @@
|
|
1
|
+
import{COMPONENT_NAMESPACE as r}from"../../shared/global/variable.js";import{safeComponentRegister as o}from"../../shared/utils/index.js";import t from"./src/BranchNotice.vue.js";const a=t;a.install=function(t){o(t,a,r+"BranchNotice")};export{a as default};
|