@instockng/storefront-ui 1.0.117 → 1.0.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index100.mjs +86 -4
- package/dist/index101.mjs +26 -176
- package/dist/index102.mjs +8 -52
- package/dist/index103.mjs +75 -69
- package/dist/index104.mjs +4 -37
- package/dist/index105.mjs +2 -43
- package/dist/index106.mjs +83 -2
- package/dist/index107.mjs +52 -4
- package/dist/index108.mjs +5 -1133
- package/dist/index109.mjs +4 -19
- package/dist/index110.mjs +171 -47
- package/dist/index111.mjs +52 -32
- package/dist/index112.mjs +69 -2
- package/dist/index117.mjs +2 -2
- package/dist/index118.mjs +2 -2
- package/dist/index153.mjs +2 -2
- package/dist/index154.mjs +1 -1
- package/dist/index155.mjs +6 -6
- package/dist/index156.mjs +2 -2
- package/dist/index157.mjs +2 -2
- package/dist/index159.mjs +2 -2
- package/dist/index160.mjs +2 -2
- package/dist/index161.mjs +1 -1
- package/dist/index163.mjs +4 -4
- package/dist/index164.mjs +3 -3
- package/dist/index175.mjs +3 -3
- package/dist/index176.mjs +1 -1
- package/dist/index178.mjs +2 -2
- package/dist/index179.mjs +1 -1
- package/dist/index184.mjs +2 -2
- package/dist/index186.mjs +1 -1
- package/dist/index188.mjs +2 -2
- package/dist/index189.mjs +5 -5
- package/dist/index192.mjs +1 -1
- package/dist/index195.mjs +1 -1
- package/dist/index198.mjs +1 -1
- package/dist/index199.mjs +1 -1
- package/dist/index205.mjs +1 -1
- package/dist/index220.mjs +2 -2
- package/dist/index222.mjs +1 -1
- package/dist/index223.mjs +1 -1
- package/dist/index224.mjs +12 -30
- package/dist/index225.mjs +7 -11
- package/dist/index226.mjs +30 -3
- package/dist/index227.mjs +10 -3
- package/dist/index228.mjs +4 -13
- package/dist/index229.mjs +4 -7
- package/dist/index230.mjs +1 -1
- package/dist/index232.mjs +3 -3
- package/dist/index233.mjs +5 -5
- package/dist/index234.mjs +3 -3
- package/dist/index242.mjs +2 -37
- package/dist/index243.mjs +2 -2
- package/dist/index244.mjs +25 -96
- package/dist/index246.mjs +244 -2
- package/dist/index247.mjs +2 -2
- package/dist/index248.mjs +33 -2
- package/dist/index249.mjs +65 -2
- package/dist/index250.mjs +24 -243
- package/dist/index251.mjs +2 -2
- package/dist/index252.mjs +2 -33
- package/dist/index253.mjs +99 -56
- package/dist/index254.mjs +2 -25
- package/dist/index255.mjs +2 -2
- package/dist/index256.mjs +2 -2
- package/dist/index257.mjs +2 -2
- package/dist/index259.mjs +2 -2
- package/dist/index263.mjs +2 -2
- package/dist/index264.mjs +4 -2
- package/dist/index265.mjs +2 -2
- package/dist/index266.mjs +2 -4
- package/dist/index267.mjs +2 -3
- package/dist/index268.mjs +2 -2
- package/dist/index269.mjs +2 -2
- package/dist/index270.mjs +2 -17
- package/dist/index271.mjs +90 -12
- package/dist/index272.mjs +2 -6
- package/dist/index273.mjs +17 -29
- package/dist/index274.mjs +47 -2
- package/dist/index275.mjs +2 -18
- package/dist/index276.mjs +2 -47
- package/dist/index277.mjs +3 -2
- package/dist/index278.mjs +2 -2
- package/dist/index279.mjs +2 -2
- package/dist/index280.mjs +17 -2
- package/dist/index281.mjs +13 -2
- package/dist/index282.mjs +6 -91
- package/dist/index283.mjs +30 -2
- package/dist/index48.mjs +2 -2
- package/dist/index50.mjs +2 -2
- package/dist/index54.mjs +3 -3
- package/dist/index63.mjs +17 -17
- package/dist/index64.mjs +2 -2
- package/dist/index81.mjs +20 -71
- package/dist/index82.mjs +153 -15
- package/dist/index83.mjs +2 -63
- package/dist/index84.mjs +71 -20
- package/dist/index85.mjs +15 -153
- package/dist/index86.mjs +63 -2
- package/dist/index87.mjs +33 -231
- package/dist/index88.mjs +42 -5
- package/dist/index89.mjs +2 -134
- package/dist/index90.mjs +5 -67
- package/dist/index91.mjs +1127 -80
- package/dist/index92.mjs +19 -28
- package/dist/index93.mjs +54 -8
- package/dist/index94.mjs +30 -72
- package/dist/index95.mjs +2 -4
- package/dist/index96.mjs +235 -2
- package/dist/index97.mjs +5 -82
- package/dist/index98.mjs +130 -50
- package/dist/index99.mjs +66 -4
- package/package.json +2 -2
package/dist/index100.mjs
CHANGED
|
@@ -1,8 +1,90 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import t from "./index96.mjs";
|
|
3
|
+
import c from "./index107.mjs";
|
|
4
|
+
import u from "./index158.mjs";
|
|
5
|
+
import S from "./index106.mjs";
|
|
6
|
+
import h from "./index159.mjs";
|
|
7
|
+
import a from "./index160.mjs";
|
|
8
|
+
import O from "./index101.mjs";
|
|
9
|
+
function y(i, r, e) {
|
|
10
|
+
if (t.isString(i))
|
|
11
|
+
try {
|
|
12
|
+
return (r || JSON.parse)(i), t.trim(i);
|
|
13
|
+
} catch (n) {
|
|
14
|
+
if (n.name !== "SyntaxError")
|
|
15
|
+
throw n;
|
|
16
|
+
}
|
|
17
|
+
return (e || JSON.stringify)(i);
|
|
5
18
|
}
|
|
19
|
+
const l = {
|
|
20
|
+
transitional: u,
|
|
21
|
+
adapter: ["xhr", "http", "fetch"],
|
|
22
|
+
transformRequest: [function(r, e) {
|
|
23
|
+
const n = e.getContentType() || "", s = n.indexOf("application/json") > -1, f = t.isObject(r);
|
|
24
|
+
if (f && t.isHTMLForm(r) && (r = new FormData(r)), t.isFormData(r))
|
|
25
|
+
return s ? JSON.stringify(O(r)) : r;
|
|
26
|
+
if (t.isArrayBuffer(r) || t.isBuffer(r) || t.isStream(r) || t.isFile(r) || t.isBlob(r) || t.isReadableStream(r))
|
|
27
|
+
return r;
|
|
28
|
+
if (t.isArrayBufferView(r))
|
|
29
|
+
return r.buffer;
|
|
30
|
+
if (t.isURLSearchParams(r))
|
|
31
|
+
return e.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), r.toString();
|
|
32
|
+
let o;
|
|
33
|
+
if (f) {
|
|
34
|
+
if (n.indexOf("application/x-www-form-urlencoded") > -1)
|
|
35
|
+
return h(r, this.formSerializer).toString();
|
|
36
|
+
if ((o = t.isFileList(r)) || n.indexOf("multipart/form-data") > -1) {
|
|
37
|
+
const p = this.env && this.env.FormData;
|
|
38
|
+
return S(
|
|
39
|
+
o ? { "files[]": r } : r,
|
|
40
|
+
p && new p(),
|
|
41
|
+
this.formSerializer
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
return f || s ? (e.setContentType("application/json", !1), y(r)) : r;
|
|
46
|
+
}],
|
|
47
|
+
transformResponse: [function(r) {
|
|
48
|
+
const e = this.transitional || l.transitional, n = e && e.forcedJSONParsing, s = this.responseType === "json";
|
|
49
|
+
if (t.isResponse(r) || t.isReadableStream(r))
|
|
50
|
+
return r;
|
|
51
|
+
if (r && t.isString(r) && (n && !this.responseType || s)) {
|
|
52
|
+
const m = !(e && e.silentJSONParsing) && s;
|
|
53
|
+
try {
|
|
54
|
+
return JSON.parse(r, this.parseReviver);
|
|
55
|
+
} catch (o) {
|
|
56
|
+
if (m)
|
|
57
|
+
throw o.name === "SyntaxError" ? c.from(o, c.ERR_BAD_RESPONSE, this, null, this.response) : o;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
return r;
|
|
61
|
+
}],
|
|
62
|
+
/**
|
|
63
|
+
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
64
|
+
* timeout is not created.
|
|
65
|
+
*/
|
|
66
|
+
timeout: 0,
|
|
67
|
+
xsrfCookieName: "XSRF-TOKEN",
|
|
68
|
+
xsrfHeaderName: "X-XSRF-TOKEN",
|
|
69
|
+
maxContentLength: -1,
|
|
70
|
+
maxBodyLength: -1,
|
|
71
|
+
env: {
|
|
72
|
+
FormData: a.classes.FormData,
|
|
73
|
+
Blob: a.classes.Blob
|
|
74
|
+
},
|
|
75
|
+
validateStatus: function(r) {
|
|
76
|
+
return r >= 200 && r < 300;
|
|
77
|
+
},
|
|
78
|
+
headers: {
|
|
79
|
+
common: {
|
|
80
|
+
Accept: "application/json, text/plain, */*",
|
|
81
|
+
"Content-Type": void 0
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
};
|
|
85
|
+
t.forEach(["delete", "get", "head", "post", "put", "patch"], (i) => {
|
|
86
|
+
l.headers[i] = {};
|
|
87
|
+
});
|
|
6
88
|
export {
|
|
7
|
-
|
|
89
|
+
l as default
|
|
8
90
|
};
|
package/dist/index101.mjs
CHANGED
|
@@ -1,182 +1,32 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
function y(r) {
|
|
6
|
-
return r && String(r).trim().toLowerCase();
|
|
2
|
+
import u from "./index96.mjs";
|
|
3
|
+
function f(e) {
|
|
4
|
+
return u.matchAll(/\w+|\[(\w*)]/g, e).map((o) => o[0] === "[]" ? "" : o[1] || o[0]);
|
|
7
5
|
}
|
|
8
|
-
function
|
|
9
|
-
|
|
6
|
+
function y(e) {
|
|
7
|
+
const o = {}, r = Object.keys(e);
|
|
8
|
+
let i;
|
|
9
|
+
const n = r.length;
|
|
10
|
+
let c;
|
|
11
|
+
for (i = 0; i < n; i++)
|
|
12
|
+
c = r[i], o[c] = e[c];
|
|
13
|
+
return o;
|
|
10
14
|
}
|
|
11
|
-
function
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
t
|
|
16
|
-
|
|
15
|
+
function m(e) {
|
|
16
|
+
function o(r, i, n, c) {
|
|
17
|
+
let s = r[c++];
|
|
18
|
+
if (s === "__proto__") return !0;
|
|
19
|
+
const t = Number.isFinite(+s), l = c >= r.length;
|
|
20
|
+
return s = !s && u.isArray(n) ? n.length : s, l ? (u.hasOwnProp(n, s) ? n[s] = [n[s], i] : n[s] = i, !t) : ((!n[s] || !u.isObject(n[s])) && (n[s] = []), o(r, i, n[s], c) && u.isArray(n[s]) && (n[s] = y(n[s])), !t);
|
|
21
|
+
}
|
|
22
|
+
if (u.isFormData(e) && u.isFunction(e.entries)) {
|
|
23
|
+
const r = {};
|
|
24
|
+
return u.forEachEntry(e, (i, n) => {
|
|
25
|
+
o(f(i), n, r, 0);
|
|
26
|
+
}), r;
|
|
27
|
+
}
|
|
28
|
+
return null;
|
|
17
29
|
}
|
|
18
|
-
const k = (r) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(r.trim());
|
|
19
|
-
function g(r, t, e, s, n) {
|
|
20
|
-
if (i.isFunction(s))
|
|
21
|
-
return s.call(this, t, e);
|
|
22
|
-
if (n && (t = e), !!i.isString(t)) {
|
|
23
|
-
if (i.isString(s))
|
|
24
|
-
return t.indexOf(s) !== -1;
|
|
25
|
-
if (i.isRegExp(s))
|
|
26
|
-
return s.test(t);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
function E(r) {
|
|
30
|
-
return r.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (t, e, s) => e.toUpperCase() + s);
|
|
31
|
-
}
|
|
32
|
-
function j(r, t) {
|
|
33
|
-
const e = i.toCamelCase(" " + t);
|
|
34
|
-
["get", "set", "has"].forEach((s) => {
|
|
35
|
-
Object.defineProperty(r, s + e, {
|
|
36
|
-
value: function(n, o, f) {
|
|
37
|
-
return this[s].call(this, t, n, o, f);
|
|
38
|
-
},
|
|
39
|
-
configurable: !0
|
|
40
|
-
});
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
class b {
|
|
44
|
-
constructor(t) {
|
|
45
|
-
t && this.set(t);
|
|
46
|
-
}
|
|
47
|
-
set(t, e, s) {
|
|
48
|
-
const n = this;
|
|
49
|
-
function o(c, l, a) {
|
|
50
|
-
const u = y(l);
|
|
51
|
-
if (!u)
|
|
52
|
-
throw new Error("header name must be a non-empty string");
|
|
53
|
-
const p = i.findKey(n, u);
|
|
54
|
-
(!p || n[p] === void 0 || a === !0 || a === void 0 && n[p] !== !1) && (n[p || l] = m(c));
|
|
55
|
-
}
|
|
56
|
-
const f = (c, l) => i.forEach(c, (a, u) => o(a, u, l));
|
|
57
|
-
if (i.isPlainObject(t) || t instanceof this.constructor)
|
|
58
|
-
f(t, e);
|
|
59
|
-
else if (i.isString(t) && (t = t.trim()) && !k(t))
|
|
60
|
-
f(S(t), e);
|
|
61
|
-
else if (i.isObject(t) && i.isIterable(t)) {
|
|
62
|
-
let c = {}, l, a;
|
|
63
|
-
for (const u of t) {
|
|
64
|
-
if (!i.isArray(u))
|
|
65
|
-
throw TypeError("Object iterator must return a key-value pair");
|
|
66
|
-
c[a = u[0]] = (l = c[a]) ? i.isArray(l) ? [...l, u[1]] : [l, u[1]] : u[1];
|
|
67
|
-
}
|
|
68
|
-
f(c, e);
|
|
69
|
-
} else
|
|
70
|
-
t != null && o(e, t, s);
|
|
71
|
-
return this;
|
|
72
|
-
}
|
|
73
|
-
get(t, e) {
|
|
74
|
-
if (t = y(t), t) {
|
|
75
|
-
const s = i.findKey(this, t);
|
|
76
|
-
if (s) {
|
|
77
|
-
const n = this[s];
|
|
78
|
-
if (!e)
|
|
79
|
-
return n;
|
|
80
|
-
if (e === !0)
|
|
81
|
-
return A(n);
|
|
82
|
-
if (i.isFunction(e))
|
|
83
|
-
return e.call(this, n, s);
|
|
84
|
-
if (i.isRegExp(e))
|
|
85
|
-
return e.exec(n);
|
|
86
|
-
throw new TypeError("parser must be boolean|regexp|function");
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
has(t, e) {
|
|
91
|
-
if (t = y(t), t) {
|
|
92
|
-
const s = i.findKey(this, t);
|
|
93
|
-
return !!(s && this[s] !== void 0 && (!e || g(this, this[s], s, e)));
|
|
94
|
-
}
|
|
95
|
-
return !1;
|
|
96
|
-
}
|
|
97
|
-
delete(t, e) {
|
|
98
|
-
const s = this;
|
|
99
|
-
let n = !1;
|
|
100
|
-
function o(f) {
|
|
101
|
-
if (f = y(f), f) {
|
|
102
|
-
const c = i.findKey(s, f);
|
|
103
|
-
c && (!e || g(s, s[c], c, e)) && (delete s[c], n = !0);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
return i.isArray(t) ? t.forEach(o) : o(t), n;
|
|
107
|
-
}
|
|
108
|
-
clear(t) {
|
|
109
|
-
const e = Object.keys(this);
|
|
110
|
-
let s = e.length, n = !1;
|
|
111
|
-
for (; s--; ) {
|
|
112
|
-
const o = e[s];
|
|
113
|
-
(!t || g(this, this[o], o, t, !0)) && (delete this[o], n = !0);
|
|
114
|
-
}
|
|
115
|
-
return n;
|
|
116
|
-
}
|
|
117
|
-
normalize(t) {
|
|
118
|
-
const e = this, s = {};
|
|
119
|
-
return i.forEach(this, (n, o) => {
|
|
120
|
-
const f = i.findKey(s, o);
|
|
121
|
-
if (f) {
|
|
122
|
-
e[f] = m(n), delete e[o];
|
|
123
|
-
return;
|
|
124
|
-
}
|
|
125
|
-
const c = t ? E(o) : String(o).trim();
|
|
126
|
-
c !== o && delete e[o], e[c] = m(n), s[c] = !0;
|
|
127
|
-
}), this;
|
|
128
|
-
}
|
|
129
|
-
concat(...t) {
|
|
130
|
-
return this.constructor.concat(this, ...t);
|
|
131
|
-
}
|
|
132
|
-
toJSON(t) {
|
|
133
|
-
const e = /* @__PURE__ */ Object.create(null);
|
|
134
|
-
return i.forEach(this, (s, n) => {
|
|
135
|
-
s != null && s !== !1 && (e[n] = t && i.isArray(s) ? s.join(", ") : s);
|
|
136
|
-
}), e;
|
|
137
|
-
}
|
|
138
|
-
[Symbol.iterator]() {
|
|
139
|
-
return Object.entries(this.toJSON())[Symbol.iterator]();
|
|
140
|
-
}
|
|
141
|
-
toString() {
|
|
142
|
-
return Object.entries(this.toJSON()).map(([t, e]) => t + ": " + e).join(`
|
|
143
|
-
`);
|
|
144
|
-
}
|
|
145
|
-
getSetCookie() {
|
|
146
|
-
return this.get("set-cookie") || [];
|
|
147
|
-
}
|
|
148
|
-
get [Symbol.toStringTag]() {
|
|
149
|
-
return "AxiosHeaders";
|
|
150
|
-
}
|
|
151
|
-
static from(t) {
|
|
152
|
-
return t instanceof this ? t : new this(t);
|
|
153
|
-
}
|
|
154
|
-
static concat(t, ...e) {
|
|
155
|
-
const s = new this(t);
|
|
156
|
-
return e.forEach((n) => s.set(n)), s;
|
|
157
|
-
}
|
|
158
|
-
static accessor(t) {
|
|
159
|
-
const s = (this[h] = this[h] = {
|
|
160
|
-
accessors: {}
|
|
161
|
-
}).accessors, n = this.prototype;
|
|
162
|
-
function o(f) {
|
|
163
|
-
const c = y(f);
|
|
164
|
-
s[c] || (j(n, f), s[c] = !0);
|
|
165
|
-
}
|
|
166
|
-
return i.isArray(t) ? t.forEach(o) : o(t), this;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
b.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
170
|
-
i.reduceDescriptors(b.prototype, ({ value: r }, t) => {
|
|
171
|
-
let e = t[0].toUpperCase() + t.slice(1);
|
|
172
|
-
return {
|
|
173
|
-
get: () => r,
|
|
174
|
-
set(s) {
|
|
175
|
-
this[e] = s;
|
|
176
|
-
}
|
|
177
|
-
};
|
|
178
|
-
});
|
|
179
|
-
i.freezeMethods(b);
|
|
180
30
|
export {
|
|
181
|
-
|
|
31
|
+
m as default
|
|
182
32
|
};
|
package/dist/index102.mjs
CHANGED
|
@@ -1,56 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
xhr: u,
|
|
10
|
-
fetch: {
|
|
11
|
-
get: b
|
|
12
|
-
}
|
|
13
|
-
};
|
|
14
|
-
s.forEach(p, (e, o) => {
|
|
15
|
-
if (e) {
|
|
16
|
-
try {
|
|
17
|
-
Object.defineProperty(e, "name", { value: o });
|
|
18
|
-
} catch {
|
|
19
|
-
}
|
|
20
|
-
Object.defineProperty(e, "adapterName", { value: o });
|
|
21
|
-
}
|
|
2
|
+
import r from "./index107.mjs";
|
|
3
|
+
import i from "./index96.mjs";
|
|
4
|
+
function l(o, t, e) {
|
|
5
|
+
r.call(this, o ?? "canceled", r.ERR_CANCELED, t, e), this.name = "CanceledError";
|
|
6
|
+
}
|
|
7
|
+
i.inherits(l, r, {
|
|
8
|
+
__CANCEL__: !0
|
|
22
9
|
});
|
|
23
|
-
const f = (e) => `- ${e}`, g = (e) => s.isFunction(e) || e === null || e === !1, y = {
|
|
24
|
-
getAdapter: (e, o) => {
|
|
25
|
-
e = s.isArray(e) ? e : [e];
|
|
26
|
-
const { length: a } = e;
|
|
27
|
-
let i, t;
|
|
28
|
-
const c = {};
|
|
29
|
-
for (let r = 0; r < a; r++) {
|
|
30
|
-
i = e[r];
|
|
31
|
-
let n;
|
|
32
|
-
if (t = i, !g(i) && (t = p[(n = String(i)).toLowerCase()], t === void 0))
|
|
33
|
-
throw new d(`Unknown adapter '${n}'`);
|
|
34
|
-
if (t && (s.isFunction(t) || (t = t.get(o))))
|
|
35
|
-
break;
|
|
36
|
-
c[n || "#" + r] = t;
|
|
37
|
-
}
|
|
38
|
-
if (!t) {
|
|
39
|
-
const r = Object.entries(c).map(
|
|
40
|
-
([l, h]) => `adapter ${l} ` + (h === !1 ? "is not supported by the environment" : "is not available in the build")
|
|
41
|
-
);
|
|
42
|
-
let n = a ? r.length > 1 ? `since :
|
|
43
|
-
` + r.map(f).join(`
|
|
44
|
-
`) : " " + f(r[0]) : "as no adapter specified";
|
|
45
|
-
throw new d(
|
|
46
|
-
"There is no suitable adapter to dispatch the request " + n,
|
|
47
|
-
"ERR_NOT_SUPPORT"
|
|
48
|
-
);
|
|
49
|
-
}
|
|
50
|
-
return t;
|
|
51
|
-
},
|
|
52
|
-
adapters: p
|
|
53
|
-
};
|
|
54
10
|
export {
|
|
55
|
-
|
|
11
|
+
l as default
|
|
56
12
|
};
|
package/dist/index103.mjs
CHANGED
|
@@ -1,72 +1,78 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
2
|
+
import u from "./index102.mjs";
|
|
3
|
+
class c {
|
|
4
|
+
constructor(e) {
|
|
5
|
+
if (typeof e != "function")
|
|
6
|
+
throw new TypeError("executor must be a function.");
|
|
7
|
+
let t;
|
|
8
|
+
this.promise = new Promise(function(r) {
|
|
9
|
+
t = r;
|
|
10
|
+
});
|
|
11
|
+
const s = this;
|
|
12
|
+
this.promise.then((n) => {
|
|
13
|
+
if (!s._listeners) return;
|
|
14
|
+
let r = s._listeners.length;
|
|
15
|
+
for (; r-- > 0; )
|
|
16
|
+
s._listeners[r](n);
|
|
17
|
+
s._listeners = null;
|
|
18
|
+
}), this.promise.then = (n) => {
|
|
19
|
+
let r;
|
|
20
|
+
const o = new Promise((i) => {
|
|
21
|
+
s.subscribe(i), r = i;
|
|
22
|
+
}).then(n);
|
|
23
|
+
return o.cancel = function() {
|
|
24
|
+
s.unsubscribe(r);
|
|
25
|
+
}, o;
|
|
26
|
+
}, e(function(r, o, i) {
|
|
27
|
+
s.reason || (s.reason = new u(r, o, i), t(s.reason));
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Throws a `CanceledError` if cancellation has been requested.
|
|
32
|
+
*/
|
|
33
|
+
throwIfRequested() {
|
|
34
|
+
if (this.reason)
|
|
35
|
+
throw this.reason;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Subscribe to the cancel signal
|
|
39
|
+
*/
|
|
40
|
+
subscribe(e) {
|
|
41
|
+
if (this.reason) {
|
|
42
|
+
e(this.reason);
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
this._listeners ? this._listeners.push(e) : this._listeners = [e];
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Unsubscribe from the cancel signal
|
|
49
|
+
*/
|
|
50
|
+
unsubscribe(e) {
|
|
51
|
+
if (!this._listeners)
|
|
52
|
+
return;
|
|
53
|
+
const t = this._listeners.indexOf(e);
|
|
54
|
+
t !== -1 && this._listeners.splice(t, 1);
|
|
55
|
+
}
|
|
56
|
+
toAbortSignal() {
|
|
57
|
+
const e = new AbortController(), t = (s) => {
|
|
58
|
+
e.abort(s);
|
|
59
|
+
};
|
|
60
|
+
return this.subscribe(t), e.signal.unsubscribe = () => this.unsubscribe(t), e.signal;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Returns an object that contains a new `CancelToken` and a function that, when called,
|
|
64
|
+
* cancels the `CancelToken`.
|
|
65
|
+
*/
|
|
66
|
+
static source() {
|
|
67
|
+
let e;
|
|
68
|
+
return {
|
|
69
|
+
token: new c(function(n) {
|
|
70
|
+
e = n;
|
|
71
|
+
}),
|
|
72
|
+
cancel: e
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
}
|
|
70
76
|
export {
|
|
71
|
-
|
|
77
|
+
c as default
|
|
72
78
|
};
|
package/dist/index104.mjs
CHANGED
|
@@ -1,40 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
throw new Error("__Secure- Cookie must have Secure attributes");
|
|
6
|
-
if (i.startsWith("__Host-")) {
|
|
7
|
-
if (!e.secure)
|
|
8
|
-
throw new Error("__Host- Cookie must have Secure attributes");
|
|
9
|
-
if (e.path !== "/")
|
|
10
|
-
throw new Error('__Host- Cookie must have Path attributes with "/"');
|
|
11
|
-
if (e.domain)
|
|
12
|
-
throw new Error("__Host- Cookie must not have Domain attributes");
|
|
13
|
-
}
|
|
14
|
-
for (const a of ["domain", "path"])
|
|
15
|
-
if (e[a] && /[;\r\n]/.test(e[a]))
|
|
16
|
-
throw new Error(`${a} must not contain ";", "\\r", or "\\n"`);
|
|
17
|
-
if (e && typeof e.maxAge == "number" && e.maxAge >= 0) {
|
|
18
|
-
if (e.maxAge > 3456e4)
|
|
19
|
-
throw new Error(
|
|
20
|
-
"Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration."
|
|
21
|
-
);
|
|
22
|
-
r += `; Max-Age=${e.maxAge | 0}`;
|
|
23
|
-
}
|
|
24
|
-
if (e.domain && e.prefix !== "host" && (r += `; Domain=${e.domain}`), e.path && (r += `; Path=${e.path}`), e.expires) {
|
|
25
|
-
if (e.expires.getTime() - Date.now() > 3456e7)
|
|
26
|
-
throw new Error(
|
|
27
|
-
"Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future."
|
|
28
|
-
);
|
|
29
|
-
r += `; Expires=${e.expires.toUTCString()}`;
|
|
30
|
-
}
|
|
31
|
-
if (e.httpOnly && (r += "; HttpOnly"), e.secure && (r += "; Secure"), e.sameSite && (r += `; SameSite=${e.sameSite.charAt(0).toUpperCase() + e.sameSite.slice(1)}`), e.priority && (r += `; Priority=${e.priority.charAt(0).toUpperCase() + e.priority.slice(1)}`), e.partitioned) {
|
|
32
|
-
if (!e.secure)
|
|
33
|
-
throw new Error("Partitioned Cookie must have Secure attributes");
|
|
34
|
-
r += "; Partitioned";
|
|
35
|
-
}
|
|
36
|
-
return r;
|
|
37
|
-
}, o = (i, t, e) => (t = encodeURIComponent(t), s(i, t, e));
|
|
2
|
+
function t(n) {
|
|
3
|
+
return !!(n && n.__CANCEL__);
|
|
4
|
+
}
|
|
38
5
|
export {
|
|
39
|
-
|
|
6
|
+
t as default
|
|
40
7
|
};
|
package/dist/index105.mjs
CHANGED
|
@@ -1,46 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
for (const [n, t] of Object.entries(r)) {
|
|
4
|
-
const c = new RegExp("/:" + n + "(?:{[^/]+})?\\??");
|
|
5
|
-
e = e.replace(c, t ? `/${t}` : "");
|
|
6
|
-
}
|
|
7
|
-
return e;
|
|
8
|
-
}, f = (e) => {
|
|
9
|
-
const r = new URLSearchParams();
|
|
10
|
-
for (const [n, t] of Object.entries(e))
|
|
11
|
-
if (t !== void 0)
|
|
12
|
-
if (Array.isArray(t))
|
|
13
|
-
for (const c of t)
|
|
14
|
-
r.append(n, c);
|
|
15
|
-
else
|
|
16
|
-
r.set(n, t);
|
|
17
|
-
return r;
|
|
18
|
-
}, i = (e, r) => {
|
|
19
|
-
switch (r) {
|
|
20
|
-
case "ws":
|
|
21
|
-
return e.replace(/^http/, "ws");
|
|
22
|
-
case "http":
|
|
23
|
-
return e.replace(/^ws/, "http");
|
|
24
|
-
}
|
|
25
|
-
}, l = (e) => /^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e) ? e.replace(/\/index(?=\?|$)/, "/") : e.replace(/\/index(?=\?|$)/, "");
|
|
26
|
-
function a(e) {
|
|
27
|
-
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
28
|
-
}
|
|
29
|
-
function o(e, r) {
|
|
30
|
-
if (!a(e) && !a(r))
|
|
31
|
-
return r;
|
|
32
|
-
const n = { ...e };
|
|
33
|
-
for (const t in r) {
|
|
34
|
-
const c = r[t];
|
|
35
|
-
a(n[t]) && a(c) ? n[t] = o(n[t], c) : n[t] = c;
|
|
36
|
-
}
|
|
37
|
-
return n;
|
|
38
|
-
}
|
|
2
|
+
const o = "1.12.2";
|
|
39
3
|
export {
|
|
40
|
-
|
|
41
|
-
o as deepMerge,
|
|
42
|
-
s as mergePath,
|
|
43
|
-
l as removeIndexString,
|
|
44
|
-
p as replaceUrlParam,
|
|
45
|
-
i as replaceUrlProtocol
|
|
4
|
+
o as VERSION
|
|
46
5
|
};
|