cnhis-design-vue 3.1.31-beta.6 → 3.1.31-beta.8
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 +64 -45
- package/es/components/button-print/index.js +1 -1
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +64 -45
- 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} +1 -1
- package/es/components/button-print/src/components/EditFormat.vue.d.ts +65 -46
- package/es/components/button-print/src/components/EditFormat.vue.js +173 -0
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +64 -45
- package/es/components/button-print/src/components/{IdentityVerification.js → IdentityVerification.vue.js} +8 -5
- package/es/components/button-print/src/components/{Preview.js → Preview.vue.js} +1 -1
- package/es/components/button-print/src/components/{Preview.vue_vue_type_script_setup_true_lang.js → Preview.vue2.js} +0 -0
- package/es/components/button-print/src/utils/dialog.js +2 -2
- 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/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/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/select.js +3 -3
- package/es/components/form-render/src/hooks/useAutographOptions.js +2 -2
- 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/iho-table/index.js +1 -2
- package/es/components/iho-table/src/{IhoTable.js → IhoTable.vue.js} +0 -0
- package/es/components/iho-table/src/hooks/useColumnConfigAdaptor.js +3 -1
- package/es/components/iho-table/src/plugins/filterPlugin/{filter.js → filter.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +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 +1 -1
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/{editSeparate.js → editSeparate.vue.js} +0 -0
- package/es/components/iho-table/src/plugins/rendererPlugins/editableWidgets/separateRendererPlugin/index.js +1 -1
- package/es/components/index.css +1 -1
- package/es/components/index.d.ts +2 -1
- package/es/components/index.js +5 -2
- 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 +26 -16
- package/es/components/keyboard/index.js +1 -1
- package/es/components/keyboard/src/Keyboard.vue.d.ts +27 -8
- package/es/components/keyboard/src/{Keyboard.js → Keyboard.vue.js} +9 -3
- package/es/components/keyboard/src/components/{InputNumber.js → InputNumber.vue.js} +0 -0
- package/es/components/keyboard/src/components/{NumberPanel.js → NumberPanel.vue.js} +1 -1
- 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 +280 -0
- package/es/components/recommend-search/index.js +10 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +280 -0
- package/es/components/recommend-search/src/RecommendSearch.vue.js +35 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.d.ts +128 -0
- package/es/components/recommend-search/src/components/BaseSearch.vue.js +153 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +257 -0
- package/es/components/recommend-search/src/components/RecommendInput.vue.js +94 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.d.ts +52 -0
- package/es/components/recommend-search/src/components/RecommendMenu.vue.js +94 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +2 -0
- package/es/components/recommend-search/src/components/RecommendSelect.vue.js +125 -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/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/package.json +2 -2
- package/es/components/button-print/src/components/EditFormat.js +0 -153
|
@@ -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
|
|
@@ -539,59 +539,69 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
539
539
|
readonly ignorePathChange: boolean;
|
|
540
540
|
}>;
|
|
541
541
|
NInput: any;
|
|
542
|
-
EditFormat: import("vue").DefineComponent<{
|
|
542
|
+
EditFormat: import("vue").DefineComponent<{
|
|
543
|
+
formatId: {
|
|
544
|
+
type: StringConstructor;
|
|
545
|
+
required: false;
|
|
546
|
+
};
|
|
547
|
+
token: {
|
|
548
|
+
type: StringConstructor;
|
|
549
|
+
required: true;
|
|
550
|
+
};
|
|
551
|
+
}, {
|
|
543
552
|
PROTOCOL: string;
|
|
544
553
|
HOST: string;
|
|
554
|
+
BASEURL: string;
|
|
545
555
|
SAVEIREPORT: string;
|
|
556
|
+
QUERYFILELIST: string;
|
|
557
|
+
DELETEFILE: string;
|
|
546
558
|
instance: import("axios").AxiosInstance;
|
|
547
559
|
$message: import("naive-ui").MessageApi;
|
|
560
|
+
props: {
|
|
561
|
+
formatId?: string | undefined;
|
|
562
|
+
token: string;
|
|
563
|
+
};
|
|
548
564
|
fileList: import("vue").Ref<{
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
type?: string | null | undefined;
|
|
582
|
-
fullPath?: string | null | undefined;
|
|
583
|
-
}[];
|
|
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;
|
|
584
597
|
}[]>;
|
|
585
|
-
|
|
586
|
-
|
|
598
|
+
queryFileList: () => void;
|
|
599
|
+
onRemove: (options: {
|
|
587
600
|
file: import("naive-ui").UploadFileInfo;
|
|
588
601
|
fileList: import("naive-ui").UploadFileInfo[];
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
|
593
|
-
}) => Promise<boolean>;
|
|
594
|
-
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;
|
|
595
605
|
NForm: any;
|
|
596
606
|
NFormItem: import("vue").DefineComponent<{
|
|
597
607
|
readonly label: StringConstructor;
|
|
@@ -1759,7 +1769,16 @@ declare const ButtonPrint: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1759
1769
|
}>;
|
|
1760
1770
|
NSpace: any;
|
|
1761
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<{}>>, {}>;
|
|
1762
|
-
},
|
|
1772
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1773
|
+
formatId: {
|
|
1774
|
+
type: StringConstructor;
|
|
1775
|
+
required: false;
|
|
1776
|
+
};
|
|
1777
|
+
token: {
|
|
1778
|
+
type: StringConstructor;
|
|
1779
|
+
required: true;
|
|
1780
|
+
};
|
|
1781
|
+
}>>, {}>;
|
|
1763
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<{
|
|
1764
1783
|
verifyUser: {
|
|
1765
1784
|
type: FunctionConstructor;
|
|
@@ -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/ButtonPrint.js';
|
|
3
|
+
import script from './src/ButtonPrint.vue.js';
|
|
4
4
|
export { Print } from './src/utils/print.js';
|
|
5
5
|
export { isIReport, useBrowserPrint } from './src/utils/browserPrint.js';
|
|
6
6
|
|
|
@@ -543,59 +543,69 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
543
543
|
readonly ignorePathChange: boolean;
|
|
544
544
|
}>;
|
|
545
545
|
NInput: any;
|
|
546
|
-
EditFormat: import("vue").DefineComponent<{
|
|
546
|
+
EditFormat: import("vue").DefineComponent<{
|
|
547
|
+
formatId: {
|
|
548
|
+
type: StringConstructor;
|
|
549
|
+
required: false;
|
|
550
|
+
};
|
|
551
|
+
token: {
|
|
552
|
+
type: StringConstructor;
|
|
553
|
+
required: true;
|
|
554
|
+
};
|
|
555
|
+
}, {
|
|
547
556
|
PROTOCOL: string;
|
|
548
557
|
HOST: string;
|
|
558
|
+
BASEURL: string;
|
|
549
559
|
SAVEIREPORT: string;
|
|
560
|
+
QUERYFILELIST: string;
|
|
561
|
+
DELETEFILE: string;
|
|
550
562
|
instance: import("axios").AxiosInstance;
|
|
551
563
|
$message: import("naive-ui").MessageApi;
|
|
564
|
+
props: {
|
|
565
|
+
formatId?: string | undefined;
|
|
566
|
+
token: string;
|
|
567
|
+
};
|
|
552
568
|
fileList: import("vue").Ref<{
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
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
|
-
type?: string | null | undefined;
|
|
586
|
-
fullPath?: string | null | undefined;
|
|
587
|
-
}[];
|
|
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;
|
|
588
601
|
}[]>;
|
|
589
|
-
|
|
590
|
-
|
|
602
|
+
queryFileList: () => void;
|
|
603
|
+
onRemove: (options: {
|
|
591
604
|
file: import("naive-ui").UploadFileInfo;
|
|
592
605
|
fileList: import("naive-ui").UploadFileInfo[];
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
fileList: import("naive-ui").UploadFileInfo[];
|
|
597
|
-
}) => Promise<boolean>;
|
|
598
|
-
validateFormat: (file: import("naive-ui").UploadFileInfo, format: string) => boolean;
|
|
606
|
+
}) => Promise<unknown>;
|
|
607
|
+
submit: (datas: import("../../../shared/types").AnyObject) => Promise<unknown>;
|
|
608
|
+
validateFormat: () => boolean;
|
|
599
609
|
NForm: any;
|
|
600
610
|
NFormItem: import("vue").DefineComponent<{
|
|
601
611
|
readonly label: StringConstructor;
|
|
@@ -1763,7 +1773,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1763
1773
|
}>;
|
|
1764
1774
|
NSpace: any;
|
|
1765
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<{}>>, {}>;
|
|
1766
|
-
},
|
|
1776
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1777
|
+
formatId: {
|
|
1778
|
+
type: StringConstructor;
|
|
1779
|
+
required: false;
|
|
1780
|
+
};
|
|
1781
|
+
token: {
|
|
1782
|
+
type: StringConstructor;
|
|
1783
|
+
required: true;
|
|
1784
|
+
};
|
|
1785
|
+
}>>, {}>;
|
|
1767
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<{
|
|
1768
1787
|
verifyUser: {
|
|
1769
1788
|
type: FunctionConstructor;
|
|
@@ -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"]]);
|
|
@@ -4,7 +4,7 @@ import { useMessage, NDropdown, NButton, NIcon } from 'naive-ui';
|
|
|
4
4
|
import { ChevronDown } from '@vicons/ionicons5';
|
|
5
5
|
import { Print } from './utils/print.js';
|
|
6
6
|
import { isIReport } from './utils/browserPrint.js';
|
|
7
|
-
import IdentityVerification from './components/IdentityVerification.js';
|
|
7
|
+
import IdentityVerification from './components/IdentityVerification.vue.js';
|
|
8
8
|
import { format } from 'date-fns';
|
|
9
9
|
|
|
10
10
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,59 +1,69 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
2
|
import { UploadFileInfo } from 'naive-ui';
|
|
3
3
|
import { AnyObject } from '../../../../../es/shared/types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
formatId: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: false;
|
|
8
|
+
};
|
|
9
|
+
token: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}, {
|
|
5
14
|
PROTOCOL: string;
|
|
6
15
|
HOST: string;
|
|
16
|
+
BASEURL: string;
|
|
7
17
|
SAVEIREPORT: string;
|
|
18
|
+
QUERYFILELIST: string;
|
|
19
|
+
DELETEFILE: string;
|
|
8
20
|
instance: import("axios").AxiosInstance;
|
|
9
21
|
$message: import("naive-ui").MessageApi;
|
|
22
|
+
props: {
|
|
23
|
+
formatId?: string | undefined;
|
|
24
|
+
token: string;
|
|
25
|
+
};
|
|
10
26
|
fileList: import("vue").Ref<{
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
type?: string | null | undefined;
|
|
44
|
-
fullPath?: string | null | undefined;
|
|
45
|
-
}[];
|
|
27
|
+
id: string;
|
|
28
|
+
name: string;
|
|
29
|
+
batchId?: string | null | undefined;
|
|
30
|
+
percentage?: number | null | undefined;
|
|
31
|
+
status: "error" | "pending" | "uploading" | "finished" | "removed";
|
|
32
|
+
url?: string | null | undefined;
|
|
33
|
+
file?: {
|
|
34
|
+
readonly lastModified: number;
|
|
35
|
+
readonly name: string;
|
|
36
|
+
readonly webkitRelativePath: string;
|
|
37
|
+
readonly size: number;
|
|
38
|
+
readonly type: string;
|
|
39
|
+
arrayBuffer: {
|
|
40
|
+
(): Promise<ArrayBuffer>;
|
|
41
|
+
(): Promise<ArrayBuffer>;
|
|
42
|
+
};
|
|
43
|
+
slice: {
|
|
44
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
45
|
+
(start?: number | undefined, end?: number | undefined, contentType?: string | undefined): Blob;
|
|
46
|
+
};
|
|
47
|
+
stream: {
|
|
48
|
+
(): ReadableStream<Uint8Array>;
|
|
49
|
+
(): NodeJS.ReadableStream;
|
|
50
|
+
};
|
|
51
|
+
text: {
|
|
52
|
+
(): Promise<string>;
|
|
53
|
+
(): Promise<string>;
|
|
54
|
+
};
|
|
55
|
+
} | null | undefined;
|
|
56
|
+
thumbnailUrl?: string | null | undefined;
|
|
57
|
+
type?: string | null | undefined;
|
|
58
|
+
fullPath?: string | null | undefined;
|
|
46
59
|
}[]>;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
file: UploadFileInfo;
|
|
50
|
-
fileList: UploadFileInfo[];
|
|
51
|
-
}, index: number) => void;
|
|
52
|
-
onBeforeUpload: (data: {
|
|
60
|
+
queryFileList: () => void;
|
|
61
|
+
onRemove: (options: {
|
|
53
62
|
file: UploadFileInfo;
|
|
54
|
-
fileList: UploadFileInfo
|
|
55
|
-
}) => Promise<
|
|
56
|
-
|
|
63
|
+
fileList: Array<UploadFileInfo>;
|
|
64
|
+
}) => Promise<unknown>;
|
|
65
|
+
submit: (datas: AnyObject) => Promise<unknown>;
|
|
66
|
+
validateFormat: () => boolean;
|
|
57
67
|
NForm: any;
|
|
58
68
|
NFormItem: import("vue").DefineComponent<{
|
|
59
69
|
readonly label: StringConstructor;
|
|
@@ -1221,5 +1231,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1221
1231
|
}>;
|
|
1222
1232
|
NSpace: any;
|
|
1223
1233
|
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<{}>>, {}>;
|
|
1224
|
-
},
|
|
1234
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1235
|
+
formatId: {
|
|
1236
|
+
type: StringConstructor;
|
|
1237
|
+
required: false;
|
|
1238
|
+
};
|
|
1239
|
+
token: {
|
|
1240
|
+
type: StringConstructor;
|
|
1241
|
+
required: true;
|
|
1242
|
+
};
|
|
1243
|
+
}>>, {}>;
|
|
1225
1244
|
export default _default;
|