xyvcard-order 0.0.1

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 (100) hide show
  1. package/README.md +51 -0
  2. package/dist/canceled-CUME6Usz.mjs +4 -0
  3. package/dist/canceled.vue_vue_type_script_setup_true_lang-EX4zYQSu.mjs +509 -0
  4. package/dist/change-CK1I7hL9.mjs +4 -0
  5. package/dist/change.vue_vue_type_script_setup_true_lang-DMUKqQVp.mjs +186 -0
  6. package/dist/completed-Cf86bOvD.mjs +4 -0
  7. package/dist/completed.vue_vue_type_script_setup_true_lang-DqIyhNKh.mjs +509 -0
  8. package/dist/constant-CWTD7ap0.mjs +24 -0
  9. package/dist/deliver-BQIcivCV.mjs +4 -0
  10. package/dist/deliver.vue_vue_type_script_setup_true_lang-_2HCD1vV.mjs +221 -0
  11. package/dist/edit-BtY-5_aq.mjs +4 -0
  12. package/dist/edit-CXp819Cl.mjs +4 -0
  13. package/dist/edit-CagPAsCc.mjs +4 -0
  14. package/dist/edit-DSlSQclm.mjs +4 -0
  15. package/dist/edit-DZTWE770.mjs +4 -0
  16. package/dist/edit-kb9Vbd0O.mjs +553 -0
  17. package/dist/edit.vue_vue_type_script_setup_true_lang-BHG0mS0L.mjs +382 -0
  18. package/dist/edit.vue_vue_type_script_setup_true_lang-BzhS3SvZ.mjs +488 -0
  19. package/dist/edit.vue_vue_type_script_setup_true_lang-Cgbqi1i7.mjs +516 -0
  20. package/dist/edit.vue_vue_type_script_setup_true_lang-DHkYd975.mjs +178 -0
  21. package/dist/edit.vue_vue_type_script_setup_true_lang-be-TDMci.mjs +684 -0
  22. package/dist/index-67kgHrd-.mjs +370 -0
  23. package/dist/index-BYkU3LYC.mjs +343 -0
  24. package/dist/index-CUO59YzZ.mjs +1275 -0
  25. package/dist/index-D-PNIrrr.mjs +55 -0
  26. package/dist/index-DMD0_mKi.mjs +673 -0
  27. package/dist/index-Dbp38ozL.mjs +350 -0
  28. package/dist/index-L15OdEOS.mjs +370 -0
  29. package/dist/index-Nw_g6g3T.mjs +80 -0
  30. package/dist/index-ZpOHqjUk.mjs +344 -0
  31. package/dist/index-w8CmEAxD.mjs +90 -0
  32. package/dist/index-xagR65a1.mjs +59 -0
  33. package/dist/index-zsqXCqfG.mjs +385 -0
  34. package/dist/index.mjs +2825 -0
  35. package/dist/info-6G1vmk51.mjs +369 -0
  36. package/dist/info-BWqDP7Q1.mjs +106 -0
  37. package/dist/style.css +1 -0
  38. package/dist/unpay-CqebDQ24.mjs +4 -0
  39. package/dist/unpay.vue_vue_type_script_setup_true_lang-Cq-l3JEe.mjs +3981 -0
  40. package/dist/unpost-vRTZyaW0.mjs +4 -0
  41. package/dist/unpost.vue_vue_type_script_setup_true_lang-CAd6DqNm.mjs +540 -0
  42. package/dist/unreceive-DUyGNC5h.mjs +4 -0
  43. package/dist/unreceive.vue_vue_type_script_setup_true_lang-DK1USH8c.mjs +509 -0
  44. package/dist/viewLogist-DdG4dbmo.mjs +4 -0
  45. package/dist/viewLogist.vue_vue_type_script_setup_true_lang-POKrzvX7.mjs +77 -0
  46. package/dts/src/App.vue.d.ts +2 -0
  47. package/dts/src/api/dict.d.ts +10 -0
  48. package/dts/src/api/index.d.ts +14 -0
  49. package/dts/src/api/order/order-bill/index.d.ts +20 -0
  50. package/dts/src/api/order/order-bill/types.d.ts +75 -0
  51. package/dts/src/api/order/order-info/index.d.ts +15 -0
  52. package/dts/src/api/order/order-info/types.d.ts +97 -0
  53. package/dts/src/api/order/order-item/index.d.ts +20 -0
  54. package/dts/src/api/order/order-item/types.d.ts +95 -0
  55. package/dts/src/api/order/order-logistics/index.d.ts +12 -0
  56. package/dts/src/api/order/order-logistics/types.d.ts +85 -0
  57. package/dts/src/api/order/order-pay-record/index.d.ts +20 -0
  58. package/dts/src/api/order/order-pay-record/types.d.ts +77 -0
  59. package/dts/src/api/order/order-refund-record/index.d.ts +20 -0
  60. package/dts/src/api/order/order-refund-record/types.d.ts +80 -0
  61. package/dts/src/api/order/order-refunds/index.d.ts +12 -0
  62. package/dts/src/api/order/order-refunds/types.d.ts +47 -0
  63. package/dts/src/api/shop/shop-info/index.d.ts +8 -0
  64. package/dts/src/api/shop/shop-info/types.d.ts +16 -0
  65. package/dts/src/components/EnumRadio/index.vue.d.ts +18 -0
  66. package/dts/src/constant.d.ts +28 -0
  67. package/dts/src/index.d.ts +6 -0
  68. package/dts/src/lang/index.d.ts +1 -0
  69. package/dts/src/lang/order/en.d.ts +2 -0
  70. package/dts/src/lang/order/zh-cn.d.ts +189 -0
  71. package/dts/src/main.d.ts +4 -0
  72. package/dts/src/permission.d.ts +1 -0
  73. package/dts/src/router/orderRouter.d.ts +4 -0
  74. package/dts/src/utils/commons.d.ts +10 -0
  75. package/dts/src/utils/momentPlugin.d.ts +5 -0
  76. package/dts/src/views/order/order-bill/edit.vue.d.ts +22 -0
  77. package/dts/src/views/order/order-bill/index.vue.d.ts +2 -0
  78. package/dts/src/views/order/order-info/canceled.vue.d.ts +2 -0
  79. package/dts/src/views/order/order-info/change.vue.d.ts +31 -0
  80. package/dts/src/views/order/order-info/completed.vue.d.ts +2 -0
  81. package/dts/src/views/order/order-info/deliver.vue.d.ts +31 -0
  82. package/dts/src/views/order/order-info/edit.vue.d.ts +22 -0
  83. package/dts/src/views/order/order-info/index.vue.d.ts +2 -0
  84. package/dts/src/views/order/order-info/info.vue.d.ts +2 -0
  85. package/dts/src/views/order/order-info/unpay.vue.d.ts +2 -0
  86. package/dts/src/views/order/order-info/unpost.vue.d.ts +2 -0
  87. package/dts/src/views/order/order-info/unreceive.vue.d.ts +2 -0
  88. package/dts/src/views/order/order-info/viewLogist.vue.d.ts +27 -0
  89. package/dts/src/views/order/order-item/edit.vue.d.ts +22 -0
  90. package/dts/src/views/order/order-item/index.vue.d.ts +2 -0
  91. package/dts/src/views/order/order-logistics/edit.vue.d.ts +22 -0
  92. package/dts/src/views/order/order-logistics/index.vue.d.ts +2 -0
  93. package/dts/src/views/order/order-pay-record/edit.vue.d.ts +22 -0
  94. package/dts/src/views/order/order-pay-record/index.vue.d.ts +2 -0
  95. package/dts/src/views/order/order-refund-record/edit.vue.d.ts +22 -0
  96. package/dts/src/views/order/order-refund-record/index.vue.d.ts +2 -0
  97. package/dts/src/views/order/order-refunds/edit.vue.d.ts +22 -0
  98. package/dts/src/views/order/order-refunds/index.vue.d.ts +2 -0
  99. package/dts/src/views/order/order-refunds/info.vue.d.ts +2 -0
  100. package/package.json +57 -0
@@ -0,0 +1,1275 @@
1
+ var qe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function Cr(r) {
3
+ return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
4
+ }
5
+ function Ur(r) {
6
+ if (r.__esModule) return r;
7
+ var e = r.default;
8
+ if (typeof e == "function") {
9
+ var t = function n() {
10
+ return this instanceof n ? Reflect.construct(e, arguments, this.constructor) : e.apply(this, arguments);
11
+ };
12
+ t.prototype = e.prototype;
13
+ } else t = {};
14
+ return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(r).forEach(function(n) {
15
+ var o = Object.getOwnPropertyDescriptor(r, n);
16
+ Object.defineProperty(t, n, o.get ? o : {
17
+ enumerable: !0,
18
+ get: function() {
19
+ return r[n];
20
+ }
21
+ });
22
+ }), t;
23
+ }
24
+ var Wr = Error, Lr = EvalError, Gr = RangeError, kr = ReferenceError, gr = SyntaxError, ae = TypeError, zr = URIError, Hr = function() {
25
+ if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
26
+ return !1;
27
+ if (typeof Symbol.iterator == "symbol")
28
+ return !0;
29
+ var e = {}, t = Symbol("test"), n = Object(t);
30
+ if (typeof t == "string" || Object.prototype.toString.call(t) !== "[object Symbol]" || Object.prototype.toString.call(n) !== "[object Symbol]")
31
+ return !1;
32
+ var o = 42;
33
+ e[t] = o;
34
+ for (t in e)
35
+ return !1;
36
+ if (typeof Object.keys == "function" && Object.keys(e).length !== 0 || typeof Object.getOwnPropertyNames == "function" && Object.getOwnPropertyNames(e).length !== 0)
37
+ return !1;
38
+ var a = Object.getOwnPropertySymbols(e);
39
+ if (a.length !== 1 || a[0] !== t || !Object.prototype.propertyIsEnumerable.call(e, t))
40
+ return !1;
41
+ if (typeof Object.getOwnPropertyDescriptor == "function") {
42
+ var i = Object.getOwnPropertyDescriptor(e, t);
43
+ if (i.value !== o || i.enumerable !== !0)
44
+ return !1;
45
+ }
46
+ return !0;
47
+ }, Qe = typeof Symbol < "u" && Symbol, Kr = Hr, qr = function() {
48
+ return typeof Qe != "function" || typeof Symbol != "function" || typeof Qe("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Kr();
49
+ }, be = {
50
+ __proto__: null,
51
+ foo: {}
52
+ }, Qr = Object, Vr = function() {
53
+ return { __proto__: be }.foo === be.foo && !(be instanceof Qr);
54
+ }, Jr = "Function.prototype.bind called on incompatible ", jr = Object.prototype.toString, Yr = Math.max, Xr = "[object Function]", Ve = function(e, t) {
55
+ for (var n = [], o = 0; o < e.length; o += 1)
56
+ n[o] = e[o];
57
+ for (var a = 0; a < t.length; a += 1)
58
+ n[a + e.length] = t[a];
59
+ return n;
60
+ }, Zr = function(e, t) {
61
+ for (var n = [], o = t, a = 0; o < e.length; o += 1, a += 1)
62
+ n[a] = e[o];
63
+ return n;
64
+ }, et = function(r, e) {
65
+ for (var t = "", n = 0; n < r.length; n += 1)
66
+ t += r[n], n + 1 < r.length && (t += e);
67
+ return t;
68
+ }, rt = function(e) {
69
+ var t = this;
70
+ if (typeof t != "function" || jr.apply(t) !== Xr)
71
+ throw new TypeError(Jr + t);
72
+ for (var n = Zr(arguments, 1), o, a = function() {
73
+ if (this instanceof o) {
74
+ var c = t.apply(
75
+ this,
76
+ Ve(n, arguments)
77
+ );
78
+ return Object(c) === c ? c : this;
79
+ }
80
+ return t.apply(
81
+ e,
82
+ Ve(n, arguments)
83
+ );
84
+ }, i = Yr(0, t.length - n.length), f = [], l = 0; l < i; l++)
85
+ f[l] = "$" + l;
86
+ if (o = Function("binder", "return function (" + et(f, ",") + "){ return binder.apply(this,arguments); }")(a), t.prototype) {
87
+ var p = function() {
88
+ };
89
+ p.prototype = t.prototype, o.prototype = new p(), p.prototype = null;
90
+ }
91
+ return o;
92
+ }, tt = rt, Ue = Function.prototype.bind || tt, nt = Function.prototype.call, at = Object.prototype.hasOwnProperty, ot = Ue, it = ot.call(nt, at), y, lt = Wr, ft = Lr, ut = Gr, ct = kr, Q = gr, q = ae, pt = zr, mr = Function, Se = function(r) {
93
+ try {
94
+ return mr('"use strict"; return (' + r + ").constructor;")();
95
+ } catch {
96
+ }
97
+ }, W = Object.getOwnPropertyDescriptor;
98
+ if (W)
99
+ try {
100
+ W({}, "");
101
+ } catch {
102
+ W = null;
103
+ }
104
+ var we = function() {
105
+ throw new q();
106
+ }, yt = W ? function() {
107
+ try {
108
+ return arguments.callee, we;
109
+ } catch {
110
+ try {
111
+ return W(arguments, "callee").get;
112
+ } catch {
113
+ return we;
114
+ }
115
+ }
116
+ }() : we, z = qr(), st = Vr(), b = Object.getPrototypeOf || (st ? function(r) {
117
+ return r.__proto__;
118
+ } : null), K = {}, dt = typeof Uint8Array > "u" || !b ? y : b(Uint8Array), L = {
119
+ __proto__: null,
120
+ "%AggregateError%": typeof AggregateError > "u" ? y : AggregateError,
121
+ "%Array%": Array,
122
+ "%ArrayBuffer%": typeof ArrayBuffer > "u" ? y : ArrayBuffer,
123
+ "%ArrayIteratorPrototype%": z && b ? b([][Symbol.iterator]()) : y,
124
+ "%AsyncFromSyncIteratorPrototype%": y,
125
+ "%AsyncFunction%": K,
126
+ "%AsyncGenerator%": K,
127
+ "%AsyncGeneratorFunction%": K,
128
+ "%AsyncIteratorPrototype%": K,
129
+ "%Atomics%": typeof Atomics > "u" ? y : Atomics,
130
+ "%BigInt%": typeof BigInt > "u" ? y : BigInt,
131
+ "%BigInt64Array%": typeof BigInt64Array > "u" ? y : BigInt64Array,
132
+ "%BigUint64Array%": typeof BigUint64Array > "u" ? y : BigUint64Array,
133
+ "%Boolean%": Boolean,
134
+ "%DataView%": typeof DataView > "u" ? y : DataView,
135
+ "%Date%": Date,
136
+ "%decodeURI%": decodeURI,
137
+ "%decodeURIComponent%": decodeURIComponent,
138
+ "%encodeURI%": encodeURI,
139
+ "%encodeURIComponent%": encodeURIComponent,
140
+ "%Error%": lt,
141
+ "%eval%": eval,
142
+ // eslint-disable-line no-eval
143
+ "%EvalError%": ft,
144
+ "%Float32Array%": typeof Float32Array > "u" ? y : Float32Array,
145
+ "%Float64Array%": typeof Float64Array > "u" ? y : Float64Array,
146
+ "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? y : FinalizationRegistry,
147
+ "%Function%": mr,
148
+ "%GeneratorFunction%": K,
149
+ "%Int8Array%": typeof Int8Array > "u" ? y : Int8Array,
150
+ "%Int16Array%": typeof Int16Array > "u" ? y : Int16Array,
151
+ "%Int32Array%": typeof Int32Array > "u" ? y : Int32Array,
152
+ "%isFinite%": isFinite,
153
+ "%isNaN%": isNaN,
154
+ "%IteratorPrototype%": z && b ? b(b([][Symbol.iterator]())) : y,
155
+ "%JSON%": typeof JSON == "object" ? JSON : y,
156
+ "%Map%": typeof Map > "u" ? y : Map,
157
+ "%MapIteratorPrototype%": typeof Map > "u" || !z || !b ? y : b((/* @__PURE__ */ new Map())[Symbol.iterator]()),
158
+ "%Math%": Math,
159
+ "%Number%": Number,
160
+ "%Object%": Object,
161
+ "%parseFloat%": parseFloat,
162
+ "%parseInt%": parseInt,
163
+ "%Promise%": typeof Promise > "u" ? y : Promise,
164
+ "%Proxy%": typeof Proxy > "u" ? y : Proxy,
165
+ "%RangeError%": ut,
166
+ "%ReferenceError%": ct,
167
+ "%Reflect%": typeof Reflect > "u" ? y : Reflect,
168
+ "%RegExp%": RegExp,
169
+ "%Set%": typeof Set > "u" ? y : Set,
170
+ "%SetIteratorPrototype%": typeof Set > "u" || !z || !b ? y : b((/* @__PURE__ */ new Set())[Symbol.iterator]()),
171
+ "%SharedArrayBuffer%": typeof SharedArrayBuffer > "u" ? y : SharedArrayBuffer,
172
+ "%String%": String,
173
+ "%StringIteratorPrototype%": z && b ? b(""[Symbol.iterator]()) : y,
174
+ "%Symbol%": z ? Symbol : y,
175
+ "%SyntaxError%": Q,
176
+ "%ThrowTypeError%": yt,
177
+ "%TypedArray%": dt,
178
+ "%TypeError%": q,
179
+ "%Uint8Array%": typeof Uint8Array > "u" ? y : Uint8Array,
180
+ "%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? y : Uint8ClampedArray,
181
+ "%Uint16Array%": typeof Uint16Array > "u" ? y : Uint16Array,
182
+ "%Uint32Array%": typeof Uint32Array > "u" ? y : Uint32Array,
183
+ "%URIError%": pt,
184
+ "%WeakMap%": typeof WeakMap > "u" ? y : WeakMap,
185
+ "%WeakRef%": typeof WeakRef > "u" ? y : WeakRef,
186
+ "%WeakSet%": typeof WeakSet > "u" ? y : WeakSet
187
+ };
188
+ if (b)
189
+ try {
190
+ null.error;
191
+ } catch (r) {
192
+ var vt = b(b(r));
193
+ L["%Error.prototype%"] = vt;
194
+ }
195
+ var gt = function r(e) {
196
+ var t;
197
+ if (e === "%AsyncFunction%")
198
+ t = Se("async function () {}");
199
+ else if (e === "%GeneratorFunction%")
200
+ t = Se("function* () {}");
201
+ else if (e === "%AsyncGeneratorFunction%")
202
+ t = Se("async function* () {}");
203
+ else if (e === "%AsyncGenerator%") {
204
+ var n = r("%AsyncGeneratorFunction%");
205
+ n && (t = n.prototype);
206
+ } else if (e === "%AsyncIteratorPrototype%") {
207
+ var o = r("%AsyncGenerator%");
208
+ o && b && (t = b(o.prototype));
209
+ }
210
+ return L[e] = t, t;
211
+ }, Je = {
212
+ __proto__: null,
213
+ "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
214
+ "%ArrayPrototype%": ["Array", "prototype"],
215
+ "%ArrayProto_entries%": ["Array", "prototype", "entries"],
216
+ "%ArrayProto_forEach%": ["Array", "prototype", "forEach"],
217
+ "%ArrayProto_keys%": ["Array", "prototype", "keys"],
218
+ "%ArrayProto_values%": ["Array", "prototype", "values"],
219
+ "%AsyncFunctionPrototype%": ["AsyncFunction", "prototype"],
220
+ "%AsyncGenerator%": ["AsyncGeneratorFunction", "prototype"],
221
+ "%AsyncGeneratorPrototype%": ["AsyncGeneratorFunction", "prototype", "prototype"],
222
+ "%BooleanPrototype%": ["Boolean", "prototype"],
223
+ "%DataViewPrototype%": ["DataView", "prototype"],
224
+ "%DatePrototype%": ["Date", "prototype"],
225
+ "%ErrorPrototype%": ["Error", "prototype"],
226
+ "%EvalErrorPrototype%": ["EvalError", "prototype"],
227
+ "%Float32ArrayPrototype%": ["Float32Array", "prototype"],
228
+ "%Float64ArrayPrototype%": ["Float64Array", "prototype"],
229
+ "%FunctionPrototype%": ["Function", "prototype"],
230
+ "%Generator%": ["GeneratorFunction", "prototype"],
231
+ "%GeneratorPrototype%": ["GeneratorFunction", "prototype", "prototype"],
232
+ "%Int8ArrayPrototype%": ["Int8Array", "prototype"],
233
+ "%Int16ArrayPrototype%": ["Int16Array", "prototype"],
234
+ "%Int32ArrayPrototype%": ["Int32Array", "prototype"],
235
+ "%JSONParse%": ["JSON", "parse"],
236
+ "%JSONStringify%": ["JSON", "stringify"],
237
+ "%MapPrototype%": ["Map", "prototype"],
238
+ "%NumberPrototype%": ["Number", "prototype"],
239
+ "%ObjectPrototype%": ["Object", "prototype"],
240
+ "%ObjProto_toString%": ["Object", "prototype", "toString"],
241
+ "%ObjProto_valueOf%": ["Object", "prototype", "valueOf"],
242
+ "%PromisePrototype%": ["Promise", "prototype"],
243
+ "%PromiseProto_then%": ["Promise", "prototype", "then"],
244
+ "%Promise_all%": ["Promise", "all"],
245
+ "%Promise_reject%": ["Promise", "reject"],
246
+ "%Promise_resolve%": ["Promise", "resolve"],
247
+ "%RangeErrorPrototype%": ["RangeError", "prototype"],
248
+ "%ReferenceErrorPrototype%": ["ReferenceError", "prototype"],
249
+ "%RegExpPrototype%": ["RegExp", "prototype"],
250
+ "%SetPrototype%": ["Set", "prototype"],
251
+ "%SharedArrayBufferPrototype%": ["SharedArrayBuffer", "prototype"],
252
+ "%StringPrototype%": ["String", "prototype"],
253
+ "%SymbolPrototype%": ["Symbol", "prototype"],
254
+ "%SyntaxErrorPrototype%": ["SyntaxError", "prototype"],
255
+ "%TypedArrayPrototype%": ["TypedArray", "prototype"],
256
+ "%TypeErrorPrototype%": ["TypeError", "prototype"],
257
+ "%Uint8ArrayPrototype%": ["Uint8Array", "prototype"],
258
+ "%Uint8ClampedArrayPrototype%": ["Uint8ClampedArray", "prototype"],
259
+ "%Uint16ArrayPrototype%": ["Uint16Array", "prototype"],
260
+ "%Uint32ArrayPrototype%": ["Uint32Array", "prototype"],
261
+ "%URIErrorPrototype%": ["URIError", "prototype"],
262
+ "%WeakMapPrototype%": ["WeakMap", "prototype"],
263
+ "%WeakSetPrototype%": ["WeakSet", "prototype"]
264
+ }, oe = Ue, se = it, mt = oe.call(Function.call, Array.prototype.concat), ht = oe.call(Function.apply, Array.prototype.splice), je = oe.call(Function.call, String.prototype.replace), de = oe.call(Function.call, String.prototype.slice), bt = oe.call(Function.call, RegExp.prototype.exec), St = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, wt = /\\(\\)?/g, At = function(e) {
265
+ var t = de(e, 0, 1), n = de(e, -1);
266
+ if (t === "%" && n !== "%")
267
+ throw new Q("invalid intrinsic syntax, expected closing `%`");
268
+ if (n === "%" && t !== "%")
269
+ throw new Q("invalid intrinsic syntax, expected opening `%`");
270
+ var o = [];
271
+ return je(e, St, function(a, i, f, l) {
272
+ o[o.length] = f ? je(l, wt, "$1") : i || a;
273
+ }), o;
274
+ }, Et = function(e, t) {
275
+ var n = e, o;
276
+ if (se(Je, n) && (o = Je[n], n = "%" + o[0] + "%"), se(L, n)) {
277
+ var a = L[n];
278
+ if (a === K && (a = gt(n)), typeof a > "u" && !t)
279
+ throw new q("intrinsic " + e + " exists, but is not available. Please file an issue!");
280
+ return {
281
+ alias: o,
282
+ name: n,
283
+ value: a
284
+ };
285
+ }
286
+ throw new Q("intrinsic " + e + " does not exist!");
287
+ }, j = function(e, t) {
288
+ if (typeof e != "string" || e.length === 0)
289
+ throw new q("intrinsic name must be a non-empty string");
290
+ if (arguments.length > 1 && typeof t != "boolean")
291
+ throw new q('"allowMissing" argument must be a boolean');
292
+ if (bt(/^%?[^%]*%?$/, e) === null)
293
+ throw new Q("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
294
+ var n = At(e), o = n.length > 0 ? n[0] : "", a = Et("%" + o + "%", t), i = a.name, f = a.value, l = !1, p = a.alias;
295
+ p && (o = p[0], ht(n, mt([0, 1], p)));
296
+ for (var c = 1, s = !0; c < n.length; c += 1) {
297
+ var u = n[c], v = de(u, 0, 1), g = de(u, -1);
298
+ if ((v === '"' || v === "'" || v === "`" || g === '"' || g === "'" || g === "`") && v !== g)
299
+ throw new Q("property names with quotes must have matching quotes");
300
+ if ((u === "constructor" || !s) && (l = !0), o += "." + u, i = "%" + o + "%", se(L, i))
301
+ f = L[i];
302
+ else if (f != null) {
303
+ if (!(u in f)) {
304
+ if (!t)
305
+ throw new q("base intrinsic for " + e + " exists, but the property is not available.");
306
+ return;
307
+ }
308
+ if (W && c + 1 >= n.length) {
309
+ var S = W(f, u);
310
+ s = !!S, s && "get" in S && !("originalValue" in S.get) ? f = S.get : f = f[u];
311
+ } else
312
+ s = se(f, u), f = f[u];
313
+ s && !l && (L[i] = f);
314
+ }
315
+ }
316
+ return f;
317
+ }, hr = { exports: {} }, Ae, Ye;
318
+ function We() {
319
+ if (Ye) return Ae;
320
+ Ye = 1;
321
+ var r = j, e = r("%Object.defineProperty%", !0) || !1;
322
+ if (e)
323
+ try {
324
+ e({}, "a", { value: 1 });
325
+ } catch {
326
+ e = !1;
327
+ }
328
+ return Ae = e, Ae;
329
+ }
330
+ var Ot = j, pe = Ot("%Object.getOwnPropertyDescriptor%", !0);
331
+ if (pe)
332
+ try {
333
+ pe([], "length");
334
+ } catch {
335
+ pe = null;
336
+ }
337
+ var br = pe, Xe = We(), Pt = gr, H = ae, Ze = br, $t = function(e, t, n) {
338
+ if (!e || typeof e != "object" && typeof e != "function")
339
+ throw new H("`obj` must be an object or a function`");
340
+ if (typeof t != "string" && typeof t != "symbol")
341
+ throw new H("`property` must be a string or a symbol`");
342
+ if (arguments.length > 3 && typeof arguments[3] != "boolean" && arguments[3] !== null)
343
+ throw new H("`nonEnumerable`, if provided, must be a boolean or null");
344
+ if (arguments.length > 4 && typeof arguments[4] != "boolean" && arguments[4] !== null)
345
+ throw new H("`nonWritable`, if provided, must be a boolean or null");
346
+ if (arguments.length > 5 && typeof arguments[5] != "boolean" && arguments[5] !== null)
347
+ throw new H("`nonConfigurable`, if provided, must be a boolean or null");
348
+ if (arguments.length > 6 && typeof arguments[6] != "boolean")
349
+ throw new H("`loose`, if provided, must be a boolean");
350
+ var o = arguments.length > 3 ? arguments[3] : null, a = arguments.length > 4 ? arguments[4] : null, i = arguments.length > 5 ? arguments[5] : null, f = arguments.length > 6 ? arguments[6] : !1, l = !!Ze && Ze(e, t);
351
+ if (Xe)
352
+ Xe(e, t, {
353
+ configurable: i === null && l ? l.configurable : !i,
354
+ enumerable: o === null && l ? l.enumerable : !o,
355
+ value: n,
356
+ writable: a === null && l ? l.writable : !a
357
+ });
358
+ else if (f || !o && !a && !i)
359
+ e[t] = n;
360
+ else
361
+ throw new Pt("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
362
+ }, Re = We(), Sr = function() {
363
+ return !!Re;
364
+ };
365
+ Sr.hasArrayLengthDefineBug = function() {
366
+ if (!Re)
367
+ return null;
368
+ try {
369
+ return Re([], "length", { value: 1 }).length !== 1;
370
+ } catch {
371
+ return !0;
372
+ }
373
+ };
374
+ var It = Sr, Ft = j, er = $t, xt = It(), rr = br, tr = ae, Dt = Ft("%Math.floor%"), Rt = function(e, t) {
375
+ if (typeof e != "function")
376
+ throw new tr("`fn` is not a function");
377
+ if (typeof t != "number" || t < 0 || t > 4294967295 || Dt(t) !== t)
378
+ throw new tr("`length` must be a positive 32-bit integer");
379
+ var n = arguments.length > 2 && !!arguments[2], o = !0, a = !0;
380
+ if ("length" in e && rr) {
381
+ var i = rr(e, "length");
382
+ i && !i.configurable && (o = !1), i && !i.writable && (a = !1);
383
+ }
384
+ return (o || a || !n) && (xt ? er(
385
+ /** @type {Parameters<define>[0]} */
386
+ e,
387
+ "length",
388
+ t,
389
+ !0,
390
+ !0
391
+ ) : er(
392
+ /** @type {Parameters<define>[0]} */
393
+ e,
394
+ "length",
395
+ t
396
+ )), e;
397
+ };
398
+ (function(r) {
399
+ var e = Ue, t = j, n = Rt, o = ae, a = t("%Function.prototype.apply%"), i = t("%Function.prototype.call%"), f = t("%Reflect.apply%", !0) || e.call(i, a), l = We(), p = t("%Math.max%");
400
+ r.exports = function(u) {
401
+ if (typeof u != "function")
402
+ throw new o("a function is required");
403
+ var v = f(e, i, arguments);
404
+ return n(
405
+ v,
406
+ 1 + p(0, u.length - (arguments.length - 1)),
407
+ !0
408
+ );
409
+ };
410
+ var c = function() {
411
+ return f(e, a, arguments);
412
+ };
413
+ l ? l(r.exports, "apply", { value: c }) : r.exports.apply = c;
414
+ })(hr);
415
+ var _t = hr.exports, wr = j, Ar = _t, Tt = Ar(wr("String.prototype.indexOf")), Nt = function(e, t) {
416
+ var n = wr(e, !!t);
417
+ return typeof n == "function" && Tt(e, ".prototype.") > -1 ? Ar(n) : n;
418
+ };
419
+ const Mt = {}, Bt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
420
+ __proto__: null,
421
+ default: Mt
422
+ }, Symbol.toStringTag, { value: "Module" })), Ct = /* @__PURE__ */ Ur(Bt);
423
+ var Le = typeof Map == "function" && Map.prototype, Ee = Object.getOwnPropertyDescriptor && Le ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, ve = Le && Ee && typeof Ee.get == "function" ? Ee.get : null, nr = Le && Map.prototype.forEach, Ge = typeof Set == "function" && Set.prototype, Oe = Object.getOwnPropertyDescriptor && Ge ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, ge = Ge && Oe && typeof Oe.get == "function" ? Oe.get : null, ar = Ge && Set.prototype.forEach, Ut = typeof WeakMap == "function" && WeakMap.prototype, re = Ut ? WeakMap.prototype.has : null, Wt = typeof WeakSet == "function" && WeakSet.prototype, te = Wt ? WeakSet.prototype.has : null, Lt = typeof WeakRef == "function" && WeakRef.prototype, or = Lt ? WeakRef.prototype.deref : null, Gt = Boolean.prototype.valueOf, kt = Object.prototype.toString, zt = Function.prototype.toString, Ht = String.prototype.match, ke = String.prototype.slice, N = String.prototype.replace, Kt = String.prototype.toUpperCase, ir = String.prototype.toLowerCase, Er = RegExp.prototype.test, lr = Array.prototype.concat, $ = Array.prototype.join, qt = Array.prototype.slice, fr = Math.floor, _e = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, Pe = Object.getOwnPropertySymbols, Te = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, V = typeof Symbol == "function" && typeof Symbol.iterator == "object", w = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === V || !0) ? Symbol.toStringTag : null, Or = Object.prototype.propertyIsEnumerable, ur = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(r) {
424
+ return r.__proto__;
425
+ } : null);
426
+ function cr(r, e) {
427
+ if (r === 1 / 0 || r === -1 / 0 || r !== r || r && r > -1e3 && r < 1e3 || Er.call(/e/, e))
428
+ return e;
429
+ var t = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
430
+ if (typeof r == "number") {
431
+ var n = r < 0 ? -fr(-r) : fr(r);
432
+ if (n !== r) {
433
+ var o = String(n), a = ke.call(e, o.length + 1);
434
+ return N.call(o, t, "$&_") + "." + N.call(N.call(a, /([0-9]{3})/g, "$&_"), /_$/, "");
435
+ }
436
+ }
437
+ return N.call(e, t, "$&_");
438
+ }
439
+ var Ne = Ct, pr = Ne.custom, yr = $r(pr) ? pr : null, Qt = function r(e, t, n, o) {
440
+ var a = t || {};
441
+ if (T(a, "quoteStyle") && a.quoteStyle !== "single" && a.quoteStyle !== "double")
442
+ throw new TypeError('option "quoteStyle" must be "single" or "double"');
443
+ if (T(a, "maxStringLength") && (typeof a.maxStringLength == "number" ? a.maxStringLength < 0 && a.maxStringLength !== 1 / 0 : a.maxStringLength !== null))
444
+ throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
445
+ var i = T(a, "customInspect") ? a.customInspect : !0;
446
+ if (typeof i != "boolean" && i !== "symbol")
447
+ throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");
448
+ if (T(a, "indent") && a.indent !== null && a.indent !== " " && !(parseInt(a.indent, 10) === a.indent && a.indent > 0))
449
+ throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');
450
+ if (T(a, "numericSeparator") && typeof a.numericSeparator != "boolean")
451
+ throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');
452
+ var f = a.numericSeparator;
453
+ if (typeof e > "u")
454
+ return "undefined";
455
+ if (e === null)
456
+ return "null";
457
+ if (typeof e == "boolean")
458
+ return e ? "true" : "false";
459
+ if (typeof e == "string")
460
+ return Fr(e, a);
461
+ if (typeof e == "number") {
462
+ if (e === 0)
463
+ return 1 / 0 / e > 0 ? "0" : "-0";
464
+ var l = String(e);
465
+ return f ? cr(e, l) : l;
466
+ }
467
+ if (typeof e == "bigint") {
468
+ var p = String(e) + "n";
469
+ return f ? cr(e, p) : p;
470
+ }
471
+ var c = typeof a.depth > "u" ? 5 : a.depth;
472
+ if (typeof n > "u" && (n = 0), n >= c && c > 0 && typeof e == "object")
473
+ return Me(e) ? "[Array]" : "[Object]";
474
+ var s = yn(a, n);
475
+ if (typeof o > "u")
476
+ o = [];
477
+ else if (Ir(o, e) >= 0)
478
+ return "[Circular]";
479
+ function u(E, R, _) {
480
+ if (R && (o = qt.call(o), o.push(R)), _) {
481
+ var Z = {
482
+ depth: a.depth
483
+ };
484
+ return T(a, "quoteStyle") && (Z.quoteStyle = a.quoteStyle), r(E, Z, n + 1, o);
485
+ }
486
+ return r(E, a, n + 1, o);
487
+ }
488
+ if (typeof e == "function" && !sr(e)) {
489
+ var v = tn(e), g = fe(e, u);
490
+ return "[Function" + (v ? ": " + v : " (anonymous)") + "]" + (g.length > 0 ? " { " + $.call(g, ", ") + " }" : "");
491
+ }
492
+ if ($r(e)) {
493
+ var S = V ? N.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : Te.call(e);
494
+ return typeof e == "object" && !V ? ee(S) : S;
495
+ }
496
+ if (un(e)) {
497
+ for (var A = "<" + ir.call(String(e.nodeName)), I = e.attributes || [], F = 0; F < I.length; F++)
498
+ A += " " + I[F].name + "=" + Pr(Vt(I[F].value), "double", a);
499
+ return A += ">", e.childNodes && e.childNodes.length && (A += "..."), A += "</" + ir.call(String(e.nodeName)) + ">", A;
500
+ }
501
+ if (Me(e)) {
502
+ if (e.length === 0)
503
+ return "[]";
504
+ var d = fe(e, u);
505
+ return s && !pn(d) ? "[" + Be(d, s) + "]" : "[ " + $.call(d, ", ") + " ]";
506
+ }
507
+ if (jt(e)) {
508
+ var x = fe(e, u);
509
+ return !("cause" in Error.prototype) && "cause" in e && !Or.call(e, "cause") ? "{ [" + String(e) + "] " + $.call(lr.call("[cause]: " + u(e.cause), x), ", ") + " }" : x.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + $.call(x, ", ") + " }";
510
+ }
511
+ if (typeof e == "object" && i) {
512
+ if (yr && typeof e[yr] == "function" && Ne)
513
+ return Ne(e, { depth: c - n });
514
+ if (i !== "symbol" && typeof e.inspect == "function")
515
+ return e.inspect();
516
+ }
517
+ if (nn(e)) {
518
+ var B = [];
519
+ return nr && nr.call(e, function(E, R) {
520
+ B.push(u(R, e, !0) + " => " + u(E, e));
521
+ }), dr("Map", ve.call(e), B, s);
522
+ }
523
+ if (ln(e)) {
524
+ var X = [];
525
+ return ar && ar.call(e, function(E) {
526
+ X.push(u(E, e));
527
+ }), dr("Set", ge.call(e), X, s);
528
+ }
529
+ if (an(e))
530
+ return $e("WeakMap");
531
+ if (fn(e))
532
+ return $e("WeakSet");
533
+ if (on(e))
534
+ return $e("WeakRef");
535
+ if (Xt(e))
536
+ return ee(u(Number(e)));
537
+ if (en(e))
538
+ return ee(u(_e.call(e)));
539
+ if (Zt(e))
540
+ return ee(Gt.call(e));
541
+ if (Yt(e))
542
+ return ee(u(String(e)));
543
+ if (typeof window < "u" && e === window)
544
+ return "{ [object Window] }";
545
+ if (typeof globalThis < "u" && e === globalThis || typeof qe < "u" && e === qe)
546
+ return "{ [object globalThis] }";
547
+ if (!Jt(e) && !sr(e)) {
548
+ var G = fe(e, u), ie = ur ? ur(e) === Object.prototype : e instanceof Object || e.constructor === Object, C = e instanceof Object ? "" : "null prototype", D = !ie && w && Object(e) === e && w in e ? ke.call(M(e), 8, -1) : C ? "Object" : "", le = ie || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", k = le + (D || C ? "[" + $.call(lr.call([], D || [], C || []), ": ") + "] " : "");
549
+ return G.length === 0 ? k + "{}" : s ? k + "{" + Be(G, s) + "}" : k + "{ " + $.call(G, ", ") + " }";
550
+ }
551
+ return String(e);
552
+ };
553
+ function Pr(r, e, t) {
554
+ var n = (t.quoteStyle || e) === "double" ? '"' : "'";
555
+ return n + r + n;
556
+ }
557
+ function Vt(r) {
558
+ return N.call(String(r), /"/g, "&quot;");
559
+ }
560
+ function Me(r) {
561
+ return M(r) === "[object Array]" && (!w || !(typeof r == "object" && w in r));
562
+ }
563
+ function Jt(r) {
564
+ return M(r) === "[object Date]" && (!w || !(typeof r == "object" && w in r));
565
+ }
566
+ function sr(r) {
567
+ return M(r) === "[object RegExp]" && (!w || !(typeof r == "object" && w in r));
568
+ }
569
+ function jt(r) {
570
+ return M(r) === "[object Error]" && (!w || !(typeof r == "object" && w in r));
571
+ }
572
+ function Yt(r) {
573
+ return M(r) === "[object String]" && (!w || !(typeof r == "object" && w in r));
574
+ }
575
+ function Xt(r) {
576
+ return M(r) === "[object Number]" && (!w || !(typeof r == "object" && w in r));
577
+ }
578
+ function Zt(r) {
579
+ return M(r) === "[object Boolean]" && (!w || !(typeof r == "object" && w in r));
580
+ }
581
+ function $r(r) {
582
+ if (V)
583
+ return r && typeof r == "object" && r instanceof Symbol;
584
+ if (typeof r == "symbol")
585
+ return !0;
586
+ if (!r || typeof r != "object" || !Te)
587
+ return !1;
588
+ try {
589
+ return Te.call(r), !0;
590
+ } catch {
591
+ }
592
+ return !1;
593
+ }
594
+ function en(r) {
595
+ if (!r || typeof r != "object" || !_e)
596
+ return !1;
597
+ try {
598
+ return _e.call(r), !0;
599
+ } catch {
600
+ }
601
+ return !1;
602
+ }
603
+ var rn = Object.prototype.hasOwnProperty || function(r) {
604
+ return r in this;
605
+ };
606
+ function T(r, e) {
607
+ return rn.call(r, e);
608
+ }
609
+ function M(r) {
610
+ return kt.call(r);
611
+ }
612
+ function tn(r) {
613
+ if (r.name)
614
+ return r.name;
615
+ var e = Ht.call(zt.call(r), /^function\s*([\w$]+)/);
616
+ return e ? e[1] : null;
617
+ }
618
+ function Ir(r, e) {
619
+ if (r.indexOf)
620
+ return r.indexOf(e);
621
+ for (var t = 0, n = r.length; t < n; t++)
622
+ if (r[t] === e)
623
+ return t;
624
+ return -1;
625
+ }
626
+ function nn(r) {
627
+ if (!ve || !r || typeof r != "object")
628
+ return !1;
629
+ try {
630
+ ve.call(r);
631
+ try {
632
+ ge.call(r);
633
+ } catch {
634
+ return !0;
635
+ }
636
+ return r instanceof Map;
637
+ } catch {
638
+ }
639
+ return !1;
640
+ }
641
+ function an(r) {
642
+ if (!re || !r || typeof r != "object")
643
+ return !1;
644
+ try {
645
+ re.call(r, re);
646
+ try {
647
+ te.call(r, te);
648
+ } catch {
649
+ return !0;
650
+ }
651
+ return r instanceof WeakMap;
652
+ } catch {
653
+ }
654
+ return !1;
655
+ }
656
+ function on(r) {
657
+ if (!or || !r || typeof r != "object")
658
+ return !1;
659
+ try {
660
+ return or.call(r), !0;
661
+ } catch {
662
+ }
663
+ return !1;
664
+ }
665
+ function ln(r) {
666
+ if (!ge || !r || typeof r != "object")
667
+ return !1;
668
+ try {
669
+ ge.call(r);
670
+ try {
671
+ ve.call(r);
672
+ } catch {
673
+ return !0;
674
+ }
675
+ return r instanceof Set;
676
+ } catch {
677
+ }
678
+ return !1;
679
+ }
680
+ function fn(r) {
681
+ if (!te || !r || typeof r != "object")
682
+ return !1;
683
+ try {
684
+ te.call(r, te);
685
+ try {
686
+ re.call(r, re);
687
+ } catch {
688
+ return !0;
689
+ }
690
+ return r instanceof WeakSet;
691
+ } catch {
692
+ }
693
+ return !1;
694
+ }
695
+ function un(r) {
696
+ return !r || typeof r != "object" ? !1 : typeof HTMLElement < "u" && r instanceof HTMLElement ? !0 : typeof r.nodeName == "string" && typeof r.getAttribute == "function";
697
+ }
698
+ function Fr(r, e) {
699
+ if (r.length > e.maxStringLength) {
700
+ var t = r.length - e.maxStringLength, n = "... " + t + " more character" + (t > 1 ? "s" : "");
701
+ return Fr(ke.call(r, 0, e.maxStringLength), e) + n;
702
+ }
703
+ var o = N.call(N.call(r, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, cn);
704
+ return Pr(o, "single", e);
705
+ }
706
+ function cn(r) {
707
+ var e = r.charCodeAt(0), t = {
708
+ 8: "b",
709
+ 9: "t",
710
+ 10: "n",
711
+ 12: "f",
712
+ 13: "r"
713
+ }[e];
714
+ return t ? "\\" + t : "\\x" + (e < 16 ? "0" : "") + Kt.call(e.toString(16));
715
+ }
716
+ function ee(r) {
717
+ return "Object(" + r + ")";
718
+ }
719
+ function $e(r) {
720
+ return r + " { ? }";
721
+ }
722
+ function dr(r, e, t, n) {
723
+ var o = n ? Be(t, n) : $.call(t, ", ");
724
+ return r + " (" + e + ") {" + o + "}";
725
+ }
726
+ function pn(r) {
727
+ for (var e = 0; e < r.length; e++)
728
+ if (Ir(r[e], `
729
+ `) >= 0)
730
+ return !1;
731
+ return !0;
732
+ }
733
+ function yn(r, e) {
734
+ var t;
735
+ if (r.indent === " ")
736
+ t = " ";
737
+ else if (typeof r.indent == "number" && r.indent > 0)
738
+ t = $.call(Array(r.indent + 1), " ");
739
+ else
740
+ return null;
741
+ return {
742
+ base: t,
743
+ prev: $.call(Array(e + 1), t)
744
+ };
745
+ }
746
+ function Be(r, e) {
747
+ if (r.length === 0)
748
+ return "";
749
+ var t = `
750
+ ` + e.prev + e.base;
751
+ return t + $.call(r, "," + t) + `
752
+ ` + e.prev;
753
+ }
754
+ function fe(r, e) {
755
+ var t = Me(r), n = [];
756
+ if (t) {
757
+ n.length = r.length;
758
+ for (var o = 0; o < r.length; o++)
759
+ n[o] = T(r, o) ? e(r[o], r) : "";
760
+ }
761
+ var a = typeof Pe == "function" ? Pe(r) : [], i;
762
+ if (V) {
763
+ i = {};
764
+ for (var f = 0; f < a.length; f++)
765
+ i["$" + a[f]] = a[f];
766
+ }
767
+ for (var l in r)
768
+ T(r, l) && (t && String(Number(l)) === l && l < r.length || V && i["$" + l] instanceof Symbol || (Er.call(/[^\w$]/, l) ? n.push(e(l, r) + ": " + e(r[l], r)) : n.push(l + ": " + e(r[l], r))));
769
+ if (typeof Pe == "function")
770
+ for (var p = 0; p < a.length; p++)
771
+ Or.call(r, a[p]) && n.push("[" + e(a[p]) + "]: " + e(r[a[p]], r));
772
+ return n;
773
+ }
774
+ var xr = j, Y = Nt, sn = Qt, dn = ae, ue = xr("%WeakMap%", !0), ce = xr("%Map%", !0), vn = Y("WeakMap.prototype.get", !0), gn = Y("WeakMap.prototype.set", !0), mn = Y("WeakMap.prototype.has", !0), hn = Y("Map.prototype.get", !0), bn = Y("Map.prototype.set", !0), Sn = Y("Map.prototype.has", !0), ze = function(r, e) {
775
+ for (var t = r, n; (n = t.next) !== null; t = n)
776
+ if (n.key === e)
777
+ return t.next = n.next, n.next = /** @type {NonNullable<typeof list.next>} */
778
+ r.next, r.next = n, n;
779
+ }, wn = function(r, e) {
780
+ var t = ze(r, e);
781
+ return t && t.value;
782
+ }, An = function(r, e, t) {
783
+ var n = ze(r, e);
784
+ n ? n.value = t : r.next = /** @type {import('.').ListNode<typeof value>} */
785
+ {
786
+ // eslint-disable-line no-param-reassign, no-extra-parens
787
+ key: e,
788
+ next: r.next,
789
+ value: t
790
+ };
791
+ }, En = function(r, e) {
792
+ return !!ze(r, e);
793
+ }, On = function() {
794
+ var e, t, n, o = {
795
+ assert: function(a) {
796
+ if (!o.has(a))
797
+ throw new dn("Side channel does not contain " + sn(a));
798
+ },
799
+ get: function(a) {
800
+ if (ue && a && (typeof a == "object" || typeof a == "function")) {
801
+ if (e)
802
+ return vn(e, a);
803
+ } else if (ce) {
804
+ if (t)
805
+ return hn(t, a);
806
+ } else if (n)
807
+ return wn(n, a);
808
+ },
809
+ has: function(a) {
810
+ if (ue && a && (typeof a == "object" || typeof a == "function")) {
811
+ if (e)
812
+ return mn(e, a);
813
+ } else if (ce) {
814
+ if (t)
815
+ return Sn(t, a);
816
+ } else if (n)
817
+ return En(n, a);
818
+ return !1;
819
+ },
820
+ set: function(a, i) {
821
+ ue && a && (typeof a == "object" || typeof a == "function") ? (e || (e = new ue()), gn(e, a, i)) : ce ? (t || (t = new ce()), bn(t, a, i)) : (n || (n = { key: {}, next: null }), An(n, a, i));
822
+ }
823
+ };
824
+ return o;
825
+ }, Pn = String.prototype.replace, $n = /%20/g, Ie = {
826
+ RFC1738: "RFC1738",
827
+ RFC3986: "RFC3986"
828
+ }, He = {
829
+ default: Ie.RFC3986,
830
+ formatters: {
831
+ RFC1738: function(r) {
832
+ return Pn.call(r, $n, "+");
833
+ },
834
+ RFC3986: function(r) {
835
+ return String(r);
836
+ }
837
+ },
838
+ RFC1738: Ie.RFC1738,
839
+ RFC3986: Ie.RFC3986
840
+ }, In = He, Fe = Object.prototype.hasOwnProperty, U = Array.isArray, O = function() {
841
+ for (var r = [], e = 0; e < 256; ++e)
842
+ r.push("%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase());
843
+ return r;
844
+ }(), Fn = function(e) {
845
+ for (; e.length > 1; ) {
846
+ var t = e.pop(), n = t.obj[t.prop];
847
+ if (U(n)) {
848
+ for (var o = [], a = 0; a < n.length; ++a)
849
+ typeof n[a] < "u" && o.push(n[a]);
850
+ t.obj[t.prop] = o;
851
+ }
852
+ }
853
+ }, Dr = function(e, t) {
854
+ for (var n = t && t.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, o = 0; o < e.length; ++o)
855
+ typeof e[o] < "u" && (n[o] = e[o]);
856
+ return n;
857
+ }, xn = function r(e, t, n) {
858
+ if (!t)
859
+ return e;
860
+ if (typeof t != "object") {
861
+ if (U(e))
862
+ e.push(t);
863
+ else if (e && typeof e == "object")
864
+ (n && (n.plainObjects || n.allowPrototypes) || !Fe.call(Object.prototype, t)) && (e[t] = !0);
865
+ else
866
+ return [e, t];
867
+ return e;
868
+ }
869
+ if (!e || typeof e != "object")
870
+ return [e].concat(t);
871
+ var o = e;
872
+ return U(e) && !U(t) && (o = Dr(e, n)), U(e) && U(t) ? (t.forEach(function(a, i) {
873
+ if (Fe.call(e, i)) {
874
+ var f = e[i];
875
+ f && typeof f == "object" && a && typeof a == "object" ? e[i] = r(f, a, n) : e.push(a);
876
+ } else
877
+ e[i] = a;
878
+ }), e) : Object.keys(t).reduce(function(a, i) {
879
+ var f = t[i];
880
+ return Fe.call(a, i) ? a[i] = r(a[i], f, n) : a[i] = f, a;
881
+ }, o);
882
+ }, Dn = function(e, t) {
883
+ return Object.keys(t).reduce(function(n, o) {
884
+ return n[o] = t[o], n;
885
+ }, e);
886
+ }, Rn = function(r, e, t) {
887
+ var n = r.replace(/\+/g, " ");
888
+ if (t === "iso-8859-1")
889
+ return n.replace(/%[0-9a-f]{2}/gi, unescape);
890
+ try {
891
+ return decodeURIComponent(n);
892
+ } catch {
893
+ return n;
894
+ }
895
+ }, xe = 1024, _n = function(e, t, n, o, a) {
896
+ if (e.length === 0)
897
+ return e;
898
+ var i = e;
899
+ if (typeof e == "symbol" ? i = Symbol.prototype.toString.call(e) : typeof e != "string" && (i = String(e)), n === "iso-8859-1")
900
+ return escape(i).replace(/%u[0-9a-f]{4}/gi, function(v) {
901
+ return "%26%23" + parseInt(v.slice(2), 16) + "%3B";
902
+ });
903
+ for (var f = "", l = 0; l < i.length; l += xe) {
904
+ for (var p = i.length >= xe ? i.slice(l, l + xe) : i, c = [], s = 0; s < p.length; ++s) {
905
+ var u = p.charCodeAt(s);
906
+ if (u === 45 || u === 46 || u === 95 || u === 126 || u >= 48 && u <= 57 || u >= 65 && u <= 90 || u >= 97 && u <= 122 || a === In.RFC1738 && (u === 40 || u === 41)) {
907
+ c[c.length] = p.charAt(s);
908
+ continue;
909
+ }
910
+ if (u < 128) {
911
+ c[c.length] = O[u];
912
+ continue;
913
+ }
914
+ if (u < 2048) {
915
+ c[c.length] = O[192 | u >> 6] + O[128 | u & 63];
916
+ continue;
917
+ }
918
+ if (u < 55296 || u >= 57344) {
919
+ c[c.length] = O[224 | u >> 12] + O[128 | u >> 6 & 63] + O[128 | u & 63];
920
+ continue;
921
+ }
922
+ s += 1, u = 65536 + ((u & 1023) << 10 | p.charCodeAt(s) & 1023), c[c.length] = O[240 | u >> 18] + O[128 | u >> 12 & 63] + O[128 | u >> 6 & 63] + O[128 | u & 63];
923
+ }
924
+ f += c.join("");
925
+ }
926
+ return f;
927
+ }, Tn = function(e) {
928
+ for (var t = [{ obj: { o: e }, prop: "o" }], n = [], o = 0; o < t.length; ++o)
929
+ for (var a = t[o], i = a.obj[a.prop], f = Object.keys(i), l = 0; l < f.length; ++l) {
930
+ var p = f[l], c = i[p];
931
+ typeof c == "object" && c !== null && n.indexOf(c) === -1 && (t.push({ obj: i, prop: p }), n.push(c));
932
+ }
933
+ return Fn(t), e;
934
+ }, Nn = function(e) {
935
+ return Object.prototype.toString.call(e) === "[object RegExp]";
936
+ }, Mn = function(e) {
937
+ return !e || typeof e != "object" ? !1 : !!(e.constructor && e.constructor.isBuffer && e.constructor.isBuffer(e));
938
+ }, Bn = function(e, t) {
939
+ return [].concat(e, t);
940
+ }, Cn = function(e, t) {
941
+ if (U(e)) {
942
+ for (var n = [], o = 0; o < e.length; o += 1)
943
+ n.push(t(e[o]));
944
+ return n;
945
+ }
946
+ return t(e);
947
+ }, Rr = {
948
+ arrayToObject: Dr,
949
+ assign: Dn,
950
+ combine: Bn,
951
+ compact: Tn,
952
+ decode: Rn,
953
+ encode: _n,
954
+ isBuffer: Mn,
955
+ isRegExp: Nn,
956
+ maybeMap: Cn,
957
+ merge: xn
958
+ }, _r = On, ye = Rr, ne = He, Un = Object.prototype.hasOwnProperty, Tr = {
959
+ brackets: function(e) {
960
+ return e + "[]";
961
+ },
962
+ comma: "comma",
963
+ indices: function(e, t) {
964
+ return e + "[" + t + "]";
965
+ },
966
+ repeat: function(e) {
967
+ return e;
968
+ }
969
+ }, P = Array.isArray, Wn = Array.prototype.push, Nr = function(r, e) {
970
+ Wn.apply(r, P(e) ? e : [e]);
971
+ }, Ln = Date.prototype.toISOString, vr = ne.default, h = {
972
+ addQueryPrefix: !1,
973
+ allowDots: !1,
974
+ allowEmptyArrays: !1,
975
+ arrayFormat: "indices",
976
+ charset: "utf-8",
977
+ charsetSentinel: !1,
978
+ delimiter: "&",
979
+ encode: !0,
980
+ encodeDotInKeys: !1,
981
+ encoder: ye.encode,
982
+ encodeValuesOnly: !1,
983
+ format: vr,
984
+ formatter: ne.formatters[vr],
985
+ // deprecated
986
+ indices: !1,
987
+ serializeDate: function(e) {
988
+ return Ln.call(e);
989
+ },
990
+ skipNulls: !1,
991
+ strictNullHandling: !1
992
+ }, Gn = function(e) {
993
+ return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
994
+ }, De = {}, kn = function r(e, t, n, o, a, i, f, l, p, c, s, u, v, g, S, A, I, F) {
995
+ for (var d = e, x = F, B = 0, X = !1; (x = x.get(De)) !== void 0 && !X; ) {
996
+ var G = x.get(e);
997
+ if (B += 1, typeof G < "u") {
998
+ if (G === B)
999
+ throw new RangeError("Cyclic object value");
1000
+ X = !0;
1001
+ }
1002
+ typeof x.get(De) > "u" && (B = 0);
1003
+ }
1004
+ if (typeof c == "function" ? d = c(t, d) : d instanceof Date ? d = v(d) : n === "comma" && P(d) && (d = ye.maybeMap(d, function(he) {
1005
+ return he instanceof Date ? v(he) : he;
1006
+ })), d === null) {
1007
+ if (i)
1008
+ return p && !A ? p(t, h.encoder, I, "key", g) : t;
1009
+ d = "";
1010
+ }
1011
+ if (Gn(d) || ye.isBuffer(d)) {
1012
+ if (p) {
1013
+ var ie = A ? t : p(t, h.encoder, I, "key", g);
1014
+ return [S(ie) + "=" + S(p(d, h.encoder, I, "value", g))];
1015
+ }
1016
+ return [S(t) + "=" + S(String(d))];
1017
+ }
1018
+ var C = [];
1019
+ if (typeof d > "u")
1020
+ return C;
1021
+ var D;
1022
+ if (n === "comma" && P(d))
1023
+ A && p && (d = ye.maybeMap(d, p)), D = [{ value: d.length > 0 ? d.join(",") || null : void 0 }];
1024
+ else if (P(c))
1025
+ D = c;
1026
+ else {
1027
+ var le = Object.keys(d);
1028
+ D = s ? le.sort(s) : le;
1029
+ }
1030
+ var k = l ? t.replace(/\./g, "%2E") : t, E = o && P(d) && d.length === 1 ? k + "[]" : k;
1031
+ if (a && P(d) && d.length === 0)
1032
+ return E + "[]";
1033
+ for (var R = 0; R < D.length; ++R) {
1034
+ var _ = D[R], Z = typeof _ == "object" && typeof _.value < "u" ? _.value : d[_];
1035
+ if (!(f && Z === null)) {
1036
+ var me = u && l ? _.replace(/\./g, "%2E") : _, Br = P(d) ? typeof n == "function" ? n(E, me) : E : E + (u ? "." + me : "[" + me + "]");
1037
+ F.set(e, B);
1038
+ var Ke = _r();
1039
+ Ke.set(De, F), Nr(C, r(
1040
+ Z,
1041
+ Br,
1042
+ n,
1043
+ o,
1044
+ a,
1045
+ i,
1046
+ f,
1047
+ l,
1048
+ n === "comma" && A && P(d) ? null : p,
1049
+ c,
1050
+ s,
1051
+ u,
1052
+ v,
1053
+ g,
1054
+ S,
1055
+ A,
1056
+ I,
1057
+ Ke
1058
+ ));
1059
+ }
1060
+ }
1061
+ return C;
1062
+ }, zn = function(e) {
1063
+ if (!e)
1064
+ return h;
1065
+ if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
1066
+ throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
1067
+ if (typeof e.encodeDotInKeys < "u" && typeof e.encodeDotInKeys != "boolean")
1068
+ throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");
1069
+ if (e.encoder !== null && typeof e.encoder < "u" && typeof e.encoder != "function")
1070
+ throw new TypeError("Encoder has to be a function.");
1071
+ var t = e.charset || h.charset;
1072
+ if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
1073
+ throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
1074
+ var n = ne.default;
1075
+ if (typeof e.format < "u") {
1076
+ if (!Un.call(ne.formatters, e.format))
1077
+ throw new TypeError("Unknown format option provided.");
1078
+ n = e.format;
1079
+ }
1080
+ var o = ne.formatters[n], a = h.filter;
1081
+ (typeof e.filter == "function" || P(e.filter)) && (a = e.filter);
1082
+ var i;
1083
+ if (e.arrayFormat in Tr ? i = e.arrayFormat : "indices" in e ? i = e.indices ? "indices" : "repeat" : i = h.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
1084
+ throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
1085
+ var f = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : h.allowDots : !!e.allowDots;
1086
+ return {
1087
+ addQueryPrefix: typeof e.addQueryPrefix == "boolean" ? e.addQueryPrefix : h.addQueryPrefix,
1088
+ allowDots: f,
1089
+ allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : h.allowEmptyArrays,
1090
+ arrayFormat: i,
1091
+ charset: t,
1092
+ charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : h.charsetSentinel,
1093
+ commaRoundTrip: e.commaRoundTrip,
1094
+ delimiter: typeof e.delimiter > "u" ? h.delimiter : e.delimiter,
1095
+ encode: typeof e.encode == "boolean" ? e.encode : h.encode,
1096
+ encodeDotInKeys: typeof e.encodeDotInKeys == "boolean" ? e.encodeDotInKeys : h.encodeDotInKeys,
1097
+ encoder: typeof e.encoder == "function" ? e.encoder : h.encoder,
1098
+ encodeValuesOnly: typeof e.encodeValuesOnly == "boolean" ? e.encodeValuesOnly : h.encodeValuesOnly,
1099
+ filter: a,
1100
+ format: n,
1101
+ formatter: o,
1102
+ serializeDate: typeof e.serializeDate == "function" ? e.serializeDate : h.serializeDate,
1103
+ skipNulls: typeof e.skipNulls == "boolean" ? e.skipNulls : h.skipNulls,
1104
+ sort: typeof e.sort == "function" ? e.sort : null,
1105
+ strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : h.strictNullHandling
1106
+ };
1107
+ }, Hn = function(r, e) {
1108
+ var t = r, n = zn(e), o, a;
1109
+ typeof n.filter == "function" ? (a = n.filter, t = a("", t)) : P(n.filter) && (a = n.filter, o = a);
1110
+ var i = [];
1111
+ if (typeof t != "object" || t === null)
1112
+ return "";
1113
+ var f = Tr[n.arrayFormat], l = f === "comma" && n.commaRoundTrip;
1114
+ o || (o = Object.keys(t)), n.sort && o.sort(n.sort);
1115
+ for (var p = _r(), c = 0; c < o.length; ++c) {
1116
+ var s = o[c];
1117
+ n.skipNulls && t[s] === null || Nr(i, kn(
1118
+ t[s],
1119
+ s,
1120
+ f,
1121
+ l,
1122
+ n.allowEmptyArrays,
1123
+ n.strictNullHandling,
1124
+ n.skipNulls,
1125
+ n.encodeDotInKeys,
1126
+ n.encode ? n.encoder : null,
1127
+ n.filter,
1128
+ n.sort,
1129
+ n.allowDots,
1130
+ n.serializeDate,
1131
+ n.format,
1132
+ n.formatter,
1133
+ n.encodeValuesOnly,
1134
+ n.charset,
1135
+ p
1136
+ ));
1137
+ }
1138
+ var u = i.join(n.delimiter), v = n.addQueryPrefix === !0 ? "?" : "";
1139
+ return n.charsetSentinel && (n.charset === "iso-8859-1" ? v += "utf8=%26%2310003%3B&" : v += "utf8=%E2%9C%93&"), u.length > 0 ? v + u : "";
1140
+ }, J = Rr, Ce = Object.prototype.hasOwnProperty, Kn = Array.isArray, m = {
1141
+ allowDots: !1,
1142
+ allowEmptyArrays: !1,
1143
+ allowPrototypes: !1,
1144
+ allowSparse: !1,
1145
+ arrayLimit: 20,
1146
+ charset: "utf-8",
1147
+ charsetSentinel: !1,
1148
+ comma: !1,
1149
+ decodeDotInKeys: !1,
1150
+ decoder: J.decode,
1151
+ delimiter: "&",
1152
+ depth: 5,
1153
+ duplicates: "combine",
1154
+ ignoreQueryPrefix: !1,
1155
+ interpretNumericEntities: !1,
1156
+ parameterLimit: 1e3,
1157
+ parseArrays: !0,
1158
+ plainObjects: !1,
1159
+ strictDepth: !1,
1160
+ strictNullHandling: !1
1161
+ }, qn = function(r) {
1162
+ return r.replace(/&#(\d+);/g, function(e, t) {
1163
+ return String.fromCharCode(parseInt(t, 10));
1164
+ });
1165
+ }, Mr = function(r, e) {
1166
+ return r && typeof r == "string" && e.comma && r.indexOf(",") > -1 ? r.split(",") : r;
1167
+ }, Qn = "utf8=%26%2310003%3B", Vn = "utf8=%E2%9C%93", Jn = function(e, t) {
1168
+ var n = { __proto__: null }, o = t.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
1169
+ o = o.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
1170
+ var a = t.parameterLimit === 1 / 0 ? void 0 : t.parameterLimit, i = o.split(t.delimiter, a), f = -1, l, p = t.charset;
1171
+ if (t.charsetSentinel)
1172
+ for (l = 0; l < i.length; ++l)
1173
+ i[l].indexOf("utf8=") === 0 && (i[l] === Vn ? p = "utf-8" : i[l] === Qn && (p = "iso-8859-1"), f = l, l = i.length);
1174
+ for (l = 0; l < i.length; ++l)
1175
+ if (l !== f) {
1176
+ var c = i[l], s = c.indexOf("]="), u = s === -1 ? c.indexOf("=") : s + 1, v, g;
1177
+ u === -1 ? (v = t.decoder(c, m.decoder, p, "key"), g = t.strictNullHandling ? null : "") : (v = t.decoder(c.slice(0, u), m.decoder, p, "key"), g = J.maybeMap(
1178
+ Mr(c.slice(u + 1), t),
1179
+ function(A) {
1180
+ return t.decoder(A, m.decoder, p, "value");
1181
+ }
1182
+ )), g && t.interpretNumericEntities && p === "iso-8859-1" && (g = qn(g)), c.indexOf("[]=") > -1 && (g = Kn(g) ? [g] : g);
1183
+ var S = Ce.call(n, v);
1184
+ S && t.duplicates === "combine" ? n[v] = J.combine(n[v], g) : (!S || t.duplicates === "last") && (n[v] = g);
1185
+ }
1186
+ return n;
1187
+ }, jn = function(r, e, t, n) {
1188
+ for (var o = n ? e : Mr(e, t), a = r.length - 1; a >= 0; --a) {
1189
+ var i, f = r[a];
1190
+ if (f === "[]" && t.parseArrays)
1191
+ i = t.allowEmptyArrays && (o === "" || t.strictNullHandling && o === null) ? [] : [].concat(o);
1192
+ else {
1193
+ i = t.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
1194
+ var l = f.charAt(0) === "[" && f.charAt(f.length - 1) === "]" ? f.slice(1, -1) : f, p = t.decodeDotInKeys ? l.replace(/%2E/g, ".") : l, c = parseInt(p, 10);
1195
+ !t.parseArrays && p === "" ? i = { 0: o } : !isNaN(c) && f !== p && String(c) === p && c >= 0 && t.parseArrays && c <= t.arrayLimit ? (i = [], i[c] = o) : p !== "__proto__" && (i[p] = o);
1196
+ }
1197
+ o = i;
1198
+ }
1199
+ return o;
1200
+ }, Yn = function(e, t, n, o) {
1201
+ if (e) {
1202
+ var a = n.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e, i = /(\[[^[\]]*])/, f = /(\[[^[\]]*])/g, l = n.depth > 0 && i.exec(a), p = l ? a.slice(0, l.index) : a, c = [];
1203
+ if (p) {
1204
+ if (!n.plainObjects && Ce.call(Object.prototype, p) && !n.allowPrototypes)
1205
+ return;
1206
+ c.push(p);
1207
+ }
1208
+ for (var s = 0; n.depth > 0 && (l = f.exec(a)) !== null && s < n.depth; ) {
1209
+ if (s += 1, !n.plainObjects && Ce.call(Object.prototype, l[1].slice(1, -1)) && !n.allowPrototypes)
1210
+ return;
1211
+ c.push(l[1]);
1212
+ }
1213
+ if (l) {
1214
+ if (n.strictDepth === !0)
1215
+ throw new RangeError("Input depth exceeded depth option of " + n.depth + " and strictDepth is true");
1216
+ c.push("[" + a.slice(l.index) + "]");
1217
+ }
1218
+ return jn(c, t, n, o);
1219
+ }
1220
+ }, Xn = function(e) {
1221
+ if (!e)
1222
+ return m;
1223
+ if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
1224
+ throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
1225
+ if (typeof e.decodeDotInKeys < "u" && typeof e.decodeDotInKeys != "boolean")
1226
+ throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");
1227
+ if (e.decoder !== null && typeof e.decoder < "u" && typeof e.decoder != "function")
1228
+ throw new TypeError("Decoder has to be a function.");
1229
+ if (typeof e.charset < "u" && e.charset !== "utf-8" && e.charset !== "iso-8859-1")
1230
+ throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
1231
+ var t = typeof e.charset > "u" ? m.charset : e.charset, n = typeof e.duplicates > "u" ? m.duplicates : e.duplicates;
1232
+ if (n !== "combine" && n !== "first" && n !== "last")
1233
+ throw new TypeError("The duplicates option must be either combine, first, or last");
1234
+ var o = typeof e.allowDots > "u" ? e.decodeDotInKeys === !0 ? !0 : m.allowDots : !!e.allowDots;
1235
+ return {
1236
+ allowDots: o,
1237
+ allowEmptyArrays: typeof e.allowEmptyArrays == "boolean" ? !!e.allowEmptyArrays : m.allowEmptyArrays,
1238
+ allowPrototypes: typeof e.allowPrototypes == "boolean" ? e.allowPrototypes : m.allowPrototypes,
1239
+ allowSparse: typeof e.allowSparse == "boolean" ? e.allowSparse : m.allowSparse,
1240
+ arrayLimit: typeof e.arrayLimit == "number" ? e.arrayLimit : m.arrayLimit,
1241
+ charset: t,
1242
+ charsetSentinel: typeof e.charsetSentinel == "boolean" ? e.charsetSentinel : m.charsetSentinel,
1243
+ comma: typeof e.comma == "boolean" ? e.comma : m.comma,
1244
+ decodeDotInKeys: typeof e.decodeDotInKeys == "boolean" ? e.decodeDotInKeys : m.decodeDotInKeys,
1245
+ decoder: typeof e.decoder == "function" ? e.decoder : m.decoder,
1246
+ delimiter: typeof e.delimiter == "string" || J.isRegExp(e.delimiter) ? e.delimiter : m.delimiter,
1247
+ // eslint-disable-next-line no-implicit-coercion, no-extra-parens
1248
+ depth: typeof e.depth == "number" || e.depth === !1 ? +e.depth : m.depth,
1249
+ duplicates: n,
1250
+ ignoreQueryPrefix: e.ignoreQueryPrefix === !0,
1251
+ interpretNumericEntities: typeof e.interpretNumericEntities == "boolean" ? e.interpretNumericEntities : m.interpretNumericEntities,
1252
+ parameterLimit: typeof e.parameterLimit == "number" ? e.parameterLimit : m.parameterLimit,
1253
+ parseArrays: e.parseArrays !== !1,
1254
+ plainObjects: typeof e.plainObjects == "boolean" ? e.plainObjects : m.plainObjects,
1255
+ strictDepth: typeof e.strictDepth == "boolean" ? !!e.strictDepth : m.strictDepth,
1256
+ strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : m.strictNullHandling
1257
+ };
1258
+ }, Zn = function(r, e) {
1259
+ var t = Xn(e);
1260
+ if (r === "" || r === null || typeof r > "u")
1261
+ return t.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
1262
+ for (var n = typeof r == "string" ? Jn(r, t) : r, o = t.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, a = Object.keys(n), i = 0; i < a.length; ++i) {
1263
+ var f = a[i], l = Yn(f, n[f], t, typeof r == "string");
1264
+ o = J.merge(o, l, t);
1265
+ }
1266
+ return t.allowSparse === !0 ? o : J.compact(o);
1267
+ }, ea = Hn, ra = Zn, ta = He, na = {
1268
+ formats: ta,
1269
+ parse: ra,
1270
+ stringify: ea
1271
+ };
1272
+ const aa = /* @__PURE__ */ Cr(na);
1273
+ export {
1274
+ aa as q
1275
+ };