@everymatrix/cashier-method-details 1.87.25 → 1.87.27

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.
Files changed (27) hide show
  1. package/components/CashierError-BpmuBmVP.cjs +1 -0
  2. package/components/CashierError-Mvxqp2ap.js +450 -0
  3. package/components/CashierError-O5ic9U7e.js +450 -0
  4. package/components/CashierMethodDetails-BBNnxVjz.cjs +107 -0
  5. package/components/CashierMethodDetails-CUEnJ8gY.js +15473 -0
  6. package/components/CashierMethodDetails-f1gSK7cf.js +15420 -0
  7. package/components/{CashierModal-BzNDQkzs.js → CashierModal-D6FPktz0.js} +129 -129
  8. package/components/{CashierModal-BMHnCII1.js → CashierModal-Dnp3eUbg.js} +145 -145
  9. package/components/CashierModal-laFwE1w3.cjs +1 -0
  10. package/components/{CashierNotifications-De7de8Hg.js → CashierNotifications-2GtjS3B9.js} +28 -28
  11. package/components/CashierNotifications-DCLdvxaG.cjs +1 -0
  12. package/components/{CashierNotifications-BxRuN6EX.js → CashierNotifications-DVdiX6d3.js} +28 -28
  13. package/components/{CashierReceiptPage-CIxG9Oev.js → CashierReceiptPage-Bz1JaXZG.js} +496 -497
  14. package/components/{CashierReceiptPage-BN4ghEfB.cjs → CashierReceiptPage-DHiSQNvk.cjs} +2 -2
  15. package/components/{CashierReceiptPage-FCPBrZm8.js → CashierReceiptPage-ThnfKN3f.js} +496 -497
  16. package/es2015/cashier-method-details.cjs +1 -1
  17. package/es2015/cashier-method-details.js +1 -1
  18. package/esnext/cashier-method-details.js +1 -1
  19. package/package.json +1 -1
  20. package/components/CashierError-CGK1vujl.js +0 -4648
  21. package/components/CashierError-D6xl461v.cjs +0 -8
  22. package/components/CashierError-wi6a-II9.js +0 -4611
  23. package/components/CashierMethodDetails-CqrJLR8u.js +0 -11248
  24. package/components/CashierMethodDetails-D-fBBTyE.js +0 -11291
  25. package/components/CashierMethodDetails-tC7hUGh_.cjs +0 -100
  26. package/components/CashierModal-BAyFcb0s.cjs +0 -1
  27. package/components/CashierNotifications-BxbVuW3E.cjs +0 -1
@@ -1,36 +1,36 @@
1
- import { S as ee, f as te, s as ie, h as x, j as ne, l as S, V as O, W as z, X as oe, Y as le, m as H, r as v, x as se, D as E, Z as j, _ as F, a0 as Y, a1 as B, E as L, o as b, a2 as ae, t as W, u as g, k as re, z as I, n as de, p as ce, F as D, R as fe, T as ue, U as he, e as me } from "./CashierError-wi6a-II9.js";
2
- function ge(i) {
3
- ne(i, "svelte-vlp16o", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(4px);animation:modalFadeIn 0.25s ease-out}#Modal.closing{animation:modalFadeOut 0.25s ease-in}@container (min-width: 500px){.ModalContainer{min-width:450px}}.ModalContainer{min-width:380px;width:auto;height:auto;max-height:70%;padding:var(--emw--spacing-medium, 25px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);overflow:hidden;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;animation:modalSlideIn 0.3s ease-out}#Modal.closing .ModalContainer{animation:modalSlideOut 0.25s ease-in}.ModalContainer.video-mode{height:70% !important;max-height:70%}.ModalContainer.twofa-mode{max-width:500px;min-height:auto}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.ModalHeader{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.ModalHeader .ModalTitle{display:flex;flex-direction:row;height:26px;align-items:center;gap:8px}.ModalHeader .TitleText{color:var(--emw--color-typography, #fff);font-size:var(--emw--font-size-medium, 18px);font-weight:var(--emw--font-weight-medium, 600)}.ModalHeader .WarningIcon svg{width:24px;height:24px;fill:var(--emw--color-typography, #fff)}.ModalCloseIcon{z-index:20;transition:all 0.2s ease}.ModalCloseIcon svg{width:11px;height:11px}.ModalCloseIcon:hover{transform:rotate(90deg)}.CloseButton{fill:var(--emw--color-white, #fff);stroke:var(--emw--color-white, #fff);cursor:pointer}.ModalLoadingOverlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(18, 25, 31, 0.8);border-radius:10px;z-index:10}.ModalLoader{width:48px;height:48px;border:5px solid rgba(255, 255, 255, 0.1);border-top-color:var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 0.8s linear infinite}.ModalContentWrapper{width:100%;height:100%;transition:opacity 0.2s ease}.ModalContentWrapper.hidden{opacity:0;pointer-events:none}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}@container (max-width: 500px){.ModalContainer.twofa-mode{width:100%;height:100% !important;max-height:100%;border-radius:0;justify-content:flex-start;background:var(--emw--color-background)}.ModalContainer.twofa-mode::before{border-radius:0}}');
1
+ import { S as te, i as ie, s as ne, f as C, a as oe, d as S, r as O, u as z, N as le, O as se, e as H, h as b, z as ae, Y as j, q as F, v as Y, w as B, x as q, Z as L, g as _, _ as re, j as W, k as h, Q as de, m as I, n as ce, l as fe, W as D, E as ue, F as he, G as me, c as ge } from "./CashierMethodDetails-f1gSK7cf.js";
2
+ function pe(i) {
3
+ oe(i, "svelte-vlp16o", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}@keyframes modalFadeOut{from{opacity:1}to{opacity:0}}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}#Modal{position:fixed;width:100%;height:100%;top:0;left:0;background:var(--emw--color-black-transparency-10, rgba(0, 0, 0, 0.7));display:flex;justify-content:center;align-items:center;z-index:100;backdrop-filter:blur(4px);animation:modalFadeIn 0.25s ease-out}#Modal.closing{animation:modalFadeOut 0.25s ease-in}@container (min-width: 500px){.ModalContainer{min-width:450px}}.ModalContainer{min-width:380px;width:auto;height:auto;max-height:70%;padding:var(--emw--spacing-medium, 25px);min-height:200px;border-radius:var(--mmw--border-radius-large-plus, 10px);background-color:#12191f;max-width:600px;z-index:1;box-shadow:inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);overflow:hidden;transition:width 0.3s ease-in-out, height 0.3s ease-in-out;animation:modalSlideIn 0.3s ease-out}#Modal.closing .ModalContainer{animation:modalSlideOut 0.25s ease-in}.ModalContainer.video-mode{height:70% !important;max-height:70%}.ModalContainer.twofa-mode{max-width:500px;min-height:auto}.ModalContainer::before{content:"";position:absolute;inset:0;opacity:0.2;z-index:-1;pointer-events:none;border-radius:10px;background:linear-gradient(140deg, var(--emw--color-primary, #f9c405) 5%, var(--emw--color-black, #12191f) 65%)}.ModalHeader{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center}.ModalHeader .ModalTitle{display:flex;flex-direction:row;height:26px;align-items:center;gap:8px}.ModalHeader .TitleText{color:var(--emw--color-typography, #fff);font-size:var(--emw--font-size-medium, 18px);font-weight:var(--emw--font-weight-medium, 600)}.ModalHeader .WarningIcon svg{width:24px;height:24px;fill:var(--emw--color-typography, #fff)}.ModalCloseIcon{z-index:20;transition:all 0.2s ease}.ModalCloseIcon svg{width:11px;height:11px}.ModalCloseIcon:hover{transform:rotate(90deg)}.CloseButton{fill:var(--emw--color-white, #fff);stroke:var(--emw--color-white, #fff);cursor:pointer}.ModalLoadingOverlay{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:rgba(18, 25, 31, 0.8);border-radius:10px;z-index:10}.ModalLoader{width:48px;height:48px;border:5px solid rgba(255, 255, 255, 0.1);border-top-color:var(--emw--color-primary, #f9c405);border-radius:50%;animation:spin 0.8s linear infinite}.ModalContentWrapper{width:100%;height:100%;transition:opacity 0.2s ease}.ModalContentWrapper.hidden{opacity:0;pointer-events:none}@container (max-width: 475px){.ModalContainer{max-width:90%;max-height:80vh;margin:auto}}@container (max-width: 500px){.ModalContainer.twofa-mode{width:100%;height:100% !important;max-height:100%;border-radius:0;justify-content:flex-start;background:var(--emw--color-background)}.ModalContainer.twofa-mode::before{border-radius:0}}');
4
4
  }
5
- const pe = (i) => ({}), R = (i) => ({}), we = (i) => ({}), U = (i) => ({});
6
- function Z(i) {
7
- let e, t, n, a, f, p, C, T, k, y, M, u, d = (
5
+ const we = (i) => ({}), R = (i) => ({}), ye = (i) => ({}), Z = (i) => ({});
6
+ function G(i) {
7
+ let e, t, n, a, f, m, v, T, k, y, x, u, d = (
8
8
  /*modaltype*/
9
9
  (i[3] == "error" || /*modaltype*/
10
- i[3] == "bonusDescription") && q()
10
+ i[3] == "bonusDescription") && N()
11
11
  );
12
- const w = (
12
+ const g = (
13
13
  /*#slots*/
14
14
  i[14].title
15
- ), r = j(
16
- w,
15
+ ), p = F(
16
+ g,
17
17
  i,
18
18
  /*$$scope*/
19
19
  i[13],
20
- U
20
+ Z
21
21
  );
22
- let o = (
22
+ let r = (
23
23
  /*modaltype*/
24
24
  i[3] != "2fa-old" && P(i)
25
- ), c = (
25
+ ), l = (
26
26
  /*isloading*/
27
- i[4] === "true" && V()
27
+ i[4] === "true" && Q()
28
28
  );
29
- const _ = (
29
+ const M = (
30
30
  /*#slots*/
31
31
  i[14].content
32
- ), h = j(
33
- _,
32
+ ), c = F(
33
+ M,
34
34
  i,
35
35
  /*$$scope*/
36
36
  i[13],
@@ -38,12 +38,12 @@ function Z(i) {
38
38
  );
39
39
  return {
40
40
  c() {
41
- e = v("div"), t = v("div"), n = v("div"), a = v("div"), d && d.c(), f = W(), p = v("div"), r && r.c(), C = W(), o && o.c(), T = W(), c && c.c(), k = W(), y = v("div"), h && h.c(), g(p, "class", "TitleText"), g(a, "class", "ModalTitle"), g(n, "class", "ModalHeader"), g(y, "class", "ModalContentWrapper"), L(
41
+ e = b("div"), t = b("div"), n = b("div"), a = b("div"), d && d.c(), f = W(), m = b("div"), p && p.c(), v = W(), r && r.c(), T = W(), l && l.c(), k = W(), y = b("div"), c && c.c(), h(m, "class", "TitleText"), h(a, "class", "ModalTitle"), h(n, "class", "ModalHeader"), h(y, "class", "ModalContentWrapper"), L(
42
42
  y,
43
43
  "hidden",
44
44
  /*isloading*/
45
45
  i[4] === "true"
46
- ), g(t, "class", "ModalContainer"), L(
46
+ ), h(t, "class", "ModalContainer"), L(
47
47
  t,
48
48
  "video-mode",
49
49
  /*modaltype*/
@@ -53,72 +53,72 @@ function Z(i) {
53
53
  "twofa-mode",
54
54
  /*modaltype*/
55
55
  i[3] === "2fa"
56
- ), g(e, "id", "Modal"), re(() => (
56
+ ), h(e, "id", "Modal"), de(() => (
57
57
  /*div5_elementresize_handler*/
58
58
  i[18].call(e)
59
59
  ));
60
60
  },
61
- m(s, m) {
62
- H(s, e, m), b(e, t), b(t, n), b(n, a), d && d.m(a, null), b(a, f), b(a, p), r && r.m(p, null), b(n, C), o && o.m(n, null), b(t, T), c && c.m(t, null), b(t, k), b(t, y), h && h.m(y, null), i[15](y), i[16](t), i[17](e), M = ae(
61
+ m(s, w) {
62
+ H(s, e, w), _(e, t), _(t, n), _(n, a), d && d.m(a, null), _(a, f), _(a, m), p && p.m(m, null), _(n, v), r && r.m(n, null), _(t, T), l && l.m(t, null), _(t, k), _(t, y), c && c.m(y, null), i[15](y), i[16](t), i[17](e), x = re(
63
63
  e,
64
64
  /*div5_elementresize_handler*/
65
65
  i[18].bind(e)
66
66
  ), u = !0;
67
67
  },
68
- p(s, m) {
68
+ p(s, w) {
69
69
  /*modaltype*/
70
70
  s[3] == "error" || /*modaltype*/
71
- s[3] == "bonusDescription" ? d || (d = q(), d.c(), d.m(a, f)) : d && (d.d(1), d = null), r && r.p && (!u || m & /*$$scope*/
72
- 8192) && F(
73
- r,
74
- w,
71
+ s[3] == "bonusDescription" ? d || (d = N(), d.c(), d.m(a, f)) : d && (d.d(1), d = null), p && p.p && (!u || w & /*$$scope*/
72
+ 8192) && Y(
73
+ p,
74
+ g,
75
75
  s,
76
76
  /*$$scope*/
77
77
  s[13],
78
- u ? B(
79
- w,
78
+ u ? q(
79
+ g,
80
80
  /*$$scope*/
81
81
  s[13],
82
- m,
83
- we
84
- ) : Y(
82
+ w,
83
+ ye
84
+ ) : B(
85
85
  /*$$scope*/
86
86
  s[13]
87
87
  ),
88
- U
88
+ Z
89
89
  ), /*modaltype*/
90
- s[3] != "2fa-old" ? o ? o.p(s, m) : (o = P(s), o.c(), o.m(n, null)) : o && (o.d(1), o = null), /*isloading*/
91
- s[4] === "true" ? c || (c = V(), c.c(), c.m(t, k)) : c && (c.d(1), c = null), h && h.p && (!u || m & /*$$scope*/
92
- 8192) && F(
93
- h,
94
- _,
90
+ s[3] != "2fa-old" ? r ? r.p(s, w) : (r = P(s), r.c(), r.m(n, null)) : r && (r.d(1), r = null), /*isloading*/
91
+ s[4] === "true" ? l || (l = Q(), l.c(), l.m(t, k)) : l && (l.d(1), l = null), c && c.p && (!u || w & /*$$scope*/
92
+ 8192) && Y(
93
+ c,
94
+ M,
95
95
  s,
96
96
  /*$$scope*/
97
97
  s[13],
98
- u ? B(
99
- _,
98
+ u ? q(
99
+ M,
100
100
  /*$$scope*/
101
101
  s[13],
102
- m,
103
- pe
104
- ) : Y(
102
+ w,
103
+ we
104
+ ) : B(
105
105
  /*$$scope*/
106
106
  s[13]
107
107
  ),
108
108
  R
109
- ), (!u || m & /*isloading*/
109
+ ), (!u || w & /*isloading*/
110
110
  16) && L(
111
111
  y,
112
112
  "hidden",
113
113
  /*isloading*/
114
114
  s[4] === "true"
115
- ), (!u || m & /*modaltype*/
115
+ ), (!u || w & /*modaltype*/
116
116
  8) && L(
117
117
  t,
118
118
  "video-mode",
119
119
  /*modaltype*/
120
120
  s[3] === "video"
121
- ), (!u || m & /*modaltype*/
121
+ ), (!u || w & /*modaltype*/
122
122
  8) && L(
123
123
  t,
124
124
  "twofa-mode",
@@ -127,21 +127,21 @@ function Z(i) {
127
127
  );
128
128
  },
129
129
  i(s) {
130
- u || (z(r, s), z(h, s), u = !0);
130
+ u || (z(p, s), z(c, s), u = !0);
131
131
  },
132
132
  o(s) {
133
- O(r, s), O(h, s), u = !1;
133
+ O(p, s), O(c, s), u = !1;
134
134
  },
135
135
  d(s) {
136
- s && S(e), d && d.d(), r && r.d(s), o && o.d(), c && c.d(), h && h.d(s), i[15](null), i[16](null), i[17](null), M();
136
+ s && S(e), d && d.d(), p && p.d(s), r && r.d(), l && l.d(), c && c.d(s), i[15](null), i[16](null), i[17](null), x();
137
137
  }
138
138
  };
139
139
  }
140
- function q(i) {
140
+ function N(i) {
141
141
  let e;
142
142
  return {
143
143
  c() {
144
- e = v("div"), e.innerHTML = '<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><defs><mask id="exclamation-mask"><circle cx="100" cy="100" r="90"></circle><rect x="88" y="40" width="24" height="80" rx="12" fill="black"></rect><circle cx="100" cy="150" r="14" fill="black"></circle></mask></defs><circle cx="100" cy="100" r="90" mask="url(#exclamation-mask)"></circle></svg>', g(e, "class", "WarningIcon");
144
+ e = b("div"), e.innerHTML = '<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><defs><mask id="exclamation-mask"><circle cx="100" cy="100" r="90"></circle><rect x="88" y="40" width="24" height="80" rx="12" fill="black"></rect><circle cx="100" cy="150" r="14" fill="black"></circle></mask></defs><circle cx="100" cy="100" r="90" mask="url(#exclamation-mask)"></circle></svg>', h(e, "class", "WarningIcon");
145
145
  },
146
146
  m(t, n) {
147
147
  H(t, e, n);
@@ -155,27 +155,27 @@ function P(i) {
155
155
  let e, t, n, a, f;
156
156
  return {
157
157
  c() {
158
- e = v("div"), t = D("svg"), n = D("path"), g(n, "d", "M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"), g(t, "xmlns", "http://www.w3.org/2000/svg"), g(t, "viewBox", "0 0 13 13"), g(t, "fill", "none"), g(t, "class", "CloseButton"), g(e, "class", "ModalCloseIcon");
158
+ e = b("div"), t = D("svg"), n = D("path"), h(n, "d", "M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"), h(t, "xmlns", "http://www.w3.org/2000/svg"), h(t, "viewBox", "0 0 13 13"), h(t, "fill", "none"), h(t, "class", "CloseButton"), h(e, "class", "ModalCloseIcon");
159
159
  },
160
- m(p, C) {
161
- H(p, e, C), b(e, t), b(t, n), a || (f = ce(
160
+ m(m, v) {
161
+ H(m, e, v), _(e, t), _(t, n), a || (f = fe(
162
162
  t,
163
163
  "click",
164
164
  /*closeModal*/
165
165
  i[9]
166
166
  ), a = !0);
167
167
  },
168
- p: de,
169
- d(p) {
170
- p && S(e), a = !1, f();
168
+ p: ce,
169
+ d(m) {
170
+ m && S(e), a = !1, f();
171
171
  }
172
172
  };
173
173
  }
174
- function V(i) {
174
+ function Q(i) {
175
175
  let e;
176
176
  return {
177
177
  c() {
178
- e = v("div"), e.innerHTML = '<div class="ModalLoader"></div>', g(e, "class", "ModalLoadingOverlay");
178
+ e = b("div"), e.innerHTML = '<div class="ModalLoader"></div>', h(e, "class", "ModalLoadingOverlay");
179
179
  },
180
180
  m(t, n) {
181
181
  H(t, e, n);
@@ -185,14 +185,14 @@ function V(i) {
185
185
  }
186
186
  };
187
187
  }
188
- function ye(i) {
188
+ function _e(i) {
189
189
  let e, t, n = (
190
190
  /*show*/
191
- i[2] === "true" && Z(i)
191
+ i[2] === "true" && G(i)
192
192
  );
193
193
  return {
194
194
  c() {
195
- e = v("div"), n && n.c();
195
+ e = b("div"), n && n.c();
196
196
  },
197
197
  m(a, f) {
198
198
  H(a, e, f), n && n.m(e, null), i[19](e), t = !0;
@@ -200,9 +200,9 @@ function ye(i) {
200
200
  p(a, [f]) {
201
201
  /*show*/
202
202
  a[2] === "true" ? n ? (n.p(a, f), f & /*show*/
203
- 4 && z(n, 1)) : (n = Z(a), n.c(), z(n, 1), n.m(e, null)) : n && (oe(), O(n, 1, 1, () => {
203
+ 4 && z(n, 1)) : (n = G(a), n.c(), z(n, 1), n.m(e, null)) : n && (le(), O(n, 1, 1, () => {
204
204
  n = null;
205
- }), le());
205
+ }), se());
206
206
  },
207
207
  i(a) {
208
208
  t || (z(n), t = !0);
@@ -215,108 +215,108 @@ function ye(i) {
215
215
  }
216
216
  };
217
217
  }
218
- function _e(i, e, t) {
219
- let { $$slots: n = {}, $$scope: a } = e, { mbsource: f } = e, { clientstyling: p } = e, { clientstylingurl: C } = e, { show: T } = e, { modaltype: k = "" } = e, { isloading: y = "false" } = e, { width: M } = e, { height: u } = e, d, w, r, o, c = !1, _, h;
220
- const s = () => {
221
- _ && clearTimeout(_), d && (d.classList.add("closing"), window.dispatchEvent(new CustomEvent("manualClosePopup")), _ = setTimeout(
218
+ function be(i, e, t) {
219
+ let { $$slots: n = {}, $$scope: a } = e, { mbsource: f } = e, { clientstyling: m } = e, { clientstylingurl: v } = e, { show: T } = e, { modaltype: k = "" } = e, { isloading: y = "false" } = e, { width: x } = e, { height: u } = e, d, g, p, r, l, M = !1, c, s;
220
+ const w = () => {
221
+ c && clearTimeout(c), d && (d.classList.add("closing"), window.dispatchEvent(new CustomEvent("manualClosePopup")), c = setTimeout(
222
222
  () => {
223
223
  window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "closed", data: {} } }));
224
224
  },
225
225
  200
226
226
  ));
227
- }, m = async () => {
228
- if (!o || !r || c)
227
+ }, E = async () => {
228
+ if (!l || !r || M)
229
229
  return;
230
- h && clearTimeout(_), c = !0;
231
- const l = o.offsetWidth, N = o.offsetHeight;
232
- t(8, o.style.width = `${l}px`, o), t(8, o.style.height = `${N}px`, o), o.offsetHeight, await E();
233
- const Q = r.scrollHeight, $ = r.scrollWidth;
234
- t(8, o.style.width = `${$}px`, o), t(8, o.style.height = `${Q}px`, o), h = setTimeout(
230
+ s && clearTimeout(c), M = !0;
231
+ const o = l.offsetWidth, X = l.offsetHeight;
232
+ t(8, l.style.width = `${o}px`, l), t(8, l.style.height = `${X}px`, l), l.offsetHeight, await j();
233
+ const $ = r.scrollHeight, ee = r.scrollWidth;
234
+ t(8, l.style.width = `${ee}px`, l), t(8, l.style.height = `${$}px`, l), s = setTimeout(
235
235
  () => {
236
- o && (t(8, o.style.width = "auto", o), t(8, o.style.height = "auto", o)), c = !1;
236
+ l && (t(8, l.style.width = "auto", l), t(8, l.style.height = "auto", l)), M = !1;
237
237
  },
238
238
  300
239
239
  );
240
240
  };
241
- se(() => {
242
- if (E().then(() => {
243
- m();
241
+ ae(() => {
242
+ if (j().then(() => {
243
+ E();
244
244
  }), r) {
245
- const l = new ResizeObserver(() => {
246
- m();
245
+ const o = new ResizeObserver(() => {
246
+ E();
247
247
  });
248
- return l.observe(r), () => {
249
- l.disconnect();
248
+ return o.observe(r), () => {
249
+ o.disconnect();
250
250
  };
251
251
  }
252
252
  return () => {
253
- _ && clearTimeout(_), h && clearTimeout(_);
253
+ c && clearTimeout(c), s && clearTimeout(c);
254
254
  };
255
255
  });
256
- function X(l) {
257
- I[l ? "unshift" : "push"](() => {
258
- r = l, t(7, r);
256
+ function U(o) {
257
+ I[o ? "unshift" : "push"](() => {
258
+ r = o, t(7, r);
259
259
  });
260
260
  }
261
- function A(l) {
262
- I[l ? "unshift" : "push"](() => {
263
- o = l, t(8, o);
261
+ function A(o) {
262
+ I[o ? "unshift" : "push"](() => {
263
+ l = o, t(8, l);
264
264
  });
265
265
  }
266
- function G(l) {
267
- I[l ? "unshift" : "push"](() => {
268
- d = l, t(6, d);
266
+ function J(o) {
267
+ I[o ? "unshift" : "push"](() => {
268
+ d = o, t(6, d);
269
269
  });
270
270
  }
271
- function J() {
272
- M = this.clientWidth, u = this.clientHeight, t(0, M), t(1, u);
271
+ function K() {
272
+ x = this.clientWidth, u = this.clientHeight, t(0, x), t(1, u);
273
273
  }
274
- function K(l) {
275
- I[l ? "unshift" : "push"](() => {
276
- w = l, t(5, w);
274
+ function V(o) {
275
+ I[o ? "unshift" : "push"](() => {
276
+ g = o, t(5, g);
277
277
  });
278
278
  }
279
- return i.$$set = (l) => {
280
- "mbsource" in l && t(10, f = l.mbsource), "clientstyling" in l && t(11, p = l.clientstyling), "clientstylingurl" in l && t(12, C = l.clientstylingurl), "show" in l && t(2, T = l.show), "modaltype" in l && t(3, k = l.modaltype), "isloading" in l && t(4, y = l.isloading), "width" in l && t(0, M = l.width), "height" in l && t(1, u = l.height), "$$scope" in l && t(13, a = l.$$scope);
279
+ return i.$$set = (o) => {
280
+ "mbsource" in o && t(10, f = o.mbsource), "clientstyling" in o && t(11, m = o.clientstyling), "clientstylingurl" in o && t(12, v = o.clientstylingurl), "show" in o && t(2, T = o.show), "modaltype" in o && t(3, k = o.modaltype), "isloading" in o && t(4, y = o.isloading), "width" in o && t(0, x = o.width), "height" in o && t(1, u = o.height), "$$scope" in o && t(13, a = o.$$scope);
281
281
  }, i.$$.update = () => {
282
282
  i.$$.dirty & /*isloading*/
283
- 16 && y && E().then(() => {
284
- m();
283
+ 16 && y && j().then(() => {
284
+ E();
285
285
  }), i.$$.dirty & /*clientstyling, customStylingContainer*/
286
- 2080 && p && w && fe(w, p), i.$$.dirty & /*clientstylingurl, customStylingContainer*/
287
- 4128 && C && w && ue(w, C), i.$$.dirty & /*mbsource, customStylingContainer*/
288
- 1056 && f && w && he(w, `${f}.Style`);
286
+ 2080 && m && g && ue(g, m), i.$$.dirty & /*clientstylingurl, customStylingContainer*/
287
+ 4128 && v && g && he(g, v), i.$$.dirty & /*mbsource, customStylingContainer*/
288
+ 1056 && f && g && me(g, `${f}.Style`, p);
289
289
  }, [
290
- M,
290
+ x,
291
291
  u,
292
292
  T,
293
293
  k,
294
294
  y,
295
- w,
295
+ g,
296
296
  d,
297
297
  r,
298
- o,
299
- s,
298
+ l,
299
+ w,
300
300
  f,
301
- p,
302
- C,
301
+ m,
302
+ v,
303
303
  a,
304
304
  n,
305
- X,
305
+ U,
306
306
  A,
307
- G,
308
307
  J,
309
- K
308
+ K,
309
+ V
310
310
  ];
311
311
  }
312
- class be extends ee {
312
+ class ve extends te {
313
313
  constructor(e) {
314
- super(), te(
314
+ super(), ie(
315
315
  this,
316
316
  e,
317
+ be,
317
318
  _e,
318
- ye,
319
- ie,
319
+ ne,
320
320
  {
321
321
  mbsource: 10,
322
322
  clientstyling: 11,
@@ -327,59 +327,59 @@ class be extends ee {
327
327
  width: 0,
328
328
  height: 1
329
329
  },
330
- ge
330
+ pe
331
331
  );
332
332
  }
333
333
  get mbsource() {
334
334
  return this.$$.ctx[10];
335
335
  }
336
336
  set mbsource(e) {
337
- this.$$set({ mbsource: e }), x();
337
+ this.$$set({ mbsource: e }), C();
338
338
  }
339
339
  get clientstyling() {
340
340
  return this.$$.ctx[11];
341
341
  }
342
342
  set clientstyling(e) {
343
- this.$$set({ clientstyling: e }), x();
343
+ this.$$set({ clientstyling: e }), C();
344
344
  }
345
345
  get clientstylingurl() {
346
346
  return this.$$.ctx[12];
347
347
  }
348
348
  set clientstylingurl(e) {
349
- this.$$set({ clientstylingurl: e }), x();
349
+ this.$$set({ clientstylingurl: e }), C();
350
350
  }
351
351
  get show() {
352
352
  return this.$$.ctx[2];
353
353
  }
354
354
  set show(e) {
355
- this.$$set({ show: e }), x();
355
+ this.$$set({ show: e }), C();
356
356
  }
357
357
  get modaltype() {
358
358
  return this.$$.ctx[3];
359
359
  }
360
360
  set modaltype(e) {
361
- this.$$set({ modaltype: e }), x();
361
+ this.$$set({ modaltype: e }), C();
362
362
  }
363
363
  get isloading() {
364
364
  return this.$$.ctx[4];
365
365
  }
366
366
  set isloading(e) {
367
- this.$$set({ isloading: e }), x();
367
+ this.$$set({ isloading: e }), C();
368
368
  }
369
369
  get width() {
370
370
  return this.$$.ctx[0];
371
371
  }
372
372
  set width(e) {
373
- this.$$set({ width: e }), x();
373
+ this.$$set({ width: e }), C();
374
374
  }
375
375
  get height() {
376
376
  return this.$$.ctx[1];
377
377
  }
378
378
  set height(e) {
379
- this.$$set({ height: e }), x();
379
+ this.$$set({ height: e }), C();
380
380
  }
381
381
  }
382
- me(be, { mbsource: {}, clientstyling: {}, clientstylingurl: {}, show: {}, modaltype: {}, isloading: {}, width: {}, height: {} }, ["title", "content"], [], !0);
382
+ ge(ve, { mbsource: {}, clientstyling: {}, clientstylingurl: {}, show: {}, modaltype: {}, isloading: {}, width: {}, height: {} }, ["title", "content"], [], !0);
383
383
  export {
384
- be as default
384
+ ve as default
385
385
  };