@konnectio/core 4.0.5 → 4.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (197) hide show
  1. package/dist/{ActionField-0c047379.mjs → ActionField-5ecfc9dc.js} +26 -28
  2. package/dist/ActionField-5ecfc9dc.js.br +0 -0
  3. package/dist/ActionField-ae9b1adf.cjs +1 -0
  4. package/dist/HotelAvailabilityForm-0cd1abda.cjs +1 -0
  5. package/dist/{HotelAvailabilityForm-29f12395.mjs → HotelAvailabilityForm-a7b6f17e.js} +23 -25
  6. package/dist/HotelAvailabilityForm-a7b6f17e.js.br +0 -0
  7. package/dist/NumberField.vue_vue_type_style_index_0_lang-0b6d48f1.cjs +793 -0
  8. package/dist/NumberField.vue_vue_type_style_index_0_lang-ab747739.js +16403 -0
  9. package/dist/NumberField.vue_vue_type_style_index_0_lang-ab747739.js.br +0 -0
  10. package/dist/{ReCaptchaVuePlugin-616ef9b9.mjs → ReCaptchaVuePlugin-05b8ec39.js} +2 -3
  11. package/dist/ReCaptchaVuePlugin-05b8ec39.js.br +0 -0
  12. package/dist/ReCaptchaVuePlugin-08ee5d62.cjs +1 -0
  13. package/dist/{SelectField.vue_vue_type_style_index_0_lang-a45312d1.mjs → SelectField.vue_vue_type_style_index_0_lang-5bdd7db9.js} +1020 -1022
  14. package/dist/SelectField.vue_vue_type_style_index_0_lang-5bdd7db9.js.br +0 -0
  15. package/dist/{SelectField.vue_vue_type_style_index_0_lang-18843626.js → SelectField.vue_vue_type_style_index_0_lang-5f1087dc.cjs} +16 -17
  16. package/dist/{ThankYou-f6205791.mjs → ThankYou-1866d8db.js} +2853 -2825
  17. package/dist/ThankYou-1866d8db.js.br +0 -0
  18. package/dist/ThankYou-5741bcb6.cjs +15 -0
  19. package/dist/{_commonjsHelpers-6763f629.js → _commonjsHelpers-6763f629.cjs} +0 -1
  20. package/dist/{_commonjsHelpers-c5d32002.mjs → _commonjsHelpers-aeeeeb92.js} +2 -3
  21. package/dist/{applyGiftCard-02342491.mjs → applyGiftCard-c5e4aaad.js} +12 -14
  22. package/dist/applyGiftCard-c5e4aaad.js.br +0 -0
  23. package/dist/applyGiftCard-d9ab3dcf.cjs +1 -0
  24. package/dist/assets/typescript/mixins.d.ts +36 -0
  25. package/dist/availability.cjs.js +1 -2
  26. package/dist/availability.cjs.js.br +0 -0
  27. package/dist/availability.d.ts +3 -0
  28. package/dist/availability.es.js +31 -30
  29. package/dist/availability.es.js.br +0 -0
  30. package/dist/components/Alert.vue.d.ts +5 -0
  31. package/dist/components/Alert.vue.d.ts.map +1 -0
  32. package/dist/components/Clickable.vue.d.ts +5 -0
  33. package/dist/components/Clickable.vue.d.ts.map +1 -0
  34. package/dist/components/GoogleNotice.vue.d.ts +4 -0
  35. package/dist/components/GoogleNotice.vue.d.ts.map +1 -0
  36. package/dist/components/Icon.vue.d.ts +5 -0
  37. package/dist/components/Icon.vue.d.ts.map +1 -0
  38. package/dist/components/Loading.vue.d.ts +5 -0
  39. package/dist/components/Loading.vue.d.ts.map +1 -0
  40. package/dist/components/LoadingBlock.vue.d.ts +4 -0
  41. package/dist/components/LoadingBlock.vue.d.ts.map +1 -0
  42. package/dist/components/forms/EventAvailabilityForm.vue.d.ts +5 -0
  43. package/dist/components/forms/EventAvailabilityForm.vue.d.ts.map +1 -0
  44. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +5 -0
  45. package/dist/components/forms/HotelAvailabilityForm.vue.d.ts.map +1 -0
  46. package/dist/components/forms/MultiStepForm.vue.d.ts +5 -0
  47. package/dist/components/forms/MultiStepForm.vue.d.ts.map +1 -0
  48. package/dist/components/forms/ReservationForm.vue.d.ts +5 -0
  49. package/dist/components/forms/ReservationForm.vue.d.ts.map +1 -0
  50. package/dist/components/inputs/Checkbox.vue.d.ts +5 -0
  51. package/dist/components/inputs/Checkbox.vue.d.ts.map +1 -0
  52. package/dist/components/inputs/DateField.vue.d.ts +5 -0
  53. package/dist/components/inputs/DateField.vue.d.ts.map +1 -0
  54. package/dist/components/inputs/InputField.vue.d.ts +5 -0
  55. package/dist/components/inputs/InputField.vue.d.ts.map +1 -0
  56. package/dist/components/inputs/MediaSelector.vue.d.ts +5 -0
  57. package/dist/components/inputs/MediaSelector.vue.d.ts.map +1 -0
  58. package/dist/components/inputs/NumberField.vue.d.ts +5 -0
  59. package/dist/components/inputs/NumberField.vue.d.ts.map +1 -0
  60. package/dist/components/inputs/SelectField.vue.d.ts +5 -0
  61. package/dist/components/inputs/SelectField.vue.d.ts.map +1 -0
  62. package/dist/components/inputs/TextField.vue.d.ts +5 -0
  63. package/dist/components/inputs/TextField.vue.d.ts.map +1 -0
  64. package/dist/components/inputs/TimeField.vue.d.ts +5 -0
  65. package/dist/components/inputs/TimeField.vue.d.ts.map +1 -0
  66. package/dist/components/inputs/grouped/ActionField.vue.d.ts +5 -0
  67. package/dist/components/inputs/grouped/ActionField.vue.d.ts.map +1 -0
  68. package/dist/components/inputs/grouped/CountryField.vue.d.ts +5 -0
  69. package/dist/components/inputs/grouped/CountryField.vue.d.ts.map +1 -0
  70. package/dist/components/inputs/grouped/NameField.vue.d.ts +5 -0
  71. package/dist/components/inputs/grouped/NameField.vue.d.ts.map +1 -0
  72. package/dist/components/inputs/grouped/PhoneField.vue.d.ts +5 -0
  73. package/dist/components/inputs/grouped/PhoneField.vue.d.ts.map +1 -0
  74. package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts +4 -0
  75. package/dist/components/inputs/grouped/RoomConfigField.vue.d.ts.map +1 -0
  76. package/dist/components/listings/Base.vue.d.ts +6 -0
  77. package/dist/components/listings/Base.vue.d.ts.map +1 -0
  78. package/dist/components/listings/Event.vue.d.ts +5 -0
  79. package/dist/components/listings/Event.vue.d.ts.map +1 -0
  80. package/dist/components/listings/Test.vue.d.ts +5 -0
  81. package/dist/components/listings/Test.vue.d.ts.map +1 -0
  82. package/dist/components/modals/Base.vue.d.ts +5 -0
  83. package/dist/components/modals/Base.vue.d.ts.map +1 -0
  84. package/dist/components/modals/Info.vue.d.ts +5 -0
  85. package/dist/components/modals/Info.vue.d.ts.map +1 -0
  86. package/dist/components/modals/Terms.vue.d.ts +4 -0
  87. package/dist/components/modals/Terms.vue.d.ts.map +1 -0
  88. package/dist/components/side-panels/Base.vue.d.ts +5 -0
  89. package/dist/components/side-panels/Base.vue.d.ts.map +1 -0
  90. package/dist/components/side-panels/Hotel.vue.d.ts +4 -0
  91. package/dist/components/side-panels/Hotel.vue.d.ts.map +1 -0
  92. package/dist/components/views/CheckoutWindow.vue.d.ts +5 -0
  93. package/dist/components/views/CheckoutWindow.vue.d.ts.map +1 -0
  94. package/dist/components/views/TermsOfService.vue.d.ts +5 -0
  95. package/dist/components/views/TermsOfService.vue.d.ts.map +1 -0
  96. package/dist/components/views/ThankYou.vue.d.ts +5 -0
  97. package/dist/components/views/ThankYou.vue.d.ts.map +1 -0
  98. package/dist/entries/availability.d.ts +2 -0
  99. package/dist/entries/event.d.ts +2 -0
  100. package/dist/entries/gift-card-validation.d.ts +2 -0
  101. package/dist/entries/gift-card.d.ts +2 -0
  102. package/dist/entries/hotel.d.ts +2 -0
  103. package/dist/entries/navigation.d.ts +1 -0
  104. package/dist/entries/polyfill.d.ts +0 -0
  105. package/dist/event-39706438.cjs +1 -0
  106. package/dist/{event-cc266121.mjs → event-a70cffeb.js} +48 -47
  107. package/dist/event-a70cffeb.js.br +0 -0
  108. package/dist/event.cjs.js +1 -2
  109. package/dist/event.cjs.js.br +0 -0
  110. package/dist/event.d.ts +3 -0
  111. package/dist/event.es.js +175 -174
  112. package/dist/event.es.js.br +0 -0
  113. package/dist/gift-card-validation.cjs.js +1 -2
  114. package/dist/gift-card-validation.cjs.js.br +0 -0
  115. package/dist/gift-card-validation.d.ts +3 -0
  116. package/dist/gift-card-validation.es.js +54 -53
  117. package/dist/gift-card-validation.es.js.br +0 -0
  118. package/dist/gift-card.cjs.js +1 -2
  119. package/dist/gift-card.cjs.js.br +0 -0
  120. package/dist/gift-card.d.ts +3 -0
  121. package/dist/gift-card.es.js +90 -89
  122. package/dist/gift-card.es.js.br +0 -0
  123. package/dist/hotel.cjs.js +5 -6
  124. package/dist/hotel.cjs.js.br +0 -0
  125. package/dist/hotel.d.ts +3 -0
  126. package/dist/hotel.es.js +298 -298
  127. package/dist/hotel.es.js.br +0 -0
  128. package/dist/{index-30f70976.mjs → index-00262c16.js} +64 -69
  129. package/dist/index-00262c16.js.br +0 -0
  130. package/dist/index-58f3b0cc.cjs +1 -0
  131. package/dist/layouts/Availability.vue.d.ts +244 -0
  132. package/dist/layouts/Event.vue.d.ts +244 -0
  133. package/dist/layouts/GiftCard.vue.d.ts +252 -0
  134. package/dist/layouts/GiftCardValidation.vue.d.ts +228 -0
  135. package/dist/layouts/Hotel.vue.d.ts +277 -0
  136. package/dist/layouts/_.vue.d.ts +30 -0
  137. package/dist/navigation.cjs.js +1 -2
  138. package/dist/navigation.d.ts +1 -0
  139. package/dist/navigation.es.js +1 -59
  140. package/dist/{payment-b3022c46.mjs → payment-9e219e9b.js} +221 -223
  141. package/dist/payment-9e219e9b.js.br +0 -0
  142. package/dist/{payment-bfd660a7.js → payment-fbffaa6d.cjs} +2 -3
  143. package/dist/plugins/i18n.d.ts +5 -0
  144. package/dist/polyfill.cjs.js +2 -3
  145. package/dist/polyfill.cjs.js.br +0 -0
  146. package/dist/polyfill.d.ts +1 -0
  147. package/dist/polyfill.es.js +2 -4
  148. package/dist/polyfill.es.js.br +0 -0
  149. package/dist/store/alert.d.ts +28 -0
  150. package/dist/store/applyGiftCard.d.ts +28 -0
  151. package/dist/store/availability.d.ts +37 -0
  152. package/dist/store/event.d.ts +683 -0
  153. package/dist/store/giftCard.d.ts +80 -0
  154. package/dist/store/hotel.d.ts +662 -0
  155. package/dist/store/payment.d.ts +133 -0
  156. package/dist/store/recaptcha.d.ts +1 -0
  157. package/dist/store/tracking.d.ts +24 -0
  158. package/dist/store/utilities.d.ts +317 -0
  159. package/dist/style.css +1 -1
  160. package/dist/style.css.br +0 -0
  161. package/dist/types/index.d.ts +868 -0
  162. package/package.json +27 -11
  163. package/dist/ActionField-0c047379.mjs.br +0 -0
  164. package/dist/ActionField-3640689b.js +0 -2
  165. package/dist/ActionField-3640689b.js.br +0 -0
  166. package/dist/Clickable-386eceb6.mjs +0 -12390
  167. package/dist/Clickable-386eceb6.mjs.br +0 -0
  168. package/dist/Clickable-77afc133.js +0 -768
  169. package/dist/Clickable-77afc133.js.br +0 -0
  170. package/dist/HotelAvailabilityForm-29f12395.mjs.br +0 -0
  171. package/dist/HotelAvailabilityForm-89ba629d.js +0 -2
  172. package/dist/HotelAvailabilityForm-89ba629d.js.br +0 -0
  173. package/dist/NumberField.vue_vue_type_style_index_0_lang-99de44b7.mjs +0 -4027
  174. package/dist/NumberField.vue_vue_type_style_index_0_lang-99de44b7.mjs.br +0 -0
  175. package/dist/NumberField.vue_vue_type_style_index_0_lang-e8efabad.js +0 -28
  176. package/dist/NumberField.vue_vue_type_style_index_0_lang-e8efabad.js.br +0 -0
  177. package/dist/ReCaptchaVuePlugin-0988d77f.js +0 -2
  178. package/dist/ReCaptchaVuePlugin-0988d77f.js.br +0 -0
  179. package/dist/ReCaptchaVuePlugin-616ef9b9.mjs.br +0 -0
  180. package/dist/SelectField.vue_vue_type_style_index_0_lang-18843626.js.br +0 -0
  181. package/dist/SelectField.vue_vue_type_style_index_0_lang-a45312d1.mjs.br +0 -0
  182. package/dist/ThankYou-1096ca5a.js +0 -16
  183. package/dist/ThankYou-1096ca5a.js.br +0 -0
  184. package/dist/ThankYou-f6205791.mjs.br +0 -0
  185. package/dist/applyGiftCard-02342491.mjs.br +0 -0
  186. package/dist/applyGiftCard-e24bae0c.js +0 -2
  187. package/dist/applyGiftCard-e24bae0c.js.br +0 -0
  188. package/dist/event-cc266121.mjs.br +0 -0
  189. package/dist/event-d580e6e8.js +0 -2
  190. package/dist/event-d580e6e8.js.br +0 -0
  191. package/dist/index-30f70976.mjs.br +0 -0
  192. package/dist/index-4e9533a9.js +0 -2
  193. package/dist/index-4e9533a9.js.br +0 -0
  194. package/dist/navigation.cjs.js.br +0 -0
  195. package/dist/navigation.es.js.br +0 -0
  196. package/dist/payment-b3022c46.mjs.br +0 -0
  197. package/dist/payment-bfd660a7.js.br +0 -0
@@ -1,4027 +0,0 @@
1
- import { ae as Gt, r as B, $ as Qn, af as hs, Q as er, ag as tr, i as Ce, ah as Xt, R as bs, s as Re, a0 as _s, J as nr, K as rr, E as sr, ai as gs, f as O, u as _e, aj as Es, ak as ys, d as Se, a3 as or, G as ar, g as Ns, H as As, F as ir, a as lt, al as Os, o as ee, c as se, I as Dt, b as xe, t as lr, k as Ae, n as at, _ as cr, am as Ss, X as ur, h as vs, V as Ts } from "./Clickable-386eceb6.mjs";
2
- var ws = !1;
3
- /*!
4
- * pinia v2.1.6
5
- * (c) 2023 Eduardo San Martin Morote
6
- * @license MIT
7
- */
8
- let fr;
9
- const ct = (e) => fr = e, dr = (
10
- /* istanbul ignore next */
11
- Symbol()
12
- );
13
- function Lt(e) {
14
- return e && typeof e == "object" && Object.prototype.toString.call(e) === "[object Object]" && typeof e.toJSON != "function";
15
- }
16
- var je;
17
- (function(e) {
18
- e.direct = "direct", e.patchObject = "patch object", e.patchFunction = "patch function";
19
- })(je || (je = {}));
20
- function ol() {
21
- const e = Gt(!0), t = e.run(() => B({}));
22
- let n = [], r = [];
23
- const s = Qn({
24
- install(a) {
25
- ct(s), s._a = a, a.provide(dr, s), a.config.globalProperties.$pinia = s, r.forEach((o) => n.push(o)), r = [];
26
- },
27
- use(a) {
28
- return !this._a && !ws ? r.push(a) : n.push(a), this;
29
- },
30
- _p: n,
31
- // it's actually undefined here
32
- // @ts-expect-error
33
- _a: null,
34
- _e: e,
35
- _s: /* @__PURE__ */ new Map(),
36
- state: t
37
- });
38
- return s;
39
- }
40
- const mr = () => {
41
- };
42
- function mn(e, t, n, r = mr) {
43
- e.push(t);
44
- const s = () => {
45
- const a = e.indexOf(t);
46
- a > -1 && (e.splice(a, 1), r());
47
- };
48
- return !n && nr() && rr(s), s;
49
- }
50
- function Te(e, ...t) {
51
- e.slice().forEach((n) => {
52
- n(...t);
53
- });
54
- }
55
- const Cs = (e) => e();
56
- function Ft(e, t) {
57
- e instanceof Map && t instanceof Map && t.forEach((n, r) => e.set(r, n)), e instanceof Set && t instanceof Set && t.forEach(e.add, e);
58
- for (const n in t) {
59
- if (!t.hasOwnProperty(n))
60
- continue;
61
- const r = t[n], s = e[n];
62
- Lt(s) && Lt(r) && e.hasOwnProperty(n) && !Ce(r) && !Xt(r) ? e[n] = Ft(s, r) : e[n] = r;
63
- }
64
- return e;
65
- }
66
- const Rs = (
67
- /* istanbul ignore next */
68
- Symbol()
69
- );
70
- function Ps(e) {
71
- return !Lt(e) || !e.hasOwnProperty(Rs);
72
- }
73
- const { assign: he } = Object;
74
- function Is(e) {
75
- return !!(Ce(e) && e.effect);
76
- }
77
- function Ds(e, t, n, r) {
78
- const { state: s, actions: a, getters: o } = t, i = n.state.value[e];
79
- let c;
80
- function l() {
81
- i || (n.state.value[e] = s ? s() : {});
82
- const u = gs(n.state.value[e]);
83
- return he(u, a, Object.keys(o || {}).reduce((d, h) => (d[h] = Qn(O(() => {
84
- ct(n);
85
- const b = n._s.get(e);
86
- return o[h].call(b, b);
87
- })), d), {}));
88
- }
89
- return c = pr(e, l, t, n, r, !0), c;
90
- }
91
- function pr(e, t, n = {}, r, s, a) {
92
- let o;
93
- const i = he({ actions: {} }, n), c = {
94
- deep: !0
95
- // flush: 'post',
96
- };
97
- let l, u, d = [], h = [], b;
98
- const m = r.state.value[e];
99
- !a && !m && (r.state.value[e] = {}), B({});
100
- let g;
101
- function S(N) {
102
- let A;
103
- l = u = !1, typeof N == "function" ? (N(r.state.value[e]), A = {
104
- type: je.patchFunction,
105
- storeId: e,
106
- events: b
107
- }) : (Ft(r.state.value[e], N), A = {
108
- type: je.patchObject,
109
- payload: N,
110
- storeId: e,
111
- events: b
112
- });
113
- const I = g = Symbol();
114
- sr().then(() => {
115
- g === I && (l = !0);
116
- }), u = !0, Te(d, A, r.state.value[e]);
117
- }
118
- const y = a ? function() {
119
- const { state: A } = n, I = A ? A() : {};
120
- this.$patch((F) => {
121
- he(F, I);
122
- });
123
- } : (
124
- /* istanbul ignore next */
125
- mr
126
- );
127
- function w() {
128
- o.stop(), d = [], h = [], r._s.delete(e);
129
- }
130
- function P(N, A) {
131
- return function() {
132
- ct(r);
133
- const I = Array.from(arguments), F = [], ne = [];
134
- function De($) {
135
- F.push($);
136
- }
137
- function Le($) {
138
- ne.push($);
139
- }
140
- Te(h, {
141
- args: I,
142
- name: N,
143
- store: v,
144
- after: De,
145
- onError: Le
146
- });
147
- let le;
148
- try {
149
- le = A.apply(this && this.$id === e ? this : v, I);
150
- } catch ($) {
151
- throw Te(ne, $), $;
152
- }
153
- return le instanceof Promise ? le.then(($) => (Te(F, $), $)).catch(($) => (Te(ne, $), Promise.reject($))) : (Te(F, le), le);
154
- };
155
- }
156
- const C = {
157
- _p: r,
158
- // _s: scope,
159
- $id: e,
160
- $onAction: mn.bind(null, h),
161
- $patch: S,
162
- $reset: y,
163
- $subscribe(N, A = {}) {
164
- const I = mn(d, N, A.detached, () => F()), F = o.run(() => Re(() => r.state.value[e], (ne) => {
165
- (A.flush === "sync" ? u : l) && N({
166
- storeId: e,
167
- type: je.direct,
168
- events: b
169
- }, ne);
170
- }, he({}, c, A)));
171
- return I;
172
- },
173
- $dispose: w
174
- }, v = _s(C);
175
- r._s.set(e, v);
176
- const E = r._a && r._a.runWithContext || Cs, D = r._e.run(() => (o = Gt(), E(() => o.run(t))));
177
- for (const N in D) {
178
- const A = D[N];
179
- if (Ce(A) && !Is(A) || Xt(A))
180
- a || (m && Ps(A) && (Ce(A) ? A.value = m[N] : Ft(A, m[N])), r.state.value[e][N] = A);
181
- else if (typeof A == "function") {
182
- const I = P(N, A);
183
- D[N] = I, i.actions[N] = A;
184
- }
185
- }
186
- return he(v, D), he(tr(v), D), Object.defineProperty(v, "$state", {
187
- get: () => r.state.value[e],
188
- set: (N) => {
189
- S((A) => {
190
- he(A, N);
191
- });
192
- }
193
- }), r._p.forEach((N) => {
194
- he(v, o.run(() => N({
195
- store: v,
196
- app: r._a,
197
- pinia: r,
198
- options: i
199
- })));
200
- }), m && a && n.hydrate && n.hydrate(v.$state, m), l = !0, u = !0, v;
201
- }
202
- function hr(e, t, n) {
203
- let r, s;
204
- const a = typeof t == "function";
205
- typeof e == "string" ? (r = e, s = a ? n : t) : (s = e, r = e.id);
206
- function o(i, c) {
207
- const l = hs();
208
- return i = // in test mode, ignore the argument provided as we can always retrieve a
209
- // pinia instance with getActivePinia()
210
- i || (l ? er(dr, null) : null), i && ct(i), i = fr, i._s.has(r) || (a ? pr(r, t, s, i) : Ds(r, s, i)), i._s.get(r);
211
- }
212
- return o.$id = r, o;
213
- }
214
- function Ls(e) {
215
- {
216
- e = tr(e);
217
- const t = {};
218
- for (const n in e) {
219
- const r = e[n];
220
- (Ce(r) || Xt(r)) && (t[n] = // ---
221
- bs(e, n));
222
- }
223
- return t;
224
- }
225
- }
226
- function br(e, t) {
227
- return function() {
228
- return e.apply(t, arguments);
229
- };
230
- }
231
- const { toString: Fs } = Object.prototype, { getPrototypeOf: Yt } = Object, ut = ((e) => (t) => {
232
- const n = Fs.call(t);
233
- return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
234
- })(/* @__PURE__ */ Object.create(null)), ie = (e) => (e = e.toLowerCase(), (t) => ut(t) === e), ft = (e) => (t) => typeof t === e, { isArray: Ie } = Array, Be = ft("undefined");
235
- function ks(e) {
236
- return e !== null && !Be(e) && e.constructor !== null && !Be(e.constructor) && Y(e.constructor.isBuffer) && e.constructor.isBuffer(e);
237
- }
238
- const _r = ie("ArrayBuffer");
239
- function Us(e) {
240
- let t;
241
- return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && _r(e.buffer), t;
242
- }
243
- const Ms = ft("string"), Y = ft("function"), gr = ft("number"), dt = (e) => e !== null && typeof e == "object", xs = (e) => e === !0 || e === !1, nt = (e) => {
244
- if (ut(e) !== "object")
245
- return !1;
246
- const t = Yt(e);
247
- return (t === null || t === Object.prototype || Object.getPrototypeOf(t) === null) && !(Symbol.toStringTag in e) && !(Symbol.iterator in e);
248
- }, js = ie("Date"), $s = ie("File"), Bs = ie("Blob"), Vs = ie("FileList"), Ws = (e) => dt(e) && Y(e.pipe), Hs = (e) => {
249
- let t;
250
- return e && (typeof FormData == "function" && e instanceof FormData || Y(e.append) && ((t = ut(e)) === "formdata" || // detect form-data instance
251
- t === "object" && Y(e.toString) && e.toString() === "[object FormData]"));
252
- }, zs = ie("URLSearchParams"), Ks = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
253
- function He(e, t, { allOwnKeys: n = !1 } = {}) {
254
- if (e === null || typeof e > "u")
255
- return;
256
- let r, s;
257
- if (typeof e != "object" && (e = [e]), Ie(e))
258
- for (r = 0, s = e.length; r < s; r++)
259
- t.call(null, e[r], r, e);
260
- else {
261
- const a = n ? Object.getOwnPropertyNames(e) : Object.keys(e), o = a.length;
262
- let i;
263
- for (r = 0; r < o; r++)
264
- i = a[r], t.call(null, e[i], i, e);
265
- }
266
- }
267
- function Er(e, t) {
268
- t = t.toLowerCase();
269
- const n = Object.keys(e);
270
- let r = n.length, s;
271
- for (; r-- > 0; )
272
- if (s = n[r], t === s.toLowerCase())
273
- return s;
274
- return null;
275
- }
276
- const yr = (() => typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global)(), Nr = (e) => !Be(e) && e !== yr;
277
- function kt() {
278
- const { caseless: e } = Nr(this) && this || {}, t = {}, n = (r, s) => {
279
- const a = e && Er(t, s) || s;
280
- nt(t[a]) && nt(r) ? t[a] = kt(t[a], r) : nt(r) ? t[a] = kt({}, r) : Ie(r) ? t[a] = r.slice() : t[a] = r;
281
- };
282
- for (let r = 0, s = arguments.length; r < s; r++)
283
- arguments[r] && He(arguments[r], n);
284
- return t;
285
- }
286
- const qs = (e, t, n, { allOwnKeys: r } = {}) => (He(t, (s, a) => {
287
- n && Y(s) ? e[a] = br(s, n) : e[a] = s;
288
- }, { allOwnKeys: r }), e), Js = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Gs = (e, t, n, r) => {
289
- e.prototype = Object.create(t.prototype, r), e.prototype.constructor = e, Object.defineProperty(e, "super", {
290
- value: t.prototype
291
- }), n && Object.assign(e.prototype, n);
292
- }, Xs = (e, t, n, r) => {
293
- let s, a, o;
294
- const i = {};
295
- if (t = t || {}, e == null)
296
- return t;
297
- do {
298
- for (s = Object.getOwnPropertyNames(e), a = s.length; a-- > 0; )
299
- o = s[a], (!r || r(o, e, t)) && !i[o] && (t[o] = e[o], i[o] = !0);
300
- e = n !== !1 && Yt(e);
301
- } while (e && (!n || n(e, t)) && e !== Object.prototype);
302
- return t;
303
- }, Ys = (e, t, n) => {
304
- e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
305
- const r = e.indexOf(t, n);
306
- return r !== -1 && r === n;
307
- }, Zs = (e) => {
308
- if (!e)
309
- return null;
310
- if (Ie(e))
311
- return e;
312
- let t = e.length;
313
- if (!gr(t))
314
- return null;
315
- const n = new Array(t);
316
- for (; t-- > 0; )
317
- n[t] = e[t];
318
- return n;
319
- }, Qs = ((e) => (t) => e && t instanceof e)(typeof Uint8Array < "u" && Yt(Uint8Array)), eo = (e, t) => {
320
- const r = (e && e[Symbol.iterator]).call(e);
321
- let s;
322
- for (; (s = r.next()) && !s.done; ) {
323
- const a = s.value;
324
- t.call(e, a[0], a[1]);
325
- }
326
- }, to = (e, t) => {
327
- let n;
328
- const r = [];
329
- for (; (n = e.exec(t)) !== null; )
330
- r.push(n);
331
- return r;
332
- }, no = ie("HTMLFormElement"), ro = (e) => e.toLowerCase().replace(
333
- /[-_\s]([a-z\d])(\w*)/g,
334
- function(n, r, s) {
335
- return r.toUpperCase() + s;
336
- }
337
- ), pn = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), so = ie("RegExp"), Ar = (e, t) => {
338
- const n = Object.getOwnPropertyDescriptors(e), r = {};
339
- He(n, (s, a) => {
340
- let o;
341
- (o = t(s, a, e)) !== !1 && (r[a] = o || s);
342
- }), Object.defineProperties(e, r);
343
- }, oo = (e) => {
344
- Ar(e, (t, n) => {
345
- if (Y(e) && ["arguments", "caller", "callee"].indexOf(n) !== -1)
346
- return !1;
347
- const r = e[n];
348
- if (Y(r)) {
349
- if (t.enumerable = !1, "writable" in t) {
350
- t.writable = !1;
351
- return;
352
- }
353
- t.set || (t.set = () => {
354
- throw Error("Can not rewrite read-only method '" + n + "'");
355
- });
356
- }
357
- });
358
- }, ao = (e, t) => {
359
- const n = {}, r = (s) => {
360
- s.forEach((a) => {
361
- n[a] = !0;
362
- });
363
- };
364
- return Ie(e) ? r(e) : r(String(e).split(t)), n;
365
- }, io = () => {
366
- }, lo = (e, t) => (e = +e, Number.isFinite(e) ? e : t), Tt = "abcdefghijklmnopqrstuvwxyz", hn = "0123456789", Or = {
367
- DIGIT: hn,
368
- ALPHA: Tt,
369
- ALPHA_DIGIT: Tt + Tt.toUpperCase() + hn
370
- }, co = (e = 16, t = Or.ALPHA_DIGIT) => {
371
- let n = "";
372
- const { length: r } = t;
373
- for (; e--; )
374
- n += t[Math.random() * r | 0];
375
- return n;
376
- };
377
- function uo(e) {
378
- return !!(e && Y(e.append) && e[Symbol.toStringTag] === "FormData" && e[Symbol.iterator]);
379
- }
380
- const fo = (e) => {
381
- const t = new Array(10), n = (r, s) => {
382
- if (dt(r)) {
383
- if (t.indexOf(r) >= 0)
384
- return;
385
- if (!("toJSON" in r)) {
386
- t[s] = r;
387
- const a = Ie(r) ? [] : {};
388
- return He(r, (o, i) => {
389
- const c = n(o, s + 1);
390
- !Be(c) && (a[i] = c);
391
- }), t[s] = void 0, a;
392
- }
393
- }
394
- return r;
395
- };
396
- return n(e, 0);
397
- }, mo = ie("AsyncFunction"), po = (e) => e && (dt(e) || Y(e)) && Y(e.then) && Y(e.catch), f = {
398
- isArray: Ie,
399
- isArrayBuffer: _r,
400
- isBuffer: ks,
401
- isFormData: Hs,
402
- isArrayBufferView: Us,
403
- isString: Ms,
404
- isNumber: gr,
405
- isBoolean: xs,
406
- isObject: dt,
407
- isPlainObject: nt,
408
- isUndefined: Be,
409
- isDate: js,
410
- isFile: $s,
411
- isBlob: Bs,
412
- isRegExp: so,
413
- isFunction: Y,
414
- isStream: Ws,
415
- isURLSearchParams: zs,
416
- isTypedArray: Qs,
417
- isFileList: Vs,
418
- forEach: He,
419
- merge: kt,
420
- extend: qs,
421
- trim: Ks,
422
- stripBOM: Js,
423
- inherits: Gs,
424
- toFlatObject: Xs,
425
- kindOf: ut,
426
- kindOfTest: ie,
427
- endsWith: Ys,
428
- toArray: Zs,
429
- forEachEntry: eo,
430
- matchAll: to,
431
- isHTMLForm: no,
432
- hasOwnProperty: pn,
433
- hasOwnProp: pn,
434
- // an alias to avoid ESLint no-prototype-builtins detection
435
- reduceDescriptors: Ar,
436
- freezeMethods: oo,
437
- toObjectSet: ao,
438
- toCamelCase: ro,
439
- noop: io,
440
- toFiniteNumber: lo,
441
- findKey: Er,
442
- global: yr,
443
- isContextDefined: Nr,
444
- ALPHABET: Or,
445
- generateString: co,
446
- isSpecCompliantForm: uo,
447
- toJSONObject: fo,
448
- isAsyncFn: mo,
449
- isThenable: po
450
- };
451
- function R(e, t, n, r, s) {
452
- Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = e, this.name = "AxiosError", t && (this.code = t), n && (this.config = n), r && (this.request = r), s && (this.response = s);
453
- }
454
- f.inherits(R, Error, {
455
- toJSON: function() {
456
- return {
457
- // Standard
458
- message: this.message,
459
- name: this.name,
460
- // Microsoft
461
- description: this.description,
462
- number: this.number,
463
- // Mozilla
464
- fileName: this.fileName,
465
- lineNumber: this.lineNumber,
466
- columnNumber: this.columnNumber,
467
- stack: this.stack,
468
- // Axios
469
- config: f.toJSONObject(this.config),
470
- code: this.code,
471
- status: this.response && this.response.status ? this.response.status : null
472
- };
473
- }
474
- });
475
- const Sr = R.prototype, vr = {};
476
- [
477
- "ERR_BAD_OPTION_VALUE",
478
- "ERR_BAD_OPTION",
479
- "ECONNABORTED",
480
- "ETIMEDOUT",
481
- "ERR_NETWORK",
482
- "ERR_FR_TOO_MANY_REDIRECTS",
483
- "ERR_DEPRECATED",
484
- "ERR_BAD_RESPONSE",
485
- "ERR_BAD_REQUEST",
486
- "ERR_CANCELED",
487
- "ERR_NOT_SUPPORT",
488
- "ERR_INVALID_URL"
489
- // eslint-disable-next-line func-names
490
- ].forEach((e) => {
491
- vr[e] = { value: e };
492
- });
493
- Object.defineProperties(R, vr);
494
- Object.defineProperty(Sr, "isAxiosError", { value: !0 });
495
- R.from = (e, t, n, r, s, a) => {
496
- const o = Object.create(Sr);
497
- return f.toFlatObject(e, o, function(c) {
498
- return c !== Error.prototype;
499
- }, (i) => i !== "isAxiosError"), R.call(o, e.message, t, n, r, s), o.cause = e, o.name = e.name, a && Object.assign(o, a), o;
500
- };
501
- const ho = null;
502
- function Ut(e) {
503
- return f.isPlainObject(e) || f.isArray(e);
504
- }
505
- function Tr(e) {
506
- return f.endsWith(e, "[]") ? e.slice(0, -2) : e;
507
- }
508
- function bn(e, t, n) {
509
- return e ? e.concat(t).map(function(s, a) {
510
- return s = Tr(s), !n && a ? "[" + s + "]" : s;
511
- }).join(n ? "." : "") : t;
512
- }
513
- function bo(e) {
514
- return f.isArray(e) && !e.some(Ut);
515
- }
516
- const _o = f.toFlatObject(f, {}, null, function(t) {
517
- return /^is[A-Z]/.test(t);
518
- });
519
- function mt(e, t, n) {
520
- if (!f.isObject(e))
521
- throw new TypeError("target must be an object");
522
- t = t || new FormData(), n = f.toFlatObject(n, {
523
- metaTokens: !0,
524
- dots: !1,
525
- indexes: !1
526
- }, !1, function(g, S) {
527
- return !f.isUndefined(S[g]);
528
- });
529
- const r = n.metaTokens, s = n.visitor || u, a = n.dots, o = n.indexes, c = (n.Blob || typeof Blob < "u" && Blob) && f.isSpecCompliantForm(t);
530
- if (!f.isFunction(s))
531
- throw new TypeError("visitor must be a function");
532
- function l(m) {
533
- if (m === null)
534
- return "";
535
- if (f.isDate(m))
536
- return m.toISOString();
537
- if (!c && f.isBlob(m))
538
- throw new R("Blob is not supported. Use a Buffer instead.");
539
- return f.isArrayBuffer(m) || f.isTypedArray(m) ? c && typeof Blob == "function" ? new Blob([m]) : Buffer.from(m) : m;
540
- }
541
- function u(m, g, S) {
542
- let y = m;
543
- if (m && !S && typeof m == "object") {
544
- if (f.endsWith(g, "{}"))
545
- g = r ? g : g.slice(0, -2), m = JSON.stringify(m);
546
- else if (f.isArray(m) && bo(m) || (f.isFileList(m) || f.endsWith(g, "[]")) && (y = f.toArray(m)))
547
- return g = Tr(g), y.forEach(function(P, C) {
548
- !(f.isUndefined(P) || P === null) && t.append(
549
- // eslint-disable-next-line no-nested-ternary
550
- o === !0 ? bn([g], C, a) : o === null ? g : g + "[]",
551
- l(P)
552
- );
553
- }), !1;
554
- }
555
- return Ut(m) ? !0 : (t.append(bn(S, g, a), l(m)), !1);
556
- }
557
- const d = [], h = Object.assign(_o, {
558
- defaultVisitor: u,
559
- convertValue: l,
560
- isVisitable: Ut
561
- });
562
- function b(m, g) {
563
- if (!f.isUndefined(m)) {
564
- if (d.indexOf(m) !== -1)
565
- throw Error("Circular reference detected in " + g.join("."));
566
- d.push(m), f.forEach(m, function(y, w) {
567
- (!(f.isUndefined(y) || y === null) && s.call(
568
- t,
569
- y,
570
- f.isString(w) ? w.trim() : w,
571
- g,
572
- h
573
- )) === !0 && b(y, g ? g.concat(w) : [w]);
574
- }), d.pop();
575
- }
576
- }
577
- if (!f.isObject(e))
578
- throw new TypeError("data must be an object");
579
- return b(e), t;
580
- }
581
- function _n(e) {
582
- const t = {
583
- "!": "%21",
584
- "'": "%27",
585
- "(": "%28",
586
- ")": "%29",
587
- "~": "%7E",
588
- "%20": "+",
589
- "%00": "\0"
590
- };
591
- return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g, function(r) {
592
- return t[r];
593
- });
594
- }
595
- function Zt(e, t) {
596
- this._pairs = [], e && mt(e, this, t);
597
- }
598
- const wr = Zt.prototype;
599
- wr.append = function(t, n) {
600
- this._pairs.push([t, n]);
601
- };
602
- wr.toString = function(t) {
603
- const n = t ? function(r) {
604
- return t.call(this, r, _n);
605
- } : _n;
606
- return this._pairs.map(function(s) {
607
- return n(s[0]) + "=" + n(s[1]);
608
- }, "").join("&");
609
- };
610
- function go(e) {
611
- return encodeURIComponent(e).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
612
- }
613
- function Cr(e, t, n) {
614
- if (!t)
615
- return e;
616
- const r = n && n.encode || go, s = n && n.serialize;
617
- let a;
618
- if (s ? a = s(t, n) : a = f.isURLSearchParams(t) ? t.toString() : new Zt(t, n).toString(r), a) {
619
- const o = e.indexOf("#");
620
- o !== -1 && (e = e.slice(0, o)), e += (e.indexOf("?") === -1 ? "?" : "&") + a;
621
- }
622
- return e;
623
- }
624
- class Eo {
625
- constructor() {
626
- this.handlers = [];
627
- }
628
- /**
629
- * Add a new interceptor to the stack
630
- *
631
- * @param {Function} fulfilled The function to handle `then` for a `Promise`
632
- * @param {Function} rejected The function to handle `reject` for a `Promise`
633
- *
634
- * @return {Number} An ID used to remove interceptor later
635
- */
636
- use(t, n, r) {
637
- return this.handlers.push({
638
- fulfilled: t,
639
- rejected: n,
640
- synchronous: r ? r.synchronous : !1,
641
- runWhen: r ? r.runWhen : null
642
- }), this.handlers.length - 1;
643
- }
644
- /**
645
- * Remove an interceptor from the stack
646
- *
647
- * @param {Number} id The ID that was returned by `use`
648
- *
649
- * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
650
- */
651
- eject(t) {
652
- this.handlers[t] && (this.handlers[t] = null);
653
- }
654
- /**
655
- * Clear all interceptors from the stack
656
- *
657
- * @returns {void}
658
- */
659
- clear() {
660
- this.handlers && (this.handlers = []);
661
- }
662
- /**
663
- * Iterate over all the registered interceptors
664
- *
665
- * This method is particularly useful for skipping over any
666
- * interceptors that may have become `null` calling `eject`.
667
- *
668
- * @param {Function} fn The function to call for each interceptor
669
- *
670
- * @returns {void}
671
- */
672
- forEach(t) {
673
- f.forEach(this.handlers, function(r) {
674
- r !== null && t(r);
675
- });
676
- }
677
- }
678
- const gn = Eo, Rr = {
679
- silentJSONParsing: !0,
680
- forcedJSONParsing: !0,
681
- clarifyTimeoutError: !1
682
- }, yo = typeof URLSearchParams < "u" ? URLSearchParams : Zt, No = typeof FormData < "u" ? FormData : null, Ao = typeof Blob < "u" ? Blob : null, Oo = (() => {
683
- let e;
684
- return typeof navigator < "u" && ((e = navigator.product) === "ReactNative" || e === "NativeScript" || e === "NS") ? !1 : typeof window < "u" && typeof document < "u";
685
- })(), So = (() => typeof WorkerGlobalScope < "u" && // eslint-disable-next-line no-undef
686
- self instanceof WorkerGlobalScope && typeof self.importScripts == "function")(), te = {
687
- isBrowser: !0,
688
- classes: {
689
- URLSearchParams: yo,
690
- FormData: No,
691
- Blob: Ao
692
- },
693
- isStandardBrowserEnv: Oo,
694
- isStandardBrowserWebWorkerEnv: So,
695
- protocols: ["http", "https", "file", "blob", "url", "data"]
696
- };
697
- function vo(e, t) {
698
- return mt(e, new te.classes.URLSearchParams(), Object.assign({
699
- visitor: function(n, r, s, a) {
700
- return te.isNode && f.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : a.defaultVisitor.apply(this, arguments);
701
- }
702
- }, t));
703
- }
704
- function To(e) {
705
- return f.matchAll(/\w+|\[(\w*)]/g, e).map((t) => t[0] === "[]" ? "" : t[1] || t[0]);
706
- }
707
- function wo(e) {
708
- const t = {}, n = Object.keys(e);
709
- let r;
710
- const s = n.length;
711
- let a;
712
- for (r = 0; r < s; r++)
713
- a = n[r], t[a] = e[a];
714
- return t;
715
- }
716
- function Pr(e) {
717
- function t(n, r, s, a) {
718
- let o = n[a++];
719
- const i = Number.isFinite(+o), c = a >= n.length;
720
- return o = !o && f.isArray(s) ? s.length : o, c ? (f.hasOwnProp(s, o) ? s[o] = [s[o], r] : s[o] = r, !i) : ((!s[o] || !f.isObject(s[o])) && (s[o] = []), t(n, r, s[o], a) && f.isArray(s[o]) && (s[o] = wo(s[o])), !i);
721
- }
722
- if (f.isFormData(e) && f.isFunction(e.entries)) {
723
- const n = {};
724
- return f.forEachEntry(e, (r, s) => {
725
- t(To(r), s, n, 0);
726
- }), n;
727
- }
728
- return null;
729
- }
730
- function Co(e, t, n) {
731
- if (f.isString(e))
732
- try {
733
- return (t || JSON.parse)(e), f.trim(e);
734
- } catch (r) {
735
- if (r.name !== "SyntaxError")
736
- throw r;
737
- }
738
- return (n || JSON.stringify)(e);
739
- }
740
- const Qt = {
741
- transitional: Rr,
742
- adapter: te.isNode ? "http" : "xhr",
743
- transformRequest: [function(t, n) {
744
- const r = n.getContentType() || "", s = r.indexOf("application/json") > -1, a = f.isObject(t);
745
- if (a && f.isHTMLForm(t) && (t = new FormData(t)), f.isFormData(t))
746
- return s && s ? JSON.stringify(Pr(t)) : t;
747
- if (f.isArrayBuffer(t) || f.isBuffer(t) || f.isStream(t) || f.isFile(t) || f.isBlob(t))
748
- return t;
749
- if (f.isArrayBufferView(t))
750
- return t.buffer;
751
- if (f.isURLSearchParams(t))
752
- return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), t.toString();
753
- let i;
754
- if (a) {
755
- if (r.indexOf("application/x-www-form-urlencoded") > -1)
756
- return vo(t, this.formSerializer).toString();
757
- if ((i = f.isFileList(t)) || r.indexOf("multipart/form-data") > -1) {
758
- const c = this.env && this.env.FormData;
759
- return mt(
760
- i ? { "files[]": t } : t,
761
- c && new c(),
762
- this.formSerializer
763
- );
764
- }
765
- }
766
- return a || s ? (n.setContentType("application/json", !1), Co(t)) : t;
767
- }],
768
- transformResponse: [function(t) {
769
- const n = this.transitional || Qt.transitional, r = n && n.forcedJSONParsing, s = this.responseType === "json";
770
- if (t && f.isString(t) && (r && !this.responseType || s)) {
771
- const o = !(n && n.silentJSONParsing) && s;
772
- try {
773
- return JSON.parse(t);
774
- } catch (i) {
775
- if (o)
776
- throw i.name === "SyntaxError" ? R.from(i, R.ERR_BAD_RESPONSE, this, null, this.response) : i;
777
- }
778
- }
779
- return t;
780
- }],
781
- /**
782
- * A timeout in milliseconds to abort a request. If set to 0 (default) a
783
- * timeout is not created.
784
- */
785
- timeout: 0,
786
- xsrfCookieName: "XSRF-TOKEN",
787
- xsrfHeaderName: "X-XSRF-TOKEN",
788
- maxContentLength: -1,
789
- maxBodyLength: -1,
790
- env: {
791
- FormData: te.classes.FormData,
792
- Blob: te.classes.Blob
793
- },
794
- validateStatus: function(t) {
795
- return t >= 200 && t < 300;
796
- },
797
- headers: {
798
- common: {
799
- Accept: "application/json, text/plain, */*",
800
- "Content-Type": void 0
801
- }
802
- }
803
- };
804
- f.forEach(["delete", "get", "head", "post", "put", "patch"], (e) => {
805
- Qt.headers[e] = {};
806
- });
807
- const en = Qt, Ro = f.toObjectSet([
808
- "age",
809
- "authorization",
810
- "content-length",
811
- "content-type",
812
- "etag",
813
- "expires",
814
- "from",
815
- "host",
816
- "if-modified-since",
817
- "if-unmodified-since",
818
- "last-modified",
819
- "location",
820
- "max-forwards",
821
- "proxy-authorization",
822
- "referer",
823
- "retry-after",
824
- "user-agent"
825
- ]), Po = (e) => {
826
- const t = {};
827
- let n, r, s;
828
- return e && e.split(`
829
- `).forEach(function(o) {
830
- s = o.indexOf(":"), n = o.substring(0, s).trim().toLowerCase(), r = o.substring(s + 1).trim(), !(!n || t[n] && Ro[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
831
- }), t;
832
- }, En = Symbol("internals");
833
- function Ue(e) {
834
- return e && String(e).trim().toLowerCase();
835
- }
836
- function rt(e) {
837
- return e === !1 || e == null ? e : f.isArray(e) ? e.map(rt) : String(e);
838
- }
839
- function Io(e) {
840
- const t = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
841
- let r;
842
- for (; r = n.exec(e); )
843
- t[r[1]] = r[2];
844
- return t;
845
- }
846
- const Do = (e) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());
847
- function wt(e, t, n, r, s) {
848
- if (f.isFunction(r))
849
- return r.call(this, t, n);
850
- if (s && (t = n), !!f.isString(t)) {
851
- if (f.isString(r))
852
- return t.indexOf(r) !== -1;
853
- if (f.isRegExp(r))
854
- return r.test(t);
855
- }
856
- }
857
- function Lo(e) {
858
- return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, n, r) => n.toUpperCase() + r);
859
- }
860
- function Fo(e, t) {
861
- const n = f.toCamelCase(" " + t);
862
- ["get", "set", "has"].forEach((r) => {
863
- Object.defineProperty(e, r + n, {
864
- value: function(s, a, o) {
865
- return this[r].call(this, t, s, a, o);
866
- },
867
- configurable: !0
868
- });
869
- });
870
- }
871
- class pt {
872
- constructor(t) {
873
- t && this.set(t);
874
- }
875
- set(t, n, r) {
876
- const s = this;
877
- function a(i, c, l) {
878
- const u = Ue(c);
879
- if (!u)
880
- throw new Error("header name must be a non-empty string");
881
- const d = f.findKey(s, u);
882
- (!d || s[d] === void 0 || l === !0 || l === void 0 && s[d] !== !1) && (s[d || c] = rt(i));
883
- }
884
- const o = (i, c) => f.forEach(i, (l, u) => a(l, u, c));
885
- return f.isPlainObject(t) || t instanceof this.constructor ? o(t, n) : f.isString(t) && (t = t.trim()) && !Do(t) ? o(Po(t), n) : t != null && a(n, t, r), this;
886
- }
887
- get(t, n) {
888
- if (t = Ue(t), t) {
889
- const r = f.findKey(this, t);
890
- if (r) {
891
- const s = this[r];
892
- if (!n)
893
- return s;
894
- if (n === !0)
895
- return Io(s);
896
- if (f.isFunction(n))
897
- return n.call(this, s, r);
898
- if (f.isRegExp(n))
899
- return n.exec(s);
900
- throw new TypeError("parser must be boolean|regexp|function");
901
- }
902
- }
903
- }
904
- has(t, n) {
905
- if (t = Ue(t), t) {
906
- const r = f.findKey(this, t);
907
- return !!(r && this[r] !== void 0 && (!n || wt(this, this[r], r, n)));
908
- }
909
- return !1;
910
- }
911
- delete(t, n) {
912
- const r = this;
913
- let s = !1;
914
- function a(o) {
915
- if (o = Ue(o), o) {
916
- const i = f.findKey(r, o);
917
- i && (!n || wt(r, r[i], i, n)) && (delete r[i], s = !0);
918
- }
919
- }
920
- return f.isArray(t) ? t.forEach(a) : a(t), s;
921
- }
922
- clear(t) {
923
- const n = Object.keys(this);
924
- let r = n.length, s = !1;
925
- for (; r--; ) {
926
- const a = n[r];
927
- (!t || wt(this, this[a], a, t, !0)) && (delete this[a], s = !0);
928
- }
929
- return s;
930
- }
931
- normalize(t) {
932
- const n = this, r = {};
933
- return f.forEach(this, (s, a) => {
934
- const o = f.findKey(r, a);
935
- if (o) {
936
- n[o] = rt(s), delete n[a];
937
- return;
938
- }
939
- const i = t ? Lo(a) : String(a).trim();
940
- i !== a && delete n[a], n[i] = rt(s), r[i] = !0;
941
- }), this;
942
- }
943
- concat(...t) {
944
- return this.constructor.concat(this, ...t);
945
- }
946
- toJSON(t) {
947
- const n = /* @__PURE__ */ Object.create(null);
948
- return f.forEach(this, (r, s) => {
949
- r != null && r !== !1 && (n[s] = t && f.isArray(r) ? r.join(", ") : r);
950
- }), n;
951
- }
952
- [Symbol.iterator]() {
953
- return Object.entries(this.toJSON())[Symbol.iterator]();
954
- }
955
- toString() {
956
- return Object.entries(this.toJSON()).map(([t, n]) => t + ": " + n).join(`
957
- `);
958
- }
959
- get [Symbol.toStringTag]() {
960
- return "AxiosHeaders";
961
- }
962
- static from(t) {
963
- return t instanceof this ? t : new this(t);
964
- }
965
- static concat(t, ...n) {
966
- const r = new this(t);
967
- return n.forEach((s) => r.set(s)), r;
968
- }
969
- static accessor(t) {
970
- const r = (this[En] = this[En] = {
971
- accessors: {}
972
- }).accessors, s = this.prototype;
973
- function a(o) {
974
- const i = Ue(o);
975
- r[i] || (Fo(s, o), r[i] = !0);
976
- }
977
- return f.isArray(t) ? t.forEach(a) : a(t), this;
978
- }
979
- }
980
- pt.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
981
- f.reduceDescriptors(pt.prototype, ({ value: e }, t) => {
982
- let n = t[0].toUpperCase() + t.slice(1);
983
- return {
984
- get: () => e,
985
- set(r) {
986
- this[n] = r;
987
- }
988
- };
989
- });
990
- f.freezeMethods(pt);
991
- const ue = pt;
992
- function Ct(e, t) {
993
- const n = this || en, r = t || n, s = ue.from(r.headers);
994
- let a = r.data;
995
- return f.forEach(e, function(i) {
996
- a = i.call(n, a, s.normalize(), t ? t.status : void 0);
997
- }), s.normalize(), a;
998
- }
999
- function Ir(e) {
1000
- return !!(e && e.__CANCEL__);
1001
- }
1002
- function ze(e, t, n) {
1003
- R.call(this, e ?? "canceled", R.ERR_CANCELED, t, n), this.name = "CanceledError";
1004
- }
1005
- f.inherits(ze, R, {
1006
- __CANCEL__: !0
1007
- });
1008
- function ko(e, t, n) {
1009
- const r = n.config.validateStatus;
1010
- !n.status || !r || r(n.status) ? e(n) : t(new R(
1011
- "Request failed with status code " + n.status,
1012
- [R.ERR_BAD_REQUEST, R.ERR_BAD_RESPONSE][Math.floor(n.status / 100) - 4],
1013
- n.config,
1014
- n.request,
1015
- n
1016
- ));
1017
- }
1018
- const Uo = te.isStandardBrowserEnv ? (
1019
- // Standard browser envs support document.cookie
1020
- function() {
1021
- return {
1022
- write: function(n, r, s, a, o, i) {
1023
- const c = [];
1024
- c.push(n + "=" + encodeURIComponent(r)), f.isNumber(s) && c.push("expires=" + new Date(s).toGMTString()), f.isString(a) && c.push("path=" + a), f.isString(o) && c.push("domain=" + o), i === !0 && c.push("secure"), document.cookie = c.join("; ");
1025
- },
1026
- read: function(n) {
1027
- const r = document.cookie.match(new RegExp("(^|;\\s*)(" + n + ")=([^;]*)"));
1028
- return r ? decodeURIComponent(r[3]) : null;
1029
- },
1030
- remove: function(n) {
1031
- this.write(n, "", Date.now() - 864e5);
1032
- }
1033
- };
1034
- }()
1035
- ) : (
1036
- // Non standard browser env (web workers, react-native) lack needed support.
1037
- function() {
1038
- return {
1039
- write: function() {
1040
- },
1041
- read: function() {
1042
- return null;
1043
- },
1044
- remove: function() {
1045
- }
1046
- };
1047
- }()
1048
- );
1049
- function Mo(e) {
1050
- return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(e);
1051
- }
1052
- function xo(e, t) {
1053
- return t ? e.replace(/\/+$/, "") + "/" + t.replace(/^\/+/, "") : e;
1054
- }
1055
- function Dr(e, t) {
1056
- return e && !Mo(t) ? xo(e, t) : t;
1057
- }
1058
- const jo = te.isStandardBrowserEnv ? (
1059
- // Standard browser envs have full support of the APIs needed to test
1060
- // whether the request URL is of the same origin as current location.
1061
- function() {
1062
- const t = /(msie|trident)/i.test(navigator.userAgent), n = document.createElement("a");
1063
- let r;
1064
- function s(a) {
1065
- let o = a;
1066
- return t && (n.setAttribute("href", o), o = n.href), n.setAttribute("href", o), {
1067
- href: n.href,
1068
- protocol: n.protocol ? n.protocol.replace(/:$/, "") : "",
1069
- host: n.host,
1070
- search: n.search ? n.search.replace(/^\?/, "") : "",
1071
- hash: n.hash ? n.hash.replace(/^#/, "") : "",
1072
- hostname: n.hostname,
1073
- port: n.port,
1074
- pathname: n.pathname.charAt(0) === "/" ? n.pathname : "/" + n.pathname
1075
- };
1076
- }
1077
- return r = s(window.location.href), function(o) {
1078
- const i = f.isString(o) ? s(o) : o;
1079
- return i.protocol === r.protocol && i.host === r.host;
1080
- };
1081
- }()
1082
- ) : (
1083
- // Non standard browser envs (web workers, react-native) lack needed support.
1084
- function() {
1085
- return function() {
1086
- return !0;
1087
- };
1088
- }()
1089
- );
1090
- function $o(e) {
1091
- const t = /^([-+\w]{1,25})(:?\/\/|:)/.exec(e);
1092
- return t && t[1] || "";
1093
- }
1094
- function Bo(e, t) {
1095
- e = e || 10;
1096
- const n = new Array(e), r = new Array(e);
1097
- let s = 0, a = 0, o;
1098
- return t = t !== void 0 ? t : 1e3, function(c) {
1099
- const l = Date.now(), u = r[a];
1100
- o || (o = l), n[s] = c, r[s] = l;
1101
- let d = a, h = 0;
1102
- for (; d !== s; )
1103
- h += n[d++], d = d % e;
1104
- if (s = (s + 1) % e, s === a && (a = (a + 1) % e), l - o < t)
1105
- return;
1106
- const b = u && l - u;
1107
- return b ? Math.round(h * 1e3 / b) : void 0;
1108
- };
1109
- }
1110
- function yn(e, t) {
1111
- let n = 0;
1112
- const r = Bo(50, 250);
1113
- return (s) => {
1114
- const a = s.loaded, o = s.lengthComputable ? s.total : void 0, i = a - n, c = r(i), l = a <= o;
1115
- n = a;
1116
- const u = {
1117
- loaded: a,
1118
- total: o,
1119
- progress: o ? a / o : void 0,
1120
- bytes: i,
1121
- rate: c || void 0,
1122
- estimated: c && o && l ? (o - a) / c : void 0,
1123
- event: s
1124
- };
1125
- u[t ? "download" : "upload"] = !0, e(u);
1126
- };
1127
- }
1128
- const Vo = typeof XMLHttpRequest < "u", Wo = Vo && function(e) {
1129
- return new Promise(function(n, r) {
1130
- let s = e.data;
1131
- const a = ue.from(e.headers).normalize(), o = e.responseType;
1132
- let i;
1133
- function c() {
1134
- e.cancelToken && e.cancelToken.unsubscribe(i), e.signal && e.signal.removeEventListener("abort", i);
1135
- }
1136
- f.isFormData(s) && (te.isStandardBrowserEnv || te.isStandardBrowserWebWorkerEnv ? a.setContentType(!1) : a.setContentType("multipart/form-data;", !1));
1137
- let l = new XMLHttpRequest();
1138
- if (e.auth) {
1139
- const b = e.auth.username || "", m = e.auth.password ? unescape(encodeURIComponent(e.auth.password)) : "";
1140
- a.set("Authorization", "Basic " + btoa(b + ":" + m));
1141
- }
1142
- const u = Dr(e.baseURL, e.url);
1143
- l.open(e.method.toUpperCase(), Cr(u, e.params, e.paramsSerializer), !0), l.timeout = e.timeout;
1144
- function d() {
1145
- if (!l)
1146
- return;
1147
- const b = ue.from(
1148
- "getAllResponseHeaders" in l && l.getAllResponseHeaders()
1149
- ), g = {
1150
- data: !o || o === "text" || o === "json" ? l.responseText : l.response,
1151
- status: l.status,
1152
- statusText: l.statusText,
1153
- headers: b,
1154
- config: e,
1155
- request: l
1156
- };
1157
- ko(function(y) {
1158
- n(y), c();
1159
- }, function(y) {
1160
- r(y), c();
1161
- }, g), l = null;
1162
- }
1163
- if ("onloadend" in l ? l.onloadend = d : l.onreadystatechange = function() {
1164
- !l || l.readyState !== 4 || l.status === 0 && !(l.responseURL && l.responseURL.indexOf("file:") === 0) || setTimeout(d);
1165
- }, l.onabort = function() {
1166
- l && (r(new R("Request aborted", R.ECONNABORTED, e, l)), l = null);
1167
- }, l.onerror = function() {
1168
- r(new R("Network Error", R.ERR_NETWORK, e, l)), l = null;
1169
- }, l.ontimeout = function() {
1170
- let m = e.timeout ? "timeout of " + e.timeout + "ms exceeded" : "timeout exceeded";
1171
- const g = e.transitional || Rr;
1172
- e.timeoutErrorMessage && (m = e.timeoutErrorMessage), r(new R(
1173
- m,
1174
- g.clarifyTimeoutError ? R.ETIMEDOUT : R.ECONNABORTED,
1175
- e,
1176
- l
1177
- )), l = null;
1178
- }, te.isStandardBrowserEnv) {
1179
- const b = (e.withCredentials || jo(u)) && e.xsrfCookieName && Uo.read(e.xsrfCookieName);
1180
- b && a.set(e.xsrfHeaderName, b);
1181
- }
1182
- s === void 0 && a.setContentType(null), "setRequestHeader" in l && f.forEach(a.toJSON(), function(m, g) {
1183
- l.setRequestHeader(g, m);
1184
- }), f.isUndefined(e.withCredentials) || (l.withCredentials = !!e.withCredentials), o && o !== "json" && (l.responseType = e.responseType), typeof e.onDownloadProgress == "function" && l.addEventListener("progress", yn(e.onDownloadProgress, !0)), typeof e.onUploadProgress == "function" && l.upload && l.upload.addEventListener("progress", yn(e.onUploadProgress)), (e.cancelToken || e.signal) && (i = (b) => {
1185
- l && (r(!b || b.type ? new ze(null, e, l) : b), l.abort(), l = null);
1186
- }, e.cancelToken && e.cancelToken.subscribe(i), e.signal && (e.signal.aborted ? i() : e.signal.addEventListener("abort", i)));
1187
- const h = $o(u);
1188
- if (h && te.protocols.indexOf(h) === -1) {
1189
- r(new R("Unsupported protocol " + h + ":", R.ERR_BAD_REQUEST, e));
1190
- return;
1191
- }
1192
- l.send(s || null);
1193
- });
1194
- }, st = {
1195
- http: ho,
1196
- xhr: Wo
1197
- };
1198
- f.forEach(st, (e, t) => {
1199
- if (e) {
1200
- try {
1201
- Object.defineProperty(e, "name", { value: t });
1202
- } catch {
1203
- }
1204
- Object.defineProperty(e, "adapterName", { value: t });
1205
- }
1206
- });
1207
- const Lr = {
1208
- getAdapter: (e) => {
1209
- e = f.isArray(e) ? e : [e];
1210
- const { length: t } = e;
1211
- let n, r;
1212
- for (let s = 0; s < t && (n = e[s], !(r = f.isString(n) ? st[n.toLowerCase()] : n)); s++)
1213
- ;
1214
- if (!r)
1215
- throw r === !1 ? new R(
1216
- `Adapter ${n} is not supported by the environment`,
1217
- "ERR_NOT_SUPPORT"
1218
- ) : new Error(
1219
- f.hasOwnProp(st, n) ? `Adapter '${n}' is not available in the build` : `Unknown adapter '${n}'`
1220
- );
1221
- if (!f.isFunction(r))
1222
- throw new TypeError("adapter is not a function");
1223
- return r;
1224
- },
1225
- adapters: st
1226
- };
1227
- function Rt(e) {
1228
- if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
1229
- throw new ze(null, e);
1230
- }
1231
- function Nn(e) {
1232
- return Rt(e), e.headers = ue.from(e.headers), e.data = Ct.call(
1233
- e,
1234
- e.transformRequest
1235
- ), ["post", "put", "patch"].indexOf(e.method) !== -1 && e.headers.setContentType("application/x-www-form-urlencoded", !1), Lr.getAdapter(e.adapter || en.adapter)(e).then(function(r) {
1236
- return Rt(e), r.data = Ct.call(
1237
- e,
1238
- e.transformResponse,
1239
- r
1240
- ), r.headers = ue.from(r.headers), r;
1241
- }, function(r) {
1242
- return Ir(r) || (Rt(e), r && r.response && (r.response.data = Ct.call(
1243
- e,
1244
- e.transformResponse,
1245
- r.response
1246
- ), r.response.headers = ue.from(r.response.headers))), Promise.reject(r);
1247
- });
1248
- }
1249
- const An = (e) => e instanceof ue ? e.toJSON() : e;
1250
- function Pe(e, t) {
1251
- t = t || {};
1252
- const n = {};
1253
- function r(l, u, d) {
1254
- return f.isPlainObject(l) && f.isPlainObject(u) ? f.merge.call({ caseless: d }, l, u) : f.isPlainObject(u) ? f.merge({}, u) : f.isArray(u) ? u.slice() : u;
1255
- }
1256
- function s(l, u, d) {
1257
- if (f.isUndefined(u)) {
1258
- if (!f.isUndefined(l))
1259
- return r(void 0, l, d);
1260
- } else
1261
- return r(l, u, d);
1262
- }
1263
- function a(l, u) {
1264
- if (!f.isUndefined(u))
1265
- return r(void 0, u);
1266
- }
1267
- function o(l, u) {
1268
- if (f.isUndefined(u)) {
1269
- if (!f.isUndefined(l))
1270
- return r(void 0, l);
1271
- } else
1272
- return r(void 0, u);
1273
- }
1274
- function i(l, u, d) {
1275
- if (d in t)
1276
- return r(l, u);
1277
- if (d in e)
1278
- return r(void 0, l);
1279
- }
1280
- const c = {
1281
- url: a,
1282
- method: a,
1283
- data: a,
1284
- baseURL: o,
1285
- transformRequest: o,
1286
- transformResponse: o,
1287
- paramsSerializer: o,
1288
- timeout: o,
1289
- timeoutMessage: o,
1290
- withCredentials: o,
1291
- adapter: o,
1292
- responseType: o,
1293
- xsrfCookieName: o,
1294
- xsrfHeaderName: o,
1295
- onUploadProgress: o,
1296
- onDownloadProgress: o,
1297
- decompress: o,
1298
- maxContentLength: o,
1299
- maxBodyLength: o,
1300
- beforeRedirect: o,
1301
- transport: o,
1302
- httpAgent: o,
1303
- httpsAgent: o,
1304
- cancelToken: o,
1305
- socketPath: o,
1306
- responseEncoding: o,
1307
- validateStatus: i,
1308
- headers: (l, u) => s(An(l), An(u), !0)
1309
- };
1310
- return f.forEach(Object.keys(Object.assign({}, e, t)), function(u) {
1311
- const d = c[u] || s, h = d(e[u], t[u], u);
1312
- f.isUndefined(h) && d !== i || (n[u] = h);
1313
- }), n;
1314
- }
1315
- const Fr = "1.5.0", tn = {};
1316
- ["object", "boolean", "number", "function", "string", "symbol"].forEach((e, t) => {
1317
- tn[e] = function(r) {
1318
- return typeof r === e || "a" + (t < 1 ? "n " : " ") + e;
1319
- };
1320
- });
1321
- const On = {};
1322
- tn.transitional = function(t, n, r) {
1323
- function s(a, o) {
1324
- return "[Axios v" + Fr + "] Transitional option '" + a + "'" + o + (r ? ". " + r : "");
1325
- }
1326
- return (a, o, i) => {
1327
- if (t === !1)
1328
- throw new R(
1329
- s(o, " has been removed" + (n ? " in " + n : "")),
1330
- R.ERR_DEPRECATED
1331
- );
1332
- return n && !On[o] && (On[o] = !0, console.warn(
1333
- s(
1334
- o,
1335
- " has been deprecated since v" + n + " and will be removed in the near future"
1336
- )
1337
- )), t ? t(a, o, i) : !0;
1338
- };
1339
- };
1340
- function Ho(e, t, n) {
1341
- if (typeof e != "object")
1342
- throw new R("options must be an object", R.ERR_BAD_OPTION_VALUE);
1343
- const r = Object.keys(e);
1344
- let s = r.length;
1345
- for (; s-- > 0; ) {
1346
- const a = r[s], o = t[a];
1347
- if (o) {
1348
- const i = e[a], c = i === void 0 || o(i, a, e);
1349
- if (c !== !0)
1350
- throw new R("option " + a + " must be " + c, R.ERR_BAD_OPTION_VALUE);
1351
- continue;
1352
- }
1353
- if (n !== !0)
1354
- throw new R("Unknown option " + a, R.ERR_BAD_OPTION);
1355
- }
1356
- }
1357
- const Mt = {
1358
- assertOptions: Ho,
1359
- validators: tn
1360
- }, me = Mt.validators;
1361
- class it {
1362
- constructor(t) {
1363
- this.defaults = t, this.interceptors = {
1364
- request: new gn(),
1365
- response: new gn()
1366
- };
1367
- }
1368
- /**
1369
- * Dispatch a request
1370
- *
1371
- * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
1372
- * @param {?Object} config
1373
- *
1374
- * @returns {Promise} The Promise to be fulfilled
1375
- */
1376
- request(t, n) {
1377
- typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = Pe(this.defaults, n);
1378
- const { transitional: r, paramsSerializer: s, headers: a } = n;
1379
- r !== void 0 && Mt.assertOptions(r, {
1380
- silentJSONParsing: me.transitional(me.boolean),
1381
- forcedJSONParsing: me.transitional(me.boolean),
1382
- clarifyTimeoutError: me.transitional(me.boolean)
1383
- }, !1), s != null && (f.isFunction(s) ? n.paramsSerializer = {
1384
- serialize: s
1385
- } : Mt.assertOptions(s, {
1386
- encode: me.function,
1387
- serialize: me.function
1388
- }, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
1389
- let o = a && f.merge(
1390
- a.common,
1391
- a[n.method]
1392
- );
1393
- a && f.forEach(
1394
- ["delete", "get", "head", "post", "put", "patch", "common"],
1395
- (m) => {
1396
- delete a[m];
1397
- }
1398
- ), n.headers = ue.concat(o, a);
1399
- const i = [];
1400
- let c = !0;
1401
- this.interceptors.request.forEach(function(g) {
1402
- typeof g.runWhen == "function" && g.runWhen(n) === !1 || (c = c && g.synchronous, i.unshift(g.fulfilled, g.rejected));
1403
- });
1404
- const l = [];
1405
- this.interceptors.response.forEach(function(g) {
1406
- l.push(g.fulfilled, g.rejected);
1407
- });
1408
- let u, d = 0, h;
1409
- if (!c) {
1410
- const m = [Nn.bind(this), void 0];
1411
- for (m.unshift.apply(m, i), m.push.apply(m, l), h = m.length, u = Promise.resolve(n); d < h; )
1412
- u = u.then(m[d++], m[d++]);
1413
- return u;
1414
- }
1415
- h = i.length;
1416
- let b = n;
1417
- for (d = 0; d < h; ) {
1418
- const m = i[d++], g = i[d++];
1419
- try {
1420
- b = m(b);
1421
- } catch (S) {
1422
- g.call(this, S);
1423
- break;
1424
- }
1425
- }
1426
- try {
1427
- u = Nn.call(this, b);
1428
- } catch (m) {
1429
- return Promise.reject(m);
1430
- }
1431
- for (d = 0, h = l.length; d < h; )
1432
- u = u.then(l[d++], l[d++]);
1433
- return u;
1434
- }
1435
- getUri(t) {
1436
- t = Pe(this.defaults, t);
1437
- const n = Dr(t.baseURL, t.url);
1438
- return Cr(n, t.params, t.paramsSerializer);
1439
- }
1440
- }
1441
- f.forEach(["delete", "get", "head", "options"], function(t) {
1442
- it.prototype[t] = function(n, r) {
1443
- return this.request(Pe(r || {}, {
1444
- method: t,
1445
- url: n,
1446
- data: (r || {}).data
1447
- }));
1448
- };
1449
- });
1450
- f.forEach(["post", "put", "patch"], function(t) {
1451
- function n(r) {
1452
- return function(a, o, i) {
1453
- return this.request(Pe(i || {}, {
1454
- method: t,
1455
- headers: r ? {
1456
- "Content-Type": "multipart/form-data"
1457
- } : {},
1458
- url: a,
1459
- data: o
1460
- }));
1461
- };
1462
- }
1463
- it.prototype[t] = n(), it.prototype[t + "Form"] = n(!0);
1464
- });
1465
- const ot = it;
1466
- class nn {
1467
- constructor(t) {
1468
- if (typeof t != "function")
1469
- throw new TypeError("executor must be a function.");
1470
- let n;
1471
- this.promise = new Promise(function(a) {
1472
- n = a;
1473
- });
1474
- const r = this;
1475
- this.promise.then((s) => {
1476
- if (!r._listeners)
1477
- return;
1478
- let a = r._listeners.length;
1479
- for (; a-- > 0; )
1480
- r._listeners[a](s);
1481
- r._listeners = null;
1482
- }), this.promise.then = (s) => {
1483
- let a;
1484
- const o = new Promise((i) => {
1485
- r.subscribe(i), a = i;
1486
- }).then(s);
1487
- return o.cancel = function() {
1488
- r.unsubscribe(a);
1489
- }, o;
1490
- }, t(function(a, o, i) {
1491
- r.reason || (r.reason = new ze(a, o, i), n(r.reason));
1492
- });
1493
- }
1494
- /**
1495
- * Throws a `CanceledError` if cancellation has been requested.
1496
- */
1497
- throwIfRequested() {
1498
- if (this.reason)
1499
- throw this.reason;
1500
- }
1501
- /**
1502
- * Subscribe to the cancel signal
1503
- */
1504
- subscribe(t) {
1505
- if (this.reason) {
1506
- t(this.reason);
1507
- return;
1508
- }
1509
- this._listeners ? this._listeners.push(t) : this._listeners = [t];
1510
- }
1511
- /**
1512
- * Unsubscribe from the cancel signal
1513
- */
1514
- unsubscribe(t) {
1515
- if (!this._listeners)
1516
- return;
1517
- const n = this._listeners.indexOf(t);
1518
- n !== -1 && this._listeners.splice(n, 1);
1519
- }
1520
- /**
1521
- * Returns an object that contains a new `CancelToken` and a function that, when called,
1522
- * cancels the `CancelToken`.
1523
- */
1524
- static source() {
1525
- let t;
1526
- return {
1527
- token: new nn(function(s) {
1528
- t = s;
1529
- }),
1530
- cancel: t
1531
- };
1532
- }
1533
- }
1534
- const zo = nn;
1535
- function Ko(e) {
1536
- return function(n) {
1537
- return e.apply(null, n);
1538
- };
1539
- }
1540
- function qo(e) {
1541
- return f.isObject(e) && e.isAxiosError === !0;
1542
- }
1543
- const xt = {
1544
- Continue: 100,
1545
- SwitchingProtocols: 101,
1546
- Processing: 102,
1547
- EarlyHints: 103,
1548
- Ok: 200,
1549
- Created: 201,
1550
- Accepted: 202,
1551
- NonAuthoritativeInformation: 203,
1552
- NoContent: 204,
1553
- ResetContent: 205,
1554
- PartialContent: 206,
1555
- MultiStatus: 207,
1556
- AlreadyReported: 208,
1557
- ImUsed: 226,
1558
- MultipleChoices: 300,
1559
- MovedPermanently: 301,
1560
- Found: 302,
1561
- SeeOther: 303,
1562
- NotModified: 304,
1563
- UseProxy: 305,
1564
- Unused: 306,
1565
- TemporaryRedirect: 307,
1566
- PermanentRedirect: 308,
1567
- BadRequest: 400,
1568
- Unauthorized: 401,
1569
- PaymentRequired: 402,
1570
- Forbidden: 403,
1571
- NotFound: 404,
1572
- MethodNotAllowed: 405,
1573
- NotAcceptable: 406,
1574
- ProxyAuthenticationRequired: 407,
1575
- RequestTimeout: 408,
1576
- Conflict: 409,
1577
- Gone: 410,
1578
- LengthRequired: 411,
1579
- PreconditionFailed: 412,
1580
- PayloadTooLarge: 413,
1581
- UriTooLong: 414,
1582
- UnsupportedMediaType: 415,
1583
- RangeNotSatisfiable: 416,
1584
- ExpectationFailed: 417,
1585
- ImATeapot: 418,
1586
- MisdirectedRequest: 421,
1587
- UnprocessableEntity: 422,
1588
- Locked: 423,
1589
- FailedDependency: 424,
1590
- TooEarly: 425,
1591
- UpgradeRequired: 426,
1592
- PreconditionRequired: 428,
1593
- TooManyRequests: 429,
1594
- RequestHeaderFieldsTooLarge: 431,
1595
- UnavailableForLegalReasons: 451,
1596
- InternalServerError: 500,
1597
- NotImplemented: 501,
1598
- BadGateway: 502,
1599
- ServiceUnavailable: 503,
1600
- GatewayTimeout: 504,
1601
- HttpVersionNotSupported: 505,
1602
- VariantAlsoNegotiates: 506,
1603
- InsufficientStorage: 507,
1604
- LoopDetected: 508,
1605
- NotExtended: 510,
1606
- NetworkAuthenticationRequired: 511
1607
- };
1608
- Object.entries(xt).forEach(([e, t]) => {
1609
- xt[t] = e;
1610
- });
1611
- const Jo = xt;
1612
- function kr(e) {
1613
- const t = new ot(e), n = br(ot.prototype.request, t);
1614
- return f.extend(n, ot.prototype, t, { allOwnKeys: !0 }), f.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(s) {
1615
- return kr(Pe(e, s));
1616
- }, n;
1617
- }
1618
- const k = kr(en);
1619
- k.Axios = ot;
1620
- k.CanceledError = ze;
1621
- k.CancelToken = zo;
1622
- k.isCancel = Ir;
1623
- k.VERSION = Fr;
1624
- k.toFormData = mt;
1625
- k.AxiosError = R;
1626
- k.Cancel = k.CanceledError;
1627
- k.all = function(t) {
1628
- return Promise.all(t);
1629
- };
1630
- k.spread = Ko;
1631
- k.isAxiosError = qo;
1632
- k.mergeConfig = Pe;
1633
- k.AxiosHeaders = ue;
1634
- k.formToJSON = (e) => Pr(f.isHTMLForm(e) ? new FormData(e) : e);
1635
- k.getAdapter = Lr.getAdapter;
1636
- k.HttpStatusCode = Jo;
1637
- k.default = k;
1638
- const Sn = k;
1639
- function Go(e) {
1640
- return nr() ? (rr(e), !0) : !1;
1641
- }
1642
- function rn(e) {
1643
- return typeof e == "function" ? e() : _e(e);
1644
- }
1645
- const Xo = typeof window < "u" && typeof document < "u", Yo = Object.prototype.toString, Zo = (e) => Yo.call(e) === "[object Object]", Qo = () => {
1646
- };
1647
- function ea(e, t) {
1648
- function n(...r) {
1649
- return new Promise((s, a) => {
1650
- Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(s).catch(a);
1651
- });
1652
- }
1653
- return n;
1654
- }
1655
- const Ur = (e) => e();
1656
- function ta(e = Ur) {
1657
- const t = B(!0);
1658
- function n() {
1659
- t.value = !1;
1660
- }
1661
- function r() {
1662
- t.value = !0;
1663
- }
1664
- const s = (...a) => {
1665
- t.value && e(...a);
1666
- };
1667
- return { isActive: Es(t), pause: n, resume: r, eventFilter: s };
1668
- }
1669
- function na(e, t, n = {}) {
1670
- const {
1671
- eventFilter: r = Ur,
1672
- ...s
1673
- } = n;
1674
- return Re(
1675
- e,
1676
- ea(
1677
- r,
1678
- t
1679
- ),
1680
- s
1681
- );
1682
- }
1683
- function ra(e, t, n = {}) {
1684
- const {
1685
- eventFilter: r,
1686
- ...s
1687
- } = n, { eventFilter: a, pause: o, resume: i, isActive: c } = ta(r);
1688
- return { stop: na(
1689
- e,
1690
- t,
1691
- {
1692
- ...s,
1693
- eventFilter: a
1694
- }
1695
- ), pause: o, resume: i, isActive: c };
1696
- }
1697
- function sa(e) {
1698
- var t;
1699
- const n = rn(e);
1700
- return (t = n?.$el) != null ? t : n;
1701
- }
1702
- const jt = Xo ? window : void 0;
1703
- function vn(...e) {
1704
- let t, n, r, s;
1705
- if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([n, r, s] = e, t = jt) : [t, n, r, s] = e, !t)
1706
- return Qo;
1707
- Array.isArray(n) || (n = [n]), Array.isArray(r) || (r = [r]);
1708
- const a = [], o = () => {
1709
- a.forEach((u) => u()), a.length = 0;
1710
- }, i = (u, d, h, b) => (u.addEventListener(d, h, b), () => u.removeEventListener(d, h, b)), c = Re(
1711
- () => [sa(t), rn(s)],
1712
- ([u, d]) => {
1713
- if (o(), !u)
1714
- return;
1715
- const h = Zo(d) ? { ...d } : d;
1716
- a.push(
1717
- ...n.flatMap((b) => r.map((m) => i(u, b, m, h)))
1718
- );
1719
- },
1720
- { immediate: !0, flush: "post" }
1721
- ), l = () => {
1722
- c(), o();
1723
- };
1724
- return Go(l), l;
1725
- }
1726
- const Ye = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ze = "__vueuse_ssr_handlers__", oa = /* @__PURE__ */ aa();
1727
- function aa() {
1728
- return Ze in Ye || (Ye[Ze] = Ye[Ze] || {}), Ye[Ze];
1729
- }
1730
- function ia(e, t) {
1731
- return oa[e] || t;
1732
- }
1733
- function la(e) {
1734
- return e == null ? "any" : e instanceof Set ? "set" : e instanceof Map ? "map" : e instanceof Date ? "date" : typeof e == "boolean" ? "boolean" : typeof e == "string" ? "string" : typeof e == "object" ? "object" : Number.isNaN(e) ? "any" : "number";
1735
- }
1736
- const Mr = {
1737
- boolean: {
1738
- read: (e) => e === "true",
1739
- write: (e) => String(e)
1740
- },
1741
- object: {
1742
- read: (e) => JSON.parse(e),
1743
- write: (e) => JSON.stringify(e)
1744
- },
1745
- number: {
1746
- read: (e) => Number.parseFloat(e),
1747
- write: (e) => String(e)
1748
- },
1749
- any: {
1750
- read: (e) => e,
1751
- write: (e) => String(e)
1752
- },
1753
- string: {
1754
- read: (e) => e,
1755
- write: (e) => String(e)
1756
- },
1757
- map: {
1758
- read: (e) => new Map(JSON.parse(e)),
1759
- write: (e) => JSON.stringify(Array.from(e.entries()))
1760
- },
1761
- set: {
1762
- read: (e) => new Set(JSON.parse(e)),
1763
- write: (e) => JSON.stringify(Array.from(e))
1764
- },
1765
- date: {
1766
- read: (e) => new Date(e),
1767
- write: (e) => e.toISOString()
1768
- }
1769
- }, Tn = "vueuse-storage";
1770
- function ca(e, t, n, r = {}) {
1771
- var s;
1772
- const {
1773
- flush: a = "pre",
1774
- deep: o = !0,
1775
- listenToStorageChanges: i = !0,
1776
- writeDefaults: c = !0,
1777
- mergeDefaults: l = !1,
1778
- shallow: u,
1779
- window: d = jt,
1780
- eventFilter: h,
1781
- onError: b = (N) => {
1782
- console.error(N);
1783
- }
1784
- } = r, m = (u ? ys : B)(t);
1785
- if (!n)
1786
- try {
1787
- n = ia("getDefaultStorage", () => {
1788
- var N;
1789
- return (N = jt) == null ? void 0 : N.localStorage;
1790
- })();
1791
- } catch (N) {
1792
- b(N);
1793
- }
1794
- if (!n)
1795
- return m;
1796
- const g = rn(t), S = la(g), y = (s = r.serializer) != null ? s : Mr[S], { pause: w, resume: P } = ra(
1797
- m,
1798
- () => C(m.value),
1799
- { flush: a, deep: o, eventFilter: h }
1800
- );
1801
- return d && i && (vn(d, "storage", D), vn(d, Tn, E)), D(), m;
1802
- function C(N) {
1803
- try {
1804
- if (N == null)
1805
- n.removeItem(e);
1806
- else {
1807
- const A = y.write(N), I = n.getItem(e);
1808
- I !== A && (n.setItem(e, A), d && d.dispatchEvent(new CustomEvent(Tn, {
1809
- detail: {
1810
- key: e,
1811
- oldValue: I,
1812
- newValue: A,
1813
- storageArea: n
1814
- }
1815
- })));
1816
- }
1817
- } catch (A) {
1818
- b(A);
1819
- }
1820
- }
1821
- function v(N) {
1822
- const A = N ? N.newValue : n.getItem(e);
1823
- if (A == null)
1824
- return c && g !== null && n.setItem(e, y.write(g)), g;
1825
- if (!N && l) {
1826
- const I = y.read(A);
1827
- return typeof l == "function" ? l(I, g) : S === "object" && !Array.isArray(I) ? { ...g, ...I } : I;
1828
- } else
1829
- return typeof A != "string" ? A : y.read(A);
1830
- }
1831
- function E(N) {
1832
- D(N.detail);
1833
- }
1834
- function D(N) {
1835
- if (!(N && N.storageArea !== n)) {
1836
- if (N && N.key == null) {
1837
- m.value = g;
1838
- return;
1839
- }
1840
- if (!(N && N.key !== e)) {
1841
- w();
1842
- try {
1843
- N?.newValue !== y.write(m.value) && (m.value = v(N));
1844
- } catch (A) {
1845
- b(A);
1846
- } finally {
1847
- N ? sr(P) : P();
1848
- }
1849
- }
1850
- }
1851
- }
1852
- }
1853
- const xr = hr("alert", () => {
1854
- const e = B(""), t = B("default"), n = B("NotActive"), r = B(NaN), s = B("global");
1855
- function a({ message: o, type: i = "default" }) {
1856
- e.value = o, t.value = i, n.value !== "NotActive" ? (n.value = "KeepActive", clearTimeout(r.value), r.value = window.setTimeout(() => {
1857
- n.value = "NotActive";
1858
- }, 4e3)) : (n.value = "StartActive", r.value = window.setTimeout(() => {
1859
- n.value = "NotActive";
1860
- }, 4e3));
1861
- }
1862
- return {
1863
- message: e,
1864
- type: t,
1865
- status: n,
1866
- timer: r,
1867
- domain: s,
1868
- display: a
1869
- };
1870
- });
1871
- /*!
1872
- * shared v9.3.0
1873
- * (c) 2023 kazuya kawaguchi
1874
- * Released under the MIT License.
1875
- */
1876
- const $t = typeof window < "u", Ee = (e, t = !1) => t ? Symbol.for(e) : Symbol(e), Ve = (e) => typeof e == "number" && isFinite(e), wn = (e) => ma(e) === "[object RegExp]", ua = (e) => Q(e) && Object.keys(e).length === 0, oe = Object.assign, fa = Object.prototype.hasOwnProperty;
1877
- function sn(e, t) {
1878
- return fa.call(e, t);
1879
- }
1880
- const ce = Array.isArray, Qe = (e) => typeof e == "function", U = (e) => typeof e == "string", be = (e) => typeof e == "boolean", q = (e) => e !== null && typeof e == "object", da = Object.prototype.toString, ma = (e) => da.call(e), Q = (e) => {
1881
- if (!q(e))
1882
- return !1;
1883
- const t = Object.getPrototypeOf(e);
1884
- return t === null || t.constructor === Object;
1885
- };
1886
- function jr(e) {
1887
- let t = e;
1888
- return () => ++t;
1889
- }
1890
- /*!
1891
- * shared v9.3.0
1892
- * (c) 2023 kazuya kawaguchi
1893
- * Released under the MIT License.
1894
- */
1895
- const pa = (e, t, n) => ha({ l: e, k: t, s: n }), ha = (e) => JSON.stringify(e).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), z = (e) => typeof e == "number" && isFinite(e), ba = (e) => Br(e) === "[object Date]", Cn = (e) => Br(e) === "[object RegExp]", on = (e) => L(e) && Object.keys(e).length === 0, Ke = Object.assign;
1896
- function Rn(e) {
1897
- return e.replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/"/g, "&quot;").replace(/'/g, "&apos;");
1898
- }
1899
- const ae = Array.isArray, G = (e) => typeof e == "function", T = (e) => typeof e == "string", K = (e) => typeof e == "boolean", j = (e) => e !== null && typeof e == "object", $r = Object.prototype.toString, Br = (e) => $r.call(e), L = (e) => {
1900
- if (!j(e))
1901
- return !1;
1902
- const t = Object.getPrototypeOf(e);
1903
- return t === null || t.constructor === Object;
1904
- }, _a = (e) => e == null ? "" : ae(e) || L(e) && e.toString === $r ? JSON.stringify(e, null, 2) : String(e);
1905
- function ga(e, t = "") {
1906
- return e.reduce((n, r, s) => s === 0 ? n + r : n + t + r, "");
1907
- }
1908
- function Ea(e) {
1909
- let t = e;
1910
- return () => ++t;
1911
- }
1912
- function ya(e, t) {
1913
- typeof console < "u" && (console.warn("[intlify] " + e), t && console.warn(t.stack));
1914
- }
1915
- /*!
1916
- * message-compiler v9.3.0
1917
- * (c) 2023 kazuya kawaguchi
1918
- * Released under the MIT License.
1919
- */
1920
- const Na = /\{([0-9a-zA-Z]+)\}/g;
1921
- function Aa(e, ...t) {
1922
- return t.length === 1 && Oa(t[0]) && (t = t[0]), (!t || !t.hasOwnProperty) && (t = {}), e.replace(Na, (n, r) => t.hasOwnProperty(r) ? t[r] : "");
1923
- }
1924
- const Oa = (e) => e !== null && typeof e == "object", x = {
1925
- // tokenizer error codes
1926
- EXPECTED_TOKEN: 1,
1927
- INVALID_TOKEN_IN_PLACEHOLDER: 2,
1928
- UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER: 3,
1929
- UNKNOWN_ESCAPE_SEQUENCE: 4,
1930
- INVALID_UNICODE_ESCAPE_SEQUENCE: 5,
1931
- UNBALANCED_CLOSING_BRACE: 6,
1932
- UNTERMINATED_CLOSING_BRACE: 7,
1933
- EMPTY_PLACEHOLDER: 8,
1934
- NOT_ALLOW_NEST_PLACEHOLDER: 9,
1935
- INVALID_LINKED_FORMAT: 10,
1936
- // parser error codes
1937
- MUST_HAVE_MESSAGES_IN_PLURAL: 11,
1938
- UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,
1939
- UNEXPECTED_EMPTY_LINKED_KEY: 13,
1940
- UNEXPECTED_LEXICAL_ANALYSIS: 14,
1941
- // generator error codes
1942
- UNHANDLED_CODEGEN_NODE_TYPE: 15,
1943
- // minifier error codes
1944
- UNHANDLED_MINIFIER_NODE_TYPE: 16,
1945
- // Special value for higher-order compilers to pick up the last code
1946
- // to avoid collision of error codes. This should always be kept as the last
1947
- // item.
1948
- __EXTEND_POINT__: 17
1949
- }, Sa = {
1950
- // tokenizer error messages
1951
- [x.EXPECTED_TOKEN]: "Expected token: '{0}'",
1952
- [x.INVALID_TOKEN_IN_PLACEHOLDER]: "Invalid token in placeholder: '{0}'",
1953
- [x.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: "Unterminated single quote in placeholder",
1954
- [x.UNKNOWN_ESCAPE_SEQUENCE]: "Unknown escape sequence: \\{0}",
1955
- [x.INVALID_UNICODE_ESCAPE_SEQUENCE]: "Invalid unicode escape sequence: {0}",
1956
- [x.UNBALANCED_CLOSING_BRACE]: "Unbalanced closing brace",
1957
- [x.UNTERMINATED_CLOSING_BRACE]: "Unterminated closing brace",
1958
- [x.EMPTY_PLACEHOLDER]: "Empty placeholder",
1959
- [x.NOT_ALLOW_NEST_PLACEHOLDER]: "Not allowed nest placeholder",
1960
- [x.INVALID_LINKED_FORMAT]: "Invalid linked format",
1961
- // parser error messages
1962
- [x.MUST_HAVE_MESSAGES_IN_PLURAL]: "Plural must have messages",
1963
- [x.UNEXPECTED_EMPTY_LINKED_MODIFIER]: "Unexpected empty linked modifier",
1964
- [x.UNEXPECTED_EMPTY_LINKED_KEY]: "Unexpected empty linked key",
1965
- [x.UNEXPECTED_LEXICAL_ANALYSIS]: "Unexpected lexical analysis in token: '{0}'",
1966
- // generator error messages
1967
- [x.UNHANDLED_CODEGEN_NODE_TYPE]: "unhandled codegen node type: '{0}'",
1968
- // minimizer error messages
1969
- [x.UNHANDLED_MINIFIER_NODE_TYPE]: "unhandled mimifier node type: '{0}'"
1970
- };
1971
- function Vr(e, t, n = {}) {
1972
- const { domain: r, messages: s, args: a } = n, o = Aa((s || Sa)[e] || "", ...a || []), i = new SyntaxError(String(o));
1973
- return i.code = e, t && (i.location = t), i.domain = r, i;
1974
- }
1975
- /*!
1976
- * core-base v9.3.0
1977
- * (c) 2023 kazuya kawaguchi
1978
- * Released under the MIT License.
1979
- */
1980
- const ye = [];
1981
- ye[
1982
- 0
1983
- /* States.BEFORE_PATH */
1984
- ] = {
1985
- w: [
1986
- 0
1987
- /* States.BEFORE_PATH */
1988
- ],
1989
- i: [
1990
- 3,
1991
- 0
1992
- /* Actions.APPEND */
1993
- ],
1994
- "[": [
1995
- 4
1996
- /* States.IN_SUB_PATH */
1997
- ],
1998
- o: [
1999
- 7
2000
- /* States.AFTER_PATH */
2001
- ]
2002
- };
2003
- ye[
2004
- 1
2005
- /* States.IN_PATH */
2006
- ] = {
2007
- w: [
2008
- 1
2009
- /* States.IN_PATH */
2010
- ],
2011
- ".": [
2012
- 2
2013
- /* States.BEFORE_IDENT */
2014
- ],
2015
- "[": [
2016
- 4
2017
- /* States.IN_SUB_PATH */
2018
- ],
2019
- o: [
2020
- 7
2021
- /* States.AFTER_PATH */
2022
- ]
2023
- };
2024
- ye[
2025
- 2
2026
- /* States.BEFORE_IDENT */
2027
- ] = {
2028
- w: [
2029
- 2
2030
- /* States.BEFORE_IDENT */
2031
- ],
2032
- i: [
2033
- 3,
2034
- 0
2035
- /* Actions.APPEND */
2036
- ],
2037
- 0: [
2038
- 3,
2039
- 0
2040
- /* Actions.APPEND */
2041
- ]
2042
- };
2043
- ye[
2044
- 3
2045
- /* States.IN_IDENT */
2046
- ] = {
2047
- i: [
2048
- 3,
2049
- 0
2050
- /* Actions.APPEND */
2051
- ],
2052
- 0: [
2053
- 3,
2054
- 0
2055
- /* Actions.APPEND */
2056
- ],
2057
- w: [
2058
- 1,
2059
- 1
2060
- /* Actions.PUSH */
2061
- ],
2062
- ".": [
2063
- 2,
2064
- 1
2065
- /* Actions.PUSH */
2066
- ],
2067
- "[": [
2068
- 4,
2069
- 1
2070
- /* Actions.PUSH */
2071
- ],
2072
- o: [
2073
- 7,
2074
- 1
2075
- /* Actions.PUSH */
2076
- ]
2077
- };
2078
- ye[
2079
- 4
2080
- /* States.IN_SUB_PATH */
2081
- ] = {
2082
- "'": [
2083
- 5,
2084
- 0
2085
- /* Actions.APPEND */
2086
- ],
2087
- '"': [
2088
- 6,
2089
- 0
2090
- /* Actions.APPEND */
2091
- ],
2092
- "[": [
2093
- 4,
2094
- 2
2095
- /* Actions.INC_SUB_PATH_DEPTH */
2096
- ],
2097
- "]": [
2098
- 1,
2099
- 3
2100
- /* Actions.PUSH_SUB_PATH */
2101
- ],
2102
- o: 8,
2103
- l: [
2104
- 4,
2105
- 0
2106
- /* Actions.APPEND */
2107
- ]
2108
- };
2109
- ye[
2110
- 5
2111
- /* States.IN_SINGLE_QUOTE */
2112
- ] = {
2113
- "'": [
2114
- 4,
2115
- 0
2116
- /* Actions.APPEND */
2117
- ],
2118
- o: 8,
2119
- l: [
2120
- 5,
2121
- 0
2122
- /* Actions.APPEND */
2123
- ]
2124
- };
2125
- ye[
2126
- 6
2127
- /* States.IN_DOUBLE_QUOTE */
2128
- ] = {
2129
- '"': [
2130
- 4,
2131
- 0
2132
- /* Actions.APPEND */
2133
- ],
2134
- o: 8,
2135
- l: [
2136
- 6,
2137
- 0
2138
- /* Actions.APPEND */
2139
- ]
2140
- };
2141
- const va = /^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;
2142
- function Ta(e) {
2143
- return va.test(e);
2144
- }
2145
- function wa(e) {
2146
- const t = e.charCodeAt(0), n = e.charCodeAt(e.length - 1);
2147
- return t === n && (t === 34 || t === 39) ? e.slice(1, -1) : e;
2148
- }
2149
- function Ca(e) {
2150
- if (e == null)
2151
- return "o";
2152
- switch (e.charCodeAt(0)) {
2153
- case 91:
2154
- case 93:
2155
- case 46:
2156
- case 34:
2157
- case 39:
2158
- return e;
2159
- case 95:
2160
- case 36:
2161
- case 45:
2162
- return "i";
2163
- case 9:
2164
- case 10:
2165
- case 13:
2166
- case 160:
2167
- case 65279:
2168
- case 8232:
2169
- case 8233:
2170
- return "w";
2171
- }
2172
- return "i";
2173
- }
2174
- function Ra(e) {
2175
- const t = e.trim();
2176
- return e.charAt(0) === "0" && isNaN(parseInt(e)) ? !1 : Ta(t) ? wa(t) : "*" + t;
2177
- }
2178
- function Pa(e) {
2179
- const t = [];
2180
- let n = -1, r = 0, s = 0, a, o, i, c, l, u, d;
2181
- const h = [];
2182
- h[
2183
- 0
2184
- /* Actions.APPEND */
2185
- ] = () => {
2186
- o === void 0 ? o = i : o += i;
2187
- }, h[
2188
- 1
2189
- /* Actions.PUSH */
2190
- ] = () => {
2191
- o !== void 0 && (t.push(o), o = void 0);
2192
- }, h[
2193
- 2
2194
- /* Actions.INC_SUB_PATH_DEPTH */
2195
- ] = () => {
2196
- h[
2197
- 0
2198
- /* Actions.APPEND */
2199
- ](), s++;
2200
- }, h[
2201
- 3
2202
- /* Actions.PUSH_SUB_PATH */
2203
- ] = () => {
2204
- if (s > 0)
2205
- s--, r = 4, h[
2206
- 0
2207
- /* Actions.APPEND */
2208
- ]();
2209
- else {
2210
- if (s = 0, o === void 0 || (o = Ra(o), o === !1))
2211
- return !1;
2212
- h[
2213
- 1
2214
- /* Actions.PUSH */
2215
- ]();
2216
- }
2217
- };
2218
- function b() {
2219
- const m = e[n + 1];
2220
- if (r === 5 && m === "'" || r === 6 && m === '"')
2221
- return n++, i = "\\" + m, h[
2222
- 0
2223
- /* Actions.APPEND */
2224
- ](), !0;
2225
- }
2226
- for (; r !== null; )
2227
- if (n++, a = e[n], !(a === "\\" && b())) {
2228
- if (c = Ca(a), d = ye[r], l = d[c] || d.l || 8, l === 8 || (r = l[0], l[1] !== void 0 && (u = h[l[1]], u && (i = a, u() === !1))))
2229
- return;
2230
- if (r === 7)
2231
- return t;
2232
- }
2233
- }
2234
- const Pn = /* @__PURE__ */ new Map();
2235
- function Ia(e, t) {
2236
- return j(e) ? e[t] : null;
2237
- }
2238
- function Da(e, t) {
2239
- if (!j(e))
2240
- return null;
2241
- let n = Pn.get(t);
2242
- if (n || (n = Pa(t), n && Pn.set(t, n)), !n)
2243
- return null;
2244
- const r = n.length;
2245
- let s = e, a = 0;
2246
- for (; a < r; ) {
2247
- const o = s[n[a]];
2248
- if (o === void 0)
2249
- return null;
2250
- s = o, a++;
2251
- }
2252
- return s;
2253
- }
2254
- const La = (e) => e, Fa = (e) => "", ka = "text", Ua = (e) => e.length === 0 ? "" : ga(e), Ma = _a;
2255
- function In(e, t) {
2256
- return e = Math.abs(e), t === 2 ? e ? e > 1 ? 1 : 0 : 1 : e ? Math.min(e, 2) : 0;
2257
- }
2258
- function xa(e) {
2259
- const t = z(e.pluralIndex) ? e.pluralIndex : -1;
2260
- return e.named && (z(e.named.count) || z(e.named.n)) ? z(e.named.count) ? e.named.count : z(e.named.n) ? e.named.n : t : t;
2261
- }
2262
- function ja(e, t) {
2263
- t.count || (t.count = e), t.n || (t.n = e);
2264
- }
2265
- function $a(e = {}) {
2266
- const t = e.locale, n = xa(e), r = j(e.pluralRules) && T(t) && G(e.pluralRules[t]) ? e.pluralRules[t] : In, s = j(e.pluralRules) && T(t) && G(e.pluralRules[t]) ? In : void 0, a = (y) => y[r(n, y.length, s)], o = e.list || [], i = (y) => o[y], c = e.named || {};
2267
- z(e.pluralIndex) && ja(n, c);
2268
- const l = (y) => c[y];
2269
- function u(y) {
2270
- const w = G(e.messages) ? e.messages(y) : j(e.messages) ? e.messages[y] : !1;
2271
- return w || (e.parent ? e.parent.message(y) : Fa);
2272
- }
2273
- const d = (y) => e.modifiers ? e.modifiers[y] : La, h = L(e.processor) && G(e.processor.normalize) ? e.processor.normalize : Ua, b = L(e.processor) && G(e.processor.interpolate) ? e.processor.interpolate : Ma, m = L(e.processor) && T(e.processor.type) ? e.processor.type : ka, S = {
2274
- list: i,
2275
- named: l,
2276
- plural: a,
2277
- linked: (y, ...w) => {
2278
- const [P, C] = w;
2279
- let v = "text", E = "";
2280
- w.length === 1 ? j(P) ? (E = P.modifier || E, v = P.type || v) : T(P) && (E = P || E) : w.length === 2 && (T(P) && (E = P || E), T(C) && (v = C || v));
2281
- const D = u(y)(S), N = (
2282
- // The message in vnode resolved with linked are returned as an array by processor.nomalize
2283
- v === "vnode" && ae(D) && E ? D[0] : D
2284
- );
2285
- return E ? d(E)(N, v) : N;
2286
- },
2287
- message: u,
2288
- type: m,
2289
- interpolate: b,
2290
- normalize: h,
2291
- values: Ke({}, o, c)
2292
- };
2293
- return S;
2294
- }
2295
- const Ba = {
2296
- NOT_FOUND_KEY: 1,
2297
- FALLBACK_TO_TRANSLATE: 2,
2298
- CANNOT_FORMAT_NUMBER: 3,
2299
- FALLBACK_TO_NUMBER_FORMAT: 4,
2300
- CANNOT_FORMAT_DATE: 5,
2301
- FALLBACK_TO_DATE_FORMAT: 6,
2302
- EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER: 7,
2303
- __EXTEND_POINT__: 8
2304
- };
2305
- function Va(e, t, n) {
2306
- return [.../* @__PURE__ */ new Set([
2307
- n,
2308
- ...ae(t) ? t : j(t) ? Object.keys(t) : T(t) ? [t] : [n]
2309
- ])];
2310
- }
2311
- function Wr(e, t, n) {
2312
- const r = T(n) ? n : an, s = e;
2313
- s.__localeChainCache || (s.__localeChainCache = /* @__PURE__ */ new Map());
2314
- let a = s.__localeChainCache.get(r);
2315
- if (!a) {
2316
- a = [];
2317
- let o = [n];
2318
- for (; ae(o); )
2319
- o = Dn(a, o, t);
2320
- const i = ae(t) || !L(t) ? t : t.default ? t.default : null;
2321
- o = T(i) ? [i] : i, ae(o) && Dn(a, o, !1), s.__localeChainCache.set(r, a);
2322
- }
2323
- return a;
2324
- }
2325
- function Dn(e, t, n) {
2326
- let r = !0;
2327
- for (let s = 0; s < t.length && K(r); s++) {
2328
- const a = t[s];
2329
- T(a) && (r = Wa(e, t[s], n));
2330
- }
2331
- return r;
2332
- }
2333
- function Wa(e, t, n) {
2334
- let r;
2335
- const s = t.split("-");
2336
- do {
2337
- const a = s.join("-");
2338
- r = Ha(e, a, n), s.splice(-1, 1);
2339
- } while (s.length && r === !0);
2340
- return r;
2341
- }
2342
- function Ha(e, t, n) {
2343
- let r = !1;
2344
- if (!e.includes(t) && (r = !0, t)) {
2345
- r = t[t.length - 1] !== "!";
2346
- const s = t.replace(/!/g, "");
2347
- e.push(s), (ae(n) || L(n)) && n[s] && (r = n[s]);
2348
- }
2349
- return r;
2350
- }
2351
- const za = "9.3.0", ht = -1, an = "en-US", Ln = "", Fn = (e) => `${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;
2352
- function Ka() {
2353
- return {
2354
- upper: (e, t) => t === "text" && T(e) ? e.toUpperCase() : t === "vnode" && j(e) && "__v_isVNode" in e ? e.children.toUpperCase() : e,
2355
- lower: (e, t) => t === "text" && T(e) ? e.toLowerCase() : t === "vnode" && j(e) && "__v_isVNode" in e ? e.children.toLowerCase() : e,
2356
- capitalize: (e, t) => t === "text" && T(e) ? Fn(e) : t === "vnode" && j(e) && "__v_isVNode" in e ? Fn(e.children) : e
2357
- };
2358
- }
2359
- let qa, Hr;
2360
- function Ja(e) {
2361
- Hr = e;
2362
- }
2363
- let zr;
2364
- function Ga(e) {
2365
- zr = e;
2366
- }
2367
- let Kr = null;
2368
- const kn = (e) => {
2369
- Kr = e;
2370
- }, Xa = () => Kr;
2371
- let Un = 0;
2372
- function Ya(e = {}) {
2373
- const t = G(e.onWarn) ? e.onWarn : ya, n = T(e.version) ? e.version : za, r = T(e.locale) ? e.locale : an, s = ae(e.fallbackLocale) || L(e.fallbackLocale) || T(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : r, a = L(e.messages) ? e.messages : { [r]: {} }, o = L(e.datetimeFormats) ? e.datetimeFormats : { [r]: {} }, i = L(e.numberFormats) ? e.numberFormats : { [r]: {} }, c = Ke({}, e.modifiers || {}, Ka()), l = e.pluralRules || {}, u = G(e.missing) ? e.missing : null, d = K(e.missingWarn) || Cn(e.missingWarn) ? e.missingWarn : !0, h = K(e.fallbackWarn) || Cn(e.fallbackWarn) ? e.fallbackWarn : !0, b = !!e.fallbackFormat, m = !!e.unresolving, g = G(e.postTranslation) ? e.postTranslation : null, S = L(e.processor) ? e.processor : null, y = K(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, w = !!e.escapeParameter, P = G(e.messageCompiler) ? e.messageCompiler : qa, C = G(e.messageResolver) ? e.messageResolver : Hr || Ia, v = G(e.localeFallbacker) ? e.localeFallbacker : zr || Va, E = j(e.fallbackContext) ? e.fallbackContext : void 0, D = e, N = j(D.__datetimeFormatters) ? D.__datetimeFormatters : /* @__PURE__ */ new Map(), A = j(D.__numberFormatters) ? D.__numberFormatters : /* @__PURE__ */ new Map(), I = j(D.__meta) ? D.__meta : {};
2374
- Un++;
2375
- const F = {
2376
- version: n,
2377
- cid: Un,
2378
- locale: r,
2379
- fallbackLocale: s,
2380
- messages: a,
2381
- modifiers: c,
2382
- pluralRules: l,
2383
- missing: u,
2384
- missingWarn: d,
2385
- fallbackWarn: h,
2386
- fallbackFormat: b,
2387
- unresolving: m,
2388
- postTranslation: g,
2389
- processor: S,
2390
- warnHtmlMessage: y,
2391
- escapeParameter: w,
2392
- messageCompiler: P,
2393
- messageResolver: C,
2394
- localeFallbacker: v,
2395
- fallbackContext: E,
2396
- onWarn: t,
2397
- __meta: I
2398
- };
2399
- return F.datetimeFormats = o, F.numberFormats = i, F.__datetimeFormatters = N, F.__numberFormatters = A, F;
2400
- }
2401
- function ln(e, t, n, r, s) {
2402
- const { missing: a, onWarn: o } = e;
2403
- if (a !== null) {
2404
- const i = a(e, n, t, s);
2405
- return T(i) ? i : t;
2406
- } else
2407
- return t;
2408
- }
2409
- function Me(e, t, n) {
2410
- const r = e;
2411
- r.__localeChainCache = /* @__PURE__ */ new Map(), e.localeFallbacker(e, n, t);
2412
- }
2413
- const qr = x.__EXTEND_POINT__, et = Ea(qr), Oe = {
2414
- INVALID_ARGUMENT: qr,
2415
- INVALID_DATE_ARGUMENT: et(),
2416
- INVALID_ISO_DATE_ARGUMENT: et(),
2417
- NOT_SUPPORT_NON_STRING_MESSAGE: et(),
2418
- __EXTEND_POINT__: et()
2419
- // 22
2420
- };
2421
- function we(e) {
2422
- return Vr(e, null, void 0);
2423
- }
2424
- const We = (e) => j(e) && (e.t === 0 || e.type === 0) && ("b" in e || "body" in e), Mn = () => "", ge = (e) => G(e);
2425
- function xn(e, ...t) {
2426
- const { fallbackFormat: n, postTranslation: r, unresolving: s, messageCompiler: a, fallbackLocale: o, messages: i } = e, [c, l] = Bt(...t), u = K(l.missingWarn) ? l.missingWarn : e.missingWarn, d = K(l.fallbackWarn) ? l.fallbackWarn : e.fallbackWarn, h = K(l.escapeParameter) ? l.escapeParameter : e.escapeParameter, b = !!l.resolvedMessage, m = T(l.default) || K(l.default) ? K(l.default) ? a ? c : () => c : l.default : n ? a ? c : () => c : "", g = n || m !== "", S = T(l.locale) ? l.locale : e.locale;
2427
- h && Za(l);
2428
- let [y, w, P] = b ? [
2429
- c,
2430
- S,
2431
- i[S] || {}
2432
- ] : Jr(e, c, S, o, d, u), C = y, v = c;
2433
- if (!b && !(T(C) || We(C) || ge(C)) && g && (C = m, v = C), !b && (!(T(C) || We(C) || ge(C)) || !T(w)))
2434
- return s ? ht : c;
2435
- let E = !1;
2436
- const D = () => {
2437
- E = !0;
2438
- }, N = ge(C) ? C : Gr(e, c, w, C, v, D);
2439
- if (E)
2440
- return C;
2441
- const A = ti(e, w, P, l), I = $a(A), F = Qa(e, N, I);
2442
- return r ? r(F, c) : F;
2443
- }
2444
- function Za(e) {
2445
- ae(e.list) ? e.list = e.list.map((t) => T(t) ? Rn(t) : t) : j(e.named) && Object.keys(e.named).forEach((t) => {
2446
- T(e.named[t]) && (e.named[t] = Rn(e.named[t]));
2447
- });
2448
- }
2449
- function Jr(e, t, n, r, s, a) {
2450
- const { messages: o, onWarn: i, messageResolver: c, localeFallbacker: l } = e, u = l(e, r, n);
2451
- let d = {}, h, b = null;
2452
- const m = "translate";
2453
- for (let g = 0; g < u.length && (h = u[g], d = o[h] || {}, (b = c(d, t)) === null && (b = d[t]), !(T(b) || We(b) || ge(b))); g++) {
2454
- const S = ln(
2455
- e,
2456
- // eslint-disable-line @typescript-eslint/no-explicit-any
2457
- t,
2458
- h,
2459
- a,
2460
- m
2461
- );
2462
- S !== t && (b = S);
2463
- }
2464
- return [b, h, d];
2465
- }
2466
- function Gr(e, t, n, r, s, a) {
2467
- const { messageCompiler: o, warnHtmlMessage: i } = e;
2468
- if (ge(r)) {
2469
- const l = r;
2470
- return l.locale = l.locale || n, l.key = l.key || t, l;
2471
- }
2472
- if (o == null) {
2473
- const l = () => r;
2474
- return l.locale = n, l.key = t, l;
2475
- }
2476
- const c = o(r, ei(e, n, s, r, i, a));
2477
- return c.locale = n, c.key = t, c.source = r, c;
2478
- }
2479
- function Qa(e, t, n) {
2480
- return t(n);
2481
- }
2482
- function Bt(...e) {
2483
- const [t, n, r] = e, s = {};
2484
- if (!T(t) && !z(t) && !ge(t) && !We(t))
2485
- throw we(Oe.INVALID_ARGUMENT);
2486
- const a = z(t) ? String(t) : (ge(t), t);
2487
- return z(n) ? s.plural = n : T(n) ? s.default = n : L(n) && !on(n) ? s.named = n : ae(n) && (s.list = n), z(r) ? s.plural = r : T(r) ? s.default = r : L(r) && Ke(s, r), [a, s];
2488
- }
2489
- function ei(e, t, n, r, s, a) {
2490
- return {
2491
- locale: t,
2492
- key: n,
2493
- warnHtmlMessage: s,
2494
- onError: (o) => {
2495
- throw a && a(o), o;
2496
- },
2497
- onCacheKey: (o) => pa(t, n, o)
2498
- };
2499
- }
2500
- function ti(e, t, n, r) {
2501
- const { modifiers: s, pluralRules: a, messageResolver: o, fallbackLocale: i, fallbackWarn: c, missingWarn: l, fallbackContext: u } = e, h = {
2502
- locale: t,
2503
- modifiers: s,
2504
- pluralRules: a,
2505
- messages: (b) => {
2506
- let m = o(n, b);
2507
- if (m == null && u) {
2508
- const [, , g] = Jr(u, b, t, i, c, l);
2509
- m = o(g, b);
2510
- }
2511
- if (T(m) || We(m)) {
2512
- let g = !1;
2513
- const y = Gr(e, b, t, m, b, () => {
2514
- g = !0;
2515
- });
2516
- return g ? Mn : y;
2517
- } else
2518
- return ge(m) ? m : Mn;
2519
- }
2520
- };
2521
- return e.processor && (h.processor = e.processor), r.list && (h.list = r.list), r.named && (h.named = r.named), z(r.plural) && (h.pluralIndex = r.plural), h;
2522
- }
2523
- function jn(e, ...t) {
2524
- const { datetimeFormats: n, unresolving: r, fallbackLocale: s, onWarn: a, localeFallbacker: o } = e, { __datetimeFormatters: i } = e, [c, l, u, d] = Vt(...t), h = K(u.missingWarn) ? u.missingWarn : e.missingWarn;
2525
- K(u.fallbackWarn) ? u.fallbackWarn : e.fallbackWarn;
2526
- const b = !!u.part, m = T(u.locale) ? u.locale : e.locale, g = o(
2527
- e,
2528
- // eslint-disable-line @typescript-eslint/no-explicit-any
2529
- s,
2530
- m
2531
- );
2532
- if (!T(c) || c === "")
2533
- return new Intl.DateTimeFormat(m, d).format(l);
2534
- let S = {}, y, w = null;
2535
- const P = "datetime format";
2536
- for (let E = 0; E < g.length && (y = g[E], S = n[y] || {}, w = S[c], !L(w)); E++)
2537
- ln(e, c, y, h, P);
2538
- if (!L(w) || !T(y))
2539
- return r ? ht : c;
2540
- let C = `${y}__${c}`;
2541
- on(d) || (C = `${C}__${JSON.stringify(d)}`);
2542
- let v = i.get(C);
2543
- return v || (v = new Intl.DateTimeFormat(y, Ke({}, w, d)), i.set(C, v)), b ? v.formatToParts(l) : v.format(l);
2544
- }
2545
- const Xr = [
2546
- "localeMatcher",
2547
- "weekday",
2548
- "era",
2549
- "year",
2550
- "month",
2551
- "day",
2552
- "hour",
2553
- "minute",
2554
- "second",
2555
- "timeZoneName",
2556
- "formatMatcher",
2557
- "hour12",
2558
- "timeZone",
2559
- "dateStyle",
2560
- "timeStyle",
2561
- "calendar",
2562
- "dayPeriod",
2563
- "numberingSystem",
2564
- "hourCycle",
2565
- "fractionalSecondDigits"
2566
- ];
2567
- function Vt(...e) {
2568
- const [t, n, r, s] = e, a = {};
2569
- let o = {}, i;
2570
- if (T(t)) {
2571
- const c = t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);
2572
- if (!c)
2573
- throw we(Oe.INVALID_ISO_DATE_ARGUMENT);
2574
- const l = c[3] ? c[3].trim().startsWith("T") ? `${c[1].trim()}${c[3].trim()}` : `${c[1].trim()}T${c[3].trim()}` : c[1].trim();
2575
- i = new Date(l);
2576
- try {
2577
- i.toISOString();
2578
- } catch {
2579
- throw we(Oe.INVALID_ISO_DATE_ARGUMENT);
2580
- }
2581
- } else if (ba(t)) {
2582
- if (isNaN(t.getTime()))
2583
- throw we(Oe.INVALID_DATE_ARGUMENT);
2584
- i = t;
2585
- } else if (z(t))
2586
- i = t;
2587
- else
2588
- throw we(Oe.INVALID_ARGUMENT);
2589
- return T(n) ? a.key = n : L(n) && Object.keys(n).forEach((c) => {
2590
- Xr.includes(c) ? o[c] = n[c] : a[c] = n[c];
2591
- }), T(r) ? a.locale = r : L(r) && (o = r), L(s) && (o = s), [a.key || "", i, a, o];
2592
- }
2593
- function $n(e, t, n) {
2594
- const r = e;
2595
- for (const s in n) {
2596
- const a = `${t}__${s}`;
2597
- r.__datetimeFormatters.has(a) && r.__datetimeFormatters.delete(a);
2598
- }
2599
- }
2600
- function Bn(e, ...t) {
2601
- const { numberFormats: n, unresolving: r, fallbackLocale: s, onWarn: a, localeFallbacker: o } = e, { __numberFormatters: i } = e, [c, l, u, d] = Wt(...t), h = K(u.missingWarn) ? u.missingWarn : e.missingWarn;
2602
- K(u.fallbackWarn) ? u.fallbackWarn : e.fallbackWarn;
2603
- const b = !!u.part, m = T(u.locale) ? u.locale : e.locale, g = o(
2604
- e,
2605
- // eslint-disable-line @typescript-eslint/no-explicit-any
2606
- s,
2607
- m
2608
- );
2609
- if (!T(c) || c === "")
2610
- return new Intl.NumberFormat(m, d).format(l);
2611
- let S = {}, y, w = null;
2612
- const P = "number format";
2613
- for (let E = 0; E < g.length && (y = g[E], S = n[y] || {}, w = S[c], !L(w)); E++)
2614
- ln(e, c, y, h, P);
2615
- if (!L(w) || !T(y))
2616
- return r ? ht : c;
2617
- let C = `${y}__${c}`;
2618
- on(d) || (C = `${C}__${JSON.stringify(d)}`);
2619
- let v = i.get(C);
2620
- return v || (v = new Intl.NumberFormat(y, Ke({}, w, d)), i.set(C, v)), b ? v.formatToParts(l) : v.format(l);
2621
- }
2622
- const Yr = [
2623
- "localeMatcher",
2624
- "style",
2625
- "currency",
2626
- "currencyDisplay",
2627
- "currencySign",
2628
- "useGrouping",
2629
- "minimumIntegerDigits",
2630
- "minimumFractionDigits",
2631
- "maximumFractionDigits",
2632
- "minimumSignificantDigits",
2633
- "maximumSignificantDigits",
2634
- "compactDisplay",
2635
- "notation",
2636
- "signDisplay",
2637
- "unit",
2638
- "unitDisplay",
2639
- "roundingMode",
2640
- "roundingPriority",
2641
- "roundingIncrement",
2642
- "trailingZeroDisplay"
2643
- ];
2644
- function Wt(...e) {
2645
- const [t, n, r, s] = e, a = {};
2646
- let o = {};
2647
- if (!z(t))
2648
- throw we(Oe.INVALID_ARGUMENT);
2649
- const i = t;
2650
- return T(n) ? a.key = n : L(n) && Object.keys(n).forEach((c) => {
2651
- Yr.includes(c) ? o[c] = n[c] : a[c] = n[c];
2652
- }), T(r) ? a.locale = r : L(r) && (o = r), L(s) && (o = s), [a.key || "", i, a, o];
2653
- }
2654
- function Vn(e, t, n) {
2655
- const r = e;
2656
- for (const s in n) {
2657
- const a = `${t}__${s}`;
2658
- r.__numberFormatters.has(a) && r.__numberFormatters.delete(a);
2659
- }
2660
- }
2661
- /*!
2662
- * vue-i18n v9.3.0
2663
- * (c) 2023 kazuya kawaguchi
2664
- * Released under the MIT License.
2665
- */
2666
- const ni = "9.3.0", Zr = Ba.__EXTEND_POINT__, pe = jr(Zr);
2667
- pe(), pe(), pe(), pe(), pe(), pe(), pe(), pe();
2668
- const Qr = Oe.__EXTEND_POINT__, W = jr(Qr), J = {
2669
- // composer module errors
2670
- UNEXPECTED_RETURN_TYPE: Qr,
2671
- // legacy module errors
2672
- INVALID_ARGUMENT: W(),
2673
- // i18n module errors
2674
- MUST_BE_CALL_SETUP_TOP: W(),
2675
- NOT_INSTALLED: W(),
2676
- NOT_AVAILABLE_IN_LEGACY_MODE: W(),
2677
- // directive module errors
2678
- REQUIRED_VALUE: W(),
2679
- INVALID_VALUE: W(),
2680
- // vue-devtools errors
2681
- CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN: W(),
2682
- NOT_INSTALLED_WITH_PROVIDE: W(),
2683
- // unexpected error
2684
- UNEXPECTED_ERROR: W(),
2685
- // not compatible legacy vue-i18n constructor
2686
- NOT_COMPATIBLE_LEGACY_VUE_I18N: W(),
2687
- // bridge support vue 2.x only
2688
- BRIDGE_SUPPORT_VUE_2_ONLY: W(),
2689
- // need to define `i18n` option in `allowComposition: true` and `useScope: 'local' at `useI18n``
2690
- MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION: W(),
2691
- // Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly
2692
- NOT_AVAILABLE_COMPOSITION_IN_LEGACY: W(),
2693
- // for enhancement
2694
- __EXTEND_POINT__: W()
2695
- // 37
2696
- };
2697
- function Z(e, ...t) {
2698
- return Vr(e, null, void 0);
2699
- }
2700
- const Ht = /* @__PURE__ */ Ee("__translateVNode"), zt = /* @__PURE__ */ Ee("__datetimeParts"), Kt = /* @__PURE__ */ Ee("__numberParts"), ri = Ee("__setPluralRules"), si = /* @__PURE__ */ Ee("__injectWithOption"), qt = /* @__PURE__ */ Ee("__dispose");
2701
- function Jt(e) {
2702
- if (!q(e))
2703
- return e;
2704
- for (const t in e)
2705
- if (sn(e, t))
2706
- if (!t.includes("."))
2707
- q(e[t]) && Jt(e[t]);
2708
- else {
2709
- const n = t.split("."), r = n.length - 1;
2710
- let s = e, a = !1;
2711
- for (let o = 0; o < r; o++) {
2712
- if (n[o] in s || (s[n[o]] = {}), !q(s[n[o]])) {
2713
- a = !0;
2714
- break;
2715
- }
2716
- s = s[n[o]];
2717
- }
2718
- a || (s[n[r]] = e[t], delete e[t]), q(s[n[r]]) && Jt(s[n[r]]);
2719
- }
2720
- return e;
2721
- }
2722
- function es(e, t) {
2723
- const { messages: n, __i18n: r, messageResolver: s, flatJson: a } = t, o = Q(n) ? n : ce(r) ? {} : { [e]: {} };
2724
- if (ce(r) && r.forEach((i) => {
2725
- if ("locale" in i && "resource" in i) {
2726
- const { locale: c, resource: l } = i;
2727
- c ? (o[c] = o[c] || {}, $e(l, o[c])) : $e(l, o);
2728
- } else
2729
- U(i) && $e(JSON.parse(i), o);
2730
- }), s == null && a)
2731
- for (const i in o)
2732
- sn(o, i) && Jt(o[i]);
2733
- return o;
2734
- }
2735
- const tt = (e) => !q(e) || ce(e);
2736
- function $e(e, t) {
2737
- if (tt(e) || tt(t))
2738
- throw Z(J.INVALID_VALUE);
2739
- for (const n in e)
2740
- sn(e, n) && (tt(e[n]) || tt(t[n]) ? t[n] = e[n] : $e(e[n], t[n]));
2741
- }
2742
- function oi(e) {
2743
- return e.type;
2744
- }
2745
- function ai(e, t, n) {
2746
- let r = q(t.messages) ? t.messages : {};
2747
- "__i18nGlobal" in n && (r = es(e.locale.value, {
2748
- messages: r,
2749
- __i18n: n.__i18nGlobal
2750
- }));
2751
- const s = Object.keys(r);
2752
- s.length && s.forEach((a) => {
2753
- e.mergeLocaleMessage(a, r[a]);
2754
- });
2755
- {
2756
- if (q(t.datetimeFormats)) {
2757
- const a = Object.keys(t.datetimeFormats);
2758
- a.length && a.forEach((o) => {
2759
- e.mergeDateTimeFormat(o, t.datetimeFormats[o]);
2760
- });
2761
- }
2762
- if (q(t.numberFormats)) {
2763
- const a = Object.keys(t.numberFormats);
2764
- a.length && a.forEach((o) => {
2765
- e.mergeNumberFormat(o, t.numberFormats[o]);
2766
- });
2767
- }
2768
- }
2769
- }
2770
- function Wn(e) {
2771
- return lt(Os, null, e, 0);
2772
- }
2773
- let Hn = 0;
2774
- function zn(e) {
2775
- return (t, n, r, s) => e(n, r, ar() || void 0, s);
2776
- }
2777
- function ts(e = {}, t) {
2778
- const { __root: n, __injectWithOption: r } = e, s = n === void 0;
2779
- let a = be(e.inheritLocale) ? e.inheritLocale : !0;
2780
- const o = B(
2781
- // prettier-ignore
2782
- n && a ? n.locale.value : U(e.locale) ? e.locale : an
2783
- ), i = B(
2784
- // prettier-ignore
2785
- n && a ? n.fallbackLocale.value : U(e.fallbackLocale) || ce(e.fallbackLocale) || Q(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : o.value
2786
- ), c = B(es(o.value, e)), l = B(Q(e.datetimeFormats) ? e.datetimeFormats : { [o.value]: {} }), u = B(Q(e.numberFormats) ? e.numberFormats : { [o.value]: {} });
2787
- let d = n ? n.missingWarn : be(e.missingWarn) || wn(e.missingWarn) ? e.missingWarn : !0, h = n ? n.fallbackWarn : be(e.fallbackWarn) || wn(e.fallbackWarn) ? e.fallbackWarn : !0, b = n ? n.fallbackRoot : be(e.fallbackRoot) ? e.fallbackRoot : !0, m = !!e.fallbackFormat, g = Qe(e.missing) ? e.missing : null, S = Qe(e.missing) ? zn(e.missing) : null, y = Qe(e.postTranslation) ? e.postTranslation : null, w = n ? n.warnHtmlMessage : be(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, P = !!e.escapeParameter;
2788
- const C = n ? n.modifiers : Q(e.modifiers) ? e.modifiers : {};
2789
- let v = e.pluralRules || n && n.pluralRules, E;
2790
- E = (() => {
2791
- s && kn(null);
2792
- const p = {
2793
- version: ni,
2794
- locale: o.value,
2795
- fallbackLocale: i.value,
2796
- messages: c.value,
2797
- modifiers: C,
2798
- pluralRules: v,
2799
- missing: S === null ? void 0 : S,
2800
- missingWarn: d,
2801
- fallbackWarn: h,
2802
- fallbackFormat: m,
2803
- unresolving: !0,
2804
- postTranslation: y === null ? void 0 : y,
2805
- warnHtmlMessage: w,
2806
- escapeParameter: P,
2807
- messageResolver: e.messageResolver,
2808
- messageCompiler: e.messageCompiler,
2809
- __meta: { framework: "vue" }
2810
- };
2811
- p.datetimeFormats = l.value, p.numberFormats = u.value, p.__datetimeFormatters = Q(E) ? E.__datetimeFormatters : void 0, p.__numberFormatters = Q(E) ? E.__numberFormatters : void 0;
2812
- const _ = Ya(p);
2813
- return s && kn(_), _;
2814
- })(), Me(E, o.value, i.value);
2815
- function N() {
2816
- return [
2817
- o.value,
2818
- i.value,
2819
- c.value,
2820
- l.value,
2821
- u.value
2822
- ];
2823
- }
2824
- const A = O({
2825
- get: () => o.value,
2826
- set: (p) => {
2827
- o.value = p, E.locale = o.value;
2828
- }
2829
- }), I = O({
2830
- get: () => i.value,
2831
- set: (p) => {
2832
- i.value = p, E.fallbackLocale = i.value, Me(E, o.value, p);
2833
- }
2834
- }), F = O(() => c.value), ne = /* @__PURE__ */ O(() => l.value), De = /* @__PURE__ */ O(() => u.value);
2835
- function Le() {
2836
- return Qe(y) ? y : null;
2837
- }
2838
- function le(p) {
2839
- y = p, E.postTranslation = p;
2840
- }
2841
- function $() {
2842
- return g;
2843
- }
2844
- function _t(p) {
2845
- p !== null && (S = zn(p)), g = p, E.missing = S;
2846
- }
2847
- const fe = (p, _, re, V, vt, Xe) => {
2848
- N();
2849
- let ke;
2850
- try {
2851
- s || (E.fallbackContext = n ? Xa() : void 0), ke = p(E);
2852
- } finally {
2853
- s || (E.fallbackContext = void 0);
2854
- }
2855
- if (Ve(ke) && ke === ht) {
2856
- const [ps, rl] = _();
2857
- return n && b ? V(n) : vt(ps);
2858
- } else {
2859
- if (Xe(ke))
2860
- return ke;
2861
- throw Z(J.UNEXPECTED_RETURN_TYPE);
2862
- }
2863
- };
2864
- function qe(...p) {
2865
- return fe((_) => Reflect.apply(xn, null, [_, ...p]), () => Bt(...p), "translate", (_) => Reflect.apply(_.t, _, [...p]), (_) => _, (_) => U(_));
2866
- }
2867
- function gt(...p) {
2868
- const [_, re, V] = p;
2869
- if (V && !q(V))
2870
- throw Z(J.INVALID_ARGUMENT);
2871
- return qe(_, re, oe({ resolvedMessage: !0 }, V || {}));
2872
- }
2873
- function Je(...p) {
2874
- return fe((_) => Reflect.apply(jn, null, [_, ...p]), () => Vt(...p), "datetime format", (_) => Reflect.apply(_.d, _, [...p]), () => Ln, (_) => U(_));
2875
- }
2876
- function Fe(...p) {
2877
- return fe((_) => Reflect.apply(Bn, null, [_, ...p]), () => Wt(...p), "number format", (_) => Reflect.apply(_.n, _, [...p]), () => Ln, (_) => U(_));
2878
- }
2879
- function Ge(p) {
2880
- return p.map((_) => U(_) || Ve(_) || be(_) ? Wn(String(_)) : _);
2881
- }
2882
- const Et = {
2883
- normalize: Ge,
2884
- interpolate: (p) => p,
2885
- type: "vnode"
2886
- };
2887
- function yt(...p) {
2888
- return fe(
2889
- (_) => {
2890
- let re;
2891
- const V = _;
2892
- try {
2893
- V.processor = Et, re = Reflect.apply(xn, null, [V, ...p]);
2894
- } finally {
2895
- V.processor = null;
2896
- }
2897
- return re;
2898
- },
2899
- () => Bt(...p),
2900
- "translate",
2901
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
2902
- (_) => _[Ht](...p),
2903
- (_) => [Wn(_)],
2904
- (_) => ce(_)
2905
- );
2906
- }
2907
- function Nt(...p) {
2908
- return fe(
2909
- (_) => Reflect.apply(Bn, null, [_, ...p]),
2910
- () => Wt(...p),
2911
- "number format",
2912
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
2913
- (_) => _[Kt](...p),
2914
- () => [],
2915
- (_) => U(_) || ce(_)
2916
- );
2917
- }
2918
- function At(...p) {
2919
- return fe(
2920
- (_) => Reflect.apply(jn, null, [_, ...p]),
2921
- () => Vt(...p),
2922
- "datetime format",
2923
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
2924
- (_) => _[zt](...p),
2925
- () => [],
2926
- (_) => U(_) || ce(_)
2927
- );
2928
- }
2929
- function Ot(p) {
2930
- v = p, E.pluralRules = v;
2931
- }
2932
- function de(p, _) {
2933
- const re = U(_) ? _ : o.value, V = dn(re);
2934
- return E.messageResolver(V, p) !== null;
2935
- }
2936
- function ve(p) {
2937
- let _ = null;
2938
- const re = Wr(E, i.value, o.value);
2939
- for (let V = 0; V < re.length; V++) {
2940
- const vt = c.value[re[V]] || {}, Xe = E.messageResolver(vt, p);
2941
- if (Xe != null) {
2942
- _ = Xe;
2943
- break;
2944
- }
2945
- }
2946
- return _;
2947
- }
2948
- function St(p) {
2949
- const _ = ve(p);
2950
- return _ ?? (n ? n.tm(p) || {} : {});
2951
- }
2952
- function dn(p) {
2953
- return c.value[p] || {};
2954
- }
2955
- function as(p, _) {
2956
- c.value[p] = _, E.messages = c.value;
2957
- }
2958
- function is(p, _) {
2959
- c.value[p] = c.value[p] || {}, $e(_, c.value[p]), E.messages = c.value;
2960
- }
2961
- function ls(p) {
2962
- return l.value[p] || {};
2963
- }
2964
- function cs(p, _) {
2965
- l.value[p] = _, E.datetimeFormats = l.value, $n(E, p, _);
2966
- }
2967
- function us(p, _) {
2968
- l.value[p] = oe(l.value[p] || {}, _), E.datetimeFormats = l.value, $n(E, p, _);
2969
- }
2970
- function fs(p) {
2971
- return u.value[p] || {};
2972
- }
2973
- function ds(p, _) {
2974
- u.value[p] = _, E.numberFormats = u.value, Vn(E, p, _);
2975
- }
2976
- function ms(p, _) {
2977
- u.value[p] = oe(u.value[p] || {}, _), E.numberFormats = u.value, Vn(E, p, _);
2978
- }
2979
- Hn++, n && $t && (Re(n.locale, (p) => {
2980
- a && (o.value = p, E.locale = p, Me(E, o.value, i.value));
2981
- }), Re(n.fallbackLocale, (p) => {
2982
- a && (i.value = p, E.fallbackLocale = p, Me(E, o.value, i.value));
2983
- }));
2984
- const M = {
2985
- id: Hn,
2986
- locale: A,
2987
- fallbackLocale: I,
2988
- get inheritLocale() {
2989
- return a;
2990
- },
2991
- set inheritLocale(p) {
2992
- a = p, p && n && (o.value = n.locale.value, i.value = n.fallbackLocale.value, Me(E, o.value, i.value));
2993
- },
2994
- get availableLocales() {
2995
- return Object.keys(c.value).sort();
2996
- },
2997
- messages: F,
2998
- get modifiers() {
2999
- return C;
3000
- },
3001
- get pluralRules() {
3002
- return v || {};
3003
- },
3004
- get isGlobal() {
3005
- return s;
3006
- },
3007
- get missingWarn() {
3008
- return d;
3009
- },
3010
- set missingWarn(p) {
3011
- d = p, E.missingWarn = d;
3012
- },
3013
- get fallbackWarn() {
3014
- return h;
3015
- },
3016
- set fallbackWarn(p) {
3017
- h = p, E.fallbackWarn = h;
3018
- },
3019
- get fallbackRoot() {
3020
- return b;
3021
- },
3022
- set fallbackRoot(p) {
3023
- b = p;
3024
- },
3025
- get fallbackFormat() {
3026
- return m;
3027
- },
3028
- set fallbackFormat(p) {
3029
- m = p, E.fallbackFormat = m;
3030
- },
3031
- get warnHtmlMessage() {
3032
- return w;
3033
- },
3034
- set warnHtmlMessage(p) {
3035
- w = p, E.warnHtmlMessage = p;
3036
- },
3037
- get escapeParameter() {
3038
- return P;
3039
- },
3040
- set escapeParameter(p) {
3041
- P = p, E.escapeParameter = p;
3042
- },
3043
- t: qe,
3044
- getLocaleMessage: dn,
3045
- setLocaleMessage: as,
3046
- mergeLocaleMessage: is,
3047
- getPostTranslationHandler: Le,
3048
- setPostTranslationHandler: le,
3049
- getMissingHandler: $,
3050
- setMissingHandler: _t,
3051
- [ri]: Ot
3052
- };
3053
- return M.datetimeFormats = ne, M.numberFormats = De, M.rt = gt, M.te = de, M.tm = St, M.d = Je, M.n = Fe, M.getDateTimeFormat = ls, M.setDateTimeFormat = cs, M.mergeDateTimeFormat = us, M.getNumberFormat = fs, M.setNumberFormat = ds, M.mergeNumberFormat = ms, M[si] = r, M[Ht] = yt, M[zt] = At, M[Kt] = Nt, M;
3054
- }
3055
- const cn = {
3056
- tag: {
3057
- type: [String, Object]
3058
- },
3059
- locale: {
3060
- type: String
3061
- },
3062
- scope: {
3063
- type: String,
3064
- // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050
3065
- validator: (e) => e === "parent" || e === "global",
3066
- default: "parent"
3067
- /* ComponentI18nScope */
3068
- },
3069
- i18n: {
3070
- type: Object
3071
- }
3072
- };
3073
- function ii({ slots: e }, t) {
3074
- return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((r, s) => [
3075
- ...r,
3076
- // prettier-ignore
3077
- ...s.type === ir ? s.children : [s]
3078
- ], []) : t.reduce((n, r) => {
3079
- const s = e[r];
3080
- return s && (n[r] = s()), n;
3081
- }, {});
3082
- }
3083
- function ns(e) {
3084
- return ir;
3085
- }
3086
- const li = /* @__PURE__ */ Se({
3087
- /* eslint-disable */
3088
- name: "i18n-t",
3089
- props: oe({
3090
- keypath: {
3091
- type: String,
3092
- required: !0
3093
- },
3094
- plural: {
3095
- type: [Number, String],
3096
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3097
- validator: (e) => Ve(e) || !isNaN(e)
3098
- }
3099
- }, cn),
3100
- /* eslint-enable */
3101
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3102
- setup(e, t) {
3103
- const { slots: n, attrs: r } = t, s = e.i18n || un({
3104
- useScope: e.scope,
3105
- __useComponent: !0
3106
- });
3107
- return () => {
3108
- const a = Object.keys(n).filter((d) => d !== "_"), o = {};
3109
- e.locale && (o.locale = e.locale), e.plural !== void 0 && (o.plural = U(e.plural) ? +e.plural : e.plural);
3110
- const i = ii(t, a), c = s[Ht](e.keypath, i, o), l = oe({}, r), u = U(e.tag) || q(e.tag) ? e.tag : ns();
3111
- return or(u, l, c);
3112
- };
3113
- }
3114
- }), Kn = li;
3115
- function ci(e) {
3116
- return ce(e) && !U(e[0]);
3117
- }
3118
- function rs(e, t, n, r) {
3119
- const { slots: s, attrs: a } = t;
3120
- return () => {
3121
- const o = { part: !0 };
3122
- let i = {};
3123
- e.locale && (o.locale = e.locale), U(e.format) ? o.key = e.format : q(e.format) && (U(e.format.key) && (o.key = e.format.key), i = Object.keys(e.format).reduce((h, b) => n.includes(b) ? oe({}, h, { [b]: e.format[b] }) : h, {}));
3124
- const c = r(e.value, o, i);
3125
- let l = [o.key];
3126
- ce(c) ? l = c.map((h, b) => {
3127
- const m = s[h.type], g = m ? m({ [h.type]: h.value, index: b, parts: c }) : [h.value];
3128
- return ci(g) && (g[0].key = `${h.type}-${b}`), g;
3129
- }) : U(c) && (l = [c]);
3130
- const u = oe({}, a), d = U(e.tag) || q(e.tag) ? e.tag : ns();
3131
- return or(d, u, l);
3132
- };
3133
- }
3134
- const ui = /* @__PURE__ */ Se({
3135
- /* eslint-disable */
3136
- name: "i18n-n",
3137
- props: oe({
3138
- value: {
3139
- type: Number,
3140
- required: !0
3141
- },
3142
- format: {
3143
- type: [String, Object]
3144
- }
3145
- }, cn),
3146
- /* eslint-enable */
3147
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3148
- setup(e, t) {
3149
- const n = e.i18n || un({
3150
- useScope: "parent",
3151
- __useComponent: !0
3152
- });
3153
- return rs(e, t, Yr, (...r) => (
3154
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3155
- n[Kt](...r)
3156
- ));
3157
- }
3158
- }), qn = ui, fi = /* @__PURE__ */ Se({
3159
- /* eslint-disable */
3160
- name: "i18n-d",
3161
- props: oe({
3162
- value: {
3163
- type: [Number, Date],
3164
- required: !0
3165
- },
3166
- format: {
3167
- type: [String, Object]
3168
- }
3169
- }, cn),
3170
- /* eslint-enable */
3171
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3172
- setup(e, t) {
3173
- const n = e.i18n || un({
3174
- useScope: "parent",
3175
- __useComponent: !0
3176
- });
3177
- return rs(e, t, Xr, (...r) => (
3178
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3179
- n[zt](...r)
3180
- ));
3181
- }
3182
- }), Jn = fi;
3183
- function di(e, t) {
3184
- const n = e;
3185
- if (e.mode === "composition")
3186
- return n.__getInstance(t) || e.global;
3187
- {
3188
- const r = n.__getInstance(t);
3189
- return r != null ? r.__composer : e.global.__composer;
3190
- }
3191
- }
3192
- function mi(e) {
3193
- const t = (o) => {
3194
- const { instance: i, modifiers: c, value: l } = o;
3195
- if (!i || !i.$)
3196
- throw Z(J.UNEXPECTED_ERROR);
3197
- const u = di(e, i.$), d = Gn(l);
3198
- return [
3199
- Reflect.apply(u.t, u, [...Xn(d)]),
3200
- u
3201
- ];
3202
- };
3203
- return {
3204
- created: (o, i) => {
3205
- const [c, l] = t(i);
3206
- $t && e.global === l && (o.__i18nWatcher = Re(l.locale, () => {
3207
- i.instance && i.instance.$forceUpdate();
3208
- })), o.__composer = l, o.textContent = c;
3209
- },
3210
- unmounted: (o) => {
3211
- $t && o.__i18nWatcher && (o.__i18nWatcher(), o.__i18nWatcher = void 0, delete o.__i18nWatcher), o.__composer && (o.__composer = void 0, delete o.__composer);
3212
- },
3213
- beforeUpdate: (o, { value: i }) => {
3214
- if (o.__composer) {
3215
- const c = o.__composer, l = Gn(i);
3216
- o.textContent = Reflect.apply(c.t, c, [
3217
- ...Xn(l)
3218
- ]);
3219
- }
3220
- },
3221
- getSSRProps: (o) => {
3222
- const [i] = t(o);
3223
- return { textContent: i };
3224
- }
3225
- };
3226
- }
3227
- function Gn(e) {
3228
- if (U(e))
3229
- return { path: e };
3230
- if (Q(e)) {
3231
- if (!("path" in e))
3232
- throw Z(J.REQUIRED_VALUE, "path");
3233
- return e;
3234
- } else
3235
- throw Z(J.INVALID_VALUE);
3236
- }
3237
- function Xn(e) {
3238
- const { path: t, locale: n, args: r, choice: s, plural: a } = e, o = {}, i = r || {};
3239
- return U(n) && (o.locale = n), Ve(s) && (o.plural = s), Ve(a) && (o.plural = a), [t, i, o];
3240
- }
3241
- function pi(e, t, ...n) {
3242
- const r = Q(n[0]) ? n[0] : {}, s = !!r.useI18nComponentName;
3243
- (be(r.globalInstall) ? r.globalInstall : !0) && ([s ? "i18n" : Kn.name, "I18nT"].forEach((o) => e.component(o, Kn)), [qn.name, "I18nN"].forEach((o) => e.component(o, qn)), [Jn.name, "I18nD"].forEach((o) => e.component(o, Jn))), e.directive("t", mi(t));
3244
- }
3245
- const hi = /* @__PURE__ */ Ee("global-vue-i18n");
3246
- function bi(e = {}, t) {
3247
- const n = be(e.globalInjection) ? e.globalInjection : !0, r = !0, s = /* @__PURE__ */ new Map(), [a, o] = _i(e), i = /* @__PURE__ */ Ee("");
3248
- function c(d) {
3249
- return s.get(d) || null;
3250
- }
3251
- function l(d, h) {
3252
- s.set(d, h);
3253
- }
3254
- function u(d) {
3255
- s.delete(d);
3256
- }
3257
- {
3258
- const d = {
3259
- // mode
3260
- get mode() {
3261
- return "composition";
3262
- },
3263
- // allowComposition
3264
- get allowComposition() {
3265
- return r;
3266
- },
3267
- // install plugin
3268
- async install(h, ...b) {
3269
- if (h.__VUE_I18N_SYMBOL__ = i, h.provide(h.__VUE_I18N_SYMBOL__, d), Q(b[0])) {
3270
- const S = b[0];
3271
- d.__composerExtend = S.__composerExtend, d.__vueI18nExtend = S.__vueI18nExtend;
3272
- }
3273
- let m = null;
3274
- n && (m = vi(h, d.global)), pi(h, d, ...b);
3275
- const g = h.unmount;
3276
- h.unmount = () => {
3277
- m && m(), d.dispose(), g();
3278
- };
3279
- },
3280
- // global accessor
3281
- get global() {
3282
- return o;
3283
- },
3284
- dispose() {
3285
- a.stop();
3286
- },
3287
- // @internal
3288
- __instances: s,
3289
- // @internal
3290
- __getInstance: c,
3291
- // @internal
3292
- __setInstance: l,
3293
- // @internal
3294
- __deleteInstance: u
3295
- };
3296
- return d;
3297
- }
3298
- }
3299
- function un(e = {}) {
3300
- const t = ar();
3301
- if (t == null)
3302
- throw Z(J.MUST_BE_CALL_SETUP_TOP);
3303
- if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
3304
- throw Z(J.NOT_INSTALLED);
3305
- const n = gi(t), r = yi(n), s = oi(t), a = Ei(e, s);
3306
- if (a === "global")
3307
- return ai(r, e, s), r;
3308
- if (a === "parent") {
3309
- let c = Ni(n, t, e.__useComponent);
3310
- return c == null && (c = r), c;
3311
- }
3312
- const o = n;
3313
- let i = o.__getInstance(t);
3314
- if (i == null) {
3315
- const c = oe({}, e);
3316
- "__i18n" in s && (c.__i18n = s.__i18n), r && (c.__root = r), i = ts(c), o.__composerExtend && (i[qt] = o.__composerExtend(i)), Oi(o, t, i), o.__setInstance(t, i);
3317
- }
3318
- return i;
3319
- }
3320
- function _i(e, t, n) {
3321
- const r = Gt();
3322
- {
3323
- const s = r.run(() => ts(e));
3324
- if (s == null)
3325
- throw Z(J.UNEXPECTED_ERROR);
3326
- return [r, s];
3327
- }
3328
- }
3329
- function gi(e) {
3330
- {
3331
- const t = er(e.isCE ? hi : e.appContext.app.__VUE_I18N_SYMBOL__);
3332
- if (!t)
3333
- throw Z(e.isCE ? J.NOT_INSTALLED_WITH_PROVIDE : J.UNEXPECTED_ERROR);
3334
- return t;
3335
- }
3336
- }
3337
- function Ei(e, t) {
3338
- return ua(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
3339
- }
3340
- function yi(e) {
3341
- return e.mode === "composition" ? e.global : e.global.__composer;
3342
- }
3343
- function Ni(e, t, n = !1) {
3344
- let r = null;
3345
- const s = t.root;
3346
- let a = Ai(t, n);
3347
- for (; a != null; ) {
3348
- const o = e;
3349
- if (e.mode === "composition" && (r = o.__getInstance(a)), r != null || s === a)
3350
- break;
3351
- a = a.parent;
3352
- }
3353
- return r;
3354
- }
3355
- function Ai(e, t = !1) {
3356
- return e == null ? null : t && e.vnode.ctx || e.parent;
3357
- }
3358
- function Oi(e, t, n) {
3359
- Ns(() => {
3360
- }, t), As(() => {
3361
- const r = n;
3362
- e.__deleteInstance(t);
3363
- const s = r[qt];
3364
- s && (s(), delete r[qt]);
3365
- }, t);
3366
- }
3367
- const Si = [
3368
- "locale",
3369
- "fallbackLocale",
3370
- "availableLocales"
3371
- ], Yn = ["t", "rt", "d", "n", "tm", "te"];
3372
- function vi(e, t) {
3373
- const n = /* @__PURE__ */ Object.create(null);
3374
- return Si.forEach((s) => {
3375
- const a = Object.getOwnPropertyDescriptor(t, s);
3376
- if (!a)
3377
- throw Z(J.UNEXPECTED_ERROR);
3378
- const o = Ce(a.value) ? {
3379
- get() {
3380
- return a.value.value;
3381
- },
3382
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
3383
- set(i) {
3384
- a.value.value = i;
3385
- }
3386
- } : {
3387
- get() {
3388
- return a.get && a.get();
3389
- }
3390
- };
3391
- Object.defineProperty(n, s, o);
3392
- }), e.config.globalProperties.$i18n = n, Yn.forEach((s) => {
3393
- const a = Object.getOwnPropertyDescriptor(t, s);
3394
- if (!a || !a.value)
3395
- throw Z(J.UNEXPECTED_ERROR);
3396
- Object.defineProperty(e.config.globalProperties, `$${s}`, a);
3397
- }), () => {
3398
- delete e.config.globalProperties.$i18n, Yn.forEach((s) => {
3399
- delete e.config.globalProperties[`$${s}`];
3400
- });
3401
- };
3402
- }
3403
- Ja(Da);
3404
- Ga(Wr);
3405
- const ss = "en", Ti = document.documentElement.lang.slice(0, 2) || ss, wi = bi({
3406
- warnHtmlMessage: !1,
3407
- fallbackRootWithEmptyString: !1,
3408
- silentTranslationWarn: !0,
3409
- allowComposition: !0,
3410
- legacy: !1,
3411
- globalInjection: !0,
3412
- locale: Ti,
3413
- fallbackLocale: ss
3414
- /*numberFormats: {
3415
- 'da': {
3416
- currency: {
3417
- style: 'currency', currency: 'DKK', useGrouping: true, currencyDisplay: 'symbol'
3418
- }
3419
- }
3420
- }*/
3421
- }), X = wi.global;
3422
- function Ci(e) {
3423
- for (const t in e)
3424
- X.setLocaleMessage(t, e[t]);
3425
- }
3426
- var Ri = /* @__PURE__ */ ((e) => (e[e.Accept = 0] = "Accept", e[e.Error = 1] = "Error", e[e.Cancel = 2] = "Cancel", e[e.Close = 3] = "Close", e[e.Open = 4] = "Open", e[e.CheckResult = 5] = "CheckResult", e))(Ri || {}), H = /* @__PURE__ */ ((e) => (e[e.Invalid = 0] = "Invalid", e[e.PerUnit = 1] = "PerUnit", e[e.PerPerson = 2] = "PerPerson", e[e.PerAdult = 3] = "PerAdult", e[e.PerChild = 4] = "PerChild", e[e.PerNight = 5] = "PerNight", e[e.PerPersonPerNight = 6] = "PerPersonPerNight", e[e.PerAdultPerNight = 7] = "PerAdultPerNight", e[e.PerChildPerNight = 8] = "PerChildPerNight", e[e.Consumption = 9] = "Consumption", e[e.EarlyCheckIn = 10] = "EarlyCheckIn", e[e.EarlyCheckOut = 11] = "EarlyCheckOut", e[e.OneTimePayment = 12] = "OneTimePayment", e))(H || {}), Pi = /* @__PURE__ */ ((e) => (e[e.None = 0] = "None", e[e.AskForCreditCard = 2] = "AskForCreditCard", e[e.Stripe = 18] = "Stripe", e[e.DIBS = 47] = "DIBS", e[e.EasyPay = 56] = "EasyPay", e[e.ReePay = 57] = "ReePay", e))(Pi || {}), Ii = /* @__PURE__ */ ((e) => (e.Selective = "selective", e.Wholesale = "wholesale", e.Simplified = "simplified", e.Template = "template", e.Event = "event", e))(Ii || {}), Di = /* @__PURE__ */ ((e) => (e.Default = "default", e.Minimal = "minimal", e))(Di || {}), Li = /* @__PURE__ */ ((e) => (e[e.InitialState = 0] = "InitialState", e[e.WaitingForResponse = 1] = "WaitingForResponse", e[e.ReadyToPay = 2] = "ReadyToPay", e[e.PaymentSuccess = 3] = "PaymentSuccess", e))(Li || {}), Fi = /* @__PURE__ */ ((e) => (e[e.None = 0] = "None", e[e.Hourly = 1] = "Hourly", e[e.FullDayEvent = 2] = "FullDayEvent", e[e.Weekly = 3] = "Weekly", e))(Fi || {}), ki = /* @__PURE__ */ ((e) => (e[e.InitialState = 0] = "InitialState", e[e.AvailabilityState = 1] = "AvailabilityState", e[e.ReservationState = 2] = "ReservationState", e[e.PaymentState = 3] = "PaymentState", e))(ki || {});
3427
- function al(e) {
3428
- switch (e) {
3429
- case H.PerUnit:
3430
- return X.t("general.perUnit");
3431
- case H.PerNight:
3432
- return X.t("general.perNight");
3433
- case H.PerPerson:
3434
- return X.t("general.perPerson");
3435
- case H.PerAdultPerNight:
3436
- return X.t("general.perAdultPerNight");
3437
- }
3438
- }
3439
- function il(e, t, n, r = 0, s = 0) {
3440
- switch (t) {
3441
- case H.PerUnit:
3442
- return e;
3443
- case H.PerNight:
3444
- return e * n;
3445
- case H.PerAdult:
3446
- return e * r;
3447
- case H.PerChild:
3448
- return e * s;
3449
- case H.PerPerson:
3450
- return e * (r + s);
3451
- case H.PerAdultPerNight:
3452
- return e * r * n;
3453
- case H.PerChildPerNight:
3454
- return e * s * n;
3455
- case H.PerPersonPerNight:
3456
- return e * (r + s) * n;
3457
- case H.OneTimePayment:
3458
- return e;
3459
- default:
3460
- return e;
3461
- }
3462
- }
3463
- function ll(e) {
3464
- return e === void 0 ? e : e.replace(/([!?.])([a-z])/g, function(t, n, r) {
3465
- return r.toUpperCase();
3466
- });
3467
- }
3468
- function cl(e) {
3469
- if (e !== void 0) {
3470
- const t = new RegExp("\\n", "g");
3471
- return e.replace(t, "<br>");
3472
- } else
3473
- return "";
3474
- }
3475
- function ul(e) {
3476
- switch (e) {
3477
- case 2:
3478
- return X.t("booking.reservation.nameTitleMr");
3479
- case 3:
3480
- return X.t("booking.reservation.nameTitleMs");
3481
- case 4:
3482
- return X.t("booking.reservation.nameTitleMrs");
3483
- case 5:
3484
- return X.t("booking.reservation.nameTitleDr");
3485
- default:
3486
- return "";
3487
- }
3488
- }
3489
- function fl(e) {
3490
- let t, n, r, s, a, o, i, c, l, u = 0, d = 0, h = "";
3491
- const b = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=", m = [];
3492
- if (!e)
3493
- return e;
3494
- do
3495
- t = e.charCodeAt(u++), n = e.charCodeAt(u++), r = e.charCodeAt(u++), c = t << 16 | n << 8 | r, s = 63 & c >> 18, a = 63 & c >> 12, o = 63 & c >> 6, i = 63 & c, m[d++] = b.charAt(s) + b.charAt(a) + b.charAt(o) + b.charAt(i);
3496
- while (u < e.length);
3497
- return h = m.join(""), l = e.length % 3, (l ? h.slice(0, l - 3) : h) + "===".slice(l || 3);
3498
- }
3499
- function dl(e) {
3500
- return e.toLowerCase();
3501
- }
3502
- function ml(e) {
3503
- return new Date(e).toISOString();
3504
- }
3505
- function pl(e, t) {
3506
- const n = new Date(e), r = new Date(t), s = r.getTime() - n.getTime();
3507
- return Math.round(s / (1e3 * 60 * 60 * 24));
3508
- }
3509
- function bt(e = !1) {
3510
- return e ? document.documentElement.lang || "en-US" : document.documentElement.lang.slice(0, 2) || "en";
3511
- }
3512
- function Ui(e = 10) {
3513
- const t = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", n = t.length;
3514
- let r = "";
3515
- for (let s = 0; s < e; s++)
3516
- r += t.charAt(Math.floor(Math.random() * n));
3517
- return r;
3518
- }
3519
- function Pt(e, t = 0) {
3520
- let n = new Date(e);
3521
- n = new Date(n.setDate(n.getDate() + t));
3522
- let r;
3523
- switch (bt()) {
3524
- case "da":
3525
- case "se":
3526
- r = { 0: "jan", 1: "feb", 2: "mar", 3: "apr", 4: "maj", 5: "jun", 6: "jul", 7: "aug", 8: "sep", 9: "okt", 10: "nov", 11: "dec" };
3527
- break;
3528
- case "no":
3529
- r = { 0: "jan", 1: "feb", 2: "mar", 3: "apr", 4: "mai", 5: "jun", 6: "jul", 7: "aug", 8: "sep", 9: "okt", 10: "nov", 11: "des" };
3530
- break;
3531
- case "de":
3532
- r = { 0: "jan", 1: "feb", 2: "mär", 3: "apr", 4: "mai", 5: "jun", 6: "jul", 7: "aug", 8: "sep", 9: "okt", 10: "nov", 11: "dez" };
3533
- break;
3534
- case "fi":
3535
- r = { 0: "tam", 1: "hel", 2: "maa", 3: "huh", 4: "tou", 5: "kes", 6: "hei", 7: "elo", 8: "syy", 9: "lok", 10: "mar", 11: "jou" };
3536
- break;
3537
- case "fr":
3538
- r = { 0: "jan", 1: "feb", 2: "mar", 3: "apr", 4: "mai", 5: "jun", 6: "jui", 7: "aoû", 8: "sep", 9: "okt", 10: "nov", 11: "dec" };
3539
- break;
3540
- case "it":
3541
- r = { 0: "gen", 1: "feb", 2: "mar", 3: "apr", 4: "mag", 5: "giu", 6: "lug", 7: "ago", 8: "set", 9: "ott", 10: "nov", 11: "dic" };
3542
- break;
3543
- default:
3544
- r = { 0: "Jan", 1: "Feb", 2: "Mar", 3: "Apr", 4: "May", 5: "Jun", 6: "Jul", 7: "Aug", 8: "Sep", 9: "Oct", 10: "Nov", 11: "Dec" };
3545
- break;
3546
- }
3547
- return `${n.getDate()} ${r[n.getMonth()]} ${n.getFullYear()}`;
3548
- }
3549
- function Mi(e) {
3550
- const t = e.sort();
3551
- for (let n = 1; n < t.length; n++)
3552
- if (t[n] != t[n - 1] + 1)
3553
- return !1;
3554
- return !0;
3555
- }
3556
- function hl(e) {
3557
- let t = e;
3558
- const n = [6, 7], r = e.split(",").map(Number);
3559
- let s;
3560
- switch (bt()) {
3561
- case "da":
3562
- s = { 1: "Man", 2: "Tir", 3: "Ons", 4: "Tor", 5: "Fre", 6: "Lør", 7: "Søn" };
3563
- break;
3564
- default:
3565
- s = { 1: "Mon", 2: "Tue", 3: "Wed", 4: "Thu", 5: "Fri", 6: "Sat", 7: "Sun" };
3566
- break;
3567
- }
3568
- return r.length === 7 ? t = X.t("general.everyday") : n.some((a) => r.includes(a)) ? t = X.t("general.weekends") : Mi(r) && r.length > 1 ? t = `${s[r[0]]} - ${s[r[r.length - 1]]}` : t = "-", t;
3569
- }
3570
- function bl(e, t, n = !1) {
3571
- if (n) {
3572
- const r = e.split("-");
3573
- e = `${r[1]}-${r[0]}-${r[2]}`;
3574
- const s = t.split("-");
3575
- t = `${s[1]}-${s[0]}-${s[2]}`;
3576
- }
3577
- return e === t ? `${Pt(e)}}` : `${Pt(e)} - ${Pt(t)}`;
3578
- }
3579
- function It(e) {
3580
- let t = e;
3581
- const n = e.split(":");
3582
- return n[2] && (t = `${n[0]}:${n[1]}`), t;
3583
- }
3584
- function _l(e, t) {
3585
- return e === t ? It(e) : `${It(e)} - ${It(t)}`;
3586
- }
3587
- function gl(e, t) {
3588
- return new Intl.NumberFormat(bt(!0), { style: "currency", currency: t }).format(e);
3589
- }
3590
- const xi = hr("utilities", () => {
3591
- const { display: e } = xr(), t = ca("FreshBookingSettings", {}, void 0, { serializer: Mr.object }), n = B({}), r = O(() => t.value.maximumNightsAvailable), s = O(() => t.value.enableTracking), a = O(() => t.value.googleApiKey), o = O(() => t.value.recaptchaSiteKey), i = O(() => t.value.recaptchaSecretKey), c = O(() => t.value.maxAdultAmount), l = O(() => t.value.maxChildAmount), u = O(() => t.value.firstSelectableDateOffset), d = O(() => t.value.lastSelectableDateOffset), h = O(() => t.value.disableAdultSelection), b = O(() => t.value.disableAdultSelection), m = O(() => t.value.disableAdultSelection), g = O(() => t.value.disableAdultSelection), S = O(() => t.value.bookingUri), y = O(() => t.value.hideTitle), w = O(() => t.value.headerHeight), P = O(() => t.value.arrivalDefault), C = O(() => t.value.arrivalEarliest), v = O(() => t.value.arrivalLatest), E = O(() => t.value.departureDefault), D = O(() => t.value.departureEarliest), N = O(() => t.value.departureLatest), A = O(() => t.value.hideArrivalDepartureInputs), I = O(() => t.value.disableNamePrefix), F = O(() => t.value.disableGiftCardVoucher), ne = O(() => t.value.enablePackages), De = O(() => t.value.disablePricesFrom), Le = O(() => t.value.hideAvailableRoomAmount), le = O(() => t.value.hideEvents), $ = O(() => t.value.hideEventTemplates), _t = O(() => t.value.disableNewsletterSignup), fe = O(() => t.value.disableTravelingFor), qe = O(() => t.value.disableCompanyField), gt = O(() => !!o.value), Je = B(""), Fe = O(() => `Bearer ${Je.value}`), Ge = O(() => Object.keys(n.value).length > 0), fn = O(() => Ge.value ? n.value.currency.currencyCode : ""), Et = O(() => Ge.value ? n.value.name : ""), yt = O(() => n.value.paymentGatewayId);
3592
- function Nt(de) {
3593
- Je.value = de;
3594
- }
3595
- async function At(de = "none") {
3596
- try {
3597
- if (de !== "none") {
3598
- const ve = (await Sn.get(`http://localhost:91/api/${de}/metadata`, {
3599
- params: {
3600
- language: bt()
3601
- },
3602
- headers: {
3603
- Authorization: Fe.value,
3604
- Accept: "application/json",
3605
- "Fresh-Booking-Ver": "4.0.5"
3606
- }
3607
- })).data;
3608
- n.value = ve;
3609
- }
3610
- } catch {
3611
- e({
3612
- message: X.t("alert.error.couldntFetchMetadata"),
3613
- type: "warning"
3614
- });
3615
- }
3616
- }
3617
- async function Ot() {
3618
- await Sn.get("http://localhost:91/api/utility/get-settings-and-translations", {
3619
- headers: {
3620
- Authorization: Fe.value,
3621
- Accept: "application/json",
3622
- "Fresh-Booking-Ver": "4.0.5"
3623
- }
3624
- }).then((de) => {
3625
- const { settings: ve, translations: St } = de.data;
3626
- t.value = ve, Ci(St);
3627
- });
3628
- }
3629
- return {
3630
- setAccessToken: Nt,
3631
- fetchUtilities: Ot,
3632
- fetchMetadata: At,
3633
- name: Et,
3634
- paymentGatewayId: yt,
3635
- metaData: n,
3636
- currency: fn,
3637
- bearerToken: Fe,
3638
- maximumNightsAvailable: r,
3639
- enableTracking: s,
3640
- googleApiKey: a,
3641
- recaptchaSiteKey: o,
3642
- recaptchaSecretKey: i,
3643
- maxAdultAmount: c,
3644
- maxChildAmount: l,
3645
- firstSelectableDateOffset: u,
3646
- lastSelectableDateOffset: d,
3647
- disableAdultSelection: h,
3648
- disableArrivalUserSelection: b,
3649
- disableChildSelection: m,
3650
- disableDepartureUserSelection: g,
3651
- bookingUri: S,
3652
- hideTitle: y,
3653
- headerHeight: w,
3654
- arrivalDefault: P,
3655
- arrivalEarliest: C,
3656
- arrivalLatest: v,
3657
- departureDefault: E,
3658
- departureEarliest: D,
3659
- departureLatest: N,
3660
- hideArrivalDepartureInputs: A,
3661
- disableNamePrefix: I,
3662
- disableGiftCardVoucher: F,
3663
- enablePackages: ne,
3664
- disablePricesFrom: De,
3665
- hideAvailableRoomAmount: Le,
3666
- hideEvents: le,
3667
- hideEventTemplates: $,
3668
- disableNewsletterSignup: _t,
3669
- disableTravelingFor: fe,
3670
- disableCompanyField: qe,
3671
- isRecaptchaEnabled: gt
3672
- };
3673
- }), ji = {
3674
- key: 0,
3675
- class: "fresh-booking-alert-message"
3676
- }, $i = /* @__PURE__ */ Se({
3677
- __name: "Alert",
3678
- props: {
3679
- localDomain: { default: "global" }
3680
- },
3681
- setup(e) {
3682
- const t = {
3683
- default: "info",
3684
- error: "exclamation-triangle",
3685
- warning: "do-not-enter",
3686
- success: "check-circle"
3687
- }, {
3688
- message: n,
3689
- type: r,
3690
- status: s
3691
- } = Ls(xr());
3692
- return (a, o) => (ee(), se("div", {
3693
- class: at(["fresh-booking-alert", _e(r), _e(s).toLowerCase()]),
3694
- role: "alert"
3695
- }, [
3696
- _e(n) ? (ee(), se("div", ji, [
3697
- lt(Dt, {
3698
- icon: t[_e(r)]
3699
- }, null, 8, ["icon"]),
3700
- xe("span", null, lr(_e(n)), 1)
3701
- ])) : Ae("", !0)
3702
- ], 2));
3703
- }
3704
- });
3705
- const Bi = /* @__PURE__ */ cr($i, [["__scopeId", "data-v-bdb46110"]]), Vi = { class: "konnectio-app" }, El = /* @__PURE__ */ Se({
3706
- __name: "_",
3707
- props: {
3708
- accessToken: {},
3709
- type: { default: "none" }
3710
- },
3711
- async setup(e) {
3712
- let t, n;
3713
- const r = e, {
3714
- setAccessToken: s,
3715
- fetchUtilities: a,
3716
- fetchMetadata: o
3717
- } = xi();
3718
- return s(r.accessToken), o(r.type), [t, n] = Ss(() => a()), await t, n(), (i, c) => (ee(), se("div", Vi, [
3719
- ur(i.$slots, "default"),
3720
- lt(Bi, { "local-domain": "global" })
3721
- ]));
3722
- }
3723
- });
3724
- const Wi = { class: "fresh-booking-input-field" }, Hi = ["for"], zi = {
3725
- key: 1,
3726
- class: "fresh-booking-description"
3727
- }, Ki = ["innerHTML"], qi = ["for"], Ji = /* @__PURE__ */ Se({
3728
- __name: "InputField",
3729
- props: {
3730
- type: {},
3731
- label: {},
3732
- id: {},
3733
- icon: {},
3734
- iconColor: {},
3735
- iconType: { default: "fal" },
3736
- iconPlacement: { default: "field" },
3737
- required: { type: Boolean, default: !1 },
3738
- readonly: { type: Boolean, default: !1 },
3739
- limit: { default: 1 / 0 },
3740
- description: {}
3741
- },
3742
- setup(e) {
3743
- const t = e, n = t.id || Ui(), r = O(() => t.icon && t.iconPlacement === "label"), s = O(() => t.icon && t.iconPlacement === "field"), a = O(() => {
3744
- if (t.limit !== 1 / 0) {
3745
- let o = t.limit.toString().length;
3746
- return o <= 2 ? "has-2-digit-limit" : o === 3 ? "has-3-digit-limit" : "has-4-digit-limit";
3747
- } else
3748
- return;
3749
- });
3750
- return (o, i) => (ee(), se("div", Wi, [
3751
- o.label ? (ee(), se("label", {
3752
- key: 0,
3753
- for: _e(n),
3754
- class: at([
3755
- "fresh-booking-label",
3756
- { required: o.required },
3757
- { "has-icon": r.value }
3758
- ])
3759
- }, [
3760
- r.value ? (ee(), vs(Dt, {
3761
- key: 0,
3762
- icon: o.icon,
3763
- "icon-color": o.iconColor,
3764
- type: o.iconType
3765
- }, null, 8, ["icon", "icon-color", "type"])) : Ae("", !0),
3766
- xe("span", null, lr(o.label), 1)
3767
- ], 10, Hi)) : Ae("", !0),
3768
- o.description ? (ee(), se("div", zi, [
3769
- xe("span", { innerHTML: o.description }, null, 8, Ki)
3770
- ])) : Ae("", !0),
3771
- xe("div", {
3772
- class: at([
3773
- { "has-icon": s.value },
3774
- { "is-readonly": o.readonly },
3775
- "fresh-booking-input-fillable",
3776
- a.value,
3777
- o.type
3778
- ])
3779
- }, [
3780
- s.value ? (ee(), se("label", {
3781
- key: 0,
3782
- class: "fresh-booking-input-icon",
3783
- for: _e(n)
3784
- }, [
3785
- lt(Dt, {
3786
- icon: o.icon,
3787
- "icon-color": o.iconColor,
3788
- type: o.iconType
3789
- }, null, 8, ["icon", "icon-color", "type"])
3790
- ], 8, qi)) : Ae("", !0),
3791
- ur(o.$slots, "default")
3792
- ], 2)
3793
- ]));
3794
- }
3795
- });
3796
- const yl = /* @__PURE__ */ cr(Ji, [["__scopeId", "data-v-9d70bea0"]]);
3797
- /*! vue-number-input v2.0.1 | (c) 2018-present Chen Fengyuan | MIT */
3798
- const Ne = Number.isNaN || window.isNaN, Gi = /^-?(?:\d+|\d+\.\d+|\.\d+)(?:[eE][-+]?\d+)?$/, Xi = /\.\d*(?:0|9){10}\d*$/, Zn = (e, t = 1e11) => Xi.test(String(e)) ? Math.round(e * t) / t : e;
3799
- var os = Se({
3800
- name: "VueNumberInput",
3801
- props: {
3802
- attrs: {
3803
- type: Object,
3804
- default: void 0
3805
- },
3806
- center: Boolean,
3807
- controls: Boolean,
3808
- disabled: Boolean,
3809
- inputtable: {
3810
- type: Boolean,
3811
- default: !0
3812
- },
3813
- inline: Boolean,
3814
- max: {
3815
- type: Number,
3816
- default: 1 / 0
3817
- },
3818
- min: {
3819
- type: Number,
3820
- default: -1 / 0
3821
- },
3822
- name: {
3823
- type: String,
3824
- default: void 0
3825
- },
3826
- placeholder: {
3827
- type: String,
3828
- default: void 0
3829
- },
3830
- readonly: Boolean,
3831
- rounded: Boolean,
3832
- size: {
3833
- type: String,
3834
- default: void 0
3835
- },
3836
- step: {
3837
- type: Number,
3838
- default: 1
3839
- },
3840
- modelValue: {
3841
- type: Number,
3842
- default: NaN
3843
- }
3844
- },
3845
- emits: [
3846
- "update:modelValue"
3847
- ],
3848
- data() {
3849
- return {
3850
- value: NaN
3851
- };
3852
- },
3853
- computed: {
3854
- /**
3855
- * Indicate if the value is increasable.
3856
- * @returns {boolean} Return `true` if it is decreasable, else `false`.
3857
- */
3858
- increasable() {
3859
- return Ne(this.value) || this.value < this.max;
3860
- },
3861
- /**
3862
- * Indicate if the value is decreasable.
3863
- * @returns {boolean} Return `true` if it is decreasable, else `false`.
3864
- */
3865
- decreasable() {
3866
- return Ne(this.value) || this.value > this.min;
3867
- }
3868
- },
3869
- watch: {
3870
- modelValue: {
3871
- immediate: !0,
3872
- handler(e, t) {
3873
- // Avoid triggering change event when created
3874
- !(Ne(e) && typeof t > "u") && e !== this.value && this.setValue(e);
3875
- }
3876
- }
3877
- },
3878
- methods: {
3879
- isNaN: Ne,
3880
- /**
3881
- * Change event handler.
3882
- * @param {string} value - The new value.
3883
- */
3884
- change(e) {
3885
- this.setValue(e.target.value);
3886
- },
3887
- /**
3888
- * Paste event handler.
3889
- * @param {Event} event - Event object.
3890
- */
3891
- paste(e) {
3892
- const t = e.clipboardData || window.clipboardData;
3893
- t && !Gi.test(t.getData("text")) && e.preventDefault();
3894
- },
3895
- /**
3896
- * Decrease the value.
3897
- */
3898
- decrease() {
3899
- if (this.decreasable) {
3900
- let { value: e } = this;
3901
- Ne(e) && (e = 0), this.setValue(Zn(e - this.step));
3902
- }
3903
- },
3904
- /**
3905
- * Increase the value.
3906
- */
3907
- increase() {
3908
- if (this.increasable) {
3909
- let { value: e } = this;
3910
- Ne(e) && (e = 0), this.setValue(Zn(e + this.step));
3911
- }
3912
- },
3913
- /**
3914
- * Set new value and dispatch change event.
3915
- * @param {number} value - The new value to set.
3916
- */
3917
- setValue(e) {
3918
- const t = this.value;
3919
- let n = typeof e != "number" ? parseFloat(e) : e;
3920
- Ne(n) || (this.min <= this.max && (n = Math.min(this.max, Math.max(this.min, n))), this.rounded && (n = Math.round(n))), this.value = n, n === t && (this.$refs.input.value = String(n)), this.$emit("update:modelValue", n, t);
3921
- }
3922
- }
3923
- });
3924
- const Yi = ["disabled"], Zi = ["name", "value", "min", "max", "step", "readonly", "disabled", "placeholder"], Qi = ["disabled"];
3925
- function el(e, t, n, r, s, a) {
3926
- return ee(), se(
3927
- "div",
3928
- {
3929
- class: at(["vue-number-input", {
3930
- "vue-number-input--inline": e.inline,
3931
- "vue-number-input--center": e.center,
3932
- "vue-number-input--controls": e.controls,
3933
- [`vue-number-input--${e.size}`]: e.size
3934
- }])
3935
- },
3936
- [
3937
- e.controls ? (ee(), se("button", {
3938
- key: 0,
3939
- class: "vue-number-input__button vue-number-input__button--minus",
3940
- type: "button",
3941
- tabindex: "-1",
3942
- disabled: e.disabled || e.readonly || !e.decreasable,
3943
- onClick: t[0] || (t[0] = (...o) => e.decrease && e.decrease(...o))
3944
- }, null, 8, Yi)) : Ae("v-if", !0),
3945
- xe("input", Ts({
3946
- ref: "input",
3947
- class: "vue-number-input__input"
3948
- }, e.attrs, {
3949
- type: "number",
3950
- name: e.name,
3951
- value: isNaN(e.value) ? "" : e.value,
3952
- min: e.min,
3953
- max: e.max,
3954
- step: e.step,
3955
- readonly: e.readonly || !e.inputtable,
3956
- disabled: e.disabled || !e.decreasable && !e.increasable,
3957
- placeholder: e.placeholder,
3958
- autocomplete: "off",
3959
- onChange: t[1] || (t[1] = (...o) => e.change && e.change(...o)),
3960
- onPaste: t[2] || (t[2] = (...o) => e.paste && e.paste(...o))
3961
- }), null, 16, Zi),
3962
- e.controls ? (ee(), se("button", {
3963
- key: 1,
3964
- class: "vue-number-input__button vue-number-input__button--plus",
3965
- type: "button",
3966
- tabindex: "-1",
3967
- disabled: e.disabled || e.readonly || !e.increasable,
3968
- onClick: t[3] || (t[3] = (...o) => e.increase && e.increase(...o))
3969
- }, null, 8, Qi)) : Ae("v-if", !0)
3970
- ],
3971
- 2
3972
- /* CLASS */
3973
- );
3974
- }
3975
- function tl(e, t) {
3976
- t === void 0 && (t = {});
3977
- var n = t.insertAt;
3978
- if (!(!e || typeof document > "u")) {
3979
- var r = document.head || document.getElementsByTagName("head")[0], s = document.createElement("style");
3980
- s.type = "text/css", n === "top" && r.firstChild ? r.insertBefore(s, r.firstChild) : r.appendChild(s), s.styleSheet ? s.styleSheet.cssText = e : s.appendChild(document.createTextNode(e));
3981
- }
3982
- }
3983
- var nl = '.vue-number-input[data-v-188efc8c]{display:block;font-size:0;max-width:100%;overflow:hidden;position:relative}.vue-number-input__button[data-v-188efc8c]{background-color:#fff;border:0;border-radius:.25rem;bottom:1px;position:absolute;top:1px;width:2.5rem;z-index:1}.vue-number-input__button[data-v-188efc8c]:focus{outline:none}.vue-number-input__button[data-v-188efc8c]:hover:after,.vue-number-input__button[data-v-188efc8c]:hover:before{background-color:#0074d9}.vue-number-input__button[data-v-188efc8c]:disabled{opacity:.65}.vue-number-input__button[data-v-188efc8c]:disabled:after,.vue-number-input__button[data-v-188efc8c]:disabled:before{background-color:#ddd}.vue-number-input__button[data-v-188efc8c]:after,.vue-number-input__button[data-v-188efc8c]:before{background-color:#111;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .15s}.vue-number-input__button[data-v-188efc8c]:before{height:1px;width:50%}.vue-number-input__button[data-v-188efc8c]:after{height:50%;width:1px}.vue-number-input__button--minus[data-v-188efc8c]{border-bottom-right-radius:0;border-right:1px solid #ddd;border-top-right-radius:0;left:1px}.vue-number-input__button--minus[data-v-188efc8c]:after{visibility:hidden}.vue-number-input__button--plus[data-v-188efc8c]{border-bottom-left-radius:0;border-left:1px solid #ddd;border-top-left-radius:0;right:1px}.vue-number-input__input[data-v-188efc8c]{-moz-appearance:textfield;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;display:block;font-size:1rem;line-height:1.5;max-width:100%;min-height:1.5rem;min-width:3rem;padding:.4375rem .875rem;transition:border-color .15s;width:100%}.vue-number-input__input[data-v-188efc8c]::-webkit-inner-spin-button,.vue-number-input__input[data-v-188efc8c]::-webkit-outer-spin-button{-webkit-appearance:none}.vue-number-input__input[data-v-188efc8c]:focus{border-color:#0074d9;outline:none}.vue-number-input__input[data-v-188efc8c]:disabled,.vue-number-input__input[readonly][data-v-188efc8c]{background-color:#f8f8f8}.vue-number-input--inline[data-v-188efc8c]{display:inline-block}.vue-number-input--inline>input[data-v-188efc8c]{display:inline-block;width:12.5rem}.vue-number-input--center>input[data-v-188efc8c]{text-align:center}.vue-number-input--controls>input[data-v-188efc8c]{padding-left:3.375rem;padding-right:3.375rem}.vue-number-input--small>input[data-v-188efc8c]{border-radius:.1875rem;font-size:.875rem;padding:.25rem .5rem}.vue-number-input--small.vue-number-input--inline>input[data-v-188efc8c]{width:10rem}.vue-number-input--small.vue-number-input--controls>button[data-v-188efc8c]{width:2rem}.vue-number-input--small.vue-number-input--controls>input[data-v-188efc8c]{padding-left:2.5rem;padding-right:2.5rem}.vue-number-input--large>input[data-v-188efc8c]{border-radius:.3125rem;font-size:1.25rem;padding:.5rem 1rem}.vue-number-input--large.vue-number-input--inline>input[data-v-188efc8c]{width:15rem}.vue-number-input--large.vue-number-input--controls>button[data-v-188efc8c]{width:3rem}.vue-number-input--large.vue-number-input--controls>input[data-v-188efc8c]{padding-left:4rem;padding-right:4rem}';
3984
- tl(nl);
3985
- os.render = el;
3986
- os.__scopeId = "data-v-188efc8c";
3987
- export {
3988
- ml as A,
3989
- Ii as B,
3990
- os as C,
3991
- ll as D,
3992
- ki as E,
3993
- Li as G,
3994
- yl as I,
3995
- Fi as O,
3996
- Pi as P,
3997
- Ri as R,
3998
- Mr as S,
3999
- El as _,
4000
- xr as a,
4001
- hl as b,
4002
- ol as c,
4003
- pl as d,
4004
- bl as e,
4005
- _l as f,
4006
- gl as g,
4007
- xi as h,
4008
- wi as i,
4009
- al as j,
4010
- It as k,
4011
- Pt as l,
4012
- hr as m,
4013
- ca as n,
4014
- il as o,
4015
- Sn as p,
4016
- bt as q,
4017
- X as r,
4018
- Ls as s,
4019
- fl as t,
4020
- un as u,
4021
- Ui as v,
4022
- cl as w,
4023
- dl as x,
4024
- Di as y,
4025
- ul as z
4026
- };
4027
- //# sourceMappingURL=NumberField.vue_vue_type_style_index_0_lang-99de44b7.mjs.map