cnhis-design-vue 3.1.31-beta.0 → 3.1.31-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.js +1 -1
- package/es/components/big-table/src/{BigTable.js → BigTable.vue.js} +1 -1
- package/es/components/big-table/src/{BigTable.vue_vue_type_script_setup_true_lang.js → BigTable.vue2.js} +6 -6
- package/es/components/{scale-view/src/components/NoData.js → big-table/src/components/NoData.vue.js} +4 -4
- package/es/components/big-table/src/components/edit-form/{edit-separate.js → edit-separate.vue.js} +1 -1
- package/es/components/big-table/src/components/{input-button.js → input-button.vue.js} +0 -0
- package/es/components/big-table/src/components/{separate.js → separate.vue.js} +0 -0
- package/es/components/big-table/src/hooks/useEdit.js +1 -1
- package/es/components/big-table/src/utils.js +1 -1
- package/es/components/bpmn-workflow/index.js +1 -1
- package/es/components/bpmn-workflow/src/{BpmnWorkflow.js → BpmnWorkflow.vue.js} +0 -0
- package/es/components/button-print/index.d.ts +76 -79
- package/es/components/button-print/index.js +2 -2
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +76 -79
- package/es/components/button-print/src/{ButtonPrint.js → ButtonPrint.vue.js} +1 -1
- package/es/components/button-print/src/{ButtonPrint.vue_vue_type_script_setup_true_lang.js → ButtonPrint.vue2.js} +47 -85
- package/es/components/button-print/src/components/{edit.vue.d.ts → EditFormat.vue.d.ts} +61 -54
- package/es/components/button-print/src/components/EditFormat.vue.js +173 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +76 -64
- package/es/components/button-print/src/components/{IdentityVerification.js → IdentityVerification.vue.js} +22 -10
- package/es/components/button-print/src/components/Preview.vue.d.ts +41 -0
- package/es/components/button-print/src/components/Preview.vue.js +6 -0
- package/es/components/button-print/src/components/Preview.vue2.js +67 -0
- package/es/components/button-print/src/utils/browserPrint.d.ts +2 -1
- package/es/components/button-print/src/utils/browserPrint.js +6 -3
- package/es/components/button-print/src/utils/dialog.d.ts +6 -2
- package/es/components/button-print/src/utils/dialog.js +69 -25
- package/es/components/button-print/src/utils/index.js +1 -1
- package/es/components/button-print/src/utils/print.d.ts +7 -3
- package/es/components/button-print/src/utils/print.js +51 -4
- package/es/components/button-print/style/index.css +1 -1
- package/es/components/drag-layout/index.js +1 -1
- package/es/components/drag-layout/src/{DragFormLeftItem.js → DragFormLeftItem.vue.js} +0 -0
- package/es/components/drag-layout/src/{DragFormRightItem.js → DragFormRightItem.vue.js} +0 -0
- package/es/components/drag-layout/src/{DragLayout.js → DragLayout.vue.js} +2 -2
- package/es/components/fabric-chart/index.js +1 -1
- package/es/components/fabric-chart/src/{FabricChart.js → FabricChart.vue.js} +1 -1
- package/es/components/fabric-chart/src/components/{PopupTip.js → PopupTip.vue.js} +0 -0
- package/es/components/fabric-chart/src/hooks/useCenter.js +5 -6
- package/es/components/fabric-chart/src/hooks/useGrid.js +3 -3
- package/es/components/fabric-chart/src/interface.d.ts +1 -1
- package/es/components/fabric-chart/src/utils/index.js +0 -1
- package/es/components/field-set/index.js +1 -1
- package/es/components/field-set/src/{FieldSet.js → FieldSet.vue.js} +0 -0
- package/es/components/form-config/index.js +1 -1
- package/es/components/form-config/src/{FormConfig.js → FormConfig.vue.js} +3 -3
- package/es/components/form-config/src/components/{FormConfigCreator.js → FormConfigCreator.vue.js} +0 -0
- package/es/components/form-config/src/components/{FormConfigDragDisplay.js → FormConfigDragDisplay.vue.js} +0 -0
- package/es/components/form-config/src/components/{FormConfigEdit.js → FormConfigEdit.vue.js} +0 -0
- package/es/components/form-config/src/components/index.js +6 -6
- package/es/components/form-config/src/components/renderer/{CloseButton.js → CloseButton.vue.js} +0 -0
- package/es/components/form-config/src/components/renderer/{ComplexNode.js → ComplexNode.vue.js} +2 -2
- package/es/components/form-config/src/components/renderer/{DefaultNode.js → DefaultNode.vue.js} +1 -1
- package/es/components/form-config/src/components/renderer/index.js +3 -3
- package/es/components/form-config/src/hooks/usePresetRenderer.js +2 -2
- package/es/components/form-render/index.js +2 -2
- package/es/components/form-render/src/{FormRender.js → FormRender.vue.js} +0 -0
- package/es/components/form-render/src/{FormRenderWrapper.js → FormRenderWrapper.vue.js} +1 -1
- package/es/components/form-render/src/components/renderer/checkbox.js +3 -5
- package/es/components/form-render/src/components/renderer/index.js +2 -0
- package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
- package/es/components/form-render/src/components/renderer/levelSearchCascader.js +1 -1
- package/es/components/form-render/src/components/renderer/lineBar/{FormCollapse.js → FormCollapse.vue.js} +0 -0
- package/es/components/form-render/src/components/renderer/lineBar/index.js +1 -1
- package/es/components/form-render/src/components/renderer/recommendSelect.d.ts +131 -0
- package/es/components/form-render/src/components/renderer/recommendSelect.js +213 -0
- package/es/components/form-render/src/components/renderer/remoteSearch.js +0 -1
- package/es/components/form-render/src/components/renderer/select.js +3 -5
- package/es/components/form-render/src/hooks/useAsyncQueue.js +2 -1
- package/es/components/form-render/src/hooks/useAutographOptions.js +5 -7
- package/es/components/form-render/src/hooks/useBusinessBinding.d.ts +3 -2
- package/es/components/form-render/src/hooks/useBusinessBinding.js +20 -17
- package/es/components/form-render/src/hooks/useFieldListAdaptor.js +7 -0
- package/es/components/form-render/src/hooks/useFormRequest.d.ts +8 -1
- package/es/components/form-render/src/hooks/useFormRequest.js +24 -1
- package/es/components/form-render/src/utils/index.d.ts +2 -2
- package/es/components/form-render/src/utils/index.js +27 -3
- package/es/components/form-render/style/index.css +1 -1
- package/es/components/iho-table/index.d.ts +160 -102
- package/es/components/iho-table/index.js +1 -2
- package/es/components/iho-table/src/IhoTable.vue.d.ts +160 -102
- package/es/components/iho-table/src/{IhoTable.js → IhoTable.vue.js} +2 -1
- package/es/components/iho-table/src/components/IhoTableColumn.js +14 -11
- package/es/components/iho-table/src/constants/index.d.ts +5 -3
- package/es/components/iho-table/src/constants/index.js +5 -3
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +64 -5
- package/es/components/iho-table/src/hooks/tapHooks/index.js +17 -9
- package/es/components/iho-table/src/hooks/tapHooks/useEventHooks.d.ts +60 -1
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +5 -3
- package/es/components/iho-table/src/hooks/useTableContext.d.ts +1 -1
- package/es/components/iho-table/src/plugins/anchorPlugin/useAnchor.js +3 -2
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/filterPlugin/{filter.js → filter.vue.js} +1 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +1 -1
- package/es/components/iho-table/src/plugins/index.js +14 -12
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.d.ts +1 -0
- package/es/components/iho-table/src/plugins/keyboardEventPlugin/index.js +32 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/editDate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/{editDate.js → editDate.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/dateRendererPlugin/index.js +10 -12
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/inputRendererPlugin.js +11 -15
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/numberRendererPlugin.js +17 -24
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/selectRendererPlugin/index.js +11 -13
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/editSeparate.vue.d.ts +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/{editSeparate.js → editSeparate.vue.js} +2 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +9 -12
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/timeRendererPlugin.js +13 -17
- package/es/components/iho-table/src/types/index.d.ts +6 -6
- package/es/components/iho-table/src/types/pluginType.d.ts +2 -1
- package/es/components/iho-table/src/utils/index.d.ts +12 -2
- package/es/components/iho-table/src/utils/index.js +33 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +6 -3
- package/es/components/info-header/index.js +1 -1
- package/es/components/info-header/src/{HiddenContent.js → HiddenContent.vue.js} +1 -1
- package/es/components/info-header/src/{InfoEllipsis.js → InfoEllipsis.vue.js} +0 -0
- package/es/components/info-header/src/{InfoHeader.js → InfoHeader.vue.js} +2 -2
- package/es/components/keyboard/index.d.ts +146 -78
- package/es/components/keyboard/index.js +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +155 -78
- package/es/components/keyboard/src/Keyboard.vue.js +149 -0
- package/es/components/keyboard/src/components/InputNumber.vue.d.ts +6 -4
- package/es/components/keyboard/src/components/{InputNumber.js → InputNumber.vue.js} +0 -0
- package/es/components/keyboard/src/components/NumberPanel.vue.d.ts +118 -0
- package/es/components/keyboard/src/components/NumberPanel.vue.js +206 -0
- package/es/components/map/index.js +1 -1
- package/es/components/map/src/{Map.js → Map.vue.js} +0 -0
- package/es/components/recommend-search/index.d.ts +813 -0
- package/es/components/recommend-search/index.js +10 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +815 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.js +62 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +119 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.js +148 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +303 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.js +103 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +63 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.js +104 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +350 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.js +156 -0
- package/es/components/recommend-search/src/constant/index.d.ts +4 -0
- package/es/components/recommend-search/src/constant/index.js +7 -0
- package/es/components/recommend-search/src/types/index.d.ts +9 -0
- package/es/components/recommend-search/src/types/index.js +1 -0
- package/es/components/recommend-search/style/index.css +1 -0
- package/es/components/scale-view/index.js +1 -1
- package/es/components/scale-view/src/{ScaleView.js → ScaleView.vue.js} +5 -5
- package/es/components/scale-view/src/components/{AnswerParse.js → AnswerParse.vue.js} +1 -1
- package/es/components/scale-view/src/components/{EvaluateCountdown.js → EvaluateCountdown.vue.js} +1 -1
- package/es/components/scale-view/src/components/{EvaluatePage.js → EvaluatePage.vue.js} +0 -0
- package/es/components/scale-view/src/components/{LoadingCom.js → LoadingCom.vue.js} +0 -0
- package/es/components/{big-table/src/components/NoData.js → scale-view/src/components/NoData.vue.js} +4 -4
- package/es/components/scale-view/src/components/formitem/r-cascader.js +1 -1
- package/es/components/scale-view/src/components/formitem/r-select.js +1 -1
- package/es/components/scale-view/src/hooks/use-component.js +1 -1
- package/es/components/search-cascader/index.js +1 -1
- package/es/components/search-cascader/src/{SearchCascader.js → SearchCascader.vue.js} +0 -0
- package/es/components/search-cascader/src/components/SearchMenu.js +3 -3
- package/es/components/select-label/index.js +2 -2
- package/es/components/select-label/src/{LabelFormContent.js → LabelFormContent.vue.js} +1 -1
- package/es/components/select-label/src/{SelectLabel.js → SelectLabel.vue.js} +1 -1
- package/es/components/select-label/src/{SelectLabel.vue_vue_type_script_setup_true_lang.js → SelectLabel.vue2.js} +2 -2
- package/es/components/select-label/src/components/{label-classify.js → label-classify.vue.js} +0 -0
- package/es/components/select-person/index.js +1 -1
- package/es/components/select-person/src/{SelectPerson.js → SelectPerson.vue.js} +1 -1
- package/es/components/select-person/src/{SelectPerson.vue_vue_type_script_setup_true_lang.js → SelectPerson.vue2.js} +0 -0
- package/es/components/shortcut-provider/index.js +1 -1
- package/es/components/shortcut-provider/src/{ShortcutProvider.js → ShortcutProvider.vue.js} +0 -0
- package/es/components/shortcut-setter/index.js +1 -1
- package/es/components/shortcut-setter/src/{ShortcutSetter.js → ShortcutSetter.vue.js} +1 -1
- package/es/components/shortcut-setter/src/{ShortcutSetterItem.js → ShortcutSetterItem.vue.js} +0 -0
- package/es/components/steps-wheel/index.d.ts +3 -0
- package/es/components/steps-wheel/index.js +1 -1
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +3 -0
- package/es/components/steps-wheel/src/{StepsWheel.js → StepsWheel.vue.js} +38 -9
- package/es/components/steps-wheel/style/index.css +1 -1
- package/es/components/time-line/index.js +1 -1
- package/es/components/time-line/src/{TimeLine.js → TimeLine.vue.js} +0 -0
- package/es/components/vod-chunk-upload/index.js +1 -1
- package/es/components/vod-chunk-upload/src/{chunk-upload-new.js → chunk-upload-new.vue.js} +0 -0
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/index.js +2 -2
- package/es/components/vod-chunk-upload/src/vod-chunk-upload/{vod-chunk-upload.js → vod-chunk-upload.vue.js} +3 -3
- package/es/components/vod-chunk-upload/src/vod-upload-modal.js +1 -1
- package/es/shared/assets/img/failure.js +1 -3
- package/es/shared/assets/img/failure.png.js +3 -0
- package/es/shared/assets/img/no-permission.js +1 -3
- package/es/shared/assets/img/no-permission.png.js +3 -0
- package/es/shared/assets/img/nodata.js +1 -3
- package/es/shared/assets/img/nodata.png.js +3 -0
- package/es/shared/assets/img/notfound.js +1 -3
- package/es/shared/assets/img/notfound.png.js +3 -0
- package/es/shared/assets/img/qr.js +1 -3
- package/es/shared/assets/img/qr.png.js +3 -0
- package/es/shared/assets/img/success.js +1 -3
- package/es/shared/assets/img/success.png.js +3 -0
- package/es/shared/assets/img/video.js +1 -3
- package/es/shared/assets/img/video.png.js +3 -0
- package/es/shared/assets/img/video_default_cover.js +1 -3
- package/es/shared/assets/img/video_default_cover.png.js +3 -0
- package/es/shared/assets/img/xb_big.js +1 -3
- package/es/shared/assets/img/xb_big.png.js +3 -0
- package/es/shared/assets/img/xb_small.js +1 -3
- package/es/shared/assets/img/xb_small.png.js +3 -0
- package/es/shared/components/SelectPage/{SelectPage.js → SelectPage.vue.js} +0 -0
- package/es/shared/components/SelectPage/index.js +2 -2
- package/es/shared/components/SvgIcon/{SvgIcon.js → SvgIcon.vue.js} +0 -0
- package/es/shared/components/SvgIcon/index.js +2 -2
- package/es/shared/components/TextOverTooltip/{TextOverTooltip.js → TextOverTooltip.vue.js} +0 -0
- package/es/shared/components/TextOverTooltip/index.js +2 -2
- package/es/shared/components/no-data/{NoData.js → NoData.vue.js} +4 -4
- package/es/shared/components/no-data/index.js +2 -2
- package/es/shared/utils/index.d.ts +1 -1
- package/es/shared/utils/index.js +3 -3
- package/package.json +2 -2
- package/es/components/button-print/src/components/edit.js +0 -142
- package/es/components/fabric-chart/index.d.ts +0 -207
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +0 -208
- package/es/components/keyboard/src/Keyboard.js +0 -285
|
@@ -2,7 +2,7 @@ import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
3
|
import { expandXEUtils } from '../../shared/utils/utilExpand.js';
|
|
4
4
|
import '../index.js';
|
|
5
|
-
import script from './src/BigTable.js';
|
|
5
|
+
import script from './src/BigTable.vue.js';
|
|
6
6
|
import Grid from '../grid/index.js';
|
|
7
7
|
|
|
8
8
|
const BigTable = script;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './BigTable.
|
|
1
|
+
import _sfc_main from './BigTable.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "BigTable.vue"]]);
|
|
@@ -13,17 +13,17 @@ import { useEvent } from './hooks/useEvent.js';
|
|
|
13
13
|
import { useAnnotation } from './hooks/useAnnotation.js';
|
|
14
14
|
import { useSeparateRow, useSeparateMap } from './hooks/useSeparateRow.js';
|
|
15
15
|
import { SettingsSharp, CaretDown, CaretForward, CopyOutline, SyncOutline } from '@vicons/ionicons5';
|
|
16
|
-
import NoData from './components/NoData.js';
|
|
17
|
-
import script from '../../../shared/components/SvgIcon/SvgIcon.js';
|
|
16
|
+
import NoData from './components/NoData.vue.js';
|
|
17
|
+
import script from '../../../shared/components/SvgIcon/SvgIcon.vue.js';
|
|
18
18
|
import { useMessage, NIcon, NTooltip, NCheckbox, NCheckboxGroup, NGrid, NGi, NButton, NPopconfirm, NProgress, NDropdown, NSwitch, NPopover, NTabs, NTabPane } from 'naive-ui';
|
|
19
19
|
import Grid from '../../grid/index.js';
|
|
20
20
|
import XEUtils from 'xe-utils';
|
|
21
21
|
import 'moment';
|
|
22
22
|
import { handleTableHeight, setTableConfig, handleGroupColums, treeToList, checkMethod, setTreeGroupTitle, isFilterItem, handleName, generateEditRender, handlerInitSearchItem, getEvaluate, getMapVal, getCandidateComponents, getageShowType, isLink, showFilter, reScrollFilterWrap, hideFilterWrap, mergeConObjFn, setDefaultFormData, handleImgArr, handleImgSrc, modalDetailImage, handleQrCodeContent, getInlineEditBtn, isCopy, setVisibleCheckAllWrap, handleTableImageSize, visibleMethod, getRowStyle, getFooterGroup, flattenRow, intersectRow, removeCheckedDisabledRows } from './utils.js';
|
|
23
|
-
import InputButtonScript from './components/input-button.js';
|
|
24
|
-
import Separate from './components/separate.js';
|
|
25
|
-
import xb_big from '../../../shared/assets/img/xb_big.js';
|
|
26
|
-
import qr from '../../../shared/assets/img/qr.js';
|
|
23
|
+
import InputButtonScript from './components/input-button.vue.js';
|
|
24
|
+
import Separate from './components/separate.vue.js';
|
|
25
|
+
import xb_big from '../../../shared/assets/img/xb_big.png.js';
|
|
26
|
+
import qr from '../../../shared/assets/img/qr.png.js';
|
|
27
27
|
|
|
28
28
|
const _hoisted_1 = {
|
|
29
29
|
key: 0,
|
package/es/components/{scale-view/src/components/NoData.js → big-table/src/components/NoData.vue.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import noData from '../../../../shared/assets/img/nodata.js';
|
|
3
|
-
import noPermission from '../../../../shared/assets/img/no-permission.js';
|
|
4
|
-
import failure from '../../../../shared/assets/img/failure.js';
|
|
5
|
-
import notfound from '../../../../shared/assets/img/notfound.js';
|
|
2
|
+
import noData from '../../../../shared/assets/img/nodata.png.js';
|
|
3
|
+
import noPermission from '../../../../shared/assets/img/no-permission.png.js';
|
|
4
|
+
import failure from '../../../../shared/assets/img/failure.png.js';
|
|
5
|
+
import notfound from '../../../../shared/assets/img/notfound.png.js';
|
|
6
6
|
import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "no-data-tip NoData-page" };
|
package/es/components/big-table/src/components/edit-form/{edit-separate.js → edit-separate.vue.js}
RENAMED
|
@@ -3,7 +3,7 @@ import script from '../../../../../shared/components/SlotRender/SlotRender.js';
|
|
|
3
3
|
import { cloneDeep, isObject, isArray } from 'lodash-es';
|
|
4
4
|
import { NPopover, NInput } from 'naive-ui';
|
|
5
5
|
import { useSeparateMap } from '../../hooks/useSeparateRow.js';
|
|
6
|
-
import Separate from '../separate.js';
|
|
6
|
+
import Separate from '../separate.vue.js';
|
|
7
7
|
import _export_sfc from '../../../../../_virtual/plugin-vue_export-helper.js';
|
|
8
8
|
|
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
File without changes
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ import EditTime from '../components/edit-form/edit-time.js';
|
|
|
2
2
|
import EditInput from '../components/edit-form/edit-input.js';
|
|
3
3
|
import EditSelect from '../components/edit-form/edit-select.js';
|
|
4
4
|
import EditDate from '../components/edit-form/edit-date.js';
|
|
5
|
-
import EditSeparate from '../components/edit-form/edit-separate.js';
|
|
5
|
+
import EditSeparate from '../components/edit-form/edit-separate.vue.js';
|
|
6
6
|
|
|
7
7
|
const comps = {
|
|
8
8
|
input: EditInput,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/BpmnWorkflow.js';
|
|
3
|
+
import script from './src/BpmnWorkflow.vue.js';
|
|
4
4
|
|
|
5
5
|
const BpmnWorkflow = script;
|
|
6
6
|
BpmnWorkflow.install = function(app) {
|
|
File without changes
|
|
@@ -60,10 +60,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
60
60
|
default: string;
|
|
61
61
|
type: StringConstructor;
|
|
62
62
|
};
|
|
63
|
-
queryPrintFile: {
|
|
64
|
-
type: FunctionConstructor;
|
|
65
|
-
default: () => Promise<{}>;
|
|
66
|
-
};
|
|
67
63
|
}, {
|
|
68
64
|
$message: import("naive-ui").MessageApi;
|
|
69
65
|
printInstance: any;
|
|
@@ -126,10 +122,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
126
122
|
default: string;
|
|
127
123
|
type: StringConstructor;
|
|
128
124
|
};
|
|
129
|
-
queryPrintFile: {
|
|
130
|
-
type: FunctionConstructor;
|
|
131
|
-
default: () => Promise<{}>;
|
|
132
|
-
};
|
|
133
125
|
}>> & {
|
|
134
126
|
onError?: ((...args: any[]) => any) | undefined;
|
|
135
127
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
@@ -149,7 +141,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
149
141
|
isInited: boolean;
|
|
150
142
|
watchPrintParamsReformatFn: null;
|
|
151
143
|
spinTimer: null;
|
|
152
|
-
fileObject: null;
|
|
153
144
|
};
|
|
154
145
|
options: {
|
|
155
146
|
label: string;
|
|
@@ -164,7 +155,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
164
155
|
prevFnError: () => void;
|
|
165
156
|
getPrintParams: (index?: number) => string;
|
|
166
157
|
getOnceParams: () => string;
|
|
167
|
-
browserPrint: (mode: any) => Promise<void>;
|
|
168
158
|
handleClickPrint: () => void;
|
|
169
159
|
handleClickPreview: () => Promise<void>;
|
|
170
160
|
handleClickPdf: () => Promise<void>;
|
|
@@ -206,10 +196,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
206
196
|
type: BooleanConstructor;
|
|
207
197
|
required: true;
|
|
208
198
|
};
|
|
209
|
-
|
|
210
|
-
type:
|
|
211
|
-
required:
|
|
212
|
-
|
|
199
|
+
formatId: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
required: false;
|
|
202
|
+
};
|
|
203
|
+
templateId: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
required: false;
|
|
213
206
|
};
|
|
214
207
|
}, {
|
|
215
208
|
$message: import("naive-ui").MessageApi;
|
|
@@ -221,7 +214,8 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
221
214
|
verifyUser: Function;
|
|
222
215
|
identityVerificationTitle: string;
|
|
223
216
|
modelValue: boolean;
|
|
224
|
-
|
|
217
|
+
formatId?: string | undefined;
|
|
218
|
+
templateId?: string | undefined;
|
|
225
219
|
};
|
|
226
220
|
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
|
227
221
|
editFormRef: import("vue").Ref<{
|
|
@@ -545,64 +539,69 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
545
539
|
readonly ignorePathChange: boolean;
|
|
546
540
|
}>;
|
|
547
541
|
NInput: any;
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
type:
|
|
542
|
+
EditFormat: import("vue").DefineComponent<{
|
|
543
|
+
formatId: {
|
|
544
|
+
type: StringConstructor;
|
|
545
|
+
required: false;
|
|
546
|
+
};
|
|
547
|
+
token: {
|
|
548
|
+
type: StringConstructor;
|
|
551
549
|
required: true;
|
|
552
|
-
default: () => Promise<void>;
|
|
553
550
|
};
|
|
554
551
|
}, {
|
|
552
|
+
PROTOCOL: string;
|
|
553
|
+
HOST: string;
|
|
554
|
+
BASEURL: string;
|
|
555
|
+
SAVEIREPORT: string;
|
|
556
|
+
QUERYFILELIST: string;
|
|
557
|
+
DELETEFILE: string;
|
|
558
|
+
instance: import("axios").AxiosInstance;
|
|
555
559
|
$message: import("naive-ui").MessageApi;
|
|
556
560
|
props: {
|
|
557
|
-
|
|
561
|
+
formatId?: string | undefined;
|
|
562
|
+
token: string;
|
|
558
563
|
};
|
|
559
564
|
fileList: import("vue").Ref<{
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
type?: string | null | undefined;
|
|
593
|
-
fullPath?: string | null | undefined;
|
|
594
|
-
}[];
|
|
565
|
+
id: string;
|
|
566
|
+
name: string;
|
|
567
|
+
batchId?: string | null | undefined;
|
|
568
|
+
percentage?: number | null | undefined;
|
|
569
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
|
570
|
+
url?: string | null | undefined;
|
|
571
|
+
file?: {
|
|
572
|
+
readonly lastModified: number;
|
|
573
|
+
readonly name: string;
|
|
574
|
+
readonly webkitRelativePath: string;
|
|
575
|
+
readonly size: number;
|
|
576
|
+
readonly type: string;
|
|
577
|
+
arrayBuffer: {
|
|
578
|
+
(): Promise<ArrayBuffer>;
|
|
579
|
+
(): Promise<ArrayBuffer>;
|
|
580
|
+
};
|
|
581
|
+
slice: {
|
|
582
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
583
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
584
|
+
};
|
|
585
|
+
stream: {
|
|
586
|
+
(): ReadableStream<Uint8Array>;
|
|
587
|
+
(): NodeJS.ReadableStream;
|
|
588
|
+
};
|
|
589
|
+
text: {
|
|
590
|
+
(): Promise<string>;
|
|
591
|
+
(): Promise<string>;
|
|
592
|
+
};
|
|
593
|
+
} | null | undefined;
|
|
594
|
+
thumbnailUrl?: string | null | undefined;
|
|
595
|
+
type?: string | null | undefined;
|
|
596
|
+
fullPath?: string | null | undefined;
|
|
595
597
|
}[]>;
|
|
596
|
-
|
|
597
|
-
|
|
598
|
+
queryFileList: () => void;
|
|
599
|
+
onRemove: (options: {
|
|
598
600
|
file: import("naive-ui").UploadFileInfo;
|
|
599
601
|
fileList: import("naive-ui").UploadFileInfo[];
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
|
604
|
-
}) => Promise<boolean>;
|
|
605
|
-
validateFormat: (file: import("naive-ui").UploadFileInfo, format: string) => boolean;
|
|
602
|
+
}) => Promise<unknown>;
|
|
603
|
+
submit: (datas: import("../../../es/shared/types").AnyObject) => Promise<unknown>;
|
|
604
|
+
validateFormat: () => boolean;
|
|
606
605
|
NForm: any;
|
|
607
606
|
NFormItem: import("vue").DefineComponent<{
|
|
608
607
|
readonly label: StringConstructor;
|
|
@@ -1771,14 +1770,15 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1771
1770
|
NSpace: any;
|
|
1772
1771
|
Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1773
1772
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1774
|
-
|
|
1775
|
-
type:
|
|
1773
|
+
formatId: {
|
|
1774
|
+
type: StringConstructor;
|
|
1775
|
+
required: false;
|
|
1776
|
+
};
|
|
1777
|
+
token: {
|
|
1778
|
+
type: StringConstructor;
|
|
1776
1779
|
required: true;
|
|
1777
|
-
default: () => Promise<void>;
|
|
1778
1780
|
};
|
|
1779
|
-
}>>, {
|
|
1780
|
-
saveIReportFormat: Function;
|
|
1781
|
-
}>;
|
|
1781
|
+
}>>, {}>;
|
|
1782
1782
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1783
1783
|
verifyUser: {
|
|
1784
1784
|
type: FunctionConstructor;
|
|
@@ -1794,10 +1794,13 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1794
1794
|
type: BooleanConstructor;
|
|
1795
1795
|
required: true;
|
|
1796
1796
|
};
|
|
1797
|
-
|
|
1798
|
-
type:
|
|
1799
|
-
required:
|
|
1800
|
-
|
|
1797
|
+
formatId: {
|
|
1798
|
+
type: StringConstructor;
|
|
1799
|
+
required: false;
|
|
1800
|
+
};
|
|
1801
|
+
templateId: {
|
|
1802
|
+
type: StringConstructor;
|
|
1803
|
+
required: false;
|
|
1801
1804
|
};
|
|
1802
1805
|
}>> & {
|
|
1803
1806
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -1806,7 +1809,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1806
1809
|
}, {
|
|
1807
1810
|
verifyUser: Function;
|
|
1808
1811
|
identityVerificationTitle: string;
|
|
1809
|
-
printType: string | number;
|
|
1810
1812
|
}>;
|
|
1811
1813
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "success" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1812
1814
|
printParams: {
|
|
@@ -1867,10 +1869,6 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1867
1869
|
default: string;
|
|
1868
1870
|
type: StringConstructor;
|
|
1869
1871
|
};
|
|
1870
|
-
queryPrintFile: {
|
|
1871
|
-
type: FunctionConstructor;
|
|
1872
|
-
default: () => Promise<{}>;
|
|
1873
|
-
};
|
|
1874
1872
|
}>> & {
|
|
1875
1873
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1876
1874
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
@@ -1889,6 +1887,5 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1889
1887
|
clickPrevFn: Function;
|
|
1890
1888
|
noDataMsg: string;
|
|
1891
1889
|
printdlgshow: string;
|
|
1892
|
-
queryPrintFile: Function;
|
|
1893
1890
|
}>>;
|
|
1894
1891
|
export default ButtonPrint;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { COMPONENT_NAMESPACE } from '../../shared/global/variable.js';
|
|
2
2
|
import { safeComponentRegister } from '../../shared/utils/index.js';
|
|
3
|
-
import script from './src/ButtonPrint.js';
|
|
3
|
+
import script from './src/ButtonPrint.vue.js';
|
|
4
4
|
export { Print } from './src/utils/print.js';
|
|
5
|
-
export { useBrowserPrint } from './src/utils/browserPrint.js';
|
|
5
|
+
export { isIReport, useBrowserPrint } from './src/utils/browserPrint.js';
|
|
6
6
|
|
|
7
7
|
const ButtonPrint = script;
|
|
8
8
|
ButtonPrint.install = function(app) {
|
|
@@ -61,10 +61,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
default: string;
|
|
62
62
|
type: StringConstructor;
|
|
63
63
|
};
|
|
64
|
-
queryPrintFile: {
|
|
65
|
-
type: FunctionConstructor;
|
|
66
|
-
default: () => Promise<{}>;
|
|
67
|
-
};
|
|
68
64
|
}, {
|
|
69
65
|
$message: import("naive-ui").MessageApi;
|
|
70
66
|
printInstance: any;
|
|
@@ -130,10 +126,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
126
|
default: string;
|
|
131
127
|
type: StringConstructor;
|
|
132
128
|
};
|
|
133
|
-
queryPrintFile: {
|
|
134
|
-
type: FunctionConstructor;
|
|
135
|
-
default: () => Promise<{}>;
|
|
136
|
-
};
|
|
137
129
|
}>> & {
|
|
138
130
|
onError?: ((...args: any[]) => any) | undefined;
|
|
139
131
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
@@ -153,7 +145,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
145
|
isInited: boolean;
|
|
154
146
|
watchPrintParamsReformatFn: null;
|
|
155
147
|
spinTimer: null;
|
|
156
|
-
fileObject: null;
|
|
157
148
|
};
|
|
158
149
|
options: {
|
|
159
150
|
label: string;
|
|
@@ -168,7 +159,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
168
159
|
prevFnError: () => void;
|
|
169
160
|
getPrintParams: (index?: number) => string;
|
|
170
161
|
getOnceParams: () => string;
|
|
171
|
-
browserPrint: (mode: any) => Promise<void>;
|
|
172
162
|
handleClickPrint: () => void;
|
|
173
163
|
handleClickPreview: () => Promise<void>;
|
|
174
164
|
handleClickPdf: () => Promise<void>;
|
|
@@ -210,10 +200,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
210
200
|
type: BooleanConstructor;
|
|
211
201
|
required: true;
|
|
212
202
|
};
|
|
213
|
-
|
|
214
|
-
type:
|
|
215
|
-
required:
|
|
216
|
-
|
|
203
|
+
formatId: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
required: false;
|
|
206
|
+
};
|
|
207
|
+
templateId: {
|
|
208
|
+
type: StringConstructor;
|
|
209
|
+
required: false;
|
|
217
210
|
};
|
|
218
211
|
}, {
|
|
219
212
|
$message: import("naive-ui").MessageApi;
|
|
@@ -225,7 +218,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
218
|
verifyUser: Function;
|
|
226
219
|
identityVerificationTitle: string;
|
|
227
220
|
modelValue: boolean;
|
|
228
|
-
|
|
221
|
+
formatId?: string | undefined;
|
|
222
|
+
templateId?: string | undefined;
|
|
229
223
|
};
|
|
230
224
|
emit: (event: "close" | "success" | "update:modelValue", ...args: any[]) => void;
|
|
231
225
|
editFormRef: import("vue").Ref<{
|
|
@@ -549,64 +543,69 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
549
543
|
readonly ignorePathChange: boolean;
|
|
550
544
|
}>;
|
|
551
545
|
NInput: any;
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
type:
|
|
546
|
+
EditFormat: import("vue").DefineComponent<{
|
|
547
|
+
formatId: {
|
|
548
|
+
type: StringConstructor;
|
|
549
|
+
required: false;
|
|
550
|
+
};
|
|
551
|
+
token: {
|
|
552
|
+
type: StringConstructor;
|
|
555
553
|
required: true;
|
|
556
|
-
default: () => Promise<void>;
|
|
557
554
|
};
|
|
558
555
|
}, {
|
|
556
|
+
PROTOCOL: string;
|
|
557
|
+
HOST: string;
|
|
558
|
+
BASEURL: string;
|
|
559
|
+
SAVEIREPORT: string;
|
|
560
|
+
QUERYFILELIST: string;
|
|
561
|
+
DELETEFILE: string;
|
|
562
|
+
instance: import("axios").AxiosInstance;
|
|
559
563
|
$message: import("naive-ui").MessageApi;
|
|
560
564
|
props: {
|
|
561
|
-
|
|
565
|
+
formatId?: string | undefined;
|
|
566
|
+
token: string;
|
|
562
567
|
};
|
|
563
568
|
fileList: import("vue").Ref<{
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
type?: string | null | undefined;
|
|
597
|
-
fullPath?: string | null | undefined;
|
|
598
|
-
}[];
|
|
569
|
+
id: string;
|
|
570
|
+
name: string;
|
|
571
|
+
batchId?: string | null | undefined;
|
|
572
|
+
percentage?: number | null | undefined;
|
|
573
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
|
574
|
+
url?: string | null | undefined;
|
|
575
|
+
file?: {
|
|
576
|
+
readonly lastModified: number;
|
|
577
|
+
readonly name: string;
|
|
578
|
+
readonly webkitRelativePath: string;
|
|
579
|
+
readonly size: number;
|
|
580
|
+
readonly type: string;
|
|
581
|
+
arrayBuffer: {
|
|
582
|
+
(): Promise<ArrayBuffer>;
|
|
583
|
+
(): Promise<ArrayBuffer>;
|
|
584
|
+
};
|
|
585
|
+
slice: {
|
|
586
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
587
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
588
|
+
};
|
|
589
|
+
stream: {
|
|
590
|
+
(): ReadableStream<Uint8Array>;
|
|
591
|
+
(): NodeJS.ReadableStream;
|
|
592
|
+
};
|
|
593
|
+
text: {
|
|
594
|
+
(): Promise<string>;
|
|
595
|
+
(): Promise<string>;
|
|
596
|
+
};
|
|
597
|
+
} | null | undefined;
|
|
598
|
+
thumbnailUrl?: string | null | undefined;
|
|
599
|
+
type?: string | null | undefined;
|
|
600
|
+
fullPath?: string | null | undefined;
|
|
599
601
|
}[]>;
|
|
600
|
-
|
|
601
|
-
|
|
602
|
+
queryFileList: () => void;
|
|
603
|
+
onRemove: (options: {
|
|
602
604
|
file: import("naive-ui").UploadFileInfo;
|
|
603
605
|
fileList: import("naive-ui").UploadFileInfo[];
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
|
608
|
-
}) => Promise<boolean>;
|
|
609
|
-
validateFormat: (file: import("naive-ui").UploadFileInfo, format: string) => boolean;
|
|
606
|
+
}) => Promise<unknown>;
|
|
607
|
+
submit: (datas: import("../../../shared/types").AnyObject) => Promise<unknown>;
|
|
608
|
+
validateFormat: () => boolean;
|
|
610
609
|
NForm: any;
|
|
611
610
|
NFormItem: import("vue").DefineComponent<{
|
|
612
611
|
readonly label: StringConstructor;
|
|
@@ -1775,14 +1774,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1775
1774
|
NSpace: any;
|
|
1776
1775
|
Archive: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1777
1776
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1778
|
-
|
|
1779
|
-
type:
|
|
1777
|
+
formatId: {
|
|
1778
|
+
type: StringConstructor;
|
|
1779
|
+
required: false;
|
|
1780
|
+
};
|
|
1781
|
+
token: {
|
|
1782
|
+
type: StringConstructor;
|
|
1780
1783
|
required: true;
|
|
1781
|
-
default: () => Promise<void>;
|
|
1782
1784
|
};
|
|
1783
|
-
}>>, {
|
|
1784
|
-
saveIReportFormat: Function;
|
|
1785
|
-
}>;
|
|
1785
|
+
}>>, {}>;
|
|
1786
1786
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "success" | "update:modelValue")[], "close" | "success" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1787
1787
|
verifyUser: {
|
|
1788
1788
|
type: FunctionConstructor;
|
|
@@ -1798,10 +1798,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1798
1798
|
type: BooleanConstructor;
|
|
1799
1799
|
required: true;
|
|
1800
1800
|
};
|
|
1801
|
-
|
|
1802
|
-
type:
|
|
1803
|
-
required:
|
|
1804
|
-
|
|
1801
|
+
formatId: {
|
|
1802
|
+
type: StringConstructor;
|
|
1803
|
+
required: false;
|
|
1804
|
+
};
|
|
1805
|
+
templateId: {
|
|
1806
|
+
type: StringConstructor;
|
|
1807
|
+
required: false;
|
|
1805
1808
|
};
|
|
1806
1809
|
}>> & {
|
|
1807
1810
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -1810,7 +1813,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1810
1813
|
}, {
|
|
1811
1814
|
verifyUser: Function;
|
|
1812
1815
|
identityVerificationTitle: string;
|
|
1813
|
-
printType: string | number;
|
|
1814
1816
|
}>;
|
|
1815
1817
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("error" | "success" | "clickoutside")[], "error" | "success" | "clickoutside", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1816
1818
|
printParams: {
|
|
@@ -1874,10 +1876,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1874
1876
|
default: string;
|
|
1875
1877
|
type: StringConstructor;
|
|
1876
1878
|
};
|
|
1877
|
-
queryPrintFile: {
|
|
1878
|
-
type: FunctionConstructor;
|
|
1879
|
-
default: () => Promise<{}>;
|
|
1880
|
-
};
|
|
1881
1879
|
}>> & {
|
|
1882
1880
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1883
1881
|
onSuccess?: ((...args: any[]) => any) | undefined;
|
|
@@ -1896,6 +1894,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1896
1894
|
clickPrevFn: Function;
|
|
1897
1895
|
noDataMsg: string;
|
|
1898
1896
|
printdlgshow: string;
|
|
1899
|
-
queryPrintFile: Function;
|
|
1900
1897
|
}>;
|
|
1901
1898
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import _sfc_main from './ButtonPrint.
|
|
1
|
+
import _sfc_main from './ButtonPrint.vue2.js';
|
|
2
2
|
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
4
|
var script = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "ButtonPrint.vue"]]);
|