@everymatrix/cashier-method-details 1.26.0 → 1.27.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-method-details.js +118 -109
- package/dist/cashier-method-details.js.map +1 -1
- package/package.json +2 -2
- package/src/CashierMethodDetails.svelte +240 -69
- package/src/translations.js +12 -5
@@ -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 r(){return Object.create(null)}function n(e){e.forEach(t)}function o(e){return"function"==typeof e}function i(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,...r){if(null==t)return e;const n=t.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}function c(e,t,r){e.$$.on_destroy.push(l(t,r))}const u="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function h(e,t){e.appendChild(t)}function p(e,t,r){e.insertBefore(t,r||null)}function f(e){e.parentNode&&e.parentNode.removeChild(e)}function d(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function m(e){return document.createElement(e)}function y(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function g(){return b(" ")}function v(){return b("")}function E(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function w(e,t,r){null==r?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function T(e,t,r){t in e?e[t]="boolean"==typeof e[t]&&""===r||r:w(e,t,r)}function _(e){return""===e?null:+e}function C(e,t){t=""+t,e.data!==t&&(e.data=t)}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 r(){return Object.create(null)}function n(e){e.forEach(t)}function o(e){return"function"==typeof e}function i(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,...r){if(null==t)return e;const n=t.subscribe(...r);return n.unsubscribe?()=>n.unsubscribe():n}function c(e,t,r){e.$$.on_destroy.push(l(t,r))}const u="undefined"!=typeof window?window:"undefined"!=typeof globalThis?globalThis:global;function h(e,t){e.appendChild(t)}function p(e,t,r){e.insertBefore(t,r||null)}function f(e){e.parentNode&&e.parentNode.removeChild(e)}function d(e,t){for(let r=0;r<e.length;r+=1)e[r]&&e[r].d(t)}function m(e){return document.createElement(e)}function y(e){return document.createElementNS("http://www.w3.org/2000/svg",e)}function b(e){return document.createTextNode(e)}function g(){return b(" ")}function v(){return b("")}function E(e,t,r,n){return e.addEventListener(t,r,n),()=>e.removeEventListener(t,r,n)}function w(e,t,r){null==r?e.removeAttribute(t):e.getAttribute(t)!==r&&e.setAttribute(t,r)}function T(e,t,r){t in e?e[t]="boolean"==typeof e[t]&&""===r||r:w(e,t,r)}function _(e){return""===e?null:+e}function C(e,t){t=""+t,e.data!==t&&(e.data=t)}function x(e,t){e.value=null==t?"":t}function B(e,t,r){e.classList[r?"add":"remove"](t)}function A(e){const t={};for(const r of e)t[r.name]=r.value;return t}let L;function S(e){L=e}function H(){if(!L)throw new Error("Function called outside component initialization");return L}
|
2
2
|
/**
|
3
3
|
* The `onMount` function schedules a callback to run as soon as the component has been mounted to the DOM.
|
4
4
|
* It must be called during the component's initialisation (but doesn't need to live *inside* the component;
|
@@ -20,10 +20,10 @@
|
|
20
20
|
*
|
21
21
|
* https://svelte.dev/docs#run-time-svelte-createeventdispatcher
|
22
22
|
*/
|
23
|
-
function P(){const e=
|
23
|
+
function P(){const e=H();return(t,r,{cancelable:n=!1}={})=>{const o=e.$$.callbacks[t];if(o){
|
24
24
|
// TODO are there situations where events could be dispatched
|
25
25
|
// in a server (non-DOM) environment?
|
26
|
-
const i=function(e,t,{bubbles:r=!1,cancelable:n=!1}={}){const o=document.createEvent("CustomEvent");return o.initCustomEvent(e,r,n,t),o}(t,r,{cancelable:n});return o.slice().forEach((t=>{t.call(e,i)})),!i.defaultPrevented}return!0}}const M=[],O=[];let R=[];const N=[],
|
26
|
+
const i=function(e,t,{bubbles:r=!1,cancelable:n=!1}={}){const o=document.createEvent("CustomEvent");return o.initCustomEvent(e,r,n,t),o}(t,r,{cancelable:n});return o.slice().forEach((t=>{t.call(e,i)})),!i.defaultPrevented}return!0}}const M=[],O=[];let R=[];const N=[],I=Promise.resolve();let k=!1;function D(e){R.push(e)}
|
27
27
|
// flush() calls callbacks in this order:
|
28
28
|
// 1. All beforeUpdate callbacks, in order: parents before children
|
29
29
|
// 2. All bind:this callbacks, in reverse order: children before parents.
|
@@ -42,29 +42,29 @@ const i=function(e,t,{bubbles:r=!1,cancelable:n=!1}={}){const o=document.createE
|
|
42
42
|
// 3. During afterUpdate, any updated components will NOT have their afterUpdate
|
43
43
|
// callback called a second time; the seen_callbacks set, outside the flush()
|
44
44
|
// function, guarantees this behavior.
|
45
|
-
const
|
46
|
-
function
|
45
|
+
const $=new Set;let F=0;// Do *not* move this inside the flush() function
|
46
|
+
function U(){
|
47
47
|
// Do not reenter flush while dirty components are updated, as this can
|
48
48
|
// result in an infinite loop. Instead, let the inner flush handle it.
|
49
49
|
// Reentrancy is ok afterwards for bindings etc.
|
50
|
-
if(0!==
|
50
|
+
if(0!==F)return;const e=L;do{
|
51
51
|
// first, call beforeUpdate functions
|
52
52
|
// and update components
|
53
|
-
try{for(;
|
53
|
+
try{for(;F<M.length;){const e=M[F];F++,S(e),G(e.$$)}}catch(e){
|
54
54
|
// reset dirty state to not end up in a deadlocked state and then rethrow
|
55
|
-
throw M.length=0,
|
55
|
+
throw M.length=0,F=0,e}for(S(null),M.length=0,F=0;O.length;)O.pop()();
|
56
56
|
// then, once components are updated, call
|
57
57
|
// afterUpdate functions. This may cause
|
58
58
|
// subsequent updates...
|
59
|
-
for(let e=0;e<R.length;e+=1){const t=R[e]
|
59
|
+
for(let e=0;e<R.length;e+=1){const t=R[e];$.has(t)||(
|
60
60
|
// ...so guard against infinite loops
|
61
|
-
|
61
|
+
$.add(t),t())}R.length=0}while(M.length);for(;N.length;)N.pop()();k=!1,$.clear(),S(e)}function G(e){if(null!==e.fragment){e.update(),n(e.before_update);const t=e.dirty;e.dirty=[-1],e.fragment&&e.fragment.p(e.ctx,t),e.after_update.forEach(D)}}
|
62
62
|
/**
|
63
63
|
* Useful for example to execute remaining `afterUpdate` callbacks before executing `destroy`.
|
64
64
|
*/const j=new Set;function V(e,t){const r=e.$$;null!==r.fragment&&(!function(e){const t=[],r=[];R.forEach((n=>-1===e.indexOf(n)?t.push(n):r.push(n))),r.forEach((e=>e())),R=t}(r.after_update),n(r.on_destroy),r.fragment&&r.fragment.d(t),
|
65
65
|
// TODO null out other refs, including component.$$ (but need to
|
66
66
|
// preserve final state?)
|
67
|
-
r.on_destroy=r.fragment=null,r.ctx=[])}function z(e,t){-1===e.$$.dirty[0]&&(M.push(e),
|
67
|
+
r.on_destroy=r.fragment=null,r.ctx=[])}function z(e,t){-1===e.$$.dirty[0]&&(M.push(e),k||(k=!0,I.then(U)),e.$$.dirty.fill(0)),e.$$.dirty[t/31|0]|=1<<t%31}function X(i,s,a,l,c,u,h,p=[-1]){const d=L;S(i);const m=i.$$={fragment:null,ctx:[],
|
68
68
|
// state
|
69
69
|
props:u,update:e,not_equal:c,bound:r(),
|
70
70
|
// lifecycle
|
@@ -78,14 +78,14 @@ m.fragment&&m.fragment.l(e),e.forEach(f)}else
|
|
78
78
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
79
79
|
m.fragment&&m.fragment.c();s.intro&&((b=i.$$.fragment)&&b.i&&(j.delete(b),b.i(g))),function(e,r,i,s){const{fragment:a,after_update:l}=e.$$;a&&a.m(r,i),s||
|
80
80
|
// onMount happens before the initial afterUpdate
|
81
|
-
|
81
|
+
D((()=>{const r=e.$$.on_mount.map(t).filter(o);
|
82
82
|
// if the component was destroyed immediately
|
83
83
|
// it will update the `$$.on_destroy` reference to `null`.
|
84
84
|
// the destructured on_destroy may still reference to the old array
|
85
85
|
e.$$.on_destroy?e.$$.on_destroy.push(...r):
|
86
86
|
// Edge case - component was destroyed immediately,
|
87
87
|
// most likely as a result of a binding initialising
|
88
|
-
n(r),e.$$.on_mount=[]})),l.forEach(
|
88
|
+
n(r),e.$$.on_mount=[]})),l.forEach(D)}(i,s.target,s.anchor,s.customElement),U()}var b,g;S(d)}let W;"function"==typeof HTMLElement&&(W=class extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"})}connectedCallback(){const{on_mount:e}=this.$$;this.$$.on_disconnect=e.map(t).filter(o);
|
89
89
|
// @ts-ignore todo: improve typings
|
90
90
|
for(const e in this.$$.slotted)
|
91
91
|
// @ts-ignore todo: improve typings
|
@@ -145,7 +145,7 @@ self.fetch.bind(self);
|
|
145
145
|
PERFORMANCE OF THIS SOFTWARE.
|
146
146
|
***************************************************************************** */
|
147
147
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
148
|
-
var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},ge(e,t)};function ve(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}ge(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function Ee(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function we(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)s.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return s}function Te(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function _e(e){return"function"==typeof e}function Ce(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var Be=Ce((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function xe(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ae=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,r,n,o;if(!this.closed){this.closed=!0;var i=this._parentage;if(i)if(this._parentage=null,Array.isArray(i))try{for(var s=Ee(i),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else i.remove(this);var l=this.initialTeardown;if(_e(l))try{l()}catch(e){o=e instanceof Be?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Ee(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{Se(p)}catch(e){o=null!=o?o:[],e instanceof Be?o=Te(Te([],we(o)),we(e.errors)):o.push(e)}}}catch(e){r={error:e}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}}if(o)throw new Be(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)Se(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&xe(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&xe(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Le=Ae.EMPTY;function He(e){return e instanceof Ae||e&&"closed"in e&&_e(e.remove)&&_e(e.add)&&_e(e.unsubscribe)}function Se(e){_e(e)?e():e.unsubscribe()}var Pe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Me={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=Me.delegate;return(null==o?void 0:o.setTimeout)?o.setTimeout.apply(o,Te([e,t],we(r))):setTimeout.apply(void 0,Te([e,t],we(r)))},clearTimeout:function(e){var t=Me.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Oe(){}var Re=null;function Ne(e){if(Pe.useDeprecatedSynchronousErrorHandling){var t=!Re;if(t&&(Re={errorThrown:!1,error:null}),e(),t){var r=Re,n=r.errorThrown,o=r.error;if(Re=null,n)throw o}}else e()}var ke=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,He(t)&&t.add(r)):r.destination=Ge,r}return ve(t,e),t.create=function(e,t,r){return new Ue(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ae),Ie=Function.prototype.bind;function $e(e,t){return Ie.call(e,t)}var De=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){Fe(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Fe(e)}else Fe(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Fe(e)}},e}(),Ue=function(e){function t(t,r,n){var o,i,s=e.call(this)||this;_e(t)||!t?o={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Pe.useDeprecatedNextContext?((i=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},o={next:t.next&&$e(t.next,i),error:t.error&&$e(t.error,i),complete:t.complete&&$e(t.complete,i)}):o=t;return s.destination=new De(o),s}return ve(t,e),t}(ke);function Fe(e){var t;t=e,Me.setTimeout((function(){throw t}))}var Ge={closed:!0,next:Oe,error:function(e){throw e},complete:Oe},je="function"==typeof Symbol&&Symbol.observable||"@@observable";function Ve(e){return e}var ze=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,o=this,i=(n=e)&&n instanceof ke||function(e){return e&&_e(e.next)&&_e(e.error)&&_e(e.complete)}(n)&&He(n)?e:new Ue(e,t,r);return Ne((function(){var e=o,t=e.operator,r=e.source;i.add(t?t.call(i,r):r?o._subscribe(i):o._trySubscribe(i))})),i},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=Xe(t))((function(t,n){var o=new Ue({next:function(t){try{e(t)}catch(e){n(e),o.unsubscribe()}},error:n,complete:t});r.subscribe(o)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[je]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return(0===(e=t).length?Ve:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=Xe(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function Xe(e){var t;return null!==(t=null!=e?e:Pe.Promise)&&void 0!==t?t:Promise}var We=Ce((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Ke=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return ve(t,e),t.prototype.lift=function(e){var t=new qe(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new We},t.prototype.next=function(e){var t=this;Ne((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var o=Ee(t.currentObservers),i=o.next();!i.done;i=o.next()){i.value.next(e)}}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Ne((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Ne((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,i=r.observers;return n||o?Le:(this.currentObservers=null,i.push(e),new Ae((function(){t.currentObservers=null,xe(i,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,o=t.isStopped;r?e.error(n):o&&e.complete()},t.prototype.asObservable=function(){var e=new ze;return e.source=this,e},t.create=function(e,t){return new qe(e,t)},t}(ze),qe=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return ve(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:Le},t}(Ke),Ze={now:function(){return(Ze.delegate||Date).now()},delegate:void 0},Ye=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=Ze);var o=e.call(this)||this;return o._bufferSize=t,o._windowTime=r,o._timestampProvider=n,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=r===1/0,o._bufferSize=Math.max(1,t),o._windowTime=Math.max(1,r),o}return ve(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,o=r._buffer,i=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(o.push(t),!i&&o.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),o=0;o<n.length&&!e.closed;o+=r?1:2)e.next(n[o]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,o=e._infiniteTimeWindow,i=(o?1:2)*t;if(t<1/0&&i<n.length&&n.splice(0,n.length-i),!o){for(var s=r.now(),a=0,l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}},t}(Ke);let Qe=[],Je={};
|
148
|
+
var ge=function(e,t){return ge=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},ge(e,t)};function ve(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}ge(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function Ee(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function we(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),s=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)s.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return s}function Te(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function _e(e){return"function"==typeof e}function Ce(e){var t=e((function(e){Error.call(e),e.stack=(new Error).stack}));return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}"function"==typeof SuppressedError&&SuppressedError;var xe=Ce((function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map((function(e,t){return t+1+") "+e.toString()})).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}}));function Be(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ae=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,r,n,o;if(!this.closed){this.closed=!0;var i=this._parentage;if(i)if(this._parentage=null,Array.isArray(i))try{for(var s=Ee(i),a=s.next();!a.done;a=s.next()){a.value.remove(this)}}catch(t){e={error:t}}finally{try{a&&!a.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else i.remove(this);var l=this.initialTeardown;if(_e(l))try{l()}catch(e){o=e instanceof xe?e.errors:[e]}var c=this._finalizers;if(c){this._finalizers=null;try{for(var u=Ee(c),h=u.next();!h.done;h=u.next()){var p=h.value;try{He(p)}catch(e){o=null!=o?o:[],e instanceof xe?o=Te(Te([],we(o)),we(e.errors)):o.push(e)}}}catch(e){r={error:e}}finally{try{h&&!h.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}}if(o)throw new xe(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)He(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&Be(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&Be(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}(),Le=Ae.EMPTY;function Se(e){return e instanceof Ae||e&&"closed"in e&&_e(e.remove)&&_e(e.add)&&_e(e.unsubscribe)}function He(e){_e(e)?e():e.unsubscribe()}var Pe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Me={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=Me.delegate;return(null==o?void 0:o.setTimeout)?o.setTimeout.apply(o,Te([e,t],we(r))):setTimeout.apply(void 0,Te([e,t],we(r)))},clearTimeout:function(e){var t=Me.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function Oe(){}var Re=null;function Ne(e){if(Pe.useDeprecatedSynchronousErrorHandling){var t=!Re;if(t&&(Re={errorThrown:!1,error:null}),e(),t){var r=Re,n=r.errorThrown,o=r.error;if(Re=null,n)throw o}}else e()}var Ie=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,Se(t)&&t.add(r)):r.destination=Ge,r}return ve(t,e),t.create=function(e,t,r){return new Fe(e,t,r)},t.prototype.next=function(e){this.isStopped||this._next(e)},t.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(Ae),ke=Function.prototype.bind;function De(e,t){return ke.call(e,t)}var $e=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){Ue(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){Ue(e)}else Ue(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){Ue(e)}},e}(),Fe=function(e){function t(t,r,n){var o,i,s=e.call(this)||this;_e(t)||!t?o={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:s&&Pe.useDeprecatedNextContext?((i=Object.create(t)).unsubscribe=function(){return s.unsubscribe()},o={next:t.next&&De(t.next,i),error:t.error&&De(t.error,i),complete:t.complete&&De(t.complete,i)}):o=t;return s.destination=new $e(o),s}return ve(t,e),t}(Ie);function Ue(e){var t;t=e,Me.setTimeout((function(){throw t}))}var Ge={closed:!0,next:Oe,error:function(e){throw e},complete:Oe},je="function"==typeof Symbol&&Symbol.observable||"@@observable";function Ve(e){return e}var ze=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,o=this,i=(n=e)&&n instanceof Ie||function(e){return e&&_e(e.next)&&_e(e.error)&&_e(e.complete)}(n)&&Se(n)?e:new Fe(e,t,r);return Ne((function(){var e=o,t=e.operator,r=e.source;i.add(t?t.call(i,r):r?o._subscribe(i):o._trySubscribe(i))})),i},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=Xe(t))((function(t,n){var o=new Fe({next:function(t){try{e(t)}catch(e){n(e),o.unsubscribe()}},error:n,complete:t});r.subscribe(o)}))},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[je]=function(){return this},e.prototype.pipe=function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return(0===(e=t).length?Ve:1===e.length?e[0]:function(t){return e.reduce((function(e,t){return t(e)}),t)})(this)},e.prototype.toPromise=function(e){var t=this;return new(e=Xe(e))((function(e,r){var n;t.subscribe((function(e){return n=e}),(function(e){return r(e)}),(function(){return e(n)}))}))},e.create=function(t){return new e(t)},e}();function Xe(e){var t;return null!==(t=null!=e?e:Pe.Promise)&&void 0!==t?t:Promise}var We=Ce((function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})),Ke=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return ve(t,e),t.prototype.lift=function(e){var t=new qe(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new We},t.prototype.next=function(e){var t=this;Ne((function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var o=Ee(t.currentObservers),i=o.next();!i.done;i=o.next()){i.value.next(e)}}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}}))},t.prototype.error=function(e){var t=this;Ne((function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}}))},t.prototype.complete=function(){var e=this;Ne((function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}}))},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,i=r.observers;return n||o?Le:(this.currentObservers=null,i.push(e),new Ae((function(){t.currentObservers=null,Be(i,e)})))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,o=t.isStopped;r?e.error(n):o&&e.complete()},t.prototype.asObservable=function(){var e=new ze;return e.source=this,e},t.create=function(e,t){return new qe(e,t)},t}(ze),qe=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return ve(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:Le},t}(Ke),Ze={now:function(){return(Ze.delegate||Date).now()},delegate:void 0},Ye=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=Ze);var o=e.call(this)||this;return o._bufferSize=t,o._windowTime=r,o._timestampProvider=n,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=r===1/0,o._bufferSize=Math.max(1,t),o._windowTime=Math.max(1,r),o}return ve(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,o=r._buffer,i=r._infiniteTimeWindow,s=r._timestampProvider,a=r._windowTime;n||(o.push(t),!i&&o.push(s.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),o=0;o<n.length&&!e.closed;o+=r?1:2)e.next(n[o]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,o=e._infiniteTimeWindow,i=(o?1:2)*t;if(t<1/0&&i<n.length&&n.splice(0,n.length-i),!o){for(var s=r.now(),a=0,l=1;l<n.length&&n[l]<=s;l+=2)a=l;a&&n.splice(0,a+1)}},t}(Ke);let Qe=[],Je={};
|
149
149
|
/**
|
150
150
|
* @name topic
|
151
151
|
* @description A small wrapper over the rxjs to offer the topic method on top of it
|
@@ -182,7 +182,7 @@ r.cloneUnlessOtherwiseSpecified=it;var n=Array.isArray(t);return n===Array.isArr
|
|
182
182
|
/**
|
183
183
|
* Type Guards
|
184
184
|
*/
|
185
|
-
function vt(e){return e.type===mt.literal}function Et(e){return e.type===mt.argument}function wt(e){return e.type===mt.number}function Tt(e){return e.type===mt.date}function _t(e){return e.type===mt.time}function Ct(e){return e.type===mt.select}function
|
185
|
+
function vt(e){return e.type===mt.literal}function Et(e){return e.type===mt.argument}function wt(e){return e.type===mt.number}function Tt(e){return e.type===mt.date}function _t(e){return e.type===mt.time}function Ct(e){return e.type===mt.select}function xt(e){return e.type===mt.plural}function Bt(e){return e.type===mt.pound}function At(e){return e.type===mt.tag}function Lt(e){return!(!e||"object"!=typeof e||e.type!==yt.number)}function St(e){return!(!e||"object"!=typeof e||e.type!==yt.dateTime)}
|
186
186
|
// @generated from regex-gen.ts
|
187
187
|
"function"==typeof SuppressedError&&SuppressedError,function(e){
|
188
188
|
/** Argument is unclosed (e.g. `{0`) */
|
@@ -281,7 +281,7 @@ e[e.pound=7]="pound",
|
|
281
281
|
/**
|
282
282
|
* XML-like tag
|
283
283
|
*/
|
284
|
-
e[e.tag=8]="tag"}(mt||(mt={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(yt||(yt={}));var
|
284
|
+
e[e.tag=8]="tag"}(mt||(mt={})),function(e){e[e.number=0]="number",e[e.dateTime=1]="dateTime"}(yt||(yt={}));var Ht=/[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Pt=/(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
285
285
|
/**
|
286
286
|
* https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
|
287
287
|
* Credit: https://github.com/caridy/intl-datetimeformat-pattern/blob/master/index.js
|
@@ -327,20 +327,20 @@ case"X":// 1, 2, 3, 4: The ISO8601 varios formats
|
|
327
327
|
case"x":// 1, 2, 3, 4: The ISO8601 varios formats
|
328
328
|
throw new RangeError("`Z/O/v/V/X/x` (timeZone) patterns are not supported, use `z` instead")}return""})),t}
|
329
329
|
// @generated from regex-gen.ts
|
330
|
-
var Ot=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Rt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Nt=/^(@+)?(\+|#+)?[rs]?$/g,
|
330
|
+
var Ot=/[\t-\r \x85\u200E\u200F\u2028\u2029]/i;var Rt=/^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,Nt=/^(@+)?(\+|#+)?[rs]?$/g,It=/(\*)(0+)|(#+)(0+)|(0+)/g,kt=/^(0+)$/;function Dt(e){var t={};return"r"===e[e.length-1]?t.roundingPriority="morePrecision":"s"===e[e.length-1]&&(t.roundingPriority="lessPrecision"),e.replace(Nt,(function(e,r,n){
|
331
331
|
// @@@ case
|
332
|
-
return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""})),t}function
|
332
|
+
return"string"!=typeof n?(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length):"+"===n?t.minimumSignificantDigits=r.length:"#"===r[0]?t.maximumSignificantDigits=r.length:(t.minimumSignificantDigits=r.length,t.maximumSignificantDigits=r.length+("string"==typeof n?n.length:0)),""})),t}function $t(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 Ft(e){
|
333
333
|
// Engineering
|
334
|
-
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!
|
334
|
+
var t;if("E"===e[0]&&"E"===e[1]?(t={notation:"engineering"},e=e.slice(2)):"E"===e[0]&&(t={notation:"scientific"},e=e.slice(1)),t){var r=e.slice(0,2);if("+!"===r?(t.signDisplay="always",e=e.slice(2)):"+?"===r&&(t.signDisplay="exceptZero",e=e.slice(2)),!kt.test(e))throw new Error("Malformed concise eng/scientific notation");t.minimumIntegerDigits=e.length}return t}function Ut(e){var t=$t(e);return t||{}}
|
335
335
|
/**
|
336
336
|
* https://github.com/unicode-org/icu/blob/master/docs/userguide/format_parse/numbers/skeletons.md#skeleton-stems-and-options
|
337
|
-
*/function Gt(e){for(var t={},r=0,n=e;r<n.length;r++){var o=n[r];switch(o.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=o.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=o.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=bt(bt(bt({},t),{notation:"scientific"}),o.options.reduce((function(e,t){return bt(bt({},e),
|
337
|
+
*/function Gt(e){for(var t={},r=0,n=e;r<n.length;r++){var o=n[r];switch(o.stem){case"percent":case"%":t.style="percent";continue;case"%x100":t.style="percent",t.scale=100;continue;case"currency":t.style="currency",t.currency=o.options[0];continue;case"group-off":case",_":t.useGrouping=!1;continue;case"precision-integer":case".":t.maximumFractionDigits=0;continue;case"measure-unit":case"unit":t.style="unit",t.unit=o.options[0].replace(/^(.*?)-/,"");continue;case"compact-short":case"K":t.notation="compact",t.compactDisplay="short";continue;case"compact-long":case"KK":t.notation="compact",t.compactDisplay="long";continue;case"scientific":t=bt(bt(bt({},t),{notation:"scientific"}),o.options.reduce((function(e,t){return bt(bt({},e),Ut(t))}),{}));continue;case"engineering":t=bt(bt(bt({},t),{notation:"engineering"}),o.options.reduce((function(e,t){return bt(bt({},e),Ut(t))}),{}));continue;case"notation-simple":t.notation="standard";continue;
|
338
338
|
// https://github.com/unicode-org/icu/blob/master/icu4c/source/i18n/unicode/unumberformatter.h
|
339
339
|
case"unit-width-narrow":t.currencyDisplay="narrowSymbol",t.unitDisplay="narrow";continue;case"unit-width-short":t.currencyDisplay="code",t.unitDisplay="short";continue;case"unit-width-full-name":t.currencyDisplay="name",t.unitDisplay="long";continue;case"unit-width-iso-code":t.currencyDisplay="symbol";continue;case"scale":t.scale=parseFloat(o.options[0]);continue;
|
340
340
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
341
|
-
case"integer-width":if(o.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(
|
341
|
+
case"integer-width":if(o.options.length>1)throw new RangeError("integer-width stems only accept a single optional option");o.options[0].replace(It,(function(e,r,n,o,i,s){if(r)t.minimumIntegerDigits=n.length;else{if(o&&i)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}
|
342
342
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#integer-width
|
343
|
-
if(
|
343
|
+
if(kt.test(o.stem))t.minimumIntegerDigits=o.stem.length;else if(Rt.test(o.stem)){
|
344
344
|
// Precision
|
345
345
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#fraction-precision
|
346
346
|
// precision-integer case
|
@@ -348,9 +348,9 @@ if(o.options.length>1)throw new RangeError("Fraction-precision stems only accept
|
|
348
348
|
// .000* case (before ICU67 it was .000+)
|
349
349
|
return"*"===n?t.minimumFractionDigits=r.length:o&&"#"===o[0]?t.maximumFractionDigits=o.length:i&&s?(t.minimumFractionDigits=i.length,t.maximumFractionDigits=i.length+s.length):(t.minimumFractionDigits=r.length,t.maximumFractionDigits=r.length),""}));var i=o.options[0];
|
350
350
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#trailing-zero-display
|
351
|
-
"w"===i?t=bt(bt({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=bt(bt({},t)
|
351
|
+
"w"===i?t=bt(bt({},t),{trailingZeroDisplay:"stripIfInteger"}):i&&(t=bt(bt({},t),Dt(i)))}
|
352
352
|
// https://unicode-org.github.io/icu/userguide/format_parse/numbers/skeletons.html#significant-digits-precision
|
353
|
-
else if(Nt.test(o.stem))t=bt(bt({},t)
|
353
|
+
else if(Nt.test(o.stem))t=bt(bt({},t),Dt(o.stem));else{var s=$t(o.stem);s&&(t=bt(bt({},t),s));var a=Ft(o.stem);a&&(t=bt(bt({},t),a))}}return t}
|
354
354
|
// @generated from time-data-gen.ts
|
355
355
|
// prettier-ignore
|
356
356
|
var jt,Vt={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"]};
|
@@ -374,7 +374,7 @@ e.hourCycles.length&&(
|
|
374
374
|
// @ts-ignore
|
375
375
|
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")}
|
376
376
|
// TODO: Once hourCycle is fully supported remove the following with data generation
|
377
|
-
var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(Vt[r||""]||Vt[n||""]||Vt["".concat(n,"-001")]||Vt["001"])[0]}var Xt=new RegExp("^".concat(
|
377
|
+
var r,n=e.language;return"root"!==n&&(r=e.maximize().region),(Vt[r||""]||Vt[n||""]||Vt["".concat(n,"-001")]||Vt["001"])[0]}var Xt=new RegExp("^".concat(Ht.source,"*")),Wt=new RegExp("".concat(Ht.source,"*$"));function Kt(e,t){return{start:e,end:t}}
|
378
378
|
// #region Ponyfills
|
379
379
|
// Consolidate these variables up top for easier toggling during debugging
|
380
380
|
var qt=!!String.prototype.startsWith,Zt=!!String.fromCodePoint,Yt=!!Object.fromEntries,Qt=!!String.prototype.codePointAt,Jt=!!String.prototype.trimStart,er=!!String.prototype.trimEnd,tr=!!Number.isSafeInteger?Number.isSafeInteger:function(e){return"number"==typeof e&&isFinite(e)&&Math.floor(e)===e&&Math.abs(e)<=9007199254740991},rr=!0;try{
|
@@ -591,7 +591,7 @@ function dr(e){return e>=9&&e<=13||32===e||133===e||e>=8206&&e<=8207||8232===e||
|
|
591
591
|
/**
|
592
592
|
* Code point equivalent of regex `\p{Pattern_Syntax}`.
|
593
593
|
* See https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt
|
594
|
-
*/function mr(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function yr(e){e.forEach((function(e){if(delete e.location,Ct(e)||
|
594
|
+
*/function mr(e){return e>=33&&e<=35||36===e||e>=37&&e<=39||40===e||41===e||42===e||43===e||44===e||45===e||e>=46&&e<=47||e>=58&&e<=59||e>=60&&e<=62||e>=63&&e<=64||91===e||92===e||93===e||94===e||96===e||123===e||124===e||125===e||126===e||161===e||e>=162&&e<=165||166===e||167===e||169===e||171===e||172===e||174===e||176===e||177===e||182===e||187===e||191===e||215===e||247===e||e>=8208&&e<=8213||e>=8214&&e<=8215||8216===e||8217===e||8218===e||e>=8219&&e<=8220||8221===e||8222===e||8223===e||e>=8224&&e<=8231||e>=8240&&e<=8248||8249===e||8250===e||e>=8251&&e<=8254||e>=8257&&e<=8259||8260===e||8261===e||8262===e||e>=8263&&e<=8273||8274===e||8275===e||e>=8277&&e<=8286||e>=8592&&e<=8596||e>=8597&&e<=8601||e>=8602&&e<=8603||e>=8604&&e<=8607||8608===e||e>=8609&&e<=8610||8611===e||e>=8612&&e<=8613||8614===e||e>=8615&&e<=8621||8622===e||e>=8623&&e<=8653||e>=8654&&e<=8655||e>=8656&&e<=8657||8658===e||8659===e||8660===e||e>=8661&&e<=8691||e>=8692&&e<=8959||e>=8960&&e<=8967||8968===e||8969===e||8970===e||8971===e||e>=8972&&e<=8991||e>=8992&&e<=8993||e>=8994&&e<=9e3||9001===e||9002===e||e>=9003&&e<=9083||9084===e||e>=9085&&e<=9114||e>=9115&&e<=9139||e>=9140&&e<=9179||e>=9180&&e<=9185||e>=9186&&e<=9254||e>=9255&&e<=9279||e>=9280&&e<=9290||e>=9291&&e<=9311||e>=9472&&e<=9654||9655===e||e>=9656&&e<=9664||9665===e||e>=9666&&e<=9719||e>=9720&&e<=9727||e>=9728&&e<=9838||9839===e||e>=9840&&e<=10087||10088===e||10089===e||10090===e||10091===e||10092===e||10093===e||10094===e||10095===e||10096===e||10097===e||10098===e||10099===e||10100===e||10101===e||e>=10132&&e<=10175||e>=10176&&e<=10180||10181===e||10182===e||e>=10183&&e<=10213||10214===e||10215===e||10216===e||10217===e||10218===e||10219===e||10220===e||10221===e||10222===e||10223===e||e>=10224&&e<=10239||e>=10240&&e<=10495||e>=10496&&e<=10626||10627===e||10628===e||10629===e||10630===e||10631===e||10632===e||10633===e||10634===e||10635===e||10636===e||10637===e||10638===e||10639===e||10640===e||10641===e||10642===e||10643===e||10644===e||10645===e||10646===e||10647===e||10648===e||e>=10649&&e<=10711||10712===e||10713===e||10714===e||10715===e||e>=10716&&e<=10747||10748===e||10749===e||e>=10750&&e<=11007||e>=11008&&e<=11055||e>=11056&&e<=11076||e>=11077&&e<=11078||e>=11079&&e<=11084||e>=11085&&e<=11123||e>=11124&&e<=11125||e>=11126&&e<=11157||11158===e||e>=11159&&e<=11263||e>=11776&&e<=11777||11778===e||11779===e||11780===e||11781===e||e>=11782&&e<=11784||11785===e||11786===e||11787===e||11788===e||11789===e||e>=11790&&e<=11798||11799===e||e>=11800&&e<=11801||11802===e||11803===e||11804===e||11805===e||e>=11806&&e<=11807||11808===e||11809===e||11810===e||11811===e||11812===e||11813===e||11814===e||11815===e||11816===e||11817===e||e>=11818&&e<=11822||11823===e||e>=11824&&e<=11833||e>=11834&&e<=11835||e>=11836&&e<=11839||11840===e||11841===e||11842===e||e>=11843&&e<=11855||e>=11856&&e<=11857||11858===e||e>=11859&&e<=11903||e>=12289&&e<=12291||12296===e||12297===e||12298===e||12299===e||12300===e||12301===e||12302===e||12303===e||12304===e||12305===e||e>=12306&&e<=12307||12308===e||12309===e||12310===e||12311===e||12312===e||12313===e||12314===e||12315===e||12316===e||12317===e||e>=12318&&e<=12319||12320===e||12336===e||64830===e||64831===e||e>=65093&&e<=65094}function yr(e){e.forEach((function(e){if(delete e.location,Ct(e)||xt(e))for(var t in e.options)delete e.options[t].location,yr(e.options[t].value);else wt(e)&&Lt(e.style)||(Tt(e)||_t(e))&&St(e.style)?delete e.style.location:At(e)&&yr(e.children)}))}function br(e,t){void 0===t&&(t={}),t=bt({shouldParseSkeletons:!0,requiresOtherClause:!0},t);var r=new pr(e,t).parse();if(r.err){var n=SyntaxError(dt[r.err.kind]);
|
595
595
|
// @ts-expect-error Assign to error object
|
596
596
|
throw n.location=r.err.location,
|
597
597
|
// @ts-expect-error Assign to error object
|
@@ -599,7 +599,7 @@ n.originalMessage=r.err.message,n}return(null==t?void 0:t.captureLocation)||yr(r
|
|
599
599
|
|
600
600
|
// Main
|
601
601
|
|
602
|
-
function gr(e,t){var r=t&&t.cache?t.cache:
|
602
|
+
function gr(e,t){var r=t&&t.cache?t.cache:Br,n=t&&t.serializer?t.serializer:_r;return(t&&t.strategy?t.strategy:Tr)(e,{cache:r,serializer:n})}
|
603
603
|
|
604
604
|
// Strategy
|
605
605
|
|
@@ -609,7 +609,7 @@ var _r=function(){return JSON.stringify(arguments)};
|
|
609
609
|
|
610
610
|
// Cache
|
611
611
|
|
612
|
-
function Cr(){this.cache=Object.create(null)}Cr.prototype.get=function(e){return this.cache[e]},Cr.prototype.set=function(e,t){this.cache[e]=t};var Br
|
612
|
+
function Cr(){this.cache=Object.create(null)}Cr.prototype.get=function(e){return this.cache[e]},Cr.prototype.set=function(e,t){this.cache[e]=t};var xr,Br={create:function(){
|
613
613
|
// @ts-ignore
|
614
614
|
return new Cr}},Ar={variadic:function(e,t){return wr(e,this,Er,t.cache.create(),t.serializer)},monadic:function(e,t){return wr(e,this,vr,t.cache.create(),t.serializer)}};!function(e){
|
615
615
|
// When we have a placeholder but no value to format
|
@@ -617,7 +617,7 @@ e.MISSING_VALUE="MISSING_VALUE",
|
|
617
617
|
// When value supplied is invalid
|
618
618
|
e.INVALID_VALUE="INVALID_VALUE",
|
619
619
|
// When we need specific Intl API but it's not available
|
620
|
-
e.MISSING_INTL_API="MISSING_INTL_API"}(
|
620
|
+
e.MISSING_INTL_API="MISSING_INTL_API"}(xr||(xr={}));var Lr,Sr=/** @class */function(e){function t(t,r,n){var o=e.call(this,t)||this;return o.code=r,o.originalMessage=n,o}return ft(t,e),t.prototype.toString=function(){return"[formatjs Error: ".concat(this.code,"] ").concat(this.message)},t}(Error),Hr=/** @class */function(e){function t(t,r,n,o){return e.call(this,'Invalid values for "'.concat(t,'": "').concat(r,'". Options are "').concat(Object.keys(n).join('", "'),'"'),xr.INVALID_VALUE,o)||this}return ft(t,e),t}(Sr),Pr=/** @class */function(e){function t(t,r,n){return e.call(this,'Value for "'.concat(t,'" must be of type ').concat(r),xr.INVALID_VALUE,n)||this}return ft(t,e),t}(Sr),Mr=/** @class */function(e){function t(t,r){return e.call(this,'The intl string context variable "'.concat(t,'" was not provided to the string "').concat(r,'"'),xr.MISSING_VALUE,r)||this}return ft(t,e),t}(Sr);function Or(e){return"function"==typeof e}
|
621
621
|
// TODO(skeleton): add skeleton support
|
622
622
|
function Rr(e,t,r,n,o,i,
|
623
623
|
// For debugging
|
@@ -628,20 +628,20 @@ if(1===e.length&&vt(e[0]))return[{type:Lr.literal,value:e[0].value}];for(var a=[
|
|
628
628
|
if(vt(u))a.push({type:Lr.literal,value:u.value});else
|
629
629
|
// TODO: should this part be literal type?
|
630
630
|
// Replace `#` in plural rules with the actual numeric value.
|
631
|
-
if(
|
631
|
+
if(Bt(u))"number"==typeof i&&a.push({type:Lr.literal,value:r.getNumberFormat(t).format(i)});else{var h=u.value;
|
632
632
|
// Enforce that all required values are provided by the caller.
|
633
633
|
if(!o||!(h in o))throw new Mr(h,s);var p=o[h];if(Et(u))p&&"string"!=typeof p&&"number"!=typeof p||(p="string"==typeof p||"number"==typeof p?String(p):""),a.push({type:"string"==typeof p?Lr.literal:Lr.object,value:p});else
|
634
634
|
// Recursively format plural and select parts' option — which can be a
|
635
635
|
// nested pattern structure. The choosing of the option to use is
|
636
636
|
// abstracted-by and delegated-to the part helper object.
|
637
|
-
if(Tt(u)){var f="string"==typeof u.style?n.date[u.style]:
|
637
|
+
if(Tt(u)){var f="string"==typeof u.style?n.date[u.style]:St(u.style)?u.style.parsedOptions:void 0;a.push({type:Lr.literal,value:r.getDateTimeFormat(t,f).format(p)})}else if(_t(u)){f="string"==typeof u.style?n.time[u.style]:St(u.style)?u.style.parsedOptions:n.time.medium;a.push({type:Lr.literal,value:r.getDateTimeFormat(t,f).format(p)})}else if(wt(u)){(f="string"==typeof u.style?n.number[u.style]:Lt(u.style)?u.style.parsedOptions:void 0)&&f.scale&&(p*=f.scale||1),a.push({type:Lr.literal,value:r.getNumberFormat(t,f).format(p)})}else{if(At(u)){var d=u.children,m=u.value,y=o[m];if(!Or(y))throw new Pr(m,"function",s);var b=y(Rr(d,t,r,n,o,i).map((function(e){return e.value})));Array.isArray(b)||(b=[b]),a.push.apply(a,b.map((function(e){return{type:"string"==typeof e?Lr.literal:Lr.object,value:e}})))}if(Ct(u)){if(!(g=u.options[p]||u.options.other))throw new Hr(u.value,p,Object.keys(u.options),s);a.push.apply(a,Rr(g.value,t,r,n,o))}else if(xt(u)){var g;if(!(g=u.options["=".concat(p)])){if(!Intl.PluralRules)throw new Sr('Intl.PluralRules is not available in this environment.\nTry polyfilling it using "@formatjs/intl-pluralrules"\n',xr.MISSING_INTL_API,s);var v=r.getPluralRules(t,{type:u.pluralType}).select(p-(u.offset||0));g=u.options[v]||u.options.other}if(!g)throw new Hr(u.value,p,Object.keys(u.options),s);a.push.apply(a,Rr(g.value,t,r,n,o,p-(u.offset||0)))}else;}}}return function(e){return e.length<2?e:e.reduce((function(e,t){var r=e[e.length-1];return r&&r.type===Lr.literal&&t.type===Lr.literal?r.value+=t.value:e.push(t),e}),[])}(a)}
|
638
638
|
/*
|
639
639
|
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
|
640
640
|
Copyrights licensed under the New BSD License.
|
641
641
|
See the accompanying LICENSE file for terms.
|
642
642
|
*/
|
643
643
|
// -- MessageFormat --------------------------------------------------------
|
644
|
-
function Nr(e,t){return t?Object.keys(e).reduce((function(r,n){var o,i;return r[n]=(o=e[n],(i=t[n])?bt(bt(bt({},o||{}),i||{}),Object.keys(o).reduce((function(e,t){return e[t]=bt(bt({},o[t]),i[t]||{}),e}),{})):o),r}),bt({},e)):e}function
|
644
|
+
function Nr(e,t){return t?Object.keys(e).reduce((function(r,n){var o,i;return r[n]=(o=e[n],(i=t[n])?bt(bt(bt({},o||{}),i||{}),Object.keys(o).reduce((function(e,t){return e[t]=bt(bt({},o[t]),i[t]||{}),e}),{})):o),r}),bt({},e)):e}function Ir(e){return{create:function(){return{get:function(t){return e[t]},set:function(t,r){e[t]=r}}}}}!function(e){e[e.literal=0]="literal",e[e.object=1]="object"}(Lr||(Lr={}));var kr=/** @class */function(){function e(t,r,n,o){var i,s=this;if(void 0===r&&(r=e.defaultLocale),this.formatterCache={number:{},dateTime:{},pluralRules:{}},this.format=function(e){var t=s.formatToParts(e);
|
645
645
|
// Hot path for straight simple msg translations
|
646
646
|
if(1===t.length)return t[0].value;var r=t.reduce((function(e,t){return e.length&&t.type===Lr.literal&&"string"==typeof e[e.length-1]?e[e.length-1]+=t.value:e.push(t.value),e}),[]);return r.length<=1?r[0]||"":r},this.formatToParts=function(e){return Rr(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},
|
647
647
|
// Defined first because it's used to build the format pattern.
|
@@ -650,90 +650,99 @@ this.locales=r,this.resolvedLocale=e.resolveLocale(r),"string"==typeof t){if(thi
|
|
650
650
|
this.ast=e.__parse(t,{ignoreTag:null==o?void 0:o.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.");
|
651
651
|
// Creates a new object with the specified `formats` merged with the default
|
652
652
|
// formats.
|
653
|
-
this.formats=Nr(e.formats,n),this.formatters=o&&o.formatters||(void 0===(i=this.formatterCache)&&(i={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:gr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,gt([void 0],t,!1)))}),{cache:
|
653
|
+
this.formats=Nr(e.formats,n),this.formatters=o&&o.formatters||(void 0===(i=this.formatterCache)&&(i={number:{},dateTime:{},pluralRules:{}}),{getNumberFormat:gr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.NumberFormat).bind.apply(e,gt([void 0],t,!1)))}),{cache:Ir(i.number),strategy:Ar.variadic}),getDateTimeFormat:gr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.DateTimeFormat).bind.apply(e,gt([void 0],t,!1)))}),{cache:Ir(i.dateTime),strategy:Ar.variadic}),getPluralRules:gr((function(){for(var e,t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return new((e=Intl.PluralRules).bind.apply(e,gt([void 0],t,!1)))}),{cache:Ir(i.pluralRules),strategy:Ar.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=br,
|
654
654
|
// Default format options used as the prototype of the `formats` provided to the
|
655
655
|
// constructor. These are used when constructing the internal Intl.NumberFormat
|
656
656
|
// and Intl.DateTimeFormat instances.
|
657
|
-
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
|
657
|
+
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 Dr={},$r=(e,t,r)=>r?(t in Dr||(Dr[t]={}),e in Dr[t]||(Dr[t][e]=r),r):r,Fr=(e,t)=>{if(null==t)return;if(t in Dr&&e in Dr[t])return Dr[t][e];const r=pn(t);for(let n=0;n<r.length;n++){const o=Vr(r[n],e);if(o)return $r(e,t,o)}};let Ur;const Gr=tt({});function jr(e){return e in Ur}function Vr(e,t){if(!jr(e))return null;const r=function(e){return Ur[e]||null}(e);return function(e,t){if(null==t)return;if(t in e)return e[t];const r=t.split(".");let n=e;for(let e=0;e<r.length;e++)if("object"==typeof n){if(e>0){const t=r.slice(e,r.length).join(".");if(t in n){n=n[t];break}}n=n[r[e]]}else n=void 0;return n}(r,t)}function zr(e,...t){delete Dr[e],Gr.update((r=>(r[e]=ht.all([r[e]||{},...t]),r)))}rt([Gr],(([e])=>Object.keys(e))),Gr.subscribe((e=>Ur=e));const Xr={};function Wr(e){return Xr[e]}function Kr(e){return null!=e&&pn(e).some((e=>{var t;return null==(t=Wr(e))?void 0:t.size}))}function qr(e,t){const r=Promise.all(t.map((t=>(function(e,t){Xr[e].delete(t),0===Xr[e].size&&delete Xr[e]}(e,t),t().then((e=>e.default||e))))));return r.then((t=>zr(e,...t)))}const Zr={};function Yr(e){if(!Kr(e))return e in Zr?Zr[e]:Promise.resolve();const t=function(e){return pn(e).map((e=>{const t=Wr(e);return[e,t?[...t]:[]]})).filter((([,e])=>e.length>0))}(e);return Zr[e]=Promise.all(t.map((([e,t])=>qr(e,t)))).then((()=>{if(Kr(e))return Yr(e);delete Zr[e]})),Zr[e]}const Qr={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 Jr(){return Qr}const en=tt(!1);var tn=Object.defineProperty,rn=Object.defineProperties,nn=Object.getOwnPropertyDescriptors,on=Object.getOwnPropertySymbols,sn=Object.prototype.hasOwnProperty,an=Object.prototype.propertyIsEnumerable,ln=(e,t,r)=>t in e?tn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;let cn;const un=tt(null);function hn(e){return e.split("-").map(((e,t,r)=>r.slice(0,t+1).join("-"))).reverse()}function pn(e,t=Jr().fallbackLocale){const r=hn(e);return t?[...new Set([...r,...hn(t)])]:r}function fn(){return null!=cn?cn:void 0}un.subscribe((e=>{cn=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e)}));const dn=(mn=((e,t)=>{for(var r in t||(t={}))sn.call(t,r)&&ln(e,r,t[r]);if(on)for(var r of on(t))an.call(t,r)&&ln(e,r,t[r]);return e})({},un),rn(mn,nn({set:e=>{if(e&&function(e){if(null==e)return;const t=pn(e);for(let e=0;e<t.length;e++){const r=t[e];if(jr(r))return r}}(e)&&Kr(e)){const{loadingDelay:t}=Jr();let r;return"undefined"!=typeof window&&null!=fn()&&t?r=window.setTimeout((()=>en.set(!0)),t):en.set(!0),Yr(e).then((()=>{un.set(e)})).finally((()=>{clearTimeout(r),en.set(!1)}))}return un.set(e)}})));var mn;const yn=e=>{const t=Object.create(null);return r=>{const n=JSON.stringify(r);return n in t?t[n]:t[n]=e(r)}};var bn=Object.defineProperty,gn=Object.getOwnPropertySymbols,vn=Object.prototype.hasOwnProperty,En=Object.prototype.propertyIsEnumerable,wn=(e,t,r)=>t in e?bn(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Tn=(e,t)=>{for(var r in t||(t={}))vn.call(t,r)&&wn(e,r,t[r]);if(gn)for(var r of gn(t))En.call(t,r)&&wn(e,r,t[r]);return e},_n=(e,t)=>{var r={};for(var n in e)vn.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&gn)for(var n of gn(e))t.indexOf(n)<0&&En.call(e,n)&&(r[n]=e[n]);return r};const Cn=(e,t)=>{const{formats:r}=Jr();if(e in r&&t in r[e])return r[e][t];throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`)},xn=yn((e=>{var t=e,{locale:r,format:n}=t,o=_n(t,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return n&&(o=Cn("number",n)),new Intl.NumberFormat(r,o)})),Bn=yn((e=>{var t=e,{locale:r,format:n}=t,o=_n(t,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return n?o=Cn("date",n):0===Object.keys(o).length&&(o=Cn("date","short")),new Intl.DateTimeFormat(r,o)})),An=yn((e=>{var t=e,{locale:r,format:n}=t,o=_n(t,["locale","format"]);if(null==r)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return n?o=Cn("time",n):0===Object.keys(o).length&&(o=Cn("time","short")),new Intl.DateTimeFormat(r,o)})),Ln=yn((
|
658
658
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
659
|
-
(e,t=fn())=>new
|
660
|
-
/* ../cashier-iframe-redirect/src/CashierIframeRedirect.svelte generated by Svelte v3.59.2 */function
|
659
|
+
(e,t=fn())=>new kr(e,t,Jr().formats,{ignoreTag:Jr().ignoreTag}))),Sn=(e,t={})=>{var r,n,o,i;let s=t;"object"==typeof e&&(s=e,e=s.id);const{values:a,locale:l=fn(),default:c}=s;if(null==l)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let u=Fr(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!=(i=null!=(o=null==(n=(r=Jr()).handleMissingMessage)?void 0:n.call(r,{locale:l,id:e,defaultValue:c}))?o:c)?i:e;if(!a)return u;let h=u;try{h=Ln(u,l).format(a)}catch(t){t instanceof Error&&console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,t.message)}return h},Hn=(e,t)=>((e={})=>{var t=e,{locale:r=fn()}=t,n=_n(t,["locale"]);return An(Tn({locale:r},n))})(t).format(e),Pn=(e,t)=>((e={})=>{var t=e,{locale:r=fn()}=t,n=_n(t,["locale"]);return Bn(Tn({locale:r},n))})(t).format(e),Mn=(e,t)=>((e={})=>{var t=e,{locale:r=fn()}=t,n=_n(t,["locale"]);return xn(Tn({locale:r},n))})(t).format(e),On=(e,t=fn())=>Fr(e,t),Rn=rt([dn,Gr],(()=>Sn));rt([dn],(()=>Hn)),rt([dn],(()=>Pn)),rt([dn],(()=>Mn)),rt([dn,Gr],(()=>On)),window.emWidgets={topic:(e,t=0)=>{if(-1==Qe.indexOf(e)){let r=new Ye(t);Je[e]=r,Qe.push(e)}return Je[e]}};function Nn(e,t){zr(e,t)}const In={en:{loading:"Loading...",amountLabel:"Amount",makeDepositButton:"DEPOSIT",confirmDepositText:"Are you sure you want to deposit",confirmDepositButton:"Ok",redirectTitle:"You are redirected to the payment's provider page",redirectMessage:"Please complete your transaction on the payment's provider page.",backToPayment:"Close",retryText:"Please note that your popup blocker may prevent the payment window from appearing",retryButton:"RETRY",processingButton:"PROCESSING...",generalMin:"Min:",generalMax:"Max:",amountPlaceholder:"0.00",change:"Change",errorEmptyField:"Please enter data",minAmountError:"Amount cannot be smaller than {amount} {currency}",maxAmountError:"Amount cannot be bigger than {amount} {currency}",amountMultiplierError:"Amount should be multiple of {multiplier}",amountIntError:"Amount should be integer value",amountDecimalError:"Amount should have 2 or less digits after decimal point",invalidFieldError:"{field} is invalid"}};function kn(e,t){zr(e,t)}const Dn={en:{backButton:"Back"},hr:{backButton:"Natrag"}};
|
660
|
+
/* ../cashier-iframe-redirect/src/CashierIframeRedirect.svelte generated by Svelte v3.59.2 */function $n(t){let r,n,o,i,s,l,c,u,d,v,T,_,x=/*$_*/t[1]("backButton")+"";return{c(){r=m("div"),n=m("div"),o=y("svg"),i=y("path"),s=g(),l=m("span"),c=b(x),u=g(),d=m("iframe"),this.c=e,w(i,"fill-rule","evenodd"),w(i,"clip-rule","evenodd"),w(i,"d","M12.5632 3.47776C12.4787 3.50132 12.3362 3.57499 12.2465 3.64147C12.1567 3.708 10.8069 5.0421 9.24694 6.6062C6.11944 9.74186 6.25999 9.58198 6.25999 10.0036C6.25999 10.4243 6.13093 10.2783 9.34296 13.4902C12.4449 16.5921 12.356 16.5115 12.7278 16.5555C13.1855 16.6098 13.6413 16.2584 13.7301 15.783C13.7612 15.6163 13.7212 15.3394 13.6437 15.1846C13.6158 15.1289 12.451 13.9396 11.0553 12.5417L8.51768 9.99999L11.0553 7.45831C12.451 6.06042 13.6158 4.87108 13.6437 4.81538C13.7729 4.55745 13.7703 4.20054 13.6374 3.94268C13.4469 3.57304 12.9668 3.36526 12.5632 3.47776Z"),w(i,"fill","#111111"),w(o,"xmlns","http://www.w3.org/2000/svg"),w(o,"width","20"),w(o,"height","20"),w(o,"viewBox","0 0 20 20"),w(o,"fill","none"),w(n,"class","BackButton"),a(d.src,v=/*iframeurl*/t[0])||w(d,"src",v),w(d,"frameborder","0"),w(r,"class","CashierRedirectIframe")},m(e,a){p(e,r,a),h(r,n),h(n,o),h(o,i),h(n,s),h(n,l),h(l,c),h(r,u),h(r,d),T||(_=E(n,"click",/*close*/t[2]),T=!0)},p(e,[t]){/*$_*/2&t&&x!==(x=/*$_*/e[1]("backButton")+"")&&C(c,x),/*iframeurl*/1&t&&!a(d.src,v=/*iframeurl*/e[0])&&w(d,"src",v)},i:e,o:e,d(e){e&&f(r),T=!1,_()}}}function Fn(e,t,r){let n;c(e,Rn,(e=>r(1,n=e)));let{lang:o="en"}=t,{iframeurl:i}=t,{translationurl:s=""}=t;P();Object.keys(Dn).forEach((e=>{kn(e,Dn[e])}));const a=()=>{var e;e=o,dn.set(e)};return e.$$set=e=>{"lang"in e&&r(3,o=e.lang),"iframeurl"in e&&r(0,i=e.iframeurl),"translationurl"in e&&r(4,s=e.translationurl)},e.$$.update=()=>{/*lang*/8&e.$$.dirty&&o&&a(),/*translationurl*/16&e.$$.dirty&&s&&(()=>{if(s)fetch(s).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{kn(t,e[t])}))})).catch((e=>{console.log(e)}))})()},[i,n,()=>{dispatchEvent(new CustomEvent("closeIframe",{bubbles:!0,cancelable:!0,composed:!0}))},o,s]}
|
661
661
|
/* ../cashier-confirm-modal/src/CashierConfirmModal.svelte generated by Svelte v3.59.2 */
|
662
|
-
function
|
662
|
+
function Un(t){let r,o,i,s,a,l,c,u,d,y,b,v;return{c(){r=m("div"),o=m("div"),i=m("div"),s=m("slot"),a=g(),l=m("slot"),c=g(),u=m("span"),u.innerHTML='<slot name="confirm"></slot>',d=g(),y=m("span"),y.innerHTML='<slot name="close"><svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path></svg></slot>',this.c=e,w(s,"name","title"),w(s,"class","CashierModalTitle"),w(l,"name","text"),w(l,"class","CashierModalText"),w(u,"class","ModalOkBtn"),w(u,"role","button"),w(y,"class","ModalCloseBtn"),w(y,"role","button"),w(i,"class","CashierModalContainer"),w(i,"part","CashierModalContainer"),w(o,"class","CashierModalWindow"),w(o,"part","CashierModalWindow"),w(o,"id","Modal"),w(r,"part","CustomStylingContainer")},m(e,n){p(e,r,n),h(r,o),h(o,i),h(i,s),h(i,a),h(i,l),h(i,c),h(i,u),h(i,d),h(i,y),b||(v=[E(u,"click",/*confirm*/t[1]),E(y,"click",/*close*/t[0])],b=!0)},p:e,i:e,o:e,d(e){e&&f(r),b=!1,n(v)}}}function Gn(e){const t=()=>{dispatchEvent(new CustomEvent("closeModal",{bubbles:!0,cancelable:!0,composed:!0}))};return[t,()=>{dispatchEvent(new CustomEvent("confirmModal",{bubbles:!0,cancelable:!0,composed:!0})),t()}]}!customElements.get("cashier-iframe-redirect")&&customElements.define("cashier-iframe-redirect",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent=".CashierRedirectIframe{height:inherit;width:inherit}iframe{height:100%;width:100%;background:rgba(0, 0, 0, 0.1)}.BackButton{position:absolute;display:flex;align-items:center;padding:8px 8px 8px 4px;margin:8px;border-radius:2px;background:rgba(0, 0, 0, 0.1);justify-content:center;cursor:pointer}",this.shadowRoot.appendChild(t),X(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Fn,$n,i,{lang:3,iframeurl:0,translationurl:4},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),U()))}static get observedAttributes(){return["lang","iframeurl","translationurl"]}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),U()}get iframeurl(){return this.$$.ctx[0]}set iframeurl(e){this.$$set({iframeurl:e}),U()}get translationurl(){return this.$$.ctx[4]}set translationurl(e){this.$$set({translationurl:e}),U()}});
|
663
663
|
/* ../cashier-notifications/src/CashierNotifications.svelte generated by Svelte v3.59.2 */
|
664
|
-
function jn(t){let r,n,o,i,s,a,l,c;return{c(){r=m("div"),n=m("span"),o=b(/*text*/t[0]),i=g(),s=m("button"),a=b(/*button*/t[1]),this.c=e,w(r,"class","cashier-notifications")},m(e,u){p(e,r,u),h(r,n),h(n,o),h(r,i),h(r,s),h(s,a),l||(c=E(s,"click",/*notificationClick*/t[2]),l=!0)},p(e,[t]){/*text*/1&t&&C(o,/*text*/e[0]),/*button*/2&t&&C(a,/*button*/e[1])},i:e,o:e,d(e){e&&f(r),l=!1,c()}}}function Vn(e,t,r){let{text:n}=t,{button:o}=t;return e.$$set=e=>{"text"in e&&r(0,n=e.text),"button"in e&&r(1,o=e.button)},[n,o,()=>{dispatchEvent(new CustomEvent("notificationButtonClick",{bubbles:!0,cancelable:!0,composed:!0}))}]}!customElements.get("cashier-confirm-modal")&&customElements.define("cashier-confirm-modal",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent="*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CashierModalWindow{container-type:inline-size;container-name:confirm-modal;display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:rgba(0, 0, 0, 0.1)}.CashierModalWindow .CashierModalContainer{width:500px;display:flex;gap:20px;align-items:center;position:relative;padding:15px;min-height:200px;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1);justify-content:center;border-radius:10px;flex-direction:column;background-color:#fff}.CashierModalWindow .ModalOkBtn{color:#FFF;display:flex;align-items:center;justify-content:center;font-size:14px;font-style:normal;font-weight:400;height:46px;border-radius:50px;line-height:normal;border:none;background-color:rgb(126, 197, 30);width:100%;margin:12px 0;cursor:pointer}.CashierModalWindow .ModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:-50px;right:-50px;padding:6px;border-radius:50%;color:#FFFFFF;background:rgba(84, 77, 77, 0.1);cursor:pointer;transition:all 150ms ease-in-out}.CashierModalWindow .ModalCloseBtn svg{width:32px;height:32px}.CashierModalWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}@container confirm-modal (max-width: 750px){.CashierModalContainer{margin:30px}.CashierModalContainer .ModalCloseBtn{top:-30px;right:-30px}.CashierModalContainer .ModalCloseBtn svg{width:20px;height:20px}}",this.shadowRoot.appendChild(t),X(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Gn,
|
664
|
+
function jn(t){let r,n,o,i,s,a,l,c;return{c(){r=m("div"),n=m("span"),o=b(/*text*/t[0]),i=g(),s=m("button"),a=b(/*button*/t[1]),this.c=e,w(r,"class","cashier-notifications")},m(e,u){p(e,r,u),h(r,n),h(n,o),h(r,i),h(r,s),h(s,a),l||(c=E(s,"click",/*notificationClick*/t[2]),l=!0)},p(e,[t]){/*text*/1&t&&C(o,/*text*/e[0]),/*button*/2&t&&C(a,/*button*/e[1])},i:e,o:e,d(e){e&&f(r),l=!1,c()}}}function Vn(e,t,r){let{text:n}=t,{button:o}=t;return e.$$set=e=>{"text"in e&&r(0,n=e.text),"button"in e&&r(1,o=e.button)},[n,o,()=>{dispatchEvent(new CustomEvent("notificationButtonClick",{bubbles:!0,cancelable:!0,composed:!0}))}]}!customElements.get("cashier-confirm-modal")&&customElements.define("cashier-confirm-modal",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent="*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.CashierModalWindow{container-type:inline-size;container-name:confirm-modal;display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:rgba(0, 0, 0, 0.1)}.CashierModalWindow .CashierModalContainer{width:500px;display:flex;gap:20px;align-items:center;position:relative;padding:15px;min-height:200px;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1);justify-content:center;border-radius:10px;flex-direction:column;background-color:#fff}.CashierModalWindow .ModalOkBtn{color:#FFF;display:flex;align-items:center;justify-content:center;font-size:14px;font-style:normal;font-weight:400;height:46px;border-radius:50px;line-height:normal;border:none;background-color:rgb(126, 197, 30);width:100%;margin:12px 0;cursor:pointer}.CashierModalWindow .ModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:-50px;right:-50px;padding:6px;border-radius:50%;color:#FFFFFF;background:rgba(84, 77, 77, 0.1);cursor:pointer;transition:all 150ms ease-in-out}.CashierModalWindow .ModalCloseBtn svg{width:32px;height:32px}.CashierModalWindow .ModalCloseBtn:hover{background:rgba(255, 255, 255, 0.2)}@container confirm-modal (max-width: 750px){.CashierModalContainer{margin:30px}.CashierModalContainer .ModalCloseBtn{top:-30px;right:-30px}.CashierModalContainer .ModalCloseBtn svg{width:20px;height:20px}}",this.shadowRoot.appendChild(t),X(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Gn,Un,i,{},null),e&&e.target&&p(e.target,this,e.anchor)}});!customElements.get("cashier-notifications")&&customElements.define("cashier-notifications",class extends W{constructor(e){super();const t=document.createElement("style");t.textContent='.cashier-notifications{position:absolute;margin:12px 0;background-color:rgb(17, 17, 17);color:rgb(255, 255, 255);display:flex;border-radius:4px;align-items:center;gap:12px;padding:12px 15px;min-height:65px;pointer-events:auto;bottom:0;width:calc(100% - 30px)}.cashier-notifications span,.cashier-notifications button{font-family:"Roboto", sans-serif;border:none;font-variant:normal}.cashier-notifications span{line-height:normal}.cashier-notifications button{color:rgb(126, 197, 30);background-color:rgb(17, 17, 17);cursor:pointer;font-size:14px;font-style:normal;font-weight:700}',this.shadowRoot.appendChild(t),X(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Vn,jn,i,{text:0,button:1},null),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),U()))}static get observedAttributes(){return["text","button"]}get text(){return this.$$.ctx[0]}set text(e){this.$$set({text:e}),U()}get button(){return this.$$.ctx[1]}set button(e){this.$$set({button:e}),U()}});
|
665
665
|
/* src/CashierMethodDetails.svelte generated by Svelte v3.59.2 */
|
666
|
-
const{document:zn,window:Xn}=u;function Wn(e,t,r){const n=e.slice();return n[
|
667
|
-
// (
|
668
|
-
function qn(e){let t,r,n,o,i,s,l,c,u,y,v,T,_,B,
|
669
|
-
return e[18]?
|
666
|
+
const{document:zn,window:Xn}=u;function Wn(e,t,r){const n=e.slice();return n[97]=t[r],n[98]=t,n[99]=r,n}function Kn(e,t,r){const n=e.slice();return n[100]=t[r],n}
|
667
|
+
// (434:2) {#if selectedPaymentMethod?.Name}
|
668
|
+
function qn(e){let t,r,n,o,i,s,l,c,u,y,v,T,_,x,B,A,L,S,H,P,M=/*selectedPaymentMethod*/e[10].Label+"",O=/*mobileView*/e[8]&&Zn(e),R=/*selectedPaymentMethod*/e[10].Description&&Yn(e),N=!/*selectedPaymentMethod*/e[10].HideAmountField&&Qn(e),I=/*fields*/e[11],k=[];for(let t=0;t<I.length;t+=1)k[t]=bo(Wn(e,I,t));function D(e,t){/*isProcessingTxn*/
|
669
|
+
return e[18]?go:vo}let $=D(e),F=$(e),U=/*showRetryNotification*/e[17]&&Eo(e),G=/*showRedirectNotification*/e[15]&&wo(e);return{c(){t=m("div"),r=m("form"),n=m("div"),o=m("div"),i=m("div"),s=m("img"),u=g(),y=m("div"),v=b(M),T=g(),O&&O.c(),_=g(),R&&R.c(),x=g(),N&&N.c(),B=g();for(let e=0;e<k.length;e+=1)k[e].c();A=g(),F.c(),L=g(),U&&U.c(),S=g(),G&&G.c(),a(s.src,l=/*selectedPaymentMethod*/e[10].Logos[0].LogoUrl)||w(s,"src",l),w(s,"alt",c=/*selectedPaymentMethod*/e[10].Label),w(i,"class","SelectedLogoWrapper"),w(y,"class","SelectedLogoDescription"),w(o,"class","FormLogo"),w(n,"class","FieldWrapper"),w(t,"class","MethodsDetails")},m(a,l){p(a,t,l),h(t,r),h(r,n),h(n,o),h(o,i),h(i,s),h(o,u),h(o,y),h(y,v),h(o,T),O&&O.m(o,null),h(n,_),R&&R.m(n,null),h(n,x),N&&N.m(n,null),h(r,B);for(let e=0;e<k.length;e+=1)k[e]&&k[e].m(r,null);var c;h(r,A),F.m(r,null),h(r,L),U&&U.m(r,null),h(t,S),G&&G.m(t,null),H||(P=E(r,"submit",(c=/*prepareTxn*/e[26],function(e){
|
670
670
|
// @ts-ignore
|
671
|
-
return e.preventDefault(),c.call(this,e)})),H=!0)},p(e,i){if(/*selectedPaymentMethod*/1024&i[0]&&!a(s.src,l=/*selectedPaymentMethod*/e[10].Logos[0].LogoUrl)&&w(s,"src",l),/*selectedPaymentMethod*/1024&i[0]&&c!==(c=/*selectedPaymentMethod*/e[10].Label)&&w(s,"alt",c),/*selectedPaymentMethod*/1024&i[0]&&
|
672
|
-
// (
|
673
|
-
function Zn(e){let t,r,n,o,i=/*$_*/e[
|
674
|
-
// (
|
675
|
-
function Yn(e){let t,r,n
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
// (
|
680
|
-
function Jn(e){let t,r,n,o,i
|
681
|
-
// (
|
682
|
-
function eo(e){let t,r,
|
683
|
-
// (
|
684
|
-
function to(e){let t,r,n,o,i=/*
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
// (
|
689
|
-
function no(e){let t,r,n=/*field*/e[
|
690
|
-
// (
|
691
|
-
function oo(e){let t,r,n
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
// (
|
696
|
-
function so(
|
697
|
-
// (
|
698
|
-
function ao(e){let t,r,n,
|
699
|
-
|
700
|
-
|
701
|
-
/*
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
return e[
|
708
|
-
// (
|
709
|
-
function uo(e){let t,r,n,o;function
|
710
|
-
/*
|
711
|
-
// (
|
671
|
+
return e.preventDefault(),c.call(this,e)})),H=!0)},p(e,i){if(/*selectedPaymentMethod*/1024&i[0]&&!a(s.src,l=/*selectedPaymentMethod*/e[10].Logos[0].LogoUrl)&&w(s,"src",l),/*selectedPaymentMethod*/1024&i[0]&&c!==(c=/*selectedPaymentMethod*/e[10].Label)&&w(s,"alt",c),/*selectedPaymentMethod*/1024&i[0]&&M!==(M=/*selectedPaymentMethod*/e[10].Label+"")&&C(v,M),/*mobileView*/e[8]?O?O.p(e,i):(O=Zn(e),O.c(),O.m(o,null)):O&&(O.d(1),O=null),/*selectedPaymentMethod*/e[10].Description?R?R.p(e,i):(R=Yn(e),R.c(),R.m(n,x)):R&&(R.d(1),R=null),/*selectedPaymentMethod*/e[10].HideAmountField?N&&(N.d(1),N=null):N?N.p(e,i):(N=Qn(e),N.c(),N.m(n,null)),/*fields, FieldTypes, showError, fieldValidation, prepareFields, openedLookup, showLookup, openUrlInNewTab, qrCodeContainer, showField*/845682817&i[0]|/*validateField*/1&i[1]){let t;for(I=/*fields*/e[11],t=0;t<I.length;t+=1){const n=Wn(e,I,t);k[t]?k[t].p(n,i):(k[t]=bo(n),k[t].c(),k[t].m(r,A))}for(;t<k.length;t+=1)k[t].d(1);k.length=I.length}$===($=D(e))&&F?F.p(e,i):(F.d(1),F=$(e),F&&(F.c(),F.m(r,L))),/*showRetryNotification*/e[17]?U?U.p(e,i):(U=Eo(e),U.c(),U.m(r,null)):U&&(U.d(1),U=null),/*showRedirectNotification*/e[15]?G?G.p(e,i):(G=wo(e),G.c(),G.m(t,null)):G&&(G.d(1),G=null)},d(e){e&&f(t),O&&O.d(),R&&R.d(),N&&N.d(),d(k,e),F.d(),U&&U.d(),G&&G.d(),H=!1,P()}}}
|
672
|
+
// (445:12) {#if mobileView}
|
673
|
+
function Zn(e){let t,r,n,o,i=/*$_*/e[23]("change")+"";return{c(){t=m("div"),r=b(i),w(t,"class","ChangePaymeth")},m(i,s){p(i,t,s),h(t,r),n||(o=E(t,"click",/*click_handler*/e[42]),n=!0)},p(e,t){/*$_*/8388608&t[0]&&i!==(i=/*$_*/e[23]("change")+"")&&C(r,i)},d(e){e&&f(t),n=!1,o()}}}
|
674
|
+
// (449:10) {#if selectedPaymentMethod.Description}
|
675
|
+
function Yn(e){let t,r,n=/*selectedPaymentMethod*/e[10].Description+"";return{c(){t=m("div"),r=b(n),w(t,"class","SelectedMethodDescription")},m(e,n){p(e,t,n),h(t,r)},p(e,t){/*selectedPaymentMethod*/1024&t[0]&&n!==(n=/*selectedPaymentMethod*/e[10].Description+"")&&C(r,n)},d(e){e&&f(t)}}}
|
676
|
+
// (454:10) {#if !selectedPaymentMethod.HideAmountField}
|
677
|
+
function Qn(e){let t,r,n,o,i,s=/*$_*/e[23]("amountLabel")+"";function a(e,t){/*selectedPaymentMethod*/
|
678
|
+
return e[10].IsAmountConfigurable?eo:Jn}let l=a(e),c=l(e);return{c(){t=m("div"),r=m("label"),n=m("span"),o=b(s),i=g(),c.c(),w(n,"class","Required"),w(t,"class","Amount"),B(t,"Invalid",/*amountError*/e[20]&&/*showError*/e[21].amount)},m(e,s){p(e,t,s),h(t,r),h(r,n),h(n,o),h(r,i),c.m(r,null)},p(e,n){/*$_*/8388608&n[0]&&s!==(s=/*$_*/e[23]("amountLabel")+"")&&C(o,s),l===(l=a(e))&&c?c.p(e,n):(c.d(1),c=l(e),c&&(c.c(),c.m(r,null))),/*amountError, showError*/3145728&n[0]&&B(t,"Invalid",/*amountError*/e[20]&&/*showError*/e[21].amount)},d(e){e&&f(t),c.d()}}}
|
679
|
+
// (474:14) {:else}
|
680
|
+
function Jn(e){let t,r,n,o,i=/*formatter*/e[24].format(/*amount*/e[1])+"";return{c(){t=m("span"),r=b(i),n=g(),o=b(/*currency*/e[5]),w(t,"class","NonConfigurableAmount")},m(e,i){p(e,t,i),h(t,r),h(t,n),h(t,o)},p(e,t){/*amount*/2&t[0]&&i!==(i=/*formatter*/e[24].format(/*amount*/e[1])+"")&&C(r,i),/*currency*/32&t[0]&&C(o,/*currency*/e[5])},d(e){e&&f(t)}}}
|
681
|
+
// (460:14) {#if selectedPaymentMethod.IsAmountConfigurable}
|
682
|
+
function eo(e){let t,r,o,i,s,a,l,c,u,d=/*selectedPaymentMethod*/e[10].DisplayCurrency&&to(e);return{c(){t=m("input"),o=g(),i=m("span"),s=b(/*amountError*/e[20]),a=g(),d&&d.c(),l=v(),w(t,"type","number"),w(t,"placeholder",r=/*$_*/e[23]("amountPlaceholder")),w(i,"class","Alert")},m(r,n){p(r,t,n),x(t,/*amount*/e[1]),p(r,o,n),p(r,i,n),h(i,s),p(r,a,n),d&&d.m(r,n),p(r,l,n),c||(u=[E(t,"input",/*input_input_handler*/e[43]),E(t,"input",/*input_handler*/e[44]),E(t,"blur",/*blur_handler*/e[45])],c=!0)},p(e,n){/*$_*/8388608&n[0]&&r!==(r=/*$_*/e[23]("amountPlaceholder"))&&w(t,"placeholder",r),/*amount*/2&n[0]&&_(t.value)!==/*amount*/e[1]&&x(t,/*amount*/e[1]),/*amountError*/1048576&n[0]&&C(s,/*amountError*/e[20]),/*selectedPaymentMethod*/e[10].DisplayCurrency?d?d.p(e,n):(d=to(e),d.c(),d.m(l.parentNode,l)):d&&(d.d(1),d=null)},d(e){e&&f(t),e&&f(o),e&&f(i),e&&f(a),d&&d.d(e),e&&f(l),c=!1,n(u)}}}
|
683
|
+
// (468:16) {#if selectedPaymentMethod.DisplayCurrency}
|
684
|
+
function to(e){let t,r,n,o,i=/*selectedPaymentMethod*/e[10].DisplayCurrency.MinAmountLimit?`${/*$_*/e[23]("generalMin")} ${/*formatter*/e[24].format(/*selectedPaymentMethod*/e[10].DisplayCurrency.MinAmountLimit)} ${/*currency*/e[5]}`:"",s=/*selectedPaymentMethod*/e[10].DisplayCurrency.MaxAmountLimit?`/ ${/*$_*/e[23]("generalMax")} ${/*formatter*/e[24].format(/*selectedPaymentMethod*/e[10].DisplayCurrency.MaxAmountLimit)} ${/*currency*/e[5]}`:"";return{c(){t=m("span"),r=b(i),n=g(),o=b(s),w(t,"class","AmountLimits")},m(e,i){p(e,t,i),h(t,r),h(t,n),h(t,o)},p(e,t){/*selectedPaymentMethod, $_, currency*/8389664&t[0]&&i!==(i=/*selectedPaymentMethod*/e[10].DisplayCurrency.MinAmountLimit?`${/*$_*/e[23]("generalMin")} ${/*formatter*/e[24].format(/*selectedPaymentMethod*/e[10].DisplayCurrency.MinAmountLimit)} ${/*currency*/e[5]}`:"")&&C(r,i),/*selectedPaymentMethod, $_, currency*/8389664&t[0]&&s!==(s=/*selectedPaymentMethod*/e[10].DisplayCurrency.MaxAmountLimit?`/ ${/*$_*/e[23]("generalMax")} ${/*formatter*/e[24].format(/*selectedPaymentMethod*/e[10].DisplayCurrency.MaxAmountLimit)} ${/*currency*/e[5]}`:"")&&C(o,s)},d(e){e&&f(t)}}}
|
685
|
+
// (484:12) {#if showField(field)}
|
686
|
+
function ro(e){let t,r,n,o,i,s,a,l=/*fieldValidation*/(e[22][/*field*/e[97].name]||"")+"",c=/*field*/e[97].label&&/*field*/e[97].type!==/*FieldTypes*/e[0].Link&&/*field*/e[97].type!==/*FieldTypes*/e[0].Boolean&&no(e),u=/*field*/e[97].description&&/*field*/e[97].description!==/*field*/e[97].label&&/*field*/e[97].type!==/*FieldTypes*/e[0].QRCode&&/*field*/e[97].type!==/*FieldTypes*/e[0].Boolean&&/*field*/e[97].type!==/*FieldTypes*/e[0].Link&&oo(e);function d(e,t){/*field*/
|
687
|
+
return e[97].type===/*FieldTypes*/e[0].Text?mo:/*field*/e[97].type===/*FieldTypes*/e[0].Number||/*field*/e[97].type===/*FieldTypes*/e[0].Money?fo:/*field*/e[97].type===/*FieldTypes*/e[0].Password?po:/*field*/e[97].type===/*FieldTypes*/e[0].Hidden?ho:/*field*/e[97].type===/*FieldTypes*/e[0].Lookup?uo:/*field*/e[97].type===/*FieldTypes*/e[0].Boolean?co:/*field*/e[97].type===/*FieldTypes*/e[0].QRCode?lo:/*field*/e[97].type===/*FieldTypes*/e[0].Link?ao:/*field*/e[97].type===/*FieldTypes*/e[0].Label?so:io}let y=d(e),v=y(e);return{c(){t=m("div"),r=m("label"),c&&c.c(),n=g(),u&&u.c(),o=g(),v.c(),i=g(),s=m("span"),a=b(l),w(s,"class","Alert"),w(t,"class","FieldWrapper"),B(t,"Hidden",/*field*/e[97].type===/*FieldTypes*/e[0].Hidden),B(t,"Invalid",/*showError*/e[21][/*field*/e[97].name]&&/*fieldValidation*/e[22][/*field*/e[97].name])},m(e,l){p(e,t,l),h(t,r),c&&c.m(r,null),h(r,n),u&&u.m(r,null),h(r,o),v.m(r,null),h(t,i),h(t,s),h(s,a)},p(e,i){/*field*/e[97].label&&/*field*/e[97].type!==/*FieldTypes*/e[0].Link&&/*field*/e[97].type!==/*FieldTypes*/e[0].Boolean?c?c.p(e,i):(c=no(e),c.c(),c.m(r,n)):c&&(c.d(1),c=null),/*field*/e[97].description&&/*field*/e[97].description!==/*field*/e[97].label&&/*field*/e[97].type!==/*FieldTypes*/e[0].QRCode&&/*field*/e[97].type!==/*FieldTypes*/e[0].Boolean&&/*field*/e[97].type!==/*FieldTypes*/e[0].Link?u?u.p(e,i):(u=oo(e),u.c(),u.m(r,o)):u&&(u.d(1),u=null),y===(y=d(e))&&v?v.p(e,i):(v.d(1),v=y(e),v&&(v.c(),v.m(r,null))),/*fieldValidation, fields*/4196352&i[0]&&l!==(l=/*fieldValidation*/(e[22][/*field*/e[97].name]||"")+"")&&C(a,l),/*fields, FieldTypes*/2049&i[0]&&B(t,"Hidden",/*field*/e[97].type===/*FieldTypes*/e[0].Hidden),/*showError, fields, fieldValidation*/6293504&i[0]&&B(t,"Invalid",/*showError*/e[21][/*field*/e[97].name]&&/*fieldValidation*/e[22][/*field*/e[97].name])},d(e){e&&f(t),c&&c.d(),u&&u.d(),v.d()}}}
|
688
|
+
// (489:18) {#if field.label && field.type !== FieldTypes.Link && field.type !== FieldTypes.Boolean}
|
689
|
+
function no(e){let t,r,n=/*field*/e[97].label+"";return{c(){t=m("span"),r=b(n),B(t,"Required",/*field*/e[97].isRequired)},m(e,n){p(e,t,n),h(t,r)},p(e,o){/*fields*/2048&o[0]&&n!==(n=/*field*/e[97].label+"")&&C(r,n),/*fields*/2048&o[0]&&B(t,"Required",/*field*/e[97].isRequired)},d(e){e&&f(t)}}}
|
690
|
+
// (492:18) {#if field.description && field.description !== field.label && field.type !== FieldTypes.QRCode && field.type !== FieldTypes.Boolean && field.type !== FieldTypes.Link}
|
691
|
+
function oo(e){let t,r,n=/*field*/e[97].description+"";return{c(){t=m("span"),r=b(n),w(t,"class","Description")},m(e,n){p(e,t,n),h(t,r)},p(e,t){/*fields*/2048&t[0]&&n!==(n=/*field*/e[97].description+"")&&C(r,n)},d(e){e&&f(t)}}}
|
692
|
+
// (541:18) {:else}
|
693
|
+
function io(e){let t,r,n,o;function i(){
|
694
|
+
/*input_input_handler_5*/e[62].call(t,/*field*/e[97])}return{c(){t=m("input"),w(t,"type","text"),w(t,"placeholder",r=/*field*/e[97].placeholder)},m(r,s){p(r,t,s),x(t,/*prepareFields*/e[12][/*field*/e[97].name]),n||(o=E(t,"input",i),n=!0)},p(n,o){e=n,/*fields*/2048&o[0]&&r!==(r=/*field*/e[97].placeholder)&&w(t,"placeholder",r),/*prepareFields, fields*/6144&o[0]&&t.value!==/*prepareFields*/e[12][/*field*/e[97].name]&&x(t,/*prepareFields*/e[12][/*field*/e[97].name])},d(e){e&&f(t),n=!1,o()}}}
|
695
|
+
// (539:60)
|
696
|
+
function so(t){let r;return{c(){r=m("span"),w(r,"class","Label")},m(e,t){p(e,r,t)},p:e,d(e){e&&f(r)}}}
|
697
|
+
// (537:59)
|
698
|
+
function ao(e){let t,r=/*field*/e[97].descriptionWithLink+"";return{c(){t=m("span")},m(e,n){p(e,t,n),t.innerHTML=r},p(e,n){/*fields*/2048&n[0]&&r!==(r=/*field*/e[97].descriptionWithLink+"")&&(t.innerHTML=r)},d(e){e&&f(t)}}}
|
699
|
+
// (533:61)
|
700
|
+
function lo(e){let t,r,n,o,i,s=/*field*/e[97].defaultValue+"";function a(){/*click_handler_3*/
|
701
|
+
return e[61](/*field*/e[97])}return{c(){t=m("div"),r=m("div"),n=b(s),w(t,"class","QRCode")},m(s,l){p(s,t,l),h(t,r),h(r,n),
|
702
|
+
/*div0_binding*/e[60](r),o||(i=E(t,"click",a),o=!0)},p(t,r){e=t,/*fields*/2048&r[0]&&s!==(s=/*field*/e[97].defaultValue+"")&&C(n,s)},d(r){r&&f(t)
|
703
|
+
/*div0_binding*/,e[60](null),o=!1,i()}}}
|
704
|
+
// (525:62)
|
705
|
+
function co(e){let t,r,o,i,s,a,l,c,u,d=/*field*/e[97].descriptionWithLink+"";function y(){
|
706
|
+
/*input_change_handler*/e[58].call(r,/*field*/e[97])}function b(){/*change_handler*/
|
707
|
+
return e[59](/*field*/e[97])}return{c(){t=m("div"),r=m("input"),i=g(),s=m("span"),a=g(),l=m("span"),w(r,"type","checkbox"),w(r,"placeholder",o=/*field*/e[97].placeholder),w(s,"class","Checkmark"),w(l,"class","Description"),w(t,"class","Checkbox")},m(n,o){p(n,t,o),h(t,r),r.checked=/*prepareFields*/e[12][/*field*/e[97].name],h(t,i),h(t,s),h(t,a),h(t,l),l.innerHTML=d,c||(u=[E(r,"change",y),E(r,"change",b)],c=!0)},p(t,n){e=t,/*fields*/2048&n[0]&&o!==(o=/*field*/e[97].placeholder)&&w(r,"placeholder",o),/*prepareFields, fields*/6144&n[0]&&(r.checked=/*prepareFields*/e[12][/*field*/e[97].name]),/*fields*/2048&n[0]&&d!==(d=/*field*/e[97].descriptionWithLink+"")&&(l.innerHTML=d)},d(e){e&&f(t),c=!1,n(u)}}}
|
708
|
+
// (514:61)
|
709
|
+
function uo(e){let t,r,n,o,i,s,a,l=/*prepareFields*/(e[12][/*field*/e[97].name]||"")+"";function c(...t){/*click_handler_1*/
|
710
|
+
return e[56](/*field*/e[97],...t)}let u=/*field*/e[97].values,y=[];for(let t=0;t<u.length;t+=1)y[t]=yo(Kn(e,u,t));return{c(){t=m("div"),r=m("div"),n=b(l),o=g(),i=m("div");for(let e=0;e<y.length;e+=1)y[e].c();w(r,"class","Selected"),w(r,"id",/*index*/e[99]),w(i,"class","OptionList"),B(i,"Opened",/*openedLookup*/e[19]===/*field*/e[97].name),w(t,"class","CustomSelect")},m(e,l){p(e,t,l),h(t,r),h(r,n),h(t,o),h(t,i);for(let e=0;e<y.length;e+=1)y[e]&&y[e].m(i,null);s||(a=E(r,"click",c),s=!0)},p(t,r){if(e=t,/*prepareFields, fields*/6144&r[0]&&l!==(l=/*prepareFields*/(e[12][/*field*/e[97].name]||"")+"")&&C(n,l),/*prepareFields, fields*/6144&r[0]){let t;for(u=/*field*/e[97].values,t=0;t<u.length;t+=1){const n=Kn(e,u,t);y[t]?y[t].p(n,r):(y[t]=yo(n),y[t].c(),y[t].m(i,null))}for(;t<y.length;t+=1)y[t].d(1);y.length=u.length}/*openedLookup, fields*/526336&r[0]&&B(i,"Opened",/*openedLookup*/e[19]===/*field*/e[97].name)},d(e){e&&f(t),d(y,e),s=!1,a()}}}
|
711
|
+
// (511:61)
|
712
712
|
function ho(e){let t,r,n,o;function i(){
|
713
|
-
/*
|
714
|
-
// (
|
715
|
-
function po(e){let t,r,
|
716
|
-
/*
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
return e[
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
// (
|
730
|
-
function
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
/*div_binding*/,t[47](null),c=!1,u()}}}let Co="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js";function Bo(e,t,r){let n;c(e,Rn,(e=>r(20,n=e)));class o{constructor(e){this.correlationFieldName=e.CorrelationFieldName||null,this.correlationFieldValue=e.CorrelationFieldValue&&e.CorrelationFieldValue.length>0?e.CorrelationFieldValue.split(","):[],this.name=e.Name||null,this.label=e.Label||null,this.description=e.Description||null,this.type=e.Type||null,this.defaultValue=this.calcDefaultValue(e),this.format=e.Format||null,this.placeholder=e.Placeholder||null,this.isReadonly=e.IsReadonly||!1,this.isRequired=e.IsRequired||!1,this.maxValue=e.MaxValue||null,this.minValue=e.MinValue||null,this.isPrimaryField=e.IsPrimaryField||!1,this.demandUserInput=e.DemandUserInput||!1,this.autoTrim=e.AutoTrim||!1,this.autoUppercase=e.AutoUppercase||!1,this.notEqualToFieldName=e.NotEqualToFieldName||null,this.values=e.Values,this.useCopyButton=e.UseCopyButton||!1,this.inputMask=e.InputMask,this.tags=e.Tags||null}calcDefaultValue(e){return 2===this.type?"True"===e.DefaultValue:e.DefaultValue||null}get descriptionWithLink(){if("Boolean"===i[this.type]&&this.placeholder||"Link"===i[this.type]){const e=/{link}/i,t=`<a href="${this.placeholder||this.defaultValue}" target="_blank" rel="noopener noreferrer">${this.label}</a>`;return this.description.match(e)?this.description.replace(e,t):`${this.description} ${t}`}return this.description}}let{FieldTypes:i}=t;!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"}(i||(i={}));let s,{endpoint:a}=t,{session:l}=t,{lang:u}=t,{translationurl:h}=t,{customerid:p}=t,{currency:f}=t,{amount:d}=t,{selectedpaymentmethodname:m}=t,{clientstyling:y=""}=t,{clientstylingurl:b=""}=t,{RedirectionModeStringEnum:g}=t;!function(e){e.Default="Default",e.RedirectWithRetry="Redirect"}(g||(g={}));let v,E,w,T,C,B,x,A,L,H,P={},M=[],R={},N=!1,k=[],I=!1,$=window.navigator.userAgent,D=window.matchMedia("(max-width: 750px)");const U=()=>{var e;e=u,dn.set(e)};Object.keys(kn).forEach((e=>{Nn(e,kn[e])}));var F;F=()=>(window.addEventListener("closeModal",K,!1),window.addEventListener("confirmModal",q,!1),window.addEventListener("closeIframe",W,!1),window.addEventListener("notificationButtonClick",Z,!1),document.addEventListener("click",G),()=>{window.removeEventListener("closeModal",K),window.removeEventListener("confirmModal",q),window.removeEventListener("closeIframe",W),window.removeEventListener("notificationButtonClick",Z)}),S().$$.on_mount.push(F);const G=e=>{e.composedPath().includes(L)||r(19,A=null)},j=(e,t)=>{t!==A?(L=e.composedPath()[0],r(19,A=t)):r(19,A=null)},V=()=>{dispatchEvent(new CustomEvent("backToMethodList",{bubbles:!0,cancelable:!0,composed:!0})),z()},z=()=>{dispatchEvent(new CustomEvent("hidePaymentDetails",{detail:{hideMethodDetails:I},bubbles:!0,cancelable:!0,composed:!0}))},X=()=>{dispatchEvent(new CustomEvent("hideMethodsList",{detail:{hideMethodsList:I},bubbles:!0,cancelable:!0,composed:!0}))},W=()=>{r(14,E=null)},K=()=>{r(13,N=!1)},q=()=>{r(18,x=!0);const e=new URL(`${a}/v1/player/${p}/payment/GetPaymentConfirm`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json");const n={method:"POST",mode:"cors",headers:t,body:JSON.stringify({XPaymentSessionToken:s})};fetch(e,n).then((e=>e.json())).then((e=>{s=e.XPaymentSessionToken,r(14,E=e.RedirectUrl),r(16,C=e.RedirectionMode),r(18,x=!1),e.RedirectionMode===g.RedirectWithRetry&&(w=window.open(e.RedirectUrl,"_blank"),r(15,T=!!w),w||r(17,B=!0))}))},Z=()=>{w=window.open(E,"_blank"),r(15,T=!0),r(17,B=!1)},Y=e=>{e&&window.postMessage({type:"NavigateTo",path:e,target:"_blank",externalLink:!1},window.location.href)};return e.$$set=e=>{"FieldTypes"in e&&r(0,i=e.FieldTypes),"endpoint"in e&&r(27,a=e.endpoint),"session"in e&&r(28,l=e.session),"lang"in e&&r(3,u=e.lang),"translationurl"in e&&r(4,h=e.translationurl),"customerid"in e&&r(29,p=e.customerid),"currency"in e&&r(5,f=e.currency),"amount"in e&&r(1,d=e.amount),"selectedpaymentmethodname"in e&&r(30,m=e.selectedpaymentmethodname),"clientstyling"in e&&r(31,y=e.clientstyling),"clientstylingurl"in e&&r(32,b=e.clientstylingurl),"RedirectionModeStringEnum"in e&&r(2,g=e.RedirectionModeStringEnum)},e.$$.update=()=>{/*endpoint, session, selectedpaymentmethodname, currency*/1476395040&e.$$.dirty[0]&&a&&l&&m&&f&&(()=>{const e=new URL(`${a}/v1/player/${p}/payment/GetPaymentMethod`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json");const n={method:"POST",mode:"cors",headers:t,body:JSON.stringify({PaymentMethodName:m,Currency:f,XPaymentSessionToken:l})};fetch(e,n).then((e=>e.json())).then((e=>{s=e.XPaymentSessionToken,r(10,P=e.PaymentMethod),r(11,M=P.Fields&&P.Fields.map((e=>new o(e)))),r(12,R={}),X()}))})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstyling*/1&e.$$.dirty[1]&&y&&v&&(()=>{let e=document.createElement("style");e.innerHTML=y,v.appendChild(e)})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstylingurl*/2&e.$$.dirty[1]&&b&&v&&(()=>{let e=new URL(b),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{v.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*lang*/8&e.$$.dirty[0]&&u&&U(),/*lang, translationurl*/24&e.$$.dirty[0]&&u&&h&&(()=>{if(h)fetch(h).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Nn(t,e[t])}))})).catch((e=>{}))})(),/*selectedpaymentmethodname, qrCodeContainer*/1073741952&e.$$.dirty[0]&&m&&k.length&&k.forEach((e=>{if(e&&e.innerText){const t=e.innerText;e.innerText="",new QRCode(e,{text:t,width:250,height:250})}})),/*innerWidth*/512&e.$$.dirty[0]&&H&&r(8,I=(e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)))($)||D.matches),/*mobileView*/256&e.$$.dirty[0]&&I.toString()&&X()},[i,d,g,u,h,f,v,k,I,H,P,M,R,N,E,T,C,B,x,A,n,j,()=>{r(18,x=!0);const e=new URL(`${a}/v1/player/${p}/payment/GetPaymentPrepare`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json");const n={method:"POST",mode:"cors",headers:t,body:JSON.stringify({XPaymentSessionToken:s,Transaction:{PaymentMethod:P.Name,Amount:d,Currency:f,CustomFields:R},Account:{}})};fetch(e,n).then((e=>e.json())).then((e=>{s=e.XPaymentSessionToken,r(18,x=!1),r(13,N=!0)}))},V,Y,e=>{if(!e.correlationFieldName)return!0;const t=e.correlationFieldValue.includes(R[e.correlationFieldName]);return!t&&R[e.name]&&delete R[e.name],t},o,a,l,p,m,y,b,function(){r(9,H=Xn.innerWidth)},()=>V(),function(){d=_(this.value),r(1,d)},function(e){R[e.name]=this.value,r(12,R)},function(e){R[e.name]=_(this.value),r(12,R)},function(e){R[e.name]=this.value,r(12,R)},function(e){R[e.name]=this.value,r(12,R)},(e,t)=>j(t,e),(e,t)=>{r(12,R[e.name]=t.Name,R),r(11,M)},function(e){R[e.name]=this.value,r(12,R)},function(e){O[e?"unshift":"push"]((()=>{k[k.length]=e,r(7,k)}))},e=>{Y(e.description)},function(e){R[e.name]=this.value,r(12,R)},()=>{r(15,T=!1)},function(e){O[e?"unshift":"push"]((()=>{v=e,r(6,v)}))}]}class xo extends W{constructor(e){super();const t=document.createElement("style");t.textContent='@keyframes loading-spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.MethodsDetails{position:relative;display:flex;flex-direction:column;gap:5px}.MethodsDetails:has(.RedirectionNotification) form{visibility:hidden}.form-logo{align-items:center;display:flex;height:50px;border-bottom:1px solid var(--emw--color-gray-100, #E8E9EB)}.form-logo .SelectedLogoDescription{color:var(--emw--color-black, #111);font-size:var(--emw--font-size-small, 14px);margin:7px 5px 7px 7px;word-break:break-word}.form-logo .SelectedLogoWrapper{width:56px;height:32px;flex-shrink:0;background:var(--emw--color-background, #FFF);border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-large, 6px)}.form-logo .SelectedLogoWrapper img{max-height:32px;max-width:56px}.form-logo .ChangePaymeth{margin-left:auto;cursor:pointer;color:var(--emw--color-black, #111);font-size:var(--emw--font-size-small, 14px);text-decoration-line:underline}.RedirectionNotification{height:100%;width:inherit;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.RedirectionNotification .RedirectionClose{display:flex;width:234px;height:36px;flex-direction:column;justify-content:center;flex-shrink:0;color:var(--emw--color-white, #FFF);cursor:pointer;text-align:center;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;border-radius:4px;background:var(--emw--color-primary, #7EC51E)}.RedirectionNotification .RedirectionTitle{color:var(--emw--color-black, #111);font-size:var(--emw--font-size-x-small, 12px);font-style:normal;text-transform:none;font-weight:var(--emw--font-weight-bold, 600)}.RedirectionNotification .RedirectionMessage{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);font-style:normal;text-transform:none}cashier-iframe-redirect{height:inherit;width:inherit}.IframeRedirect{display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:var(--emw--color-gray-transparency-20, rgba(0, 0, 0, 0.2))}.FieldWrapper,label{display:flex;flex-direction:column}.FieldWrapper{background-color:var(--emw--color-gray-transparency-100, rgb(255, 255, 255));border-radius:6px;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1);padding:0 15px 15px;margin-bottom:10px}.FieldWrapper:has(.QRCode, .Label){box-shadow:none;background:transparent}.FieldWrapper.Hidden{height:0;visibility:hidden;margin:0;padding:0}.AmountLimits{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);margin:5px 0 0 2px;line-height:var(--emw--font-size-x-small, 12px)}input,.Selected{border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);height:40px;line-height:var(--emw--size-small, 14px);color:var(--emw--color-black, #111);padding:0 15px}input:focus,.Selected:focus{outline:none}label{color:var(--emw--color-black, #111);font-size:var(--emw--size-small, 14px);margin-top:7px;line-height:27px}label span.Required:before{content:"*";display:inline-block;margin-right:2px}.Description{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);margin:0 0 5px 2px;line-height:var(--emw--font-size-x-small, 12px)}.PrimaryButton{color:var(--emw--color-white, #FFF);text-align:center;font-size:var(--emw--font-size-small, 14px);font-style:normal;font-weight:400;height:46px;border-radius:50px;line-height:normal;border:none;background:var(--emw--color-primary, #7EC51E);width:100%;margin:12px 0;cursor:pointer;text-transform:uppercase}.PrimaryButton .ButtonSpinner{animation:loading-spinner 1s linear infinite}.QRCode{width:250px;margin:auto}.Checkbox{display:flex;position:relative;margin-top:12px}.Checkbox .Description{margin:0 0 0 20px;cursor:pointer;line-height:var(--emw--font-size-medium, 16px)}.Checkbox .Checkmark{position:absolute;top:2px;left:0;height:12px;width:12px;border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);background-color:var(--emw--color-white, #FFF);cursor:pointer}.Checkbox .Checkmark:after{content:"";position:absolute;display:none}.Checkbox .Checkmark:after{left:4px;top:0;width:2px;height:8px;border:solid var(--emw--color-white, #FFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.Checkbox input:checked~.Checkmark{background-color:var(--emw--color-primary, #7EC51E);border-color:var(--emw--color-primary, #7EC51E)}.Checkbox input:checked~.Checkmark:after{display:block}.CustomSelect{width:100%;position:relative}.Selected{display:flex;align-items:center;cursor:pointer}.Selected:after{position:absolute;content:"";top:19px;right:10px;width:0;height:0;border:6px solid transparent;border-color:rgb(168, 169, 170) transparent transparent transparent}.OptionList{display:none;position:absolute;top:100%;left:0;right:0;z-index:99;background-color:white;border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);margin-top:5px}.OptionList div{padding:8px 16px;cursor:pointer;user-select:none}.OptionList div:hover{background-color:var(--emw--color-background-secondary, #F9F9F9)}.OptionList.Opened{display:block}',this.shadowRoot.appendChild(t),X(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Bo,_o,i,{PaymentMethodDetails:26,FieldTypes:0,endpoint:27,session:28,lang:3,translationurl:4,customerid:29,currency:5,amount:1,selectedpaymentmethodname:30,clientstyling:31,clientstylingurl:32,RedirectionModeStringEnum:2},null,[-1,-1,-1]),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),F()))}static get observedAttributes(){return["PaymentMethodDetails","FieldTypes","endpoint","session","lang","translationurl","customerid","currency","amount","selectedpaymentmethodname","clientstyling","clientstylingurl","RedirectionModeStringEnum"]}get PaymentMethodDetails(){return this.$$.ctx[26]}get FieldTypes(){return this.$$.ctx[0]}set FieldTypes(e){this.$$set({FieldTypes:e}),F()}get endpoint(){return this.$$.ctx[27]}set endpoint(e){this.$$set({endpoint:e}),F()}get session(){return this.$$.ctx[28]}set session(e){this.$$set({session:e}),F()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),F()}get translationurl(){return this.$$.ctx[4]}set translationurl(e){this.$$set({translationurl:e}),F()}get customerid(){return this.$$.ctx[29]}set customerid(e){this.$$set({customerid:e}),F()}get currency(){return this.$$.ctx[5]}set currency(e){this.$$set({currency:e}),F()}get amount(){return this.$$.ctx[1]}set amount(e){this.$$set({amount:e}),F()}get selectedpaymentmethodname(){return this.$$.ctx[30]}set selectedpaymentmethodname(e){this.$$set({selectedpaymentmethodname:e}),F()}get clientstyling(){return this.$$.ctx[31]}set clientstyling(e){this.$$set({clientstyling:e}),F()}get clientstylingurl(){return this.$$.ctx[32]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),F()}get RedirectionModeStringEnum(){return this.$$.ctx[2]}set RedirectionModeStringEnum(e){this.$$set({RedirectionModeStringEnum:e}),F()}}return!customElements.get("cashier-method-details")&&customElements.define("cashier-method-details",xo),xo}));
|
713
|
+
/*input_input_handler_4*/e[55].call(t,/*field*/e[97])}return{c(){t=m("input"),w(t,"type","hidden"),w(t,"placeholder",r=/*field*/e[97].placeholder)},m(r,s){p(r,t,s),x(t,/*prepareFields*/e[12][/*field*/e[97].name]),n||(o=E(t,"input",i),n=!0)},p(n,o){e=n,/*fields*/2048&o[0]&&r!==(r=/*field*/e[97].placeholder)&&w(t,"placeholder",r),/*prepareFields, fields*/6144&o[0]&&x(t,/*prepareFields*/e[12][/*field*/e[97].name])},d(e){e&&f(t),n=!1,o()}}}
|
714
|
+
// (506:63)
|
715
|
+
function po(e){let t,r,o,i;function s(){
|
716
|
+
/*input_input_handler_3*/e[52].call(t,/*field*/e[97])}function a(){/*input_handler_3*/
|
717
|
+
return e[53](/*field*/e[97])}function l(){/*blur_handler_3*/
|
718
|
+
return e[54](/*field*/e[97])}return{c(){t=m("input"),w(t,"type","password"),w(t,"placeholder",r=/*field*/e[97].placeholder)},m(r,n){p(r,t,n),x(t,/*prepareFields*/e[12][/*field*/e[97].name]),o||(i=[E(t,"input",s),E(t,"input",a),E(t,"blur",l)],o=!0)},p(n,o){e=n,/*fields*/2048&o[0]&&r!==(r=/*field*/e[97].placeholder)&&w(t,"placeholder",r),/*prepareFields, fields*/6144&o[0]&&t.value!==/*prepareFields*/e[12][/*field*/e[97].name]&&x(t,/*prepareFields*/e[12][/*field*/e[97].name])},d(e){e&&f(t),o=!1,n(i)}}}
|
719
|
+
// (501:96)
|
720
|
+
function fo(e){let t,r,o,i;function s(){
|
721
|
+
/*input_input_handler_2*/e[49].call(t,/*field*/e[97])}function a(){/*input_handler_2*/
|
722
|
+
return e[50](/*field*/e[97])}function l(){/*blur_handler_2*/
|
723
|
+
return e[51](/*field*/e[97])}return{c(){t=m("input"),w(t,"type","number"),w(t,"placeholder",r=/*field*/e[97].placeholder)},m(r,n){p(r,t,n),x(t,/*prepareFields*/e[12][/*field*/e[97].name]),o||(i=[E(t,"input",s),E(t,"input",a),E(t,"blur",l)],o=!0)},p(n,o){e=n,/*fields*/2048&o[0]&&r!==(r=/*field*/e[97].placeholder)&&w(t,"placeholder",r),/*prepareFields, fields*/6144&o[0]&&_(t.value)!==/*prepareFields*/e[12][/*field*/e[97].name]&&x(t,/*prepareFields*/e[12][/*field*/e[97].name])},d(e){e&&f(t),o=!1,n(i)}}}
|
724
|
+
// (495:18) {#if field.type === FieldTypes.Text}
|
725
|
+
function mo(e){let t,r,o,i;function s(){
|
726
|
+
/*input_input_handler_1*/e[46].call(t,/*field*/e[97])}function a(){/*input_handler_1*/
|
727
|
+
return e[47](/*field*/e[97])}function l(){/*blur_handler_1*/
|
728
|
+
return e[48](/*field*/e[97])}return{c(){t=m("input"),w(t,"type","text"),w(t,"placeholder",r=/*field*/e[97].placeholder)},m(r,n){p(r,t,n),x(t,/*prepareFields*/e[12][/*field*/e[97].name]),o||(i=[E(t,"input",s),E(t,"input",a),E(t,"blur",l)],o=!0)},p(n,o){e=n,/*fields*/2048&o[0]&&r!==(r=/*field*/e[97].placeholder)&&w(t,"placeholder",r),/*prepareFields, fields*/6144&o[0]&&t.value!==/*prepareFields*/e[12][/*field*/e[97].name]&&x(t,/*prepareFields*/e[12][/*field*/e[97].name])},d(e){e&&f(t),o=!1,n(i)}}}
|
729
|
+
// (518:24) {#each field.values as value}
|
730
|
+
function yo(e){let t,r,n,o,i,s,a=/*value*/e[100].Value+"";function l(){/*click_handler_2*/
|
731
|
+
return e[57](/*field*/e[97],/*value*/e[100])}return{c(){t=m("div"),r=m("span"),n=b(a),o=g()},m(e,a){p(e,t,a),h(t,r),h(r,n),h(t,o),i||(s=E(t,"click",l),i=!0)},p(t,r){e=t,/*fields*/2048&r[0]&&a!==(a=/*value*/e[100].Value+"")&&C(n,a)},d(e){e&&f(t),i=!1,s()}}}
|
732
|
+
// (483:10) {#each fields as field, index}
|
733
|
+
function bo(e){let t,r=/*showField*/e[29](/*field*/e[97]),n=r&&ro(e);return{c(){n&&n.c(),t=v()},m(e,r){n&&n.m(e,r),p(e,t,r)},p(e,o){/*fields*/2048&o[0]&&(r=/*showField*/e[29](/*field*/e[97])),r?n?n.p(e,o):(n=ro(e),n.c(),n.m(t.parentNode,t)):n&&(n.d(1),n=null)},d(e){n&&n.d(e),e&&f(t)}}}
|
734
|
+
// (557:8) {:else}
|
735
|
+
function go(e){let t,r,n,o,i,s=/*$_*/e[23]("processingButton")+"";return{c(){t=m("button"),r=y("svg"),n=y("path"),o=g(),i=b(s),w(n,"d","M14.0282 6.58425C13.9037 4.05374 12.3688 1.68916 10.0872 0.61058C7.59818 -0.509483 4.56986 -0.0531603 2.49567 1.68916C0.504443 3.34851 -0.408201 6.04496 0.172573 8.57547C0.711862 11.0645 2.6616 13.0972 5.10915 13.7609C8.0545 14.5906 10.7509 13.1802 12.4103 10.7741C10.9169 12.7653 8.63527 14.0928 6.10476 13.6365C3.57424 13.1802 1.50005 11.2719 0.919281 8.78289C0.297024 6.12793 1.54154 3.34851 3.90612 1.97955C6.35366 0.569097 9.79682 1.10839 11.4147 3.51445C11.8295 4.09522 12.1199 4.80045 12.2444 5.50567C12.3688 6.08644 12.3273 6.7087 12.4103 7.28947C12.4933 7.82876 12.9496 8.53399 13.5718 8.16063C14.1111 7.82876 14.0696 7.12354 14.0282 6.58425C14.0696 6.87464 14.0282 6.41831 14.0282 6.58425Z"),w(n,"fill","white"),w(r,"class","ButtonSpinner"),w(r,"xmlns","http://www.w3.org/2000/svg"),w(r,"width","15"),w(r,"height","14"),w(r,"viewBox","0 0 15 14"),w(r,"fill","none"),w(t,"class","PrimaryButton")},m(e,s){p(e,t,s),h(t,r),h(r,n),h(t,o),h(t,i)},p(e,t){/*$_*/8388608&t[0]&&s!==(s=/*$_*/e[23]("processingButton")+"")&&C(i,s)},d(e){e&&f(t)}}}
|
736
|
+
// (549:8) {#if !isProcessingTxn}
|
737
|
+
function vo(e){let t,r,n,o,i,s,a,l,c,u,d,v=/*$_*/e[23]("makeDepositButton")+"",E=/*formatter*/e[24].format(/*amount*/e[1])+"";return{c(){t=m("button"),r=y("svg"),n=y("path"),o=g(),i=b(v),s=g(),a=m("span"),l=b(E),c=g(),u=b(/*currency*/e[5]),w(n,"fill-rule","evenodd"),w(n,"clip-rule","evenodd"),w(n,"d","M7.51564 0.574496C6.49714 0.733152 5.5928 1.46162 5.21164 2.43037C5.01714 2.92471 4.98674 3.24368 4.98671 4.78987L4.98668 5.99306L4.55336 6.00671C4.20693 6.01762 4.08258 6.03221 3.93336 6.07946C3.43136 6.23846 3.00318 6.58293 2.73943 7.04C2.70133 7.106 2.63639 7.256 2.59508 7.37334L2.52002 7.58665V13.9067L2.59268 14.12C2.6993 14.4331 2.83849 14.6518 3.09336 14.9067C3.34821 15.1615 3.56693 15.3007 3.88002 15.4073L4.09336 15.48H11.9067L12.12 15.4073C12.4331 15.3007 12.6518 15.1615 12.9067 14.9067C13.1616 14.6518 13.3007 14.4331 13.4074 14.12L13.48 13.9067V7.58665L13.405 7.37334C13.1846 6.74712 12.6999 6.27875 12.0667 6.08C11.9191 6.03371 11.7891 6.0184 11.4467 6.00696L11.0134 5.99253L11.0133 4.78959C11.0133 4.128 11.0008 3.45465 10.9855 3.29334C10.9257 2.66268 10.7188 2.13556 10.3497 1.67368C9.66549 0.817589 8.6023 0.405214 7.51564 0.574496ZM8.46436 1.58665C9.01596 1.7035 9.52999 2.11659 9.79758 2.65809C9.98521 3.03771 9.98202 3.00646 9.99305 4.58L10.003 6H5.99702L6.00699 4.58C6.01802 3.00646 6.01483 3.03771 6.20246 2.65809C6.31793 2.42446 6.43799 2.26065 6.61818 2.09103C6.89043 1.83468 7.21371 1.65496 7.52352 1.58775C7.74977 1.53865 8.23518 1.53809 8.46436 1.58665ZM11.9201 7.0955C12.0975 7.17871 12.2992 7.37412 12.3874 7.54806C12.4231 7.61846 12.465 7.75796 12.4805 7.85803C12.4993 7.97978 12.5061 8.97962 12.501 10.88L12.4934 13.72L12.4082 13.8997C12.26 14.2127 12.0016 14.419 11.6821 14.4796C11.4864 14.5167 4.51364 14.5167 4.31793 14.4796C3.99843 14.419 3.74008 14.2127 3.59183 13.8997L3.50668 13.72L3.49905 10.88C3.49393 8.97728 3.50074 7.97987 3.51964 7.85778C3.57627 7.49218 3.79218 7.21543 4.12918 7.0765L4.28002 7.01431L8.02668 7.0205L11.7734 7.02665L11.9201 7.0955Z"),w(n,"fill","white"),w(r,"class","ButtonLock"),w(r,"xmlns","http://www.w3.org/2000/svg"),w(r,"width","16"),w(r,"height","16"),w(r,"viewBox","0 0 16 16"),w(r,"fill","none"),w(a,"class","ButtonAmount"),w(t,"class","PrimaryButton"),w(t,"type","submit"),t.disabled=d=/*isSubmitDisabled*/e[32](/*amountError*/e[20],/*fieldValidation*/e[22])},m(e,f){p(e,t,f),h(t,r),h(r,n),h(t,o),h(t,i),h(t,s),h(t,a),h(a,l),h(a,c),h(a,u)},p(e,r){/*$_*/8388608&r[0]&&v!==(v=/*$_*/e[23]("makeDepositButton")+"")&&C(i,v),/*amount*/2&r[0]&&E!==(E=/*formatter*/e[24].format(/*amount*/e[1])+"")&&C(l,E),/*currency*/32&r[0]&&C(u,/*currency*/e[5]),/*amountError, fieldValidation*/5242880&r[0]&&d!==(d=/*isSubmitDisabled*/e[32](/*amountError*/e[20],/*fieldValidation*/e[22]))&&(t.disabled=d)},d(e){e&&f(t)}}}
|
738
|
+
// (565:8) {#if showRetryNotification}
|
739
|
+
function Eo(e){let t,r,n;return{c(){t=m("cashier-notifications"),T(t,"text",r=/*$_*/e[23]("retryText")),T(t,"button",n=/*$_*/e[23]("retryButton"))},m(e,r){p(e,t,r)},p(e,o){/*$_*/8388608&o[0]&&r!==(r=/*$_*/e[23]("retryText"))&&T(t,"text",r),/*$_*/8388608&o[0]&&n!==(n=/*$_*/e[23]("retryButton"))&&T(t,"button",n)},d(e){e&&f(t)}}}
|
740
|
+
// (573:6) {#if showRedirectNotification}
|
741
|
+
function wo(e){let t,r,n,o,i,s,l,c,u,d,y,v,T,_,x=/*$_*/e[23]("redirectTitle")+"",B=/*$_*/e[23]("redirectMessage")+"",A=/*$_*/e[23]("backToPayment")+"";return{c(){t=m("div"),r=m("img"),o=g(),i=m("span"),s=b(x),l=g(),c=m("span"),u=b(B),d=g(),y=m("div"),v=b(A),a(r.src,n="//static.everymatrix.com/mmstage/cashier/assets/redirect.png")||w(r,"src","//static.everymatrix.com/mmstage/cashier/assets/redirect.png"),w(r,"alt",""),w(i,"class","RedirectionTitle"),w(c,"class","RedirectionMessage"),w(y,"class","RedirectionClose"),w(t,"class","RedirectionNotification")},m(n,a){p(n,t,a),h(t,r),h(t,o),h(t,i),h(i,s),h(t,l),h(t,c),h(c,u),h(t,d),h(t,y),h(y,v),T||(_=E(y,"click",/*click_handler_4*/e[63]),T=!0)},p(e,t){/*$_*/8388608&t[0]&&x!==(x=/*$_*/e[23]("redirectTitle")+"")&&C(s,x),/*$_*/8388608&t[0]&&B!==(B=/*$_*/e[23]("redirectMessage")+"")&&C(u,B),/*$_*/8388608&t[0]&&A!==(A=/*$_*/e[23]("backToPayment")+"")&&C(v,A)},d(e){e&&f(t),T=!1,_()}}}
|
742
|
+
// (583:2) {#if redirectUrl && redirectMode === RedirectionModeStringEnum.Default}
|
743
|
+
function To(e){let t,r;return{c(){t=m("div"),r=m("cashier-iframe-redirect"),T(r,"lang",/*lang*/e[3]),T(r,"translationurl",/*translationurl*/e[4]),T(r,"iframeurl",/*redirectUrl*/e[14]),w(t,"class","IframeRedirect")},m(e,n){p(e,t,n),h(t,r)},p(e,t){/*lang*/8&t[0]&&T(r,"lang",/*lang*/e[3]),/*translationurl*/16&t[0]&&T(r,"translationurl",/*translationurl*/e[4]),/*redirectUrl*/16384&t[0]&&T(r,"iframeurl",/*redirectUrl*/e[14])},d(e){e&&f(t)}}}
|
744
|
+
// (592:2) {#if showConfirmModal}
|
745
|
+
function _o(e){let t,r,n,o,i,s,a,l,c,u,d,y=/*$_*/e[23]("confirmDepositText")+"",v=/*formatter*/e[24].format(/*amount*/e[1])+"",E=/*$_*/e[23]("confirmDepositButton")+"";return{c(){t=m("cashier-confirm-modal"),r=m("span"),n=b(y),o=g(),i=b(v),s=g(),a=b(/*currency*/e[5]),l=b(" ?"),c=g(),u=m("div"),d=b(E),w(r,"slot","text"),w(u,"slot","confirm")},m(e,f){p(e,t,f),h(t,r),h(r,n),h(r,o),h(r,i),h(r,s),h(r,a),h(r,l),h(t,c),h(t,u),h(u,d)},p(e,t){/*$_*/8388608&t[0]&&y!==(y=/*$_*/e[23]("confirmDepositText")+"")&&C(n,y),/*amount*/2&t[0]&&v!==(v=/*formatter*/e[24].format(/*amount*/e[1])+"")&&C(i,v),/*currency*/32&t[0]&&C(a,/*currency*/e[5]),/*$_*/8388608&t[0]&&E!==(E=/*$_*/e[23]("confirmDepositButton")+"")&&C(d,E)},d(e){e&&f(t)}}}function Co(t){let r,n,o,i,s,l,c,u;D(/*onwindowresize*/t[41]);let d=/*selectedPaymentMethod*/t[10]?.Name&&qn(t),y=/*redirectUrl*/t[14]&&/*redirectMode*/t[16]===/*RedirectionModeStringEnum*/t[2].Default&&To(t),b=/*showConfirmModal*/t[13]&&_o(t);return{c(){r=m("script"),o=g(),i=m("div"),d&&d.c(),s=g(),y&&y.c(),l=g(),b&&b.c(),this.c=e,a(r.src,n=xo)||w(r,"src",n),w(i,"class","CashierMethodDetails")},m(e,n){h(zn.head,r),p(e,o,n),p(e,i,n),d&&d.m(i,null),h(i,s),y&&y.m(i,null),h(i,l),b&&b.m(i,null)
|
746
|
+
/*div_binding*/,t[64](i),c||(u=E(Xn,"resize",/*onwindowresize*/t[41]),c=!0)},p(e,t){/*selectedPaymentMethod*/e[10]?.Name?d?d.p(e,t):(d=qn(e),d.c(),d.m(i,s)):d&&(d.d(1),d=null),/*redirectUrl*/e[14]&&/*redirectMode*/e[16]===/*RedirectionModeStringEnum*/e[2].Default?y?y.p(e,t):(y=To(e),y.c(),y.m(i,l)):y&&(y.d(1),y=null),/*showConfirmModal*/e[13]?b?b.p(e,t):(b=_o(e),b.c(),b.m(i,null)):b&&(b.d(1),b=null)},i:e,o:e,d(e){f(r),e&&f(o),e&&f(i),d&&d.d(),y&&y.d(),b&&b.d()
|
747
|
+
/*div_binding*/,t[64](null),c=!1,u()}}}let xo="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js";function Bo(e,t,r){let n;c(e,Rn,(e=>r(23,n=e)));class o{constructor(e){this.correlationFieldName=e.CorrelationFieldName||null,this.correlationFieldValue=e.CorrelationFieldValue&&e.CorrelationFieldValue.length>0?e.CorrelationFieldValue.split(","):[],this.name=e.Name||null,this.label=e.Label||null,this.description=e.Description||null,this.type=e.Type||null,this.defaultValue=this.calcDefaultValue(e),this.format=e.Format||null,this.placeholder=e.Placeholder||null,this.isReadonly=e.IsReadonly||!1,this.isRequired=e.IsRequired||!1,this.maxValue=e.MaxValue||null,this.minValue=e.MinValue||null,this.isPrimaryField=e.IsPrimaryField||!1,this.demandUserInput=e.DemandUserInput||!1,this.autoTrim=e.AutoTrim||!1,this.autoUppercase=e.AutoUppercase||!1,this.notEqualToFieldName=e.NotEqualToFieldName||null,this.values=e.Values,this.useCopyButton=e.UseCopyButton||!1,this.inputMask=e.InputMask,this.tags=e.Tags||null}calcDefaultValue(e){return 2===this.type?"True"===e.DefaultValue:e.DefaultValue||null}get descriptionWithLink(){if("Boolean"===i[this.type]&&this.placeholder||"Link"===i[this.type]){const e=/{link}/i,t=`<a href="${this.placeholder||this.defaultValue}" target="_blank" rel="noopener noreferrer">${this.label}</a>`;return this.description.match(e)?this.description.replace(e,t):`${this.description} ${t}`}return this.description}}let{FieldTypes:i}=t;!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"}(i||(i={}));let s,{endpoint:a}=t,{session:l}=t,{lang:u="en"}=t,{local:h="en-US"}=t,{translationurl:p}=t,{customerid:f}=t,{currency:d}=t,{amount:m}=t,{selectedpaymentmethodname:y}=t,{clientstyling:b=""}=t,{clientstylingurl:g=""}=t,{RedirectionModeStringEnum:v}=t;!function(e){e.Default="Default",e.RedirectWithRetry="Redirect"}(v||(v={}));let E,w,T,C,x,B,A,L,S,P,M={},R=[],N={},I=!1,k=[],D=!1,$=window.navigator.userAgent,F=window.matchMedia("(max-width: 750px)"),U=new Intl.NumberFormat(h,{minimumFractionDigits:2}),G="",j={},V={};const z=()=>{var e;e=u,dn.set(e)};Object.keys(In).forEach((e=>{Nn(e,In[e])}));var X;X=()=>(window.addEventListener("closeModal",J,!1),window.addEventListener("confirmModal",ee,!1),window.addEventListener("closeIframe",Q,!1),window.addEventListener("notificationButtonClick",te,!1),document.addEventListener("click",W),()=>{window.removeEventListener("closeModal",J),window.removeEventListener("confirmModal",ee),window.removeEventListener("closeIframe",Q),window.removeEventListener("notificationButtonClick",te)}),H().$$.on_mount.push(X);const W=e=>{L&&(r(21,j[L]=!0,j),oe(R.find((e=>e.name===L)))),e.composedPath().includes(S)||r(19,L=null)},K=(e,t)=>{t!==L?(S=e.composedPath()[0],r(19,L=t)):r(19,L=null)},q=()=>{dispatchEvent(new CustomEvent("backToMethodList",{bubbles:!0,cancelable:!0,composed:!0})),Z()},Z=()=>{dispatchEvent(new CustomEvent("hidePaymentDetails",{detail:{hideMethodDetails:D},bubbles:!0,cancelable:!0,composed:!0}))},Y=()=>{dispatchEvent(new CustomEvent("hideMethodsList",{detail:{hideMethodsList:D},bubbles:!0,cancelable:!0,composed:!0}))},Q=()=>{r(14,w=null)},J=()=>{r(13,I=!1)},ee=()=>{r(18,A=!0);const e=new URL(`${a}/v1/player/${f}/payment/GetPaymentConfirm`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json");const n={method:"POST",mode:"cors",headers:t,body:JSON.stringify({XPaymentSessionToken:s})};fetch(e,n).then((e=>e.json())).then((e=>{s=e.XPaymentSessionToken,r(14,w=e.RedirectUrl),r(16,x=e.RedirectionMode),r(18,A=!1),e.RedirectionMode===v.RedirectWithRetry&&(T=window.open(e.RedirectUrl,"_blank"),r(15,C=!!T),T||r(17,B=!0))}))},te=()=>{T=window.open(w,"_blank"),r(15,C=!0),r(17,B=!1)},re=e=>{e&&window.postMessage({type:"NavigateTo",path:e,target:"_blank",externalLink:!1},window.location.href)},ne=()=>{r(20,G=(m?"":n("errorEmptyField"))||(M.DisplayCurrency.MinAmountLimit>m?n("minAmountError",{values:{amount:U.format(M.DisplayCurrency.MinAmountLimit),currency:M.DisplayCurrency.Name}}):"")||(M.DisplayCurrency.MaxAmountLimit<m?n("maxAmountError",{values:{amount:U.format(M.DisplayCurrency.MaxAmountLimit),currency:M.DisplayCurrency.Name}}):"")||(M.AmountMultiplier&&M.AmountMultiplier%m!=0?n("amountMultiplierError",{values:{multiplier:M.AmountMultiplier}}):"")||(M.IsIntegerAmount&&!Number.isInteger(m)?n("amountIntError"):"")||(Number(m).toFixed(2)!=m?n("amountDecimalError"):""))},oe=e=>{const t=N[e.name];r(22,V[e.name]=((e,t)=>!e.isRequired||t&&t.toString().trim()?"":n("errorEmptyField"))(e,t)||((e,t)=>e.format&&!t.toString().match(e.format)?n("invalidFieldError",{values:{field:e.label}}):"")(e,t),V)};return e.$$set=e=>{"FieldTypes"in e&&r(0,i=e.FieldTypes),"endpoint"in e&&r(34,a=e.endpoint),"session"in e&&r(35,l=e.session),"lang"in e&&r(3,u=e.lang),"local"in e&&r(36,h=e.local),"translationurl"in e&&r(4,p=e.translationurl),"customerid"in e&&r(37,f=e.customerid),"currency"in e&&r(5,d=e.currency),"amount"in e&&r(1,m=e.amount),"selectedpaymentmethodname"in e&&r(38,y=e.selectedpaymentmethodname),"clientstyling"in e&&r(39,b=e.clientstyling),"clientstylingurl"in e&&r(40,g=e.clientstylingurl),"RedirectionModeStringEnum"in e&&r(2,v=e.RedirectionModeStringEnum)},e.$$.update=()=>{/*currency*/32&e.$$.dirty[0]|/*endpoint, session, selectedpaymentmethodname*/152&e.$$.dirty[1]&&a&&l&&y&&d&&(()=>{const e=new URL(`${a}/v1/player/${f}/payment/GetPaymentMethod`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json");const n={method:"POST",mode:"cors",headers:t,body:JSON.stringify({PaymentMethodName:y,Currency:d,XPaymentSessionToken:l})};fetch(e,n).then((e=>e.json())).then((e=>{s=e.XPaymentSessionToken,r(10,M=e.PaymentMethod),r(21,j={}),r(12,N={}),r(22,V={}),ne(),r(11,R=M.Fields&&M.Fields.map((e=>new o(e)))),R.forEach((e=>{oe(e)})),Y()}))})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstyling*/256&e.$$.dirty[1]&&b&&E&&(()=>{let e=document.createElement("style");e.innerHTML=b,E.appendChild(e)})(),/*customStylingContainer*/64&e.$$.dirty[0]|/*clientstylingurl*/512&e.$$.dirty[1]&&g&&E&&(()=>{let e=new URL(g),t=document.createElement("style");fetch(e.href).then((e=>e.text())).then((e=>{t.innerHTML=e,setTimeout((()=>{E.appendChild(t)}),1),setTimeout((()=>{}),500)}))})(),/*lang*/8&e.$$.dirty[0]&&u&&z(),/*lang, translationurl*/24&e.$$.dirty[0]&&u&&p&&(()=>{if(p)fetch(p).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{Nn(t,e[t])}))})).catch((e=>{}))})(),/*qrCodeContainer*/128&e.$$.dirty[0]|/*selectedpaymentmethodname*/128&e.$$.dirty[1]&&y&&k.length&&k.forEach((e=>{if(e&&e.innerText){const t=e.innerText;e.innerText="",new QRCode(e,{text:t,width:250,height:250})}})),/*innerWidth*/512&e.$$.dirty[0]&&P&&r(8,D=(e=>!!(e.toLowerCase().match(/android/i)||e.toLowerCase().match(/blackberry|bb/i)||e.toLowerCase().match(/iphone|ipad|ipod/i)||e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)))($)||F.matches),/*mobileView*/256&e.$$.dirty[0]&&D.toString()&&Y()},[i,m,v,u,p,d,E,k,D,P,M,R,N,I,w,C,x,B,A,L,G,j,V,n,U,K,()=>{r(18,A=!0);const e=new URL(`${a}/v1/player/${f}/payment/GetPaymentPrepare`),t=new Headers;t.append("accept","application/json"),t.append("Content-Type","application/json");const n={method:"POST",mode:"cors",headers:t,body:JSON.stringify({XPaymentSessionToken:s,Transaction:{PaymentMethod:M.Name,Amount:m,Currency:d,CustomFields:N},Account:{}})};fetch(e,n).then((e=>e.json())).then((e=>{s=e.XPaymentSessionToken,r(18,A=!1),r(13,I=!0)}))},q,re,e=>{if(!e.correlationFieldName)return!0;const t=e.correlationFieldValue.includes(N[e.correlationFieldName]);return!t&&N[e.name]&&delete N[e.name],t},ne,oe,(e,t)=>!!e||Object.values(t).some((e=>!!e)),o,a,l,h,f,y,b,g,function(){r(9,P=Xn.innerWidth)},()=>q(),function(){m=_(this.value),r(1,m)},()=>ne(),()=>{r(21,j.amount=!0,j),ne()},function(e){N[e.name]=this.value,r(12,N)},e=>{oe(e)},e=>{r(21,j[e.name]=!0,j),oe(e)},function(e){N[e.name]=_(this.value),r(12,N)},e=>{oe(e)},e=>{r(21,j[e.name]=!0,j),oe(e)},function(e){N[e.name]=this.value,r(12,N)},e=>{oe(e)},e=>{r(21,j[e.name]=!0,j),oe(e)},function(e){N[e.name]=this.value,r(12,N)},(e,t)=>K(t,e.name),(e,t)=>{r(12,N[e.name]=t.Name,N),r(11,R)},function(e){N[e.name]=this.checked,r(12,N)},e=>{r(21,j[e.name]=!0,j),oe(e)},function(e){O[e?"unshift":"push"]((()=>{k[k.length]=e,r(7,k)}))},e=>{re(e.description)},function(e){N[e.name]=this.value,r(12,N)},()=>{r(15,C=!1)},function(e){O[e?"unshift":"push"]((()=>{E=e,r(6,E)}))}]}class Ao extends W{constructor(e){super();const t=document.createElement("style");t.textContent='@keyframes loading-spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.MethodsDetails{position:relative;display:flex;flex-direction:column;gap:5px}.MethodsDetails:has(.RedirectionNotification) form{visibility:hidden}.FormLogo{align-items:center;display:flex;height:50px;border-bottom:1px solid var(--emw--color-gray-100, #E8E9EB)}.FormLogo .SelectedLogoDescription{color:var(--emw--color-black, #111);font-size:var(--emw--font-size-small, 14px);margin:7px 5px 7px 7px;word-break:break-word}.FormLogo .SelectedLogoWrapper{width:56px;height:32px;flex-shrink:0;background:var(--emw--color-background, #FFF);border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-large, 6px)}.FormLogo .SelectedLogoWrapper img{max-height:32px;max-width:56px}.FormLogo .ChangePaymeth{margin-left:auto;cursor:pointer;color:var(--emw--color-black, #111);font-size:var(--emw--font-size-small, 14px);text-decoration-line:underline}.SelectedMethodDescription{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);margin:10px 0 5px;line-height:var(--emw--font-size-x-small, 12px)}.RedirectionNotification{height:100%;width:inherit;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.RedirectionNotification .RedirectionClose{display:flex;width:234px;height:36px;flex-direction:column;justify-content:center;flex-shrink:0;color:var(--emw--color-white, #FFF);cursor:pointer;text-align:center;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;border-radius:4px;background:var(--emw--color-primary, #7EC51E)}.RedirectionNotification .RedirectionTitle{color:var(--emw--color-black, #111);font-size:var(--emw--font-size-x-small, 12px);font-style:normal;text-transform:none;font-weight:var(--emw--font-weight-bold, 600)}.RedirectionNotification .RedirectionMessage{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);font-style:normal;text-transform:none}cashier-iframe-redirect{height:inherit;width:inherit}.IframeRedirect{display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%;z-index:100;top:0;left:0;background-color:var(--emw--color-gray-transparency-20, rgba(0, 0, 0, 0.2))}.FieldWrapper,label{display:flex;flex-direction:column}.FieldWrapper{background-color:var(--emw--color-gray-transparency-100, rgb(255, 255, 255));border-radius:6px;box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1);padding:0 15px 15px;margin-bottom:10px}.FieldWrapper:has(.QRCode, .Label){box-shadow:none;background:transparent}.FieldWrapper.Hidden{height:0;visibility:hidden;margin:0;padding:0}.Alert{display:none}.Invalid input,.Invalid .Selected{border-color:var(--emw--color-error, #FE0101)}.Invalid .Alert{display:inline-block}.Invalid .AmountLimits{display:none}.Alert{color:var(--emw--color-error, #FE0101);font-size:var(--emw--font-size-x-small, 12px);margin:5px 0 0 2px;line-height:var(--emw--font-size-x-small, 12px)}.AmountLimits{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);margin:5px 0 0 2px;line-height:var(--emw--font-size-x-small, 12px)}input,.Selected{border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);height:40px;line-height:var(--emw--size-small, 14px);color:var(--emw--color-black, #111);padding:0 15px}input:focus,.Selected:focus{outline:none}label{color:var(--emw--color-black, #111);font-size:var(--emw--size-small, 14px);margin-top:7px;line-height:27px}label span.Required:before{content:"*";display:inline-block;margin-right:2px}.Description{color:var(--emw--color-gray-300, #666);font-size:var(--emw--font-size-x-small, 12px);margin:0 0 5px 2px;line-height:var(--emw--font-size-x-small, 12px)}.PrimaryButton{color:var(--emw--color-white, #FFF);text-align:center;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:400;height:46px;border-radius:50px;line-height:normal;border:none;background:var(--emw--color-primary, #7EC51E);width:100%;margin:12px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px}.PrimaryButton .ButtonAmount{font-weight:600}.PrimaryButton .ButtonSpinner{animation:loading-spinner 1s linear infinite;background:var(--emw--color-active, #5C950F)}.PrimaryButton[disabled]{background:var(--emw--color-disabled, rgba(153, 153, 153, 0.5019607843));cursor:auto;pointer-events:none}.PrimaryButton:hover{background:var(--emw--color-hover, #71B11B)}.PrimaryButton:active{background:var(--emw--color-active, #5C950F)}.QRCode{width:250px;margin:auto}.Checkbox{display:flex;position:relative;margin-top:12px}.Checkbox .Description{margin:0 0 0 20px;cursor:pointer;line-height:var(--emw--font-size-medium, 16px)}.Checkbox .Checkmark{position:absolute;top:2px;left:0;height:12px;width:12px;border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);background-color:var(--emw--color-white, #FFF);cursor:pointer}.Checkbox .Checkmark:after{content:"";position:absolute;display:none}.Checkbox .Checkmark:after{left:4px;top:0;width:2px;height:8px;border:solid var(--emw--color-white, #FFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.Checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.Checkbox input:checked~.Checkmark{background-color:var(--emw--color-primary, #7EC51E);border-color:var(--emw--color-primary, #7EC51E)}.Checkbox input:checked~.Checkmark:after{display:block}.CustomSelect{width:100%;position:relative}.Selected{display:flex;align-items:center;cursor:pointer}.Selected:after{position:absolute;content:"";top:19px;right:10px;width:0;height:0;border:6px solid transparent;border-color:rgb(168, 169, 170) transparent transparent transparent}.OptionList{display:none;position:absolute;top:100%;left:0;right:0;z-index:99;background-color:white;border:1px solid var(--emw--color-gray-100, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);margin-top:5px}.OptionList div{padding:8px 16px;cursor:pointer;user-select:none}.OptionList div:hover{background-color:var(--emw--color-background-secondary, #F9F9F9)}.OptionList.Opened{display:block}',this.shadowRoot.appendChild(t),X(this,{target:this.shadowRoot,props:A(this.attributes),customElement:!0},Bo,Co,i,{PaymentMethodDetails:33,FieldTypes:0,endpoint:34,session:35,lang:3,local:36,translationurl:4,customerid:37,currency:5,amount:1,selectedpaymentmethodname:38,clientstyling:39,clientstylingurl:40,RedirectionModeStringEnum:2},null,[-1,-1,-1,-1]),e&&(e.target&&p(e.target,this,e.anchor),e.props&&(this.$set(e.props),U()))}static get observedAttributes(){return["PaymentMethodDetails","FieldTypes","endpoint","session","lang","local","translationurl","customerid","currency","amount","selectedpaymentmethodname","clientstyling","clientstylingurl","RedirectionModeStringEnum"]}get PaymentMethodDetails(){return this.$$.ctx[33]}get FieldTypes(){return this.$$.ctx[0]}set FieldTypes(e){this.$$set({FieldTypes:e}),U()}get endpoint(){return this.$$.ctx[34]}set endpoint(e){this.$$set({endpoint:e}),U()}get session(){return this.$$.ctx[35]}set session(e){this.$$set({session:e}),U()}get lang(){return this.$$.ctx[3]}set lang(e){this.$$set({lang:e}),U()}get local(){return this.$$.ctx[36]}set local(e){this.$$set({local:e}),U()}get translationurl(){return this.$$.ctx[4]}set translationurl(e){this.$$set({translationurl:e}),U()}get customerid(){return this.$$.ctx[37]}set customerid(e){this.$$set({customerid:e}),U()}get currency(){return this.$$.ctx[5]}set currency(e){this.$$set({currency:e}),U()}get amount(){return this.$$.ctx[1]}set amount(e){this.$$set({amount:e}),U()}get selectedpaymentmethodname(){return this.$$.ctx[38]}set selectedpaymentmethodname(e){this.$$set({selectedpaymentmethodname:e}),U()}get clientstyling(){return this.$$.ctx[39]}set clientstyling(e){this.$$set({clientstyling:e}),U()}get clientstylingurl(){return this.$$.ctx[40]}set clientstylingurl(e){this.$$set({clientstylingurl:e}),U()}get RedirectionModeStringEnum(){return this.$$.ctx[2]}set RedirectionModeStringEnum(e){this.$$set({RedirectionModeStringEnum:e}),U()}}return!customElements.get("cashier-method-details")&&customElements.define("cashier-method-details",Ao),Ao}));
|
739
748
|
//# sourceMappingURL=cashier-method-details.js.map
|