cnhis-design-vue 3.4.0-beta.4 → 3.4.0-beta.7
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/_virtual/_virtual_i18n-methods.js +10 -0
- 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 +61 -93
- package/es/components/audio-sdk/src/audioSDK.d.ts +1 -1
- package/es/components/audio-sdk/src/audioSDK.js +16 -16
- 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 +42 -64
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +5 -5
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +10 -16
- package/es/components/audio-sdk/src/svgs/Close.vue.js +8 -4
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +5 -1
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +5 -1
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +5 -1
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +5 -1
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +8 -4
- package/es/components/audio-sdk/src/utils/index.d.ts +1 -1
- package/es/components/audio-sdk/src/utils/index.js +5 -19
- 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 +32 -51
- 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 +30 -113
- package/es/components/big-table/src/bigTableEmits.js +51 -1
- package/es/components/big-table/src/bigTableProps.js +33 -131
- package/es/components/big-table/src/bigTableState.js +2 -9
- package/es/components/big-table/src/components/NoData.vue.d.ts +7 -7
- package/es/components/big-table/src/components/NoData.vue2.js +8 -28
- 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-date.js +2 -8
- 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-input.js +2 -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-select.js +2 -8
- 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 +29 -39
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +5 -7
- package/es/components/big-table/src/components/edit-form/edit-time.js +2 -8
- 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 -11
- package/es/components/big-table/src/components/separate.vue.d.ts +7 -31
- package/es/components/big-table/src/components/separate.vue2.js +10 -18
- package/es/components/big-table/src/hooks/useAnchor.js +2 -9
- package/es/components/big-table/src/hooks/useAnnotation.d.ts +1 -1
- package/es/components/big-table/src/hooks/useBatchEditing.js +64 -65
- package/es/components/big-table/src/hooks/useEdit.d.ts +48 -84
- package/es/components/big-table/src/hooks/useEdit.js +4 -15
- package/es/components/big-table/src/hooks/useEvent.js +6 -26
- package/es/components/big-table/src/hooks/useFormat.js +16 -27
- package/es/components/big-table/src/hooks/useNestTable.js +3 -16
- package/es/components/big-table/src/hooks/useSeparateRow.d.ts +2 -50
- package/es/components/big-table/src/hooks/useSeparateRow.js +48 -80
- package/es/components/big-table/src/hooks/useTableParse.js +4 -24
- package/es/components/big-table/src/utils.js +21 -55
- package/es/components/body-select/index.d.ts +17 -17
- package/es/components/body-select/src/hooks/renderCanvas.js +1 -4
- package/es/components/body-select/src/index.vue.d.ts +17 -17
- package/es/components/body-select/src/index.vue2.js +11 -29
- package/es/components/bpmn-workflow/index.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +9 -9
- package/es/components/bpmn-workflow/src/BpmnWorkflow.vue2.js +48 -52
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/BpmnRenderer.js +91 -119
- package/es/components/bpmn-workflow/src/custom/customModeler/customBpmn/CustomRenderer.js +4 -4
- 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 +21 -29
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +34 -57
- package/es/components/branch-notice/src/components/NoticeItem.vue2.js +73 -57
- package/es/components/branch-notice/src/components/NoticeItemAside.vue.d.ts +12 -12
- package/es/components/branch-notice/src/components/NoticeItemAside.vue2.js +45 -33
- package/es/components/branch-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/branch-notice/src/components/NoticeOperationList.vue2.js +43 -37
- package/es/components/branch-notice/src/drawLine.js +157 -140
- package/es/components/button-print/index.d.ts +171 -201
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +171 -201
- package/es/components/button-print/src/ButtonPrint.vue2.js +18 -56
- package/es/components/button-print/src/api.js +2 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +18 -48
- package/es/components/button-print/src/components/EditFormat.vue2.js +9 -22
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +43 -72
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +19 -82
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +84 -101
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +148 -301
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +58 -88
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +15 -70
- package/es/components/button-print/src/components/Preview.vue.d.ts +13 -13
- package/es/components/button-print/src/components/Preview.vue2.js +4 -11
- package/es/components/button-print/src/utils/browserPrint.js +1 -3
- package/es/components/button-print/src/utils/dialog.js +4 -24
- package/es/components/button-print/src/utils/print.js +12 -95
- 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 +49 -68
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +56 -67
- package/es/components/callback/src/components/popup/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/popup/index.vue.js +7 -13
- 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 +31 -34
- package/es/components/callback/src/components/render/index.vue.d.ts +6 -6
- package/es/components/callback/src/components/render/index.vue.js +14 -33
- package/es/components/callback/src/components/render/popupMaps.d.ts +1624 -3184
- package/es/components/callback/src/components/render/popupMaps.js +29 -20
- package/es/components/callback/src/index.vue.d.ts +11 -11
- package/es/components/callback/src/index.vue2.js +1 -4
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +7 -31
- 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 +8 -15
- package/es/components/card-reader-sdk/src/insuranceSDK.js +5 -20
- package/es/components/card-reader-sdk/src/utils/ensureUID2IdCard.js +3 -15
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +3 -16
- package/es/components/card-reader-sdk-cn/src/henan/index.js +6 -40
- 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 +26 -42
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +27 -36
- package/es/components/card-render/src/components/Divider.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Divider.vue2.js +3 -9
- package/es/components/card-render/src/components/Field.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Field.vue2.js +59 -77
- package/es/components/card-render/src/components/FieldGroup.vue.d.ts +8 -8
- package/es/components/card-render/src/components/FieldGroup.vue2.js +36 -51
- package/es/components/card-render/src/components/Image.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Image.vue2.js +8 -22
- package/es/components/card-render/src/components/Label.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Label.vue2.js +19 -30
- package/es/components/card-render/src/components/Row.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Row.vue2.js +35 -51
- package/es/components/card-render/src/components/ScaleView.vue.d.ts +8 -8
- package/es/components/card-render/src/components/ScaleView.vue2.js +31 -34
- 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 +72 -75
- package/es/components/card-render/src/components/Text.vue.d.ts +7 -7
- package/es/components/card-render/src/components/Text.vue2.js +8 -21
- package/es/components/card-render/src/components/index.d.ts +113 -113
- package/es/components/card-render/src/hooks/useCommon.js +4 -8
- package/es/components/card-render/src/utils/index.js +1 -3
- package/es/components/classification/index.d.ts +432 -509
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +358 -370
- package/es/components/classification/src/components/search-filter/index.vue2.js +7 -28
- 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 +5 -26
- 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 +76 -277
- package/es/components/classification/src/index.vue.d.ts +432 -509
- package/es/components/classification/src/index.vue2.js +78 -285
- 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 +10 -17
- package/es/components/default-page/index.d.ts +11 -11
- package/es/components/default-page/src/constants/index.js +19 -144
- package/es/components/default-page/src/index.vue.d.ts +11 -11
- package/es/components/default-page/src/index.vue2.js +16 -21
- package/es/components/drag-scroll/src/index.js +48 -58
- 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 +9 -43
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +225 -304
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +5 -19
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +205 -284
- package/es/components/expand-field/src/components/PersonModal.vue2.js +5 -26
- package/es/components/expand-field/src/components/form.vue.d.ts +285 -458
- package/es/components/expand-field/src/components/form.vue2.js +123 -555
- package/es/components/expand-field/src/constants/index.js +3 -1
- package/es/components/expand-field/src/index.vue.d.ts +304 -479
- package/es/components/expand-field/src/index.vue2.js +35 -111
- package/es/components/expand-field/src/utils/constant.js +13 -88
- package/es/components/expand-field/src/utils/index.js +8 -1
- 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 +23 -44
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +6 -6
- package/es/components/fabric-chart/src/components/PopupMenu.js +3 -23
- package/es/components/fabric-chart/src/components/PopupTip.vue.d.ts +7 -7
- package/es/components/fabric-chart/src/components/PopupTip.vue2.js +17 -35
- package/es/components/fabric-chart/src/components/useStyle.js +2 -8
- package/es/components/fabric-chart/src/constants/index.js +11 -72
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +3 -16
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +39 -63
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +18 -25
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +35 -49
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +27 -71
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +58 -245
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +2 -8
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +38 -51
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +5 -32
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +51 -74
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +91 -275
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +81 -101
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +35 -25
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +2 -8
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +45 -58
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +3 -15
- package/es/components/fabric-chart/src/hooks/temperature/useRight.js +2 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.d.ts +9 -9
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +82 -125
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +88 -72
- package/es/components/fabric-chart/src/hooks/useCommon.js +5 -24
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +10 -56
- package/es/components/fabric-chart/src/hooks/useDraw.js +52 -116
- package/es/components/fabric-chart/src/hooks/useEvent.js +56 -49
- package/es/components/fabric-chart/src/hooks/useGrid.js +4 -15
- package/es/components/fabric-chart/src/hooks/useScaleColumn.js +2 -10
- package/es/components/fabric-chart/src/hooks/useShadow.js +7 -4
- package/es/components/fabric-chart/src/utils/index.js +2 -12
- 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 +11 -15
- package/es/components/field-editor/src/fields.js +31 -232
- package/es/components/field-set/index.d.ts +13 -13
- package/es/components/field-set/src/FieldColor.vue.d.ts +153 -215
- package/es/components/field-set/src/FieldColor.vue2.js +15 -92
- package/es/components/field-set/src/FieldFilter.vue.d.ts +50 -76
- package/es/components/field-set/src/FieldFilter.vue2.js +8 -36
- package/es/components/field-set/src/FieldSet.vue.d.ts +63 -77
- package/es/components/field-set/src/FieldSet.vue2.js +45 -213
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +19 -56
- package/es/components/field-set/src/TableStyle.vue.d.ts +13 -21
- package/es/components/field-set/src/TableStyle.vue2.js +28 -69
- package/es/components/field-set/src/components/condition.vue.d.ts +32 -47
- package/es/components/field-set/src/components/condition.vue2.js +13 -30
- 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 +17 -115
- 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 +5 -26
- package/es/components/field-set/src/components/table-row.vue.d.ts +32 -32
- package/es/components/field-set/src/components/table-row.vue2.js +26 -125
- package/es/components/field-set/src/constants/filter.js +43 -328
- package/es/components/field-set/src/constants/index.js +65 -504
- package/es/components/field-set/src/utils/index.js +6 -18
- package/es/components/form-config/index.d.ts +516 -1497
- package/es/components/form-config/index.js +0 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +516 -1497
- package/es/components/form-config/src/FormConfig.vue2.js +21 -22
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +49 -59
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +16 -13
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue.d.ts +9 -9
- package/es/components/form-config/src/components/FormConfigDragDisplay.vue2.js +12 -21
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +214 -1114
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +12 -11
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +86 -123
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +36 -104
- 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 +5 -8
- 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 +31 -30
- 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 +35 -36
- package/es/components/form-config/src/constants/index.js +29 -176
- package/es/components/form-config/src/hooks/useConfigurationField.js +21 -21
- package/es/components/form-config/src/hooks/useDataNormalize.js +2 -8
- package/es/components/form-config/src/hooks/usePresetRenderer.d.ts +1 -1
- package/es/components/form-config/src/hooks/useSortalbeConfig.js +4 -21
- package/es/components/form-config/src/utils/index.js +10 -6
- 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 +118 -244
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +40 -48
- package/es/components/form-render/src/FormRenderWrapper.vue2.js +18 -6
- 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 +2 -8
- package/es/components/form-render/src/components/renderer/combination/hooks/useDeepValidate.js +17 -16
- 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 +2 -8
- package/es/components/form-render/src/components/renderer/combination/tableCombination.d.ts +6 -6
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +2 -8
- package/es/components/form-render/src/components/renderer/complex.d.ts +4 -4
- package/es/components/form-render/src/components/renderer/date.d.ts +9 -7
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +2 -8
- package/es/components/form-render/src/components/renderer/input.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/inputGroup.js +6 -8
- 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 +49 -71
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +31 -31
- package/es/components/form-render/src/components/renderer/lineBar/index.js +6 -6
- 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 +2 -8
- package/es/components/form-render/src/components/renderer/remoteSearch.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/remoteSearch.js +2 -8
- 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/switch.js +4 -24
- 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 +14 -18
- package/es/components/form-render/src/constants/index.js +6 -2
- package/es/components/form-render/src/hooks/useAnchor.d.ts +1 -9
- package/es/components/form-render/src/hooks/useAnchor.js +12 -10
- package/es/components/form-render/src/hooks/useBusinessBinding.js +18 -20
- package/es/components/form-render/src/hooks/useChangeContext.js +1 -3
- package/es/components/form-render/src/hooks/useCommonInjection.d.ts +1 -1
- package/es/components/form-render/src/hooks/useCommonInjection.js +6 -21
- package/es/components/form-render/src/hooks/useCommonLog.js +4 -4
- package/es/components/form-render/src/hooks/useComplexOptions.d.ts +3 -3
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +60 -66
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +6 -6
- package/es/components/form-render/src/hooks/useFieldNormalize.js +110 -97
- package/es/components/form-render/src/hooks/useFieldVisitor.js +1 -3
- package/es/components/form-render/src/hooks/useFormContext.js +27 -27
- package/es/components/form-render/src/hooks/useFormEvent.js +36 -50
- package/es/components/form-render/src/hooks/useFormField.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFormGraph.js +1 -5
- package/es/components/form-render/src/hooks/useFormItemDeps.js +4 -15
- package/es/components/form-render/src/hooks/useFormRenderLifeCycle.js +1 -3
- package/es/components/form-render/src/hooks/useFormRenderOptions.d.ts +12 -12
- package/es/components/form-render/src/hooks/useFormRenderOptions.js +75 -138
- package/es/components/form-render/src/hooks/useFormValidator.js +2 -8
- package/es/components/form-render/src/hooks/useLowCodeEvent.js +2 -8
- package/es/components/form-render/src/hooks/useLowCodeReactions.js +1 -4
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +29 -22
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.js +2 -7
- package/es/components/form-render/src/hooks/useOperationalForm.js +26 -24
- package/es/components/form-render/src/hooks/usePresetScope.js +3 -1
- package/es/components/form-render/src/hooks/useSelectedSetting.js +1 -3
- package/es/components/form-render/src/hooks/useWordbookSetting.js +1 -3
- package/es/components/form-render/src/utils/business.js +38 -48
- package/es/components/form-render/src/utils/dom.js +5 -9
- package/es/components/form-render/src/utils/index.d.ts +3 -3
- package/es/components/form-render/src/utils/schema.js +4 -24
- package/es/components/form-render/src/utils/valueFormatter.js +6 -5
- package/es/components/grid/index.d.ts +1 -1
- package/es/components/grid/src/Grid.d.ts +1 -1
- package/es/components/grid/src/hooks.js +151 -1
- package/es/components/guide/src/renderer.d.ts +5 -5
- package/es/components/guide/src/utils/index.js +121 -184
- 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 +5 -12
- package/es/components/iho-chat/src/api/index.js +1 -3
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +42 -42
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +49 -125
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +88 -122
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +11 -66
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +64 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +60 -150
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +272 -306
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +9 -43
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +177 -191
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +9 -43
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +66 -101
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +43 -109
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +71 -172
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -48
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +22 -40
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +21 -26
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +15 -26
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +22 -18
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +36 -40
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +64 -82
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +47 -131
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +12 -67
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +15 -15
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +4 -11
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +63 -69
- package/es/components/iho-chat/src/components/SiderList.vue2.js +8 -42
- package/es/components/iho-chat/src/components/Video.vue.d.ts +13 -13
- package/es/components/iho-chat/src/components/Video.vue2.js +13 -36
- package/es/components/iho-chat/src/components/userItemRender.d.ts +5 -5
- package/es/components/iho-chat/src/hooks/useData.d.ts +6 -6
- package/es/components/iho-chat/src/hooks/useData.js +83 -123
- package/es/components/iho-chat/src/hooks/useDraggable.d.ts +2 -8
- package/es/components/iho-chat/src/hooks/useDraggable.js +14 -54
- package/es/components/iho-chat/src/hooks/useSearchPatientList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchPatientList.js +1 -3
- package/es/components/iho-chat/src/hooks/useSearchUserList.d.ts +1 -1
- package/es/components/iho-chat/src/hooks/useSearchUserList.js +1 -3
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +6 -11
- package/es/components/iho-chat/src/hooks/useVideo.js +2 -15
- package/es/components/iho-chat/src/hooks/useWebSocket.js +49 -71
- package/es/components/iho-chat/src/utils/chatSock.js +17 -18
- package/es/components/iho-chat/src/utils/index.d.ts +1 -1
- package/es/components/iho-chat/src/utils/index.js +10 -79
- package/es/components/iho-table/index.d.ts +1572 -3124
- package/es/components/iho-table/index.js +27 -5
- package/es/components/iho-table/src/IhoTable.vue.d.ts +1573 -3125
- package/es/components/iho-table/src/IhoTable.vue2.js +98 -140
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/constants/index.js +77 -3
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.js +57 -36
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useConfigHooks.js +11 -5
- package/es/components/iho-table/src/hooks/tapHooks/useDataHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useDomInsertHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.js +233 -50
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useExposeHooks.js +1 -3
- package/es/components/iho-table/src/hooks/tapHooks/useFieldHooks.js +12 -5
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/useSetupHooks.js +6 -4
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +2 -8
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +3 -3
- package/es/components/iho-table/src/hooks/useTableContext.js +1 -9
- package/es/components/iho-table/src/hooks/useTablePlugin.js +3 -11
- 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/anchorPlugin/useAnchor.js +9 -17
- package/es/components/iho-table/src/plugins/bindEventSettingPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/colorAndIconPlugin.js +1 -4
- package/es/components/iho-table/src/plugins/copyPastePlugin.js +12 -32
- package/es/components/iho-table/src/plugins/crossHeaderPlugin.js +8 -35
- package/es/components/iho-table/src/plugins/defaultConfigPlugin.js +26 -46
- package/es/components/iho-table/src/plugins/defaultValuePlugin.js +19 -18
- package/es/components/iho-table/src/plugins/dragScrollPlugin.js +23 -37
- 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 +12 -47
- 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 +2 -4
- 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 +12 -49
- 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 +24 -75
- 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 +4 -17
- package/es/components/iho-table/src/plugins/filterVisibleEventPlugin.js +2 -8
- package/es/components/iho-table/src/plugins/forceArrowKeyPlugin.js +15 -22
- 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 +15 -18
- package/es/components/iho-table/src/plugins/keyboardEventPlugin.js +45 -55
- package/es/components/iho-table/src/plugins/maxCheckSizePlugin.js +2 -6
- package/es/components/iho-table/src/plugins/operationalFormPlugin.js +25 -23
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/index.js +32 -50
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.d.ts +9 -9
- package/es/components/iho-table/src/plugins/pagerScrollPlugin/utils.js +2 -8
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.d.ts +2 -2
- package/es/components/iho-table/src/plugins/pluginHooks/useFilter.js +3 -14
- 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 +27 -81
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +1 -3
- 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 +17 -61
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +2 -8
- 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/editSelect.js +2 -8
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +1 -5
- 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 +31 -49
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/separateUtils.js +14 -13
- 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 +9 -16
- package/es/components/iho-table/src/plugins/rowClickPlugin.js +2 -10
- package/es/components/iho-table/src/plugins/rowDragPlugin.js +23 -52
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/index.js +18 -13
- package/es/components/iho-table/src/plugins/rowGroupSettingPlugin/rowGroupUtils.js +4 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/index.js +16 -16
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useColumn2Data.js +3 -10
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useCurrentColumn.js +4 -12
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useData2Column.js +43 -43
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEditCell.js +14 -37
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useEventConvert.js +1 -5
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useHeaderCSS.js +7 -23
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowClassName.js +4 -12
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useRowHeight.js +2 -7
- package/es/components/iho-table/src/plugins/verticalTablePlugin/src/hooks/useTriggerRow.js +3 -9
- 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 +54 -64
- package/es/components/iho-table/src/plugins/virtualTreePlugin.js +27 -44
- package/es/components/iho-table/src/plugins/wordbookSettingPlugin.js +1 -6
- 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/index.js +1 -5
- 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 +82 -97
- 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 +81 -107
- 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 +31 -45
- 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 +34 -43
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +7 -7
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +22 -24
- 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 +77 -87
- 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 +31 -172
- package/es/components/info-header/src/hooks/useThemeOverrides.js +2 -6
- 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 +17 -30
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +32 -37
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +40 -46
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +16 -36
- package/es/components/map/index.d.ts +12 -12
- package/es/components/map/src/Map.vue.d.ts +12 -12
- package/es/components/map/src/Map.vue2.js +12 -18
- 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 -21
- 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 +23 -85
- 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 +20 -57
- package/es/components/recommend-search/src/components/BaseSearch.d.ts +7 -7
- package/es/components/recommend-search/src/components/BaseSearch.js +2 -8
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +34 -34
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +16 -35
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +9 -9
- package/es/components/recommend-search/src/components/RecommendMenu.vue2.js +55 -55
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +29 -29
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +10 -23
- package/es/components/recommend-search/src/constant/index.js +3 -1
- 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 +17 -60
- package/es/components/scale-view/src/components/AnswerParse.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/AnswerParse.vue2.js +13 -75
- package/es/components/scale-view/src/components/DescribeContent.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/DescribeContent.vue2.js +10 -13
- package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +12 -12
- package/es/components/scale-view/src/components/EvaluateCountdown.vue2.js +24 -44
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +10 -10
- package/es/components/scale-view/src/components/EvaluatePage.vue2.js +6 -27
- package/es/components/scale-view/src/components/LoadingCom.vue.js +5 -1
- package/es/components/scale-view/src/components/NoData.vue.d.ts +7 -7
- package/es/components/scale-view/src/components/NoData.vue2.js +8 -28
- package/es/components/scale-view/src/components/ScaleScore.d.ts +5 -5
- package/es/components/scale-view/src/components/ScaleScore.js +4 -45
- 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-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +6 -40
- 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-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +6 -70
- package/es/components/scale-view/src/components/formitem/r-map.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-radio.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-radio.js +4 -24
- package/es/components/scale-view/src/components/formitem/r-select.d.ts +6 -10
- package/es/components/scale-view/src/components/formitem/r-select.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-sign.d.ts +6 -155
- package/es/components/scale-view/src/components/formitem/r-sign.js +9 -64
- package/es/components/scale-view/src/components/formitem/r-upload.d.ts +6 -11
- package/es/components/scale-view/src/components/formitem/r-upload.js +8 -56
- package/es/components/scale-view/src/components/formitem/sign-com.d.ts +6 -6
- package/es/components/scale-view/src/components/formitem/sign-com.js +2 -8
- package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +5 -9
- package/es/components/scale-view/src/components/formitem/standard-modal.js +3 -16
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +17 -9
- package/es/components/scale-view/src/directive/drag-move.js +5 -40
- package/es/components/scale-view/src/hooks/scaleview-computed.js +5 -39
- package/es/components/scale-view/src/hooks/scaleview-init.js +4 -24
- package/es/components/scale-view/src/hooks/scaleview-methods.js +8 -56
- package/es/components/scale-view/src/hooks/scaleview-props.js +30 -132
- package/es/components/scale-view/src/hooks/scaleview-state.js +1 -3
- package/es/components/scale-view/src/hooks/scaleview-submit.js +11 -80
- package/es/components/scale-view/src/hooks/scaleview-validate.js +14 -104
- package/es/components/scale-view/src/hooks/use-evaluate.js +3 -16
- package/es/components/scale-view/src/hooks/use-event.js +6 -23
- package/es/components/scale-view/src/hooks/use-noData.js +5 -32
- package/es/components/scale-view/src/utils/judge-types.js +8 -6
- 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 +10 -17
- 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/search-cascader/src/constants/index.js +12 -4
- 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 +27 -59
- package/es/components/select-label/src/SelectLabel.vue.d.ts +64 -42
- package/es/components/select-label/src/SelectLabel.vue2.js +15 -48
- 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 +30 -47
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +21 -29
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +17 -28
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +37 -45
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +9 -36
- 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 +14 -24
- package/es/components/select-label/src/index.vue.d.ts +107 -93
- package/es/components/select-label/src/index.vue2.js +1 -2
- package/es/components/select-person/index.d.ts +190 -257
- package/es/components/select-person/src/SelectPerson.vue.d.ts +87 -124
- package/es/components/select-person/src/SelectPerson.vue2.js +22 -67
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +66 -80
- package/es/components/select-person/src/SelectPersonRole.vue2.js +24 -107
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +31 -41
- package/es/components/select-person/src/SelectPersonType.vue2.js +11 -45
- 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 +102 -105
- 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 +8 -15
- 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 +10 -24
- 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/ShortcutProvider.vue2.js +6 -8
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.d.ts +1 -1
- package/es/components/shortcut-provider/src/hooks/useShortcutSignature.js +1 -4
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +11 -25
- package/es/components/shortcut-provider/src/utils/index.js +5 -27
- 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 +7 -24
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +23 -13
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +27 -51
- 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 +8 -22
- 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 +42 -54
- package/es/components/step-notice/src/components/NoticeConnection.vue.d.ts +12 -12
- package/es/components/step-notice/src/components/NoticeConnection.vue2.js +27 -27
- package/es/components/step-notice/src/components/NoticeItem.vue.d.ts +40 -40
- package/es/components/step-notice/src/components/NoticeItem.vue2.js +80 -54
- package/es/components/step-notice/src/components/NoticeItemAside.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeItemAside.vue2.js +45 -33
- package/es/components/step-notice/src/components/NoticeOperationList.vue.d.ts +9 -9
- package/es/components/step-notice/src/components/NoticeOperationList.vue2.js +43 -37
- 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 +221 -208
- 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 +20 -111
- 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 +15 -92
- package/es/components/table-export-field/src/constants/index.js +3 -1
- package/es/components/table-export-field/src/index.vue.d.ts +66 -82
- package/es/components/table-export-field/src/index.vue2.js +7 -28
- 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 +19 -47
- 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 +9 -10
- 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 +8 -11
- 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 +7 -8
- 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 +10 -13
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +59 -59
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +34 -264
- package/es/components/table-filter/src/components/bi-filter/hooks/useBiConditions.js +4 -15
- 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 +48 -133
- 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 +41 -55
- 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 +20 -90
- 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 +21 -35
- 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 +31 -73
- 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 +10 -24
- 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 +7 -8
- 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 +8 -21
- 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 +54 -78
- 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 +10 -13
- 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 +18 -39
- 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 +15 -37
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +210 -216
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +9 -64
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +2 -8
- package/es/components/table-filter/src/components/classify-filter/hooks/useFilterConditions.js +4 -15
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +247 -253
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +43 -116
- 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 +14 -13
- 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 +13 -34
- 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 +3 -10
- 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 +16 -18
- 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 +19 -46
- 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 +4 -18
- 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 -17
- 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 +8 -21
- 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 +10 -22
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue.d.ts +14 -14
- package/es/components/table-filter/src/components/render-widget/components/LabelOut.vue2.js +18 -39
- 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 +18 -23
- 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 +58 -93
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue.d.ts +24 -24
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +9 -30
- 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 +11 -16
- 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 +14 -37
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +279 -285
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +211 -1680
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +194 -39
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +2 -8
- package/es/components/table-filter/src/components/render-widget/helpers/setDefaultValue.js +5 -22
- package/es/components/table-filter/src/components/render-widget/index.vue.d.ts +5 -5
- package/es/components/table-filter/src/components/render-widget/index.vue.js +26 -64
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +266 -272
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +3 -16
- package/es/components/table-filter/src/constants/index.js +12 -4
- package/es/components/table-filter/src/hooks/useAdvanced.js +21 -31
- package/es/components/table-filter/src/hooks/useMixins.d.ts +1 -1
- package/es/components/table-filter/src/hooks/useMixins.js +2 -8
- package/es/components/table-filter/src/hooks/useRenderWidget.js +15 -33
- package/es/components/table-filter/src/tool/baseOptions.js +20 -152
- package/es/components/table-filter/src/tool/date.js +5 -10
- package/es/components/table-filter/src/tool/transformData.js +5 -26
- 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-line/src/TimeLine.vue2.js +49 -44
- 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 +57 -61
- 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 -36
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +22 -19
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +17 -80
- package/es/components/vertify/src/utils/dialog.js +3 -16
- 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 +36 -125
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +2 -36
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +11 -72
- package/es/components/vod-chunk-upload/src/hooks/vod-computed.js +5 -17
- 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 +34 -102
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +5 -207
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +3 -16
- 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/es/shared/utils/index.js +1 -14
- package/package.json +2 -2
- package/es/components/form-config/src/hooks/useLocale.d.ts +0 -60
- package/es/components/form-config/src/hooks/useLocale.js +0 -307
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { i18n } from '../../../../_virtual/_virtual_i18n-methods.js';
|
2
|
+
import { createElementVNode, defineComponent, inject, ref, reactive, computed, onMounted, onBeforeUnmount, watch, openBlock, createElementBlock, Fragment, createCommentVNode, createVNode, unref, withCtx, renderList, createBlock, mergeProps, createTextVNode, toDisplayString, normalizeStyle, isRef, renderSlot, withModifiers, normalizeClass } from 'vue';
|
2
3
|
import { isObject } from '@vue/shared';
|
3
4
|
import { useMessage, NButtonGroup, NDropdown, NButton, NIcon, NPopover, NCheckbox, NDivider } from 'naive-ui';
|
4
5
|
import { PrintOutline, SettingsOutline, ChevronDownSharp, ArrowForwardOutline, ArrowForward } from '@vicons/ionicons5';
|
@@ -20,74 +21,74 @@ const _hoisted_2 = {
|
|
20
21
|
key: 0,
|
21
22
|
class: "newprint-button-outer__shortcut"
|
22
23
|
};
|
23
|
-
const _hoisted_3 = {
|
24
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", {
|
25
|
+
class: "label bold"
|
26
|
+
}, i18n("10010.1.473", "\u5916\u663E\u8BBE\u7F6E"), -1);
|
27
|
+
const _hoisted_4 = {
|
24
28
|
class: "print-lite"
|
25
29
|
};
|
26
|
-
const
|
30
|
+
const _hoisted_5 = {
|
27
31
|
class: "label bold"
|
28
32
|
};
|
29
|
-
const
|
33
|
+
const _hoisted_6 = {
|
30
34
|
class: "print-li"
|
31
35
|
};
|
32
|
-
const
|
36
|
+
const _hoisted_7 = {
|
33
37
|
class: "print-lite"
|
34
38
|
};
|
35
|
-
const
|
39
|
+
const _hoisted_8 = {
|
36
40
|
key: 0,
|
37
41
|
class: "newprint-button-outer__shortcut"
|
38
42
|
};
|
39
|
-
const
|
40
|
-
const
|
43
|
+
const _hoisted_9 = ["onMouseenter", "onClick"];
|
44
|
+
const _hoisted_10 = {
|
41
45
|
class: "label bold"
|
42
46
|
};
|
43
|
-
const
|
47
|
+
const _hoisted_11 = {
|
44
48
|
class: "print-lite",
|
45
49
|
style: {
|
46
50
|
"background": "transparent"
|
47
51
|
}
|
48
52
|
};
|
49
|
-
const
|
53
|
+
const _hoisted_12 = {
|
50
54
|
class: "label bold"
|
51
55
|
};
|
52
|
-
const
|
56
|
+
const _hoisted_13 = {
|
53
57
|
class: "print-li"
|
54
58
|
};
|
55
|
-
const
|
59
|
+
const _hoisted_14 = {
|
56
60
|
class: "print-lite",
|
57
61
|
style: {
|
58
62
|
"background": "transparent"
|
59
63
|
}
|
60
64
|
};
|
61
|
-
const
|
62
|
-
const
|
65
|
+
const _hoisted_15 = ["onClick"];
|
66
|
+
const _hoisted_16 = {
|
63
67
|
key: 0,
|
64
68
|
class: "newprint-button-outer__shortcut"
|
65
69
|
};
|
66
|
-
const
|
70
|
+
const _hoisted_17 = {
|
67
71
|
class: "newprint-button-poperOver"
|
68
72
|
};
|
69
|
-
const
|
70
|
-
const
|
73
|
+
const _hoisted_18 = ["onMouseenter"];
|
74
|
+
const _hoisted_19 = {
|
71
75
|
class: "print-lite",
|
72
76
|
style: {
|
73
77
|
"background": "transparent"
|
74
78
|
}
|
75
79
|
};
|
76
|
-
const
|
80
|
+
const _hoisted_20 = {
|
77
81
|
class: "label"
|
78
82
|
};
|
79
|
-
const
|
80
|
-
const
|
83
|
+
const _hoisted_21 = ["onClick"];
|
84
|
+
const _hoisted_22 = {
|
81
85
|
key: 1,
|
82
86
|
class: "print-lite",
|
83
87
|
style: {
|
84
88
|
"background": "transparent"
|
85
89
|
}
|
86
90
|
};
|
87
|
-
const
|
88
|
-
const downloadPdfCode = "RY7.2.21.1.M2.G94181E";
|
89
|
-
const formatEditTextCode = "RY7.2.21.1.M2.G33633A";
|
90
|
-
const resetPrintButtonCode = "RY7.2.21.1.M2.G99314S";
|
91
|
+
const _hoisted_23 = ["onClick"];
|
91
92
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
92
93
|
__name: "NewPrintComponent",
|
93
94
|
props: {
|
@@ -99,64 +100,33 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
99
100
|
type: Array
|
100
101
|
},
|
101
102
|
btnText: {
|
102
|
-
default:
|
103
|
-
var _a, _b, _c;
|
104
|
-
try {
|
105
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.478")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.478")) || "\u6253\u5370";
|
106
|
-
} catch (e) {
|
107
|
-
return "\u6253\u5370";
|
108
|
-
}
|
109
|
-
}(),
|
103
|
+
default: i18n("10010.1.478", "\u6253\u5370"),
|
110
104
|
type: String
|
111
105
|
},
|
112
106
|
printText: {
|
113
|
-
default:
|
114
|
-
var _a, _b, _c;
|
115
|
-
try {
|
116
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.479")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.479")) || "\u76F4\u63A5\u6253\u5370";
|
117
|
-
} catch (e) {
|
118
|
-
return "\u76F4\u63A5\u6253\u5370";
|
119
|
-
}
|
120
|
-
}(),
|
107
|
+
default: i18n("10010.1.479", "\u76F4\u63A5\u6253\u5370"),
|
121
108
|
type: String
|
122
109
|
},
|
123
110
|
previewText: {
|
124
|
-
default:
|
125
|
-
var _a, _b, _c;
|
126
|
-
try {
|
127
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.480")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.480")) || "\u6253\u5370\u9884\u89C8";
|
128
|
-
} catch (e) {
|
129
|
-
return "\u6253\u5370\u9884\u89C8";
|
130
|
-
}
|
131
|
-
}(),
|
111
|
+
default: i18n("10010.1.480", "\u6253\u5370\u9884\u89C8"),
|
132
112
|
type: String
|
133
113
|
},
|
134
114
|
pdfLoadText: {
|
135
|
-
default:
|
136
|
-
var _a, _b, _c;
|
137
|
-
try {
|
138
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.481")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.481")) || "\u4E0B\u8F7Dpdf";
|
139
|
-
} catch (e) {
|
140
|
-
return "\u4E0B\u8F7Dpdf";
|
141
|
-
}
|
142
|
-
}(),
|
115
|
+
default: i18n("10010.1.481", "\u4E0B\u8F7Dpdf"),
|
143
116
|
type: String
|
144
117
|
},
|
145
118
|
formatEditText: {
|
146
|
-
default:
|
147
|
-
var _a, _b, _c;
|
148
|
-
try {
|
149
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.482")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.482")) || "\u683C\u5F0F\u7F16\u8F91";
|
150
|
-
} catch (e) {
|
151
|
-
return "\u683C\u5F0F\u7F16\u8F91";
|
152
|
-
}
|
153
|
-
}(),
|
119
|
+
default: i18n("10010.1.482", "\u683C\u5F0F\u7F16\u8F91"),
|
154
120
|
type: String
|
155
121
|
},
|
156
122
|
prevFn: {
|
157
123
|
default: () => Promise.resolve(),
|
158
124
|
type: Function
|
159
125
|
},
|
126
|
+
prevPrintFn: {
|
127
|
+
default: () => Promise.resolve(),
|
128
|
+
type: Function
|
129
|
+
},
|
160
130
|
queryPrintFormatByNumber: {
|
161
131
|
default: () => Promise.resolve({}),
|
162
132
|
type: Function
|
@@ -170,14 +140,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
170
140
|
type: Function
|
171
141
|
},
|
172
142
|
noDataMsg: {
|
173
|
-
default:
|
174
|
-
var _a, _b, _c;
|
175
|
-
try {
|
176
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.483")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.483")) || "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E";
|
177
|
-
} catch (e) {
|
178
|
-
return "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E";
|
179
|
-
}
|
180
|
-
}(),
|
143
|
+
default: i18n("10010.1.483", "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E"),
|
181
144
|
type: String
|
182
145
|
},
|
183
146
|
token: {
|
@@ -247,33 +210,22 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
247
210
|
}
|
248
211
|
},
|
249
212
|
setup(__props, {
|
250
|
-
expose
|
213
|
+
expose
|
251
214
|
}) {
|
215
|
+
const props = __props;
|
252
216
|
String(navigator.platform).toLowerCase().includes("linux");
|
253
217
|
const baseDownListSetting = [{
|
254
|
-
label:
|
255
|
-
var _a, _b, _c;
|
256
|
-
try {
|
257
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.476")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.476")) || "\u5206\u5272\u7EBF";
|
258
|
-
} catch (e) {
|
259
|
-
return "\u5206\u5272\u7EBF";
|
260
|
-
}
|
261
|
-
}(),
|
218
|
+
label: i18n("10010.1.476", "\u5206\u5272\u7EBF"),
|
262
219
|
key: "divider"
|
263
220
|
}, {
|
264
|
-
label:
|
265
|
-
var _a, _b, _c;
|
266
|
-
try {
|
267
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.473")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.473")) || "\u5916\u663E\u8BBE\u7F6E";
|
268
|
-
} catch (e) {
|
269
|
-
return "\u5916\u663E\u8BBE\u7F6E";
|
270
|
-
}
|
271
|
-
}(),
|
221
|
+
label: i18n("10010.1.473", "\u5916\u663E\u8BBE\u7F6E"),
|
272
222
|
key: "outSetting"
|
273
223
|
}];
|
274
224
|
const $message = useMessage();
|
275
225
|
let printInstance;
|
276
|
-
const
|
226
|
+
const downloadPdfCode = "RY7.2.21.1.M2.G94181E";
|
227
|
+
const formatEditTextCode = "RY7.2.21.1.M2.G33633A";
|
228
|
+
const resetPrintButtonCode = "RY7.2.21.1.M2.G99314S";
|
277
229
|
const emit = inject(InjectionButtonPrintEmits);
|
278
230
|
const authorizationKey = ref("");
|
279
231
|
const state = reactive({
|
@@ -310,14 +262,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
310
262
|
label: props.formatEditText,
|
311
263
|
key: "formatEditText"
|
312
264
|
}, {
|
313
|
-
label:
|
314
|
-
var _a, _b, _c;
|
315
|
-
try {
|
316
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.484")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.484")) || "\u91CD\u7F6E\u6253\u5370\u673A";
|
317
|
-
} catch (e) {
|
318
|
-
return "\u91CD\u7F6E\u6253\u5370\u673A";
|
319
|
-
}
|
320
|
-
}(),
|
265
|
+
label: i18n("10010.1.484", "\u91CD\u7F6E\u6253\u5370\u673A"),
|
321
266
|
key: "resetPrinter"
|
322
267
|
}]);
|
323
268
|
const downlistOperation = reactive({
|
@@ -340,14 +285,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
340
285
|
});
|
341
286
|
computed(() => {
|
342
287
|
var _a;
|
343
|
-
return ((_a = currentFormatItem.value) == null ? void 0 : _a.name) ||
|
344
|
-
var _a2, _b, _c;
|
345
|
-
try {
|
346
|
-
return ((_a2 = window.getLanguageByCode) == null ? void 0 : _a2.call(window, "10010.1.485")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.485")) || "\u683C\u5F0F\u9009\u62E9";
|
347
|
-
} catch (e) {
|
348
|
-
return "\u683C\u5F0F\u9009\u62E9";
|
349
|
-
}
|
350
|
-
}();
|
288
|
+
return ((_a = currentFormatItem.value) == null ? void 0 : _a.name) || i18n("10010.1.485", "\u683C\u5F0F\u9009\u62E9");
|
351
289
|
});
|
352
290
|
const getTemplateIdByFormatId = computed(() => {
|
353
291
|
let find = state.formatList.find((item) => item.id === state.currentFormatId);
|
@@ -476,14 +414,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
476
414
|
};
|
477
415
|
});
|
478
416
|
item.children = [{
|
479
|
-
label:
|
480
|
-
var _a, _b, _c;
|
481
|
-
try {
|
482
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.123")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.123")) || "\u5168\u90E8";
|
483
|
-
} catch (e) {
|
484
|
-
return "\u5168\u90E8";
|
485
|
-
}
|
486
|
-
}(),
|
417
|
+
label: i18n("10010.1.123", "\u5168\u90E8"),
|
487
418
|
key: "previewText_all"
|
488
419
|
}, ...list];
|
489
420
|
}
|
@@ -565,14 +496,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
565
496
|
};
|
566
497
|
const prevFnError = (type) => {
|
567
498
|
const error = {
|
568
|
-
message:
|
569
|
-
var _a, _b, _c;
|
570
|
-
try {
|
571
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.486")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.486")) || "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF";
|
572
|
-
} catch (e) {
|
573
|
-
return "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF";
|
574
|
-
}
|
575
|
-
}(),
|
499
|
+
message: i18n("10010.1.486", "\u524D\u7F6E\u6761\u4EF6\u6267\u884C\u9519\u8BEF"),
|
576
500
|
type,
|
577
501
|
preExecution: true
|
578
502
|
};
|
@@ -621,55 +545,57 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
621
545
|
return JSON.stringify(params);
|
622
546
|
};
|
623
547
|
const handleClickPrintAll = () => {
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
if (isPrintAllType.value == 1) {
|
640
|
-
for (let i = 0; i < templateNumbers.length; i++) {
|
641
|
-
const templateCode = templateNumbers[i];
|
642
|
-
const tmpParam = state.printParams[templateCode];
|
643
|
-
const printToParam = originParamsClone[templateCode] || [];
|
644
|
-
const formatTypeList = state.formatList.filter((format2) => format2.number == templateCode);
|
645
|
-
if (formatTypeList && formatTypeList.length > 0) {
|
646
|
-
formatTypeList.forEach((format2) => {
|
647
|
-
state.currentFormatId = format2.id;
|
648
|
-
handleClickPrint(tmpParam, format2.number, format2.templateId, format2.id, printToParam, true);
|
649
|
-
});
|
650
|
-
}
|
548
|
+
props.prevPrintFn().then(() => {
|
549
|
+
var _a;
|
550
|
+
const templateNumbers = Object.keys(state.printParams);
|
551
|
+
state.isClickOuterPrint = false;
|
552
|
+
const originParamsClone = state.originParams;
|
553
|
+
if (((_a = Object.keys(printAllFormatIds.value)) == null ? void 0 : _a.length) > 0) {
|
554
|
+
realOptionList.value.forEach((optItem) => {
|
555
|
+
if (printAllFormatIds.value.includes(optItem.key)) {
|
556
|
+
const tmpParam = state.printParams[optItem.templateCode];
|
557
|
+
const printToParam = originParamsClone[optItem.templateCode] || [];
|
558
|
+
state.currentFormatId = optItem.key;
|
559
|
+
handleClickPrint(tmpParam, optItem.templateCode, optItem.templateId, optItem.key, printToParam, true);
|
560
|
+
}
|
561
|
+
});
|
562
|
+
return;
|
651
563
|
}
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
needPrintOptions.forEach((optItem) => {
|
665
|
-
if (canPrintFormatIds.includes(optItem.key)) {
|
666
|
-
const tmpParam = state.printFormatIdParams[optItem.key];
|
667
|
-
const printToParam = originParamsClone[optItem.templateCode] || [];
|
668
|
-
state.currentFormatId = optItem.key;
|
669
|
-
handleClickPrint(tmpParam, optItem.templateCode, optItem.templateId, optItem.key, printToParam, true);
|
564
|
+
if (isPrintAllType.value == 1) {
|
565
|
+
for (let i = 0; i < templateNumbers.length; i++) {
|
566
|
+
const templateCode = templateNumbers[i];
|
567
|
+
const tmpParam = state.printParams[templateCode];
|
568
|
+
const printToParam = originParamsClone[templateCode] || [];
|
569
|
+
const formatTypeList = state.formatList.filter((format2) => format2.number == templateCode);
|
570
|
+
if (formatTypeList && formatTypeList.length > 0) {
|
571
|
+
formatTypeList.forEach((format2) => {
|
572
|
+
state.currentFormatId = format2.id;
|
573
|
+
handleClickPrint(tmpParam, format2.number, format2.templateId, format2.id, printToParam, true);
|
574
|
+
});
|
575
|
+
}
|
670
576
|
}
|
671
|
-
}
|
672
|
-
|
577
|
+
}
|
578
|
+
if (isPrintAllType.value == 2) {
|
579
|
+
outerPrintItems.value.forEach((outer) => {
|
580
|
+
const tmpParam = state.printParams[outer.templateCode];
|
581
|
+
const printToParam = originParamsClone[outer.templateCode] || [];
|
582
|
+
state.currentFormatId = outer.key;
|
583
|
+
handleClickPrint(tmpParam, outer.templateCode, outer.templateId, outer.key, printToParam, true);
|
584
|
+
});
|
585
|
+
}
|
586
|
+
if (isPrintAllType.value == 3) {
|
587
|
+
const needPrintOptions = options.value.filter((optItem) => hideTemplateCodes.value.includes(optItem.templateCode));
|
588
|
+
const canPrintFormatIds = Object.keys(state.printFormatIdParams);
|
589
|
+
needPrintOptions.forEach((optItem) => {
|
590
|
+
if (canPrintFormatIds.includes(optItem.key)) {
|
591
|
+
const tmpParam = state.printFormatIdParams[optItem.key];
|
592
|
+
const printToParam = originParamsClone[optItem.templateCode] || [];
|
593
|
+
state.currentFormatId = optItem.key;
|
594
|
+
handleClickPrint(tmpParam, optItem.templateCode, optItem.templateId, optItem.key, printToParam, true);
|
595
|
+
}
|
596
|
+
});
|
597
|
+
}
|
598
|
+
});
|
673
599
|
};
|
674
600
|
const toggleExpandLoading = (isLoading, formatId) => {
|
675
601
|
if (state.isClickOuterPrint) {
|
@@ -693,13 +619,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
693
619
|
return state.spinning;
|
694
620
|
};
|
695
621
|
const handleOneTypePrint = (templateCode, templateId, formatId, isOuterClick) => {
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
622
|
+
props.prevPrintFn().then(() => {
|
623
|
+
const tmpParam = state.printParams[templateCode];
|
624
|
+
if (!tmpParam)
|
625
|
+
return;
|
626
|
+
state.isClickOuterPrint = isOuterClick;
|
627
|
+
state.currentFormatId = formatId;
|
628
|
+
const printToParam = state.originParams[templateCode] || [];
|
629
|
+
handleClickPrint(tmpParam, templateCode, templateId, formatId, printToParam);
|
630
|
+
});
|
703
631
|
};
|
704
632
|
const handleClickPrint = async (curPrintParamList = [], templateCode, templateId, formatId, printToParam = [], needContinuePrint) => {
|
705
633
|
let len = curPrintParamList.length;
|
@@ -866,34 +794,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
866
794
|
const data = await printInstance.resetPrinter(formatId, state.iReportExecuteMode);
|
867
795
|
toggleExpandLoading(false);
|
868
796
|
if ((data == null ? void 0 : data.result) == "success") {
|
869
|
-
$message.success((data == null ? void 0 : data.message) ||
|
870
|
-
var _a, _b, _c;
|
871
|
-
try {
|
872
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.487")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.487")) || "\u91CD\u7F6E\u6253\u5370\u673A\u6210\u529F";
|
873
|
-
} catch (e) {
|
874
|
-
return "\u91CD\u7F6E\u6253\u5370\u673A\u6210\u529F";
|
875
|
-
}
|
876
|
-
}());
|
797
|
+
$message.success((data == null ? void 0 : data.message) || i18n("10010.1.487", "\u91CD\u7F6E\u6253\u5370\u673A\u6210\u529F"));
|
877
798
|
return;
|
878
799
|
}
|
879
|
-
$message.warning((data == null ? void 0 : data.message) ||
|
880
|
-
var _a, _b, _c;
|
881
|
-
try {
|
882
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.488")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.488")) || "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25";
|
883
|
-
} catch (e) {
|
884
|
-
return "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25";
|
885
|
-
}
|
886
|
-
}());
|
800
|
+
$message.warning((data == null ? void 0 : data.message) || i18n("10010.1.488", "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25"));
|
887
801
|
} catch (error) {
|
888
802
|
toggleExpandLoading(false);
|
889
|
-
$message.warning((error == null ? void 0 : error.message) ||
|
890
|
-
var _a, _b, _c;
|
891
|
-
try {
|
892
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.488")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.488")) || "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25";
|
893
|
-
} catch (e) {
|
894
|
-
return "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25";
|
895
|
-
}
|
896
|
-
}());
|
803
|
+
$message.warning((error == null ? void 0 : error.message) || i18n("10010.1.488", "\u91CD\u7F6E\u6253\u5370\u673A\u5931\u8D25"));
|
897
804
|
}
|
898
805
|
};
|
899
806
|
const handleSelect = async (type, {
|
@@ -1329,7 +1236,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1329
1236
|
});
|
1330
1237
|
}
|
1331
1238
|
}
|
1332
|
-
|
1239
|
+
expose({
|
1333
1240
|
directPrint,
|
1334
1241
|
handleShortcutStartAndStop,
|
1335
1242
|
registerShort,
|
@@ -1349,9 +1256,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1349
1256
|
options: getDownList(unref(operations), outer),
|
1350
1257
|
onSelect: (type) => handleSelect(type, outer, true)
|
1351
1258
|
}, {
|
1352
|
-
default: withCtx(() => [createVNode(unref(NButton), mergeProps({
|
1353
|
-
ref_for: true
|
1354
|
-
}, buttonProps.value, {
|
1259
|
+
default: withCtx(() => [createVNode(unref(NButton), mergeProps(unref(buttonProps), {
|
1355
1260
|
disabled: !state.printParams[outer.templateCode],
|
1356
1261
|
loading: __props.showLoading && outer.isLoading,
|
1357
1262
|
onClick: ($event) => handleOneTypePrint(outer.templateCode, outer.templateId, outer.key, true),
|
@@ -1368,29 +1273,20 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1368
1273
|
}, 1032, ["options", "onSelect"]);
|
1369
1274
|
}), 128))]),
|
1370
1275
|
_: 1
|
1371
|
-
}), createCommentVNode(" \u5916\u663E\u8BBE\u7F6E\u6309\u94AE "), outerPrintItems.value.length > 0 && outerPrintItems.value.length == showSettingItems.
|
1276
|
+
}), createCommentVNode(" \u5916\u663E\u8BBE\u7F6E\u6309\u94AE "), outerPrintItems.value.length > 0 && outerPrintItems.value.length == unref(showSettingItems).length && unref(isShowOutSettingBtn) && unref(isPrintAllType) != 2 ? (openBlock(), createBlock(unref(NPopover), {
|
1372
1277
|
key: 0,
|
1373
1278
|
trigger: "click",
|
1374
1279
|
placement: "bottom-start",
|
1375
|
-
to: positionElement
|
1280
|
+
to: unref(positionElement),
|
1376
1281
|
"show-arrow": false,
|
1377
1282
|
show: downlistPopover.isOutSetting,
|
1378
1283
|
onClickoutside: _cache[2] || (_cache[2] = ($event) => handleClickOutHide("isOutSetting"))
|
1379
1284
|
}, {
|
1380
|
-
trigger: withCtx(() => [createVNode(unref(NButton), mergeProps(buttonProps
|
1285
|
+
trigger: withCtx(() => [createVNode(unref(NButton), mergeProps(unref(buttonProps), {
|
1381
1286
|
class: outerPrintItems.value.length > 0 ? "printAllLeftCls" : "",
|
1382
1287
|
onClick: _cache[0] || (_cache[0] = ($event) => handleTwoShow("isOutSetting"))
|
1383
1288
|
}), {
|
1384
|
-
default: withCtx(() => [
|
1385
|
-
class: "label bold"
|
1386
|
-
}, function() {
|
1387
|
-
var _a, _b, _c;
|
1388
|
-
try {
|
1389
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.473")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.473")) || "\u5916\u663E\u8BBE\u7F6E";
|
1390
|
-
} catch (e) {
|
1391
|
-
return "\u5916\u663E\u8BBE\u7F6E";
|
1392
|
-
}
|
1393
|
-
}(), -1)), createVNode(unref(NIcon), {
|
1289
|
+
default: withCtx(() => [_hoisted_3, createVNode(unref(NIcon), {
|
1394
1290
|
style: {
|
1395
1291
|
"margin-left": "8px"
|
1396
1292
|
},
|
@@ -1402,53 +1298,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1402
1298
|
default: withCtx(() => [createElementVNode("div", {
|
1403
1299
|
class: "newprint-button-poperOver",
|
1404
1300
|
style: normalizeStyle({
|
1405
|
-
maxHeight: showMaxHeight
|
1301
|
+
maxHeight: unref(showMaxHeight) ? `${unref(showMaxHeight)}px` : void 0
|
1406
1302
|
})
|
1407
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(showSettingItems
|
1303
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(showSettingItems), (sItem) => {
|
1408
1304
|
return openBlock(), createElementBlock("div", {
|
1409
1305
|
class: "print-li",
|
1410
1306
|
key: sItem.key
|
1411
|
-
}, [createElementVNode("div",
|
1307
|
+
}, [createElementVNode("div", _hoisted_4, [createElementVNode("span", _hoisted_5, toDisplayString(sItem.label), 1), createVNode(unref(NCheckbox), {
|
1412
1308
|
checked: sItem.selected,
|
1413
1309
|
"onUpdate:checked": ($event) => sItem.selected = $event
|
1414
1310
|
}, {
|
1415
|
-
default: withCtx(() => [
|
1416
|
-
var _a, _b, _c;
|
1417
|
-
try {
|
1418
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.474")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.474")) || "\u5916\u663E";
|
1419
|
-
} catch (e) {
|
1420
|
-
return "\u5916\u663E";
|
1421
|
-
}
|
1422
|
-
}(), -1)])]),
|
1311
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.474", "\u5916\u663E"))]),
|
1423
1312
|
_: 2
|
1424
1313
|
}, 1032, ["checked", "onUpdate:checked"])])]);
|
1425
|
-
}), 128)), createElementVNode("div",
|
1314
|
+
}), 128)), createElementVNode("div", _hoisted_6, [createVNode(unref(NDivider)), createElementVNode("div", _hoisted_7, [createVNode(unref(NButton), {
|
1426
1315
|
type: "primary",
|
1427
1316
|
size: "small",
|
1428
1317
|
onClick: savePrintOutSetting
|
1429
1318
|
}, {
|
1430
|
-
default: withCtx(() => [
|
1431
|
-
var _a, _b, _c;
|
1432
|
-
try {
|
1433
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58";
|
1434
|
-
} catch (e) {
|
1435
|
-
return "\u4FDD\u5B58";
|
1436
|
-
}
|
1437
|
-
}(), -1)])]),
|
1319
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.244", "\u4FDD\u5B58"))]),
|
1438
1320
|
_: 1
|
1439
|
-
}), showSettingItems
|
1321
|
+
}), unref(showSettingItems) && unref(showSettingItems).length > 1 ? (openBlock(), createBlock(unref(NCheckbox), {
|
1440
1322
|
key: 0,
|
1441
|
-
checked: isSelectedAll
|
1442
|
-
"onUpdate:checked": _cache[1] || (_cache[1] = ($event) => isSelectedAll.value = $event)
|
1323
|
+
checked: unref(isSelectedAll),
|
1324
|
+
"onUpdate:checked": _cache[1] || (_cache[1] = ($event) => isRef(isSelectedAll) ? isSelectedAll.value = $event : null)
|
1443
1325
|
}, {
|
1444
|
-
default: withCtx(() => [
|
1445
|
-
var _a, _b, _c;
|
1446
|
-
try {
|
1447
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.37")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.37")) || "\u5168\u9009";
|
1448
|
-
} catch (e) {
|
1449
|
-
return "\u5168\u9009";
|
1450
|
-
}
|
1451
|
-
}(), -1)])]),
|
1326
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.37", "\u5168\u9009"))]),
|
1452
1327
|
_: 1
|
1453
1328
|
}, 8, ["checked"])) : createCommentVNode("v-if", true)])])], 4)]),
|
1454
1329
|
_: 1
|
@@ -1458,7 +1333,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1458
1333
|
trigger: "click",
|
1459
1334
|
"show-arrow": false,
|
1460
1335
|
placement: "bottom-start",
|
1461
|
-
to: positionElement
|
1336
|
+
to: unref(positionElement),
|
1462
1337
|
show: downlistPopover.oneShow,
|
1463
1338
|
onClickoutside: _cache[10] || (_cache[10] = ($event) => handleClickOutHide("oneShow"))
|
1464
1339
|
}, {
|
@@ -1474,7 +1349,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1474
1349
|
}, {
|
1475
1350
|
default: withCtx(() => [createVNode(unref(NButton), mergeProps({
|
1476
1351
|
loading: __props.showLoading && state.spinning
|
1477
|
-
}, buttonProps
|
1352
|
+
}, unref(buttonProps), {
|
1478
1353
|
onClick: _cache[3] || (_cache[3] = withModifiers(() => printAllButtonClick("button"), ["stop"])),
|
1479
1354
|
class: outerPrintItems.value.length > 0 ? "printAllLeftCls" : ""
|
1480
1355
|
}), {
|
@@ -1482,18 +1357,11 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1482
1357
|
component: unref(PrintOutline),
|
1483
1358
|
size: "18"
|
1484
1359
|
}, null, 8, ["component"])]),
|
1485
|
-
default: withCtx(() => [createTextVNode(" " + toDisplayString(!isShowPrintAllBtn
|
1486
|
-
var _a, _b, _c;
|
1487
|
-
try {
|
1488
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.475")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.475")) || "\u6253\u5370\u5168\u90E8";
|
1489
|
-
} catch (e) {
|
1490
|
-
return "\u6253\u5370\u5168\u90E8";
|
1491
|
-
}
|
1492
|
-
}()) + " ", 1), printAllShortcut.value ? (openBlock(), createElementBlock("span", _hoisted_7, toDisplayString(printAllShortcut.value), 1)) : createCommentVNode("v-if", true)]),
|
1360
|
+
default: withCtx(() => [createTextVNode(" " + toDisplayString(!unref(isShowPrintAllBtn) || unref(isPrintAllType) == 3 ? __props.btnText : i18n("10010.1.475", "\u6253\u5370\u5168\u90E8")) + " ", 1), unref(printAllShortcut) ? (openBlock(), createElementBlock("span", _hoisted_8, toDisplayString(unref(printAllShortcut)), 1)) : createCommentVNode("v-if", true)]),
|
1493
1361
|
_: 1
|
1494
1362
|
}, 16, ["loading", "class"]), createCommentVNode(" \u53EA\u6709\u4E0B\u62C9\u6846\u6709\u9879\uFF0C\u624D\u5C55\u793A\u56FE\u6807\u6309\u94AE "), createVNode(unref(NButton), mergeProps({
|
1495
1363
|
class: "icon-select"
|
1496
|
-
}, buttonProps
|
1364
|
+
}, unref(buttonProps)), {
|
1497
1365
|
icon: withCtx(() => [createVNode(unref(NIcon), {
|
1498
1366
|
component: unref(ChevronDownSharp),
|
1499
1367
|
size: "18"
|
@@ -1505,9 +1373,9 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1505
1373
|
default: withCtx(() => [createElementVNode("div", {
|
1506
1374
|
class: "newprint-button-poperOver",
|
1507
1375
|
style: normalizeStyle({
|
1508
|
-
maxHeight: showMaxHeight
|
1376
|
+
maxHeight: unref(showMaxHeight) ? `${unref(showMaxHeight)}px` : void 0
|
1509
1377
|
})
|
1510
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(innerFilterPrintItems
|
1378
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(innerFilterPrintItems), (option) => {
|
1511
1379
|
return openBlock(), createElementBlock("div", {
|
1512
1380
|
class: normalizeClass(["print-li", downlistOperation.oneMouseType == option.key || downlistOperation.oneClickType == option.key ? "active" : ""]),
|
1513
1381
|
key: option.key,
|
@@ -1529,7 +1397,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1529
1397
|
trigger: withCtx(() => [createElementVNode("div", {
|
1530
1398
|
class: "print-lite",
|
1531
1399
|
onClick: _cache[5] || (_cache[5] = ($event) => handleTwoShow("isOutSetting"))
|
1532
|
-
}, [createElementVNode("span",
|
1400
|
+
}, [createElementVNode("span", _hoisted_10, toDisplayString(option.label), 1), createVNode(unref(NIcon), {
|
1533
1401
|
class: "print-li-icon",
|
1534
1402
|
color: outerPrintItems.value.length > 0 ? "#2563F4" : "",
|
1535
1403
|
component: unref(SettingsOutline),
|
@@ -1538,53 +1406,32 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1538
1406
|
default: withCtx(() => [createElementVNode("div", {
|
1539
1407
|
class: "newprint-button-poperOver",
|
1540
1408
|
style: normalizeStyle({
|
1541
|
-
maxHeight: showMaxHeight
|
1409
|
+
maxHeight: unref(showMaxHeight) ? `${unref(showMaxHeight)}px` : void 0
|
1542
1410
|
})
|
1543
|
-
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(showSettingItems
|
1411
|
+
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(showSettingItems), (sItem) => {
|
1544
1412
|
return openBlock(), createElementBlock("div", {
|
1545
1413
|
class: "print-li",
|
1546
1414
|
key: sItem.key
|
1547
|
-
}, [createElementVNode("div",
|
1415
|
+
}, [createElementVNode("div", _hoisted_11, [createElementVNode("span", _hoisted_12, toDisplayString(sItem.label), 1), createVNode(unref(NCheckbox), {
|
1548
1416
|
checked: sItem.selected,
|
1549
1417
|
"onUpdate:checked": ($event) => sItem.selected = $event
|
1550
1418
|
}, {
|
1551
|
-
default: withCtx(() => [
|
1552
|
-
var _a, _b, _c;
|
1553
|
-
try {
|
1554
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.474")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.474")) || "\u5916\u663E";
|
1555
|
-
} catch (e) {
|
1556
|
-
return "\u5916\u663E";
|
1557
|
-
}
|
1558
|
-
}(), -1)])]),
|
1419
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.474", "\u5916\u663E"))]),
|
1559
1420
|
_: 2
|
1560
1421
|
}, 1032, ["checked", "onUpdate:checked"])])]);
|
1561
|
-
}), 128)), createElementVNode("div",
|
1422
|
+
}), 128)), createElementVNode("div", _hoisted_13, [createVNode(unref(NDivider)), createElementVNode("div", _hoisted_14, [createVNode(unref(NButton), {
|
1562
1423
|
type: "primary",
|
1563
1424
|
size: "small",
|
1564
1425
|
onClick: savePrintOutSetting
|
1565
1426
|
}, {
|
1566
|
-
default: withCtx(() => [
|
1567
|
-
var _a, _b, _c;
|
1568
|
-
try {
|
1569
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.244")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.244")) || "\u4FDD\u5B58";
|
1570
|
-
} catch (e) {
|
1571
|
-
return "\u4FDD\u5B58";
|
1572
|
-
}
|
1573
|
-
}(), -1)])]),
|
1427
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.244", "\u4FDD\u5B58"))]),
|
1574
1428
|
_: 1
|
1575
|
-
}), showSettingItems
|
1429
|
+
}), unref(showSettingItems) && unref(showSettingItems).length > 1 ? (openBlock(), createBlock(unref(NCheckbox), {
|
1576
1430
|
key: 0,
|
1577
|
-
checked: isSelectedAll
|
1578
|
-
"onUpdate:checked": _cache[6] || (_cache[6] = ($event) => isSelectedAll.value = $event)
|
1431
|
+
checked: unref(isSelectedAll),
|
1432
|
+
"onUpdate:checked": _cache[6] || (_cache[6] = ($event) => isRef(isSelectedAll) ? isSelectedAll.value = $event : null)
|
1579
1433
|
}, {
|
1580
|
-
default: withCtx(() => [
|
1581
|
-
var _a, _b, _c;
|
1582
|
-
try {
|
1583
|
-
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.37")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.37")) || "\u5168\u9009";
|
1584
|
-
} catch (e) {
|
1585
|
-
return "\u5168\u9009";
|
1586
|
-
}
|
1587
|
-
}(), -1)])]),
|
1434
|
+
default: withCtx(() => [createTextVNode(i18n("10010.1.37", "\u5168\u9009"))]),
|
1588
1435
|
_: 1
|
1589
1436
|
}, 8, ["checked"])) : createCommentVNode("v-if", true)])])], 4)]),
|
1590
1437
|
_: 2
|
@@ -1598,7 +1445,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1598
1445
|
}, [createElementVNode("span", {
|
1599
1446
|
class: "label bold",
|
1600
1447
|
onClick: ($event) => handleOneTypePrint(option.templateCode, option.templateId, option.key, false)
|
1601
|
-
}, [createTextVNode(toDisplayString(option.label) + " ", 1), option.shortcutLabel ? (openBlock(), createElementBlock("span",
|
1448
|
+
}, [createTextVNode(toDisplayString(option.label) + " ", 1), option.shortcutLabel ? (openBlock(), createElementBlock("span", _hoisted_16, toDisplayString(option.shortcutLabel), 1)) : createCommentVNode("v-if", true)], 8, _hoisted_15), state.printParams[option.templateCode] ? (openBlock(), createBlock(unref(NPopover), {
|
1602
1449
|
key: 0,
|
1603
1450
|
trigger: "click",
|
1604
1451
|
"show-arrow": false,
|
@@ -1613,7 +1460,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1613
1460
|
size: "18",
|
1614
1461
|
onClick: ($event) => handleTwoShow(option.key)
|
1615
1462
|
}, null, 8, ["component", "onClick"])]),
|
1616
|
-
default: withCtx(() => [createElementVNode("div",
|
1463
|
+
default: withCtx(() => [createElementVNode("div", _hoisted_17, [(openBlock(true), createElementBlock(Fragment, null, renderList(getDownList(unref(operations), option), (operation) => {
|
1617
1464
|
return openBlock(), createElementBlock("div", {
|
1618
1465
|
class: normalizeClass(["print-li", downlistOperation.twoMouseType == operation.key ? "active" : ""]),
|
1619
1466
|
key: operation.key,
|
@@ -1627,7 +1474,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1627
1474
|
placement: "right-start",
|
1628
1475
|
show: downlistPopover[operation.key]
|
1629
1476
|
}, {
|
1630
|
-
trigger: withCtx(() => [createElementVNode("div",
|
1477
|
+
trigger: withCtx(() => [createElementVNode("div", _hoisted_19, [createElementVNode("span", _hoisted_20, toDisplayString(operation.label), 1), createVNode(unref(NIcon), {
|
1631
1478
|
component: unref(ArrowForward),
|
1632
1479
|
size: "18"
|
1633
1480
|
}, null, 8, ["component"])])]),
|
@@ -1641,23 +1488,23 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
1641
1488
|
"background": "transparent"
|
1642
1489
|
},
|
1643
1490
|
onClick: ($event) => handleSelect(previewBtn.key, option, false)
|
1644
|
-
}, toDisplayString(previewBtn.label), 9,
|
1491
|
+
}, toDisplayString(previewBtn.label), 9, _hoisted_21)]);
|
1645
1492
|
}), 128))]),
|
1646
1493
|
_: 2
|
1647
|
-
}, 1032, ["show"])) : (openBlock(), createElementBlock("div",
|
1494
|
+
}, 1032, ["show"])) : (openBlock(), createElementBlock("div", _hoisted_22, [createElementVNode("span", {
|
1648
1495
|
class: "label",
|
1649
1496
|
onClick: ($event) => handleSelect(operation.key, option, false)
|
1650
|
-
}, toDisplayString(operation.label), 9,
|
1497
|
+
}, toDisplayString(operation.label), 9, _hoisted_23)]))], 42, _hoisted_18);
|
1651
1498
|
}), 128))])]),
|
1652
1499
|
_: 2
|
1653
|
-
}, 1032, ["show", "onClickoutside"])) : createCommentVNode("v-if", true)], 2)], 2112))], 42,
|
1500
|
+
}, 1032, ["show", "onClickoutside"])) : createCommentVNode("v-if", true)], 2)], 2112))], 42, _hoisted_9);
|
1654
1501
|
}), 128))], 4)]),
|
1655
1502
|
_: 3
|
1656
1503
|
}, 8, ["to", "show"])], 2112))]), createVNode(IdentityVerification, mergeProps(_ctx.$attrs, {
|
1657
1504
|
modelValue: state.identityVerification.visible,
|
1658
1505
|
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => state.identityVerification.visible = $event),
|
1659
1506
|
formatId: state.currentFormatId,
|
1660
|
-
templateId: getTemplateIdByFormatId
|
1507
|
+
templateId: unref(getTemplateIdByFormatId),
|
1661
1508
|
templateCode: state.identityVerification.templateCode,
|
1662
1509
|
onSuccess: verifiySuccess
|
1663
1510
|
}), null, 16, ["modelValue", "formatId", "templateId", "templateCode"])], 64);
|