cnhis-design-vue 3.4.0-beta.0 → 3.4.0-beta.1
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 +165 -202
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +165 -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 +86 -102
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +141 -109
- 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 +153 -215
- package/es/components/field-set/src/FieldColor.vue2.js +9 -10
- package/es/components/field-set/src/FieldFilter.vue.d.ts +50 -76
- package/es/components/field-set/src/FieldFilter.vue2.js +11 -12
- package/es/components/field-set/src/FieldSet.vue.d.ts +63 -77
- 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 +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +26 -28
- package/es/components/form-config/index.d.ts +426 -1399
- package/es/components/form-config/src/FormConfig.vue.d.ts +426 -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 +216 -1110
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +3 -3
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +81 -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/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/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/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/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 +81 -286
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -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/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;
|
@@ -570,24 +575,24 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
570
575
|
registerShort: (obj?: any) => Promise<void>;
|
571
576
|
handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
|
572
577
|
reformatPrintParams: () => void;
|
573
|
-
verifiySuccess: (token: string) => void;
|
578
|
+
verifiySuccess: (token: string, templateCode: string) => void;
|
574
579
|
isPrintDisabled: (outer: any, j: number) => any;
|
575
580
|
directPrint: () => Promise<void>;
|
576
581
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
577
582
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
IdentityVerification: import("vue").DefineComponent<
|
583
|
+
NDropdown: any;
|
584
|
+
NButton: any;
|
585
|
+
NIcon: any;
|
586
|
+
NPopover: any;
|
587
|
+
NButtonGroup: any;
|
588
|
+
NDivider: any;
|
589
|
+
NCheckbox: any;
|
590
|
+
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<{}>>, {}>;
|
591
|
+
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<{}>>, {}>;
|
592
|
+
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<{}>>, {}>;
|
593
|
+
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<{}>>, {}>;
|
594
|
+
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<{}>>, {}>;
|
595
|
+
IdentityVerification: import("vue").DefineComponent<{
|
591
596
|
verifyUser: {
|
592
597
|
type: FunctionConstructor;
|
593
598
|
required: false;
|
@@ -610,50 +615,54 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
610
615
|
type: StringConstructor;
|
611
616
|
required: false;
|
612
617
|
};
|
613
|
-
|
614
|
-
|
618
|
+
templateCode: {
|
619
|
+
type: StringConstructor;
|
620
|
+
required: false;
|
621
|
+
};
|
622
|
+
}, {
|
623
|
+
$message: import("naive-ui").MessageApi;
|
615
624
|
DEFAULT_FORM: {
|
616
625
|
account: string;
|
617
626
|
password: string;
|
618
627
|
};
|
619
|
-
props:
|
628
|
+
props: {
|
629
|
+
verifyUser: Function;
|
630
|
+
identityVerificationTitle: string;
|
631
|
+
modelValue: boolean;
|
632
|
+
formatId?: string | undefined;
|
633
|
+
templateId?: string | undefined;
|
634
|
+
templateCode?: string | undefined;
|
635
|
+
};
|
620
636
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
621
637
|
editFormRef: import("vue").Ref<{
|
622
638
|
submit: Function;
|
623
|
-
} | null, {
|
624
|
-
submit: Function;
|
625
|
-
} | {
|
626
|
-
submit: Function;
|
627
639
|
} | null>;
|
628
|
-
showEditForm: import("vue").Ref<boolean
|
629
|
-
token: import("vue").Ref<string
|
640
|
+
showEditForm: import("vue").Ref<boolean>;
|
641
|
+
token: import("vue").Ref<string>;
|
630
642
|
form: {
|
631
643
|
account: string;
|
632
644
|
password: string;
|
633
645
|
};
|
634
|
-
rules: import("naive-ui
|
646
|
+
rules: import("naive-ui").FormRules;
|
635
647
|
style: {
|
636
648
|
width: string;
|
637
649
|
};
|
638
650
|
formRef: import("vue").Ref<{
|
639
651
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
640
652
|
restoreValidation: () => void;
|
641
|
-
} | null, import("naive-ui/es/form").FormInst | {
|
642
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
643
|
-
restoreValidation: () => void;
|
644
653
|
} | null>;
|
645
654
|
handleClickClose: () => void;
|
646
655
|
handleAfterLeave: () => void;
|
647
|
-
loading: import("vue").Ref<boolean
|
656
|
+
loading: import("vue").Ref<boolean>;
|
648
657
|
submit: () => Promise<false | undefined>;
|
649
658
|
handleClickSubmit: () => void;
|
650
659
|
submitEditFile: () => Promise<false | undefined>;
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
EditFormat: import("vue").DefineComponent<
|
660
|
+
NButton: any;
|
661
|
+
NModal: any;
|
662
|
+
NForm: any;
|
663
|
+
NFormItem: any;
|
664
|
+
NInput: any;
|
665
|
+
EditFormat: import("vue").DefineComponent<{
|
657
666
|
formatId: {
|
658
667
|
type: StringConstructor;
|
659
668
|
required: false;
|
@@ -662,7 +671,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
662
671
|
type: StringConstructor;
|
663
672
|
required: true;
|
664
673
|
};
|
665
|
-
}
|
674
|
+
}, {
|
666
675
|
PROTOCOL: string;
|
667
676
|
HOST: string;
|
668
677
|
BASEURL: string;
|
@@ -670,8 +679,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
670
679
|
QUERYFILELIST: string;
|
671
680
|
DELETEFILE: string;
|
672
681
|
instance: import("axios").AxiosInstance;
|
673
|
-
$message: import("naive-ui
|
674
|
-
props:
|
682
|
+
$message: import("naive-ui").MessageApi;
|
683
|
+
props: {
|
684
|
+
formatId?: string | undefined;
|
685
|
+
token: string;
|
686
|
+
};
|
675
687
|
fileList: import("vue").Ref<{
|
676
688
|
id: string;
|
677
689
|
name: string;
|
@@ -705,39 +717,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
705
717
|
thumbnailUrl?: string | null | undefined;
|
706
718
|
type?: string | null | undefined;
|
707
719
|
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
720
|
}[]>;
|
742
721
|
queryFileList: () => void;
|
743
722
|
onRemove: (options: {
|
@@ -746,16 +725,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
746
725
|
}) => Promise<unknown>;
|
747
726
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
748
727
|
validateFormat: () => boolean;
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
},
|
728
|
+
NForm: any;
|
729
|
+
NFormItem: any;
|
730
|
+
NUpload: any;
|
731
|
+
NUploadDragger: any;
|
732
|
+
NP: any;
|
733
|
+
NIcon: any;
|
734
|
+
NText: any;
|
735
|
+
NSpace: any;
|
736
|
+
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<{}>>, {}>;
|
737
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
759
738
|
formatId: {
|
760
739
|
type: StringConstructor;
|
761
740
|
required: false;
|
@@ -764,8 +743,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
764
743
|
type: StringConstructor;
|
765
744
|
required: true;
|
766
745
|
};
|
767
|
-
}
|
768
|
-
},
|
746
|
+
}>>, {}>;
|
747
|
+
}, 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
748
|
verifyUser: {
|
770
749
|
type: FunctionConstructor;
|
771
750
|
required: false;
|
@@ -788,16 +767,20 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
788
767
|
type: StringConstructor;
|
789
768
|
required: false;
|
790
769
|
};
|
791
|
-
|
770
|
+
templateCode: {
|
771
|
+
type: StringConstructor;
|
772
|
+
required: false;
|
773
|
+
};
|
774
|
+
}>> & {
|
792
775
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
793
776
|
onClose?: ((...args: any[]) => any) | undefined;
|
794
777
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
795
778
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
796
|
-
}
|
779
|
+
}, {
|
797
780
|
verifyUser: Function;
|
798
781
|
identityVerificationTitle: string;
|
799
|
-
}
|
800
|
-
},
|
782
|
+
}>;
|
783
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
801
784
|
printParams: {
|
802
785
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
803
786
|
};
|
@@ -889,6 +872,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
889
872
|
default: () => {
|
890
873
|
isShowPrintAll: boolean;
|
891
874
|
printAllType: number;
|
875
|
+
hideTemplateCodes: never[];
|
892
876
|
isShowOutSetting: boolean;
|
893
877
|
customProps: {};
|
894
878
|
outerPrintKeys: never[];
|
@@ -912,7 +896,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
912
896
|
hidePreviewBtns: {
|
913
897
|
type: StringConstructor;
|
914
898
|
};
|
915
|
-
}
|
899
|
+
}>>, {
|
916
900
|
params: import("../../shared/types").AnyObject[];
|
917
901
|
btnText: string;
|
918
902
|
printText: string;
|
@@ -934,7 +918,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
934
918
|
showLoading: boolean;
|
935
919
|
hideButtons: unknown[];
|
936
920
|
newPrintSetting: Record<string, any>;
|
937
|
-
}
|
921
|
+
}> | import("vue").DefineComponent<{
|
938
922
|
printParams: {
|
939
923
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
940
924
|
};
|
@@ -1048,16 +1032,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1048
1032
|
hidePreviewBtns: {
|
1049
1033
|
type: StringConstructor;
|
1050
1034
|
};
|
1051
|
-
}
|
1035
|
+
}, {
|
1052
1036
|
$attrs: {
|
1053
1037
|
[x: string]: unknown;
|
1054
1038
|
};
|
1055
|
-
$message: import("naive-ui
|
1039
|
+
$message: import("naive-ui").MessageApi;
|
1056
1040
|
printInstance: import("./src/utils").Print | null;
|
1057
1041
|
downloadPdfCode: string;
|
1058
1042
|
formatEditTextCode: string;
|
1059
1043
|
isDomestic: boolean;
|
1060
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1044
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1061
1045
|
printParams: {
|
1062
1046
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1063
1047
|
};
|
@@ -1171,10 +1155,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1171
1155
|
hidePreviewBtns: {
|
1172
1156
|
type: StringConstructor;
|
1173
1157
|
};
|
1174
|
-
}>> &
|
1158
|
+
}>> & {}>>;
|
1175
1159
|
emit: any;
|
1176
1160
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
1177
|
-
authorizationKey: import("vue").Ref<string
|
1161
|
+
authorizationKey: import("vue").Ref<string>;
|
1178
1162
|
state: {
|
1179
1163
|
spinning: boolean;
|
1180
1164
|
visible: boolean;
|
@@ -1191,13 +1175,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1191
1175
|
iReportExecuteMode: number;
|
1192
1176
|
number: string;
|
1193
1177
|
};
|
1194
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]
|
1195
|
-
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]
|
1178
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1179
|
+
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1196
1180
|
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
1197
1181
|
formatTitle: import("vue").ComputedRef<any>;
|
1198
1182
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
1199
1183
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
1200
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
1184
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => JSX.Element;
|
1201
1185
|
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
1202
1186
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
1203
1187
|
callLocalServicesErrorCb: (res: unknown) => void;
|
@@ -1229,11 +1213,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1229
1213
|
reformatPrintParams: () => void;
|
1230
1214
|
verifiySuccess: (token: string) => void;
|
1231
1215
|
directPrint: () => Promise<void>;
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
IdentityVerification: import("vue").DefineComponent<
|
1216
|
+
NDropdown: any;
|
1217
|
+
NButton: any;
|
1218
|
+
NIcon: any;
|
1219
|
+
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<{}>>, {}>;
|
1220
|
+
IdentityVerification: import("vue").DefineComponent<{
|
1237
1221
|
verifyUser: {
|
1238
1222
|
type: FunctionConstructor;
|
1239
1223
|
required: false;
|
@@ -1256,50 +1240,54 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1256
1240
|
type: StringConstructor;
|
1257
1241
|
required: false;
|
1258
1242
|
};
|
1259
|
-
|
1260
|
-
|
1243
|
+
templateCode: {
|
1244
|
+
type: StringConstructor;
|
1245
|
+
required: false;
|
1246
|
+
};
|
1247
|
+
}, {
|
1248
|
+
$message: import("naive-ui").MessageApi;
|
1261
1249
|
DEFAULT_FORM: {
|
1262
1250
|
account: string;
|
1263
1251
|
password: string;
|
1264
1252
|
};
|
1265
|
-
props:
|
1253
|
+
props: {
|
1254
|
+
verifyUser: Function;
|
1255
|
+
identityVerificationTitle: string;
|
1256
|
+
modelValue: boolean;
|
1257
|
+
formatId?: string | undefined;
|
1258
|
+
templateId?: string | undefined;
|
1259
|
+
templateCode?: string | undefined;
|
1260
|
+
};
|
1266
1261
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1267
1262
|
editFormRef: import("vue").Ref<{
|
1268
1263
|
submit: Function;
|
1269
|
-
} | null, {
|
1270
|
-
submit: Function;
|
1271
|
-
} | {
|
1272
|
-
submit: Function;
|
1273
1264
|
} | null>;
|
1274
|
-
showEditForm: import("vue").Ref<boolean
|
1275
|
-
token: import("vue").Ref<string
|
1265
|
+
showEditForm: import("vue").Ref<boolean>;
|
1266
|
+
token: import("vue").Ref<string>;
|
1276
1267
|
form: {
|
1277
1268
|
account: string;
|
1278
1269
|
password: string;
|
1279
1270
|
};
|
1280
|
-
rules: import("naive-ui
|
1271
|
+
rules: import("naive-ui").FormRules;
|
1281
1272
|
style: {
|
1282
1273
|
width: string;
|
1283
1274
|
};
|
1284
1275
|
formRef: import("vue").Ref<{
|
1285
1276
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1286
1277
|
restoreValidation: () => void;
|
1287
|
-
} | null, import("naive-ui/es/form").FormInst | {
|
1288
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1289
|
-
restoreValidation: () => void;
|
1290
1278
|
} | null>;
|
1291
1279
|
handleClickClose: () => void;
|
1292
1280
|
handleAfterLeave: () => void;
|
1293
|
-
loading: import("vue").Ref<boolean
|
1281
|
+
loading: import("vue").Ref<boolean>;
|
1294
1282
|
submit: () => Promise<false | undefined>;
|
1295
1283
|
handleClickSubmit: () => void;
|
1296
1284
|
submitEditFile: () => Promise<false | undefined>;
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
EditFormat: import("vue").DefineComponent<
|
1285
|
+
NButton: any;
|
1286
|
+
NModal: any;
|
1287
|
+
NForm: any;
|
1288
|
+
NFormItem: any;
|
1289
|
+
NInput: any;
|
1290
|
+
EditFormat: import("vue").DefineComponent<{
|
1303
1291
|
formatId: {
|
1304
1292
|
type: StringConstructor;
|
1305
1293
|
required: false;
|
@@ -1308,7 +1296,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1308
1296
|
type: StringConstructor;
|
1309
1297
|
required: true;
|
1310
1298
|
};
|
1311
|
-
}
|
1299
|
+
}, {
|
1312
1300
|
PROTOCOL: string;
|
1313
1301
|
HOST: string;
|
1314
1302
|
BASEURL: string;
|
@@ -1316,8 +1304,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1316
1304
|
QUERYFILELIST: string;
|
1317
1305
|
DELETEFILE: string;
|
1318
1306
|
instance: import("axios").AxiosInstance;
|
1319
|
-
$message: import("naive-ui
|
1320
|
-
props:
|
1307
|
+
$message: import("naive-ui").MessageApi;
|
1308
|
+
props: {
|
1309
|
+
formatId?: string | undefined;
|
1310
|
+
token: string;
|
1311
|
+
};
|
1321
1312
|
fileList: import("vue").Ref<{
|
1322
1313
|
id: string;
|
1323
1314
|
name: string;
|
@@ -1351,39 +1342,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1351
1342
|
thumbnailUrl?: string | null | undefined;
|
1352
1343
|
type?: string | null | undefined;
|
1353
1344
|
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
1345
|
}[]>;
|
1388
1346
|
queryFileList: () => void;
|
1389
1347
|
onRemove: (options: {
|
@@ -1392,16 +1350,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1392
1350
|
}) => Promise<unknown>;
|
1393
1351
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
1394
1352
|
validateFormat: () => boolean;
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
},
|
1353
|
+
NForm: any;
|
1354
|
+
NFormItem: any;
|
1355
|
+
NUpload: any;
|
1356
|
+
NUploadDragger: any;
|
1357
|
+
NP: any;
|
1358
|
+
NIcon: any;
|
1359
|
+
NText: any;
|
1360
|
+
NSpace: any;
|
1361
|
+
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<{}>>, {}>;
|
1362
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1405
1363
|
formatId: {
|
1406
1364
|
type: StringConstructor;
|
1407
1365
|
required: false;
|
@@ -1410,8 +1368,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1410
1368
|
type: StringConstructor;
|
1411
1369
|
required: true;
|
1412
1370
|
};
|
1413
|
-
}
|
1414
|
-
},
|
1371
|
+
}>>, {}>;
|
1372
|
+
}, 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
1373
|
verifyUser: {
|
1416
1374
|
type: FunctionConstructor;
|
1417
1375
|
required: false;
|
@@ -1434,16 +1392,20 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1434
1392
|
type: StringConstructor;
|
1435
1393
|
required: false;
|
1436
1394
|
};
|
1437
|
-
|
1395
|
+
templateCode: {
|
1396
|
+
type: StringConstructor;
|
1397
|
+
required: false;
|
1398
|
+
};
|
1399
|
+
}>> & {
|
1438
1400
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1439
1401
|
onClose?: ((...args: any[]) => any) | undefined;
|
1440
1402
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1441
1403
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
1442
|
-
}
|
1404
|
+
}, {
|
1443
1405
|
verifyUser: Function;
|
1444
1406
|
identityVerificationTitle: string;
|
1445
|
-
}
|
1446
|
-
},
|
1407
|
+
}>;
|
1408
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1447
1409
|
printParams: {
|
1448
1410
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1449
1411
|
};
|
@@ -1557,7 +1519,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1557
1519
|
hidePreviewBtns: {
|
1558
1520
|
type: StringConstructor;
|
1559
1521
|
};
|
1560
|
-
}
|
1522
|
+
}>>, {
|
1561
1523
|
params: import("../../shared/types").AnyObject[];
|
1562
1524
|
btnText: string;
|
1563
1525
|
printText: string;
|
@@ -1581,8 +1543,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1581
1543
|
showLoading: boolean;
|
1582
1544
|
hideButtons: unknown[];
|
1583
1545
|
printCustomProps: Record<string, any>;
|
1584
|
-
}
|
1585
|
-
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1546
|
+
}>>;
|
1547
|
+
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1586
1548
|
printParams: {
|
1587
1549
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1588
1550
|
};
|
@@ -1701,20 +1663,21 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1701
1663
|
hidePreviewBtns: {
|
1702
1664
|
type: StringConstructor;
|
1703
1665
|
};
|
1704
|
-
}>> &
|
1666
|
+
}>> & {
|
1705
1667
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1706
1668
|
onError?: ((...args: any[]) => any) | undefined;
|
1707
1669
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1708
1670
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1709
1671
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1710
|
-
}
|
1672
|
+
}>> & {
|
1711
1673
|
[x: string]: unknown;
|
1712
1674
|
}>;
|
1713
1675
|
emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
1714
1676
|
directPrint: () => Promise<void>;
|
1715
1677
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
1716
1678
|
registerShort: (obj: any) => void;
|
1717
|
-
|
1679
|
+
hiddenPopover: () => void;
|
1680
|
+
}, 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
1681
|
printParams: {
|
1719
1682
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1720
1683
|
};
|
@@ -1833,13 +1796,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1833
1796
|
hidePreviewBtns: {
|
1834
1797
|
type: StringConstructor;
|
1835
1798
|
};
|
1836
|
-
}>> &
|
1799
|
+
}>> & {
|
1837
1800
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1838
1801
|
onError?: ((...args: any[]) => any) | undefined;
|
1839
1802
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1840
1803
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1841
1804
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1842
|
-
}
|
1805
|
+
}, {
|
1843
1806
|
params: import("../../shared/types").AnyObject[];
|
1844
1807
|
btnText: string;
|
1845
1808
|
printText: string;
|
@@ -1865,5 +1828,5 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
1865
1828
|
printCustomProps: Record<string, any>;
|
1866
1829
|
placement: string;
|
1867
1830
|
newPrintSetting: Record<string, any>;
|
1868
|
-
}
|
1831
|
+
}>>;
|
1869
1832
|
export default ButtonPrint;
|