cnhis-design-vue 3.3.2-release.0 → 3.3.2-release.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +87 -87
- package/es/components/audio-sdk/index.d.ts +173 -146
- package/es/components/audio-sdk/src/Index.vue.d.ts +174 -147
- package/es/components/audio-sdk/src/Index.vue2.js +131 -53
- package/es/components/audio-sdk/src/audioSDK.d.ts +29 -26
- package/es/components/audio-sdk/src/audioSDK.js +123 -42
- package/es/components/audio-sdk/src/components/readyCountdown.vue.d.ts +31 -0
- package/es/components/audio-sdk/src/components/readyCountdown.vue.js +6 -0
- package/es/components/audio-sdk/src/components/readyCountdown.vue2.js +46 -0
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +138 -10
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +139 -11
- package/es/components/audio-sdk/src/components/recording.vue2.js +318 -74
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.d.ts +24 -0
- package/es/components/audio-sdk/src/hooks/useChartAudioContext.js +176 -0
- package/es/components/audio-sdk/src/svgs/Close.vue.js +26 -0
- package/es/components/audio-sdk/src/svgs/Continue.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/Enlarge.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/Pause.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/WaveView.vue.js +20 -0
- package/es/components/audio-sdk/src/svgs/Zoom.vue.js +27 -0
- package/es/components/audio-sdk/src/types/index.d.ts +42 -0
- package/es/components/audio-sdk/src/types/index.js +10 -0
- package/es/components/audio-sdk/src/utils/recordingModal.d.ts +9 -3
- package/es/components/audio-sdk/src/utils/recordingModal.js +57 -32
- package/es/components/audio-sdk/style/index.css +1 -1
- package/es/components/base-search/src/index.vue2.js +30 -18
- package/es/components/big-table/src/BigTable.vue2.js +191 -133
- package/es/components/big-table/src/components/NoData.vue2.js +16 -4
- package/es/components/big-table/src/components/edit-form/edit-date.js +12 -6
- package/es/components/big-table/src/components/edit-form/edit-input.js +8 -2
- package/es/components/big-table/src/components/edit-form/edit-select.js +21 -17
- package/es/components/big-table/src/components/edit-form/edit-time.js +11 -4
- package/es/components/big-table/src/components/input-button.vue2.js +8 -4
- package/es/components/big-table/src/hooks/useNestTable.js +18 -4
- package/es/components/big-table/src/hooks/useTableParse.js +16 -3
- package/es/components/body-select/src/index.vue2.js +24 -4
- package/es/components/button-print/index.d.ts +12 -4
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +12 -4
- package/es/components/button-print/src/ButtonPrint.vue2.js +52 -11
- package/es/components/button-print/src/components/EditFormat.vue2.js +16 -8
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +4 -2
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +104 -49
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +7 -2
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +244 -95
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +5 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +92 -32
- package/es/components/button-print/src/components/Preview.vue.d.ts +5 -2
- package/es/components/button-print/src/components/Preview.vue2.js +14 -4
- package/es/components/button-print/src/utils/dialog.js +26 -8
- package/es/components/button-print/src/utils/print.d.ts +5 -5
- package/es/components/button-print/src/utils/print.js +108 -21
- package/es/components/card-reader-sdk/src/components/readCardDialog.vue2.js +8 -2
- package/es/components/card-reader-sdk/src/utils/readHealthCard.js +16 -4
- package/es/components/card-reader-sdk-cn/src/henan/index.js +38 -11
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/src/components/search-filter/index.vue2.js +24 -10
- package/es/components/classification/src/components/set-classification/index.vue2.js +24 -7
- package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
- package/es/components/classification/src/components/table-modal/index.vue2.js +324 -165
- package/es/components/classification/src/index.vue2.js +261 -69
- package/es/components/default-page/src/constants/index.js +144 -19
- package/es/components/default-page/src/index.vue2.js +8 -2
- package/es/components/expand-field/src/components/FormBatchOptionsModal.vue2.js +75 -51
- package/es/components/expand-field/src/components/FormItemPerson.vue2.js +46 -38
- package/es/components/expand-field/src/components/PersonModal.vue2.js +62 -50
- package/es/components/expand-field/src/components/form.vue2.js +783 -412
- package/es/components/expand-field/src/index.vue2.js +88 -22
- package/es/components/expand-field/src/utils/constant.js +88 -12
- package/es/components/fabric-chart/src/components/PopupMenu.js +32 -15
- package/es/components/fabric-chart/src/constants/index.js +72 -10
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +18 -4
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcess.js +8 -2
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +32 -5
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -2
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +63 -41
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +5 -1
- package/es/components/fabric-chart/src/hooks/useCommon.js +24 -4
- package/es/components/fabric-chart/src/hooks/useCumputedPoint.js +4 -1
- package/es/components/fabric-chart/src/hooks/useDraw.js +19 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -2
- package/es/components/field-editor/src/fields.js +232 -30
- package/es/components/field-set/src/FieldColor.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldColor.vue2.js +88 -21
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldFilter.vue2.js +32 -16
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue2.js +210 -57
- package/es/components/field-set/src/Index.vue2.js +40 -6
- package/es/components/field-set/src/TableStyle.vue2.js +48 -13
- package/es/components/field-set/src/components/condition.vue2.js +26 -10
- package/es/components/field-set/src/components/edit-dialog.vue2.js +148 -68
- package/es/components/field-set/src/components/edit-filter.vue2.js +24 -4
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/field-set/src/components/table-row.vue2.js +123 -42
- package/es/components/field-set/src/constants/filter.js +328 -42
- package/es/components/field-set/src/constants/index.js +504 -64
- package/es/components/field-set/src/utils/index.js +1 -1
- package/es/components/form-config/src/components/FormConfigEventSetting.vue2.js +91 -46
- package/es/components/form-config/src/constants/index.js +80 -11
- package/es/components/form-config/src/hooks/useLocale.js +240 -31
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +8 -4
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +8 -4
- package/es/components/form-render/src/components/renderer/combination/tableCombination.js +8 -2
- package/es/components/form-render/src/components/renderer/input.js +3 -2
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +8 -4
- package/es/components/form-render/src/components/renderer/remoteSearch.js +8 -2
- package/es/components/form-render/src/components/renderer/switch.js +24 -4
- package/es/components/form-render/src/components/renderer/textarea.js +5 -4
- package/es/components/form-render/src/utils/schema.js +26 -6
- package/es/components/iho-chat/src/Index.vue2.js +42 -38
- package/es/components/iho-chat/src/components/ChatAdd.vue2.js +108 -33
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +132 -90
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +110 -48
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +40 -20
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +55 -23
- package/es/components/iho-chat/src/components/ChatRecord.vue2.js +77 -45
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +256 -208
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +306 -208
- package/es/components/iho-chat/src/components/ContextMenu.js +50 -9
- package/es/components/iho-chat/src/components/MessageEvent.vue2.js +16 -4
- package/es/components/iho-chat/src/components/MessageTemplate.vue2.js +8 -2
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +104 -18
- package/es/components/iho-chat/src/components/PersonProfile.vue2.js +67 -12
- package/es/components/iho-chat/src/components/SelectLabel.vue2.js +47 -43
- package/es/components/iho-chat/src/components/SiderList.vue2.js +68 -38
- package/es/components/iho-chat/src/components/Video.vue2.js +38 -11
- package/es/components/iho-chat/src/hooks/useVideo.js +15 -4
- package/es/components/iho-chat/src/utils/index.js +79 -14
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +8 -2
- package/es/components/iho-table/src/plugins/dynamicFilterRenderPlugin/dynamicFilter.vue2.js +40 -15
- package/es/components/iho-table/src/plugins/filterRemoteSearchPlugin/remoteFilter.vue2.js +40 -15
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterRenderPlugin/filter.vue2.js +50 -20
- package/es/components/iho-table/src/plugins/filterTextPlugin/filter.vue2.js +16 -8
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +10 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/editSelect.js +42 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/selectUtils.js +17 -3
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue2.js +18 -12
- package/es/components/index.css +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue2.js +144 -25
- package/es/components/keyboard/src/Keyboard.vue2.js +20 -8
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +51 -37
- package/es/components/map/src/Map.vue2.js +8 -4
- package/es/components/picture-clipper/src/PictureClipper.vue2.js +16 -8
- package/es/components/quick-search/src/index.vue2.js +176 -131
- package/es/components/recommend-search/src/components/BaseSearch.js +14 -8
- package/es/components/recommend-search/src/components/RecommendInput.vue2.js +28 -8
- package/es/components/recommend-search/src/components/RecommendSelect.vue2.js +18 -5
- package/es/components/scale-view/src/ScaleView.vue2.js +17 -9
- package/es/components/scale-view/src/components/NoData.vue2.js +16 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-checkbox.js +24 -6
- package/es/components/scale-view/src/components/formitem/r-input.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-map.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-radio.js +24 -6
- package/es/components/scale-view/src/components/formitem/r-select.js +8 -2
- package/es/components/scale-view/src/components/formitem/r-sign.js +32 -11
- package/es/components/scale-view/src/components/formitem/standard-modal.js +16 -3
- package/es/components/scale-view/src/hooks/scaleview-computed.js +24 -5
- package/es/components/scale-view/src/hooks/scaleview-methods.js +16 -4
- package/es/components/scale-view/src/hooks/scaleview-submit.js +16 -3
- package/es/components/scale-view/src/hooks/scaleview-validate.js +40 -9
- package/es/components/search-cascader/src/SearchCascader.vue2.js +20 -14
- package/es/components/select-label/src/LabelFormContent.vue2.js +53 -21
- package/es/components/select-label/src/SelectLabel.vue2.js +81 -51
- package/es/components/select-label/src/components/label-classify.vue2.js +28 -11
- package/es/components/select-label/src/ihoLabel/IhoLabelFormContent.vue2.js +18 -5
- package/es/components/select-label/src/ihoLabel/IhoSelectLabel.vue2.js +34 -8
- package/es/components/select-label/src/ihoLabel/iho-label-classify.vue2.js +18 -5
- package/es/components/select-person/src/SelectPerson.vue2.js +214 -141
- package/es/components/select-person/src/SelectPersonType.vue2.js +127 -102
- package/es/components/select-person/src/components/SearchOrgAndStaff.vue2.js +9 -2
- package/es/components/select-person/src/index.vue2.js +20 -7
- package/es/components/slider-tree/src/index.vue2.js +16 -3
- package/es/components/table-export-field/index.d.ts +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue.d.ts +1 -0
- package/es/components/table-export-field/src/components/ExportModal.vue2.js +187 -113
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +147 -88
- package/es/components/table-export-field/src/index.vue.d.ts +1 -0
- package/es/components/table-export-field/src/index.vue2.js +28 -12
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue2.js +32 -5
- package/es/components/table-filter/src/components/bi-filter/helpers/options.js +264 -34
- package/es/components/table-filter/src/components/bi-filter/index.vue2.js +214 -135
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +16 -3
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +9 -2
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +39 -6
- package/es/components/table-filter/src/components/classify-filter/components/InputFilter.vue2.js +18 -5
- package/es/components/table-filter/src/components/classify-filter/components/InputNumberGroup.vue2.js +29 -18
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +16 -3
- package/es/components/table-filter/src/components/classify-filter/hooks/useDisplayCategory.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +195 -130
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue2.js +26 -7
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +12 -6
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue2.js +34 -8
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +21 -8
- package/es/components/table-filter/src/components/render-widget/components/InputCustom.vue2.js +8 -4
- package/es/components/table-filter/src/components/render-widget/components/InputNumberGroup.vue2.js +19 -6
- package/es/components/table-filter/src/components/render-widget/components/LabelInner.vue2.js +16 -3
- package/es/components/table-filter/src/components/render-widget/components/SelectDynamicOption/index.vue2.js +24 -10
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +1648 -207
- package/es/components/table-filter/src/components/render-widget/helpers/selectExtraMap.js +8 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.js +16 -3
- package/es/components/table-filter/src/tool/baseOptions.js +144 -19
- package/es/components/tooth-bitmap/src/ToothBitmap.vue2.js +32 -16
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +22 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +8 -4
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +16 -8
- package/es/env.d.ts +25 -25
- package/es/shared/assets/img/defaultCover/10review_successful.png.js +1 -1
- package/es/shared/assets/img/defaultCover/11review_fail.png.js +1 -1
- package/es/shared/assets/img/defaultCover/12no_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/13no_menu_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/14no_call_setting.png.js +1 -1
- package/es/shared/assets/img/defaultCover/15no_use_tag.png.js +1 -1
- package/es/shared/assets/img/defaultCover/16no_table_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/1location.png.js +1 -1
- package/es/shared/assets/img/defaultCover/2notfound.png.js +1 -1
- package/es/shared/assets/img/defaultCover/3loading.png.js +1 -1
- package/es/shared/assets/img/defaultCover/4no_permission.png.js +1 -1
- package/es/shared/assets/img/defaultCover/5no_data.png.js +1 -1
- package/es/shared/assets/img/defaultCover/6no_network.png.js +1 -1
- package/es/shared/assets/img/defaultCover/7no_doctor.png.js +1 -1
- package/es/shared/assets/img/defaultCover/8system_error.png.js +1 -1
- package/es/shared/assets/img/defaultCover/9system_upgrade.png.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/table_style_2.png.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/hooks/selectHooks/useSelectAllowModify.js +2 -2
- package/es/shared/package.json.js +1 -1
- package/package.json +2 -2
- package/es/components/audio-sdk/src/components/recording-modal.vue.js +0 -6
- package/es/components/audio-sdk/src/components/recording-modal.vue2.js +0 -40
- package/es/components/audio-sdk/src/utils/recorder/fft.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3-engine.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/mp3.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/recorder.d.ts +0 -4
- package/es/components/audio-sdk/src/utils/recorder/wave.d.ts +0 -4
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/fabricjs/index.d.ts +0 -6823
- package/es/shared/utils/tapable/index.d.ts +0 -139
@@ -4,7 +4,6 @@ import vexutilsExpand from '../../../../shared/utils/vexutilsExpand.js';
|
|
4
4
|
|
5
5
|
const useTableParse = (formatData) => {
|
6
6
|
const parseDurationValue = (v, duration) => {
|
7
|
-
var _a, _b;
|
8
7
|
if (!v && v !== 0)
|
9
8
|
return;
|
10
9
|
const unitList = {
|
@@ -31,14 +30,28 @@ const useTableParse = (formatData) => {
|
|
31
30
|
const MU = du * 30;
|
32
31
|
if (value < MU) {
|
33
32
|
const v2 = Math.floor(value / hu) % 24;
|
34
|
-
return `${Math.floor(value / du)}\u5929${v2 ? v2 + (
|
33
|
+
return `${Math.floor(value / du)}\u5929${v2 ? v2 + function() {
|
34
|
+
var _a, _b, _c;
|
35
|
+
try {
|
36
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.350")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.350")) || "\u5C0F\u65F6";
|
37
|
+
} catch (e) {
|
38
|
+
return "\u5C0F\u65F6";
|
39
|
+
}
|
40
|
+
}() : ""}`;
|
35
41
|
}
|
36
42
|
const yu = du * 365;
|
37
43
|
if (value < yu) {
|
38
44
|
const unit2 = 30;
|
39
45
|
const v1 = Math.floor(value / du / unit2);
|
40
46
|
const v2 = Math.floor((value - v1 * unit2 * du) / du);
|
41
|
-
return `${v1}\u4E2A\u6708${v2 ? v2 + (
|
47
|
+
return `${v1}\u4E2A\u6708${v2 ? v2 + function() {
|
48
|
+
var _a, _b, _c;
|
49
|
+
try {
|
50
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.144")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.144")) || "\u5929";
|
51
|
+
} catch (e) {
|
52
|
+
return "\u5929";
|
53
|
+
}
|
54
|
+
}() : ""}`;
|
42
55
|
}
|
43
56
|
return `${Math.floor(value / du / 365)}\u5E74`;
|
44
57
|
};
|
@@ -4,22 +4,42 @@ import { fabric } from '../../../shared/utils/fabricjs/index.js';
|
|
4
4
|
import { frontCanvasParams, palmCanvasParams, backCanvasParams } from './config/index.js';
|
5
5
|
import renderCanvas from './hooks/renderCanvas.js';
|
6
6
|
|
7
|
-
var _a, _b, _c;
|
8
7
|
const _hoisted_1 = {
|
9
8
|
class: "c-body-select"
|
10
9
|
};
|
11
10
|
const _hoisted_2 = {
|
12
11
|
class: "canvas-module"
|
13
12
|
};
|
14
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, (
|
13
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("span", null, function() {
|
14
|
+
var _a, _b, _c;
|
15
|
+
try {
|
16
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.524")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.524")) || "\u6B63\u9762";
|
17
|
+
} catch (e) {
|
18
|
+
return "\u6B63\u9762";
|
19
|
+
}
|
20
|
+
}(), -1);
|
15
21
|
const _hoisted_4 = {
|
16
22
|
class: "canvas-module"
|
17
23
|
};
|
18
|
-
const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", null, (
|
24
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", null, function() {
|
25
|
+
var _a, _b, _c;
|
26
|
+
try {
|
27
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.525")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.525")) || "\u624B";
|
28
|
+
} catch (e) {
|
29
|
+
return "\u624B";
|
30
|
+
}
|
31
|
+
}(), -1);
|
19
32
|
const _hoisted_6 = {
|
20
33
|
class: "canvas-module"
|
21
34
|
};
|
22
|
-
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, (
|
35
|
+
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, function() {
|
36
|
+
var _a, _b, _c;
|
37
|
+
try {
|
38
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.526")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.526")) || "\u80CC\u9762";
|
39
|
+
} catch (e) {
|
40
|
+
return "\u80CC\u9762";
|
41
|
+
}
|
42
|
+
}(), -1);
|
23
43
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
24
44
|
__name: "index",
|
25
45
|
props: {
|
@@ -339,6 +339,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
339
339
|
shortcut: {};
|
340
340
|
buttonProps: {};
|
341
341
|
showMaxHeight: null;
|
342
|
+
initLoadPrintParams: boolean;
|
342
343
|
};
|
343
344
|
};
|
344
345
|
svrUpdateIp: {
|
@@ -457,6 +458,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
457
458
|
shortcut: {};
|
458
459
|
buttonProps: {};
|
459
460
|
showMaxHeight: null;
|
461
|
+
initLoadPrintParams: boolean;
|
460
462
|
};
|
461
463
|
};
|
462
464
|
svrUpdateIp: {
|
@@ -592,7 +594,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
592
594
|
formatId?: string | undefined;
|
593
595
|
templateId?: string | undefined;
|
594
596
|
};
|
595
|
-
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
597
|
+
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
596
598
|
editFormRef: import("vue").Ref<{
|
597
599
|
submit: Function;
|
598
600
|
} | null>;
|
@@ -611,6 +613,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
611
613
|
restoreValidation: () => void;
|
612
614
|
} | null>;
|
613
615
|
handleClickClose: () => void;
|
616
|
+
handleAfterLeave: () => void;
|
614
617
|
loading: import("vue").Ref<boolean>;
|
615
618
|
submit: () => Promise<false | undefined>;
|
616
619
|
handleClickSubmit: () => void;
|
@@ -702,7 +705,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
702
705
|
required: true;
|
703
706
|
};
|
704
707
|
}>>, {}>;
|
705
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
708
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
706
709
|
verifyUser: {
|
707
710
|
type: FunctionConstructor;
|
708
711
|
required: false;
|
@@ -729,6 +732,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
729
732
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
730
733
|
onClose?: ((...args: any[]) => any) | undefined;
|
731
734
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
735
|
+
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
732
736
|
}, {
|
733
737
|
verifyUser: Function;
|
734
738
|
identityVerificationTitle: string;
|
@@ -832,6 +836,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
832
836
|
shortcut: {};
|
833
837
|
buttonProps: {};
|
834
838
|
showMaxHeight: null;
|
839
|
+
initLoadPrintParams: boolean;
|
835
840
|
};
|
836
841
|
};
|
837
842
|
svrUpdateIp: {
|
@@ -1105,6 +1110,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1105
1110
|
watchPrintParamsReformatFn: null;
|
1106
1111
|
spinTimer: null;
|
1107
1112
|
iReportExecuteMode: number;
|
1113
|
+
number: string;
|
1108
1114
|
};
|
1109
1115
|
options: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
1110
1116
|
tempOptions: import("vue").Ref<import("../../shared/types").AnyObject[]>;
|
@@ -1184,7 +1190,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1184
1190
|
formatId?: string | undefined;
|
1185
1191
|
templateId?: string | undefined;
|
1186
1192
|
};
|
1187
|
-
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
1193
|
+
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1188
1194
|
editFormRef: import("vue").Ref<{
|
1189
1195
|
submit: Function;
|
1190
1196
|
} | null>;
|
@@ -1203,6 +1209,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1203
1209
|
restoreValidation: () => void;
|
1204
1210
|
} | null>;
|
1205
1211
|
handleClickClose: () => void;
|
1212
|
+
handleAfterLeave: () => void;
|
1206
1213
|
loading: import("vue").Ref<boolean>;
|
1207
1214
|
submit: () => Promise<false | undefined>;
|
1208
1215
|
handleClickSubmit: () => void;
|
@@ -1294,7 +1301,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1294
1301
|
required: true;
|
1295
1302
|
};
|
1296
1303
|
}>>, {}>;
|
1297
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1304
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1298
1305
|
verifyUser: {
|
1299
1306
|
type: FunctionConstructor;
|
1300
1307
|
required: false;
|
@@ -1321,6 +1328,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
1321
1328
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1322
1329
|
onClose?: ((...args: any[]) => any) | undefined;
|
1323
1330
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1331
|
+
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
1324
1332
|
}, {
|
1325
1333
|
verifyUser: Function;
|
1326
1334
|
identityVerificationTitle: string;
|
@@ -345,6 +345,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
345
345
|
shortcut: {};
|
346
346
|
buttonProps: {};
|
347
347
|
showMaxHeight: null;
|
348
|
+
initLoadPrintParams: boolean;
|
348
349
|
};
|
349
350
|
};
|
350
351
|
svrUpdateIp: {
|
@@ -463,6 +464,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
463
464
|
shortcut: {};
|
464
465
|
buttonProps: {};
|
465
466
|
showMaxHeight: null;
|
467
|
+
initLoadPrintParams: boolean;
|
466
468
|
};
|
467
469
|
};
|
468
470
|
svrUpdateIp: {
|
@@ -598,7 +600,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
598
600
|
formatId?: string | undefined;
|
599
601
|
templateId?: string | undefined;
|
600
602
|
};
|
601
|
-
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
603
|
+
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
602
604
|
editFormRef: import("vue").Ref<{
|
603
605
|
submit: Function;
|
604
606
|
} | null>;
|
@@ -617,6 +619,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
617
619
|
restoreValidation: () => void;
|
618
620
|
} | null>;
|
619
621
|
handleClickClose: () => void;
|
622
|
+
handleAfterLeave: () => void;
|
620
623
|
loading: import("vue").Ref<boolean>;
|
621
624
|
submit: () => Promise<false | undefined>;
|
622
625
|
handleClickSubmit: () => void;
|
@@ -708,7 +711,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
708
711
|
required: true;
|
709
712
|
};
|
710
713
|
}>>, {}>;
|
711
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
714
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
712
715
|
verifyUser: {
|
713
716
|
type: FunctionConstructor;
|
714
717
|
required: false;
|
@@ -735,6 +738,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
735
738
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
736
739
|
onClose?: ((...args: any[]) => any) | undefined;
|
737
740
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
741
|
+
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
738
742
|
}, {
|
739
743
|
verifyUser: Function;
|
740
744
|
identityVerificationTitle: string;
|
@@ -838,6 +842,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
838
842
|
shortcut: {};
|
839
843
|
buttonProps: {};
|
840
844
|
showMaxHeight: null;
|
845
|
+
initLoadPrintParams: boolean;
|
841
846
|
};
|
842
847
|
};
|
843
848
|
svrUpdateIp: {
|
@@ -1111,6 +1116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1111
1116
|
watchPrintParamsReformatFn: null;
|
1112
1117
|
spinTimer: null;
|
1113
1118
|
iReportExecuteMode: number;
|
1119
|
+
number: string;
|
1114
1120
|
};
|
1115
1121
|
options: import("vue").Ref<AnyObject[]>;
|
1116
1122
|
tempOptions: import("vue").Ref<AnyObject[]>;
|
@@ -1190,7 +1196,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1190
1196
|
formatId?: string | undefined;
|
1191
1197
|
templateId?: string | undefined;
|
1192
1198
|
};
|
1193
|
-
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
1199
|
+
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1194
1200
|
editFormRef: import("vue").Ref<{
|
1195
1201
|
submit: Function;
|
1196
1202
|
} | null>;
|
@@ -1209,6 +1215,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1209
1215
|
restoreValidation: () => void;
|
1210
1216
|
} | null>;
|
1211
1217
|
handleClickClose: () => void;
|
1218
|
+
handleAfterLeave: () => void;
|
1212
1219
|
loading: import("vue").Ref<boolean>;
|
1213
1220
|
submit: () => Promise<false | undefined>;
|
1214
1221
|
handleClickSubmit: () => void;
|
@@ -1300,7 +1307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1300
1307
|
required: true;
|
1301
1308
|
};
|
1302
1309
|
}>>, {}>;
|
1303
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1310
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1304
1311
|
verifyUser: {
|
1305
1312
|
type: FunctionConstructor;
|
1306
1313
|
required: false;
|
@@ -1327,6 +1334,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1327
1334
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1328
1335
|
onClose?: ((...args: any[]) => any) | undefined;
|
1329
1336
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
1337
|
+
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
1330
1338
|
}, {
|
1331
1339
|
verifyUser: Function;
|
1332
1340
|
identityVerificationTitle: string;
|
@@ -3,7 +3,6 @@ import { InjectionButtonPrintEmits } from './constants/index.js';
|
|
3
3
|
import NewPrintComponent from './components/NewPrintComponent.vue.js';
|
4
4
|
import OldPrintComponent from './components/OldPrintComponent.vue.js';
|
5
5
|
|
6
|
-
var _a, _b, _c, _d, _e, _f;
|
7
6
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
8
7
|
__name: "ButtonPrint",
|
9
8
|
props: {
|
@@ -15,23 +14,58 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
15
14
|
type: Array
|
16
15
|
},
|
17
16
|
btnText: {
|
18
|
-
default: (
|
17
|
+
default: function() {
|
18
|
+
var _a, _b, _c;
|
19
|
+
try {
|
20
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.478")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.478")) || "\u6253\u5370";
|
21
|
+
} catch (e) {
|
22
|
+
return "\u6253\u5370";
|
23
|
+
}
|
24
|
+
}(),
|
19
25
|
type: String
|
20
26
|
},
|
21
27
|
printText: {
|
22
|
-
default: (
|
28
|
+
default: function() {
|
29
|
+
var _a, _b, _c;
|
30
|
+
try {
|
31
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.479")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.479")) || "\u76F4\u63A5\u6253\u5370";
|
32
|
+
} catch (e) {
|
33
|
+
return "\u76F4\u63A5\u6253\u5370";
|
34
|
+
}
|
35
|
+
}(),
|
23
36
|
type: String
|
24
37
|
},
|
25
38
|
previewText: {
|
26
|
-
default: (
|
39
|
+
default: function() {
|
40
|
+
var _a, _b, _c;
|
41
|
+
try {
|
42
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.480")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.480")) || "\u6253\u5370\u9884\u89C8";
|
43
|
+
} catch (e) {
|
44
|
+
return "\u6253\u5370\u9884\u89C8";
|
45
|
+
}
|
46
|
+
}(),
|
27
47
|
type: String
|
28
48
|
},
|
29
49
|
pdfLoadText: {
|
30
|
-
default: (
|
50
|
+
default: function() {
|
51
|
+
var _a, _b, _c;
|
52
|
+
try {
|
53
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.481")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.481")) || "\u4E0B\u8F7Dpdf";
|
54
|
+
} catch (e) {
|
55
|
+
return "\u4E0B\u8F7Dpdf";
|
56
|
+
}
|
57
|
+
}(),
|
31
58
|
type: String
|
32
59
|
},
|
33
60
|
formatEditText: {
|
34
|
-
default: (
|
61
|
+
default: function() {
|
62
|
+
var _a, _b, _c;
|
63
|
+
try {
|
64
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.482")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.482")) || "\u683C\u5F0F\u7F16\u8F91";
|
65
|
+
} catch (e) {
|
66
|
+
return "\u683C\u5F0F\u7F16\u8F91";
|
67
|
+
}
|
68
|
+
}(),
|
35
69
|
type: String
|
36
70
|
},
|
37
71
|
prevFn: {
|
@@ -55,7 +89,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55
89
|
type: Function
|
56
90
|
},
|
57
91
|
noDataMsg: {
|
58
|
-
default: (
|
92
|
+
default: function() {
|
93
|
+
var _a, _b, _c;
|
94
|
+
try {
|
95
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.483")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.483")) || "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E";
|
96
|
+
} catch (e) {
|
97
|
+
return "\u8BF7\u9009\u4E2D\u9700\u8981\u6253\u5370\u7684\u6570\u636E";
|
98
|
+
}
|
99
|
+
}(),
|
59
100
|
type: String
|
60
101
|
},
|
61
102
|
noDefaultFormatMsg: {
|
@@ -132,8 +173,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
132
173
|
const $attrs = useAttrs();
|
133
174
|
const printComponentRef = ref();
|
134
175
|
const isComponent = computed(() => {
|
135
|
-
var
|
136
|
-
return ((
|
176
|
+
var _a;
|
177
|
+
return ((_a = Object.keys(props.newPrintSetting)) == null ? void 0 : _a.length) > 0 ? NewPrintComponent : OldPrintComponent;
|
137
178
|
});
|
138
179
|
const getProps = computed(() => {
|
139
180
|
return Object.assign({}, props, $attrs);
|
@@ -143,8 +184,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
143
184
|
};
|
144
185
|
provide(InjectionButtonPrintEmits, emits);
|
145
186
|
const directPrint = async () => {
|
146
|
-
var
|
147
|
-
(
|
187
|
+
var _a;
|
188
|
+
(_a = printComponentRef.value) == null ? void 0 : _a.directPrint();
|
148
189
|
};
|
149
190
|
expose({
|
150
191
|
directPrint
|
@@ -143,10 +143,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
143
143
|
"font-size": "12px"
|
144
144
|
}
|
145
145
|
}, {
|
146
|
-
default: withCtx(() => {
|
147
|
-
var _a;
|
148
|
-
|
149
|
-
|
146
|
+
default: withCtx(() => [createTextVNode(function() {
|
147
|
+
var _a, _b, _c;
|
148
|
+
try {
|
149
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.461")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.461")) || "\u70B9\u51FB\u6216\u8005\u62D6\u52A8\u6587\u4EF6\u5230\u8BE5\u533A\u57DF\u6765\u4E0A\u4F20";
|
150
|
+
} catch (e) {
|
151
|
+
return "\u70B9\u51FB\u6216\u8005\u62D6\u52A8\u6587\u4EF6\u5230\u8BE5\u533A\u57DF\u6765\u4E0A\u4F20";
|
152
|
+
}
|
153
|
+
}())]),
|
150
154
|
_: 1
|
151
155
|
}), createVNode(unref(NP), {
|
152
156
|
depth: "3",
|
@@ -155,10 +159,14 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
155
159
|
"font-size": "13px"
|
156
160
|
}
|
157
161
|
}, {
|
158
|
-
default: withCtx(() => {
|
159
|
-
var _a;
|
160
|
-
|
161
|
-
|
162
|
+
default: withCtx(() => [createTextVNode(function() {
|
163
|
+
var _a, _b, _c;
|
164
|
+
try {
|
165
|
+
return ((_a = window.getLanguageByCode) == null ? void 0 : _a.call(window, "10010.1.462")) || ((_c = (_b = window.top) == null ? void 0 : _b.getLanguageByCode) == null ? void 0 : _c.call(_b, "10010.1.462")) || "\u81F3\u5C11\u5305\u542B\u4E00\u4E2Ajxml\u6587\u4EF6\u548C\u4E00\u4E2Ajasper\u6587\u4EF6";
|
166
|
+
} catch (e) {
|
167
|
+
return "\u81F3\u5C11\u5305\u542B\u4E00\u4E2Ajxml\u6587\u4EF6\u548C\u4E00\u4E2Ajasper\u6587\u4EF6";
|
168
|
+
}
|
169
|
+
}())]),
|
162
170
|
_: 1
|
163
171
|
})]),
|
164
172
|
_: 1
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
36
36
|
formatId?: string | undefined;
|
37
37
|
templateId?: string | undefined;
|
38
38
|
};
|
39
|
-
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
39
|
+
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
40
40
|
editFormRef: import("vue").Ref<{
|
41
41
|
submit: Function;
|
42
42
|
} | null>;
|
@@ -55,6 +55,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
55
55
|
restoreValidation: () => void;
|
56
56
|
} | null>;
|
57
57
|
handleClickClose: () => void;
|
58
|
+
handleAfterLeave: () => void;
|
58
59
|
loading: import("vue").Ref<boolean>;
|
59
60
|
submit: () => Promise<false | undefined>;
|
60
61
|
handleClickSubmit: () => void;
|
@@ -146,7 +147,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
146
147
|
required: true;
|
147
148
|
};
|
148
149
|
}>>, {}>;
|
149
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
150
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue" | "afterLeaveComponent")[], "close" | "success" | "update:modelValue" | "afterLeaveComponent", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
150
151
|
verifyUser: {
|
151
152
|
type: FunctionConstructor;
|
152
153
|
required: false;
|
@@ -173,6 +174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
173
174
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
174
175
|
onClose?: ((...args: any[]) => any) | undefined;
|
175
176
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
177
|
+
onAfterLeaveComponent?: ((...args: any[]) => any) | undefined;
|
176
178
|
}, {
|
177
179
|
verifyUser: Function;
|
178
180
|
identityVerificationTitle: string;
|