cnhis-design-vue 3.3.3-release.9 → 3.4.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/src/hooks/useBatchEditing.js +25 -24
- package/es/components/button-print/index.d.ts +98 -8
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +98 -8
- package/es/components/button-print/src/ButtonPrint.vue2.js +12 -1
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +11 -2
- package/es/components/button-print/src/components/IdentityVerification.vue2.js +3 -2
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +44 -6
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +194 -41
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +29 -2
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +34 -5
- package/es/components/button-print/src/utils/print.d.ts +7 -5
- package/es/components/button-print/src/utils/print.js +183 -7
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/calendar/src/Calendar.vue2.js +15 -5
- package/es/components/callback/src/components/render/popupMaps.d.ts +5 -0
- package/es/components/card-render/src/components/index.d.ts +23 -23
- package/es/components/classification/index.d.ts +258 -5
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +258 -5
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +258 -5
- package/es/components/classification/src/index.vue.d.ts +258 -5
- package/es/components/fabric-chart/src/components/PopupMenu.js +1 -1
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +6 -2
- package/es/components/fabric-chart/src/hooks/temperature/useLeft.js +3 -2
- package/es/components/fabric-chart/src/hooks/temperature/useOther.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +58 -15
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +4 -3
- package/es/components/field-editor/index.d.ts +5 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +5 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +4 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +4 -1
- package/es/components/field-set/src/components/table-row.vue.d.ts +2 -1
- package/es/components/field-set/src/components/table-row.vue2.js +21 -6
- package/es/components/field-set/src/constants/index.js +4 -4
- package/es/components/field-set/src/types/index.d.ts +2 -1
- package/es/components/form-config/index.d.ts +63 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +63 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +5 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +50 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +4 -4
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +5 -0
- package/es/components/form-config/src/constants/index.d.ts +31 -1
- package/es/components/form-config/src/constants/index.js +150 -1
- package/es/components/form-config/src/hooks/useConfigurationField.d.ts +2 -2
- package/es/components/form-config/src/hooks/useConfigurationField.js +53 -6
- package/es/components/form-config/src/hooks/useLocale.d.ts +6 -0
- package/es/components/form-config/src/hooks/useLocale.js +34 -0
- package/es/components/form-config/src/types/index.d.ts +12 -0
- package/es/components/form-render/index.d.ts +5 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +5 -0
- package/es/components/form-render/src/FormRender.vue2.js +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +5 -0
- package/es/components/form-render/src/components/renderer/date.d.ts +3 -1
- package/es/components/form-render/src/components/renderer/date.js +12 -10
- package/es/components/form-render/src/components/renderer/formItem.d.ts +2 -0
- package/es/components/form-render/src/components/renderer/formItem.js +10 -3
- package/es/components/form-render/src/components/renderer/levelSearchCascader/index.js +4 -2
- package/es/components/form-render/src/components/renderer/lineBar/FormCollapse.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/radio_checkbox.js +9 -3
- package/es/components/form-render/src/constants/index.d.ts +1 -1
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +5 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFieldNormalize.js +15 -0
- package/es/components/form-render/src/hooks/useNuiThemeOverrides.d.ts +1 -2
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-chat/index.d.ts +897 -97
- package/es/components/iho-chat/src/Index.vue.d.ts +897 -97
- package/es/components/iho-chat/src/Index.vue2.js +14 -6
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +179 -6
- package/es/components/iho-chat/src/components/ChatFile.vue2.js +48 -28
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +61 -5
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +106 -44
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +327 -13
- package/es/components/iho-chat/src/components/ChatHeader.vue2.js +18 -17
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +232 -17
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +299 -272
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +49 -3
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +48 -2
- package/es/components/iho-chat/src/components/ContextMenu.js +33 -18
- package/es/components/iho-chat/src/components/ImageLightbox.vue.d.ts +104 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue.js +6 -0
- package/es/components/iho-chat/src/components/ImageLightbox.vue2.js +307 -0
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +51 -4
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +77 -31
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +223 -98
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/SelectLabel.vue.d.ts +1 -1
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +24 -1
- package/es/components/iho-chat/src/components/Video.vue.d.ts +44 -26
- package/es/components/iho-chat/src/components/Video.vue2.js +56 -49
- package/es/components/iho-chat/src/hooks/useData.d.ts +51 -4
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +83 -16
- package/es/components/iho-chat/src/hooks/useVideo.js +439 -43
- package/es/components/iho-chat/src/types/index.d.ts +37 -1
- package/es/components/iho-chat/src/utils/emoji.d.ts +1 -1
- package/es/components/iho-chat/src/utils/emoji.js +1 -1
- package/es/components/iho-chat/src/utils/index.d.ts +2 -0
- package/es/components/iho-chat/src/utils/index.js +14 -1
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/hooks/useAutoFocus.js +0 -22
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/editTime.vue.d.ts +36 -4
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -0
- package/es/components/index.js +2 -1
- package/es/components/info-header/index.d.ts +24 -17
- package/es/components/info-header/src/InfoHeader.vue.d.ts +24 -17
- package/es/components/info-header/src/InfoHeader.vue2.js +2 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +1 -0
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +56 -22
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +4 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue2.js +1 -1
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +15 -17
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +5 -0
- package/es/components/info-header/src/constants/index.d.ts +1 -1
- package/es/components/info-header/src/hooks/useThemeOverrides.d.ts +1 -2
- package/es/components/keyboard/index.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue.d.ts +9 -0
- package/es/components/keyboard/src/Keyboard.vue2.js +33 -9
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +4 -0
- package/es/components/keyboard/src/components/NumberPanel.vue2.js +50 -17
- package/es/components/keyboard/src/types.d.ts +17 -0
- package/es/components/keyboard/src/types.js +1 -0
- package/es/components/scale-view/index.d.ts +13 -0
- package/es/components/scale-view/src/ScaleView.vue.d.ts +13 -0
- package/es/components/scale-view/src/hooks/scaleview-computed.js +2 -1
- package/es/components/scale-view/src/hooks/scaleview-props.d.ts +4 -0
- package/es/components/scale-view/src/hooks/scaleview-props.js +4 -0
- package/es/components/search-cascader/src/utils/index.d.ts +1 -1
- package/es/components/select-person/src/SelectPerson.vue2.js +8 -1
- package/es/components/shortcut-provider/src/hooks/useShortcuts.js +1 -1
- package/es/components/shortcut-provider/src/types/index.d.ts +1 -0
- package/es/components/shortcut-provider/src/utils/index.d.ts +1 -1
- package/es/components/shortcut-provider/src/utils/index.js +3 -1
- package/es/components/shortcut-setter/index.d.ts +5 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +5 -0
- package/es/components/table-filter/index.js +1 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +246 -1
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue2.js +8 -2
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.d.ts +104 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue.js +6 -0
- package/es/components/table-filter/src/components/classify-filter/components/Base/DateOption.vue2.js +250 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +116 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue2.js +43 -4
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +117 -1
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue2.js +45 -8
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +233 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.d.ts +5 -1
- package/es/components/table-filter/src/components/classify-filter/helpers/options.js +74 -2
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +258 -5
- package/es/components/table-filter/src/components/classify-filter/index.vue2.js +15 -6
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateQuickBtn/index.vue2.js +1 -1
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +1 -1
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +3 -3
- package/es/components/table-filter/src/components/render-widget/helpers/dateExtraMap.js +32 -4
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.d.ts +1 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +38 -2
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +3 -3
- package/es/components/table-filter/src/hooks/useAdvanced.js +5 -4
- package/es/components/table-filter/src/tool/baseOptions.js +8 -1
- package/es/components/table-filter/src/types/enums.d.ts +5 -0
- package/es/components/table-filter/src/types/enums.js +6 -1
- package/es/components/time-picker/index.d.ts +36 -4
- package/es/components/time-picker/src/TimePicker.vue.d.ts +36 -4
- package/es/components/time-picker/src/TimePicker.vue2.js +98 -13
- package/es/components/vertify/index.d.ts +1 -0
- package/es/components/vertify/index.js +1 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.d.ts +89 -0
- package/es/components/vertify/src/components/IdentityVerification.vue.js +6 -0
- package/es/components/vertify/src/components/IdentityVerification.vue2.js +256 -0
- package/es/components/vertify/src/utils/dialog.d.ts +7 -0
- package/es/components/vertify/src/utils/dialog.js +73 -0
- package/es/components/vertify/src/utils/index.d.ts +11 -0
- package/es/components/vertify/src/utils/index.js +24 -0
- package/es/components/vod-chunk-upload/index.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue.d.ts +19 -2
- package/es/components/vod-chunk-upload/src/chunk-upload-new.vue2.js +104 -75
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.d.ts +1 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-computed.js +20 -3
- package/es/components/vod-chunk-upload/src/hooks/upload-data.d.ts +4 -0
- package/es/components/vod-chunk-upload/src/hooks/upload-data.js +6 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +13 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue2.js +6 -1
- package/es/components/vod-chunk-upload/style/index.css +1 -1
- 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/components/InputNumberSlash/InputNumberSlash.js +1 -1
- package/es/shared/hooks/useDateTime.d.ts +1 -1
- package/es/shared/hooks/useDateTime.js +1 -1
- package/es/shared/hooks/useLevelSearchCascader.js +3 -3
- package/es/shared/package.json.js +2 -2
- package/es/shared/utils/fabricjs/index.js +1 -1
- package/package.json +5 -5
- 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
@@ -114,6 +114,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
114
114
|
svrUpdateIp: {
|
115
115
|
type: StringConstructor;
|
116
116
|
};
|
117
|
+
apptype: {
|
118
|
+
type: StringConstructor;
|
119
|
+
};
|
120
|
+
uuid: {
|
121
|
+
type: StringConstructor;
|
122
|
+
};
|
117
123
|
hidePreviewBtns: {
|
118
124
|
type: StringConstructor;
|
119
125
|
};
|
@@ -234,6 +240,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
234
240
|
svrUpdateIp: {
|
235
241
|
type: StringConstructor;
|
236
242
|
};
|
243
|
+
apptype: {
|
244
|
+
type: StringConstructor;
|
245
|
+
};
|
246
|
+
uuid: {
|
247
|
+
type: StringConstructor;
|
248
|
+
};
|
237
249
|
hidePreviewBtns: {
|
238
250
|
type: StringConstructor;
|
239
251
|
};
|
@@ -338,6 +350,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
338
350
|
default: () => {
|
339
351
|
isShowPrintAll: boolean;
|
340
352
|
printAllType: number;
|
353
|
+
hideTemplateCodes: never[];
|
341
354
|
isShowOutSetting: boolean;
|
342
355
|
customProps: {};
|
343
356
|
outerPrintKeys: never[];
|
@@ -346,11 +359,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
346
359
|
buttonProps: {};
|
347
360
|
showMaxHeight: null;
|
348
361
|
initLoadPrintParams: boolean;
|
362
|
+
showPreviewDataList: boolean;
|
349
363
|
};
|
350
364
|
};
|
351
365
|
svrUpdateIp: {
|
352
366
|
type: StringConstructor;
|
353
367
|
};
|
368
|
+
apptype: {
|
369
|
+
type: StringConstructor;
|
370
|
+
};
|
371
|
+
uuid: {
|
372
|
+
type: StringConstructor;
|
373
|
+
};
|
354
374
|
hidePreviewBtns: {
|
355
375
|
type: StringConstructor;
|
356
376
|
};
|
@@ -457,6 +477,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
457
477
|
default: () => {
|
458
478
|
isShowPrintAll: boolean;
|
459
479
|
printAllType: number;
|
480
|
+
hideTemplateCodes: never[];
|
460
481
|
isShowOutSetting: boolean;
|
461
482
|
customProps: {};
|
462
483
|
outerPrintKeys: never[];
|
@@ -465,11 +486,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
465
486
|
buttonProps: {};
|
466
487
|
showMaxHeight: null;
|
467
488
|
initLoadPrintParams: boolean;
|
489
|
+
showPreviewDataList: boolean;
|
468
490
|
};
|
469
491
|
};
|
470
492
|
svrUpdateIp: {
|
471
493
|
type: StringConstructor;
|
472
494
|
};
|
495
|
+
apptype: {
|
496
|
+
type: StringConstructor;
|
497
|
+
};
|
498
|
+
uuid: {
|
499
|
+
type: StringConstructor;
|
500
|
+
};
|
473
501
|
hidePreviewBtns: {
|
474
502
|
type: StringConstructor;
|
475
503
|
};
|
@@ -480,6 +508,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
480
508
|
state: any;
|
481
509
|
shortcutFn: any;
|
482
510
|
options: import("vue").Ref<AnyObject[]>;
|
511
|
+
realOptionList: import("vue").Ref<AnyObject[]>;
|
483
512
|
operations: import("vue").Ref<AnyObject[]>;
|
484
513
|
downlistOperation: any;
|
485
514
|
downlistPopover: any;
|
@@ -494,11 +523,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
494
523
|
printCustomProps: import("vue").ComputedRef<any>;
|
495
524
|
defaultPrintFormatId: import("vue").ComputedRef<any>;
|
496
525
|
isPrintAllType: import("vue").ComputedRef<any>;
|
526
|
+
hideTemplateCodes: import("vue").ComputedRef<any>;
|
497
527
|
shortcutSettings: import("vue").ComputedRef<any>;
|
498
528
|
buttonProps: import("vue").ComputedRef<any>;
|
499
529
|
showMaxHeight: import("vue").ComputedRef<any>;
|
500
530
|
printAllFormatIds: import("vue").ComputedRef<any>;
|
501
531
|
positionElement: import("vue").ComputedRef<any>;
|
532
|
+
showPreviewDataList: import("vue").ComputedRef<any>;
|
502
533
|
printAllShortcut: import("vue").ComputedRef<any>;
|
503
534
|
showSettingItems: import("vue").ComputedRef<AnyObject[]>;
|
504
535
|
isSelectedAll: import("vue").WritableComputedRef<boolean>;
|
@@ -511,19 +542,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
511
542
|
handleTypeClick: (name: string, key: string, option: any) => never[] | undefined;
|
512
543
|
savePrintOutSetting: () => void;
|
513
544
|
handleTwoShow: (name: string) => void;
|
514
|
-
handleClickOutHide: (
|
545
|
+
handleClickOutHide: (showType: string) => void;
|
546
|
+
hiddenPopover: () => void;
|
515
547
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
516
548
|
callLocalServicesErrorCb: (res: unknown) => void;
|
517
549
|
callLocalServicesCancelCb: (res: unknown) => void;
|
518
550
|
prevFnError: (type: string) => void;
|
519
551
|
getPrintParams: () => string;
|
520
|
-
getOnceParams: (curPrintParamList: any[] | undefined, templateCode: string) => string;
|
552
|
+
getOnceParams: (curPrintParamList: any[] | undefined, templateCode: string, name?: string | undefined) => string;
|
521
553
|
handleClickPrintAll: () => void;
|
522
554
|
toggleExpandLoading: (isLoading: boolean, formatId?: string | undefined) => void;
|
523
555
|
getCurrentLoading: () => any;
|
524
556
|
handleOneTypePrint: (templateCode: string, templateId: string, formatId: string, isOuterClick: boolean) => void;
|
525
557
|
handleClickPrint: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string, printToParam?: never[], needContinuePrint?: boolean | undefined) => Promise<void>;
|
526
|
-
handleClickPreview: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => Promise<void>;
|
558
|
+
handleClickPreview: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string, name?: string | undefined) => Promise<void>;
|
527
559
|
handleClickPdf: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => Promise<void>;
|
528
560
|
handleClickEdit: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => void;
|
529
561
|
handleResetPrinter: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => Promise<void>;
|
@@ -549,7 +581,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
549
581
|
registerShort: (obj?: any) => Promise<void>;
|
550
582
|
handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
|
551
583
|
reformatPrintParams: () => void;
|
552
|
-
verifiySuccess: (token: string) => void;
|
584
|
+
verifiySuccess: (token: string, templateCode: string) => void;
|
553
585
|
isPrintDisabled: (outer: any, j: number) => any;
|
554
586
|
directPrint: () => Promise<void>;
|
555
587
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
@@ -563,6 +595,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
563
595
|
NCheckbox: any;
|
564
596
|
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<{}>>, {}>;
|
565
597
|
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<{}>>, {}>;
|
598
|
+
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<{}>>, {}>;
|
566
599
|
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<{}>>, {}>;
|
567
600
|
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<{}>>, {}>;
|
568
601
|
IdentityVerification: import("vue").DefineComponent<{
|
@@ -588,6 +621,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
588
621
|
type: StringConstructor;
|
589
622
|
required: false;
|
590
623
|
};
|
624
|
+
templateCode: {
|
625
|
+
type: StringConstructor;
|
626
|
+
required: false;
|
627
|
+
};
|
591
628
|
}, {
|
592
629
|
$message: import("naive-ui").MessageApi;
|
593
630
|
DEFAULT_FORM: {
|
@@ -600,6 +637,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
600
637
|
modelValue: boolean;
|
601
638
|
formatId?: string | undefined;
|
602
639
|
templateId?: string | undefined;
|
640
|
+
templateCode?: string | undefined;
|
603
641
|
};
|
604
642
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
605
643
|
editFormRef: import("vue").Ref<{
|
@@ -688,8 +726,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
688
726
|
}[]>;
|
689
727
|
queryFileList: () => void;
|
690
728
|
onRemove: (options: {
|
691
|
-
file: import("naive-ui").UploadFileInfo;
|
692
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
729
|
+
file: import("naive-ui/es/upload").UploadFileInfo;
|
730
|
+
fileList: import("naive-ui/es/upload").UploadFileInfo[];
|
693
731
|
}) => Promise<unknown>;
|
694
732
|
submit: (datas: AnyObject) => Promise<unknown>;
|
695
733
|
validateFormat: () => boolean;
|
@@ -735,6 +773,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
735
773
|
type: StringConstructor;
|
736
774
|
required: false;
|
737
775
|
};
|
776
|
+
templateCode: {
|
777
|
+
type: StringConstructor;
|
778
|
+
required: false;
|
779
|
+
};
|
738
780
|
}>> & {
|
739
781
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
740
782
|
onClose?: ((...args: any[]) => any) | undefined;
|
@@ -836,6 +878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
836
878
|
default: () => {
|
837
879
|
isShowPrintAll: boolean;
|
838
880
|
printAllType: number;
|
881
|
+
hideTemplateCodes: never[];
|
839
882
|
isShowOutSetting: boolean;
|
840
883
|
customProps: {};
|
841
884
|
outerPrintKeys: never[];
|
@@ -844,11 +887,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
844
887
|
buttonProps: {};
|
845
888
|
showMaxHeight: null;
|
846
889
|
initLoadPrintParams: boolean;
|
890
|
+
showPreviewDataList: boolean;
|
847
891
|
};
|
848
892
|
};
|
849
893
|
svrUpdateIp: {
|
850
894
|
type: StringConstructor;
|
851
895
|
};
|
896
|
+
apptype: {
|
897
|
+
type: StringConstructor;
|
898
|
+
};
|
899
|
+
uuid: {
|
900
|
+
type: StringConstructor;
|
901
|
+
};
|
852
902
|
hidePreviewBtns: {
|
853
903
|
type: StringConstructor;
|
854
904
|
};
|
@@ -979,6 +1029,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
979
1029
|
svrUpdateIp: {
|
980
1030
|
type: StringConstructor;
|
981
1031
|
};
|
1032
|
+
apptype: {
|
1033
|
+
type: StringConstructor;
|
1034
|
+
};
|
1035
|
+
uuid: {
|
1036
|
+
type: StringConstructor;
|
1037
|
+
};
|
982
1038
|
hidePreviewBtns: {
|
983
1039
|
type: StringConstructor;
|
984
1040
|
};
|
@@ -1096,6 +1152,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1096
1152
|
svrUpdateIp: {
|
1097
1153
|
type: StringConstructor;
|
1098
1154
|
};
|
1155
|
+
apptype: {
|
1156
|
+
type: StringConstructor;
|
1157
|
+
};
|
1158
|
+
uuid: {
|
1159
|
+
type: StringConstructor;
|
1160
|
+
};
|
1099
1161
|
hidePreviewBtns: {
|
1100
1162
|
type: StringConstructor;
|
1101
1163
|
};
|
@@ -1184,6 +1246,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1184
1246
|
type: StringConstructor;
|
1185
1247
|
required: false;
|
1186
1248
|
};
|
1249
|
+
templateCode: {
|
1250
|
+
type: StringConstructor;
|
1251
|
+
required: false;
|
1252
|
+
};
|
1187
1253
|
}, {
|
1188
1254
|
$message: import("naive-ui").MessageApi;
|
1189
1255
|
DEFAULT_FORM: {
|
@@ -1196,6 +1262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1196
1262
|
modelValue: boolean;
|
1197
1263
|
formatId?: string | undefined;
|
1198
1264
|
templateId?: string | undefined;
|
1265
|
+
templateCode?: string | undefined;
|
1199
1266
|
};
|
1200
1267
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
1201
1268
|
editFormRef: import("vue").Ref<{
|
@@ -1284,8 +1351,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
1284
1351
|
}[]>;
|
1285
1352
|
queryFileList: () => void;
|
1286
1353
|
onRemove: (options: {
|
1287
|
-
file: import("naive-ui").UploadFileInfo;
|
1288
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
1354
|
+
file: import("naive-ui/es/upload").UploadFileInfo;
|
1355
|
+
fileList: import("naive-ui/es/upload").UploadFileInfo[];
|
1289
1356
|
}) => Promise<unknown>;
|
1290
1357
|
submit: (datas: AnyObject) => Promise<unknown>;
|
1291
1358
|
validateFormat: () => boolean;
|
@@ -1331,6 +1398,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
1331
1398
|
type: StringConstructor;
|
1332
1399
|
required: false;
|
1333
1400
|
};
|
1401
|
+
templateCode: {
|
1402
|
+
type: StringConstructor;
|
1403
|
+
required: false;
|
1404
|
+
};
|
1334
1405
|
}>> & {
|
1335
1406
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
1336
1407
|
onClose?: ((...args: any[]) => any) | undefined;
|
@@ -1445,6 +1516,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1445
1516
|
svrUpdateIp: {
|
1446
1517
|
type: StringConstructor;
|
1447
1518
|
};
|
1519
|
+
apptype: {
|
1520
|
+
type: StringConstructor;
|
1521
|
+
};
|
1522
|
+
uuid: {
|
1523
|
+
type: StringConstructor;
|
1524
|
+
};
|
1448
1525
|
hidePreviewBtns: {
|
1449
1526
|
type: StringConstructor;
|
1450
1527
|
};
|
@@ -1586,6 +1663,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1586
1663
|
svrUpdateIp: {
|
1587
1664
|
type: StringConstructor;
|
1588
1665
|
};
|
1666
|
+
apptype: {
|
1667
|
+
type: StringConstructor;
|
1668
|
+
};
|
1669
|
+
uuid: {
|
1670
|
+
type: StringConstructor;
|
1671
|
+
};
|
1589
1672
|
hidePreviewBtns: {
|
1590
1673
|
type: StringConstructor;
|
1591
1674
|
};
|
@@ -1602,6 +1685,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
1602
1685
|
directPrint: () => Promise<void>;
|
1603
1686
|
handleShortcutStartAndStop: (status: 'start' | 'stop') => void;
|
1604
1687
|
registerShort: (obj: any) => void;
|
1688
|
+
hiddenPopover: () => void;
|
1605
1689
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint")[], "success" | "error" | "cancel" | "clickoutside" | "saveOuterPrint", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
1606
1690
|
printParams: {
|
1607
1691
|
type: PropType<AnyObject[]>;
|
@@ -1715,6 +1799,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
1715
1799
|
svrUpdateIp: {
|
1716
1800
|
type: StringConstructor;
|
1717
1801
|
};
|
1802
|
+
apptype: {
|
1803
|
+
type: StringConstructor;
|
1804
|
+
};
|
1805
|
+
uuid: {
|
1806
|
+
type: StringConstructor;
|
1807
|
+
};
|
1718
1808
|
hidePreviewBtns: {
|
1719
1809
|
type: StringConstructor;
|
1720
1810
|
};
|
@@ -154,6 +154,12 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
154
154
|
svrUpdateIp: {
|
155
155
|
type: String
|
156
156
|
},
|
157
|
+
apptype: {
|
158
|
+
type: String
|
159
|
+
},
|
160
|
+
uuid: {
|
161
|
+
type: String
|
162
|
+
},
|
157
163
|
hidePreviewBtns: {
|
158
164
|
type: String
|
159
165
|
}
|
@@ -195,10 +201,15 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
195
201
|
var _a;
|
196
202
|
(_a = printComponentRef.value) == null ? void 0 : _a.registerShort(obj);
|
197
203
|
};
|
204
|
+
const hiddenPopover = () => {
|
205
|
+
var _a;
|
206
|
+
(_a = printComponentRef.value) == null ? void 0 : _a.hiddenPopover();
|
207
|
+
};
|
198
208
|
expose({
|
199
209
|
directPrint,
|
200
210
|
handleShortcutStartAndStop,
|
201
|
-
registerShort
|
211
|
+
registerShort,
|
212
|
+
hiddenPopover
|
202
213
|
});
|
203
214
|
return (_ctx, _cache) => {
|
204
215
|
return openBlock(), createBlock(resolveDynamicComponent(unref(isComponent)), mergeProps({
|
@@ -23,6 +23,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
23
23
|
type: StringConstructor;
|
24
24
|
required: false;
|
25
25
|
};
|
26
|
+
templateCode: {
|
27
|
+
type: StringConstructor;
|
28
|
+
required: false;
|
29
|
+
};
|
26
30
|
}, {
|
27
31
|
$message: import("naive-ui").MessageApi;
|
28
32
|
DEFAULT_FORM: {
|
@@ -35,6 +39,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
35
39
|
modelValue: boolean;
|
36
40
|
formatId?: string | undefined;
|
37
41
|
templateId?: string | undefined;
|
42
|
+
templateCode?: string | undefined;
|
38
43
|
};
|
39
44
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
40
45
|
editFormRef: import("vue").Ref<{
|
@@ -123,8 +128,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
123
128
|
}[]>;
|
124
129
|
queryFileList: () => void;
|
125
130
|
onRemove: (options: {
|
126
|
-
file: import("naive-ui").UploadFileInfo;
|
127
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
131
|
+
file: import("naive-ui/es/upload").UploadFileInfo;
|
132
|
+
fileList: import("naive-ui/es/upload").UploadFileInfo[];
|
128
133
|
}) => Promise<unknown>;
|
129
134
|
submit: (datas: import("../../../../shared/types").AnyObject) => Promise<unknown>;
|
130
135
|
validateFormat: () => boolean;
|
@@ -170,6 +175,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
170
175
|
type: StringConstructor;
|
171
176
|
required: false;
|
172
177
|
};
|
178
|
+
templateCode: {
|
179
|
+
type: StringConstructor;
|
180
|
+
required: false;
|
181
|
+
};
|
173
182
|
}>> & {
|
174
183
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
175
184
|
onClose?: ((...args: any[]) => any) | undefined;
|
@@ -26,7 +26,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
26
26
|
type: Boolean
|
27
27
|
},
|
28
28
|
formatId: null,
|
29
|
-
templateId: null
|
29
|
+
templateId: null,
|
30
|
+
templateCode: null
|
30
31
|
},
|
31
32
|
emits: ["update:modelValue", "success", "close", "afterLeaveComponent"],
|
32
33
|
setup(__props, {
|
@@ -91,7 +92,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
91
92
|
$message.error(data.resultMsg || "\u8EAB\u4EFD\u6821\u9A8C\u5931\u8D25\uFF0C\u8BF7\u91CD\u8BD5\uFF01");
|
92
93
|
return false;
|
93
94
|
}
|
94
|
-
emit("success", (_a = data.map) == null ? void 0 : _a.token);
|
95
|
+
emit("success", (_a = data.map) == null ? void 0 : _a.token, props == null ? void 0 : props.templateCode);
|
95
96
|
} finally {
|
96
97
|
loading.value = false;
|
97
98
|
}
|
@@ -97,6 +97,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
97
97
|
default: () => {
|
98
98
|
isShowPrintAll: boolean;
|
99
99
|
printAllType: number;
|
100
|
+
hideTemplateCodes: never[];
|
100
101
|
isShowOutSetting: boolean;
|
101
102
|
customProps: {};
|
102
103
|
outerPrintKeys: never[];
|
@@ -105,11 +106,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
105
106
|
buttonProps: {};
|
106
107
|
showMaxHeight: null;
|
107
108
|
initLoadPrintParams: boolean;
|
109
|
+
showPreviewDataList: boolean;
|
108
110
|
};
|
109
111
|
};
|
110
112
|
svrUpdateIp: {
|
111
113
|
type: StringConstructor;
|
112
114
|
};
|
115
|
+
apptype: {
|
116
|
+
type: StringConstructor;
|
117
|
+
};
|
118
|
+
uuid: {
|
119
|
+
type: StringConstructor;
|
120
|
+
};
|
113
121
|
hidePreviewBtns: {
|
114
122
|
type: StringConstructor;
|
115
123
|
};
|
@@ -219,6 +227,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
219
227
|
default: () => {
|
220
228
|
isShowPrintAll: boolean;
|
221
229
|
printAllType: number;
|
230
|
+
hideTemplateCodes: never[];
|
222
231
|
isShowOutSetting: boolean;
|
223
232
|
customProps: {};
|
224
233
|
outerPrintKeys: never[];
|
@@ -227,11 +236,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
227
236
|
buttonProps: {};
|
228
237
|
showMaxHeight: null;
|
229
238
|
initLoadPrintParams: boolean;
|
239
|
+
showPreviewDataList: boolean;
|
230
240
|
};
|
231
241
|
};
|
232
242
|
svrUpdateIp: {
|
233
243
|
type: StringConstructor;
|
234
244
|
};
|
245
|
+
apptype: {
|
246
|
+
type: StringConstructor;
|
247
|
+
};
|
248
|
+
uuid: {
|
249
|
+
type: StringConstructor;
|
250
|
+
};
|
235
251
|
hidePreviewBtns: {
|
236
252
|
type: StringConstructor;
|
237
253
|
};
|
@@ -242,6 +258,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
242
258
|
state: any;
|
243
259
|
shortcutFn: any;
|
244
260
|
options: import("vue").Ref<AnyObject[]>;
|
261
|
+
realOptionList: import("vue").Ref<AnyObject[]>;
|
245
262
|
operations: import("vue").Ref<AnyObject[]>;
|
246
263
|
downlistOperation: any;
|
247
264
|
downlistPopover: any;
|
@@ -256,11 +273,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
256
273
|
printCustomProps: import("vue").ComputedRef<any>;
|
257
274
|
defaultPrintFormatId: import("vue").ComputedRef<any>;
|
258
275
|
isPrintAllType: import("vue").ComputedRef<any>;
|
276
|
+
hideTemplateCodes: import("vue").ComputedRef<any>;
|
259
277
|
shortcutSettings: import("vue").ComputedRef<any>;
|
260
278
|
buttonProps: import("vue").ComputedRef<any>;
|
261
279
|
showMaxHeight: import("vue").ComputedRef<any>;
|
262
280
|
printAllFormatIds: import("vue").ComputedRef<any>;
|
263
281
|
positionElement: import("vue").ComputedRef<any>;
|
282
|
+
showPreviewDataList: import("vue").ComputedRef<any>;
|
264
283
|
printAllShortcut: import("vue").ComputedRef<any>;
|
265
284
|
showSettingItems: import("vue").ComputedRef<AnyObject[]>;
|
266
285
|
isSelectedAll: import("vue").WritableComputedRef<boolean>;
|
@@ -273,19 +292,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
273
292
|
handleTypeClick: (name: string, key: string, option: any) => never[] | undefined;
|
274
293
|
savePrintOutSetting: () => void;
|
275
294
|
handleTwoShow: (name: string) => void;
|
276
|
-
handleClickOutHide: (
|
295
|
+
handleClickOutHide: (showType: string) => void;
|
296
|
+
hiddenPopover: () => void;
|
277
297
|
callLocalServicesSuccessCb: (res: any, type: any) => void;
|
278
298
|
callLocalServicesErrorCb: (res: unknown) => void;
|
279
299
|
callLocalServicesCancelCb: (res: unknown) => void;
|
280
300
|
prevFnError: (type: string) => void;
|
281
301
|
getPrintParams: () => string;
|
282
|
-
getOnceParams: (curPrintParamList: any[] | undefined, templateCode: string) => string;
|
302
|
+
getOnceParams: (curPrintParamList: any[] | undefined, templateCode: string, name?: string) => string;
|
283
303
|
handleClickPrintAll: () => void;
|
284
304
|
toggleExpandLoading: (isLoading: boolean, formatId?: string) => void;
|
285
305
|
getCurrentLoading: () => any;
|
286
306
|
handleOneTypePrint: (templateCode: string, templateId: string, formatId: string, isOuterClick: boolean) => void;
|
287
307
|
handleClickPrint: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string, printToParam?: never[], needContinuePrint?: boolean) => Promise<void>;
|
288
|
-
handleClickPreview: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => Promise<void>;
|
308
|
+
handleClickPreview: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string, name?: string) => Promise<void>;
|
289
309
|
handleClickPdf: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => Promise<void>;
|
290
310
|
handleClickEdit: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => void;
|
291
311
|
handleResetPrinter: (curPrintParamList: any[] | undefined, templateCode: string, templateId: string, formatId: string) => Promise<void>;
|
@@ -311,7 +331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
311
331
|
registerShort: (obj?: any) => Promise<void>;
|
312
332
|
handleClickBtn: (visible?: boolean) => Promise<false | undefined>;
|
313
333
|
reformatPrintParams: () => void;
|
314
|
-
verifiySuccess: (token: string) => void;
|
334
|
+
verifiySuccess: (token: string, templateCode: string) => void;
|
315
335
|
isPrintDisabled: (outer: any, j: number) => any;
|
316
336
|
directPrint: () => Promise<void>;
|
317
337
|
directDefaultFormatPrint: (defaultFormatId: string) => Promise<void>;
|
@@ -325,6 +345,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
325
345
|
NCheckbox: any;
|
326
346
|
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<{}>>, {}>;
|
327
347
|
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<{}>>, {}>;
|
348
|
+
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<{}>>, {}>;
|
328
349
|
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<{}>>, {}>;
|
329
350
|
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<{}>>, {}>;
|
330
351
|
IdentityVerification: import("vue").DefineComponent<{
|
@@ -350,6 +371,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
350
371
|
type: StringConstructor;
|
351
372
|
required: false;
|
352
373
|
};
|
374
|
+
templateCode: {
|
375
|
+
type: StringConstructor;
|
376
|
+
required: false;
|
377
|
+
};
|
353
378
|
}, {
|
354
379
|
$message: import("naive-ui").MessageApi;
|
355
380
|
DEFAULT_FORM: {
|
@@ -362,6 +387,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
362
387
|
modelValue: boolean;
|
363
388
|
formatId?: string | undefined;
|
364
389
|
templateId?: string | undefined;
|
390
|
+
templateCode?: string | undefined;
|
365
391
|
};
|
366
392
|
emit: (event: "close" | "success" | "update:modelValue" | "afterLeaveComponent", ...args: any[]) => void;
|
367
393
|
editFormRef: import("vue").Ref<{
|
@@ -450,8 +476,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
450
476
|
}[]>;
|
451
477
|
queryFileList: () => void;
|
452
478
|
onRemove: (options: {
|
453
|
-
file: import("naive-ui").UploadFileInfo;
|
454
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
479
|
+
file: import("naive-ui/es/upload").UploadFileInfo;
|
480
|
+
fileList: import("naive-ui/es/upload").UploadFileInfo[];
|
455
481
|
}) => Promise<unknown>;
|
456
482
|
submit: (datas: AnyObject) => Promise<unknown>;
|
457
483
|
validateFormat: () => boolean;
|
@@ -497,6 +523,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
497
523
|
type: StringConstructor;
|
498
524
|
required: false;
|
499
525
|
};
|
526
|
+
templateCode: {
|
527
|
+
type: StringConstructor;
|
528
|
+
required: false;
|
529
|
+
};
|
500
530
|
}>> & {
|
501
531
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
502
532
|
onClose?: ((...args: any[]) => any) | undefined;
|
@@ -601,6 +631,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
601
631
|
default: () => {
|
602
632
|
isShowPrintAll: boolean;
|
603
633
|
printAllType: number;
|
634
|
+
hideTemplateCodes: never[];
|
604
635
|
isShowOutSetting: boolean;
|
605
636
|
customProps: {};
|
606
637
|
outerPrintKeys: never[];
|
@@ -609,11 +640,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
609
640
|
buttonProps: {};
|
610
641
|
showMaxHeight: null;
|
611
642
|
initLoadPrintParams: boolean;
|
643
|
+
showPreviewDataList: boolean;
|
612
644
|
};
|
613
645
|
};
|
614
646
|
svrUpdateIp: {
|
615
647
|
type: StringConstructor;
|
616
648
|
};
|
649
|
+
apptype: {
|
650
|
+
type: StringConstructor;
|
651
|
+
};
|
652
|
+
uuid: {
|
653
|
+
type: StringConstructor;
|
654
|
+
};
|
617
655
|
hidePreviewBtns: {
|
618
656
|
type: StringConstructor;
|
619
657
|
};
|