cnhis-design-vue 3.4.0-beta.10 → 3.4.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/annotation-edit/index.d.ts +5 -5
- package/es/components/annotation-edit/src/AnnotationEdit.d.ts +5 -5
- package/es/components/audio-sdk/index.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue.d.ts +52 -54
- package/es/components/audio-sdk/src/Index.vue2.js +7 -8
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/components/form.vue.d.ts +16 -16
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +10 -10
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +6 -5
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +47 -49
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +39 -41
- package/es/components/audio-sdk/src/components/recording.vue2.js +41 -36
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/svgs/Close.vue.js +8 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -6
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +2 -2
- package/es/components/base-search/index.d.ts +19 -61
- package/es/components/base-search/src/index.vue.d.ts +19 -61
- package/es/components/base-search/src/index.vue2.js +31 -30
- package/es/components/big-table/index.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue.d.ts +43 -67
- package/es/components/big-table/src/BigTable.vue2.js +18 -18
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +4 -4
- package/es/components/big-table/src/components/edit-form/edit-date.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-input.d.ts +5 -8
- package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +5 -12
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +23 -47
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +1 -2
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/useCommon.d.ts +2 -2
- package/es/components/big-table/src/components/input-button.vue.d.ts +5 -5
- package/es/components/big-table/src/components/input-button.vue2.js +3 -4
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +4 -3
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +10 -8
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +1 -1
- package/es/components/branch-notice/index.d.ts +49 -72
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +47 -70
- package/es/components/branch-notice/src/BranchNotice.vue2.js +5 -6
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +4 -4
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +2 -1
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/button-print/index.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +141 -201
- package/es/components/button-print/src/ButtonPrint.vue2.js +7 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +8 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +43 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +11 -12
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +71 -101
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +74 -73
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +6 -6
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +2 -3
- package/es/components/calendar/index.d.ts +277 -32
- package/es/components/calendar/src/Calendar.vue.d.ts +276 -31
- package/es/components/calendar/src/Calendar.vue2.js +4 -5
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +21 -20
- package/es/components/callback/src/components/dialog/drawer.vue2.js +1 -2
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +1 -2
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/drawerIframe/index.vue.d.ts +12 -12
- package/es/components/callback/src/components/render/drawerIframe/index.vue2.js +1 -1
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -2
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +15 -12
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +6 -7
- package/es/components/card-render/index.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue.d.ts +10 -10
- package/es/components/card-render/src/CardRender.vue2.js +5 -8
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +4 -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 +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +5 -6
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +402 -414
- package/es/components/classification/src/components/set-classification/index.vue2.js +2 -3
- 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 +66 -65
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +63 -61
- package/es/components/config-provider/index.d.ts +5 -7
- package/es/components/config-provider/src/ConfigProvider.d.ts +5 -7
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +8 -9
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +15 -14
- package/es/components/editor/index.d.ts +7 -77
- package/es/components/editor/src/Editor.d.ts +7 -78
- package/es/components/expand-field/index.d.ts +303 -478
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +7 -7
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +3 -4
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +3 -4
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +73 -65
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +26 -26
- package/es/components/fabric-chart/index.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +29 -29
- package/es/components/fabric-chart/src/FabricChart.vue2.js +5 -6
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/field-editor/index.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +42 -50
- package/es/components/field-editor/src/FieldEditor.vue2.js +5 -5
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +154 -216
- package/es/components/field-set/src/FieldColor.vue2.js +6 -7
- package/es/components/field-set/src/FieldFilter.vue.d.ts +51 -77
- package/es/components/field-set/src/FieldFilter.vue2.js +7 -8
- package/es/components/field-set/src/FieldSet.vue.d.ts +64 -78
- package/es/components/field-set/src/FieldSet.vue2.js +23 -24
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +13 -16
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +23 -23
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +11 -8
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +102 -149
- package/es/components/field-set/src/components/edit-dialog.vue2.js +3 -4
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +43 -67
- package/es/components/field-set/src/components/edit-filter.vue2.js +1 -2
- package/es/components/field-set/src/components/table-row.vue.d.ts +33 -33
- package/es/components/field-set/src/components/table-row.vue2.js +14 -16
- package/es/components/form-config/index.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue.d.ts +423 -1400
- package/es/components/form-config/src/FormConfig.vue2.js +25 -24
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -57
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +3 -4
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1112
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +6 -5
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +81 -118
- 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 +5 -4
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +21 -21
- package/es/components/form-config/src/components/renderer/DefaultNode.vue2.js +5 -5
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-render/index.d.ts +40 -48
- package/es/components/form-render/src/FormRender.vue.d.ts +37 -45
- package/es/components/form-render/src/FormRender.vue2.js +4 -5
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +2 -2
- package/es/components/form-render/src/components/renderer/combination/combination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputNumber.d.ts +7 -7
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue2.js +6 -6
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/radio&checkbox.d.ts +18 -18
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/searchCascade.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/select.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/simpleComponent.d.ts +2 -2
- package/es/components/form-render/src/components/renderer/slider.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/switch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/text.d.ts +3 -3
- package/es/components/form-render/src/components/renderer/textarea.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/time.d.ts +3 -3
- package/es/components/form-render/src/components/tooltipMessage.vue.d.ts +9 -9
- package/es/components/form-render/src/components/tooltipMessage.vue2.js +1 -1
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/iho-chat/index.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue.d.ts +760 -832
- package/es/components/iho-chat/src/Index.vue2.js +3 -4
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +41 -41
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- 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 +55 -48
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +8 -8
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +5 -5
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +63 -57
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +36 -33
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +66 -56
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +20 -19
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -11
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +35 -33
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +45 -39
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +3 -3
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +2 -3
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- package/es/components/iho-chat/src/components/SiderList.vue2.js +2 -2
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +12 -8
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +7 -8
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/plugins/anchorPlugin/tableAnchor.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.d.ts +2 -6
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue.d.ts +207 -477
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +11 -12
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue.d.ts +21 -21
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +11 -14
- 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 +23 -26
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue.d.ts +11 -11
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +3 -3
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue.d.ts +8 -8
- package/es/components/iho-table/src/plugins/headerPlugin/tooltipMessage.vue2.js +1 -1
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +26 -26
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue2.js +6 -7
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useSelectOption.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +47 -50
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +1 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.d.ts +6 -6
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +13 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue2.js +4 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +39 -39
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +7 -8
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/utils.d.ts +1 -1
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +1 -14
- package/es/components/info-header/index.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue.d.ts +355 -195
- package/es/components/info-header/src/InfoHeader.vue2.js +4 -5
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +46 -37
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +24 -24
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +63 -44
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +11 -11
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +15 -15
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue2.js +4 -4
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +129 -109
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +8 -8
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +68 -65
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +12 -14
- package/es/components/keyboard/index.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue.d.ts +65 -77
- package/es/components/keyboard/src/Keyboard.vue2.js +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +2 -3
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +12 -12
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +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 +6 -7
- package/es/components/quick-search/index.d.ts +32 -73
- package/es/components/quick-search/src/index.vue.d.ts +32 -73
- package/es/components/quick-search/src/index.vue2.js +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 +4 -5
- 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 +14 -13
- 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 +87 -107
- package/es/components/scale-view/src/ScaleView.vue.d.ts +63 -66
- package/es/components/scale-view/src/ScaleView.vue2.js +13 -15
- 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 +5 -6
- package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -3
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +4 -4
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/formitem/r-address.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-collection.d.ts +5 -8
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +6 -9
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +6 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/components/search-cascader/index.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue.d.ts +27 -27
- package/es/components/search-cascader/src/SearchCascader.vue2.js +8 -9
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +17 -15
- package/es/components/search-cascader/src/components/SearchMenu.d.ts +5 -5
- package/es/components/select-label/index.d.ts +155 -119
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +48 -26
- package/es/components/select-label/src/LabelFormContent.vue2.js +25 -23
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +12 -11
- package/es/components/select-label/src/components/label-classify.vue.d.ts +24 -14
- package/es/components/select-label/src/components/label-classify.vue2.js +29 -26
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +16 -14
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- 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 +9 -17
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +13 -10
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +17 -21
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +13 -13
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- 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 +1 -2
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +3 -4
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +18 -17
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +2 -3
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +20 -19
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +6 -7
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +1 -2
- package/es/components/select-person/src/index.vue.d.ts +240 -307
- package/es/components/select-person/src/index.vue2.js +7 -8
- package/es/components/select-person/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/index.d.ts +9 -9
- package/es/components/shortcut-provider/src/ShortcutProvider.vue.d.ts +9 -9
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-setter/index.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +81 -287
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +2 -3
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +10 -11
- package/es/components/slider-tree/index.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue.d.ts +22 -22
- package/es/components/slider-tree/src/index.vue2.js +5 -6
- package/es/components/step-notice/index.d.ts +58 -58
- package/es/components/step-notice/src/StepNotice.vue.d.ts +57 -57
- package/es/components/step-notice/src/StepNotice.vue2.js +4 -5
- 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 +2 -1
- 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 +66 -82
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +27 -33
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +9 -10
- package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +23 -23
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +5 -6
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +71 -71
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +17 -18
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +25 -25
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputFilter.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/bi-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/bi-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +94 -94
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +38 -33
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +224 -230
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +40 -41
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +15 -15
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +44 -44
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +18 -19
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +47 -47
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +26 -27
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +13 -19
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +7 -8
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/classify-filter/components/InputNumber.vue2.js +4 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +5 -5
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue.d.ts +43 -43
- package/es/components/table-filter/src/components/classify-filter/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/classify-filter/components/SelectFilter.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectLabel.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/classify-filter/components/SelectTreeDynamic.vue2.js +6 -7
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +34 -31
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue.d.ts +12 -12
- package/es/components/table-filter/src/components/render-widget/components/CheckboxGroup.vue2.js +2 -3
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue.d.ts +10 -10
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +39 -39
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +14 -14
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +27 -27
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +1 -2
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +9 -10
- 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 +9 -8
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/Select.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/Select.vue2.js +4 -5
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +43 -49
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +9 -10
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +7 -8
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue.d.ts +11 -11
- package/es/components/table-filter/src/components/render-widget/components/SelectTree.vue2.js +6 -7
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue.d.ts +13 -13
- package/es/components/table-filter/src/components/render-widget/components/SelectTreeDynamic.vue2.js +5 -6
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/time-line/index.d.ts +11 -11
- package/es/components/time-line/src/TimeLine.vue.d.ts +11 -11
- package/es/components/time-picker/index.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue.d.ts +19 -19
- package/es/components/time-picker/src/TimePicker.vue2.js +4 -5
- 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 +7 -8
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +9 -10
- package/es/components/vod-chunk-upload/index.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +25 -24
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -248
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -32
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- package/es/env.d.ts +25 -25
- package/es/shared/components/AbbrText/AbbrText.d.ts +3 -3
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +8 -6
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +13 -11
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +10 -6
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +4 -77
- package/es/shared/components/player-vod/video-modal.d.ts +5 -23
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +4 -7
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/package.json +2 -2
@@ -1,7 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { PropType } from 'vue';
|
3
3
|
import { AnyObject } from '../../../shared/types';
|
4
|
-
declare const _default: import("vue").DefineComponent<
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
5
5
|
printParams: {
|
6
6
|
type: PropType<AnyObject[]>;
|
7
7
|
};
|
@@ -127,11 +127,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
127
127
|
hidePreviewBtns: {
|
128
128
|
type: StringConstructor;
|
129
129
|
};
|
130
|
-
}
|
130
|
+
}, {
|
131
131
|
$attrs: {
|
132
132
|
[x: string]: unknown;
|
133
133
|
};
|
134
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
134
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
135
135
|
printParams: {
|
136
136
|
type: PropType<AnyObject[]>;
|
137
137
|
};
|
@@ -257,16 +257,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
257
257
|
hidePreviewBtns: {
|
258
258
|
type: StringConstructor;
|
259
259
|
};
|
260
|
-
}>> &
|
260
|
+
}>> & {
|
261
261
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
262
262
|
onError?: ((...args: any[]) => any) | undefined;
|
263
263
|
onCancel?: ((...args: any[]) => any) | undefined;
|
264
264
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
265
265
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
266
|
-
}
|
266
|
+
}>>;
|
267
267
|
__emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
268
|
-
printComponentRef: import("vue").Ref<any
|
269
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<
|
268
|
+
printComponentRef: import("vue").Ref<any>;
|
269
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
270
270
|
printParams: {
|
271
271
|
type: PropType<AnyObject[]>;
|
272
272
|
};
|
@@ -386,18 +386,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
386
386
|
hidePreviewBtns: {
|
387
387
|
type: StringConstructor;
|
388
388
|
};
|
389
|
-
}
|
389
|
+
}, {
|
390
390
|
isDomestic: boolean;
|
391
391
|
baseDownListSetting: {
|
392
392
|
label: string;
|
393
393
|
key: string;
|
394
394
|
}[];
|
395
|
-
$message: import("naive-ui
|
395
|
+
$message: import("naive-ui").MessageApi;
|
396
396
|
printInstance: import("./utils").Print | null;
|
397
397
|
downloadPdfCode: string;
|
398
398
|
formatEditTextCode: string;
|
399
399
|
resetPrintButtonCode: string;
|
400
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
400
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
401
401
|
printParams: {
|
402
402
|
type: PropType<AnyObject[]>;
|
403
403
|
};
|
@@ -517,19 +517,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
517
517
|
hidePreviewBtns: {
|
518
518
|
type: StringConstructor;
|
519
519
|
};
|
520
|
-
}>> &
|
520
|
+
}>> & {}>>;
|
521
521
|
emit: any;
|
522
522
|
defaultFormatInfo: AnyObject;
|
523
|
-
authorizationKey: import("vue").Ref<string
|
523
|
+
authorizationKey: import("vue").Ref<string>;
|
524
524
|
state: any;
|
525
|
-
shortcutFn:
|
526
|
-
options: import("vue").Ref<AnyObject[]
|
527
|
-
realOptionList: import("vue").Ref<AnyObject[]
|
528
|
-
operations: import("vue").Ref<AnyObject[]
|
525
|
+
shortcutFn: any;
|
526
|
+
options: import("vue").Ref<AnyObject[]>;
|
527
|
+
realOptionList: import("vue").Ref<AnyObject[]>;
|
528
|
+
operations: import("vue").Ref<AnyObject[]>;
|
529
529
|
downlistOperation: any;
|
530
530
|
downlistPopover: any;
|
531
|
-
innerPrintItems: import("vue").Ref<any[]
|
532
|
-
outerPrintItems: import("vue").Ref<any[]
|
531
|
+
innerPrintItems: import("vue").Ref<any[]>;
|
532
|
+
outerPrintItems: import("vue").Ref<any[]>;
|
533
533
|
currentFormatItem: import("vue").ComputedRef<any>;
|
534
534
|
formatTitle: import("vue").ComputedRef<any>;
|
535
535
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
@@ -548,11 +548,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
548
548
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
549
549
|
printAllShortcut: import("vue").ComputedRef<any>;
|
550
550
|
showSettingItems: import("vue").ComputedRef<AnyObject[]>;
|
551
|
-
isSelectedAll: import("vue").WritableComputedRef<boolean
|
551
|
+
isSelectedAll: import("vue").WritableComputedRef<boolean>;
|
552
552
|
innerFilterPrintItems: import("vue").ComputedRef<any[]>;
|
553
553
|
initShowDownList: () => Promise<void>;
|
554
554
|
printAllButtonClick: (origin: string) => Promise<void>;
|
555
|
-
renderLabel: (option: AnyObject) =>
|
555
|
+
renderLabel: (option: AnyObject) => JSX.Element;
|
556
556
|
getDownList: (targetList: any[], curOuter: any) => any[];
|
557
557
|
handleTypeChange: (name: string, key: string) => void;
|
558
558
|
handleTypeClick: (name: string, key: string, option: any) => never[] | undefined;
|
@@ -604,19 +604,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
604
604
|
directPrint: () => Promise<void>;
|
605
605
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
606
606
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
IdentityVerification: import("vue").DefineComponent<
|
607
|
+
NDropdown: any;
|
608
|
+
NButton: any;
|
609
|
+
NIcon: any;
|
610
|
+
NPopover: any;
|
611
|
+
NButtonGroup: any;
|
612
|
+
NDivider: any;
|
613
|
+
NCheckbox: any;
|
614
|
+
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<{}>>, {}>;
|
615
|
+
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<{}>>, {}>;
|
616
|
+
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<{}>>, {}>;
|
617
|
+
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<{}>>, {}>;
|
618
|
+
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<{}>>, {}>;
|
619
|
+
IdentityVerification: import("vue").DefineComponent<{
|
620
620
|
verifyUser: {
|
621
621
|
type: FunctionConstructor;
|
622
622
|
required: false;
|
@@ -643,50 +643,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
643
643
|
type: StringConstructor;
|
644
644
|
required: false;
|
645
645
|
};
|
646
|
-
}
|
647
|
-
$message: import("naive-ui
|
646
|
+
}, {
|
647
|
+
$message: import("naive-ui").MessageApi;
|
648
648
|
DEFAULT_FORM: {
|
649
649
|
account: string;
|
650
650
|
password: string;
|
651
651
|
};
|
652
|
-
props:
|
652
|
+
props: {
|
653
|
+
verifyUser: Function;
|
654
|
+
identityVerificationTitle: string;
|
655
|
+
modelValue: boolean;
|
656
|
+
formatId?: string | undefined;
|
657
|
+
templateId?: string | undefined;
|
658
|
+
templateCode?: string | undefined;
|
659
|
+
};
|
653
660
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
654
661
|
editFormRef: import("vue").Ref<{
|
655
662
|
submit: Function;
|
656
|
-
} | null, {
|
657
|
-
submit: Function;
|
658
|
-
} | {
|
659
|
-
submit: Function;
|
660
663
|
} | null>;
|
661
|
-
showEditForm: import("vue").Ref<boolean
|
662
|
-
token: import("vue").Ref<string
|
664
|
+
showEditForm: import("vue").Ref<boolean>;
|
665
|
+
token: import("vue").Ref<string>;
|
663
666
|
form: {
|
664
667
|
account: string;
|
665
668
|
password: string;
|
666
669
|
};
|
667
|
-
rules: import("naive-ui
|
670
|
+
rules: import("naive-ui").FormRules;
|
668
671
|
style: {
|
669
672
|
width: string;
|
670
673
|
};
|
671
674
|
formRef: import("vue").Ref<{
|
672
675
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
673
676
|
restoreValidation: () => void;
|
674
|
-
} | null, import("naive-ui/es/form").FormInst | {
|
675
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
676
|
-
restoreValidation: () => void;
|
677
677
|
} | null>;
|
678
678
|
handleClickClose: () => void;
|
679
679
|
handleAfterLeave: () => void;
|
680
|
-
loading: import("vue").Ref<boolean
|
680
|
+
loading: import("vue").Ref<boolean>;
|
681
681
|
submit: () => Promise<false | undefined>;
|
682
682
|
handleClickSubmit: () => void;
|
683
683
|
submitEditFile: () => Promise<false | undefined>;
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
EditFormat: import("vue").DefineComponent<
|
684
|
+
NButton: any;
|
685
|
+
NModal: any;
|
686
|
+
NForm: any;
|
687
|
+
NFormItem: any;
|
688
|
+
NInput: any;
|
689
|
+
EditFormat: import("vue").DefineComponent<{
|
690
690
|
formatId: {
|
691
691
|
type: StringConstructor;
|
692
692
|
required: false;
|
@@ -695,7 +695,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
695
695
|
type: StringConstructor;
|
696
696
|
required: true;
|
697
697
|
};
|
698
|
-
}
|
698
|
+
}, {
|
699
699
|
PROTOCOL: string;
|
700
700
|
HOST: string;
|
701
701
|
BASEURL: string;
|
@@ -703,8 +703,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
703
703
|
QUERYFILELIST: string;
|
704
704
|
DELETEFILE: string;
|
705
705
|
instance: import("axios").AxiosInstance;
|
706
|
-
$message: import("naive-ui
|
707
|
-
props:
|
706
|
+
$message: import("naive-ui").MessageApi;
|
707
|
+
props: {
|
708
|
+
formatId?: string | undefined;
|
709
|
+
token: string;
|
710
|
+
};
|
708
711
|
fileList: import("vue").Ref<{
|
709
712
|
id: string;
|
710
713
|
name: string;
|
@@ -738,39 +741,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
738
741
|
thumbnailUrl?: string | null | undefined;
|
739
742
|
type?: string | null | undefined;
|
740
743
|
fullPath?: string | null | undefined;
|
741
|
-
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
742
|
-
id: string;
|
743
|
-
name: string;
|
744
|
-
batchId?: string | null | undefined;
|
745
|
-
percentage?: number | null | undefined;
|
746
|
-
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
747
|
-
url?: string | null | undefined;
|
748
|
-
file?: {
|
749
|
-
readonly lastModified: number;
|
750
|
-
readonly name: string;
|
751
|
-
readonly webkitRelativePath: string;
|
752
|
-
readonly size: number;
|
753
|
-
readonly type: string;
|
754
|
-
arrayBuffer: {
|
755
|
-
(): Promise<ArrayBuffer>;
|
756
|
-
(): Promise<ArrayBuffer>;
|
757
|
-
};
|
758
|
-
slice: {
|
759
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
760
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
761
|
-
};
|
762
|
-
stream: {
|
763
|
-
(): ReadableStream<Uint8Array>;
|
764
|
-
(): NodeJS.ReadableStream;
|
765
|
-
};
|
766
|
-
text: {
|
767
|
-
(): Promise<string>;
|
768
|
-
(): Promise<string>;
|
769
|
-
};
|
770
|
-
} | null | undefined;
|
771
|
-
thumbnailUrl?: string | null | undefined;
|
772
|
-
type?: string | null | undefined;
|
773
|
-
fullPath?: string | null | undefined;
|
774
744
|
}[]>;
|
775
745
|
queryFileList: () => void;
|
776
746
|
onRemove: (options: {
|
@@ -779,16 +749,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
779
749
|
}) => Promise<unknown>;
|
780
750
|
submit: (datas: AnyObject) => Promise<unknown>;
|
781
751
|
validateFormat: () => boolean;
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
},
|
752
|
+
NForm: any;
|
753
|
+
NFormItem: any;
|
754
|
+
NUpload: any;
|
755
|
+
NUploadDragger: any;
|
756
|
+
NP: any;
|
757
|
+
NIcon: any;
|
758
|
+
NText: any;
|
759
|
+
NSpace: any;
|
760
|
+
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<{}>>, {}>;
|
761
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
792
762
|
formatId: {
|
793
763
|
type: StringConstructor;
|
794
764
|
required: false;
|
@@ -797,8 +767,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
797
767
|
type: StringConstructor;
|
798
768
|
required: true;
|
799
769
|
};
|
800
|
-
}
|
801
|
-
},
|
770
|
+
}>>, {}>;
|
771
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
802
772
|
verifyUser: {
|
803
773
|
type: FunctionConstructor;
|
804
774
|
required: false;
|
@@ -825,16 +795,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
825
795
|
type: StringConstructor;
|
826
796
|
required: false;
|
827
797
|
};
|
828
|
-
}>> &
|
798
|
+
}>> & {
|
829
799
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
830
800
|
onClose?: ((...args: any[]) => any) | undefined;
|
831
801
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
832
802
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
833
|
-
}
|
803
|
+
}, {
|
834
804
|
verifyUser: Function;
|
835
805
|
identityVerificationTitle: string;
|
836
|
-
}
|
837
|
-
},
|
806
|
+
}>;
|
807
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
838
808
|
printParams: {
|
839
809
|
type: PropType<AnyObject[]>;
|
840
810
|
};
|
@@ -954,7 +924,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
954
924
|
hidePreviewBtns: {
|
955
925
|
type: StringConstructor;
|
956
926
|
};
|
957
|
-
}
|
927
|
+
}>>, {
|
958
928
|
params: AnyObject[];
|
959
929
|
btnText: string;
|
960
930
|
printText: string;
|
@@ -977,7 +947,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
977
947
|
showLoading: boolean;
|
978
948
|
hideButtons: unknown[];
|
979
949
|
newPrintSetting: Record<string, any>;
|
980
|
-
}
|
950
|
+
}> | import("vue").DefineComponent<{
|
981
951
|
printParams: {
|
982
952
|
type: PropType<AnyObject[]>;
|
983
953
|
};
|
@@ -1091,16 +1061,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1091
1061
|
hidePreviewBtns: {
|
1092
1062
|
type: StringConstructor;
|
1093
1063
|
};
|
1094
|
-
}
|
1064
|
+
}, {
|
1095
1065
|
$attrs: {
|
1096
1066
|
[x: string]: unknown;
|
1097
1067
|
};
|
1098
|
-
$message: import("naive-ui
|
1068
|
+
$message: import("naive-ui").MessageApi;
|
1099
1069
|
printInstance: import("./utils").Print | null;
|
1100
1070
|
downloadPdfCode: string;
|
1101
1071
|
formatEditTextCode: string;
|
1102
1072
|
isDomestic: boolean;
|
1103
|
-
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1073
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1104
1074
|
printParams: {
|
1105
1075
|
type: PropType<AnyObject[]>;
|
1106
1076
|
};
|
@@ -1214,10 +1184,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1214
1184
|
hidePreviewBtns: {
|
1215
1185
|
type: StringConstructor;
|
1216
1186
|
};
|
1217
|
-
}>> &
|
1187
|
+
}>> & {}>>;
|
1218
1188
|
emit: any;
|
1219
1189
|
defaultFormatInfo: AnyObject;
|
1220
|
-
authorizationKey: import("vue").Ref<string
|
1190
|
+
authorizationKey: import("vue").Ref<string>;
|
1221
1191
|
state: {
|
1222
1192
|
spinning: boolean;
|
1223
1193
|
visible: boolean;
|
@@ -1234,13 +1204,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1234
1204
|
iReportExecuteMode: number;
|
1235
1205
|
number: string;
|
1236
1206
|
};
|
1237
|
-
options: import("vue").Ref<AnyObject[]
|
1238
|
-
tempOptions: import("vue").Ref<AnyObject[]
|
1207
|
+
options: import("vue").Ref<AnyObject[]>;
|
1208
|
+
tempOptions: import("vue").Ref<AnyObject[]>;
|
1239
1209
|
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
1240
1210
|
formatTitle: import("vue").ComputedRef<any>;
|
1241
1211
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
1242
1212
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
1243
|
-
renderLabel: (option: AnyObject) =>
|
1213
|
+
renderLabel: (option: AnyObject) => JSX.Element;
|
1244
1214
|
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
1245
1215
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
1246
1216
|
callLocalServicesErrorCb: (res: unknown) => void;
|
@@ -1272,11 +1242,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1272
1242
|
reformatPrintParams: () => void;
|
1273
1243
|
verifiySuccess: (token: string) => void;
|
1274
1244
|
directPrint: () => Promise<void>;
|
1275
|
-
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
IdentityVerification: import("vue").DefineComponent<
|
1245
|
+
NDropdown: any;
|
1246
|
+
NButton: any;
|
1247
|
+
NIcon: any;
|
1248
|
+
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<{}>>, {}>;
|
1249
|
+
IdentityVerification: import("vue").DefineComponent<{
|
1280
1250
|
verifyUser: {
|
1281
1251
|
type: FunctionConstructor;
|
1282
1252
|
required: false;
|
@@ -1303,50 +1273,50 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1303
1273
|
type: StringConstructor;
|
1304
1274
|
required: false;
|
1305
1275
|
};
|
1306
|
-
}
|
1307
|
-
$message: import("naive-ui
|
1276
|
+
}, {
|
1277
|
+
$message: import("naive-ui").MessageApi;
|
1308
1278
|
DEFAULT_FORM: {
|
1309
1279
|
account: string;
|
1310
1280
|
password: string;
|
1311
1281
|
};
|
1312
|
-
props:
|
1282
|
+
props: {
|
1283
|
+
verifyUser: Function;
|
1284
|
+
identityVerificationTitle: string;
|
1285
|
+
modelValue: boolean;
|
1286
|
+
formatId?: string | undefined;
|
1287
|
+
templateId?: string | undefined;
|
1288
|
+
templateCode?: string | undefined;
|
1289
|
+
};
|
1313
1290
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1314
1291
|
editFormRef: import("vue").Ref<{
|
1315
1292
|
submit: Function;
|
1316
|
-
} | null, {
|
1317
|
-
submit: Function;
|
1318
|
-
} | {
|
1319
|
-
submit: Function;
|
1320
1293
|
} | null>;
|
1321
|
-
showEditForm: import("vue").Ref<boolean
|
1322
|
-
token: import("vue").Ref<string
|
1294
|
+
showEditForm: import("vue").Ref<boolean>;
|
1295
|
+
token: import("vue").Ref<string>;
|
1323
1296
|
form: {
|
1324
1297
|
account: string;
|
1325
1298
|
password: string;
|
1326
1299
|
};
|
1327
|
-
rules: import("naive-ui
|
1300
|
+
rules: import("naive-ui").FormRules;
|
1328
1301
|
style: {
|
1329
1302
|
width: string;
|
1330
1303
|
};
|
1331
1304
|
formRef: import("vue").Ref<{
|
1332
1305
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1333
1306
|
restoreValidation: () => void;
|
1334
|
-
} | null, import("naive-ui/es/form").FormInst | {
|
1335
|
-
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1336
|
-
restoreValidation: () => void;
|
1337
1307
|
} | null>;
|
1338
1308
|
handleClickClose: () => void;
|
1339
1309
|
handleAfterLeave: () => void;
|
1340
|
-
loading: import("vue").Ref<boolean
|
1310
|
+
loading: import("vue").Ref<boolean>;
|
1341
1311
|
submit: () => Promise<false | undefined>;
|
1342
1312
|
handleClickSubmit: () => void;
|
1343
1313
|
submitEditFile: () => Promise<false | undefined>;
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
EditFormat: import("vue").DefineComponent<
|
1314
|
+
NButton: any;
|
1315
|
+
NModal: any;
|
1316
|
+
NForm: any;
|
1317
|
+
NFormItem: any;
|
1318
|
+
NInput: any;
|
1319
|
+
EditFormat: import("vue").DefineComponent<{
|
1350
1320
|
formatId: {
|
1351
1321
|
type: StringConstructor;
|
1352
1322
|
required: false;
|
@@ -1355,7 +1325,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1355
1325
|
type: StringConstructor;
|
1356
1326
|
required: true;
|
1357
1327
|
};
|
1358
|
-
}
|
1328
|
+
}, {
|
1359
1329
|
PROTOCOL: string;
|
1360
1330
|
HOST: string;
|
1361
1331
|
BASEURL: string;
|
@@ -1363,8 +1333,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1363
1333
|
QUERYFILELIST: string;
|
1364
1334
|
DELETEFILE: string;
|
1365
1335
|
instance: import("axios").AxiosInstance;
|
1366
|
-
$message: import("naive-ui
|
1367
|
-
props:
|
1336
|
+
$message: import("naive-ui").MessageApi;
|
1337
|
+
props: {
|
1338
|
+
formatId?: string | undefined;
|
1339
|
+
token: string;
|
1340
|
+
};
|
1368
1341
|
fileList: import("vue").Ref<{
|
1369
1342
|
id: string;
|
1370
1343
|
name: string;
|
@@ -1398,39 +1371,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1398
1371
|
thumbnailUrl?: string | null | undefined;
|
1399
1372
|
type?: string | null | undefined;
|
1400
1373
|
fullPath?: string | null | undefined;
|
1401
|
-
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
1402
|
-
id: string;
|
1403
|
-
name: string;
|
1404
|
-
batchId?: string | null | undefined;
|
1405
|
-
percentage?: number | null | undefined;
|
1406
|
-
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
1407
|
-
url?: string | null | undefined;
|
1408
|
-
file?: {
|
1409
|
-
readonly lastModified: number;
|
1410
|
-
readonly name: string;
|
1411
|
-
readonly webkitRelativePath: string;
|
1412
|
-
readonly size: number;
|
1413
|
-
readonly type: string;
|
1414
|
-
arrayBuffer: {
|
1415
|
-
(): Promise<ArrayBuffer>;
|
1416
|
-
(): Promise<ArrayBuffer>;
|
1417
|
-
};
|
1418
|
-
slice: {
|
1419
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
1420
|
-
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
1421
|
-
};
|
1422
|
-
stream: {
|
1423
|
-
(): ReadableStream<Uint8Array>;
|
1424
|
-
(): NodeJS.ReadableStream;
|
1425
|
-
};
|
1426
|
-
text: {
|
1427
|
-
(): Promise<string>;
|
1428
|
-
(): Promise<string>;
|
1429
|
-
};
|
1430
|
-
} | null | undefined;
|
1431
|
-
thumbnailUrl?: string | null | undefined;
|
1432
|
-
type?: string | null | undefined;
|
1433
|
-
fullPath?: string | null | undefined;
|
1434
1374
|
}[]>;
|
1435
1375
|
queryFileList: () => void;
|
1436
1376
|
onRemove: (options: {
|
@@ -1439,16 +1379,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1439
1379
|
}) => Promise<unknown>;
|
1440
1380
|
submit: (datas: AnyObject) => Promise<unknown>;
|
1441
1381
|
validateFormat: () => boolean;
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
},
|
1382
|
+
NForm: any;
|
1383
|
+
NFormItem: any;
|
1384
|
+
NUpload: any;
|
1385
|
+
NUploadDragger: any;
|
1386
|
+
NP: any;
|
1387
|
+
NIcon: any;
|
1388
|
+
NText: any;
|
1389
|
+
NSpace: any;
|
1390
|
+
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<{}>>, {}>;
|
1391
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1452
1392
|
formatId: {
|
1453
1393
|
type: StringConstructor;
|
1454
1394
|
required: false;
|
@@ -1457,8 +1397,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1457
1397
|
type: StringConstructor;
|
1458
1398
|
required: true;
|
1459
1399
|
};
|
1460
|
-
}
|
1461
|
-
},
|
1400
|
+
}>>, {}>;
|
1401
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1462
1402
|
verifyUser: {
|
1463
1403
|
type: FunctionConstructor;
|
1464
1404
|
required: false;
|
@@ -1485,16 +1425,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1485
1425
|
type: StringConstructor;
|
1486
1426
|
required: false;
|
1487
1427
|
};
|
1488
|
-
}>> &
|
1428
|
+
}>> & {
|
1489
1429
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1490
1430
|
onClose?: ((...args: any[]) => any) | undefined;
|
1491
1431
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1492
1432
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
1493
|
-
}
|
1433
|
+
}, {
|
1494
1434
|
verifyUser: Function;
|
1495
1435
|
identityVerificationTitle: string;
|
1496
|
-
}
|
1497
|
-
},
|
1436
|
+
}>;
|
1437
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1498
1438
|
printParams: {
|
1499
1439
|
type: PropType<AnyObject[]>;
|
1500
1440
|
};
|
@@ -1608,7 +1548,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1608
1548
|
hidePreviewBtns: {
|
1609
1549
|
type: StringConstructor;
|
1610
1550
|
};
|
1611
|
-
}
|
1551
|
+
}>>, {
|
1612
1552
|
params: AnyObject[];
|
1613
1553
|
btnText: string;
|
1614
1554
|
printText: string;
|
@@ -1632,8 +1572,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1632
1572
|
showLoading: boolean;
|
1633
1573
|
hideButtons: unknown[];
|
1634
1574
|
printCustomProps: Record<string, any>;
|
1635
|
-
}
|
1636
|
-
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1575
|
+
}>>;
|
1576
|
+
getProps: import("vue").ComputedRef<Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1637
1577
|
printParams: {
|
1638
1578
|
type: PropType<AnyObject[]>;
|
1639
1579
|
};
|
@@ -1759,13 +1699,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1759
1699
|
hidePreviewBtns: {
|
1760
1700
|
type: StringConstructor;
|
1761
1701
|
};
|
1762
|
-
}>> &
|
1702
|
+
}>> & {
|
1763
1703
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1764
1704
|
onError?: ((...args: any[]) => any) | undefined;
|
1765
1705
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1766
1706
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1767
1707
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1768
|
-
}
|
1708
|
+
}>> & {
|
1769
1709
|
[x: string]: unknown;
|
1770
1710
|
}>;
|
1771
1711
|
emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
@@ -1773,7 +1713,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1773
1713
|
handleShortcutStartAndStop: (status: 'start' | 'stop') => void;
|
1774
1714
|
registerShort: (obj: any) => void;
|
1775
1715
|
hiddenPopover: () => void;
|
1776
|
-
},
|
1716
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint")[], "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1777
1717
|
printParams: {
|
1778
1718
|
type: PropType<AnyObject[]>;
|
1779
1719
|
};
|
@@ -1899,13 +1839,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1899
1839
|
hidePreviewBtns: {
|
1900
1840
|
type: StringConstructor;
|
1901
1841
|
};
|
1902
|
-
}>> &
|
1842
|
+
}>> & {
|
1903
1843
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1904
1844
|
onError?: ((...args: any[]) => any) | undefined;
|
1905
1845
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1906
1846
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1907
1847
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1908
|
-
}
|
1848
|
+
}, {
|
1909
1849
|
params: AnyObject[];
|
1910
1850
|
btnText: string;
|
1911
1851
|
printText: string;
|
@@ -1932,5 +1872,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
1932
1872
|
printCustomProps: Record<string, any>;
|
1933
1873
|
placement: string;
|
1934
1874
|
newPrintSetting: Record<string, any>;
|
1935
|
-
}
|
1875
|
+
}>;
|
1936
1876
|
export default _default;
|