@capsitech/react-utilities 0.1.6 → 0.1.8

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 (106) hide show
  1. package/README.md +74 -0
  2. package/lib/Components.d.ts +2 -0
  3. package/lib/Components.js +5 -0
  4. package/lib/Components.js.map +1 -0
  5. package/lib/Hooks/index.d.ts +2 -2
  6. package/lib/Hooks/useInfiniteScroll.d.ts +1 -1
  7. package/lib/Hooks.d.ts +2 -0
  8. package/lib/Hooks.js +67 -0
  9. package/lib/Hooks.js.map +1 -0
  10. package/lib/Utilities/ApiUtility.axios.d.ts +16 -3
  11. package/lib/Utilities/RouteUtils.d.ts +1 -1
  12. package/lib/Utilities/Utils.d.ts +1 -1
  13. package/lib/Utilities/dayjs.d.ts +10 -11
  14. package/lib/Utilities.d.ts +2 -0
  15. package/lib/Utilities.js +54 -0
  16. package/lib/Utilities.js.map +1 -0
  17. package/lib/dayjs-aKjfjjRl.mjs +605 -0
  18. package/lib/dayjs-aKjfjjRl.mjs.map +1 -0
  19. package/lib/index.js +72 -3
  20. package/lib/index.js.map +1 -0
  21. package/lib/logo.png +0 -0
  22. package/lib/src/Components/SuspenseRoute.d.ts +2 -0
  23. package/lib/src/Components/SuspenseRoute.js +22 -0
  24. package/lib/src/Components/SuspenseRoute.js.map +1 -0
  25. package/lib/src/Components/index.d.ts +2 -0
  26. package/lib/src/Components/index.js +5 -0
  27. package/lib/src/Components/index.js.map +1 -0
  28. package/lib/src/Hooks/index.d.ts +2 -0
  29. package/lib/src/Hooks/index.js +20 -0
  30. package/lib/src/Hooks/index.js.map +1 -0
  31. package/lib/src/Hooks/useInfiniteScroll.d.ts +2 -0
  32. package/lib/src/Hooks/useInfiniteScroll.js +20 -0
  33. package/lib/src/Hooks/useInfiniteScroll.js.map +1 -0
  34. package/lib/src/Hooks/useNetworkState.d.ts +2 -0
  35. package/lib/src/Hooks/useNetworkState.js +33 -0
  36. package/lib/src/Hooks/useNetworkState.js.map +1 -0
  37. package/lib/src/Hooks/useShortcuts.d.ts +2 -0
  38. package/lib/src/Hooks/useShortcuts.js +43 -0
  39. package/lib/src/Hooks/useShortcuts.js.map +1 -0
  40. package/lib/src/Utilities/ApiUtility.axios.d.ts +2 -0
  41. package/lib/src/Utilities/ApiUtility.axios.js +222 -0
  42. package/lib/src/Utilities/ApiUtility.axios.js.map +1 -0
  43. package/lib/src/Utilities/BrowserInfo.d.ts +2 -0
  44. package/lib/src/Utilities/BrowserInfo.js +51 -0
  45. package/lib/src/Utilities/BrowserInfo.js.map +1 -0
  46. package/lib/src/Utilities/Countries.d.ts +2 -0
  47. package/lib/src/Utilities/Countries.js +512 -0
  48. package/lib/src/Utilities/Countries.js.map +1 -0
  49. package/lib/src/Utilities/CustomEventEmitter.d.ts +2 -0
  50. package/lib/src/Utilities/CustomEventEmitter.js +24 -0
  51. package/lib/src/Utilities/CustomEventEmitter.js.map +1 -0
  52. package/lib/src/Utilities/FastCompare.d.ts +2 -0
  53. package/lib/src/Utilities/FastCompare.js +56 -0
  54. package/lib/src/Utilities/FastCompare.js.map +1 -0
  55. package/lib/src/Utilities/HideablePromise.d.ts +2 -0
  56. package/lib/src/Utilities/HideablePromise.js +12 -0
  57. package/lib/src/Utilities/HideablePromise.js.map +1 -0
  58. package/lib/src/Utilities/LoadScripts.d.ts +2 -0
  59. package/lib/src/Utilities/LoadScripts.js +26 -0
  60. package/lib/src/Utilities/LoadScripts.js.map +1 -0
  61. package/lib/src/Utilities/MTDFraudPrevention.d.ts +2 -0
  62. package/lib/src/Utilities/MTDFraudPrevention.js +60 -0
  63. package/lib/src/Utilities/MTDFraudPrevention.js.map +1 -0
  64. package/lib/src/Utilities/Nationalities.d.ts +2 -0
  65. package/lib/src/Utilities/Nationalities.js +250 -0
  66. package/lib/src/Utilities/Nationalities.js.map +1 -0
  67. package/lib/src/Utilities/RouteUtils.d.ts +2 -0
  68. package/lib/src/Utilities/RouteUtils.js +192 -0
  69. package/lib/src/Utilities/RouteUtils.js.map +1 -0
  70. package/lib/src/Utilities/TimeZones.d.ts +2 -0
  71. package/lib/src/Utilities/TimeZones.js +1074 -0
  72. package/lib/src/Utilities/TimeZones.js.map +1 -0
  73. package/lib/src/Utilities/Types.d.ts +1 -0
  74. package/lib/src/Utilities/Types.js +2 -0
  75. package/lib/src/Utilities/Types.js.map +1 -0
  76. package/lib/src/Utilities/Utils.d.ts +2 -0
  77. package/lib/src/Utilities/Utils.js +271 -0
  78. package/lib/src/Utilities/Utils.js.map +1 -0
  79. package/lib/src/Utilities/dayjs.d.ts +2 -0
  80. package/lib/src/Utilities/dayjs.js +6 -0
  81. package/lib/src/Utilities/dayjs.js.map +1 -0
  82. package/lib/src/Utilities/index.d.ts +2 -0
  83. package/lib/src/Utilities/index.js +54 -0
  84. package/lib/src/Utilities/index.js.map +1 -0
  85. package/package.json +42 -7
  86. package/lib/Components/SuspenseRoute.js +0 -29
  87. package/lib/Components/index.js +0 -1
  88. package/lib/Hooks/index.js +0 -98
  89. package/lib/Hooks/useInfiniteScroll.js +0 -22
  90. package/lib/Hooks/useNetworkState.js +0 -41
  91. package/lib/Hooks/useShortcuts.js +0 -91
  92. package/lib/Utilities/ApiUtility.axios.js +0 -305
  93. package/lib/Utilities/BrowserInfo.js +0 -153
  94. package/lib/Utilities/Countries.js +0 -290
  95. package/lib/Utilities/CustomEventEmitter.js +0 -30
  96. package/lib/Utilities/FastCompare.js +0 -128
  97. package/lib/Utilities/HideablePromise.js +0 -10
  98. package/lib/Utilities/LoadScripts.js +0 -51
  99. package/lib/Utilities/MTDFraudPrevention.js +0 -157
  100. package/lib/Utilities/Nationalities.js +0 -245
  101. package/lib/Utilities/RouteUtils.js +0 -223
  102. package/lib/Utilities/TimeZones.js +0 -1069
  103. package/lib/Utilities/Types.js +0 -1
  104. package/lib/Utilities/Utils.js +0 -331
  105. package/lib/Utilities/dayjs.js +0 -56
  106. package/lib/Utilities/index.js +0 -14
@@ -0,0 +1,605 @@
1
+ import k from "dayjs";
2
+ var ce = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
3
+ function W(w) {
4
+ return w && w.__esModule && Object.prototype.hasOwnProperty.call(w, "default") ? w.default : w;
5
+ }
6
+ var E = { exports: {} }, St = E.exports, ft;
7
+ function wt() {
8
+ return ft || (ft = 1, (function(w, H) {
9
+ (function(x, s) {
10
+ w.exports = s(k);
11
+ })(St, (function(x) {
12
+ function s(o) {
13
+ return o && typeof o == "object" && "default" in o ? o : { default: o };
14
+ }
15
+ var y = s(x), h = { name: "en-gb", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), weekdaysShort: "Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"), weekdaysMin: "Su_Mo_Tu_We_Th_Fr_Sa".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), monthsShort: "Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"), weekStart: 1, yearStart: 4, relativeTime: { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" }, formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd, D MMMM YYYY HH:mm" }, ordinal: function(o) {
16
+ var u = ["th", "st", "nd", "rd"], f = o % 100;
17
+ return "[" + o + (u[(f - 20) % 10] || u[f] || u[0]) + "]";
18
+ } };
19
+ return y.default.locale(h, null, !0), h;
20
+ }));
21
+ })(E)), E.exports;
22
+ }
23
+ wt();
24
+ var P = { exports: {} }, Ot = P.exports, dt;
25
+ function Tt() {
26
+ return dt || (dt = 1, (function(w, H) {
27
+ (function(x, s) {
28
+ w.exports = s();
29
+ })(Ot, (function() {
30
+ return function(x, s) {
31
+ var y = s.prototype, h = y.format;
32
+ y.format = function(o) {
33
+ var u = this, f = this.$locale();
34
+ if (!this.isValid()) return h.bind(this)(o);
35
+ var M = this.$utils(), l = (o || "YYYY-MM-DDTHH:mm:ssZ").replace(/\[([^\]]+)]|Q|wo|ww|w|WW|W|zzz|z|gggg|GGGG|Do|X|x|k{1,2}|S/g, (function(_) {
36
+ switch (_) {
37
+ case "Q":
38
+ return Math.ceil((u.$M + 1) / 3);
39
+ case "Do":
40
+ return f.ordinal(u.$D);
41
+ case "gggg":
42
+ return u.weekYear();
43
+ case "GGGG":
44
+ return u.isoWeekYear();
45
+ case "wo":
46
+ return f.ordinal(u.week(), "W");
47
+ case "w":
48
+ case "ww":
49
+ return M.s(u.week(), _ === "w" ? 1 : 2, "0");
50
+ case "W":
51
+ case "WW":
52
+ return M.s(u.isoWeek(), _ === "W" ? 1 : 2, "0");
53
+ case "k":
54
+ case "kk":
55
+ return M.s(String(u.$H === 0 ? 24 : u.$H), _ === "k" ? 1 : 2, "0");
56
+ case "X":
57
+ return Math.floor(u.$d.getTime() / 1e3);
58
+ case "x":
59
+ return u.$d.getTime();
60
+ case "z":
61
+ return "[" + u.offsetName() + "]";
62
+ case "zzz":
63
+ return "[" + u.offsetName("long") + "]";
64
+ default:
65
+ return _;
66
+ }
67
+ }));
68
+ return h.bind(this)(l);
69
+ };
70
+ };
71
+ }));
72
+ })(P)), P.exports;
73
+ }
74
+ var _t = Tt();
75
+ const bt = /* @__PURE__ */ W(_t);
76
+ var G = { exports: {} }, kt = G.exports, ct;
77
+ function zt() {
78
+ return ct || (ct = 1, (function(w, H) {
79
+ (function(x, s) {
80
+ w.exports = s();
81
+ })(kt, (function() {
82
+ var x = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, s = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, y = /\d/, h = /\d\d/, o = /\d\d?/, u = /\d*[^-_:/,()\s\d]+/, f = {}, M = function(e) {
83
+ return (e = +e) + (e > 68 ? 1900 : 2e3);
84
+ }, l = function(e) {
85
+ return function(i) {
86
+ this[e] = +i;
87
+ };
88
+ }, _ = [/[+-]\d\d:?(\d\d)?|Z/, function(e) {
89
+ (this.zone || (this.zone = {})).offset = (function(i) {
90
+ if (!i || i === "Z") return 0;
91
+ var d = i.match(/([+-]|\d\d)/g), a = 60 * d[1] + (+d[2] || 0);
92
+ return a === 0 ? 0 : d[0] === "+" ? -a : a;
93
+ })(e);
94
+ }], p = function(e) {
95
+ var i = f[e];
96
+ return i && (i.indexOf ? i : i.s.concat(i.f));
97
+ }, S = function(e, i) {
98
+ var d, a = f.meridiem;
99
+ if (a) {
100
+ for (var D = 1; D <= 24; D += 1) if (e.indexOf(a(D, 0, i)) > -1) {
101
+ d = D > 12;
102
+ break;
103
+ }
104
+ } else d = e === (i ? "pm" : "PM");
105
+ return d;
106
+ }, v = { A: [u, function(e) {
107
+ this.afternoon = S(e, !1);
108
+ }], a: [u, function(e) {
109
+ this.afternoon = S(e, !0);
110
+ }], Q: [y, function(e) {
111
+ this.month = 3 * (e - 1) + 1;
112
+ }], S: [y, function(e) {
113
+ this.milliseconds = 100 * +e;
114
+ }], SS: [h, function(e) {
115
+ this.milliseconds = 10 * +e;
116
+ }], SSS: [/\d{3}/, function(e) {
117
+ this.milliseconds = +e;
118
+ }], s: [o, l("seconds")], ss: [o, l("seconds")], m: [o, l("minutes")], mm: [o, l("minutes")], H: [o, l("hours")], h: [o, l("hours")], HH: [o, l("hours")], hh: [o, l("hours")], D: [o, l("day")], DD: [h, l("day")], Do: [u, function(e) {
119
+ var i = f.ordinal, d = e.match(/\d+/);
120
+ if (this.day = d[0], i) for (var a = 1; a <= 31; a += 1) i(a).replace(/\[|\]/g, "") === e && (this.day = a);
121
+ }], w: [o, l("week")], ww: [h, l("week")], M: [o, l("month")], MM: [h, l("month")], MMM: [u, function(e) {
122
+ var i = p("months"), d = (p("monthsShort") || i.map((function(a) {
123
+ return a.slice(0, 3);
124
+ }))).indexOf(e) + 1;
125
+ if (d < 1) throw new Error();
126
+ this.month = d % 12 || d;
127
+ }], MMMM: [u, function(e) {
128
+ var i = p("months").indexOf(e) + 1;
129
+ if (i < 1) throw new Error();
130
+ this.month = i % 12 || i;
131
+ }], Y: [/[+-]?\d+/, l("year")], YY: [h, function(e) {
132
+ this.year = M(e);
133
+ }], YYYY: [/\d{4}/, l("year")], Z: _, ZZ: _ };
134
+ function n(e) {
135
+ var i, d;
136
+ i = e, d = f && f.formats;
137
+ for (var a = (e = i.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(g, Y, O) {
138
+ var T = O && O.toUpperCase();
139
+ return Y || d[O] || x[O] || d[T].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(b, z, A) {
140
+ return z || A.slice(1);
141
+ }));
142
+ }))).match(s), D = a.length, $ = 0; $ < D; $ += 1) {
143
+ var c = a[$], r = v[c], t = r && r[0], m = r && r[1];
144
+ a[$] = m ? { regex: t, parser: m } : c.replace(/^\[|\]$/g, "");
145
+ }
146
+ return function(g) {
147
+ for (var Y = {}, O = 0, T = 0; O < D; O += 1) {
148
+ var b = a[O];
149
+ if (typeof b == "string") T += b.length;
150
+ else {
151
+ var z = b.regex, A = b.parser, C = g.slice(T), F = z.exec(C)[0];
152
+ A.call(Y, F), g = g.replace(F, "");
153
+ }
154
+ }
155
+ return (function(q) {
156
+ var U = q.afternoon;
157
+ if (U !== void 0) {
158
+ var L = q.hours;
159
+ U ? L < 12 && (q.hours += 12) : L === 12 && (q.hours = 0), delete q.afternoon;
160
+ }
161
+ })(Y), Y;
162
+ };
163
+ }
164
+ return function(e, i, d) {
165
+ d.p.customParseFormat = !0, e && e.parseTwoDigitYear && (M = e.parseTwoDigitYear);
166
+ var a = i.prototype, D = a.parse;
167
+ a.parse = function($) {
168
+ var c = $.date, r = $.utc, t = $.args;
169
+ this.$u = r;
170
+ var m = t[1];
171
+ if (typeof m == "string") {
172
+ var g = t[2] === !0, Y = t[3] === !0, O = g || Y, T = t[2];
173
+ Y && (T = t[2]), f = this.$locale(), !g && T && (f = d.Ls[T]), this.$d = (function(C, F, q, U) {
174
+ try {
175
+ if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) * C);
176
+ var L = n(F)(C), K = L.year, I = L.month, Mt = L.day, gt = L.hours, xt = L.minutes, Yt = L.seconds, Dt = L.milliseconds, at = L.zone, ut = L.week, tt = /* @__PURE__ */ new Date(), et = Mt || (K || I ? 1 : tt.getDate()), rt = K || tt.getFullYear(), N = 0;
177
+ K && !I || (N = I > 0 ? I - 1 : tt.getMonth());
178
+ var Z, nt = gt || 0, st = xt || 0, it = Yt || 0, ot = Dt || 0;
179
+ return at ? new Date(Date.UTC(rt, N, et, nt, st, it, ot + 60 * at.offset * 1e3)) : q ? new Date(Date.UTC(rt, N, et, nt, st, it, ot)) : (Z = new Date(rt, N, et, nt, st, it, ot), ut && (Z = U(Z).week(ut).toDate()), Z);
180
+ } catch {
181
+ return /* @__PURE__ */ new Date("");
182
+ }
183
+ })(c, m, r, d), this.init(), T && T !== !0 && (this.$L = this.locale(T).$L), O && c != this.format(m) && (this.$d = /* @__PURE__ */ new Date("")), f = {};
184
+ } else if (m instanceof Array) for (var b = m.length, z = 1; z <= b; z += 1) {
185
+ t[1] = m[z - 1];
186
+ var A = d.apply(this, t);
187
+ if (A.isValid()) {
188
+ this.$d = A.$d, this.$L = A.$L, this.init();
189
+ break;
190
+ }
191
+ z === b && (this.$d = /* @__PURE__ */ new Date(""));
192
+ }
193
+ else D.call(this, $);
194
+ };
195
+ };
196
+ }));
197
+ })(G)), G.exports;
198
+ }
199
+ var Lt = zt();
200
+ const Ht = /* @__PURE__ */ W(Lt);
201
+ var R = { exports: {} }, Ft = R.exports, ht;
202
+ function At() {
203
+ return ht || (ht = 1, (function(w, H) {
204
+ (function(x, s) {
205
+ w.exports = s();
206
+ })(Ft, (function() {
207
+ var x, s, y = 1e3, h = 6e4, o = 36e5, u = 864e5, f = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = 31536e6, l = 2628e6, _ = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, p = { years: M, months: l, days: u, hours: o, minutes: h, seconds: y, milliseconds: 1, weeks: 6048e5 }, S = function(c) {
208
+ return c instanceof D;
209
+ }, v = function(c, r, t) {
210
+ return new D(c, t, r.$l);
211
+ }, n = function(c) {
212
+ return s.p(c) + "s";
213
+ }, e = function(c) {
214
+ return c < 0;
215
+ }, i = function(c) {
216
+ return e(c) ? Math.ceil(c) : Math.floor(c);
217
+ }, d = function(c) {
218
+ return Math.abs(c);
219
+ }, a = function(c, r) {
220
+ return c ? e(c) ? { negative: !0, format: "" + d(c) + r } : { negative: !1, format: "" + c + r } : { negative: !1, format: "" };
221
+ }, D = (function() {
222
+ function c(t, m, g) {
223
+ var Y = this;
224
+ if (this.$d = {}, this.$l = g, t === void 0 && (this.$ms = 0, this.parseFromMilliseconds()), m) return v(t * p[n(m)], this);
225
+ if (typeof t == "number") return this.$ms = t, this.parseFromMilliseconds(), this;
226
+ if (typeof t == "object") return Object.keys(t).forEach((function(b) {
227
+ Y.$d[n(b)] = t[b];
228
+ })), this.calMilliseconds(), this;
229
+ if (typeof t == "string") {
230
+ var O = t.match(_);
231
+ if (O) {
232
+ var T = O.slice(2).map((function(b) {
233
+ return b != null ? Number(b) : 0;
234
+ }));
235
+ return this.$d.years = T[0], this.$d.months = T[1], this.$d.weeks = T[2], this.$d.days = T[3], this.$d.hours = T[4], this.$d.minutes = T[5], this.$d.seconds = T[6], this.calMilliseconds(), this;
236
+ }
237
+ }
238
+ return this;
239
+ }
240
+ var r = c.prototype;
241
+ return r.calMilliseconds = function() {
242
+ var t = this;
243
+ this.$ms = Object.keys(this.$d).reduce((function(m, g) {
244
+ return m + (t.$d[g] || 0) * p[g];
245
+ }), 0);
246
+ }, r.parseFromMilliseconds = function() {
247
+ var t = this.$ms;
248
+ this.$d.years = i(t / M), t %= M, this.$d.months = i(t / l), t %= l, this.$d.days = i(t / u), t %= u, this.$d.hours = i(t / o), t %= o, this.$d.minutes = i(t / h), t %= h, this.$d.seconds = i(t / y), t %= y, this.$d.milliseconds = t;
249
+ }, r.toISOString = function() {
250
+ var t = a(this.$d.years, "Y"), m = a(this.$d.months, "M"), g = +this.$d.days || 0;
251
+ this.$d.weeks && (g += 7 * this.$d.weeks);
252
+ var Y = a(g, "D"), O = a(this.$d.hours, "H"), T = a(this.$d.minutes, "M"), b = this.$d.seconds || 0;
253
+ this.$d.milliseconds && (b += this.$d.milliseconds / 1e3, b = Math.round(1e3 * b) / 1e3);
254
+ var z = a(b, "S"), A = t.negative || m.negative || Y.negative || O.negative || T.negative || z.negative, C = O.format || T.format || z.format ? "T" : "", F = (A ? "-" : "") + "P" + t.format + m.format + Y.format + C + O.format + T.format + z.format;
255
+ return F === "P" || F === "-P" ? "P0D" : F;
256
+ }, r.toJSON = function() {
257
+ return this.toISOString();
258
+ }, r.format = function(t) {
259
+ var m = t || "YYYY-MM-DDTHH:mm:ss", g = { Y: this.$d.years, YY: s.s(this.$d.years, 2, "0"), YYYY: s.s(this.$d.years, 4, "0"), M: this.$d.months, MM: s.s(this.$d.months, 2, "0"), D: this.$d.days, DD: s.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: s.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: s.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: s.s(this.$d.seconds, 2, "0"), SSS: s.s(this.$d.milliseconds, 3, "0") };
260
+ return m.replace(f, (function(Y, O) {
261
+ return O || String(g[Y]);
262
+ }));
263
+ }, r.as = function(t) {
264
+ return this.$ms / p[n(t)];
265
+ }, r.get = function(t) {
266
+ var m = this.$ms, g = n(t);
267
+ return g === "milliseconds" ? m %= 1e3 : m = g === "weeks" ? i(m / p[g]) : this.$d[g], m || 0;
268
+ }, r.add = function(t, m, g) {
269
+ var Y;
270
+ return Y = m ? t * p[n(m)] : S(t) ? t.$ms : v(t, this).$ms, v(this.$ms + Y * (g ? -1 : 1), this);
271
+ }, r.subtract = function(t, m) {
272
+ return this.add(t, m, !0);
273
+ }, r.locale = function(t) {
274
+ var m = this.clone();
275
+ return m.$l = t, m;
276
+ }, r.clone = function() {
277
+ return v(this.$ms, this);
278
+ }, r.humanize = function(t) {
279
+ return x().add(this.$ms, "ms").locale(this.$l).fromNow(!t);
280
+ }, r.valueOf = function() {
281
+ return this.asMilliseconds();
282
+ }, r.milliseconds = function() {
283
+ return this.get("milliseconds");
284
+ }, r.asMilliseconds = function() {
285
+ return this.as("milliseconds");
286
+ }, r.seconds = function() {
287
+ return this.get("seconds");
288
+ }, r.asSeconds = function() {
289
+ return this.as("seconds");
290
+ }, r.minutes = function() {
291
+ return this.get("minutes");
292
+ }, r.asMinutes = function() {
293
+ return this.as("minutes");
294
+ }, r.hours = function() {
295
+ return this.get("hours");
296
+ }, r.asHours = function() {
297
+ return this.as("hours");
298
+ }, r.days = function() {
299
+ return this.get("days");
300
+ }, r.asDays = function() {
301
+ return this.as("days");
302
+ }, r.weeks = function() {
303
+ return this.get("weeks");
304
+ }, r.asWeeks = function() {
305
+ return this.as("weeks");
306
+ }, r.months = function() {
307
+ return this.get("months");
308
+ }, r.asMonths = function() {
309
+ return this.as("months");
310
+ }, r.years = function() {
311
+ return this.get("years");
312
+ }, r.asYears = function() {
313
+ return this.as("years");
314
+ }, c;
315
+ })(), $ = function(c, r, t) {
316
+ return c.add(r.years() * t, "y").add(r.months() * t, "M").add(r.days() * t, "d").add(r.hours() * t, "h").add(r.minutes() * t, "m").add(r.seconds() * t, "s").add(r.milliseconds() * t, "ms");
317
+ };
318
+ return function(c, r, t) {
319
+ x = t, s = t().$utils(), t.duration = function(Y, O) {
320
+ var T = t.locale();
321
+ return v(Y, { $l: T }, O);
322
+ }, t.isDuration = S;
323
+ var m = r.prototype.add, g = r.prototype.subtract;
324
+ r.prototype.add = function(Y, O) {
325
+ return S(Y) ? $(this, Y, 1) : m.bind(this)(Y, O);
326
+ }, r.prototype.subtract = function(Y, O) {
327
+ return S(Y) ? $(this, Y, -1) : g.bind(this)(Y, O);
328
+ };
329
+ };
330
+ }));
331
+ })(R)), R.exports;
332
+ }
333
+ var Wt = At();
334
+ const qt = /* @__PURE__ */ W(Wt);
335
+ var B = { exports: {} }, Ct = B.exports, mt;
336
+ function Ut() {
337
+ return mt || (mt = 1, (function(w, H) {
338
+ (function(x, s) {
339
+ w.exports = s();
340
+ })(Ct, (function() {
341
+ return function(x, s) {
342
+ s.prototype.isSameOrAfter = function(y, h) {
343
+ return this.isSame(y, h) || this.isAfter(y, h);
344
+ };
345
+ };
346
+ }));
347
+ })(B)), B.exports;
348
+ }
349
+ var It = Ut();
350
+ const Nt = /* @__PURE__ */ W(It);
351
+ var j = { exports: {} }, Zt = j.exports, lt;
352
+ function Et() {
353
+ return lt || (lt = 1, (function(w, H) {
354
+ (function(x, s) {
355
+ w.exports = s();
356
+ })(Zt, (function() {
357
+ return function(x, s) {
358
+ s.prototype.isSameOrBefore = function(y, h) {
359
+ return this.isSame(y, h) || this.isBefore(y, h);
360
+ };
361
+ };
362
+ }));
363
+ })(j)), j.exports;
364
+ }
365
+ var Pt = Et();
366
+ const Gt = /* @__PURE__ */ W(Pt);
367
+ var J = { exports: {} }, Rt = J.exports, vt;
368
+ function Bt() {
369
+ return vt || (vt = 1, (function(w, H) {
370
+ (function(x, s) {
371
+ w.exports = s();
372
+ })(Rt, (function() {
373
+ return function(x, s, y) {
374
+ x = x || {};
375
+ var h = s.prototype, o = { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" };
376
+ function u(M, l, _, p) {
377
+ return h.fromToBase(M, l, _, p);
378
+ }
379
+ y.en.relativeTime = o, h.fromToBase = function(M, l, _, p, S) {
380
+ for (var v, n, e, i = _.$locale().relativeTime || o, d = x.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], a = d.length, D = 0; D < a; D += 1) {
381
+ var $ = d[D];
382
+ $.d && (v = p ? y(M).diff(_, $.d, !0) : _.diff(M, $.d, !0));
383
+ var c = (x.rounding || Math.round)(Math.abs(v));
384
+ if (e = v > 0, c <= $.r || !$.r) {
385
+ c <= 1 && D > 0 && ($ = d[D - 1]);
386
+ var r = i[$.l];
387
+ S && (c = S("" + c)), n = typeof r == "string" ? r.replace("%d", c) : r(c, l, $.l, e);
388
+ break;
389
+ }
390
+ }
391
+ if (l) return n;
392
+ var t = e ? i.future : i.past;
393
+ return typeof t == "function" ? t(n) : t.replace("%s", n);
394
+ }, h.to = function(M, l) {
395
+ return u(M, l, this, !0);
396
+ }, h.from = function(M, l) {
397
+ return u(M, l, this);
398
+ };
399
+ var f = function(M) {
400
+ return M.$u ? y.utc() : y();
401
+ };
402
+ h.toNow = function(M) {
403
+ return this.to(f(this), M);
404
+ }, h.fromNow = function(M) {
405
+ return this.from(f(this), M);
406
+ };
407
+ };
408
+ }));
409
+ })(J)), J.exports;
410
+ }
411
+ var jt = Bt();
412
+ const Jt = /* @__PURE__ */ W(jt);
413
+ var Q = { exports: {} }, Qt = Q.exports, pt;
414
+ function Xt() {
415
+ return pt || (pt = 1, (function(w, H) {
416
+ (function(x, s) {
417
+ w.exports = s();
418
+ })(Qt, (function() {
419
+ var x = { year: 0, month: 1, day: 2, hour: 3, minute: 4, second: 5 }, s = {};
420
+ return function(y, h, o) {
421
+ var u, f = function(p, S, v) {
422
+ v === void 0 && (v = {});
423
+ var n = new Date(p), e = (function(i, d) {
424
+ d === void 0 && (d = {});
425
+ var a = d.timeZoneName || "short", D = i + "|" + a, $ = s[D];
426
+ return $ || ($ = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: i, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: a }), s[D] = $), $;
427
+ })(S, v);
428
+ return e.formatToParts(n);
429
+ }, M = function(p, S) {
430
+ for (var v = f(p, S), n = [], e = 0; e < v.length; e += 1) {
431
+ var i = v[e], d = i.type, a = i.value, D = x[d];
432
+ D >= 0 && (n[D] = parseInt(a, 10));
433
+ }
434
+ var $ = n[3], c = $ === 24 ? 0 : $, r = n[0] + "-" + n[1] + "-" + n[2] + " " + c + ":" + n[4] + ":" + n[5] + ":000", t = +p;
435
+ return (o.utc(r).valueOf() - (t -= t % 1e3)) / 6e4;
436
+ }, l = h.prototype;
437
+ l.tz = function(p, S) {
438
+ p === void 0 && (p = u);
439
+ var v, n = this.utcOffset(), e = this.toDate(), i = e.toLocaleString("en-US", { timeZone: p }), d = Math.round((e - new Date(i)) / 1e3 / 60), a = 15 * -Math.round(e.getTimezoneOffset() / 15) - d;
440
+ if (!Number(a)) v = this.utcOffset(0, S);
441
+ else if (v = o(i, { locale: this.$L }).$set("millisecond", this.$ms).utcOffset(a, !0), S) {
442
+ var D = v.utcOffset();
443
+ v = v.add(n - D, "minute");
444
+ }
445
+ return v.$x.$timezone = p, v;
446
+ }, l.offsetName = function(p) {
447
+ var S = this.$x.$timezone || o.tz.guess(), v = f(this.valueOf(), S, { timeZoneName: p }).find((function(n) {
448
+ return n.type.toLowerCase() === "timezonename";
449
+ }));
450
+ return v && v.value;
451
+ };
452
+ var _ = l.startOf;
453
+ l.startOf = function(p, S) {
454
+ if (!this.$x || !this.$x.$timezone) return _.call(this, p, S);
455
+ var v = o(this.format("YYYY-MM-DD HH:mm:ss:SSS"), { locale: this.$L });
456
+ return _.call(v, p, S).tz(this.$x.$timezone, !0);
457
+ }, o.tz = function(p, S, v) {
458
+ var n = v && S, e = v || S || u, i = M(+o(), e);
459
+ if (typeof p != "string") return o(p).tz(e);
460
+ var d = (function(c, r, t) {
461
+ var m = c - 60 * r * 1e3, g = M(m, t);
462
+ if (r === g) return [m, r];
463
+ var Y = M(m -= 60 * (g - r) * 1e3, t);
464
+ return g === Y ? [m, g] : [c - 60 * Math.min(g, Y) * 1e3, Math.max(g, Y)];
465
+ })(o.utc(p, n).valueOf(), i, e), a = d[0], D = d[1], $ = o(a).utcOffset(D);
466
+ return $.$x.$timezone = e, $;
467
+ }, o.tz.guess = function() {
468
+ return Intl.DateTimeFormat().resolvedOptions().timeZone;
469
+ }, o.tz.setDefault = function(p) {
470
+ u = p;
471
+ };
472
+ };
473
+ }));
474
+ })(Q)), Q.exports;
475
+ }
476
+ var Vt = Xt();
477
+ const Kt = /* @__PURE__ */ W(Vt);
478
+ var X = { exports: {} }, te = X.exports, $t;
479
+ function ee() {
480
+ return $t || ($t = 1, (function(w, H) {
481
+ (function(x, s) {
482
+ w.exports = s();
483
+ })(te, (function() {
484
+ var x = "minute", s = /[+-]\d\d(?::?\d\d)?/g, y = /([+-]|\d\d)/g;
485
+ return function(h, o, u) {
486
+ var f = o.prototype;
487
+ u.utc = function(n) {
488
+ var e = { date: n, utc: !0, args: arguments };
489
+ return new o(e);
490
+ }, f.utc = function(n) {
491
+ var e = u(this.toDate(), { locale: this.$L, utc: !0 });
492
+ return n ? e.add(this.utcOffset(), x) : e;
493
+ }, f.local = function() {
494
+ return u(this.toDate(), { locale: this.$L, utc: !1 });
495
+ };
496
+ var M = f.parse;
497
+ f.parse = function(n) {
498
+ n.utc && (this.$u = !0), this.$utils().u(n.$offset) || (this.$offset = n.$offset), M.call(this, n);
499
+ };
500
+ var l = f.init;
501
+ f.init = function() {
502
+ if (this.$u) {
503
+ var n = this.$d;
504
+ this.$y = n.getUTCFullYear(), this.$M = n.getUTCMonth(), this.$D = n.getUTCDate(), this.$W = n.getUTCDay(), this.$H = n.getUTCHours(), this.$m = n.getUTCMinutes(), this.$s = n.getUTCSeconds(), this.$ms = n.getUTCMilliseconds();
505
+ } else l.call(this);
506
+ };
507
+ var _ = f.utcOffset;
508
+ f.utcOffset = function(n, e) {
509
+ var i = this.$utils().u;
510
+ if (i(n)) return this.$u ? 0 : i(this.$offset) ? _.call(this) : this.$offset;
511
+ if (typeof n == "string" && (n = (function($) {
512
+ $ === void 0 && ($ = "");
513
+ var c = $.match(s);
514
+ if (!c) return null;
515
+ var r = ("" + c[0]).match(y) || ["-", 0, 0], t = r[0], m = 60 * +r[1] + +r[2];
516
+ return m === 0 ? 0 : t === "+" ? m : -m;
517
+ })(n), n === null)) return this;
518
+ var d = Math.abs(n) <= 16 ? 60 * n : n, a = this;
519
+ if (e) return a.$offset = d, a.$u = n === 0, a;
520
+ if (n !== 0) {
521
+ var D = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
522
+ (a = this.local().add(d + D, x)).$offset = d, a.$x.$localOffset = D;
523
+ } else a = this.utc();
524
+ return a;
525
+ };
526
+ var p = f.format;
527
+ f.format = function(n) {
528
+ var e = n || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
529
+ return p.call(this, e);
530
+ }, f.valueOf = function() {
531
+ var n = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
532
+ return this.$d.valueOf() - 6e4 * n;
533
+ }, f.isUTC = function() {
534
+ return !!this.$u;
535
+ }, f.toISOString = function() {
536
+ return this.toDate().toISOString();
537
+ }, f.toString = function() {
538
+ return this.toDate().toUTCString();
539
+ };
540
+ var S = f.toDate;
541
+ f.toDate = function(n) {
542
+ return n === "s" && this.$offset ? u(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : S.call(this);
543
+ };
544
+ var v = f.diff;
545
+ f.diff = function(n, e, i) {
546
+ if (n && this.$u === n.$u) return v.call(this, n, e, i);
547
+ var d = this.local(), a = u(n).local();
548
+ return v.call(d, a, e, i);
549
+ };
550
+ };
551
+ }));
552
+ })(X)), X.exports;
553
+ }
554
+ var re = ee();
555
+ const ne = /* @__PURE__ */ W(re);
556
+ var V = { exports: {} }, se = V.exports, yt;
557
+ function ie() {
558
+ return yt || (yt = 1, (function(w, H) {
559
+ (function(x, s) {
560
+ w.exports = s();
561
+ })(se, (function() {
562
+ return function(x, s) {
563
+ s.prototype.weekday = function(y) {
564
+ var h = this.$locale().weekStart || 0, o = this.$W, u = (o < h ? o + 7 : o) - h;
565
+ return this.$utils().u(y) ? u : this.subtract(u, "day").add(y, "day");
566
+ };
567
+ };
568
+ }));
569
+ })(V)), V.exports;
570
+ }
571
+ var oe = ie();
572
+ const ae = /* @__PURE__ */ W(oe);
573
+ k.locale("en-gb");
574
+ k.extend(bt);
575
+ k.extend(Ht);
576
+ k.extend(ae);
577
+ k.extend(Nt);
578
+ k.extend(Gt);
579
+ k.extend(Jt);
580
+ k.extend(ne);
581
+ k.extend(Kt);
582
+ k.extend(qt);
583
+ const ue = (w, H) => {
584
+ function x(s) {
585
+ return s = +s, s > 0 ? 1 : -1;
586
+ }
587
+ H.prototype.addWorkdays = function(s) {
588
+ if (s === 0 || isNaN(s))
589
+ return this;
590
+ var y = x(s), h = this.day(), o = Math.abs(s), u = 0;
591
+ (h === 0 && y === -1 || h === 6 && y === 1) && (u = 1);
592
+ var f = o;
593
+ h !== 0 && h !== 6 && y > 0 ? f += h : h !== 0 && h !== 6 && y < 0 && (f += 6 - h);
594
+ var M = Math.max(Math.floor(f / 5) - 1, 0) + (f > 5 && f % 5 > 0 ? 1 : 0);
595
+ return u += o + M * 2, this.add(y * u, "day");
596
+ };
597
+ };
598
+ k.extend(ue);
599
+ const he = k;
600
+ export {
601
+ ce as c,
602
+ he as d,
603
+ W as g
604
+ };
605
+ //# sourceMappingURL=dayjs-aKjfjjRl.mjs.map