cnhis-design-vue 3.4.0-release.3 → 3.4.0-release.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_virtual/_virtual_i18n-methods.js +5 -1
- package/es/components/audio-sdk/index.d.ts +4 -4
- package/es/components/audio-sdk/src/Index.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording-modal.vue.d.ts +4 -4
- package/es/components/audio-sdk/src/components/recording.vue.d.ts +4 -4
- package/es/components/base-search/index.d.ts +34 -0
- package/es/components/base-search/src/index.vue.d.ts +34 -0
- package/es/components/base-search/src/index.vue2.js +9 -1
- package/es/components/button-print/index.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +32 -0
- package/es/components/button-print/src/ButtonPrint.vue2.js +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue.d.ts +4 -0
- package/es/components/button-print/src/components/NewPrintComponent.vue2.js +73 -48
- package/es/components/button-print/src/components/OldPrintComponent.vue.d.ts +11 -0
- package/es/components/button-print/src/components/OldPrintComponent.vue2.js +35 -0
- package/es/components/button-print/src/utils/print.d.ts +1 -1
- package/es/components/button-print/src/utils/print.js +4 -2
- package/es/components/callback/src/components/render/popupMaps.d.ts +38 -24
- package/es/components/classification/index.d.ts +84 -0
- package/es/components/classification/src/components/search-filter/index.vue.d.ts +84 -0
- package/es/components/classification/src/components/set-classification/index.vue.d.ts +84 -0
- package/es/components/classification/src/index.vue.d.ts +84 -0
- package/es/components/classification/src/index.vue2.js +7 -0
- package/es/components/date-picker/index.d.ts +28 -0
- package/es/components/date-picker/src/DatePicker.vue.d.ts +28 -0
- package/es/components/date-picker/src/DatePicker.vue2.js +26 -1
- package/es/components/expand-field/index.d.ts +31 -0
- package/es/components/expand-field/src/components/FormItemPerson.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/PersonModal.vue.d.ts +31 -0
- package/es/components/expand-field/src/components/form.vue.d.ts +31 -0
- package/es/components/expand-field/src/index.vue.d.ts +31 -0
- package/es/components/fabric-chart/index.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +3 -3
- package/es/components/fabric-chart/src/FabricChart.vue2.js +1 -0
- package/es/components/fabric-chart/src/components/PopupMenu.d.ts +4 -4
- package/es/components/fabric-chart/src/components/PopupMenu.js +57 -39
- package/es/components/fabric-chart/src/constants/index.d.ts +19 -5
- package/es/components/fabric-chart/src/constants/index.js +26 -11
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcess.js +119 -193
- package/es/components/fabric-chart/src/hooks/birthProcess/useBirthProcessChart.js +69 -117
- package/es/components/fabric-chart/src/hooks/electrocardiogram/hooks/useDetailEvent.js +15 -11
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogram.js +39 -27
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.d.ts +2 -2
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useElectrocardiogramChart.js +86 -122
- package/es/components/fabric-chart/src/hooks/electrocardiogram/useMeasureInstrument.js +1 -0
- package/es/components/fabric-chart/src/hooks/newBirthProcess/useNewBirthProcessChart.js +65 -113
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useCenter.js +63 -37
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useLeft.js +31 -14
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useOther.js +6 -7
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useSurgicalAnesthesiaChart.js +152 -208
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/surgicalAnesthesia/useTop.js +8 -9
- package/es/components/fabric-chart/src/hooks/temperature/useBottom.js +1 -0
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.d.ts +4 -3
- package/es/components/fabric-chart/src/hooks/temperature/useCenter.js +138 -229
- package/es/components/fabric-chart/src/hooks/temperature/useOther.js +5 -2
- package/es/components/fabric-chart/src/hooks/temperature/useTemperatureChart.js +195 -273
- package/es/components/fabric-chart/src/hooks/temperature/useTop.js +1 -0
- package/es/components/fabric-chart/src/interface.d.ts +14 -1
- package/es/components/fabric-chart/src/utils/eventBus.d.ts +2 -0
- package/es/components/fabric-chart/src/utils/eventBus.js +5 -0
- package/es/components/fabric-chart/src/utils/index.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +2 -10
- package/es/components/fabric-chart/style/index.css +1 -1
- package/es/components/field-editor/index.d.ts +1 -0
- package/es/components/field-editor/src/FieldEditor.vue.d.ts +1 -0
- package/es/components/field-set/src/FieldColor.vue.d.ts +57 -1
- package/es/components/field-set/src/FieldFilter.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue.d.ts +1 -1
- package/es/components/field-set/src/FieldSet.vue2.js +3 -1
- package/es/components/field-set/src/components/condition.vue.d.ts +28 -0
- package/es/components/field-set/src/components/edit-dialog.vue.d.ts +56 -0
- package/es/components/field-set/src/components/edit-filter.vue.d.ts +28 -0
- package/es/components/field-set/src/components/table-row.vue.d.ts +1 -1
- package/es/components/form-config/index.d.ts +24 -0
- package/es/components/form-config/src/FormConfig.vue.d.ts +24 -0
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +1 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +19 -0
- package/es/components/form-config/src/components/FormConfigEdit.vue2.js +48 -24
- package/es/components/form-config/src/components/FormConfigEventSetting.vue.d.ts +1 -0
- package/es/components/form-config/src/constants/index.d.ts +2 -0
- package/es/components/form-config/src/constants/index.js +2 -0
- package/es/components/form-config/src/hooks/useConfigurationField.js +20 -3
- package/es/components/form-render/index.d.ts +1 -0
- package/es/components/form-render/src/FormRender.vue.d.ts +1 -0
- package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +1 -0
- package/es/components/form-render/src/components/renderer/combination/hooks/useCombination.js +1 -1
- package/es/components/form-render/src/components/renderer/combination/jsonCombination.js +1 -0
- 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 +3 -2
- package/es/components/form-render/src/hooks/useFieldNormalize.d.ts +2 -0
- package/es/components/form-render/src/hooks/useFormEvent.js +1 -1
- package/es/components/form-render/src/hooks/useNewLowCodeReactions.js +8 -0
- package/es/components/form-render/src/types/index.d.ts +1 -0
- package/es/components/form-render/src/utils/index.d.ts +1 -1
- package/es/components/form-render/src/utils/index.js +5 -2
- package/es/components/iho-chat/index.d.ts +2757 -300
- package/es/components/iho-chat/src/Index.vue.d.ts +2757 -300
- package/es/components/iho-chat/src/Index.vue2.js +5 -3
- package/es/components/iho-chat/src/api/index.d.ts +89 -16
- package/es/components/iho-chat/src/api/index.js +8 -1
- package/es/components/iho-chat/src/components/ChatAdd.vue.d.ts +104 -22
- package/es/components/iho-chat/src/components/ChatFile.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue.d.ts +191 -29
- package/es/components/iho-chat/src/components/ChatFooter.vue2.js +3 -0
- package/es/components/iho-chat/src/components/ChatHeader.vue.d.ts +783 -101
- package/es/components/iho-chat/src/components/ChatMain.vue.d.ts +611 -51
- package/es/components/iho-chat/src/components/ChatMain.vue2.js +27 -28
- package/es/components/iho-chat/src/components/ChatRecord.vue.d.ts +204 -14
- package/es/components/iho-chat/src/components/ChatSearch.vue.d.ts +175 -10
- package/es/components/iho-chat/src/components/ChatSearch.vue2.js +2 -1
- package/es/components/iho-chat/src/components/ChatSet.vue.d.ts +197 -29
- package/es/components/iho-chat/src/components/ChatSet.vue2.js +48 -11
- package/es/components/iho-chat/src/components/ContextMenu.js +7 -10
- package/es/components/iho-chat/src/components/MessageEvent.vue.d.ts +88 -7
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.d.ts +158 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue.js +6 -0
- package/es/components/iho-chat/src/components/MessageMarkdown.vue2.js +51 -0
- package/es/components/iho-chat/src/components/MessageMergeForward.vue.d.ts +176 -14
- package/es/components/iho-chat/src/components/MultipleVideo.vue.d.ts +192 -29
- package/es/components/iho-chat/src/components/MultipleVideo.vue2.js +2 -1
- package/es/components/iho-chat/src/components/PersonProfile.vue.d.ts +91 -8
- package/es/components/iho-chat/src/components/SiderList.vue.d.ts +121 -11
- package/es/components/iho-chat/src/components/Video.vue.d.ts +89 -8
- package/es/components/iho-chat/src/components/userItemRender.js +2 -1
- package/es/components/iho-chat/src/constants/index.d.ts +2 -1
- package/es/components/iho-chat/src/constants/index.js +1 -0
- package/es/components/iho-chat/src/hooks/useData.d.ts +374 -27
- package/es/components/iho-chat/src/hooks/useData.js +31 -10
- package/es/components/iho-chat/src/hooks/useStreamOutput.d.ts +6 -0
- package/es/components/iho-chat/src/hooks/useStreamOutput.js +100 -0
- package/es/components/iho-chat/src/hooks/useVideo.d.ts +89 -7
- package/es/components/iho-chat/src/hooks/useWebSocket.js +14 -4
- package/es/components/iho-chat/src/types/index.d.ts +39 -7
- package/es/components/iho-chat/src/utils/index.d.ts +2 -1
- package/es/components/iho-chat/src/utils/sseClient.d.ts +22 -0
- package/es/components/iho-chat/src/utils/sseClient.js +97 -0
- package/es/components/iho-chat/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +37 -24
- package/es/components/iho-table/src/IhoTable.vue.d.ts +37 -24
- package/es/components/iho-table/src/IhoTable.vue2.js +7 -2
- package/es/components/iho-table/src/constants/index.d.ts +2 -2
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +3 -3
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +1 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +1 -1
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue.d.ts +30 -4
- package/es/components/iho-table/src/plugins/filterDaterangeRenderPlugin/filter.vue2.js +22 -8
- package/es/components/iho-table/src/plugins/highLightSetPlugin.js +7 -2
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin.js +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +28 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/levelSearchCascadePlugin/levelSearchCascade.vue.d.ts +2 -2
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +2 -2
- 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 +8 -2
- package/es/components/iho-table/src/types/index.d.ts +3 -1
- package/es/components/index.css +1 -1
- package/es/components/info-header/index.d.ts +46 -2
- package/es/components/info-header/src/InfoHeader.vue.d.ts +46 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/DescriptionItem.vue2.js +2 -1
- package/es/components/info-header/src/components/infoDescription/DescriptionList.vue.d.ts +41 -2
- package/es/components/info-header/src/components/infoDescription/HiddenContent.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue.d.ts +20 -1
- package/es/components/info-header/src/components/infoDescription/InfoEllipsis.vue2.js +9 -6
- package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +42 -2
- package/es/components/info-header/src/components/infoDescription/index.vue2.js +1 -1
- package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +1 -0
- package/es/components/scale-view/index.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue.d.ts +1 -1
- package/es/components/scale-view/src/ScaleView.vue2.js +9 -3
- package/es/components/scale-view/src/hooks/use-event.js +56 -22
- package/es/components/select-person/index.d.ts +31 -0
- package/es/components/select-person/src/SelectPerson.vue.d.ts +14 -0
- package/es/components/select-person/src/SelectPerson.vue2.js +36 -8
- package/es/components/select-person/src/index.vue.d.ts +31 -0
- package/es/components/select-person/src/index.vue2.js +4 -0
- package/es/components/shortcut-setter/index.d.ts +1 -0
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +1 -0
- package/es/components/table-export-field/src/components/SaveProjectModal.vue2.js +2 -2
- package/es/components/table-filter/src/components/bi-filter/ValueCfg.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/Date.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/components/index.d.ts +28 -0
- package/es/components/table-filter/src/components/bi-filter/index.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/ValueCfg.vue.d.ts +56 -0
- package/es/components/table-filter/src/components/classify-filter/components/Date.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/DateRange.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/classify-filter/components/index.d.ts +56 -0
- package/es/components/table-filter/src/components/classify-filter/index.vue.d.ts +56 -0
- package/es/components/table-filter/src/components/render-widget/components/DateInner.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue.d.ts +30 -0
- package/es/components/table-filter/src/components/render-widget/components/DateOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/DateRangeInner.vue.d.ts +28 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue.d.ts +30 -0
- package/es/components/table-filter/src/components/render-widget/components/DateRangeOut.vue2.js +10 -2
- package/es/components/table-filter/src/components/render-widget/components/index.d.ts +116 -0
- package/es/components/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +9 -9
- package/es/components/table-filter/src/components/render-widget/widgetCfgMaps.d.ts +116 -0
- package/es/components/table-filter/src/constants/index.d.ts +1 -0
- package/es/components/table-filter/src/constants/index.js +4 -1
- package/es/shared/components/Ellipsis/Ellipsis.d.ts +12 -0
- package/es/shared/components/Ellipsis/Ellipsis.js +86 -0
- package/es/shared/components/Ellipsis/index.d.ts +2 -0
- package/es/shared/components/Ellipsis/index.js +2 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.d.ts +15 -0
- package/es/shared/components/InputNumberSlash/InputNumberSlash.js +24 -10
- package/es/shared/package.json.js +1 -1
- package/es/shared/types/business.d.ts +3 -2
- package/es/shared/utils/business.js +16 -0
- package/package.json +3 -3
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
function i18n(code, defaultValue) {
|
|
2
|
-
|
|
2
|
+
try {
|
|
3
|
+
return window.getLanguageByCode?.(code) || window.top?.getLanguageByCode?.(code) || defaultValue;
|
|
4
|
+
} catch (error) {
|
|
5
|
+
return defaultValue;
|
|
6
|
+
}
|
|
3
7
|
}
|
|
4
8
|
|
|
5
9
|
function i18nAbbr(code, defaultValue) {
|
|
@@ -191,13 +191,13 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<import("vue
|
|
|
191
191
|
}>> & Readonly<{
|
|
192
192
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
193
193
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
194
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
195
194
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
195
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
197
197
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
198
198
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
199
199
|
}> & {}>;
|
|
200
|
-
emit: (event: "close" | "success" | "
|
|
200
|
+
emit: (event: "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", ...args: any[]) => void;
|
|
201
201
|
loading: import("vue").Ref<boolean, boolean>;
|
|
202
202
|
content: import("vue").Ref<string | {
|
|
203
203
|
data: string;
|
|
@@ -283,7 +283,7 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<import("vue
|
|
|
283
283
|
ContinueSvg: any;
|
|
284
284
|
EnlargeSvg: any;
|
|
285
285
|
WaveView: any;
|
|
286
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "
|
|
286
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange")[], "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
287
287
|
content: {
|
|
288
288
|
type: import("vue").PropType<string | {
|
|
289
289
|
data: string;
|
|
@@ -327,8 +327,8 @@ declare const AudioSdk: SFCWithInstall<import("vue").DefineComponent<import("vue
|
|
|
327
327
|
}>> & Readonly<{
|
|
328
328
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
329
329
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
330
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
331
330
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
331
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
332
332
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
333
333
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
334
334
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -189,13 +189,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
189
189
|
}>> & Readonly<{
|
|
190
190
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
191
191
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
192
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
193
192
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
194
194
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
195
195
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
196
196
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
197
197
|
}> & {}>;
|
|
198
|
-
emit: (event: "close" | "success" | "
|
|
198
|
+
emit: (event: "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", ...args: any[]) => void;
|
|
199
199
|
loading: import("vue").Ref<boolean, boolean>;
|
|
200
200
|
content: import("vue").Ref<string | {
|
|
201
201
|
data: string;
|
|
@@ -281,7 +281,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
281
281
|
ContinueSvg: any;
|
|
282
282
|
EnlargeSvg: any;
|
|
283
283
|
WaveView: any;
|
|
284
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "
|
|
284
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange")[], "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
285
285
|
content: {
|
|
286
286
|
type: PropType<string | {
|
|
287
287
|
data: string;
|
|
@@ -325,8 +325,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
325
325
|
}>> & Readonly<{
|
|
326
326
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
327
327
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
328
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
329
328
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
329
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
330
330
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
331
331
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
332
332
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -98,13 +98,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
98
|
}>> & Readonly<{
|
|
99
99
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
100
100
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
102
101
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
102
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
104
104
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
}> & {}>;
|
|
107
|
-
emit: (event: "close" | "success" | "
|
|
107
|
+
emit: (event: "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", ...args: any[]) => void;
|
|
108
108
|
loading: import("vue").Ref<boolean, boolean>;
|
|
109
109
|
content: import("vue").Ref<string | {
|
|
110
110
|
data: string;
|
|
@@ -190,7 +190,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
190
190
|
ContinueSvg: any;
|
|
191
191
|
EnlargeSvg: any;
|
|
192
192
|
WaveView: any;
|
|
193
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "
|
|
193
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange")[], "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
194
194
|
content: {
|
|
195
195
|
type: import("vue").PropType<string | {
|
|
196
196
|
data: string;
|
|
@@ -234,8 +234,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
234
234
|
}>> & Readonly<{
|
|
235
235
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
236
236
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
237
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
238
237
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
238
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
239
239
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
240
240
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
241
241
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -86,13 +86,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
86
|
}>> & Readonly<{
|
|
87
87
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
89
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
90
89
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
94
94
|
}> & {}>;
|
|
95
|
-
emit: (event: "close" | "success" | "
|
|
95
|
+
emit: (event: "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", ...args: any[]) => void;
|
|
96
96
|
loading: import("vue").Ref<boolean, boolean>;
|
|
97
97
|
content: import("vue").Ref<string | {
|
|
98
98
|
data: string;
|
|
@@ -178,7 +178,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
178
178
|
ContinueSvg: any;
|
|
179
179
|
EnlargeSvg: any;
|
|
180
180
|
WaveView: any;
|
|
181
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "
|
|
181
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange")[], "close" | "success" | "pause" | "fail" | "resume" | "toAnalyzing" | "heightChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
182
182
|
content: {
|
|
183
183
|
type: PropType<string | {
|
|
184
184
|
data: string;
|
|
@@ -222,8 +222,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
222
222
|
}>> & Readonly<{
|
|
223
223
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
224
224
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
225
|
-
onFail?: ((...args: any[]) => any) | undefined;
|
|
226
225
|
onPause?: ((...args: any[]) => any) | undefined;
|
|
226
|
+
onFail?: ((...args: any[]) => any) | undefined;
|
|
227
227
|
onResume?: ((...args: any[]) => any) | undefined;
|
|
228
228
|
onToAnalyzing?: ((...args: any[]) => any) | undefined;
|
|
229
229
|
onHeightChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -26,6 +26,16 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
|
+
shortcutListenerConfig: {
|
|
30
|
+
type: import("vue").PropType<{
|
|
31
|
+
enable: boolean;
|
|
32
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
33
|
+
}>;
|
|
34
|
+
default: () => {
|
|
35
|
+
enable: boolean;
|
|
36
|
+
callback: () => {};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
29
39
|
}>, {
|
|
30
40
|
outQuickSearchFn: {
|
|
31
41
|
handlerInitSearchItem(arr: import("..").ISearchType[]): void;
|
|
@@ -107,6 +117,16 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
107
117
|
type: BooleanConstructor;
|
|
108
118
|
default: boolean;
|
|
109
119
|
};
|
|
120
|
+
shortcutListenerConfig: {
|
|
121
|
+
type: import("vue").PropType<{
|
|
122
|
+
enable: boolean;
|
|
123
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
124
|
+
}>;
|
|
125
|
+
default: () => {
|
|
126
|
+
enable: boolean;
|
|
127
|
+
callback: () => {};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
110
130
|
}>> & Readonly<{
|
|
111
131
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
112
132
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -292,6 +312,16 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
292
312
|
type: BooleanConstructor;
|
|
293
313
|
default: boolean;
|
|
294
314
|
};
|
|
315
|
+
shortcutListenerConfig: {
|
|
316
|
+
type: import("vue").PropType<{
|
|
317
|
+
enable: boolean;
|
|
318
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
319
|
+
}>;
|
|
320
|
+
default: () => {
|
|
321
|
+
enable: boolean;
|
|
322
|
+
callback: () => {};
|
|
323
|
+
};
|
|
324
|
+
};
|
|
295
325
|
}>> & Readonly<{
|
|
296
326
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
297
327
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -304,5 +334,9 @@ declare const CBaseSearch: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
304
334
|
qqConObjCount: number;
|
|
305
335
|
appendValueConfig: Record<string, any>;
|
|
306
336
|
isShowTitle: boolean;
|
|
337
|
+
shortcutListenerConfig: {
|
|
338
|
+
enable: boolean;
|
|
339
|
+
callback: (key: string, propKey?: string | undefined) => void;
|
|
340
|
+
};
|
|
307
341
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
308
342
|
export default CBaseSearch;
|
|
@@ -27,6 +27,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
|
+
shortcutListenerConfig: {
|
|
31
|
+
type: PropType<{
|
|
32
|
+
enable: boolean;
|
|
33
|
+
callback: (key: string, propKey?: string) => void;
|
|
34
|
+
}>;
|
|
35
|
+
default: () => {
|
|
36
|
+
enable: boolean;
|
|
37
|
+
callback: () => {};
|
|
38
|
+
};
|
|
39
|
+
};
|
|
30
40
|
}>, {
|
|
31
41
|
outQuickSearchFn: {
|
|
32
42
|
handlerInitSearchItem(arr: ISearchType[]): void;
|
|
@@ -108,6 +118,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
108
118
|
type: BooleanConstructor;
|
|
109
119
|
default: boolean;
|
|
110
120
|
};
|
|
121
|
+
shortcutListenerConfig: {
|
|
122
|
+
type: PropType<{
|
|
123
|
+
enable: boolean;
|
|
124
|
+
callback: (key: string, propKey?: string) => void;
|
|
125
|
+
}>;
|
|
126
|
+
default: () => {
|
|
127
|
+
enable: boolean;
|
|
128
|
+
callback: () => {};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
111
131
|
}>> & Readonly<{
|
|
112
132
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
113
133
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -293,6 +313,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
293
313
|
type: BooleanConstructor;
|
|
294
314
|
default: boolean;
|
|
295
315
|
};
|
|
316
|
+
shortcutListenerConfig: {
|
|
317
|
+
type: PropType<{
|
|
318
|
+
enable: boolean;
|
|
319
|
+
callback: (key: string, propKey?: string) => void;
|
|
320
|
+
}>;
|
|
321
|
+
default: () => {
|
|
322
|
+
enable: boolean;
|
|
323
|
+
callback: () => {};
|
|
324
|
+
};
|
|
325
|
+
};
|
|
296
326
|
}>> & Readonly<{
|
|
297
327
|
onFoldQuickSearch?: ((...args: any[]) => any) | undefined;
|
|
298
328
|
onOnFilterSearch?: ((...args: any[]) => any) | undefined;
|
|
@@ -305,5 +335,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
305
335
|
qqConObjCount: number;
|
|
306
336
|
appendValueConfig: Record<string, any>;
|
|
307
337
|
isShowTitle: boolean;
|
|
338
|
+
shortcutListenerConfig: {
|
|
339
|
+
enable: boolean;
|
|
340
|
+
callback: (key: string, propKey?: string) => void;
|
|
341
|
+
};
|
|
308
342
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
309
343
|
export default _default;
|
|
@@ -7,7 +7,7 @@ import useRenderWidget from '../../table-filter/src/hooks/useRenderWidget.js';
|
|
|
7
7
|
import { NButton, NIcon } from 'naive-ui';
|
|
8
8
|
import { Search } from '@vicons/ionicons5';
|
|
9
9
|
import { isObject, cloneDeep } from 'lodash-es';
|
|
10
|
-
import { InjectionFilterApiConfig, InjectionFilterSearchConfig } from '../../table-filter/src/constants/index.js';
|
|
10
|
+
import { InjectionFilterApiConfig, InjectionFilterSearchConfig, InjectionShortcutListenerConfig } from '../../table-filter/src/constants/index.js';
|
|
11
11
|
import { WidgetTypeEnums } from '../../table-filter/src/types/enums.js';
|
|
12
12
|
|
|
13
13
|
const _hoisted_1 = {
|
|
@@ -76,6 +76,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76
76
|
isShowTitle: {
|
|
77
77
|
type: Boolean,
|
|
78
78
|
default: false
|
|
79
|
+
},
|
|
80
|
+
shortcutListenerConfig: {
|
|
81
|
+
type: Object,
|
|
82
|
+
default: () => ({
|
|
83
|
+
enable: false,
|
|
84
|
+
callback: () => ({})
|
|
85
|
+
})
|
|
79
86
|
}
|
|
80
87
|
},
|
|
81
88
|
emits: [
|
|
@@ -110,6 +117,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
110
117
|
const filterChangeFnList = ref([]);
|
|
111
118
|
provide(InjectionFilterApiConfig, props.filterApiConfig);
|
|
112
119
|
provide(InjectionFilterSearchConfig, outSearchFieldList);
|
|
120
|
+
provide(InjectionShortcutListenerConfig, props.shortcutListenerConfig);
|
|
113
121
|
const showQuickSearch = computed(() => {
|
|
114
122
|
let showQuick = isShowSetting("hideQuickSearch");
|
|
115
123
|
return showQuick;
|
|
@@ -124,6 +124,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
124
124
|
hidePreviewBtns: {
|
|
125
125
|
type: StringConstructor;
|
|
126
126
|
};
|
|
127
|
+
isShowResetPrinter: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
127
131
|
}>, {
|
|
128
132
|
$attrs: {
|
|
129
133
|
[x: string]: unknown;
|
|
@@ -251,6 +255,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
251
255
|
hidePreviewBtns: {
|
|
252
256
|
type: StringConstructor;
|
|
253
257
|
};
|
|
258
|
+
isShowResetPrinter: {
|
|
259
|
+
type: BooleanConstructor;
|
|
260
|
+
default: boolean;
|
|
261
|
+
};
|
|
254
262
|
}>> & Readonly<{
|
|
255
263
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
256
264
|
onError?: ((...args: any[]) => any) | undefined;
|
|
@@ -366,6 +374,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
366
374
|
showMaxHeight: null;
|
|
367
375
|
initLoadPrintParams: boolean;
|
|
368
376
|
showPreviewDataList: boolean;
|
|
377
|
+
noShowOutSettingText: boolean;
|
|
369
378
|
};
|
|
370
379
|
};
|
|
371
380
|
svrUpdateIp: {
|
|
@@ -497,6 +506,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
497
506
|
showMaxHeight: null;
|
|
498
507
|
initLoadPrintParams: boolean;
|
|
499
508
|
showPreviewDataList: boolean;
|
|
509
|
+
noShowOutSettingText: boolean;
|
|
500
510
|
};
|
|
501
511
|
};
|
|
502
512
|
svrUpdateIp: {
|
|
@@ -540,6 +550,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
540
550
|
printAllFormatIds: import("vue").ComputedRef<any>;
|
|
541
551
|
positionElement: import("vue").ComputedRef<any>;
|
|
542
552
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
|
553
|
+
noShowOutSettingText: import("vue").ComputedRef<any>;
|
|
543
554
|
printAllShortcut: import("vue").ComputedRef<any>;
|
|
544
555
|
showSettingItems: import("vue").ComputedRef<import("../../shared/types").AnyObject[]>;
|
|
545
556
|
isSelectedAll: import("vue").WritableComputedRef<boolean, boolean>;
|
|
@@ -934,6 +945,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
934
945
|
showMaxHeight: null;
|
|
935
946
|
initLoadPrintParams: boolean;
|
|
936
947
|
showPreviewDataList: boolean;
|
|
948
|
+
noShowOutSettingText: boolean;
|
|
937
949
|
};
|
|
938
950
|
};
|
|
939
951
|
svrUpdateIp: {
|
|
@@ -1085,6 +1097,9 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1085
1097
|
hidePreviewBtns: {
|
|
1086
1098
|
type: StringConstructor;
|
|
1087
1099
|
};
|
|
1100
|
+
isShowResetPrinter: {
|
|
1101
|
+
type: BooleanConstructor;
|
|
1102
|
+
};
|
|
1088
1103
|
}>, {
|
|
1089
1104
|
$attrs: {
|
|
1090
1105
|
[x: string]: unknown;
|
|
@@ -1208,6 +1223,9 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1208
1223
|
hidePreviewBtns: {
|
|
1209
1224
|
type: StringConstructor;
|
|
1210
1225
|
};
|
|
1226
|
+
isShowResetPrinter: {
|
|
1227
|
+
type: BooleanConstructor;
|
|
1228
|
+
};
|
|
1211
1229
|
}>> & Readonly<{}> & {}>;
|
|
1212
1230
|
emit: any;
|
|
1213
1231
|
defaultFormatInfo: import("../../shared/types").AnyObject;
|
|
@@ -1247,6 +1265,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1247
1265
|
handleClickPreview: () => Promise<void>;
|
|
1248
1266
|
handleClickPdf: () => Promise<void>;
|
|
1249
1267
|
handleClickEdit: () => void;
|
|
1268
|
+
handleResetPrinter: () => Promise<void>;
|
|
1250
1269
|
handleSelect: (key: string, option: import("../../shared/types").AnyObject) => Promise<void>;
|
|
1251
1270
|
handleClickOutside: () => void;
|
|
1252
1271
|
instantiatePrintSDK: () => false | undefined;
|
|
@@ -1602,6 +1621,9 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1602
1621
|
hidePreviewBtns: {
|
|
1603
1622
|
type: StringConstructor;
|
|
1604
1623
|
};
|
|
1624
|
+
isShowResetPrinter: {
|
|
1625
|
+
type: BooleanConstructor;
|
|
1626
|
+
};
|
|
1605
1627
|
}>> & Readonly<{}>, {
|
|
1606
1628
|
params: import("../../shared/types").AnyObject[];
|
|
1607
1629
|
btnText: string;
|
|
@@ -1626,6 +1648,7 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1626
1648
|
showLoading: boolean;
|
|
1627
1649
|
hideButtons: unknown[];
|
|
1628
1650
|
printCustomProps: Record<string, any>;
|
|
1651
|
+
isShowResetPrinter: boolean;
|
|
1629
1652
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1630
1653
|
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1631
1654
|
printParams: {
|
|
@@ -1750,6 +1773,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1750
1773
|
hidePreviewBtns: {
|
|
1751
1774
|
type: StringConstructor;
|
|
1752
1775
|
};
|
|
1776
|
+
isShowResetPrinter: {
|
|
1777
|
+
type: BooleanConstructor;
|
|
1778
|
+
default: boolean;
|
|
1779
|
+
};
|
|
1753
1780
|
}>> & Readonly<{
|
|
1754
1781
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1755
1782
|
onError?: ((...args: any[]) => any) | undefined;
|
|
@@ -1887,6 +1914,10 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1887
1914
|
hidePreviewBtns: {
|
|
1888
1915
|
type: StringConstructor;
|
|
1889
1916
|
};
|
|
1917
|
+
isShowResetPrinter: {
|
|
1918
|
+
type: BooleanConstructor;
|
|
1919
|
+
default: boolean;
|
|
1920
|
+
};
|
|
1890
1921
|
}>> & Readonly<{
|
|
1891
1922
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1892
1923
|
onError?: ((...args: any[]) => any) | undefined;
|
|
@@ -1920,5 +1951,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<import("
|
|
|
1920
1951
|
printCustomProps: Record<string, any>;
|
|
1921
1952
|
placement: string;
|
|
1922
1953
|
newPrintSetting: Record<string, any>;
|
|
1954
|
+
isShowResetPrinter: boolean;
|
|
1923
1955
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1924
1956
|
export default ButtonPrint;
|
|
@@ -127,6 +127,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
127
|
hidePreviewBtns: {
|
|
128
128
|
type: StringConstructor;
|
|
129
129
|
};
|
|
130
|
+
isShowResetPrinter: {
|
|
131
|
+
type: BooleanConstructor;
|
|
132
|
+
default: boolean;
|
|
133
|
+
};
|
|
130
134
|
}>, {
|
|
131
135
|
$attrs: {
|
|
132
136
|
[x: string]: unknown;
|
|
@@ -257,6 +261,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
257
261
|
hidePreviewBtns: {
|
|
258
262
|
type: StringConstructor;
|
|
259
263
|
};
|
|
264
|
+
isShowResetPrinter: {
|
|
265
|
+
type: BooleanConstructor;
|
|
266
|
+
default: boolean;
|
|
267
|
+
};
|
|
260
268
|
}>> & Readonly<{
|
|
261
269
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
262
270
|
onError?: ((...args: any[]) => any) | undefined;
|
|
@@ -372,6 +380,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
372
380
|
showMaxHeight: null;
|
|
373
381
|
initLoadPrintParams: boolean;
|
|
374
382
|
showPreviewDataList: boolean;
|
|
383
|
+
noShowOutSettingText: boolean;
|
|
375
384
|
};
|
|
376
385
|
};
|
|
377
386
|
svrUpdateIp: {
|
|
@@ -503,6 +512,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
503
512
|
showMaxHeight: null;
|
|
504
513
|
initLoadPrintParams: boolean;
|
|
505
514
|
showPreviewDataList: boolean;
|
|
515
|
+
noShowOutSettingText: boolean;
|
|
506
516
|
};
|
|
507
517
|
};
|
|
508
518
|
svrUpdateIp: {
|
|
@@ -546,6 +556,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
546
556
|
printAllFormatIds: import("vue").ComputedRef<any>;
|
|
547
557
|
positionElement: import("vue").ComputedRef<any>;
|
|
548
558
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
|
559
|
+
noShowOutSettingText: import("vue").ComputedRef<any>;
|
|
549
560
|
printAllShortcut: import("vue").ComputedRef<any>;
|
|
550
561
|
showSettingItems: import("vue").ComputedRef<AnyObject[]>;
|
|
551
562
|
isSelectedAll: import("vue").WritableComputedRef<boolean, boolean>;
|
|
@@ -940,6 +951,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
940
951
|
showMaxHeight: null;
|
|
941
952
|
initLoadPrintParams: boolean;
|
|
942
953
|
showPreviewDataList: boolean;
|
|
954
|
+
noShowOutSettingText: boolean;
|
|
943
955
|
};
|
|
944
956
|
};
|
|
945
957
|
svrUpdateIp: {
|
|
@@ -1091,6 +1103,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1091
1103
|
hidePreviewBtns: {
|
|
1092
1104
|
type: StringConstructor;
|
|
1093
1105
|
};
|
|
1106
|
+
isShowResetPrinter: {
|
|
1107
|
+
type: BooleanConstructor;
|
|
1108
|
+
};
|
|
1094
1109
|
}>, {
|
|
1095
1110
|
$attrs: {
|
|
1096
1111
|
[x: string]: unknown;
|
|
@@ -1214,6 +1229,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1214
1229
|
hidePreviewBtns: {
|
|
1215
1230
|
type: StringConstructor;
|
|
1216
1231
|
};
|
|
1232
|
+
isShowResetPrinter: {
|
|
1233
|
+
type: BooleanConstructor;
|
|
1234
|
+
};
|
|
1217
1235
|
}>> & Readonly<{}> & {}>;
|
|
1218
1236
|
emit: any;
|
|
1219
1237
|
defaultFormatInfo: AnyObject;
|
|
@@ -1253,6 +1271,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1253
1271
|
handleClickPreview: () => Promise<void>;
|
|
1254
1272
|
handleClickPdf: () => Promise<void>;
|
|
1255
1273
|
handleClickEdit: () => void;
|
|
1274
|
+
handleResetPrinter: () => Promise<void>;
|
|
1256
1275
|
handleSelect: (key: string, option: AnyObject) => Promise<void>;
|
|
1257
1276
|
handleClickOutside: () => void;
|
|
1258
1277
|
instantiatePrintSDK: () => false | undefined;
|
|
@@ -1608,6 +1627,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1608
1627
|
hidePreviewBtns: {
|
|
1609
1628
|
type: StringConstructor;
|
|
1610
1629
|
};
|
|
1630
|
+
isShowResetPrinter: {
|
|
1631
|
+
type: BooleanConstructor;
|
|
1632
|
+
};
|
|
1611
1633
|
}>> & Readonly<{}>, {
|
|
1612
1634
|
params: AnyObject[];
|
|
1613
1635
|
btnText: string;
|
|
@@ -1632,6 +1654,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1632
1654
|
showLoading: boolean;
|
|
1633
1655
|
hideButtons: unknown[];
|
|
1634
1656
|
printCustomProps: Record<string, any>;
|
|
1657
|
+
isShowResetPrinter: boolean;
|
|
1635
1658
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1636
1659
|
getProps: import("vue").ComputedRef<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1637
1660
|
printParams: {
|
|
@@ -1759,6 +1782,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1759
1782
|
hidePreviewBtns: {
|
|
1760
1783
|
type: StringConstructor;
|
|
1761
1784
|
};
|
|
1785
|
+
isShowResetPrinter: {
|
|
1786
|
+
type: BooleanConstructor;
|
|
1787
|
+
default: boolean;
|
|
1788
|
+
};
|
|
1762
1789
|
}>> & Readonly<{
|
|
1763
1790
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1764
1791
|
onError?: ((...args: any[]) => any) | undefined;
|
|
@@ -1899,6 +1926,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1899
1926
|
hidePreviewBtns: {
|
|
1900
1927
|
type: StringConstructor;
|
|
1901
1928
|
};
|
|
1929
|
+
isShowResetPrinter: {
|
|
1930
|
+
type: BooleanConstructor;
|
|
1931
|
+
default: boolean;
|
|
1932
|
+
};
|
|
1902
1933
|
}>> & Readonly<{
|
|
1903
1934
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
1904
1935
|
onError?: ((...args: any[]) => any) | undefined;
|
|
@@ -1932,5 +1963,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1932
1963
|
printCustomProps: Record<string, any>;
|
|
1933
1964
|
placement: string;
|
|
1934
1965
|
newPrintSetting: Record<string, any>;
|
|
1966
|
+
isShowResetPrinter: boolean;
|
|
1935
1967
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1936
1968
|
export default _default;
|
|
@@ -111,6 +111,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
111
|
showMaxHeight: null;
|
|
112
112
|
initLoadPrintParams: boolean;
|
|
113
113
|
showPreviewDataList: boolean;
|
|
114
|
+
noShowOutSettingText: boolean;
|
|
114
115
|
};
|
|
115
116
|
};
|
|
116
117
|
svrUpdateIp: {
|
|
@@ -245,6 +246,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
245
246
|
showMaxHeight: null;
|
|
246
247
|
initLoadPrintParams: boolean;
|
|
247
248
|
showPreviewDataList: boolean;
|
|
249
|
+
noShowOutSettingText: boolean;
|
|
248
250
|
};
|
|
249
251
|
};
|
|
250
252
|
svrUpdateIp: {
|
|
@@ -288,6 +290,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
288
290
|
printAllFormatIds: import("vue").ComputedRef<any>;
|
|
289
291
|
positionElement: import("vue").ComputedRef<any>;
|
|
290
292
|
showPreviewDataList: import("vue").ComputedRef<any>;
|
|
293
|
+
noShowOutSettingText: import("vue").ComputedRef<any>;
|
|
291
294
|
printAllShortcut: import("vue").ComputedRef<any>;
|
|
292
295
|
showSettingItems: import("vue").ComputedRef<AnyObject[]>;
|
|
293
296
|
isSelectedAll: import("vue").WritableComputedRef<boolean, boolean>;
|
|
@@ -685,6 +688,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
685
688
|
showMaxHeight: null;
|
|
686
689
|
initLoadPrintParams: boolean;
|
|
687
690
|
showPreviewDataList: boolean;
|
|
691
|
+
noShowOutSettingText: boolean;
|
|
688
692
|
};
|
|
689
693
|
};
|
|
690
694
|
svrUpdateIp: {
|