bm-admin-ui 1.0.31-alpha → 1.0.33-alpha
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/feedback/index.js +1 -1
- package/es/components/float-table/index.d.ts +2 -2
- package/es/components/float-table/src/float-table.vue.d.ts +2 -2
- package/es/components/flow-designer/src/bm-nodes/AddCondition.d.ts +26 -0
- package/es/components/flow-designer/src/bm-nodes/AddFlowNode.d.ts +29 -0
- package/es/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +249 -0
- package/es/components/flow-designer/src/bm-nodes/BmFlowHtmlNode.d.ts +19 -0
- package/es/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +15 -0
- package/es/components/flow-designer/src/bm-nodes/BmPolyLine.d.ts +21 -0
- package/es/components/flow-designer/src/bm-nodes/EndCircle.d.ts +19 -0
- package/es/components/flow-designer/src/config.d.ts +24 -0
- package/es/components/flow-designer/src/flow-designer-test.d.ts +20 -0
- package/es/components/flow-designer/src/flow-designer.d.ts +11 -0
- package/es/components/flow-designer/src/utils.d.ts +29 -0
- package/es/components/index.d.ts +0 -1
- package/es/components/index.js +0 -1
- package/es/components/input-tags-display/index.d.ts +22 -4
- package/es/components/input-tags-display/index.js +26 -22
- package/es/components/input-tags-display/src/input-tags-display.vue.d.ts +22 -4
- package/es/components/search-filter/index.d.ts +1 -1
- package/es/components/search-filter/index.js +28 -603
- package/es/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/es/components/shops-filter/index.d.ts +1 -1
- package/es/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/es/components/staffs-selector/index.js +4 -4
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +2 -1
- package/es/components/upload/index.js +183 -208
- package/es/components/upload/src/upload.vue.d.ts +2 -1
- package/index.esm.js +344 -900
- package/index.js +342 -899
- package/lib/components/feedback/index.js +1 -1
- package/lib/components/float-table/index.d.ts +2 -2
- package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
- package/lib/components/flow-designer/src/bm-nodes/AddCondition.d.ts +26 -0
- package/lib/components/flow-designer/src/bm-nodes/AddFlowNode.d.ts +29 -0
- package/lib/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +249 -0
- package/lib/components/flow-designer/src/bm-nodes/BmFlowHtmlNode.d.ts +19 -0
- package/lib/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +15 -0
- package/lib/components/flow-designer/src/bm-nodes/BmPolyLine.d.ts +21 -0
- package/lib/components/flow-designer/src/bm-nodes/EndCircle.d.ts +19 -0
- package/lib/components/flow-designer/src/config.d.ts +24 -0
- package/lib/components/flow-designer/src/flow-designer-test.d.ts +20 -0
- package/lib/components/flow-designer/src/flow-designer.d.ts +11 -0
- package/lib/components/flow-designer/src/utils.d.ts +29 -0
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.js +0 -7
- package/lib/components/input-tags-display/index.d.ts +22 -4
- package/lib/components/input-tags-display/index.js +25 -21
- package/lib/components/input-tags-display/src/input-tags-display.vue.d.ts +22 -4
- package/lib/components/search-filter/index.d.ts +1 -1
- package/lib/components/search-filter/index.js +27 -602
- package/lib/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/lib/components/shops-filter/index.d.ts +1 -1
- package/lib/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/lib/components/staffs-selector/index.js +4 -4
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +2 -1
- package/lib/components/upload/index.js +182 -207
- package/lib/components/upload/src/upload.vue.d.ts +2 -1
- package/package.json +1 -1
- package/theme-chalk/flow-designer.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/upload.css +1 -1
- package/types/components/float-table/index.d.ts +2 -2
- package/types/components/float-table/src/float-table.vue.d.ts +2 -2
- package/types/components/flow-designer/src/bm-nodes/AddCondition.d.ts +26 -0
- package/types/components/flow-designer/src/bm-nodes/AddFlowNode.d.ts +29 -0
- package/types/components/flow-designer/src/bm-nodes/BmConditionNode.vue.d.ts +249 -0
- package/types/components/flow-designer/src/bm-nodes/BmFlowHtmlNode.d.ts +19 -0
- package/types/components/flow-designer/src/bm-nodes/BmHtmlNode.vue.d.ts +15 -0
- package/types/components/flow-designer/src/bm-nodes/BmPolyLine.d.ts +21 -0
- package/types/components/flow-designer/src/bm-nodes/EndCircle.d.ts +19 -0
- package/types/components/flow-designer/src/config.d.ts +24 -0
- package/types/components/flow-designer/src/flow-designer-test.d.ts +20 -0
- package/types/components/flow-designer/src/flow-designer.d.ts +11 -0
- package/types/components/flow-designer/src/utils.d.ts +29 -0
- package/types/components/index.d.ts +0 -1
- package/types/components/input-tags-display/index.d.ts +22 -4
- package/types/components/input-tags-display/src/input-tags-display.vue.d.ts +22 -4
- package/types/components/search-filter/index.d.ts +1 -1
- package/types/components/search-filter/src/search-filter.vue.d.ts +1 -1
- package/types/components/shops-filter/index.d.ts +1 -1
- package/types/components/shops-filter/src/shops-filter.vue.d.ts +1 -1
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/types/components/upload/index.d.ts +2 -1
- package/types/components/upload/src/upload.vue.d.ts +2 -1
- package/es/components/multi-cascader-compose/index.d.ts +0 -164
- package/es/components/multi-cascader-compose/index.js +0 -1710
- package/es/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +0 -164
- package/es/components/multi-cascader-compose/src/props.d.ts +0 -40
- package/es/components/multi-cascader-compose/types.d.ts +0 -10
- package/lib/components/multi-cascader-compose/index.d.ts +0 -164
- package/lib/components/multi-cascader-compose/index.js +0 -1715
- package/lib/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +0 -164
- package/lib/components/multi-cascader-compose/src/props.d.ts +0 -40
- package/lib/components/multi-cascader-compose/types.d.ts +0 -10
- package/theme-chalk/multi-cascader-compose.css +0 -1
- package/types/components/multi-cascader-compose/index.d.ts +0 -164
- package/types/components/multi-cascader-compose/src/multi-cascader-compose.vue.d.ts +0 -164
- package/types/components/multi-cascader-compose/src/props.d.ts +0 -40
- package/types/components/multi-cascader-compose/types.d.ts +0 -10
|
@@ -206,7 +206,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
206
206
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
207
207
|
onExpand?: ((...args: any[]) => any) | undefined;
|
|
208
208
|
}, {
|
|
209
|
-
value: Record<string, any>;
|
|
210
209
|
showExpandBtn: boolean;
|
|
211
210
|
showSearchIcon: boolean;
|
|
212
211
|
expandPlacement: "left" | "right";
|
|
@@ -215,6 +214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
215
214
|
gutter: number[];
|
|
216
215
|
userRule: unknown[];
|
|
217
216
|
labelCol: Record<string, any>;
|
|
217
|
+
value: Record<string, any>;
|
|
218
218
|
ruleSpan: Record<string, any>;
|
|
219
219
|
fixedCount: number;
|
|
220
220
|
fixedFields: string[];
|
|
@@ -58,7 +58,7 @@ declare const BmShopsFilter: import("bm-admin-ui/es/utils/with-install").SFCWith
|
|
|
58
58
|
label?: string | undefined;
|
|
59
59
|
multiple?: boolean | undefined;
|
|
60
60
|
}[]>;
|
|
61
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
61
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "change")[], "update:selected" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
62
|
labelTitle: {
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
@@ -58,7 +58,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
label?: string | undefined;
|
|
59
59
|
multiple?: boolean | undefined;
|
|
60
60
|
}[]>;
|
|
61
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
61
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:selected" | "change")[], "update:selected" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
62
|
labelTitle: {
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
@@ -2039,10 +2039,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2039
2039
|
"curlist-keys": _ctx.curlistKeys,
|
|
2040
2040
|
"is-tree": _ctx.multipTree,
|
|
2041
2041
|
"data-map": _ctx.dataMap,
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
}, null, 8, ["selected", "limit", "list", "curlist-keys", "is-tree", "data-map", "
|
|
2042
|
+
"show-count": _ctx.showCount,
|
|
2043
|
+
"unit-str": _ctx.unitStr,
|
|
2044
|
+
onFetchList: _ctx.fetch
|
|
2045
|
+
}, null, 8, ["selected", "limit", "list", "curlist-keys", "is-tree", "data-map", "show-count", "unit-str", "onFetchList"]))
|
|
2046
2046
|
])
|
|
2047
2047
|
]),
|
|
2048
2048
|
_: 1
|
|
@@ -40,9 +40,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
40
|
searchVal: import("vue").Ref<string>;
|
|
41
41
|
selectAll: import("vue").Ref<boolean>;
|
|
42
42
|
indeterminate: import("vue").Ref<boolean>;
|
|
43
|
-
emptyPic: import("vue").Ref<
|
|
43
|
+
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
44
44
|
[key: string]: any;
|
|
45
|
-
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
}> | null | undefined) | JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}> | null | undefined)[]>;
|
|
48
48
|
listChecked: import("vue").Ref<{}>;
|
|
@@ -100,7 +100,7 @@ declare const BmUpload: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
100
100
|
fileList: import("vue").Ref<{}>;
|
|
101
101
|
onepViewImageHover: import("vue").Ref<{}>;
|
|
102
102
|
previewVisible: import("vue").Ref<boolean>;
|
|
103
|
-
onepViewImage: import("vue").Ref<
|
|
103
|
+
onepViewImage: import("vue").Ref<{}>;
|
|
104
104
|
extraConfigs: import("vue").Ref<{
|
|
105
105
|
maxSize: number;
|
|
106
106
|
maxCount: number;
|
|
@@ -130,6 +130,7 @@ declare const BmUpload: import("bm-admin-ui/es/utils/with-install").SFCWithInsta
|
|
|
130
130
|
data: any;
|
|
131
131
|
}) => Promise<void>;
|
|
132
132
|
}>;
|
|
133
|
+
pictureFileTypes: import("vue").Ref<string[]>;
|
|
133
134
|
};
|
|
134
135
|
}>;
|
|
135
136
|
export { BmUpload };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
|
-
import { h, nextTick, createVNode, reactive, onBeforeUnmount, ref, watch, toRefs, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementVNode, normalizeStyle, normalizeClass, createTextVNode, toDisplayString, computed,
|
|
2
|
+
import { h, nextTick, createVNode, reactive, onBeforeUnmount, ref, watch, toRefs, resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementVNode, normalizeStyle, normalizeClass, createTextVNode, toDisplayString, computed, createElementBlock, Fragment, createCommentVNode, renderList, mergeProps } from 'vue';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Take input from [0, n] and return it as [0, 1]
|
|
@@ -1387,12 +1387,11 @@ const _sfc_main = {
|
|
|
1387
1387
|
];
|
|
1388
1388
|
const state = reactive({
|
|
1389
1389
|
uploadBarColor: "#4DA0FF",
|
|
1390
|
-
uploadDisabled: false,
|
|
1391
1390
|
uploadedList: [],
|
|
1392
1391
|
fileList: {},
|
|
1393
1392
|
onepViewImageHover: {},
|
|
1394
1393
|
previewVisible: false,
|
|
1395
|
-
onepViewImage:
|
|
1394
|
+
onepViewImage: {},
|
|
1396
1395
|
extraConfigs: {
|
|
1397
1396
|
maxSize: 5,
|
|
1398
1397
|
maxCount: 5,
|
|
@@ -1442,7 +1441,22 @@ const _sfc_main = {
|
|
|
1442
1441
|
}, 1e3);
|
|
1443
1442
|
methods.customUploadRequest(file);
|
|
1444
1443
|
}
|
|
1445
|
-
}
|
|
1444
|
+
},
|
|
1445
|
+
pictureFileTypes: [
|
|
1446
|
+
"img",
|
|
1447
|
+
"image",
|
|
1448
|
+
"png",
|
|
1449
|
+
"PNG",
|
|
1450
|
+
"image/png",
|
|
1451
|
+
"jpg",
|
|
1452
|
+
"JPG",
|
|
1453
|
+
"jpeg",
|
|
1454
|
+
"JPEG",
|
|
1455
|
+
"image/jpeg",
|
|
1456
|
+
"gif",
|
|
1457
|
+
"GIF",
|
|
1458
|
+
"image/gif"
|
|
1459
|
+
]
|
|
1446
1460
|
});
|
|
1447
1461
|
const methods = {
|
|
1448
1462
|
updateUploadProgress(file, progress) {
|
|
@@ -1523,24 +1537,9 @@ const _sfc_main = {
|
|
|
1523
1537
|
state.onepViewImageHover[uid] = false;
|
|
1524
1538
|
},
|
|
1525
1539
|
viewOnePicture(item) {
|
|
1526
|
-
if (
|
|
1527
|
-
"img",
|
|
1528
|
-
"image",
|
|
1529
|
-
"png",
|
|
1530
|
-
"PNG",
|
|
1531
|
-
"image/png",
|
|
1532
|
-
"jpg",
|
|
1533
|
-
"JPG",
|
|
1534
|
-
"jpeg",
|
|
1535
|
-
"JPEG",
|
|
1536
|
-
"image/jpeg",
|
|
1537
|
-
"gif",
|
|
1538
|
-
"GIF",
|
|
1539
|
-
"image/gif"
|
|
1540
|
-
].includes(item.type.toLowerCase())) {
|
|
1540
|
+
if (state.pictureFileTypes.includes(item.type.toLowerCase())) {
|
|
1541
1541
|
state.previewVisible = true;
|
|
1542
1542
|
state.onepViewImage = item;
|
|
1543
|
-
return;
|
|
1544
1543
|
}
|
|
1545
1544
|
emit("previewFile", item);
|
|
1546
1545
|
},
|
|
@@ -1637,14 +1636,11 @@ const _sfc_main = {
|
|
|
1637
1636
|
deep: true
|
|
1638
1637
|
});
|
|
1639
1638
|
const uploadDisabled = computed(() => {
|
|
1640
|
-
if (Object.keys(state.fileList).length >= state.extraConfigs.maxCount) {
|
|
1639
|
+
if (props.uploadProps.disabled || Object.keys(state.fileList).length >= state.extraConfigs.maxCount) {
|
|
1641
1640
|
return true;
|
|
1642
1641
|
}
|
|
1643
1642
|
return false;
|
|
1644
1643
|
});
|
|
1645
|
-
watchEffect(() => {
|
|
1646
|
-
state.uploadConfigs.disabled = uploadDisabled.value;
|
|
1647
|
-
});
|
|
1648
1644
|
watch(() => uploadDisabled.value, (value) => {
|
|
1649
1645
|
emit("updateDisabledStatus", value);
|
|
1650
1646
|
}, {
|
|
@@ -1684,57 +1680,53 @@ const _hoisted_5 = ["src"];
|
|
|
1684
1680
|
const _hoisted_6 = ["src"];
|
|
1685
1681
|
const _hoisted_7 = ["src"];
|
|
1686
1682
|
const _hoisted_8 = ["src"];
|
|
1687
|
-
const _hoisted_9 = ["
|
|
1688
|
-
const _hoisted_10 =
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
const
|
|
1693
|
-
const _hoisted_12 = ["onClick"];
|
|
1694
|
-
const _hoisted_13 = ["onMouseenter", "onMouseleave"];
|
|
1695
|
-
const _hoisted_14 = /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__picture-error__image" }, null, -1);
|
|
1696
|
-
const _hoisted_15 = /* @__PURE__ */ createElementVNode("div", null, "\u4E0A\u4F20\u9519\u8BEF", -1);
|
|
1697
|
-
const _hoisted_16 = {
|
|
1683
|
+
const _hoisted_9 = ["onClick"];
|
|
1684
|
+
const _hoisted_10 = ["onClick"];
|
|
1685
|
+
const _hoisted_11 = ["onMouseenter", "onMouseleave"];
|
|
1686
|
+
const _hoisted_12 = /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__picture-error__image" }, null, -1);
|
|
1687
|
+
const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", null, "\u4E0A\u4F20\u9519\u8BEF", -1);
|
|
1688
|
+
const _hoisted_14 = {
|
|
1698
1689
|
key: 0,
|
|
1699
1690
|
class: "bm-upload__picture-result__cover"
|
|
1700
1691
|
};
|
|
1701
|
-
const
|
|
1702
|
-
const
|
|
1703
|
-
const
|
|
1692
|
+
const _hoisted_15 = ["onClick"];
|
|
1693
|
+
const _hoisted_16 = ["onClick"];
|
|
1694
|
+
const _hoisted_17 = {
|
|
1704
1695
|
key: 0,
|
|
1705
1696
|
style: { "font-size": "24px", "color": "#9393a3" }
|
|
1706
1697
|
};
|
|
1707
|
-
const
|
|
1708
|
-
const
|
|
1698
|
+
const _hoisted_18 = { class: "ant-upload-text bm-upload__text" };
|
|
1699
|
+
const _hoisted_19 = {
|
|
1709
1700
|
key: 0,
|
|
1710
1701
|
class: "bm-upload__tips"
|
|
1711
1702
|
};
|
|
1712
|
-
const
|
|
1713
|
-
const
|
|
1703
|
+
const _hoisted_20 = { key: 1 };
|
|
1704
|
+
const _hoisted_21 = {
|
|
1714
1705
|
key: 0,
|
|
1715
1706
|
class: "bm-upload__tips"
|
|
1716
1707
|
};
|
|
1717
|
-
const
|
|
1708
|
+
const _hoisted_22 = {
|
|
1718
1709
|
key: 2,
|
|
1719
1710
|
class: "bm-upload__file-list"
|
|
1720
1711
|
};
|
|
1721
|
-
const
|
|
1722
|
-
const
|
|
1712
|
+
const _hoisted_23 = { class: "bm-upload__file__detail" };
|
|
1713
|
+
const _hoisted_24 = /* @__PURE__ */ createElementVNode("div", { class: "bm-upload__file__icon" }, [
|
|
1723
1714
|
/* @__PURE__ */ createElementVNode("div", { class: "bm-upload__attachment" })
|
|
1724
1715
|
], -1);
|
|
1725
|
-
const
|
|
1726
|
-
const
|
|
1727
|
-
const
|
|
1728
|
-
const
|
|
1729
|
-
const
|
|
1716
|
+
const _hoisted_25 = { class: "bm-upload__file__name" };
|
|
1717
|
+
const _hoisted_26 = { class: "bm-upload__file__progress-tools" };
|
|
1718
|
+
const _hoisted_27 = ["onClick"];
|
|
1719
|
+
const _hoisted_28 = ["onClick"];
|
|
1720
|
+
const _hoisted_29 = {
|
|
1730
1721
|
key: 0,
|
|
1731
1722
|
class: "bm-upload__progress"
|
|
1732
1723
|
};
|
|
1733
|
-
const
|
|
1734
|
-
const
|
|
1735
|
-
const
|
|
1724
|
+
const _hoisted_30 = { style: { "padding-top": "20px" } };
|
|
1725
|
+
const _hoisted_31 = ["src"];
|
|
1726
|
+
const _hoisted_32 = ["title", "src"];
|
|
1736
1727
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1737
1728
|
const _component_a_progress = resolveComponent("a-progress");
|
|
1729
|
+
const _component_a_image = resolveComponent("a-image");
|
|
1738
1730
|
const _component_PlusOutlined = resolveComponent("PlusOutlined");
|
|
1739
1731
|
const _component_UploadOutlined = resolveComponent("UploadOutlined");
|
|
1740
1732
|
const _component_a_button = resolveComponent("a-button");
|
|
@@ -1747,148 +1739,145 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1747
1739
|
"bm-upload--picture-card--has-tips": !($setup.uploadDisabled && _ctx.extraConfigs?.hideDisabledBtn) && !_ctx.extraConfigs.myBtn && _ctx.uploadConfigs.listType === "picture-card" && _ctx.extraConfigs.tips && _ctx.extraConfigs.showTips
|
|
1748
1740
|
}])
|
|
1749
1741
|
}, [
|
|
1750
|
-
_ctx.uploadConfigs.listType === "picture-card" ? (openBlock(
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1773
|
-
onClick: _cache[0] || (_cache[0] = (e) => e.stopPropagation())
|
|
1774
|
-
}, [
|
|
1775
|
-
["pdf", "PDF", "application/pdf"].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1742
|
+
_ctx.uploadConfigs.listType === "picture-card" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
1743
|
+
createCommentVNode(" \u4E0D\u8981\u4F7F\u7528 a-image-preview-group \u5305\u88F9\uFF0C\u4E0D\u7136\u4F1A\u51FA\u73B0\u91CD\u590D\u56FE\u7247\u548C\u7A7A\u767D\u56FE\u7247 "),
|
|
1744
|
+
createCommentVNode(" <a-image-preview-group> "),
|
|
1745
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.fileList, (item) => {
|
|
1746
|
+
return openBlock(), createElementBlock("div", {
|
|
1747
|
+
key: item,
|
|
1748
|
+
class: normalizeClass(["bm-upload__picture", { "bm-upload__picture--error": item.status === "error" }])
|
|
1749
|
+
}, [
|
|
1750
|
+
createCommentVNode(" \u4E0A\u4F20\u4E2D "),
|
|
1751
|
+
item.progress < 100 && item.status !== "error" ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
1752
|
+
_hoisted_2,
|
|
1753
|
+
createVNode(_component_a_progress, {
|
|
1754
|
+
type: "line",
|
|
1755
|
+
"stroke-width": 2,
|
|
1756
|
+
"show-info": false,
|
|
1757
|
+
"stroke-color": _ctx.uploadBarColor,
|
|
1758
|
+
percent: item.uid?.progress
|
|
1759
|
+
}, null, 8, ["stroke-color", "percent"])
|
|
1760
|
+
])) : createCommentVNode("v-if", true),
|
|
1761
|
+
createCommentVNode(" \u56FE\u7247\u5C55\u793A "),
|
|
1762
|
+
item.progress >= 100 && item.status !== "error" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
1763
|
+
!_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock("div", {
|
|
1776
1764
|
key: 0,
|
|
1777
|
-
class: "bm-upload__picture-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
"
|
|
1783
|
-
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
1784
|
-
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1785
|
-
key: 1,
|
|
1786
|
-
class: "bm-upload__picture-result__image",
|
|
1787
|
-
src: $setup.icons.excel,
|
|
1788
|
-
alt: "avatar"
|
|
1789
|
-
}, null, 8, _hoisted_5)) : [
|
|
1790
|
-
"ppt",
|
|
1791
|
-
"PPT",
|
|
1792
|
-
"application/vnd.ms-powerpoint",
|
|
1793
|
-
"pptx",
|
|
1794
|
-
"PPTX",
|
|
1795
|
-
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
|
1796
|
-
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1797
|
-
key: 2,
|
|
1798
|
-
class: "bm-upload__picture-result__image",
|
|
1799
|
-
src: $setup.icons.ppt,
|
|
1800
|
-
alt: "avatar"
|
|
1801
|
-
}, null, 8, _hoisted_6)) : [
|
|
1802
|
-
"doc",
|
|
1803
|
-
"DOC",
|
|
1804
|
-
"application/msword",
|
|
1805
|
-
"docx",
|
|
1806
|
-
"DOCX",
|
|
1807
|
-
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
1808
|
-
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1809
|
-
key: 3,
|
|
1810
|
-
class: "bm-upload__picture-result__image",
|
|
1811
|
-
src: $setup.icons.doc,
|
|
1812
|
-
alt: "avatar"
|
|
1813
|
-
}, null, 8, _hoisted_7)) : [
|
|
1814
|
-
"img",
|
|
1815
|
-
"image",
|
|
1816
|
-
"png",
|
|
1817
|
-
"PNG",
|
|
1818
|
-
"image/png",
|
|
1819
|
-
"jpg",
|
|
1820
|
-
"JPG",
|
|
1821
|
-
"jpeg",
|
|
1822
|
-
"JPEG",
|
|
1823
|
-
"image/jpeg",
|
|
1824
|
-
"gif",
|
|
1825
|
-
"GIF",
|
|
1826
|
-
"image/gif"
|
|
1827
|
-
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1828
|
-
key: 4,
|
|
1829
|
-
class: "bm-upload__picture-result__image",
|
|
1830
|
-
src: item.url,
|
|
1831
|
-
alt: "avatar"
|
|
1832
|
-
}, null, 8, _hoisted_8)) : (openBlock(), createElementBlock("img", {
|
|
1833
|
-
key: 5,
|
|
1834
|
-
class: "bm-upload__picture-result__image",
|
|
1835
|
-
src: $setup.icons.others,
|
|
1836
|
-
alt: "avatar"
|
|
1837
|
-
}, null, 8, _hoisted_9)),
|
|
1838
|
-
_ctx.onepViewImageHover[item.uid] ? (openBlock(), createElementBlock("div", _hoisted_10, [
|
|
1839
|
-
!_ctx.extraConfigs.canNotViewAccept?.includes(item?.type) ? (openBlock(), createElementBlock("div", {
|
|
1765
|
+
class: "bm-upload__picture-result",
|
|
1766
|
+
onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
|
|
1767
|
+
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1768
|
+
onClick: _cache[0] || (_cache[0] = (e) => e.stopPropagation())
|
|
1769
|
+
}, [
|
|
1770
|
+
["pdf", "PDF", "application/pdf"].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1840
1771
|
key: 0,
|
|
1841
|
-
class: "bm-upload__picture-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1772
|
+
class: "bm-upload__picture-result__image",
|
|
1773
|
+
src: $setup.icons.pdf,
|
|
1774
|
+
alt: "\u56FE\u7247"
|
|
1775
|
+
}, null, 8, _hoisted_4)) : [
|
|
1776
|
+
"xlsx",
|
|
1777
|
+
"XLSX",
|
|
1778
|
+
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
1779
|
+
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1845
1780
|
key: 1,
|
|
1781
|
+
class: "bm-upload__picture-result__image",
|
|
1782
|
+
src: $setup.icons.excel,
|
|
1783
|
+
alt: "\u56FE\u7247"
|
|
1784
|
+
}, null, 8, _hoisted_5)) : [
|
|
1785
|
+
"ppt",
|
|
1786
|
+
"PPT",
|
|
1787
|
+
"application/vnd.ms-powerpoint",
|
|
1788
|
+
"pptx",
|
|
1789
|
+
"PPTX",
|
|
1790
|
+
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
|
1791
|
+
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1792
|
+
key: 2,
|
|
1793
|
+
class: "bm-upload__picture-result__image",
|
|
1794
|
+
src: $setup.icons.ppt,
|
|
1795
|
+
alt: "\u56FE\u7247"
|
|
1796
|
+
}, null, 8, _hoisted_6)) : [
|
|
1797
|
+
"doc",
|
|
1798
|
+
"DOC",
|
|
1799
|
+
"application/msword",
|
|
1800
|
+
"docx",
|
|
1801
|
+
"DOCX",
|
|
1802
|
+
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
1803
|
+
].includes(item.type) ? (openBlock(), createElementBlock("img", {
|
|
1804
|
+
key: 3,
|
|
1805
|
+
class: "bm-upload__picture-result__image",
|
|
1806
|
+
src: $setup.icons.doc,
|
|
1807
|
+
alt: "\u56FE\u7247"
|
|
1808
|
+
}, null, 8, _hoisted_7)) : _ctx.pictureFileTypes.includes(item.type) ? (openBlock(), createBlock(_component_a_image, {
|
|
1809
|
+
key: 4,
|
|
1810
|
+
class: "bm-upload__picture-result__image",
|
|
1811
|
+
src: item.url,
|
|
1812
|
+
alt: "\u56FE\u7247"
|
|
1813
|
+
}, null, 8, ["src"])) : (openBlock(), createElementBlock("img", {
|
|
1814
|
+
key: 5,
|
|
1815
|
+
class: "bm-upload__picture-result__image",
|
|
1816
|
+
src: $setup.icons.others,
|
|
1817
|
+
alt: "\u56FE\u7247"
|
|
1818
|
+
}, null, 8, _hoisted_8)),
|
|
1819
|
+
_ctx.onepViewImageHover[item.uid] ? (openBlock(), createElementBlock("div", {
|
|
1820
|
+
key: 6,
|
|
1821
|
+
class: normalizeClass(["bm-upload__picture-result__cover", {
|
|
1822
|
+
isPicture: _ctx.pictureFileTypes.includes(item.type)
|
|
1823
|
+
}])
|
|
1824
|
+
}, [
|
|
1825
|
+
!_ctx.extraConfigs.canNotViewAccept?.includes(item?.type) ? (openBlock(), createElementBlock("div", {
|
|
1826
|
+
key: 0,
|
|
1827
|
+
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--view",
|
|
1828
|
+
onClick: ($event) => _ctx.viewOnePicture(item)
|
|
1829
|
+
}, null, 8, _hoisted_9)) : createCommentVNode("v-if", true),
|
|
1830
|
+
!(_ctx.extraConfigs.hidenDelBtn ?? false) ? (openBlock(), createElementBlock("div", {
|
|
1831
|
+
key: 1,
|
|
1832
|
+
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
|
|
1833
|
+
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1834
|
+
}, null, 8, _hoisted_10)) : createCommentVNode("v-if", true)
|
|
1835
|
+
], 2)) : createCommentVNode("v-if", true)
|
|
1836
|
+
], 40, _hoisted_3)) : renderSlot(_ctx.$slots, "file", {
|
|
1837
|
+
key: 1,
|
|
1838
|
+
file: item
|
|
1839
|
+
})
|
|
1840
|
+
], 2112)) : createCommentVNode("v-if", true),
|
|
1841
|
+
createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
|
|
1842
|
+
item.status === "error" ? (openBlock(), createElementBlock("div", {
|
|
1843
|
+
key: 2,
|
|
1844
|
+
class: "bm-upload__picture-error",
|
|
1845
|
+
onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
|
|
1846
|
+
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1847
|
+
onClick: _cache[1] || (_cache[1] = (e) => e.stopPropagation())
|
|
1848
|
+
}, [
|
|
1849
|
+
_hoisted_12,
|
|
1850
|
+
_hoisted_13,
|
|
1851
|
+
_ctx.onepViewImageHover[item.uid] ? (openBlock(), createElementBlock("div", _hoisted_14, [
|
|
1852
|
+
createElementVNode("div", {
|
|
1853
|
+
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--retry",
|
|
1854
|
+
onClick: (e) => _ctx.reUpload(e, item.uid)
|
|
1855
|
+
}, null, 8, _hoisted_15),
|
|
1856
|
+
createElementVNode("div", {
|
|
1846
1857
|
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
|
|
1847
1858
|
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1848
|
-
}, null, 8,
|
|
1859
|
+
}, null, 8, _hoisted_16)
|
|
1849
1860
|
])) : createCommentVNode("v-if", true)
|
|
1850
|
-
], 40,
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
|
|
1856
|
-
item.status === "error" ? (openBlock(), createElementBlock("div", {
|
|
1857
|
-
key: 2,
|
|
1858
|
-
class: "bm-upload__picture-error",
|
|
1859
|
-
onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
|
|
1860
|
-
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1861
|
-
onClick: _cache[1] || (_cache[1] = (e) => e.stopPropagation())
|
|
1862
|
-
}, [
|
|
1863
|
-
_hoisted_14,
|
|
1864
|
-
_hoisted_15,
|
|
1865
|
-
_ctx.onepViewImageHover[item.uid] ? (openBlock(), createElementBlock("div", _hoisted_16, [
|
|
1866
|
-
createElementVNode("div", {
|
|
1867
|
-
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--retry",
|
|
1868
|
-
onClick: (e) => _ctx.reUpload(e, item.uid)
|
|
1869
|
-
}, null, 8, _hoisted_17),
|
|
1870
|
-
createElementVNode("div", {
|
|
1871
|
-
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
|
|
1872
|
-
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1873
|
-
}, null, 8, _hoisted_18)
|
|
1874
|
-
])) : createCommentVNode("v-if", true)
|
|
1875
|
-
], 40, _hoisted_13)) : createCommentVNode("v-if", true)
|
|
1876
|
-
], 2);
|
|
1877
|
-
}), 128)) : createCommentVNode("v-if", true),
|
|
1861
|
+
], 40, _hoisted_11)) : createCommentVNode("v-if", true)
|
|
1862
|
+
], 2);
|
|
1863
|
+
}), 128)),
|
|
1864
|
+
createCommentVNode(" </a-image-preview-group> ")
|
|
1865
|
+
], 2112)) : createCommentVNode("v-if", true),
|
|
1878
1866
|
!($setup.uploadDisabled && _ctx.extraConfigs?.hideDisabledBtn) ? (openBlock(), createBlock(_component_a_upload, mergeProps({ key: 1 }, _ctx.uploadConfigs, {
|
|
1867
|
+
disabled: $setup.uploadDisabled,
|
|
1879
1868
|
class: { "bm--upload__custom-button": _ctx.extraConfigs.myBtn },
|
|
1880
1869
|
onReject: _ctx.handleReject
|
|
1881
1870
|
}), {
|
|
1882
1871
|
default: withCtx(() => [
|
|
1883
1872
|
_ctx.extraConfigs.myBtn ? renderSlot(_ctx.$slots, "myBtn", { key: 0 }) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
1884
|
-
_ctx.uploadConfigs.listType === "picture-card" ? (openBlock(), createElementBlock("div",
|
|
1873
|
+
_ctx.uploadConfigs.listType === "picture-card" ? (openBlock(), createElementBlock("div", _hoisted_17, [
|
|
1885
1874
|
createVNode(_component_PlusOutlined),
|
|
1886
|
-
createElementVNode("div",
|
|
1887
|
-
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div",
|
|
1888
|
-
])) : _ctx.uploadConfigs.listType === "text" ? (openBlock(), createElementBlock("div",
|
|
1875
|
+
createElementVNode("div", _hoisted_18, toDisplayString(_ctx.uploadConfigs.text || "\u4E0A\u4F20\u56FE\u7247"), 1),
|
|
1876
|
+
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div", _hoisted_19, toDisplayString(_ctx.extraConfigs.tips), 1)) : createCommentVNode("v-if", true)
|
|
1877
|
+
])) : _ctx.uploadConfigs.listType === "text" ? (openBlock(), createElementBlock("div", _hoisted_20, [
|
|
1889
1878
|
createVNode(_component_a_button, {
|
|
1890
1879
|
class: normalizeClass(_ctx.extraConfigs.btnClass),
|
|
1891
|
-
disabled: $setup.uploadDisabled
|
|
1880
|
+
disabled: $setup.uploadDisabled
|
|
1892
1881
|
}, {
|
|
1893
1882
|
default: withCtx(() => [
|
|
1894
1883
|
createVNode(_component_UploadOutlined),
|
|
@@ -1896,39 +1885,39 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1896
1885
|
]),
|
|
1897
1886
|
_: 1
|
|
1898
1887
|
}, 8, ["class", "disabled"]),
|
|
1899
|
-
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div",
|
|
1888
|
+
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (openBlock(), createElementBlock("div", _hoisted_21, toDisplayString(_ctx.extraConfigs.tips), 1)) : createCommentVNode("v-if", true)
|
|
1900
1889
|
])) : createCommentVNode("v-if", true)
|
|
1901
1890
|
], 2112))
|
|
1902
1891
|
]),
|
|
1903
1892
|
_: 3
|
|
1904
|
-
}, 16, ["class", "onReject"])) : createCommentVNode("v-if", true),
|
|
1905
|
-
_ctx.uploadConfigs.listType === "text" && !_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock("div",
|
|
1893
|
+
}, 16, ["disabled", "class", "onReject"])) : createCommentVNode("v-if", true),
|
|
1894
|
+
_ctx.uploadConfigs.listType === "text" && !_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock("div", _hoisted_22, [
|
|
1906
1895
|
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.fileList, (item) => {
|
|
1907
1896
|
return openBlock(), createElementBlock("div", {
|
|
1908
1897
|
key: item,
|
|
1909
1898
|
class: "bm-upload__file"
|
|
1910
1899
|
}, [
|
|
1911
1900
|
!_ctx.uploadConfigs.showSlotList ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
1912
|
-
createElementVNode("div",
|
|
1913
|
-
|
|
1914
|
-
createElementVNode("div",
|
|
1901
|
+
createElementVNode("div", _hoisted_23, [
|
|
1902
|
+
_hoisted_24,
|
|
1903
|
+
createElementVNode("div", _hoisted_25, [
|
|
1915
1904
|
createVNode(_component_OverTooltips, {
|
|
1916
1905
|
title: item.name
|
|
1917
1906
|
}, null, 8, ["title"])
|
|
1918
1907
|
]),
|
|
1919
|
-
createElementVNode("div",
|
|
1908
|
+
createElementVNode("div", _hoisted_26, [
|
|
1920
1909
|
item.status === "error" ? (openBlock(), createElementBlock("div", {
|
|
1921
1910
|
key: 0,
|
|
1922
1911
|
class: "bm-upload__error-reload",
|
|
1923
1912
|
onClick: (e) => _ctx.reUpload(e, item.uid)
|
|
1924
|
-
}, null, 8,
|
|
1913
|
+
}, null, 8, _hoisted_27)) : createCommentVNode("v-if", true),
|
|
1925
1914
|
createElementVNode("div", {
|
|
1926
1915
|
class: "bm-upload__trash",
|
|
1927
1916
|
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1928
|
-
}, null, 8,
|
|
1917
|
+
}, null, 8, _hoisted_28)
|
|
1929
1918
|
])
|
|
1930
1919
|
]),
|
|
1931
|
-
!item.isDoneDeloy || item.progress < 100 || item.status === "error" ? (openBlock(), createElementBlock("div",
|
|
1920
|
+
!item.isDoneDeloy || item.progress < 100 || item.status === "error" ? (openBlock(), createElementBlock("div", _hoisted_29, [
|
|
1932
1921
|
createVNode(_component_a_progress, {
|
|
1933
1922
|
type: "line",
|
|
1934
1923
|
"stroke-width": 2,
|
|
@@ -1951,32 +1940,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1951
1940
|
onCancel: _ctx.handleClosePictureView
|
|
1952
1941
|
}, {
|
|
1953
1942
|
default: withCtx(() => [
|
|
1954
|
-
createElementVNode("div",
|
|
1955
|
-
|
|
1956
|
-
"img",
|
|
1957
|
-
"image",
|
|
1958
|
-
"png",
|
|
1959
|
-
"PNG",
|
|
1960
|
-
"image/png",
|
|
1961
|
-
"jpg",
|
|
1962
|
-
"JPG",
|
|
1963
|
-
"jpeg",
|
|
1964
|
-
"JPEG",
|
|
1965
|
-
"image/jpeg",
|
|
1966
|
-
"gif",
|
|
1967
|
-
"GIF",
|
|
1968
|
-
"image/gif"
|
|
1969
|
-
].includes(_ctx.onepViewImage.type) ? (openBlock(), createElementBlock("img", {
|
|
1943
|
+
createElementVNode("div", _hoisted_30, [
|
|
1944
|
+
_ctx.pictureFileTypes.includes(_ctx.onepViewImage.type) ? (openBlock(), createElementBlock("img", {
|
|
1970
1945
|
key: 0,
|
|
1971
1946
|
style: { "width": "100%" },
|
|
1972
1947
|
src: _ctx.onepViewImage.url,
|
|
1973
1948
|
alt: ""
|
|
1974
|
-
}, null, 8,
|
|
1949
|
+
}, null, 8, _hoisted_31)) : (openBlock(), createElementBlock("iframe", {
|
|
1975
1950
|
key: 1,
|
|
1976
1951
|
title: _ctx.onepViewImage.type,
|
|
1977
1952
|
style: { "width": "100%", "min-height": "600px" },
|
|
1978
1953
|
src: _ctx.onepViewImage.url
|
|
1979
|
-
}, null, 8,
|
|
1954
|
+
}, null, 8, _hoisted_32))
|
|
1980
1955
|
])
|
|
1981
1956
|
]),
|
|
1982
1957
|
_: 1
|
|
@@ -100,7 +100,7 @@ declare const _default: {
|
|
|
100
100
|
fileList: import("vue").Ref<{}>;
|
|
101
101
|
onepViewImageHover: import("vue").Ref<{}>;
|
|
102
102
|
previewVisible: import("vue").Ref<boolean>;
|
|
103
|
-
onepViewImage: import("vue").Ref<
|
|
103
|
+
onepViewImage: import("vue").Ref<{}>;
|
|
104
104
|
extraConfigs: import("vue").Ref<{
|
|
105
105
|
maxSize: number;
|
|
106
106
|
maxCount: number;
|
|
@@ -130,6 +130,7 @@ declare const _default: {
|
|
|
130
130
|
data: any;
|
|
131
131
|
}) => Promise<void>;
|
|
132
132
|
}>;
|
|
133
|
+
pictureFileTypes: import("vue").Ref<string[]>;
|
|
133
134
|
};
|
|
134
135
|
};
|
|
135
136
|
export default _default;
|