cnhis-design-vue 3.4.0-beta.0 → 3.4.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +8 -9
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
- package/es/components/audio-sdk/src/components/recording.vue2.js +57 -52
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -4
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -1
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -4
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +19 -61
- package/es/components/base-search/src/index.vue.d.ts +19 -61
- package/es/components/base-search/src/index.vue2.js +34 -33
- package/es/components/big-table/index.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +4 -5
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +5 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +31 -29
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +49 -72
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
- package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +4 -3
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +167 -202
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +167 -202
- package/es/components/button-print/src/ButtonPrint.vue2.js +13 -9
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +10 -10
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +51 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +13 -13
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +88 -102
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +175 -110
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +66 -88
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +2 -3
- package/es/components/calendar/index.d.ts +277 -32
- package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
- package/es/components/calendar/src/Calendar.vue2.js +4 -5
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
- package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -2
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +5 -8
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -6
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +4 -6
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +1 -1
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +18 -18
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +12 -12
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +2 -2
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +3 -3
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +5 -7
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +2 -2
- package/es/components/card-render/src/components/Slot.d.ts +5 -5
- package/es/components/card-render/src/components/Table.vue.d.ts +16 -16
- package/es/components/card-render/src/components/Table.vue2.js +4 -4
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +4 -4
- package/es/components/card-render/src/components/index.d.ts +132 -132
- package/es/components/classification/index.d.ts +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +7 -8
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -4
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +27 -27
- package/es/components/classification/src/components/table-modal/index.vue2.js +144 -143
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +73 -71
- package/es/components/config-provider/index.d.ts +5 -7
- package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +22 -21
- package/es/components/editor/index.d.ts +7 -77
- package/es/components/editor/src/Editor.d.ts +7 -78
- package/es/components/expand-field/index.d.ts +303 -478
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +19 -19
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -5
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +5 -6
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +122 -114
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +29 -29
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +6 -7
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +157 -219
- package/es/components/field-set/src/FieldColor.vue2.js +9 -10
- package/es/components/field-set/src/FieldFilter.vue.d.ts +54 -80
- package/es/components/field-set/src/FieldFilter.vue2.js +11 -12
- package/es/components/field-set/src/FieldSet.vue.d.ts +68 -82
- package/es/components/field-set/src/FieldSet.vue2.js +34 -35
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +13 -16
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +25 -25
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +19 -16
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
- package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +36 -36
- package/es/components/field-set/src/components/table-row.vue2.js +26 -28
- package/es/components/form-config/index.d.ts +431 -1399
- package/es/components/form-config/src/FormConfig.vue.d.ts +431 -1399
- package/es/components/form-config/src/FormConfig.vue2.js +12 -13
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +50 -58
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +1 -2
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +220 -1110
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +82 -118
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +41 -41
- package/es/components/form-config/src/components/FormConfigMaterialItem.d.ts +4 -4
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +11 -11
- package/es/components/form-config/src/components/renderer/CloseButton.vue2.js +1 -1
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +29 -29
- package/es/components/form-config/src/components/renderer/ComplexNode.vue2.js +5 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +40 -48
- package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
- package/es/components/form-render/src/FormRender.vue2.js +5 -6
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +6 -1
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/types/fieldItem.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue2.js +3 -4
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +51 -51
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +7 -7
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +79 -72
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +13 -13
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -71
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +45 -42
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +138 -128
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +21 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +36 -34
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +90 -84
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +2 -2
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -3
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +40 -36
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -9
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +16 -17
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +16 -19
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +31 -31
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +29 -32
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +5 -5
- package/es/components/iho-table/src/plugins/headerPlugin/index.js +5 -9
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +6 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +7 -8
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
- package/es/components/info-header/index.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -6
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +23 -23
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +9 -9
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -16
- package/es/components/keyboard/index.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue2.js +23 -23
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -4
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -12
- package/es/components/picture-clipper/index.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue.d.ts +11 -11
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +8 -9
- package/es/components/quick-search/index.d.ts +32 -73
- package/es/components/quick-search/src/index.vue.d.ts +32 -73
- package/es/components/quick-search/src/index.vue2.js +17 -17
- package/es/components/recommend-search/index.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +79 -79
- package/es/components/recommend-search/src/RecommendSearch.vue2.js +5 -6
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -27
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +8 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +15 -15
- package/es/components/scale-view/index.d.ts +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +16 -18
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +36 -36
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +44 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +26 -27
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -1
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +8 -9
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +13 -11
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +155 -119
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
- package/es/components/select-label/src/LabelFormContent.vue2.js +40 -38
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +27 -26
- package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
- package/es/components/select-label/src/components/label-classify.vue2.js +44 -41
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +30 -28
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +14 -14
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +27 -24
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +19 -23
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +14 -14
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- package/es/components/select-person/src/SelectPersonType.vue2.js +7 -7
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +1 -2
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
- package/es/components/select-person/src/index.vue.d.ts +240 -307
- package/es/components/select-person/src/index.vue2.js +7 -8
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +82 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +82 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -4
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +5 -6
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +5 -6
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +3 -3
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +4 -3
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/steps-wheel/index.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +17 -17
- package/es/components/steps-wheel/src/StepsWheel.vue2.js +4 -4
- package/es/components/table-export-field/index.d.ts +66 -82
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +12 -13
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +7 -8
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +5 -6
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +54 -49
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +18 -19
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +26 -27
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +43 -40
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +2 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +10 -11
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue.d.ts +18 -18
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +23 -22
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +4 -5
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +5 -6
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +5 -6
- package/es/components/tooth-bitmap/index.d.ts +14 -14
- package/es/components/tooth-bitmap/src/ToothBitmap.vue.d.ts +12 -12
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +11 -12
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +11 -12
- package/es/components/vod-chunk-upload/index.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +40 -39
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +64 -63
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- 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/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/components/AbbrText/AbbrText.d.ts +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +4 -77
- package/es/shared/components/player-vod/video-modal.d.ts +5 -23
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- 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/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
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { SFCWithInstall } from '../../shared/types';
|
3
3
|
export * from './src/utils';
|
4
|
-
declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<
|
4
|
+
declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
5
5
|
printParams: {
|
6
6
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
7
7
|
};
|
@@ -120,11 +120,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
120
120
|
hidePreviewBtns: {
|
121
121
|
type: StringConstructor;
|
122
122
|
};
|
123
|
-
}
|
123
|
+
}, {
|
124
124
|
$attrs: {
|
125
125
|
[x: string]: unknown;
|
126
126
|
};
|
127
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
127
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
128
128
|
printParams: {
|
129
129
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
130
130
|
};
|
@@ -243,16 +243,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
243
243
|
hidePreviewBtns: {
|
244
244
|
type: StringConstructor;
|
245
245
|
};
|
246
|
-
}>> &
|
246
|
+
}>> & {
|
247
247
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
248
248
|
onError?: ((...args: any[]) => any) | undefined;
|
249
249
|
onCancel?: ((...args: any[]) => any) | undefined;
|
250
250
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
251
251
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
252
|
-
}
|
252
|
+
}>>;
|
253
253
|
__emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
254
|
-
printComponentRef: import("vue").Ref<any
|
255
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<
|
254
|
+
printComponentRef: import("vue").Ref<any>;
|
255
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
256
256
|
printParams: {
|
257
257
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
258
258
|
};
|
@@ -344,6 +344,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
344
344
|
default: () => {
|
345
345
|
isShowPrintAll: boolean;
|
346
346
|
printAllType: number;
|
347
|
+
hideTemplateCodes: never[];
|
347
348
|
isShowOutSetting: boolean;
|
348
349
|
customProps: {};
|
349
350
|
outerPrintKeys: never[];
|
@@ -367,18 +368,18 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
367
368
|
hidePreviewBtns: {
|
368
369
|
type: StringConstructor;
|
369
370
|
};
|
370
|
-
}
|
371
|
+
}, {
|
371
372
|
isDomestic: boolean;
|
372
373
|
baseDownListSetting: {
|
373
374
|
label: string;
|
374
375
|
key: string;
|
375
376
|
}[];
|
376
|
-
$message: import("naive-ui
|
377
|
+
$message: import("naive-ui").MessageApi;
|
377
378
|
printInstance: import("./src/utils").Print | null;
|
378
379
|
downloadPdfCode: string;
|
379
380
|
formatEditTextCode: string;
|
380
381
|
resetPrintButtonCode: string;
|
381
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
382
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
382
383
|
printParams: {
|
383
384
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
384
385
|
};
|
@@ -470,6 +471,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
470
471
|
default: () => {
|
471
472
|
isShowPrintAll: boolean;
|
472
473
|
printAllType: number;
|
474
|
+
hideTemplateCodes: never[];
|
473
475
|
isShowOutSetting: boolean;
|
474
476
|
customProps: {};
|
475
477
|
outerPrintKeys: never[];
|
@@ -493,18 +495,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
493
495
|
hidePreviewBtns: {
|
494
496
|
type: StringConstructor;
|
495
497
|
};
|
496
|
-
}>> &
|
498
|
+
}>> & {}>>;
|
497
499
|
emit: any;
|
498
500
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
499
|
-
authorizationKey: import("vue").Ref<string
|
501
|
+
authorizationKey: import("vue").Ref<string>;
|
500
502
|
state: any;
|
501
|
-
shortcutFn:
|
502
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]
|
503
|
-
|
503
|
+
shortcutFn: any;
|
504
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
505
|
+
realOptionList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
506
|
+
operations: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
504
507
|
downlistOperation: any;
|
505
508
|
downlistPopover: any;
|
506
|
-
innerPrintItems: import("vue").Ref<any[]
|
507
|
-
outerPrintItems: import("vue").Ref<any[]
|
509
|
+
innerPrintItems: import("vue").Ref<any[]>;
|
510
|
+
outerPrintItems: import("vue").Ref<any[]>;
|
508
511
|
currentFormatItem: import("vue").ComputedRef<any>;
|
509
512
|
formatTitle: import("vue").ComputedRef<any>;
|
510
513
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
@@ -514,6 +517,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
514
517
|
printCustomProps: import("vue").ComputedRef<any>;
|
515
518
|
defaultPrintFormatId: import("vue").ComputedRef<any>;
|
516
519
|
isPrintAllType: import("vue").ComputedRef<any>;
|
520
|
+
hideTemplateCodes: import("vue").ComputedRef<any>;
|
517
521
|
shortcutSettings: import("vue").ComputedRef<any>;
|
518
522
|
buttonProps: import("vue").ComputedRef<any>;
|
519
523
|
showMaxHeight: import("vue").ComputedRef<any>;
|
@@ -522,17 +526,18 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
522
526
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
523
527
|
printAllShortcut: import("vue").ComputedRef<any>;
|
524
528
|
showSettingItems: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
525
|
-
isSelectedAll: import("vue").WritableComputedRef<boolean
|
529
|
+
isSelectedAll: import("vue").WritableComputedRef<boolean>;
|
526
530
|
innerFilterPrintItems: import("vue").ComputedRef<any[]>;
|
527
531
|
initShowDownList: () => Promise<void>;
|
528
532
|
printAllButtonClick: (origin: string) => Promise<void>;
|
529
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
533
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => JSX.Element;
|
530
534
|
getDownList: (targetList: any[], curOuter: any) => any[];
|
531
535
|
handleTypeChange: (name: string, key: string) => void;
|
532
536
|
handleTypeClick: (name: string, key: string, option: any) => never[] | undefined;
|
533
537
|
savePrintOutSetting: () => void;
|
534
538
|
handleTwoShow: (name: string) => void;
|
535
|
-
handleClickOutHide: (
|
539
|
+
handleClickOutHide: (showType: string) => void;
|
540
|
+
hiddenPopover: () => void;
|
536
541
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
537
542
|
callLocalServicesErrorCb: (res: unknown) => void;
|
538
543
|
callLocalServicesCancelCb: (res: unknown) => void;
|
@@ -556,6 +561,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
556
561
|
formatFormatList: (list: any[]) => any;
|
557
562
|
formatDefaultVal: (i: any, tableVal?: any) => any;
|
558
563
|
formatSomeTypeParams: (templateParams: any[], params?: any[]) => any;
|
564
|
+
mergeFormatList: (list: any[]) => any;
|
565
|
+
formatSomeFormatIdTypeParams: (formatList?: any[], params?: any[]) => any;
|
559
566
|
formatSomeOriginParams: (templateParams: any[], params?: any[]) => any;
|
560
567
|
formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
|
561
568
|
formatItemParam: ({ customizeDataset, param }: {
|
@@ -570,24 +577,24 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
570
577
|
registerShort: (obj?: any) => Promise<void>;
|
571
578
|
handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
|
572
579
|
reformatPrintParams: () => void;
|
573
|
-
verifiySuccess: (token: string) => void;
|
580
|
+
verifiySuccess: (token: string, templateCode: string) => void;
|
574
581
|
isPrintDisabled: (outer: any, j: number) => any;
|
575
582
|
directPrint: () => Promise<void>;
|
576
583
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
577
584
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
IdentityVerification: import("vue").DefineComponent<
|
585
|
+
NDropdown: any;
|
586
|
+
NButton: any;
|
587
|
+
NIcon: any;
|
588
|
+
NPopover: any;
|
589
|
+
NButtonGroup: any;
|
590
|
+
NDivider: any;
|
591
|
+
NCheckbox: any;
|
592
|
+
PrintOutline: 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<{}>>, {}>;
|
593
|
+
ChevronDownSharp: 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<{}>>, {}>;
|
594
|
+
ArrowForward: 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<{}>>, {}>;
|
595
|
+
ArrowForwardOutline: 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<{}>>, {}>;
|
596
|
+
SettingsOutline: 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<{}>>, {}>;
|
597
|
+
IdentityVerification: import("vue").DefineComponent<{
|
591
598
|
verifyUser: {
|
592
599
|
type: FunctionConstructor;
|
593
600
|
required: false;
|
@@ -610,50 +617,54 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
610
617
|
type: StringConstructor;
|
611
618
|
required: false;
|
612
619
|
};
|
613
|
-
|
614
|
-
|
620
|
+
templateCode: {
|
621
|
+
type: StringConstructor;
|
622
|
+
required: false;
|
623
|
+
};
|
624
|
+
}, {
|
625
|
+
$message: import("naive-ui").MessageApi;
|
615
626
|
DEFAULT_FORM: {
|
616
627
|
account: string;
|
617
628
|
password: string;
|
618
629
|
};
|
619
|
-
props:
|
630
|
+
props: {
|
631
|
+
verifyUser: Function;
|
632
|
+
identityVerificationTitle: string;
|
633
|
+
modelValue: boolean;
|
634
|
+
formatId?: string | undefined;
|
635
|
+
templateId?: string | undefined;
|
636
|
+
templateCode?: string | undefined;
|
637
|
+
};
|
620
638
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
621
639
|
editFormRef: import("vue").Ref<{
|
622
640
|
submit: Function;
|
623
|
-
} | null, {
|
624
|
-
submit: Function;
|
625
|
-
} | {
|
626
|
-
submit: Function;
|
627
641
|
} | null>;
|
628
|
-
showEditForm: import("vue").Ref<boolean
|
629
|
-
token: import("vue").Ref<string
|
642
|
+
showEditForm: import("vue").Ref<boolean>;
|
643
|
+
token: import("vue").Ref<string>;
|
630
644
|
form: {
|
631
645
|
account: string;
|
632
646
|
password: string;
|
633
647
|
};
|
634
|
-
rules: import("naive-ui
|
648
|
+
rules: import("naive-ui").FormRules;
|
635
649
|
style: {
|
636
650
|
width: string;
|
637
651
|
};
|
638
652
|
formRef: import("vue").Ref<{
|
639
653
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
640
654
|
restoreValidation: () => void;
|
641
|
-
} | null, import("naive-ui/es/form").FormInst | {
|
642
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
643
|
-
restoreValidation: () => void;
|
644
655
|
} | null>;
|
645
656
|
handleClickClose: () => void;
|
646
657
|
handleAfterLeave: () => void;
|
647
|
-
loading: import("vue").Ref<boolean
|
658
|
+
loading: import("vue").Ref<boolean>;
|
648
659
|
submit: () => Promise<false | undefined>;
|
649
660
|
handleClickSubmit: () => void;
|
650
661
|
submitEditFile: () => Promise<false | undefined>;
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
EditFormat: import("vue").DefineComponent<
|
662
|
+
NButton: any;
|
663
|
+
NModal: any;
|
664
|
+
NForm: any;
|
665
|
+
NFormItem: any;
|
666
|
+
NInput: any;
|
667
|
+
EditFormat: import("vue").DefineComponent<{
|
657
668
|
formatId: {
|
658
669
|
type: StringConstructor;
|
659
670
|
required: false;
|
@@ -662,7 +673,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
662
673
|
type: StringConstructor;
|
663
674
|
required: true;
|
664
675
|
};
|
665
|
-
}
|
676
|
+
}, {
|
666
677
|
PROTOCOL: string;
|
667
678
|
HOST: string;
|
668
679
|
BASEURL: string;
|
@@ -670,8 +681,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
670
681
|
QUERYFILELIST: string;
|
671
682
|
DELETEFILE: string;
|
672
683
|
instance: import("axios").AxiosInstance;
|
673
|
-
$message: import("naive-ui
|
674
|
-
props:
|
684
|
+
$message: import("naive-ui").MessageApi;
|
685
|
+
props: {
|
686
|
+
formatId?: string | undefined;
|
687
|
+
token: string;
|
688
|
+
};
|
675
689
|
fileList: import("vue").Ref<{
|
676
690
|
id: string;
|
677
691
|
name: string;
|
@@ -705,39 +719,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
705
719
|
thumbnailUrl?: string | null | undefined;
|
706
720
|
type?: string | null | undefined;
|
707
721
|
fullPath?: string | null | undefined;
|
708
|
-
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
709
|
-
id: string;
|
710
|
-
name: string;
|
711
|
-
batchId?: string | null | undefined;
|
712
|
-
percentage?: number | null | undefined;
|
713
|
-
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
714
|
-
url?: string | null | undefined;
|
715
|
-
file?: {
|
716
|
-
readonly lastModified: number;
|
717
|
-
readonly name: string;
|
718
|
-
readonly webkitRelativePath: string;
|
719
|
-
readonly size: number;
|
720
|
-
readonly type: string;
|
721
|
-
arrayBuffer: {
|
722
|
-
(): Promise<ArrayBuffer>;
|
723
|
-
(): Promise<ArrayBuffer>;
|
724
|
-
};
|
725
|
-
slice: {
|
726
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
727
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
728
|
-
};
|
729
|
-
stream: {
|
730
|
-
(): ReadableStream<Uint8Array>;
|
731
|
-
(): NodeJS.ReadableStream;
|
732
|
-
};
|
733
|
-
text: {
|
734
|
-
(): Promise<string>;
|
735
|
-
(): Promise<string>;
|
736
|
-
};
|
737
|
-
} | null | undefined;
|
738
|
-
thumbnailUrl?: string | null | undefined;
|
739
|
-
type?: string | null | undefined;
|
740
|
-
fullPath?: string | null | undefined;
|
741
722
|
}[]>;
|
742
723
|
queryFileList: () => void;
|
743
724
|
onRemove: (options: {
|
@@ -746,16 +727,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
746
727
|
}) => Promise<unknown>;
|
747
728
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
748
729
|
validateFormat: () => boolean;
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
},
|
730
|
+
NForm: any;
|
731
|
+
NFormItem: any;
|
732
|
+
NUpload: any;
|
733
|
+
NUploadDragger: any;
|
734
|
+
NP: any;
|
735
|
+
NIcon: any;
|
736
|
+
NText: any;
|
737
|
+
NSpace: any;
|
738
|
+
Archive: 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<{}>>, {}>;
|
739
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
759
740
|
formatId: {
|
760
741
|
type: StringConstructor;
|
761
742
|
required: false;
|
@@ -764,8 +745,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
764
745
|
type: StringConstructor;
|
765
746
|
required: true;
|
766
747
|
};
|
767
|
-
}
|
768
|
-
},
|
748
|
+
}>>, {}>;
|
749
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
769
750
|
verifyUser: {
|
770
751
|
type: FunctionConstructor;
|
771
752
|
required: false;
|
@@ -788,16 +769,20 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
788
769
|
type: StringConstructor;
|
789
770
|
required: false;
|
790
771
|
};
|
791
|
-
|
772
|
+
templateCode: {
|
773
|
+
type: StringConstructor;
|
774
|
+
required: false;
|
775
|
+
};
|
776
|
+
}>> & {
|
792
777
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
793
778
|
onClose?: ((...args: any[]) => any) | undefined;
|
794
779
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
795
780
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
796
|
-
}
|
781
|
+
}, {
|
797
782
|
verifyUser: Function;
|
798
783
|
identityVerificationTitle: string;
|
799
|
-
}
|
800
|
-
},
|
784
|
+
}>;
|
785
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
801
786
|
printParams: {
|
802
787
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
803
788
|
};
|
@@ -889,6 +874,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
889
874
|
default: () => {
|
890
875
|
isShowPrintAll: boolean;
|
891
876
|
printAllType: number;
|
877
|
+
hideTemplateCodes: never[];
|
892
878
|
isShowOutSetting: boolean;
|
893
879
|
customProps: {};
|
894
880
|
outerPrintKeys: never[];
|
@@ -912,7 +898,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
912
898
|
hidePreviewBtns: {
|
913
899
|
type: StringConstructor;
|
914
900
|
};
|
915
|
-
}
|
901
|
+
}>>, {
|
916
902
|
params: import("../../shared/types").AnyObject[];
|
917
903
|
btnText: string;
|
918
904
|
printText: string;
|
@@ -934,7 +920,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
934
920
|
showLoading: boolean;
|
935
921
|
hideButtons: unknown[];
|
936
922
|
newPrintSetting: Record<string, any>;
|
937
|
-
}
|
923
|
+
}> | import("vue").DefineComponent<{
|
938
924
|
printParams: {
|
939
925
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
940
926
|
};
|
@@ -1048,16 +1034,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1048
1034
|
hidePreviewBtns: {
|
1049
1035
|
type: StringConstructor;
|
1050
1036
|
};
|
1051
|
-
}
|
1037
|
+
}, {
|
1052
1038
|
$attrs: {
|
1053
1039
|
[x: string]: unknown;
|
1054
1040
|
};
|
1055
|
-
$message: import("naive-ui
|
1041
|
+
$message: import("naive-ui").MessageApi;
|
1056
1042
|
printInstance: import("./src/utils").Print | null;
|
1057
1043
|
downloadPdfCode: string;
|
1058
1044
|
formatEditTextCode: string;
|
1059
1045
|
isDomestic: boolean;
|
1060
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1046
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1061
1047
|
printParams: {
|
1062
1048
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1063
1049
|
};
|
@@ -1171,10 +1157,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1171
1157
|
hidePreviewBtns: {
|
1172
1158
|
type: StringConstructor;
|
1173
1159
|
};
|
1174
|
-
}>> &
|
1160
|
+
}>> & {}>>;
|
1175
1161
|
emit: any;
|
1176
1162
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
1177
|
-
authorizationKey: import("vue").Ref<string
|
1163
|
+
authorizationKey: import("vue").Ref<string>;
|
1178
1164
|
state: {
|
1179
1165
|
spinning: boolean;
|
1180
1166
|
visible: boolean;
|
@@ -1191,13 +1177,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1191
1177
|
iReportExecuteMode: number;
|
1192
1178
|
number: string;
|
1193
1179
|
};
|
1194
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]
|
1195
|
-
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]
|
1180
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1181
|
+
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1196
1182
|
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
1197
1183
|
formatTitle: import("vue").ComputedRef<any>;
|
1198
1184
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
1199
1185
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
1200
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
1186
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => JSX.Element;
|
1201
1187
|
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
1202
1188
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
1203
1189
|
callLocalServicesErrorCb: (res: unknown) => void;
|
@@ -1229,11 +1215,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1229
1215
|
reformatPrintParams: () => void;
|
1230
1216
|
verifiySuccess: (token: string) => void;
|
1231
1217
|
directPrint: () => Promise<void>;
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
IdentityVerification: import("vue").DefineComponent<
|
1218
|
+
NDropdown: any;
|
1219
|
+
NButton: any;
|
1220
|
+
NIcon: any;
|
1221
|
+
ChevronDown: 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<{}>>, {}>;
|
1222
|
+
IdentityVerification: import("vue").DefineComponent<{
|
1237
1223
|
verifyUser: {
|
1238
1224
|
type: FunctionConstructor;
|
1239
1225
|
required: false;
|
@@ -1256,50 +1242,54 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1256
1242
|
type: StringConstructor;
|
1257
1243
|
required: false;
|
1258
1244
|
};
|
1259
|
-
|
1260
|
-
|
1245
|
+
templateCode: {
|
1246
|
+
type: StringConstructor;
|
1247
|
+
required: false;
|
1248
|
+
};
|
1249
|
+
}, {
|
1250
|
+
$message: import("naive-ui").MessageApi;
|
1261
1251
|
DEFAULT_FORM: {
|
1262
1252
|
account: string;
|
1263
1253
|
password: string;
|
1264
1254
|
};
|
1265
|
-
props:
|
1255
|
+
props: {
|
1256
|
+
verifyUser: Function;
|
1257
|
+
identityVerificationTitle: string;
|
1258
|
+
modelValue: boolean;
|
1259
|
+
formatId?: string | undefined;
|
1260
|
+
templateId?: string | undefined;
|
1261
|
+
templateCode?: string | undefined;
|
1262
|
+
};
|
1266
1263
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1267
1264
|
editFormRef: import("vue").Ref<{
|
1268
1265
|
submit: Function;
|
1269
|
-
} | null, {
|
1270
|
-
submit: Function;
|
1271
|
-
} | {
|
1272
|
-
submit: Function;
|
1273
1266
|
} | null>;
|
1274
|
-
showEditForm: import("vue").Ref<boolean
|
1275
|
-
token: import("vue").Ref<string
|
1267
|
+
showEditForm: import("vue").Ref<boolean>;
|
1268
|
+
token: import("vue").Ref<string>;
|
1276
1269
|
form: {
|
1277
1270
|
account: string;
|
1278
1271
|
password: string;
|
1279
1272
|
};
|
1280
|
-
rules: import("naive-ui
|
1273
|
+
rules: import("naive-ui").FormRules;
|
1281
1274
|
style: {
|
1282
1275
|
width: string;
|
1283
1276
|
};
|
1284
1277
|
formRef: import("vue").Ref<{
|
1285
1278
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1286
1279
|
restoreValidation: () => void;
|
1287
|
-
} | null, import("naive-ui/es/form").FormInst | {
|
1288
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1289
|
-
restoreValidation: () => void;
|
1290
1280
|
} | null>;
|
1291
1281
|
handleClickClose: () => void;
|
1292
1282
|
handleAfterLeave: () => void;
|
1293
|
-
loading: import("vue").Ref<boolean
|
1283
|
+
loading: import("vue").Ref<boolean>;
|
1294
1284
|
submit: () => Promise<false | undefined>;
|
1295
1285
|
handleClickSubmit: () => void;
|
1296
1286
|
submitEditFile: () => Promise<false | undefined>;
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
EditFormat: import("vue").DefineComponent<
|
1287
|
+
NButton: any;
|
1288
|
+
NModal: any;
|
1289
|
+
NForm: any;
|
1290
|
+
NFormItem: any;
|
1291
|
+
NInput: any;
|
1292
|
+
EditFormat: import("vue").DefineComponent<{
|
1303
1293
|
formatId: {
|
1304
1294
|
type: StringConstructor;
|
1305
1295
|
required: false;
|
@@ -1308,7 +1298,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1308
1298
|
type: StringConstructor;
|
1309
1299
|
required: true;
|
1310
1300
|
};
|
1311
|
-
}
|
1301
|
+
}, {
|
1312
1302
|
PROTOCOL: string;
|
1313
1303
|
HOST: string;
|
1314
1304
|
BASEURL: string;
|
@@ -1316,8 +1306,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1316
1306
|
QUERYFILELIST: string;
|
1317
1307
|
DELETEFILE: string;
|
1318
1308
|
instance: import("axios").AxiosInstance;
|
1319
|
-
$message: import("naive-ui
|
1320
|
-
props:
|
1309
|
+
$message: import("naive-ui").MessageApi;
|
1310
|
+
props: {
|
1311
|
+
formatId?: string | undefined;
|
1312
|
+
token: string;
|
1313
|
+
};
|
1321
1314
|
fileList: import("vue").Ref<{
|
1322
1315
|
id: string;
|
1323
1316
|
name: string;
|
@@ -1351,39 +1344,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1351
1344
|
thumbnailUrl?: string | null | undefined;
|
1352
1345
|
type?: string | null | undefined;
|
1353
1346
|
fullPath?: string | null | undefined;
|
1354
|
-
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
1355
|
-
id: string;
|
1356
|
-
name: string;
|
1357
|
-
batchId?: string | null | undefined;
|
1358
|
-
percentage?: number | null | undefined;
|
1359
|
-
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
1360
|
-
url?: string | null | undefined;
|
1361
|
-
file?: {
|
1362
|
-
readonly lastModified: number;
|
1363
|
-
readonly name: string;
|
1364
|
-
readonly webkitRelativePath: string;
|
1365
|
-
readonly size: number;
|
1366
|
-
readonly type: string;
|
1367
|
-
arrayBuffer: {
|
1368
|
-
(): Promise<ArrayBuffer>;
|
1369
|
-
(): Promise<ArrayBuffer>;
|
1370
|
-
};
|
1371
|
-
slice: {
|
1372
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
1373
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
1374
|
-
};
|
1375
|
-
stream: {
|
1376
|
-
(): ReadableStream<Uint8Array>;
|
1377
|
-
(): NodeJS.ReadableStream;
|
1378
|
-
};
|
1379
|
-
text: {
|
1380
|
-
(): Promise<string>;
|
1381
|
-
(): Promise<string>;
|
1382
|
-
};
|
1383
|
-
} | null | undefined;
|
1384
|
-
thumbnailUrl?: string | null | undefined;
|
1385
|
-
type?: string | null | undefined;
|
1386
|
-
fullPath?: string | null | undefined;
|
1387
1347
|
}[]>;
|
1388
1348
|
queryFileList: () => void;
|
1389
1349
|
onRemove: (options: {
|
@@ -1392,16 +1352,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1392
1352
|
}) => Promise<unknown>;
|
1393
1353
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
1394
1354
|
validateFormat: () => boolean;
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
},
|
1355
|
+
NForm: any;
|
1356
|
+
NFormItem: any;
|
1357
|
+
NUpload: any;
|
1358
|
+
NUploadDragger: any;
|
1359
|
+
NP: any;
|
1360
|
+
NIcon: any;
|
1361
|
+
NText: any;
|
1362
|
+
NSpace: any;
|
1363
|
+
Archive: 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<{}>>, {}>;
|
1364
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1405
1365
|
formatId: {
|
1406
1366
|
type: StringConstructor;
|
1407
1367
|
required: false;
|
@@ -1410,8 +1370,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1410
1370
|
type: StringConstructor;
|
1411
1371
|
required: true;
|
1412
1372
|
};
|
1413
|
-
}
|
1414
|
-
},
|
1373
|
+
}>>, {}>;
|
1374
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1415
1375
|
verifyUser: {
|
1416
1376
|
type: FunctionConstructor;
|
1417
1377
|
required: false;
|
@@ -1434,16 +1394,20 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1434
1394
|
type: StringConstructor;
|
1435
1395
|
required: false;
|
1436
1396
|
};
|
1437
|
-
|
1397
|
+
templateCode: {
|
1398
|
+
type: StringConstructor;
|
1399
|
+
required: false;
|
1400
|
+
};
|
1401
|
+
}>> & {
|
1438
1402
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1439
1403
|
onClose?: ((...args: any[]) => any) | undefined;
|
1440
1404
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1441
1405
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
1442
|
-
}
|
1406
|
+
}, {
|
1443
1407
|
verifyUser: Function;
|
1444
1408
|
identityVerificationTitle: string;
|
1445
|
-
}
|
1446
|
-
},
|
1409
|
+
}>;
|
1410
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1447
1411
|
printParams: {
|
1448
1412
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1449
1413
|
};
|
@@ -1557,7 +1521,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1557
1521
|
hidePreviewBtns: {
|
1558
1522
|
type: StringConstructor;
|
1559
1523
|
};
|
1560
|
-
}
|
1524
|
+
}>>, {
|
1561
1525
|
params: import("../../shared/types").AnyObject[];
|
1562
1526
|
btnText: string;
|
1563
1527
|
printText: string;
|
@@ -1581,8 +1545,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1581
1545
|
showLoading: boolean;
|
1582
1546
|
hideButtons: unknown[];
|
1583
1547
|
printCustomProps: Record<string, any>;
|
1584
|
-
}
|
1585
|
-
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1548
|
+
}>>;
|
1549
|
+
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1586
1550
|
printParams: {
|
1587
1551
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1588
1552
|
};
|
@@ -1701,20 +1665,21 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1701
1665
|
hidePreviewBtns: {
|
1702
1666
|
type: StringConstructor;
|
1703
1667
|
};
|
1704
|
-
}>> &
|
1668
|
+
}>> & {
|
1705
1669
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1706
1670
|
onError?: ((...args: any[]) => any) | undefined;
|
1707
1671
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1708
1672
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1709
1673
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1710
|
-
}
|
1674
|
+
}>> & {
|
1711
1675
|
[x: string]: unknown;
|
1712
1676
|
}>;
|
1713
1677
|
emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
1714
1678
|
directPrint: () => Promise<void>;
|
1715
1679
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
1716
1680
|
registerShort: (obj: any) => void;
|
1717
|
-
|
1681
|
+
hiddenPopover: () => void;
|
1682
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint")[], "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1718
1683
|
printParams: {
|
1719
1684
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1720
1685
|
};
|
@@ -1833,13 +1798,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1833
1798
|
hidePreviewBtns: {
|
1834
1799
|
type: StringConstructor;
|
1835
1800
|
};
|
1836
|
-
}>> &
|
1801
|
+
}>> & {
|
1837
1802
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1838
1803
|
onError?: ((...args: any[]) => any) | undefined;
|
1839
1804
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1840
1805
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1841
1806
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1842
|
-
}
|
1807
|
+
}, {
|
1843
1808
|
params: import("../../shared/types").AnyObject[];
|
1844
1809
|
btnText: string;
|
1845
1810
|
printText: string;
|
@@ -1865,5 +1830,5 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1865
1830
|
printCustomProps: Record<string, any>;
|
1866
1831
|
placement: string;
|
1867
1832
|
newPrintSetting: Record<string, any>;
|
1868
|
-
}
|
1833
|
+
}>>;
|
1869
1834
|
export default ButtonPrint;
|