cnhis-design-vue 3.4.0-beta.11 → 3.4.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/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 +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +8 -7
- 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 +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +36 -41
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +6 -8
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -5
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -8
- 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 +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +30 -31
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- 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 +7 -5
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +8 -5
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- 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 -3
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +3 -4
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +84 -48
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +50 -2
- 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 +8 -10
- 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 +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +6 -5
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- 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 +1 -2
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +201 -141
- package/es/components/button-print/src/ButtonPrint.vue2.js +8 -7
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +12 -11
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +101 -71
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +71 -70
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- 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 +3 -2
- package/es/components/calendar/index.d.ts +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +2 -1
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +2 -1
- 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 +3162 -1602
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +2 -1
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +7 -6
- 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 +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -4
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +5 -5
- 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 +21 -21
- 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 -5
- 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 +113 -113
- package/es/components/classification/index.d.ts +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +6 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +3 -2
- 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 +65 -66
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +61 -63
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- 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 +9 -8
- 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 +14 -15
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- 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 -5
- 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/useOther.js +15 -7
- 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 +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- 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 +216 -154
- package/es/components/field-set/src/FieldColor.vue2.js +7 -6
- package/es/components/field-set/src/FieldFilter.vue.d.ts +77 -51
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -7
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +24 -23
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +16 -13
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +8 -11
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +4 -3
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +2 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +16 -14
- package/es/components/form-config/index.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue.d.ts +1399 -422
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -49
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +4 -3
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +1100 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +5 -6
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +118 -81
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +29 -29
- 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 +4 -5
- 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 +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- 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 +7 -9
- 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 +9 -1
- 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 +832 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +832 -760
- package/es/components/iho-chat/src/Index.vue2.js +4 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +48 -55
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- 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 +57 -63
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +33 -36
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +56 -66
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +19 -20
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +11 -13
- 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 +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +33 -35
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +39 -45
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- 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 +8 -12
- 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 +8 -2
- 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 +11 -6
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +3102 -1550
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +8 -7
- 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 +6 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +12 -11
- 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 +14 -11
- 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 +26 -23
- 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 +3 -3
- 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 +7 -6
- 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 +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- 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 +15 -13
- 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 +8 -7
- 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 +14 -1
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- 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 +109 -129
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +14 -12
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +3 -2
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- 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 +11 -11
- 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 +7 -6
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +15 -15
- 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 -4
- 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 +13 -14
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +13 -13
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +8 -8
- package/es/components/scale-view/index.d.ts +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +15 -13
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +8 -8
- 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 +23 -23
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -5
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -5
- 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 +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +11 -6
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +155 -6
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +11 -6
- 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 +9 -5
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +9 -17
- 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 +9 -8
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +15 -17
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +23 -25
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +11 -12
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +26 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +14 -16
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +6 -6
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue.d.ts +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +10 -13
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +21 -17
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- package/es/components/select-person/src/SelectPersonType.vue2.js +6 -6
- package/es/components/select-person/src/components/GroupItem.vue.d.ts +5 -5
- package/es/components/select-person/src/components/GroupItem.vue2.js +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +4 -3
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +7 -6
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +8 -7
- 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 +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +287 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +3 -2
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +11 -10
- 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 +6 -5
- 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 -4
- 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 +1 -2
- 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 +3 -3
- package/es/components/table-export-field/index.d.ts +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +10 -9
- 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 +6 -5
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- 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 +18 -17
- 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 +7 -6
- 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 +5 -4
- 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 +5 -4
- 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 +7 -6
- 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 +33 -38
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +41 -40
- 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 +10 -9
- 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 +19 -18
- 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 +27 -26
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +8 -7
- 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 +5 -4
- 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 +10 -9
- 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 +7 -6
- 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 +7 -6
- 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 +7 -6
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +31 -34
- 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 +3 -2
- 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 +10 -9
- 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 +2 -1
- 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 +2 -1
- 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 +2 -1
- 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 -9
- 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 +8 -9
- 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 +7 -6
- 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 +5 -4
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +10 -9
- 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 +8 -7
- 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 +7 -6
- 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 +6 -5
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- 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 +272 -266
- 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 -4
- 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 +8 -7
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +10 -9
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- 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 +24 -25
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +32 -33
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- 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 +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- 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 +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- 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 +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { i18n } from '../../../../_virtual/_virtual_i18n-methods.js';
|
2
|
-
import {
|
2
|
+
import { defineComponent, inject, ref, reactive, computed, onMounted, onBeforeUnmount, watch, openBlock, createElementBlock, Fragment, createElementVNode, createCommentVNode, createVNode, unref, withCtx, renderList, createBlock, mergeProps, createTextVNode, toDisplayString, normalizeStyle, renderSlot, withModifiers, normalizeClass } from 'vue';
|
3
3
|
import { isObject } from '@vue/shared';
|
4
4
|
import { useMessage, NButtonGroup, NDropdown, NButton, NIcon, NPopover, NCheckbox, NDivider } from 'naive-ui';
|
5
5
|
import { PrintOutline, SettingsOutline, ChevronDownSharp, ArrowForwardOutline, ArrowForward } from '@vicons/ionicons5';
|
@@ -21,74 +21,74 @@ const _hoisted_2 = {
|
|
21
21
|
key: 0,
|
22
22
|
class: "newprint-button-outer__shortcut"
|
23
23
|
};
|
24
|
-
const _hoisted_3 =
|
25
|
-
class: "label bold"
|
26
|
-
}, i18n("10010.1.473", "\u5916\u663E\u8BBE\u7F6E"), -1);
|
27
|
-
const _hoisted_4 = {
|
24
|
+
const _hoisted_3 = {
|
28
25
|
class: "print-lite"
|
29
26
|
};
|
30
|
-
const
|
27
|
+
const _hoisted_4 = {
|
31
28
|
class: "label bold"
|
32
29
|
};
|
33
|
-
const
|
30
|
+
const _hoisted_5 = {
|
34
31
|
class: "print-li"
|
35
32
|
};
|
36
|
-
const
|
33
|
+
const _hoisted_6 = {
|
37
34
|
class: "print-lite"
|
38
35
|
};
|
39
|
-
const
|
36
|
+
const _hoisted_7 = {
|
40
37
|
key: 0,
|
41
38
|
class: "newprint-button-outer__shortcut"
|
42
39
|
};
|
43
|
-
const
|
44
|
-
const
|
40
|
+
const _hoisted_8 = ["onMouseenter", "onClick"];
|
41
|
+
const _hoisted_9 = {
|
45
42
|
class: "label bold"
|
46
43
|
};
|
47
|
-
const
|
44
|
+
const _hoisted_10 = {
|
48
45
|
class: "print-lite",
|
49
46
|
style: {
|
50
47
|
"background": "transparent"
|
51
48
|
}
|
52
49
|
};
|
53
|
-
const
|
50
|
+
const _hoisted_11 = {
|
54
51
|
class: "label bold"
|
55
52
|
};
|
56
|
-
const
|
53
|
+
const _hoisted_12 = {
|
57
54
|
class: "print-li"
|
58
55
|
};
|
59
|
-
const
|
56
|
+
const _hoisted_13 = {
|
60
57
|
class: "print-lite",
|
61
58
|
style: {
|
62
59
|
"background": "transparent"
|
63
60
|
}
|
64
61
|
};
|
65
|
-
const
|
66
|
-
const
|
62
|
+
const _hoisted_14 = ["onClick"];
|
63
|
+
const _hoisted_15 = {
|
67
64
|
key: 0,
|
68
65
|
class: "newprint-button-outer__shortcut"
|
69
66
|
};
|
70
|
-
const
|
67
|
+
const _hoisted_16 = {
|
71
68
|
class: "newprint-button-poperOver"
|
72
69
|
};
|
73
|
-
const
|
74
|
-
const
|
70
|
+
const _hoisted_17 = ["onMouseenter"];
|
71
|
+
const _hoisted_18 = {
|
75
72
|
class: "print-lite",
|
76
73
|
style: {
|
77
74
|
"background": "transparent"
|
78
75
|
}
|
79
76
|
};
|
80
|
-
const
|
77
|
+
const _hoisted_19 = {
|
81
78
|
class: "label"
|
82
79
|
};
|
83
|
-
const
|
84
|
-
const
|
80
|
+
const _hoisted_20 = ["onClick"];
|
81
|
+
const _hoisted_21 = {
|
85
82
|
key: 1,
|
86
83
|
class: "print-lite",
|
87
84
|
style: {
|
88
85
|
"background": "transparent"
|
89
86
|
}
|
90
87
|
};
|
91
|
-
const
|
88
|
+
const _hoisted_22 = ["onClick"];
|
89
|
+
const downloadPdfCode = "RY7.2.21.1.M2.G94181E";
|
90
|
+
const formatEditTextCode = "RY7.2.21.1.M2.G33633A";
|
91
|
+
const resetPrintButtonCode = "RY7.2.21.1.M2.G99314S";
|
92
92
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
93
93
|
__name: "NewPrintComponent",
|
94
94
|
props: {
|
@@ -210,9 +210,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
210
210
|
}
|
211
211
|
},
|
212
212
|
setup(__props, {
|
213
|
-
expose
|
213
|
+
expose: __expose
|
214
214
|
}) {
|
215
|
-
const props = __props;
|
216
215
|
String(navigator.platform).toLowerCase().includes("linux");
|
217
216
|
const baseDownListSetting = [{
|
218
217
|
label: i18n("10010.1.476", "\u5206\u5272\u7EBF"),
|
@@ -223,9 +222,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
223
222
|
}];
|
224
223
|
const $message = useMessage();
|
225
224
|
let printInstance;
|
226
|
-
const
|
227
|
-
const formatEditTextCode = "RY7.2.21.1.M2.G33633A";
|
228
|
-
const resetPrintButtonCode = "RY7.2.21.1.M2.G99314S";
|
225
|
+
const props = __props;
|
229
226
|
const emit = inject(InjectionButtonPrintEmits);
|
230
227
|
const authorizationKey = ref("");
|
231
228
|
const state = reactive({
|
@@ -1248,7 +1245,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1248
1245
|
});
|
1249
1246
|
}
|
1250
1247
|
}
|
1251
|
-
|
1248
|
+
__expose({
|
1252
1249
|
directPrint,
|
1253
1250
|
handleShortcutStartAndStop,
|
1254
1251
|
registerShort,
|
@@ -1268,7 +1265,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1268
1265
|
options: getDownList(unref(operations), outer),
|
1269
1266
|
onSelect: (type) => handleSelect(type, outer, true)
|
1270
1267
|
}, {
|
1271
|
-
default: withCtx(() => [createVNode(unref(NButton), mergeProps(
|
1268
|
+
default: withCtx(() => [createVNode(unref(NButton), mergeProps({
|
1269
|
+
ref_for: true
|
1270
|
+
}, buttonProps.value, {
|
1272
1271
|
disabled: !state.printParams[outer.templateCode],
|
1273
1272
|
loading: __props.showLoading && outer.isLoading,
|
1274
1273
|
onClick: ($event) => handleOneTypePrint(outer.templateCode, outer.templateId, outer.key, true),
|
@@ -1285,20 +1284,22 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1285
1284
|
}, 1032, ["options", "onSelect"]);
|
1286
1285
|
}), 128))]),
|
1287
1286
|
_: 1
|
1288
|
-
}), createCommentVNode(" \u5916\u663E\u8BBE\u7F6E\u6309\u94AE "), outerPrintItems.value.length > 0 && outerPrintItems.value.length ==
|
1287
|
+
}), createCommentVNode(" \u5916\u663E\u8BBE\u7F6E\u6309\u94AE "), outerPrintItems.value.length > 0 && outerPrintItems.value.length == showSettingItems.value.length && isShowOutSettingBtn.value && isPrintAllType.value != 2 ? (openBlock(), createBlock(unref(NPopover), {
|
1289
1288
|
key: 0,
|
1290
1289
|
trigger: "click",
|
1291
1290
|
placement: "bottom-start",
|
1292
|
-
to:
|
1291
|
+
to: positionElement.value,
|
1293
1292
|
"show-arrow": false,
|
1294
1293
|
show: downlistPopover.isOutSetting,
|
1295
1294
|
onClickoutside: _cache[2] || (_cache[2] = ($event) => handleClickOutHide("isOutSetting"))
|
1296
1295
|
}, {
|
1297
|
-
trigger: withCtx(() => [createVNode(unref(NButton), mergeProps(
|
1296
|
+
trigger: withCtx(() => [createVNode(unref(NButton), mergeProps(buttonProps.value, {
|
1298
1297
|
class: outerPrintItems.value.length > 0 ? "printAllLeftCls" : "",
|
1299
1298
|
onClick: _cache[0] || (_cache[0] = ($event) => handleTwoShow("isOutSetting"))
|
1300
1299
|
}), {
|
1301
|
-
default: withCtx(() => [
|
1300
|
+
default: withCtx(() => [_cache[12] || (_cache[12] = createElementVNode("span", {
|
1301
|
+
class: "label bold"
|
1302
|
+
}, i18n("10010.1.473", "\u5916\u663E\u8BBE\u7F6E"), -1)), createVNode(unref(NIcon), {
|
1302
1303
|
style: {
|
1303
1304
|
"margin-left": "8px"
|
1304
1305
|
},
|
@@ -1310,32 +1311,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1310
1311
|
default: withCtx(() => [createElementVNode("div", {
|
1311
1312
|
class: "newprint-button-poperOver",
|
1312
1313
|
style: normalizeStyle({
|
1313
|
-
maxHeight:
|
1314
|
+
maxHeight: showMaxHeight.value ? `${showMaxHeight.value}px` : void 0
|
1314
1315
|
})
|
1315
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(
|
1316
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(showSettingItems.value, (sItem) => {
|
1316
1317
|
return openBlock(), createElementBlock("div", {
|
1317
1318
|
class: "print-li",
|
1318
1319
|
key: sItem.key
|
1319
|
-
}, [createElementVNode("div",
|
1320
|
+
}, [createElementVNode("div", _hoisted_3, [createElementVNode("span", _hoisted_4, toDisplayString(sItem.label), 1), createVNode(unref(NCheckbox), {
|
1320
1321
|
checked: sItem.selected,
|
1321
1322
|
"onUpdate:checked": ($event) => sItem.selected = $event
|
1322
1323
|
}, {
|
1323
|
-
default: withCtx(() => [createTextVNode(i18n("10010.1.474", "\u5916\u663E"))]),
|
1324
|
+
default: withCtx(() => [..._cache[13] || (_cache[13] = [createTextVNode(i18n("10010.1.474", "\u5916\u663E"), -1)])]),
|
1324
1325
|
_: 2
|
1325
1326
|
}, 1032, ["checked", "onUpdate:checked"])])]);
|
1326
|
-
}), 128)), createElementVNode("div",
|
1327
|
+
}), 128)), createElementVNode("div", _hoisted_5, [createVNode(unref(NDivider)), createElementVNode("div", _hoisted_6, [createVNode(unref(NButton), {
|
1327
1328
|
type: "primary",
|
1328
1329
|
size: "small",
|
1329
1330
|
onClick: savePrintOutSetting
|
1330
1331
|
}, {
|
1331
|
-
default: withCtx(() => [createTextVNode(i18n("10010.1.244", "\u4FDD\u5B58"))]),
|
1332
|
+
default: withCtx(() => [..._cache[14] || (_cache[14] = [createTextVNode(i18n("10010.1.244", "\u4FDD\u5B58"), -1)])]),
|
1332
1333
|
_: 1
|
1333
|
-
}),
|
1334
|
+
}), showSettingItems.value && showSettingItems.value.length > 1 ? (openBlock(), createBlock(unref(NCheckbox), {
|
1334
1335
|
key: 0,
|
1335
|
-
checked:
|
1336
|
-
"onUpdate:checked": _cache[1] || (_cache[1] = ($event) =>
|
1336
|
+
checked: isSelectedAll.value,
|
1337
|
+
"onUpdate:checked": _cache[1] || (_cache[1] = ($event) => isSelectedAll.value = $event)
|
1337
1338
|
}, {
|
1338
|
-
default: withCtx(() => [createTextVNode(i18n("10010.1.37", "\u5168\u9009"))]),
|
1339
|
+
default: withCtx(() => [..._cache[15] || (_cache[15] = [createTextVNode(i18n("10010.1.37", "\u5168\u9009"), -1)])]),
|
1339
1340
|
_: 1
|
1340
1341
|
}, 8, ["checked"])) : createCommentVNode("v-if", true)])])], 4)]),
|
1341
1342
|
_: 1
|
@@ -1345,7 +1346,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1345
1346
|
trigger: "click",
|
1346
1347
|
"show-arrow": false,
|
1347
1348
|
placement: "bottom-start",
|
1348
|
-
to:
|
1349
|
+
to: positionElement.value,
|
1349
1350
|
show: downlistPopover.oneShow,
|
1350
1351
|
onClickoutside: _cache[10] || (_cache[10] = ($event) => handleClickOutHide("oneShow"))
|
1351
1352
|
}, {
|
@@ -1361,7 +1362,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1361
1362
|
}, {
|
1362
1363
|
default: withCtx(() => [createVNode(unref(NButton), mergeProps({
|
1363
1364
|
loading: __props.showLoading && state.spinning
|
1364
|
-
},
|
1365
|
+
}, buttonProps.value, {
|
1365
1366
|
onClick: _cache[3] || (_cache[3] = withModifiers(() => printAllButtonClick("button"), ["stop"])),
|
1366
1367
|
class: outerPrintItems.value.length > 0 ? "printAllLeftCls" : ""
|
1367
1368
|
}), {
|
@@ -1369,11 +1370,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1369
1370
|
component: unref(PrintOutline),
|
1370
1371
|
size: "18"
|
1371
1372
|
}, null, 8, ["component"])]),
|
1372
|
-
default: withCtx(() => [createTextVNode(" " + toDisplayString(!
|
1373
|
+
default: withCtx(() => [createTextVNode(" " + toDisplayString(!isShowPrintAllBtn.value || isPrintAllType.value == 3 ? __props.btnText : i18n("10010.1.475", "\u6253\u5370\u5168\u90E8")) + " ", 1), printAllShortcut.value ? (openBlock(), createElementBlock("span", _hoisted_7, toDisplayString(printAllShortcut.value), 1)) : createCommentVNode("v-if", true)]),
|
1373
1374
|
_: 1
|
1374
1375
|
}, 16, ["loading", "class"]), createCommentVNode(" \u53EA\u6709\u4E0B\u62C9\u6846\u6709\u9879\uFF0C\u624D\u5C55\u793A\u56FE\u6807\u6309\u94AE "), createVNode(unref(NButton), mergeProps({
|
1375
1376
|
class: "icon-select"
|
1376
|
-
},
|
1377
|
+
}, buttonProps.value), {
|
1377
1378
|
icon: withCtx(() => [createVNode(unref(NIcon), {
|
1378
1379
|
component: unref(ChevronDownSharp),
|
1379
1380
|
size: "18"
|
@@ -1385,9 +1386,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1385
1386
|
default: withCtx(() => [createElementVNode("div", {
|
1386
1387
|
class: "newprint-button-poperOver",
|
1387
1388
|
style: normalizeStyle({
|
1388
|
-
maxHeight:
|
1389
|
+
maxHeight: showMaxHeight.value ? `${showMaxHeight.value}px` : void 0
|
1389
1390
|
})
|
1390
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(
|
1391
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(innerFilterPrintItems.value, (option) => {
|
1391
1392
|
return openBlock(), createElementBlock("div", {
|
1392
1393
|
class: normalizeClass(["print-li", downlistOperation.oneMouseType == option.key || downlistOperation.oneClickType == option.key ? "active" : ""]),
|
1393
1394
|
key: option.key,
|
@@ -1409,7 +1410,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1409
1410
|
trigger: withCtx(() => [createElementVNode("div", {
|
1410
1411
|
class: "print-lite",
|
1411
1412
|
onClick: _cache[5] || (_cache[5] = ($event) => handleTwoShow("isOutSetting"))
|
1412
|
-
}, [createElementVNode("span",
|
1413
|
+
}, [createElementVNode("span", _hoisted_9, toDisplayString(option.label), 1), createVNode(unref(NIcon), {
|
1413
1414
|
class: "print-li-icon",
|
1414
1415
|
color: outerPrintItems.value.length > 0 ? "#2563F4" : "",
|
1415
1416
|
component: unref(SettingsOutline),
|
@@ -1418,32 +1419,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1418
1419
|
default: withCtx(() => [createElementVNode("div", {
|
1419
1420
|
class: "newprint-button-poperOver",
|
1420
1421
|
style: normalizeStyle({
|
1421
|
-
maxHeight:
|
1422
|
+
maxHeight: showMaxHeight.value ? `${showMaxHeight.value}px` : void 0
|
1422
1423
|
})
|
1423
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(
|
1424
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(showSettingItems.value, (sItem) => {
|
1424
1425
|
return openBlock(), createElementBlock("div", {
|
1425
1426
|
class: "print-li",
|
1426
1427
|
key: sItem.key
|
1427
|
-
}, [createElementVNode("div",
|
1428
|
+
}, [createElementVNode("div", _hoisted_10, [createElementVNode("span", _hoisted_11, toDisplayString(sItem.label), 1), createVNode(unref(NCheckbox), {
|
1428
1429
|
checked: sItem.selected,
|
1429
1430
|
"onUpdate:checked": ($event) => sItem.selected = $event
|
1430
1431
|
}, {
|
1431
|
-
default: withCtx(() => [createTextVNode(i18n("10010.1.474", "\u5916\u663E"))]),
|
1432
|
+
default: withCtx(() => [..._cache[16] || (_cache[16] = [createTextVNode(i18n("10010.1.474", "\u5916\u663E"), -1)])]),
|
1432
1433
|
_: 2
|
1433
1434
|
}, 1032, ["checked", "onUpdate:checked"])])]);
|
1434
|
-
}), 128)), createElementVNode("div",
|
1435
|
+
}), 128)), createElementVNode("div", _hoisted_12, [createVNode(unref(NDivider)), createElementVNode("div", _hoisted_13, [createVNode(unref(NButton), {
|
1435
1436
|
type: "primary",
|
1436
1437
|
size: "small",
|
1437
1438
|
onClick: savePrintOutSetting
|
1438
1439
|
}, {
|
1439
|
-
default: withCtx(() => [createTextVNode(i18n("10010.1.244", "\u4FDD\u5B58"))]),
|
1440
|
+
default: withCtx(() => [..._cache[17] || (_cache[17] = [createTextVNode(i18n("10010.1.244", "\u4FDD\u5B58"), -1)])]),
|
1440
1441
|
_: 1
|
1441
|
-
}),
|
1442
|
+
}), showSettingItems.value && showSettingItems.value.length > 1 ? (openBlock(), createBlock(unref(NCheckbox), {
|
1442
1443
|
key: 0,
|
1443
|
-
checked:
|
1444
|
-
"onUpdate:checked": _cache[6] || (_cache[6] = ($event) =>
|
1444
|
+
checked: isSelectedAll.value,
|
1445
|
+
"onUpdate:checked": _cache[6] || (_cache[6] = ($event) => isSelectedAll.value = $event)
|
1445
1446
|
}, {
|
1446
|
-
default: withCtx(() => [createTextVNode(i18n("10010.1.37", "\u5168\u9009"))]),
|
1447
|
+
default: withCtx(() => [..._cache[18] || (_cache[18] = [createTextVNode(i18n("10010.1.37", "\u5168\u9009"), -1)])]),
|
1447
1448
|
_: 1
|
1448
1449
|
}, 8, ["checked"])) : createCommentVNode("v-if", true)])])], 4)]),
|
1449
1450
|
_: 2
|
@@ -1457,7 +1458,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1457
1458
|
}, [createElementVNode("span", {
|
1458
1459
|
class: "label bold",
|
1459
1460
|
onClick: ($event) => handleOneTypePrint(option.templateCode, option.templateId, option.key, false)
|
1460
|
-
}, [createTextVNode(toDisplayString(option.label) + " ", 1), option.shortcutLabel ? (openBlock(), createElementBlock("span",
|
1461
|
+
}, [createTextVNode(toDisplayString(option.label) + " ", 1), option.shortcutLabel ? (openBlock(), createElementBlock("span", _hoisted_15, toDisplayString(option.shortcutLabel), 1)) : createCommentVNode("v-if", true)], 8, _hoisted_14), state.printParams[option.templateCode] ? (openBlock(), createBlock(unref(NPopover), {
|
1461
1462
|
key: 0,
|
1462
1463
|
trigger: "click",
|
1463
1464
|
"show-arrow": false,
|
@@ -1472,7 +1473,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1472
1473
|
size: "18",
|
1473
1474
|
onClick: ($event) => handleTwoShow(option.key)
|
1474
1475
|
}, null, 8, ["component", "onClick"])]),
|
1475
|
-
default: withCtx(() => [createElementVNode("div",
|
1476
|
+
default: withCtx(() => [createElementVNode("div", _hoisted_16, [(openBlock(true), createElementBlock(Fragment, null, renderList(getDownList(unref(operations), option), (operation) => {
|
1476
1477
|
return openBlock(), createElementBlock("div", {
|
1477
1478
|
class: normalizeClass(["print-li", downlistOperation.twoMouseType == operation.key ? "active" : ""]),
|
1478
1479
|
key: operation.key,
|
@@ -1486,7 +1487,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1486
1487
|
placement: "right-start",
|
1487
1488
|
show: downlistPopover[operation.key]
|
1488
1489
|
}, {
|
1489
|
-
trigger: withCtx(() => [createElementVNode("div",
|
1490
|
+
trigger: withCtx(() => [createElementVNode("div", _hoisted_18, [createElementVNode("span", _hoisted_19, toDisplayString(operation.label), 1), createVNode(unref(NIcon), {
|
1490
1491
|
component: unref(ArrowForward),
|
1491
1492
|
size: "18"
|
1492
1493
|
}, null, 8, ["component"])])]),
|
@@ -1500,23 +1501,23 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1500
1501
|
"background": "transparent"
|
1501
1502
|
},
|
1502
1503
|
onClick: ($event) => handleSelect(previewBtn.key, option, false)
|
1503
|
-
}, toDisplayString(previewBtn.label), 9,
|
1504
|
+
}, toDisplayString(previewBtn.label), 9, _hoisted_20)]);
|
1504
1505
|
}), 128))]),
|
1505
1506
|
_: 2
|
1506
|
-
}, 1032, ["show"])) : (openBlock(), createElementBlock("div",
|
1507
|
+
}, 1032, ["show"])) : (openBlock(), createElementBlock("div", _hoisted_21, [createElementVNode("span", {
|
1507
1508
|
class: "label",
|
1508
1509
|
onClick: ($event) => handleSelect(operation.key, option, false)
|
1509
|
-
}, toDisplayString(operation.label), 9,
|
1510
|
+
}, toDisplayString(operation.label), 9, _hoisted_22)]))], 42, _hoisted_17);
|
1510
1511
|
}), 128))])]),
|
1511
1512
|
_: 2
|
1512
|
-
}, 1032, ["show", "onClickoutside"])) : createCommentVNode("v-if", true)], 2)], 2112))], 42,
|
1513
|
+
}, 1032, ["show", "onClickoutside"])) : createCommentVNode("v-if", true)], 2)], 2112))], 42, _hoisted_8);
|
1513
1514
|
}), 128))], 4)]),
|
1514
1515
|
_: 3
|
1515
1516
|
}, 8, ["to", "show"])], 2112))]), createVNode(IdentityVerification, mergeProps(_ctx.$attrs, {
|
1516
1517
|
modelValue: state.identityVerification.visible,
|
1517
1518
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => state.identityVerification.visible = $event),
|
1518
1519
|
formatId: state.currentFormatId,
|
1519
|
-
templateId:
|
1520
|
+
templateId: getTemplateIdByFormatId.value,
|
1520
1521
|
templateCode: state.identityVerification.templateCode,
|
1521
1522
|
onSuccess: verifiySuccess
|
1522
1523
|
}), null, 16, ["modelValue", "formatId", "templateId", "templateCode"])], 64);
|
@@ -2,7 +2,7 @@
|
|
2
2
|
import { AnyObject } from '../../../../shared/types';
|
3
3
|
import { PropType } from 'vue';
|
4
4
|
import { Print } from '../utils';
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
6
6
|
printParams: {
|
7
7
|
type: PropType<AnyObject[]>;
|
8
8
|
};
|
@@ -119,16 +119,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
119
119
|
hidePreviewBtns: {
|
120
120
|
type: StringConstructor;
|
121
121
|
};
|
122
|
-
}
|
122
|
+
}>, {
|
123
123
|
$attrs: {
|
124
124
|
[x: string]: unknown;
|
125
125
|
};
|
126
|
-
$message: import("naive-ui").MessageApi;
|
126
|
+
$message: import("naive-ui/es/message").MessageApi;
|
127
127
|
printInstance: Print | null;
|
128
128
|
downloadPdfCode: string;
|
129
129
|
formatEditTextCode: string;
|
130
130
|
isDomestic: boolean;
|
131
|
-
props:
|
131
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
132
132
|
printParams: {
|
133
133
|
type: PropType<AnyObject[]>;
|
134
134
|
};
|
@@ -245,10 +245,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
245
245
|
hidePreviewBtns: {
|
246
246
|
type: StringConstructor;
|
247
247
|
};
|
248
|
-
}>> & {}
|
248
|
+
}>> & Readonly<{}> & {}>;
|
249
249
|
emit: any;
|
250
250
|
defaultFormatInfo: AnyObject;
|
251
|
-
authorizationKey: import("vue").Ref<string>;
|
251
|
+
authorizationKey: import("vue").Ref<string, string>;
|
252
252
|
state: {
|
253
253
|
spinning: boolean;
|
254
254
|
visible: boolean;
|
@@ -265,13 +265,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
265
265
|
iReportExecuteMode: number;
|
266
266
|
number: string;
|
267
267
|
};
|
268
|
-
options: import("vue").Ref<AnyObject[]>;
|
269
|
-
tempOptions: import("vue").Ref<AnyObject[]>;
|
268
|
+
options: import("vue").Ref<AnyObject[], AnyObject[]>;
|
269
|
+
tempOptions: import("vue").Ref<AnyObject[], AnyObject[]>;
|
270
270
|
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
271
271
|
formatTitle: import("vue").ComputedRef<any>;
|
272
272
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
273
273
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
274
|
-
renderLabel: (option: AnyObject) =>
|
274
|
+
renderLabel: (option: AnyObject) => any;
|
275
275
|
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
276
276
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
277
277
|
callLocalServicesErrorCb: (res: unknown) => void;
|
@@ -303,11 +303,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
303
303
|
reformatPrintParams: () => void;
|
304
304
|
verifiySuccess: (token: string) => void;
|
305
305
|
directPrint: () => Promise<void>;
|
306
|
-
NDropdown: any;
|
307
|
-
NButton: any;
|
308
|
-
NIcon: any;
|
309
|
-
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<{}>>, {}>;
|
310
|
-
IdentityVerification: import("vue").DefineComponent<{
|
306
|
+
readonly NDropdown: any;
|
307
|
+
readonly NButton: any;
|
308
|
+
readonly NIcon: any;
|
309
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
310
|
+
IdentityVerification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
311
311
|
verifyUser: {
|
312
312
|
type: FunctionConstructor;
|
313
313
|
required: false;
|
@@ -334,50 +334,50 @@ declare const _default: import("vue").DefineComponent<{
|
|
334
334
|
type: StringConstructor;
|
335
335
|
required: false;
|
336
336
|
};
|
337
|
-
}
|
338
|
-
$message: import("naive-ui").MessageApi;
|
337
|
+
}>, {
|
338
|
+
$message: import("naive-ui/es/message").MessageApi;
|
339
339
|
DEFAULT_FORM: {
|
340
340
|
account: string;
|
341
341
|
password: string;
|
342
342
|
};
|
343
|
-
props:
|
344
|
-
verifyUser: Function;
|
345
|
-
identityVerificationTitle: string;
|
346
|
-
modelValue: boolean;
|
347
|
-
formatId?: string | undefined;
|
348
|
-
templateId?: string | undefined;
|
349
|
-
templateCode?: string | undefined;
|
350
|
-
};
|
343
|
+
props: any;
|
351
344
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
352
345
|
editFormRef: import("vue").Ref<{
|
353
346
|
submit: Function;
|
347
|
+
} | null, {
|
348
|
+
submit: Function;
|
349
|
+
} | {
|
350
|
+
submit: Function;
|
354
351
|
} | null>;
|
355
|
-
showEditForm: import("vue").Ref<boolean>;
|
356
|
-
token: import("vue").Ref<string>;
|
352
|
+
showEditForm: import("vue").Ref<boolean, boolean>;
|
353
|
+
token: import("vue").Ref<string, string>;
|
357
354
|
form: {
|
358
355
|
account: string;
|
359
356
|
password: string;
|
360
357
|
};
|
361
|
-
rules: import("naive-ui").FormRules;
|
358
|
+
rules: import("naive-ui/es/form").FormRules;
|
362
359
|
style: {
|
363
360
|
width: string;
|
364
361
|
};
|
365
362
|
formRef: import("vue").Ref<{
|
366
363
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
367
364
|
restoreValidation: () => void;
|
365
|
+
} | null, import("naive-ui/es/form").FormInst | {
|
366
|
+
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
367
|
+
restoreValidation: () => void;
|
368
368
|
} | null>;
|
369
369
|
handleClickClose: () => void;
|
370
370
|
handleAfterLeave: () => void;
|
371
|
-
loading: import("vue").Ref<boolean>;
|
371
|
+
loading: import("vue").Ref<boolean, boolean>;
|
372
372
|
submit: () => Promise<false | undefined>;
|
373
373
|
handleClickSubmit: () => void;
|
374
374
|
submitEditFile: () => Promise<false | undefined>;
|
375
|
-
NButton: any;
|
376
|
-
NModal: any;
|
377
|
-
NForm: any;
|
378
|
-
NFormItem: any;
|
379
|
-
NInput: any;
|
380
|
-
EditFormat: import("vue").DefineComponent<{
|
375
|
+
readonly NButton: any;
|
376
|
+
readonly NModal: any;
|
377
|
+
readonly NForm: any;
|
378
|
+
readonly NFormItem: any;
|
379
|
+
readonly NInput: any;
|
380
|
+
EditFormat: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
381
381
|
formatId: {
|
382
382
|
type: StringConstructor;
|
383
383
|
required: false;
|
@@ -386,7 +386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
386
386
|
type: StringConstructor;
|
387
387
|
required: true;
|
388
388
|
};
|
389
|
-
}
|
389
|
+
}>, {
|
390
390
|
PROTOCOL: string;
|
391
391
|
HOST: string;
|
392
392
|
BASEURL: string;
|
@@ -394,11 +394,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
394
394
|
QUERYFILELIST: string;
|
395
395
|
DELETEFILE: string;
|
396
396
|
instance: import("axios").AxiosInstance;
|
397
|
-
$message: import("naive-ui").MessageApi;
|
398
|
-
props:
|
399
|
-
formatId?: string | undefined;
|
400
|
-
token: string;
|
401
|
-
};
|
397
|
+
$message: import("naive-ui/es/message").MessageApi;
|
398
|
+
props: any;
|
402
399
|
fileList: import("vue").Ref<{
|
403
400
|
id: string;
|
404
401
|
name: string;
|
@@ -432,6 +429,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
432
429
|
thumbnailUrl?: string | null | undefined;
|
433
430
|
type?: string | null | undefined;
|
434
431
|
fullPath?: string | null | undefined;
|
432
|
+
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
433
|
+
id: string;
|
434
|
+
name: string;
|
435
|
+
batchId?: string | null | undefined;
|
436
|
+
percentage?: number | null | undefined;
|
437
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
438
|
+
url?: string | null | undefined;
|
439
|
+
file?: {
|
440
|
+
readonly lastModified: number;
|
441
|
+
readonly name: string;
|
442
|
+
readonly webkitRelativePath: string;
|
443
|
+
readonly size: number;
|
444
|
+
readonly type: string;
|
445
|
+
arrayBuffer: {
|
446
|
+
(): Promise<ArrayBuffer>;
|
447
|
+
(): Promise<ArrayBuffer>;
|
448
|
+
};
|
449
|
+
slice: {
|
450
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
451
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
452
|
+
};
|
453
|
+
stream: {
|
454
|
+
(): ReadableStream<Uint8Array>;
|
455
|
+
(): NodeJS.ReadableStream;
|
456
|
+
};
|
457
|
+
text: {
|
458
|
+
(): Promise<string>;
|
459
|
+
(): Promise<string>;
|
460
|
+
};
|
461
|
+
} | null | undefined;
|
462
|
+
thumbnailUrl?: string | null | undefined;
|
463
|
+
type?: string | null | undefined;
|
464
|
+
fullPath?: string | null | undefined;
|
435
465
|
}[]>;
|
436
466
|
queryFileList: () => void;
|
437
467
|
onRemove: (options: {
|
@@ -440,16 +470,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
440
470
|
}) => Promise<unknown>;
|
441
471
|
submit: (datas: AnyObject) => Promise<unknown>;
|
442
472
|
validateFormat: () => boolean;
|
443
|
-
NForm: any;
|
444
|
-
NFormItem: any;
|
445
|
-
NUpload: any;
|
446
|
-
NUploadDragger: any;
|
447
|
-
NP: any;
|
448
|
-
NIcon: any;
|
449
|
-
NText: any;
|
450
|
-
NSpace: any;
|
451
|
-
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<{}>>, {}>;
|
452
|
-
},
|
473
|
+
readonly NForm: any;
|
474
|
+
readonly NFormItem: any;
|
475
|
+
readonly NUpload: any;
|
476
|
+
readonly NUploadDragger: any;
|
477
|
+
readonly NP: any;
|
478
|
+
readonly NIcon: any;
|
479
|
+
readonly NText: any;
|
480
|
+
readonly NSpace: any;
|
481
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
482
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
453
483
|
formatId: {
|
454
484
|
type: StringConstructor;
|
455
485
|
required: false;
|
@@ -458,8 +488,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
458
488
|
type: StringConstructor;
|
459
489
|
required: true;
|
460
490
|
};
|
461
|
-
}
|
462
|
-
},
|
491
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
492
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
463
493
|
verifyUser: {
|
464
494
|
type: FunctionConstructor;
|
465
495
|
required: false;
|
@@ -486,16 +516,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
486
516
|
type: StringConstructor;
|
487
517
|
required: false;
|
488
518
|
};
|
489
|
-
}>> & {
|
519
|
+
}>> & Readonly<{
|
490
520
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
491
521
|
onClose?: ((...args: any[]) => any) | undefined;
|
492
522
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
493
523
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
494
|
-
}
|
524
|
+
}>, {
|
495
525
|
verifyUser: Function;
|
496
526
|
identityVerificationTitle: string;
|
497
|
-
}>;
|
498
|
-
},
|
527
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
528
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
499
529
|
printParams: {
|
500
530
|
type: PropType<AnyObject[]>;
|
501
531
|
};
|
@@ -612,7 +642,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
612
642
|
hidePreviewBtns: {
|
613
643
|
type: StringConstructor;
|
614
644
|
};
|
615
|
-
}
|
645
|
+
}>> & Readonly<{}>, {
|
616
646
|
params: AnyObject[];
|
617
647
|
btnText: string;
|
618
648
|
printText: string;
|
@@ -636,5 +666,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
636
666
|
showLoading: boolean;
|
637
667
|
hideButtons: unknown[];
|
638
668
|
printCustomProps: Record<string, any>;
|
639
|
-
}>;
|
669
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
640
670
|
export default _default;
|