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;
|
|
@@ -2052,10 +2052,10 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2052
2052
|
"curlist-keys": _ctx.curlistKeys,
|
|
2053
2053
|
"is-tree": _ctx.multipTree,
|
|
2054
2054
|
"data-map": _ctx.dataMap,
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
}, null, 8, ["selected", "limit", "list", "curlist-keys", "is-tree", "data-map", "
|
|
2055
|
+
"show-count": _ctx.showCount,
|
|
2056
|
+
"unit-str": _ctx.unitStr,
|
|
2057
|
+
onFetchList: _ctx.fetch
|
|
2058
|
+
}, null, 8, ["selected", "limit", "list", "curlist-keys", "is-tree", "data-map", "show-count", "unit-str", "onFetchList"]))
|
|
2059
2059
|
])
|
|
2060
2060
|
]),
|
|
2061
2061
|
_: 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 };
|
|
@@ -1391,12 +1391,11 @@ const _sfc_main = {
|
|
|
1391
1391
|
];
|
|
1392
1392
|
const state = vue.reactive({
|
|
1393
1393
|
uploadBarColor: "#4DA0FF",
|
|
1394
|
-
uploadDisabled: false,
|
|
1395
1394
|
uploadedList: [],
|
|
1396
1395
|
fileList: {},
|
|
1397
1396
|
onepViewImageHover: {},
|
|
1398
1397
|
previewVisible: false,
|
|
1399
|
-
onepViewImage:
|
|
1398
|
+
onepViewImage: {},
|
|
1400
1399
|
extraConfigs: {
|
|
1401
1400
|
maxSize: 5,
|
|
1402
1401
|
maxCount: 5,
|
|
@@ -1446,7 +1445,22 @@ const _sfc_main = {
|
|
|
1446
1445
|
}, 1e3);
|
|
1447
1446
|
methods.customUploadRequest(file);
|
|
1448
1447
|
}
|
|
1449
|
-
}
|
|
1448
|
+
},
|
|
1449
|
+
pictureFileTypes: [
|
|
1450
|
+
"img",
|
|
1451
|
+
"image",
|
|
1452
|
+
"png",
|
|
1453
|
+
"PNG",
|
|
1454
|
+
"image/png",
|
|
1455
|
+
"jpg",
|
|
1456
|
+
"JPG",
|
|
1457
|
+
"jpeg",
|
|
1458
|
+
"JPEG",
|
|
1459
|
+
"image/jpeg",
|
|
1460
|
+
"gif",
|
|
1461
|
+
"GIF",
|
|
1462
|
+
"image/gif"
|
|
1463
|
+
]
|
|
1450
1464
|
});
|
|
1451
1465
|
const methods = {
|
|
1452
1466
|
updateUploadProgress(file, progress) {
|
|
@@ -1527,24 +1541,9 @@ const _sfc_main = {
|
|
|
1527
1541
|
state.onepViewImageHover[uid] = false;
|
|
1528
1542
|
},
|
|
1529
1543
|
viewOnePicture(item) {
|
|
1530
|
-
if (
|
|
1531
|
-
"img",
|
|
1532
|
-
"image",
|
|
1533
|
-
"png",
|
|
1534
|
-
"PNG",
|
|
1535
|
-
"image/png",
|
|
1536
|
-
"jpg",
|
|
1537
|
-
"JPG",
|
|
1538
|
-
"jpeg",
|
|
1539
|
-
"JPEG",
|
|
1540
|
-
"image/jpeg",
|
|
1541
|
-
"gif",
|
|
1542
|
-
"GIF",
|
|
1543
|
-
"image/gif"
|
|
1544
|
-
].includes(item.type.toLowerCase())) {
|
|
1544
|
+
if (state.pictureFileTypes.includes(item.type.toLowerCase())) {
|
|
1545
1545
|
state.previewVisible = true;
|
|
1546
1546
|
state.onepViewImage = item;
|
|
1547
|
-
return;
|
|
1548
1547
|
}
|
|
1549
1548
|
emit("previewFile", item);
|
|
1550
1549
|
},
|
|
@@ -1641,14 +1640,11 @@ const _sfc_main = {
|
|
|
1641
1640
|
deep: true
|
|
1642
1641
|
});
|
|
1643
1642
|
const uploadDisabled = vue.computed(() => {
|
|
1644
|
-
if (Object.keys(state.fileList).length >= state.extraConfigs.maxCount) {
|
|
1643
|
+
if (props.uploadProps.disabled || Object.keys(state.fileList).length >= state.extraConfigs.maxCount) {
|
|
1645
1644
|
return true;
|
|
1646
1645
|
}
|
|
1647
1646
|
return false;
|
|
1648
1647
|
});
|
|
1649
|
-
vue.watchEffect(() => {
|
|
1650
|
-
state.uploadConfigs.disabled = uploadDisabled.value;
|
|
1651
|
-
});
|
|
1652
1648
|
vue.watch(() => uploadDisabled.value, (value) => {
|
|
1653
1649
|
emit("updateDisabledStatus", value);
|
|
1654
1650
|
}, {
|
|
@@ -1688,57 +1684,53 @@ const _hoisted_5 = ["src"];
|
|
|
1688
1684
|
const _hoisted_6 = ["src"];
|
|
1689
1685
|
const _hoisted_7 = ["src"];
|
|
1690
1686
|
const _hoisted_8 = ["src"];
|
|
1691
|
-
const _hoisted_9 = ["
|
|
1692
|
-
const _hoisted_10 =
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
const
|
|
1697
|
-
const _hoisted_12 = ["onClick"];
|
|
1698
|
-
const _hoisted_13 = ["onMouseenter", "onMouseleave"];
|
|
1699
|
-
const _hoisted_14 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-upload__picture-error__image" }, null, -1);
|
|
1700
|
-
const _hoisted_15 = /* @__PURE__ */ vue.createElementVNode("div", null, "\u4E0A\u4F20\u9519\u8BEF", -1);
|
|
1701
|
-
const _hoisted_16 = {
|
|
1687
|
+
const _hoisted_9 = ["onClick"];
|
|
1688
|
+
const _hoisted_10 = ["onClick"];
|
|
1689
|
+
const _hoisted_11 = ["onMouseenter", "onMouseleave"];
|
|
1690
|
+
const _hoisted_12 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-upload__picture-error__image" }, null, -1);
|
|
1691
|
+
const _hoisted_13 = /* @__PURE__ */ vue.createElementVNode("div", null, "\u4E0A\u4F20\u9519\u8BEF", -1);
|
|
1692
|
+
const _hoisted_14 = {
|
|
1702
1693
|
key: 0,
|
|
1703
1694
|
class: "bm-upload__picture-result__cover"
|
|
1704
1695
|
};
|
|
1705
|
-
const
|
|
1706
|
-
const
|
|
1707
|
-
const
|
|
1696
|
+
const _hoisted_15 = ["onClick"];
|
|
1697
|
+
const _hoisted_16 = ["onClick"];
|
|
1698
|
+
const _hoisted_17 = {
|
|
1708
1699
|
key: 0,
|
|
1709
1700
|
style: { "font-size": "24px", "color": "#9393a3" }
|
|
1710
1701
|
};
|
|
1711
|
-
const
|
|
1712
|
-
const
|
|
1702
|
+
const _hoisted_18 = { class: "ant-upload-text bm-upload__text" };
|
|
1703
|
+
const _hoisted_19 = {
|
|
1713
1704
|
key: 0,
|
|
1714
1705
|
class: "bm-upload__tips"
|
|
1715
1706
|
};
|
|
1716
|
-
const
|
|
1717
|
-
const
|
|
1707
|
+
const _hoisted_20 = { key: 1 };
|
|
1708
|
+
const _hoisted_21 = {
|
|
1718
1709
|
key: 0,
|
|
1719
1710
|
class: "bm-upload__tips"
|
|
1720
1711
|
};
|
|
1721
|
-
const
|
|
1712
|
+
const _hoisted_22 = {
|
|
1722
1713
|
key: 2,
|
|
1723
1714
|
class: "bm-upload__file-list"
|
|
1724
1715
|
};
|
|
1725
|
-
const
|
|
1726
|
-
const
|
|
1716
|
+
const _hoisted_23 = { class: "bm-upload__file__detail" };
|
|
1717
|
+
const _hoisted_24 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-upload__file__icon" }, [
|
|
1727
1718
|
/* @__PURE__ */ vue.createElementVNode("div", { class: "bm-upload__attachment" })
|
|
1728
1719
|
], -1);
|
|
1729
|
-
const
|
|
1730
|
-
const
|
|
1731
|
-
const
|
|
1732
|
-
const
|
|
1733
|
-
const
|
|
1720
|
+
const _hoisted_25 = { class: "bm-upload__file__name" };
|
|
1721
|
+
const _hoisted_26 = { class: "bm-upload__file__progress-tools" };
|
|
1722
|
+
const _hoisted_27 = ["onClick"];
|
|
1723
|
+
const _hoisted_28 = ["onClick"];
|
|
1724
|
+
const _hoisted_29 = {
|
|
1734
1725
|
key: 0,
|
|
1735
1726
|
class: "bm-upload__progress"
|
|
1736
1727
|
};
|
|
1737
|
-
const
|
|
1738
|
-
const
|
|
1739
|
-
const
|
|
1728
|
+
const _hoisted_30 = { style: { "padding-top": "20px" } };
|
|
1729
|
+
const _hoisted_31 = ["src"];
|
|
1730
|
+
const _hoisted_32 = ["title", "src"];
|
|
1740
1731
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1741
1732
|
const _component_a_progress = vue.resolveComponent("a-progress");
|
|
1733
|
+
const _component_a_image = vue.resolveComponent("a-image");
|
|
1742
1734
|
const _component_PlusOutlined = vue.resolveComponent("PlusOutlined");
|
|
1743
1735
|
const _component_UploadOutlined = vue.resolveComponent("UploadOutlined");
|
|
1744
1736
|
const _component_a_button = vue.resolveComponent("a-button");
|
|
@@ -1751,148 +1743,145 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1751
1743
|
"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
|
|
1752
1744
|
}])
|
|
1753
1745
|
}, [
|
|
1754
|
-
_ctx.uploadConfigs.listType === "picture-card" ? (vue.openBlock(
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
vue.
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1777
|
-
onClick: _cache[0] || (_cache[0] = (e) => e.stopPropagation())
|
|
1778
|
-
}, [
|
|
1779
|
-
["pdf", "PDF", "application/pdf"].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1746
|
+
_ctx.uploadConfigs.listType === "picture-card" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1747
|
+
vue.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 "),
|
|
1748
|
+
vue.createCommentVNode(" <a-image-preview-group> "),
|
|
1749
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.fileList, (item) => {
|
|
1750
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
1751
|
+
key: item,
|
|
1752
|
+
class: vue.normalizeClass(["bm-upload__picture", { "bm-upload__picture--error": item.status === "error" }])
|
|
1753
|
+
}, [
|
|
1754
|
+
vue.createCommentVNode(" \u4E0A\u4F20\u4E2D "),
|
|
1755
|
+
item.progress < 100 && item.status !== "error" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
1756
|
+
_hoisted_2,
|
|
1757
|
+
vue.createVNode(_component_a_progress, {
|
|
1758
|
+
type: "line",
|
|
1759
|
+
"stroke-width": 2,
|
|
1760
|
+
"show-info": false,
|
|
1761
|
+
"stroke-color": _ctx.uploadBarColor,
|
|
1762
|
+
percent: item.uid?.progress
|
|
1763
|
+
}, null, 8, ["stroke-color", "percent"])
|
|
1764
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
1765
|
+
vue.createCommentVNode(" \u56FE\u7247\u5C55\u793A "),
|
|
1766
|
+
item.progress >= 100 && item.status !== "error" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
1767
|
+
!_ctx.uploadConfigs.showSlotList ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1780
1768
|
key: 0,
|
|
1781
|
-
class: "bm-upload__picture-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
"
|
|
1787
|
-
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
1788
|
-
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1789
|
-
key: 1,
|
|
1790
|
-
class: "bm-upload__picture-result__image",
|
|
1791
|
-
src: $setup.icons.excel,
|
|
1792
|
-
alt: "avatar"
|
|
1793
|
-
}, null, 8, _hoisted_5)) : [
|
|
1794
|
-
"ppt",
|
|
1795
|
-
"PPT",
|
|
1796
|
-
"application/vnd.ms-powerpoint",
|
|
1797
|
-
"pptx",
|
|
1798
|
-
"PPTX",
|
|
1799
|
-
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
|
1800
|
-
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1801
|
-
key: 2,
|
|
1802
|
-
class: "bm-upload__picture-result__image",
|
|
1803
|
-
src: $setup.icons.ppt,
|
|
1804
|
-
alt: "avatar"
|
|
1805
|
-
}, null, 8, _hoisted_6)) : [
|
|
1806
|
-
"doc",
|
|
1807
|
-
"DOC",
|
|
1808
|
-
"application/msword",
|
|
1809
|
-
"docx",
|
|
1810
|
-
"DOCX",
|
|
1811
|
-
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
1812
|
-
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1813
|
-
key: 3,
|
|
1814
|
-
class: "bm-upload__picture-result__image",
|
|
1815
|
-
src: $setup.icons.doc,
|
|
1816
|
-
alt: "avatar"
|
|
1817
|
-
}, null, 8, _hoisted_7)) : [
|
|
1818
|
-
"img",
|
|
1819
|
-
"image",
|
|
1820
|
-
"png",
|
|
1821
|
-
"PNG",
|
|
1822
|
-
"image/png",
|
|
1823
|
-
"jpg",
|
|
1824
|
-
"JPG",
|
|
1825
|
-
"jpeg",
|
|
1826
|
-
"JPEG",
|
|
1827
|
-
"image/jpeg",
|
|
1828
|
-
"gif",
|
|
1829
|
-
"GIF",
|
|
1830
|
-
"image/gif"
|
|
1831
|
-
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1832
|
-
key: 4,
|
|
1833
|
-
class: "bm-upload__picture-result__image",
|
|
1834
|
-
src: item.url,
|
|
1835
|
-
alt: "avatar"
|
|
1836
|
-
}, null, 8, _hoisted_8)) : (vue.openBlock(), vue.createElementBlock("img", {
|
|
1837
|
-
key: 5,
|
|
1838
|
-
class: "bm-upload__picture-result__image",
|
|
1839
|
-
src: $setup.icons.others,
|
|
1840
|
-
alt: "avatar"
|
|
1841
|
-
}, null, 8, _hoisted_9)),
|
|
1842
|
-
_ctx.onepViewImageHover[item.uid] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, [
|
|
1843
|
-
!_ctx.extraConfigs.canNotViewAccept?.includes(item?.type) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1769
|
+
class: "bm-upload__picture-result",
|
|
1770
|
+
onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
|
|
1771
|
+
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1772
|
+
onClick: _cache[0] || (_cache[0] = (e) => e.stopPropagation())
|
|
1773
|
+
}, [
|
|
1774
|
+
["pdf", "PDF", "application/pdf"].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1844
1775
|
key: 0,
|
|
1845
|
-
class: "bm-upload__picture-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1776
|
+
class: "bm-upload__picture-result__image",
|
|
1777
|
+
src: $setup.icons.pdf,
|
|
1778
|
+
alt: "\u56FE\u7247"
|
|
1779
|
+
}, null, 8, _hoisted_4)) : [
|
|
1780
|
+
"xlsx",
|
|
1781
|
+
"XLSX",
|
|
1782
|
+
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
|
|
1783
|
+
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1849
1784
|
key: 1,
|
|
1785
|
+
class: "bm-upload__picture-result__image",
|
|
1786
|
+
src: $setup.icons.excel,
|
|
1787
|
+
alt: "\u56FE\u7247"
|
|
1788
|
+
}, null, 8, _hoisted_5)) : [
|
|
1789
|
+
"ppt",
|
|
1790
|
+
"PPT",
|
|
1791
|
+
"application/vnd.ms-powerpoint",
|
|
1792
|
+
"pptx",
|
|
1793
|
+
"PPTX",
|
|
1794
|
+
"application/vnd.openxmlformats-officedocument.presentationml.presentation"
|
|
1795
|
+
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1796
|
+
key: 2,
|
|
1797
|
+
class: "bm-upload__picture-result__image",
|
|
1798
|
+
src: $setup.icons.ppt,
|
|
1799
|
+
alt: "\u56FE\u7247"
|
|
1800
|
+
}, null, 8, _hoisted_6)) : [
|
|
1801
|
+
"doc",
|
|
1802
|
+
"DOC",
|
|
1803
|
+
"application/msword",
|
|
1804
|
+
"docx",
|
|
1805
|
+
"DOCX",
|
|
1806
|
+
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
|
|
1807
|
+
].includes(item.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1808
|
+
key: 3,
|
|
1809
|
+
class: "bm-upload__picture-result__image",
|
|
1810
|
+
src: $setup.icons.doc,
|
|
1811
|
+
alt: "\u56FE\u7247"
|
|
1812
|
+
}, null, 8, _hoisted_7)) : _ctx.pictureFileTypes.includes(item.type) ? (vue.openBlock(), vue.createBlock(_component_a_image, {
|
|
1813
|
+
key: 4,
|
|
1814
|
+
class: "bm-upload__picture-result__image",
|
|
1815
|
+
src: item.url,
|
|
1816
|
+
alt: "\u56FE\u7247"
|
|
1817
|
+
}, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("img", {
|
|
1818
|
+
key: 5,
|
|
1819
|
+
class: "bm-upload__picture-result__image",
|
|
1820
|
+
src: $setup.icons.others,
|
|
1821
|
+
alt: "\u56FE\u7247"
|
|
1822
|
+
}, null, 8, _hoisted_8)),
|
|
1823
|
+
_ctx.onepViewImageHover[item.uid] ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1824
|
+
key: 6,
|
|
1825
|
+
class: vue.normalizeClass(["bm-upload__picture-result__cover", {
|
|
1826
|
+
isPicture: _ctx.pictureFileTypes.includes(item.type)
|
|
1827
|
+
}])
|
|
1828
|
+
}, [
|
|
1829
|
+
!_ctx.extraConfigs.canNotViewAccept?.includes(item?.type) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1830
|
+
key: 0,
|
|
1831
|
+
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--view",
|
|
1832
|
+
onClick: ($event) => _ctx.viewOnePicture(item)
|
|
1833
|
+
}, null, 8, _hoisted_9)) : vue.createCommentVNode("v-if", true),
|
|
1834
|
+
!(_ctx.extraConfigs.hidenDelBtn ?? false) ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1835
|
+
key: 1,
|
|
1836
|
+
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
|
|
1837
|
+
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1838
|
+
}, null, 8, _hoisted_10)) : vue.createCommentVNode("v-if", true)
|
|
1839
|
+
], 2)) : vue.createCommentVNode("v-if", true)
|
|
1840
|
+
], 40, _hoisted_3)) : vue.renderSlot(_ctx.$slots, "file", {
|
|
1841
|
+
key: 1,
|
|
1842
|
+
file: item
|
|
1843
|
+
})
|
|
1844
|
+
], 2112)) : vue.createCommentVNode("v-if", true),
|
|
1845
|
+
vue.createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
|
|
1846
|
+
item.status === "error" ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1847
|
+
key: 2,
|
|
1848
|
+
class: "bm-upload__picture-error",
|
|
1849
|
+
onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
|
|
1850
|
+
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1851
|
+
onClick: _cache[1] || (_cache[1] = (e) => e.stopPropagation())
|
|
1852
|
+
}, [
|
|
1853
|
+
_hoisted_12,
|
|
1854
|
+
_hoisted_13,
|
|
1855
|
+
_ctx.onepViewImageHover[item.uid] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_14, [
|
|
1856
|
+
vue.createElementVNode("div", {
|
|
1857
|
+
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--retry",
|
|
1858
|
+
onClick: (e) => _ctx.reUpload(e, item.uid)
|
|
1859
|
+
}, null, 8, _hoisted_15),
|
|
1860
|
+
vue.createElementVNode("div", {
|
|
1850
1861
|
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
|
|
1851
1862
|
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1852
|
-
}, null, 8,
|
|
1863
|
+
}, null, 8, _hoisted_16)
|
|
1853
1864
|
])) : vue.createCommentVNode("v-if", true)
|
|
1854
|
-
], 40,
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
vue.createCommentVNode(" \u56FE\u7247\u9519\u8BEF\u5C55\u793A "),
|
|
1860
|
-
item.status === "error" ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1861
|
-
key: 2,
|
|
1862
|
-
class: "bm-upload__picture-error",
|
|
1863
|
-
onMouseenter: ($event) => _ctx.pictureHoverEnter(item.uid),
|
|
1864
|
-
onMouseleave: ($event) => _ctx.pictureHoverLeave(item.uid),
|
|
1865
|
-
onClick: _cache[1] || (_cache[1] = (e) => e.stopPropagation())
|
|
1866
|
-
}, [
|
|
1867
|
-
_hoisted_14,
|
|
1868
|
-
_hoisted_15,
|
|
1869
|
-
_ctx.onepViewImageHover[item.uid] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, [
|
|
1870
|
-
vue.createElementVNode("div", {
|
|
1871
|
-
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--retry",
|
|
1872
|
-
onClick: (e) => _ctx.reUpload(e, item.uid)
|
|
1873
|
-
}, null, 8, _hoisted_17),
|
|
1874
|
-
vue.createElementVNode("div", {
|
|
1875
|
-
class: "bm-upload__picture-result__icon bm-upload__picture-result__icon--delete",
|
|
1876
|
-
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1877
|
-
}, null, 8, _hoisted_18)
|
|
1878
|
-
])) : vue.createCommentVNode("v-if", true)
|
|
1879
|
-
], 40, _hoisted_13)) : vue.createCommentVNode("v-if", true)
|
|
1880
|
-
], 2);
|
|
1881
|
-
}), 128)) : vue.createCommentVNode("v-if", true),
|
|
1865
|
+
], 40, _hoisted_11)) : vue.createCommentVNode("v-if", true)
|
|
1866
|
+
], 2);
|
|
1867
|
+
}), 128)),
|
|
1868
|
+
vue.createCommentVNode(" </a-image-preview-group> ")
|
|
1869
|
+
], 2112)) : vue.createCommentVNode("v-if", true),
|
|
1882
1870
|
!($setup.uploadDisabled && _ctx.extraConfigs?.hideDisabledBtn) ? (vue.openBlock(), vue.createBlock(_component_a_upload, vue.mergeProps({ key: 1 }, _ctx.uploadConfigs, {
|
|
1871
|
+
disabled: $setup.uploadDisabled,
|
|
1883
1872
|
class: { "bm--upload__custom-button": _ctx.extraConfigs.myBtn },
|
|
1884
1873
|
onReject: _ctx.handleReject
|
|
1885
1874
|
}), {
|
|
1886
1875
|
default: vue.withCtx(() => [
|
|
1887
1876
|
_ctx.extraConfigs.myBtn ? vue.renderSlot(_ctx.$slots, "myBtn", { key: 0 }) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
1888
|
-
_ctx.uploadConfigs.listType === "picture-card" ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1877
|
+
_ctx.uploadConfigs.listType === "picture-card" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_17, [
|
|
1889
1878
|
vue.createVNode(_component_PlusOutlined),
|
|
1890
|
-
vue.createElementVNode("div",
|
|
1891
|
-
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1892
|
-
])) : _ctx.uploadConfigs.listType === "text" ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1879
|
+
vue.createElementVNode("div", _hoisted_18, vue.toDisplayString(_ctx.uploadConfigs.text || "\u4E0A\u4F20\u56FE\u7247"), 1),
|
|
1880
|
+
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, vue.toDisplayString(_ctx.extraConfigs.tips), 1)) : vue.createCommentVNode("v-if", true)
|
|
1881
|
+
])) : _ctx.uploadConfigs.listType === "text" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_20, [
|
|
1893
1882
|
vue.createVNode(_component_a_button, {
|
|
1894
1883
|
class: vue.normalizeClass(_ctx.extraConfigs.btnClass),
|
|
1895
|
-
disabled: $setup.uploadDisabled
|
|
1884
|
+
disabled: $setup.uploadDisabled
|
|
1896
1885
|
}, {
|
|
1897
1886
|
default: vue.withCtx(() => [
|
|
1898
1887
|
vue.createVNode(_component_UploadOutlined),
|
|
@@ -1900,39 +1889,39 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1900
1889
|
]),
|
|
1901
1890
|
_: 1
|
|
1902
1891
|
}, 8, ["class", "disabled"]),
|
|
1903
|
-
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1892
|
+
_ctx.extraConfigs.tips && _ctx.extraConfigs.showTips ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_21, vue.toDisplayString(_ctx.extraConfigs.tips), 1)) : vue.createCommentVNode("v-if", true)
|
|
1904
1893
|
])) : vue.createCommentVNode("v-if", true)
|
|
1905
1894
|
], 2112))
|
|
1906
1895
|
]),
|
|
1907
1896
|
_: 3
|
|
1908
|
-
}, 16, ["class", "onReject"])) : vue.createCommentVNode("v-if", true),
|
|
1909
|
-
_ctx.uploadConfigs.listType === "text" && !_ctx.uploadConfigs.showSlotList ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1897
|
+
}, 16, ["disabled", "class", "onReject"])) : vue.createCommentVNode("v-if", true),
|
|
1898
|
+
_ctx.uploadConfigs.listType === "text" && !_ctx.uploadConfigs.showSlotList ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_22, [
|
|
1910
1899
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.fileList, (item) => {
|
|
1911
1900
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
1912
1901
|
key: item,
|
|
1913
1902
|
class: "bm-upload__file"
|
|
1914
1903
|
}, [
|
|
1915
1904
|
!_ctx.uploadConfigs.showSlotList ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
1916
|
-
vue.createElementVNode("div",
|
|
1917
|
-
|
|
1918
|
-
vue.createElementVNode("div",
|
|
1905
|
+
vue.createElementVNode("div", _hoisted_23, [
|
|
1906
|
+
_hoisted_24,
|
|
1907
|
+
vue.createElementVNode("div", _hoisted_25, [
|
|
1919
1908
|
vue.createVNode(_component_OverTooltips, {
|
|
1920
1909
|
title: item.name
|
|
1921
1910
|
}, null, 8, ["title"])
|
|
1922
1911
|
]),
|
|
1923
|
-
vue.createElementVNode("div",
|
|
1912
|
+
vue.createElementVNode("div", _hoisted_26, [
|
|
1924
1913
|
item.status === "error" ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
1925
1914
|
key: 0,
|
|
1926
1915
|
class: "bm-upload__error-reload",
|
|
1927
1916
|
onClick: (e) => _ctx.reUpload(e, item.uid)
|
|
1928
|
-
}, null, 8,
|
|
1917
|
+
}, null, 8, _hoisted_27)) : vue.createCommentVNode("v-if", true),
|
|
1929
1918
|
vue.createElementVNode("div", {
|
|
1930
1919
|
class: "bm-upload__trash",
|
|
1931
1920
|
onClick: ($event) => _ctx.deleteFile(item.uid)
|
|
1932
|
-
}, null, 8,
|
|
1921
|
+
}, null, 8, _hoisted_28)
|
|
1933
1922
|
])
|
|
1934
1923
|
]),
|
|
1935
|
-
!item.isDoneDeloy || item.progress < 100 || item.status === "error" ? (vue.openBlock(), vue.createElementBlock("div",
|
|
1924
|
+
!item.isDoneDeloy || item.progress < 100 || item.status === "error" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_29, [
|
|
1936
1925
|
vue.createVNode(_component_a_progress, {
|
|
1937
1926
|
type: "line",
|
|
1938
1927
|
"stroke-width": 2,
|
|
@@ -1955,32 +1944,18 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1955
1944
|
onCancel: _ctx.handleClosePictureView
|
|
1956
1945
|
}, {
|
|
1957
1946
|
default: vue.withCtx(() => [
|
|
1958
|
-
vue.createElementVNode("div",
|
|
1959
|
-
|
|
1960
|
-
"img",
|
|
1961
|
-
"image",
|
|
1962
|
-
"png",
|
|
1963
|
-
"PNG",
|
|
1964
|
-
"image/png",
|
|
1965
|
-
"jpg",
|
|
1966
|
-
"JPG",
|
|
1967
|
-
"jpeg",
|
|
1968
|
-
"JPEG",
|
|
1969
|
-
"image/jpeg",
|
|
1970
|
-
"gif",
|
|
1971
|
-
"GIF",
|
|
1972
|
-
"image/gif"
|
|
1973
|
-
].includes(_ctx.onepViewImage.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1947
|
+
vue.createElementVNode("div", _hoisted_30, [
|
|
1948
|
+
_ctx.pictureFileTypes.includes(_ctx.onepViewImage.type) ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1974
1949
|
key: 0,
|
|
1975
1950
|
style: { "width": "100%" },
|
|
1976
1951
|
src: _ctx.onepViewImage.url,
|
|
1977
1952
|
alt: ""
|
|
1978
|
-
}, null, 8,
|
|
1953
|
+
}, null, 8, _hoisted_31)) : (vue.openBlock(), vue.createElementBlock("iframe", {
|
|
1979
1954
|
key: 1,
|
|
1980
1955
|
title: _ctx.onepViewImage.type,
|
|
1981
1956
|
style: { "width": "100%", "min-height": "600px" },
|
|
1982
1957
|
src: _ctx.onepViewImage.url
|
|
1983
|
-
}, null, 8,
|
|
1958
|
+
}, null, 8, _hoisted_32))
|
|
1984
1959
|
])
|
|
1985
1960
|
]),
|
|
1986
1961
|
_: 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;
|