bt-core-app 1.4.88 → 1.4.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bt-core-app.js +495 -487
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
|
-
import { ref as z, shallowRef as Re, computed as te, toValue as K, watch as
|
|
2
|
-
import { watchArray as Or, useStorage as
|
|
1
|
+
import { ref as z, shallowRef as Re, computed as te, toValue as K, watch as Te, toRef as Yt, onMounted as Xr, openBlock as Zt, createElementBlock as Jt, createVNode as jt, withCtx as Kt, createTextVNode as Qt } from "vue";
|
|
2
|
+
import { watchArray as Or, useStorage as Xt, useEventListener as me, toValue as Ae, useParentElement as Ot, useResizeObserver as pt, useArrayUnique as en, useArrayDifference as Gr, watchDebounced as rn, tryOnMounted as tn } from "@vueuse/core";
|
|
3
3
|
import { defineStore as pr } from "pinia";
|
|
4
4
|
import { DateTime as he } from "luxon";
|
|
5
5
|
import { useRouter as Mr, useRoute as et } from "vue-router";
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
import { VBtn as nn } from "vuetify/lib/components/VBtn/index.mjs";
|
|
7
|
+
function an(e) {
|
|
8
|
+
return (e || "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx").replace(/[xy]/g, ln);
|
|
8
9
|
}
|
|
9
|
-
function
|
|
10
|
+
function ln(e) {
|
|
10
11
|
const t = Math.random() * 16 | 0;
|
|
11
12
|
return (e == "x" ? t : t & 3 | 8).toString(16);
|
|
12
13
|
}
|
|
13
|
-
function
|
|
14
|
+
function un(e) {
|
|
14
15
|
const t = z([]), l = Re(), S = Re(), f = Re(), g = te(() => l.value != null);
|
|
15
16
|
function x(d) {
|
|
16
17
|
t.value = t.value.filter((h) => h.id != d);
|
|
17
18
|
}
|
|
18
19
|
function P(d) {
|
|
19
20
|
const h = {
|
|
20
|
-
id:
|
|
21
|
+
id: an(),
|
|
21
22
|
msg: d ?? "Loading"
|
|
22
23
|
};
|
|
23
24
|
return t.value.push(h), h.id;
|
|
24
25
|
}
|
|
25
|
-
function
|
|
26
|
+
function _(d) {
|
|
26
27
|
d != null && (S.value = d.toString());
|
|
27
28
|
}
|
|
28
29
|
function N() {
|
|
@@ -41,7 +42,7 @@ function tn(e) {
|
|
|
41
42
|
else {
|
|
42
43
|
if (u.throwError == !0)
|
|
43
44
|
return I;
|
|
44
|
-
|
|
45
|
+
_(u.errorMsg ?? I ?? "error");
|
|
45
46
|
}
|
|
46
47
|
} finally {
|
|
47
48
|
x(r);
|
|
@@ -56,11 +57,11 @@ function tn(e) {
|
|
|
56
57
|
clearErrors: N,
|
|
57
58
|
doAction: $,
|
|
58
59
|
isLoading: g,
|
|
59
|
-
logError:
|
|
60
|
+
logError: _
|
|
60
61
|
};
|
|
61
62
|
}
|
|
62
63
|
var Qe = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
63
|
-
function
|
|
64
|
+
function cn(e) {
|
|
64
65
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
65
66
|
}
|
|
66
67
|
var Ue = function() {
|
|
@@ -78,11 +79,11 @@ var Ue = function() {
|
|
|
78
79
|
};
|
|
79
80
|
}
|
|
80
81
|
if (f.length === 1) {
|
|
81
|
-
var P = f,
|
|
82
|
+
var P = f, _ = g.ignoreCase ? t : e, N = g.cmp || function(d, h) {
|
|
82
83
|
return d < h ? -1 : d > h ? 1 : 0;
|
|
83
84
|
};
|
|
84
85
|
f = function(d, h) {
|
|
85
|
-
return N(
|
|
86
|
+
return N(_(P(d)), _(P(h)));
|
|
86
87
|
};
|
|
87
88
|
}
|
|
88
89
|
const $ = { "-1": "", desc: "" };
|
|
@@ -91,10 +92,10 @@ var Ue = function() {
|
|
|
91
92
|
} : f;
|
|
92
93
|
}
|
|
93
94
|
function S(f, g) {
|
|
94
|
-
var x = typeof this == "function" && !this.firstBy ? this : !1, P = l(f, g),
|
|
95
|
+
var x = typeof this == "function" && !this.firstBy ? this : !1, P = l(f, g), _ = x ? function(N, $) {
|
|
95
96
|
return x(N, $) || P(N, $);
|
|
96
97
|
} : P;
|
|
97
|
-
return
|
|
98
|
+
return _.thenBy = S, _;
|
|
98
99
|
}
|
|
99
100
|
return S.firstBy = S, S;
|
|
100
101
|
}();
|
|
@@ -110,18 +111,18 @@ function Be(e, t) {
|
|
|
110
111
|
while (S.startsWith("/"));
|
|
111
112
|
return `${l}/${S}`;
|
|
112
113
|
}
|
|
113
|
-
function
|
|
114
|
+
function na(e) {
|
|
114
115
|
return e == null || !Array.isArray(e) ? e : [...new Set(e.map((t) => t))];
|
|
115
116
|
}
|
|
116
|
-
function
|
|
117
|
+
function aa(e = "blitzItExtensionExists") {
|
|
117
118
|
try {
|
|
118
119
|
var t = document.getElementById(e);
|
|
119
120
|
return t != null;
|
|
120
121
|
} catch (l) {
|
|
121
|
-
return console.log(
|
|
122
|
+
return console.log(gn(l)), !1;
|
|
122
123
|
}
|
|
123
124
|
}
|
|
124
|
-
function
|
|
125
|
+
function la(e, t) {
|
|
125
126
|
return [
|
|
126
127
|
{ lat: e.lat - t, lng: e.lng + t },
|
|
127
128
|
{ lat: e.lat - t, lng: e.lng - t },
|
|
@@ -129,7 +130,7 @@ function ea(e, t) {
|
|
|
129
130
|
{ lat: e.lat + t, lng: e.lng + t }
|
|
130
131
|
];
|
|
131
132
|
}
|
|
132
|
-
function
|
|
133
|
+
function ua(e, t) {
|
|
133
134
|
return [
|
|
134
135
|
{ lat: e.lat - t * 2, lng: e.lng + t },
|
|
135
136
|
{ lat: e.lat - t * 2, lng: e.lng - t },
|
|
@@ -137,7 +138,7 @@ function ra(e, t) {
|
|
|
137
138
|
{ lat: e.lat, lng: e.lng + t }
|
|
138
139
|
];
|
|
139
140
|
}
|
|
140
|
-
function
|
|
141
|
+
function ia(e, t) {
|
|
141
142
|
return [
|
|
142
143
|
{ lat: e.lat, lng: e.lng + t },
|
|
143
144
|
{ lat: e.lat, lng: e.lng - t },
|
|
@@ -145,7 +146,7 @@ function ta(e, t) {
|
|
|
145
146
|
{ lat: e.lat + t * 2, lng: e.lng + t }
|
|
146
147
|
];
|
|
147
148
|
}
|
|
148
|
-
function
|
|
149
|
+
function ca(e) {
|
|
149
150
|
var t = rt(e, !0);
|
|
150
151
|
return t = t.toLowerCase(), t = t.replace(" victoria ", "vic"), t = t.replace(" queensland ", "qld"), t = t.replace(" new south wales ", "nsw"), t = t.replace(" northern territory ", "nt"), t = t.replace(" western australia ", "wa"), t = t.replace(" tasmania ", "tas"), t = t.replace(" south australia ", "sa"), t = t.replace(" australian captial territory ", "act"), t = t.replace(" & ", " and "), t = t.replace(" road", " rd"), t = t.replace(" street", " st"), t = t.replace(" lane", " ln"), t = t.replace(" alley", " aly"), t = t.replace(" arcade", " arc"), t = t.replace(" boulevard", " blvd"), t = t.replace(" court", " ct"), t = t.replace(" cove", " cv"), t = t.replace(" highway", " hwy"), t.replaceAll(" ", "");
|
|
151
152
|
}
|
|
@@ -157,13 +158,13 @@ function rt(e, t = !1) {
|
|
|
157
158
|
var l = "";
|
|
158
159
|
return e.addressLineOne != null && !t && (l = e.addressLineOne + " "), e.streetNumber != null && (l = l + e.streetNumber + " "), e.streetName != null && (l = l + e.streetName + ", "), e.suburb != null && (l = l + e.suburb + " "), e.state != null && (l = l + e.state + " "), e.postcode != null && (l = l + e.postcode), l;
|
|
159
160
|
}
|
|
160
|
-
function
|
|
161
|
+
function fa(e, t, l) {
|
|
161
162
|
if (e) {
|
|
162
163
|
var S = new Image();
|
|
163
164
|
S.onload = t, S.onerror = l, S.src = e;
|
|
164
165
|
}
|
|
165
166
|
}
|
|
166
|
-
async function
|
|
167
|
+
async function sa(e, t = !0) {
|
|
167
168
|
return new Promise((l, S) => {
|
|
168
169
|
e == null && S("no url given");
|
|
169
170
|
var f = new Image();
|
|
@@ -177,16 +178,16 @@ async function la(e, t = !0) {
|
|
|
177
178
|
}, e != null && (f.src = e);
|
|
178
179
|
});
|
|
179
180
|
}
|
|
180
|
-
function
|
|
181
|
+
function fn(e) {
|
|
181
182
|
return e && e.replace(/([A-Z])/g, " $1").replace(/^./, (t) => t.toUpperCase());
|
|
182
183
|
}
|
|
183
|
-
function
|
|
184
|
+
function oa(e) {
|
|
184
185
|
if (e != null && typeof e == "object")
|
|
185
186
|
for (var t in e)
|
|
186
187
|
/^[A-Z]/.test(t) && Object.hasOwnProperty.call(e, t) && (e[t.charAt(0).toLowerCase() + t.substring(1)] = e[t], delete e[t]);
|
|
187
188
|
return e;
|
|
188
189
|
}
|
|
189
|
-
function
|
|
190
|
+
function sn(e) {
|
|
190
191
|
return e == null ? e : e.replace(/\w\S*/g, (t) => t.replace(/^\w/, (l) => l.toUpperCase()));
|
|
191
192
|
}
|
|
192
193
|
const Ye = [
|
|
@@ -199,25 +200,25 @@ const Ye = [
|
|
|
199
200
|
{ value: 7, short: "sat", values: ["sat", "saturday"] },
|
|
200
201
|
{ value: 0, short: "always", values: ["always", null, void 0] }
|
|
201
202
|
];
|
|
202
|
-
function
|
|
203
|
+
function da(e) {
|
|
203
204
|
if (e == null)
|
|
204
205
|
return 0;
|
|
205
206
|
const t = e.replaceAll(" ", "").split(",").map((S) => S.toLowerCase()), l = Ye.filter((S) => S.values.some((f) => t.some((g) => f == g))).map((S) => S.value);
|
|
206
207
|
return l.length == 0 ? 8 : Math.min(...l);
|
|
207
208
|
}
|
|
208
|
-
function
|
|
209
|
+
function ha(e) {
|
|
209
210
|
return e == null ? e : e.toLowerCase().replaceAll(" ", "").split(",").map((t) => {
|
|
210
211
|
let l = Ye.find((S) => S.values.some((f) => f == t));
|
|
211
212
|
return l != null ? l.short : "";
|
|
212
213
|
}).filter((t) => t != null && t.length > 0).toString();
|
|
213
214
|
}
|
|
214
|
-
function
|
|
215
|
+
function ma(e, t) {
|
|
215
216
|
if (e == null || t == null)
|
|
216
217
|
return !0;
|
|
217
218
|
const l = e.replaceAll(" ", "").split(",").map((g) => g.toLowerCase()), S = t.replaceAll(" ", "").toLowerCase(), f = Ye.find((g) => g.values.some((x) => x == S));
|
|
218
219
|
return f != null && l.some((g) => g == f.short || f.values.some((x) => x == g));
|
|
219
220
|
}
|
|
220
|
-
function
|
|
221
|
+
function va(e, t) {
|
|
221
222
|
if (t == null)
|
|
222
223
|
return e;
|
|
223
224
|
let l = e ?? "";
|
|
@@ -225,28 +226,28 @@ function sa(e, t) {
|
|
|
225
226
|
let S = [...new Set(l.replaceAll(" ", "").toLowerCase().split(",").map((f) => Ye.find((g) => g.values.some((x) => x == f))).filter((f) => f != null).sort(Ue.firstBy((f) => (f == null ? void 0 : f.value) ?? 0)).map((f) => f == null ? void 0 : f.short))].toString();
|
|
226
227
|
return S.length > 0 ? S : void 0;
|
|
227
228
|
}
|
|
228
|
-
function
|
|
229
|
+
function ga(e, t) {
|
|
229
230
|
if (t == null || e == null)
|
|
230
231
|
return e;
|
|
231
232
|
let l = e ?? "", S = t.replaceAll(" ", "").toLowerCase(), f = [...new Set(l.replaceAll(" ", "").toLowerCase().split(",").map((g) => Ye.find((x) => x.values.some((P) => P == g && P != S))).filter((g) => g != null).sort(Ue.firstBy((g) => (g == null ? void 0 : g.value) ?? 0)).map((g) => g == null ? void 0 : g.short))].toString();
|
|
232
233
|
return f.length > 0 ? f : void 0;
|
|
233
234
|
}
|
|
234
|
-
function
|
|
235
|
+
function ya(e, t) {
|
|
235
236
|
return e != null && Array.isArray(e) && e.length == t;
|
|
236
237
|
}
|
|
237
|
-
function
|
|
238
|
+
function _e(e, t = 0) {
|
|
238
239
|
return e != null && Array.isArray(e) && e.length > t;
|
|
239
240
|
}
|
|
240
|
-
function
|
|
241
|
+
function on(e) {
|
|
241
242
|
return e == "0001-01-01T00:00:00Z";
|
|
242
243
|
}
|
|
243
|
-
function
|
|
244
|
+
function wa() {
|
|
244
245
|
return (/* @__PURE__ */ new Date("0001-01-01T00:00:00Z")).getTime();
|
|
245
246
|
}
|
|
246
|
-
function
|
|
247
|
+
function dn() {
|
|
247
248
|
return "0001-01-01T00:00:00Z";
|
|
248
249
|
}
|
|
249
|
-
function
|
|
250
|
+
function ba(e, t) {
|
|
250
251
|
let l = "1", S = 0;
|
|
251
252
|
if (S < t)
|
|
252
253
|
do
|
|
@@ -255,11 +256,11 @@ function ma(e, t) {
|
|
|
255
256
|
let f = Number.parseInt(l);
|
|
256
257
|
return Math.round(e * f) / f;
|
|
257
258
|
}
|
|
258
|
-
function
|
|
259
|
+
function Sa(e, t) {
|
|
259
260
|
let l = e ?? "";
|
|
260
|
-
return t != null && (
|
|
261
|
+
return t != null && (hn(l, t) ? l = l.split(",").filter((S) => S != t).toString() : l != null ? l = `${l},${t}` : l = t), l != null && l.length > 0 ? l : null;
|
|
261
262
|
}
|
|
262
|
-
function
|
|
263
|
+
function hn(e, t) {
|
|
263
264
|
if (e == null || e.length == 0)
|
|
264
265
|
return !1;
|
|
265
266
|
if (!t)
|
|
@@ -275,32 +276,32 @@ function Lr(e) {
|
|
|
275
276
|
t = e[S], l[S] = typeof t == "object" ? Lr(t) : t;
|
|
276
277
|
return l;
|
|
277
278
|
}
|
|
278
|
-
function
|
|
279
|
+
function mn(e) {
|
|
279
280
|
return e && Object.keys(e).sort().reduce(function(t, l) {
|
|
280
281
|
let S = e[l];
|
|
281
|
-
return t[l] = typeof S == "object" && S !== null ?
|
|
282
|
+
return t[l] = typeof S == "object" && S !== null ? mn(S) : S, t;
|
|
282
283
|
}, Array.isArray(e) ? [] : {});
|
|
283
284
|
}
|
|
284
|
-
function
|
|
285
|
+
function vn(e, t) {
|
|
285
286
|
return t == null ? !0 : e == null ? !1 : e.toLowerCase().includes(t.toLowerCase());
|
|
286
287
|
}
|
|
287
288
|
function tt(e, t = (l) => l) {
|
|
288
289
|
if (e == null)
|
|
289
290
|
return [];
|
|
290
291
|
const l = Array.isArray(e) ? e : t(e);
|
|
291
|
-
return
|
|
292
|
+
return _e(l) ? [...l.reduce((S, f) => {
|
|
292
293
|
S.push(f);
|
|
293
294
|
const g = tt(f, t);
|
|
294
|
-
return
|
|
295
|
+
return _e(g) && S.push(...g), S;
|
|
295
296
|
}, [])] : [];
|
|
296
297
|
}
|
|
297
|
-
function
|
|
298
|
+
function Aa(e) {
|
|
298
299
|
const t = e.split(","), l = t[0].indexOf("base64") >= 0 ? atob(t[1]) : decodeURI(t[1]), S = t[0].split(":")[1].split(";")[0], f = new Uint8Array(l.length);
|
|
299
300
|
for (let g = 0; g < l.length; g++)
|
|
300
301
|
f[g] = l.charCodeAt(g);
|
|
301
302
|
return new Blob([f], { type: S });
|
|
302
303
|
}
|
|
303
|
-
function
|
|
304
|
+
function gn(e) {
|
|
304
305
|
var t = "";
|
|
305
306
|
if (e) {
|
|
306
307
|
if (e.message && (t = e.message), e.response && e.response.data) {
|
|
@@ -313,11 +314,11 @@ function dn(e) {
|
|
|
313
314
|
}
|
|
314
315
|
return "hmmm no error was supplied";
|
|
315
316
|
}
|
|
316
|
-
function
|
|
317
|
+
function yn() {
|
|
317
318
|
const e = "#" + Math.floor(Math.random() * 16777215).toString(16);
|
|
318
|
-
return e.length !== 7 ?
|
|
319
|
+
return e.length !== 7 ? yn() : e;
|
|
319
320
|
}
|
|
320
|
-
function
|
|
321
|
+
function wn(e, t, l) {
|
|
321
322
|
if (t == null)
|
|
322
323
|
return !0;
|
|
323
324
|
if (e == null || l == null)
|
|
@@ -325,15 +326,15 @@ function mn(e, t, l) {
|
|
|
325
326
|
for (let f = 0; f < l.length; f++) {
|
|
326
327
|
const g = l[f];
|
|
327
328
|
var S = Sr(e, g);
|
|
328
|
-
if (S != null && typeof S == "string" &&
|
|
329
|
+
if (S != null && typeof S == "string" && vn(S, t))
|
|
329
330
|
return !0;
|
|
330
331
|
}
|
|
331
332
|
return !1;
|
|
332
333
|
}
|
|
333
|
-
function
|
|
334
|
+
function Ea(e) {
|
|
334
335
|
return e != null ? e.replaceAll(" ", "").toLowerCase() : null;
|
|
335
336
|
}
|
|
336
|
-
function
|
|
337
|
+
function Ia(e = 2e3) {
|
|
337
338
|
return new Promise((t) => {
|
|
338
339
|
setTimeout(() => t(), e);
|
|
339
340
|
});
|
|
@@ -348,10 +349,10 @@ function Sr(e, t) {
|
|
|
348
349
|
return null;
|
|
349
350
|
return f;
|
|
350
351
|
}
|
|
351
|
-
function
|
|
352
|
+
function bn(e) {
|
|
352
353
|
return e ? /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(e) : !1;
|
|
353
354
|
}
|
|
354
|
-
function
|
|
355
|
+
function Sn(e) {
|
|
355
356
|
return e.endsWith("ies") ? e.slice(0, e.length - 3) : e.endsWith("s") ? e.slice(0, e.length - 1) : e;
|
|
356
357
|
}
|
|
357
358
|
function Xe(e) {
|
|
@@ -388,18 +389,18 @@ var nt = { exports: {} };
|
|
|
388
389
|
}
|
|
389
390
|
return f[N].exports;
|
|
390
391
|
}
|
|
391
|
-
for (var P = typeof Xe == "function" && Xe,
|
|
392
|
-
x(g[
|
|
392
|
+
for (var P = typeof Xe == "function" && Xe, _ = 0; _ < g.length; _++)
|
|
393
|
+
x(g[_]);
|
|
393
394
|
return x;
|
|
394
395
|
}({ 1: [function(l, S, f) {
|
|
395
396
|
(function(g) {
|
|
396
397
|
var x = g.MutationObserver || g.WebKitMutationObserver, P;
|
|
397
398
|
if (x) {
|
|
398
|
-
var
|
|
399
|
+
var _ = 0, N = new x(r), $ = g.document.createTextNode("");
|
|
399
400
|
N.observe($, {
|
|
400
401
|
characterData: !0
|
|
401
402
|
}), P = function() {
|
|
402
|
-
$.data =
|
|
403
|
+
$.data = _ = ++_ % 2;
|
|
403
404
|
};
|
|
404
405
|
} else if (!g.setImmediate && typeof g.MessageChannel < "u") {
|
|
405
406
|
var d = new g.MessageChannel();
|
|
@@ -434,7 +435,7 @@ var nt = { exports: {} };
|
|
|
434
435
|
var g = l(1);
|
|
435
436
|
function x() {
|
|
436
437
|
}
|
|
437
|
-
var P = {},
|
|
438
|
+
var P = {}, _ = ["REJECTED"], N = ["FULFILLED"], $ = ["PENDING"];
|
|
438
439
|
S.exports = d;
|
|
439
440
|
function d(b) {
|
|
440
441
|
if (typeof b != "function")
|
|
@@ -443,19 +444,19 @@ var nt = { exports: {} };
|
|
|
443
444
|
}
|
|
444
445
|
d.prototype.catch = function(b) {
|
|
445
446
|
return this.then(null, b);
|
|
446
|
-
}, d.prototype.then = function(b,
|
|
447
|
-
if (typeof b != "function" && this.state === N || typeof
|
|
447
|
+
}, d.prototype.then = function(b, T) {
|
|
448
|
+
if (typeof b != "function" && this.state === N || typeof T != "function" && this.state === _)
|
|
448
449
|
return this;
|
|
449
450
|
var D = new this.constructor(x);
|
|
450
451
|
if (this.state !== $) {
|
|
451
|
-
var L = this.state === N ? b :
|
|
452
|
+
var L = this.state === N ? b : T;
|
|
452
453
|
u(D, L, this.outcome);
|
|
453
454
|
} else
|
|
454
|
-
this.queue.push(new h(D, b,
|
|
455
|
+
this.queue.push(new h(D, b, T));
|
|
455
456
|
return D;
|
|
456
457
|
};
|
|
457
|
-
function h(b,
|
|
458
|
-
this.promise = b, typeof
|
|
458
|
+
function h(b, T, D) {
|
|
459
|
+
this.promise = b, typeof T == "function" && (this.onFulfilled = T, this.callFulfilled = this.otherCallFulfilled), typeof D == "function" && (this.onRejected = D, this.callRejected = this.otherCallRejected);
|
|
459
460
|
}
|
|
460
461
|
h.prototype.callFulfilled = function(b) {
|
|
461
462
|
P.resolve(this.promise, b);
|
|
@@ -466,44 +467,44 @@ var nt = { exports: {} };
|
|
|
466
467
|
}, h.prototype.otherCallRejected = function(b) {
|
|
467
468
|
u(this.promise, this.onRejected, b);
|
|
468
469
|
};
|
|
469
|
-
function u(b,
|
|
470
|
+
function u(b, T, D) {
|
|
470
471
|
g(function() {
|
|
471
472
|
var L;
|
|
472
473
|
try {
|
|
473
|
-
L =
|
|
474
|
+
L = T(D);
|
|
474
475
|
} catch (s) {
|
|
475
476
|
return P.reject(b, s);
|
|
476
477
|
}
|
|
477
478
|
L === b ? P.reject(b, new TypeError("Cannot resolve promise with itself")) : P.resolve(b, L);
|
|
478
479
|
});
|
|
479
480
|
}
|
|
480
|
-
P.resolve = function(b,
|
|
481
|
-
var D = I(r,
|
|
481
|
+
P.resolve = function(b, T) {
|
|
482
|
+
var D = I(r, T);
|
|
482
483
|
if (D.status === "error")
|
|
483
484
|
return P.reject(b, D.value);
|
|
484
485
|
var L = D.value;
|
|
485
486
|
if (L)
|
|
486
487
|
y(b, L);
|
|
487
488
|
else {
|
|
488
|
-
b.state = N, b.outcome =
|
|
489
|
+
b.state = N, b.outcome = T;
|
|
489
490
|
for (var s = -1, A = b.queue.length; ++s < A; )
|
|
490
|
-
b.queue[s].callFulfilled(
|
|
491
|
+
b.queue[s].callFulfilled(T);
|
|
491
492
|
}
|
|
492
493
|
return b;
|
|
493
|
-
}, P.reject = function(b,
|
|
494
|
-
b.state =
|
|
494
|
+
}, P.reject = function(b, T) {
|
|
495
|
+
b.state = _, b.outcome = T;
|
|
495
496
|
for (var D = -1, L = b.queue.length; ++D < L; )
|
|
496
|
-
b.queue[D].callRejected(
|
|
497
|
+
b.queue[D].callRejected(T);
|
|
497
498
|
return b;
|
|
498
499
|
};
|
|
499
500
|
function r(b) {
|
|
500
|
-
var
|
|
501
|
-
if (b && (typeof b == "object" || typeof b == "function") && typeof
|
|
501
|
+
var T = b && b.then;
|
|
502
|
+
if (b && (typeof b == "object" || typeof b == "function") && typeof T == "function")
|
|
502
503
|
return function() {
|
|
503
|
-
|
|
504
|
+
T.apply(b, arguments);
|
|
504
505
|
};
|
|
505
506
|
}
|
|
506
|
-
function y(b,
|
|
507
|
+
function y(b, T) {
|
|
507
508
|
var D = !1;
|
|
508
509
|
function L(Q) {
|
|
509
510
|
D || (D = !0, P.reject(b, Q));
|
|
@@ -512,15 +513,15 @@ var nt = { exports: {} };
|
|
|
512
513
|
D || (D = !0, P.resolve(b, Q));
|
|
513
514
|
}
|
|
514
515
|
function A() {
|
|
515
|
-
|
|
516
|
+
T(s, L);
|
|
516
517
|
}
|
|
517
518
|
var J = I(A);
|
|
518
519
|
J.status === "error" && L(J.value);
|
|
519
520
|
}
|
|
520
|
-
function I(b,
|
|
521
|
+
function I(b, T) {
|
|
521
522
|
var D = {};
|
|
522
523
|
try {
|
|
523
|
-
D.value = b(
|
|
524
|
+
D.value = b(T), D.status = "success";
|
|
524
525
|
} catch (L) {
|
|
525
526
|
D.status = "error", D.value = L;
|
|
526
527
|
}
|
|
@@ -532,12 +533,12 @@ var nt = { exports: {} };
|
|
|
532
533
|
}
|
|
533
534
|
d.reject = E;
|
|
534
535
|
function E(b) {
|
|
535
|
-
var
|
|
536
|
-
return P.reject(
|
|
536
|
+
var T = new this(x);
|
|
537
|
+
return P.reject(T, b);
|
|
537
538
|
}
|
|
538
539
|
d.all = w;
|
|
539
540
|
function w(b) {
|
|
540
|
-
var
|
|
541
|
+
var T = this;
|
|
541
542
|
if (Object.prototype.toString.call(b) !== "[object Array]")
|
|
542
543
|
return this.reject(new TypeError("must be an array"));
|
|
543
544
|
var D = b.length, L = !1;
|
|
@@ -547,7 +548,7 @@ var nt = { exports: {} };
|
|
|
547
548
|
ee(b[J], J);
|
|
548
549
|
return Q;
|
|
549
550
|
function ee(ce, we) {
|
|
550
|
-
|
|
551
|
+
T.resolve(ce).then(W, function(Y) {
|
|
551
552
|
L || (L = !0, P.reject(Q, Y));
|
|
552
553
|
});
|
|
553
554
|
function W(Y) {
|
|
@@ -557,7 +558,7 @@ var nt = { exports: {} };
|
|
|
557
558
|
}
|
|
558
559
|
d.race = M;
|
|
559
560
|
function M(b) {
|
|
560
|
-
var
|
|
561
|
+
var T = this;
|
|
561
562
|
if (Object.prototype.toString.call(b) !== "[object Array]")
|
|
562
563
|
return this.reject(new TypeError("must be an array"));
|
|
563
564
|
var D = b.length, L = !1;
|
|
@@ -567,7 +568,7 @@ var nt = { exports: {} };
|
|
|
567
568
|
J(b[s]);
|
|
568
569
|
return A;
|
|
569
570
|
function J(Q) {
|
|
570
|
-
|
|
571
|
+
T.resolve(Q).then(function(ee) {
|
|
571
572
|
L || (L = !0, P.resolve(A, ee));
|
|
572
573
|
}, function(ee) {
|
|
573
574
|
L || (L = !0, P.reject(A, ee));
|
|
@@ -604,10 +605,10 @@ var nt = { exports: {} };
|
|
|
604
605
|
return;
|
|
605
606
|
}
|
|
606
607
|
}
|
|
607
|
-
var
|
|
608
|
+
var _ = P();
|
|
608
609
|
function N() {
|
|
609
610
|
try {
|
|
610
|
-
if (!
|
|
611
|
+
if (!_ || !_.open)
|
|
611
612
|
return !1;
|
|
612
613
|
var n = typeof openDatabase < "u" && /(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent) && !/BlackBerry/.test(navigator.platform), c = typeof fetch == "function" && fetch.toString().indexOf("[native code") !== -1;
|
|
613
614
|
return (!n || c) && typeof indexedDB < "u" && // some outdated implementations of IDB that appear on Samsung
|
|
@@ -651,7 +652,7 @@ var nt = { exports: {} };
|
|
|
651
652
|
return arguments[arguments.length - 1];
|
|
652
653
|
}
|
|
653
654
|
var I = "local-forage-detect-blob-support", i = void 0, E = {}, w = Object.prototype.toString, M = "readonly", b = "readwrite";
|
|
654
|
-
function
|
|
655
|
+
function T(n) {
|
|
655
656
|
for (var c = n.length, a = new ArrayBuffer(c), m = new Uint8Array(a), v = 0; v < c; v++)
|
|
656
657
|
m[v] = n.charCodeAt(v);
|
|
657
658
|
return a;
|
|
@@ -701,7 +702,7 @@ var nt = { exports: {} };
|
|
|
701
702
|
return a(n.db);
|
|
702
703
|
var v = [n.name];
|
|
703
704
|
c && v.push(n.version);
|
|
704
|
-
var o =
|
|
705
|
+
var o = _.open.apply(_, v);
|
|
705
706
|
c && (o.onupgradeneeded = function(C) {
|
|
706
707
|
var R = o.result;
|
|
707
708
|
try {
|
|
@@ -755,10 +756,10 @@ var nt = { exports: {} };
|
|
|
755
756
|
});
|
|
756
757
|
}
|
|
757
758
|
function Y(n) {
|
|
758
|
-
var c =
|
|
759
|
+
var c = T(atob(n.data));
|
|
759
760
|
return $([c], { type: n.type });
|
|
760
761
|
}
|
|
761
|
-
function
|
|
762
|
+
function V(n) {
|
|
762
763
|
return n && n.__local_forage_encoded_blob;
|
|
763
764
|
}
|
|
764
765
|
function ae(n) {
|
|
@@ -857,7 +858,7 @@ var nt = { exports: {} };
|
|
|
857
858
|
var B = R.objectStore(a._dbInfo.storeName), F = B.get(n);
|
|
858
859
|
F.onsuccess = function() {
|
|
859
860
|
var k = F.result;
|
|
860
|
-
k === void 0 && (k = null),
|
|
861
|
+
k === void 0 && (k = null), V(k) && (k = Y(k)), v(k);
|
|
861
862
|
}, F.onerror = function() {
|
|
862
863
|
o(F.error);
|
|
863
864
|
};
|
|
@@ -881,7 +882,7 @@ var nt = { exports: {} };
|
|
|
881
882
|
var q = F.result;
|
|
882
883
|
if (q) {
|
|
883
884
|
var Z = q.value;
|
|
884
|
-
|
|
885
|
+
V(Z) && (Z = Y(Z));
|
|
885
886
|
var p = n(Z, q.key, k++);
|
|
886
887
|
p !== void 0 ? v(p) : q.continue();
|
|
887
888
|
} else
|
|
@@ -1079,7 +1080,7 @@ var nt = { exports: {} };
|
|
|
1079
1080
|
Z._dbInfo.db = null, Z._dbInfo.version = B;
|
|
1080
1081
|
}
|
|
1081
1082
|
var p = new d(function(re, ie) {
|
|
1082
|
-
var le =
|
|
1083
|
+
var le = _.open(n.name, B);
|
|
1083
1084
|
le.onerror = function(ye) {
|
|
1084
1085
|
var ze = le.result;
|
|
1085
1086
|
ze.close(), ie(ye);
|
|
@@ -1111,7 +1112,7 @@ var nt = { exports: {} };
|
|
|
1111
1112
|
q._dbInfo.db = null;
|
|
1112
1113
|
}
|
|
1113
1114
|
var Z = new d(function(p, re) {
|
|
1114
|
-
var ie =
|
|
1115
|
+
var ie = _.deleteDatabase(n.name);
|
|
1115
1116
|
ie.onerror = function() {
|
|
1116
1117
|
var le = ie.result;
|
|
1117
1118
|
le && le.close(), re(ie.error);
|
|
@@ -1153,7 +1154,7 @@ var nt = { exports: {} };
|
|
|
1153
1154
|
function ur() {
|
|
1154
1155
|
return typeof openDatabase == "function";
|
|
1155
1156
|
}
|
|
1156
|
-
var be = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", ir = "~~local_forage_type~", Ze = /^~~local_forage_type~([^~]+)~/, Fe = "__lfsc__:", Ne = Fe.length, We = "arbf", Ie = "blob", Je = "si08", je = "ui08", qe = "uic8",
|
|
1157
|
+
var be = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", ir = "~~local_forage_type~", Ze = /^~~local_forage_type~([^~]+)~/, Fe = "__lfsc__:", Ne = Fe.length, We = "arbf", Ie = "blob", Je = "si08", je = "ui08", qe = "uic8", Ve = "si16", U = "si32", j = "ur16", H = "ui32", O = "fl32", de = "fl64", ge = Ne + We.length, De = Object.prototype.toString;
|
|
1157
1158
|
function Se(n) {
|
|
1158
1159
|
var c = n.length * 0.75, a = n.length, m, v = 0, o, C, R, B;
|
|
1159
1160
|
n[n.length - 1] === "=" && (c--, n[n.length - 2] === "=" && c--);
|
|
@@ -1172,7 +1173,7 @@ var nt = { exports: {} };
|
|
|
1172
1173
|
var a = "";
|
|
1173
1174
|
if (n && (a = De.call(n)), n && (a === "[object ArrayBuffer]" || n.buffer && De.call(n.buffer) === "[object ArrayBuffer]")) {
|
|
1174
1175
|
var m, v = Fe;
|
|
1175
|
-
n instanceof ArrayBuffer ? (m = n, v += We) : (m = n.buffer, a === "[object Int8Array]" ? v += Je : a === "[object Uint8Array]" ? v += je : a === "[object Uint8ClampedArray]" ? v += qe : a === "[object Int16Array]" ? v +=
|
|
1176
|
+
n instanceof ArrayBuffer ? (m = n, v += We) : (m = n.buffer, a === "[object Int8Array]" ? v += Je : a === "[object Uint8Array]" ? v += je : a === "[object Uint8ClampedArray]" ? v += qe : a === "[object Int16Array]" ? v += Ve : a === "[object Uint16Array]" ? v += j : a === "[object Int32Array]" ? v += U : a === "[object Uint32Array]" ? v += H : a === "[object Float32Array]" ? v += O : a === "[object Float64Array]" ? v += de : c(new Error("Failed to get type for BinaryArray"))), c(v + oe(m));
|
|
1176
1177
|
} else if (a === "[object Blob]") {
|
|
1177
1178
|
var o = new FileReader();
|
|
1178
1179
|
o.onload = function() {
|
|
@@ -1206,13 +1207,13 @@ var nt = { exports: {} };
|
|
|
1206
1207
|
return new Uint8Array(o);
|
|
1207
1208
|
case qe:
|
|
1208
1209
|
return new Uint8ClampedArray(o);
|
|
1209
|
-
case
|
|
1210
|
+
case Ve:
|
|
1210
1211
|
return new Int16Array(o);
|
|
1211
1212
|
case j:
|
|
1212
1213
|
return new Uint16Array(o);
|
|
1213
1214
|
case U:
|
|
1214
1215
|
return new Int32Array(o);
|
|
1215
|
-
case
|
|
1216
|
+
case H:
|
|
1216
1217
|
return new Uint32Array(o);
|
|
1217
1218
|
case O:
|
|
1218
1219
|
return new Float32Array(o);
|
|
@@ -1522,7 +1523,7 @@ var nt = { exports: {} };
|
|
|
1522
1523
|
});
|
|
1523
1524
|
return h(a, n), a;
|
|
1524
1525
|
}
|
|
1525
|
-
function
|
|
1526
|
+
function Tt(n, c) {
|
|
1526
1527
|
var a = this;
|
|
1527
1528
|
n = r(n);
|
|
1528
1529
|
var m = a.ready().then(function() {
|
|
@@ -1531,7 +1532,7 @@ var nt = { exports: {} };
|
|
|
1531
1532
|
});
|
|
1532
1533
|
return h(m, c), m;
|
|
1533
1534
|
}
|
|
1534
|
-
function
|
|
1535
|
+
function _t(n, c) {
|
|
1535
1536
|
var a = this, m = a.ready().then(function() {
|
|
1536
1537
|
for (var v = a._dbInfo, o = v.keyPrefix, C = o.length, R = localStorage.length, B = 1, F = 0; F < R; F++) {
|
|
1537
1538
|
var k = localStorage.key(F);
|
|
@@ -1622,8 +1623,8 @@ var nt = { exports: {} };
|
|
|
1622
1623
|
_driver: "localStorageWrapper",
|
|
1623
1624
|
_initStorage: Dt,
|
|
1624
1625
|
_support: At(),
|
|
1625
|
-
iterate:
|
|
1626
|
-
getItem:
|
|
1626
|
+
iterate: _t,
|
|
1627
|
+
getItem: Tt,
|
|
1627
1628
|
setItem: Lt,
|
|
1628
1629
|
removeItem: Mt,
|
|
1629
1630
|
clear: xt,
|
|
@@ -1642,7 +1643,7 @@ var nt = { exports: {} };
|
|
|
1642
1643
|
return !1;
|
|
1643
1644
|
}, $r = Array.isArray || function(n) {
|
|
1644
1645
|
return Object.prototype.toString.call(n) === "[object Array]";
|
|
1645
|
-
},
|
|
1646
|
+
}, He = {}, Fr = {}, ke = {
|
|
1646
1647
|
INDEXEDDB: lr,
|
|
1647
1648
|
WEBSQL: St,
|
|
1648
1649
|
LOCALSTORAGE: Ut
|
|
@@ -1679,7 +1680,7 @@ var nt = { exports: {} };
|
|
|
1679
1680
|
for (var a in ke)
|
|
1680
1681
|
if (ke.hasOwnProperty(a)) {
|
|
1681
1682
|
var m = ke[a], v = m._driver;
|
|
1682
|
-
this[a] = v,
|
|
1683
|
+
this[a] = v, He[v] || this.defineDriver(m);
|
|
1683
1684
|
}
|
|
1684
1685
|
this._defaultConfig = sr({}, kt), this._config = sr({}, this._defaultConfig, c), this._driverSet = null, this._initDriver = null, this._ready = !1, this._dbInfo = null, this._wrapLibraryMethodsWithReady(), this.setDriver(this._config.driver).catch(function() {
|
|
1685
1686
|
});
|
|
@@ -1712,19 +1713,19 @@ var nt = { exports: {} };
|
|
|
1712
1713
|
}
|
|
1713
1714
|
}
|
|
1714
1715
|
var ie = function() {
|
|
1715
|
-
for (var ze = function(
|
|
1716
|
+
for (var ze = function(Ht) {
|
|
1716
1717
|
return function() {
|
|
1717
|
-
var zt = new Error("Method " +
|
|
1718
|
+
var zt = new Error("Method " + Ht + " is not implemented by the current driver"), kr = d.reject(zt);
|
|
1718
1719
|
return h(kr, arguments[arguments.length - 1]), kr;
|
|
1719
1720
|
};
|
|
1720
|
-
}, or = 0,
|
|
1721
|
+
}, or = 0, Vt = Ke.length; or < Vt; or++) {
|
|
1721
1722
|
var dr = Ke[or];
|
|
1722
1723
|
a[dr] || (a[dr] = ze(dr));
|
|
1723
1724
|
}
|
|
1724
1725
|
};
|
|
1725
1726
|
ie();
|
|
1726
1727
|
var le = function(ze) {
|
|
1727
|
-
|
|
1728
|
+
He[B] && console.info("Redefining LocalForage driver: " + B), He[B] = a, Fr[B] = ze, C();
|
|
1728
1729
|
};
|
|
1729
1730
|
"_support" in a ? a._support && typeof a._support == "function" ? a._support().then(le, R) : le(!!a._support) : le(!0);
|
|
1730
1731
|
} catch (ye) {
|
|
@@ -1735,7 +1736,7 @@ var nt = { exports: {} };
|
|
|
1735
1736
|
}, n.prototype.driver = function() {
|
|
1736
1737
|
return this._driver || null;
|
|
1737
1738
|
}, n.prototype.getDriver = function(a, m, v) {
|
|
1738
|
-
var o =
|
|
1739
|
+
var o = He[a] ? d.resolve(He[a]) : d.reject(new Error("Driver not found."));
|
|
1739
1740
|
return u(o, m, v), o;
|
|
1740
1741
|
}, n.prototype.getSerializer = function(a) {
|
|
1741
1742
|
var m = d.resolve(cr);
|
|
@@ -1804,8 +1805,8 @@ var nt = { exports: {} };
|
|
|
1804
1805
|
}, { 3: 3 }] }, {}, [4])(4);
|
|
1805
1806
|
});
|
|
1806
1807
|
})(nt);
|
|
1807
|
-
var
|
|
1808
|
-
const at = /* @__PURE__ */
|
|
1808
|
+
var An = nt.exports;
|
|
1809
|
+
const at = /* @__PURE__ */ cn(An);
|
|
1809
1810
|
let ue;
|
|
1810
1811
|
function lt() {
|
|
1811
1812
|
const e = ue == null ? void 0 : ue.getEnv();
|
|
@@ -1815,17 +1816,17 @@ function Wr() {
|
|
|
1815
1816
|
const e = ue == null ? void 0 : ue.getEnv();
|
|
1816
1817
|
return console.log(`env var: ${e}`), ue == null ? "" : (ue[e] ?? ue.development).auth ?? "";
|
|
1817
1818
|
}
|
|
1818
|
-
function
|
|
1819
|
+
function En(e) {
|
|
1819
1820
|
const t = ue == null ? void 0 : ue.getEnv();
|
|
1820
1821
|
if (ue == null)
|
|
1821
1822
|
return "";
|
|
1822
1823
|
const l = ue[t] ?? ue.development;
|
|
1823
1824
|
return e == null ? l.data ?? "" : l.other[e] ?? l.data ?? "";
|
|
1824
1825
|
}
|
|
1825
|
-
function
|
|
1826
|
+
function Da() {
|
|
1826
1827
|
return ue;
|
|
1827
1828
|
}
|
|
1828
|
-
function
|
|
1829
|
+
function In(e) {
|
|
1829
1830
|
return ue = e, ue;
|
|
1830
1831
|
}
|
|
1831
1832
|
let Oe = null;
|
|
@@ -1836,11 +1837,11 @@ function ve() {
|
|
|
1836
1837
|
const e = lt();
|
|
1837
1838
|
return (Oe == null || Oe.config.name != e) && (Oe = at.createInstance({ name: e })), Oe;
|
|
1838
1839
|
}
|
|
1839
|
-
function
|
|
1840
|
+
function xa() {
|
|
1840
1841
|
async function e(f) {
|
|
1841
1842
|
const g = ve();
|
|
1842
|
-
(await g.keys()).filter((
|
|
1843
|
-
g.removeItem(
|
|
1843
|
+
(await g.keys()).filter((_) => _.startsWith(f)).forEach((_) => {
|
|
1844
|
+
g.removeItem(_);
|
|
1844
1845
|
});
|
|
1845
1846
|
}
|
|
1846
1847
|
async function t(f) {
|
|
@@ -1860,19 +1861,19 @@ function Sa() {
|
|
|
1860
1861
|
};
|
|
1861
1862
|
}
|
|
1862
1863
|
let er;
|
|
1863
|
-
function
|
|
1864
|
+
function Ta(e) {
|
|
1864
1865
|
return er(e)();
|
|
1865
1866
|
}
|
|
1866
1867
|
function Le(e) {
|
|
1867
1868
|
return er(e);
|
|
1868
1869
|
}
|
|
1869
|
-
function
|
|
1870
|
-
return er = (t) =>
|
|
1870
|
+
function Dn(e) {
|
|
1871
|
+
return er = (t) => xn({
|
|
1871
1872
|
...e,
|
|
1872
1873
|
...t
|
|
1873
1874
|
}), er;
|
|
1874
1875
|
}
|
|
1875
|
-
function
|
|
1876
|
+
function xn(e) {
|
|
1876
1877
|
var t, l, S, f, g;
|
|
1877
1878
|
if (e.storeMode ?? (e.storeMode = ((l = (t = e.navigation) == null ? void 0 : t.findItem(e.nav)) == null ? void 0 : l.storeMode) ?? "session"), e.storageMode ?? (e.storageMode = ((f = (S = e.navigation) == null ? void 0 : S.findItem(e.nav)) == null ? void 0 : f.storageMode) ?? "local-cache"), e.storeName ?? (e.storeName = ((g = e.navigation) == null ? void 0 : g.findStoreName(e.nav)) ?? e.nav), e.storeName == null)
|
|
1878
1879
|
throw new Error("no store name provided");
|
|
@@ -1885,9 +1886,9 @@ function An(e) {
|
|
|
1885
1886
|
throw new Error("Must supply an api object to use store");
|
|
1886
1887
|
return qr({ ...e, storeName: e.storeName ?? "" });
|
|
1887
1888
|
} else
|
|
1888
|
-
return
|
|
1889
|
+
return _n({ ...e, storeName: e.storeName ?? "" });
|
|
1889
1890
|
}
|
|
1890
|
-
const
|
|
1891
|
+
const Tn = (e) => {
|
|
1891
1892
|
let t = K(e.url) ?? void 0;
|
|
1892
1893
|
if (e.additionalUrl != null && (t == null ? t = e.additionalUrl : t = Be(t, e.additionalUrl)), e.id != null && (t != null && t.includes("{id}") ? t = t.replaceAll("{id}", e.id) : t = Be(t, e.id)), e.params != null) {
|
|
1893
1894
|
t ?? (t = "");
|
|
@@ -1898,10 +1899,10 @@ const En = (e) => {
|
|
|
1898
1899
|
}
|
|
1899
1900
|
return e.finalUrl = t, e.finalUrl ?? "";
|
|
1900
1901
|
};
|
|
1901
|
-
function
|
|
1902
|
+
function _n(e) {
|
|
1902
1903
|
return pr(e.storeName, () => {
|
|
1903
1904
|
var u;
|
|
1904
|
-
const t = he.utc().toSeconds() / 86400, l = z({}), S = z({}), f = e.storageMode == "local-cache", g = e.buildUrl ?? ((u = e.api) == null ? void 0 : u.buildUrl) ??
|
|
1905
|
+
const t = he.utc().toSeconds() / 86400, l = z({}), S = z({}), f = e.storageMode == "local-cache", g = e.buildUrl ?? ((u = e.api) == null ? void 0 : u.buildUrl) ?? Tn;
|
|
1905
1906
|
function x(r) {
|
|
1906
1907
|
var i, E;
|
|
1907
1908
|
let y = "";
|
|
@@ -1925,15 +1926,15 @@ function In(e) {
|
|
|
1925
1926
|
i == null && (i = new Promise(async (w, M) => {
|
|
1926
1927
|
var b;
|
|
1927
1928
|
try {
|
|
1928
|
-
const
|
|
1929
|
+
const T = await ((b = e.api) == null ? void 0 : b.getAll(r)), D = {
|
|
1929
1930
|
meta: { storedOn: t.toString() },
|
|
1930
|
-
data:
|
|
1931
|
-
count:
|
|
1932
|
-
filters: (
|
|
1931
|
+
data: T == null ? void 0 : T.data,
|
|
1932
|
+
count: T == null ? void 0 : T.count,
|
|
1933
|
+
filters: (T == null ? void 0 : T.filters) ?? []
|
|
1933
1934
|
};
|
|
1934
1935
|
f == !0 && await ve().setItem(y, D), w(D);
|
|
1935
|
-
} catch (
|
|
1936
|
-
M(
|
|
1936
|
+
} catch (T) {
|
|
1937
|
+
M(T);
|
|
1937
1938
|
} finally {
|
|
1938
1939
|
delete S.value[y];
|
|
1939
1940
|
}
|
|
@@ -1948,7 +1949,7 @@ function In(e) {
|
|
|
1948
1949
|
throw i;
|
|
1949
1950
|
}
|
|
1950
1951
|
}
|
|
1951
|
-
async function
|
|
1952
|
+
async function _(r) {
|
|
1952
1953
|
r.additionalUrl ?? (r.additionalUrl = "/get"), g(r);
|
|
1953
1954
|
const y = x(r), I = r.refresh;
|
|
1954
1955
|
if (!I && l.value[y] !== void 0)
|
|
@@ -1965,14 +1966,14 @@ function In(e) {
|
|
|
1965
1966
|
i == null && (i = new Promise(async (w, M) => {
|
|
1966
1967
|
var b;
|
|
1967
1968
|
try {
|
|
1968
|
-
let
|
|
1969
|
+
let T = await ((b = e.api) == null ? void 0 : b.get(r));
|
|
1969
1970
|
const D = {
|
|
1970
1971
|
meta: { storedOn: t.toString() },
|
|
1971
|
-
data:
|
|
1972
|
+
data: T == null ? void 0 : T.data
|
|
1972
1973
|
};
|
|
1973
1974
|
f == !0 && await ve().setItem(y, D), w(D);
|
|
1974
|
-
} catch (
|
|
1975
|
-
M(
|
|
1975
|
+
} catch (T) {
|
|
1976
|
+
M(T);
|
|
1976
1977
|
} finally {
|
|
1977
1978
|
delete S.value[y];
|
|
1978
1979
|
}
|
|
@@ -2006,8 +2007,8 @@ function In(e) {
|
|
|
2006
2007
|
const b = M[1].data;
|
|
2007
2008
|
if (b != null)
|
|
2008
2009
|
if (Array.isArray(b))
|
|
2009
|
-
for (let
|
|
2010
|
-
b[
|
|
2010
|
+
for (let T = 0; T < b.length; T++)
|
|
2011
|
+
b[T].id == I.id && b.splice(T, 1, E.data);
|
|
2011
2012
|
else
|
|
2012
2013
|
b.id == I.id && (l.value[M[0]] = E);
|
|
2013
2014
|
}), E.data;
|
|
@@ -2071,7 +2072,7 @@ function In(e) {
|
|
|
2071
2072
|
}
|
|
2072
2073
|
return {
|
|
2073
2074
|
deleteItem: d,
|
|
2074
|
-
get:
|
|
2075
|
+
get: _,
|
|
2075
2076
|
getAll: P,
|
|
2076
2077
|
patch: N,
|
|
2077
2078
|
post: $,
|
|
@@ -2084,12 +2085,12 @@ function In(e) {
|
|
|
2084
2085
|
function qr(e) {
|
|
2085
2086
|
return pr(e.storeName, () => {
|
|
2086
2087
|
const t = z(), l = z(0), S = he.utc().toSeconds() / 3600, f = z(), g = z(), x = z({}), P = e.storageMode == "local-cache";
|
|
2087
|
-
function
|
|
2088
|
+
function _() {
|
|
2088
2089
|
var i;
|
|
2089
2090
|
return `${e.storeName}_${((i = e.auth) == null ? void 0 : i.credentials.value.userID) ?? "no-user-id"}`;
|
|
2090
2091
|
}
|
|
2091
2092
|
async function N() {
|
|
2092
|
-
P == !0 && await ve().setItem(
|
|
2093
|
+
P == !0 && await ve().setItem(_(), {
|
|
2093
2094
|
meta: g.value,
|
|
2094
2095
|
data: t.value,
|
|
2095
2096
|
count: l.value,
|
|
@@ -2097,15 +2098,15 @@ function qr(e) {
|
|
|
2097
2098
|
});
|
|
2098
2099
|
}
|
|
2099
2100
|
function $(i) {
|
|
2100
|
-
const E =
|
|
2101
|
+
const E = _();
|
|
2101
2102
|
return x.value[E] || (x.value[E] = new Promise(async (w, M) => {
|
|
2102
|
-
var b,
|
|
2103
|
+
var b, T;
|
|
2103
2104
|
try {
|
|
2104
|
-
let D = await ((
|
|
2105
|
+
let D = await ((T = e.api) == null ? void 0 : T.getAll({
|
|
2105
2106
|
additionalUrl: "/getAll",
|
|
2106
2107
|
nav: i.nav,
|
|
2107
2108
|
params: {
|
|
2108
|
-
lastUpdate: ((b = g.value) == null ? void 0 : b.lastUpdate) ??
|
|
2109
|
+
lastUpdate: ((b = g.value) == null ? void 0 : b.lastUpdate) ?? dn()
|
|
2109
2110
|
}
|
|
2110
2111
|
}));
|
|
2111
2112
|
D == null ? M(D) : (t.value ?? (t.value = []), D.data.forEach((L) => {
|
|
@@ -2124,8 +2125,8 @@ function qr(e) {
|
|
|
2124
2125
|
})), x.value[E];
|
|
2125
2126
|
}
|
|
2126
2127
|
async function d(i) {
|
|
2127
|
-
var M, b,
|
|
2128
|
-
const E =
|
|
2128
|
+
var M, b, T;
|
|
2129
|
+
const E = _(), w = i.refresh;
|
|
2129
2130
|
if (!w && t.value != null)
|
|
2130
2131
|
return {
|
|
2131
2132
|
count: (M = t.value) == null ? void 0 : M.length,
|
|
@@ -2143,7 +2144,7 @@ function qr(e) {
|
|
|
2143
2144
|
}
|
|
2144
2145
|
if (e.api == null)
|
|
2145
2146
|
return {
|
|
2146
|
-
count: (
|
|
2147
|
+
count: (T = t.value) == null ? void 0 : T.length,
|
|
2147
2148
|
data: t.value ?? [],
|
|
2148
2149
|
filters: f.value
|
|
2149
2150
|
};
|
|
@@ -2156,8 +2157,8 @@ function qr(e) {
|
|
|
2156
2157
|
}
|
|
2157
2158
|
}
|
|
2158
2159
|
async function h(i) {
|
|
2159
|
-
var b,
|
|
2160
|
-
const E =
|
|
2160
|
+
var b, T, D, L;
|
|
2161
|
+
const E = _(), w = i.id ?? ((b = i.data) == null ? void 0 : b.id);
|
|
2161
2162
|
if (w == null)
|
|
2162
2163
|
throw new Error("no id provided");
|
|
2163
2164
|
let M = i.refresh;
|
|
@@ -2170,7 +2171,7 @@ function qr(e) {
|
|
|
2170
2171
|
const s = await ve().getItem(E);
|
|
2171
2172
|
if (s != null && parseFloat(s.meta.storedOn) > S - 12) {
|
|
2172
2173
|
t.value = s.data, l.value = s.data.length, f.value = s.filters ?? [], g.value = s.meta;
|
|
2173
|
-
let A = (
|
|
2174
|
+
let A = (T = t.value) == null ? void 0 : T.find((J) => J.id == i.id);
|
|
2174
2175
|
if (A != null)
|
|
2175
2176
|
return { data: A };
|
|
2176
2177
|
}
|
|
@@ -2193,19 +2194,19 @@ function qr(e) {
|
|
|
2193
2194
|
let E;
|
|
2194
2195
|
if (e.api != null)
|
|
2195
2196
|
try {
|
|
2196
|
-
let
|
|
2197
|
-
E = { ...i.data, ...
|
|
2198
|
-
} catch (
|
|
2199
|
-
let D =
|
|
2197
|
+
let T = await e.api.patch(i);
|
|
2198
|
+
E = { ...i.data, ...T == null ? void 0 : T.data };
|
|
2199
|
+
} catch (T) {
|
|
2200
|
+
let D = T;
|
|
2200
2201
|
throw new Error(D.message ?? "Patch Problem");
|
|
2201
2202
|
}
|
|
2202
2203
|
else
|
|
2203
2204
|
E = i.data;
|
|
2204
2205
|
if (E != null) {
|
|
2205
|
-
let
|
|
2206
|
-
|
|
2206
|
+
let T = (w = t.value) == null ? void 0 : w.findIndex((D) => D.id == E.id);
|
|
2207
|
+
T != null && T >= 0 && (t.value ?? (t.value = []), (M = t.value) == null || M.splice(T, 1, E), await N());
|
|
2207
2208
|
}
|
|
2208
|
-
return (b = t.value) == null ? void 0 : b.find((
|
|
2209
|
+
return (b = t.value) == null ? void 0 : b.find((T) => T.id == (i.id ?? i.data.id));
|
|
2209
2210
|
}
|
|
2210
2211
|
async function r(i) {
|
|
2211
2212
|
var w, M;
|
|
@@ -2216,8 +2217,8 @@ function qr(e) {
|
|
|
2216
2217
|
let b = await e.api.post(i);
|
|
2217
2218
|
E = b == null ? void 0 : b.data;
|
|
2218
2219
|
} catch (b) {
|
|
2219
|
-
let
|
|
2220
|
-
throw new Error(
|
|
2220
|
+
let T = b;
|
|
2221
|
+
throw new Error(T.message ?? "Patch Problem");
|
|
2221
2222
|
}
|
|
2222
2223
|
else
|
|
2223
2224
|
E = i.data;
|
|
@@ -2231,12 +2232,12 @@ function qr(e) {
|
|
|
2231
2232
|
if (b != null)
|
|
2232
2233
|
return b;
|
|
2233
2234
|
} catch (b) {
|
|
2234
|
-
let
|
|
2235
|
-
throw new Error(
|
|
2235
|
+
let T = b;
|
|
2236
|
+
throw new Error(T.message ?? "Patch Problem");
|
|
2236
2237
|
}
|
|
2237
2238
|
const E = i.id ?? i.data.id;
|
|
2238
2239
|
if (E != null) {
|
|
2239
|
-
let b = (w = t.value) == null ? void 0 : w.findIndex((
|
|
2240
|
+
let b = (w = t.value) == null ? void 0 : w.findIndex((T) => T.id == E);
|
|
2240
2241
|
b != null && b >= 0 && (t.value ?? (t.value = []), (M = t.value) == null || M.splice(b, 1), await N());
|
|
2241
2242
|
}
|
|
2242
2243
|
}
|
|
@@ -2271,7 +2272,7 @@ let Ar;
|
|
|
2271
2272
|
function Er() {
|
|
2272
2273
|
return Ar;
|
|
2273
2274
|
}
|
|
2274
|
-
function
|
|
2275
|
+
function Cn(e) {
|
|
2275
2276
|
const t = (e == null ? void 0 : e.buildHeaders) ?? P, l = (e == null ? void 0 : e.buildQuery) ?? g, S = (e == null ? void 0 : e.buildUrl) ?? x, f = e == null ? void 0 : e.demo;
|
|
2276
2277
|
function g(u) {
|
|
2277
2278
|
let r = new URLSearchParams();
|
|
@@ -2290,7 +2291,7 @@ function Dn(e) {
|
|
|
2290
2291
|
let r = { ...u.headers };
|
|
2291
2292
|
return u.proxyID && (r.ManagedCompanyAccountID ?? (r.ManagedCompanyAccountID = u.proxyID)), (e == null ? void 0 : e.useBearerToken) != !1 && ((y = e == null ? void 0 : e.auth) == null ? void 0 : y.isLoggedIn.value) == !0 && (r.authorization ?? (r.authorization = `bearer ${(I = e == null ? void 0 : e.auth) == null ? void 0 : I.credentials.value.token}`)), r["Content-Type"] ?? (r["Content-Type"] = u.contentType ?? (e == null ? void 0 : e.defaultContentType) ?? "application/json"), r;
|
|
2292
2293
|
}
|
|
2293
|
-
async function
|
|
2294
|
+
async function _(u) {
|
|
2294
2295
|
const r = u.throwError ?? (e == null ? void 0 : e.defaultThrowError) ?? !0, y = u.returnJson ?? (e == null ? void 0 : e.defaultReturnJson) ?? !0, I = u.returnText ?? (e == null ? void 0 : e.defaultReturnText) ?? !1;
|
|
2295
2296
|
let i = u.finalUrl, E = u.headers;
|
|
2296
2297
|
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)), f != null && f.isDemoing.value)
|
|
@@ -2465,14 +2466,14 @@ function Dn(e) {
|
|
|
2465
2466
|
buildQuery: l,
|
|
2466
2467
|
buildUrl: S,
|
|
2467
2468
|
deleteItem: h,
|
|
2468
|
-
get:
|
|
2469
|
+
get: _,
|
|
2469
2470
|
getAll: N,
|
|
2470
2471
|
patch: d,
|
|
2471
2472
|
post: $
|
|
2472
2473
|
}, Ar;
|
|
2473
2474
|
}
|
|
2474
2475
|
function ut(e) {
|
|
2475
|
-
const { actionErrorMsg: t, actionLoadingMsg: l, clearErrors: S, isLoading: f, doAction: g, logError: x } =
|
|
2476
|
+
const { actionErrorMsg: t, actionLoadingMsg: l, clearErrors: S, isLoading: f, doAction: g, logError: x } = un(e);
|
|
2476
2477
|
function P(r) {
|
|
2477
2478
|
r.nav ?? (r.nav = e == null ? void 0 : e.nav), r.proxyID ?? (r.proxyID = e == null ? void 0 : e.proxyID), r.refresh ?? (r.refresh = e == null ? void 0 : e.refresh), r.throwError ?? (r.throwError = e == null ? void 0 : e.throwError), r.url ?? (r.url = e == null ? void 0 : e.url), r.confirmationMsg ?? (r.confirmationMsg = r.requireConfirmation === !0 ? "Are you sure you want to delete this item?" : void 0);
|
|
2478
2479
|
let y = (r == null ? void 0 : r.store) ?? (e == null ? void 0 : e.store);
|
|
@@ -2496,7 +2497,7 @@ function ut(e) {
|
|
|
2496
2497
|
throwError: r.throwError ?? (e == null ? void 0 : e.throwError)
|
|
2497
2498
|
});
|
|
2498
2499
|
}
|
|
2499
|
-
function
|
|
2500
|
+
function _(r) {
|
|
2500
2501
|
r.nav ?? (r.nav = e == null ? void 0 : e.nav), r.proxyID ?? (r.proxyID = e == null ? void 0 : e.proxyID), r.refresh ?? (r.refresh = e == null ? void 0 : e.refresh), r.throwError ?? (r.throwError = e == null ? void 0 : e.throwError), r.url ?? (r.url = e == null ? void 0 : e.url), r.confirmationMsg ?? (r.confirmationMsg = r.requireConfirmation === !0 ? "Are you sure you want to get this item?" : void 0);
|
|
2501
2502
|
let y = (r == null ? void 0 : r.store) ?? (e == null ? void 0 : e.store);
|
|
2502
2503
|
const I = (e == null ? void 0 : e.items) ?? [];
|
|
@@ -2592,7 +2593,7 @@ function ut(e) {
|
|
|
2592
2593
|
deleteItem: P,
|
|
2593
2594
|
doAction: g,
|
|
2594
2595
|
getAllItems: N,
|
|
2595
|
-
getItem:
|
|
2596
|
+
getItem: _,
|
|
2596
2597
|
isLoading: f,
|
|
2597
2598
|
logError: x,
|
|
2598
2599
|
restoreItem: $,
|
|
@@ -2600,18 +2601,18 @@ function ut(e) {
|
|
|
2600
2601
|
};
|
|
2601
2602
|
}
|
|
2602
2603
|
let hr = "Australia/Melbourne", Ir;
|
|
2603
|
-
const
|
|
2604
|
-
function
|
|
2604
|
+
const Vr = "auth-credentials-state";
|
|
2605
|
+
function Pn() {
|
|
2605
2606
|
return Ir;
|
|
2606
2607
|
}
|
|
2607
|
-
function
|
|
2608
|
+
function Nn(e) {
|
|
2608
2609
|
const t = e.expiryTokenFormat ?? "d/MM/yyyy h:mm:ss a";
|
|
2609
|
-
let l = z(localStorage.getItem(
|
|
2610
|
+
let l = z(localStorage.getItem(Vr) ?? "");
|
|
2610
2611
|
l.value.length == 0 && S();
|
|
2611
2612
|
function S() {
|
|
2612
|
-
l.value = Math.random().toString(36).substring(4, 19) + Math.random().toString(12).substring(1, 11), localStorage.setItem(
|
|
2613
|
+
l.value = Math.random().toString(36).substring(4, 19) + Math.random().toString(12).substring(1, 11), localStorage.setItem(Vr, l.value);
|
|
2613
2614
|
}
|
|
2614
|
-
const f =
|
|
2615
|
+
const f = Xt("auth-credentials", {});
|
|
2615
2616
|
function g(D) {
|
|
2616
2617
|
if (D == null)
|
|
2617
2618
|
return !0;
|
|
@@ -2657,12 +2658,12 @@ function _n(e) {
|
|
|
2657
2658
|
return !0;
|
|
2658
2659
|
if (L.permissions != null) {
|
|
2659
2660
|
for (var A = 0; A < L.permissions.length; A++)
|
|
2660
|
-
if (!
|
|
2661
|
+
if (!_(L.permissions[A]))
|
|
2661
2662
|
return !1;
|
|
2662
2663
|
}
|
|
2663
2664
|
return !0;
|
|
2664
2665
|
}
|
|
2665
|
-
function
|
|
2666
|
+
function _(D) {
|
|
2666
2667
|
const L = K(f);
|
|
2667
2668
|
if (L.userPermissions != null)
|
|
2668
2669
|
for (var s = 0; s < L.userPermissions.length; s++) {
|
|
@@ -2675,7 +2676,7 @@ function _n(e) {
|
|
|
2675
2676
|
function N(D, L, s) {
|
|
2676
2677
|
let A = !0;
|
|
2677
2678
|
return K(f).isGlobalAdmin ? !0 : (L != null && L.length > 0 && L.forEach((Q) => {
|
|
2678
|
-
s == "edit" ? x(Q) || (A = !1) :
|
|
2679
|
+
s == "edit" ? x(Q) || (A = !1) : _(Q) || (A = !1);
|
|
2679
2680
|
}), D != null && D.length > 0 && (D.some((Q) => u(Q)) || (A = !1)), A);
|
|
2680
2681
|
}
|
|
2681
2682
|
function $(D, L = !1) {
|
|
@@ -2684,7 +2685,7 @@ function _n(e) {
|
|
|
2684
2685
|
if (s == null)
|
|
2685
2686
|
return !1;
|
|
2686
2687
|
let J = s.subscriptions ?? [], Q = s.permissions ?? [], ee = N(J, Q, "view");
|
|
2687
|
-
return ee || !L || !
|
|
2688
|
+
return ee || !L || !_e(s.children) ? ee : ((s == null ? void 0 : s.children) != null && s.children.forEach((ce) => {
|
|
2688
2689
|
$(ce, !0) && (A = !0);
|
|
2689
2690
|
}), A);
|
|
2690
2691
|
}
|
|
@@ -2720,7 +2721,7 @@ function _n(e) {
|
|
|
2720
2721
|
}
|
|
2721
2722
|
function I(D) {
|
|
2722
2723
|
var s;
|
|
2723
|
-
K(f).isLoggedIn || ((s = e.demo) == null || s.endDemo(),
|
|
2724
|
+
K(f).isLoggedIn || ((s = e.demo) == null || s.endDemo(), T() && (y(), window.location.href = d(D)));
|
|
2724
2725
|
}
|
|
2725
2726
|
async function i(D, L) {
|
|
2726
2727
|
return e.getToken ?? (e.getToken = async () => {
|
|
@@ -2757,9 +2758,9 @@ function _n(e) {
|
|
|
2757
2758
|
}
|
|
2758
2759
|
function b() {
|
|
2759
2760
|
const D = K(f);
|
|
2760
|
-
return D.isLoggedIn &&
|
|
2761
|
+
return D.isLoggedIn && T() && (y(), window.location.href = d()), D.isLoggedIn;
|
|
2761
2762
|
}
|
|
2762
|
-
function
|
|
2763
|
+
function T() {
|
|
2763
2764
|
const D = K(f);
|
|
2764
2765
|
if (D == null || D.expiresOn == null)
|
|
2765
2766
|
return !0;
|
|
@@ -2771,7 +2772,7 @@ function _n(e) {
|
|
|
2771
2772
|
canEdit: g,
|
|
2772
2773
|
canEditPermit: x,
|
|
2773
2774
|
canView: P,
|
|
2774
|
-
canViewPermit:
|
|
2775
|
+
canViewPermit: _,
|
|
2775
2776
|
credentials: f,
|
|
2776
2777
|
doShow: N,
|
|
2777
2778
|
doShowByNav: $,
|
|
@@ -2786,13 +2787,13 @@ function _n(e) {
|
|
|
2786
2787
|
tryLogin: b
|
|
2787
2788
|
}, Ir;
|
|
2788
2789
|
}
|
|
2789
|
-
function
|
|
2790
|
+
function Mn(e, t, l = {}) {
|
|
2790
2791
|
const {
|
|
2791
2792
|
preventDefault: S = !1,
|
|
2792
2793
|
stopPropagation: f = !1,
|
|
2793
2794
|
axis: g = "both"
|
|
2794
2795
|
} = l, x = { capture: l.capture ?? !0 };
|
|
2795
|
-
let P = { x: 0, y: 0 },
|
|
2796
|
+
let P = { x: 0, y: 0 }, _ = { x: 0, y: 0 }, N = { x: 0, y: 0 }, $ = [], d = [], h = z(!1);
|
|
2796
2797
|
function u(M) {
|
|
2797
2798
|
K(S) && M.preventDefault(), K(f) && M.stopPropagation();
|
|
2798
2799
|
}
|
|
@@ -2801,13 +2802,13 @@ function Tn(e, t, l = {}) {
|
|
|
2801
2802
|
const b = K(e);
|
|
2802
2803
|
if (!b)
|
|
2803
2804
|
return;
|
|
2804
|
-
const
|
|
2805
|
-
N = { x: L.clientX, y: L.clientY },
|
|
2806
|
-
x:
|
|
2807
|
-
y:
|
|
2805
|
+
const T = b.$el, L = M.type === "touchstart" && M.touches.length > 0 ? M.touches[0] : M;
|
|
2806
|
+
N = { x: L.clientX, y: L.clientY }, _ = {
|
|
2807
|
+
x: T.offsetLeft,
|
|
2808
|
+
y: T.offsetTop
|
|
2808
2809
|
}, P = {
|
|
2809
|
-
x:
|
|
2810
|
-
y:
|
|
2810
|
+
x: T.offsetLeft,
|
|
2811
|
+
y: T.offsetTop
|
|
2811
2812
|
}, ((s = l.onStart) == null ? void 0 : s.call(l, N, M)) !== !1 && (d.push(me("mousemove", y)), d.push(me("touchmove", y)), d.push(me("mouseup", I)), d.push(me("touchend", I)), u(M));
|
|
2812
2813
|
}
|
|
2813
2814
|
function y(M) {
|
|
@@ -2816,20 +2817,20 @@ function Tn(e, t, l = {}) {
|
|
|
2816
2817
|
return;
|
|
2817
2818
|
const D = M.type === "touchmove" && M.touches.length > 0 ? M.touches[0] : M;
|
|
2818
2819
|
let L = D.clientX - N.x, s = D.clientY - N.y;
|
|
2819
|
-
(g === "x" || g === "both") && (P.x =
|
|
2820
|
+
(g === "x" || g === "both") && (P.x = _.x + L), (g === "y" || g === "both") && (P.y = _.y + s), (A = l.onMove) == null || A.call(l, P, M), u(M), i(P);
|
|
2820
2821
|
}
|
|
2821
2822
|
function I(M) {
|
|
2822
2823
|
var b;
|
|
2823
|
-
document.documentElement.style.cursor = "", d.forEach((
|
|
2824
|
-
|
|
2824
|
+
document.documentElement.style.cursor = "", d.forEach((T) => {
|
|
2825
|
+
T();
|
|
2825
2826
|
}), d.length = 0, (b = l.onEnd) == null || b.call(l, P, M), u(M);
|
|
2826
2827
|
}
|
|
2827
2828
|
function i(M) {
|
|
2828
2829
|
const b = K(e);
|
|
2829
2830
|
if (!b)
|
|
2830
2831
|
return;
|
|
2831
|
-
const
|
|
2832
|
-
|
|
2832
|
+
const T = b.$el;
|
|
2833
|
+
T.style.left = `${M.x}px`, T.style.top = `${M.y}px`;
|
|
2833
2834
|
}
|
|
2834
2835
|
function E() {
|
|
2835
2836
|
if (K(h))
|
|
@@ -2847,8 +2848,8 @@ function Tn(e, t, l = {}) {
|
|
|
2847
2848
|
if (!M)
|
|
2848
2849
|
return;
|
|
2849
2850
|
const b = M.$el;
|
|
2850
|
-
b.style.cursor = "", $.forEach((
|
|
2851
|
-
|
|
2851
|
+
b.style.cursor = "", $.forEach((T) => {
|
|
2852
|
+
T();
|
|
2852
2853
|
}), $.length = 0, h.value = !1;
|
|
2853
2854
|
}
|
|
2854
2855
|
return {
|
|
@@ -2857,9 +2858,9 @@ function Tn(e, t, l = {}) {
|
|
|
2857
2858
|
turnDraggableOn: E
|
|
2858
2859
|
};
|
|
2859
2860
|
}
|
|
2860
|
-
const
|
|
2861
|
-
function
|
|
2862
|
-
let l, S = t.handleWidth ?? 12, f = t.handleZIndex ?? 100, g = t.minWidth ?? 0, x = t.maxWidth ?? Number.MAX_SAFE_INTEGER, P = t.minHeight ?? 0,
|
|
2861
|
+
const Ln = ["t", "r", "b", "l", "tr", "br", "bl", "tl"];
|
|
2862
|
+
function Rn(e, t = {}) {
|
|
2863
|
+
let l, S = t.handleWidth ?? 12, f = t.handleZIndex ?? 100, g = t.minWidth ?? 0, x = t.maxWidth ?? Number.MAX_SAFE_INTEGER, P = t.minHeight ?? 0, _ = t.maxHeight ?? Number.MAX_SAFE_INTEGER, N = t.preventDefault ?? !1, $ = t.stopPropagation ?? !1, d, h = [];
|
|
2863
2864
|
const u = z(!1);
|
|
2864
2865
|
let r = [], y = [];
|
|
2865
2866
|
const I = z(!1), i = z({ x: 0, y: 0 });
|
|
@@ -2868,14 +2869,14 @@ function Pn(e, t = {}) {
|
|
|
2868
2869
|
Ae(N) && W.preventDefault(), Ae($) && W.stopPropagation();
|
|
2869
2870
|
}
|
|
2870
2871
|
function b(W, Y) {
|
|
2871
|
-
h = Y.map(D), h.forEach((
|
|
2872
|
+
h = Y.map(D), h.forEach((V) => W.$el.appendChild(V));
|
|
2872
2873
|
}
|
|
2873
|
-
function
|
|
2874
|
+
function T(W) {
|
|
2874
2875
|
h.forEach((Y) => W.$el.removeChild(Y));
|
|
2875
2876
|
}
|
|
2876
2877
|
function D(W) {
|
|
2877
|
-
const Y = S + "px",
|
|
2878
|
-
return G.dataset.handle = W, G.style.position = "absolute", G.style.touchAction = "none", G.style.userSelect = "none", G.style.zIndex = (W.length === 1 ? f : ae).toString(), G.style.cursor = J(W), W.includes("t") && (G.style.top =
|
|
2878
|
+
const Y = S + "px", V = -S / 2 + "px", ae = f + 1, G = document.createElement("div");
|
|
2879
|
+
return G.dataset.handle = W, G.style.position = "absolute", G.style.touchAction = "none", G.style.userSelect = "none", G.style.zIndex = (W.length === 1 ? f : ae).toString(), G.style.cursor = J(W), W.includes("t") && (G.style.top = V, G.style.height = Y, W === "t" && (G.style.left = "0", G.style.width = "100%")), W.includes("b") && (G.style.bottom = V, G.style.height = Y, W === "b" && (G.style.left = "0", G.style.width = "100%")), W.includes("r") && (G.style.right = V, G.style.width = Y, W === "r" && (G.style.top = "0", G.style.height = "100%")), W.includes("l") && (G.style.left = V, G.style.width = Y, W === "l" && (G.style.top = "0", G.style.height = "100%")), G;
|
|
2879
2880
|
}
|
|
2880
2881
|
function L(W) {
|
|
2881
2882
|
var ne;
|
|
@@ -2884,12 +2885,12 @@ function Pn(e, t = {}) {
|
|
|
2884
2885
|
const Y = Ae(e);
|
|
2885
2886
|
if (!Y)
|
|
2886
2887
|
return;
|
|
2887
|
-
const
|
|
2888
|
+
const V = Y.$el, G = W.type === "touchstart" && W.touches.length > 0 ? W.touches[0] : W;
|
|
2888
2889
|
if (i.value.x = G.clientX, i.value.y = G.clientY, E = {
|
|
2889
|
-
left:
|
|
2890
|
-
top:
|
|
2891
|
-
height: parseInt(window.getComputedStyle(
|
|
2892
|
-
width: parseInt(window.getComputedStyle(
|
|
2890
|
+
left: V.offsetLeft,
|
|
2891
|
+
top: V.offsetTop,
|
|
2892
|
+
height: parseInt(window.getComputedStyle(V).getPropertyValue("height")),
|
|
2893
|
+
width: parseInt(window.getComputedStyle(V).getPropertyValue("width"))
|
|
2893
2894
|
}, w = Lr(E), ((ne = t.onStart) == null ? void 0 : ne.call(t, i.value, W)) === !1)
|
|
2894
2895
|
return;
|
|
2895
2896
|
let X = W.target;
|
|
@@ -2899,15 +2900,15 @@ function Pn(e, t = {}) {
|
|
|
2899
2900
|
const Y = Ae(e);
|
|
2900
2901
|
if (!Y)
|
|
2901
2902
|
return;
|
|
2902
|
-
const
|
|
2903
|
+
const V = Y.$el, G = W.type === "touchmove" && W.touches.length > 0 ? W.touches[0] : W;
|
|
2903
2904
|
let X = G.clientX - i.value.x, ne = G.clientY - i.value.y;
|
|
2904
2905
|
const se = Ae(E);
|
|
2905
2906
|
if (d.includes("t")) {
|
|
2906
|
-
const fe = Math.min(
|
|
2907
|
+
const fe = Math.min(_, Math.max(P, (se.height ?? 0) - ne));
|
|
2907
2908
|
w.height = fe, w.top = (se.top ?? 0) + ne;
|
|
2908
2909
|
}
|
|
2909
2910
|
if (d.includes("b")) {
|
|
2910
|
-
const fe = Math.min(
|
|
2911
|
+
const fe = Math.min(_, Math.max(P, (se.height ?? 0) + ne));
|
|
2911
2912
|
w.height = fe;
|
|
2912
2913
|
}
|
|
2913
2914
|
if (d.includes("l")) {
|
|
@@ -2918,7 +2919,7 @@ function Pn(e, t = {}) {
|
|
|
2918
2919
|
const fe = Math.min(x, Math.max(g, (se.width ?? 0) + X));
|
|
2919
2920
|
w.width = fe;
|
|
2920
2921
|
}
|
|
2921
|
-
|
|
2922
|
+
V.dispatchEvent(new CustomEvent("resize")), M(W), ee(w);
|
|
2922
2923
|
}
|
|
2923
2924
|
function A() {
|
|
2924
2925
|
document.documentElement.style.cursor = "", d = null, y.forEach((W) => {
|
|
@@ -2932,37 +2933,37 @@ function Pn(e, t = {}) {
|
|
|
2932
2933
|
b: "s",
|
|
2933
2934
|
l: "w"
|
|
2934
2935
|
};
|
|
2935
|
-
return W.split("").map((
|
|
2936
|
+
return W.split("").map((V) => Y[V]).join("") + "-resize";
|
|
2936
2937
|
}
|
|
2937
2938
|
function Q(W) {
|
|
2938
2939
|
const Y = Ae(e);
|
|
2939
2940
|
if (!Y)
|
|
2940
2941
|
return;
|
|
2941
|
-
const
|
|
2942
|
+
const V = Y.$el;
|
|
2942
2943
|
if (console.log(l), l !== "page" && W == "page") {
|
|
2943
|
-
const ae =
|
|
2944
|
+
const ae = Ot(V), G = Ae(ae) ?? null;
|
|
2944
2945
|
let X = 0;
|
|
2945
2946
|
if (G != null) {
|
|
2946
2947
|
const ne = window.getComputedStyle(G);
|
|
2947
2948
|
X = parseInt(ne.getPropertyValue("width")) - G.offsetLeft;
|
|
2948
2949
|
}
|
|
2949
|
-
|
|
2950
|
+
V.style.transition = "width 0.5s, height 0.5s, top 0.5s, left 0.5s", V.offsetHeight, u.value = !0, ee({
|
|
2950
2951
|
height: void 0,
|
|
2951
2952
|
width: X,
|
|
2952
2953
|
top: 0,
|
|
2953
2954
|
left: 0,
|
|
2954
2955
|
position: void 0
|
|
2955
|
-
}), me(
|
|
2956
|
-
|
|
2956
|
+
}), me(V, "transitionend", () => {
|
|
2957
|
+
V.style.width = "auto", V.style.top = "", V.style.left = "", V.style.position = "", V.style.transition = "", u.value = !1;
|
|
2957
2958
|
}, { once: !0 });
|
|
2958
2959
|
} else if ((l == "page" || Y.$el.style.position !== "absolute") && W !== "page") {
|
|
2959
|
-
|
|
2960
|
-
height: parseInt(window.getComputedStyle(
|
|
2961
|
-
width: parseInt(window.getComputedStyle(
|
|
2962
|
-
top:
|
|
2963
|
-
left:
|
|
2960
|
+
V.style.transition = "width 0.5s, height 0.5s, top 0.5s, left 0.5s", u.value = !0, E = {
|
|
2961
|
+
height: parseInt(window.getComputedStyle(V).getPropertyValue("height")),
|
|
2962
|
+
width: parseInt(window.getComputedStyle(V).getPropertyValue("width")),
|
|
2963
|
+
top: V.offsetTop,
|
|
2964
|
+
left: V.offsetLeft,
|
|
2964
2965
|
position: "absolute"
|
|
2965
|
-
}, ee(E),
|
|
2966
|
+
}, ee(E), V.offsetHeight;
|
|
2966
2967
|
const ae = E;
|
|
2967
2968
|
W == "freestyle" ? w = {
|
|
2968
2969
|
height: ae.height,
|
|
@@ -2976,8 +2977,8 @@ function Pn(e, t = {}) {
|
|
|
2976
2977
|
top: (ae.top ?? 0) + 2,
|
|
2977
2978
|
left: (ae.left ?? 0) + 2,
|
|
2978
2979
|
position: "absolute"
|
|
2979
|
-
}), ee(w), me(
|
|
2980
|
-
|
|
2980
|
+
}), ee(w), me(V, "transitionend", () => {
|
|
2981
|
+
V.style.transition = "", u.value = !1;
|
|
2981
2982
|
}, { once: !0 });
|
|
2982
2983
|
}
|
|
2983
2984
|
}
|
|
@@ -2985,21 +2986,21 @@ function Pn(e, t = {}) {
|
|
|
2985
2986
|
const Y = Ae(e);
|
|
2986
2987
|
if (!Y)
|
|
2987
2988
|
return;
|
|
2988
|
-
const
|
|
2989
|
-
W.top ?
|
|
2989
|
+
const V = Y.$el;
|
|
2990
|
+
W.top ? V.style.top = `${W.top}px` : V.style.top = void 0, W.left ? V.style.left = `${W.left}px` : V.style.left = void 0, W.height ? V.style.height = `${W.height}px` : V.style.height = void 0, W.width ? V.style.width = `${W.width}px` : V.style.width = void 0, W.position ? V.style.position = `${W.position}` : V.style.position = void 0, console.log(V.style.position);
|
|
2990
2991
|
}
|
|
2991
2992
|
function ce(W, Y) {
|
|
2992
2993
|
if (I.value)
|
|
2993
2994
|
return;
|
|
2994
|
-
const
|
|
2995
|
-
|
|
2995
|
+
const V = Ae(e);
|
|
2996
|
+
V && (b(V, W ?? Ln), Q(Y), r.push(me(V.$el, "mousedown", L)), r.push(me(V.$el, "touchstart", L)), I.value = !0, l = Y);
|
|
2996
2997
|
}
|
|
2997
2998
|
function we(W) {
|
|
2998
2999
|
if (!I.value)
|
|
2999
3000
|
return;
|
|
3000
3001
|
const Y = Ae(e);
|
|
3001
|
-
Y && (
|
|
3002
|
-
|
|
3002
|
+
Y && (T(Y), Q(W), r.forEach((V) => {
|
|
3003
|
+
V();
|
|
3003
3004
|
}), r.length = 0, I.value = !1);
|
|
3004
3005
|
}
|
|
3005
3006
|
return {
|
|
@@ -3008,16 +3009,16 @@ function Pn(e, t = {}) {
|
|
|
3008
3009
|
turnResizingOff: we
|
|
3009
3010
|
};
|
|
3010
3011
|
}
|
|
3011
|
-
function
|
|
3012
|
-
const t = (e == null ? void 0 : e.blade) ?? z(null), l = (e == null ? void 0 : e.handle) ?? z(null), S = z(!1), f = (e == null ? void 0 : e.mobileBreakpoint) ?? 500, g = z((e == null ? void 0 : e.defaultVariant) ?? "page"), x = z({}), { turnResizingOff: P, turnResizingOn:
|
|
3013
|
-
|
|
3012
|
+
function Un(e) {
|
|
3013
|
+
const t = (e == null ? void 0 : e.blade) ?? z(null), l = (e == null ? void 0 : e.handle) ?? z(null), S = z(!1), f = (e == null ? void 0 : e.mobileBreakpoint) ?? 500, g = z((e == null ? void 0 : e.defaultVariant) ?? "page"), x = z({}), { turnResizingOff: P, turnResizingOn: _ } = Rn(t), { turnDraggableOff: N, turnDraggableOn: $ } = Mn(t, l);
|
|
3014
|
+
pt(t, (h) => {
|
|
3014
3015
|
const u = h[0], { width: r } = u.contentRect;
|
|
3015
3016
|
S.value = r < f;
|
|
3016
3017
|
});
|
|
3017
3018
|
function d(h) {
|
|
3018
|
-
N(), h == "page" ? P(h) : h == "blade" ?
|
|
3019
|
+
N(), h == "page" ? P(h) : h == "blade" ? _(["l", "r"], h) : h == "freestyle" ? (P(), _(void 0, h), $()) : h == "inline" && P();
|
|
3019
3020
|
}
|
|
3020
|
-
return d(g.value),
|
|
3021
|
+
return d(g.value), Te(g, (h) => d(h)), {
|
|
3021
3022
|
isMobile: S,
|
|
3022
3023
|
variant: g,
|
|
3023
3024
|
bladeData: x
|
|
@@ -3041,10 +3042,10 @@ const mr = {
|
|
|
3041
3042
|
warning: "#FB8C00"
|
|
3042
3043
|
};
|
|
3043
3044
|
let Dr;
|
|
3044
|
-
function
|
|
3045
|
+
function _a() {
|
|
3045
3046
|
return Dr;
|
|
3046
3047
|
}
|
|
3047
|
-
function
|
|
3048
|
+
function Ca(e) {
|
|
3048
3049
|
const t = localStorage.getItem("cosmetics");
|
|
3049
3050
|
let l;
|
|
3050
3051
|
return t != null && t.length > 0 && (l = JSON.parse(t)), l ?? (l = {}), l.dark ?? (l.dark = e == null ? void 0 : e.dark), l.light ?? (l.light = e == null ? void 0 : e.light), l.theme ?? (l.theme = e == null ? void 0 : e.defaultTheme), {
|
|
@@ -3059,7 +3060,7 @@ function Ia(e) {
|
|
|
3059
3060
|
}
|
|
3060
3061
|
};
|
|
3061
3062
|
}
|
|
3062
|
-
function
|
|
3063
|
+
function Bn(e) {
|
|
3063
3064
|
const t = z({});
|
|
3064
3065
|
let l = e.vuetifyInstance;
|
|
3065
3066
|
function S() {
|
|
@@ -3100,7 +3101,7 @@ function Mn(e) {
|
|
|
3100
3101
|
function P() {
|
|
3101
3102
|
t.value.drawer = !t.value.drawer;
|
|
3102
3103
|
}
|
|
3103
|
-
function
|
|
3104
|
+
function _() {
|
|
3104
3105
|
t.value.drawerStick = !t.value.drawerStick;
|
|
3105
3106
|
}
|
|
3106
3107
|
function N() {
|
|
@@ -3113,22 +3114,22 @@ function Mn(e) {
|
|
|
3113
3114
|
h.colors.primary = (t.value.dark ?? { ...vr, ...e.defaultDarkTheme }).primary, u.colors.primary = (t.value.light ?? { ...mr, ...e.defaultLightTheme }).primary, (d = document.querySelector('meta[name="theme-color"]')) == null || d.setAttribute("content", "");
|
|
3114
3115
|
}
|
|
3115
3116
|
}
|
|
3116
|
-
return S(),
|
|
3117
|
+
return S(), Te(t, () => {
|
|
3117
3118
|
f();
|
|
3118
3119
|
}), Dr = {
|
|
3119
3120
|
state: t,
|
|
3120
3121
|
resetCosmetics: g,
|
|
3121
3122
|
setTemporaryColor: x,
|
|
3122
3123
|
toggleDrawer: P,
|
|
3123
|
-
toggleDrawerStick:
|
|
3124
|
+
toggleDrawerStick: _,
|
|
3124
3125
|
toggleLightDark: N,
|
|
3125
3126
|
undoTemporaryColor: $
|
|
3126
3127
|
}, Dr;
|
|
3127
3128
|
}
|
|
3128
|
-
const
|
|
3129
|
+
const Pa = {
|
|
3129
3130
|
canExportCSV: !1
|
|
3130
3131
|
};
|
|
3131
|
-
function
|
|
3132
|
+
function $n() {
|
|
3132
3133
|
function e(t) {
|
|
3133
3134
|
const {
|
|
3134
3135
|
items: l,
|
|
@@ -3136,24 +3137,24 @@ function Ln() {
|
|
|
3136
3137
|
fileName: f = "data.csv",
|
|
3137
3138
|
format: g = "file"
|
|
3138
3139
|
} = t;
|
|
3139
|
-
if (!
|
|
3140
|
+
if (!_e(l))
|
|
3140
3141
|
return;
|
|
3141
3142
|
let x = [];
|
|
3142
3143
|
S != null ? x = S == null ? void 0 : S.filter((I) => (I.csv ?? I.csvText ?? I.csvFilter ?? I.csvArray) != null).map((I) => ({
|
|
3143
3144
|
header: I.title ?? I.value ?? "",
|
|
3144
3145
|
itemText: I.itemText,
|
|
3145
3146
|
value: I.value
|
|
3146
|
-
})) : x = Object.keys(l[0]).map((I) => ({ header:
|
|
3147
|
+
})) : x = Object.keys(l[0]).map((I) => ({ header: fn(I) ?? "", value: I })), x = x.filter((I) => I.header.length > 0);
|
|
3147
3148
|
var P = [];
|
|
3148
3149
|
for (let I = 0; I < l.length; I++) {
|
|
3149
3150
|
const i = l[I];
|
|
3150
|
-
var
|
|
3151
|
+
var _ = {}, N = [];
|
|
3151
3152
|
for (let E = 0; E < x.length; E++) {
|
|
3152
3153
|
const w = x[E];
|
|
3153
3154
|
var $ = null;
|
|
3154
|
-
typeof w.value == "function" ? $ = w.value(i) : typeof w.value == "string" && ($ = Sr(i, w.value)), w.itemText != null ?
|
|
3155
|
+
typeof w.value == "function" ? $ = w.value(i) : typeof w.value == "string" && ($ = Sr(i, w.value)), w.itemText != null ? _[w.header] = Sr($, w.itemText) : _[w.header] = $;
|
|
3155
3156
|
}
|
|
3156
|
-
P.push(
|
|
3157
|
+
P.push(_), _e(N) && N.forEach((E) => {
|
|
3157
3158
|
P.push(E);
|
|
3158
3159
|
}), N = [];
|
|
3159
3160
|
}
|
|
@@ -3182,10 +3183,10 @@ function Ln() {
|
|
|
3182
3183
|
};
|
|
3183
3184
|
}
|
|
3184
3185
|
let xr;
|
|
3185
|
-
function
|
|
3186
|
+
function Na() {
|
|
3186
3187
|
return xr;
|
|
3187
3188
|
}
|
|
3188
|
-
function
|
|
3189
|
+
function Fn(e) {
|
|
3189
3190
|
const t = e.getUTC ?? he.utc;
|
|
3190
3191
|
function l() {
|
|
3191
3192
|
return f().startOf("day").toUTC().toString() ?? "";
|
|
@@ -3193,27 +3194,27 @@ function Rn(e) {
|
|
|
3193
3194
|
function S() {
|
|
3194
3195
|
return f().startOf("day").plus({ day: 1 }).toUTC().toString() ?? "";
|
|
3195
3196
|
}
|
|
3196
|
-
function f(
|
|
3197
|
-
return
|
|
3197
|
+
function f(_, N) {
|
|
3198
|
+
return _ == null ? t().setZone(e.getTimeZone()) : N ? he.fromFormat(_, N, { zone: e.getTimeZone() }) : he.fromISO(_, { zone: e.getTimeZone() });
|
|
3198
3199
|
}
|
|
3199
|
-
function g(
|
|
3200
|
-
if (
|
|
3200
|
+
function g(_, N, $) {
|
|
3201
|
+
if (_ == null) {
|
|
3201
3202
|
const h = t().setZone(e.getTimeZone());
|
|
3202
3203
|
return N ? h.toFormat(N) : h.toString();
|
|
3203
3204
|
}
|
|
3204
|
-
if (
|
|
3205
|
+
if (_ == "Invalid DateTime")
|
|
3205
3206
|
return "";
|
|
3206
|
-
const d = $ ? he.fromFormat(
|
|
3207
|
+
const d = $ ? he.fromFormat(_, $, { zone: e.getTimeZone() }) : he.fromISO(_, { zone: e.getTimeZone() });
|
|
3207
3208
|
return N ? d.toFormat(N) : d == null ? void 0 : d.toString();
|
|
3208
3209
|
}
|
|
3209
|
-
function x(
|
|
3210
|
-
return
|
|
3210
|
+
function x(_, N) {
|
|
3211
|
+
return _ == null ? t() : N ? he.fromFormat(_, N) : he.fromISO(_);
|
|
3211
3212
|
}
|
|
3212
|
-
function P(
|
|
3213
|
-
if (
|
|
3213
|
+
function P(_, N, $) {
|
|
3214
|
+
if (_ == null)
|
|
3214
3215
|
return N ? t().toFormat(N) : t().toString();
|
|
3215
3216
|
{
|
|
3216
|
-
const d = $ ? he.fromFormat(
|
|
3217
|
+
const d = $ ? he.fromFormat(_, $) : he.fromISO(_);
|
|
3217
3218
|
return N ? d.toFormat(N) : d.toString();
|
|
3218
3219
|
}
|
|
3219
3220
|
}
|
|
@@ -3226,11 +3227,11 @@ function Rn(e) {
|
|
|
3226
3227
|
utcString: P
|
|
3227
3228
|
}, xr;
|
|
3228
3229
|
}
|
|
3229
|
-
let
|
|
3230
|
-
function
|
|
3231
|
-
return
|
|
3230
|
+
let Tr;
|
|
3231
|
+
function Ma() {
|
|
3232
|
+
return Tr;
|
|
3232
3233
|
}
|
|
3233
|
-
function
|
|
3234
|
+
function kn(e) {
|
|
3234
3235
|
const t = z(!1), l = (e == null ? void 0 : e.apis) ?? [];
|
|
3235
3236
|
function S() {
|
|
3236
3237
|
t.value = !0;
|
|
@@ -3275,7 +3276,7 @@ function Un(e) {
|
|
|
3275
3276
|
});
|
|
3276
3277
|
});
|
|
3277
3278
|
}
|
|
3278
|
-
function
|
|
3279
|
+
function _(d) {
|
|
3279
3280
|
if (l == null)
|
|
3280
3281
|
throw new Error("no demo data available for this api");
|
|
3281
3282
|
const h = g(d);
|
|
@@ -3326,27 +3327,27 @@ function Un(e) {
|
|
|
3326
3327
|
});
|
|
3327
3328
|
});
|
|
3328
3329
|
}
|
|
3329
|
-
return
|
|
3330
|
+
return Tr = {
|
|
3330
3331
|
endDemo: f,
|
|
3331
3332
|
isDemoing: t,
|
|
3332
3333
|
startDemo: S,
|
|
3333
3334
|
data: l,
|
|
3334
3335
|
deleteItem: x,
|
|
3335
3336
|
get: P,
|
|
3336
|
-
getAll:
|
|
3337
|
+
getAll: _,
|
|
3337
3338
|
post: N,
|
|
3338
3339
|
patch: $
|
|
3339
|
-
},
|
|
3340
|
+
}, Tr;
|
|
3340
3341
|
}
|
|
3341
|
-
var
|
|
3342
|
-
function
|
|
3342
|
+
var Gn = { BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
|
|
3343
|
+
function La(e) {
|
|
3343
3344
|
function t(l) {
|
|
3344
3345
|
var f;
|
|
3345
3346
|
const S = l.matched.slice().reverse().find((g) => g.meta && g.meta.title);
|
|
3346
3347
|
if (S)
|
|
3347
3348
|
document.title = S.meta.title;
|
|
3348
3349
|
else {
|
|
3349
|
-
const g =
|
|
3350
|
+
const g = Gn.VITE_NODE_ENV;
|
|
3350
3351
|
let x = "";
|
|
3351
3352
|
g == "development" ? x = "BWeb Dev" : g == "staging" ? x = "BlitzIt Sandpit" : x = "BlitzIt Web | Cloud-Based Wholesale Logistics Platform", ((f = e == null ? void 0 : e.demo) == null ? void 0 : f.isDemoing.value) == !0 && (x = `Training: ${x}`), document.title = x;
|
|
3352
3353
|
}
|
|
@@ -3355,13 +3356,13 @@ function Ta(e) {
|
|
|
3355
3356
|
updateMeta: t
|
|
3356
3357
|
};
|
|
3357
3358
|
}
|
|
3358
|
-
let
|
|
3359
|
-
function
|
|
3360
|
-
return
|
|
3359
|
+
let _r;
|
|
3360
|
+
function Ra() {
|
|
3361
|
+
return _r;
|
|
3361
3362
|
}
|
|
3362
|
-
function
|
|
3363
|
+
function Wn(e) {
|
|
3363
3364
|
function t(s, A, J) {
|
|
3364
|
-
return s ?
|
|
3365
|
+
return s ? on(s) ? J ?? "" : e.dates.tzString(s, A) : J ?? s ?? "";
|
|
3365
3366
|
}
|
|
3366
3367
|
function l(s) {
|
|
3367
3368
|
if (!s)
|
|
@@ -3393,7 +3394,7 @@ function $n(e) {
|
|
|
3393
3394
|
function P(s, A) {
|
|
3394
3395
|
return t(s, "ccc dd LLL yyyy", A);
|
|
3395
3396
|
}
|
|
3396
|
-
function
|
|
3397
|
+
function _(s, A) {
|
|
3397
3398
|
return t(s, "ccc dd LLL @ hh:mm a", A);
|
|
3398
3399
|
}
|
|
3399
3400
|
function N(s) {
|
|
@@ -3447,7 +3448,7 @@ function $n(e) {
|
|
|
3447
3448
|
function b(s, A) {
|
|
3448
3449
|
return t(s, "hh:mm a", A);
|
|
3449
3450
|
}
|
|
3450
|
-
function
|
|
3451
|
+
function T(s) {
|
|
3451
3452
|
return s == null ? "" : typeof s == "number" ? e.dates.tzDate().startOf("day").plus({ minutes: s }).toFormat("T") : typeof s == "string" ? e.dates.tzString(s, "t") : "unknown";
|
|
3452
3453
|
}
|
|
3453
3454
|
const D = {
|
|
@@ -3457,7 +3458,7 @@ function $n(e) {
|
|
|
3457
3458
|
toDayMonth: g,
|
|
3458
3459
|
toDayOfWeek: x,
|
|
3459
3460
|
toDayShortDate: P,
|
|
3460
|
-
toDayShortDateAndTime:
|
|
3461
|
+
toDayShortDateAndTime: _,
|
|
3461
3462
|
toDisplayNumber: N,
|
|
3462
3463
|
toDisplayNumberOver: $,
|
|
3463
3464
|
toDisplayNumberSigned: d,
|
|
@@ -3471,7 +3472,7 @@ function $n(e) {
|
|
|
3471
3472
|
toShortDate: w,
|
|
3472
3473
|
toShortDateAndTime: M,
|
|
3473
3474
|
toTime: b,
|
|
3474
|
-
toTimeOfDay:
|
|
3475
|
+
toTimeOfDay: T
|
|
3475
3476
|
};
|
|
3476
3477
|
function L(s) {
|
|
3477
3478
|
if (s != null) {
|
|
@@ -3481,24 +3482,24 @@ function $n(e) {
|
|
|
3481
3482
|
}
|
|
3482
3483
|
return (A) => A;
|
|
3483
3484
|
}
|
|
3484
|
-
return
|
|
3485
|
+
return _r = {
|
|
3485
3486
|
findFilter: L,
|
|
3486
3487
|
...D
|
|
3487
|
-
},
|
|
3488
|
+
}, _r;
|
|
3488
3489
|
}
|
|
3489
|
-
function
|
|
3490
|
+
function qn(e, t) {
|
|
3490
3491
|
const l = z(!1), S = Yt(e);
|
|
3491
3492
|
let f = g(K(e));
|
|
3492
|
-
(t == null ? void 0 : t.useTracker) !== !1 &&
|
|
3493
|
+
(t == null ? void 0 : t.useTracker) !== !1 && Te(S, (P) => {
|
|
3493
3494
|
l.value = g(P) != f;
|
|
3494
3495
|
}, { deep: !0 });
|
|
3495
3496
|
function g(P) {
|
|
3496
|
-
const
|
|
3497
|
+
const _ = Lr(P);
|
|
3497
3498
|
return t != null && (t.propsToIgnore != null ? t.propsToIgnore.forEach((N) => {
|
|
3498
|
-
delete
|
|
3499
|
+
delete _[N];
|
|
3499
3500
|
}) : t.propsToTrack != null && Object.keys(P).forEach(($) => {
|
|
3500
|
-
t.propsToTrack.some((d) => d == $) || delete
|
|
3501
|
-
})), JSON.stringify(
|
|
3501
|
+
t.propsToTrack.some((d) => d == $) || delete _[$];
|
|
3502
|
+
})), JSON.stringify(_);
|
|
3502
3503
|
}
|
|
3503
3504
|
function x() {
|
|
3504
3505
|
f = g(K(S)), l.value = !1;
|
|
@@ -3509,14 +3510,14 @@ function Fn(e, t) {
|
|
|
3509
3510
|
restartTracker: x
|
|
3510
3511
|
};
|
|
3511
3512
|
}
|
|
3512
|
-
function
|
|
3513
|
+
function Ua(e, t) {
|
|
3513
3514
|
var ae;
|
|
3514
3515
|
const {
|
|
3515
3516
|
// useBladeSrc = true,
|
|
3516
3517
|
useRouteSrc: l = !0
|
|
3517
|
-
} = t ?? {}, S = e.storeMode ?? (t == null ? void 0 : t.storeMode), f = e.storageMode ?? (t == null ? void 0 : t.storageMode), g = e.nav ?? e.bladeName ?? "basic", x = Mr(), P = et(),
|
|
3518
|
+
} = t ?? {}, S = e.storeMode ?? (t == null ? void 0 : t.storeMode), f = e.storageMode ?? (t == null ? void 0 : t.storageMode), g = e.nav ?? e.bladeName ?? "basic", x = Mr(), P = et(), _ = K(e.proxyQueryKey), N = te(() => {
|
|
3518
3519
|
var G;
|
|
3519
|
-
return K(e.proxyID) ?? (
|
|
3520
|
+
return K(e.proxyID) ?? (_ != null ? (G = P == null ? void 0 : P.query) == null ? void 0 : G[_] : void 0);
|
|
3520
3521
|
}), $ = z(void 0), { actionErrorMsg: d, actionLoadingMsg: h, deleteItem: u, getItem: r, getAllItems: y, restoreItem: I, saveItem: i } = ut({
|
|
3521
3522
|
nav: g,
|
|
3522
3523
|
onError: e.onError ?? (t == null ? void 0 : t.onError),
|
|
@@ -3526,25 +3527,25 @@ function Pa(e, t) {
|
|
|
3526
3527
|
storageMode: f,
|
|
3527
3528
|
nav: g
|
|
3528
3529
|
})
|
|
3529
|
-
}), E = te(() => e.errorMsg ?? d.value), w = te(() => e.loadingMsg ?? h.value), M = te(() => w.value != null), b = z(e.itemID ?? (l ? (ae = P == null ? void 0 : P.params) == null ? void 0 : ae.id : void 0)),
|
|
3530
|
-
if (
|
|
3530
|
+
}), E = te(() => e.errorMsg ?? d.value), w = te(() => e.loadingMsg ?? h.value), M = te(() => w.value != null), b = z(e.itemID ?? (l ? (ae = P == null ? void 0 : P.params) == null ? void 0 : ae.id : void 0)), T = z(b.value == "new" ? "new" : e.startEditing ? "edit" : "view"), D = Re(!1), L = te(() => {
|
|
3531
|
+
if (T.value == "new")
|
|
3531
3532
|
return !1;
|
|
3532
3533
|
const G = K($);
|
|
3533
3534
|
return e.onCanDelete != null ? e.onCanDelete(G) : (G == null ? void 0 : G.isInactive) !== !0;
|
|
3534
3535
|
}), s = te(() => {
|
|
3535
|
-
if (
|
|
3536
|
+
if (T.value == "new")
|
|
3536
3537
|
return !1;
|
|
3537
3538
|
const G = K($);
|
|
3538
3539
|
return e.onCanEdit != null ? e.onCanEdit(G) : !0;
|
|
3539
3540
|
}), A = te(() => {
|
|
3540
|
-
if (
|
|
3541
|
+
if (T.value == "new")
|
|
3541
3542
|
return !1;
|
|
3542
3543
|
const G = K($);
|
|
3543
3544
|
return e.onCanRestore != null ? e.onCanRestore(G) : (G == null ? void 0 : G.isInactive) === !0;
|
|
3544
3545
|
}), J = te(() => {
|
|
3545
3546
|
const G = K($);
|
|
3546
3547
|
return e.onCanSave != null ? e.onCanSave(G) : !0;
|
|
3547
|
-
}), { isChanged: Q, restartTracker: ee } =
|
|
3548
|
+
}), { isChanged: Q, restartTracker: ee } = qn($, {
|
|
3548
3549
|
useTracker: e.trackChanges,
|
|
3549
3550
|
propsToIgnore: e.trackIgnoreProps,
|
|
3550
3551
|
propsToTrack: e.trackProps
|
|
@@ -3616,7 +3617,7 @@ function Pa(e, t) {
|
|
|
3616
3617
|
onCanSaveAsync: se,
|
|
3617
3618
|
onGetSaveAsync: fe,
|
|
3618
3619
|
onSaveAsync: Ee,
|
|
3619
|
-
onSaveSuccessAsync: $e = (Ce) => ((X == null ? void 0 : X.navBack) === !0 ? x.back() : (G.rowVersion != null && Ce.rowVersion != null && (G.rowVersion = Ce.rowVersion), ee(),
|
|
3620
|
+
onSaveSuccessAsync: $e = (Ce) => ((X == null ? void 0 : X.navBack) === !0 ? x.back() : (G.rowVersion != null && Ce.rowVersion != null && (G.rowVersion = Ce.rowVersion), ee(), T.value = "view"), Promise.resolve(void 0))
|
|
3620
3621
|
} = { ...e };
|
|
3621
3622
|
i({
|
|
3622
3623
|
additionalUrl: ne,
|
|
@@ -3629,16 +3630,16 @@ function Pa(e, t) {
|
|
|
3629
3630
|
proxyID: N.value,
|
|
3630
3631
|
// ...params.getOptions(),
|
|
3631
3632
|
// ...(useBladeSrc ? bladeData.value : {}),
|
|
3632
|
-
mode:
|
|
3633
|
+
mode: T.value
|
|
3633
3634
|
});
|
|
3634
3635
|
}
|
|
3635
|
-
function
|
|
3636
|
-
const G = K(
|
|
3637
|
-
!G || G == "view" ?
|
|
3636
|
+
function V() {
|
|
3637
|
+
const G = K(T);
|
|
3638
|
+
!G || G == "view" ? T.value = "edit" : G == "edit" && (T.value = "view");
|
|
3638
3639
|
}
|
|
3639
|
-
return
|
|
3640
|
+
return Te(E, (G) => {
|
|
3640
3641
|
D.value = G != null;
|
|
3641
|
-
}),
|
|
3642
|
+
}), Te(() => e.refreshToggle, () => {
|
|
3642
3643
|
W({ deepRefresh: !0 });
|
|
3643
3644
|
}), Xr(async () => {
|
|
3644
3645
|
var G;
|
|
@@ -3649,33 +3650,33 @@ function Pa(e, t) {
|
|
|
3649
3650
|
errorMsg: E,
|
|
3650
3651
|
isChanged: Q,
|
|
3651
3652
|
isDeletable: L,
|
|
3652
|
-
isEditing: te(() =>
|
|
3653
|
+
isEditing: te(() => T.value == "new" || T.value == "edit"),
|
|
3653
3654
|
isEditable: s,
|
|
3654
3655
|
isLoading: M,
|
|
3655
|
-
isNew: te(() =>
|
|
3656
|
+
isNew: te(() => T.value == "new"),
|
|
3656
3657
|
isRestorable: A,
|
|
3657
3658
|
isSaveable: J,
|
|
3658
3659
|
loadingMsg: w,
|
|
3659
|
-
mode:
|
|
3660
|
+
mode: T,
|
|
3660
3661
|
refresh: W,
|
|
3661
3662
|
restoreItem: we,
|
|
3662
3663
|
saveItem: Y,
|
|
3663
3664
|
showError: D,
|
|
3664
|
-
toggleMode:
|
|
3665
|
+
toggleMode: V
|
|
3665
3666
|
};
|
|
3666
3667
|
}
|
|
3667
|
-
const
|
|
3668
|
+
const Hr = z(!0), zr = z(!1), Yr = z(), gr = z(!1);
|
|
3668
3669
|
let yr = null, Cr;
|
|
3669
3670
|
function it() {
|
|
3670
3671
|
return Cr;
|
|
3671
3672
|
}
|
|
3672
|
-
function
|
|
3673
|
+
function Vn(e) {
|
|
3673
3674
|
const t = e.defaultCacheExpiryHours ?? 7;
|
|
3674
3675
|
e.getDisplayName ?? (e.getDisplayName = (h) => {
|
|
3675
3676
|
if (h.displayName != null)
|
|
3676
3677
|
return h.displayName;
|
|
3677
3678
|
if (h.name != null)
|
|
3678
|
-
return
|
|
3679
|
+
return sn(h.name.replaceAll("-", " "));
|
|
3679
3680
|
});
|
|
3680
3681
|
const l = (e.navItems ?? []).map((h) => ({
|
|
3681
3682
|
displayName: h.displayName ?? e.getDisplayName(h),
|
|
@@ -3703,11 +3704,11 @@ function kn(e) {
|
|
|
3703
3704
|
return r.name == h || r.singleName == h || ((y = r.aliases) == null ? void 0 : y.some((I) => I == h));
|
|
3704
3705
|
}) ?? null;
|
|
3705
3706
|
}
|
|
3706
|
-
function
|
|
3707
|
+
function _(h) {
|
|
3707
3708
|
const u = P(h);
|
|
3708
3709
|
if (u == null)
|
|
3709
3710
|
return;
|
|
3710
|
-
let r =
|
|
3711
|
+
let r = En(u.microservice ?? "default") ?? "";
|
|
3711
3712
|
return u.path != null && (r = Be(r, u.path)), r != null && r.endsWith("/") && (r = r.slice(0, r.length - 1)), r;
|
|
3712
3713
|
}
|
|
3713
3714
|
function N(h) {
|
|
@@ -3716,7 +3717,7 @@ function kn(e) {
|
|
|
3716
3717
|
return u.singleName;
|
|
3717
3718
|
const r = u == null ? void 0 : u.displayName;
|
|
3718
3719
|
if (r != null)
|
|
3719
|
-
return
|
|
3720
|
+
return Sn(r);
|
|
3720
3721
|
}
|
|
3721
3722
|
function $(h) {
|
|
3722
3723
|
const u = P(h);
|
|
@@ -3726,12 +3727,12 @@ function kn(e) {
|
|
|
3726
3727
|
if (h == null)
|
|
3727
3728
|
return;
|
|
3728
3729
|
const u = typeof h == "string" ? P(h) : h;
|
|
3729
|
-
Yr.value = u == null ? void 0 : u.background, zr.value = (u == null ? void 0 : u.hideNavigation) !== !0,
|
|
3730
|
+
Yr.value = u == null ? void 0 : u.background, zr.value = (u == null ? void 0 : u.hideNavigation) !== !0, Hr.value = (u == null ? void 0 : u.hideAppBar) !== !0, yr != null && yr(), gr.value = (u == null ? void 0 : u.hesitate) === !0, gr.value && (yr = window.addEventListener("beforeunload", (r) => {
|
|
3730
3731
|
r.preventDefault();
|
|
3731
3732
|
}));
|
|
3732
3733
|
}
|
|
3733
3734
|
return Cr = {
|
|
3734
|
-
showAppBar:
|
|
3735
|
+
showAppBar: Hr,
|
|
3735
3736
|
showAppNavigation: zr,
|
|
3736
3737
|
backgroundName: Yr,
|
|
3737
3738
|
hesitate: gr,
|
|
@@ -3742,14 +3743,14 @@ function kn(e) {
|
|
|
3742
3743
|
findIcon: x,
|
|
3743
3744
|
findItem: P,
|
|
3744
3745
|
findStoreName: $,
|
|
3745
|
-
findPath:
|
|
3746
|
+
findPath: _,
|
|
3746
3747
|
findSingleDisplay: N,
|
|
3747
3748
|
updateNavigationProperties: d
|
|
3748
3749
|
}, Cr;
|
|
3749
3750
|
}
|
|
3750
|
-
function
|
|
3751
|
-
var qe,
|
|
3752
|
-
const S =
|
|
3751
|
+
function Ba(e, t, l) {
|
|
3752
|
+
var qe, Ve;
|
|
3753
|
+
const S = $n(), f = it(), g = Mr(), x = et(), { bladeData: P } = Un({}), _ = e.useBladeSrc ?? !0, N = e.useRouteSrc ?? !0, $ = e.nav ?? e.bladeName ?? e.itemBladeName ?? "basic", d = e.storeMode ?? ((qe = f.findItem($)) == null ? void 0 : qe.storeMode), h = e.storageMode ?? ((Ve = f.findItem($)) == null ? void 0 : Ve.storageMode), u = K(e.customFilters) ?? [], r = z([]), y = te(() => en([
|
|
3753
3754
|
...u.filter((U) => U.name != null).map((U) => U.name),
|
|
3754
3755
|
...e.defaultFilters ?? [],
|
|
3755
3756
|
...r.value
|
|
@@ -3758,43 +3759,43 @@ function Na(e, t, l) {
|
|
|
3758
3759
|
const E = te(() => Gr(i, I).value.length > 0 || Gr(I, i).value.length > 0), w = z(M());
|
|
3759
3760
|
function M() {
|
|
3760
3761
|
var U, j;
|
|
3761
|
-
if (
|
|
3762
|
-
const
|
|
3763
|
-
if (
|
|
3764
|
-
return Number.parseInt(
|
|
3762
|
+
if (_) {
|
|
3763
|
+
const H = (U = P.value) == null ? void 0 : U.page;
|
|
3764
|
+
if (H != null)
|
|
3765
|
+
return Number.parseInt(H);
|
|
3765
3766
|
}
|
|
3766
3767
|
if (N) {
|
|
3767
|
-
const
|
|
3768
|
-
if (
|
|
3769
|
-
return Number.parseInt(typeof
|
|
3768
|
+
const H = (j = x == null ? void 0 : x.query) == null ? void 0 : j.page;
|
|
3769
|
+
if (H != null)
|
|
3770
|
+
return Number.parseInt(typeof H == "string" ? H : H.toString());
|
|
3770
3771
|
}
|
|
3771
3772
|
return 1;
|
|
3772
3773
|
}
|
|
3773
3774
|
const b = te(() => {
|
|
3774
3775
|
var U, j;
|
|
3775
|
-
if (
|
|
3776
|
-
const
|
|
3777
|
-
if (
|
|
3778
|
-
return
|
|
3776
|
+
if (_) {
|
|
3777
|
+
const H = (U = P.value) == null ? void 0 : U.proxyID;
|
|
3778
|
+
if (H != null)
|
|
3779
|
+
return H;
|
|
3779
3780
|
}
|
|
3780
3781
|
if (N) {
|
|
3781
|
-
const
|
|
3782
|
-
if (
|
|
3783
|
-
return
|
|
3782
|
+
const H = (j = x == null ? void 0 : x.query) == null ? void 0 : j.query;
|
|
3783
|
+
if (H != null)
|
|
3784
|
+
return H;
|
|
3784
3785
|
}
|
|
3785
3786
|
return e.proxyID;
|
|
3786
|
-
}),
|
|
3787
|
+
}), T = z(D());
|
|
3787
3788
|
function D() {
|
|
3788
3789
|
var U, j;
|
|
3789
|
-
if (
|
|
3790
|
-
const
|
|
3791
|
-
if (
|
|
3792
|
-
return
|
|
3790
|
+
if (_) {
|
|
3791
|
+
const H = (U = P.value) == null ? void 0 : U.search;
|
|
3792
|
+
if (H != null)
|
|
3793
|
+
return H;
|
|
3793
3794
|
}
|
|
3794
3795
|
if (N) {
|
|
3795
|
-
const
|
|
3796
|
-
if (
|
|
3797
|
-
return
|
|
3796
|
+
const H = (j = x == null ? void 0 : x.query) == null ? void 0 : j.search;
|
|
3797
|
+
if (H != null)
|
|
3798
|
+
return H;
|
|
3798
3799
|
}
|
|
3799
3800
|
}
|
|
3800
3801
|
const L = z(K(e.startShowingInactive) ?? !1), s = te(() => [
|
|
@@ -3802,7 +3803,7 @@ function Na(e, t, l) {
|
|
|
3802
3803
|
...(e.headers ?? []).filter((U) => U.searchable != null && U.value != null).map((U) => U.value ?? "")
|
|
3803
3804
|
]), A = z([]), J = Re([]), Q = z([]);
|
|
3804
3805
|
let ee;
|
|
3805
|
-
const { actionErrorMsg: ce, actionLoadingMsg: we, deleteItem: W, doAction: Y, getItem:
|
|
3806
|
+
const { actionErrorMsg: ce, actionLoadingMsg: we, deleteItem: W, doAction: Y, getItem: V, getAllItems: ae, restoreItem: G } = ut({
|
|
3806
3807
|
nav: $,
|
|
3807
3808
|
onError: e.onError ?? (l == null ? void 0 : l.onError),
|
|
3808
3809
|
proxyID: b.value,
|
|
@@ -3817,24 +3818,24 @@ function Na(e, t, l) {
|
|
|
3817
3818
|
const de = y.value[O], ge = u.find((De) => De.name == de);
|
|
3818
3819
|
ge != null ? U = U != null ? `${U}ANDALSO${ge.filterFunction()}` : ge.filterFunction() : j.push(de);
|
|
3819
3820
|
});
|
|
3820
|
-
const
|
|
3821
|
-
return
|
|
3821
|
+
const H = {};
|
|
3822
|
+
return _e(j) && (H.filterBy = j.toString()), U != null && (H.query = U), H;
|
|
3822
3823
|
}), rr = te(() => {
|
|
3823
3824
|
var j;
|
|
3824
3825
|
let U = e.params != null ? { ...e.params } : {};
|
|
3825
|
-
return e.useServerPagination && e.itemsPerPage != null && (U.includeCount = !0, U.takeAmount = e.itemsPerPage, U.takeFrom = (w.value - 1) * e.itemsPerPage), Ce.value != null && (U = { ...U, ...Ce.value }), L.value && (U.includeInactive = !0),
|
|
3826
|
+
return e.useServerPagination && e.itemsPerPage != null && (U.includeCount = !0, U.takeAmount = e.itemsPerPage, U.takeFrom = (w.value - 1) * e.itemsPerPage), Ce.value != null && (U = { ...U, ...Ce.value }), L.value && (U.includeInactive = !0), _e(e.selectProps) && (U.properties = (j = e.selectProps) == null ? void 0 : j.toString()), T.value != null && (U.searchString = T.value), U;
|
|
3826
3827
|
}), tr = te(() => (U) => e.onCanDelete != null ? e.onCanDelete(U) : !(U != null && U.isInactive === !0)), nr = te(() => (U) => L.value ? e.onCanRestore != null ? e.onCanRestore(U) : (U == null ? void 0 : U.isInactive) === !0 : !1), Pe = te(() => Q.value.filter((U) => !U.hide)), ar = te(() => {
|
|
3827
3828
|
let U = new Array();
|
|
3828
|
-
return Pe.value.filter((
|
|
3829
|
-
let O = U.find((de) => de.position ==
|
|
3830
|
-
O == null ? U.push({ position:
|
|
3831
|
-
}), U.sort(Ue.firstBy((
|
|
3829
|
+
return Pe.value.filter((H) => H.sublevel != null).forEach((H) => {
|
|
3830
|
+
let O = U.find((de) => de.position == H.sublevel);
|
|
3831
|
+
O == null ? U.push({ position: H.sublevel ?? 0, values: [H] }) : O.values.push(H);
|
|
3832
|
+
}), U.sort(Ue.firstBy((H) => H.position));
|
|
3832
3833
|
}), lr = te(() => {
|
|
3833
3834
|
let U = new Array();
|
|
3834
|
-
return Pe.value.filter((
|
|
3835
|
-
let O = U.find((de) => de.position ==
|
|
3836
|
-
O == null ? U.push({ position:
|
|
3837
|
-
}), U.sort(Ue.firstBy((
|
|
3835
|
+
return Pe.value.filter((H) => H.level != null).forEach((H) => {
|
|
3836
|
+
let O = U.find((de) => de.position == H.level);
|
|
3837
|
+
O == null ? U.push({ position: H.level ?? 0, values: [H] }) : O.values.push(H);
|
|
3838
|
+
}), U.sort(Ue.firstBy((H) => H.position));
|
|
3838
3839
|
}), ur = te(() => Pe.value.filter((U) => U.nav != null && U.itemText != null || U.textFilter != null || U.display != null || U.bool != null));
|
|
3839
3840
|
function be(U) {
|
|
3840
3841
|
if (e.itemBladeName != null) {
|
|
@@ -3852,7 +3853,7 @@ function Na(e, t, l) {
|
|
|
3852
3853
|
function ir(U) {
|
|
3853
3854
|
const {
|
|
3854
3855
|
additionalUrl: j,
|
|
3855
|
-
onDeleteAsync:
|
|
3856
|
+
onDeleteAsync: H
|
|
3856
3857
|
} = { ...e }, O = K(U), de = O.id, ge = (De) => {
|
|
3857
3858
|
if (De != null) {
|
|
3858
3859
|
let Se = A.value.findIndex((oe) => oe.id == De);
|
|
@@ -3873,7 +3874,7 @@ function Na(e, t, l) {
|
|
|
3873
3874
|
data: O,
|
|
3874
3875
|
nav: $,
|
|
3875
3876
|
onCanDeleteAsync: e.onCanDeleteAsync,
|
|
3876
|
-
onDeleteAsync:
|
|
3877
|
+
onDeleteAsync: H,
|
|
3877
3878
|
onDeleteSuccessAsync: async () => (ge(de), e.onDeleteSuccessAsync != null ? e.onDeleteSuccessAsync(O) : Promise.resolve(void 0)),
|
|
3878
3879
|
proxyID: b.value,
|
|
3879
3880
|
// ...(useBladeSrc ? bladeData.value : {}),
|
|
@@ -3899,9 +3900,9 @@ function Na(e, t, l) {
|
|
|
3899
3900
|
}
|
|
3900
3901
|
function Ne() {
|
|
3901
3902
|
let U = K(A);
|
|
3902
|
-
if (U = e.onFilter ? e.onFilter(U) : U,
|
|
3903
|
+
if (U = e.onFilter ? e.onFilter(U) : U, T.value != null && T.value.length > 0) {
|
|
3903
3904
|
let j = [...s.value];
|
|
3904
|
-
e.itemText && j.push(e.itemText),
|
|
3905
|
+
e.itemText && j.push(e.itemText), _e(j) && (U = U.filter((H) => wn(H, T.value, j)));
|
|
3905
3906
|
}
|
|
3906
3907
|
J.value = U;
|
|
3907
3908
|
}
|
|
@@ -3910,7 +3911,7 @@ function Na(e, t, l) {
|
|
|
3910
3911
|
e.headers != null && (Q.value = [...e.headers], U || Q.value.push({ title: "Actions", value: "itemActions", align: "end" }));
|
|
3911
3912
|
}
|
|
3912
3913
|
async function Ie(U) {
|
|
3913
|
-
if (fe.value = !1, (U == null ? void 0 : U.resetSearch) === !0 && (Ee.value = e.showSearch ?? !1,
|
|
3914
|
+
if (fe.value = !1, (U == null ? void 0 : U.resetSearch) === !0 && (Ee.value = e.showSearch ?? !1, T.value = void 0), e.items != null) {
|
|
3914
3915
|
A.value = e.onGetSuccessAsync != null ? await e.onGetSuccessAsync(e.items) : e.items;
|
|
3915
3916
|
return;
|
|
3916
3917
|
}
|
|
@@ -3929,28 +3930,28 @@ function Na(e, t, l) {
|
|
|
3929
3930
|
onGetSuccessAsync: e.onGetSuccessAsync
|
|
3930
3931
|
};
|
|
3931
3932
|
if (e.isSingle === !0)
|
|
3932
|
-
j.id === "new" ? A.value = [] : A.value = await
|
|
3933
|
+
j.id === "new" ? A.value = [] : A.value = await V(j);
|
|
3933
3934
|
else {
|
|
3934
|
-
let
|
|
3935
|
+
let H = await ae({
|
|
3935
3936
|
...j,
|
|
3936
3937
|
onGetSuccessAsync: async (O, de) => {
|
|
3937
3938
|
let ge = O == null ? void 0 : O.data;
|
|
3938
3939
|
return r.value = (O == null ? void 0 : O.filters) ?? [], e.useServerPagination === !0 && e.itemsPerPage && O.count && ($e.value = Math.ceil(O.count / e.itemsPerPage)), e.onGetSuccessAsync != null && (ge = await e.onGetSuccessAsync(ge, de)), ge;
|
|
3939
3940
|
}
|
|
3940
3941
|
});
|
|
3941
|
-
A.value =
|
|
3942
|
+
A.value = H, i.value = [...I.value];
|
|
3942
3943
|
}
|
|
3943
3944
|
Ne();
|
|
3944
3945
|
}
|
|
3945
3946
|
function Je(U, j) {
|
|
3946
|
-
const
|
|
3947
|
-
if (
|
|
3947
|
+
const H = K(U);
|
|
3948
|
+
if (H != null && H === ee && e.canUnselect ? ee = null : ee = H, t != null && t("select", ee), !(!e.canSelect || e.onCanSelectItem != null && !e.onCanSelectItem(H)))
|
|
3948
3949
|
if (e.onSelectItem != null)
|
|
3949
3950
|
e.onSelectItem(ee);
|
|
3950
3951
|
else {
|
|
3951
3952
|
let O = {
|
|
3952
3953
|
bladeName: e.itemBladeName,
|
|
3953
|
-
id:
|
|
3954
|
+
id: H.id,
|
|
3954
3955
|
nav: $
|
|
3955
3956
|
};
|
|
3956
3957
|
j == "page" && g.push({
|
|
@@ -3960,15 +3961,15 @@ function Na(e, t, l) {
|
|
|
3960
3961
|
}
|
|
3961
3962
|
}
|
|
3962
3963
|
function je() {
|
|
3963
|
-
Ee.value ? (Ee.value = e.showSearch ?? !1,
|
|
3964
|
+
Ee.value ? (Ee.value = e.showSearch ?? !1, T.value = void 0, Ie()) : Ee.value = e.showSearch ?? !0;
|
|
3964
3965
|
}
|
|
3965
|
-
return We(),
|
|
3966
|
+
return We(), rn([T], () => {
|
|
3966
3967
|
Ne();
|
|
3967
|
-
}, { debounce: 500, maxWait: 500 }),
|
|
3968
|
+
}, { debounce: 500, maxWait: 500 }), Te([L, w], async () => {
|
|
3968
3969
|
await Ie();
|
|
3969
|
-
}),
|
|
3970
|
+
}), Te([X, () => e.errorMsg], ([U, j]) => {
|
|
3970
3971
|
fe.value = U != null || j != null;
|
|
3971
|
-
}),
|
|
3972
|
+
}), Te(() => e.refreshToggle, () => {
|
|
3972
3973
|
Ie({ deepRefresh: !0 });
|
|
3973
3974
|
}), Or([A, () => e.items], () => {
|
|
3974
3975
|
Ne();
|
|
@@ -3993,7 +3994,7 @@ function Na(e, t, l) {
|
|
|
3993
3994
|
loadingMsg: ne,
|
|
3994
3995
|
refresh: Ie,
|
|
3995
3996
|
restoreItem: Ze,
|
|
3996
|
-
searchString:
|
|
3997
|
+
searchString: T,
|
|
3997
3998
|
selectedFilters: I,
|
|
3998
3999
|
selectItem: Je,
|
|
3999
4000
|
// serverFilters,
|
|
@@ -4008,7 +4009,7 @@ function Na(e, t, l) {
|
|
|
4008
4009
|
};
|
|
4009
4010
|
}
|
|
4010
4011
|
let Ge;
|
|
4011
|
-
function
|
|
4012
|
+
function Hn(e) {
|
|
4012
4013
|
const t = z((e == null ? void 0 : e.default) ?? "Admin"), l = z((e == null ? void 0 : e.groups) ?? []);
|
|
4013
4014
|
return Ge = {
|
|
4014
4015
|
currentGroup: t,
|
|
@@ -4016,8 +4017,8 @@ function Gn(e) {
|
|
|
4016
4017
|
useRoutes: e == null ? void 0 : e.useRoutes
|
|
4017
4018
|
}, Ge;
|
|
4018
4019
|
}
|
|
4019
|
-
function
|
|
4020
|
-
const e = Mr(), t = it(), l =
|
|
4020
|
+
function $a() {
|
|
4021
|
+
const e = Mr(), t = it(), l = Pn();
|
|
4021
4022
|
let S = e.getRoutes();
|
|
4022
4023
|
return {
|
|
4023
4024
|
...Ge,
|
|
@@ -4027,34 +4028,34 @@ function Ma() {
|
|
|
4027
4028
|
const f = [];
|
|
4028
4029
|
return S.forEach((x) => {
|
|
4029
4030
|
var d;
|
|
4030
|
-
const P = Ge.groupOptions.value.find((h) => h.displayName == x.meta.menuGroup),
|
|
4031
|
+
const P = Ge.groupOptions.value.find((h) => h.displayName == x.meta.menuGroup), _ = t.findItem(x.meta.nav), N = x.meta;
|
|
4031
4032
|
let $ = f.find((h) => h.displayName == N.menuGroup);
|
|
4032
4033
|
$ == null && ($ = {
|
|
4033
4034
|
displayName: N.menuGroup,
|
|
4034
|
-
icon: (P == null ? void 0 : P.icon) ?? (N == null ? void 0 : N.icon) ?? (
|
|
4035
|
+
icon: (P == null ? void 0 : P.icon) ?? (N == null ? void 0 : N.icon) ?? (_ == null ? void 0 : _.icon),
|
|
4035
4036
|
isGroup: !0,
|
|
4036
4037
|
items: []
|
|
4037
4038
|
}, f.push($)), (d = $.items) == null || d.push({
|
|
4038
|
-
displayName: (N == null ? void 0 : N.displayName) ?? t.findDisplay(
|
|
4039
|
-
icon: (N == null ? void 0 : N.icon) ?? t.findIcon(
|
|
4040
|
-
permissions: (N == null ? void 0 : N.permissions) ?? (
|
|
4039
|
+
displayName: (N == null ? void 0 : N.displayName) ?? t.findDisplay(_ ?? void 0),
|
|
4040
|
+
icon: (N == null ? void 0 : N.icon) ?? t.findIcon(_ ?? void 0),
|
|
4041
|
+
permissions: (N == null ? void 0 : N.permissions) ?? (_ == null ? void 0 : _.permissions) ?? [],
|
|
4041
4042
|
requiresAuth: (N == null ? void 0 : N.requiresAuth) !== !1,
|
|
4042
|
-
subscriptions: (N == null ? void 0 : N.subscriptions) ?? (
|
|
4043
|
-
subFilters: (N == null ? void 0 : N.subFilters) ?? (
|
|
4043
|
+
subscriptions: (N == null ? void 0 : N.subscriptions) ?? (_ == null ? void 0 : _.subscriptions) ?? [],
|
|
4044
|
+
subFilters: (N == null ? void 0 : N.subFilters) ?? (_ == null ? void 0 : _.subFilters) ?? [],
|
|
4044
4045
|
routeName: x.name
|
|
4045
4046
|
});
|
|
4046
4047
|
}), f.forEach((x) => {
|
|
4047
4048
|
var P;
|
|
4048
|
-
x.items = (P = x.items) == null ? void 0 : P.filter((
|
|
4049
|
+
x.items = (P = x.items) == null ? void 0 : P.filter((_) => !_.requiresAuth || l.doShow(_.subscriptions, _.permissions, "view")).sort(Ue.firstBy((_) => _.displayName));
|
|
4049
4050
|
}), Ge.currentGroup.value != null ? ((g = f.find((x) => x.displayName == Ge.currentGroup.value)) == null ? void 0 : g.items) ?? [] : f.filter((x) => !x.requiresAuth || l.doShow(x.subscriptions, x.permissions, "view"));
|
|
4050
4051
|
})
|
|
4051
4052
|
};
|
|
4052
4053
|
}
|
|
4053
4054
|
let Pr;
|
|
4054
|
-
function
|
|
4055
|
+
function Fa(e) {
|
|
4055
4056
|
return Pr.usePresets(e);
|
|
4056
4057
|
}
|
|
4057
|
-
function
|
|
4058
|
+
function zn(e) {
|
|
4058
4059
|
function t(l) {
|
|
4059
4060
|
if (!l)
|
|
4060
4061
|
return {};
|
|
@@ -4068,10 +4069,10 @@ function Wn(e) {
|
|
|
4068
4069
|
let Zr, Jr, jr, Kr = !1;
|
|
4069
4070
|
const wr = z(!1), br = z(!1), Qr = z(), pe = z();
|
|
4070
4071
|
let Nr;
|
|
4071
|
-
function
|
|
4072
|
+
function ka() {
|
|
4072
4073
|
return Nr;
|
|
4073
4074
|
}
|
|
4074
|
-
function
|
|
4075
|
+
function Yn() {
|
|
4075
4076
|
function e(x) {
|
|
4076
4077
|
pe.value = x.detail, br.value = !0;
|
|
4077
4078
|
}
|
|
@@ -4091,7 +4092,7 @@ function qn() {
|
|
|
4091
4092
|
function g() {
|
|
4092
4093
|
br.value = !1, !(!pe.value || !pe.value.waiting) && pe.value.waiting.postMessage({ type: "SKIP_WAITING" });
|
|
4093
4094
|
}
|
|
4094
|
-
return
|
|
4095
|
+
return tn(() => {
|
|
4095
4096
|
Zr == null && (Zr = document.addEventListener("swUpdated", e, { once: !0 })), Jr == null && (Jr = navigator.serviceWorker.addEventListener("controllerchange", t)), jr == null && (jr = window.addEventListener("beforeinstallprompt", f));
|
|
4096
4097
|
}), Nr = {
|
|
4097
4098
|
canInstallApp: wr,
|
|
@@ -4101,39 +4102,46 @@ function qn() {
|
|
|
4101
4102
|
updateApp: g
|
|
4102
4103
|
}, Nr;
|
|
4103
4104
|
}
|
|
4104
|
-
function
|
|
4105
|
+
function Ga(e) {
|
|
4105
4106
|
const t = [];
|
|
4106
|
-
return (e == null ? void 0 : e.required) == !0 && t.push((l) => !!l || "Field is required"), (e == null ? void 0 : e.otherRules) != null && (Array.isArray(e == null ? void 0 : e.otherRules) ? t.push(...e.otherRules) : t.push(e.otherRules)), (e == null ? void 0 : e.forPassword) == !0 && (t.push((l) => !!l || "Password is required"), t.push((l) => l != null && l.length > 9 || "Password must be 10 or more characters"), t.push((l) => /^(.*[a-z].*)$/.test(l) || "Password must contain a lowercase letter"), t.push((l) => /^(.*[A-Z].*)$/.test(l) || "Password must contain an uppercase letter"), t.push((l) => /^(.*\d.*)$/.test(l) || "Password must contain a number")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((l) => !!l || "Email is required"), t.push((l) =>
|
|
4107
|
+
return (e == null ? void 0 : e.required) == !0 && t.push((l) => !!l || "Field is required"), (e == null ? void 0 : e.otherRules) != null && (Array.isArray(e == null ? void 0 : e.otherRules) ? t.push(...e.otherRules) : t.push(e.otherRules)), (e == null ? void 0 : e.forPassword) == !0 && (t.push((l) => !!l || "Password is required"), t.push((l) => l != null && l.length > 9 || "Password must be 10 or more characters"), t.push((l) => /^(.*[a-z].*)$/.test(l) || "Password must contain a lowercase letter"), t.push((l) => /^(.*[A-Z].*)$/.test(l) || "Password must contain an uppercase letter"), t.push((l) => /^(.*\d.*)$/.test(l) || "Password must contain a number")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((l) => !!l || "Email is required"), t.push((l) => bn(l) || "Email must be valid")), t;
|
|
4107
4108
|
}
|
|
4108
|
-
const
|
|
4109
|
+
const Zn = (e, t) => {
|
|
4109
4110
|
const l = e.__vccOpts || e;
|
|
4110
4111
|
for (const [S, f] of t)
|
|
4111
4112
|
l[S] = f;
|
|
4112
4113
|
return l;
|
|
4113
|
-
},
|
|
4114
|
-
function
|
|
4115
|
-
return Zt(), Jt("div", null,
|
|
4114
|
+
}, Jn = {};
|
|
4115
|
+
function jn(e, t) {
|
|
4116
|
+
return Zt(), Jt("div", null, [
|
|
4117
|
+
jt(nn, null, {
|
|
4118
|
+
default: Kt(() => [
|
|
4119
|
+
Qt("Test")
|
|
4120
|
+
]),
|
|
4121
|
+
_: 1
|
|
4122
|
+
})
|
|
4123
|
+
]);
|
|
4116
4124
|
}
|
|
4117
|
-
const
|
|
4118
|
-
function
|
|
4125
|
+
const Kn = /* @__PURE__ */ Zn(Jn, [["render", jn]]);
|
|
4126
|
+
function Wa(e) {
|
|
4119
4127
|
return {
|
|
4120
4128
|
install(t, l) {
|
|
4121
|
-
var
|
|
4122
|
-
console.log(t), t.component("bt-test",
|
|
4123
|
-
const S =
|
|
4124
|
-
|
|
4125
|
-
const g =
|
|
4126
|
-
|
|
4127
|
-
const x =
|
|
4129
|
+
var _;
|
|
4130
|
+
console.log(t), t.component("bt-test", Kn), e.vuetifyInstance ?? (e.vuetifyInstance = l.vuetifyInstance), In(e.urls), Bn(e);
|
|
4131
|
+
const S = kn(), f = Vn(e);
|
|
4132
|
+
zn(e), (_ = e.auth).demo ?? (_.demo = S), e.auth.getAuthItem = f.findItem;
|
|
4133
|
+
const g = Nn(e.auth);
|
|
4134
|
+
Hn(e.menu);
|
|
4135
|
+
const x = Cn({
|
|
4128
4136
|
auth: g,
|
|
4129
4137
|
findPath: f.findPath,
|
|
4130
4138
|
useBearerToken: !0
|
|
4131
|
-
}), P =
|
|
4139
|
+
}), P = Fn({
|
|
4132
4140
|
getTimeZone: () => g.timeZone.value
|
|
4133
4141
|
});
|
|
4134
|
-
|
|
4142
|
+
Wn({
|
|
4135
4143
|
dates: P
|
|
4136
|
-
}),
|
|
4144
|
+
}), Yn(), Dn({
|
|
4137
4145
|
api: x,
|
|
4138
4146
|
auth: g,
|
|
4139
4147
|
navigation: f
|
|
@@ -4142,91 +4150,91 @@ function Ba(e) {
|
|
|
4142
4150
|
};
|
|
4143
4151
|
}
|
|
4144
4152
|
export {
|
|
4145
|
-
|
|
4146
|
-
|
|
4153
|
+
Aa as DataURIToBlob,
|
|
4154
|
+
va as addWeekday,
|
|
4147
4155
|
Be as appendUrl,
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4156
|
+
sn as capitalizeWords,
|
|
4157
|
+
fa as checkImage,
|
|
4158
|
+
vn as containsSearch,
|
|
4159
|
+
ma as containsWeekday,
|
|
4152
4160
|
Lr as copyDeep,
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4161
|
+
mn as copyItemByAlphabet,
|
|
4162
|
+
Cn as createApi,
|
|
4163
|
+
Nn as createAuth,
|
|
4164
|
+
Wa as createCore,
|
|
4165
|
+
Bn as createCosmetics,
|
|
4166
|
+
Fn as createDates,
|
|
4167
|
+
kn as createDemo,
|
|
4168
|
+
Wn as createFilters,
|
|
4169
|
+
Hn as createMenu,
|
|
4170
|
+
Vn as createNavigation,
|
|
4171
|
+
Yn as createPWA,
|
|
4172
|
+
zn as createPresets,
|
|
4173
|
+
_n as createSessionStoreDefinition,
|
|
4174
|
+
Dn as createStoreBuilder,
|
|
4175
|
+
In as createUrl,
|
|
4168
4176
|
qr as createWholeLastUpdateStoreDefinition,
|
|
4169
|
-
|
|
4170
|
-
|
|
4177
|
+
hn as csvContains,
|
|
4178
|
+
Pa as csvDefaults,
|
|
4171
4179
|
tt as deepSelect,
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4180
|
+
na as distinct,
|
|
4181
|
+
aa as extensionExists,
|
|
4182
|
+
gn as extractErrorDescription,
|
|
4183
|
+
fn as fromCamelCase,
|
|
4184
|
+
la as getAreaAround,
|
|
4185
|
+
ua as getAreaToLeft,
|
|
4186
|
+
ia as getAreaToRight,
|
|
4187
|
+
ca as getGoogleMapsLocationLine,
|
|
4188
|
+
sa as getImageData,
|
|
4181
4189
|
rt as getLocationLine,
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4190
|
+
wa as getMinDate,
|
|
4191
|
+
dn as getMinDateString,
|
|
4192
|
+
yn as getRandomColor,
|
|
4193
|
+
wn as hasSearch,
|
|
4194
|
+
ya as isArrayOfLength,
|
|
4195
|
+
_e as isLengthyArray,
|
|
4196
|
+
on as isMinDate,
|
|
4189
4197
|
Sr as nestedValue,
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4198
|
+
ga as removeWeekday,
|
|
4199
|
+
ba as roundTo,
|
|
4200
|
+
Sn as singularize,
|
|
4201
|
+
oa as toCamelCase,
|
|
4202
|
+
Ea as toCompareString,
|
|
4203
|
+
Sa as toggleCSV,
|
|
4204
|
+
Ia as twiddleThumbs,
|
|
4197
4205
|
ut as useActions,
|
|
4198
|
-
|
|
4206
|
+
un as useActionsTracker,
|
|
4199
4207
|
Er as useApi,
|
|
4200
|
-
|
|
4208
|
+
Pn as useAuth,
|
|
4201
4209
|
Wr as useAuthUrl,
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4210
|
+
Un as useBlade,
|
|
4211
|
+
$n as useCSV,
|
|
4212
|
+
_a as useCosmetics,
|
|
4213
|
+
En as useDataUrl,
|
|
4214
|
+
Na as useDates,
|
|
4207
4215
|
lt as useDbName,
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4216
|
+
Ma as useDemo,
|
|
4217
|
+
La as useDocumentMeta,
|
|
4218
|
+
Mn as useDraggable,
|
|
4219
|
+
Ra as useFilters,
|
|
4220
|
+
an as useId,
|
|
4221
|
+
Ua as useItem,
|
|
4222
|
+
Ba as useList,
|
|
4223
|
+
xa as useLocalCache,
|
|
4224
|
+
Ca as useLocalCosmetics,
|
|
4217
4225
|
ve as useLocalDb,
|
|
4218
|
-
|
|
4226
|
+
$a as useMenu,
|
|
4219
4227
|
it as useNavigation,
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4228
|
+
ka as usePWA,
|
|
4229
|
+
Fa as usePresets,
|
|
4230
|
+
Rn as useResizable,
|
|
4231
|
+
Ga as useRules,
|
|
4232
|
+
Ta as useStore,
|
|
4225
4233
|
Le as useStoreDefinition,
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4234
|
+
qn as useTracker,
|
|
4235
|
+
Da as useUrls,
|
|
4236
|
+
bn as validEmail,
|
|
4229
4237
|
Ye as weekdayPairs,
|
|
4230
|
-
|
|
4231
|
-
|
|
4238
|
+
ha as weekdayShortName,
|
|
4239
|
+
da as weekdayValue
|
|
4232
4240
|
};
|