@everymatrix/cashier-receipt-page 1.72.1 → 1.73.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/components/{CashierError-Bbxojj9T.js → CashierError-BaVb1X2H.js} +23 -28
- package/components/{CashierError-_vbN4Kxw.js → CashierError-CrJ-1F8V.js} +24 -29
- package/components/{CashierError-TlJY9pNg.cjs → CashierError-Ds_kyLcp.cjs} +3 -3
- package/components/CashierReceiptPage-DbDaH7eb.js +1887 -0
- package/components/CashierReceiptPage-Dxy7OujI.js +1881 -0
- package/components/CashierReceiptPage-LWCOHh9o.cjs +1 -0
- package/components/CashierSpinner-CN7SovAI.js +79 -0
- package/components/CashierSpinner-CWMwatE_.cjs +1 -0
- package/components/CashierSpinner-CkFpQ7yY.js +79 -0
- package/es2015/cashier-receipt-page.cjs +1 -1
- package/es2015/cashier-receipt-page.js +7 -7
- package/esnext/cashier-receipt-page.js +1 -1
- package/package.json +1 -1
- package/components/CashierReceiptPage-CacLSeAU.cjs +0 -1
- package/components/CashierReceiptPage-RZKOfqhm.js +0 -1563
- package/components/CashierReceiptPage-eI4a74eo.js +0 -1561
|
@@ -82,10 +82,6 @@ function hA(A) {
|
|
|
82
82
|
}
|
|
83
83
|
return -1;
|
|
84
84
|
}
|
|
85
|
-
const Xt = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
|
|
86
|
-
// @ts-ignore Node typings have this
|
|
87
|
-
global
|
|
88
|
-
);
|
|
89
85
|
function M(A, e) {
|
|
90
86
|
A.appendChild(e);
|
|
91
87
|
}
|
|
@@ -119,7 +115,7 @@ function J(A, e, n) {
|
|
|
119
115
|
function j(A) {
|
|
120
116
|
A.parentNode && A.parentNode.removeChild(A);
|
|
121
117
|
}
|
|
122
|
-
function
|
|
118
|
+
function Xt(A, e) {
|
|
123
119
|
for (let n = 0; n < A.length; n += 1)
|
|
124
120
|
A[n] && A[n].d(e);
|
|
125
121
|
}
|
|
@@ -170,7 +166,7 @@ function sn() {
|
|
|
170
166
|
throw new Error("Function called outside component initialization");
|
|
171
167
|
return fA;
|
|
172
168
|
}
|
|
173
|
-
function
|
|
169
|
+
function Mt(A) {
|
|
174
170
|
sn().$$.on_mount.push(A);
|
|
175
171
|
}
|
|
176
172
|
const k = [], JA = [];
|
|
@@ -247,7 +243,7 @@ function S(A, e, n, f) {
|
|
|
247
243
|
} else
|
|
248
244
|
f && f();
|
|
249
245
|
}
|
|
250
|
-
function
|
|
246
|
+
function jt(A) {
|
|
251
247
|
return A?.length !== void 0 ? A : Array.from(A);
|
|
252
248
|
}
|
|
253
249
|
function an(A, e, n) {
|
|
@@ -588,7 +584,7 @@ function _(A, e, n) {
|
|
|
588
584
|
};
|
|
589
585
|
});
|
|
590
586
|
}
|
|
591
|
-
var
|
|
587
|
+
var Qt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
592
588
|
function Hn(A) {
|
|
593
589
|
return A && A.__esModule && Object.prototype.hasOwnProperty.call(A, "default") ? A.default : A;
|
|
594
590
|
}
|
|
@@ -4309,41 +4305,40 @@ class qe extends Dn {
|
|
|
4309
4305
|
}
|
|
4310
4306
|
}
|
|
4311
4307
|
xn(qe, { assetsurl: {}, lang: {}, hidebuttons: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, ["icon", "title", "text", "button"], [], !0);
|
|
4312
|
-
const
|
|
4308
|
+
const Ft = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4313
4309
|
__proto__: null,
|
|
4314
4310
|
default: qe
|
|
4315
4311
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4316
4312
|
export {
|
|
4317
4313
|
N as $,
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
Jt as D,
|
|
4314
|
+
Xt as A,
|
|
4315
|
+
ht as B,
|
|
4316
|
+
Ft as C,
|
|
4322
4317
|
Dn as S,
|
|
4323
4318
|
Ke as a,
|
|
4324
4319
|
xn as b,
|
|
4325
|
-
|
|
4320
|
+
Qt as c,
|
|
4326
4321
|
cn as d,
|
|
4327
4322
|
en as e,
|
|
4328
4323
|
X as f,
|
|
4329
4324
|
Hn as g,
|
|
4330
4325
|
j as h,
|
|
4331
4326
|
Kf as i,
|
|
4332
|
-
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4327
|
+
J as j,
|
|
4328
|
+
z as k,
|
|
4329
|
+
p as l,
|
|
4330
|
+
An as m,
|
|
4336
4331
|
y as n,
|
|
4337
|
-
|
|
4338
|
-
p,
|
|
4339
|
-
|
|
4340
|
-
|
|
4332
|
+
Mt as o,
|
|
4333
|
+
JA as p,
|
|
4334
|
+
m as q,
|
|
4335
|
+
FA as r,
|
|
4341
4336
|
le as s,
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4337
|
+
WA as t,
|
|
4338
|
+
M as u,
|
|
4339
|
+
bA as v,
|
|
4345
4340
|
iA as w,
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4341
|
+
tn as x,
|
|
4342
|
+
rn as y,
|
|
4343
|
+
jt as z
|
|
4349
4344
|
};
|
|
@@ -111,10 +111,6 @@ function CA(A) {
|
|
|
111
111
|
}
|
|
112
112
|
return -1;
|
|
113
113
|
}
|
|
114
|
-
const Yt = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
|
|
115
|
-
// @ts-ignore Node typings have this
|
|
116
|
-
global
|
|
117
|
-
);
|
|
118
114
|
function j(A, e) {
|
|
119
115
|
A.appendChild(e);
|
|
120
116
|
}
|
|
@@ -148,7 +144,7 @@ function O(A, e, n) {
|
|
|
148
144
|
function Q(A) {
|
|
149
145
|
A.parentNode && A.parentNode.removeChild(A);
|
|
150
146
|
}
|
|
151
|
-
function
|
|
147
|
+
function Yt(A, e) {
|
|
152
148
|
for (let n = 0; n < A.length; n += 1)
|
|
153
149
|
A[n] && A[n].d(e);
|
|
154
150
|
}
|
|
@@ -199,7 +195,7 @@ function xn() {
|
|
|
199
195
|
throw new Error("Function called outside component initialization");
|
|
200
196
|
return tA;
|
|
201
197
|
}
|
|
202
|
-
function
|
|
198
|
+
function St(A) {
|
|
203
199
|
xn().$$.on_mount.push(A);
|
|
204
200
|
}
|
|
205
201
|
const k = [], mA = [];
|
|
@@ -276,7 +272,7 @@ function K(A, e, n, f) {
|
|
|
276
272
|
} else
|
|
277
273
|
f && f();
|
|
278
274
|
}
|
|
279
|
-
function
|
|
275
|
+
function kt(A) {
|
|
280
276
|
return (A == null ? void 0 : A.length) !== void 0 ? A : Array.from(A);
|
|
281
277
|
}
|
|
282
278
|
function bn(A, e, n) {
|
|
@@ -625,7 +621,7 @@ function $(A, e, n) {
|
|
|
625
621
|
};
|
|
626
622
|
});
|
|
627
623
|
}
|
|
628
|
-
var
|
|
624
|
+
var Kt = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
|
|
629
625
|
function Fn(A) {
|
|
630
626
|
return A && A.__esModule && Object.prototype.hasOwnProperty.call(A, "default") ? A.default : A;
|
|
631
627
|
}
|
|
@@ -4346,41 +4342,40 @@ class fn extends Mn {
|
|
|
4346
4342
|
}
|
|
4347
4343
|
}
|
|
4348
4344
|
Xn(fn, { assetsurl: {}, lang: {}, hidebuttons: {}, errorcode: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, ["icon", "title", "text", "button"], [], !0);
|
|
4349
|
-
const
|
|
4345
|
+
const Ut = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4350
4346
|
__proto__: null,
|
|
4351
4347
|
default: fn
|
|
4352
4348
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4353
4349
|
export {
|
|
4354
4350
|
G as $,
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
Wt as D,
|
|
4351
|
+
Yt as A,
|
|
4352
|
+
Tt as B,
|
|
4353
|
+
Ut as C,
|
|
4359
4354
|
Mn as S,
|
|
4360
4355
|
_e as a,
|
|
4361
4356
|
zn as b,
|
|
4362
|
-
|
|
4357
|
+
Kt as c,
|
|
4363
4358
|
Xn as d,
|
|
4364
4359
|
En as e,
|
|
4365
4360
|
M as f,
|
|
4366
4361
|
Fn as g,
|
|
4367
4362
|
Q as h,
|
|
4368
4363
|
ft as i,
|
|
4369
|
-
j,
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4364
|
+
O as j,
|
|
4365
|
+
X as k,
|
|
4366
|
+
N as l,
|
|
4367
|
+
on as m,
|
|
4373
4368
|
z as n,
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4369
|
+
St as o,
|
|
4370
|
+
mA as p,
|
|
4371
|
+
R as q,
|
|
4372
|
+
OA as r,
|
|
4378
4373
|
de as s,
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4374
|
+
VA as t,
|
|
4375
|
+
j as u,
|
|
4376
|
+
yA as v,
|
|
4377
|
+
wA as w,
|
|
4378
|
+
an as x,
|
|
4379
|
+
Bn as y,
|
|
4380
|
+
kt as z
|
|
4386
4381
|
};
|