vue-popup-plus-plugin-preset 1.1.0 → 1.3.0
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/dist/{PAlbum-BKExygsA.js → PAlbum-CNFV7xu5.js} +102 -102
- package/dist/PAlert-m8ik2PUI.js +67 -0
- package/dist/PBody-CggbeZs9.js +129 -0
- package/dist/PButtonGroup-C-RNjqPq.js +80 -0
- package/dist/PConfirm-KtE6DclN.js +79 -0
- package/dist/PDialog-QBGTHrYK.js +72 -0
- package/dist/{PFooter-Dd8fzezl.js → PFooter-Cp_J7xg-.js} +1 -1
- package/dist/PLoadingMask-BjvzKGUb.js +62 -0
- package/dist/{PPrompt-D0wfhr75.js → PPrompt-By0Iy2Eh.js} +36 -36
- package/dist/PToast-BEWnKSBV.js +30 -0
- package/dist/vue-popup-plus-plugin-preset.d.ts +21 -5
- package/dist/vue-popup-plus-plugin-preset.js +38 -35
- package/dist/vue-popup-plus-plugin-preset.umd.cjs +3 -3
- package/package.json +66 -67
- package/dist/PAlert-U35iHW1d.js +0 -67
- package/dist/PBody-B8SE3ACJ.js +0 -129
- package/dist/PButtonGroup-CfAPVmCi.js +0 -80
- package/dist/PConfirm-C7fPAwiu.js +0 -79
- package/dist/PDialog-Ch6TTWxG.js +0 -72
- package/dist/PLoadingMask-D37Mt0Yw.js +0 -61
- package/dist/PToast-WfcchnMz.js +0 -24
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { defineComponent as m, inject as u, createElementBlock as p, openBlock as P, createVNode as e, withCtx as t, createElementVNode as C, toDisplayString as a, createTextVNode as i } from "vue";
|
|
2
|
+
import { usePopup as _, POPUP_COMPONENT_INJECTS as g } from "vue-popup-plus";
|
|
3
|
+
import { P as x, a as N, b as T } from "./PBody-CggbeZs9.js";
|
|
4
|
+
import { P as B } from "./PFooter-Cp_J7xg-.js";
|
|
5
|
+
import { P as y, a as s } from "./PButtonGroup-C-RNjqPq.js";
|
|
6
|
+
import { _ as b } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
7
|
+
const h = { class: "p-confirm" }, v = { class: "content" }, E = /* @__PURE__ */ m({
|
|
8
|
+
name: "PConfirm",
|
|
9
|
+
__name: "PConfirm",
|
|
10
|
+
props: {
|
|
11
|
+
title: {},
|
|
12
|
+
content: {},
|
|
13
|
+
confirmText: {},
|
|
14
|
+
cancelText: {},
|
|
15
|
+
draggable: { type: Boolean }
|
|
16
|
+
},
|
|
17
|
+
setup(o) {
|
|
18
|
+
const c = _(), f = u(g.INSTANCE_ID);
|
|
19
|
+
function l(r) {
|
|
20
|
+
c.destroy(f, r);
|
|
21
|
+
}
|
|
22
|
+
return (r, n) => (P(), p("div", h, [
|
|
23
|
+
e(x, null, {
|
|
24
|
+
header: t(() => [
|
|
25
|
+
e(T, {
|
|
26
|
+
draggable: o.draggable,
|
|
27
|
+
hasCloseButton: !1,
|
|
28
|
+
title: o.title,
|
|
29
|
+
iconClass: "confirm"
|
|
30
|
+
}, null, 8, ["draggable", "title"])
|
|
31
|
+
]),
|
|
32
|
+
footer: t(() => [
|
|
33
|
+
e(B, null, {
|
|
34
|
+
default: t(() => [
|
|
35
|
+
e(y, {
|
|
36
|
+
align: "right",
|
|
37
|
+
theme: "primary"
|
|
38
|
+
}, {
|
|
39
|
+
default: t(() => [
|
|
40
|
+
e(s, {
|
|
41
|
+
onClick: n[0] || (n[0] = (d) => l(!1)),
|
|
42
|
+
type: "plain"
|
|
43
|
+
}, {
|
|
44
|
+
default: t(() => [
|
|
45
|
+
i(a(o.cancelText), 1)
|
|
46
|
+
]),
|
|
47
|
+
_: 1
|
|
48
|
+
}),
|
|
49
|
+
e(s, {
|
|
50
|
+
onClick: n[1] || (n[1] = (d) => l(!0))
|
|
51
|
+
}, {
|
|
52
|
+
default: t(() => [
|
|
53
|
+
i(a(o.confirmText), 1)
|
|
54
|
+
]),
|
|
55
|
+
_: 1
|
|
56
|
+
})
|
|
57
|
+
]),
|
|
58
|
+
_: 1
|
|
59
|
+
})
|
|
60
|
+
]),
|
|
61
|
+
_: 1
|
|
62
|
+
})
|
|
63
|
+
]),
|
|
64
|
+
default: t(() => [
|
|
65
|
+
e(N, null, {
|
|
66
|
+
default: t(() => [
|
|
67
|
+
C("div", v, a(o.content), 1)
|
|
68
|
+
]),
|
|
69
|
+
_: 1
|
|
70
|
+
})
|
|
71
|
+
]),
|
|
72
|
+
_: 1
|
|
73
|
+
})
|
|
74
|
+
]));
|
|
75
|
+
}
|
|
76
|
+
}), $ = /* @__PURE__ */ b(E, [["__scopeId", "data-v-e79500d9"]]);
|
|
77
|
+
export {
|
|
78
|
+
$ as default
|
|
79
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { defineComponent as p, inject as P, ref as g, computed as d, defineAsyncComponent as y, onMounted as B, createElementBlock as h, openBlock as n, normalizeClass as v, createVNode as a, createSlots as b, withCtx as t, createBlock as s, resolveDynamicComponent as k, mergeProps as N, createCommentVNode as D } from "vue";
|
|
2
|
+
import { usePopup as I, POPUP_COMPONENT_INJECTS as S } from "vue-popup-plus";
|
|
3
|
+
import { P as x, a as E, b as M, c as $ } from "./PBody-CggbeZs9.js";
|
|
4
|
+
import { _ as O } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
|
+
const T = /* @__PURE__ */ p({
|
|
6
|
+
name: "PDialog",
|
|
7
|
+
__name: "PDialog",
|
|
8
|
+
props: {
|
|
9
|
+
id: {},
|
|
10
|
+
title: {},
|
|
11
|
+
customComponent: {},
|
|
12
|
+
customComponentProps: {},
|
|
13
|
+
header: { type: Boolean },
|
|
14
|
+
headerCloseButton: { type: Boolean },
|
|
15
|
+
draggable: { type: Boolean },
|
|
16
|
+
debugMode: { type: Boolean }
|
|
17
|
+
},
|
|
18
|
+
setup(e) {
|
|
19
|
+
const m = I(), u = P(S.INSTANCE_ID), l = g(1), r = d(
|
|
20
|
+
() => `${e.id}-${l.value}`
|
|
21
|
+
), c = d(() => typeof e.customComponent == "function" ? y(e.customComponent) : e.customComponent);
|
|
22
|
+
B(() => {
|
|
23
|
+
});
|
|
24
|
+
function i() {
|
|
25
|
+
l.value++;
|
|
26
|
+
}
|
|
27
|
+
function C() {
|
|
28
|
+
m.destroy(u);
|
|
29
|
+
}
|
|
30
|
+
return (w, o) => (n(), h("div", {
|
|
31
|
+
class: v(["p-dialog", { "no-header": !e.header }])
|
|
32
|
+
}, [
|
|
33
|
+
a(x, null, b({
|
|
34
|
+
default: t(() => [
|
|
35
|
+
a(E, { withPadding: !1 }, {
|
|
36
|
+
default: t(() => [
|
|
37
|
+
(n(), s(k(c.value), N({ key: r.value }, e.customComponentProps), null, 16))
|
|
38
|
+
]),
|
|
39
|
+
_: 1
|
|
40
|
+
})
|
|
41
|
+
]),
|
|
42
|
+
_: 2
|
|
43
|
+
}, [
|
|
44
|
+
e.header ? {
|
|
45
|
+
name: "header",
|
|
46
|
+
fn: t(() => [
|
|
47
|
+
a(M, {
|
|
48
|
+
draggable: e.draggable,
|
|
49
|
+
hasCloseButton: e.headerCloseButton,
|
|
50
|
+
title: e.title,
|
|
51
|
+
onClose: o[1] || (o[1] = (f) => C())
|
|
52
|
+
}, {
|
|
53
|
+
buttons: t(() => [
|
|
54
|
+
e.debugMode ? (n(), s($, {
|
|
55
|
+
key: 0,
|
|
56
|
+
onClick: o[0] || (o[0] = (f) => i()),
|
|
57
|
+
iconClass: "reload",
|
|
58
|
+
theme: "success"
|
|
59
|
+
})) : D("", !0)
|
|
60
|
+
]),
|
|
61
|
+
_: 1
|
|
62
|
+
}, 8, ["draggable", "hasCloseButton", "title"])
|
|
63
|
+
]),
|
|
64
|
+
key: "0"
|
|
65
|
+
} : void 0
|
|
66
|
+
]), 1024)
|
|
67
|
+
], 2));
|
|
68
|
+
}
|
|
69
|
+
}), j = /* @__PURE__ */ O(T, [["__scopeId", "data-v-574a655b"]]);
|
|
70
|
+
export {
|
|
71
|
+
j as default
|
|
72
|
+
};
|
|
@@ -8,7 +8,7 @@ const _ = { class: "p-footer" }, c = /* @__PURE__ */ e({
|
|
|
8
8
|
s(o.$slots, "default", {}, void 0, !0)
|
|
9
9
|
]));
|
|
10
10
|
}
|
|
11
|
-
}), f = /* @__PURE__ */ n(c, [["__scopeId", "data-v-
|
|
11
|
+
}), f = /* @__PURE__ */ n(c, [["__scopeId", "data-v-92c20b30"]]);
|
|
12
12
|
export {
|
|
13
13
|
f as P
|
|
14
14
|
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { defineComponent as r, useCssVars as u, createElementBlock as c, openBlock as s, createElementVNode as a, inject as m, createVNode as i, createBlock as _, createCommentVNode as f, withCtx as d, createTextVNode as P } from "vue";
|
|
2
|
+
import { usePopup as g, POPUP_COMPONENT_INJECTS as k } from "vue-popup-plus";
|
|
3
|
+
import { _ as l } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
4
|
+
import { P as x, a as C } from "./PButtonGroup-C-RNjqPq.js";
|
|
5
|
+
const N = { class: "p-loading" }, v = /* @__PURE__ */ r({
|
|
6
|
+
name: "PLoading",
|
|
7
|
+
__name: "PLoading",
|
|
8
|
+
props: {
|
|
9
|
+
size: { default: 60 }
|
|
10
|
+
},
|
|
11
|
+
setup(n) {
|
|
12
|
+
return u((e) => ({
|
|
13
|
+
v083770df: `${e.size}px`
|
|
14
|
+
})), (e, o) => (s(), c("div", N, [...o[0] || (o[0] = [
|
|
15
|
+
a("svg", { viewBox: "25 25 50 50" }, [
|
|
16
|
+
a("circle", {
|
|
17
|
+
cx: "50",
|
|
18
|
+
cy: "50",
|
|
19
|
+
fill: "none",
|
|
20
|
+
r: "20"
|
|
21
|
+
})
|
|
22
|
+
], -1)
|
|
23
|
+
])]));
|
|
24
|
+
}
|
|
25
|
+
}), B = /* @__PURE__ */ l(v, [["__scopeId", "data-v-82e7b730"]]), z = { class: "p-loading-mask" }, I = /* @__PURE__ */ r({
|
|
26
|
+
name: "PLoading",
|
|
27
|
+
__name: "PLoadingMask",
|
|
28
|
+
props: {
|
|
29
|
+
debugMode: { type: Boolean },
|
|
30
|
+
iconSize: { default: 60 }
|
|
31
|
+
},
|
|
32
|
+
setup(n) {
|
|
33
|
+
const e = g(), o = m(k.INSTANCE_ID);
|
|
34
|
+
function p() {
|
|
35
|
+
e.destroy(o);
|
|
36
|
+
}
|
|
37
|
+
return (L, t) => (s(), c("div", z, [
|
|
38
|
+
t[1] || (t[1] = a("div", { class: "mask" }, null, -1)),
|
|
39
|
+
i(B, { size: n.iconSize }, null, 8, ["size"]),
|
|
40
|
+
n.debugMode ? (s(), _(x, {
|
|
41
|
+
key: 0,
|
|
42
|
+
align: "center"
|
|
43
|
+
}, {
|
|
44
|
+
default: d(() => [
|
|
45
|
+
i(C, {
|
|
46
|
+
onClick: p,
|
|
47
|
+
theme: "primary"
|
|
48
|
+
}, {
|
|
49
|
+
default: d(() => [...t[0] || (t[0] = [
|
|
50
|
+
P("强制关闭遮罩(仅在调试模式下可用)", -1)
|
|
51
|
+
])]),
|
|
52
|
+
_: 1
|
|
53
|
+
})
|
|
54
|
+
]),
|
|
55
|
+
_: 1
|
|
56
|
+
})) : f("", !0)
|
|
57
|
+
]));
|
|
58
|
+
}
|
|
59
|
+
}), S = /* @__PURE__ */ l(I, [["__scopeId", "data-v-27933c63"]]);
|
|
60
|
+
export {
|
|
61
|
+
S as default
|
|
62
|
+
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { usePopup as
|
|
1
|
+
import { defineComponent as y, inject as v, ref as C, computed as N, createElementBlock as r, openBlock as d, createVNode as l, withCtx as a, createCommentVNode as i, createElementVNode as T, toDisplayString as u, withDirectives as c, vModelText as f, createTextVNode as p } from "vue";
|
|
2
|
+
import { usePopup as V, POPUP_COMPONENT_INJECTS as B } from "vue-popup-plus";
|
|
3
3
|
import "./vue-popup-plus-plugin-preset.js";
|
|
4
|
-
import { P as k, a as L, b } from "./PBody-
|
|
5
|
-
import { P as E } from "./PFooter-
|
|
6
|
-
import { P as I, a as
|
|
4
|
+
import { P as k, a as L, b } from "./PBody-CggbeZs9.js";
|
|
5
|
+
import { P as E } from "./PFooter-Cp_J7xg-.js";
|
|
6
|
+
import { P as I, a as g } from "./PButtonGroup-C-RNjqPq.js";
|
|
7
7
|
import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
8
8
|
const D = { class: "p-prompt" }, M = {
|
|
9
9
|
key: 0,
|
|
10
10
|
class: "message"
|
|
11
|
-
}, O = { class: "input" }, U = ["maxLength", "placeholder"], w = ["maxLength", "placeholder"], $ = /* @__PURE__ */
|
|
11
|
+
}, O = { class: "input" }, U = ["maxLength", "placeholder"], w = ["maxLength", "placeholder"], $ = /* @__PURE__ */ y({
|
|
12
12
|
name: "PPrompt",
|
|
13
13
|
__name: "PPrompt",
|
|
14
14
|
props: {
|
|
@@ -22,18 +22,18 @@ const D = { class: "p-prompt" }, M = {
|
|
|
22
22
|
cancelText: {},
|
|
23
23
|
draggable: { type: Boolean }
|
|
24
24
|
},
|
|
25
|
-
setup(
|
|
26
|
-
const
|
|
27
|
-
function
|
|
28
|
-
|
|
25
|
+
setup(e) {
|
|
26
|
+
const s = V(), m = v(B.INSTANCE_ID), o = C(e.defaultValue), h = N(() => e.message !== !1);
|
|
27
|
+
function x() {
|
|
28
|
+
s.destroy(m, o.value);
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
|
|
30
|
+
function P() {
|
|
31
|
+
s.destroy(m, null);
|
|
32
32
|
}
|
|
33
|
-
return (
|
|
34
|
-
|
|
33
|
+
return (j, t) => (d(), r("div", D, [
|
|
34
|
+
l(k, null, {
|
|
35
35
|
header: a(() => [
|
|
36
|
-
|
|
36
|
+
l(b, {
|
|
37
37
|
draggable: e.draggable,
|
|
38
38
|
hasCloseButton: !1,
|
|
39
39
|
title: e.title,
|
|
@@ -41,27 +41,27 @@ const D = { class: "p-prompt" }, M = {
|
|
|
41
41
|
}, null, 8, ["draggable", "title"])
|
|
42
42
|
]),
|
|
43
43
|
footer: a(() => [
|
|
44
|
-
|
|
44
|
+
l(E, null, {
|
|
45
45
|
default: a(() => [
|
|
46
|
-
|
|
46
|
+
l(I, {
|
|
47
47
|
align: "right",
|
|
48
48
|
theme: "primary"
|
|
49
49
|
}, {
|
|
50
50
|
default: a(() => [
|
|
51
|
-
|
|
52
|
-
onClick: t[2] || (t[2] = (n) =>
|
|
51
|
+
l(g, {
|
|
52
|
+
onClick: t[2] || (t[2] = (n) => P()),
|
|
53
53
|
type: "plain"
|
|
54
54
|
}, {
|
|
55
55
|
default: a(() => [
|
|
56
|
-
|
|
56
|
+
p(u(e.cancelText), 1)
|
|
57
57
|
]),
|
|
58
58
|
_: 1
|
|
59
59
|
}),
|
|
60
|
-
|
|
61
|
-
onClick: t[3] || (t[3] = (n) =>
|
|
60
|
+
l(g, {
|
|
61
|
+
onClick: t[3] || (t[3] = (n) => x())
|
|
62
62
|
}, {
|
|
63
63
|
default: a(() => [
|
|
64
|
-
|
|
64
|
+
p(u(e.confirmText), 1)
|
|
65
65
|
]),
|
|
66
66
|
_: 1
|
|
67
67
|
})
|
|
@@ -73,27 +73,27 @@ const D = { class: "p-prompt" }, M = {
|
|
|
73
73
|
})
|
|
74
74
|
]),
|
|
75
75
|
default: a(() => [
|
|
76
|
-
|
|
76
|
+
l(L, null, {
|
|
77
77
|
default: a(() => [
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
e.type === "input" ?
|
|
78
|
+
h.value ? (d(), r("div", M, u(e.message), 1)) : i("", !0),
|
|
79
|
+
T("div", O, [
|
|
80
|
+
e.type === "input" ? c((d(), r("input", {
|
|
81
81
|
key: 0,
|
|
82
82
|
maxLength: e.maxLength,
|
|
83
83
|
placeholder: e.placeholder,
|
|
84
84
|
type: "text",
|
|
85
|
-
"onUpdate:modelValue": t[0] || (t[0] = (n) =>
|
|
85
|
+
"onUpdate:modelValue": t[0] || (t[0] = (n) => o.value = n)
|
|
86
86
|
}, null, 8, U)), [
|
|
87
|
-
[
|
|
88
|
-
]) :
|
|
89
|
-
e.type === "textarea" ?
|
|
87
|
+
[f, o.value]
|
|
88
|
+
]) : i("", !0),
|
|
89
|
+
e.type === "textarea" ? c((d(), r("textarea", {
|
|
90
90
|
key: 1,
|
|
91
91
|
maxLength: e.maxLength,
|
|
92
92
|
placeholder: e.placeholder,
|
|
93
|
-
"onUpdate:modelValue": t[1] || (t[1] = (n) =>
|
|
93
|
+
"onUpdate:modelValue": t[1] || (t[1] = (n) => o.value = n)
|
|
94
94
|
}, null, 8, w)), [
|
|
95
|
-
[
|
|
96
|
-
]) :
|
|
95
|
+
[f, o.value]
|
|
96
|
+
]) : i("", !0)
|
|
97
97
|
])
|
|
98
98
|
]),
|
|
99
99
|
_: 1
|
|
@@ -103,7 +103,7 @@ const D = { class: "p-prompt" }, M = {
|
|
|
103
103
|
})
|
|
104
104
|
]));
|
|
105
105
|
}
|
|
106
|
-
}),
|
|
106
|
+
}), z = /* @__PURE__ */ S($, [["__scopeId", "data-v-94c7c82e"]]);
|
|
107
107
|
export {
|
|
108
|
-
|
|
108
|
+
z as default
|
|
109
109
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { defineComponent as a, inject as i, onMounted as m, createElementBlock as r, openBlock as c, normalizeClass as d, createElementVNode as o, toDisplayString as l } from "vue";
|
|
2
|
+
import { usePopup as p, POPUP_COMPONENT_INJECTS as u } from "vue-popup-plus";
|
|
3
|
+
import "./vue-popup-plus-plugin-preset.js";
|
|
4
|
+
import { _ as P } from "./_plugin-vue_export-helper-CHgC5LLL.js";
|
|
5
|
+
const _ = { class: "content" }, f = /* @__PURE__ */ a({
|
|
6
|
+
name: "PToast",
|
|
7
|
+
__name: "PToast",
|
|
8
|
+
props: {
|
|
9
|
+
content: {},
|
|
10
|
+
theme: {},
|
|
11
|
+
duration: {}
|
|
12
|
+
},
|
|
13
|
+
setup(e) {
|
|
14
|
+
const n = p(), s = i(u.INSTANCE_ID);
|
|
15
|
+
return m(() => {
|
|
16
|
+
window.setTimeout(() => {
|
|
17
|
+
n.destroy(s);
|
|
18
|
+
}, e.duration);
|
|
19
|
+
}), (T, t) => (c(), r("div", {
|
|
20
|
+
class: d(["p-message", `is-theme-${e.theme}`])
|
|
21
|
+
}, [
|
|
22
|
+
t[0] || (t[0] = o("div", { class: "mask" }, null, -1)),
|
|
23
|
+
t[1] || (t[1] = o("div", { class: "mask-background" }, null, -1)),
|
|
24
|
+
o("div", _, l(e.content), 1)
|
|
25
|
+
], 2));
|
|
26
|
+
}
|
|
27
|
+
}), E = /* @__PURE__ */ P(f, [["__scopeId", "data-v-b911c797"]]);
|
|
28
|
+
export {
|
|
29
|
+
E as default
|
|
30
|
+
};
|
|
@@ -290,7 +290,7 @@ declare type PopupDialogOption = {
|
|
|
290
290
|
* 是否点击遮罩层关闭对话框
|
|
291
291
|
* - 默认值为 `false`
|
|
292
292
|
*/
|
|
293
|
-
|
|
293
|
+
maskClickClose?: boolean;
|
|
294
294
|
/**
|
|
295
295
|
* 是否可拖拽
|
|
296
296
|
* - 默认值为 `false`
|
|
@@ -355,26 +355,35 @@ declare type PromptOption = {
|
|
|
355
355
|
declare type PromptType = 'input' | 'textarea';
|
|
356
356
|
|
|
357
357
|
declare type ToastOption = {
|
|
358
|
+
/**
|
|
359
|
+
* 消息主题
|
|
360
|
+
* - 默认值: 'default'
|
|
361
|
+
* - 具体的可选主题请参考 {@link ToastTheme }
|
|
362
|
+
*/
|
|
363
|
+
theme?: ToastTheme;
|
|
358
364
|
/**
|
|
359
365
|
* 消息显示时间,单位毫秒
|
|
366
|
+
* - 默认值: 2000 毫秒
|
|
360
367
|
* @default 2000
|
|
361
368
|
*/
|
|
362
369
|
duration?: number;
|
|
363
370
|
};
|
|
364
371
|
|
|
372
|
+
declare type ToastTheme = 'default' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
373
|
+
|
|
365
374
|
export { }
|
|
366
375
|
|
|
367
376
|
|
|
368
377
|
declare module 'vue-popup-plus' {
|
|
369
378
|
interface PopupCustomProperties {
|
|
370
|
-
|
|
379
|
+
confirm: IConfirm;
|
|
371
380
|
}
|
|
372
381
|
}
|
|
373
382
|
|
|
374
383
|
|
|
375
384
|
declare module 'vue-popup-plus' {
|
|
376
385
|
interface PopupCustomProperties {
|
|
377
|
-
|
|
386
|
+
album: IAlbum;
|
|
378
387
|
}
|
|
379
388
|
}
|
|
380
389
|
|
|
@@ -388,7 +397,14 @@ declare module 'vue-popup-plus' {
|
|
|
388
397
|
|
|
389
398
|
declare module 'vue-popup-plus' {
|
|
390
399
|
interface PopupCustomProperties {
|
|
391
|
-
|
|
400
|
+
dialog: IDialog;
|
|
401
|
+
}
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
declare module 'vue-popup-plus' {
|
|
406
|
+
interface PopupCustomProperties {
|
|
407
|
+
alert: IAlert;
|
|
392
408
|
}
|
|
393
409
|
}
|
|
394
410
|
|
|
@@ -402,6 +418,6 @@ declare module 'vue-popup-plus' {
|
|
|
402
418
|
|
|
403
419
|
declare module 'vue-popup-plus' {
|
|
404
420
|
interface PopupCustomProperties {
|
|
405
|
-
|
|
421
|
+
loading: ILoading;
|
|
406
422
|
}
|
|
407
423
|
}
|