@instockng/storefront-ui 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/components/Checkout.d.ts.map +1 -1
  2. package/dist/index12.mjs +136 -132
  3. package/dist/index134.mjs +1 -1
  4. package/dist/index136.mjs +1 -1
  5. package/dist/index137.mjs +2 -2
  6. package/dist/index141.mjs +2 -2
  7. package/dist/index150.mjs +1 -1
  8. package/dist/index151.mjs +1 -1
  9. package/dist/index153.mjs +1 -1
  10. package/dist/index154.mjs +1 -1
  11. package/dist/index156.mjs +1 -1
  12. package/dist/index157.mjs +1 -1
  13. package/dist/index159.mjs +2 -2
  14. package/dist/index160.mjs +1 -1
  15. package/dist/index165.mjs +2 -2
  16. package/dist/index167.mjs +1 -1
  17. package/dist/index205.mjs +12 -30
  18. package/dist/index206.mjs +7 -11
  19. package/dist/index207.mjs +30 -3
  20. package/dist/index208.mjs +10 -3
  21. package/dist/index209.mjs +4 -13
  22. package/dist/index210.mjs +4 -7
  23. package/dist/index217.mjs +2 -2
  24. package/dist/index218.mjs +2 -2
  25. package/dist/index220.mjs +2 -2
  26. package/dist/index221.mjs +2 -2
  27. package/dist/index222.mjs +2 -2
  28. package/dist/index223.mjs +108 -2
  29. package/dist/index224.mjs +2 -2
  30. package/dist/index225.mjs +2 -37
  31. package/dist/index226.mjs +37 -2
  32. package/dist/index227.mjs +2 -108
  33. package/dist/index228.mjs +2 -2
  34. package/dist/index229.mjs +2 -2
  35. package/dist/index247.mjs +1 -1
  36. package/dist/index248.mjs +1 -1
  37. package/dist/index29.mjs +1 -1
  38. package/dist/index32.mjs +1 -1
  39. package/dist/index33.mjs +1 -1
  40. package/dist/index34.mjs +1 -1
  41. package/dist/index35.mjs +1 -1
  42. package/dist/index36.mjs +1 -1
  43. package/dist/index37.mjs +2 -2
  44. package/dist/index38.mjs +2 -2
  45. package/dist/index42.mjs +1 -1
  46. package/dist/index49.mjs +45 -45
  47. package/dist/index50.mjs +1 -1
  48. package/dist/index51.mjs +1 -1
  49. package/dist/index52.mjs +1 -1
  50. package/dist/index53.mjs +1 -1
  51. package/dist/index54.mjs +1 -1
  52. package/dist/index55.mjs +1 -1
  53. package/dist/index56.mjs +1 -1
  54. package/dist/index57.mjs +1 -1
  55. package/dist/index58.mjs +1 -1
  56. package/dist/index59.mjs +1 -1
  57. package/dist/index60.mjs +21 -20
  58. package/dist/index61.mjs +2 -24
  59. package/dist/index62.mjs +153 -2
  60. package/dist/index63.mjs +4 -152
  61. package/dist/index64.mjs +22 -4
  62. package/dist/index67.mjs +1 -1
  63. package/dist/index73.mjs +1 -1
  64. package/package.json +2 -2
  65. package/src/components/Checkout.tsx +7 -9
package/dist/index248.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import a from "./index205.mjs";
2
+ import a from "./index207.mjs";
3
3
  const e = typeof URLSearchParams < "u" ? URLSearchParams : a;
4
4
  export {
5
5
  e as default
package/dist/index29.mjs CHANGED
@@ -30,7 +30,7 @@ const s = {
30
30
  all: ["admin"],
31
31
  orders: {
32
32
  all: ["admin", "orders"],
33
- list: () => ["admin", "orders", "list"],
33
+ list: (a) => ["admin", "orders", "list", JSON.stringify(a)],
34
34
  detail: (a) => ["admin", "orders", a]
35
35
  },
36
36
  brands: {
package/dist/index32.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as s, useMutation as i } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as a } from "./index64.mjs";
3
+ import { useQueryUnwrapped as a } from "./index63.mjs";
4
4
  import { queryKeys as r } from "./index29.mjs";
5
5
  import { updateCart as c, createCart as l, applyDiscount as y, removeDiscount as m, addCartItem as p, updateCartItem as C, removeCartItem as q, checkoutCart as f, fetchCart as d } from "./index25.mjs";
6
6
  function Q(e, t) {
package/dist/index33.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useMutation as t } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as u } from "./index64.mjs";
3
+ import { useQueryUnwrapped as u } from "./index63.mjs";
4
4
  import { queryKeys as n } from "./index29.mjs";
5
5
  import { confirmOrder as i, fetchOrder as m } from "./index26.mjs";
6
6
  function y(e, r, o) {
package/dist/index34.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as u } from "./index64.mjs";
2
+ import { useQueryUnwrapped as u } from "./index63.mjs";
3
3
  import { queryKeys as t } from "./index29.mjs";
4
4
  import { fetchProductsByBrand as o, fetchProductBySlug as c } from "./index24.mjs";
5
5
  function n(r, e) {
package/dist/index35.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as o } from "./index64.mjs";
2
+ import { useQueryUnwrapped as o } from "./index63.mjs";
3
3
  import { queryKeys as i } from "./index29.mjs";
4
4
  import { fetchDeliveryZones as t } from "./index27.mjs";
5
5
  function p(e, r) {
package/dist/index36.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as t } from "./index64.mjs";
2
+ import { useQueryUnwrapped as t } from "./index63.mjs";
3
3
  import { queryKeys as u } from "./index29.mjs";
4
4
  import { fetchBrandBySlug as n } from "./index28.mjs";
5
5
  function i(r, e) {
package/dist/index37.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as x } from "./index61.mjs";
3
- import { __module as q } from "./index62.mjs";
2
+ import { getDefaultExportFromCjs as x } from "./index60.mjs";
3
+ import { __module as q } from "./index61.mjs";
4
4
  function S(b, p) {
5
5
  for (var s = 0; s < p.length; s++) {
6
6
  const c = p[s];
package/dist/index38.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
- import { getDefaultExportFromCjs as n } from "./index61.mjs";
3
- import { __require as i } from "./index63.mjs";
2
+ import { getDefaultExportFromCjs as n } from "./index60.mjs";
3
+ import { __require as i } from "./index62.mjs";
4
4
  function s(t, a) {
5
5
  for (var o = 0; o < a.length; o++) {
6
6
  const e = a[o];
package/dist/index42.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import * as l from "react";
3
- import { composeRefs as m } from "./index60.mjs";
3
+ import { composeRefs as m } from "./index64.mjs";
4
4
  import { jsx as u } from "react/jsx-runtime";
5
5
  // @__NO_SIDE_EFFECTS__
6
6
  function y(e) {
package/dist/index49.mjs CHANGED
@@ -1,31 +1,31 @@
1
1
  'use client';
2
2
  import { useQueryClient as m, useMutation as w } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as p } from "./index64.mjs";
3
+ import { useQueryUnwrapped as f } from "./index63.mjs";
4
4
  import { createAdminRpcClients as d, authHeaders as l } from "./index23.mjs";
5
- import { queryKeys as u } from "./index29.mjs";
5
+ import { queryKeys as c } from "./index29.mjs";
6
6
  import { useApiConfig as y } from "./index21.mjs";
7
- function T(e) {
8
- const { baseURL: n, getAuthToken: s } = y();
9
- return p({
10
- queryKey: u.admin.orders.list(),
7
+ function $(e, n) {
8
+ const { baseURL: s, getAuthToken: o } = y();
9
+ return f({
10
+ queryKey: c.admin.orders.list(e),
11
11
  queryFn: async () => {
12
- const o = await s(), r = await d(n).orders.index.$get({}, l(o));
12
+ const t = await o(), a = d(s), i = e ? Object.fromEntries(Object.entries(e).filter(([u, p]) => p !== void 0)) : void 0, r = await a.orders.index.$get({ query: i }, l(t));
13
13
  if (!r.ok)
14
14
  throw new Error(`Failed to fetch orders: ${r.statusText}`);
15
15
  return r.json();
16
16
  },
17
- ...e
17
+ ...n
18
18
  });
19
19
  }
20
- function $(e, n) {
20
+ function j(e, n) {
21
21
  const { baseURL: s, getAuthToken: o } = y();
22
- return p({
23
- queryKey: u.admin.orders.detail(e),
22
+ return f({
23
+ queryKey: c.admin.orders.detail(e),
24
24
  queryFn: async () => {
25
- const t = await o(), a = await d(s).orders[":id"].$get({ param: { id: e } }, l(t));
26
- if (!a.ok)
27
- throw new Error(`Failed to fetch order: ${a.statusText}`);
28
- return a.json();
25
+ const t = await o(), i = await d(s).orders[":id"].$get({ param: { id: e } }, l(t));
26
+ if (!i.ok)
27
+ throw new Error(`Failed to fetch order: ${i.statusText}`);
28
+ return i.json();
29
29
  },
30
30
  ...n
31
31
  });
@@ -34,67 +34,67 @@ function g(e) {
34
34
  const { baseURL: n, getAuthToken: s } = y(), o = m();
35
35
  return w({
36
36
  mutationFn: async (t) => {
37
- const r = await s(), i = await d(n).orders.index.$post({ json: t }, l(r));
38
- if (!i.ok)
39
- throw new Error(`Failed to create order: ${i.statusText}`);
40
- return i.json();
37
+ const a = await s(), r = await d(n).orders.index.$post({ json: t }, l(a));
38
+ if (!r.ok)
39
+ throw new Error(`Failed to create order: ${r.statusText}`);
40
+ return r.json();
41
41
  },
42
42
  onSuccess: () => {
43
- o.invalidateQueries({ queryKey: u.admin.orders.all });
43
+ o.invalidateQueries({ queryKey: c.admin.orders.all });
44
44
  },
45
45
  ...e
46
46
  });
47
47
  }
48
- function j(e, n) {
48
+ function x(e, n) {
49
49
  const { baseURL: s, getAuthToken: o } = y(), t = m();
50
50
  return w({
51
- mutationFn: async (r) => {
52
- const a = await o(), c = await d(s).orders[":id"].$patch({ param: { id: e }, json: r }, l(a));
53
- if (!c.ok)
54
- throw new Error(`Failed to update order: ${c.statusText}`);
55
- return c.json();
51
+ mutationFn: async (a) => {
52
+ const i = await o(), u = await d(s).orders[":id"].$patch({ param: { id: e }, json: a }, l(i));
53
+ if (!u.ok)
54
+ throw new Error(`Failed to update order: ${u.statusText}`);
55
+ return u.json();
56
56
  },
57
57
  onSuccess: () => {
58
- t.invalidateQueries({ queryKey: u.admin.orders.detail(e) }), t.invalidateQueries({ queryKey: u.admin.orders.all });
58
+ t.invalidateQueries({ queryKey: c.admin.orders.detail(e) }), t.invalidateQueries({ queryKey: c.admin.orders.all });
59
59
  },
60
60
  ...n
61
61
  });
62
62
  }
63
- function x(e, n) {
63
+ function K(e, n) {
64
64
  const { baseURL: s, getAuthToken: o } = y(), t = m();
65
65
  return w({
66
- mutationFn: async (r) => {
67
- const a = await o(), c = await d(s).orders[":id"].status.$patch({ param: { id: e }, json: r }, l(a));
68
- if (!c.ok)
69
- throw new Error(`Failed to update order status: ${c.statusText}`);
70
- return c.json();
66
+ mutationFn: async (a) => {
67
+ const i = await o(), u = await d(s).orders[":id"].status.$patch({ param: { id: e }, json: a }, l(i));
68
+ if (!u.ok)
69
+ throw new Error(`Failed to update order status: ${u.statusText}`);
70
+ return u.json();
71
71
  },
72
72
  onSuccess: () => {
73
- t.invalidateQueries({ queryKey: u.admin.orders.detail(e) }), t.invalidateQueries({ queryKey: u.admin.orders.all });
73
+ t.invalidateQueries({ queryKey: c.admin.orders.detail(e) }), t.invalidateQueries({ queryKey: c.admin.orders.all });
74
74
  },
75
75
  ...n
76
76
  });
77
77
  }
78
- function K(e, n) {
78
+ function U(e, n) {
79
79
  const { baseURL: s, getAuthToken: o } = y(), t = m();
80
80
  return w({
81
81
  mutationFn: async () => {
82
- const r = await o(), i = await d(s).orders[":id"].$delete({ param: { id: e } }, l(r));
83
- if (!i.ok)
84
- throw new Error(`Failed to delete order: ${i.statusText}`);
85
- return i.json();
82
+ const a = await o(), r = await d(s).orders[":id"].$delete({ param: { id: e } }, l(a));
83
+ if (!r.ok)
84
+ throw new Error(`Failed to delete order: ${r.statusText}`);
85
+ return r.json();
86
86
  },
87
87
  onSuccess: () => {
88
- t.invalidateQueries({ queryKey: u.admin.orders.all });
88
+ t.invalidateQueries({ queryKey: c.admin.orders.all });
89
89
  },
90
90
  ...n
91
91
  });
92
92
  }
93
93
  export {
94
94
  g as useCreateOrder,
95
- K as useDeleteOrder,
96
- $ as useGetOrder,
97
- T as useListOrders,
98
- j as useUpdateOrder,
99
- x as useUpdateOrderStatus
95
+ U as useDeleteOrder,
96
+ j as useGetOrder,
97
+ $ as useListOrders,
98
+ x as useUpdateOrder,
99
+ K as useUpdateOrderStatus
100
100
  };
package/dist/index50.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as m, useMutation as w } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as b } from "./index64.mjs";
3
+ import { useQueryUnwrapped as b } from "./index63.mjs";
4
4
  import { createAdminRpcClients as c, authHeaders as d } from "./index23.mjs";
5
5
  import { queryKeys as u } from "./index29.mjs";
6
6
  import { useApiConfig as l } from "./index21.mjs";
package/dist/index51.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as m } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as w } from "./index64.mjs";
3
+ import { useQueryUnwrapped as w } from "./index63.mjs";
4
4
  import { createAdminRpcClients as c, authHeaders as d } from "./index23.mjs";
5
5
  import { queryKeys as a } from "./index29.mjs";
6
6
  import { useApiConfig as l } from "./index21.mjs";
package/dist/index52.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as v, useMutation as m } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as w } from "./index64.mjs";
3
+ import { useQueryUnwrapped as w } from "./index63.mjs";
4
4
  import { createAdminRpcClients as c, authHeaders as d } from "./index23.mjs";
5
5
  import { queryKeys as o } from "./index29.mjs";
6
6
  import { useApiConfig as l } from "./index21.mjs";
package/dist/index53.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as d } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as m } from "./index64.mjs";
3
+ import { useQueryUnwrapped as m } from "./index63.mjs";
4
4
  import { createAdminRpcClients as c, authHeaders as l } from "./index23.mjs";
5
5
  import { queryKeys as u } from "./index29.mjs";
6
6
  import { useApiConfig as w } from "./index21.mjs";
package/dist/index54.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as w, useMutation as v } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as d } from "./index64.mjs";
3
+ import { useQueryUnwrapped as d } from "./index63.mjs";
4
4
  import { createAdminRpcClients as c, authHeaders as y } from "./index23.mjs";
5
5
  import { queryKeys as i } from "./index29.mjs";
6
6
  import { useApiConfig as l } from "./index21.mjs";
package/dist/index55.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as n } from "./index64.mjs";
2
+ import { useQueryUnwrapped as n } from "./index63.mjs";
3
3
  import { createAdminRpcClients as u, authHeaders as a } from "./index23.mjs";
4
4
  import { queryKeys as c } from "./index29.mjs";
5
5
  import { useApiConfig as m } from "./index21.mjs";
package/dist/index56.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use client';
2
- import { useQueryUnwrapped as i } from "./index64.mjs";
2
+ import { useQueryUnwrapped as i } from "./index63.mjs";
3
3
  import { createAdminRpcClients as u, authHeaders as c } from "./index23.mjs";
4
4
  import { queryKeys as a } from "./index29.mjs";
5
5
  import { useApiConfig as d } from "./index21.mjs";
package/dist/index57.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as b } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as l } from "./index64.mjs";
3
+ import { useQueryUnwrapped as l } from "./index63.mjs";
4
4
  import { createAdminRpcClients as r, authHeaders as i } from "./index23.mjs";
5
5
  import { queryKeys as u } from "./index29.mjs";
6
6
  import { useApiConfig as d } from "./index21.mjs";
package/dist/index58.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as y, useMutation as w } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as C } from "./index64.mjs";
3
+ import { useQueryUnwrapped as C } from "./index63.mjs";
4
4
  import { createAdminRpcClients as a, authHeaders as d } from "./index23.mjs";
5
5
  import { queryKeys as r } from "./index29.mjs";
6
6
  import { useApiConfig as l } from "./index21.mjs";
package/dist/index59.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use client';
2
2
  import { useQueryClient as v, useMutation as w } from "@tanstack/react-query";
3
- import { useQueryUnwrapped as m } from "./index64.mjs";
3
+ import { useQueryUnwrapped as m } from "./index63.mjs";
4
4
  import { createAdminRpcClients as l, authHeaders as c } from "./index23.mjs";
5
5
  import { queryKeys as a } from "./index29.mjs";
6
6
  import { useApiConfig as d } from "./index21.mjs";
package/dist/index60.mjs CHANGED
@@ -1,26 +1,27 @@
1
1
  'use client';
2
- import "react";
3
- function i(n, o) {
4
- if (typeof n == "function")
5
- return n(o);
6
- n != null && (n.current = o);
2
+ function n(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
7
4
  }
8
- function f(...n) {
9
- return (o) => {
10
- let u = !1;
11
- const c = n.map((t) => {
12
- const e = i(t, o);
13
- return !u && typeof e == "function" && (u = !0), e;
5
+ function c(e) {
6
+ if (e.__esModule) return e;
7
+ var o = e.default;
8
+ if (typeof o == "function") {
9
+ var t = function r() {
10
+ return this instanceof r ? Reflect.construct(o, arguments, this.constructor) : o.apply(this, arguments);
11
+ };
12
+ t.prototype = o.prototype;
13
+ } else t = {};
14
+ return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
15
+ var u = Object.getOwnPropertyDescriptor(e, r);
16
+ Object.defineProperty(t, r, u.get ? u : {
17
+ enumerable: !0,
18
+ get: function() {
19
+ return e[r];
20
+ }
14
21
  });
15
- if (u)
16
- return () => {
17
- for (let t = 0; t < c.length; t++) {
18
- const e = c[t];
19
- typeof e == "function" ? e() : i(n[t], null);
20
- }
21
- };
22
- };
22
+ }), t;
23
23
  }
24
24
  export {
25
- f as composeRefs
25
+ c as getAugmentedNamespace,
26
+ n as getDefaultExportFromCjs
26
27
  };
package/dist/index61.mjs CHANGED
@@ -1,27 +1,5 @@
1
1
  'use client';
2
- function n(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- function c(e) {
6
- if (e.__esModule) return e;
7
- var o = e.default;
8
- if (typeof o == "function") {
9
- var t = function r() {
10
- return this instanceof r ? Reflect.construct(o, arguments, this.constructor) : o.apply(this, arguments);
11
- };
12
- t.prototype = o.prototype;
13
- } else t = {};
14
- return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
15
- var u = Object.getOwnPropertyDescriptor(e, r);
16
- Object.defineProperty(t, r, u.get ? u : {
17
- enumerable: !0,
18
- get: function() {
19
- return e[r];
20
- }
21
- });
22
- }), t;
23
- }
2
+ var e = { exports: {} };
24
3
  export {
25
- c as getAugmentedNamespace,
26
- n as getDefaultExportFromCjs
4
+ e as __module
27
5
  };
package/dist/index62.mjs CHANGED
@@ -1,5 +1,156 @@
1
1
  'use client';
2
- var e = { exports: {} };
2
+ import { __module as l } from "./index68.mjs";
3
+ import "./index69.mjs";
4
+ import j from "react";
5
+ import { __require as A } from "./index70.mjs";
6
+ import { __require as O } from "./index71.mjs";
7
+ import { __require as x } from "./index72.mjs";
8
+ import { __require as F } from "./index73.mjs";
9
+ import { __exports as M } from "./index74.mjs";
10
+ var p;
11
+ function W() {
12
+ return p ? l.exports : (p = 1, function(g, u) {
13
+ Object.defineProperty(u, "__esModule", {
14
+ value: !0
15
+ });
16
+ function _(e, o) {
17
+ for (var t in o) Object.defineProperty(e, t, {
18
+ enumerable: !0,
19
+ get: o[t]
20
+ });
21
+ }
22
+ _(u, {
23
+ Router: function() {
24
+ return i.default;
25
+ },
26
+ createRouter: function() {
27
+ return P;
28
+ },
29
+ // Export the singletonRouter and this is the public API.
30
+ default: function() {
31
+ return v;
32
+ },
33
+ makePublicRouterInstance: function() {
34
+ return E;
35
+ },
36
+ useRouter: function() {
37
+ return q;
38
+ },
39
+ withRouter: function() {
40
+ return w.default;
41
+ }
42
+ });
43
+ const f = M, R = /* @__PURE__ */ f._(j), i = /* @__PURE__ */ f._(A()), b = O(), y = /* @__PURE__ */ f._(x()), w = /* @__PURE__ */ f._(F()), n = {
44
+ router: null,
45
+ readyCallbacks: [],
46
+ ready(e) {
47
+ if (this.router) return e();
48
+ typeof window < "u" && this.readyCallbacks.push(e);
49
+ }
50
+ }, d = [
51
+ "pathname",
52
+ "route",
53
+ "query",
54
+ "asPath",
55
+ "components",
56
+ "isFallback",
57
+ "basePath",
58
+ "locale",
59
+ "locales",
60
+ "defaultLocale",
61
+ "isReady",
62
+ "isPreview",
63
+ "isLocaleDomain",
64
+ "domainLocales"
65
+ ], C = [
66
+ "routeChangeStart",
67
+ "beforeHistoryChange",
68
+ "routeChangeComplete",
69
+ "routeChangeError",
70
+ "hashChangeStart",
71
+ "hashChangeComplete"
72
+ ], h = [
73
+ "push",
74
+ "replace",
75
+ "reload",
76
+ "back",
77
+ "prefetch",
78
+ "beforePopState"
79
+ ];
80
+ Object.defineProperty(n, "events", {
81
+ get() {
82
+ return i.default.events;
83
+ }
84
+ });
85
+ function m() {
86
+ if (!n.router) {
87
+ const e = `No router instance found.
88
+ You should only use "next/router" on the client side of your app.
89
+ `;
90
+ throw new Error(e);
91
+ }
92
+ return n.router;
93
+ }
94
+ d.forEach((e) => {
95
+ Object.defineProperty(n, e, {
96
+ get() {
97
+ return m()[e];
98
+ }
99
+ });
100
+ }), h.forEach((e) => {
101
+ n[e] = function() {
102
+ for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
103
+ t[r] = arguments[r];
104
+ return m()[e](...t);
105
+ };
106
+ }), C.forEach((e) => {
107
+ n.ready(() => {
108
+ i.default.events.on(e, function() {
109
+ for (var o = arguments.length, t = new Array(o), r = 0; r < o; r++)
110
+ t[r] = arguments[r];
111
+ const s = "on" + e.charAt(0).toUpperCase() + e.substring(1), c = n;
112
+ if (c[s])
113
+ try {
114
+ c[s](...t);
115
+ } catch (a) {
116
+ console.error("Error when running the Router event: " + s), console.error((0, y.default)(a) ? a.message + `
117
+ ` + a.stack : a + "");
118
+ }
119
+ });
120
+ });
121
+ });
122
+ const v = n;
123
+ function q() {
124
+ const e = R.default.useContext(b.RouterContext);
125
+ if (!e)
126
+ throw new Error("NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted");
127
+ return e;
128
+ }
129
+ function P() {
130
+ for (var e = arguments.length, o = new Array(e), t = 0; t < e; t++)
131
+ o[t] = arguments[t];
132
+ return n.router = new i.default(...o), n.readyCallbacks.forEach((r) => r()), n.readyCallbacks = [], n.router;
133
+ }
134
+ function E(e) {
135
+ const o = e, t = {};
136
+ for (const r of d) {
137
+ if (typeof o[r] == "object") {
138
+ t[r] = Object.assign(Array.isArray(o[r]) ? [] : {}, o[r]);
139
+ continue;
140
+ }
141
+ t[r] = o[r];
142
+ }
143
+ return t.events = i.default.events, h.forEach((r) => {
144
+ t[r] = function() {
145
+ for (var s = arguments.length, c = new Array(s), a = 0; a < s; a++)
146
+ c[a] = arguments[a];
147
+ return o[r](...c);
148
+ };
149
+ }), t;
150
+ }
151
+ (typeof u.default == "function" || typeof u.default == "object" && u.default !== null) && typeof u.default.__esModule > "u" && (Object.defineProperty(u.default, "__esModule", { value: !0 }), Object.assign(u.default, u), g.exports = u.default);
152
+ }(l, l.exports), l.exports);
153
+ }
3
154
  export {
4
- e as __module
155
+ W as __require
5
156
  };