@instockng/storefront-ui 1.0.119 → 1.0.120
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 +4 -86
- package/dist/index101.mjs +176 -26
- package/dist/index102.mjs +52 -8
- package/dist/index103.mjs +69 -75
- package/dist/index104.mjs +37 -4
- package/dist/index105.mjs +43 -2
- package/dist/index106.mjs +2 -83
- package/dist/index107.mjs +4 -52
- package/dist/index108.mjs +1133 -5
- package/dist/index109.mjs +19 -4
- package/dist/index110.mjs +47 -171
- package/dist/index111.mjs +32 -52
- package/dist/index112.mjs +2 -69
- package/dist/index117.mjs +2 -2
- package/dist/index118.mjs +2 -2
- package/dist/index153.mjs +1 -1
- package/dist/index154.mjs +1 -1
- package/dist/index155.mjs +5 -5
- package/dist/index157.mjs +2 -2
- package/dist/index159.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/index203.mjs +1 -1
- package/dist/index205.mjs +1 -1
- package/dist/index209.mjs +1 -1
- package/dist/index211.mjs +1 -1
- package/dist/index22.mjs +1 -1
- package/dist/index224.mjs +3 -3
- package/dist/index226.mjs +1 -1
- package/dist/index227.mjs +3 -3
- 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/index241.mjs +2 -2
- package/dist/index242.mjs +108 -2
- package/dist/index243.mjs +2 -2
- package/dist/index244.mjs +2 -37
- package/dist/index245.mjs +2 -2
- package/dist/index246.mjs +2 -244
- package/dist/index247.mjs +37 -2
- package/dist/index248.mjs +2 -33
- package/dist/index249.mjs +2 -65
- package/dist/index250.mjs +2 -25
- package/dist/index251.mjs +244 -2
- package/dist/index252.mjs +2 -2
- package/dist/index253.mjs +28 -103
- package/dist/index254.mjs +65 -2
- package/dist/index255.mjs +25 -2
- package/dist/index256.mjs +2 -2
- package/dist/index257.mjs +2 -2
- package/dist/index259.mjs +2 -2
- package/dist/index261.mjs +2 -2
- package/dist/index262.mjs +2 -2
- package/dist/index264.mjs +2 -2
- package/dist/index267.mjs +3 -2
- package/dist/index268.mjs +2 -2
- package/dist/index269.mjs +2 -2
- package/dist/index270.mjs +17 -2
- package/dist/index271.mjs +12 -90
- package/dist/index272.mjs +6 -2
- package/dist/index273.mjs +29 -17
- package/dist/index274.mjs +2 -47
- package/dist/index275.mjs +2 -2
- package/dist/index276.mjs +18 -2
- package/dist/index277.mjs +47 -3
- package/dist/index278.mjs +2 -2
- package/dist/index279.mjs +2 -2
- package/dist/index280.mjs +2 -17
- package/dist/index281.mjs +2 -13
- package/dist/index282.mjs +91 -6
- package/dist/index283.mjs +2 -30
- package/dist/index48.mjs +2 -2
- package/dist/index50.mjs +2 -2
- package/dist/index58.mjs +1 -1
- package/dist/index63.mjs +17 -17
- package/dist/index64.mjs +2 -2
- package/dist/index80.mjs +21 -20
- package/dist/index81.mjs +2 -24
- package/dist/index82.mjs +19 -149
- package/dist/index83.mjs +153 -2
- package/dist/index86.mjs +1 -1
- package/dist/index87.mjs +231 -33
- package/dist/index88.mjs +5 -42
- package/dist/index89.mjs +134 -2
- package/dist/index90.mjs +67 -5
- package/dist/index91.mjs +80 -1127
- package/dist/index92.mjs +28 -19
- package/dist/index93.mjs +8 -54
- package/dist/index94.mjs +72 -30
- package/dist/index95.mjs +4 -2
- package/dist/index96.mjs +2 -235
- package/dist/index97.mjs +82 -5
- package/dist/index98.mjs +50 -130
- package/dist/index99.mjs +4 -66
- package/package.json +1 -1
- package/src/components/AssistantDrawer.tsx +1 -1
package/dist/index98.mjs
CHANGED
|
@@ -1,137 +1,57 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import R from "./index155.mjs";
|
|
6
|
-
import w from "./index99.mjs";
|
|
7
|
-
import A from "./index156.mjs";
|
|
8
|
-
import m from "./index157.mjs";
|
|
9
|
-
import T from "./index110.mjs";
|
|
10
|
-
const i = m.validators;
|
|
11
|
-
class k {
|
|
12
|
-
constructor(t) {
|
|
13
|
-
this.defaults = t || {}, this.interceptors = {
|
|
14
|
-
request: new q(),
|
|
15
|
-
response: new q()
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Dispatch a request
|
|
20
|
-
*
|
|
21
|
-
* @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
|
|
22
|
-
* @param {?Object} config
|
|
23
|
-
*
|
|
24
|
-
* @returns {Promise} The Promise to be fulfilled
|
|
25
|
-
*/
|
|
26
|
-
async request(t, e) {
|
|
27
|
-
try {
|
|
28
|
-
return await this._request(t, e);
|
|
29
|
-
} catch (r) {
|
|
30
|
-
if (r instanceof Error) {
|
|
31
|
-
let o = {};
|
|
32
|
-
Error.captureStackTrace ? Error.captureStackTrace(o) : o = new Error();
|
|
33
|
-
const s = o.stack ? o.stack.replace(/^.+\n/, "") : "";
|
|
34
|
-
try {
|
|
35
|
-
r.stack ? s && !String(r.stack).endsWith(s.replace(/^.+\n.+\n/, "")) && (r.stack += `
|
|
36
|
-
` + s) : r.stack = s;
|
|
37
|
-
} catch {
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
throw r;
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
_request(t, e) {
|
|
44
|
-
typeof t == "string" ? (e = e || {}, e.url = t) : e = t || {}, e = w(this.defaults, e);
|
|
45
|
-
const { transitional: r, paramsSerializer: o, headers: s } = e;
|
|
46
|
-
r !== void 0 && m.assertOptions(r, {
|
|
47
|
-
silentJSONParsing: i.transitional(i.boolean),
|
|
48
|
-
forcedJSONParsing: i.transitional(i.boolean),
|
|
49
|
-
clarifyTimeoutError: i.transitional(i.boolean)
|
|
50
|
-
}, !1), o != null && (d.isFunction(o) ? e.paramsSerializer = {
|
|
51
|
-
serialize: o
|
|
52
|
-
} : m.assertOptions(o, {
|
|
53
|
-
encode: i.function,
|
|
54
|
-
serialize: i.function
|
|
55
|
-
}, !0)), e.allowAbsoluteUrls !== void 0 || (this.defaults.allowAbsoluteUrls !== void 0 ? e.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls : e.allowAbsoluteUrls = !0), m.assertOptions(e, {
|
|
56
|
-
baseUrl: i.spelling("baseURL"),
|
|
57
|
-
withXsrfToken: i.spelling("withXSRFToken")
|
|
58
|
-
}, !0), e.method = (e.method || this.defaults.method || "get").toLowerCase();
|
|
59
|
-
let f = s && d.merge(
|
|
60
|
-
s.common,
|
|
61
|
-
s[e.method]
|
|
62
|
-
);
|
|
63
|
-
s && d.forEach(
|
|
64
|
-
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
65
|
-
(a) => {
|
|
66
|
-
delete s[a];
|
|
67
|
-
}
|
|
68
|
-
), e.headers = T.concat(f, s);
|
|
69
|
-
const h = [];
|
|
70
|
-
let b = !0;
|
|
71
|
-
this.interceptors.request.forEach(function(n) {
|
|
72
|
-
typeof n.runWhen == "function" && n.runWhen(e) === !1 || (b = b && n.synchronous, h.unshift(n.fulfilled, n.rejected));
|
|
73
|
-
});
|
|
74
|
-
const c = [];
|
|
75
|
-
this.interceptors.response.forEach(function(n) {
|
|
76
|
-
c.push(n.fulfilled, n.rejected);
|
|
77
|
-
});
|
|
78
|
-
let u, l = 0, p;
|
|
79
|
-
if (!b) {
|
|
80
|
-
const a = [R.bind(this), void 0];
|
|
81
|
-
for (a.unshift(...h), a.push(...c), p = a.length, u = Promise.resolve(e); l < p; )
|
|
82
|
-
u = u.then(a[l++], a[l++]);
|
|
83
|
-
return u;
|
|
84
|
-
}
|
|
85
|
-
p = h.length;
|
|
86
|
-
let y = e;
|
|
87
|
-
for (; l < p; ) {
|
|
88
|
-
const a = h[l++], n = h[l++];
|
|
89
|
-
try {
|
|
90
|
-
y = a(y);
|
|
91
|
-
} catch (S) {
|
|
92
|
-
n.call(this, S);
|
|
93
|
-
break;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
try {
|
|
97
|
-
u = R.call(this, y);
|
|
98
|
-
} catch (a) {
|
|
99
|
-
return Promise.reject(a);
|
|
100
|
-
}
|
|
101
|
-
for (l = 0, p = c.length; l < p; )
|
|
102
|
-
u = u.then(c[l++], c[l++]);
|
|
103
|
-
return u;
|
|
104
|
-
}
|
|
105
|
-
getUri(t) {
|
|
106
|
-
t = w(this.defaults, t);
|
|
107
|
-
const e = A(t.baseURL, t.url, t.allowAbsoluteUrls);
|
|
108
|
-
return U(e, t.params, t.paramsSerializer);
|
|
109
|
-
}
|
|
2
|
+
import c from "./index87.mjs";
|
|
3
|
+
function r(t, i, o, a, e) {
|
|
4
|
+
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", i && (this.code = i), o && (this.config = o), a && (this.request = a), e && (this.response = e, this.status = e.status ? e.status : null);
|
|
110
5
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
return
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
data: f
|
|
130
|
-
}));
|
|
6
|
+
c.inherits(r, Error, {
|
|
7
|
+
toJSON: function() {
|
|
8
|
+
return {
|
|
9
|
+
// Standard
|
|
10
|
+
message: this.message,
|
|
11
|
+
name: this.name,
|
|
12
|
+
// Microsoft
|
|
13
|
+
description: this.description,
|
|
14
|
+
number: this.number,
|
|
15
|
+
// Mozilla
|
|
16
|
+
fileName: this.fileName,
|
|
17
|
+
lineNumber: this.lineNumber,
|
|
18
|
+
columnNumber: this.columnNumber,
|
|
19
|
+
stack: this.stack,
|
|
20
|
+
// Axios
|
|
21
|
+
config: c.toJSONObject(this.config),
|
|
22
|
+
code: this.code,
|
|
23
|
+
status: this.status
|
|
131
24
|
};
|
|
132
25
|
}
|
|
133
|
-
k.prototype[t] = e(), k.prototype[t + "Form"] = e(!0);
|
|
134
26
|
});
|
|
27
|
+
const u = r.prototype, R = {};
|
|
28
|
+
[
|
|
29
|
+
"ERR_BAD_OPTION_VALUE",
|
|
30
|
+
"ERR_BAD_OPTION",
|
|
31
|
+
"ECONNABORTED",
|
|
32
|
+
"ETIMEDOUT",
|
|
33
|
+
"ERR_NETWORK",
|
|
34
|
+
"ERR_FR_TOO_MANY_REDIRECTS",
|
|
35
|
+
"ERR_DEPRECATED",
|
|
36
|
+
"ERR_BAD_RESPONSE",
|
|
37
|
+
"ERR_BAD_REQUEST",
|
|
38
|
+
"ERR_CANCELED",
|
|
39
|
+
"ERR_NOT_SUPPORT",
|
|
40
|
+
"ERR_INVALID_URL"
|
|
41
|
+
// eslint-disable-next-line func-names
|
|
42
|
+
].forEach((t) => {
|
|
43
|
+
R[t] = { value: t };
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperties(r, R);
|
|
46
|
+
Object.defineProperty(u, "isAxiosError", { value: !0 });
|
|
47
|
+
r.from = (t, i, o, a, e, E) => {
|
|
48
|
+
const s = Object.create(u);
|
|
49
|
+
c.toFlatObject(t, s, function(m) {
|
|
50
|
+
return m !== Error.prototype;
|
|
51
|
+
}, (n) => n !== "isAxiosError");
|
|
52
|
+
const l = t && t.message ? t.message : "Error", h = i == null && t ? t.code : i;
|
|
53
|
+
return r.call(s, l, h, o, a, e), t && s.cause == null && Object.defineProperty(s, "cause", { value: t, configurable: !0 }), s.name = t && t.name || "Error", E && Object.assign(s, E), s;
|
|
54
|
+
};
|
|
135
55
|
export {
|
|
136
|
-
|
|
56
|
+
r as default
|
|
137
57
|
};
|
package/dist/index99.mjs
CHANGED
|
@@ -1,71 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
function C(s, f) {
|
|
6
|
-
f = f || {};
|
|
7
|
-
const u = {};
|
|
8
|
-
function d(t, e, r, o) {
|
|
9
|
-
return i.isPlainObject(t) && i.isPlainObject(e) ? i.merge.call({ caseless: o }, t, e) : i.isPlainObject(e) ? i.merge({}, e) : i.isArray(e) ? e.slice() : e;
|
|
10
|
-
}
|
|
11
|
-
function l(t, e, r, o) {
|
|
12
|
-
if (i.isUndefined(e)) {
|
|
13
|
-
if (!i.isUndefined(t))
|
|
14
|
-
return d(void 0, t, r, o);
|
|
15
|
-
} else return d(t, e, r, o);
|
|
16
|
-
}
|
|
17
|
-
function a(t, e) {
|
|
18
|
-
if (!i.isUndefined(e))
|
|
19
|
-
return d(void 0, e);
|
|
20
|
-
}
|
|
21
|
-
function n(t, e) {
|
|
22
|
-
if (i.isUndefined(e)) {
|
|
23
|
-
if (!i.isUndefined(t))
|
|
24
|
-
return d(void 0, t);
|
|
25
|
-
} else return d(void 0, e);
|
|
26
|
-
}
|
|
27
|
-
function m(t, e, r) {
|
|
28
|
-
if (r in f)
|
|
29
|
-
return d(t, e);
|
|
30
|
-
if (r in s)
|
|
31
|
-
return d(void 0, t);
|
|
32
|
-
}
|
|
33
|
-
const g = {
|
|
34
|
-
url: a,
|
|
35
|
-
method: a,
|
|
36
|
-
data: a,
|
|
37
|
-
baseURL: n,
|
|
38
|
-
transformRequest: n,
|
|
39
|
-
transformResponse: n,
|
|
40
|
-
paramsSerializer: n,
|
|
41
|
-
timeout: n,
|
|
42
|
-
timeoutMessage: n,
|
|
43
|
-
withCredentials: n,
|
|
44
|
-
withXSRFToken: n,
|
|
45
|
-
adapter: n,
|
|
46
|
-
responseType: n,
|
|
47
|
-
xsrfCookieName: n,
|
|
48
|
-
xsrfHeaderName: n,
|
|
49
|
-
onUploadProgress: n,
|
|
50
|
-
onDownloadProgress: n,
|
|
51
|
-
decompress: n,
|
|
52
|
-
maxContentLength: n,
|
|
53
|
-
maxBodyLength: n,
|
|
54
|
-
beforeRedirect: n,
|
|
55
|
-
transport: n,
|
|
56
|
-
httpAgent: n,
|
|
57
|
-
httpsAgent: n,
|
|
58
|
-
cancelToken: n,
|
|
59
|
-
socketPath: n,
|
|
60
|
-
responseEncoding: n,
|
|
61
|
-
validateStatus: m,
|
|
62
|
-
headers: (t, e, r) => l(c(t), c(e), r, !0)
|
|
2
|
+
function u(n) {
|
|
3
|
+
return function(r) {
|
|
4
|
+
return n.apply(null, r);
|
|
63
5
|
};
|
|
64
|
-
return i.forEach(Object.keys({ ...s, ...f }), function(e) {
|
|
65
|
-
const r = g[e] || l, o = r(s[e], f[e], e);
|
|
66
|
-
i.isUndefined(o) && r !== m || (u[e] = o);
|
|
67
|
-
}), u;
|
|
68
6
|
}
|
|
69
7
|
export {
|
|
70
|
-
|
|
8
|
+
u as default
|
|
71
9
|
};
|
package/package.json
CHANGED