xyvcard-asset 0.0.8

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