cnhis-design-vue 3.4.0-beta.1 → 3.4.0-beta.10
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 +54 -52
- package/es/components/audio-sdk/src/Index.vue.d.ts +54 -52
- package/es/components/audio-sdk/src/Index.vue2.js +62 -92
- 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 +5 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +49 -47
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +41 -39
- package/es/components/audio-sdk/src/components/recording.vue2.js +37 -69
- 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 +6 -6
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +3 -3
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +6 -6
- 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 +61 -19
- package/es/components/base-search/src/index.vue.d.ts +61 -19
- package/es/components/base-search/src/index.vue2.js +29 -50
- package/es/components/big-table/index.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue.d.ts +67 -43
- package/es/components/big-table/src/BigTable.vue2.js +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 +7 -5
- 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 +8 -5
- 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 +12 -5
- package/es/components/big-table/src/components/edit-form/edit-select.d.ts +7 -5
- package/es/components/big-table/src/components/edit-form/edit-select.js +2 -8
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +47 -23
- package/es/components/big-table/src/components/edit-form/edit-separate.vue2.js +30 -38
- package/es/components/big-table/src/components/edit-form/edit-time.d.ts +7 -5
- 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 +5 -10
- package/es/components/big-table/src/components/separate.vue.d.ts +31 -7
- package/es/components/big-table/src/components/separate.vue2.js +9 -19
- 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 +84 -48
- 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 +50 -2
- 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 +9 -31
- 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 +72 -49
- package/es/components/branch-notice/src/BranchNotice.vue.d.ts +70 -47
- package/es/components/branch-notice/src/BranchNotice.vue2.js +22 -28
- package/es/components/branch-notice/src/components/NoticeItem.vue.d.ts +57 -34
- 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 +44 -34
- 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 +236 -144
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +236 -144
- package/es/components/button-print/src/ButtonPrint.vue2.js +19 -55
- package/es/components/button-print/src/api.js +2 -8
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +48 -18
- package/es/components/button-print/src/components/EditFormat.vue2.js +9 -22
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +72 -43
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +20 -81
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +119 -74
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +236 -344
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +88 -58
- 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 +5 -10
- 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 +32 -277
- package/es/components/calendar/src/Calendar.vue.d.ts +31 -276
- package/es/components/calendar/src/Calendar.vue2.js +5 -4
- package/es/components/callback/index.d.ts +11 -11
- package/es/components/callback/src/components/dialog/drawer.vue.d.ts +20 -21
- package/es/components/callback/src/components/dialog/drawer.vue2.js +50 -67
- package/es/components/callback/src/components/dialog/modal.vue.d.ts +22 -22
- package/es/components/callback/src/components/dialog/modal.vue2.js +57 -66
- 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 +3162 -1602
- 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 +2 -3
- package/es/components/card-reader-sdk/src/cardReaderSDK.js +7 -31
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue.d.ts +12 -15
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +9 -14
- 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 +8 -5
- package/es/components/card-render/src/components/Box.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Box.vue2.js +26 -40
- package/es/components/card-render/src/components/Button.vue.d.ts +8 -8
- package/es/components/card-render/src/components/Button.vue2.js +27 -34
- 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 -49
- 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 +509 -432
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +370 -358
- package/es/components/classification/src/components/search-filter/index.vue2.js +8 -27
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +414 -402
- package/es/components/classification/src/components/set-classification/index.vue2.js +6 -25
- 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 +75 -278
- package/es/components/classification/src/index.vue.d.ts +509 -432
- package/es/components/classification/src/index.vue2.js +76 -287
- package/es/components/config-provider/index.d.ts +7 -5
- package/es/components/config-provider/src/ConfigProvider.d.ts +7 -5
- package/es/components/date-picker/index.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue.d.ts +15 -15
- package/es/components/date-picker/src/DatePicker.vue2.js +11 -16
- 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 +15 -22
- package/es/components/drag-scroll/src/index.js +48 -58
- package/es/components/editor/index.d.ts +77 -7
- package/es/components/editor/src/Editor.d.ts +78 -7
- package/es/components/expand-field/index.d.ts +478 -303
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue.d.ts +14 -14
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +9 -43
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +304 -225
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +6 -18
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +284 -205
- package/es/components/expand-field/src/components/PersonModal.vue2.js +6 -25
- package/es/components/expand-field/src/components/form.vue.d.ts +458 -285
- package/es/components/expand-field/src/components/form.vue2.js +115 -563
- package/es/components/expand-field/src/constants/index.js +3 -1
- package/es/components/expand-field/src/index.vue.d.ts +479 -304
- 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 +24 -43
- 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 +21 -26
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +38 -51
- 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 +50 -42
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +50 -42
- 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 +215 -153
- package/es/components/field-set/src/FieldColor.vue2.js +16 -91
- package/es/components/field-set/src/FieldFilter.vue.d.ts +76 -50
- package/es/components/field-set/src/FieldFilter.vue2.js +9 -35
- package/es/components/field-set/src/FieldSet.vue.d.ts +77 -63
- package/es/components/field-set/src/FieldSet.vue2.js +46 -212
- package/es/components/field-set/src/Index.vue.d.ts +13 -13
- package/es/components/field-set/src/Index.vue2.js +22 -53
- package/es/components/field-set/src/TableStyle.vue.d.ts +21 -13
- package/es/components/field-set/src/TableStyle.vue2.js +28 -69
- package/es/components/field-set/src/components/condition.vue.d.ts +47 -32
- package/es/components/field-set/src/components/condition.vue2.js +10 -33
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +149 -102
- package/es/components/field-set/src/components/edit-dialog.vue2.js +18 -114
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +67 -43
- package/es/components/field-set/src/components/edit-filter.vue2.js +6 -25
- 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 +28 -123
- 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 +1406 -428
- package/es/components/form-config/index.js +0 -1
- package/es/components/form-config/src/FormConfig.vue.d.ts +1406 -428
- package/es/components/form-config/src/FormConfig.vue2.js +25 -26
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +57 -51
- package/es/components/form-config/src/components/FormConfigCreator.vue2.js +17 -12
- 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 +1104 -204
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +11 -11
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +124 -86
- 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 +30 -31
- 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 +48 -40
- package/es/components/form-render/src/FormRender.vue.d.ts +45 -37
- package/es/components/form-render/src/FormRender.vue2.js +119 -243
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +48 -40
- 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 +7 -9
- package/es/components/form-render/src/components/renderer/formItem.d.ts +5 -5
- package/es/components/form-render/src/components/renderer/formItem.js +8 -9
- 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 +9 -1
- 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/types/fieldItem.d.ts +1 -0
- 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 +834 -760
- package/es/components/iho-chat/src/Index.vue.d.ts +834 -760
- package/es/components/iho-chat/src/Index.vue2.js +6 -11
- 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 +122 -88
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +11 -66
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +66 -64
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +104 -193
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +306 -272
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +9 -43
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +191 -177
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +36 -52
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +61 -61
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +60 -107
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +34 -34
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +40 -112
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +65 -65
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +61 -182
- package/es/components/iho-chat/src/components/ContextMenu.d.ts +5 -5
- package/es/components/iho-chat/src/components/ContextMenu.js +47 -63
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +40 -22
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +25 -28
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +9 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +13 -28
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +32 -32
- package/es/components/iho-chat/src/components/MessageMergeForward.vue2.js +2 -2
- package/es/components/iho-chat/src/components/MessageTemplate.vue.d.ts +18 -22
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +34 -42
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +82 -64
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +41 -137
- 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 +5 -10
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +69 -63
- 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 +9 -40
- 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 +8 -2
- 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 +11 -6
- 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 +3102 -1550
- package/es/components/iho-table/index.js +27 -5
- package/es/components/iho-table/src/IhoTable.vue.d.ts +3103 -1551
- package/es/components/iho-table/src/IhoTable.vue2.js +99 -139
- 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 +6 -2
- 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 +477 -207
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +13 -46
- 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 +15 -46
- 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 +27 -72
- 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/index.js +5 -9
- 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 +28 -80
- 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 +50 -47
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue2.js +18 -60
- 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 +15 -13
- 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 +10 -15
- 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/types/index.d.ts +1 -0
- package/es/components/iho-table/src/utils/index.d.ts +2 -2
- package/es/components/iho-table/src/utils/separateMap.d.ts +14 -1
- package/es/components/index.js +1 -5
- package/es/components/info-header/index.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue.d.ts +195 -355
- package/es/components/info-header/src/InfoHeader.vue2.js +83 -96
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +37 -46
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +81 -107
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +44 -63
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +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 +109 -129
- 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 +65 -68
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +33 -170
- package/es/components/info-header/src/hooks/useThemeOverrides.js +2 -6
- package/es/components/keyboard/index.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue.d.ts +77 -65
- package/es/components/keyboard/src/Keyboard.vue2.js +17 -30
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +16 -16
- package/es/components/keyboard/src/components/InputNumber.vue2.js +33 -36
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +46 -40
- 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 +8 -20
- package/es/components/quick-search/index.d.ts +73 -32
- package/es/components/quick-search/src/index.vue.d.ts +73 -32
- package/es/components/quick-search/src/index.vue2.js +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 +21 -56
- 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 +15 -36
- 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 +107 -87
- package/es/components/scale-view/src/ScaleView.vue.d.ts +66 -63
- package/es/components/scale-view/src/ScaleView.vue2.js +19 -58
- 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 +7 -26
- package/es/components/scale-view/src/components/LoadingCom.vue.js +3 -3
- 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 +9 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +10 -6
- package/es/components/scale-view/src/components/formitem/r-cascader.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +11 -6
- 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 +8 -5
- package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +9 -6
- package/es/components/scale-view/src/components/formitem/r-input.d.ts +8 -6
- package/es/components/scale-view/src/components/formitem/r-input.js +2 -8
- package/es/components/scale-view/src/components/formitem/r-map.d.ts +70 -6
- 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 +11 -6
- 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 +10 -6
- 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 +155 -6
- 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 +11 -6
- 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 +9 -5
- 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 +9 -17
- 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 +11 -16
- package/es/components/search-cascader/src/components/ClearIcon.vue.js +16 -18
- 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 +119 -155
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +26 -48
- package/es/components/select-label/src/LabelFormContent.vue2.js +25 -61
- package/es/components/select-label/src/SelectLabel.vue.d.ts +42 -64
- package/es/components/select-label/src/SelectLabel.vue2.js +14 -49
- package/es/components/select-label/src/components/label-classify.vue.d.ts +14 -24
- package/es/components/select-label/src/components/label-classify.vue2.js +27 -50
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue.d.ts +29 -21
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +15 -30
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue.d.ts +45 -37
- 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 +17 -9
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +11 -27
- package/es/components/select-label/src/index.vue.d.ts +93 -107
- package/es/components/select-label/src/index.vue2.js +2 -1
- package/es/components/select-person/index.d.ts +257 -190
- package/es/components/select-person/src/SelectPerson.vue.d.ts +124 -87
- package/es/components/select-person/src/SelectPerson.vue2.js +26 -63
- package/es/components/select-person/src/SelectPersonRole.vue.d.ts +80 -66
- package/es/components/select-person/src/SelectPersonRole.vue2.js +24 -107
- package/es/components/select-person/src/SelectPersonType.vue.d.ts +41 -31
- 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 +2 -1
- package/es/components/select-person/src/components/SearchGroupList.vue.d.ts +39 -39
- package/es/components/select-person/src/components/SearchGroupList.vue2.js +103 -104
- package/es/components/select-person/src/components/SearchMultiple.vue.d.ts +17 -18
- package/es/components/select-person/src/components/SearchMultiple.vue2.js +3 -2
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue.d.ts +19 -20
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -14
- package/es/components/select-person/src/components/TagItem.vue.d.ts +11 -11
- package/es/components/select-person/src/components/TagItem.vue2.js +2 -1
- package/es/components/select-person/src/index.vue.d.ts +307 -240
- package/es/components/select-person/src/index.vue2.js +11 -23
- 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 +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +288 -81
- package/es/components/shortcut-setter/src/ShortcutSetter.vue2.js +8 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +13 -23
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue2.js +28 -50
- 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 +9 -21
- 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 +43 -53
- 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 +44 -34
- 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 +82 -66
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +33 -27
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +21 -110
- 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 +16 -91
- package/es/components/table-export-field/src/constants/index.js +3 -1
- package/es/components/table-export-field/src/index.vue.d.ts +82 -66
- package/es/components/table-export-field/src/index.vue2.js +8 -27
- 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 +20 -46
- 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 +10 -9
- 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 +9 -10
- 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 +8 -7
- 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 +11 -12
- 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 +43 -138
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +230 -224
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +42 -54
- 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 +21 -89
- 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 +22 -34
- 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 +32 -72
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue.d.ts +19 -13
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +11 -23
- 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 +8 -7
- 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 +55 -77
- 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 +11 -12
- 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 +19 -38
- 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 +16 -36
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +216 -210
- 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 +253 -247
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +40 -119
- 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 +15 -12
- 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 +14 -33
- 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 +4 -9
- 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 +17 -17
- 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 +5 -17
- 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 +11 -16
- 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 +9 -23
- 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 +19 -38
- 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 +19 -22
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue.d.ts +49 -43
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamic.vue2.js +59 -92
- 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 +10 -29
- 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 +12 -15
- 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 +15 -36
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +285 -279
- 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 +272 -266
- 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 +58 -60
- 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 +9 -35
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +19 -22
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +18 -79
- package/es/components/vertify/src/utils/dialog.js +3 -16
- package/es/components/vod-chunk-upload/index.d.ts +248 -28
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +18 -18
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +35 -126
- 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 +248 -28
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +33 -103
- package/es/components/vod-chunk-upload/src/vod-upload-modal.d.ts +207 -5
- 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 +8 -0
- package/es/shared/components/AbbrText/AbbrText.js +27 -0
- package/es/shared/components/AbbrText/index.d.ts +2 -0
- package/es/shared/components/AbbrText/index.js +2 -0
- package/es/shared/components/ArrowIcon/ArrowIcon.vue.js +6 -8
- package/es/shared/components/CancelRadio/CancelRadio.d.ts +6 -6
- package/es/shared/components/DateIcon/DateIcon.vue.js +11 -13
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +5 -5
- package/es/shared/components/JSONTree/JSONTree.vue.d.ts +8 -8
- package/es/shared/components/JSONTree/JSONTree.vue2.js +1 -1
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +10 -10
- package/es/shared/components/SelectPage/SelectPage.vue2.js +2 -2
- package/es/shared/components/SlotRender/SlotRender.d.ts +3 -3
- package/es/shared/components/SvgIcon/SvgIcon.vue.d.ts +6 -10
- package/es/shared/components/SvgIcon/SvgIcon.vue2.js +5 -5
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +9 -17
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue2.js +9 -9
- package/es/shared/components/no-data/NoData.vue.d.ts +7 -7
- package/es/shared/components/no-data/NoData.vue2.js +5 -5
- package/es/shared/components/player-vod/index.vue.d.ts +1 -1
- package/es/shared/components/player-vod/player.d.ts +4 -4
- package/es/shared/components/player-vod/video-list.d.ts +77 -4
- package/es/shared/components/player-vod/video-modal.d.ts +23 -5
- package/es/shared/hooks/selectHooks/useOptionFiltered.d.ts +2 -2
- package/es/shared/hooks/selectHooks/useSearchContent.d.ts +1 -1
- package/es/shared/hooks/selectHooks/useSelectRenders.d.ts +4 -4
- package/es/shared/hooks/useLevelSearchCascader.d.ts +7 -4
- package/es/shared/package.json.js +1 -1
- package/es/shared/utils/index.d.ts +1 -1
- package/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,7 +1,7 @@
|
|
1
1
|
/// <reference types="node" />
|
2
2
|
import { SFCWithInstall } from '../../shared/types';
|
3
3
|
export * from './src/utils';
|
4
|
-
declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
4
|
+
declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5
5
|
printParams: {
|
6
6
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
7
7
|
};
|
@@ -33,6 +33,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
33
33
|
default: () => Promise<void>;
|
34
34
|
type: FunctionConstructor;
|
35
35
|
};
|
36
|
+
prevPrintFn: {
|
37
|
+
default: () => Promise<void>;
|
38
|
+
type: FunctionConstructor;
|
39
|
+
};
|
36
40
|
queryPrintFormatByNumber: {
|
37
41
|
default: () => Promise<{}>;
|
38
42
|
type: FunctionConstructor;
|
@@ -120,11 +124,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
120
124
|
hidePreviewBtns: {
|
121
125
|
type: StringConstructor;
|
122
126
|
};
|
123
|
-
}
|
127
|
+
}>, {
|
124
128
|
$attrs: {
|
125
129
|
[x: string]: unknown;
|
126
130
|
};
|
127
|
-
props:
|
131
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
128
132
|
printParams: {
|
129
133
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
130
134
|
};
|
@@ -156,6 +160,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
156
160
|
default: () => Promise<void>;
|
157
161
|
type: FunctionConstructor;
|
158
162
|
};
|
163
|
+
prevPrintFn: {
|
164
|
+
default: () => Promise<void>;
|
165
|
+
type: FunctionConstructor;
|
166
|
+
};
|
159
167
|
queryPrintFormatByNumber: {
|
160
168
|
default: () => Promise<{}>;
|
161
169
|
type: FunctionConstructor;
|
@@ -243,16 +251,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
243
251
|
hidePreviewBtns: {
|
244
252
|
type: StringConstructor;
|
245
253
|
};
|
246
|
-
}>> & {
|
254
|
+
}>> & Readonly<{
|
247
255
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
248
256
|
onError?: ((...args: any[]) => any) | undefined;
|
249
257
|
onCancel?: ((...args: any[]) => any) | undefined;
|
250
258
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
251
259
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
252
|
-
}
|
260
|
+
}> & {}>;
|
253
261
|
__emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
254
|
-
printComponentRef: import("vue").Ref<any>;
|
255
|
-
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<{
|
262
|
+
printComponentRef: import("vue").Ref<any, any>;
|
263
|
+
isComponent: import("vue").ComputedRef<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
256
264
|
printParams: {
|
257
265
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
258
266
|
};
|
@@ -284,6 +292,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
284
292
|
default: () => Promise<void>;
|
285
293
|
type: FunctionConstructor;
|
286
294
|
};
|
295
|
+
prevPrintFn: {
|
296
|
+
default: () => Promise<void>;
|
297
|
+
type: FunctionConstructor;
|
298
|
+
};
|
287
299
|
queryPrintFormatByNumber: {
|
288
300
|
default: () => Promise<{}>;
|
289
301
|
type: FunctionConstructor;
|
@@ -368,18 +380,18 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
368
380
|
hidePreviewBtns: {
|
369
381
|
type: StringConstructor;
|
370
382
|
};
|
371
|
-
}
|
383
|
+
}>, {
|
372
384
|
isDomestic: boolean;
|
373
385
|
baseDownListSetting: {
|
374
386
|
label: string;
|
375
387
|
key: string;
|
376
388
|
}[];
|
377
|
-
$message: import("naive-ui").MessageApi;
|
389
|
+
$message: import("naive-ui/es/message").MessageApi;
|
378
390
|
printInstance: import("./src/utils").Print | null;
|
379
391
|
downloadPdfCode: string;
|
380
392
|
formatEditTextCode: string;
|
381
393
|
resetPrintButtonCode: string;
|
382
|
-
props:
|
394
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
383
395
|
printParams: {
|
384
396
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
385
397
|
};
|
@@ -411,6 +423,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
411
423
|
default: () => Promise<void>;
|
412
424
|
type: FunctionConstructor;
|
413
425
|
};
|
426
|
+
prevPrintFn: {
|
427
|
+
default: () => Promise<void>;
|
428
|
+
type: FunctionConstructor;
|
429
|
+
};
|
414
430
|
queryPrintFormatByNumber: {
|
415
431
|
default: () => Promise<{}>;
|
416
432
|
type: FunctionConstructor;
|
@@ -495,19 +511,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
495
511
|
hidePreviewBtns: {
|
496
512
|
type: StringConstructor;
|
497
513
|
};
|
498
|
-
}>> & {}
|
514
|
+
}>> & Readonly<{}> & {}>;
|
499
515
|
emit: any;
|
500
516
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
501
|
-
authorizationKey: import("vue").Ref<string>;
|
517
|
+
authorizationKey: import("vue").Ref<string, string>;
|
502
518
|
state: any;
|
503
|
-
shortcutFn: any
|
504
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
505
|
-
realOptionList: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
506
|
-
operations: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
519
|
+
shortcutFn: import("vue").Ref<any, any>;
|
520
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
521
|
+
realOptionList: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
522
|
+
operations: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
507
523
|
downlistOperation: any;
|
508
524
|
downlistPopover: any;
|
509
|
-
innerPrintItems: import("vue").Ref<any[]>;
|
510
|
-
outerPrintItems: import("vue").Ref<any[]>;
|
525
|
+
innerPrintItems: import("vue").Ref<any[], any[]>;
|
526
|
+
outerPrintItems: import("vue").Ref<any[], any[]>;
|
511
527
|
currentFormatItem: import("vue").ComputedRef<any>;
|
512
528
|
formatTitle: import("vue").ComputedRef<any>;
|
513
529
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
@@ -526,11 +542,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
526
542
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
527
543
|
printAllShortcut: import("vue").ComputedRef<any>;
|
528
544
|
showSettingItems: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
529
|
-
isSelectedAll: import("vue").WritableComputedRef<boolean>;
|
545
|
+
isSelectedAll: import("vue").WritableComputedRef<boolean, boolean>;
|
530
546
|
innerFilterPrintItems: import("vue").ComputedRef<any[]>;
|
531
547
|
initShowDownList: () => Promise<void>;
|
532
548
|
printAllButtonClick: (origin: string) => Promise<void>;
|
533
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
549
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => any;
|
534
550
|
getDownList: (targetList: any[], curOuter: any) => any[];
|
535
551
|
handleTypeChange: (name: string, key: string) => void;
|
536
552
|
handleTypeClick: (name: string, key: string, option: any) => never[] | undefined;
|
@@ -561,14 +577,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
561
577
|
formatFormatList: (list: any[]) => any;
|
562
578
|
formatDefaultVal: (i: any, tableVal?: any) => any;
|
563
579
|
formatSomeTypeParams: (templateParams: any[], params?: any[]) => any;
|
564
|
-
|
580
|
+
formatSomeFormatIdTypeParams: (formatList?: any[], params?: any[]) => any;
|
565
581
|
formatPrintParams: (paramObj: any, fieldList: any[], keyName: string) => any;
|
566
582
|
formatItemParam: ({ customizeDataset, param }: {
|
567
583
|
customizeDataset?: never[] | undefined;
|
568
584
|
param?: never[] | undefined;
|
569
585
|
}, paramObj?: any) => any;
|
570
|
-
findTemplateAndInsertData: (mergeData: any, paramItem: any, templateParams: any) =>
|
571
|
-
|
586
|
+
findTemplateAndInsertData: (mergeData: any, mergeOriginParams: any, paramItem: any, templateParams: any) => {
|
587
|
+
mergeOriginParams: any;
|
588
|
+
mergeData: any;
|
589
|
+
};
|
572
590
|
mergeTemplateList: (list: any[]) => any;
|
573
591
|
initCRM: (formatListResult: any) => Promise<void>;
|
574
592
|
init: () => Promise<boolean>;
|
@@ -580,19 +598,19 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
580
598
|
directPrint: () => Promise<void>;
|
581
599
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
582
600
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
583
|
-
NDropdown: any;
|
584
|
-
NButton: any;
|
585
|
-
NIcon: any;
|
586
|
-
NPopover: any;
|
587
|
-
NButtonGroup: any;
|
588
|
-
NDivider: any;
|
589
|
-
NCheckbox: any;
|
590
|
-
PrintOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
591
|
-
ChevronDownSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
592
|
-
ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
593
|
-
ArrowForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
594
|
-
SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
595
|
-
IdentityVerification: import("vue").DefineComponent<{
|
601
|
+
readonly NDropdown: any;
|
602
|
+
readonly NButton: any;
|
603
|
+
readonly NIcon: any;
|
604
|
+
readonly NPopover: any;
|
605
|
+
readonly NButtonGroup: any;
|
606
|
+
readonly NDivider: any;
|
607
|
+
readonly NCheckbox: any;
|
608
|
+
readonly PrintOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
609
|
+
readonly ChevronDownSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
610
|
+
readonly ArrowForward: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
611
|
+
readonly ArrowForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
612
|
+
readonly SettingsOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
613
|
+
IdentityVerification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
596
614
|
verifyUser: {
|
597
615
|
type: FunctionConstructor;
|
598
616
|
required: false;
|
@@ -619,50 +637,50 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
619
637
|
type: StringConstructor;
|
620
638
|
required: false;
|
621
639
|
};
|
622
|
-
}
|
623
|
-
$message: import("naive-ui").MessageApi;
|
640
|
+
}>, {
|
641
|
+
$message: import("naive-ui/es/message").MessageApi;
|
624
642
|
DEFAULT_FORM: {
|
625
643
|
account: string;
|
626
644
|
password: string;
|
627
645
|
};
|
628
|
-
props:
|
629
|
-
verifyUser: Function;
|
630
|
-
identityVerificationTitle: string;
|
631
|
-
modelValue: boolean;
|
632
|
-
formatId?: string | undefined;
|
633
|
-
templateId?: string | undefined;
|
634
|
-
templateCode?: string | undefined;
|
635
|
-
};
|
646
|
+
props: any;
|
636
647
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
637
648
|
editFormRef: import("vue").Ref<{
|
638
649
|
submit: Function;
|
650
|
+
} | null, {
|
651
|
+
submit: Function;
|
652
|
+
} | {
|
653
|
+
submit: Function;
|
639
654
|
} | null>;
|
640
|
-
showEditForm: import("vue").Ref<boolean>;
|
641
|
-
token: import("vue").Ref<string>;
|
655
|
+
showEditForm: import("vue").Ref<boolean, boolean>;
|
656
|
+
token: import("vue").Ref<string, string>;
|
642
657
|
form: {
|
643
658
|
account: string;
|
644
659
|
password: string;
|
645
660
|
};
|
646
|
-
rules: import("naive-ui").FormRules;
|
661
|
+
rules: import("naive-ui/es/form").FormRules;
|
647
662
|
style: {
|
648
663
|
width: string;
|
649
664
|
};
|
650
665
|
formRef: import("vue").Ref<{
|
651
666
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
652
667
|
restoreValidation: () => void;
|
668
|
+
} | null, import("naive-ui/es/form").FormInst | {
|
669
|
+
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
670
|
+
restoreValidation: () => void;
|
653
671
|
} | null>;
|
654
672
|
handleClickClose: () => void;
|
655
673
|
handleAfterLeave: () => void;
|
656
|
-
loading: import("vue").Ref<boolean>;
|
674
|
+
loading: import("vue").Ref<boolean, boolean>;
|
657
675
|
submit: () => Promise<false | undefined>;
|
658
676
|
handleClickSubmit: () => void;
|
659
677
|
submitEditFile: () => Promise<false | undefined>;
|
660
|
-
NButton: any;
|
661
|
-
NModal: any;
|
662
|
-
NForm: any;
|
663
|
-
NFormItem: any;
|
664
|
-
NInput: any;
|
665
|
-
EditFormat: import("vue").DefineComponent<{
|
678
|
+
readonly NButton: any;
|
679
|
+
readonly NModal: any;
|
680
|
+
readonly NForm: any;
|
681
|
+
readonly NFormItem: any;
|
682
|
+
readonly NInput: any;
|
683
|
+
EditFormat: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
666
684
|
formatId: {
|
667
685
|
type: StringConstructor;
|
668
686
|
required: false;
|
@@ -671,7 +689,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
671
689
|
type: StringConstructor;
|
672
690
|
required: true;
|
673
691
|
};
|
674
|
-
}
|
692
|
+
}>, {
|
675
693
|
PROTOCOL: string;
|
676
694
|
HOST: string;
|
677
695
|
BASEURL: string;
|
@@ -679,11 +697,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
679
697
|
QUERYFILELIST: string;
|
680
698
|
DELETEFILE: string;
|
681
699
|
instance: import("axios").AxiosInstance;
|
682
|
-
$message: import("naive-ui").MessageApi;
|
683
|
-
props:
|
684
|
-
formatId?: string | undefined;
|
685
|
-
token: string;
|
686
|
-
};
|
700
|
+
$message: import("naive-ui/es/message").MessageApi;
|
701
|
+
props: any;
|
687
702
|
fileList: import("vue").Ref<{
|
688
703
|
id: string;
|
689
704
|
name: string;
|
@@ -717,6 +732,39 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
717
732
|
thumbnailUrl?: string | null | undefined;
|
718
733
|
type?: string | null | undefined;
|
719
734
|
fullPath?: string | null | undefined;
|
735
|
+
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
736
|
+
id: string;
|
737
|
+
name: string;
|
738
|
+
batchId?: string | null | undefined;
|
739
|
+
percentage?: number | null | undefined;
|
740
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
741
|
+
url?: string | null | undefined;
|
742
|
+
file?: {
|
743
|
+
readonly lastModified: number;
|
744
|
+
readonly name: string;
|
745
|
+
readonly webkitRelativePath: string;
|
746
|
+
readonly size: number;
|
747
|
+
readonly type: string;
|
748
|
+
arrayBuffer: {
|
749
|
+
(): Promise<ArrayBuffer>;
|
750
|
+
(): Promise<ArrayBuffer>;
|
751
|
+
};
|
752
|
+
slice: {
|
753
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
754
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
755
|
+
};
|
756
|
+
stream: {
|
757
|
+
(): ReadableStream<Uint8Array>;
|
758
|
+
(): NodeJS.ReadableStream;
|
759
|
+
};
|
760
|
+
text: {
|
761
|
+
(): Promise<string>;
|
762
|
+
(): Promise<string>;
|
763
|
+
};
|
764
|
+
} | null | undefined;
|
765
|
+
thumbnailUrl?: string | null | undefined;
|
766
|
+
type?: string | null | undefined;
|
767
|
+
fullPath?: string | null | undefined;
|
720
768
|
}[]>;
|
721
769
|
queryFileList: () => void;
|
722
770
|
onRemove: (options: {
|
@@ -725,16 +773,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
725
773
|
}) => Promise<unknown>;
|
726
774
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
727
775
|
validateFormat: () => boolean;
|
728
|
-
NForm: any;
|
729
|
-
NFormItem: any;
|
730
|
-
NUpload: any;
|
731
|
-
NUploadDragger: any;
|
732
|
-
NP: any;
|
733
|
-
NIcon: any;
|
734
|
-
NText: any;
|
735
|
-
NSpace: any;
|
736
|
-
Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
737
|
-
},
|
776
|
+
readonly NForm: any;
|
777
|
+
readonly NFormItem: any;
|
778
|
+
readonly NUpload: any;
|
779
|
+
readonly NUploadDragger: any;
|
780
|
+
readonly NP: any;
|
781
|
+
readonly NIcon: any;
|
782
|
+
readonly NText: any;
|
783
|
+
readonly NSpace: any;
|
784
|
+
readonly Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
785
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
738
786
|
formatId: {
|
739
787
|
type: StringConstructor;
|
740
788
|
required: false;
|
@@ -743,8 +791,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
743
791
|
type: StringConstructor;
|
744
792
|
required: true;
|
745
793
|
};
|
746
|
-
}
|
747
|
-
},
|
794
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
795
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
748
796
|
verifyUser: {
|
749
797
|
type: FunctionConstructor;
|
750
798
|
required: false;
|
@@ -771,16 +819,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
771
819
|
type: StringConstructor;
|
772
820
|
required: false;
|
773
821
|
};
|
774
|
-
}>> & {
|
822
|
+
}>> & Readonly<{
|
775
823
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
776
824
|
onClose?: ((...args: any[]) => any) | undefined;
|
777
825
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
778
826
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
779
|
-
}
|
827
|
+
}>, {
|
780
828
|
verifyUser: Function;
|
781
829
|
identityVerificationTitle: string;
|
782
|
-
}>;
|
783
|
-
},
|
830
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
831
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
784
832
|
printParams: {
|
785
833
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
786
834
|
};
|
@@ -812,6 +860,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
812
860
|
default: () => Promise<void>;
|
813
861
|
type: FunctionConstructor;
|
814
862
|
};
|
863
|
+
prevPrintFn: {
|
864
|
+
default: () => Promise<void>;
|
865
|
+
type: FunctionConstructor;
|
866
|
+
};
|
815
867
|
queryPrintFormatByNumber: {
|
816
868
|
default: () => Promise<{}>;
|
817
869
|
type: FunctionConstructor;
|
@@ -896,7 +948,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
896
948
|
hidePreviewBtns: {
|
897
949
|
type: StringConstructor;
|
898
950
|
};
|
899
|
-
}
|
951
|
+
}>> & Readonly<{}>, {
|
900
952
|
params: import("../../shared/types").AnyObject[];
|
901
953
|
btnText: string;
|
902
954
|
printText: string;
|
@@ -904,6 +956,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
904
956
|
pdfLoadText: string;
|
905
957
|
formatEditText: string;
|
906
958
|
prevFn: Function;
|
959
|
+
prevPrintFn: Function;
|
907
960
|
queryPrintFormatByNumber: Function;
|
908
961
|
strategy: string;
|
909
962
|
clickPrevFn: Function;
|
@@ -918,7 +971,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
918
971
|
showLoading: boolean;
|
919
972
|
hideButtons: unknown[];
|
920
973
|
newPrintSetting: Record<string, any>;
|
921
|
-
}> | import("vue").DefineComponent<{
|
974
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any> | import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
922
975
|
printParams: {
|
923
976
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
924
977
|
};
|
@@ -1032,16 +1085,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1032
1085
|
hidePreviewBtns: {
|
1033
1086
|
type: StringConstructor;
|
1034
1087
|
};
|
1035
|
-
}
|
1088
|
+
}>, {
|
1036
1089
|
$attrs: {
|
1037
1090
|
[x: string]: unknown;
|
1038
1091
|
};
|
1039
|
-
$message: import("naive-ui").MessageApi;
|
1092
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1040
1093
|
printInstance: import("./src/utils").Print | null;
|
1041
1094
|
downloadPdfCode: string;
|
1042
1095
|
formatEditTextCode: string;
|
1043
1096
|
isDomestic: boolean;
|
1044
|
-
props:
|
1097
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1045
1098
|
printParams: {
|
1046
1099
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1047
1100
|
};
|
@@ -1155,10 +1208,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1155
1208
|
hidePreviewBtns: {
|
1156
1209
|
type: StringConstructor;
|
1157
1210
|
};
|
1158
|
-
}>> & {}
|
1211
|
+
}>> & Readonly<{}> & {}>;
|
1159
1212
|
emit: any;
|
1160
1213
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
1161
|
-
authorizationKey: import("vue").Ref<string>;
|
1214
|
+
authorizationKey: import("vue").Ref<string, string>;
|
1162
1215
|
state: {
|
1163
1216
|
spinning: boolean;
|
1164
1217
|
visible: boolean;
|
@@ -1175,13 +1228,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1175
1228
|
iReportExecuteMode: number;
|
1176
1229
|
number: string;
|
1177
1230
|
};
|
1178
|
-
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1179
|
-
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1231
|
+
options: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1232
|
+
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[], import("../../shared/types").AnyObject[]>;
|
1180
1233
|
currentFormatItem: import("vue").ComputedRef<{} | undefined>;
|
1181
1234
|
formatTitle: import("vue").ComputedRef<any>;
|
1182
1235
|
getTemplateIdByFormatId: import("vue").ComputedRef<any>;
|
1183
1236
|
buttonClick: (origin: string) => Promise<false | undefined>;
|
1184
|
-
renderLabel: (option: import("../../shared/types").AnyObject) =>
|
1237
|
+
renderLabel: (option: import("../../shared/types").AnyObject) => any;
|
1185
1238
|
debounce: (fn: any, delay: number, immediate?: boolean) => (...args: any) => void;
|
1186
1239
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
1187
1240
|
callLocalServicesErrorCb: (res: unknown) => void;
|
@@ -1213,11 +1266,11 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1213
1266
|
reformatPrintParams: () => void;
|
1214
1267
|
verifiySuccess: (token: string) => void;
|
1215
1268
|
directPrint: () => Promise<void>;
|
1216
|
-
NDropdown: any;
|
1217
|
-
NButton: any;
|
1218
|
-
NIcon: any;
|
1219
|
-
ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1220
|
-
IdentityVerification: import("vue").DefineComponent<{
|
1269
|
+
readonly NDropdown: any;
|
1270
|
+
readonly NButton: any;
|
1271
|
+
readonly NIcon: any;
|
1272
|
+
readonly ChevronDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1273
|
+
IdentityVerification: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1221
1274
|
verifyUser: {
|
1222
1275
|
type: FunctionConstructor;
|
1223
1276
|
required: false;
|
@@ -1244,50 +1297,50 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1244
1297
|
type: StringConstructor;
|
1245
1298
|
required: false;
|
1246
1299
|
};
|
1247
|
-
}
|
1248
|
-
$message: import("naive-ui").MessageApi;
|
1300
|
+
}>, {
|
1301
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1249
1302
|
DEFAULT_FORM: {
|
1250
1303
|
account: string;
|
1251
1304
|
password: string;
|
1252
1305
|
};
|
1253
|
-
props:
|
1254
|
-
verifyUser: Function;
|
1255
|
-
identityVerificationTitle: string;
|
1256
|
-
modelValue: boolean;
|
1257
|
-
formatId?: string | undefined;
|
1258
|
-
templateId?: string | undefined;
|
1259
|
-
templateCode?: string | undefined;
|
1260
|
-
};
|
1306
|
+
props: any;
|
1261
1307
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1262
1308
|
editFormRef: import("vue").Ref<{
|
1263
1309
|
submit: Function;
|
1310
|
+
} | null, {
|
1311
|
+
submit: Function;
|
1312
|
+
} | {
|
1313
|
+
submit: Function;
|
1264
1314
|
} | null>;
|
1265
|
-
showEditForm: import("vue").Ref<boolean>;
|
1266
|
-
token: import("vue").Ref<string>;
|
1315
|
+
showEditForm: import("vue").Ref<boolean, boolean>;
|
1316
|
+
token: import("vue").Ref<string, string>;
|
1267
1317
|
form: {
|
1268
1318
|
account: string;
|
1269
1319
|
password: string;
|
1270
1320
|
};
|
1271
|
-
rules: import("naive-ui").FormRules;
|
1321
|
+
rules: import("naive-ui/es/form").FormRules;
|
1272
1322
|
style: {
|
1273
1323
|
width: string;
|
1274
1324
|
};
|
1275
1325
|
formRef: import("vue").Ref<{
|
1276
1326
|
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1277
1327
|
restoreValidation: () => void;
|
1328
|
+
} | null, import("naive-ui/es/form").FormInst | {
|
1329
|
+
validate: import("naive-ui/es/form/src/interface").FormValidate;
|
1330
|
+
restoreValidation: () => void;
|
1278
1331
|
} | null>;
|
1279
1332
|
handleClickClose: () => void;
|
1280
1333
|
handleAfterLeave: () => void;
|
1281
|
-
loading: import("vue").Ref<boolean>;
|
1334
|
+
loading: import("vue").Ref<boolean, boolean>;
|
1282
1335
|
submit: () => Promise<false | undefined>;
|
1283
1336
|
handleClickSubmit: () => void;
|
1284
1337
|
submitEditFile: () => Promise<false | undefined>;
|
1285
|
-
NButton: any;
|
1286
|
-
NModal: any;
|
1287
|
-
NForm: any;
|
1288
|
-
NFormItem: any;
|
1289
|
-
NInput: any;
|
1290
|
-
EditFormat: import("vue").DefineComponent<{
|
1338
|
+
readonly NButton: any;
|
1339
|
+
readonly NModal: any;
|
1340
|
+
readonly NForm: any;
|
1341
|
+
readonly NFormItem: any;
|
1342
|
+
readonly NInput: any;
|
1343
|
+
EditFormat: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
1291
1344
|
formatId: {
|
1292
1345
|
type: StringConstructor;
|
1293
1346
|
required: false;
|
@@ -1296,7 +1349,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1296
1349
|
type: StringConstructor;
|
1297
1350
|
required: true;
|
1298
1351
|
};
|
1299
|
-
}
|
1352
|
+
}>, {
|
1300
1353
|
PROTOCOL: string;
|
1301
1354
|
HOST: string;
|
1302
1355
|
BASEURL: string;
|
@@ -1304,11 +1357,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1304
1357
|
QUERYFILELIST: string;
|
1305
1358
|
DELETEFILE: string;
|
1306
1359
|
instance: import("axios").AxiosInstance;
|
1307
|
-
$message: import("naive-ui").MessageApi;
|
1308
|
-
props:
|
1309
|
-
formatId?: string | undefined;
|
1310
|
-
token: string;
|
1311
|
-
};
|
1360
|
+
$message: import("naive-ui/es/message").MessageApi;
|
1361
|
+
props: any;
|
1312
1362
|
fileList: import("vue").Ref<{
|
1313
1363
|
id: string;
|
1314
1364
|
name: string;
|
@@ -1342,6 +1392,39 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1342
1392
|
thumbnailUrl?: string | null | undefined;
|
1343
1393
|
type?: string | null | undefined;
|
1344
1394
|
fullPath?: string | null | undefined;
|
1395
|
+
}[], import("naive-ui/es/upload").UploadFileInfo[] | {
|
1396
|
+
id: string;
|
1397
|
+
name: string;
|
1398
|
+
batchId?: string | null | undefined;
|
1399
|
+
percentage?: number | null | undefined;
|
1400
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
1401
|
+
url?: string | null | undefined;
|
1402
|
+
file?: {
|
1403
|
+
readonly lastModified: number;
|
1404
|
+
readonly name: string;
|
1405
|
+
readonly webkitRelativePath: string;
|
1406
|
+
readonly size: number;
|
1407
|
+
readonly type: string;
|
1408
|
+
arrayBuffer: {
|
1409
|
+
(): Promise<ArrayBuffer>;
|
1410
|
+
(): Promise<ArrayBuffer>;
|
1411
|
+
};
|
1412
|
+
slice: {
|
1413
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
1414
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
1415
|
+
};
|
1416
|
+
stream: {
|
1417
|
+
(): ReadableStream<Uint8Array>;
|
1418
|
+
(): NodeJS.ReadableStream;
|
1419
|
+
};
|
1420
|
+
text: {
|
1421
|
+
(): Promise<string>;
|
1422
|
+
(): Promise<string>;
|
1423
|
+
};
|
1424
|
+
} | null | undefined;
|
1425
|
+
thumbnailUrl?: string | null | undefined;
|
1426
|
+
type?: string | null | undefined;
|
1427
|
+
fullPath?: string | null | undefined;
|
1345
1428
|
}[]>;
|
1346
1429
|
queryFileList: () => void;
|
1347
1430
|
onRemove: (options: {
|
@@ -1350,16 +1433,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1350
1433
|
}) => Promise<unknown>;
|
1351
1434
|
submit: (datas: import("../../shared/types").AnyObject) => Promise<unknown>;
|
1352
1435
|
validateFormat: () => boolean;
|
1353
|
-
NForm: any;
|
1354
|
-
NFormItem: any;
|
1355
|
-
NUpload: any;
|
1356
|
-
NUploadDragger: any;
|
1357
|
-
NP: any;
|
1358
|
-
NIcon: any;
|
1359
|
-
NText: any;
|
1360
|
-
NSpace: any;
|
1361
|
-
Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
1362
|
-
},
|
1436
|
+
readonly NForm: any;
|
1437
|
+
readonly NFormItem: any;
|
1438
|
+
readonly NUpload: any;
|
1439
|
+
readonly NUploadDragger: any;
|
1440
|
+
readonly NP: any;
|
1441
|
+
readonly NIcon: any;
|
1442
|
+
readonly NText: any;
|
1443
|
+
readonly NSpace: any;
|
1444
|
+
readonly Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1445
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1363
1446
|
formatId: {
|
1364
1447
|
type: StringConstructor;
|
1365
1448
|
required: false;
|
@@ -1368,8 +1451,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1368
1451
|
type: StringConstructor;
|
1369
1452
|
required: true;
|
1370
1453
|
};
|
1371
|
-
}
|
1372
|
-
},
|
1454
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1455
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1373
1456
|
verifyUser: {
|
1374
1457
|
type: FunctionConstructor;
|
1375
1458
|
required: false;
|
@@ -1396,16 +1479,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1396
1479
|
type: StringConstructor;
|
1397
1480
|
required: false;
|
1398
1481
|
};
|
1399
|
-
}>> & {
|
1482
|
+
}>> & Readonly<{
|
1400
1483
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1401
1484
|
onClose?: ((...args: any[]) => any) | undefined;
|
1402
1485
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1403
1486
|
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
1404
|
-
}
|
1487
|
+
}>, {
|
1405
1488
|
verifyUser: Function;
|
1406
1489
|
identityVerificationTitle: string;
|
1407
|
-
}>;
|
1408
|
-
},
|
1490
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
1491
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1409
1492
|
printParams: {
|
1410
1493
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1411
1494
|
};
|
@@ -1519,7 +1602,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1519
1602
|
hidePreviewBtns: {
|
1520
1603
|
type: StringConstructor;
|
1521
1604
|
};
|
1522
|
-
}
|
1605
|
+
}>> & Readonly<{}>, {
|
1523
1606
|
params: import("../../shared/types").AnyObject[];
|
1524
1607
|
btnText: string;
|
1525
1608
|
printText: string;
|
@@ -1543,8 +1626,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1543
1626
|
showLoading: boolean;
|
1544
1627
|
hideButtons: unknown[];
|
1545
1628
|
printCustomProps: Record<string, any>;
|
1546
|
-
}>>;
|
1547
|
-
getProps: import("vue").ComputedRef<
|
1629
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1630
|
+
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
1548
1631
|
printParams: {
|
1549
1632
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1550
1633
|
};
|
@@ -1576,6 +1659,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1576
1659
|
default: () => Promise<void>;
|
1577
1660
|
type: FunctionConstructor;
|
1578
1661
|
};
|
1662
|
+
prevPrintFn: {
|
1663
|
+
default: () => Promise<void>;
|
1664
|
+
type: FunctionConstructor;
|
1665
|
+
};
|
1579
1666
|
queryPrintFormatByNumber: {
|
1580
1667
|
default: () => Promise<{}>;
|
1581
1668
|
type: FunctionConstructor;
|
@@ -1663,13 +1750,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1663
1750
|
hidePreviewBtns: {
|
1664
1751
|
type: StringConstructor;
|
1665
1752
|
};
|
1666
|
-
}>> & {
|
1753
|
+
}>> & Readonly<{
|
1667
1754
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1668
1755
|
onError?: ((...args: any[]) => any) | undefined;
|
1669
1756
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1670
1757
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1671
1758
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1672
|
-
}
|
1759
|
+
}> & {}> & {
|
1673
1760
|
[x: string]: unknown;
|
1674
1761
|
}>;
|
1675
1762
|
emits: (event: "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", ...args: any[]) => void;
|
@@ -1677,7 +1764,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1677
1764
|
handleShortcutStartAndStop: (status: "start" | "stop") => void;
|
1678
1765
|
registerShort: (obj: any) => void;
|
1679
1766
|
hiddenPopover: () => void;
|
1680
|
-
},
|
1767
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint")[], "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
1681
1768
|
printParams: {
|
1682
1769
|
type: import("vue").PropType<import("../../shared/types").AnyObject[]>;
|
1683
1770
|
};
|
@@ -1709,6 +1796,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1709
1796
|
default: () => Promise<void>;
|
1710
1797
|
type: FunctionConstructor;
|
1711
1798
|
};
|
1799
|
+
prevPrintFn: {
|
1800
|
+
default: () => Promise<void>;
|
1801
|
+
type: FunctionConstructor;
|
1802
|
+
};
|
1712
1803
|
queryPrintFormatByNumber: {
|
1713
1804
|
default: () => Promise<{}>;
|
1714
1805
|
type: FunctionConstructor;
|
@@ -1796,13 +1887,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1796
1887
|
hidePreviewBtns: {
|
1797
1888
|
type: StringConstructor;
|
1798
1889
|
};
|
1799
|
-
}>> & {
|
1890
|
+
}>> & Readonly<{
|
1800
1891
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1801
1892
|
onError?: ((...args: any[]) => any) | undefined;
|
1802
1893
|
onCancel?: ((...args: any[]) => any) | undefined;
|
1803
1894
|
onClickoutside?: ((...args: any[]) => any) | undefined;
|
1804
1895
|
onSaveOuterPrint?: ((...args: any[]) => any) | undefined;
|
1805
|
-
}
|
1896
|
+
}>, {
|
1806
1897
|
params: import("../../shared/types").AnyObject[];
|
1807
1898
|
btnText: string;
|
1808
1899
|
printText: string;
|
@@ -1810,6 +1901,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1810
1901
|
pdfLoadText: string;
|
1811
1902
|
formatEditText: string;
|
1812
1903
|
prevFn: Function;
|
1904
|
+
prevPrintFn: Function;
|
1813
1905
|
queryPrintFormatByNumber: Function;
|
1814
1906
|
queryTemplateParams: Function;
|
1815
1907
|
strategy: string;
|
@@ -1828,5 +1920,5 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1828
1920
|
printCustomProps: Record<string, any>;
|
1829
1921
|
placement: string;
|
1830
1922
|
newPrintSetting: Record<string, any>;
|
1831
|
-
}>>;
|
1923
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
1832
1924
|
export default ButtonPrint;
|