@soma-vertical-web/multi-lib 1.0.32 → 1.0.33
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/cms/ContentTypes/Search/SearchContent.d.ts +1 -1
- package/cms/Sections/ProductCarousel/request.d.ts +0 -4
- package/cms/index.d.ts +1 -1
- package/contexts/contexts/GlobalContext.d.ts +1 -1
- package/contexts/contexts/plp/PLPInfiniteContext.tsx.d.ts +1 -1
- package/contexts/contexts/search/Facets.d.ts +1 -1
- package/contexts/contexts/search/Products.d.ts +1 -1
- package/contexts/contexts/search/QueryFacets.d.ts +5 -0
- package/contexts/contexts/search/QueryProducts.d.ts +5 -0
- package/contexts/contexts/search/RootTank.d.ts +9 -0
- package/contexts/contexts/search/TopSearches.d.ts +1 -1
- package/contexts/hooks/useOperations.d.ts +1 -1
- package/contexts/index.d.ts +4 -4
- package/contexts/store/plp-scroll.d.ts +3 -0
- package/data/api/cms/content-type/index.d.ts +1 -1
- package/data/api/fetchProxy.d.ts +9 -0
- package/data/api/user/index.d.ts +2 -2
- package/data/helpers/plp/index.d.ts +1 -2
- package/data/index.d.ts +6 -5
- package/index-BFjIPkXv.js +4 -0
- package/{index-BM8vTUKg.mjs → index-CIVkR1d_.mjs} +776 -712
- package/index-CXSKhXO3.js +4 -0
- package/index-ekZLWJ5-.mjs +2686 -0
- package/index.js +16 -16
- package/index.mjs +6518 -6803
- package/index2.js +2 -2
- package/index2.mjs +101 -97
- package/layout/index.d.ts +4 -4
- package/layout/team-component/AddToCart/AddToCart.d.ts +1 -1
- package/layout/team-component/AddToCart/Composite/Card/Card.d.ts +1 -1
- package/layout/team-component/AddToCart/Composite/Card/Content.d.ts +1 -1
- package/layout/team-component/AddToCart/Composite/Card/StyleSize.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/Card.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/Composite/Sku.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/Composite/Style.d.ts +1 -1
- package/layout/template/MiniCart/Composite/Card/index.d.ts +2 -2
- package/layout/template/MiniCart/Composite/Modal/Body/Body.d.ts +1 -1
- package/layout/template/MiniCart/MiniCart.d.ts +1 -1
- package/layout/template/MiniCart/index.d.ts +2 -2
- package/layout/template/PDC/Composite/InfiniteScroller/Filters/Filters.d.ts +11 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Filters/index.d.ts +1 -0
- package/layout/template/PDC/Composite/InfiniteScroller/Page/Composite/AnchorPDP.d.ts +7 -0
- package/layout/template/PDC/Composite/Products/Products.d.ts +1 -1
- package/layout/template/PDC/index.d.ts +1 -1
- package/layout/template/QuickShop/Composite/Body.d.ts +1 -1
- package/layout/template/QuickShop/Composite/Similars.d.ts +1 -1
- package/layout/template/SearchModal/SearchModal.d.ts +1 -1
- package/layout/template/SearchResult/Composite/Products.d.ts +7 -0
- package/package.json +1 -1
- package/style.css +1 -1
- package/types/cms/Sections/SectionZone/index.d.ts +0 -1
- package/types/contexts/contexts/global.d.ts +1 -0
- package/types/contexts/contexts/plp.d.ts +3 -4
- package/types/contexts/contexts/search.d.ts +2 -7
- package/types/contexts/hooks/index.d.ts +1 -3
- package/types/layout/team-components/AddToCart/index.d.ts +1 -5
- package/types/layout/team-components/HelpButton/index.d.ts +2 -4
- package/types/layout/team-components/ProductCard/index.d.ts +0 -1
- package/types/layout/team-components/ProductList/index.d.ts +1 -2
- package/types/layout/templates/MiniCart/index.d.ts +0 -2
- package/types/layout/templates/PLP/index.d.ts +0 -1
- package/types/layout/templates/QuickShop/index.d.ts +1 -2
- package/types/layout/templates/SearchModal/index.d.ts +1 -2
- package/index-CZjoMPpQ.js +0 -4
package/index2.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as O, jsxs as pe, Fragment as W } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { a0 as F, U as oe, a1 as yt, a2 as T, a3 as _t, a4 as Rt, a5 as It, a as xt, H as Pt, L as St, I as Ct, O as kt, J as Be, M as Et, N as At, K as Ot, Z as Tt, Y as qt, a6 as Nt, y as jt, a7 as Ft, a8 as $t, a9 as Lt, aa as Dt, B as Ut, ab as Ht } from "./index-ekZLWJ5-.mjs";
|
|
3
3
|
import { Utils as se, helpers as le } from "@soma-vertical-web/core-components";
|
|
4
4
|
import * as l from "yup";
|
|
5
5
|
import Mt from "sanitize-html";
|
|
@@ -10,7 +10,7 @@ const Gt = async ({
|
|
|
10
10
|
ClientCartProvider: t,
|
|
11
11
|
...r
|
|
12
12
|
}) => {
|
|
13
|
-
const { data: n } = await
|
|
13
|
+
const { data: n } = await F(
|
|
14
14
|
"mini_cart",
|
|
15
15
|
r
|
|
16
16
|
);
|
|
@@ -64,7 +64,7 @@ const Gt = async ({
|
|
|
64
64
|
identifyWhoIsFirst: n = !1,
|
|
65
65
|
...a
|
|
66
66
|
}) => {
|
|
67
|
-
const { data: o } = await
|
|
67
|
+
const { data: o } = await F(
|
|
68
68
|
"common_page",
|
|
69
69
|
a
|
|
70
70
|
);
|
|
@@ -83,7 +83,7 @@ const Gt = async ({
|
|
|
83
83
|
ClientFlagsAndTagsProvider: t,
|
|
84
84
|
...r
|
|
85
85
|
}) => {
|
|
86
|
-
const { data: n } = await
|
|
86
|
+
const { data: n } = await F(
|
|
87
87
|
"flags_and_tags",
|
|
88
88
|
r
|
|
89
89
|
);
|
|
@@ -101,7 +101,7 @@ const Gt = async ({
|
|
|
101
101
|
...g
|
|
102
102
|
}) => {
|
|
103
103
|
var v, y, _, p, b, m, f, h, E, N, I;
|
|
104
|
-
const { data: s } = await
|
|
104
|
+
const { data: s } = await F("footer", g), u = Array.isArray(s) && ((v = s[0]) == null ? void 0 : v.type) === "footer" ? s[0] : null, w = {
|
|
105
105
|
...(y = u == null ? void 0 : u.paymentInfo) == null ? void 0 : y.paymentInfo,
|
|
106
106
|
acceptedFlags: Array.isArray(
|
|
107
107
|
(_ = u == null ? void 0 : u.paymentInfo) == null ? void 0 : _.paymentInfo.acceptedFlags
|
|
@@ -144,7 +144,7 @@ const Gt = async ({
|
|
|
144
144
|
...r
|
|
145
145
|
}) => {
|
|
146
146
|
var o, c, i, d, g, s;
|
|
147
|
-
const { data: n } = await
|
|
147
|
+
const { data: n } = await F(
|
|
148
148
|
"header",
|
|
149
149
|
r
|
|
150
150
|
), a = Array.isArray(n) ? n[0] : void 0;
|
|
@@ -195,7 +195,7 @@ const Gt = async ({
|
|
|
195
195
|
className: r,
|
|
196
196
|
...n
|
|
197
197
|
}) => {
|
|
198
|
-
const { data: a } = await
|
|
198
|
+
const { data: a } = await F(
|
|
199
199
|
"helpbutton",
|
|
200
200
|
n
|
|
201
201
|
);
|
|
@@ -216,7 +216,7 @@ const Gt = async ({
|
|
|
216
216
|
...r
|
|
217
217
|
}) => {
|
|
218
218
|
var d;
|
|
219
|
-
const { data: n } = await
|
|
219
|
+
const { data: n } = await F(
|
|
220
220
|
"lp_cadastro",
|
|
221
221
|
r
|
|
222
222
|
);
|
|
@@ -236,7 +236,7 @@ const Gt = async ({
|
|
|
236
236
|
...o
|
|
237
237
|
}) => {
|
|
238
238
|
var g;
|
|
239
|
-
const { data: c } = await
|
|
239
|
+
const { data: c } = await F("lp_lojas", o), d = (g = (Array.isArray(c) ? c : [])[0]) == null ? void 0 : g.config.config;
|
|
240
240
|
return /* @__PURE__ */ O(
|
|
241
241
|
a,
|
|
242
242
|
{
|
|
@@ -254,7 +254,7 @@ const Gt = async ({
|
|
|
254
254
|
...r
|
|
255
255
|
}) => {
|
|
256
256
|
var o;
|
|
257
|
-
const { data: n } = await
|
|
257
|
+
const { data: n } = await F(
|
|
258
258
|
"notfound_page",
|
|
259
259
|
r
|
|
260
260
|
), a = Array.isArray(n) ? (o = n[0]) == null ? void 0 : o.config.config : null;
|
|
@@ -273,7 +273,7 @@ const Gt = async ({
|
|
|
273
273
|
PDPContentProvider: a,
|
|
274
274
|
...o
|
|
275
275
|
}) => {
|
|
276
|
-
const { data: c } = await
|
|
276
|
+
const { data: c } = await F(
|
|
277
277
|
"product_page",
|
|
278
278
|
o
|
|
279
279
|
);
|
|
@@ -298,7 +298,7 @@ const Gt = async ({
|
|
|
298
298
|
PLPContentProvider: o,
|
|
299
299
|
...c
|
|
300
300
|
}) => {
|
|
301
|
-
const { data: i } = await
|
|
301
|
+
const { data: i } = await F(
|
|
302
302
|
"categories_page",
|
|
303
303
|
c
|
|
304
304
|
);
|
|
@@ -361,7 +361,7 @@ const Gt = async ({
|
|
|
361
361
|
] });
|
|
362
362
|
}, ir = async ({ slug: e, ...t }) => {
|
|
363
363
|
var c, i, d;
|
|
364
|
-
const { data: r } = await
|
|
364
|
+
const { data: r } = await F(
|
|
365
365
|
"redirect_to_search",
|
|
366
366
|
t
|
|
367
367
|
);
|
|
@@ -401,7 +401,7 @@ const Gt = async ({
|
|
|
401
401
|
};
|
|
402
402
|
}, or = async ({ slug: e, ...t }) => {
|
|
403
403
|
var c, i, d;
|
|
404
|
-
const { data: r } = await
|
|
404
|
+
const { data: r } = await F(
|
|
405
405
|
"redirect_to_search",
|
|
406
406
|
t
|
|
407
407
|
);
|
|
@@ -428,10 +428,10 @@ const Gt = async ({
|
|
|
428
428
|
oneTrust: n,
|
|
429
429
|
...a
|
|
430
430
|
}) => {
|
|
431
|
-
const { data: o } = await
|
|
431
|
+
const { data: o } = await F(
|
|
432
432
|
"policy_page",
|
|
433
433
|
a
|
|
434
|
-
), { data: c } = await
|
|
434
|
+
), { data: c } = await F(
|
|
435
435
|
"policy_tab",
|
|
436
436
|
a
|
|
437
437
|
), i = Array.isArray(o) ? o : null, d = Array.isArray(c) ? c : null, g = i ? i[0].sections : null;
|
|
@@ -453,7 +453,7 @@ const Gt = async ({
|
|
|
453
453
|
className: r,
|
|
454
454
|
...n
|
|
455
455
|
}) => {
|
|
456
|
-
const { data: a } = await
|
|
456
|
+
const { data: a } = await F(
|
|
457
457
|
"search_page",
|
|
458
458
|
n
|
|
459
459
|
);
|
|
@@ -470,7 +470,7 @@ const Gt = async ({
|
|
|
470
470
|
ClientTipbarContent: e,
|
|
471
471
|
...t
|
|
472
472
|
}) => {
|
|
473
|
-
const { data: r } = await
|
|
473
|
+
const { data: r } = await F(
|
|
474
474
|
"tipbar",
|
|
475
475
|
t
|
|
476
476
|
);
|
|
@@ -481,7 +481,7 @@ const Gt = async ({
|
|
|
481
481
|
WishlistScreening: r,
|
|
482
482
|
...n
|
|
483
483
|
}) => {
|
|
484
|
-
const { data: a } = await
|
|
484
|
+
const { data: a } = await F(
|
|
485
485
|
"wishlist_page",
|
|
486
486
|
n
|
|
487
487
|
);
|
|
@@ -672,11 +672,11 @@ const Ir = l.object().shape({
|
|
|
672
672
|
quantity: l.number().integer().nullable(),
|
|
673
673
|
seller: l.string().required("Seller is required"),
|
|
674
674
|
price: l.number().integer()
|
|
675
|
-
}),
|
|
675
|
+
}), xr = l.object({
|
|
676
676
|
orderFormId: l.string().required("OrderFormId is required"),
|
|
677
677
|
orderItems: l.array().of(Ir)
|
|
678
678
|
});
|
|
679
|
-
async function
|
|
679
|
+
async function Pr({
|
|
680
680
|
apiUrl: e,
|
|
681
681
|
body: t,
|
|
682
682
|
fetchOptions: r
|
|
@@ -685,7 +685,7 @@ async function xr({
|
|
|
685
685
|
console.error("[ERROR FETCHING] Body is required");
|
|
686
686
|
return;
|
|
687
687
|
}
|
|
688
|
-
await
|
|
688
|
+
await xr.validate(t);
|
|
689
689
|
const { orderFormId: n, orderItems: a } = t;
|
|
690
690
|
return T(
|
|
691
691
|
`${e}/api/checkout/pub/orderForm/${n}/items`,
|
|
@@ -796,10 +796,10 @@ async function jr({ apiUrl: e, body: t, fetchOptions: r }) {
|
|
|
796
796
|
...r
|
|
797
797
|
});
|
|
798
798
|
}
|
|
799
|
-
const
|
|
799
|
+
const Fr = l.object({
|
|
800
800
|
orderFormId: l.string().nullable()
|
|
801
801
|
});
|
|
802
|
-
async function
|
|
802
|
+
async function $r({
|
|
803
803
|
apiUrl: e,
|
|
804
804
|
body: t,
|
|
805
805
|
fetchOptions: r,
|
|
@@ -810,7 +810,7 @@ async function Fr({
|
|
|
810
810
|
console.error("[ERROR FETCHING] Body is required");
|
|
811
811
|
return;
|
|
812
812
|
}
|
|
813
|
-
await
|
|
813
|
+
await Fr.validate(t);
|
|
814
814
|
const a = new URLSearchParams({
|
|
815
815
|
refreshOutdatedData: "true"
|
|
816
816
|
}), o = t.orderFormId && ((c = n.orderFormPurchaseId) == null ? void 0 : c.value) !== t.orderFormId ? `${e}/api/checkout/pub/orderForm/${t.orderFormId}?${String(a)}` : `${e}/api/checkout/pub/orderForm`;
|
|
@@ -1006,7 +1006,7 @@ async function Kr({ apiUrl: e, body: t, fetchOptions: r }) {
|
|
|
1006
1006
|
const Zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1007
1007
|
__proto__: null,
|
|
1008
1008
|
getMasterDataSellerCode: Hr,
|
|
1009
|
-
getOrderForm:
|
|
1009
|
+
getOrderForm: $r,
|
|
1010
1010
|
postOrderFormAddCoupon: vr,
|
|
1011
1011
|
postOrderFormAttachClientProfileData: Dr,
|
|
1012
1012
|
postOrderFormAttachOrderFormData: br,
|
|
@@ -1015,7 +1015,7 @@ const Zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1015
1015
|
postOrderFormAttachmentsOpenTextField: ze,
|
|
1016
1016
|
postOrderFormClearMessages: qr,
|
|
1017
1017
|
postOrderFormFreightSimulation: Kr,
|
|
1018
|
-
postOrderFormItems:
|
|
1018
|
+
postOrderFormItems: Pr,
|
|
1019
1019
|
postOrderFormRegion: Wr,
|
|
1020
1020
|
postOrderFormRemoveAllItems: Cr,
|
|
1021
1021
|
postOrderFormUpdateItems: Or,
|
|
@@ -1300,7 +1300,7 @@ const cn = (e, t) => Mt(e, t), un = (e) => ({
|
|
|
1300
1300
|
breadcrumbList: {
|
|
1301
1301
|
itemListElement: [
|
|
1302
1302
|
...E.map((C, j) => {
|
|
1303
|
-
const
|
|
1303
|
+
const $ = C.split("/"), D = $[$.length - 2], U = $.map(Ke).join("/");
|
|
1304
1304
|
return {
|
|
1305
1305
|
name: D,
|
|
1306
1306
|
item: U,
|
|
@@ -1376,9 +1376,9 @@ const cn = (e, t) => Mt(e, t), un = (e) => ({
|
|
|
1376
1376
|
breadcrumbList: {
|
|
1377
1377
|
itemListElement: [
|
|
1378
1378
|
...h.map((R, C) => {
|
|
1379
|
-
const j = R.split("/"),
|
|
1379
|
+
const j = R.split("/"), $ = j[j.length - 2], D = j.map(Ke).join("/");
|
|
1380
1380
|
return {
|
|
1381
|
-
name:
|
|
1381
|
+
name: $,
|
|
1382
1382
|
item: D,
|
|
1383
1383
|
position: C + 1
|
|
1384
1384
|
};
|
|
@@ -1397,9 +1397,9 @@ const cn = (e, t) => Mt(e, t), un = (e) => ({
|
|
|
1397
1397
|
isVariantOf: {
|
|
1398
1398
|
productGroupID: n.productId,
|
|
1399
1399
|
hasVariant: n.items.map((R) => {
|
|
1400
|
-
const { variations: C } = R, j = C.map((
|
|
1401
|
-
name:
|
|
1402
|
-
values: R[
|
|
1400
|
+
const { variations: C } = R, j = C.map(($) => ({
|
|
1401
|
+
name: $,
|
|
1402
|
+
values: R[$]
|
|
1403
1403
|
}));
|
|
1404
1404
|
return {
|
|
1405
1405
|
...et(R),
|
|
@@ -1481,7 +1481,7 @@ const tt = ({
|
|
|
1481
1481
|
}
|
|
1482
1482
|
);
|
|
1483
1483
|
};
|
|
1484
|
-
async function
|
|
1484
|
+
async function xn({
|
|
1485
1485
|
body: e,
|
|
1486
1486
|
extraData: t,
|
|
1487
1487
|
...r
|
|
@@ -1518,7 +1518,7 @@ async function Pn({
|
|
|
1518
1518
|
}
|
|
1519
1519
|
};
|
|
1520
1520
|
}
|
|
1521
|
-
async function
|
|
1521
|
+
async function Pn({ body: e, extraData: t, ...r }) {
|
|
1522
1522
|
if (!e) {
|
|
1523
1523
|
console.error("[ERROR FETCHING] Body is required");
|
|
1524
1524
|
return;
|
|
@@ -1563,8 +1563,8 @@ const En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1563
1563
|
__proto__: null,
|
|
1564
1564
|
getSearchAutoCompleteSuggestions: ln,
|
|
1565
1565
|
getSearchCrossellingProducts: In,
|
|
1566
|
-
getSearchFacets:
|
|
1567
|
-
getSearchProducts:
|
|
1566
|
+
getSearchFacets: Pn,
|
|
1567
|
+
getSearchProducts: xn,
|
|
1568
1568
|
getSearchSuggestedTerms: Cn,
|
|
1569
1569
|
getSearchTopSearchs: kn
|
|
1570
1570
|
}, Symbol.toStringTag, { value: "Module" })), An = l.object({
|
|
@@ -1647,7 +1647,7 @@ const jn = l.object({
|
|
|
1647
1647
|
id: l.string().required(),
|
|
1648
1648
|
fieldsToBeUpdated: l.object().shape({})
|
|
1649
1649
|
});
|
|
1650
|
-
async function
|
|
1650
|
+
async function Fn({
|
|
1651
1651
|
apiUrl: e,
|
|
1652
1652
|
body: t,
|
|
1653
1653
|
fetchOptions: r
|
|
@@ -1666,10 +1666,10 @@ async function $n({
|
|
|
1666
1666
|
...r
|
|
1667
1667
|
});
|
|
1668
1668
|
}
|
|
1669
|
-
const
|
|
1669
|
+
const $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1670
1670
|
__proto__: null,
|
|
1671
1671
|
getSearchMasterdata: Nn,
|
|
1672
|
-
patchUpdateMasterdata:
|
|
1672
|
+
patchUpdateMasterdata: Fn,
|
|
1673
1673
|
postMasterdata: On
|
|
1674
1674
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
1675
1675
|
async function Ln({ body: e, apiUrl: t, extraData: r, fetchOptions: n }) {
|
|
@@ -1687,7 +1687,7 @@ async function Ln({ body: e, apiUrl: t, extraData: r, fetchOptions: n }) {
|
|
|
1687
1687
|
), d = (s) => Object.keys(s).map((u) => ({ id: u, name: s[u] }));
|
|
1688
1688
|
return i.map((s, u) => {
|
|
1689
1689
|
var f;
|
|
1690
|
-
const { installments: w, price: v, listPrice: y, sizes: _, allSizesAvailable: p } =
|
|
1690
|
+
const { installments: w, price: v, listPrice: y, sizes: _, allSizesAvailable: p } = xt({ items: s.items, NAME_SPLIT_SYMBOL: o }), b = p ? !0 : _.some((h) => h.available), m = s.items[0].sellers[0].commertialOffer;
|
|
1691
1691
|
return {
|
|
1692
1692
|
node: {
|
|
1693
1693
|
sku: s.items[0].itemId,
|
|
@@ -1801,7 +1801,7 @@ var _e = { exports: {} }, rt = {}, Ie = {}, nt = {}, at = {};
|
|
|
1801
1801
|
return r;
|
|
1802
1802
|
}
|
|
1803
1803
|
});
|
|
1804
|
-
const t =
|
|
1804
|
+
const t = Pt;
|
|
1805
1805
|
function r(n, a) {
|
|
1806
1806
|
if (!n.startsWith("/") || !a)
|
|
1807
1807
|
return n;
|
|
@@ -2061,7 +2061,7 @@ var ot = {}, st = {};
|
|
|
2061
2061
|
}
|
|
2062
2062
|
}
|
|
2063
2063
|
})(Ie);
|
|
2064
|
-
var
|
|
2064
|
+
var xe = {};
|
|
2065
2065
|
(function(e) {
|
|
2066
2066
|
Object.defineProperty(e, "__esModule", {
|
|
2067
2067
|
value: !0
|
|
@@ -2150,7 +2150,7 @@ var Pe = {};
|
|
|
2150
2150
|
g(w);
|
|
2151
2151
|
}
|
|
2152
2152
|
}
|
|
2153
|
-
})(
|
|
2153
|
+
})(xe);
|
|
2154
2154
|
var lt = {};
|
|
2155
2155
|
(function(e) {
|
|
2156
2156
|
Object.defineProperty(e, "__esModule", {
|
|
@@ -2196,15 +2196,15 @@ var lt = {};
|
|
|
2196
2196
|
}
|
|
2197
2197
|
}
|
|
2198
2198
|
})(lt);
|
|
2199
|
-
var de = {},
|
|
2199
|
+
var de = {}, Pe = Object.defineProperty, Un = Object.getOwnPropertyDescriptor, Hn = Object.getOwnPropertyNames, Mn = Object.prototype.hasOwnProperty, Bn = (e, t) => {
|
|
2200
2200
|
for (var r in t)
|
|
2201
|
-
|
|
2201
|
+
Pe(e, r, { get: t[r], enumerable: !0 });
|
|
2202
2202
|
}, zn = (e, t, r, n) => {
|
|
2203
2203
|
if (t && typeof t == "object" || typeof t == "function")
|
|
2204
2204
|
for (let a of Hn(t))
|
|
2205
|
-
!Mn.call(e, a) && a !== r &&
|
|
2205
|
+
!Mn.call(e, a) && a !== r && Pe(e, a, { get: () => t[a], enumerable: !(n = Un(t, a)) || n.enumerable });
|
|
2206
2206
|
return e;
|
|
2207
|
-
}, Gn = (e) => zn(
|
|
2207
|
+
}, Gn = (e) => zn(Pe({}, "__esModule", { value: !0 }), e), ct = {};
|
|
2208
2208
|
Bn(ct, {
|
|
2209
2209
|
RequestCookies: () => Yn,
|
|
2210
2210
|
ResponseCookies: () => ea,
|
|
@@ -2484,7 +2484,7 @@ function ra(e = { name: "", value: "" }) {
|
|
|
2484
2484
|
return i;
|
|
2485
2485
|
}
|
|
2486
2486
|
});
|
|
2487
|
-
const r = Ie, n =
|
|
2487
|
+
const r = Ie, n = xe, a = lt, o = de, c = Symbol("internal request");
|
|
2488
2488
|
class i extends Request {
|
|
2489
2489
|
constructor(g, s = {}) {
|
|
2490
2490
|
const u = typeof g != "string" && "url" in g ? g.url : String(g);
|
|
@@ -2592,7 +2592,7 @@ var dt = {}, pt = {};
|
|
|
2592
2592
|
return g;
|
|
2593
2593
|
}
|
|
2594
2594
|
});
|
|
2595
|
-
const t = de, r = Ie, n =
|
|
2595
|
+
const t = de, r = Ie, n = xe, a = pt, o = de, c = Symbol("internal response"), i = /* @__PURE__ */ new Set([
|
|
2596
2596
|
301,
|
|
2597
2597
|
302,
|
|
2598
2598
|
303,
|
|
@@ -2702,14 +2702,14 @@ var Re = {}, ft = { exports: {} };
|
|
|
2702
2702
|
(() => {
|
|
2703
2703
|
var e = { 226: function(a, o) {
|
|
2704
2704
|
(function(c, i) {
|
|
2705
|
-
var d = "1.0.35", g = "", s = "?", u = "function", w = "undefined", v = "object", y = "string", _ = "major", p = "model", b = "name", m = "type", f = "vendor", h = "version", E = "architecture", N = "console", I = "mobile", R = "tablet", C = "smarttv", j = "wearable",
|
|
2706
|
-
var
|
|
2705
|
+
var d = "1.0.35", g = "", s = "?", u = "function", w = "undefined", v = "object", y = "string", _ = "major", p = "model", b = "name", m = "type", f = "vendor", h = "version", E = "architecture", N = "console", I = "mobile", R = "tablet", C = "smarttv", j = "wearable", $ = "embedded", D = 350, U = "Amazon", B = "Apple", Z = "ASUS", Ce = "BlackBerry", G = "Browser", J = "Chrome", gt = "Edge", Y = "Firefox", ee = "Google", ke = "Huawei", me = "LG", fe = "Microsoft", Ee = "Motorola", te = "Opera", he = "Samsung", Ae = "Sharp", re = "Sony", ge = "Xiaomi", be = "Zebra", Oe = "Facebook", Te = "Chromium OS", qe = "Mac OS", bt = function(S, A) {
|
|
2706
|
+
var P = {};
|
|
2707
2707
|
for (var q in S)
|
|
2708
|
-
A[q] && A[q].length % 2 === 0 ?
|
|
2709
|
-
return
|
|
2708
|
+
A[q] && A[q].length % 2 === 0 ? P[q] = A[q].concat(S[q]) : P[q] = S[q];
|
|
2709
|
+
return P;
|
|
2710
2710
|
}, ne = function(S) {
|
|
2711
|
-
for (var A = {},
|
|
2712
|
-
A[S[
|
|
2711
|
+
for (var A = {}, P = 0; P < S.length; P++)
|
|
2712
|
+
A[S[P].toUpperCase()] = S[P];
|
|
2713
2713
|
return A;
|
|
2714
2714
|
}, Ne = function(S, A) {
|
|
2715
2715
|
return typeof S === y ? Q(A).indexOf(Q(S)) !== -1 : !1;
|
|
@@ -2721,51 +2721,51 @@ var Re = {}, ft = { exports: {} };
|
|
|
2721
2721
|
if (typeof S === y)
|
|
2722
2722
|
return S = S.replace(/^\s\s*/, g), typeof A === w ? S : S.substring(0, D);
|
|
2723
2723
|
}, X = function(S, A) {
|
|
2724
|
-
for (var
|
|
2725
|
-
var ye = A[
|
|
2726
|
-
for (q = z = 0; q < ye.length && !
|
|
2727
|
-
if (
|
|
2728
|
-
for (H = 0; H <
|
|
2729
|
-
M =
|
|
2730
|
-
|
|
2724
|
+
for (var P = 0, q, z, H, k, x, M; P < A.length && !x; ) {
|
|
2725
|
+
var ye = A[P], $e = A[P + 1];
|
|
2726
|
+
for (q = z = 0; q < ye.length && !x && ye[q]; )
|
|
2727
|
+
if (x = ye[q++].exec(S), x)
|
|
2728
|
+
for (H = 0; H < $e.length; H++)
|
|
2729
|
+
M = x[++z], k = $e[H], typeof k === v && k.length > 0 ? k.length === 2 ? typeof k[1] == u ? this[k[0]] = k[1].call(this, M) : this[k[0]] = k[1] : k.length === 3 ? typeof k[1] === u && !(k[1].exec && k[1].test) ? this[k[0]] = M ? k[1].call(this, M, k[2]) : i : this[k[0]] = M ? M.replace(k[1], k[2]) : i : k.length === 4 && (this[k[0]] = M ? k[3].call(this, M.replace(k[1], k[2])) : i) : this[k] = M || i;
|
|
2730
|
+
P += 2;
|
|
2731
2731
|
}
|
|
2732
2732
|
}, ve = function(S, A) {
|
|
2733
|
-
for (var
|
|
2734
|
-
if (typeof A[
|
|
2735
|
-
for (var q = 0; q < A[
|
|
2736
|
-
if (Ne(A[
|
|
2737
|
-
return
|
|
2738
|
-
} else if (Ne(A[
|
|
2739
|
-
return
|
|
2733
|
+
for (var P in A)
|
|
2734
|
+
if (typeof A[P] === v && A[P].length > 0) {
|
|
2735
|
+
for (var q = 0; q < A[P].length; q++)
|
|
2736
|
+
if (Ne(A[P][q], S))
|
|
2737
|
+
return P === s ? i : P;
|
|
2738
|
+
} else if (Ne(A[P], S))
|
|
2739
|
+
return P === s ? i : P;
|
|
2740
2740
|
return S;
|
|
2741
|
-
}, vt = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, je = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, $e = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [h, [b, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [h, [b, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [b, h], [/opios[\/ ]+([\w\.]+)/i], [h, [b, te + " Mini"]], [/\bopr\/([\w\.]+)/i], [h, [b, te]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [b, h], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [h, [b, "UC" + G]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [h, [b, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [h, [b, "WeChat"]], [/konqueror\/([\w\.]+)/i], [h, [b, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [h, [b, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [h, [b, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[b, /(.+)/, "$1 Secure " + G], h], [/\bfocus\/([\w\.]+)/i], [h, [b, Y + " Focus"]], [/\bopt\/([\w\.]+)/i], [h, [b, te + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [h, [b, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [h, [b, "Dolphin"]], [/coast\/([\w\.]+)/i], [h, [b, te + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [h, [b, "MIUI " + G]], [/fxios\/([-\w\.]+)/i], [h, [b, Y]], [/\bqihu|(qi?ho?o?|360)browser/i], [[b, "360 " + G]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[b, /(.+)/, "$1 " + G], h], [/(comodo_dragon)\/([\w\.]+)/i], [[b, /_/g, " "], h], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [b, h], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [b], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[b, Oe], h], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram)[\/ ]([-\w\.]+)/i], [b, h], [/\bgsa\/([\w\.]+) .*safari\//i], [h, [b, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [h, [b, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [h, [b, J + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[b, J + " WebView"], h], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [h, [b, "Android " + G]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [b, h], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [h, [b, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [h, b], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [b, [h, ve, vt]], [/(webkit|khtml)\/([\w\.]+)/i], [b, h], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[b, "Netscape"], h], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [h, [b, Y + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [b, h], [/(cobalt)\/([\w\.]+)/i], [b, [h, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[E, "amd64"]], [/(ia32(?=;))/i], [[E, Q]], [/((?:i[346]|x)86)[;\)]/i], [[E, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[E, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[E, "armhf"]], [/windows (ce|mobile); ppc;/i], [[E, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[E, /ower/, g, Q]], [/(sun4\w)[;\)]/i], [[E, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[E, Q]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [p, [f, he], [m, R]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [p, [f, he], [m, I]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [p, [f, B], [m, I]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [p, [f, B], [m, R]], [/(macintosh);/i], [p, [f, B]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [p, [f, Ae], [m, I]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [p, [f, ke], [m, R]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [p, [f, ke], [m, I]], [/\b(poco[\w ]+)(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[p, /_/g, " "], [f, ge], [m, I]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[p, /_/g, " "], [f, ge], [m, R]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [p, [f, "OPPO"], [m, I]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [p, [f, "Vivo"], [m, I]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [p, [f, "Realme"], [m, I]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [p, [f, Ee], [m, I]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [p, [f, Ee], [m, R]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [p, [f, me], [m, R]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [p, [f, me], [m, I]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [p, [f, "Lenovo"], [m, R]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[p, /_/g, " "], [f, "Nokia"], [m, I]], [/(pixel c)\b/i], [p, [f, ee], [m, R]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [p, [f, ee], [m, I]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [p, [f, re], [m, I]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[p, "Xperia Tablet"], [f, re], [m, R]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [p, [f, "OnePlus"], [m, I]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [p, [f, U], [m, R]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[p, /(.+)/g, "Fire Phone $1"], [f, U], [m, I]], [/(playbook);[-\w\),; ]+(rim)/i], [p, f, [m, R]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [p, [f, Ce], [m, I]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [p, [f, Z], [m, R]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [p, [f, Z], [m, I]], [/(nexus 9)/i], [p, [f, "HTC"], [m, R]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [f, [p, /_/g, " "], [m, I]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [p, [f, "Acer"], [m, R]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [p, [f, "Meizu"], [m, I]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [f, p, [m, I]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [f, p, [m, R]], [/(surface duo)/i], [p, [f, fe], [m, R]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [p, [f, "Fairphone"], [m, I]], [/(u304aa)/i], [p, [f, "AT&T"], [m, I]], [/\bsie-(\w*)/i], [p, [f, "Siemens"], [m, I]], [/\b(rct\w+) b/i], [p, [f, "RCA"], [m, R]], [/\b(venue[\d ]{2,7}) b/i], [p, [f, "Dell"], [m, R]], [/\b(q(?:mv|ta)\w+) b/i], [p, [f, "Verizon"], [m, R]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [p, [f, "Barnes & Noble"], [m, R]], [/\b(tm\d{3}\w+) b/i], [p, [f, "NuVision"], [m, R]], [/\b(k88) b/i], [p, [f, "ZTE"], [m, R]], [/\b(nx\d{3}j) b/i], [p, [f, "ZTE"], [m, I]], [/\b(gen\d{3}) b.+49h/i], [p, [f, "Swiss"], [m, I]], [/\b(zur\d{3}) b/i], [p, [f, "Swiss"], [m, R]], [/\b((zeki)?tb.*\b) b/i], [p, [f, "Zeki"], [m, R]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[f, "Dragon Touch"], p, [m, R]], [/\b(ns-?\w{0,9}) b/i], [p, [f, "Insignia"], [m, R]], [/\b((nxa|next)-?\w{0,9}) b/i], [p, [f, "NextBook"], [m, R]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[f, "Voice"], p, [m, I]], [/\b(lvtel\-)?(v1[12]) b/i], [[f, "LvTel"], p, [m, I]], [/\b(ph-1) /i], [p, [f, "Essential"], [m, I]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [p, [f, "Envizen"], [m, R]], [/\b(trio[-\w\. ]+) b/i], [p, [f, "MachSpeed"], [m, R]], [/\btu_(1491) b/i], [p, [f, "Rotor"], [m, R]], [/(shield[\w ]+) b/i], [p, [f, "Nvidia"], [m, R]], [/(sprint) (\w+)/i], [f, p, [m, I]], [/(kin\.[onetw]{3})/i], [[p, /\./g, " "], [f, fe], [m, I]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [p, [f, be], [m, R]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [p, [f, be], [m, I]], [/smart-tv.+(samsung)/i], [f, [m, C]], [/hbbtv.+maple;(\d+)/i], [[p, /^/, "SmartTV"], [f, he], [m, C]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[f, me], [m, C]], [/(apple) ?tv/i], [f, [p, B + " TV"], [m, C]], [/crkey/i], [[p, J + "cast"], [f, ee], [m, C]], [/droid.+aft(\w)( bui|\))/i], [p, [f, U], [m, C]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [p, [f, Ae], [m, C]], [/(bravia[\w ]+)( bui|\))/i], [p, [f, re], [m, C]], [/(mitv-\w{5}) bui/i], [p, [f, ge], [m, C]], [/Hbbtv.*(technisat) (.*);/i], [f, p, [m, C]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[f, we], [p, we], [m, C]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[m, C]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [f, p, [m, N]], [/droid.+; (shield) bui/i], [p, [f, "Nvidia"], [m, N]], [/(playstation [345portablevi]+)/i], [p, [f, re], [m, N]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [p, [f, fe], [m, N]], [/((pebble))app/i], [f, p, [m, j]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [p, [f, B], [m, j]], [/droid.+; (glass) \d/i], [p, [f, ee], [m, j]], [/droid.+; (wt63?0{2,3})\)/i], [p, [f, be], [m, j]], [/(quest( 2| pro)?)/i], [p, [f, Oe], [m, j]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [f, [m, F]], [/(aeobc)\b/i], [p, [f, U], [m, F]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [p, [m, I]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [p, [m, R]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[m, R]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[m, I]], [/(android[-\w\. ]{0,9});.+buil/i], [p, [f, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [h, [b, gt + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [h, [b, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [b, h], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [h, b]], os: [[/microsoft (windows) (vista|xp)/i], [b, h], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [b, [h, ve, je]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[b, "Windows"], [h, ve, je]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /ios;fbsv\/([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[h, /_/g, "."], [b, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[b, qe], [h, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [h, b], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [b, h], [/\(bb(10);/i], [h, [b, Ce]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [h, [b, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [h, [b, Y + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [h, [b, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [h, [b, "watchOS"]], [/crkey\/([\d\.]+)/i], [h, [b, J + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[b, Te], h], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [b, h], [/(sunos) ?([\w\.\d]*)/i], [[b, "Solaris"], h], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [b, h]] }, L = function(S, A) {
|
|
2741
|
+
}, vt = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, je = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Fe = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [h, [b, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [h, [b, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [b, h], [/opios[\/ ]+([\w\.]+)/i], [h, [b, te + " Mini"]], [/\bopr\/([\w\.]+)/i], [h, [b, te]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer)[\/ ]?([\w\.]*)/i, /(avant |iemobile|slim)(?:browser)?[\/ ]?([\w\.]*)/i, /(ba?idubrowser)[\/ ]?([\w\.]+)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|qq|duckduckgo)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [b, h], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [h, [b, "UC" + G]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i], [h, [b, "WeChat(Win) Desktop"]], [/micromessenger\/([\w\.]+)/i], [h, [b, "WeChat"]], [/konqueror\/([\w\.]+)/i], [h, [b, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [h, [b, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [h, [b, "Yandex"]], [/(avast|avg)\/([\w\.]+)/i], [[b, /(.+)/, "$1 Secure " + G], h], [/\bfocus\/([\w\.]+)/i], [h, [b, Y + " Focus"]], [/\bopt\/([\w\.]+)/i], [h, [b, te + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [h, [b, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [h, [b, "Dolphin"]], [/coast\/([\w\.]+)/i], [h, [b, te + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [h, [b, "MIUI " + G]], [/fxios\/([-\w\.]+)/i], [h, [b, Y]], [/\bqihu|(qi?ho?o?|360)browser/i], [[b, "360 " + G]], [/(oculus|samsung|sailfish|huawei)browser\/([\w\.]+)/i], [[b, /(.+)/, "$1 " + G], h], [/(comodo_dragon)\/([\w\.]+)/i], [[b, /_/g, " "], h], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|baiduboxapp|2345Explorer)[\/ ]?([\w\.]+)/i], [b, h], [/(metasr)[\/ ]?([\w\.]+)/i, /(lbbrowser)/i, /\[(linkedin)app\]/i], [b], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[b, Oe], h], [/(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(chromium|instagram)[\/ ]([-\w\.]+)/i], [b, h], [/\bgsa\/([\w\.]+) .*safari\//i], [h, [b, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [h, [b, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [h, [b, J + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[b, J + " WebView"], h], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [h, [b, "Android " + G]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [b, h], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [h, [b, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [h, b], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [b, [h, ve, vt]], [/(webkit|khtml)\/([\w\.]+)/i], [b, h], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[b, "Netscape"], h], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [h, [b, Y + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i, /panasonic;(viera)/i], [b, h], [/(cobalt)\/([\w\.]+)/i], [b, [h, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[E, "amd64"]], [/(ia32(?=;))/i], [[E, Q]], [/((?:i[346]|x)86)[;\)]/i], [[E, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[E, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[E, "armhf"]], [/windows (ce|mobile); ppc;/i], [[E, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[E, /ower/, g, Q]], [/(sun4\w)[;\)]/i], [[E, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[E, Q]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [p, [f, he], [m, R]], [/\b((?:s[cgp]h|gt|sm)-\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]([-\w]+)/i, /sec-(sgh\w+)/i], [p, [f, he], [m, I]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [p, [f, B], [m, I]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [p, [f, B], [m, R]], [/(macintosh);/i], [p, [f, B]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [p, [f, Ae], [m, I]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [p, [f, ke], [m, R]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [p, [f, ke], [m, I]], [/\b(poco[\w ]+)(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\))/i], [[p, /_/g, " "], [f, ge], [m, I]], [/\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[p, /_/g, " "], [f, ge], [m, R]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [p, [f, "OPPO"], [m, I]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [p, [f, "Vivo"], [m, I]], [/\b(rmx[12]\d{3})(?: bui|;|\))/i], [p, [f, "Realme"], [m, I]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [p, [f, Ee], [m, I]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [p, [f, Ee], [m, R]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [p, [f, me], [m, R]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [p, [f, me], [m, I]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [p, [f, "Lenovo"], [m, R]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[p, /_/g, " "], [f, "Nokia"], [m, I]], [/(pixel c)\b/i], [p, [f, ee], [m, R]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [p, [f, ee], [m, I]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [p, [f, re], [m, I]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[p, "Xperia Tablet"], [f, re], [m, R]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [p, [f, "OnePlus"], [m, I]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [p, [f, U], [m, R]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[p, /(.+)/g, "Fire Phone $1"], [f, U], [m, I]], [/(playbook);[-\w\),; ]+(rim)/i], [p, f, [m, R]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [p, [f, Ce], [m, I]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [p, [f, Z], [m, R]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [p, [f, Z], [m, I]], [/(nexus 9)/i], [p, [f, "HTC"], [m, R]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [f, [p, /_/g, " "], [m, I]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [p, [f, "Acer"], [m, R]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [p, [f, "Meizu"], [m, I]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [f, p, [m, I]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [f, p, [m, R]], [/(surface duo)/i], [p, [f, fe], [m, R]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [p, [f, "Fairphone"], [m, I]], [/(u304aa)/i], [p, [f, "AT&T"], [m, I]], [/\bsie-(\w*)/i], [p, [f, "Siemens"], [m, I]], [/\b(rct\w+) b/i], [p, [f, "RCA"], [m, R]], [/\b(venue[\d ]{2,7}) b/i], [p, [f, "Dell"], [m, R]], [/\b(q(?:mv|ta)\w+) b/i], [p, [f, "Verizon"], [m, R]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [p, [f, "Barnes & Noble"], [m, R]], [/\b(tm\d{3}\w+) b/i], [p, [f, "NuVision"], [m, R]], [/\b(k88) b/i], [p, [f, "ZTE"], [m, R]], [/\b(nx\d{3}j) b/i], [p, [f, "ZTE"], [m, I]], [/\b(gen\d{3}) b.+49h/i], [p, [f, "Swiss"], [m, I]], [/\b(zur\d{3}) b/i], [p, [f, "Swiss"], [m, R]], [/\b((zeki)?tb.*\b) b/i], [p, [f, "Zeki"], [m, R]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[f, "Dragon Touch"], p, [m, R]], [/\b(ns-?\w{0,9}) b/i], [p, [f, "Insignia"], [m, R]], [/\b((nxa|next)-?\w{0,9}) b/i], [p, [f, "NextBook"], [m, R]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[f, "Voice"], p, [m, I]], [/\b(lvtel\-)?(v1[12]) b/i], [[f, "LvTel"], p, [m, I]], [/\b(ph-1) /i], [p, [f, "Essential"], [m, I]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [p, [f, "Envizen"], [m, R]], [/\b(trio[-\w\. ]+) b/i], [p, [f, "MachSpeed"], [m, R]], [/\btu_(1491) b/i], [p, [f, "Rotor"], [m, R]], [/(shield[\w ]+) b/i], [p, [f, "Nvidia"], [m, R]], [/(sprint) (\w+)/i], [f, p, [m, I]], [/(kin\.[onetw]{3})/i], [[p, /\./g, " "], [f, fe], [m, I]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [p, [f, be], [m, R]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [p, [f, be], [m, I]], [/smart-tv.+(samsung)/i], [f, [m, C]], [/hbbtv.+maple;(\d+)/i], [[p, /^/, "SmartTV"], [f, he], [m, C]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[f, me], [m, C]], [/(apple) ?tv/i], [f, [p, B + " TV"], [m, C]], [/crkey/i], [[p, J + "cast"], [f, ee], [m, C]], [/droid.+aft(\w)( bui|\))/i], [p, [f, U], [m, C]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [p, [f, Ae], [m, C]], [/(bravia[\w ]+)( bui|\))/i], [p, [f, re], [m, C]], [/(mitv-\w{5}) bui/i], [p, [f, ge], [m, C]], [/Hbbtv.*(technisat) (.*);/i], [f, p, [m, C]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[f, we], [p, we], [m, C]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[m, C]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [f, p, [m, N]], [/droid.+; (shield) bui/i], [p, [f, "Nvidia"], [m, N]], [/(playstation [345portablevi]+)/i], [p, [f, re], [m, N]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [p, [f, fe], [m, N]], [/((pebble))app/i], [f, p, [m, j]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [p, [f, B], [m, j]], [/droid.+; (glass) \d/i], [p, [f, ee], [m, j]], [/droid.+; (wt63?0{2,3})\)/i], [p, [f, be], [m, j]], [/(quest( 2| pro)?)/i], [p, [f, Oe], [m, j]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [f, [m, $]], [/(aeobc)\b/i], [p, [f, U], [m, $]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+? mobile safari/i], [p, [m, I]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [p, [m, R]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[m, R]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[m, I]], [/(android[-\w\. ]{0,9});.+buil/i], [p, [f, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [h, [b, gt + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [h, [b, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [b, h], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [h, b]], os: [[/microsoft (windows) (vista|xp)/i], [b, h], [/(windows) nt 6\.2; (arm)/i, /(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i, /(windows)[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i], [b, [h, ve, je]], [/(win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[b, "Windows"], [h, ve, je]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /ios;fbsv\/([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[h, /_/g, "."], [b, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[b, qe], [h, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [h, b], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [b, h], [/\(bb(10);/i], [h, [b, Ce]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [h, [b, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [h, [b, Y + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [h, [b, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [h, [b, "watchOS"]], [/crkey\/([\d\.]+)/i], [h, [b, J + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[b, Te], h], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [b, h], [/(sunos) ?([\w\.\d]*)/i], [[b, "Solaris"], h], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [b, h]] }, L = function(S, A) {
|
|
2742
2742
|
if (typeof S === v && (A = S, S = i), !(this instanceof L))
|
|
2743
2743
|
return new L(S, A).getResult();
|
|
2744
|
-
var
|
|
2744
|
+
var P = typeof c !== w && c.navigator ? c.navigator : i, q = S || (P && P.userAgent ? P.userAgent : g), z = P && P.userAgentData ? P.userAgentData : i, H = A ? bt(Fe, A) : Fe, k = P && P.userAgent == q;
|
|
2745
2745
|
return this.getBrowser = function() {
|
|
2746
|
-
var
|
|
2747
|
-
return
|
|
2746
|
+
var x = {};
|
|
2747
|
+
return x[b] = i, x[h] = i, X.call(x, q, H.browser), x[_] = wt(x[h]), k && P && P.brave && typeof P.brave.isBrave == u && (x[b] = "Brave"), x;
|
|
2748
2748
|
}, this.getCPU = function() {
|
|
2749
|
-
var
|
|
2750
|
-
return
|
|
2749
|
+
var x = {};
|
|
2750
|
+
return x[E] = i, X.call(x, q, H.cpu), x;
|
|
2751
2751
|
}, this.getDevice = function() {
|
|
2752
|
-
var
|
|
2753
|
-
return
|
|
2752
|
+
var x = {};
|
|
2753
|
+
return x[f] = i, x[p] = i, x[m] = i, X.call(x, q, H.device), k && !x[m] && z && z.mobile && (x[m] = I), k && x[p] == "Macintosh" && P && typeof P.standalone !== w && P.maxTouchPoints && P.maxTouchPoints > 2 && (x[p] = "iPad", x[m] = R), x;
|
|
2754
2754
|
}, this.getEngine = function() {
|
|
2755
|
-
var
|
|
2756
|
-
return
|
|
2755
|
+
var x = {};
|
|
2756
|
+
return x[b] = i, x[h] = i, X.call(x, q, H.engine), x;
|
|
2757
2757
|
}, this.getOS = function() {
|
|
2758
|
-
var
|
|
2759
|
-
return
|
|
2758
|
+
var x = {};
|
|
2759
|
+
return x[b] = i, x[h] = i, X.call(x, q, H.os), k && !x[b] && z && z.platform != "Unknown" && (x[b] = z.platform.replace(/chrome os/i, Te).replace(/macos/i, qe)), x;
|
|
2760
2760
|
}, this.getResult = function() {
|
|
2761
2761
|
return { ua: this.getUA(), browser: this.getBrowser(), engine: this.getEngine(), os: this.getOS(), device: this.getDevice(), cpu: this.getCPU() };
|
|
2762
2762
|
}, this.getUA = function() {
|
|
2763
2763
|
return q;
|
|
2764
|
-
}, this.setUA = function(
|
|
2765
|
-
return q = typeof
|
|
2764
|
+
}, this.setUA = function(x) {
|
|
2765
|
+
return q = typeof x === y && x.length > D ? we(x, D) : x, this;
|
|
2766
2766
|
}, this.setUA(q), this;
|
|
2767
2767
|
};
|
|
2768
|
-
L.VERSION = d, L.BROWSER = ne([b, h, _]), L.CPU = ne([E]), L.DEVICE = ne([p, f, m, N, I, C, R, j,
|
|
2768
|
+
L.VERSION = d, L.BROWSER = ne([b, h, _]), L.CPU = ne([E]), L.DEVICE = ne([p, f, m, N, I, C, R, j, $]), L.ENGINE = L.OS = ne([b, h]), typeof o !== w ? (a.exports && (o = a.exports = L), o.UAParser = L) : typeof c !== w && (c.UAParser = L);
|
|
2769
2769
|
var V = typeof c !== w && (c.jQuery || c.Zepto);
|
|
2770
2770
|
if (V && !V.ua) {
|
|
2771
2771
|
var ae = new L();
|
|
@@ -2774,8 +2774,8 @@ var Re = {}, ft = { exports: {} };
|
|
|
2774
2774
|
}, V.ua.set = function(S) {
|
|
2775
2775
|
ae.setUA(S);
|
|
2776
2776
|
var A = ae.getResult();
|
|
2777
|
-
for (var
|
|
2778
|
-
V.ua[
|
|
2777
|
+
for (var P in A)
|
|
2778
|
+
V.ua[P] = A[P];
|
|
2779
2779
|
};
|
|
2780
2780
|
}
|
|
2781
2781
|
})(typeof window == "object" ? window : this);
|
|
@@ -2864,7 +2864,11 @@ var ht = {};
|
|
|
2864
2864
|
e.exports = r, t.NextRequest = r.NextRequest, t.NextResponse = r.NextResponse, t.ImageResponse = r.ImageResponse, t.userAgentFromString = r.userAgentFromString, t.userAgent = r.userAgent, t.URLPattern = r.URLPattern;
|
|
2865
2865
|
})(_e, _e.exports);
|
|
2866
2866
|
var Ue = _e.exports;
|
|
2867
|
-
async function aa({
|
|
2867
|
+
async function aa({
|
|
2868
|
+
apiUrl: e,
|
|
2869
|
+
extraData: t,
|
|
2870
|
+
fetchOptions: r
|
|
2871
|
+
}) {
|
|
2868
2872
|
var I, R;
|
|
2869
2873
|
const n = `${e}/api/dataentities`, a = `${e}/api/io/v1/extrato/get-total`, {
|
|
2870
2874
|
MASTER_DATA_ENTITY: o,
|
|
@@ -2880,9 +2884,9 @@ async function aa({ apiUrl: e, extraData: t, fetchOptions: r }) {
|
|
|
2880
2884
|
);
|
|
2881
2885
|
const { sub: _, userId: p } = Bt(y), b = Object.fromEntries(
|
|
2882
2886
|
Object.entries(d).map(([C, j]) => [C, String(j || "")])
|
|
2883
|
-
), m = async (C, j,
|
|
2887
|
+
), m = async (C, j, $ = !1) => {
|
|
2884
2888
|
try {
|
|
2885
|
-
const U = await fetch(`${
|
|
2889
|
+
const U = await fetch(`${$ ? a : n}${C}`, {
|
|
2886
2890
|
headers: {
|
|
2887
2891
|
...j,
|
|
2888
2892
|
...r == null ? void 0 : r.headers
|
|
@@ -2999,10 +3003,10 @@ const ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2999
3003
|
}, Symbol.toStringTag, { value: "Module" })), Ia = {
|
|
3000
3004
|
checkout: Zr,
|
|
3001
3005
|
catalog: on,
|
|
3002
|
-
cms:
|
|
3006
|
+
cms: $t,
|
|
3003
3007
|
search: En,
|
|
3004
|
-
masterdata:
|
|
3005
|
-
marketingdata:
|
|
3008
|
+
masterdata: $n,
|
|
3009
|
+
marketingdata: Ft,
|
|
3006
3010
|
user: ia,
|
|
3007
3011
|
aviseme: ca,
|
|
3008
3012
|
preview: da,
|
|
@@ -3011,7 +3015,7 @@ const ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3011
3015
|
wishlist: {
|
|
3012
3016
|
...Dn
|
|
3013
3017
|
}
|
|
3014
|
-
},
|
|
3018
|
+
}, xa = {
|
|
3015
3019
|
catalog: Ht,
|
|
3016
3020
|
search: oa,
|
|
3017
3021
|
product: Ut,
|
|
@@ -3019,7 +3023,7 @@ const ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3019
3023
|
...Dt,
|
|
3020
3024
|
...Lt
|
|
3021
3025
|
}
|
|
3022
|
-
},
|
|
3026
|
+
}, Pa = {
|
|
3023
3027
|
template: {
|
|
3024
3028
|
pdp: {}
|
|
3025
3029
|
}
|
|
@@ -3027,6 +3031,6 @@ const ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
3027
3031
|
export {
|
|
3028
3032
|
Ia as serverAPIs,
|
|
3029
3033
|
Ra as serverCMS,
|
|
3030
|
-
|
|
3031
|
-
|
|
3034
|
+
Pa as serverComponents,
|
|
3035
|
+
xa as serverHelpers
|
|
3032
3036
|
};
|