@one-payments/web-components 1.1.18 → 1.1.20

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/index.js CHANGED
@@ -3,18 +3,18 @@
3
3
  * Copyright 2019 Google LLC
4
4
  * SPDX-License-Identifier: BSD-3-Clause
5
5
  */
6
- const ye = globalThis, qe = ye.ShadowRoot && (ye.ShadyCSS === void 0 || ye.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Ve = Symbol(), Je = /* @__PURE__ */ new WeakMap();
7
- let ht = class {
8
- constructor(e, r, n) {
9
- if (this._$cssResult$ = !0, n !== Ve) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
10
- this.cssText = e, this.t = r;
6
+ const ye = globalThis, Ve = ye.ShadowRoot && (ye.ShadyCSS === void 0 || ye.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Ze = Symbol(), Ge = /* @__PURE__ */ new WeakMap();
7
+ let ut = class {
8
+ constructor(e, n, r) {
9
+ if (this._$cssResult$ = !0, r !== Ze) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
10
+ this.cssText = e, this.t = n;
11
11
  }
12
12
  get styleSheet() {
13
13
  let e = this.o;
14
- const r = this.t;
15
- if (qe && e === void 0) {
16
- const n = r !== void 0 && r.length === 1;
17
- n && (e = Je.get(r)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), n && Je.set(r, e));
14
+ const n = this.t;
15
+ if (Ve && e === void 0) {
16
+ const r = n !== void 0 && n.length === 1;
17
+ r && (e = Ge.get(n)), e === void 0 && ((this.o = e = new CSSStyleSheet()).replaceSync(this.cssText), r && Ge.set(n, e));
18
18
  }
19
19
  return e;
20
20
  }
@@ -22,33 +22,33 @@ let ht = class {
22
22
  return this.cssText;
23
23
  }
24
24
  };
25
- const Ft = (t) => new ht(typeof t == "string" ? t : t + "", void 0, Ve), Lt = (t, ...e) => {
26
- const r = t.length === 1 ? t[0] : e.reduce((n, i, o) => n + ((s) => {
25
+ const Bt = (t) => new ut(typeof t == "string" ? t : t + "", void 0, Ze), Ut = (t, ...e) => {
26
+ const n = t.length === 1 ? t[0] : e.reduce((r, i, o) => r + ((s) => {
27
27
  if (s._$cssResult$ === !0) return s.cssText;
28
28
  if (typeof s == "number") return s;
29
29
  throw Error("Value passed to 'css' function must be a 'css' function result: " + s + ". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.");
30
30
  })(i) + t[o + 1], t[0]);
31
- return new ht(r, t, Ve);
32
- }, Bt = (t, e) => {
33
- if (qe) t.adoptedStyleSheets = e.map((r) => r instanceof CSSStyleSheet ? r : r.styleSheet);
34
- else for (const r of e) {
35
- const n = document.createElement("style"), i = ye.litNonce;
36
- i !== void 0 && n.setAttribute("nonce", i), n.textContent = r.cssText, t.appendChild(n);
37
- }
38
- }, We = qe ? (t) => t : (t) => t instanceof CSSStyleSheet ? ((e) => {
39
- let r = "";
40
- for (const n of e.cssRules) r += n.cssText;
41
- return Ft(r);
31
+ return new ut(n, t, Ze);
32
+ }, zt = (t, e) => {
33
+ if (Ve) t.adoptedStyleSheets = e.map((n) => n instanceof CSSStyleSheet ? n : n.styleSheet);
34
+ else for (const n of e) {
35
+ const r = document.createElement("style"), i = ye.litNonce;
36
+ i !== void 0 && r.setAttribute("nonce", i), r.textContent = n.cssText, t.appendChild(r);
37
+ }
38
+ }, _e = Ve ? (t) => t : (t) => t instanceof CSSStyleSheet ? ((e) => {
39
+ let n = "";
40
+ for (const r of e.cssRules) n += r.cssText;
41
+ return Bt(n);
42
42
  })(t) : t;
43
43
  /**
44
44
  * @license
45
45
  * Copyright 2017 Google LLC
46
46
  * SPDX-License-Identifier: BSD-3-Clause
47
47
  */
48
- const { is: Ut, defineProperty: Ot, getOwnPropertyDescriptor: zt, getOwnPropertyNames: qt, getOwnPropertySymbols: Vt, getPrototypeOf: Ht } = Object, O = globalThis, Xe = O.trustedTypes, jt = Xe ? Xe.emptyScript : "", Ie = O.reactiveElementPolyfillSupport, ie = (t, e) => t, be = { toAttribute(t, e) {
48
+ const { is: qt, defineProperty: Ot, getOwnPropertyDescriptor: jt, getOwnPropertyNames: Vt, getOwnPropertySymbols: Zt, getPrototypeOf: Yt } = Object, O = globalThis, $e = O.trustedTypes, Ht = $e ? $e.emptyScript : "", Ie = O.reactiveElementPolyfillSupport, ie = (t, e) => t, be = { toAttribute(t, e) {
49
49
  switch (e) {
50
50
  case Boolean:
51
- t = t ? jt : null;
51
+ t = t ? Ht : null;
52
52
  break;
53
53
  case Object:
54
54
  case Array:
@@ -56,24 +56,24 @@ const { is: Ut, defineProperty: Ot, getOwnPropertyDescriptor: zt, getOwnProperty
56
56
  }
57
57
  return t;
58
58
  }, fromAttribute(t, e) {
59
- let r = t;
59
+ let n = t;
60
60
  switch (e) {
61
61
  case Boolean:
62
- r = t !== null;
62
+ n = t !== null;
63
63
  break;
64
64
  case Number:
65
- r = t === null ? null : Number(t);
65
+ n = t === null ? null : Number(t);
66
66
  break;
67
67
  case Object:
68
68
  case Array:
69
69
  try {
70
- r = JSON.parse(t);
70
+ n = JSON.parse(t);
71
71
  } catch {
72
- r = null;
72
+ n = null;
73
73
  }
74
74
  }
75
- return r;
76
- } }, He = (t, e) => !Ut(t, e), et = { attribute: !0, type: String, converter: be, reflect: !1, useDefault: !1, hasChanged: He };
75
+ return n;
76
+ } }, Ye = (t, e) => !qt(t, e), et = { attribute: !0, type: String, converter: be, reflect: !1, useDefault: !1, hasChanged: Ye };
77
77
  Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), O.litPropertyMetadata ?? (O.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
78
78
  let Q = class extends HTMLElement {
79
79
  static addInitializer(e) {
@@ -82,21 +82,21 @@ let Q = class extends HTMLElement {
82
82
  static get observedAttributes() {
83
83
  return this.finalize(), this._$Eh && [...this._$Eh.keys()];
84
84
  }
85
- static createProperty(e, r = et) {
86
- if (r.state && (r.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((r = Object.create(r)).wrapped = !0), this.elementProperties.set(e, r), !r.noAccessor) {
87
- const n = Symbol(), i = this.getPropertyDescriptor(e, n, r);
85
+ static createProperty(e, n = et) {
86
+ if (n.state && (n.attribute = !1), this._$Ei(), this.prototype.hasOwnProperty(e) && ((n = Object.create(n)).wrapped = !0), this.elementProperties.set(e, n), !n.noAccessor) {
87
+ const r = Symbol(), i = this.getPropertyDescriptor(e, r, n);
88
88
  i !== void 0 && Ot(this.prototype, e, i);
89
89
  }
90
90
  }
91
- static getPropertyDescriptor(e, r, n) {
92
- const { get: i, set: o } = zt(this.prototype, e) ?? { get() {
93
- return this[r];
91
+ static getPropertyDescriptor(e, n, r) {
92
+ const { get: i, set: o } = jt(this.prototype, e) ?? { get() {
93
+ return this[n];
94
94
  }, set(s) {
95
- this[r] = s;
95
+ this[n] = s;
96
96
  } };
97
97
  return { get: i, set(s) {
98
98
  const l = i == null ? void 0 : i.call(this);
99
- o == null || o.call(this, s), this.requestUpdate(e, l, n);
99
+ o == null || o.call(this, s), this.requestUpdate(e, l, r);
100
100
  }, configurable: !0, enumerable: !0 };
101
101
  }
102
102
  static getPropertyOptions(e) {
@@ -104,118 +104,118 @@ let Q = class extends HTMLElement {
104
104
  }
105
105
  static _$Ei() {
106
106
  if (this.hasOwnProperty(ie("elementProperties"))) return;
107
- const e = Ht(this);
107
+ const e = Yt(this);
108
108
  e.finalize(), e.l !== void 0 && (this.l = [...e.l]), this.elementProperties = new Map(e.elementProperties);
109
109
  }
110
110
  static finalize() {
111
111
  if (this.hasOwnProperty(ie("finalized"))) return;
112
112
  if (this.finalized = !0, this._$Ei(), this.hasOwnProperty(ie("properties"))) {
113
- const r = this.properties, n = [...qt(r), ...Vt(r)];
114
- for (const i of n) this.createProperty(i, r[i]);
113
+ const n = this.properties, r = [...Vt(n), ...Zt(n)];
114
+ for (const i of r) this.createProperty(i, n[i]);
115
115
  }
116
116
  const e = this[Symbol.metadata];
117
117
  if (e !== null) {
118
- const r = litPropertyMetadata.get(e);
119
- if (r !== void 0) for (const [n, i] of r) this.elementProperties.set(n, i);
118
+ const n = litPropertyMetadata.get(e);
119
+ if (n !== void 0) for (const [r, i] of n) this.elementProperties.set(r, i);
120
120
  }
121
121
  this._$Eh = /* @__PURE__ */ new Map();
122
- for (const [r, n] of this.elementProperties) {
123
- const i = this._$Eu(r, n);
124
- i !== void 0 && this._$Eh.set(i, r);
122
+ for (const [n, r] of this.elementProperties) {
123
+ const i = this._$Eu(n, r);
124
+ i !== void 0 && this._$Eh.set(i, n);
125
125
  }
126
126
  this.elementStyles = this.finalizeStyles(this.styles);
127
127
  }
128
128
  static finalizeStyles(e) {
129
- const r = [];
129
+ const n = [];
130
130
  if (Array.isArray(e)) {
131
- const n = new Set(e.flat(1 / 0).reverse());
132
- for (const i of n) r.unshift(We(i));
133
- } else e !== void 0 && r.push(We(e));
134
- return r;
131
+ const r = new Set(e.flat(1 / 0).reverse());
132
+ for (const i of r) n.unshift(_e(i));
133
+ } else e !== void 0 && n.push(_e(e));
134
+ return n;
135
135
  }
136
- static _$Eu(e, r) {
137
- const n = r.attribute;
138
- return n === !1 ? void 0 : typeof n == "string" ? n : typeof e == "string" ? e.toLowerCase() : void 0;
136
+ static _$Eu(e, n) {
137
+ const r = n.attribute;
138
+ return r === !1 ? void 0 : typeof r == "string" ? r : typeof e == "string" ? e.toLowerCase() : void 0;
139
139
  }
140
140
  constructor() {
141
141
  super(), this._$Ep = void 0, this.isUpdatePending = !1, this.hasUpdated = !1, this._$Em = null, this._$Ev();
142
142
  }
143
143
  _$Ev() {
144
144
  var e;
145
- this._$ES = new Promise((r) => this.enableUpdating = r), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (e = this.constructor.l) == null || e.forEach((r) => r(this));
145
+ this._$ES = new Promise((n) => this.enableUpdating = n), this._$AL = /* @__PURE__ */ new Map(), this._$E_(), this.requestUpdate(), (e = this.constructor.l) == null || e.forEach((n) => n(this));
146
146
  }
147
147
  addController(e) {
148
- var r;
149
- (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(e), this.renderRoot !== void 0 && this.isConnected && ((r = e.hostConnected) == null || r.call(e));
148
+ var n;
149
+ (this._$EO ?? (this._$EO = /* @__PURE__ */ new Set())).add(e), this.renderRoot !== void 0 && this.isConnected && ((n = e.hostConnected) == null || n.call(e));
150
150
  }
151
151
  removeController(e) {
152
- var r;
153
- (r = this._$EO) == null || r.delete(e);
152
+ var n;
153
+ (n = this._$EO) == null || n.delete(e);
154
154
  }
155
155
  _$E_() {
156
- const e = /* @__PURE__ */ new Map(), r = this.constructor.elementProperties;
157
- for (const n of r.keys()) this.hasOwnProperty(n) && (e.set(n, this[n]), delete this[n]);
156
+ const e = /* @__PURE__ */ new Map(), n = this.constructor.elementProperties;
157
+ for (const r of n.keys()) this.hasOwnProperty(r) && (e.set(r, this[r]), delete this[r]);
158
158
  e.size > 0 && (this._$Ep = e);
159
159
  }
160
160
  createRenderRoot() {
161
161
  const e = this.shadowRoot ?? this.attachShadow(this.constructor.shadowRootOptions);
162
- return Bt(e, this.constructor.elementStyles), e;
162
+ return zt(e, this.constructor.elementStyles), e;
163
163
  }
164
164
  connectedCallback() {
165
165
  var e;
166
- this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (e = this._$EO) == null || e.forEach((r) => {
167
- var n;
168
- return (n = r.hostConnected) == null ? void 0 : n.call(r);
166
+ this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this.enableUpdating(!0), (e = this._$EO) == null || e.forEach((n) => {
167
+ var r;
168
+ return (r = n.hostConnected) == null ? void 0 : r.call(n);
169
169
  });
170
170
  }
171
171
  enableUpdating(e) {
172
172
  }
173
173
  disconnectedCallback() {
174
174
  var e;
175
- (e = this._$EO) == null || e.forEach((r) => {
176
- var n;
177
- return (n = r.hostDisconnected) == null ? void 0 : n.call(r);
175
+ (e = this._$EO) == null || e.forEach((n) => {
176
+ var r;
177
+ return (r = n.hostDisconnected) == null ? void 0 : r.call(n);
178
178
  });
179
179
  }
180
- attributeChangedCallback(e, r, n) {
181
- this._$AK(e, n);
180
+ attributeChangedCallback(e, n, r) {
181
+ this._$AK(e, r);
182
182
  }
183
- _$ET(e, r) {
183
+ _$ET(e, n) {
184
184
  var o;
185
- const n = this.constructor.elementProperties.get(e), i = this.constructor._$Eu(e, n);
186
- if (i !== void 0 && n.reflect === !0) {
187
- const s = (((o = n.converter) == null ? void 0 : o.toAttribute) !== void 0 ? n.converter : be).toAttribute(r, n.type);
185
+ const r = this.constructor.elementProperties.get(e), i = this.constructor._$Eu(e, r);
186
+ if (i !== void 0 && r.reflect === !0) {
187
+ const s = (((o = r.converter) == null ? void 0 : o.toAttribute) !== void 0 ? r.converter : be).toAttribute(n, r.type);
188
188
  this._$Em = e, s == null ? this.removeAttribute(i) : this.setAttribute(i, s), this._$Em = null;
189
189
  }
190
190
  }
191
- _$AK(e, r) {
191
+ _$AK(e, n) {
192
192
  var o, s;
193
- const n = this.constructor, i = n._$Eh.get(e);
193
+ const r = this.constructor, i = r._$Eh.get(e);
194
194
  if (i !== void 0 && this._$Em !== i) {
195
- const l = n.getPropertyOptions(i), a = typeof l.converter == "function" ? { fromAttribute: l.converter } : ((o = l.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? l.converter : be;
195
+ const l = r.getPropertyOptions(i), a = typeof l.converter == "function" ? { fromAttribute: l.converter } : ((o = l.converter) == null ? void 0 : o.fromAttribute) !== void 0 ? l.converter : be;
196
196
  this._$Em = i;
197
- const d = a.fromAttribute(r, l.type);
197
+ const d = a.fromAttribute(n, l.type);
198
198
  this[i] = d ?? ((s = this._$Ej) == null ? void 0 : s.get(i)) ?? d, this._$Em = null;
199
199
  }
200
200
  }
201
- requestUpdate(e, r, n) {
201
+ requestUpdate(e, n, r) {
202
202
  var i;
203
203
  if (e !== void 0) {
204
204
  const o = this.constructor, s = this[e];
205
- if (n ?? (n = o.getPropertyOptions(e)), !((n.hasChanged ?? He)(s, r) || n.useDefault && n.reflect && s === ((i = this._$Ej) == null ? void 0 : i.get(e)) && !this.hasAttribute(o._$Eu(e, n)))) return;
206
- this.C(e, r, n);
205
+ if (r ?? (r = o.getPropertyOptions(e)), !((r.hasChanged ?? Ye)(s, n) || r.useDefault && r.reflect && s === ((i = this._$Ej) == null ? void 0 : i.get(e)) && !this.hasAttribute(o._$Eu(e, r)))) return;
206
+ this.C(e, n, r);
207
207
  }
208
208
  this.isUpdatePending === !1 && (this._$ES = this._$EP());
209
209
  }
210
- C(e, r, { useDefault: n, reflect: i, wrapped: o }, s) {
211
- n && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(e) && (this._$Ej.set(e, s ?? r ?? this[e]), o !== !0 || s !== void 0) || (this._$AL.has(e) || (this.hasUpdated || n || (r = void 0), this._$AL.set(e, r)), i === !0 && this._$Em !== e && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(e));
210
+ C(e, n, { useDefault: r, reflect: i, wrapped: o }, s) {
211
+ r && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(e) && (this._$Ej.set(e, s ?? n ?? this[e]), o !== !0 || s !== void 0) || (this._$AL.has(e) || (this.hasUpdated || r || (n = void 0), this._$AL.set(e, n)), i === !0 && this._$Em !== e && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(e));
212
212
  }
213
213
  async _$EP() {
214
214
  this.isUpdatePending = !0;
215
215
  try {
216
216
  await this._$ES;
217
- } catch (r) {
218
- Promise.reject(r);
217
+ } catch (n) {
218
+ Promise.reject(n);
219
219
  }
220
220
  const e = this.scheduleUpdate();
221
221
  return e != null && await e, !this.isUpdatePending;
@@ -224,7 +224,7 @@ let Q = class extends HTMLElement {
224
224
  return this.performUpdate();
225
225
  }
226
226
  performUpdate() {
227
- var n;
227
+ var r;
228
228
  if (!this.isUpdatePending) return;
229
229
  if (!this.hasUpdated) {
230
230
  if (this.renderRoot ?? (this.renderRoot = this.createRenderRoot()), this._$Ep) {
@@ -238,24 +238,24 @@ let Q = class extends HTMLElement {
238
238
  }
239
239
  }
240
240
  let e = !1;
241
- const r = this._$AL;
241
+ const n = this._$AL;
242
242
  try {
243
- e = this.shouldUpdate(r), e ? (this.willUpdate(r), (n = this._$EO) == null || n.forEach((i) => {
243
+ e = this.shouldUpdate(n), e ? (this.willUpdate(n), (r = this._$EO) == null || r.forEach((i) => {
244
244
  var o;
245
245
  return (o = i.hostUpdate) == null ? void 0 : o.call(i);
246
- }), this.update(r)) : this._$EM();
246
+ }), this.update(n)) : this._$EM();
247
247
  } catch (i) {
248
248
  throw e = !1, this._$EM(), i;
249
249
  }
250
- e && this._$AE(r);
250
+ e && this._$AE(n);
251
251
  }
252
252
  willUpdate(e) {
253
253
  }
254
254
  _$AE(e) {
255
- var r;
256
- (r = this._$EO) == null || r.forEach((n) => {
255
+ var n;
256
+ (n = this._$EO) == null || n.forEach((r) => {
257
257
  var i;
258
- return (i = n.hostUpdated) == null ? void 0 : i.call(n);
258
+ return (i = r.hostUpdated) == null ? void 0 : i.call(r);
259
259
  }), this.hasUpdated || (this.hasUpdated = !0, this.firstUpdated(e)), this.updated(e);
260
260
  }
261
261
  _$EM() {
@@ -271,7 +271,7 @@ let Q = class extends HTMLElement {
271
271
  return !0;
272
272
  }
273
273
  update(e) {
274
- this._$Eq && (this._$Eq = this._$Eq.forEach((r) => this._$ET(r, this[r]))), this._$EM();
274
+ this._$Eq && (this._$Eq = this._$Eq.forEach((n) => this._$ET(n, this[n]))), this._$EM();
275
275
  }
276
276
  updated(e) {
277
277
  }
@@ -284,72 +284,72 @@ Q.elementStyles = [], Q.shadowRootOptions = { mode: "open" }, Q[ie("elementPrope
284
284
  * Copyright 2017 Google LLC
285
285
  * SPDX-License-Identifier: BSD-3-Clause
286
286
  */
287
- const oe = globalThis, we = oe.trustedTypes, tt = we ? we.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, ft = "$lit$", B = `lit$${Math.random().toFixed(9).slice(2)}$`, mt = "?" + B, Yt = `<${mt}>`, K = document, le = () => K.createComment(""), de = (t) => t === null || typeof t != "object" && typeof t != "function", je = Array.isArray, Kt = (t) => je(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", _e = `[
288
- \f\r]`, ne = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, rt = /-->/g, nt = />/g, q = RegExp(`>|${_e}(?:([^\\s"'>=/]+)(${_e}*=${_e}*(?:[^
289
- \f\r"'\`<>=]|("|')|))|$)`, "g"), it = /'/g, ot = /"/g, pt = /^(?:script|style|textarea|title)$/i, Qt = (t) => (e, ...r) => ({ _$litType$: t, strings: e, values: r }), A = Qt(1), G = Symbol.for("lit-noChange"), I = Symbol.for("lit-nothing"), st = /* @__PURE__ */ new WeakMap(), H = K.createTreeWalker(K, 129);
287
+ const oe = globalThis, we = oe.trustedTypes, tt = we ? we.createPolicy("lit-html", { createHTML: (t) => t }) : void 0, ft = "$lit$", z = `lit$${Math.random().toFixed(9).slice(2)}$`, mt = "?" + z, Wt = `<${mt}>`, K = document, le = () => K.createComment(""), de = (t) => t === null || typeof t != "object" && typeof t != "function", He = Array.isArray, Kt = (t) => He(t) || typeof (t == null ? void 0 : t[Symbol.iterator]) == "function", Me = `[
288
+ \f\r]`, re = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, nt = /-->/g, rt = />/g, V = RegExp(`>|${Me}(?:([^\\s"'>=/]+)(${Me}*=${Me}*(?:[^
289
+ \f\r"'\`<>=]|("|')|))|$)`, "g"), it = /'/g, ot = /"/g, pt = /^(?:script|style|textarea|title)$/i, Qt = (t) => (e, ...n) => ({ _$litType$: t, strings: e, values: n }), P = Qt(1), J = Symbol.for("lit-noChange"), I = Symbol.for("lit-nothing"), st = /* @__PURE__ */ new WeakMap(), Y = K.createTreeWalker(K, 129);
290
290
  function gt(t, e) {
291
- if (!je(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
291
+ if (!He(t) || !t.hasOwnProperty("raw")) throw Error("invalid template strings array");
292
292
  return tt !== void 0 ? tt.createHTML(e) : e;
293
293
  }
294
- const Zt = (t, e) => {
295
- const r = t.length - 1, n = [];
296
- let i, o = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", s = ne;
297
- for (let l = 0; l < r; l++) {
294
+ const Xt = (t, e) => {
295
+ const n = t.length - 1, r = [];
296
+ let i, o = e === 2 ? "<svg>" : e === 3 ? "<math>" : "", s = re;
297
+ for (let l = 0; l < n; l++) {
298
298
  const a = t[l];
299
- let d, c, h = -1, f = 0;
300
- for (; f < a.length && (s.lastIndex = f, c = s.exec(a), c !== null); ) f = s.lastIndex, s === ne ? c[1] === "!--" ? s = rt : c[1] !== void 0 ? s = nt : c[2] !== void 0 ? (pt.test(c[2]) && (i = RegExp("</" + c[2], "g")), s = q) : c[3] !== void 0 && (s = q) : s === q ? c[0] === ">" ? (s = i ?? ne, h = -1) : c[1] === void 0 ? h = -2 : (h = s.lastIndex - c[2].length, d = c[1], s = c[3] === void 0 ? q : c[3] === '"' ? ot : it) : s === ot || s === it ? s = q : s === rt || s === nt ? s = ne : (s = q, i = void 0);
301
- const u = s === q && t[l + 1].startsWith("/>") ? " " : "";
302
- o += s === ne ? a + Yt : h >= 0 ? (n.push(d), a.slice(0, h) + ft + a.slice(h) + B + u) : a + B + (h === -2 ? l : u);
299
+ let d, c, u = -1, f = 0;
300
+ for (; f < a.length && (s.lastIndex = f, c = s.exec(a), c !== null); ) f = s.lastIndex, s === re ? c[1] === "!--" ? s = nt : c[1] !== void 0 ? s = rt : c[2] !== void 0 ? (pt.test(c[2]) && (i = RegExp("</" + c[2], "g")), s = V) : c[3] !== void 0 && (s = V) : s === V ? c[0] === ">" ? (s = i ?? re, u = -1) : c[1] === void 0 ? u = -2 : (u = s.lastIndex - c[2].length, d = c[1], s = c[3] === void 0 ? V : c[3] === '"' ? ot : it) : s === ot || s === it ? s = V : s === nt || s === rt ? s = re : (s = V, i = void 0);
301
+ const h = s === V && t[l + 1].startsWith("/>") ? " " : "";
302
+ o += s === re ? a + Wt : u >= 0 ? (r.push(d), a.slice(0, u) + ft + a.slice(u) + z + h) : a + z + (u === -2 ? l : h);
303
303
  }
304
- return [gt(t, o + (t[r] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), n];
304
+ return [gt(t, o + (t[n] || "<?>") + (e === 2 ? "</svg>" : e === 3 ? "</math>" : "")), r];
305
305
  };
306
306
  class ce {
307
- constructor({ strings: e, _$litType$: r }, n) {
307
+ constructor({ strings: e, _$litType$: n }, r) {
308
308
  let i;
309
309
  this.parts = [];
310
310
  let o = 0, s = 0;
311
- const l = e.length - 1, a = this.parts, [d, c] = Zt(e, r);
312
- if (this.el = ce.createElement(d, n), H.currentNode = this.el.content, r === 2 || r === 3) {
313
- const h = this.el.content.firstChild;
314
- h.replaceWith(...h.childNodes);
311
+ const l = e.length - 1, a = this.parts, [d, c] = Xt(e, n);
312
+ if (this.el = ce.createElement(d, r), Y.currentNode = this.el.content, n === 2 || n === 3) {
313
+ const u = this.el.content.firstChild;
314
+ u.replaceWith(...u.childNodes);
315
315
  }
316
- for (; (i = H.nextNode()) !== null && a.length < l; ) {
316
+ for (; (i = Y.nextNode()) !== null && a.length < l; ) {
317
317
  if (i.nodeType === 1) {
318
- if (i.hasAttributes()) for (const h of i.getAttributeNames()) if (h.endsWith(ft)) {
319
- const f = c[s++], u = i.getAttribute(h).split(B), m = /([.?@])?(.*)/.exec(f);
320
- a.push({ type: 1, index: o, name: m[2], strings: u, ctor: m[1] === "." ? Jt : m[1] === "?" ? Wt : m[1] === "@" ? Xt : Se }), i.removeAttribute(h);
321
- } else h.startsWith(B) && (a.push({ type: 6, index: o }), i.removeAttribute(h));
318
+ if (i.hasAttributes()) for (const u of i.getAttributeNames()) if (u.endsWith(ft)) {
319
+ const f = c[s++], h = i.getAttribute(u).split(z), m = /([.?@])?(.*)/.exec(f);
320
+ a.push({ type: 1, index: o, name: m[2], strings: h, ctor: m[1] === "." ? Gt : m[1] === "?" ? _t : m[1] === "@" ? $t : Se }), i.removeAttribute(u);
321
+ } else u.startsWith(z) && (a.push({ type: 6, index: o }), i.removeAttribute(u));
322
322
  if (pt.test(i.tagName)) {
323
- const h = i.textContent.split(B), f = h.length - 1;
323
+ const u = i.textContent.split(z), f = u.length - 1;
324
324
  if (f > 0) {
325
325
  i.textContent = we ? we.emptyScript : "";
326
- for (let u = 0; u < f; u++) i.append(h[u], le()), H.nextNode(), a.push({ type: 2, index: ++o });
327
- i.append(h[f], le());
326
+ for (let h = 0; h < f; h++) i.append(u[h], le()), Y.nextNode(), a.push({ type: 2, index: ++o });
327
+ i.append(u[f], le());
328
328
  }
329
329
  }
330
330
  } else if (i.nodeType === 8) if (i.data === mt) a.push({ type: 2, index: o });
331
331
  else {
332
- let h = -1;
333
- for (; (h = i.data.indexOf(B, h + 1)) !== -1; ) a.push({ type: 7, index: o }), h += B.length - 1;
332
+ let u = -1;
333
+ for (; (u = i.data.indexOf(z, u + 1)) !== -1; ) a.push({ type: 7, index: o }), u += z.length - 1;
334
334
  }
335
335
  o++;
336
336
  }
337
337
  }
338
- static createElement(e, r) {
339
- const n = K.createElement("template");
340
- return n.innerHTML = e, n;
338
+ static createElement(e, n) {
339
+ const r = K.createElement("template");
340
+ return r.innerHTML = e, r;
341
341
  }
342
342
  }
343
- function J(t, e, r = t, n) {
343
+ function G(t, e, n = t, r) {
344
344
  var s, l;
345
- if (e === G) return e;
346
- let i = n !== void 0 ? (s = r._$Co) == null ? void 0 : s[n] : r._$Cl;
345
+ if (e === J) return e;
346
+ let i = r !== void 0 ? (s = n._$Co) == null ? void 0 : s[r] : n._$Cl;
347
347
  const o = de(e) ? void 0 : e._$litDirective$;
348
- return (i == null ? void 0 : i.constructor) !== o && ((l = i == null ? void 0 : i._$AO) == null || l.call(i, !1), o === void 0 ? i = void 0 : (i = new o(t), i._$AT(t, r, n)), n !== void 0 ? (r._$Co ?? (r._$Co = []))[n] = i : r._$Cl = i), i !== void 0 && (e = J(t, i._$AS(t, e.values), i, n)), e;
348
+ return (i == null ? void 0 : i.constructor) !== o && ((l = i == null ? void 0 : i._$AO) == null || l.call(i, !1), o === void 0 ? i = void 0 : (i = new o(t), i._$AT(t, n, r)), r !== void 0 ? (n._$Co ?? (n._$Co = []))[r] = i : n._$Cl = i), i !== void 0 && (e = G(t, i._$AS(t, e.values), i, r)), e;
349
349
  }
350
- class Gt {
351
- constructor(e, r) {
352
- this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = r;
350
+ class Jt {
351
+ constructor(e, n) {
352
+ this._$AV = [], this._$AN = void 0, this._$AD = e, this._$AM = n;
353
353
  }
354
354
  get parentNode() {
355
355
  return this._$AM.parentNode;
@@ -358,35 +358,35 @@ class Gt {
358
358
  return this._$AM._$AU;
359
359
  }
360
360
  u(e) {
361
- const { el: { content: r }, parts: n } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? K).importNode(r, !0);
362
- H.currentNode = i;
363
- let o = H.nextNode(), s = 0, l = 0, a = n[0];
361
+ const { el: { content: n }, parts: r } = this._$AD, i = ((e == null ? void 0 : e.creationScope) ?? K).importNode(n, !0);
362
+ Y.currentNode = i;
363
+ let o = Y.nextNode(), s = 0, l = 0, a = r[0];
364
364
  for (; a !== void 0; ) {
365
365
  if (s === a.index) {
366
366
  let d;
367
- a.type === 2 ? d = new he(o, o.nextSibling, this, e) : a.type === 1 ? d = new a.ctor(o, a.name, a.strings, this, e) : a.type === 6 && (d = new er(o, this, e)), this._$AV.push(d), a = n[++l];
367
+ a.type === 2 ? d = new ue(o, o.nextSibling, this, e) : a.type === 1 ? d = new a.ctor(o, a.name, a.strings, this, e) : a.type === 6 && (d = new en(o, this, e)), this._$AV.push(d), a = r[++l];
368
368
  }
369
- s !== (a == null ? void 0 : a.index) && (o = H.nextNode(), s++);
369
+ s !== (a == null ? void 0 : a.index) && (o = Y.nextNode(), s++);
370
370
  }
371
- return H.currentNode = K, i;
371
+ return Y.currentNode = K, i;
372
372
  }
373
373
  p(e) {
374
- let r = 0;
375
- for (const n of this._$AV) n !== void 0 && (n.strings !== void 0 ? (n._$AI(e, n, r), r += n.strings.length - 2) : n._$AI(e[r])), r++;
374
+ let n = 0;
375
+ for (const r of this._$AV) r !== void 0 && (r.strings !== void 0 ? (r._$AI(e, r, n), n += r.strings.length - 2) : r._$AI(e[n])), n++;
376
376
  }
377
377
  }
378
- class he {
378
+ class ue {
379
379
  get _$AU() {
380
380
  var e;
381
381
  return ((e = this._$AM) == null ? void 0 : e._$AU) ?? this._$Cv;
382
382
  }
383
- constructor(e, r, n, i) {
384
- this.type = 2, this._$AH = I, this._$AN = void 0, this._$AA = e, this._$AB = r, this._$AM = n, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
383
+ constructor(e, n, r, i) {
384
+ this.type = 2, this._$AH = I, this._$AN = void 0, this._$AA = e, this._$AB = n, this._$AM = r, this.options = i, this._$Cv = (i == null ? void 0 : i.isConnected) ?? !0;
385
385
  }
386
386
  get parentNode() {
387
387
  let e = this._$AA.parentNode;
388
- const r = this._$AM;
389
- return r !== void 0 && (e == null ? void 0 : e.nodeType) === 11 && (e = r.parentNode), e;
388
+ const n = this._$AM;
389
+ return n !== void 0 && (e == null ? void 0 : e.nodeType) === 11 && (e = n.parentNode), e;
390
390
  }
391
391
  get startNode() {
392
392
  return this._$AA;
@@ -394,8 +394,8 @@ class he {
394
394
  get endNode() {
395
395
  return this._$AB;
396
396
  }
397
- _$AI(e, r = this) {
398
- e = J(this, e, r), de(e) ? e === I || e == null || e === "" ? (this._$AH !== I && this._$AR(), this._$AH = I) : e !== this._$AH && e !== G && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Kt(e) ? this.k(e) : this._(e);
397
+ _$AI(e, n = this) {
398
+ e = G(this, e, n), de(e) ? e === I || e == null || e === "" ? (this._$AH !== I && this._$AR(), this._$AH = I) : e !== this._$AH && e !== J && this._(e) : e._$litType$ !== void 0 ? this.$(e) : e.nodeType !== void 0 ? this.T(e) : Kt(e) ? this.k(e) : this._(e);
399
399
  }
400
400
  O(e) {
401
401
  return this._$AA.parentNode.insertBefore(e, this._$AB);
@@ -408,34 +408,34 @@ class he {
408
408
  }
409
409
  $(e) {
410
410
  var o;
411
- const { values: r, _$litType$: n } = e, i = typeof n == "number" ? this._$AC(e) : (n.el === void 0 && (n.el = ce.createElement(gt(n.h, n.h[0]), this.options)), n);
412
- if (((o = this._$AH) == null ? void 0 : o._$AD) === i) this._$AH.p(r);
411
+ const { values: n, _$litType$: r } = e, i = typeof r == "number" ? this._$AC(e) : (r.el === void 0 && (r.el = ce.createElement(gt(r.h, r.h[0]), this.options)), r);
412
+ if (((o = this._$AH) == null ? void 0 : o._$AD) === i) this._$AH.p(n);
413
413
  else {
414
- const s = new Gt(i, this), l = s.u(this.options);
415
- s.p(r), this.T(l), this._$AH = s;
414
+ const s = new Jt(i, this), l = s.u(this.options);
415
+ s.p(n), this.T(l), this._$AH = s;
416
416
  }
417
417
  }
418
418
  _$AC(e) {
419
- let r = st.get(e.strings);
420
- return r === void 0 && st.set(e.strings, r = new ce(e)), r;
419
+ let n = st.get(e.strings);
420
+ return n === void 0 && st.set(e.strings, n = new ce(e)), n;
421
421
  }
422
422
  k(e) {
423
- je(this._$AH) || (this._$AH = [], this._$AR());
424
- const r = this._$AH;
425
- let n, i = 0;
426
- for (const o of e) i === r.length ? r.push(n = new he(this.O(le()), this.O(le()), this, this.options)) : n = r[i], n._$AI(o), i++;
427
- i < r.length && (this._$AR(n && n._$AB.nextSibling, i), r.length = i);
423
+ He(this._$AH) || (this._$AH = [], this._$AR());
424
+ const n = this._$AH;
425
+ let r, i = 0;
426
+ for (const o of e) i === n.length ? n.push(r = new ue(this.O(le()), this.O(le()), this, this.options)) : r = n[i], r._$AI(o), i++;
427
+ i < n.length && (this._$AR(r && r._$AB.nextSibling, i), n.length = i);
428
428
  }
429
- _$AR(e = this._$AA.nextSibling, r) {
430
- var n;
431
- for ((n = this._$AP) == null ? void 0 : n.call(this, !1, !0, r); e !== this._$AB; ) {
429
+ _$AR(e = this._$AA.nextSibling, n) {
430
+ var r;
431
+ for ((r = this._$AP) == null ? void 0 : r.call(this, !1, !0, n); e !== this._$AB; ) {
432
432
  const i = e.nextSibling;
433
433
  e.remove(), e = i;
434
434
  }
435
435
  }
436
436
  setConnected(e) {
437
- var r;
438
- this._$AM === void 0 && (this._$Cv = e, (r = this._$AP) == null || r.call(this, e));
437
+ var n;
438
+ this._$AM === void 0 && (this._$Cv = e, (n = this._$AP) == null || n.call(this, e));
439
439
  }
440
440
  }
441
441
  class Se {
@@ -445,17 +445,17 @@ class Se {
445
445
  get _$AU() {
446
446
  return this._$AM._$AU;
447
447
  }
448
- constructor(e, r, n, i, o) {
449
- this.type = 1, this._$AH = I, this._$AN = void 0, this.element = e, this.name = r, this._$AM = i, this.options = o, n.length > 2 || n[0] !== "" || n[1] !== "" ? (this._$AH = Array(n.length - 1).fill(new String()), this.strings = n) : this._$AH = I;
448
+ constructor(e, n, r, i, o) {
449
+ this.type = 1, this._$AH = I, this._$AN = void 0, this.element = e, this.name = n, this._$AM = i, this.options = o, r.length > 2 || r[0] !== "" || r[1] !== "" ? (this._$AH = Array(r.length - 1).fill(new String()), this.strings = r) : this._$AH = I;
450
450
  }
451
- _$AI(e, r = this, n, i) {
451
+ _$AI(e, n = this, r, i) {
452
452
  const o = this.strings;
453
453
  let s = !1;
454
- if (o === void 0) e = J(this, e, r, 0), s = !de(e) || e !== this._$AH && e !== G, s && (this._$AH = e);
454
+ if (o === void 0) e = G(this, e, n, 0), s = !de(e) || e !== this._$AH && e !== J, s && (this._$AH = e);
455
455
  else {
456
456
  const l = e;
457
457
  let a, d;
458
- for (e = o[0], a = 0; a < o.length - 1; a++) d = J(this, l[n + a], r, a), d === G && (d = this._$AH[a]), s || (s = !de(d) || d !== this._$AH[a]), d === I ? e = I : e !== I && (e += (d ?? "") + o[a + 1]), this._$AH[a] = d;
458
+ for (e = o[0], a = 0; a < o.length - 1; a++) d = G(this, l[r + a], n, a), d === J && (d = this._$AH[a]), s || (s = !de(d) || d !== this._$AH[a]), d === I ? e = I : e !== I && (e += (d ?? "") + o[a + 1]), this._$AH[a] = d;
459
459
  }
460
460
  s && !i && this.j(e);
461
461
  }
@@ -463,7 +463,7 @@ class Se {
463
463
  e === I ? this.element.removeAttribute(this.name) : this.element.setAttribute(this.name, e ?? "");
464
464
  }
465
465
  }
466
- class Jt extends Se {
466
+ class Gt extends Se {
467
467
  constructor() {
468
468
  super(...arguments), this.type = 3;
469
469
  }
@@ -471,7 +471,7 @@ class Jt extends Se {
471
471
  this.element[this.name] = e === I ? void 0 : e;
472
472
  }
473
473
  }
474
- class Wt extends Se {
474
+ class _t extends Se {
475
475
  constructor() {
476
476
  super(...arguments), this.type = 4;
477
477
  }
@@ -479,39 +479,39 @@ class Wt extends Se {
479
479
  this.element.toggleAttribute(this.name, !!e && e !== I);
480
480
  }
481
481
  }
482
- class Xt extends Se {
483
- constructor(e, r, n, i, o) {
484
- super(e, r, n, i, o), this.type = 5;
482
+ class $t extends Se {
483
+ constructor(e, n, r, i, o) {
484
+ super(e, n, r, i, o), this.type = 5;
485
485
  }
486
- _$AI(e, r = this) {
487
- if ((e = J(this, e, r, 0) ?? I) === G) return;
488
- const n = this._$AH, i = e === I && n !== I || e.capture !== n.capture || e.once !== n.once || e.passive !== n.passive, o = e !== I && (n === I || i);
489
- i && this.element.removeEventListener(this.name, this, n), o && this.element.addEventListener(this.name, this, e), this._$AH = e;
486
+ _$AI(e, n = this) {
487
+ if ((e = G(this, e, n, 0) ?? I) === J) return;
488
+ const r = this._$AH, i = e === I && r !== I || e.capture !== r.capture || e.once !== r.once || e.passive !== r.passive, o = e !== I && (r === I || i);
489
+ i && this.element.removeEventListener(this.name, this, r), o && this.element.addEventListener(this.name, this, e), this._$AH = e;
490
490
  }
491
491
  handleEvent(e) {
492
- var r;
493
- typeof this._$AH == "function" ? this._$AH.call(((r = this.options) == null ? void 0 : r.host) ?? this.element, e) : this._$AH.handleEvent(e);
492
+ var n;
493
+ typeof this._$AH == "function" ? this._$AH.call(((n = this.options) == null ? void 0 : n.host) ?? this.element, e) : this._$AH.handleEvent(e);
494
494
  }
495
495
  }
496
- class er {
497
- constructor(e, r, n) {
498
- this.element = e, this.type = 6, this._$AN = void 0, this._$AM = r, this.options = n;
496
+ class en {
497
+ constructor(e, n, r) {
498
+ this.element = e, this.type = 6, this._$AN = void 0, this._$AM = n, this.options = r;
499
499
  }
500
500
  get _$AU() {
501
501
  return this._$AM._$AU;
502
502
  }
503
503
  _$AI(e) {
504
- J(this, e);
504
+ G(this, e);
505
505
  }
506
506
  }
507
- const Me = oe.litHtmlPolyfillSupport;
508
- Me == null || Me(ce, he), (oe.litHtmlVersions ?? (oe.litHtmlVersions = [])).push("3.3.1");
509
- const tr = (t, e, r) => {
510
- const n = (r == null ? void 0 : r.renderBefore) ?? e;
511
- let i = n._$litPart$;
507
+ const De = oe.litHtmlPolyfillSupport;
508
+ De == null || De(ce, ue), (oe.litHtmlVersions ?? (oe.litHtmlVersions = [])).push("3.3.1");
509
+ const tn = (t, e, n) => {
510
+ const r = (n == null ? void 0 : n.renderBefore) ?? e;
511
+ let i = r._$litPart$;
512
512
  if (i === void 0) {
513
- const o = (r == null ? void 0 : r.renderBefore) ?? null;
514
- n._$litPart$ = i = new he(e.insertBefore(le(), o), o, void 0, r ?? {});
513
+ const o = (n == null ? void 0 : n.renderBefore) ?? null;
514
+ r._$litPart$ = i = new ue(e.insertBefore(le(), o), o, void 0, n ?? {});
515
515
  }
516
516
  return i._$AI(t), i;
517
517
  };
@@ -520,19 +520,19 @@ const tr = (t, e, r) => {
520
520
  * Copyright 2017 Google LLC
521
521
  * SPDX-License-Identifier: BSD-3-Clause
522
522
  */
523
- const Y = globalThis;
523
+ const W = globalThis;
524
524
  class se extends Q {
525
525
  constructor() {
526
526
  super(...arguments), this.renderOptions = { host: this }, this._$Do = void 0;
527
527
  }
528
528
  createRenderRoot() {
529
- var r;
529
+ var n;
530
530
  const e = super.createRenderRoot();
531
- return (r = this.renderOptions).renderBefore ?? (r.renderBefore = e.firstChild), e;
531
+ return (n = this.renderOptions).renderBefore ?? (n.renderBefore = e.firstChild), e;
532
532
  }
533
533
  update(e) {
534
- const r = this.render();
535
- this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = tr(r, this.renderRoot, this.renderOptions);
534
+ const n = this.render();
535
+ this.hasUpdated || (this.renderOptions.isConnected = this.isConnected), super.update(e), this._$Do = tn(n, this.renderRoot, this.renderOptions);
536
536
  }
537
537
  connectedCallback() {
538
538
  var e;
@@ -543,21 +543,21 @@ class se extends Q {
543
543
  super.disconnectedCallback(), (e = this._$Do) == null || e.setConnected(!1);
544
544
  }
545
545
  render() {
546
- return G;
546
+ return J;
547
547
  }
548
548
  }
549
- var ut;
550
- se._$litElement$ = !0, se.finalized = !0, (ut = Y.litElementHydrateSupport) == null || ut.call(Y, { LitElement: se });
551
- const De = Y.litElementPolyfillSupport;
552
- De == null || De({ LitElement: se });
553
- (Y.litElementVersions ?? (Y.litElementVersions = [])).push("4.2.1");
549
+ var ht;
550
+ se._$litElement$ = !0, se.finalized = !0, (ht = W.litElementHydrateSupport) == null || ht.call(W, { LitElement: se });
551
+ const Te = W.litElementPolyfillSupport;
552
+ Te == null || Te({ LitElement: se });
553
+ (W.litElementVersions ?? (W.litElementVersions = [])).push("4.2.1");
554
554
  /**
555
555
  * @license
556
556
  * Copyright 2017 Google LLC
557
557
  * SPDX-License-Identifier: BSD-3-Clause
558
558
  */
559
- const rr = (t) => (e, r) => {
560
- r !== void 0 ? r.addInitializer(() => {
559
+ const nn = (t) => (e, n) => {
560
+ n !== void 0 ? n.addInitializer(() => {
561
561
  customElements.define(t, e);
562
562
  }) : customElements.define(t, e);
563
563
  };
@@ -566,11 +566,11 @@ const rr = (t) => (e, r) => {
566
566
  * Copyright 2017 Google LLC
567
567
  * SPDX-License-Identifier: BSD-3-Clause
568
568
  */
569
- const nr = { attribute: !0, type: String, converter: be, reflect: !1, hasChanged: He }, ir = (t = nr, e, r) => {
570
- const { kind: n, metadata: i } = r;
569
+ const rn = { attribute: !0, type: String, converter: be, reflect: !1, hasChanged: Ye }, on = (t = rn, e, n) => {
570
+ const { kind: r, metadata: i } = n;
571
571
  let o = globalThis.litPropertyMetadata.get(i);
572
- if (o === void 0 && globalThis.litPropertyMetadata.set(i, o = /* @__PURE__ */ new Map()), n === "setter" && ((t = Object.create(t)).wrapped = !0), o.set(r.name, t), n === "accessor") {
573
- const { name: s } = r;
572
+ if (o === void 0 && globalThis.litPropertyMetadata.set(i, o = /* @__PURE__ */ new Map()), r === "setter" && ((t = Object.create(t)).wrapped = !0), o.set(n.name, t), r === "accessor") {
573
+ const { name: s } = n;
574
574
  return { set(l) {
575
575
  const a = e.get.call(this);
576
576
  e.set.call(this, l), this.requestUpdate(s, a, t);
@@ -578,36 +578,36 @@ const nr = { attribute: !0, type: String, converter: be, reflect: !1, hasChanged
578
578
  return l !== void 0 && this.C(s, void 0, t, l), l;
579
579
  } };
580
580
  }
581
- if (n === "setter") {
582
- const { name: s } = r;
581
+ if (r === "setter") {
582
+ const { name: s } = n;
583
583
  return function(l) {
584
584
  const a = this[s];
585
585
  e.call(this, l), this.requestUpdate(s, a, t);
586
586
  };
587
587
  }
588
- throw Error("Unsupported decorator location: " + n);
588
+ throw Error("Unsupported decorator location: " + r);
589
589
  };
590
- function $(t) {
591
- return (e, r) => typeof r == "object" ? ir(t, e, r) : ((n, i, o) => {
590
+ function F(t) {
591
+ return (e, n) => typeof n == "object" ? on(t, e, n) : ((r, i, o) => {
592
592
  const s = i.hasOwnProperty(o);
593
- return i.constructor.createProperty(o, n), s ? Object.getOwnPropertyDescriptor(i, o) : void 0;
594
- })(t, e, r);
593
+ return i.constructor.createProperty(o, r), s ? Object.getOwnPropertyDescriptor(i, o) : void 0;
594
+ })(t, e, n);
595
595
  }
596
596
  /**
597
597
  * @license
598
598
  * Copyright 2017 Google LLC
599
599
  * SPDX-License-Identifier: BSD-3-Clause
600
600
  */
601
- function _(t) {
602
- return $({ ...t, state: !0, attribute: !1 });
601
+ function M(t) {
602
+ return F({ ...t, state: !0, attribute: !1 });
603
603
  }
604
- function or(t) {
604
+ function sn(t) {
605
605
  return t instanceof Error && ("response" in t && typeof t.response == "object" && t.response !== null || "data" in t && typeof t.data == "object" && t.data !== null);
606
606
  }
607
- var V = {
607
+ var Z = {
608
608
  CARD: "card",
609
609
  PAYNOW: "paynow"
610
- }, D = {
610
+ }, T = {
611
611
  IDLE: "idle",
612
612
  INITIALIZING: "initializing",
613
613
  READY: "ready",
@@ -616,12 +616,12 @@ var V = {
616
616
  SUCCEEDED: "succeeded",
617
617
  FAILED: "failed"
618
618
  };
619
- function sr(t) {
619
+ function an(t) {
620
620
  return t === "paid" ? "succeeded" : t;
621
621
  }
622
- var ar = class {
623
- constructor(t, e, r, n, i = {}, o) {
624
- this.isPolling = !1, this.attempts = 0, this.startTime = 0, this.pollTimeoutId = null, this.adapters = t, this.baseUrl = e, this.token = r, this.onStatusUpdate = n, this.onPollStart = o, this.config = {
622
+ var ln = class {
623
+ constructor(t, e, n, r, i = {}, o) {
624
+ this.isPolling = !1, this.attempts = 0, this.startTime = 0, this.pollTimeoutId = null, this.adapters = t, this.baseUrl = e, this.token = n, this.onStatusUpdate = r, this.onPollStart = o, this.config = {
625
625
  interval: i.interval ?? 3e3,
626
626
  // 3 seconds default
627
627
  maxAttempts: i.maxAttempts ?? 60,
@@ -638,11 +638,7 @@ var ar = class {
638
638
  * Start polling for payment status
639
639
  */
640
640
  start() {
641
- if (this.isPolling) {
642
- console.warn("Polling already in progress");
643
- return;
644
- }
645
- this.isPolling = !0, this.attempts = 0, this.startTime = this.adapters.timer.now(), this.scheduleNextPoll();
641
+ this.isPolling || (this.isPolling = !0, this.attempts = 0, this.startTime = this.adapters.timer.now(), this.scheduleNextPoll());
646
642
  }
647
643
  /**
648
644
  * Stop polling
@@ -707,7 +703,7 @@ var ar = class {
707
703
  "x-token": this.token
708
704
  }
709
705
  ), e = {
710
- status: sr(t.result.status),
706
+ status: an(t.result.status),
711
707
  // Map "paid" to "succeeded"
712
708
  paymentIntentId: t.result.paymentIntentId || "",
713
709
  ...t.result.amount !== void 0 && { amount: t.result.amount },
@@ -743,7 +739,7 @@ var ar = class {
743
739
  }
744
740
  }
745
741
  };
746
- function lr(t) {
742
+ function dn(t) {
747
743
  switch (t) {
748
744
  case "prod":
749
745
  return "https://public.one.ooo";
@@ -755,16 +751,16 @@ function lr(t) {
755
751
  return "https://public.dev.one.ooo";
756
752
  }
757
753
  }
758
- var dr = class {
754
+ var cn = class {
759
755
  // Flag to ignore qrCode after user scans it
760
756
  constructor(t, e) {
761
- this.state = { status: D.IDLE }, this.subscribers = /* @__PURE__ */ new Set(), this.eventListeners = {}, this.paymentToken = null, this.paymentIntentId = null, this.pollingService = null, this.ignore3DSInPolling = !1, this.ignoreQRInPolling = !1, this.config = t, this.adapters = e;
757
+ this.state = { status: T.IDLE }, this.subscribers = /* @__PURE__ */ new Set(), this.eventListeners = {}, this.paymentToken = null, this.paymentIntentId = null, this.pollingService = null, this.ignore3DSInPolling = !1, this.ignoreQRInPolling = !1, this.config = t, this.adapters = e;
762
758
  }
763
759
  /**
764
760
  * Get the API base URL - uses apiBaseUrl if provided, otherwise derives from environment
765
761
  */
766
762
  getApiBaseUrl() {
767
- return this.config.apiBaseUrl ?? lr(this.config.environment);
763
+ return this.config.apiBaseUrl ?? dn(this.config.environment);
768
764
  }
769
765
  /**
770
766
  * Get the current payment state
@@ -867,10 +863,10 @@ var dr = class {
867
863
  */
868
864
  on(t, e) {
869
865
  this.eventListeners[t] || (this.eventListeners[t] = []);
870
- const r = this.eventListeners[t];
871
- return r.push(e), () => {
872
- const n = r.indexOf(e);
873
- n > -1 && r.splice(n, 1);
866
+ const n = this.eventListeners[t];
867
+ return n.push(e), () => {
868
+ const r = n.indexOf(e);
869
+ r > -1 && n.splice(r, 1);
874
870
  };
875
871
  }
876
872
  /**
@@ -913,7 +909,7 @@ var dr = class {
913
909
  * @public
914
910
  */
915
911
  async initialize(t) {
916
- this.setState({ status: D.INITIALIZING }), this.emit({
912
+ this.setState({ status: T.INITIALIZING }), this.emit({
917
913
  type: "initialize",
918
914
  payload: t
919
915
  });
@@ -923,12 +919,12 @@ var dr = class {
923
919
  currency: t.currency,
924
920
  notes: t.notes,
925
921
  orderId: t.orderId
926
- }, r = JSON.stringify(e), n = await this.adapters.crypto.hmacSHA256(this.config.secretKey, r), i = await this.adapters.http.post(
922
+ }, n = JSON.stringify(e), r = await this.adapters.crypto.hmacSHA256(this.config.secretKey, n), i = await this.adapters.http.post(
927
923
  `${this.getApiBaseUrl()}/payment-intent/create`,
928
924
  e,
929
925
  {
930
926
  "x-api-key": this.config.apiKey,
931
- "x-signature": n
927
+ "x-signature": r
932
928
  }
933
929
  ), s = new URL(i.result.redirectUrl).searchParams.get("token");
934
930
  if (!s)
@@ -948,19 +944,19 @@ var dr = class {
948
944
  id: this.paymentIntentId,
949
945
  amount: l.result.customerAmount || t.amount,
950
946
  currency: l.result.currency || t.currency,
951
- status: D.READY,
947
+ status: T.READY,
952
948
  ...t.metadata && { metadata: t.metadata }
953
- }, c = a.result.paymentMethods.map((h, f) => {
954
- let u = null;
955
- const m = h.type.toLowerCase(), p = h.capabilities || [];
956
- return m.includes("card") ? u = "card" : (m.includes("paynow") || m.includes("bank transfer") || p.includes("payments_pay_now")) && (u = "paynow"), u === null ? null : {
957
- id: u,
949
+ }, c = a.result.paymentMethods.map((u, f) => {
950
+ let h = null;
951
+ const m = u.type.toLowerCase(), p = u.capabilities || [];
952
+ return m.includes("card") ? h = "card" : (m.includes("paynow") || m.includes("bank transfer") || p.includes("payments_pay_now")) && (h = "paynow"), h === null ? null : {
953
+ id: h,
958
954
  enabled: !0,
959
955
  priority: f
960
956
  };
961
- }).filter((h) => h !== null);
957
+ }).filter((u) => u !== null);
962
958
  return this.setState({
963
- status: D.READY,
959
+ status: T.READY,
964
960
  paymentIntent: d,
965
961
  availableMethods: c
966
962
  }), this.emit({
@@ -971,17 +967,17 @@ var dr = class {
971
967
  }
972
968
  }), d;
973
969
  } catch (e) {
974
- const r = {
970
+ const n = {
975
971
  code: "INITIALIZATION_FAILED",
976
972
  message: e instanceof Error ? e.message : "Unknown error",
977
973
  timestamp: this.adapters.timer.now()
978
974
  };
979
975
  throw this.setState({
980
- status: D.FAILED,
981
- error: r
976
+ status: T.FAILED,
977
+ error: n
982
978
  }), this.emit({
983
979
  type: "payment_failed",
984
- payload: { error: r }
980
+ payload: { error: n }
985
981
  }), e;
986
982
  }
987
983
  }
@@ -1038,21 +1034,21 @@ var dr = class {
1038
1034
  * @public
1039
1035
  */
1040
1036
  async submitPayment(t, e) {
1041
- var n, i, o, s, l;
1042
- const r = this.state;
1043
- if (r.status !== "ready")
1037
+ var r, i, o, s, l;
1038
+ const n = this.state;
1039
+ if (n.status !== "ready")
1044
1040
  throw new Error("Cannot submit payment: SDK not in ready state");
1045
1041
  if (!this.paymentToken)
1046
1042
  throw new Error("Cannot submit payment: No payment token available");
1047
1043
  this.ignore3DSInPolling = !1, this.ignoreQRInPolling = !1, this.setState({
1048
- status: D.PROCESSING,
1049
- paymentIntent: r.paymentIntent,
1044
+ status: T.PROCESSING,
1045
+ paymentIntent: n.paymentIntent,
1050
1046
  selectedMethod: t,
1051
- availableMethods: r.availableMethods
1047
+ availableMethods: n.availableMethods
1052
1048
  }), this.emit({
1053
1049
  type: "payment_processing",
1054
1050
  payload: {
1055
- paymentIntent: r.paymentIntent,
1051
+ paymentIntent: n.paymentIntent,
1056
1052
  methodId: t
1057
1053
  }
1058
1054
  });
@@ -1079,36 +1075,36 @@ var dr = class {
1079
1075
  }
1080
1076
  ), this.startPolling(), {
1081
1077
  id: this.paymentIntentId || "",
1082
- amount: r.paymentIntent.amount,
1083
- currency: r.paymentIntent.currency,
1084
- status: D.PROCESSING
1078
+ amount: n.paymentIntent.amount,
1079
+ currency: n.paymentIntent.currency,
1080
+ status: T.PROCESSING
1085
1081
  };
1086
1082
  } catch (a) {
1087
1083
  let d = "Unknown error", c = "PAYMENT_FAILED";
1088
1084
  if (a instanceof Error)
1089
1085
  try {
1090
- if (or(a)) {
1091
- const f = (n = a.response) == null ? void 0 : n.data, u = a.data;
1092
- f ? (d = f.message || ((i = f.error) == null ? void 0 : i.message) || a.message, c = f.code || ((o = f.error) == null ? void 0 : o.code) || c) : u ? (d = u.message || ((s = u.error) == null ? void 0 : s.message) || a.message, c = u.code || ((l = u.error) == null ? void 0 : l.code) || c) : d = a.message;
1086
+ if (sn(a)) {
1087
+ const f = (r = a.response) == null ? void 0 : r.data, h = a.data;
1088
+ f ? (d = f.message || ((i = f.error) == null ? void 0 : i.message) || a.message, c = f.code || ((o = f.error) == null ? void 0 : o.code) || c) : h ? (d = h.message || ((s = h.error) == null ? void 0 : s.message) || a.message, c = h.code || ((l = h.error) == null ? void 0 : l.code) || c) : d = a.message;
1093
1089
  } else
1094
1090
  d = a.message;
1095
1091
  } catch {
1096
1092
  d = a.message;
1097
1093
  }
1098
- const h = {
1094
+ const u = {
1099
1095
  code: c,
1100
1096
  message: d,
1101
1097
  timestamp: this.adapters.timer.now()
1102
1098
  };
1103
1099
  throw this.setState({
1104
- status: D.FAILED,
1105
- error: h,
1106
- paymentIntent: r.paymentIntent
1100
+ status: T.FAILED,
1101
+ error: u,
1102
+ paymentIntent: n.paymentIntent
1107
1103
  }), this.emit({
1108
1104
  type: "payment_failed",
1109
1105
  payload: {
1110
- error: h,
1111
- paymentIntent: r.paymentIntent
1106
+ error: u,
1107
+ paymentIntent: n.paymentIntent
1112
1108
  }
1113
1109
  }), a;
1114
1110
  }
@@ -1149,11 +1145,7 @@ var dr = class {
1149
1145
  * @public
1150
1146
  */
1151
1147
  resumePolling() {
1152
- if (!this.paymentToken) {
1153
- console.warn("Cannot resume polling: no payment token available");
1154
- return;
1155
- }
1156
- this.ignore3DSInPolling = !0, this.ignoreQRInPolling = !0, this.startPolling();
1148
+ this.paymentToken && (this.ignore3DSInPolling = !0, this.ignoreQRInPolling = !0, this.startPolling());
1157
1149
  }
1158
1150
  /**
1159
1151
  * Destroy the SDK instance and clean up all resources
@@ -1189,11 +1181,7 @@ var dr = class {
1189
1181
  * Start polling for payment status
1190
1182
  */
1191
1183
  startPolling() {
1192
- if (!this.paymentToken) {
1193
- console.warn("Cannot start polling: no payment token available");
1194
- return;
1195
- }
1196
- this.stopPolling(), this.pollingService = new ar(
1184
+ this.paymentToken && (this.stopPolling(), this.pollingService = new ln(
1197
1185
  this.adapters,
1198
1186
  this.getApiBaseUrl(),
1199
1187
  this.paymentToken,
@@ -1212,7 +1200,7 @@ var dr = class {
1212
1200
  },
1213
1201
  this.handlePollStart.bind(this)
1214
1202
  // Pass poll start callback
1215
- ), this.pollingService.start();
1203
+ ), this.pollingService.start());
1216
1204
  }
1217
1205
  /**
1218
1206
  * Stop polling service
@@ -1243,7 +1231,7 @@ var dr = class {
1243
1231
  return;
1244
1232
  }
1245
1233
  if (t.qrCode && !this.ignoreQRInPolling) {
1246
- console.log("[SDK] QR code image detected:", t.qrCode.substring(0, 50)), this.emit({
1234
+ this.emit({
1247
1235
  type: "qr_code_received",
1248
1236
  payload: {
1249
1237
  qrCode: t.qrCode,
@@ -1254,7 +1242,7 @@ var dr = class {
1254
1242
  }
1255
1243
  if (t.nextActionUrl && !this.ignore3DSInPolling) {
1256
1244
  if (e.selectedMethod === "paynow" && !this.ignoreQRInPolling) {
1257
- console.log("[SDK] PayNow nextActionUrl detected, treating as QR page"), this.emit({
1245
+ this.emit({
1258
1246
  type: "qr_code_received",
1259
1247
  payload: {
1260
1248
  qrCode: t.nextActionUrl,
@@ -1264,31 +1252,30 @@ var dr = class {
1264
1252
  });
1265
1253
  return;
1266
1254
  }
1267
- console.log("[SDK] nextActionUrl detected for 3DS");
1268
- const n = {
1255
+ const r = {
1269
1256
  id: t.paymentIntentId,
1270
1257
  amount: t.amount ?? e.paymentIntent.amount,
1271
1258
  currency: t.currency ?? e.paymentIntent.currency,
1272
- status: D.REQUIRES_ACTION,
1259
+ status: T.REQUIRES_ACTION,
1273
1260
  ...t.metadata && { metadata: t.metadata }
1274
1261
  };
1275
1262
  this.setState({
1276
- status: D.REQUIRES_ACTION,
1277
- paymentIntent: n,
1263
+ status: T.REQUIRES_ACTION,
1264
+ paymentIntent: r,
1278
1265
  actionUrl: t.nextActionUrl,
1279
1266
  selectedMethod: e.selectedMethod,
1280
1267
  availableMethods: e.availableMethods
1281
1268
  }), this.emit({
1282
1269
  type: "payment_requires_action",
1283
1270
  payload: {
1284
- paymentIntent: n,
1271
+ paymentIntent: r,
1285
1272
  actionUrl: t.nextActionUrl,
1286
1273
  methodId: e.selectedMethod
1287
1274
  }
1288
1275
  });
1289
1276
  return;
1290
1277
  }
1291
- const r = {
1278
+ const n = {
1292
1279
  id: t.paymentIntentId,
1293
1280
  amount: t.amount ?? e.paymentIntent.amount,
1294
1281
  currency: t.currency ?? e.paymentIntent.currency,
@@ -1297,13 +1284,13 @@ var dr = class {
1297
1284
  };
1298
1285
  if (t.status === "succeeded")
1299
1286
  this.stopPolling(), this.setState({
1300
- status: D.SUCCEEDED,
1301
- paymentIntent: r,
1287
+ status: T.SUCCEEDED,
1288
+ paymentIntent: n,
1302
1289
  selectedMethod: e.selectedMethod
1303
1290
  }), this.emit({
1304
1291
  type: "payment_succeeded",
1305
1292
  payload: {
1306
- paymentIntent: r,
1293
+ paymentIntent: n,
1307
1294
  methodId: e.selectedMethod
1308
1295
  }
1309
1296
  });
@@ -1315,14 +1302,14 @@ var dr = class {
1315
1302
  timestamp: this.adapters.timer.now()
1316
1303
  };
1317
1304
  this.setState({
1318
- status: D.FAILED,
1305
+ status: T.FAILED,
1319
1306
  error: i,
1320
- paymentIntent: r
1307
+ paymentIntent: n
1321
1308
  }), this.emit({
1322
1309
  type: "payment_failed",
1323
1310
  payload: {
1324
1311
  error: i,
1325
- paymentIntent: r
1312
+ paymentIntent: n
1326
1313
  }
1327
1314
  });
1328
1315
  }
@@ -1332,8 +1319,8 @@ var dr = class {
1332
1319
  */
1333
1320
  setState(t) {
1334
1321
  const e = this.state.status;
1335
- this.state = t, this.subscribers.forEach((r) => {
1336
- r(this.state);
1322
+ this.state = t, this.subscribers.forEach((n) => {
1323
+ n(this.state);
1337
1324
  }), e !== t.status && this.emit({
1338
1325
  type: "state_changed",
1339
1326
  payload: {
@@ -1347,47 +1334,47 @@ var dr = class {
1347
1334
  */
1348
1335
  emit(t) {
1349
1336
  const e = this.eventListeners[t.type];
1350
- e !== void 0 && e.forEach((r) => {
1351
- r(t);
1337
+ e !== void 0 && e.forEach((n) => {
1338
+ n(t);
1352
1339
  });
1353
1340
  }
1354
- }, Z = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, j = function(t, e, r, n, i, o, s, l, a, d) {
1341
+ }, X = typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, H = function(t, e, n, r, i, o, s, l, a, d) {
1355
1342
  var c = this;
1356
- c.numeralDecimalMark = t || ".", c.numeralIntegerScale = e > 0 ? e : 0, c.numeralDecimalScale = r >= 0 ? r : 2, c.numeralThousandsGroupStyle = n || j.groupStyle.thousand, c.numeralPositiveOnly = !!i, c.stripLeadingZeroes = o !== !1, c.prefix = s || s === "" ? s : "", c.signBeforePrefix = !!l, c.tailPrefix = !!a, c.delimiter = d || d === "" ? d : ",", c.delimiterRE = d ? new RegExp("\\" + d, "g") : "";
1343
+ c.numeralDecimalMark = t || ".", c.numeralIntegerScale = e > 0 ? e : 0, c.numeralDecimalScale = n >= 0 ? n : 2, c.numeralThousandsGroupStyle = r || H.groupStyle.thousand, c.numeralPositiveOnly = !!i, c.stripLeadingZeroes = o !== !1, c.prefix = s || s === "" ? s : "", c.signBeforePrefix = !!l, c.tailPrefix = !!a, c.delimiter = d || d === "" ? d : ",", c.delimiterRE = d ? new RegExp("\\" + d, "g") : "";
1357
1344
  };
1358
- j.groupStyle = {
1345
+ H.groupStyle = {
1359
1346
  thousand: "thousand",
1360
1347
  lakh: "lakh",
1361
1348
  wan: "wan",
1362
1349
  none: "none"
1363
1350
  };
1364
- j.prototype = {
1351
+ H.prototype = {
1365
1352
  getRawValue: function(t) {
1366
1353
  return t.replace(this.delimiterRE, "").replace(this.numeralDecimalMark, ".");
1367
1354
  },
1368
1355
  format: function(t) {
1369
- var e = this, r, n, i, o, s = "";
1370
- switch (t = t.replace(/[A-Za-z]/g, "").replace(e.numeralDecimalMark, "M").replace(/[^\dM-]/g, "").replace(/^\-/, "N").replace(/\-/g, "").replace("N", e.numeralPositiveOnly ? "" : "-").replace("M", e.numeralDecimalMark), e.stripLeadingZeroes && (t = t.replace(/^(-)?0+(?=\d)/, "$1")), n = t.slice(0, 1) === "-" ? "-" : "", typeof e.prefix < "u" ? e.signBeforePrefix ? i = n + e.prefix : i = e.prefix + n : i = n, o = t, t.indexOf(e.numeralDecimalMark) >= 0 && (r = t.split(e.numeralDecimalMark), o = r[0], s = e.numeralDecimalMark + r[1].slice(0, e.numeralDecimalScale)), n === "-" && (o = o.slice(1)), e.numeralIntegerScale > 0 && (o = o.slice(0, e.numeralIntegerScale)), e.numeralThousandsGroupStyle) {
1371
- case j.groupStyle.lakh:
1356
+ var e = this, n, r, i, o, s = "";
1357
+ switch (t = t.replace(/[A-Za-z]/g, "").replace(e.numeralDecimalMark, "M").replace(/[^\dM-]/g, "").replace(/^\-/, "N").replace(/\-/g, "").replace("N", e.numeralPositiveOnly ? "" : "-").replace("M", e.numeralDecimalMark), e.stripLeadingZeroes && (t = t.replace(/^(-)?0+(?=\d)/, "$1")), r = t.slice(0, 1) === "-" ? "-" : "", typeof e.prefix < "u" ? e.signBeforePrefix ? i = r + e.prefix : i = e.prefix + r : i = r, o = t, t.indexOf(e.numeralDecimalMark) >= 0 && (n = t.split(e.numeralDecimalMark), o = n[0], s = e.numeralDecimalMark + n[1].slice(0, e.numeralDecimalScale)), r === "-" && (o = o.slice(1)), e.numeralIntegerScale > 0 && (o = o.slice(0, e.numeralIntegerScale)), e.numeralThousandsGroupStyle) {
1358
+ case H.groupStyle.lakh:
1372
1359
  o = o.replace(/(\d)(?=(\d\d)+\d$)/g, "$1" + e.delimiter);
1373
1360
  break;
1374
- case j.groupStyle.wan:
1361
+ case H.groupStyle.wan:
1375
1362
  o = o.replace(/(\d)(?=(\d{4})+$)/g, "$1" + e.delimiter);
1376
1363
  break;
1377
- case j.groupStyle.thousand:
1364
+ case H.groupStyle.thousand:
1378
1365
  o = o.replace(/(\d)(?=(\d{3})+$)/g, "$1" + e.delimiter);
1379
1366
  break;
1380
1367
  }
1381
- return e.tailPrefix ? n + o.toString() + (e.numeralDecimalScale > 0 ? s.toString() : "") + e.prefix : i + o.toString() + (e.numeralDecimalScale > 0 ? s.toString() : "");
1368
+ return e.tailPrefix ? r + o.toString() + (e.numeralDecimalScale > 0 ? s.toString() : "") + e.prefix : i + o.toString() + (e.numeralDecimalScale > 0 ? s.toString() : "");
1382
1369
  }
1383
1370
  };
1384
- var cr = j, yt = function(t, e, r) {
1385
- var n = this;
1386
- n.date = [], n.blocks = [], n.datePattern = t, n.dateMin = e.split("-").reverse().map(function(i) {
1371
+ var hn = H, yt = function(t, e, n) {
1372
+ var r = this;
1373
+ r.date = [], r.blocks = [], r.datePattern = t, r.dateMin = e.split("-").reverse().map(function(i) {
1387
1374
  return parseInt(i, 10);
1388
- }), n.dateMin.length === 2 && n.dateMin.unshift(0), n.dateMax = r.split("-").reverse().map(function(i) {
1375
+ }), r.dateMin.length === 2 && r.dateMin.unshift(0), r.dateMax = n.split("-").reverse().map(function(i) {
1389
1376
  return parseInt(i, 10);
1390
- }), n.dateMax.length === 2 && n.dateMax.unshift(0), n.initBlocks();
1377
+ }), r.dateMax.length === 2 && r.dateMax.unshift(0), r.initBlocks();
1391
1378
  };
1392
1379
  yt.prototype = {
1393
1380
  initBlocks: function() {
@@ -1404,10 +1391,10 @@ yt.prototype = {
1404
1391
  return this.blocks;
1405
1392
  },
1406
1393
  getValidatedDate: function(t) {
1407
- var e = this, r = "";
1408
- return t = t.replace(/[^\d]/g, ""), e.blocks.forEach(function(n, i) {
1394
+ var e = this, n = "";
1395
+ return t = t.replace(/[^\d]/g, ""), e.blocks.forEach(function(r, i) {
1409
1396
  if (t.length > 0) {
1410
- var o = t.slice(0, n), s = o.slice(0, 1), l = t.slice(n);
1397
+ var o = t.slice(0, r), s = o.slice(0, 1), l = t.slice(r);
1411
1398
  switch (e.datePattern[i]) {
1412
1399
  case "d":
1413
1400
  o === "00" ? o = "01" : parseInt(s, 10) > 3 ? o = "0" + s : parseInt(o, 10) > 31 && (o = "31");
@@ -1416,47 +1403,47 @@ yt.prototype = {
1416
1403
  o === "00" ? o = "01" : parseInt(s, 10) > 1 ? o = "0" + s : parseInt(o, 10) > 12 && (o = "12");
1417
1404
  break;
1418
1405
  }
1419
- r += o, t = l;
1406
+ n += o, t = l;
1420
1407
  }
1421
- }), this.getFixedDateString(r);
1408
+ }), this.getFixedDateString(n);
1422
1409
  },
1423
1410
  getFixedDateString: function(t) {
1424
- var e = this, r = e.datePattern, n = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, h, f, u = !1;
1425
- t.length === 4 && r[0].toLowerCase() !== "y" && r[1].toLowerCase() !== "y" && (l = r[0] === "d" ? 0 : 2, a = 2 - l, c = parseInt(t.slice(l, l + 2), 10), h = parseInt(t.slice(a, a + 2), 10), n = this.getFixedDate(c, h, 0)), t.length === 8 && (r.forEach(function(p, k) {
1411
+ var e = this, n = e.datePattern, r = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, u, f, h = !1;
1412
+ t.length === 4 && n[0].toLowerCase() !== "y" && n[1].toLowerCase() !== "y" && (l = n[0] === "d" ? 0 : 2, a = 2 - l, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), r = this.getFixedDate(c, u, 0)), t.length === 8 && (n.forEach(function(p, C) {
1426
1413
  switch (p) {
1427
1414
  case "d":
1428
- i = k;
1415
+ i = C;
1429
1416
  break;
1430
1417
  case "m":
1431
- o = k;
1418
+ o = C;
1432
1419
  break;
1433
1420
  default:
1434
- s = k;
1421
+ s = C;
1435
1422
  break;
1436
1423
  }
1437
- }), d = s * 2, l = i <= s ? i * 2 : i * 2 + 2, a = o <= s ? o * 2 : o * 2 + 2, c = parseInt(t.slice(l, l + 2), 10), h = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 4), 10), u = t.slice(d, d + 4).length === 4, n = this.getFixedDate(c, h, f)), t.length === 4 && (r[0] === "y" || r[1] === "y") && (a = r[0] === "m" ? 0 : 2, d = 2 - a, h = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), u = t.slice(d, d + 2).length === 2, n = [0, h, f]), t.length === 6 && (r[0] === "Y" || r[1] === "Y") && (a = r[0] === "m" ? 0 : 4, d = 2 - 0.5 * a, h = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 4), 10), u = t.slice(d, d + 4).length === 4, n = [0, h, f]), n = e.getRangeFixedDate(n), e.date = n;
1438
- var m = n.length === 0 ? t : r.reduce(function(p, k) {
1439
- switch (k) {
1424
+ }), d = s * 2, l = i <= s ? i * 2 : i * 2 + 2, a = o <= s ? o * 2 : o * 2 + 2, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 4), 10), h = t.slice(d, d + 4).length === 4, r = this.getFixedDate(c, u, f)), t.length === 4 && (n[0] === "y" || n[1] === "y") && (a = n[0] === "m" ? 0 : 2, d = 2 - a, u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), h = t.slice(d, d + 2).length === 2, r = [0, u, f]), t.length === 6 && (n[0] === "Y" || n[1] === "Y") && (a = n[0] === "m" ? 0 : 4, d = 2 - 0.5 * a, u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 4), 10), h = t.slice(d, d + 4).length === 4, r = [0, u, f]), r = e.getRangeFixedDate(r), e.date = r;
1425
+ var m = r.length === 0 ? t : n.reduce(function(p, C) {
1426
+ switch (C) {
1440
1427
  case "d":
1441
- return p + (n[0] === 0 ? "" : e.addLeadingZero(n[0]));
1428
+ return p + (r[0] === 0 ? "" : e.addLeadingZero(r[0]));
1442
1429
  case "m":
1443
- return p + (n[1] === 0 ? "" : e.addLeadingZero(n[1]));
1430
+ return p + (r[1] === 0 ? "" : e.addLeadingZero(r[1]));
1444
1431
  case "y":
1445
- return p + (u ? e.addLeadingZeroForYear(n[2], !1) : "");
1432
+ return p + (h ? e.addLeadingZeroForYear(r[2], !1) : "");
1446
1433
  case "Y":
1447
- return p + (u ? e.addLeadingZeroForYear(n[2], !0) : "");
1434
+ return p + (h ? e.addLeadingZeroForYear(r[2], !0) : "");
1448
1435
  }
1449
1436
  }, "");
1450
1437
  return m;
1451
1438
  },
1452
1439
  getRangeFixedDate: function(t) {
1453
- var e = this, r = e.datePattern, n = e.dateMin || [], i = e.dateMax || [];
1454
- return !t.length || n.length < 3 && i.length < 3 || r.find(function(o) {
1440
+ var e = this, n = e.datePattern, r = e.dateMin || [], i = e.dateMax || [];
1441
+ return !t.length || r.length < 3 && i.length < 3 || n.find(function(o) {
1455
1442
  return o.toLowerCase() === "y";
1456
- }) && t[2] === 0 ? t : i.length && (i[2] < t[2] || i[2] === t[2] && (i[1] < t[1] || i[1] === t[1] && i[0] < t[0])) ? i : n.length && (n[2] > t[2] || n[2] === t[2] && (n[1] > t[1] || n[1] === t[1] && n[0] > t[0])) ? n : t;
1443
+ }) && t[2] === 0 ? t : i.length && (i[2] < t[2] || i[2] === t[2] && (i[1] < t[1] || i[1] === t[1] && i[0] < t[0])) ? i : r.length && (r[2] > t[2] || r[2] === t[2] && (r[1] > t[1] || r[1] === t[1] && r[0] > t[0])) ? r : t;
1457
1444
  },
1458
- getFixedDate: function(t, e, r) {
1459
- return t = Math.min(t, 31), e = Math.min(e, 12), r = parseInt(r || 0, 10), (e < 7 && e % 2 === 0 || e > 8 && e % 2 === 1) && (t = Math.min(t, e === 2 ? this.isLeapYear(r) ? 29 : 28 : 30)), [t, e, r];
1445
+ getFixedDate: function(t, e, n) {
1446
+ return t = Math.min(t, 31), e = Math.min(e, 12), n = parseInt(n || 0, 10), (e < 7 && e % 2 === 0 || e > 8 && e % 2 === 1) && (t = Math.min(t, e === 2 ? this.isLeapYear(n) ? 29 : 28 : 30)), [t, e, n];
1460
1447
  },
1461
1448
  isLeapYear: function(t) {
1462
1449
  return t % 4 === 0 && t % 100 !== 0 || t % 400 === 0;
@@ -1468,9 +1455,9 @@ yt.prototype = {
1468
1455
  return e ? (t < 10 ? "000" : t < 100 ? "00" : t < 1e3 ? "0" : "") + t : (t < 10 ? "0" : "") + t;
1469
1456
  }
1470
1457
  };
1471
- var ur = yt, bt = function(t, e) {
1472
- var r = this;
1473
- r.time = [], r.blocks = [], r.timePattern = t, r.timeFormat = e, r.initBlocks();
1458
+ var un = yt, bt = function(t, e) {
1459
+ var n = this;
1460
+ n.time = [], n.blocks = [], n.timePattern = t, n.timeFormat = e, n.initBlocks();
1474
1461
  };
1475
1462
  bt.prototype = {
1476
1463
  initBlocks: function() {
@@ -1501,29 +1488,29 @@ bt.prototype = {
1501
1488
  };
1502
1489
  },
1503
1490
  getValidatedTime: function(t) {
1504
- var e = this, r = "";
1491
+ var e = this, n = "";
1505
1492
  t = t.replace(/[^\d]/g, "");
1506
- var n = e.getTimeFormatOptions();
1493
+ var r = e.getTimeFormatOptions();
1507
1494
  return e.blocks.forEach(function(i, o) {
1508
1495
  if (t.length > 0) {
1509
1496
  var s = t.slice(0, i), l = s.slice(0, 1), a = t.slice(i);
1510
1497
  switch (e.timePattern[o]) {
1511
1498
  case "h":
1512
- parseInt(l, 10) > n.maxHourFirstDigit ? s = "0" + l : parseInt(s, 10) > n.maxHours && (s = n.maxHours + "");
1499
+ parseInt(l, 10) > r.maxHourFirstDigit ? s = "0" + l : parseInt(s, 10) > r.maxHours && (s = r.maxHours + "");
1513
1500
  break;
1514
1501
  case "m":
1515
1502
  case "s":
1516
- parseInt(l, 10) > n.maxMinutesFirstDigit ? s = "0" + l : parseInt(s, 10) > n.maxMinutes && (s = n.maxMinutes + "");
1503
+ parseInt(l, 10) > r.maxMinutesFirstDigit ? s = "0" + l : parseInt(s, 10) > r.maxMinutes && (s = r.maxMinutes + "");
1517
1504
  break;
1518
1505
  }
1519
- r += s, t = a;
1506
+ n += s, t = a;
1520
1507
  }
1521
- }), this.getFixedTimeString(r);
1508
+ }), this.getFixedTimeString(n);
1522
1509
  },
1523
1510
  getFixedTimeString: function(t) {
1524
- var e = this, r = e.timePattern, n = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, h, f;
1525
- return t.length === 6 && (r.forEach(function(u, m) {
1526
- switch (u) {
1511
+ var e = this, n = e.timePattern, r = [], i = 0, o = 0, s = 0, l = 0, a = 0, d = 0, c, u, f;
1512
+ return t.length === 6 && (n.forEach(function(h, m) {
1513
+ switch (h) {
1527
1514
  case "s":
1528
1515
  i = m * 2;
1529
1516
  break;
@@ -1534,8 +1521,8 @@ bt.prototype = {
1534
1521
  s = m * 2;
1535
1522
  break;
1536
1523
  }
1537
- }), d = s, a = o, l = i, c = parseInt(t.slice(l, l + 2), 10), h = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), n = this.getFixedTime(f, h, c)), t.length === 4 && e.timePattern.indexOf("s") < 0 && (r.forEach(function(u, m) {
1538
- switch (u) {
1524
+ }), d = s, a = o, l = i, c = parseInt(t.slice(l, l + 2), 10), u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), r = this.getFixedTime(f, u, c)), t.length === 4 && e.timePattern.indexOf("s") < 0 && (n.forEach(function(h, m) {
1525
+ switch (h) {
1539
1526
  case "m":
1540
1527
  o = m * 2;
1541
1528
  break;
@@ -1543,27 +1530,27 @@ bt.prototype = {
1543
1530
  s = m * 2;
1544
1531
  break;
1545
1532
  }
1546
- }), d = s, a = o, c = 0, h = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), n = this.getFixedTime(f, h, c)), e.time = n, n.length === 0 ? t : r.reduce(function(u, m) {
1533
+ }), d = s, a = o, c = 0, u = parseInt(t.slice(a, a + 2), 10), f = parseInt(t.slice(d, d + 2), 10), r = this.getFixedTime(f, u, c)), e.time = r, r.length === 0 ? t : n.reduce(function(h, m) {
1547
1534
  switch (m) {
1548
1535
  case "s":
1549
- return u + e.addLeadingZero(n[2]);
1536
+ return h + e.addLeadingZero(r[2]);
1550
1537
  case "m":
1551
- return u + e.addLeadingZero(n[1]);
1538
+ return h + e.addLeadingZero(r[1]);
1552
1539
  case "h":
1553
- return u + e.addLeadingZero(n[0]);
1540
+ return h + e.addLeadingZero(r[0]);
1554
1541
  }
1555
1542
  }, "");
1556
1543
  },
1557
- getFixedTime: function(t, e, r) {
1558
- return r = Math.min(parseInt(r || 0, 10), 60), e = Math.min(e, 60), t = Math.min(t, 60), [t, e, r];
1544
+ getFixedTime: function(t, e, n) {
1545
+ return n = Math.min(parseInt(n || 0, 10), 60), e = Math.min(e, 60), t = Math.min(t, 60), [t, e, n];
1559
1546
  },
1560
1547
  addLeadingZero: function(t) {
1561
1548
  return (t < 10 ? "0" : "") + t;
1562
1549
  }
1563
1550
  };
1564
- var hr = bt, wt = function(t, e) {
1565
- var r = this;
1566
- r.delimiter = e || e === "" ? e : " ", r.delimiterRE = e ? new RegExp("\\" + e, "g") : "", r.formatter = t;
1551
+ var fn = bt, wt = function(t, e) {
1552
+ var n = this;
1553
+ n.delimiter = e || e === "" ? e : " ", n.delimiterRE = e ? new RegExp("\\" + e, "g") : "", n.formatter = t;
1567
1554
  };
1568
1555
  wt.prototype = {
1569
1556
  setFormatter: function(t) {
@@ -1572,12 +1559,12 @@ wt.prototype = {
1572
1559
  format: function(t) {
1573
1560
  var e = this;
1574
1561
  e.formatter.clear(), t = t.replace(/[^\d+]/g, ""), t = t.replace(/^\+/, "B").replace(/\+/g, "").replace("B", "+"), t = t.replace(e.delimiterRE, "");
1575
- for (var r = "", n, i = !1, o = 0, s = t.length; o < s; o++)
1576
- n = e.formatter.inputDigit(t.charAt(o)), /[\s()-]/g.test(n) ? (r = n, i = !0) : i || (r = n);
1577
- return r = r.replace(/[()]/g, ""), r = r.replace(/[\s-]/g, e.delimiter), r;
1562
+ for (var n = "", r, i = !1, o = 0, s = t.length; o < s; o++)
1563
+ r = e.formatter.inputDigit(t.charAt(o)), /[\s()-]/g.test(r) ? (n = r, i = !0) : i || (n = r);
1564
+ return n = n.replace(/[()]/g, ""), n = n.replace(/[\s-]/g, e.delimiter), n;
1578
1565
  }
1579
1566
  };
1580
- var fr = wt, Le = {
1567
+ var mn = wt, Ue = {
1581
1568
  blocks: {
1582
1569
  uatp: [4, 5, 6],
1583
1570
  amex: [4, 6, 5],
@@ -1623,17 +1610,17 @@ var fr = wt, Le = {
1623
1610
  unionPay: /^(62|81)\d{0,14}/
1624
1611
  },
1625
1612
  getStrictBlocks: function(t) {
1626
- var e = t.reduce(function(r, n) {
1627
- return r + n;
1613
+ var e = t.reduce(function(n, r) {
1614
+ return n + r;
1628
1615
  }, 0);
1629
1616
  return t.concat(19 - e);
1630
1617
  },
1631
1618
  getInfo: function(t, e) {
1632
- var r = Le.blocks, n = Le.re;
1619
+ var n = Ue.blocks, r = Ue.re;
1633
1620
  e = !!e;
1634
- for (var i in n)
1635
- if (n[i].test(t)) {
1636
- var o = r[i];
1621
+ for (var i in r)
1622
+ if (r[i].test(t)) {
1623
+ var o = n[i];
1637
1624
  return {
1638
1625
  type: i,
1639
1626
  blocks: e ? this.getStrictBlocks(o) : o
@@ -1641,42 +1628,42 @@ var fr = wt, Le = {
1641
1628
  }
1642
1629
  return {
1643
1630
  type: "unknown",
1644
- blocks: e ? this.getStrictBlocks(r.general) : r.general
1631
+ blocks: e ? this.getStrictBlocks(n.general) : n.general
1645
1632
  };
1646
1633
  }
1647
- }, mr = Le, pr = {
1634
+ }, pn = Ue, gn = {
1648
1635
  noop: function() {
1649
1636
  },
1650
1637
  strip: function(t, e) {
1651
1638
  return t.replace(e, "");
1652
1639
  },
1653
- getPostDelimiter: function(t, e, r) {
1654
- if (r.length === 0)
1640
+ getPostDelimiter: function(t, e, n) {
1641
+ if (n.length === 0)
1655
1642
  return t.slice(-e.length) === e ? e : "";
1656
- var n = "";
1657
- return r.forEach(function(i) {
1658
- t.slice(-i.length) === i && (n = i);
1659
- }), n;
1643
+ var r = "";
1644
+ return n.forEach(function(i) {
1645
+ t.slice(-i.length) === i && (r = i);
1646
+ }), r;
1660
1647
  },
1661
1648
  getDelimiterREByDelimiter: function(t) {
1662
1649
  return new RegExp(t.replace(/([.?*+^$[\]\\(){}|-])/g, "\\$1"), "g");
1663
1650
  },
1664
- getNextCursorPosition: function(t, e, r, n, i) {
1665
- return e.length === t ? r.length : t + this.getPositionOffset(t, e, r, n, i);
1651
+ getNextCursorPosition: function(t, e, n, r, i) {
1652
+ return e.length === t ? n.length : t + this.getPositionOffset(t, e, n, r, i);
1666
1653
  },
1667
- getPositionOffset: function(t, e, r, n, i) {
1654
+ getPositionOffset: function(t, e, n, r, i) {
1668
1655
  var o, s, l;
1669
- return o = this.stripDelimiters(e.slice(0, t), n, i), s = this.stripDelimiters(r.slice(0, t), n, i), l = o.length - s.length, l !== 0 ? l / Math.abs(l) : 0;
1656
+ return o = this.stripDelimiters(e.slice(0, t), r, i), s = this.stripDelimiters(n.slice(0, t), r, i), l = o.length - s.length, l !== 0 ? l / Math.abs(l) : 0;
1670
1657
  },
1671
- stripDelimiters: function(t, e, r) {
1672
- var n = this;
1673
- if (r.length === 0) {
1674
- var i = e ? n.getDelimiterREByDelimiter(e) : "";
1658
+ stripDelimiters: function(t, e, n) {
1659
+ var r = this;
1660
+ if (n.length === 0) {
1661
+ var i = e ? r.getDelimiterREByDelimiter(e) : "";
1675
1662
  return t.replace(i, "");
1676
1663
  }
1677
- return r.forEach(function(o) {
1664
+ return n.forEach(function(o) {
1678
1665
  o.split("").forEach(function(s) {
1679
- t = t.replace(n.getDelimiterREByDelimiter(s), "");
1666
+ t = t.replace(r.getDelimiterREByDelimiter(s), "");
1680
1667
  });
1681
1668
  }), t;
1682
1669
  },
@@ -1684,8 +1671,8 @@ var fr = wt, Le = {
1684
1671
  return t.slice(0, e);
1685
1672
  },
1686
1673
  getMaxLength: function(t) {
1687
- return t.reduce(function(e, r) {
1688
- return e + r;
1674
+ return t.reduce(function(e, n) {
1675
+ return e + n;
1689
1676
  }, 0);
1690
1677
  },
1691
1678
  // strip prefix
@@ -1694,42 +1681,42 @@ var fr = wt, Le = {
1694
1681
  // PREFIX-123 | PEFIX-123 | 123
1695
1682
  // PREFIX-123 | PREFIX-23 | 23
1696
1683
  // PREFIX-123 | PREFIX-1234 | 1234
1697
- getPrefixStrippedValue: function(t, e, r, n, i, o, s, l, a) {
1698
- if (r === 0)
1684
+ getPrefixStrippedValue: function(t, e, n, r, i, o, s, l, a) {
1685
+ if (n === 0)
1699
1686
  return t;
1700
1687
  if (t === e && t !== "")
1701
1688
  return "";
1702
1689
  if (a && t.slice(0, 1) == "-") {
1703
- var d = n.slice(0, 1) == "-" ? n.slice(1) : n;
1704
- return "-" + this.getPrefixStrippedValue(t.slice(1), e, r, d, i, o, s, l, a);
1705
- }
1706
- if (n.slice(0, r) !== e && !l)
1707
- return s && !n && t ? t : "";
1708
- if (n.slice(-r) !== e && l)
1709
- return s && !n && t ? t : "";
1710
- var c = this.stripDelimiters(n, i, o);
1711
- return t.slice(0, r) !== e && !l ? c.slice(r) : t.slice(-r) !== e && l ? c.slice(0, -r - 1) : l ? t.slice(0, -r) : t.slice(r);
1690
+ var d = r.slice(0, 1) == "-" ? r.slice(1) : r;
1691
+ return "-" + this.getPrefixStrippedValue(t.slice(1), e, n, d, i, o, s, l, a);
1692
+ }
1693
+ if (r.slice(0, n) !== e && !l)
1694
+ return s && !r && t ? t : "";
1695
+ if (r.slice(-n) !== e && l)
1696
+ return s && !r && t ? t : "";
1697
+ var c = this.stripDelimiters(r, i, o);
1698
+ return t.slice(0, n) !== e && !l ? c.slice(n) : t.slice(-n) !== e && l ? c.slice(0, -n - 1) : l ? t.slice(0, -n) : t.slice(n);
1712
1699
  },
1713
1700
  getFirstDiffIndex: function(t, e) {
1714
- for (var r = 0; t.charAt(r) === e.charAt(r); )
1715
- if (t.charAt(r++) === "")
1701
+ for (var n = 0; t.charAt(n) === e.charAt(n); )
1702
+ if (t.charAt(n++) === "")
1716
1703
  return -1;
1717
- return r;
1704
+ return n;
1718
1705
  },
1719
- getFormattedValue: function(t, e, r, n, i, o) {
1706
+ getFormattedValue: function(t, e, n, r, i, o) {
1720
1707
  var s = "", l = i.length > 0, a = "";
1721
- return r === 0 ? t : (e.forEach(function(d, c) {
1708
+ return n === 0 ? t : (e.forEach(function(d, c) {
1722
1709
  if (t.length > 0) {
1723
- var h = t.slice(0, d), f = t.slice(d);
1724
- l ? a = i[o ? c - 1 : c] || a : a = n, o ? (c > 0 && (s += a), s += h) : (s += h, h.length === d && c < r - 1 && (s += a)), t = f;
1710
+ var u = t.slice(0, d), f = t.slice(d);
1711
+ l ? a = i[o ? c - 1 : c] || a : a = r, o ? (c > 0 && (s += a), s += u) : (s += u, u.length === d && c < n - 1 && (s += a)), t = f;
1725
1712
  }
1726
1713
  }), s);
1727
1714
  },
1728
1715
  // move cursor to the end
1729
1716
  // the first time user focuses on an input with prefix
1730
- fixPrefixCursor: function(t, e, r, n) {
1717
+ fixPrefixCursor: function(t, e, n, r) {
1731
1718
  if (t) {
1732
- var i = t.value, o = r || n[0] || " ";
1719
+ var i = t.value, o = n || r[0] || " ";
1733
1720
  if (!(!t.setSelectionRange || !e || e.length + o.length <= i.length)) {
1734
1721
  var s = i.length * 2;
1735
1722
  setTimeout(function() {
@@ -1747,11 +1734,11 @@ var fr = wt, Le = {
1747
1734
  }
1748
1735
  return !1;
1749
1736
  },
1750
- setSelection: function(t, e, r) {
1751
- if (t === this.getActiveElement(r) && !(t && t.value.length <= e))
1737
+ setSelection: function(t, e, n) {
1738
+ if (t === this.getActiveElement(n) && !(t && t.value.length <= e))
1752
1739
  if (t.createTextRange) {
1753
- var n = t.createTextRange();
1754
- n.move("character", e), n.select();
1740
+ var r = t.createTextRange();
1741
+ r.move("character", e), r.select();
1755
1742
  } else
1756
1743
  try {
1757
1744
  t.setSelectionRange(e, e);
@@ -1773,24 +1760,24 @@ var fr = wt, Le = {
1773
1760
  isAndroidBackspaceKeydown: function(t, e) {
1774
1761
  return !this.isAndroid() || !t || !e ? !1 : e === t.slice(0, -1);
1775
1762
  }
1776
- }, gr = pr, yr = {
1763
+ }, yn = gn, bn = {
1777
1764
  // Maybe change to object-assign
1778
1765
  // for now just keep it as simple
1779
1766
  assign: function(t, e) {
1780
1767
  return t = t || {}, e = e || {}, t.creditCard = !!e.creditCard, t.creditCardStrictMode = !!e.creditCardStrictMode, t.creditCardType = "", t.onCreditCardTypeChanged = e.onCreditCardTypeChanged || function() {
1781
- }, t.phone = !!e.phone, t.phoneRegionCode = e.phoneRegionCode || "AU", t.phoneFormatter = {}, t.time = !!e.time, t.timePattern = e.timePattern || ["h", "m", "s"], t.timeFormat = e.timeFormat || "24", t.timeFormatter = {}, t.date = !!e.date, t.datePattern = e.datePattern || ["d", "m", "Y"], t.dateMin = e.dateMin || "", t.dateMax = e.dateMax || "", t.dateFormatter = {}, t.numeral = !!e.numeral, t.numeralIntegerScale = e.numeralIntegerScale > 0 ? e.numeralIntegerScale : 0, t.numeralDecimalScale = e.numeralDecimalScale >= 0 ? e.numeralDecimalScale : 2, t.numeralDecimalMark = e.numeralDecimalMark || ".", t.numeralThousandsGroupStyle = e.numeralThousandsGroupStyle || "thousand", t.numeralPositiveOnly = !!e.numeralPositiveOnly, t.stripLeadingZeroes = e.stripLeadingZeroes !== !1, t.signBeforePrefix = !!e.signBeforePrefix, t.tailPrefix = !!e.tailPrefix, t.swapHiddenInput = !!e.swapHiddenInput, t.numericOnly = t.creditCard || t.date || !!e.numericOnly, t.uppercase = !!e.uppercase, t.lowercase = !!e.lowercase, t.prefix = t.creditCard || t.date ? "" : e.prefix || "", t.noImmediatePrefix = !!e.noImmediatePrefix, t.prefixLength = t.prefix.length, t.rawValueTrimPrefix = !!e.rawValueTrimPrefix, t.copyDelimiter = !!e.copyDelimiter, t.initValue = e.initValue !== void 0 && e.initValue !== null ? e.initValue.toString() : "", t.delimiter = e.delimiter || e.delimiter === "" ? e.delimiter : e.date ? "/" : e.time ? ":" : e.numeral ? "," : (e.phone, " "), t.delimiterLength = t.delimiter.length, t.delimiterLazyShow = !!e.delimiterLazyShow, t.delimiters = e.delimiters || [], t.blocks = e.blocks || [], t.blocksLength = t.blocks.length, t.root = typeof Z == "object" && Z ? Z : window, t.document = e.document || t.root.document, t.maxLength = 0, t.backspace = !1, t.result = "", t.onValueChanged = e.onValueChanged || function() {
1768
+ }, t.phone = !!e.phone, t.phoneRegionCode = e.phoneRegionCode || "AU", t.phoneFormatter = {}, t.time = !!e.time, t.timePattern = e.timePattern || ["h", "m", "s"], t.timeFormat = e.timeFormat || "24", t.timeFormatter = {}, t.date = !!e.date, t.datePattern = e.datePattern || ["d", "m", "Y"], t.dateMin = e.dateMin || "", t.dateMax = e.dateMax || "", t.dateFormatter = {}, t.numeral = !!e.numeral, t.numeralIntegerScale = e.numeralIntegerScale > 0 ? e.numeralIntegerScale : 0, t.numeralDecimalScale = e.numeralDecimalScale >= 0 ? e.numeralDecimalScale : 2, t.numeralDecimalMark = e.numeralDecimalMark || ".", t.numeralThousandsGroupStyle = e.numeralThousandsGroupStyle || "thousand", t.numeralPositiveOnly = !!e.numeralPositiveOnly, t.stripLeadingZeroes = e.stripLeadingZeroes !== !1, t.signBeforePrefix = !!e.signBeforePrefix, t.tailPrefix = !!e.tailPrefix, t.swapHiddenInput = !!e.swapHiddenInput, t.numericOnly = t.creditCard || t.date || !!e.numericOnly, t.uppercase = !!e.uppercase, t.lowercase = !!e.lowercase, t.prefix = t.creditCard || t.date ? "" : e.prefix || "", t.noImmediatePrefix = !!e.noImmediatePrefix, t.prefixLength = t.prefix.length, t.rawValueTrimPrefix = !!e.rawValueTrimPrefix, t.copyDelimiter = !!e.copyDelimiter, t.initValue = e.initValue !== void 0 && e.initValue !== null ? e.initValue.toString() : "", t.delimiter = e.delimiter || e.delimiter === "" ? e.delimiter : e.date ? "/" : e.time ? ":" : e.numeral ? "," : (e.phone, " "), t.delimiterLength = t.delimiter.length, t.delimiterLazyShow = !!e.delimiterLazyShow, t.delimiters = e.delimiters || [], t.blocks = e.blocks || [], t.blocksLength = t.blocks.length, t.root = typeof X == "object" && X ? X : window, t.document = e.document || t.root.document, t.maxLength = 0, t.backspace = !1, t.result = "", t.onValueChanged = e.onValueChanged || function() {
1782
1769
  }, t;
1783
1770
  }
1784
- }, br = yr, x = function(t, e) {
1785
- var r = this, n = !1;
1786
- if (typeof t == "string" ? (r.element = document.querySelector(t), n = document.querySelectorAll(t).length > 1) : typeof t.length < "u" && t.length > 0 ? (r.element = t[0], n = t.length > 1) : r.element = t, !r.element)
1771
+ }, wn = bn, x = function(t, e) {
1772
+ var n = this, r = !1;
1773
+ if (typeof t == "string" ? (n.element = document.querySelector(t), r = document.querySelectorAll(t).length > 1) : typeof t.length < "u" && t.length > 0 ? (n.element = t[0], r = t.length > 1) : n.element = t, !n.element)
1787
1774
  throw new Error("[cleave.js] Please check the element");
1788
- if (n)
1775
+ if (r)
1789
1776
  try {
1790
1777
  console.warn("[cleave.js] Multiple input fields matched, cleave.js will only take the first one.");
1791
1778
  } catch {
1792
1779
  }
1793
- e.initValue = r.element.value, r.properties = x.DefaultProperties.assign({}, e), r.init();
1780
+ e.initValue = n.element.value, n.properties = x.DefaultProperties.assign({}, e), n.init();
1794
1781
  };
1795
1782
  x.prototype = {
1796
1783
  init: function() {
@@ -1804,8 +1791,8 @@ x.prototype = {
1804
1791
  initSwapHiddenInput: function() {
1805
1792
  var t = this, e = t.properties;
1806
1793
  if (e.swapHiddenInput) {
1807
- var r = t.element.cloneNode(!0);
1808
- t.element.parentNode.insertBefore(r, t.element), t.elementSwapHidden = t.element, t.elementSwapHidden.type = "hidden", t.element = r, t.element.id = "";
1794
+ var n = t.element.cloneNode(!0);
1795
+ t.element.parentNode.insertBefore(n, t.element), t.elementSwapHidden = t.element, t.elementSwapHidden.type = "hidden", t.element = n, t.element.id = "";
1809
1796
  }
1810
1797
  },
1811
1798
  initNumeralFormatter: function() {
@@ -1844,14 +1831,14 @@ x.prototype = {
1844
1831
  }
1845
1832
  },
1846
1833
  onKeyDown: function(t) {
1847
- var e = this, r = t.which || t.keyCode;
1848
- e.lastInputValue = e.element.value, e.isBackward = r === 8;
1834
+ var e = this, n = t.which || t.keyCode;
1835
+ e.lastInputValue = e.element.value, e.isBackward = n === 8;
1849
1836
  },
1850
1837
  onChange: function(t) {
1851
- var e = this, r = e.properties, n = x.Util;
1838
+ var e = this, n = e.properties, r = x.Util;
1852
1839
  e.isBackward = e.isBackward || t.inputType === "deleteContentBackward";
1853
- var i = n.getPostDelimiter(e.lastInputValue, r.delimiter, r.delimiters);
1854
- e.isBackward && i ? r.postDelimiterBackspace = i : r.postDelimiterBackspace = !1, this.onInput(this.element.value);
1840
+ var i = r.getPostDelimiter(e.lastInputValue, n.delimiter, n.delimiters);
1841
+ e.isBackward && i ? n.postDelimiterBackspace = i : n.postDelimiterBackspace = !1, this.onInput(this.element.value);
1855
1842
  },
1856
1843
  onFocus: function() {
1857
1844
  var t = this, e = t.properties;
@@ -1864,51 +1851,51 @@ x.prototype = {
1864
1851
  x.Util.checkFullSelection(this.element.value) && this.copyClipboardData(t);
1865
1852
  },
1866
1853
  copyClipboardData: function(t) {
1867
- var e = this, r = e.properties, n = x.Util, i = e.element.value, o = "";
1868
- r.copyDelimiter ? o = i : o = n.stripDelimiters(i, r.delimiter, r.delimiters);
1854
+ var e = this, n = e.properties, r = x.Util, i = e.element.value, o = "";
1855
+ n.copyDelimiter ? o = i : o = r.stripDelimiters(i, n.delimiter, n.delimiters);
1869
1856
  try {
1870
1857
  t.clipboardData ? t.clipboardData.setData("Text", o) : window.clipboardData.setData("Text", o), t.preventDefault();
1871
1858
  } catch {
1872
1859
  }
1873
1860
  },
1874
1861
  onInput: function(t) {
1875
- var e = this, r = e.properties, n = x.Util, i = n.getPostDelimiter(t, r.delimiter, r.delimiters);
1876
- if (!r.numeral && r.postDelimiterBackspace && !i && (t = n.headStr(t, t.length - r.postDelimiterBackspace.length)), r.phone) {
1877
- r.prefix && (!r.noImmediatePrefix || t.length) ? r.result = r.prefix + r.phoneFormatter.format(t).slice(r.prefix.length) : r.result = r.phoneFormatter.format(t), e.updateValueState();
1862
+ var e = this, n = e.properties, r = x.Util, i = r.getPostDelimiter(t, n.delimiter, n.delimiters);
1863
+ if (!n.numeral && n.postDelimiterBackspace && !i && (t = r.headStr(t, t.length - n.postDelimiterBackspace.length)), n.phone) {
1864
+ n.prefix && (!n.noImmediatePrefix || t.length) ? n.result = n.prefix + n.phoneFormatter.format(t).slice(n.prefix.length) : n.result = n.phoneFormatter.format(t), e.updateValueState();
1878
1865
  return;
1879
1866
  }
1880
- if (r.numeral) {
1881
- r.prefix && r.noImmediatePrefix && t.length === 0 ? r.result = "" : r.result = r.numeralFormatter.format(t), e.updateValueState();
1867
+ if (n.numeral) {
1868
+ n.prefix && n.noImmediatePrefix && t.length === 0 ? n.result = "" : n.result = n.numeralFormatter.format(t), e.updateValueState();
1882
1869
  return;
1883
1870
  }
1884
- if (r.date && (t = r.dateFormatter.getValidatedDate(t)), r.time && (t = r.timeFormatter.getValidatedTime(t)), t = n.stripDelimiters(t, r.delimiter, r.delimiters), t = n.getPrefixStrippedValue(t, r.prefix, r.prefixLength, r.result, r.delimiter, r.delimiters, r.noImmediatePrefix, r.tailPrefix, r.signBeforePrefix), t = r.numericOnly ? n.strip(t, /[^\d]/g) : t, t = r.uppercase ? t.toUpperCase() : t, t = r.lowercase ? t.toLowerCase() : t, r.prefix && (r.tailPrefix ? t = t + r.prefix : t = r.prefix + t, r.blocksLength === 0)) {
1885
- r.result = t, e.updateValueState();
1871
+ if (n.date && (t = n.dateFormatter.getValidatedDate(t)), n.time && (t = n.timeFormatter.getValidatedTime(t)), t = r.stripDelimiters(t, n.delimiter, n.delimiters), t = r.getPrefixStrippedValue(t, n.prefix, n.prefixLength, n.result, n.delimiter, n.delimiters, n.noImmediatePrefix, n.tailPrefix, n.signBeforePrefix), t = n.numericOnly ? r.strip(t, /[^\d]/g) : t, t = n.uppercase ? t.toUpperCase() : t, t = n.lowercase ? t.toLowerCase() : t, n.prefix && (n.tailPrefix ? t = t + n.prefix : t = n.prefix + t, n.blocksLength === 0)) {
1872
+ n.result = t, e.updateValueState();
1886
1873
  return;
1887
1874
  }
1888
- r.creditCard && e.updateCreditCardPropsByValue(t), t = n.headStr(t, r.maxLength), r.result = n.getFormattedValue(
1875
+ n.creditCard && e.updateCreditCardPropsByValue(t), t = r.headStr(t, n.maxLength), n.result = r.getFormattedValue(
1889
1876
  t,
1890
- r.blocks,
1891
- r.blocksLength,
1892
- r.delimiter,
1893
- r.delimiters,
1894
- r.delimiterLazyShow
1877
+ n.blocks,
1878
+ n.blocksLength,
1879
+ n.delimiter,
1880
+ n.delimiters,
1881
+ n.delimiterLazyShow
1895
1882
  ), e.updateValueState();
1896
1883
  },
1897
1884
  updateCreditCardPropsByValue: function(t) {
1898
- var e = this, r = e.properties, n = x.Util, i;
1899
- n.headStr(r.result, 4) !== n.headStr(t, 4) && (i = x.CreditCardDetector.getInfo(t, r.creditCardStrictMode), r.blocks = i.blocks, r.blocksLength = r.blocks.length, r.maxLength = n.getMaxLength(r.blocks), r.creditCardType !== i.type && (r.creditCardType = i.type, r.onCreditCardTypeChanged.call(e, r.creditCardType)));
1885
+ var e = this, n = e.properties, r = x.Util, i;
1886
+ r.headStr(n.result, 4) !== r.headStr(t, 4) && (i = x.CreditCardDetector.getInfo(t, n.creditCardStrictMode), n.blocks = i.blocks, n.blocksLength = n.blocks.length, n.maxLength = r.getMaxLength(n.blocks), n.creditCardType !== i.type && (n.creditCardType = i.type, n.onCreditCardTypeChanged.call(e, n.creditCardType)));
1900
1887
  },
1901
1888
  updateValueState: function() {
1902
- var t = this, e = x.Util, r = t.properties;
1889
+ var t = this, e = x.Util, n = t.properties;
1903
1890
  if (t.element) {
1904
- var n = t.element.selectionEnd, i = t.element.value, o = r.result;
1905
- if (n = e.getNextCursorPosition(n, i, o, r.delimiter, r.delimiters), t.isAndroid) {
1891
+ var r = t.element.selectionEnd, i = t.element.value, o = n.result;
1892
+ if (r = e.getNextCursorPosition(r, i, o, n.delimiter, n.delimiters), t.isAndroid) {
1906
1893
  window.setTimeout(function() {
1907
- t.element.value = o, e.setSelection(t.element, n, r.document, !1), t.callOnValueChanged();
1894
+ t.element.value = o, e.setSelection(t.element, r, n.document, !1), t.callOnValueChanged();
1908
1895
  }, 1);
1909
1896
  return;
1910
1897
  }
1911
- t.element.value = o, r.swapHiddenInput && (t.elementSwapHidden.value = t.getRawValue()), e.setSelection(t.element, n, r.document, !1), t.callOnValueChanged();
1898
+ t.element.value = o, n.swapHiddenInput && (t.elementSwapHidden.value = t.getRawValue()), e.setSelection(t.element, r, n.document, !1), t.callOnValueChanged();
1912
1899
  }
1913
1900
  },
1914
1901
  callOnValueChanged: function() {
@@ -1922,16 +1909,16 @@ x.prototype = {
1922
1909
  });
1923
1910
  },
1924
1911
  setPhoneRegionCode: function(t) {
1925
- var e = this, r = e.properties;
1926
- r.phoneRegionCode = t, e.initPhoneFormatter(), e.onChange();
1912
+ var e = this, n = e.properties;
1913
+ n.phoneRegionCode = t, e.initPhoneFormatter(), e.onChange();
1927
1914
  },
1928
1915
  setRawValue: function(t) {
1929
- var e = this, r = e.properties;
1930
- t = t != null ? t.toString() : "", r.numeral && (t = t.replace(".", r.numeralDecimalMark)), r.postDelimiterBackspace = !1, e.element.value = t, e.onInput(t);
1916
+ var e = this, n = e.properties;
1917
+ t = t != null ? t.toString() : "", n.numeral && (t = t.replace(".", n.numeralDecimalMark)), n.postDelimiterBackspace = !1, e.element.value = t, e.onInput(t);
1931
1918
  },
1932
1919
  getRawValue: function() {
1933
- var t = this, e = t.properties, r = x.Util, n = t.element.value;
1934
- return e.rawValueTrimPrefix && (n = r.getPrefixStrippedValue(n, e.prefix, e.prefixLength, e.result, e.delimiter, e.delimiters, e.noImmediatePrefix, e.tailPrefix, e.signBeforePrefix)), e.numeral ? n = e.numeralFormatter.getRawValue(n) : n = r.stripDelimiters(n, e.delimiter, e.delimiters), n;
1920
+ var t = this, e = t.properties, n = x.Util, r = t.element.value;
1921
+ return e.rawValueTrimPrefix && (r = n.getPrefixStrippedValue(r, e.prefix, e.prefixLength, e.result, e.delimiter, e.delimiters, e.noImmediatePrefix, e.tailPrefix, e.signBeforePrefix)), e.numeral ? r = e.numeralFormatter.getRawValue(r) : r = n.stripDelimiters(r, e.delimiter, e.delimiters), r;
1935
1922
  },
1936
1923
  getISOFormatDate: function() {
1937
1924
  var t = this, e = t.properties;
@@ -1952,19 +1939,19 @@ x.prototype = {
1952
1939
  return "[Cleave Object]";
1953
1940
  }
1954
1941
  };
1955
- x.NumeralFormatter = cr;
1956
- x.DateFormatter = ur;
1957
- x.TimeFormatter = hr;
1958
- x.PhoneFormatter = fr;
1959
- x.CreditCardDetector = mr;
1960
- x.Util = gr;
1961
- x.DefaultProperties = br;
1962
- (typeof Z == "object" && Z ? Z : window).Cleave = x;
1963
- var at = x, fe = {}, wr = function() {
1942
+ x.NumeralFormatter = hn;
1943
+ x.DateFormatter = un;
1944
+ x.TimeFormatter = fn;
1945
+ x.PhoneFormatter = mn;
1946
+ x.CreditCardDetector = pn;
1947
+ x.Util = yn;
1948
+ x.DefaultProperties = wn;
1949
+ (typeof X == "object" && X ? X : window).Cleave = x;
1950
+ var at = x, fe = {}, vn = function() {
1964
1951
  return typeof Promise == "function" && Promise.prototype && Promise.prototype.then;
1965
- }, vt = {}, M = {};
1966
- let Ye;
1967
- const vr = [
1952
+ }, vt = {}, D = {};
1953
+ let We;
1954
+ const xn = [
1968
1955
  0,
1969
1956
  // Not used
1970
1957
  26,
@@ -2008,38 +1995,38 @@ const vr = [
2008
1995
  3532,
2009
1996
  3706
2010
1997
  ];
2011
- M.getSymbolSize = function(e) {
1998
+ D.getSymbolSize = function(e) {
2012
1999
  if (!e) throw new Error('"version" cannot be null or undefined');
2013
2000
  if (e < 1 || e > 40) throw new Error('"version" should be in range from 1 to 40');
2014
2001
  return e * 4 + 17;
2015
2002
  };
2016
- M.getSymbolTotalCodewords = function(e) {
2017
- return vr[e];
2003
+ D.getSymbolTotalCodewords = function(e) {
2004
+ return xn[e];
2018
2005
  };
2019
- M.getBCHDigit = function(t) {
2006
+ D.getBCHDigit = function(t) {
2020
2007
  let e = 0;
2021
2008
  for (; t !== 0; )
2022
2009
  e++, t >>>= 1;
2023
2010
  return e;
2024
2011
  };
2025
- M.setToSJISFunction = function(e) {
2012
+ D.setToSJISFunction = function(e) {
2026
2013
  if (typeof e != "function")
2027
2014
  throw new Error('"toSJISFunc" is not a valid function.');
2028
- Ye = e;
2015
+ We = e;
2029
2016
  };
2030
- M.isKanjiModeEnabled = function() {
2031
- return typeof Ye < "u";
2017
+ D.isKanjiModeEnabled = function() {
2018
+ return typeof We < "u";
2032
2019
  };
2033
- M.toSJIS = function(e) {
2034
- return Ye(e);
2020
+ D.toSJIS = function(e) {
2021
+ return We(e);
2035
2022
  };
2036
- var Ce = {};
2023
+ var ke = {};
2037
2024
  (function(t) {
2038
2025
  t.L = { bit: 1 }, t.M = { bit: 0 }, t.Q = { bit: 3 }, t.H = { bit: 2 };
2039
- function e(r) {
2040
- if (typeof r != "string")
2026
+ function e(n) {
2027
+ if (typeof n != "string")
2041
2028
  throw new Error("Param is not a string");
2042
- switch (r.toLowerCase()) {
2029
+ switch (n.toLowerCase()) {
2043
2030
  case "l":
2044
2031
  case "low":
2045
2032
  return t.L;
@@ -2053,21 +2040,21 @@ var Ce = {};
2053
2040
  case "high":
2054
2041
  return t.H;
2055
2042
  default:
2056
- throw new Error("Unknown EC Level: " + r);
2043
+ throw new Error("Unknown EC Level: " + n);
2057
2044
  }
2058
2045
  }
2059
- t.isValid = function(n) {
2060
- return n && typeof n.bit < "u" && n.bit >= 0 && n.bit < 4;
2061
- }, t.from = function(n, i) {
2062
- if (t.isValid(n))
2063
- return n;
2046
+ t.isValid = function(r) {
2047
+ return r && typeof r.bit < "u" && r.bit >= 0 && r.bit < 4;
2048
+ }, t.from = function(r, i) {
2049
+ if (t.isValid(r))
2050
+ return r;
2064
2051
  try {
2065
- return e(n);
2052
+ return e(r);
2066
2053
  } catch {
2067
2054
  return i;
2068
2055
  }
2069
2056
  };
2070
- })(Ce);
2057
+ })(ke);
2071
2058
  function xt() {
2072
2059
  this.buffer = [], this.length = 0;
2073
2060
  }
@@ -2077,8 +2064,8 @@ xt.prototype = {
2077
2064
  return (this.buffer[e] >>> 7 - t % 8 & 1) === 1;
2078
2065
  },
2079
2066
  put: function(t, e) {
2080
- for (let r = 0; r < e; r++)
2081
- this.putBit((t >>> e - r - 1 & 1) === 1);
2067
+ for (let n = 0; n < e; n++)
2068
+ this.putBit((t >>> e - n - 1 & 1) === 1);
2082
2069
  },
2083
2070
  getLengthInBits: function() {
2084
2071
  return this.length;
@@ -2088,36 +2075,36 @@ xt.prototype = {
2088
2075
  this.buffer.length <= e && this.buffer.push(0), t && (this.buffer[e] |= 128 >>> this.length % 8), this.length++;
2089
2076
  }
2090
2077
  };
2091
- var xr = xt;
2078
+ var Sn = xt;
2092
2079
  function me(t) {
2093
2080
  if (!t || t < 1)
2094
2081
  throw new Error("BitMatrix size must be defined and greater than 0");
2095
2082
  this.size = t, this.data = new Uint8Array(t * t), this.reservedBit = new Uint8Array(t * t);
2096
2083
  }
2097
- me.prototype.set = function(t, e, r, n) {
2084
+ me.prototype.set = function(t, e, n, r) {
2098
2085
  const i = t * this.size + e;
2099
- this.data[i] = r, n && (this.reservedBit[i] = !0);
2086
+ this.data[i] = n, r && (this.reservedBit[i] = !0);
2100
2087
  };
2101
2088
  me.prototype.get = function(t, e) {
2102
2089
  return this.data[t * this.size + e];
2103
2090
  };
2104
- me.prototype.xor = function(t, e, r) {
2105
- this.data[t * this.size + e] ^= r;
2091
+ me.prototype.xor = function(t, e, n) {
2092
+ this.data[t * this.size + e] ^= n;
2106
2093
  };
2107
2094
  me.prototype.isReserved = function(t, e) {
2108
2095
  return this.reservedBit[t * this.size + e];
2109
2096
  };
2110
- var Sr = me, St = {};
2097
+ var kn = me, St = {};
2111
2098
  (function(t) {
2112
- const e = M.getSymbolSize;
2113
- t.getRowColCoords = function(n) {
2114
- if (n === 1) return [];
2115
- const i = Math.floor(n / 7) + 2, o = e(n), s = o === 145 ? 26 : Math.ceil((o - 13) / (2 * i - 2)) * 2, l = [o - 7];
2099
+ const e = D.getSymbolSize;
2100
+ t.getRowColCoords = function(r) {
2101
+ if (r === 1) return [];
2102
+ const i = Math.floor(r / 7) + 2, o = e(r), s = o === 145 ? 26 : Math.ceil((o - 13) / (2 * i - 2)) * 2, l = [o - 7];
2116
2103
  for (let a = 1; a < i - 1; a++)
2117
2104
  l[a] = l[a - 1] - s;
2118
2105
  return l.push(6), l.reverse();
2119
- }, t.getPositions = function(n) {
2120
- const i = [], o = t.getRowColCoords(n), s = o.length;
2106
+ }, t.getPositions = function(r) {
2107
+ const i = [], o = t.getRowColCoords(r), s = o.length;
2121
2108
  for (let l = 0; l < s; l++)
2122
2109
  for (let a = 0; a < s; a++)
2123
2110
  l === 0 && a === 0 || // top-left
@@ -2126,20 +2113,20 @@ var Sr = me, St = {};
2126
2113
  return i;
2127
2114
  };
2128
2115
  })(St);
2129
- var Ct = {};
2130
- const Cr = M.getSymbolSize, lt = 7;
2131
- Ct.getPositions = function(e) {
2132
- const r = Cr(e);
2116
+ var kt = {};
2117
+ const Cn = D.getSymbolSize, lt = 7;
2118
+ kt.getPositions = function(e) {
2119
+ const n = Cn(e);
2133
2120
  return [
2134
2121
  // top-left
2135
2122
  [0, 0],
2136
2123
  // top-right
2137
- [r - lt, 0],
2124
+ [n - lt, 0],
2138
2125
  // bottom-left
2139
- [0, r - lt]
2126
+ [0, n - lt]
2140
2127
  ];
2141
2128
  };
2142
- var kt = {};
2129
+ var Ct = {};
2143
2130
  (function(t) {
2144
2131
  t.Patterns = {
2145
2132
  PATTERN000: 0,
@@ -2164,11 +2151,11 @@ var kt = {};
2164
2151
  }, t.getPenaltyN1 = function(i) {
2165
2152
  const o = i.size;
2166
2153
  let s = 0, l = 0, a = 0, d = null, c = null;
2167
- for (let h = 0; h < o; h++) {
2154
+ for (let u = 0; u < o; u++) {
2168
2155
  l = a = 0, d = c = null;
2169
2156
  for (let f = 0; f < o; f++) {
2170
- let u = i.get(h, f);
2171
- u === d ? l++ : (l >= 5 && (s += e.N1 + (l - 5)), d = u, l = 1), u = i.get(f, h), u === c ? a++ : (a >= 5 && (s += e.N1 + (a - 5)), c = u, a = 1);
2157
+ let h = i.get(u, f);
2158
+ h === d ? l++ : (l >= 5 && (s += e.N1 + (l - 5)), d = h, l = 1), h = i.get(f, u), h === c ? a++ : (a >= 5 && (s += e.N1 + (a - 5)), c = h, a = 1);
2172
2159
  }
2173
2160
  l >= 5 && (s += e.N1 + (l - 5)), a >= 5 && (s += e.N1 + (a - 5));
2174
2161
  }
@@ -2197,8 +2184,8 @@ var kt = {};
2197
2184
  for (let a = 0; a < s; a++) o += i.data[a];
2198
2185
  return Math.abs(Math.ceil(o * 100 / s / 5) - 10) * e.N4;
2199
2186
  };
2200
- function r(n, i, o) {
2201
- switch (n) {
2187
+ function n(r, i, o) {
2188
+ switch (r) {
2202
2189
  case t.Patterns.PATTERN000:
2203
2190
  return (i + o) % 2 === 0;
2204
2191
  case t.Patterns.PATTERN001:
@@ -2216,14 +2203,14 @@ var kt = {};
2216
2203
  case t.Patterns.PATTERN111:
2217
2204
  return (i * o % 3 + (i + o) % 2) % 2 === 0;
2218
2205
  default:
2219
- throw new Error("bad maskPattern:" + n);
2206
+ throw new Error("bad maskPattern:" + r);
2220
2207
  }
2221
2208
  }
2222
2209
  t.applyMask = function(i, o) {
2223
2210
  const s = o.size;
2224
2211
  for (let l = 0; l < s; l++)
2225
2212
  for (let a = 0; a < s; a++)
2226
- o.isReserved(a, l) || o.xor(a, l, r(i, a, l));
2213
+ o.isReserved(a, l) || o.xor(a, l, n(i, a, l));
2227
2214
  }, t.getBestMask = function(i, o) {
2228
2215
  const s = Object.keys(t.Patterns).length;
2229
2216
  let l = 0, a = 1 / 0;
@@ -2234,9 +2221,9 @@ var kt = {};
2234
2221
  }
2235
2222
  return l;
2236
2223
  };
2237
- })(kt);
2238
- var ke = {};
2239
- const U = Ce, pe = [
2224
+ })(Ct);
2225
+ var Ce = {};
2226
+ const q = ke, pe = [
2240
2227
  // L M Q H
2241
2228
  1,
2242
2229
  1,
@@ -2561,29 +2548,29 @@ const U = Ce, pe = [
2561
2548
  2040,
2562
2549
  2430
2563
2550
  ];
2564
- ke.getBlocksCount = function(e, r) {
2565
- switch (r) {
2566
- case U.L:
2551
+ Ce.getBlocksCount = function(e, n) {
2552
+ switch (n) {
2553
+ case q.L:
2567
2554
  return pe[(e - 1) * 4 + 0];
2568
- case U.M:
2555
+ case q.M:
2569
2556
  return pe[(e - 1) * 4 + 1];
2570
- case U.Q:
2557
+ case q.Q:
2571
2558
  return pe[(e - 1) * 4 + 2];
2572
- case U.H:
2559
+ case q.H:
2573
2560
  return pe[(e - 1) * 4 + 3];
2574
2561
  default:
2575
2562
  return;
2576
2563
  }
2577
2564
  };
2578
- ke.getTotalCodewordsCount = function(e, r) {
2579
- switch (r) {
2580
- case U.L:
2565
+ Ce.getTotalCodewordsCount = function(e, n) {
2566
+ switch (n) {
2567
+ case q.L:
2581
2568
  return ge[(e - 1) * 4 + 0];
2582
- case U.M:
2569
+ case q.M:
2583
2570
  return ge[(e - 1) * 4 + 1];
2584
- case U.Q:
2571
+ case q.Q:
2585
2572
  return ge[(e - 1) * 4 + 2];
2586
- case U.H:
2573
+ case q.H:
2587
2574
  return ge[(e - 1) * 4 + 3];
2588
2575
  default:
2589
2576
  return;
@@ -2593,10 +2580,10 @@ var Et = {}, Ee = {};
2593
2580
  const ae = new Uint8Array(512), ve = new Uint8Array(256);
2594
2581
  (function() {
2595
2582
  let e = 1;
2596
- for (let r = 0; r < 255; r++)
2597
- ae[r] = e, ve[e] = r, e <<= 1, e & 256 && (e ^= 285);
2598
- for (let r = 255; r < 512; r++)
2599
- ae[r] = ae[r - 255];
2583
+ for (let n = 0; n < 255; n++)
2584
+ ae[n] = e, ve[e] = n, e <<= 1, e & 256 && (e ^= 285);
2585
+ for (let n = 255; n < 512; n++)
2586
+ ae[n] = ae[n - 255];
2600
2587
  })();
2601
2588
  Ee.log = function(e) {
2602
2589
  if (e < 1) throw new Error("log(" + e + ")");
@@ -2605,19 +2592,19 @@ Ee.log = function(e) {
2605
2592
  Ee.exp = function(e) {
2606
2593
  return ae[e];
2607
2594
  };
2608
- Ee.mul = function(e, r) {
2609
- return e === 0 || r === 0 ? 0 : ae[ve[e] + ve[r]];
2595
+ Ee.mul = function(e, n) {
2596
+ return e === 0 || n === 0 ? 0 : ae[ve[e] + ve[n]];
2610
2597
  };
2611
2598
  (function(t) {
2612
2599
  const e = Ee;
2613
- t.mul = function(n, i) {
2614
- const o = new Uint8Array(n.length + i.length - 1);
2615
- for (let s = 0; s < n.length; s++)
2600
+ t.mul = function(r, i) {
2601
+ const o = new Uint8Array(r.length + i.length - 1);
2602
+ for (let s = 0; s < r.length; s++)
2616
2603
  for (let l = 0; l < i.length; l++)
2617
- o[s + l] ^= e.mul(n[s], i[l]);
2604
+ o[s + l] ^= e.mul(r[s], i[l]);
2618
2605
  return o;
2619
- }, t.mod = function(n, i) {
2620
- let o = new Uint8Array(n);
2606
+ }, t.mod = function(r, i) {
2607
+ let o = new Uint8Array(r);
2621
2608
  for (; o.length - i.length >= 0; ) {
2622
2609
  const s = o[0];
2623
2610
  for (let a = 0; a < i.length; a++)
@@ -2627,59 +2614,59 @@ Ee.mul = function(e, r) {
2627
2614
  o = o.slice(l);
2628
2615
  }
2629
2616
  return o;
2630
- }, t.generateECPolynomial = function(n) {
2617
+ }, t.generateECPolynomial = function(r) {
2631
2618
  let i = new Uint8Array([1]);
2632
- for (let o = 0; o < n; o++)
2619
+ for (let o = 0; o < r; o++)
2633
2620
  i = t.mul(i, new Uint8Array([1, e.exp(o)]));
2634
2621
  return i;
2635
2622
  };
2636
2623
  })(Et);
2637
- const At = Et;
2624
+ const Pt = Et;
2638
2625
  function Ke(t) {
2639
2626
  this.genPoly = void 0, this.degree = t, this.degree && this.initialize(this.degree);
2640
2627
  }
2641
2628
  Ke.prototype.initialize = function(e) {
2642
- this.degree = e, this.genPoly = At.generateECPolynomial(this.degree);
2629
+ this.degree = e, this.genPoly = Pt.generateECPolynomial(this.degree);
2643
2630
  };
2644
2631
  Ke.prototype.encode = function(e) {
2645
2632
  if (!this.genPoly)
2646
2633
  throw new Error("Encoder not initialized");
2647
- const r = new Uint8Array(e.length + this.degree);
2648
- r.set(e);
2649
- const n = At.mod(r, this.genPoly), i = this.degree - n.length;
2634
+ const n = new Uint8Array(e.length + this.degree);
2635
+ n.set(e);
2636
+ const r = Pt.mod(n, this.genPoly), i = this.degree - r.length;
2650
2637
  if (i > 0) {
2651
2638
  const o = new Uint8Array(this.degree);
2652
- return o.set(n, i), o;
2639
+ return o.set(r, i), o;
2653
2640
  }
2654
- return n;
2641
+ return r;
2655
2642
  };
2656
- var kr = Ke, Pt = {}, z = {}, Qe = {};
2643
+ var En = Ke, At = {}, j = {}, Qe = {};
2657
2644
  Qe.isValid = function(e) {
2658
2645
  return !isNaN(e) && e >= 1 && e <= 40;
2659
2646
  };
2660
- var R = {};
2661
- const It = "[0-9]+", Er = "[A-Z $%*+\\-./:]+";
2662
- let ue = "(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";
2663
- ue = ue.replace(/u/g, "\\u");
2664
- const Ar = "(?:(?![A-Z0-9 $%*+\\-./:]|" + ue + `)(?:.|[\r
2647
+ var L = {};
2648
+ const It = "[0-9]+", Pn = "[A-Z $%*+\\-./:]+";
2649
+ let he = "(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";
2650
+ he = he.replace(/u/g, "\\u");
2651
+ const An = "(?:(?![A-Z0-9 $%*+\\-./:]|" + he + `)(?:.|[\r
2665
2652
  ]))+`;
2666
- R.KANJI = new RegExp(ue, "g");
2667
- R.BYTE_KANJI = new RegExp("[^A-Z0-9 $%*+\\-./:]+", "g");
2668
- R.BYTE = new RegExp(Ar, "g");
2669
- R.NUMERIC = new RegExp(It, "g");
2670
- R.ALPHANUMERIC = new RegExp(Er, "g");
2671
- const Pr = new RegExp("^" + ue + "$"), Ir = new RegExp("^" + It + "$"), _r = new RegExp("^[A-Z0-9 $%*+\\-./:]+$");
2672
- R.testKanji = function(e) {
2673
- return Pr.test(e);
2653
+ L.KANJI = new RegExp(he, "g");
2654
+ L.BYTE_KANJI = new RegExp("[^A-Z0-9 $%*+\\-./:]+", "g");
2655
+ L.BYTE = new RegExp(An, "g");
2656
+ L.NUMERIC = new RegExp(It, "g");
2657
+ L.ALPHANUMERIC = new RegExp(Pn, "g");
2658
+ const In = new RegExp("^" + he + "$"), Mn = new RegExp("^" + It + "$"), Dn = new RegExp("^[A-Z0-9 $%*+\\-./:]+$");
2659
+ L.testKanji = function(e) {
2660
+ return In.test(e);
2674
2661
  };
2675
- R.testNumeric = function(e) {
2676
- return Ir.test(e);
2662
+ L.testNumeric = function(e) {
2663
+ return Mn.test(e);
2677
2664
  };
2678
- R.testAlphanumeric = function(e) {
2679
- return _r.test(e);
2665
+ L.testAlphanumeric = function(e) {
2666
+ return Dn.test(e);
2680
2667
  };
2681
2668
  (function(t) {
2682
- const e = Qe, r = R;
2669
+ const e = Qe, n = L;
2683
2670
  t.NUMERIC = {
2684
2671
  id: "Numeric",
2685
2672
  bit: 1,
@@ -2704,14 +2691,14 @@ R.testAlphanumeric = function(e) {
2704
2691
  throw new Error("Invalid version: " + s);
2705
2692
  return s >= 1 && s < 10 ? o.ccBits[0] : s < 27 ? o.ccBits[1] : o.ccBits[2];
2706
2693
  }, t.getBestModeForData = function(o) {
2707
- return r.testNumeric(o) ? t.NUMERIC : r.testAlphanumeric(o) ? t.ALPHANUMERIC : r.testKanji(o) ? t.KANJI : t.BYTE;
2694
+ return n.testNumeric(o) ? t.NUMERIC : n.testAlphanumeric(o) ? t.ALPHANUMERIC : n.testKanji(o) ? t.KANJI : t.BYTE;
2708
2695
  }, t.toString = function(o) {
2709
2696
  if (o && o.id) return o.id;
2710
2697
  throw new Error("Invalid mode");
2711
2698
  }, t.isValid = function(o) {
2712
2699
  return o && o.bit && o.ccBits;
2713
2700
  };
2714
- function n(i) {
2701
+ function r(i) {
2715
2702
  if (typeof i != "string")
2716
2703
  throw new Error("Param is not a string");
2717
2704
  switch (i.toLowerCase()) {
@@ -2731,43 +2718,43 @@ R.testAlphanumeric = function(e) {
2731
2718
  if (t.isValid(o))
2732
2719
  return o;
2733
2720
  try {
2734
- return n(o);
2721
+ return r(o);
2735
2722
  } catch {
2736
2723
  return s;
2737
2724
  }
2738
2725
  };
2739
- })(z);
2726
+ })(j);
2740
2727
  (function(t) {
2741
- const e = M, r = ke, n = Ce, i = z, o = Qe, s = 7973, l = e.getBCHDigit(s);
2742
- function a(f, u, m) {
2728
+ const e = D, n = Ce, r = ke, i = j, o = Qe, s = 7973, l = e.getBCHDigit(s);
2729
+ function a(f, h, m) {
2743
2730
  for (let p = 1; p <= 40; p++)
2744
- if (u <= t.getCapacity(p, m, f))
2731
+ if (h <= t.getCapacity(p, m, f))
2745
2732
  return p;
2746
2733
  }
2747
- function d(f, u) {
2748
- return i.getCharCountIndicator(f, u) + 4;
2734
+ function d(f, h) {
2735
+ return i.getCharCountIndicator(f, h) + 4;
2749
2736
  }
2750
- function c(f, u) {
2737
+ function c(f, h) {
2751
2738
  let m = 0;
2752
2739
  return f.forEach(function(p) {
2753
- const k = d(p.mode, u);
2754
- m += k + p.getBitsLength();
2740
+ const C = d(p.mode, h);
2741
+ m += C + p.getBitsLength();
2755
2742
  }), m;
2756
2743
  }
2757
- function h(f, u) {
2744
+ function u(f, h) {
2758
2745
  for (let m = 1; m <= 40; m++)
2759
- if (c(f, m) <= t.getCapacity(m, u, i.MIXED))
2746
+ if (c(f, m) <= t.getCapacity(m, h, i.MIXED))
2760
2747
  return m;
2761
2748
  }
2762
- t.from = function(u, m) {
2763
- return o.isValid(u) ? parseInt(u, 10) : m;
2764
- }, t.getCapacity = function(u, m, p) {
2765
- if (!o.isValid(u))
2749
+ t.from = function(h, m) {
2750
+ return o.isValid(h) ? parseInt(h, 10) : m;
2751
+ }, t.getCapacity = function(h, m, p) {
2752
+ if (!o.isValid(h))
2766
2753
  throw new Error("Invalid QR Code version");
2767
2754
  typeof p > "u" && (p = i.BYTE);
2768
- const k = e.getSymbolTotalCodewords(u), b = r.getTotalCodewordsCount(u, m), w = (k - b) * 8;
2755
+ const C = e.getSymbolTotalCodewords(h), b = n.getTotalCodewordsCount(h, m), w = (C - b) * 8;
2769
2756
  if (p === i.MIXED) return w;
2770
- const y = w - d(p, u);
2757
+ const y = w - d(p, h);
2771
2758
  switch (p) {
2772
2759
  case i.NUMERIC:
2773
2760
  return Math.floor(y / 10 * 3);
@@ -2779,59 +2766,59 @@ R.testAlphanumeric = function(e) {
2779
2766
  default:
2780
2767
  return Math.floor(y / 8);
2781
2768
  }
2782
- }, t.getBestVersionForData = function(u, m) {
2769
+ }, t.getBestVersionForData = function(h, m) {
2783
2770
  let p;
2784
- const k = n.from(m, n.M);
2785
- if (Array.isArray(u)) {
2786
- if (u.length > 1)
2787
- return h(u, k);
2788
- if (u.length === 0)
2771
+ const C = r.from(m, r.M);
2772
+ if (Array.isArray(h)) {
2773
+ if (h.length > 1)
2774
+ return u(h, C);
2775
+ if (h.length === 0)
2789
2776
  return 1;
2790
- p = u[0];
2777
+ p = h[0];
2791
2778
  } else
2792
- p = u;
2793
- return a(p.mode, p.getLength(), k);
2794
- }, t.getEncodedBits = function(u) {
2795
- if (!o.isValid(u) || u < 7)
2779
+ p = h;
2780
+ return a(p.mode, p.getLength(), C);
2781
+ }, t.getEncodedBits = function(h) {
2782
+ if (!o.isValid(h) || h < 7)
2796
2783
  throw new Error("Invalid QR Code version");
2797
- let m = u << 12;
2784
+ let m = h << 12;
2798
2785
  for (; e.getBCHDigit(m) - l >= 0; )
2799
2786
  m ^= s << e.getBCHDigit(m) - l;
2800
- return u << 12 | m;
2787
+ return h << 12 | m;
2801
2788
  };
2802
- })(Pt);
2803
- var _t = {};
2804
- const Be = M, Mt = 1335, Mr = 21522, dt = Be.getBCHDigit(Mt);
2805
- _t.getEncodedBits = function(e, r) {
2806
- const n = e.bit << 3 | r;
2807
- let i = n << 10;
2808
- for (; Be.getBCHDigit(i) - dt >= 0; )
2809
- i ^= Mt << Be.getBCHDigit(i) - dt;
2810
- return (n << 10 | i) ^ Mr;
2789
+ })(At);
2790
+ var Mt = {};
2791
+ const ze = D, Dt = 1335, Tn = 21522, dt = ze.getBCHDigit(Dt);
2792
+ Mt.getEncodedBits = function(e, n) {
2793
+ const r = e.bit << 3 | n;
2794
+ let i = r << 10;
2795
+ for (; ze.getBCHDigit(i) - dt >= 0; )
2796
+ i ^= Dt << ze.getBCHDigit(i) - dt;
2797
+ return (r << 10 | i) ^ Tn;
2811
2798
  };
2812
- var Dt = {};
2813
- const Dr = z;
2814
- function W(t) {
2815
- this.mode = Dr.NUMERIC, this.data = t.toString();
2799
+ var Tt = {};
2800
+ const Fn = j;
2801
+ function _(t) {
2802
+ this.mode = Fn.NUMERIC, this.data = t.toString();
2816
2803
  }
2817
- W.getBitsLength = function(e) {
2804
+ _.getBitsLength = function(e) {
2818
2805
  return 10 * Math.floor(e / 3) + (e % 3 ? e % 3 * 3 + 1 : 0);
2819
2806
  };
2820
- W.prototype.getLength = function() {
2807
+ _.prototype.getLength = function() {
2821
2808
  return this.data.length;
2822
2809
  };
2823
- W.prototype.getBitsLength = function() {
2824
- return W.getBitsLength(this.data.length);
2810
+ _.prototype.getBitsLength = function() {
2811
+ return _.getBitsLength(this.data.length);
2825
2812
  };
2826
- W.prototype.write = function(e) {
2827
- let r, n, i;
2828
- for (r = 0; r + 3 <= this.data.length; r += 3)
2829
- n = this.data.substr(r, 3), i = parseInt(n, 10), e.put(i, 10);
2830
- const o = this.data.length - r;
2831
- o > 0 && (n = this.data.substr(r), i = parseInt(n, 10), e.put(i, o * 3 + 1));
2813
+ _.prototype.write = function(e) {
2814
+ let n, r, i;
2815
+ for (n = 0; n + 3 <= this.data.length; n += 3)
2816
+ r = this.data.substr(n, 3), i = parseInt(r, 10), e.put(i, 10);
2817
+ const o = this.data.length - n;
2818
+ o > 0 && (r = this.data.substr(n), i = parseInt(r, 10), e.put(i, o * 3 + 1));
2832
2819
  };
2833
- var $r = W;
2834
- const Tr = z, $e = [
2820
+ var Nn = _;
2821
+ const Rn = j, Fe = [
2835
2822
  "0",
2836
2823
  "1",
2837
2824
  "2",
@@ -2878,30 +2865,30 @@ const Tr = z, $e = [
2878
2865
  "/",
2879
2866
  ":"
2880
2867
  ];
2881
- function X(t) {
2882
- this.mode = Tr.ALPHANUMERIC, this.data = t;
2868
+ function $(t) {
2869
+ this.mode = Rn.ALPHANUMERIC, this.data = t;
2883
2870
  }
2884
- X.getBitsLength = function(e) {
2871
+ $.getBitsLength = function(e) {
2885
2872
  return 11 * Math.floor(e / 2) + 6 * (e % 2);
2886
2873
  };
2887
- X.prototype.getLength = function() {
2874
+ $.prototype.getLength = function() {
2888
2875
  return this.data.length;
2889
2876
  };
2890
- X.prototype.getBitsLength = function() {
2891
- return X.getBitsLength(this.data.length);
2877
+ $.prototype.getBitsLength = function() {
2878
+ return $.getBitsLength(this.data.length);
2892
2879
  };
2893
- X.prototype.write = function(e) {
2894
- let r;
2895
- for (r = 0; r + 2 <= this.data.length; r += 2) {
2896
- let n = $e.indexOf(this.data[r]) * 45;
2897
- n += $e.indexOf(this.data[r + 1]), e.put(n, 11);
2880
+ $.prototype.write = function(e) {
2881
+ let n;
2882
+ for (n = 0; n + 2 <= this.data.length; n += 2) {
2883
+ let r = Fe.indexOf(this.data[n]) * 45;
2884
+ r += Fe.indexOf(this.data[n + 1]), e.put(r, 11);
2898
2885
  }
2899
- this.data.length % 2 && e.put($e.indexOf(this.data[r]), 6);
2886
+ this.data.length % 2 && e.put(Fe.indexOf(this.data[n]), 6);
2900
2887
  };
2901
- var Nr = X;
2902
- const Rr = z;
2888
+ var Ln = $;
2889
+ const Bn = j;
2903
2890
  function ee(t) {
2904
- this.mode = Rr.BYTE, typeof t == "string" ? this.data = new TextEncoder().encode(t) : this.data = new Uint8Array(t);
2891
+ this.mode = Bn.BYTE, typeof t == "string" ? this.data = new TextEncoder().encode(t) : this.data = new Uint8Array(t);
2905
2892
  }
2906
2893
  ee.getBitsLength = function(e) {
2907
2894
  return e * 8;
@@ -2913,13 +2900,13 @@ ee.prototype.getBitsLength = function() {
2913
2900
  return ee.getBitsLength(this.data.length);
2914
2901
  };
2915
2902
  ee.prototype.write = function(t) {
2916
- for (let e = 0, r = this.data.length; e < r; e++)
2903
+ for (let e = 0, n = this.data.length; e < n; e++)
2917
2904
  t.put(this.data[e], 8);
2918
2905
  };
2919
- var Fr = ee;
2920
- const Lr = z, Br = M;
2906
+ var Un = ee;
2907
+ const zn = j, qn = D;
2921
2908
  function te(t) {
2922
- this.mode = Lr.KANJI, this.data = t;
2909
+ this.mode = zn.KANJI, this.data = t;
2923
2910
  }
2924
2911
  te.getBitsLength = function(e) {
2925
2912
  return e * 13;
@@ -2933,45 +2920,45 @@ te.prototype.getBitsLength = function() {
2933
2920
  te.prototype.write = function(t) {
2934
2921
  let e;
2935
2922
  for (e = 0; e < this.data.length; e++) {
2936
- let r = Br.toSJIS(this.data[e]);
2937
- if (r >= 33088 && r <= 40956)
2938
- r -= 33088;
2939
- else if (r >= 57408 && r <= 60351)
2940
- r -= 49472;
2923
+ let n = qn.toSJIS(this.data[e]);
2924
+ if (n >= 33088 && n <= 40956)
2925
+ n -= 33088;
2926
+ else if (n >= 57408 && n <= 60351)
2927
+ n -= 49472;
2941
2928
  else
2942
2929
  throw new Error(
2943
2930
  "Invalid SJIS character: " + this.data[e] + `
2944
2931
  Make sure your charset is UTF-8`
2945
2932
  );
2946
- r = (r >>> 8 & 255) * 192 + (r & 255), t.put(r, 13);
2933
+ n = (n >>> 8 & 255) * 192 + (n & 255), t.put(n, 13);
2947
2934
  }
2948
2935
  };
2949
- var Ur = te, $t = { exports: {} };
2936
+ var On = te, Ft = { exports: {} };
2950
2937
  (function(t) {
2951
2938
  var e = {
2952
- single_source_shortest_paths: function(r, n, i) {
2939
+ single_source_shortest_paths: function(n, r, i) {
2953
2940
  var o = {}, s = {};
2954
- s[n] = 0;
2941
+ s[r] = 0;
2955
2942
  var l = e.PriorityQueue.make();
2956
- l.push(n, 0);
2957
- for (var a, d, c, h, f, u, m, p, k; !l.empty(); ) {
2958
- a = l.pop(), d = a.value, h = a.cost, f = r[d] || {};
2943
+ l.push(r, 0);
2944
+ for (var a, d, c, u, f, h, m, p, C; !l.empty(); ) {
2945
+ a = l.pop(), d = a.value, u = a.cost, f = n[d] || {};
2959
2946
  for (c in f)
2960
- f.hasOwnProperty(c) && (u = f[c], m = h + u, p = s[c], k = typeof s[c] > "u", (k || p > m) && (s[c] = m, l.push(c, m), o[c] = d));
2947
+ f.hasOwnProperty(c) && (h = f[c], m = u + h, p = s[c], C = typeof s[c] > "u", (C || p > m) && (s[c] = m, l.push(c, m), o[c] = d));
2961
2948
  }
2962
2949
  if (typeof i < "u" && typeof s[i] > "u") {
2963
- var b = ["Could not find a path from ", n, " to ", i, "."].join("");
2950
+ var b = ["Could not find a path from ", r, " to ", i, "."].join("");
2964
2951
  throw new Error(b);
2965
2952
  }
2966
2953
  return o;
2967
2954
  },
2968
- extract_shortest_path_from_predecessor_list: function(r, n) {
2969
- for (var i = [], o = n; o; )
2970
- i.push(o), r[o], o = r[o];
2955
+ extract_shortest_path_from_predecessor_list: function(n, r) {
2956
+ for (var i = [], o = r; o; )
2957
+ i.push(o), n[o], o = n[o];
2971
2958
  return i.reverse(), i;
2972
2959
  },
2973
- find_path: function(r, n, i) {
2974
- var o = e.single_source_shortest_paths(r, n, i);
2960
+ find_path: function(n, r, i) {
2961
+ var o = e.single_source_shortest_paths(n, r, i);
2975
2962
  return e.extract_shortest_path_from_predecessor_list(
2976
2963
  o,
2977
2964
  i
@@ -2981,22 +2968,22 @@ var Ur = te, $t = { exports: {} };
2981
2968
  * A very naive priority queue implementation.
2982
2969
  */
2983
2970
  PriorityQueue: {
2984
- make: function(r) {
2985
- var n = e.PriorityQueue, i = {}, o;
2986
- r = r || {};
2987
- for (o in n)
2988
- n.hasOwnProperty(o) && (i[o] = n[o]);
2989
- return i.queue = [], i.sorter = r.sorter || n.default_sorter, i;
2971
+ make: function(n) {
2972
+ var r = e.PriorityQueue, i = {}, o;
2973
+ n = n || {};
2974
+ for (o in r)
2975
+ r.hasOwnProperty(o) && (i[o] = r[o]);
2976
+ return i.queue = [], i.sorter = n.sorter || r.default_sorter, i;
2990
2977
  },
2991
- default_sorter: function(r, n) {
2992
- return r.cost - n.cost;
2978
+ default_sorter: function(n, r) {
2979
+ return n.cost - r.cost;
2993
2980
  },
2994
2981
  /**
2995
2982
  * Add a new item to the queue and ensure the highest priority element
2996
2983
  * is at the front of the queue.
2997
2984
  */
2998
- push: function(r, n) {
2999
- var i = { value: r, cost: n };
2985
+ push: function(n, r) {
2986
+ var i = { value: n, cost: r };
3000
2987
  this.queue.push(i), this.queue.sort(this.sorter);
3001
2988
  },
3002
2989
  /**
@@ -3011,51 +2998,51 @@ var Ur = te, $t = { exports: {} };
3011
2998
  }
3012
2999
  };
3013
3000
  t.exports = e;
3014
- })($t);
3015
- var Or = $t.exports;
3001
+ })(Ft);
3002
+ var jn = Ft.exports;
3016
3003
  (function(t) {
3017
- const e = z, r = $r, n = Nr, i = Fr, o = Ur, s = R, l = M, a = Or;
3004
+ const e = j, n = Nn, r = Ln, i = Un, o = On, s = L, l = D, a = jn;
3018
3005
  function d(b) {
3019
3006
  return unescape(encodeURIComponent(b)).length;
3020
3007
  }
3021
3008
  function c(b, w, y) {
3022
3009
  const g = [];
3023
- let C;
3024
- for (; (C = b.exec(y)) !== null; )
3010
+ let k;
3011
+ for (; (k = b.exec(y)) !== null; )
3025
3012
  g.push({
3026
- data: C[0],
3027
- index: C.index,
3013
+ data: k[0],
3014
+ index: k.index,
3028
3015
  mode: w,
3029
- length: C[0].length
3016
+ length: k[0].length
3030
3017
  });
3031
3018
  return g;
3032
3019
  }
3033
- function h(b) {
3020
+ function u(b) {
3034
3021
  const w = c(s.NUMERIC, e.NUMERIC, b), y = c(s.ALPHANUMERIC, e.ALPHANUMERIC, b);
3035
- let g, C;
3036
- return l.isKanjiModeEnabled() ? (g = c(s.BYTE, e.BYTE, b), C = c(s.KANJI, e.KANJI, b)) : (g = c(s.BYTE_KANJI, e.BYTE, b), C = []), w.concat(y, g, C).sort(function(P, T) {
3037
- return P.index - T.index;
3038
- }).map(function(P) {
3022
+ let g, k;
3023
+ return l.isKanjiModeEnabled() ? (g = c(s.BYTE, e.BYTE, b), k = c(s.KANJI, e.KANJI, b)) : (g = c(s.BYTE_KANJI, e.BYTE, b), k = []), w.concat(y, g, k).sort(function(A, N) {
3024
+ return A.index - N.index;
3025
+ }).map(function(A) {
3039
3026
  return {
3040
- data: P.data,
3041
- mode: P.mode,
3042
- length: P.length
3027
+ data: A.data,
3028
+ mode: A.mode,
3029
+ length: A.length
3043
3030
  };
3044
3031
  });
3045
3032
  }
3046
3033
  function f(b, w) {
3047
3034
  switch (w) {
3048
3035
  case e.NUMERIC:
3049
- return r.getBitsLength(b);
3050
- case e.ALPHANUMERIC:
3051
3036
  return n.getBitsLength(b);
3037
+ case e.ALPHANUMERIC:
3038
+ return r.getBitsLength(b);
3052
3039
  case e.KANJI:
3053
3040
  return o.getBitsLength(b);
3054
3041
  case e.BYTE:
3055
3042
  return i.getBitsLength(b);
3056
3043
  }
3057
3044
  }
3058
- function u(b) {
3045
+ function h(b) {
3059
3046
  return b.reduce(function(w, y) {
3060
3047
  const g = w.length - 1 >= 0 ? w[w.length - 1] : null;
3061
3048
  return g && g.mode === y.mode ? (w[w.length - 1].data += y.data, w) : (w.push(y), w);
@@ -3095,24 +3082,24 @@ var Or = $t.exports;
3095
3082
  }
3096
3083
  function p(b, w) {
3097
3084
  const y = {}, g = { start: {} };
3098
- let C = ["start"];
3085
+ let k = ["start"];
3099
3086
  for (let E = 0; E < b.length; E++) {
3100
- const P = b[E], T = [];
3101
- for (let L = 0; L < P.length; L++) {
3102
- const N = P[L], re = "" + E + L;
3103
- T.push(re), y[re] = { node: N, lastCount: 0 }, g[re] = {};
3104
- for (let Pe = 0; Pe < C.length; Pe++) {
3105
- const F = C[Pe];
3106
- y[F] && y[F].node.mode === N.mode ? (g[F][re] = f(y[F].lastCount + N.length, N.mode) - f(y[F].lastCount, N.mode), y[F].lastCount += N.length) : (y[F] && (y[F].lastCount = N.length), g[F][re] = f(N.length, N.mode) + 4 + e.getCharCountIndicator(N.mode, w));
3087
+ const A = b[E], N = [];
3088
+ for (let U = 0; U < A.length; U++) {
3089
+ const R = A[U], ne = "" + E + U;
3090
+ N.push(ne), y[ne] = { node: R, lastCount: 0 }, g[ne] = {};
3091
+ for (let Ae = 0; Ae < k.length; Ae++) {
3092
+ const B = k[Ae];
3093
+ y[B] && y[B].node.mode === R.mode ? (g[B][ne] = f(y[B].lastCount + R.length, R.mode) - f(y[B].lastCount, R.mode), y[B].lastCount += R.length) : (y[B] && (y[B].lastCount = R.length), g[B][ne] = f(R.length, R.mode) + 4 + e.getCharCountIndicator(R.mode, w));
3107
3094
  }
3108
3095
  }
3109
- C = T;
3096
+ k = N;
3110
3097
  }
3111
- for (let E = 0; E < C.length; E++)
3112
- g[C[E]].end = 0;
3098
+ for (let E = 0; E < k.length; E++)
3099
+ g[k[E]].end = 0;
3113
3100
  return { map: g, table: y };
3114
3101
  }
3115
- function k(b, w) {
3102
+ function C(b, w) {
3116
3103
  let y;
3117
3104
  const g = e.getBestModeForData(b);
3118
3105
  if (y = e.from(w, g), y !== e.BYTE && y.bit < g.bit)
@@ -3120,9 +3107,9 @@ var Or = $t.exports;
3120
3107
  Suggested mode is: ` + e.toString(g));
3121
3108
  switch (y === e.KANJI && !l.isKanjiModeEnabled() && (y = e.BYTE), y) {
3122
3109
  case e.NUMERIC:
3123
- return new r(b);
3124
- case e.ALPHANUMERIC:
3125
3110
  return new n(b);
3111
+ case e.ALPHANUMERIC:
3112
+ return new r(b);
3126
3113
  case e.KANJI:
3127
3114
  return new o(b);
3128
3115
  case e.BYTE:
@@ -3131,122 +3118,122 @@ var Or = $t.exports;
3131
3118
  }
3132
3119
  t.fromArray = function(w) {
3133
3120
  return w.reduce(function(y, g) {
3134
- return typeof g == "string" ? y.push(k(g, null)) : g.data && y.push(k(g.data, g.mode)), y;
3121
+ return typeof g == "string" ? y.push(C(g, null)) : g.data && y.push(C(g.data, g.mode)), y;
3135
3122
  }, []);
3136
3123
  }, t.fromString = function(w, y) {
3137
- const g = h(w, l.isKanjiModeEnabled()), C = m(g), E = p(C, y), P = a.find_path(E.map, "start", "end"), T = [];
3138
- for (let L = 1; L < P.length - 1; L++)
3139
- T.push(E.table[P[L]].node);
3140
- return t.fromArray(u(T));
3124
+ const g = u(w, l.isKanjiModeEnabled()), k = m(g), E = p(k, y), A = a.find_path(E.map, "start", "end"), N = [];
3125
+ for (let U = 1; U < A.length - 1; U++)
3126
+ N.push(E.table[A[U]].node);
3127
+ return t.fromArray(h(N));
3141
3128
  }, t.rawSplit = function(w) {
3142
3129
  return t.fromArray(
3143
- h(w, l.isKanjiModeEnabled())
3130
+ u(w, l.isKanjiModeEnabled())
3144
3131
  );
3145
3132
  };
3146
- })(Dt);
3147
- const Ae = M, Te = Ce, zr = xr, qr = Sr, Vr = St, Hr = Ct, Ue = kt, Oe = ke, jr = kr, xe = Pt, Yr = _t, Kr = z, Ne = Dt;
3148
- function Qr(t, e) {
3149
- const r = t.size, n = Hr.getPositions(e);
3150
- for (let i = 0; i < n.length; i++) {
3151
- const o = n[i][0], s = n[i][1];
3133
+ })(Tt);
3134
+ const Pe = D, Ne = ke, Vn = Sn, Zn = kn, Yn = St, Hn = kt, qe = Ct, Oe = Ce, Wn = En, xe = At, Kn = Mt, Qn = j, Re = Tt;
3135
+ function Xn(t, e) {
3136
+ const n = t.size, r = Hn.getPositions(e);
3137
+ for (let i = 0; i < r.length; i++) {
3138
+ const o = r[i][0], s = r[i][1];
3152
3139
  for (let l = -1; l <= 7; l++)
3153
- if (!(o + l <= -1 || r <= o + l))
3140
+ if (!(o + l <= -1 || n <= o + l))
3154
3141
  for (let a = -1; a <= 7; a++)
3155
- s + a <= -1 || r <= s + a || (l >= 0 && l <= 6 && (a === 0 || a === 6) || a >= 0 && a <= 6 && (l === 0 || l === 6) || l >= 2 && l <= 4 && a >= 2 && a <= 4 ? t.set(o + l, s + a, !0, !0) : t.set(o + l, s + a, !1, !0));
3142
+ s + a <= -1 || n <= s + a || (l >= 0 && l <= 6 && (a === 0 || a === 6) || a >= 0 && a <= 6 && (l === 0 || l === 6) || l >= 2 && l <= 4 && a >= 2 && a <= 4 ? t.set(o + l, s + a, !0, !0) : t.set(o + l, s + a, !1, !0));
3156
3143
  }
3157
3144
  }
3158
- function Zr(t) {
3145
+ function Jn(t) {
3159
3146
  const e = t.size;
3160
- for (let r = 8; r < e - 8; r++) {
3161
- const n = r % 2 === 0;
3162
- t.set(r, 6, n, !0), t.set(6, r, n, !0);
3147
+ for (let n = 8; n < e - 8; n++) {
3148
+ const r = n % 2 === 0;
3149
+ t.set(n, 6, r, !0), t.set(6, n, r, !0);
3163
3150
  }
3164
3151
  }
3165
- function Gr(t, e) {
3166
- const r = Vr.getPositions(e);
3167
- for (let n = 0; n < r.length; n++) {
3168
- const i = r[n][0], o = r[n][1];
3152
+ function Gn(t, e) {
3153
+ const n = Yn.getPositions(e);
3154
+ for (let r = 0; r < n.length; r++) {
3155
+ const i = n[r][0], o = n[r][1];
3169
3156
  for (let s = -2; s <= 2; s++)
3170
3157
  for (let l = -2; l <= 2; l++)
3171
3158
  s === -2 || s === 2 || l === -2 || l === 2 || s === 0 && l === 0 ? t.set(i + s, o + l, !0, !0) : t.set(i + s, o + l, !1, !0);
3172
3159
  }
3173
3160
  }
3174
- function Jr(t, e) {
3175
- const r = t.size, n = xe.getEncodedBits(e);
3161
+ function _n(t, e) {
3162
+ const n = t.size, r = xe.getEncodedBits(e);
3176
3163
  let i, o, s;
3177
3164
  for (let l = 0; l < 18; l++)
3178
- i = Math.floor(l / 3), o = l % 3 + r - 8 - 3, s = (n >> l & 1) === 1, t.set(i, o, s, !0), t.set(o, i, s, !0);
3165
+ i = Math.floor(l / 3), o = l % 3 + n - 8 - 3, s = (r >> l & 1) === 1, t.set(i, o, s, !0), t.set(o, i, s, !0);
3179
3166
  }
3180
- function Re(t, e, r) {
3181
- const n = t.size, i = Yr.getEncodedBits(e, r);
3167
+ function Le(t, e, n) {
3168
+ const r = t.size, i = Kn.getEncodedBits(e, n);
3182
3169
  let o, s;
3183
3170
  for (o = 0; o < 15; o++)
3184
- s = (i >> o & 1) === 1, o < 6 ? t.set(o, 8, s, !0) : o < 8 ? t.set(o + 1, 8, s, !0) : t.set(n - 15 + o, 8, s, !0), o < 8 ? t.set(8, n - o - 1, s, !0) : o < 9 ? t.set(8, 15 - o - 1 + 1, s, !0) : t.set(8, 15 - o - 1, s, !0);
3185
- t.set(n - 8, 8, 1, !0);
3171
+ s = (i >> o & 1) === 1, o < 6 ? t.set(o, 8, s, !0) : o < 8 ? t.set(o + 1, 8, s, !0) : t.set(r - 15 + o, 8, s, !0), o < 8 ? t.set(8, r - o - 1, s, !0) : o < 9 ? t.set(8, 15 - o - 1 + 1, s, !0) : t.set(8, 15 - o - 1, s, !0);
3172
+ t.set(r - 8, 8, 1, !0);
3186
3173
  }
3187
- function Wr(t, e) {
3188
- const r = t.size;
3189
- let n = -1, i = r - 1, o = 7, s = 0;
3190
- for (let l = r - 1; l > 0; l -= 2)
3174
+ function $n(t, e) {
3175
+ const n = t.size;
3176
+ let r = -1, i = n - 1, o = 7, s = 0;
3177
+ for (let l = n - 1; l > 0; l -= 2)
3191
3178
  for (l === 6 && l--; ; ) {
3192
3179
  for (let a = 0; a < 2; a++)
3193
3180
  if (!t.isReserved(i, l - a)) {
3194
3181
  let d = !1;
3195
3182
  s < e.length && (d = (e[s] >>> o & 1) === 1), t.set(i, l - a, d), o--, o === -1 && (s++, o = 7);
3196
3183
  }
3197
- if (i += n, i < 0 || r <= i) {
3198
- i -= n, n = -n;
3184
+ if (i += r, i < 0 || n <= i) {
3185
+ i -= r, r = -r;
3199
3186
  break;
3200
3187
  }
3201
3188
  }
3202
3189
  }
3203
- function Xr(t, e, r) {
3204
- const n = new zr();
3205
- r.forEach(function(a) {
3206
- n.put(a.mode.bit, 4), n.put(a.getLength(), Kr.getCharCountIndicator(a.mode, t)), a.write(n);
3190
+ function er(t, e, n) {
3191
+ const r = new Vn();
3192
+ n.forEach(function(a) {
3193
+ r.put(a.mode.bit, 4), r.put(a.getLength(), Qn.getCharCountIndicator(a.mode, t)), a.write(r);
3207
3194
  });
3208
- const i = Ae.getSymbolTotalCodewords(t), o = Oe.getTotalCodewordsCount(t, e), s = (i - o) * 8;
3209
- for (n.getLengthInBits() + 4 <= s && n.put(0, 4); n.getLengthInBits() % 8 !== 0; )
3210
- n.putBit(0);
3211
- const l = (s - n.getLengthInBits()) / 8;
3195
+ const i = Pe.getSymbolTotalCodewords(t), o = Oe.getTotalCodewordsCount(t, e), s = (i - o) * 8;
3196
+ for (r.getLengthInBits() + 4 <= s && r.put(0, 4); r.getLengthInBits() % 8 !== 0; )
3197
+ r.putBit(0);
3198
+ const l = (s - r.getLengthInBits()) / 8;
3212
3199
  for (let a = 0; a < l; a++)
3213
- n.put(a % 2 ? 17 : 236, 8);
3214
- return en(n, t, e);
3200
+ r.put(a % 2 ? 17 : 236, 8);
3201
+ return tr(r, t, e);
3215
3202
  }
3216
- function en(t, e, r) {
3217
- const n = Ae.getSymbolTotalCodewords(e), i = Oe.getTotalCodewordsCount(e, r), o = n - i, s = Oe.getBlocksCount(e, r), l = n % s, a = s - l, d = Math.floor(n / s), c = Math.floor(o / s), h = c + 1, f = d - c, u = new jr(f);
3203
+ function tr(t, e, n) {
3204
+ const r = Pe.getSymbolTotalCodewords(e), i = Oe.getTotalCodewordsCount(e, n), o = r - i, s = Oe.getBlocksCount(e, n), l = r % s, a = s - l, d = Math.floor(r / s), c = Math.floor(o / s), u = c + 1, f = d - c, h = new Wn(f);
3218
3205
  let m = 0;
3219
- const p = new Array(s), k = new Array(s);
3206
+ const p = new Array(s), C = new Array(s);
3220
3207
  let b = 0;
3221
3208
  const w = new Uint8Array(t.buffer);
3222
- for (let P = 0; P < s; P++) {
3223
- const T = P < a ? c : h;
3224
- p[P] = w.slice(m, m + T), k[P] = u.encode(p[P]), m += T, b = Math.max(b, T);
3209
+ for (let A = 0; A < s; A++) {
3210
+ const N = A < a ? c : u;
3211
+ p[A] = w.slice(m, m + N), C[A] = h.encode(p[A]), m += N, b = Math.max(b, N);
3225
3212
  }
3226
- const y = new Uint8Array(n);
3227
- let g = 0, C, E;
3228
- for (C = 0; C < b; C++)
3213
+ const y = new Uint8Array(r);
3214
+ let g = 0, k, E;
3215
+ for (k = 0; k < b; k++)
3229
3216
  for (E = 0; E < s; E++)
3230
- C < p[E].length && (y[g++] = p[E][C]);
3231
- for (C = 0; C < f; C++)
3217
+ k < p[E].length && (y[g++] = p[E][k]);
3218
+ for (k = 0; k < f; k++)
3232
3219
  for (E = 0; E < s; E++)
3233
- y[g++] = k[E][C];
3220
+ y[g++] = C[E][k];
3234
3221
  return y;
3235
3222
  }
3236
- function tn(t, e, r, n) {
3223
+ function nr(t, e, n, r) {
3237
3224
  let i;
3238
3225
  if (Array.isArray(t))
3239
- i = Ne.fromArray(t);
3226
+ i = Re.fromArray(t);
3240
3227
  else if (typeof t == "string") {
3241
3228
  let d = e;
3242
3229
  if (!d) {
3243
- const c = Ne.rawSplit(t);
3244
- d = xe.getBestVersionForData(c, r);
3230
+ const c = Re.rawSplit(t);
3231
+ d = xe.getBestVersionForData(c, n);
3245
3232
  }
3246
- i = Ne.fromString(t, d || 40);
3233
+ i = Re.fromString(t, d || 40);
3247
3234
  } else
3248
3235
  throw new Error("Invalid data");
3249
- const o = xe.getBestVersionForData(i, r);
3236
+ const o = xe.getBestVersionForData(i, n);
3250
3237
  if (!o)
3251
3238
  throw new Error("The amount of data is too big to be stored in a QR Code");
3252
3239
  if (!e)
@@ -3258,82 +3245,82 @@ The chosen QR Code version cannot contain this amount of data.
3258
3245
  Minimum version required to store current data is: ` + o + `.
3259
3246
  `
3260
3247
  );
3261
- const s = Xr(e, r, i), l = Ae.getSymbolSize(e), a = new qr(l);
3262
- return Qr(a, e), Zr(a), Gr(a, e), Re(a, r, 0), e >= 7 && Jr(a, e), Wr(a, s), isNaN(n) && (n = Ue.getBestMask(
3248
+ const s = er(e, n, i), l = Pe.getSymbolSize(e), a = new Zn(l);
3249
+ return Xn(a, e), Jn(a), Gn(a, e), Le(a, n, 0), e >= 7 && _n(a, e), $n(a, s), isNaN(r) && (r = qe.getBestMask(
3263
3250
  a,
3264
- Re.bind(null, a, r)
3265
- )), Ue.applyMask(n, a), Re(a, r, n), {
3251
+ Le.bind(null, a, n)
3252
+ )), qe.applyMask(r, a), Le(a, n, r), {
3266
3253
  modules: a,
3267
3254
  version: e,
3268
- errorCorrectionLevel: r,
3269
- maskPattern: n,
3255
+ errorCorrectionLevel: n,
3256
+ maskPattern: r,
3270
3257
  segments: i
3271
3258
  };
3272
3259
  }
3273
- vt.create = function(e, r) {
3260
+ vt.create = function(e, n) {
3274
3261
  if (typeof e > "u" || e === "")
3275
3262
  throw new Error("No input text");
3276
- let n = Te.M, i, o;
3277
- return typeof r < "u" && (n = Te.from(r.errorCorrectionLevel, Te.M), i = xe.from(r.version), o = Ue.from(r.maskPattern), r.toSJISFunc && Ae.setToSJISFunction(r.toSJISFunc)), tn(e, i, n, o);
3263
+ let r = Ne.M, i, o;
3264
+ return typeof n < "u" && (r = Ne.from(n.errorCorrectionLevel, Ne.M), i = xe.from(n.version), o = qe.from(n.maskPattern), n.toSJISFunc && Pe.setToSJISFunction(n.toSJISFunc)), nr(e, i, r, o);
3278
3265
  };
3279
- var Tt = {}, Ze = {};
3266
+ var Nt = {}, Xe = {};
3280
3267
  (function(t) {
3281
- function e(r) {
3282
- if (typeof r == "number" && (r = r.toString()), typeof r != "string")
3268
+ function e(n) {
3269
+ if (typeof n == "number" && (n = n.toString()), typeof n != "string")
3283
3270
  throw new Error("Color should be defined as hex string");
3284
- let n = r.slice().replace("#", "").split("");
3285
- if (n.length < 3 || n.length === 5 || n.length > 8)
3286
- throw new Error("Invalid hex color: " + r);
3287
- (n.length === 3 || n.length === 4) && (n = Array.prototype.concat.apply([], n.map(function(o) {
3271
+ let r = n.slice().replace("#", "").split("");
3272
+ if (r.length < 3 || r.length === 5 || r.length > 8)
3273
+ throw new Error("Invalid hex color: " + n);
3274
+ (r.length === 3 || r.length === 4) && (r = Array.prototype.concat.apply([], r.map(function(o) {
3288
3275
  return [o, o];
3289
- }))), n.length === 6 && n.push("F", "F");
3290
- const i = parseInt(n.join(""), 16);
3276
+ }))), r.length === 6 && r.push("F", "F");
3277
+ const i = parseInt(r.join(""), 16);
3291
3278
  return {
3292
3279
  r: i >> 24 & 255,
3293
3280
  g: i >> 16 & 255,
3294
3281
  b: i >> 8 & 255,
3295
3282
  a: i & 255,
3296
- hex: "#" + n.slice(0, 6).join("")
3283
+ hex: "#" + r.slice(0, 6).join("")
3297
3284
  };
3298
3285
  }
3299
- t.getOptions = function(n) {
3300
- n || (n = {}), n.color || (n.color = {});
3301
- const i = typeof n.margin > "u" || n.margin === null || n.margin < 0 ? 4 : n.margin, o = n.width && n.width >= 21 ? n.width : void 0, s = n.scale || 4;
3286
+ t.getOptions = function(r) {
3287
+ r || (r = {}), r.color || (r.color = {});
3288
+ const i = typeof r.margin > "u" || r.margin === null || r.margin < 0 ? 4 : r.margin, o = r.width && r.width >= 21 ? r.width : void 0, s = r.scale || 4;
3302
3289
  return {
3303
3290
  width: o,
3304
3291
  scale: o ? 4 : s,
3305
3292
  margin: i,
3306
3293
  color: {
3307
- dark: e(n.color.dark || "#000000ff"),
3308
- light: e(n.color.light || "#ffffffff")
3294
+ dark: e(r.color.dark || "#000000ff"),
3295
+ light: e(r.color.light || "#ffffffff")
3309
3296
  },
3310
- type: n.type,
3311
- rendererOpts: n.rendererOpts || {}
3297
+ type: r.type,
3298
+ rendererOpts: r.rendererOpts || {}
3312
3299
  };
3313
- }, t.getScale = function(n, i) {
3314
- return i.width && i.width >= n + i.margin * 2 ? i.width / (n + i.margin * 2) : i.scale;
3315
- }, t.getImageWidth = function(n, i) {
3316
- const o = t.getScale(n, i);
3317
- return Math.floor((n + i.margin * 2) * o);
3318
- }, t.qrToImageData = function(n, i, o) {
3319
- const s = i.modules.size, l = i.modules.data, a = t.getScale(s, o), d = Math.floor((s + o.margin * 2) * a), c = o.margin * a, h = [o.color.light, o.color.dark];
3300
+ }, t.getScale = function(r, i) {
3301
+ return i.width && i.width >= r + i.margin * 2 ? i.width / (r + i.margin * 2) : i.scale;
3302
+ }, t.getImageWidth = function(r, i) {
3303
+ const o = t.getScale(r, i);
3304
+ return Math.floor((r + i.margin * 2) * o);
3305
+ }, t.qrToImageData = function(r, i, o) {
3306
+ const s = i.modules.size, l = i.modules.data, a = t.getScale(s, o), d = Math.floor((s + o.margin * 2) * a), c = o.margin * a, u = [o.color.light, o.color.dark];
3320
3307
  for (let f = 0; f < d; f++)
3321
- for (let u = 0; u < d; u++) {
3322
- let m = (f * d + u) * 4, p = o.color.light;
3323
- if (f >= c && u >= c && f < d - c && u < d - c) {
3324
- const k = Math.floor((f - c) / a), b = Math.floor((u - c) / a);
3325
- p = h[l[k * s + b] ? 1 : 0];
3308
+ for (let h = 0; h < d; h++) {
3309
+ let m = (f * d + h) * 4, p = o.color.light;
3310
+ if (f >= c && h >= c && f < d - c && h < d - c) {
3311
+ const C = Math.floor((f - c) / a), b = Math.floor((h - c) / a);
3312
+ p = u[l[C * s + b] ? 1 : 0];
3326
3313
  }
3327
- n[m++] = p.r, n[m++] = p.g, n[m++] = p.b, n[m] = p.a;
3314
+ r[m++] = p.r, r[m++] = p.g, r[m++] = p.b, r[m] = p.a;
3328
3315
  }
3329
3316
  };
3330
- })(Ze);
3317
+ })(Xe);
3331
3318
  (function(t) {
3332
- const e = Ze;
3333
- function r(i, o, s) {
3319
+ const e = Xe;
3320
+ function n(i, o, s) {
3334
3321
  i.clearRect(0, 0, o.width, o.height), o.style || (o.style = {}), o.height = s, o.width = s, o.style.height = s + "px", o.style.width = s + "px";
3335
3322
  }
3336
- function n() {
3323
+ function r() {
3337
3324
  try {
3338
3325
  return document.createElement("canvas");
3339
3326
  } catch {
@@ -3342,78 +3329,79 @@ var Tt = {}, Ze = {};
3342
3329
  }
3343
3330
  t.render = function(o, s, l) {
3344
3331
  let a = l, d = s;
3345
- typeof a > "u" && (!s || !s.getContext) && (a = s, s = void 0), s || (d = n()), a = e.getOptions(a);
3346
- const c = e.getImageWidth(o.modules.size, a), h = d.getContext("2d"), f = h.createImageData(c, c);
3347
- return e.qrToImageData(f.data, o, a), r(h, d, c), h.putImageData(f, 0, 0), d;
3332
+ typeof a > "u" && (!s || !s.getContext) && (a = s, s = void 0), s || (d = r()), a = e.getOptions(a);
3333
+ const c = e.getImageWidth(o.modules.size, a), u = d.getContext("2d"), f = u.createImageData(c, c);
3334
+ return e.qrToImageData(f.data, o, a), n(u, d, c), u.putImageData(f, 0, 0), d;
3348
3335
  }, t.renderToDataURL = function(o, s, l) {
3349
3336
  let a = l;
3350
3337
  typeof a > "u" && (!s || !s.getContext) && (a = s, s = void 0), a || (a = {});
3351
- const d = t.render(o, s, a), c = a.type || "image/png", h = a.rendererOpts || {};
3352
- return d.toDataURL(c, h.quality);
3338
+ const d = t.render(o, s, a), c = a.type || "image/png", u = a.rendererOpts || {};
3339
+ return d.toDataURL(c, u.quality);
3353
3340
  };
3354
- })(Tt);
3355
- var Nt = {};
3356
- const rn = Ze;
3341
+ })(Nt);
3342
+ var Rt = {};
3343
+ const rr = Xe;
3357
3344
  function ct(t, e) {
3358
- const r = t.a / 255, n = e + '="' + t.hex + '"';
3359
- return r < 1 ? n + " " + e + '-opacity="' + r.toFixed(2).slice(1) + '"' : n;
3345
+ const n = t.a / 255, r = e + '="' + t.hex + '"';
3346
+ return n < 1 ? r + " " + e + '-opacity="' + n.toFixed(2).slice(1) + '"' : r;
3360
3347
  }
3361
- function Fe(t, e, r) {
3362
- let n = t + e;
3363
- return typeof r < "u" && (n += " " + r), n;
3348
+ function Be(t, e, n) {
3349
+ let r = t + e;
3350
+ return typeof n < "u" && (r += " " + n), r;
3364
3351
  }
3365
- function nn(t, e, r) {
3366
- let n = "", i = 0, o = !1, s = 0;
3352
+ function ir(t, e, n) {
3353
+ let r = "", i = 0, o = !1, s = 0;
3367
3354
  for (let l = 0; l < t.length; l++) {
3368
3355
  const a = Math.floor(l % e), d = Math.floor(l / e);
3369
- !a && !o && (o = !0), t[l] ? (s++, l > 0 && a > 0 && t[l - 1] || (n += o ? Fe("M", a + r, 0.5 + d + r) : Fe("m", i, 0), i = 0, o = !1), a + 1 < e && t[l + 1] || (n += Fe("h", s), s = 0)) : i++;
3356
+ !a && !o && (o = !0), t[l] ? (s++, l > 0 && a > 0 && t[l - 1] || (r += o ? Be("M", a + n, 0.5 + d + n) : Be("m", i, 0), i = 0, o = !1), a + 1 < e && t[l + 1] || (r += Be("h", s), s = 0)) : i++;
3370
3357
  }
3371
- return n;
3358
+ return r;
3372
3359
  }
3373
- Nt.render = function(e, r, n) {
3374
- const i = rn.getOptions(r), o = e.modules.size, s = e.modules.data, l = o + i.margin * 2, a = i.color.light.a ? "<path " + ct(i.color.light, "fill") + ' d="M0 0h' + l + "v" + l + 'H0z"/>' : "", d = "<path " + ct(i.color.dark, "stroke") + ' d="' + nn(s, o, i.margin) + '"/>', c = 'viewBox="0 0 ' + l + " " + l + '"', f = '<svg xmlns="http://www.w3.org/2000/svg" ' + (i.width ? 'width="' + i.width + '" height="' + i.width + '" ' : "") + c + ' shape-rendering="crispEdges">' + a + d + `</svg>
3360
+ Rt.render = function(e, n, r) {
3361
+ const i = rr.getOptions(n), o = e.modules.size, s = e.modules.data, l = o + i.margin * 2, a = i.color.light.a ? "<path " + ct(i.color.light, "fill") + ' d="M0 0h' + l + "v" + l + 'H0z"/>' : "", d = "<path " + ct(i.color.dark, "stroke") + ' d="' + ir(s, o, i.margin) + '"/>', c = 'viewBox="0 0 ' + l + " " + l + '"', f = '<svg xmlns="http://www.w3.org/2000/svg" ' + (i.width ? 'width="' + i.width + '" height="' + i.width + '" ' : "") + c + ' shape-rendering="crispEdges">' + a + d + `</svg>
3375
3362
  `;
3376
- return typeof n == "function" && n(null, f), f;
3363
+ return typeof r == "function" && r(null, f), f;
3377
3364
  };
3378
- const on = wr, ze = vt, Rt = Tt, sn = Nt;
3379
- function Ge(t, e, r, n, i) {
3365
+ const or = vn, je = vt, Lt = Nt, sr = Rt;
3366
+ function Je(t, e, n, r, i) {
3380
3367
  const o = [].slice.call(arguments, 1), s = o.length, l = typeof o[s - 1] == "function";
3381
- if (!l && !on())
3368
+ if (!l && !or())
3382
3369
  throw new Error("Callback required as last argument");
3383
3370
  if (l) {
3384
3371
  if (s < 2)
3385
3372
  throw new Error("Too few arguments provided");
3386
- s === 2 ? (i = r, r = e, e = n = void 0) : s === 3 && (e.getContext && typeof i > "u" ? (i = n, n = void 0) : (i = n, n = r, r = e, e = void 0));
3373
+ s === 2 ? (i = n, n = e, e = r = void 0) : s === 3 && (e.getContext && typeof i > "u" ? (i = r, r = void 0) : (i = r, r = n, n = e, e = void 0));
3387
3374
  } else {
3388
3375
  if (s < 1)
3389
3376
  throw new Error("Too few arguments provided");
3390
- return s === 1 ? (r = e, e = n = void 0) : s === 2 && !e.getContext && (n = r, r = e, e = void 0), new Promise(function(a, d) {
3377
+ return s === 1 ? (n = e, e = r = void 0) : s === 2 && !e.getContext && (r = n, n = e, e = void 0), new Promise(function(a, d) {
3391
3378
  try {
3392
- const c = ze.create(r, n);
3393
- a(t(c, e, n));
3379
+ const c = je.create(n, r);
3380
+ a(t(c, e, r));
3394
3381
  } catch (c) {
3395
3382
  d(c);
3396
3383
  }
3397
3384
  });
3398
3385
  }
3399
3386
  try {
3400
- const a = ze.create(r, n);
3401
- i(null, t(a, e, n));
3387
+ const a = je.create(n, r);
3388
+ i(null, t(a, e, r));
3402
3389
  } catch (a) {
3403
3390
  i(a);
3404
3391
  }
3405
3392
  }
3406
- fe.create = ze.create;
3407
- fe.toCanvas = Ge.bind(null, Rt.render);
3408
- fe.toDataURL = Ge.bind(null, Rt.renderToDataURL);
3409
- fe.toString = Ge.bind(null, function(t, e, r) {
3410
- return sn.render(t, r);
3393
+ fe.create = je.create;
3394
+ fe.toCanvas = Je.bind(null, Lt.render);
3395
+ fe.toDataURL = Je.bind(null, Lt.renderToDataURL);
3396
+ fe.toString = Je.bind(null, function(t, e, n) {
3397
+ return sr.render(t, n);
3411
3398
  });
3412
- var an = Object.defineProperty, ln = Object.getOwnPropertyDescriptor, S = (t, e, r, n) => {
3413
- for (var i = n > 1 ? void 0 : n ? ln(e, r) : e, o = t.length - 1, s; o >= 0; o--)
3414
- (s = t[o]) && (i = (n ? s(e, r, i) : s(i)) || i);
3415
- return n && i && an(e, r, i), i;
3399
+ var ar = Object.defineProperty, lr = Object.getOwnPropertyDescriptor, S = (t, e, n, r) => {
3400
+ for (var i = r > 1 ? void 0 : r ? lr(e, n) : e, o = t.length - 1, s; o >= 0; o--)
3401
+ (s = t[o]) && (i = (r ? s(e, n, i) : s(i)) || i);
3402
+ return r && i && ar(e, n, i), i;
3416
3403
  };
3404
+ const dr = "data:image/png;base64,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";
3417
3405
  let v = class extends se {
3418
3406
  constructor() {
3419
3407
  super(...arguments), this.currentState = { status: "idle" }, this.selectedMethod = null, this.cardFormData = {
@@ -3441,8 +3429,8 @@ let v = class extends se {
3441
3429
  // --- Cleave.js Setup ---
3442
3430
  setupCleave() {
3443
3431
  setTimeout(() => {
3444
- var r, n;
3445
- const t = (r = this.shadowRoot) == null ? void 0 : r.querySelector("#cardNumber"), e = (n = this.shadowRoot) == null ? void 0 : n.querySelector("#expiry");
3432
+ var n, r;
3433
+ const t = (n = this.shadowRoot) == null ? void 0 : n.querySelector("#cardNumber"), e = (r = this.shadowRoot) == null ? void 0 : r.querySelector("#expiry");
3446
3434
  t && !this.cardNumberCleave && (this.cardNumberCleave = new at(t, {
3447
3435
  creditCard: !0,
3448
3436
  delimiter: " ",
@@ -3476,9 +3464,9 @@ let v = class extends se {
3476
3464
  getFilteredPaymentMethods() {
3477
3465
  const t = this.currentState.status === "ready" || this.currentState.status === "processing" || this.currentState.status === "requires_action" ? this.currentState.availableMethods || [] : [];
3478
3466
  return t.length === 0 ? [] : t.filter((e) => {
3479
- var r;
3480
- return !((r = this.excludePaymentMethods) != null && r.includes(e.id));
3481
- }).map((e) => e.id === V.PAYNOW && this.getTransactionData().currency !== "SGD" ? {
3467
+ var n;
3468
+ return !((n = this.excludePaymentMethods) != null && n.includes(e.id));
3469
+ }).map((e) => e.id === Z.PAYNOW && this.getTransactionData().currency !== "SGD" ? {
3482
3470
  id: e.id,
3483
3471
  enabled: !1,
3484
3472
  disabledReason: "PayNow is only available for SGD currency"
@@ -3513,9 +3501,9 @@ let v = class extends se {
3513
3501
  );
3514
3502
  return;
3515
3503
  }
3516
- this.isInitialized || (this.isInitialized = !0, (t = this.sdk) == null || t.destroy(), this.sdk = new dr(this.config, this.adapters), this.sdk.subscribe((e) => {
3517
- var r;
3518
- ((r = this.previousState) == null ? void 0 : r.status) === "requires_action" && e.status !== "requires_action" && this.show3DSModal && (this.show3DSModal = !1, this.nextActionUrl = null, this.leaveEventsCounter = 0, this.sdk && this.sdk.resumePolling()), this.previousState = e, this.currentState = e, this.dispatchEvent(
3504
+ this.isInitialized || (this.isInitialized = !0, (t = this.sdk) == null || t.destroy(), this.sdk = new cn(this.config, this.adapters), this.sdk.subscribe((e) => {
3505
+ var n;
3506
+ ((n = this.previousState) == null ? void 0 : n.status) === "requires_action" && e.status !== "requires_action" && this.show3DSModal && (this.show3DSModal = !1, this.nextActionUrl = null, this.leaveEventsCounter = 0, this.sdk && this.sdk.resumePolling()), this.previousState = e, this.currentState = e, this.dispatchEvent(
3519
3507
  new CustomEvent("state-change", {
3520
3508
  detail: { state: e },
3521
3509
  bubbles: !0,
@@ -3550,8 +3538,8 @@ let v = class extends se {
3550
3538
  async (e) => {
3551
3539
  if (this.qrCode = e.payload.qrCode, !this.qrCode)
3552
3540
  return;
3553
- const r = this.qrCode.startsWith("http://") || this.qrCode.startsWith("https://"), n = this.qrCode.startsWith("data:image");
3554
- if (!r && !n)
3541
+ const n = this.qrCode.startsWith("http://") || this.qrCode.startsWith("https://"), r = this.qrCode.startsWith("data:image");
3542
+ if (!n && !r)
3555
3543
  try {
3556
3544
  const i = await fe.toDataURL(this.qrCode, {
3557
3545
  width: 300,
@@ -3588,8 +3576,8 @@ let v = class extends se {
3588
3576
  }
3589
3577
  handleInputChange(t, e) {
3590
3578
  if (this.cardFormData = { ...this.cardFormData, [t]: e }, this.formErrors[t]) {
3591
- const r = { ...this.formErrors };
3592
- delete r[t], this.formErrors = r;
3579
+ const n = { ...this.formErrors };
3580
+ delete n[t], this.formErrors = n;
3593
3581
  }
3594
3582
  }
3595
3583
  // Luhn algorithm check for card number validation
@@ -3597,14 +3585,14 @@ let v = class extends se {
3597
3585
  const e = t.replace(/\s/g, "");
3598
3586
  if (!/^\d+$/.test(e))
3599
3587
  return !1;
3600
- let r = 0, n = !1;
3588
+ let n = 0, r = !1;
3601
3589
  for (let i = e.length - 1; i >= 0; i--) {
3602
3590
  const o = e.charAt(i);
3603
3591
  if (!o) continue;
3604
3592
  let s = parseInt(o, 10);
3605
- n && (s *= 2, s > 9 && (s -= 9)), r += s, n = !n;
3593
+ r && (s *= 2, s > 9 && (s -= 9)), n += s, r = !r;
3606
3594
  }
3607
- return r % 10 === 0;
3595
+ return n % 10 === 0;
3608
3596
  }
3609
3597
  // Validate expiry date (MM/YY format)
3610
3598
  validateExpiry(t) {
@@ -3618,13 +3606,13 @@ let v = class extends se {
3618
3606
  if (l < 1 || l > 12)
3619
3607
  return { valid: !1, error: "Invalid month (01-12)" };
3620
3608
  const a = /* @__PURE__ */ new Date(), d = a.getFullYear(), c = a.getMonth() + 1;
3621
- let h;
3609
+ let u;
3622
3610
  if (s.length === 2) {
3623
- const f = parseInt(s, 10), u = d % 100, m = Math.floor(d / 100) * 100;
3624
- f < u && u - f > 80 ? h = m + 100 + f : h = m + f;
3611
+ const f = parseInt(s, 10), h = d % 100, m = Math.floor(d / 100) * 100;
3612
+ f < h && h - f > 80 ? u = m + 100 + f : u = m + f;
3625
3613
  } else
3626
3614
  return { valid: !1, error: "Invalid year format" };
3627
- return h < d ? { valid: !1, error: "Card has expired" } : h === d && l < c ? { valid: !1, error: "Card has expired" } : { valid: !0 };
3615
+ return u < d ? { valid: !1, error: "Card has expired" } : u === d && l < c ? { valid: !1, error: "Card has expired" } : { valid: !0 };
3628
3616
  }
3629
3617
  validateCardForm() {
3630
3618
  const t = {};
@@ -3640,11 +3628,11 @@ let v = class extends se {
3640
3628
  if (!this.sdk || this.currentState.status !== "ready" || !this.validateCardForm())
3641
3629
  return;
3642
3630
  this.paymentLocked = !0;
3643
- const t = this.cardFormData.expiry.split("/"), e = (t[0] || "").trim(), n = `20${(t[1] || "").trim().substring(0, 2)}`;
3644
- this.sdk.submitPayment(V.CARD, {
3631
+ const t = this.cardFormData.expiry.split("/"), e = (t[0] || "").trim(), r = `20${(t[1] || "").trim().substring(0, 2)}`;
3632
+ this.sdk.submitPayment(Z.CARD, {
3645
3633
  cardNumber: this.cardFormData.cardNumber.replace(/\s/g, ""),
3646
3634
  expiryMonth: e,
3647
- expiryYear: n,
3635
+ expiryYear: r,
3648
3636
  cvv: this.cardFormData.cvv,
3649
3637
  firstName: this.firstName,
3650
3638
  lastName: this.lastName,
@@ -3652,7 +3640,7 @@ let v = class extends se {
3652
3640
  });
3653
3641
  }
3654
3642
  handlePayNowPayment() {
3655
- !this.sdk || this.currentState.status !== "ready" || (this.paymentLocked = !0, this.sdk.submitPayment(V.PAYNOW, {
3643
+ !this.sdk || this.currentState.status !== "ready" || (this.paymentLocked = !0, this.sdk.submitPayment(Z.PAYNOW, {
3656
3644
  firstName: this.firstName,
3657
3645
  lastName: this.lastName,
3658
3646
  email: this.email
@@ -3674,21 +3662,21 @@ let v = class extends se {
3674
3662
  },
3675
3663
  netAmount: this.amount
3676
3664
  };
3677
- const e = (a = t.fees) == null ? void 0 : a.find((d) => d.owner === "merchant"), r = () => e ? e.type === "percentage" ? `${e.value}%` : `${e.value} ${e.currency}` : "", n = typeof t.totalFee == "number" ? t.totalFee : Number(t.totalFee) || 0, i = typeof t.totalSystemFee == "number" ? t.totalSystemFee : Number(t.totalSystemFee) || 0, o = t.initialAmount != null ? typeof t.initialAmount == "number" ? t.initialAmount : Number(t.initialAmount) || 0 : this.amount, s = t.customerAmount != null ? typeof t.customerAmount == "number" ? t.customerAmount : Number(t.customerAmount) || 0 : o, l = n - i;
3665
+ const e = (a = t.fees) == null ? void 0 : a.find((d) => d.owner === "merchant"), n = () => e ? e.type === "percentage" ? `${e.value}%` : `${e.value} ${e.currency}` : "", r = typeof t.totalFee == "number" ? t.totalFee : Number(t.totalFee) || 0, i = typeof t.totalSystemFee == "number" ? t.totalSystemFee : Number(t.totalSystemFee) || 0, o = t.initialAmount != null ? typeof t.initialAmount == "number" ? t.initialAmount : Number(t.initialAmount) || 0 : this.amount, s = t.customerAmount != null ? typeof t.customerAmount == "number" ? t.customerAmount : Number(t.customerAmount) || 0 : o, l = r - i;
3678
3666
  return {
3679
3667
  currency: t.currency || this.currency,
3680
3668
  charge: o,
3681
- fees: n,
3669
+ fees: r,
3682
3670
  feeBreakdown: {
3683
3671
  transactionFee: l,
3684
3672
  merchantFee: l,
3685
- merchantFeeLabel: r() || "0%"
3673
+ merchantFeeLabel: n() || "0%"
3686
3674
  },
3687
3675
  netAmount: s
3688
3676
  };
3689
3677
  }
3690
3678
  renderTransactionDetailsSkeleton() {
3691
- return A`
3679
+ return P`
3692
3680
  <div class="skeleton-transaction">
3693
3681
  <div class="skeleton skeleton-title"></div>
3694
3682
  <div class="skeleton-row">
@@ -3712,7 +3700,7 @@ let v = class extends se {
3712
3700
  `;
3713
3701
  }
3714
3702
  renderPaymentMethodsSkeleton() {
3715
- return A`
3703
+ return P`
3716
3704
  <div>
3717
3705
  <div class="skeleton-method">
3718
3706
  <div class="skeleton skeleton-radio"></div>
@@ -3732,7 +3720,7 @@ let v = class extends se {
3732
3720
  this.width ? `--one-payment-width: ${this.width}` : "",
3733
3721
  this.maxWidth ? `--one-payment-max-width: ${this.maxWidth}` : ""
3734
3722
  ].filter(Boolean).join("; ");
3735
- return A`
3723
+ return P`
3736
3724
  <div class="payment-element" style="${t}">
3737
3725
  ${this.renderTransactionDetailsSkeleton()}
3738
3726
  <div class="header">Select a payment method</div>
@@ -3741,8 +3729,8 @@ let v = class extends se {
3741
3729
  `;
3742
3730
  }
3743
3731
  renderTransactionDetails() {
3744
- const t = this.getTransactionData(), e = (r) => r.toFixed(2);
3745
- return A`
3732
+ const t = this.getTransactionData(), e = (n) => n.toFixed(2);
3733
+ return P`
3746
3734
  <div class="transaction-details">
3747
3735
  <h2 class="transaction-title">Transaction details</h2>
3748
3736
 
@@ -3777,7 +3765,7 @@ let v = class extends se {
3777
3765
  margin-top: ${this.feesExpanded ? "0.625rem" : "0"};
3778
3766
  `}
3779
3767
  >
3780
- ${t.feeBreakdown ? A`
3768
+ ${t.feeBreakdown ? P`
3781
3769
  <div class="fee-breakdown-inner">
3782
3770
  <div class="breakdown-row">
3783
3771
  <span class="breakdown-label">Transaction fee:</span>
@@ -3811,7 +3799,7 @@ let v = class extends se {
3811
3799
  renderCardForm() {
3812
3800
  setTimeout(() => this.setupCleave(), 0);
3813
3801
  const t = this.cardBrand === "amex" ? 4 : 3, e = this.cardBrand === "amex" ? "1234" : "123";
3814
- return A`
3802
+ return P`
3815
3803
  <div class="card-form">
3816
3804
  <h4 class="form-title">Card Information</h4>
3817
3805
  <div class="form-fields">
@@ -3824,9 +3812,9 @@ let v = class extends se {
3824
3812
  class="input ${this.formErrors.cardNumber ? "input-error" : ""}"
3825
3813
  placeholder="1234 1234 1234 1234"
3826
3814
  .value=${this.cardFormData.cardNumber}
3827
- @input=${(r) => this.handleInputChange("cardNumber", r.target.value)}
3815
+ @input=${(n) => this.handleInputChange("cardNumber", n.target.value)}
3828
3816
  />
3829
- ${this.formErrors.cardNumber ? A`<div class="error-message">${this.formErrors.cardNumber}</div>` : ""}
3817
+ ${this.formErrors.cardNumber ? P`<div class="error-message">${this.formErrors.cardNumber}</div>` : ""}
3830
3818
  </div>
3831
3819
 
3832
3820
  <!-- Single Expiry Field -->
@@ -3838,14 +3826,14 @@ let v = class extends se {
3838
3826
  class="input ${this.formErrors.expiry ? "input-error" : ""}"
3839
3827
  placeholder="MM/YY"
3840
3828
  .value=${this.cardFormData.expiry}
3841
- @input=${(r) => {
3842
- const n = r.target;
3829
+ @input=${(n) => {
3830
+ const r = n.target;
3843
3831
  setTimeout(() => {
3844
- this.handleInputChange("expiry", n.value);
3832
+ this.handleInputChange("expiry", r.value);
3845
3833
  }, 0);
3846
3834
  }}
3847
3835
  />
3848
- ${this.formErrors.expiry ? A`<div class="error-message">${this.formErrors.expiry}</div>` : ""}
3836
+ ${this.formErrors.expiry ? P`<div class="error-message">${this.formErrors.expiry}</div>` : ""}
3849
3837
  </div>
3850
3838
 
3851
3839
  <!-- CVV -->
@@ -3857,12 +3845,12 @@ let v = class extends se {
3857
3845
  placeholder="${e}"
3858
3846
  maxlength="${t}"
3859
3847
  .value=${this.cardFormData.cvv}
3860
- @input=${(r) => {
3861
- const n = r.target.value.replace(/\D/g, "");
3862
- r.target.value = n, this.handleInputChange("cvv", n);
3848
+ @input=${(n) => {
3849
+ const r = n.target.value.replace(/\D/g, "");
3850
+ n.target.value = r, this.handleInputChange("cvv", r);
3863
3851
  }}
3864
3852
  />
3865
- ${this.formErrors.cvv ? A`<div class="error-message">${this.formErrors.cvv}</div>` : ""}
3853
+ ${this.formErrors.cvv ? P`<div class="error-message">${this.formErrors.cvv}</div>` : ""}
3866
3854
  </div>
3867
3855
 
3868
3856
  <!-- Cardholder Name -->
@@ -3873,12 +3861,12 @@ let v = class extends se {
3873
3861
  class="input ${this.formErrors.cardholderName ? "input-error" : ""}"
3874
3862
  placeholder="JOHN DOE"
3875
3863
  .value=${this.cardFormData.cardholderName}
3876
- @input=${(r) => {
3877
- const n = r.target.value.replace(/[^A-Za-z\s]/g, "").toUpperCase();
3878
- r.target.value = n, this.handleInputChange("cardholderName", n);
3864
+ @input=${(n) => {
3865
+ const r = n.target.value.replace(/[^A-Za-z\s]/g, "").toUpperCase();
3866
+ n.target.value = r, this.handleInputChange("cardholderName", r);
3879
3867
  }}
3880
3868
  />
3881
- ${this.formErrors.cardholderName ? A`<div class="error-message">${this.formErrors.cardholderName}</div>` : ""}
3869
+ ${this.formErrors.cardholderName ? P`<div class="error-message">${this.formErrors.cardholderName}</div>` : ""}
3882
3870
  </div>
3883
3871
  </div>
3884
3872
 
@@ -3895,7 +3883,7 @@ let v = class extends se {
3895
3883
  `;
3896
3884
  }
3897
3885
  renderPayNowContent() {
3898
- return this.showQRModal && this.qrCodeDataUrl ? A`
3886
+ return this.showQRModal && this.qrCodeDataUrl ? P`
3899
3887
  <div class="paynow-container">
3900
3888
  <!-- Render generated QR code image -->
3901
3889
  <div class="qr-code-wrapper">
@@ -3912,7 +3900,7 @@ let v = class extends se {
3912
3900
  ${this.qrPollingInProgress ? "Verifying..." : "I Have Scanned the QR Code"}
3913
3901
  </button>
3914
3902
  </div>
3915
- ` : A`
3903
+ ` : P`
3916
3904
  <div class="paynow-container">
3917
3905
  <div class="paynow-instructions">
3918
3906
  <h3 class="instructions-title">How to Pay by QR:</h3>
@@ -3943,7 +3931,7 @@ let v = class extends se {
3943
3931
  `;
3944
3932
  }
3945
3933
  render3DSModal() {
3946
- return !this.show3DSModal || !this.nextActionUrl ? null : A`
3934
+ return !this.show3DSModal || !this.nextActionUrl ? null : P`
3947
3935
  <div class="modal-overlay">
3948
3936
  <div class="modal-content iframe-modal">
3949
3937
  <iframe
@@ -3958,7 +3946,7 @@ let v = class extends se {
3958
3946
  }
3959
3947
  renderStatusBlock() {
3960
3948
  if (this.currentState.status === "succeeded")
3961
- return A`
3949
+ return P`
3962
3950
  <div class="result-card success">
3963
3951
  <div class="result-icon-wrapper">
3964
3952
  <div class="result-icon">✓</div>
@@ -3972,7 +3960,7 @@ let v = class extends se {
3972
3960
  `;
3973
3961
  if (this.currentState.status === "failed") {
3974
3962
  const t = this.currentState.error ? this.currentState.error.message : "An error occurred while processing your payment";
3975
- return A`
3963
+ return P`
3976
3964
  <div class="result-card error">
3977
3965
  <div class="result-icon-wrapper">
3978
3966
  <div class="result-icon">✕</div>
@@ -3989,17 +3977,17 @@ let v = class extends se {
3989
3977
  render() {
3990
3978
  if ((this.currentState.status === "idle" || this.currentState.status === "initializing") && this.isInitializing && !this.paymentData)
3991
3979
  return this.renderSkeletons();
3992
- const t = this.currentState.status === "succeeded" || this.currentState.status === "failed", e = !t, r = this.getFilteredPaymentMethods();
3993
- if (r.length > 0) {
3994
- const s = r.some(
3980
+ const t = this.currentState.status === "succeeded" || this.currentState.status === "failed", e = !t, n = this.getFilteredPaymentMethods();
3981
+ if (n.length > 0) {
3982
+ const s = n.some(
3995
3983
  (l) => l.id === this.selectedMethod && l.enabled
3996
3984
  );
3997
3985
  if (!this.selectedMethod || !s) {
3998
- const l = r.find((a) => a.enabled);
3986
+ const l = n.find((a) => a.enabled);
3999
3987
  l && this.selectedMethod !== l.id && (this.selectedMethod = l.id);
4000
3988
  }
4001
3989
  }
4002
- const n = (s) => s === V.CARD ? "Card" : "PayNow", i = (s) => s === V.CARD ? A`
3990
+ const r = (s) => s === Z.CARD ? "Card" : "PayNow", i = (s) => s === Z.CARD ? P`
4003
3991
  <div class="method-icon-right">
4004
3992
  <svg
4005
3993
  width="24"
@@ -4017,26 +4005,26 @@ let v = class extends se {
4017
4005
  />
4018
4006
  </svg>
4019
4007
  </div>
4020
- ` : s === V.PAYNOW ? A`
4008
+ ` : s === Z.PAYNOW ? P`
4021
4009
  <div class="method-icon-right">
4022
- <img src="/images/pay-now.png" alt="PayNow" />
4010
+ <img src="${dr}" alt="PayNow" />
4023
4011
  </div>
4024
4012
  ` : null, o = [
4025
4013
  this.width ? `--one-payment-width: ${this.width}` : "",
4026
4014
  this.maxWidth ? `--one-payment-max-width: ${this.maxWidth}` : ""
4027
4015
  ].filter(Boolean).join("; ");
4028
- return A`
4016
+ return P`
4029
4017
  <div class="payment-element" style="${o}">
4030
4018
  ${this.renderTransactionDetails()}
4031
- ${e ? A`
4019
+ ${e ? P`
4032
4020
  <div class="header">Select a payment method</div>
4033
4021
  <div class="payment-methods-list">
4034
- ${r.map((s) => {
4022
+ ${n.map((s) => {
4035
4023
  const l = this.selectedMethod === s.id, a = !s.enabled || this.paymentLocked && !l;
4036
- return A`
4024
+ return P`
4037
4025
  <div
4038
4026
  class="payment-method-item"
4039
- ${s.disabledReason ? A`data-tooltip="${s.disabledReason}"` : ""}
4027
+ ${s.disabledReason ? P`data-tooltip="${s.disabledReason}"` : ""}
4040
4028
  >
4041
4029
  <div
4042
4030
  class="method-header ${l ? "selected" : ""} ${a ? "disabled" : ""}"
@@ -4050,11 +4038,11 @@ let v = class extends se {
4050
4038
  ?disabled=${a}
4051
4039
  @click=${(d) => d.stopPropagation()}
4052
4040
  />
4053
- <span class="method-name">${n(s.id)}</span>
4041
+ <span class="method-name">${r(s.id)}</span>
4054
4042
  ${i(s.id)}
4055
4043
  </div>
4056
- ${l ? A`<div class="method-content">
4057
- ${s.id === V.CARD ? this.renderCardForm() : this.renderPayNowContent()}
4044
+ ${l ? P`<div class="method-content">
4045
+ ${s.id === Z.CARD ? this.renderCardForm() : this.renderPayNowContent()}
4058
4046
  </div>` : ""}
4059
4047
  </div>
4060
4048
  `;
@@ -4068,7 +4056,7 @@ let v = class extends se {
4068
4056
  `;
4069
4057
  }
4070
4058
  };
4071
- v.styles = Lt`
4059
+ v.styles = Ut`
4072
4060
  :host {
4073
4061
  display: block;
4074
4062
  font-family:
@@ -5356,88 +5344,88 @@ v.styles = Lt`
5356
5344
  }
5357
5345
  `;
5358
5346
  S([
5359
- $({ type: Object })
5347
+ F({ type: Object })
5360
5348
  ], v.prototype, "config", 2);
5361
5349
  S([
5362
- $({ type: Object })
5350
+ F({ type: Object })
5363
5351
  ], v.prototype, "adapters", 2);
5364
5352
  S([
5365
- $({ type: Number })
5353
+ F({ type: Number })
5366
5354
  ], v.prototype, "amount", 2);
5367
5355
  S([
5368
- $({ type: String })
5356
+ F({ type: String })
5369
5357
  ], v.prototype, "currency", 2);
5370
5358
  S([
5371
- $({ type: String })
5359
+ F({ type: String })
5372
5360
  ], v.prototype, "orderId", 2);
5373
5361
  S([
5374
- $({ type: String })
5362
+ F({ type: String })
5375
5363
  ], v.prototype, "firstName", 2);
5376
5364
  S([
5377
- $({ type: String })
5365
+ F({ type: String })
5378
5366
  ], v.prototype, "lastName", 2);
5379
5367
  S([
5380
- $({ type: String })
5368
+ F({ type: String })
5381
5369
  ], v.prototype, "email", 2);
5382
5370
  S([
5383
- $({ type: Array })
5371
+ F({ type: Array })
5384
5372
  ], v.prototype, "excludePaymentMethods", 2);
5385
5373
  S([
5386
- $({ type: String })
5374
+ F({ type: String })
5387
5375
  ], v.prototype, "width", 2);
5388
5376
  S([
5389
- $({ type: String })
5377
+ F({ type: String })
5390
5378
  ], v.prototype, "maxWidth", 2);
5391
5379
  S([
5392
- _()
5380
+ M()
5393
5381
  ], v.prototype, "currentState", 2);
5394
5382
  S([
5395
- _()
5383
+ M()
5396
5384
  ], v.prototype, "selectedMethod", 2);
5397
5385
  S([
5398
- _()
5386
+ M()
5399
5387
  ], v.prototype, "cardFormData", 2);
5400
5388
  S([
5401
- _()
5389
+ M()
5402
5390
  ], v.prototype, "formErrors", 2);
5403
5391
  S([
5404
- _()
5392
+ M()
5405
5393
  ], v.prototype, "paymentData", 2);
5406
5394
  S([
5407
- _()
5395
+ M()
5408
5396
  ], v.prototype, "feesExpanded", 2);
5409
5397
  S([
5410
- _()
5398
+ M()
5411
5399
  ], v.prototype, "isInitializing", 2);
5412
5400
  S([
5413
- _()
5401
+ M()
5414
5402
  ], v.prototype, "cardBrand", 2);
5415
5403
  S([
5416
- _()
5404
+ M()
5417
5405
  ], v.prototype, "paymentLocked", 2);
5418
5406
  S([
5419
- _()
5407
+ M()
5420
5408
  ], v.prototype, "show3DSModal", 2);
5421
5409
  S([
5422
- _()
5410
+ M()
5423
5411
  ], v.prototype, "showQRModal", 2);
5424
5412
  S([
5425
- _()
5413
+ M()
5426
5414
  ], v.prototype, "nextActionUrl", 2);
5427
5415
  S([
5428
- _()
5416
+ M()
5429
5417
  ], v.prototype, "qrCode", 2);
5430
5418
  S([
5431
- _()
5419
+ M()
5432
5420
  ], v.prototype, "qrCodeDataUrl", 2);
5433
5421
  S([
5434
- _()
5422
+ M()
5435
5423
  ], v.prototype, "qrAutoResumeTimer", 2);
5436
5424
  S([
5437
- _()
5425
+ M()
5438
5426
  ], v.prototype, "qrPollingInProgress", 2);
5439
5427
  v = S([
5440
- rr("one-payment")
5428
+ nn("one-payment")
5441
5429
  ], v);
5442
5430
  export {
5443
5431
  v as OnePayment,