cnhis-design-vue 3.4.0-beta.7 → 3.4.0-beta.70
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/_virtual/_virtual_i18n-methods.js +5 -1
- 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 +57 -55
- package/es/components/audio-sdk/src/Index.vue.d.ts +57 -55
- 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 +52 -50
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +44 -42
- 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 +95 -19
- package/es/components/base-search/src/index.vue.d.ts +95 -19
- package/es/components/base-search/src/index.vue2.js +39 -32
- 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 +233 -145
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +233 -145
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -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 +105 -75
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +156 -125
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +99 -58
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +41 -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/button-print/src/utils/print.d.ts +2 -1
- package/es/components/button-print/src/utils/print.js +13 -8
- 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 +3240 -1792
- 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 +632 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +493 -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 +537 -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 +632 -432
- package/es/components/classification/src/index.vue2.js +68 -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 +56 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +56 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +42 -11
- 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 +509 -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 +335 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +4 -3
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +315 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +4 -3
- package/es/components/expand-field/src/components/form.vue.d.ts +489 -285
- package/es/components/expand-field/src/components/form.vue2.js +65 -73
- package/es/components/expand-field/src/index.vue.d.ts +510 -304
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +32 -32
- package/es/components/fabric-chart/src/FabricChart.vue2.js +7 -5
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +10 -10
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -12
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +60 -32
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +11 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +84 -120
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +21 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +12 -12
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +15 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +51 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +51 -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 +297 -153
- package/es/components/field-set/src/FieldColor.vue2.js +9 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +10 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +78 -64
- package/es/components/field-set/src/FieldSet.vue2.js +28 -24
- 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 +88 -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 +231 -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 +108 -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 +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +17 -14
- package/es/components/form-config/index.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue.d.ts +1419 -418
- package/es/components/form-config/src/FormConfig.vue2.js +24 -25
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +58 -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 +1119 -202
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +52 -29
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +119 -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/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +49 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +46 -37
- package/es/components/form-render/src/FormRender.vue2.js +5 -4
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +49 -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/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- 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 +32 -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 +32 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +3 -2
- 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 +7 -7
- package/es/components/form-render/src/components/renderer/textarea.js +1 -1
- 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 +8 -6
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- 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/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +4 -4
- package/es/components/form-render/src/utils/index.js +5 -2
- 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 +914 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +914 -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 +76 -70
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +347 -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 +31 -13
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +102 -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/ContextMenu.js +40 -15
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +24 -21
- 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 +41 -46
- 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 +3 -2
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +110 -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/useData.js +1 -1
- 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 +3179 -1740
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3180 -1741
- package/es/components/iho-table/src/IhoTable.vue2.js +31 -21
- package/es/components/iho-table/src/constants/index.d.ts +3 -3
- package/es/components/iho-table/src/constants/index.js +0 -21
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +39 -60
- 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/useColumnConfigAdaptor.js +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 +64 -25
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- 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/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.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 +67 -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/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +25 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +52 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +17 -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/separateRendererPlugin/index.js +1 -1
- 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/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.js +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -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/index.css +1 -1
- package/es/components/info-header/index.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +239 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +5 -4
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +76 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +26 -25
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +83 -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 +34 -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 +26 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +149 -129
- 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 +66 -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 +108 -88
- package/es/components/scale-view/src/ScaleView.vue.d.ts +67 -64
- package/es/components/scale-view/src/ScaleView.vue2.js +24 -16
- 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/scale-view/src/hooks/use-event.js +56 -22
- 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 +288 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +138 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +55 -22
- 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 +338 -240
- package/es/components/select-person/src/index.vue2.js +12 -7
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/utils/index.js +11 -9
- 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-provider/src/hooks/useShortcuts.d.ts +3 -0
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +9 -3
- package/es/components/shortcut-setter/index.d.ts +289 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +289 -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 +88 -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 +11 -9
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +25 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +53 -21
- package/es/components/table-export-field/src/index.vue.d.ts +88 -66
- package/es/components/table-export-field/src/index.vue2.js +5 -4
- package/es/components/table-export-field/src/types/index.d.ts +1 -0
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +112 -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 +66 -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 +100 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +135 -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 +312 -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 +85 -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 +88 -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 +298 -210
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +335 -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 +80 -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 +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -3
- 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 +80 -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 +70 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +12 -3
- 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 +453 -279
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- 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 +440 -266
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- 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/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/CancelRadio/CancelRadio.js +3 -1
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +20 -5
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- 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/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/es/shared/utils/ho-edge.d.ts +12 -0
- package/es/shared/utils/ho-edge.js +58 -0
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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<import("vue").ExtractPropTypes<{
|
|
5
5
|
printParams: {
|
|
6
6
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
7
7
|
};
|
|
@@ -124,11 +124,15 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
124
124
|
hidePreviewBtns: {
|
|
125
125
|
type: StringConstructor;
|
|
126
126
|
};
|
|
127
|
-
|
|
127
|
+
isShowResetPrinter: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
}>, {
|
|
128
132
|
$attrs: {
|
|
129
133
|
[x: string]: unknown;
|
|
130
134
|
};
|
|
131
|
-
props:
|
|
135
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
132
136
|
printParams: {
|
|
133
137
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
134
138
|
};
|
|
@@ -251,16 +255,20 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
251
255
|
hidePreviewBtns: {
|
|
252
256
|
type: StringConstructor;
|
|
253
257
|
};
|
|
254
|
-
|
|
258
|
+
isShowResetPrinter: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
262
|
+
}>> & Readonly<{
|
|
255
263
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
256
264
|
onError?: ((...args: any[]) => any) | undefined;
|
|
257
265
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
258
266
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
|
259
267
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
|
260
|
-
}
|
|
268
|
+
}> & {}>;
|
|
261
269
|
__emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
|
262
|
-
printComponentRef: import("vue").Ref<any>;
|
|
263
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
|
270
|
+
printComponentRef: import("vue").Ref<any, any>;
|
|
271
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
264
272
|
printParams: {
|
|
265
273
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
266
274
|
};
|
|
@@ -380,18 +388,18 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
380
388
|
hidePreviewBtns: {
|
|
381
389
|
type: StringConstructor;
|
|
382
390
|
};
|
|
383
|
-
}
|
|
391
|
+
}>, {
|
|
384
392
|
isDomestic: boolean;
|
|
385
393
|
baseDownListSetting: {
|
|
386
394
|
label: string;
|
|
387
395
|
key: string;
|
|
388
396
|
}[];
|
|
389
|
-
$message: import("naive-ui").MessageApi;
|
|
397
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
390
398
|
printInstance: import("./src/utils").Print | null;
|
|
391
399
|
downloadPdfCode: string;
|
|
392
400
|
formatEditTextCode: string;
|
|
393
401
|
resetPrintButtonCode: string;
|
|
394
|
-
props:
|
|
402
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
395
403
|
printParams: {
|
|
396
404
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
397
405
|
};
|
|
@@ -511,19 +519,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
511
519
|
hidePreviewBtns: {
|
|
512
520
|
type: StringConstructor;
|
|
513
521
|
};
|
|
514
|
-
}>> & {}
|
|
522
|
+
}>> & Readonly<{}> & {}>;
|
|
515
523
|
emit: any;
|
|
516
524
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
|
517
|
-
authorizationKey: import("vue").Ref<string>;
|
|
525
|
+
authorizationKey: import("vue").Ref<string, string>;
|
|
518
526
|
state: any;
|
|
519
|
-
shortcutFn: any
|
|
520
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
521
|
-
realOptionList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
522
|
-
operations: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
527
|
+
shortcutFn: import("vue").Ref<any, any>;
|
|
528
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
529
|
+
realOptionList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
530
|
+
operations: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
523
531
|
downlistOperation: any;
|
|
524
532
|
downlistPopover: any;
|
|
525
|
-
innerPrintItems: import("vue").Ref<any[]>;
|
|
526
|
-
outerPrintItems: import("vue").Ref<any[]>;
|
|
533
|
+
innerPrintItems: import("vue").Ref<any[], any[]>;
|
|
534
|
+
outerPrintItems: import("vue").Ref<any[], any[]>;
|
|
527
535
|
currentFormatItem: import("vue").ComputedRef<any>;
|
|
528
536
|
formatTitle: import("vue").ComputedRef<any>;
|
|
529
537
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
|
@@ -542,11 +550,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
542
550
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
|
543
551
|
printAllShortcut: import("vue").ComputedRef<any>;
|
|
544
552
|
showSettingItems: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
|
545
|
-
isSelectedAll: import("vue").WritableComputedRef<boolean>;
|
|
553
|
+
isSelectedAll: import("vue").WritableComputedRef<boolean, boolean>;
|
|
546
554
|
innerFilterPrintItems: import("vue").ComputedRef<any[]>;
|
|
547
555
|
initShowDownList: () => Promise<void>;
|
|
548
556
|
printAllButtonClick: (origin: string) => Promise<void>;
|
|
549
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
|
557
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => any;
|
|
550
558
|
getDownList: (targetList: any[], curOuter: any) => any[];
|
|
551
559
|
handleTypeChange: (name: string, key: string) => void;
|
|
552
560
|
handleTypeClick: (name: string, key: string, option: any) => never[] | undefined;
|
|
@@ -577,16 +585,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
577
585
|
formatFormatList: (list: any[]) => any;
|
|
578
586
|
formatDefaultVal: (i: any, tableVal?: any) => any;
|
|
579
587
|
formatSomeTypeParams: (templateParams: any[], params?: any[]) => any;
|
|
580
|
-
mergeFormatList: (list: any[]) => any;
|
|
581
588
|
formatSomeFormatIdTypeParams: (formatList?: any[], params?: any[]) => any;
|
|
582
|
-
formatSomeOriginParams: (templateParams: any[], params?: any[]) => any;
|
|
583
589
|
formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
|
|
584
590
|
formatItemParam: ({ customizeDataset, param }: {
|
|
585
591
|
customizeDataset?: never[] | undefined;
|
|
586
592
|
param?: never[] | undefined;
|
|
587
593
|
}, paramObj?: any) => any;
|
|
588
|
-
findTemplateAndInsertData: (mergeData: any, paramItem: any, templateParams: any) =>
|
|
589
|
-
|
|
594
|
+
findTemplateAndInsertData: (mergeData: any, mergeOriginParams: any, paramItem: any, templateParams: any) => {
|
|
595
|
+
mergeOriginParams: any;
|
|
596
|
+
mergeData: any;
|
|
597
|
+
};
|
|
590
598
|
mergeTemplateList: (list: any[]) => any;
|
|
591
599
|
initCRM: (formatListResult: any) => Promise<void>;
|
|
592
600
|
init: () => Promise<boolean>;
|
|
@@ -598,19 +606,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
598
606
|
directPrint: () => Promise<void>;
|
|
599
607
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
|
600
608
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
|
601
|
-
NDropdown: any;
|
|
602
|
-
NButton: any;
|
|
603
|
-
NIcon: any;
|
|
604
|
-
NPopover: any;
|
|
605
|
-
NButtonGroup: any;
|
|
606
|
-
NDivider: any;
|
|
607
|
-
NCheckbox: any;
|
|
608
|
-
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<{}>>, {}>;
|
|
609
|
-
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<{}>>, {}>;
|
|
610
|
-
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<{}>>, {}>;
|
|
611
|
-
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<{}>>, {}>;
|
|
612
|
-
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<{}>>, {}>;
|
|
613
|
-
IdentityVerification: import("vue").DefineComponent<{
|
|
609
|
+
readonly NDropdown: any;
|
|
610
|
+
readonly NButton: any;
|
|
611
|
+
readonly NIcon: any;
|
|
612
|
+
readonly NPopover: any;
|
|
613
|
+
readonly NButtonGroup: any;
|
|
614
|
+
readonly NDivider: any;
|
|
615
|
+
readonly NCheckbox: any;
|
|
616
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
617
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
618
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
619
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
620
|
+
readonly 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<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
621
|
+
IdentityVerification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
614
622
|
verifyUser: {
|
|
615
623
|
type: FunctionConstructor;
|
|
616
624
|
required: false;
|
|
@@ -637,50 +645,50 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
637
645
|
type: StringConstructor;
|
|
638
646
|
required: false;
|
|
639
647
|
};
|
|
640
|
-
}
|
|
641
|
-
$message: import("naive-ui").MessageApi;
|
|
648
|
+
}>, {
|
|
649
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
642
650
|
DEFAULT_FORM: {
|
|
643
651
|
account: string;
|
|
644
652
|
password: string;
|
|
645
653
|
};
|
|
646
|
-
props:
|
|
647
|
-
verifyUser: Function;
|
|
648
|
-
identityVerificationTitle: string;
|
|
649
|
-
modelValue: boolean;
|
|
650
|
-
formatId?: string | undefined;
|
|
651
|
-
templateId?: string | undefined;
|
|
652
|
-
templateCode?: string | undefined;
|
|
653
|
-
};
|
|
654
|
+
props: any;
|
|
654
655
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
|
655
656
|
editFormRef: import("vue").Ref<{
|
|
656
657
|
submit: Function;
|
|
658
|
+
} | null, {
|
|
659
|
+
submit: Function;
|
|
660
|
+
} | {
|
|
661
|
+
submit: Function;
|
|
657
662
|
} | null>;
|
|
658
|
-
showEditForm: import("vue").Ref<boolean>;
|
|
659
|
-
token: import("vue").Ref<string>;
|
|
663
|
+
showEditForm: import("vue").Ref<boolean, boolean>;
|
|
664
|
+
token: import("vue").Ref<string, string>;
|
|
660
665
|
form: {
|
|
661
666
|
account: string;
|
|
662
667
|
password: string;
|
|
663
668
|
};
|
|
664
|
-
rules: import("naive-ui").FormRules;
|
|
669
|
+
rules: import("naive-ui/es/form").FormRules;
|
|
665
670
|
style: {
|
|
666
671
|
width: string;
|
|
667
672
|
};
|
|
668
673
|
formRef: import("vue").Ref<{
|
|
669
674
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
|
670
675
|
restoreValidation: () => void;
|
|
676
|
+
} | null, import("naive-ui/es/form").FormInst | {
|
|
677
|
+
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
|
678
|
+
restoreValidation: () => void;
|
|
671
679
|
} | null>;
|
|
672
680
|
handleClickClose: () => void;
|
|
673
681
|
handleAfterLeave: () => void;
|
|
674
|
-
loading: import("vue").Ref<boolean>;
|
|
682
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
675
683
|
submit: () => Promise<false | undefined>;
|
|
676
684
|
handleClickSubmit: () => void;
|
|
677
685
|
submitEditFile: () => Promise<false | undefined>;
|
|
678
|
-
NButton: any;
|
|
679
|
-
NModal: any;
|
|
680
|
-
NForm: any;
|
|
681
|
-
NFormItem: any;
|
|
682
|
-
NInput: any;
|
|
683
|
-
EditFormat: import("vue").DefineComponent<{
|
|
686
|
+
readonly NButton: any;
|
|
687
|
+
readonly NModal: any;
|
|
688
|
+
readonly NForm: any;
|
|
689
|
+
readonly NFormItem: any;
|
|
690
|
+
readonly NInput: any;
|
|
691
|
+
EditFormat: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
684
692
|
formatId: {
|
|
685
693
|
type: StringConstructor;
|
|
686
694
|
required: false;
|
|
@@ -689,7 +697,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
689
697
|
type: StringConstructor;
|
|
690
698
|
required: true;
|
|
691
699
|
};
|
|
692
|
-
}
|
|
700
|
+
}>, {
|
|
693
701
|
PROTOCOL: string;
|
|
694
702
|
HOST: string;
|
|
695
703
|
BASEURL: string;
|
|
@@ -697,11 +705,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
697
705
|
QUERYFILELIST: string;
|
|
698
706
|
DELETEFILE: string;
|
|
699
707
|
instance: import("axios").AxiosInstance;
|
|
700
|
-
$message: import("naive-ui").MessageApi;
|
|
701
|
-
props:
|
|
702
|
-
formatId?: string | undefined;
|
|
703
|
-
token: string;
|
|
704
|
-
};
|
|
708
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
709
|
+
props: any;
|
|
705
710
|
fileList: import("vue").Ref<{
|
|
706
711
|
id: string;
|
|
707
712
|
name: string;
|
|
@@ -735,6 +740,39 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
735
740
|
thumbnailUrl?: string | null | undefined;
|
|
736
741
|
type?: string | null | undefined;
|
|
737
742
|
fullPath?: string | null | undefined;
|
|
743
|
+
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
|
744
|
+
id: string;
|
|
745
|
+
name: string;
|
|
746
|
+
batchId?: string | null | undefined;
|
|
747
|
+
percentage?: number | null | undefined;
|
|
748
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
|
749
|
+
url?: string | null | undefined;
|
|
750
|
+
file?: {
|
|
751
|
+
readonly lastModified: number;
|
|
752
|
+
readonly name: string;
|
|
753
|
+
readonly webkitRelativePath: string;
|
|
754
|
+
readonly size: number;
|
|
755
|
+
readonly type: string;
|
|
756
|
+
arrayBuffer: {
|
|
757
|
+
(): Promise<ArrayBuffer>;
|
|
758
|
+
(): Promise<ArrayBuffer>;
|
|
759
|
+
};
|
|
760
|
+
slice: {
|
|
761
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
762
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
763
|
+
};
|
|
764
|
+
stream: {
|
|
765
|
+
(): ReadableStream<Uint8Array>;
|
|
766
|
+
(): NodeJS.ReadableStream;
|
|
767
|
+
};
|
|
768
|
+
text: {
|
|
769
|
+
(): Promise<string>;
|
|
770
|
+
(): Promise<string>;
|
|
771
|
+
};
|
|
772
|
+
} | null | undefined;
|
|
773
|
+
thumbnailUrl?: string | null | undefined;
|
|
774
|
+
type?: string | null | undefined;
|
|
775
|
+
fullPath?: string | null | undefined;
|
|
738
776
|
}[]>;
|
|
739
777
|
queryFileList: () => void;
|
|
740
778
|
onRemove: (options: {
|
|
@@ -743,16 +781,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
743
781
|
}) => Promise<unknown>;
|
|
744
782
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
|
745
783
|
validateFormat: () => boolean;
|
|
746
|
-
NForm: any;
|
|
747
|
-
NFormItem: any;
|
|
748
|
-
NUpload: any;
|
|
749
|
-
NUploadDragger: any;
|
|
750
|
-
NP: any;
|
|
751
|
-
NIcon: any;
|
|
752
|
-
NText: any;
|
|
753
|
-
NSpace: any;
|
|
754
|
-
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<{}>>, {}>;
|
|
755
|
-
},
|
|
784
|
+
readonly NForm: any;
|
|
785
|
+
readonly NFormItem: any;
|
|
786
|
+
readonly NUpload: any;
|
|
787
|
+
readonly NUploadDragger: any;
|
|
788
|
+
readonly NP: any;
|
|
789
|
+
readonly NIcon: any;
|
|
790
|
+
readonly NText: any;
|
|
791
|
+
readonly NSpace: any;
|
|
792
|
+
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>;
|
|
793
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
756
794
|
formatId: {
|
|
757
795
|
type: StringConstructor;
|
|
758
796
|
required: false;
|
|
@@ -761,8 +799,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
761
799
|
type: StringConstructor;
|
|
762
800
|
required: true;
|
|
763
801
|
};
|
|
764
|
-
}
|
|
765
|
-
},
|
|
802
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
803
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
766
804
|
verifyUser: {
|
|
767
805
|
type: FunctionConstructor;
|
|
768
806
|
required: false;
|
|
@@ -789,16 +827,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
789
827
|
type: StringConstructor;
|
|
790
828
|
required: false;
|
|
791
829
|
};
|
|
792
|
-
}>> & {
|
|
830
|
+
}>> & Readonly<{
|
|
793
831
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
794
832
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
795
833
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
796
834
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
|
797
|
-
}
|
|
835
|
+
}>, {
|
|
798
836
|
verifyUser: Function;
|
|
799
837
|
identityVerificationTitle: string;
|
|
800
|
-
}>;
|
|
801
|
-
},
|
|
838
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
839
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
802
840
|
printParams: {
|
|
803
841
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
804
842
|
};
|
|
@@ -918,7 +956,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
918
956
|
hidePreviewBtns: {
|
|
919
957
|
type: StringConstructor;
|
|
920
958
|
};
|
|
921
|
-
}
|
|
959
|
+
}>> & Readonly<{}>, {
|
|
922
960
|
params: import("../../shared/types").AnyObject[];
|
|
923
961
|
btnText: string;
|
|
924
962
|
printText: string;
|
|
@@ -941,7 +979,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
941
979
|
showLoading: boolean;
|
|
942
980
|
hideButtons: unknown[];
|
|
943
981
|
newPrintSetting: Record<string, any>;
|
|
944
|
-
}> | import("vue").DefineComponent<{
|
|
982
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
945
983
|
printParams: {
|
|
946
984
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
947
985
|
};
|
|
@@ -1055,16 +1093,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1055
1093
|
hidePreviewBtns: {
|
|
1056
1094
|
type: StringConstructor;
|
|
1057
1095
|
};
|
|
1058
|
-
|
|
1096
|
+
isShowResetPrinter: {
|
|
1097
|
+
type: BooleanConstructor;
|
|
1098
|
+
};
|
|
1099
|
+
}>, {
|
|
1059
1100
|
$attrs: {
|
|
1060
1101
|
[x: string]: unknown;
|
|
1061
1102
|
};
|
|
1062
|
-
$message: import("naive-ui").MessageApi;
|
|
1103
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1063
1104
|
printInstance: import("./src/utils").Print | null;
|
|
1064
1105
|
downloadPdfCode: string;
|
|
1065
1106
|
formatEditTextCode: string;
|
|
1066
1107
|
isDomestic: boolean;
|
|
1067
|
-
props:
|
|
1108
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1068
1109
|
printParams: {
|
|
1069
1110
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1070
1111
|
};
|
|
@@ -1178,10 +1219,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1178
1219
|
hidePreviewBtns: {
|
|
1179
1220
|
type: StringConstructor;
|
|
1180
1221
|
};
|
|
1181
|
-
|
|
1222
|
+
isShowResetPrinter: {
|
|
1223
|
+
type: BooleanConstructor;
|
|
1224
|
+
};
|
|
1225
|
+
}>> & Readonly<{}> & {}>;
|
|
1182
1226
|
emit: any;
|
|
1183
1227
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
|
1184
|
-
authorizationKey: import("vue").Ref<string>;
|
|
1228
|
+
authorizationKey: import("vue").Ref<string, string>;
|
|
1185
1229
|
state: {
|
|
1186
1230
|
spinning: boolean;
|
|
1187
1231
|
visible: boolean;
|
|
@@ -1198,13 +1242,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1198
1242
|
iReportExecuteMode: number;
|
|
1199
1243
|
number: string;
|
|
1200
1244
|
};
|
|
1201
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
1202
|
-
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
|
1245
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
1246
|
+
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
|
1203
1247
|
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
|
1204
1248
|
formatTitle: import("vue").ComputedRef<any>;
|
|
1205
1249
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
|
1206
1250
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
|
1207
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
|
1251
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => any;
|
|
1208
1252
|
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
|
1209
1253
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
|
1210
1254
|
callLocalServicesErrorCb: (res: unknown) => void;
|
|
@@ -1217,6 +1261,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1217
1261
|
handleClickPreview: () => Promise<void>;
|
|
1218
1262
|
handleClickPdf: () => Promise<void>;
|
|
1219
1263
|
handleClickEdit: () => void;
|
|
1264
|
+
handleResetPrinter: () => Promise<void>;
|
|
1220
1265
|
handleSelect: (key: string, option: import("../../shared/types").AnyObject) => Promise<void>;
|
|
1221
1266
|
handleClickOutside: () => void;
|
|
1222
1267
|
instantiatePrintSDK: () => false | undefined;
|
|
@@ -1236,11 +1281,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1236
1281
|
reformatPrintParams: () => void;
|
|
1237
1282
|
verifiySuccess: (token: string) => void;
|
|
1238
1283
|
directPrint: () => Promise<void>;
|
|
1239
|
-
NDropdown: any;
|
|
1240
|
-
NButton: any;
|
|
1241
|
-
NIcon: any;
|
|
1242
|
-
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<{}>>, {}>;
|
|
1243
|
-
IdentityVerification: import("vue").DefineComponent<{
|
|
1284
|
+
readonly NDropdown: any;
|
|
1285
|
+
readonly NButton: any;
|
|
1286
|
+
readonly NIcon: any;
|
|
1287
|
+
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>;
|
|
1288
|
+
IdentityVerification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1244
1289
|
verifyUser: {
|
|
1245
1290
|
type: FunctionConstructor;
|
|
1246
1291
|
required: false;
|
|
@@ -1267,50 +1312,50 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1267
1312
|
type: StringConstructor;
|
|
1268
1313
|
required: false;
|
|
1269
1314
|
};
|
|
1270
|
-
}
|
|
1271
|
-
$message: import("naive-ui").MessageApi;
|
|
1315
|
+
}>, {
|
|
1316
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1272
1317
|
DEFAULT_FORM: {
|
|
1273
1318
|
account: string;
|
|
1274
1319
|
password: string;
|
|
1275
1320
|
};
|
|
1276
|
-
props:
|
|
1277
|
-
verifyUser: Function;
|
|
1278
|
-
identityVerificationTitle: string;
|
|
1279
|
-
modelValue: boolean;
|
|
1280
|
-
formatId?: string | undefined;
|
|
1281
|
-
templateId?: string | undefined;
|
|
1282
|
-
templateCode?: string | undefined;
|
|
1283
|
-
};
|
|
1321
|
+
props: any;
|
|
1284
1322
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
|
1285
1323
|
editFormRef: import("vue").Ref<{
|
|
1286
1324
|
submit: Function;
|
|
1325
|
+
} | null, {
|
|
1326
|
+
submit: Function;
|
|
1327
|
+
} | {
|
|
1328
|
+
submit: Function;
|
|
1287
1329
|
} | null>;
|
|
1288
|
-
showEditForm: import("vue").Ref<boolean>;
|
|
1289
|
-
token: import("vue").Ref<string>;
|
|
1330
|
+
showEditForm: import("vue").Ref<boolean, boolean>;
|
|
1331
|
+
token: import("vue").Ref<string, string>;
|
|
1290
1332
|
form: {
|
|
1291
1333
|
account: string;
|
|
1292
1334
|
password: string;
|
|
1293
1335
|
};
|
|
1294
|
-
rules: import("naive-ui").FormRules;
|
|
1336
|
+
rules: import("naive-ui/es/form").FormRules;
|
|
1295
1337
|
style: {
|
|
1296
1338
|
width: string;
|
|
1297
1339
|
};
|
|
1298
1340
|
formRef: import("vue").Ref<{
|
|
1299
1341
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
|
1300
1342
|
restoreValidation: () => void;
|
|
1343
|
+
} | null, import("naive-ui/es/form").FormInst | {
|
|
1344
|
+
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
|
1345
|
+
restoreValidation: () => void;
|
|
1301
1346
|
} | null>;
|
|
1302
1347
|
handleClickClose: () => void;
|
|
1303
1348
|
handleAfterLeave: () => void;
|
|
1304
|
-
loading: import("vue").Ref<boolean>;
|
|
1349
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
1305
1350
|
submit: () => Promise<false | undefined>;
|
|
1306
1351
|
handleClickSubmit: () => void;
|
|
1307
1352
|
submitEditFile: () => Promise<false | undefined>;
|
|
1308
|
-
NButton: any;
|
|
1309
|
-
NModal: any;
|
|
1310
|
-
NForm: any;
|
|
1311
|
-
NFormItem: any;
|
|
1312
|
-
NInput: any;
|
|
1313
|
-
EditFormat: import("vue").DefineComponent<{
|
|
1353
|
+
readonly NButton: any;
|
|
1354
|
+
readonly NModal: any;
|
|
1355
|
+
readonly NForm: any;
|
|
1356
|
+
readonly NFormItem: any;
|
|
1357
|
+
readonly NInput: any;
|
|
1358
|
+
EditFormat: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1314
1359
|
formatId: {
|
|
1315
1360
|
type: StringConstructor;
|
|
1316
1361
|
required: false;
|
|
@@ -1319,7 +1364,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1319
1364
|
type: StringConstructor;
|
|
1320
1365
|
required: true;
|
|
1321
1366
|
};
|
|
1322
|
-
}
|
|
1367
|
+
}>, {
|
|
1323
1368
|
PROTOCOL: string;
|
|
1324
1369
|
HOST: string;
|
|
1325
1370
|
BASEURL: string;
|
|
@@ -1327,11 +1372,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1327
1372
|
QUERYFILELIST: string;
|
|
1328
1373
|
DELETEFILE: string;
|
|
1329
1374
|
instance: import("axios").AxiosInstance;
|
|
1330
|
-
$message: import("naive-ui").MessageApi;
|
|
1331
|
-
props:
|
|
1332
|
-
formatId?: string | undefined;
|
|
1333
|
-
token: string;
|
|
1334
|
-
};
|
|
1375
|
+
$message: import("naive-ui/es/message").MessageApi;
|
|
1376
|
+
props: any;
|
|
1335
1377
|
fileList: import("vue").Ref<{
|
|
1336
1378
|
id: string;
|
|
1337
1379
|
name: string;
|
|
@@ -1365,6 +1407,39 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1365
1407
|
thumbnailUrl?: string | null | undefined;
|
|
1366
1408
|
type?: string | null | undefined;
|
|
1367
1409
|
fullPath?: string | null | undefined;
|
|
1410
|
+
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
|
1411
|
+
id: string;
|
|
1412
|
+
name: string;
|
|
1413
|
+
batchId?: string | null | undefined;
|
|
1414
|
+
percentage?: number | null | undefined;
|
|
1415
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
|
1416
|
+
url?: string | null | undefined;
|
|
1417
|
+
file?: {
|
|
1418
|
+
readonly lastModified: number;
|
|
1419
|
+
readonly name: string;
|
|
1420
|
+
readonly webkitRelativePath: string;
|
|
1421
|
+
readonly size: number;
|
|
1422
|
+
readonly type: string;
|
|
1423
|
+
arrayBuffer: {
|
|
1424
|
+
(): Promise<ArrayBuffer>;
|
|
1425
|
+
(): Promise<ArrayBuffer>;
|
|
1426
|
+
};
|
|
1427
|
+
slice: {
|
|
1428
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
1429
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
1430
|
+
};
|
|
1431
|
+
stream: {
|
|
1432
|
+
(): ReadableStream<Uint8Array>;
|
|
1433
|
+
(): NodeJS.ReadableStream;
|
|
1434
|
+
};
|
|
1435
|
+
text: {
|
|
1436
|
+
(): Promise<string>;
|
|
1437
|
+
(): Promise<string>;
|
|
1438
|
+
};
|
|
1439
|
+
} | null | undefined;
|
|
1440
|
+
thumbnailUrl?: string | null | undefined;
|
|
1441
|
+
type?: string | null | undefined;
|
|
1442
|
+
fullPath?: string | null | undefined;
|
|
1368
1443
|
}[]>;
|
|
1369
1444
|
queryFileList: () => void;
|
|
1370
1445
|
onRemove: (options: {
|
|
@@ -1373,16 +1448,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1373
1448
|
}) => Promise<unknown>;
|
|
1374
1449
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
|
1375
1450
|
validateFormat: () => boolean;
|
|
1376
|
-
NForm: any;
|
|
1377
|
-
NFormItem: any;
|
|
1378
|
-
NUpload: any;
|
|
1379
|
-
NUploadDragger: any;
|
|
1380
|
-
NP: any;
|
|
1381
|
-
NIcon: any;
|
|
1382
|
-
NText: any;
|
|
1383
|
-
NSpace: any;
|
|
1384
|
-
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<{}>>, {}>;
|
|
1385
|
-
},
|
|
1451
|
+
readonly NForm: any;
|
|
1452
|
+
readonly NFormItem: any;
|
|
1453
|
+
readonly NUpload: any;
|
|
1454
|
+
readonly NUploadDragger: any;
|
|
1455
|
+
readonly NP: any;
|
|
1456
|
+
readonly NIcon: any;
|
|
1457
|
+
readonly NText: any;
|
|
1458
|
+
readonly NSpace: any;
|
|
1459
|
+
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>;
|
|
1460
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1386
1461
|
formatId: {
|
|
1387
1462
|
type: StringConstructor;
|
|
1388
1463
|
required: false;
|
|
@@ -1391,8 +1466,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1391
1466
|
type: StringConstructor;
|
|
1392
1467
|
required: true;
|
|
1393
1468
|
};
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1469
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1470
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1396
1471
|
verifyUser: {
|
|
1397
1472
|
type: FunctionConstructor;
|
|
1398
1473
|
required: false;
|
|
@@ -1419,16 +1494,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1419
1494
|
type: StringConstructor;
|
|
1420
1495
|
required: false;
|
|
1421
1496
|
};
|
|
1422
|
-
}>> & {
|
|
1497
|
+
}>> & Readonly<{
|
|
1423
1498
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1424
1499
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1425
1500
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1426
1501
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
|
1427
|
-
}
|
|
1502
|
+
}>, {
|
|
1428
1503
|
verifyUser: Function;
|
|
1429
1504
|
identityVerificationTitle: string;
|
|
1430
|
-
}>;
|
|
1431
|
-
},
|
|
1505
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1506
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1432
1507
|
printParams: {
|
|
1433
1508
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1434
1509
|
};
|
|
@@ -1542,7 +1617,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1542
1617
|
hidePreviewBtns: {
|
|
1543
1618
|
type: StringConstructor;
|
|
1544
1619
|
};
|
|
1545
|
-
|
|
1620
|
+
isShowResetPrinter: {
|
|
1621
|
+
type: BooleanConstructor;
|
|
1622
|
+
};
|
|
1623
|
+
}>> & Readonly<{}>, {
|
|
1546
1624
|
params: import("../../shared/types").AnyObject[];
|
|
1547
1625
|
btnText: string;
|
|
1548
1626
|
printText: string;
|
|
@@ -1566,8 +1644,9 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1566
1644
|
showLoading: boolean;
|
|
1567
1645
|
hideButtons: unknown[];
|
|
1568
1646
|
printCustomProps: Record<string, any>;
|
|
1569
|
-
|
|
1570
|
-
|
|
1647
|
+
isShowResetPrinter: boolean;
|
|
1648
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1649
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1571
1650
|
printParams: {
|
|
1572
1651
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1573
1652
|
};
|
|
@@ -1690,13 +1769,17 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1690
1769
|
hidePreviewBtns: {
|
|
1691
1770
|
type: StringConstructor;
|
|
1692
1771
|
};
|
|
1693
|
-
|
|
1772
|
+
isShowResetPrinter: {
|
|
1773
|
+
type: BooleanConstructor;
|
|
1774
|
+
default: boolean;
|
|
1775
|
+
};
|
|
1776
|
+
}>> & Readonly<{
|
|
1694
1777
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1695
1778
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1696
1779
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1697
1780
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
|
1698
1781
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
|
1699
|
-
}
|
|
1782
|
+
}> & {}> & {
|
|
1700
1783
|
[x: string]: unknown;
|
|
1701
1784
|
}>;
|
|
1702
1785
|
emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
|
@@ -1704,7 +1787,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1704
1787
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
|
1705
1788
|
registerShort: (obj: any) => void;
|
|
1706
1789
|
hiddenPopover: () => void;
|
|
1707
|
-
},
|
|
1790
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint")[], "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1708
1791
|
printParams: {
|
|
1709
1792
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
|
1710
1793
|
};
|
|
@@ -1827,13 +1910,17 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1827
1910
|
hidePreviewBtns: {
|
|
1828
1911
|
type: StringConstructor;
|
|
1829
1912
|
};
|
|
1830
|
-
|
|
1913
|
+
isShowResetPrinter: {
|
|
1914
|
+
type: BooleanConstructor;
|
|
1915
|
+
default: boolean;
|
|
1916
|
+
};
|
|
1917
|
+
}>> & Readonly<{
|
|
1831
1918
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1832
1919
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1833
1920
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
1834
1921
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
|
1835
1922
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
|
1836
|
-
}
|
|
1923
|
+
}>, {
|
|
1837
1924
|
params: import("../../shared/types").AnyObject[];
|
|
1838
1925
|
btnText: string;
|
|
1839
1926
|
printText: string;
|
|
@@ -1860,5 +1947,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1860
1947
|
printCustomProps: Record<string, any>;
|
|
1861
1948
|
placement: string;
|
|
1862
1949
|
newPrintSetting: Record<string, any>;
|
|
1863
|
-
|
|
1950
|
+
isShowResetPrinter: boolean;
|
|
1951
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1864
1952
|
export default ButtonPrint;
|