@everymatrix/cashier-receipt-page 1.33.4 → 1.34.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/cashier-receipt-page.js +68 -68
- package/dist/cashier-receipt-page.js.map +1 -1
- package/package.json +2 -2
- package/src/i18n.js +5 -0
- package/src/statuses.ts +27 -27
- package/src/translations.js +28 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function n(){return Object.create(null)}function r(e){e.forEach(t)}function i(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s;function a(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function l(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}const c="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function u(e,t){e.appendChild(t)}function h(e,t,n){e.insertBefore(t,n||null)}function p(e){e.parentNode&&e.parentNode.removeChild(e)}function f(e){return document.createElement(e)}function m(e){return document.createTextNode(e)}function d(){return m(" ")}function g(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function b(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).app=t()}(this,(function(){"use strict";function e(){}function t(e){return e()}function n(){return Object.create(null)}function r(e){e.forEach(t)}function i(e){return"function"==typeof e}function o(e,t){return e!=e?t==t:e!==t||e&&"object"==typeof e||"function"==typeof e}let s;function a(e,t){return s||(s=document.createElement("a")),s.href=t,e===s.href}function l(t,...n){if(null==t)return e;const r=t.subscribe(...n);return r.unsubscribe?()=>r.unsubscribe():r}const c="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function u(e,t){e.appendChild(t)}function h(e,t,n){e.insertBefore(t,n||null)}function p(e){e.parentNode&&e.parentNode.removeChild(e)}function f(e){return document.createElement(e)}function m(e){return document.createTextNode(e)}function d(){return m(" ")}function g(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function b(e,t,n){null==n?e.removeAttribute(t):e.getAttribute(t)!==n&&e.setAttribute(t,n)}function y(e,t){t=""+t,e.data!==t&&(e.data=t)}function E(e){const t={};for(const n of e)t[n.name]=n.value;return t}let v;function T(e){v=e}const H=[],B=[];let C=[];const A=[],_=Promise.resolve();let w=!1;function L(e){C.push(e)}
|
|
2
2
|
// flush() calls callbacks in this order:
|
|
3
3
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
|
4
4
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
|
19
19
|
// function, guarantees this behavior.
|
|
20
20
|
const P=new Set;let S=0;// Do *not* move this inside the flush() function
|
|
21
|
-
function
|
|
21
|
+
function N(){
|
|
22
22
|
// Do not reenter flush while dirty components are updated, as this can
|
|
23
23
|
// result in an infinite loop. Instead, let the inner flush handle it.
|
|
24
24
|
// Reentrancy is ok afterwards for bindings etc.
|
|
25
25
|
if(0!==S)return;const e=v;do{
|
|
26
26
|
// first, call beforeUpdate functions
|
|
27
27
|
// and update components
|
|
28
|
-
try{for(;S<H.length;){const e=H[S];S++,T(e),
|
|
28
|
+
try{for(;S<H.length;){const e=H[S];S++,T(e),O(e.$$)}}catch(e){
|
|
29
29
|
// reset dirty state to not end up in a deadlocked state and then rethrow
|
|
30
30
|
throw H.length=0,S=0,e}for(T(null),H.length=0,S=0;B.length;)B.pop()();
|
|
31
31
|
// then, once components are updated, call
|
|
@@ -33,13 +33,13 @@ throw H.length=0,S=0,e}for(T(null),H.length=0,S=0;B.length;)B.pop()();
|
|
|
33
33
|
// subsequent updates...
|
|
34
34
|
for(let e=0;e<C.length;e+=1){const t=C[e];P.has(t)||(
|
|
35
35
|
// ...so guard against infinite loops
|
|
36
|
-
P.add(t),t())}C.length=0}while(H.length);for(;A.length;)A.pop()();
|
|
36
|
+
P.add(t),t())}C.length=0}while(H.length);for(;A.length;)A.pop()();w=!1,P.clear(),T(e)}function O(e){if(null!==e.fragment){e.update(),r(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(L)}}
|
|
37
37
|
/**
|
|
38
38
|
* Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
|
|
39
|
-
*/const R=new Set;function
|
|
39
|
+
*/const R=new Set;function I(e,t){const n=e.$$;null!==n.fragment&&(!function(e){const t=[],n=[];C.forEach((r=>-1===e.indexOf(r)?t.push(r):n.push(r))),n.forEach((e=>e())),C=t}(n.after_update),r(n.on_destroy),n.fragment&&n.fragment.d(t),
|
|
40
40
|
// TODO null out other refs, including component.$$ (but need to
|
|
41
41
|
// preserve final state?)
|
|
42
|
-
n.on_destroy=n.fragment=null,n.ctx=[])}function M(e,t){-1===e.$$.dirty[0]&&(H.push(e),
|
|
42
|
+
n.on_destroy=n.fragment=null,n.ctx=[])}function M(e,t){-1===e.$$.dirty[0]&&(H.push(e),w||(w=!0,_.then(N)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function x(o,s,a,l,c,u,h,f=[-1]){const m=v;T(o);const d=o.$$={fragment:null,ctx:[],
|
|
43
43
|
// state
|
|
44
44
|
props:u,update:e,not_equal:c,bound:n(),
|
|
45
45
|
// lifecycle
|
|
@@ -51,20 +51,20 @@ d.fragment=!!l&&l(d.ctx),s.target){if(s.hydrate){const e=function(e){return Arra
|
|
|
51
51
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
52
52
|
d.fragment&&d.fragment.l(e),e.forEach(p)}else
|
|
53
53
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
54
|
-
d.fragment&&d.fragment.c();s.intro&&((b=o.$$.fragment)&&b.i&&(R.delete(b),b.i(
|
|
54
|
+
d.fragment&&d.fragment.c();s.intro&&((b=o.$$.fragment)&&b.i&&(R.delete(b),b.i(y))),function(e,n,o,s){const{fragment:a,after_update:l}=e.$$;a&&a.m(n,o),s||
|
|
55
55
|
// onMount happens before the initial afterUpdate
|
|
56
|
-
|
|
56
|
+
L((()=>{const n=e.$$.on_mount.map(t).filter(i);
|
|
57
57
|
// if the component was destroyed immediately
|
|
58
58
|
// it will update the `$$.on_destroy` reference to `null`.
|
|
59
59
|
// the destructured on_destroy may still reference to the old array
|
|
60
60
|
e.$$.on_destroy?e.$$.on_destroy.push(...n):
|
|
61
61
|
// Edge case - component was destroyed immediately,
|
|
62
62
|
// most likely as a result of a binding initialising
|
|
63
|
-
r(n),e.$$.on_mount=[]})),l.forEach(
|
|
63
|
+
r(n),e.$$.on_mount=[]})),l.forEach(L)}(o,s.target,s.anchor,s.customElement),N()}var b,y;T(m)}let U;"function"==typeof HTMLElement&&(U=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(i);
|
|
64
64
|
// @ts-ignore todo: improve typings
|
|
65
65
|
for(const e in this.$$.slotted)
|
|
66
66
|
// @ts-ignore todo: improve typings
|
|
67
|
-
this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}disconnectedCallback(){r(this.$$.on_disconnect)}$destroy(){
|
|
67
|
+
this.appendChild(this.$$.slotted[e])}attributeChangedCallback(e,t,n){this[e]=n}disconnectedCallback(){r(this.$$.on_disconnect)}$destroy(){I(this,1),this.$destroy=e}$on(t,n){
|
|
68
68
|
// TODO should this delegate to addEventListener?
|
|
69
69
|
if(!i(n))return e;const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return r.push(n),()=>{const e=r.indexOf(n);-1!==e&&r.splice(e,1)}}$set(e){var t;this.$$set&&(t=e,0!==Object.keys(t).length)&&(this.$$.skip_bound=!0,this.$$set(e),this.$$.skip_bound=!1)}});const D=[];
|
|
70
70
|
/**
|
|
@@ -77,20 +77,20 @@ if(!i(n))return e;const r=this.$$.callbacks[t]||(this.$$.callbacks[t]=[]);return
|
|
|
77
77
|
* @param {*=}value initial value
|
|
78
78
|
* @param {StartStopNotifier=} start
|
|
79
79
|
*/
|
|
80
|
-
function
|
|
81
|
-
const e=!D.length;for(const e of i)e[1](),D.push(e,t);if(e){for(let e=0;e<D.length;e+=2)D[e][0](D[e+1]);D.length=0}}}return{set:s,update:function(e){s(e(t))},subscribe:function(o,a=e){const l=[o,a];return i.add(l),1===i.size&&(r=n(s)||e),o(t),()=>{i.delete(l),0===i.size&&r&&(r(),r=null)}}}}function
|
|
80
|
+
function $(t,n=e){let r;const i=new Set;function s(e){if(o(t,e)&&(t=e,r)){// store is ready
|
|
81
|
+
const e=!D.length;for(const e of i)e[1](),D.push(e,t);if(e){for(let e=0;e<D.length;e+=2)D[e][0](D[e+1]);D.length=0}}}return{set:s,update:function(e){s(e(t))},subscribe:function(o,a=e){const l=[o,a];return i.add(l),1===i.size&&(r=n(s)||e),o(t),()=>{i.delete(l),0===i.size&&r&&(r(),r=null)}}}}function G(t,n,o){const s=!Array.isArray(t),a=s?[t]:t,c=n.length<2;return u=t=>{let o=!1;const u=[];let h=0,p=e;const f=()=>{if(h)return;p();const r=n(s?u[0]:u,t);c?t(r):p=i(r)?r:e},m=a.map(((e,t)=>l(e,(e=>{u[t]=e,h&=~(1<<t),o&&f()}),(()=>{h|=1<<t}))));return o=!0,f(),function(){r(m),p(),
|
|
82
82
|
// We need to set this to false because callbacks can still happen despite having unsubscribed:
|
|
83
83
|
// Callbacks might already be placed in the queue which doesn't know it should no longer
|
|
84
84
|
// invoke this derived store.
|
|
85
|
-
o=!1}},{subscribe
|
|
85
|
+
o=!1}},{subscribe:$(o,u).subscribe};var u}var k=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===F}(e)}
|
|
86
86
|
// see https://github.com/facebook/react/blob/b5ac963fb791d1298e7f396236383bc955f916c1/src/isomorphic/classic/element/ReactElement.js#L21-L25
|
|
87
|
-
(e)};var F="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function j(e,t){return!1!==t.clone&&t.isMergeableObject(e)?
|
|
87
|
+
(e)};var F="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function j(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Y((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function V(e,t,n){return e.concat(t).map((function(e){return j(e,n)}))}function X(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}(e))}function K(e,t){try{return t in e}catch(e){return!1}}
|
|
88
88
|
// Protects from prototype poisoning and unexpected merging up the prototype chain.
|
|
89
89
|
function z(e,t,n){var r={};return n.isMergeableObject(e)&&X(e).forEach((function(t){r[t]=j(e[t],n)})),X(t).forEach((function(i){(function(e,t){return K(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t));// and also unsafe if they're nonenumerable.
|
|
90
|
-
})(e,i)||(K(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return
|
|
90
|
+
})(e,i)||(K(e,i)&&n.isMergeableObject(t[i])?r[i]=function(e,t){if(!t.customMerge)return Y;var n=t.customMerge(e);return"function"==typeof n?n:Y}(i,n)(e[i],t[i],n):r[i]=j(t[i],n))})),r}function Y(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||V,n.isMergeableObject=n.isMergeableObject||k,
|
|
91
91
|
// cloneUnlessOtherwiseSpecified is added to `options` so that custom arrayMerge()
|
|
92
92
|
// implementations can use it. The caller may not replace it.
|
|
93
|
-
n.cloneUnlessOtherwiseSpecified=j;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):z(e,t,n):j(t,n)}
|
|
93
|
+
n.cloneUnlessOtherwiseSpecified=j;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):z(e,t,n):j(t,n)}Y.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return Y(e,n,t)}),{})};var Z=Y,W=function(e,t){return W=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},W(e,t)};function Q(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}W(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var q,J,ee,te=function(){return te=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},te.apply(this,arguments)};function ne(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}
|
|
94
94
|
/**
|
|
95
95
|
* Type Guards
|
|
96
96
|
*/
|
|
@@ -239,7 +239,7 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
|
239
239
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
240
240
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
|
241
241
|
// @generated from regex-gen.ts
|
|
242
|
-
var be=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var
|
|
242
|
+
var be=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var ye=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Ee=/^(@+)?(\+|#+)?[rs]?$/g,ve=/(\*)(0+)|(#+)(0+)|(0+)/g,Te=/^(0+)$/;function He(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Ee,(function(e,n,r){
|
|
243
243
|
// @@@ case
|
|
244
244
|
return"string"!=typeof r?(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length):"+"===r?t.minimumSignificantDigits=n.length:"#"===n[0]?t.maximumSignificantDigits=n.length:(t.minimumSignificantDigits=n.length,t.maximumSignificantDigits=n.length+("string"==typeof r?r.length:0)),""})),t}function Be(e){switch(e){case"sign-auto":return{signDisplay:"auto"};case"sign-accounting":case"()":return{currencySign:"accounting"};case"sign-always":case"+!":return{signDisplay:"always"};case"sign-accounting-always":case"()!":return{signDisplay:"always",currencySign:"accounting"};case"sign-except-zero":case"+?":return{signDisplay:"exceptZero"};case"sign-accounting-except-zero":case"()?":return{signDisplay:"exceptZero",currencySign:"accounting"};case"sign-never":case"+_":return{signDisplay:"never"}}}function Ce(e){
|
|
245
245
|
// Engineering
|
|
@@ -252,20 +252,20 @@ case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";
|
|
|
252
252
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
253
253
|
case"integer-width":if(i.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");i.options[0].replace(ve,(function(e,n,r,i,o,s){if(n)t.minimumIntegerDigits=r.length;else{if(i&&o)throw new Error("We currently do not support maximum integer digits");if(s)throw new Error("We currently do not support exact integer digits")}return""}));continue}
|
|
254
254
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
|
255
|
-
if(Te.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(
|
|
255
|
+
if(Te.test(i.stem))t.minimumIntegerDigits=i.stem.length;else if(ye.test(i.stem)){
|
|
256
256
|
// Precision
|
|
257
257
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
|
258
258
|
// precision-integer case
|
|
259
|
-
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(
|
|
259
|
+
if(i.options.length>1)throw new RangeError("Fraction-precision stems only accept a single optional option");i.stem.replace(ye,(function(e,n,r,i,o,s){
|
|
260
260
|
// .000* case (before ICU67 it was .000+)
|
|
261
261
|
return"*"===r?t.minimumFractionDigits=n.length:i&&"#"===i[0]?t.maximumFractionDigits=i.length:o&&s?(t.minimumFractionDigits=o.length,t.maximumFractionDigits=o.length+s.length):(t.minimumFractionDigits=n.length,t.maximumFractionDigits=n.length),""}));var o=i.options[0];
|
|
262
262
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
|
263
263
|
"w"===o?t=te(te({},t),{trailingZeroDisplay:"stripIfInteger"}):o&&(t=te(te({},t),He(o)))}
|
|
264
264
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
|
265
|
-
else if(
|
|
265
|
+
else if(Ee.test(i.stem))t=te(te({},t),He(i.stem));else{var s=Be(i.stem);s&&(t=te(te({},t),s));var a=Ce(i.stem);a&&(t=te(te({},t),a))}}return t}
|
|
266
266
|
// @generated from time-data-gen.ts
|
|
267
267
|
// prettier-ignore
|
|
268
|
-
var Le
|
|
268
|
+
var we,Le={AX:["H"],BQ:["H"],CP:["H"],CZ:["H"],DK:["H"],FI:["H"],ID:["H"],IS:["H"],ML:["H"],NE:["H"],RU:["H"],SE:["H"],SJ:["H"],SK:["H"],AS:["h","H"],BT:["h","H"],DJ:["h","H"],ER:["h","H"],GH:["h","H"],IN:["h","H"],LS:["h","H"],PG:["h","H"],PW:["h","H"],SO:["h","H"],TO:["h","H"],VU:["h","H"],WS:["h","H"],"001":["H","h"],AL:["h","H","hB"],TD:["h","H","hB"],"ca-ES":["H","h","hB"],CF:["H","h","hB"],CM:["H","h","hB"],"fr-CA":["H","h","hB"],"gl-ES":["H","h","hB"],"it-CH":["H","h","hB"],"it-IT":["H","h","hB"],LU:["H","h","hB"],NP:["H","h","hB"],PF:["H","h","hB"],SC:["H","h","hB"],SM:["H","h","hB"],SN:["H","h","hB"],TF:["H","h","hB"],VA:["H","h","hB"],CY:["h","H","hb","hB"],GR:["h","H","hb","hB"],CO:["h","H","hB","hb"],DO:["h","H","hB","hb"],KP:["h","H","hB","hb"],KR:["h","H","hB","hb"],NA:["h","H","hB","hb"],PA:["h","H","hB","hb"],PR:["h","H","hB","hb"],VE:["h","H","hB","hb"],AC:["H","h","hb","hB"],AI:["H","h","hb","hB"],BW:["H","h","hb","hB"],BZ:["H","h","hb","hB"],CC:["H","h","hb","hB"],CK:["H","h","hb","hB"],CX:["H","h","hb","hB"],DG:["H","h","hb","hB"],FK:["H","h","hb","hB"],GB:["H","h","hb","hB"],GG:["H","h","hb","hB"],GI:["H","h","hb","hB"],IE:["H","h","hb","hB"],IM:["H","h","hb","hB"],IO:["H","h","hb","hB"],JE:["H","h","hb","hB"],LT:["H","h","hb","hB"],MK:["H","h","hb","hB"],MN:["H","h","hb","hB"],MS:["H","h","hb","hB"],NF:["H","h","hb","hB"],NG:["H","h","hb","hB"],NR:["H","h","hb","hB"],NU:["H","h","hb","hB"],PN:["H","h","hb","hB"],SH:["H","h","hb","hB"],SX:["H","h","hb","hB"],TA:["H","h","hb","hB"],ZA:["H","h","hb","hB"],"af-ZA":["H","h","hB","hb"],AR:["H","h","hB","hb"],CL:["H","h","hB","hb"],CR:["H","h","hB","hb"],CU:["H","h","hB","hb"],EA:["H","h","hB","hb"],"es-BO":["H","h","hB","hb"],"es-BR":["H","h","hB","hb"],"es-EC":["H","h","hB","hb"],"es-ES":["H","h","hB","hb"],"es-GQ":["H","h","hB","hb"],"es-PE":["H","h","hB","hb"],GT:["H","h","hB","hb"],HN:["H","h","hB","hb"],IC:["H","h","hB","hb"],KG:["H","h","hB","hb"],KM:["H","h","hB","hb"],LK:["H","h","hB","hb"],MA:["H","h","hB","hb"],MX:["H","h","hB","hb"],NI:["H","h","hB","hb"],PY:["H","h","hB","hb"],SV:["H","h","hB","hb"],UY:["H","h","hB","hb"],JP:["H","h","K"],AD:["H","hB"],AM:["H","hB"],AO:["H","hB"],AT:["H","hB"],AW:["H","hB"],BE:["H","hB"],BF:["H","hB"],BJ:["H","hB"],BL:["H","hB"],BR:["H","hB"],CG:["H","hB"],CI:["H","hB"],CV:["H","hB"],DE:["H","hB"],EE:["H","hB"],FR:["H","hB"],GA:["H","hB"],GF:["H","hB"],GN:["H","hB"],GP:["H","hB"],GW:["H","hB"],HR:["H","hB"],IL:["H","hB"],IT:["H","hB"],KZ:["H","hB"],MC:["H","hB"],MD:["H","hB"],MF:["H","hB"],MQ:["H","hB"],MZ:["H","hB"],NC:["H","hB"],NL:["H","hB"],PM:["H","hB"],PT:["H","hB"],RE:["H","hB"],RO:["H","hB"],SI:["H","hB"],SR:["H","hB"],ST:["H","hB"],TG:["H","hB"],TR:["H","hB"],WF:["H","hB"],YT:["H","hB"],BD:["h","hB","H"],PK:["h","hB","H"],AZ:["H","hB","h"],BA:["H","hB","h"],BG:["H","hB","h"],CH:["H","hB","h"],GE:["H","hB","h"],LI:["H","hB","h"],ME:["H","hB","h"],RS:["H","hB","h"],UA:["H","hB","h"],UZ:["H","hB","h"],XK:["H","hB","h"],AG:["h","hb","H","hB"],AU:["h","hb","H","hB"],BB:["h","hb","H","hB"],BM:["h","hb","H","hB"],BS:["h","hb","H","hB"],CA:["h","hb","H","hB"],DM:["h","hb","H","hB"],"en-001":["h","hb","H","hB"],FJ:["h","hb","H","hB"],FM:["h","hb","H","hB"],GD:["h","hb","H","hB"],GM:["h","hb","H","hB"],GU:["h","hb","H","hB"],GY:["h","hb","H","hB"],JM:["h","hb","H","hB"],KI:["h","hb","H","hB"],KN:["h","hb","H","hB"],KY:["h","hb","H","hB"],LC:["h","hb","H","hB"],LR:["h","hb","H","hB"],MH:["h","hb","H","hB"],MP:["h","hb","H","hB"],MW:["h","hb","H","hB"],NZ:["h","hb","H","hB"],SB:["h","hb","H","hB"],SG:["h","hb","H","hB"],SL:["h","hb","H","hB"],SS:["h","hb","H","hB"],SZ:["h","hb","H","hB"],TC:["h","hb","H","hB"],TT:["h","hb","H","hB"],UM:["h","hb","H","hB"],US:["h","hb","H","hB"],VC:["h","hb","H","hB"],VG:["h","hb","H","hB"],VI:["h","hb","H","hB"],ZM:["h","hb","H","hB"],BO:["H","hB","h","hb"],EC:["H","hB","h","hb"],ES:["H","hB","h","hb"],GQ:["H","hB","h","hb"],PE:["H","hB","h","hb"],AE:["h","hB","hb","H"],"ar-001":["h","hB","hb","H"],BH:["h","hB","hb","H"],DZ:["h","hB","hb","H"],EG:["h","hB","hb","H"],EH:["h","hB","hb","H"],HK:["h","hB","hb","H"],IQ:["h","hB","hb","H"],JO:["h","hB","hb","H"],KW:["h","hB","hb","H"],LB:["h","hB","hb","H"],LY:["h","hB","hb","H"],MO:["h","hB","hb","H"],MR:["h","hB","hb","H"],OM:["h","hB","hb","H"],PH:["h","hB","hb","H"],PS:["h","hB","hb","H"],QA:["h","hB","hb","H"],SA:["h","hB","hb","H"],SD:["h","hB","hb","H"],SY:["h","hB","hb","H"],TN:["h","hB","hb","H"],YE:["h","hB","hb","H"],AF:["H","hb","hB","h"],LA:["H","hb","hB","h"],CN:["H","hB","hb","h"],LV:["H","hB","hb","h"],TL:["H","hB","hb","h"],"zu-ZA":["H","hB","hb","h"],CD:["hB","H"],IR:["hB","H"],"hi-IN":["hB","h","H"],"kn-IN":["hB","h","H"],"ml-IN":["hB","h","H"],"te-IN":["hB","h","H"],KH:["hB","h","H","hb"],"ta-IN":["hB","h","hb","H"],BN:["hb","hB","h","H"],MY:["hb","hB","h","H"],ET:["hB","hb","h","H"],"gu-IN":["hB","hb","h","H"],"mr-IN":["hB","hb","h","H"],"pa-IN":["hB","hb","h","H"],TW:["hB","hb","h","H"],KE:["hB","hb","H","h"],MM:["hB","hb","H","h"],TZ:["hB","hb","H","h"],UG:["hB","hb","H","h"]};
|
|
269
269
|
/**
|
|
270
270
|
* Returns the best matching date time pattern if a date time skeleton
|
|
271
271
|
* pattern is provided with a locale. Follows the Unicode specification:
|
|
@@ -286,19 +286,19 @@ e.hourCycles.length&&(
|
|
|
286
286
|
// @ts-ignore
|
|
287
287
|
t=e.hourCycles[0]),t)switch(t){case"h24":return"k";case"h23":return"H";case"h12":return"h";case"h11":return"K";default:throw new Error("Invalid hourCycle")}
|
|
288
288
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
|
289
|
-
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(
|
|
289
|
+
var n,r=e.language;return"root"!==r&&(n=e.maximize().region),(Le[n||""]||Le[r||""]||Le["".concat(r,"-001")]||Le["001"])[0]}var Se=new RegExp("^".concat(me.source,"*")),Ne=new RegExp("".concat(me.source,"*$"));function Oe(e,t){return{start:e,end:t}}
|
|
290
290
|
// #region Ponyfills
|
|
291
291
|
// Consolidate these variables up top for easier toggling during debugging
|
|
292
|
-
var Re=!!String.prototype.startsWith,
|
|
292
|
+
var Re=!!String.prototype.startsWith,Ie=!!String.fromCodePoint,Me=!!Object.fromEntries,xe=!!String.prototype.codePointAt,Ue=!!String.prototype.trimStart,De=!!String.prototype.trimEnd,$e=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},Ge=!0;try{
|
|
293
293
|
/**
|
|
294
294
|
* legacy Edge or Xbox One browser
|
|
295
295
|
* Unicode flag support: supported
|
|
296
296
|
* Pattern_Syntax support: not supported
|
|
297
297
|
* See https://github.com/formatjs/formatjs/issues/2822
|
|
298
298
|
*/
|
|
299
|
-
|
|
299
|
+
Ge="a"===(null===(we=Ye("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu").exec("a"))||void 0===we?void 0:we[0])}catch(e){Ge=!1}var ke,Fe=Re?// Native
|
|
300
300
|
function(e,t,n){return e.startsWith(t,n)}:// For IE11
|
|
301
|
-
function(e,t,n){return e.slice(n,n+t.length)===t},je=
|
|
301
|
+
function(e,t,n){return e.slice(n,n+t.length)===t},je=Ie?String.fromCodePoint:// IE11
|
|
302
302
|
function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n,r="",i=e.length,o=0;i>o;){if((n=e[o++])>1114111)throw RangeError(n+" is not a valid code point");r+=n<65536?String.fromCharCode(n):String.fromCharCode(55296+((n-=65536)>>10),n%1024+56320)}return r},Ve=
|
|
303
303
|
// native
|
|
304
304
|
Me?Object.fromEntries:// Ponyfill
|
|
@@ -308,15 +308,15 @@ function(e,t){var n=e.length;if(!(t<0||t>=n)){var r,i=e.charCodeAt(t);return i<5
|
|
|
308
308
|
function(e){return e.trimStart()}:// Ponyfill
|
|
309
309
|
function(e){return e.replace(Se,"")},ze=De?// Native
|
|
310
310
|
function(e){return e.trimEnd()}:// Ponyfill
|
|
311
|
-
function(e){return e.replace(
|
|
311
|
+
function(e){return e.replace(Ne,"")};
|
|
312
312
|
// Prevent minifier to translate new RegExp to literal form that might cause syntax error on IE11.
|
|
313
|
-
function
|
|
313
|
+
function Ye(e,t){return new RegExp(e,t)}
|
|
314
314
|
// #endregion
|
|
315
|
-
if(
|
|
315
|
+
if(Ge){
|
|
316
316
|
// Native
|
|
317
|
-
var Ye
|
|
317
|
+
var Ze=Ye("([^\\p{White_Space}\\p{Pattern_Syntax}]*)","yu");ke=function(e,t){var n;return Ze.lastIndex=t,null!==(n=Ze.exec(e)[1])&&void 0!==n?n:""}}else
|
|
318
318
|
// IE11
|
|
319
|
-
ke=function(e,t){for(var n=[];;){var r=Xe(e,t);if(void 0===r||qe(r)||Je(r))break;n.push(r),t+=r>=65536?2:1}return je.apply(void 0,n)};var We=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,n)).err)return o;r.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(q.UNMATCHED_CLOSING_TAG,
|
|
319
|
+
ke=function(e,t){for(var n=[];;){var r=Xe(e,t);if(void 0===r||qe(r)||Je(r))break;n.push(r),t+=r>=65536?2:1}return je.apply(void 0,n)};var We=/** @class */function(){function e(e,t){void 0===t&&(t={}),this.message=e,this.position={offset:0,line:1,column:1},this.ignoreTag=!!t.ignoreTag,this.locale=t.locale,this.requiresOtherClause=!!t.requiresOtherClause,this.shouldParseSkeletons=!!t.shouldParseSkeletons}return e.prototype.parse=function(){if(0!==this.offset())throw Error("parser can only be used once");return this.parseMessage(0,"",!1)},e.prototype.parseMessage=function(e,t,n){for(var r=[];!this.isEOF();){var i=this.char();if(123/* `{` */===i){if((o=this.parseArgument(e,n)).err)return o;r.push(o.val)}else{if(125/* `}` */===i&&e>0)break;if(35/* `#` */!==i||"plural"!==t&&"selectordinal"!==t){if(60/* `<` */===i&&!this.ignoreTag&&47===this.peek()){if(n)break;return this.error(q.UNMATCHED_CLOSING_TAG,Oe(this.clonePosition(),this.clonePosition()))}if(60/* `<` */===i&&!this.ignoreTag&&Qe(this.peek()||0)){if((o=this.parseTag(e,t)).err)return o;r.push(o.val)}else{var o;if((o=this.parseLiteral(e,t)).err)return o;r.push(o.val)}}else{var s=this.clonePosition();this.bump(),r.push({type:J.pound,location:Oe(s,this.clonePosition())})}}}return{val:r,err:null}},
|
|
320
320
|
/**
|
|
321
321
|
* A tag name must start with an ASCII lower/upper case letter. The grammar is based on the
|
|
322
322
|
* [custom element name][] except that a dash is NOT always mandatory and uppercase letters
|
|
@@ -338,14 +338,14 @@ ke=function(e,t){for(var n=[];;){var r=Xe(e,t);if(void 0===r||qe(r)||Je(r))break
|
|
|
338
338
|
e.prototype.parseTag=function(e,t){var n=this.clonePosition();this.bump();// `<`
|
|
339
339
|
var r=this.parseTagName();if(this.bumpSpace(),this.bumpIf("/>"))
|
|
340
340
|
// Self closing tag
|
|
341
|
-
return{val:{type:J.literal,value:"<".concat(r,"/>"),location:
|
|
341
|
+
return{val:{type:J.literal,value:"<".concat(r,"/>"),location:Oe(n,this.clonePosition())},err:null};if(this.bumpIf(">")){var i=this.parseMessage(e+1,t,!0);if(i.err)return i;var o=i.val,s=this.clonePosition();
|
|
342
342
|
// Expecting a close tag
|
|
343
|
-
if(this.bumpIf("</")){if(this.isEOF()||!Qe(this.char()))return this.error(q.INVALID_TAG,
|
|
343
|
+
if(this.bumpIf("</")){if(this.isEOF()||!Qe(this.char()))return this.error(q.INVALID_TAG,Oe(s,this.clonePosition()));var a=this.clonePosition();return r!==this.parseTagName()?this.error(q.UNMATCHED_CLOSING_TAG,Oe(a,this.clonePosition())):(this.bumpSpace(),this.bumpIf(">")?{val:{type:J.tag,value:r,children:o,location:Oe(n,this.clonePosition())},err:null}:this.error(q.INVALID_TAG,Oe(s,this.clonePosition())))}return this.error(q.UNCLOSED_TAG,Oe(n,this.clonePosition()))}return this.error(q.INVALID_TAG,Oe(n,this.clonePosition()))},
|
|
344
344
|
/**
|
|
345
345
|
* This method assumes that the caller has peeked ahead for the first tag character.
|
|
346
346
|
*/
|
|
347
347
|
e.prototype.parseTagName=function(){var e,t=this.offset();// the first tag name character
|
|
348
|
-
for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var o=this.tryParseUnquoted(e,t);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=
|
|
348
|
+
for(this.bump();!this.isEOF()&&(45/* '-' */===(e=this.char())||46/* '.' */===e||e>=48&&e<=57/* 0..9 */||95/* '_' */===e||e>=97&&e<=122/** a..z */||e>=65&&e<=90/* A..Z */||183==e||e>=192&&e<=214||e>=216&&e<=246||e>=248&&e<=893||e>=895&&e<=8191||e>=8204&&e<=8205||e>=8255&&e<=8256||e>=8304&&e<=8591||e>=11264&&e<=12271||e>=12289&&e<=55295||e>=63744&&e<=64975||e>=65008&&e<=65533||e>=65536&&e<=983039);)this.bump();return this.message.slice(t,this.offset())},e.prototype.parseLiteral=function(e,t){for(var n=this.clonePosition(),r="";;){var i=this.tryParseQuote(t);if(i)r+=i;else{var o=this.tryParseUnquoted(e,t);if(o)r+=o;else{var s=this.tryParseLeftAngleBracket();if(!s)break;r+=s}}}var a=Oe(n,this.clonePosition());return{val:{type:J.literal,value:r,location:a},err:null}},e.prototype.tryParseLeftAngleBracket=function(){return this.isEOF()||60/* `<` */!==this.char()||!this.ignoreTag&&(Qe(e=this.peek()||0)||47===e)?null:(this.bump(),"<");var e;
|
|
349
349
|
/** See `parseTag` function docs. */},
|
|
350
350
|
/**
|
|
351
351
|
* Starting with ICU 4.8, an ASCII apostrophe only starts quoted text if it immediately precedes
|
|
@@ -368,32 +368,32 @@ for(this.bump();!this.isEOF();){var n=this.char();if(39/* `'` */===n){if(39/* `'
|
|
|
368
368
|
this.bump();break}t.push(39),
|
|
369
369
|
// Bump one more time because we need to skip 2 characters.
|
|
370
370
|
this.bump()}else t.push(n);this.bump()}return je.apply(void 0,t)},e.prototype.tryParseUnquoted=function(e,t){if(this.isEOF())return null;var n=this.char();return 60/* `<` */===n||123/* `{` */===n||35/* `#` */===n&&("plural"===t||"selectordinal"===t)||125/* `}` */===n&&e>0?null:(this.bump(),je(n))},e.prototype.parseArgument=function(e,t){var n=this.clonePosition();if(this.bump(),// `{`
|
|
371
|
-
this.bumpSpace(),this.isEOF())return this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
371
|
+
this.bumpSpace(),this.isEOF())return this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,Oe(n,this.clonePosition()));if(125/* `}` */===this.char())return this.bump(),this.error(q.EMPTY_ARGUMENT,Oe(n,this.clonePosition()));
|
|
372
372
|
// argument name
|
|
373
|
-
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(q.MALFORMED_ARGUMENT,
|
|
373
|
+
var r=this.parseIdentifierIfPossible().value;if(!r)return this.error(q.MALFORMED_ARGUMENT,Oe(n,this.clonePosition()));if(this.bumpSpace(),this.isEOF())return this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,Oe(n,this.clonePosition()));switch(this.char()){
|
|
374
374
|
// Simple argument: `{name}`
|
|
375
375
|
case 125/* `}` */:// `}`
|
|
376
376
|
return this.bump(),{val:{type:J.argument,
|
|
377
377
|
// value does not include the opening and closing braces.
|
|
378
|
-
value:r,location:
|
|
378
|
+
value:r,location:Oe(n,this.clonePosition())},err:null};
|
|
379
379
|
// Argument with options: `{name, format, ...}`
|
|
380
380
|
case 44/* `,` */:return this.bump(),// `,`
|
|
381
|
-
this.bumpSpace(),this.isEOF()?this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
381
|
+
this.bumpSpace(),this.isEOF()?this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,Oe(n,this.clonePosition())):this.parseArgumentOptions(e,t,r,n);default:return this.error(q.MALFORMED_ARGUMENT,Oe(n,this.clonePosition()))}},
|
|
382
382
|
/**
|
|
383
383
|
* Advance the parser until the end of the identifier, if it is currently on
|
|
384
384
|
* an identifier character. Return an empty string otherwise.
|
|
385
385
|
*/
|
|
386
|
-
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=ke(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:
|
|
386
|
+
e.prototype.parseIdentifierIfPossible=function(){var e=this.clonePosition(),t=this.offset(),n=ke(this.message,t),r=t+n.length;return this.bumpTo(r),{value:n,location:Oe(e,this.clonePosition())}},e.prototype.parseArgumentOptions=function(e,t,n,r){var i,o=this.clonePosition(),s=this.parseIdentifierIfPossible().value,a=this.clonePosition();
|
|
387
387
|
// Parse this range:
|
|
388
388
|
// {name, type, style}
|
|
389
389
|
// ^---^
|
|
390
390
|
switch(s){case"":
|
|
391
391
|
// Expecting a style string number, date, time, plural, selectordinal, or select.
|
|
392
|
-
return this.error(q.EXPECT_ARGUMENT_TYPE,
|
|
392
|
+
return this.error(q.EXPECT_ARGUMENT_TYPE,Oe(o,a));case"number":case"date":case"time":
|
|
393
393
|
// Parse this range:
|
|
394
394
|
// {name, number, style}
|
|
395
395
|
// ^-------^
|
|
396
|
-
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((b=this.parseSimpleArgStyleIfPossible()).err)return b;if(0===(f=ze(b.val)).length)return this.error(q.EXPECT_ARGUMENT_STYLE,
|
|
396
|
+
this.bumpSpace();var l=null;if(this.bumpIf(",")){this.bumpSpace();var c=this.clonePosition();if((b=this.parseSimpleArgStyleIfPossible()).err)return b;if(0===(f=ze(b.val)).length)return this.error(q.EXPECT_ARGUMENT_STYLE,Oe(this.clonePosition(),this.clonePosition()));l={style:f,styleLocation:Oe(c,this.clonePosition())}}if((y=this.tryParseArgumentClose(r)).err)return y;var u=Oe(r,this.clonePosition());
|
|
397
397
|
// Extract style or skeleton
|
|
398
398
|
if(l&&Fe(null==l?void 0:l.style,"::",0)){
|
|
399
399
|
// Skeleton starts with `::`.
|
|
@@ -407,25 +407,25 @@ return{val:{type:"number"===s?J.number:"date"===s?J.date:J.time,value:n,location
|
|
|
407
407
|
// Parse this range:
|
|
408
408
|
// {name, plural, options}
|
|
409
409
|
// ^---------^
|
|
410
|
-
var m=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(q.EXPECT_SELECT_ARGUMENT_OPTIONS,
|
|
410
|
+
var m=this.clonePosition();if(this.bumpSpace(),!this.bumpIf(","))return this.error(q.EXPECT_SELECT_ARGUMENT_OPTIONS,Oe(m,te({},m)));this.bumpSpace();
|
|
411
411
|
// Parse offset:
|
|
412
412
|
// {name, plural, offset:1, options}
|
|
413
413
|
// ^-----^
|
|
414
414
|
// or the first option:
|
|
415
415
|
// {name, plural, one {...} other {...}}
|
|
416
416
|
// ^--^
|
|
417
|
-
var d=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===d.value){if(!this.bumpIf(":"))return this.error(q.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
417
|
+
var d=this.parseIdentifierIfPossible(),g=0;if("select"!==s&&"offset"===d.value){if(!this.bumpIf(":"))return this.error(q.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,Oe(this.clonePosition(),this.clonePosition()));var b;if(this.bumpSpace(),(b=this.tryParseDecimalInteger(q.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,q.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE)).err)return b;
|
|
418
418
|
// Parse another identifier for option parsing
|
|
419
|
-
this.bumpSpace(),d=this.parseIdentifierIfPossible(),g=b.val}var E
|
|
419
|
+
this.bumpSpace(),d=this.parseIdentifierIfPossible(),g=b.val}var y,E=this.tryParsePluralOrSelectOptions(e,s,t,d);if(E.err)return E;if((y=this.tryParseArgumentClose(r)).err)return y;var v=Oe(r,this.clonePosition());return"select"===s?{val:{type:J.select,value:n,options:Ve(E.val),location:v},err:null}:{val:{type:J.plural,value:n,options:Ve(E.val),offset:g,pluralType:"plural"===s?"cardinal":"ordinal",location:v},err:null};default:return this.error(q.INVALID_ARGUMENT_TYPE,Oe(o,a))}},e.prototype.tryParseArgumentClose=function(e){
|
|
420
420
|
// Parse: {value, number, ::currency/GBP }
|
|
421
|
-
return this.isEOF()||125/* `}` */!==this.char()?this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
421
|
+
return this.isEOF()||125/* `}` */!==this.char()?this.error(q.EXPECT_ARGUMENT_CLOSING_BRACE,Oe(e,this.clonePosition())):(this.bump(),{val:!0,err:null})},
|
|
422
422
|
/**
|
|
423
423
|
* See: https://github.com/unicode-org/icu/blob/af7ed1f6d2298013dc303628438ec4abe1f16479/icu4c/source/common/messagepattern.cpp#L659
|
|
424
424
|
*/
|
|
425
425
|
e.prototype.parseSimpleArgStyleIfPossible=function(){for(var e=0,t=this.clonePosition();!this.isEOF();){switch(this.char()){case 39/* `'` */:
|
|
426
426
|
// Treat apostrophe as quoting but include it in the style part.
|
|
427
427
|
// Find the end of the quoted literal text.
|
|
428
|
-
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(q.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
428
|
+
this.bump();var n=this.clonePosition();if(!this.bumpUntil("'"))return this.error(q.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,Oe(n,this.clonePosition()));this.bump();break;case 123/* `{` */:e+=1,this.bump();break;case 125/* `}` */:if(!(e>0))return{val:this.message.slice(t.offset,this.offset()),err:null};e-=1;break;default:this.bump()}}return{val:this.message.slice(t.offset,this.offset()),err:null}},e.prototype.parseNumberSkeletonFromString=function(e,t){var n=[];try{n=function(e){if(0===e.length)throw new Error("Number skeleton cannot be empty");
|
|
429
429
|
// Parse the skeleton
|
|
430
430
|
for(var t=[],n=0,r=e.split(be).filter((function(e){return e.length>0}));n<r.length;n++){var i=r[n].split("/");if(0===i.length)throw new Error("Invalid number skeleton");for(var o=i[0],s=i.slice(1),a=0,l=s;a<l.length;a++)if(0===l[a].length)throw new Error("Invalid number skeleton");t.push({stem:o,options:s})}return t}(e)}catch(e){return this.error(q.INVALID_NUMBER_SKELETON,t)}return{val:{type:ee.number,tokens:n,location:t,parsedOptions:this.shouldParseSkeletons?_e(n):{}},err:null}},
|
|
431
431
|
/**
|
|
@@ -444,17 +444,17 @@ e.prototype.tryParsePluralOrSelectOptions=function(e,t,n,r){
|
|
|
444
444
|
// ^--^
|
|
445
445
|
for(var i,o=!1,s=[],a=new Set,l=r.value,c=r.location;;){if(0===l.length){var u=this.clonePosition();if("select"===t||!this.bumpIf("="))break;
|
|
446
446
|
// Try parse `={number}` selector
|
|
447
|
-
var h=this.tryParseDecimalInteger(q.EXPECT_PLURAL_ARGUMENT_SELECTOR,q.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=
|
|
447
|
+
var h=this.tryParseDecimalInteger(q.EXPECT_PLURAL_ARGUMENT_SELECTOR,q.INVALID_PLURAL_ARGUMENT_SELECTOR);if(h.err)return h;c=Oe(u,this.clonePosition()),l=this.message.slice(u.offset,this.offset())}
|
|
448
448
|
// Duplicate selector clauses
|
|
449
449
|
if(a.has(l))return this.error("select"===t?q.DUPLICATE_SELECT_ARGUMENT_SELECTOR:q.DUPLICATE_PLURAL_ARGUMENT_SELECTOR,c);"other"===l&&(o=!0),
|
|
450
450
|
// Parse:
|
|
451
451
|
// one {one apple}
|
|
452
452
|
// ^----------^
|
|
453
|
-
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?q.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:q.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
453
|
+
this.bumpSpace();var p=this.clonePosition();if(!this.bumpIf("{"))return this.error("select"===t?q.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT:q.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,Oe(this.clonePosition(),this.clonePosition()));var f=this.parseMessage(e+1,t,n);if(f.err)return f;var m=this.tryParseArgumentClose(p);if(m.err)return m;s.push([l,{value:f.val,location:Oe(p,this.clonePosition())}]),
|
|
454
454
|
// Keep track of the existing selectors
|
|
455
455
|
a.add(l),
|
|
456
456
|
// Prep next selector clause.
|
|
457
|
-
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?q.EXPECT_SELECT_ARGUMENT_SELECTOR:q.EXPECT_PLURAL_ARGUMENT_SELECTOR,
|
|
457
|
+
this.bumpSpace(),l=(i=this.parseIdentifierIfPossible()).value,c=i.location}return 0===s.length?this.error("select"===t?q.EXPECT_SELECT_ARGUMENT_SELECTOR:q.EXPECT_PLURAL_ARGUMENT_SELECTOR,Oe(this.clonePosition(),this.clonePosition())):this.requiresOtherClause&&!o?this.error(q.MISSING_OTHER_CLAUSE,Oe(this.clonePosition(),this.clonePosition())):{val:s,err:null}},e.prototype.tryParseDecimalInteger=function(e,t){var n=1,r=this.clonePosition();this.bumpIf("+")||this.bumpIf("-")&&(n=-1);for(var i=!1,o=0;!this.isEOF();){var s=this.char();if(!(s>=48/* `0` */&&s<=57/* `9` */))break;i=!0,o=10*o+(s-48),this.bump()}var a=Oe(r,this.clonePosition());return i?$e(o*=n)?{val:o,err:null}:this.error(t,a):this.error(e,a)},e.prototype.offset=function(){return this.position.offset},e.prototype.isEOF=function(){return this.offset()===this.message.length},e.prototype.clonePosition=function(){
|
|
458
458
|
// This is much faster than `Object.assign` or spread.
|
|
459
459
|
return{offset:this.position.offset,line:this.position.line,column:this.position.column}},
|
|
460
460
|
/**
|
|
@@ -531,7 +531,7 @@ e.INVALID_VALUE="INVALID_VALUE",
|
|
|
531
531
|
// When we need specific Intl API but it's not available
|
|
532
532
|
e.MISSING_INTL_API="MISSING_INTL_API"}(ct||(ct={}));var pt,ft=/** @class */function(e){function t(t,n,r){var i=e.call(this,t)||this;return i.code=n,i.originalMessage=r,i}return Q(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),mt=/** @class */function(e){function t(t,n,r,i){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(n,'". Options are "').concat(Object.keys(r).join('", "'),'"'),ct.INVALID_VALUE,i)||this}return Q(t,e),t}(ft),dt=/** @class */function(e){function t(t,n,r){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(n),ct.INVALID_VALUE,r)||this}return Q(t,e),t}(ft),gt=/** @class */function(e){function t(t,n){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(n,'"'),ct.MISSING_VALUE,n)||this}return Q(t,e),t}(ft);function bt(e){return"function"==typeof e}
|
|
533
533
|
// TODO(skeleton): add skeleton support
|
|
534
|
-
function
|
|
534
|
+
function yt(e,t,n,r,i,o,
|
|
535
535
|
// For debugging
|
|
536
536
|
s){
|
|
537
537
|
// Hot path for straight simple msg translations
|
|
@@ -546,51 +546,51 @@ if(!i||!(h in i))throw new gt(h,s);var p=i[h];if(ie(u))p&&"string"!=typeof p&&"n
|
|
|
546
546
|
// Recursively format plural and select parts' option — which can be a
|
|
547
547
|
// nested pattern structure. The choosing of the option to use is
|
|
548
548
|
// abstracted-by and delegated-to the part helper object.
|
|
549
|
-
if(se(u)){var f="string"==typeof u.style?r.date[u.style]:fe(u.style)?u.style.parsedOptions:void 0;a.push({type:pt.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(ae(u)){f="string"==typeof u.style?r.time[u.style]:fe(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:pt.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(oe(u)){(f="string"==typeof u.style?r.number[u.style]:pe(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(p*=f.scale||1),a.push({type:pt.literal,value:n.getNumberFormat(t,f).format(p)})}else{if(he(u)){var m=u.children,d=u.value,g=i[d];if(!bt(g))throw new dt(d,"function",s);var b=g(
|
|
549
|
+
if(se(u)){var f="string"==typeof u.style?r.date[u.style]:fe(u.style)?u.style.parsedOptions:void 0;a.push({type:pt.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(ae(u)){f="string"==typeof u.style?r.time[u.style]:fe(u.style)?u.style.parsedOptions:r.time.medium;a.push({type:pt.literal,value:n.getDateTimeFormat(t,f).format(p)})}else if(oe(u)){(f="string"==typeof u.style?r.number[u.style]:pe(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(p*=f.scale||1),a.push({type:pt.literal,value:n.getNumberFormat(t,f).format(p)})}else{if(he(u)){var m=u.children,d=u.value,g=i[d];if(!bt(g))throw new dt(d,"function",s);var b=g(yt(m,t,n,r,i,o).map((function(e){return e.value})));Array.isArray(b)||(b=[b]),a.push.apply(a,b.map((function(e){return{type:"string"==typeof e?pt.literal:pt.object,value:e}})))}if(le(u)){if(!(y=u.options[p]||u.options.other))throw new mt(u.value,p,Object.keys(u.options),s);a.push.apply(a,yt(y.value,t,n,r,i))}else if(ce(u)){var y;if(!(y=u.options["=".concat(p)])){if(!Intl.PluralRules)throw new ft('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',ct.MISSING_INTL_API,s);var E=n.getPluralRules(t,{type:u.pluralType}).select(p-(u.offset||0));y=u.options[E]||u.options.other}if(!y)throw new mt(u.value,p,Object.keys(u.options),s);a.push.apply(a,yt(y.value,t,n,r,i,p-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var n=e[e.length-1];return n&&n.type===pt.literal&&t.type===pt.literal?n.value+=t.value:e.push(t),e}),[])}(a)}
|
|
550
550
|
/*
|
|
551
551
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
|
552
552
|
Copyrights licensed under the New BSD License.
|
|
553
553
|
See the accompanying LICENSE file for terms.
|
|
554
554
|
*/
|
|
555
555
|
// -- MessageFormat --------------------------------------------------------
|
|
556
|
-
function
|
|
556
|
+
function Et(e,t){return t?Object.keys(e).reduce((function(n,r){var i,o;return n[r]=(i=e[r],(o=t[r])?te(te(te({},i||{}),o||{}),Object.keys(i).reduce((function(e,t){return e[t]=te(te({},i[t]),o[t]||{}),e}),{})):i),n}),te({},e)):e}function vt(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,n){e[t]=n}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(pt||(pt={}));var Tt=/** @class */function(){function e(t,n,r,i){var o,s=this;if(void 0===n&&(n=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
|
|
557
557
|
// Hot path for straight simple msg translations
|
|
558
|
-
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===pt.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return
|
|
558
|
+
if(1===t.length)return t[0].value;var n=t.reduce((function(e,t){return e.length&&t.type===pt.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return n.length<=1?n[0]||"":n},this.formatToParts=function(e){return yt(s.ast,s.locales,s.formatters,s.formats,e,void 0,s.message)},this.resolvedOptions=function(){return{locale:s.resolvedLocale.toString()}},this.getAst=function(){return s.ast},
|
|
559
559
|
// Defined first because it's used to build the format pattern.
|
|
560
560
|
this.locales=n,this.resolvedLocale=e.resolveLocale(n),"string"==typeof t){if(this.message=t,!e.__parse)throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
561
561
|
// Parse string messages into an AST.
|
|
562
562
|
this.ast=e.__parse(t,{ignoreTag:null==i?void 0:i.ignoreTag,locale:this.resolvedLocale})}else this.ast=t;if(!Array.isArray(this.ast))throw new TypeError("A message must be provided as a String or AST.");
|
|
563
563
|
// Creates a new object with the specified `formats` merged with the default
|
|
564
564
|
// formats.
|
|
565
|
-
this.formats=
|
|
565
|
+
this.formats=Et(e.formats,r),this.formatters=i&&i.formatters||(void 0===(o=this.formatterCache)&&(o={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:nt((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.NumberFormat).bind.apply(e,ne([void 0],t,!1)))}),{cache:vt(o.number),strategy:ht.variadic}),getDateTimeFormat:nt((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.DateTimeFormat).bind.apply(e,ne([void 0],t,!1)))}),{cache:vt(o.dateTime),strategy:ht.variadic}),getPluralRules:nt((function(){for(var e,t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return new((e=Intl.PluralRules).bind.apply(e,ne([void 0],t,!1)))}),{cache:vt(o.pluralRules),strategy:ht.variadic})})}return Object.defineProperty(e,"defaultLocale",{get:function(){return e.memoizedDefaultLocale||(e.memoizedDefaultLocale=(new Intl.NumberFormat).resolvedOptions().locale),e.memoizedDefaultLocale},enumerable:!1,configurable:!0}),e.memoizedDefaultLocale=null,e.resolveLocale=function(e){var t=Intl.NumberFormat.supportedLocalesOf(e);return t.length>0?new Intl.Locale(t[0]):new Intl.Locale("string"==typeof e?e:e[0])},e.__parse=tt,
|
|
566
566
|
// Default format options used as the prototype of the `formats` provided to the
|
|
567
567
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
|
568
568
|
// and Intl.DateTimeFormat instances.
|
|
569
|
-
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const Ht={},Bt=(e,t,n)=>n?(t in Ht||(Ht[t]={}),e in Ht[t]||(Ht[t][e]=n),n):n,Ct=(e,t)=>{if(null==t)return;if(t in Ht&&e in Ht[t])return Ht[t][e];const n=
|
|
569
|
+
e.formats={number:{integer:{maximumFractionDigits:0},currency:{style:"currency"},percent:{style:"percent"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},e}();const Ht={},Bt=(e,t,n)=>n?(t in Ht||(Ht[t]={}),e in Ht[t]||(Ht[t][e]=n),n):n,Ct=(e,t)=>{if(null==t)return;if(t in Ht&&e in Ht[t])return Ht[t][e];const n=Jt(t);for(let r=0;r<n.length;r++){const i=Lt(n[r],e);if(i)return Bt(e,t,i)}};let At;const _t=$({});function wt(e){return e in At}function Lt(e,t){if(!wt(e))return null;const n=function(e){return At[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const n=t.split(".");let r=e;for(let e=0;e<n.length;e++)if("object"==typeof r){if(e>0){const t=n.slice(e,n.length).join(".");if(t in r){r=r[t];break}}r=r[n[e]]}else r=void 0;return r}(n,t)}function Pt(e,...t){delete Ht[e],_t.update((n=>(n[e]=Z.all([n[e]||{},...t]),n)))}G([_t],(([e])=>Object.keys(e))),_t.subscribe((e=>At=e));const St={};function Nt(e){return St[e]}function Ot(e){return null!=e&&Jt(e).some((e=>{var t;return null==(t=Nt(e))?void 0:t.size}))}function Rt(e,t){const n=Promise.all(t.map((t=>(function(e,t){St[e].delete(t),0===St[e].size&&delete St[e]}(e,t),t().then((e=>e.default||e))))));return n.then((t=>Pt(e,...t)))}const It={};function Mt(e){if(!Ot(e))return e in It?It[e]:Promise.resolve();const t=function(e){return Jt(e).map((e=>{const t=Nt(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return It[e]=Promise.all(t.map((([e,t])=>Rt(e,t)))).then((()=>{if(Ot(e))return Mt(e);delete It[e]})),It[e]}var xt=Object.getOwnPropertySymbols,Ut=Object.prototype.hasOwnProperty,Dt=Object.prototype.propertyIsEnumerable;function $t({locale:e,id:t}){console.warn(`[svelte-i18n] The message "${t}" was not found in "${Jt(e).join('", "')}".${Ot(en())?"\n\nNote: there are at least one loader still registered to this locale that wasn't executed.":""}`)}const Gt={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function kt(){return Gt}const Ft=$(!1);var jt=Object.defineProperty,Vt=Object.defineProperties,Xt=Object.getOwnPropertyDescriptors,Kt=Object.getOwnPropertySymbols,zt=Object.prototype.hasOwnProperty,Yt=Object.prototype.propertyIsEnumerable,Zt=(e,t,n)=>t in e?jt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;let Wt;const Qt=$(null);function qt(e){return e.split("-").map(((e,t,n)=>n.slice(0,t+1).join("-"))).reverse()}function Jt(e,t=kt().fallbackLocale){const n=qt(e);return t?[...new Set([...n,...qt(t)])]:n}function en(){return null!=Wt?Wt:void 0}Qt.subscribe((e=>{Wt=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const tn=(nn=((e,t)=>{for(var n in t||(t={}))zt.call(t,n)&&Zt(e,n,t[n]);if(Kt)for(var n of Kt(t))Yt.call(t,n)&&Zt(e,n,t[n]);return e})({},Qt),Vt(nn,Xt({set:e=>{if(e&&function(e){if(null==e)return;const t=Jt(e);for(let e=0;e<t.length;e++){const n=t[e];if(wt(n))return n}}(e)&&Ot(e)){const{loadingDelay:t}=kt();let n;return"undefined"!=typeof window&&null!=en()&&t?n=window.setTimeout((()=>Ft.set(!0)),t):Ft.set(!0),Mt(e).then((()=>{Qt.set(e)})).finally((()=>{clearTimeout(n),Ft.set(!1)}))}return Qt.set(e)}})));var nn;const rn=e=>{const t=Object.create(null);return n=>{const r=JSON.stringify(n);return r in t?t[r]:t[r]=e(n)}};var on=Object.defineProperty,sn=Object.getOwnPropertySymbols,an=Object.prototype.hasOwnProperty,ln=Object.prototype.propertyIsEnumerable,cn=(e,t,n)=>t in e?on(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,un=(e,t)=>{for(var n in t||(t={}))an.call(t,n)&&cn(e,n,t[n]);if(sn)for(var n of sn(t))ln.call(t,n)&&cn(e,n,t[n]);return e},hn=(e,t)=>{var n={};for(var r in e)an.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&sn)for(var r of sn(e))t.indexOf(r)<0&&ln.call(e,r)&&(n[r]=e[r]);return n};const pn=(e,t)=>{const{formats:n}=kt();if(e in n&&t in n[e])return n[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},fn=rn((e=>{var t=e,{locale:n,format:r}=t,i=hn(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return r&&(i=pn("number",r)),new Intl.NumberFormat(n,i)})),mn=rn((e=>{var t=e,{locale:n,format:r}=t,i=hn(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return r?i=pn("date",r):0===Object.keys(i).length&&(i=pn("date","short")),new Intl.DateTimeFormat(n,i)})),dn=rn((e=>{var t=e,{locale:n,format:r}=t,i=hn(t,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return r?i=pn("time",r):0===Object.keys(i).length&&(i=pn("time","short")),new Intl.DateTimeFormat(n,i)})),gn=rn((
|
|
570
570
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
571
|
-
(e,t=
|
|
571
|
+
(e,t=en())=>new Tt(e,t,kt().formats,{ignoreTag:kt().ignoreTag}))),bn=(e,t={})=>{var n,r,i,o;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=en(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Ct(e,l);if(u){if("string"!=typeof u)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof u}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),u}else u=null!=(o=null!=(i=null==(r=(n=kt()).handleMissingMessage)?void 0:r.call(n,{locale:l,id:e,defaultValue:c}))?i:c)?o:e;if(!a)return u;let h=u;try{h=gn(u,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},yn=(e,t)=>((e={})=>{var t=e,{locale:n=en()}=t,r=hn(t,["locale"]);return dn(un({locale:n},r))})(t).format(e),En=(e,t)=>((e={})=>{var t=e,{locale:n=en()}=t,r=hn(t,["locale"]);return mn(un({locale:n},r))})(t).format(e),vn=(e,t)=>((e={})=>{var t=e,{locale:n=en()}=t,r=hn(t,["locale"]);return fn(un({locale:n},r))})(t).format(e),Tn=(e,t=en())=>Ct(e,t),Hn=G([tn,_t],(()=>bn));function Bn(e,t){Pt(e,t)}G([tn],(()=>yn)),G([tn],(()=>En)),G([tn],(()=>vn)),G([tn,_t],(()=>Tn)),function(e){const t=e,{formats:n}=t,r=((e,t)=>{var n={};for(var r in e)Ut.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&xt)for(var r of xt(e))t.indexOf(r)<0&&Dt.call(e,r)&&(n[r]=e[r]);return n})(t,["formats"]);let i=e.fallbackLocale;if(e.initialLocale)try{Tt.resolveLocale(e.initialLocale)&&(i=e.initialLocale)}catch(t){console.warn(`[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`)}r.warnOnMissingMessages&&(delete r.warnOnMissingMessages,null==r.handleMissingMessage?r.handleMissingMessage=$t:console.warn('[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.')),Object.assign(Gt,r,{initialLocale:i}),n&&("number"in n&&Object.assign(Gt.formats.number,n.number),"date"in n&&Object.assign(Gt.formats.date,n.date),"time"in n&&Object.assign(Gt.formats.time,n.time)),tn.set(i)}({fallbackLocale:"en"});const Cn={en:{deposit:{success:{title:"{amount} {currency}",subTitle:"Deposited in your account",text:"Your deposit is successful"},pending:{title:"{amount} {currency}",subTitle:"Transaction is in progress",text:"Thank you. Your deposit is being processed."},reject:{title:"Deposit Rejected",subTitle:" ",text:"{errorText}"},fail:{title:"Error",subTitle:" ",text:"{errorText}"},cancel:{title:"You have cancelled the transaction",subTitle:" ",text:"{errorText}"}},withdrawal:{success:{title:"{amount} {currency}",subTitle:"Withdrawn from your account",text:"Your withdrawal is successful"},pending:{title:"{amount} {currency}",subTitle:"Withdrawn from your account",text:"Thank you. Your withdrawal is being processed."},reject:{title:"Withdrawal Rejected",subTitle:" ",text:"{errorText}"},fail:{title:"Error",subTitle:" ",text:"{errorText}"},cancel:{title:"You have cancelled the transaction",subTitle:" ",text:"{errorText}"}},reference:"Reference ID: {code}",close:"Close"},"pt-br":{deposit:{success:{title:"{amount} {currency}",subTitle:"Depositado em sua conta",text:"Seu depósito foi bem-sucedido"},pending:{title:"{amount} {currency}",subTitle:"Transação em andamento",text:"Obrigado. Seu depósito está sendo processado."},reject:{title:"Depósito Rejeitado",subTitle:"",text:"{errorText}"},fail:{title:"Erro",subTitle:"",text:"{errorText}"},cancel:{title:"Você cancelou a transação",subTitle:"",text:"{errorText}"}},reference:"Referência ID: {code}",close:"VOLTAR AO PROVEDOR DE PAGAMENTO"},"es-mx":{deposit:{success:{title:"{amount} {currency}",subTitle:"Depositado en tu cuenta",text:"Tu depósito fue exitoso"},pending:{title:"{amount} {currency}",subTitle:"Transacción en proceso",text:"Gracias. Tu depósito está siendo procesado."},reject:{title:"Depósito Rechazado",subTitle:" ",text:"{errorText}"},fail:{title:"Error",subTitle:" ",text:"{errorText}"},cancel:{title:"Has cancelado la transacción",subTitle:" ",text:"{errorText}"}},reference:"Referencia ID: {code}",close:"REGRESAR A PROVEEDOR DE PAGO"}},An={Success:"/txn-success.png",Voided:"/txn-success.png",Rejected:"/txn-failed.png",Failed:"/txn-failed.png",Canceled:"/txn-failed.png",PendingNotification:"/txn-pending.png",PendingConfirmation:"/txn-pending.png",PendingApprovalStage1:"/txn-pending.png",PendingApprovalStage2:"/txn-pending.png",PendingApprovalStage3:"/txn-pending.png",PendingOfflineNotification:"/txn-pending.png"},_n={Deposit:"deposit",Withdraw:"withdrawal"},wn={Success:"success",Voided:"success",Rejected:"reject",Failed:"fail",Canceled:"cancel",PendingNotification:"pending",PendingConfirmation:"pending",PendingApprovalStage1:"pending",PendingApprovalStage3:"pending",PendingApprovalStage2:"pending",PendingOfflineNotification:"pending"},{document:Ln}=c;function Pn(e,t,n){const r=e.slice();return r[40]=t[n],r[42]=n,r}
|
|
572
572
|
// (207:5) {#if txnInfo}
|
|
573
|
-
function
|
|
573
|
+
function Sn(e){let t,n,i,o,s,l,c,E,v,T,H,B,C,A,_,w,L,P,S,N,O,R,I,M,x,U=/*$_*/e[9]("close")+"",D=/*txnInfo*/e[2].referenceId&&Nn(e),$=/*receiptFields*/e[3].length&&On(e);return{c(){t=f("div"),n=f("span"),n.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.33279 0.00663425C7.89688 0.105453 6.49895 0.511564 5.2336 1.19749C3.96825 1.88341 2.86499 2.83313 1.9985 3.9824C0.985792 5.31809 0.356137 6.84155 0.0769857 8.63039C-0.0256619 9.28509 -0.0256619 10.7147 0.0769857 11.3694C0.505101 14.1158 1.83326 16.3704 3.9851 18.0027C5.31451 19.0117 6.84672 19.6451 8.63053 19.923C9.28522 20.0257 10.7148 20.0257 11.3695 19.923C13.803 19.5437 15.8709 18.4471 17.4232 16.7121C18.8001 15.1736 19.595 13.4737 19.923 11.3694C20.0257 10.7147 20.0257 9.28509 19.923 8.63039C19.6451 6.84655 19.0117 5.31433 18.0028 3.9849C17.1973 2.91304 16.1846 2.01398 15.0249 1.34112C13.8652 0.668249 12.5821 0.235297 11.2518 0.0679732C10.614 0.00852964 9.97311 -0.0119547 9.33279 0.00663425ZM11.3019 1.33481C14.7956 1.87685 17.641 4.45559 18.4885 7.848C18.69 8.65292 18.7288 9.00343 18.7288 9.99988C18.7288 10.6946 18.715 10.97 18.6675 11.2855C18.4018 13.0557 17.6016 14.7024 16.374 16.0052C15.1464 17.308 13.5501 18.2045 11.7988 18.5748C10.686 18.8127 9.31401 18.8127 8.20117 18.5748C4.93272 17.8788 2.33398 15.3927 1.52156 12.1868C1.31126 11.3556 1.2712 11.0101 1.2712 9.99988C1.2712 8.98966 1.31126 8.64416 1.52156 7.81295C1.91376 6.29839 2.70396 4.91631 3.81023 3.81003C4.9165 2.70374 6.29856 1.91353 7.81311 1.52133C8.0885 1.45123 8.49409 1.36986 8.7144 1.34107L9.21512 1.27347C9.46673 1.23967 10.9689 1.28349 11.3019 1.33481ZM9.5481 5.25925C8.67685 5.35439 7.88821 5.8138 7.33116 6.54987C7.12462 6.82277 7.042 7.06437 7.09332 7.25339C7.17594 7.56009 7.55398 7.71781 7.87945 7.58262C7.94079 7.55633 8.16236 7.36355 8.37016 7.15325C8.79201 6.72763 8.99981 6.59995 9.41541 6.51232C10.5533 6.27197 11.541 6.85532 11.596 7.79918C11.6086 8.02326 11.5998 8.08084 11.5259 8.24107C11.3632 8.59659 11.0177 8.88826 10.5095 9.09982C10.1439 9.24341 9.76155 9.33975 9.3716 9.38649L9.1275 9.40902L9.13876 10.5306L9.14878 11.6523L9.23265 11.8025C9.42542 12.1517 9.96745 12.2118 10.2378 11.9152C10.3793 11.7587 10.4056 11.6247 10.4256 10.9638L10.4431 10.3416L10.6635 10.2815C12.1518 9.88095 13.1433 8.66669 12.973 7.44993C12.8579 6.62248 12.3709 5.96027 11.586 5.56845C11.0778 5.31433 10.2278 5.18539 9.5481 5.25925ZM9.37285 13.0568C9.06365 13.2108 8.90092 13.4799 8.89967 13.8404C8.89717 14.6003 9.77342 15.0071 10.3405 14.5089C10.4789 14.3866 10.576 14.2244 10.6186 14.0447C10.6612 13.8649 10.6471 13.6764 10.5783 13.505C10.3755 13.0493 9.81098 12.839 9.37285 13.0568Z" fill="#111111"></path></svg>',i=d(),o=f("span"),o.innerHTML='<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13" fill="none"><path 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" fill="#111111"></path></svg>',s=d(),l=f("div"),c=f("img"),v=d(),T=f("div"),H=f("h2"),B=m(/*title*/e[5]),C=d(),A=f("div"),_=m(/*subTitle*/e[4]),w=d(),L=f("div"),P=m(/*text*/e[6]),S=d(),D&&D.c(),N=d(),$&&$.c(),O=d(),R=f("button"),I=m(U),b(t,"class","HeaderButtonContainer"),a(c.src,E=/*statusImageUrl*/e[7])||b(c,"src",E),b(c,"class","StatusLogo"),b(H,"class","Title"),b(A,"class","SubTitle"),b(T,"class","TitleWrapper"),b(l,"class","ReceiptWrapper"),b(L,"class","Text"),b(R,"class","PrimaryButton")},m(r,a){h(r,t,a),u(t,n),u(t,i),u(t,o),h(r,s,a),h(r,l,a),u(l,c),u(l,v),u(l,T),u(T,H),u(H,B),u(T,C),u(T,A),u(A,_),h(r,w,a),h(r,L,a),u(L,P),h(r,S,a),D&&D.m(r,a),h(r,N,a),$&&$.m(r,a),h(r,O,a),h(r,R,a),u(R,I),M||(x=[g(n,"click",/*liveChat*/e[11]),g(o,"click",/*closeReceipt*/e[10]),g(R,"click",/*closeReceipt*/e[10])],M=!0)},p(e,t){/*statusImageUrl*/128&t[0]&&!a(c.src,E=/*statusImageUrl*/e[7])&&b(c,"src",E),/*title*/32&t[0]&&y(B,/*title*/e[5]),/*subTitle*/16&t[0]&&y(_,/*subTitle*/e[4]),/*text*/64&t[0]&&y(P,/*text*/e[6]),/*txnInfo*/e[2].referenceId?D?D.p(e,t):(D=Nn(e),D.c(),D.m(N.parentNode,N)):D&&(D.d(1),D=null),/*receiptFields*/e[3].length?$?$.p(e,t):($=On(e),$.c(),$.m(O.parentNode,O)):$&&($.d(1),$=null),/*$_*/512&t[0]&&U!==(U=/*$_*/e[9]("close")+"")&&y(I,U)},d(e){e&&p(t),e&&p(s),e&&p(l),e&&p(w),e&&p(L),e&&p(S),D&&D.d(e),e&&p(N),$&&$.d(e),e&&p(O),e&&p(R),M=!1,r(x)}}}
|
|
574
574
|
// (228:7) {#if txnInfo.referenceId}
|
|
575
|
-
function
|
|
575
|
+
function Nn(e){let t,n,r=/*$_*/e[9]("reference",{values:{code:/*txnInfo*/e[2].referenceId}})+"";return{c(){t=f("div"),n=m(r),b(t,"class","Reference")},m(e,r){h(e,t,r),u(t,n)},p(e,t){/*$_, txnInfo*/516&t[0]&&r!==(r=/*$_*/e[9]("reference",{values:{code:/*txnInfo*/e[2].referenceId}})+"")&&y(n,r)},d(e){e&&p(t)}}}
|
|
576
576
|
// (231:7) {#if receiptFields.length}
|
|
577
|
-
function
|
|
577
|
+
function On(e){let t,n=/*receiptFields*/e[3],r=[];for(let t=0;t<n.length;t+=1)r[t]=Dn(Pn(e,n,t));return{c(){for(let e=0;e<r.length;e+=1)r[e].c();t=m("")},m(e,n){for(let t=0;t<r.length;t+=1)r[t]&&r[t].m(e,n);h(e,t,n)},p(e,i){if(/*openUrlInNewTab, receiptFields, qrCodeContainer, FieldTypes*/4362&i[0]){let o;for(n=/*receiptFields*/e[3],o=0;o<n.length;o+=1){const s=Pn(e,n,o);r[o]?r[o].p(s,i):(r[o]=Dn(s),r[o].c(),r[o].m(t.parentNode,t))}for(;o<r.length;o+=1)r[o].d(1);r.length=n.length}},d(e){!function(e,t){for(let n=0;n<e.length;n+=1)e[n]&&e[n].d(t)}(r,e),e&&p(t)}}}
|
|
578
578
|
// (248:17) {:else}
|
|
579
|
-
function
|
|
579
|
+
function Rn(e){let t,n,r=/*field*/e[40].defaultValue+"";return{c(){t=f("span"),n=m(r),b(t,"class","Label")},m(e,r){h(e,t,r),u(t,n)},p(e,t){/*receiptFields*/8&t[0]&&r!==(r=/*field*/e[40].defaultValue+"")&&y(n,r)},d(e){e&&p(t)}}}
|
|
580
580
|
// (242:58)
|
|
581
|
-
function
|
|
581
|
+
function In(e){let t,n,r,i,o,s,a=/*field*/e[40].description+"",l=/*field*/e[40].Name+"";return{c(){t=f("span"),n=m(a),r=d(),i=f("a"),o=m(l),b(i,"href",s=/*field*/e[40].defaultValue),b(i,"target","_blank"),b(i,"rel","noopener noreferrer")},m(e,s){h(e,t,s),u(t,n),u(t,r),u(t,i),u(i,o)},p(e,t){/*receiptFields*/8&t[0]&&a!==(a=/*field*/e[40].description+"")&&y(n,a),/*receiptFields*/8&t[0]&&l!==(l=/*field*/e[40].Name+"")&&y(o,l),/*receiptFields*/8&t[0]&&s!==(s=/*field*/e[40].defaultValue)&&b(i,"href",s)},d(e){e&&p(t)}}}
|
|
582
582
|
// (240:59)
|
|
583
|
-
function
|
|
583
|
+
function Mn(e){let t,n,r;return{c(){t=f("img"),a(t.src,n=/*field*/e[40].defaultValue)||b(t,"src",n),b(t,"title",r=/*field*/e[40].description),b(t,"alt","")},m(e,n){h(e,t,n)},p(e,i){/*receiptFields*/8&i[0]&&!a(t.src,n=/*field*/e[40].defaultValue)&&b(t,"src",n),/*receiptFields*/8&i[0]&&r!==(r=/*field*/e[40].description)&&b(t,"title",r)},d(e){e&&p(t)}}}
|
|
584
584
|
// (238:58)
|
|
585
|
-
function
|
|
585
|
+
function xn(e){let t,n=/*field*/e[40].defaultValue+"";return{c(){t=f("span")},m(e,r){h(e,t,r),t.innerHTML=n},p(e,r){/*receiptFields*/8&r[0]&&n!==(n=/*field*/e[40].defaultValue+"")&&(t.innerHTML=n)},d(e){e&&p(t)}}}
|
|
586
586
|
// (234:17) {#if field.type === FieldTypes.QRCode}
|
|
587
|
-
function
|
|
587
|
+
function Un(e){let t,n,r,i,o,s=/*field*/e[40].defaultValue+"";function a(){/*click_handler*/
|
|
588
588
|
return e[24](/*field*/e[40])}return{c(){t=f("div"),n=f("div"),r=m(s),b(t,"class","QRCode")},m(s,l){h(s,t,l),u(t,n),u(n,r),
|
|
589
|
-
/*div0_binding*/e[23](n),i||(o=g(t,"click",a),i=!0)},p(t,n){e=t,/*receiptFields*/8&n[0]&&s!==(s=/*field*/e[40].defaultValue+"")&&
|
|
589
|
+
/*div0_binding*/e[23](n),i||(o=g(t,"click",a),i=!0)},p(t,n){e=t,/*receiptFields*/8&n[0]&&s!==(s=/*field*/e[40].defaultValue+"")&&y(r,s)},d(n){n&&p(t)
|
|
590
590
|
/*div0_binding*/,e[23](null),i=!1,o()}}}
|
|
591
591
|
// (232:10) {#each receiptFields as field, index}
|
|
592
|
-
function
|
|
593
|
-
return e[40].type===/*FieldTypes*/e[1].QRCode?
|
|
594
|
-
/*div1_binding*/,t[25](o)},p(e,t){/*txnInfo*/e[2]?l?l.p(e,t):(l=
|
|
595
|
-
/*div1_binding*/,t[25](null)}}}let
|
|
592
|
+
function Dn(e){let t,n;function r(e,t){/*field*/
|
|
593
|
+
return e[40].type===/*FieldTypes*/e[1].QRCode?Un:/*field*/e[40].type===/*FieldTypes*/e[1].Html?xn:/*field*/e[40].type===/*FieldTypes*/e[1].Image?Mn:/*field*/e[40].type===/*FieldTypes*/e[1].Link?In:Rn}let i=r(e),o=i(e);return{c(){t=f("div"),o.c(),n=d(),b(t,"class","ReceiptField")},m(e,r){h(e,t,r),o.m(t,null),u(t,n)},p(e,s){i===(i=r(e))&&o?o.p(e,s):(o.d(1),o=i(e),o&&(o.c(),o.m(t,n)))},d(e){e&&p(t),o.d()}}}function $n(t){let n,r,i,o,s,l=/*txnInfo*/t[2]&&Sn(t);return{c(){n=f("script"),i=d(),o=f("div"),s=f("div"),l&&l.c(),this.c=e,a(n.src,r=Gn)||b(n,"src",r),b(s,"class","CashierReceiptPage"),b(o,"class","CashierReceiptPageWidget")},m(e,r){u(Ln.head,n),h(e,i,r),h(e,o,r),u(o,s),l&&l.m(s,null)
|
|
594
|
+
/*div1_binding*/,t[25](o)},p(e,t){/*txnInfo*/e[2]?l?l.p(e,t):(l=Sn(e),l.c(),l.m(s,null)):l&&(l.d(1),l=null)},i:e,o:e,d(e){p(n),e&&p(i),e&&p(o),l&&l.d()
|
|
595
|
+
/*div1_binding*/,t[25](null)}}}let Gn="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js";function kn(e,t,n){let r;var i,o;i=Hn,o=e=>n(9,r=e),e.$$.on_destroy.push(l(i,o));let{endpoint:s}=t,{session:a}=t,{lang:c="en"}=t,{local:u="en-US"}=t,{translationurl:h}=t,{assetsurl:p}=t,{customerid:f}=t,{transactionid:m}=t,{clientstyling:d=""}=t,{clientstylingurl:g=""}=t;var b;!function(e){e.Unknown="Unknown",e.Text="Text",e.Boolean="Boolean",e.Number="Number",e.Money="Money",e.DateTime="DateTime",e.Lookup="Lookup",e.IpAddress="IpAddress",e.Date="Date",e.Time="Time",e.LookupCollection="LookupCollection",e.Hidden="Hidden",e.Label="Label",e.Password="Password",e.Link="Link",e.Image="Image",e.Html="Html",e.QRCode="QR"}(b||(b={}));const y=new Map([[["Unknown",0],b.Unknown],[["Text",1],b.Text],[["Boolean",2],b.Boolean],[["Number",3],b.Number],[["Money",4],b.Money],[["DateTime",5],b.DateTime],[["Lookup",6],b.Lookup],[["IpAddress",7],b.IpAddress],[["Date",8],b.Date],[["Time",9],b.Time],[["LookupCollection",10],b.LookupCollection],[["Hidden",11],b.Hidden],[["Label",12],b.Label],[["Password",13],b.Password],[["Link",14],b.Link],[["Image",15],b.Image],[["Html",19],b.Html],[["QR",20],b.QRCode]].reduce(((e,[t,n])=>[...e,...Array.isArray(t)?[...t.map((e=>[e,n]))]:[[t,n]]]),[]));let E,v,T,H,C,A,_,w,L=[],P=[],S=new Intl.NumberFormat(u,{minimumFractionDigits:2});const N=()=>{var e;e=c,tn.set(e)};Object.keys(Cn).forEach((e=>{Bn(e,Cn[e])}));const O=()=>{const e=new URL(`${s}/v1/player/${f}/payment/GetPaymentInfo`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json"),t.append("X-SessionId",`${a}`);const i={method:"POST",headers:t,body:JSON.stringify({TransactionCode:m})};fetch(e,i).then((e=>e.json())).then((e=>{var t,i,o,s,a,l;if("Success"!==e.ResponseCode)return _=e.ResponseCode,w=!1,void window.postMessage({type:"ErrorResponseCode",errorResponseCode:_,showReceiptPage:w});n(2,E={type:e.Transaction.Type,referenceId:e.Transaction.Code,status:null===(t=e.Transaction.Status)||void 0===t?void 0:t.Status,message:null===(i=e.Transaction.Status)||void 0===i?void 0:i.Message,amount:null===(o=e.Transaction.Amounts[0])||void 0===o?void 0:o.Amount,currency:null===(s=e.Transaction.Amounts[0])||void 0===s?void 0:s.Currency}),n(3,L=e.ReceiptInfo&&e.ReceiptInfo.ReceiptFields?e.ReceiptInfo.ReceiptFields.map((e=>({type:y.get(e.Type),name:e.Name,description:e.Description,defaultValue:e.DefaultValue,useCopyButton:e.UseCopyButton,usePrintButton:e.UsePrintButton}))):[]),n(5,T=r((a=E.status,l=E.type,`${_n[l]}.${wn[a]}.title`),{values:{amount:S.format(E.amount),currency:E.currency}})),n(4,v=r(((e,t)=>`${_n[t]}.${wn[e]}.subTitle`)(E.status,E.type))),n(6,H=r(((e,t)=>`${_n[t]}.${wn[e]}.text`)(E.status,E.type),{values:{errorText:E.message}})),n(7,C=((e,t)=>`${e+An[t]}`)(p,E.status))}))},R=e=>{e&&window.postMessage({type:"NavigateTo",path:e,target:"_blank",externalLink:!1},window.location.href)};return e.$$set=e=>{"endpoint"in e&&n(13,s=e.endpoint),"session"in e&&n(14,a=e.session),"lang"in e&&n(15,c=e.lang),"local"in e&&n(16,u=e.local),"translationurl"in e&&n(17,h=e.translationurl),"assetsurl"in e&&n(18,p=e.assetsurl),"customerid"in e&&n(19,f=e.customerid),"transactionid"in e&&n(20,m=e.transactionid),"clientstyling"in e&&n(21,d=e.clientstyling),"clientstylingurl"in e&&n(22,g=e.clientstylingurl)},e.$$.update=()=>{/*endpoint, session, customerid, transactionid*/1597440&e.$$.dirty[0]&&s&&a&&f&&m&&O(),/*lang*/32768&e.$$.dirty[0]&&c&&N(),/*lang, translationurl*/163840&e.$$.dirty[0]&&c&&h&&(()=>{if(h)fetch(h).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Bn(t,e[t])}))})).catch((e=>{}))})(),/*clientstyling, customStylingContainer*/2097153&e.$$.dirty[0]&&d&&A&&(()=>{let e=document.createElement("style");e.innerHTML=d,A.appendChild(e)})(),/*clientstylingurl, customStylingContainer*/4194305&e.$$.dirty[0]&&g&&A&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{A.appendChild(t)}),1),setTimeout((()=>{}),500)}))})()},[A,b,E,L,v,T,H,C,P,r,()=>{dispatchEvent(new CustomEvent("closeCashierReceiptPage",{bubbles:!0,cancelable:!0,composed:!0}))},()=>{dispatchEvent(new CustomEvent("liveChatReceiptPage",{bubbles:!0,cancelable:!0,composed:!0}))},R,s,a,c,u,h,p,f,m,d,g,function(e){B[e?"unshift":"push"]((()=>{P[P.length]=e,n(8,P)}))},e=>{R(e.description)},function(e){B[e?"unshift":"push"]((()=>{A=e,n(0,A)}))}]}class Fn extends U{constructor(e){super();const t=document.createElement("style");t.textContent=".CashierReceiptPageWidget{height:100%}.CashierReceiptPage{border-radius:var(--mmw--border-radius-medium-plus, 6px);background:var(--emw--color-background, #fff);padding:0 0 var(--emw--spacing-small-minus, 10px) 0;margin:0 auto;position:relative;word-wrap:break-word}.ReceiptWrapper{width:100%;height:200px;border-bottom:1px solid var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1));display:flex;align-items:flex-end;flex-direction:row-reverse;position:relative}.TitleWrapper{display:flex;position:absolute;left:0;bottom:11px;flex-direction:column;justify-content:flex-end;flex-shrink:0}.Title{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-x-large-plus, 26px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;line-height:var(--emw--font-size-x-large-plus, 26px)}.SubTitle{font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);color:var(--mmw--color-grey-290, #666);margin-top:var(--emw--spacing-small, 12px)}.Text{padding:var(--emw--spacing-small, 12px) 0;font-size:var(--emw--font-size-small, 14px);color:var(--mmw--color-grey-10, #111)}.Reference{color:var(--mmw--color-grey-290, #666);font-size:var(--emw--font-size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400);margin:0}.PrimaryButton{color:var(--emw--color-white, #FFF);border:none;background:var(--emw--color-primary, #7EC51E);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px;border-radius:var(--emw--border-radius-medium, 5px);height:36px;font-size:var(--emw--font-size-x-small, 12px);font-family:inherit;margin:var(--emw--spacing-large, 20px) 0;width:100%}.PrimaryButton:hover{background:var(--emw--color-hover, #71B11B)}.PrimaryButton:active{background:var(--emw--color-active, #5C950F)}.HeaderButtonContainer{position:absolute;z-index:1;right:0;display:flex;align-items:baseline;gap:var(--emw--spacing-small, 12px);padding:var(--emw--spacing-small, 12px) 0}.HeaderButtonContainer>span{cursor:pointer}.ReceiptField{font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:var(--emw--font-size-medium, 16px);color:var(--emw--color-gray-150, #666);margin:var(--emw--spacing-small, 12px)}",this.shadowRoot.appendChild(t),x(this,{target:this.shadowRoot,props:E(this.attributes),customElement:!0},kn,$n,o,{endpoint:13,session:14,lang:15,local:16,translationurl:17,assetsurl:18,customerid:19,transactionid:20,clientstyling:21,clientstylingurl:22},null,[-1,-1]),e&&(e.target&&h(e.target,this,e.anchor),e.props&&(this.$set(e.props),N()))}static get observedAttributes(){return["endpoint","session","lang","local","translationurl","assetsurl","customerid","transactionid","clientstyling","clientstylingurl"]}get endpoint(){return this.$$.ctx[13]}set endpoint(e){this.$$set({endpoint:e}),N()}get session(){return this.$$.ctx[14]}set session(e){this.$$set({session:e}),N()}get lang(){return this.$$.ctx[15]}set lang(e){this.$$set({lang:e}),N()}get local(){return this.$$.ctx[16]}set local(e){this.$$set({local:e}),N()}get translationurl(){return this.$$.ctx[17]}set translationurl(e){this.$$set({translationurl:e}),N()}get assetsurl(){return this.$$.ctx[18]}set assetsurl(e){this.$$set({assetsurl:e}),N()}get customerid(){return this.$$.ctx[19]}set customerid(e){this.$$set({customerid:e}),N()}get transactionid(){return this.$$.ctx[20]}set transactionid(e){this.$$set({transactionid:e}),N()}get clientstyling(){return this.$$.ctx[21]}set clientstyling(e){this.$$set({clientstyling:e}),N()}get clientstylingurl(){return this.$$.ctx[22]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),N()}}return!customElements.get("cashier-receipt-page")&&customElements.define("cashier-receipt-page",Fn),Fn}));
|
|
596
596
|
//# sourceMappingURL=cashier-receipt-page.js.map
|