bt-core-app 1.4.87 → 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 +560 -542
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import { ref as z, shallowRef as Re, computed as te, toValue as K, watch as Te, toRef as Yt, onMounted as Xr } from "vue";
|
|
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
|
-
const t = z([]), l = Re(), S = Re(),
|
|
14
|
+
function un(e) {
|
|
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;
|
|
@@ -34,7 +35,7 @@ function en(e) {
|
|
|
34
35
|
const r = P(u.loadingMsg);
|
|
35
36
|
let y = null;
|
|
36
37
|
try {
|
|
37
|
-
return u.requireConfirmation || u.confirmationMsg, y = await d(), u.completionMsg != null && (
|
|
38
|
+
return u.requireConfirmation || u.confirmationMsg, y = await d(), u.completionMsg != null && (f.value = u.completionMsg), y;
|
|
38
39
|
} catch (I) {
|
|
39
40
|
if ((e == null ? void 0 : e.onError) != null)
|
|
40
41
|
e.onError(I);
|
|
@@ -52,7 +53,7 @@ function en(e) {
|
|
|
52
53
|
}, { deep: !0 }), {
|
|
53
54
|
actionErrorMsg: S,
|
|
54
55
|
actionLoadingMsg: l,
|
|
55
|
-
actionCompleteMsg:
|
|
56
|
+
actionCompleteMsg: f,
|
|
56
57
|
clearErrors: N,
|
|
57
58
|
doAction: $,
|
|
58
59
|
isLoading: g,
|
|
@@ -60,38 +61,38 @@ function en(e) {
|
|
|
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() {
|
|
67
|
-
function e(
|
|
68
|
-
return
|
|
68
|
+
function e(f) {
|
|
69
|
+
return f;
|
|
69
70
|
}
|
|
70
|
-
function t(
|
|
71
|
-
return typeof
|
|
71
|
+
function t(f) {
|
|
72
|
+
return typeof f == "string" ? f.toLowerCase() : f;
|
|
72
73
|
}
|
|
73
|
-
function l(
|
|
74
|
-
if (g = typeof g == "object" ? g : { direction: g }, typeof
|
|
75
|
-
var x =
|
|
76
|
-
|
|
74
|
+
function l(f, g) {
|
|
75
|
+
if (g = typeof g == "object" ? g : { direction: g }, typeof f != "function") {
|
|
76
|
+
var x = f;
|
|
77
|
+
f = function(d) {
|
|
77
78
|
return d[x] ? d[x] : "";
|
|
78
79
|
};
|
|
79
80
|
}
|
|
80
|
-
if (
|
|
81
|
-
var P =
|
|
81
|
+
if (f.length === 1) {
|
|
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
86
|
return N(_(P(d)), _(P(h)));
|
|
86
87
|
};
|
|
87
88
|
}
|
|
88
89
|
const $ = { "-1": "", desc: "" };
|
|
89
90
|
return g.direction in $ ? function(d, h) {
|
|
90
|
-
return -
|
|
91
|
-
} :
|
|
91
|
+
return -f(d, h);
|
|
92
|
+
} : f;
|
|
92
93
|
}
|
|
93
|
-
function S(
|
|
94
|
-
var x = typeof this == "function" && !this.firstBy ? this : !1, P = l(
|
|
94
|
+
function S(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
98
|
return _.thenBy = S, _;
|
|
@@ -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 jn(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 Kn(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 Qn(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,36 +158,36 @@ 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
|
-
var
|
|
170
|
-
|
|
170
|
+
var f = new Image();
|
|
171
|
+
f.setAttribute("crossOrigin", "anonymous"), f.onload = function() {
|
|
171
172
|
var g = document.createElement("canvas");
|
|
172
173
|
g.width = this.width, g.height = this.height;
|
|
173
174
|
var x = g.getContext("2d");
|
|
174
175
|
x == null || x.drawImage(this, 0, 0), l(g.toDataURL("image/png"));
|
|
175
|
-
},
|
|
176
|
+
}, f.onerror = function() {
|
|
176
177
|
console.log("errr"), t ? S("image could not be loaded for some reason") : l(null);
|
|
177
|
-
}, e != null && (
|
|
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,73 +200,73 @@ 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
|
-
const t = e.replaceAll(" ", "").split(",").map((S) => S.toLowerCase()), l = Ye.filter((S) => S.values.some((
|
|
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
|
-
let l = Ye.find((S) => S.values.some((
|
|
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
|
-
const l = e.replaceAll(" ", "").split(",").map((g) => g.toLowerCase()), S = t.replaceAll(" ", "").toLowerCase(),
|
|
218
|
-
return
|
|
218
|
+
const l = e.replaceAll(" ", "").split(",").map((g) => g.toLowerCase()), S = t.replaceAll(" ", "").toLowerCase(), f = Ye.find((g) => g.values.some((x) => x == S));
|
|
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 ?? "";
|
|
224
225
|
l = `${l},${t}`;
|
|
225
|
-
let S = [...new Set(l.replaceAll(" ", "").toLowerCase().split(",").map((
|
|
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
|
-
let l = e ?? "", S = t.replaceAll(" ", "").toLowerCase(),
|
|
232
|
-
return
|
|
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();
|
|
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
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
|
|
253
254
|
l = l + "0", S += 1;
|
|
254
255
|
while (S < t);
|
|
255
|
-
let
|
|
256
|
-
return Math.round(e *
|
|
256
|
+
let f = Number.parseInt(l);
|
|
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)
|
|
266
267
|
return !0;
|
|
267
268
|
var l = e.split(","), S = t.split(",");
|
|
268
|
-
return l.some((
|
|
269
|
+
return l.some((f) => S.some((g) => g == f));
|
|
269
270
|
}
|
|
270
271
|
function Lr(e) {
|
|
271
272
|
if (!e)
|
|
@@ -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 _e(l) ? [...l.reduce((S,
|
|
292
|
-
S.push(
|
|
293
|
-
const g = tt(
|
|
292
|
+
return _e(l) ? [...l.reduce((S, f) => {
|
|
293
|
+
S.push(f);
|
|
294
|
+
const g = tt(f, t);
|
|
294
295
|
return _e(g) && S.push(...g), S;
|
|
295
296
|
}, [])] : [];
|
|
296
297
|
}
|
|
297
|
-
function
|
|
298
|
-
const t = e.split(","), l = t[0].indexOf("base64") >= 0 ? atob(t[1]) : decodeURI(t[1]), S = t[0].split(":")[1].split(";")[0],
|
|
298
|
+
function Aa(e) {
|
|
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
|
-
return new Blob([
|
|
301
|
+
f[g] = l.charCodeAt(g);
|
|
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,27 +314,27 @@ function sn(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)
|
|
324
325
|
return !1;
|
|
325
|
-
for (let
|
|
326
|
-
const g = l[
|
|
326
|
+
for (let f = 0; f < l.length; f++) {
|
|
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
|
});
|
|
@@ -343,15 +344,15 @@ function Sr(e, t) {
|
|
|
343
344
|
return null;
|
|
344
345
|
var l = t.split(".");
|
|
345
346
|
let S = l.length;
|
|
346
|
-
for (var
|
|
347
|
-
if (
|
|
347
|
+
for (var f = e, g = 0; g < S; g++)
|
|
348
|
+
if (f = f[l[g]], f == null)
|
|
348
349
|
return null;
|
|
349
|
-
return
|
|
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) {
|
|
@@ -368,9 +369,9 @@ var nt = { exports: {} };
|
|
|
368
369
|
(function(l) {
|
|
369
370
|
e.exports = l();
|
|
370
371
|
})(function() {
|
|
371
|
-
return function l(S,
|
|
372
|
+
return function l(S, f, g) {
|
|
372
373
|
function x(N, $) {
|
|
373
|
-
if (!
|
|
374
|
+
if (!f[N]) {
|
|
374
375
|
if (!S[N]) {
|
|
375
376
|
var d = typeof Xe == "function" && Xe;
|
|
376
377
|
if (!$ && d)
|
|
@@ -380,18 +381,18 @@ var nt = { exports: {} };
|
|
|
380
381
|
var h = new Error("Cannot find module '" + N + "'");
|
|
381
382
|
throw h.code = "MODULE_NOT_FOUND", h;
|
|
382
383
|
}
|
|
383
|
-
var u =
|
|
384
|
+
var u = f[N] = { exports: {} };
|
|
384
385
|
S[N][0].call(u.exports, function(r) {
|
|
385
386
|
var y = S[N][1][r];
|
|
386
387
|
return x(y || r);
|
|
387
|
-
}, u, u.exports, l, S,
|
|
388
|
+
}, u, u.exports, l, S, f, g);
|
|
388
389
|
}
|
|
389
|
-
return
|
|
390
|
+
return f[N].exports;
|
|
390
391
|
}
|
|
391
392
|
for (var P = typeof Xe == "function" && Xe, _ = 0; _ < g.length; _++)
|
|
392
393
|
x(g[_]);
|
|
393
394
|
return x;
|
|
394
|
-
}({ 1: [function(l, S,
|
|
395
|
+
}({ 1: [function(l, S, f) {
|
|
395
396
|
(function(g) {
|
|
396
397
|
var x = g.MutationObserver || g.WebKitMutationObserver, P;
|
|
397
398
|
if (x) {
|
|
@@ -430,7 +431,7 @@ var nt = { exports: {} };
|
|
|
430
431
|
u.push(I) === 1 && !h && P();
|
|
431
432
|
}
|
|
432
433
|
}).call(this, typeof Qe < "u" ? Qe : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
433
|
-
}, {}], 2: [function(l, S,
|
|
434
|
+
}, {}], 2: [function(l, S, f) {
|
|
434
435
|
var g = l(1);
|
|
435
436
|
function x() {
|
|
436
437
|
}
|
|
@@ -471,8 +472,8 @@ var nt = { exports: {} };
|
|
|
471
472
|
var L;
|
|
472
473
|
try {
|
|
473
474
|
L = T(D);
|
|
474
|
-
} catch (
|
|
475
|
-
return P.reject(b,
|
|
475
|
+
} catch (s) {
|
|
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
|
});
|
|
@@ -486,8 +487,8 @@ var nt = { exports: {} };
|
|
|
486
487
|
y(b, L);
|
|
487
488
|
else {
|
|
488
489
|
b.state = N, b.outcome = T;
|
|
489
|
-
for (var
|
|
490
|
-
b.queue[
|
|
490
|
+
for (var s = -1, A = b.queue.length; ++s < A; )
|
|
491
|
+
b.queue[s].callFulfilled(T);
|
|
491
492
|
}
|
|
492
493
|
return b;
|
|
493
494
|
}, P.reject = function(b, T) {
|
|
@@ -508,11 +509,11 @@ var nt = { exports: {} };
|
|
|
508
509
|
function L(Q) {
|
|
509
510
|
D || (D = !0, P.reject(b, Q));
|
|
510
511
|
}
|
|
511
|
-
function
|
|
512
|
+
function s(Q) {
|
|
512
513
|
D || (D = !0, P.resolve(b, Q));
|
|
513
514
|
}
|
|
514
515
|
function A() {
|
|
515
|
-
T(
|
|
516
|
+
T(s, L);
|
|
516
517
|
}
|
|
517
518
|
var J = I(A);
|
|
518
519
|
J.status === "error" && L(J.value);
|
|
@@ -543,7 +544,7 @@ var nt = { exports: {} };
|
|
|
543
544
|
var D = b.length, L = !1;
|
|
544
545
|
if (!D)
|
|
545
546
|
return this.resolve([]);
|
|
546
|
-
for (var
|
|
547
|
+
for (var s = new Array(D), A = 0, J = -1, Q = new this(x); ++J < D; )
|
|
547
548
|
ee(b[J], J);
|
|
548
549
|
return Q;
|
|
549
550
|
function ee(ce, we) {
|
|
@@ -551,7 +552,7 @@ var nt = { exports: {} };
|
|
|
551
552
|
L || (L = !0, P.reject(Q, Y));
|
|
552
553
|
});
|
|
553
554
|
function W(Y) {
|
|
554
|
-
|
|
555
|
+
s[we] = Y, ++A === D && !L && (L = !0, P.resolve(Q, s));
|
|
555
556
|
}
|
|
556
557
|
}
|
|
557
558
|
}
|
|
@@ -563,8 +564,8 @@ var nt = { exports: {} };
|
|
|
563
564
|
var D = b.length, L = !1;
|
|
564
565
|
if (!D)
|
|
565
566
|
return this.resolve([]);
|
|
566
|
-
for (var
|
|
567
|
-
J(b[
|
|
567
|
+
for (var s = -1, A = new this(x); ++s < D; )
|
|
568
|
+
J(b[s]);
|
|
568
569
|
return A;
|
|
569
570
|
function J(Q) {
|
|
570
571
|
T.resolve(Q).then(function(ee) {
|
|
@@ -574,11 +575,11 @@ var nt = { exports: {} };
|
|
|
574
575
|
});
|
|
575
576
|
}
|
|
576
577
|
}
|
|
577
|
-
}, { 1: 1 }], 3: [function(l, S,
|
|
578
|
+
}, { 1: 1 }], 3: [function(l, S, f) {
|
|
578
579
|
(function(g) {
|
|
579
580
|
typeof g.Promise != "function" && (g.Promise = l(2));
|
|
580
581
|
}).call(this, typeof Qe < "u" ? Qe : typeof self < "u" ? self : typeof window < "u" ? window : {});
|
|
581
|
-
}, { 2: 2 }], 4: [function(l, S,
|
|
582
|
+
}, { 2: 2 }], 4: [function(l, S, f) {
|
|
582
583
|
var g = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(n) {
|
|
583
584
|
return typeof n;
|
|
584
585
|
} : function(n) {
|
|
@@ -674,7 +675,7 @@ var nt = { exports: {} };
|
|
|
674
675
|
return i = c, i;
|
|
675
676
|
});
|
|
676
677
|
}
|
|
677
|
-
function
|
|
678
|
+
function s(n) {
|
|
678
679
|
var c = E[n.name], a = {};
|
|
679
680
|
a.promise = new d(function(m, v) {
|
|
680
681
|
a.resolve = m, a.reject = v;
|
|
@@ -696,7 +697,7 @@ var nt = { exports: {} };
|
|
|
696
697
|
return new d(function(a, m) {
|
|
697
698
|
if (E[n.name] = E[n.name] || ne(), n.db)
|
|
698
699
|
if (c)
|
|
699
|
-
|
|
700
|
+
s(n), n.db.close();
|
|
700
701
|
else
|
|
701
702
|
return a(n.db);
|
|
702
703
|
var v = [n.name];
|
|
@@ -758,7 +759,7 @@ var nt = { exports: {} };
|
|
|
758
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) {
|
|
@@ -770,7 +771,7 @@ var nt = { exports: {} };
|
|
|
770
771
|
return u(a, n, n), a;
|
|
771
772
|
}
|
|
772
773
|
function G(n) {
|
|
773
|
-
|
|
774
|
+
s(n);
|
|
774
775
|
for (var c = E[n.name], a = c.forages, m = 0; m < a.length; m++) {
|
|
775
776
|
var v = a[m];
|
|
776
777
|
v._dbInfo.db && (v._dbInfo.db.close(), v._dbInfo.db = null);
|
|
@@ -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
|
|
@@ -1071,7 +1072,7 @@ var nt = { exports: {} };
|
|
|
1071
1072
|
n.storeName ? v = C.then(function(R) {
|
|
1072
1073
|
if (R.objectStoreNames.contains(n.storeName)) {
|
|
1073
1074
|
var B = R.version + 1;
|
|
1074
|
-
|
|
1075
|
+
s(n);
|
|
1075
1076
|
var F = E[n.name], k = F.forages;
|
|
1076
1077
|
R.close();
|
|
1077
1078
|
for (var q = 0; q < k.length; q++) {
|
|
@@ -1103,7 +1104,7 @@ var nt = { exports: {} };
|
|
|
1103
1104
|
});
|
|
1104
1105
|
}
|
|
1105
1106
|
}) : v = C.then(function(R) {
|
|
1106
|
-
|
|
1107
|
+
s(n);
|
|
1107
1108
|
var B = E[n.name], F = B.forages;
|
|
1108
1109
|
R.close();
|
|
1109
1110
|
for (var k = 0; k < F.length; k++) {
|
|
@@ -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);
|
|
@@ -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,21 +1837,21 @@ 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
|
-
async function e(
|
|
1840
|
+
function xa() {
|
|
1841
|
+
async function e(f) {
|
|
1841
1842
|
const g = ve();
|
|
1842
|
-
(await g.keys()).filter((_) => _.startsWith(
|
|
1843
|
+
(await g.keys()).filter((_) => _.startsWith(f)).forEach((_) => {
|
|
1843
1844
|
g.removeItem(_);
|
|
1844
1845
|
});
|
|
1845
1846
|
}
|
|
1846
|
-
async function t(
|
|
1847
|
-
return await ve().getItem(
|
|
1847
|
+
async function t(f) {
|
|
1848
|
+
return await ve().getItem(f);
|
|
1848
1849
|
}
|
|
1849
|
-
async function l(
|
|
1850
|
-
return await ve().removeItem(
|
|
1850
|
+
async function l(f) {
|
|
1851
|
+
return await ve().removeItem(f);
|
|
1851
1852
|
}
|
|
1852
|
-
async function S(
|
|
1853
|
-
await ve().setItem(g,
|
|
1853
|
+
async function S(f, g) {
|
|
1854
|
+
await ve().setItem(g, f);
|
|
1854
1855
|
}
|
|
1855
1856
|
return {
|
|
1856
1857
|
clearAsync: e,
|
|
@@ -1860,21 +1861,21 @@ function ma() {
|
|
|
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
|
-
var t, l, S,
|
|
1877
|
-
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 = ((
|
|
1876
|
+
function xn(e) {
|
|
1877
|
+
var t, l, S, f, g;
|
|
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");
|
|
1879
1880
|
if (e.storeMode == "whole-last-updated") {
|
|
1880
1881
|
if (e.api == null)
|
|
@@ -1885,23 +1886,23 @@ function bn(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 = "");
|
|
1894
1895
|
let l = new URLSearchParams();
|
|
1895
|
-
Object.entries(e.params).sort(Ue.firstBy((
|
|
1896
|
-
|
|
1896
|
+
Object.entries(e.params).sort(Ue.firstBy((f) => f[0])).forEach((f) => {
|
|
1897
|
+
f[1] != null && l.append(f[0], f[1].toString());
|
|
1897
1898
|
}), t = `${t}?${l.toString()}`;
|
|
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({}),
|
|
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 = "";
|
|
@@ -1913,7 +1914,7 @@ function An(e) {
|
|
|
1913
1914
|
const y = x(r), I = r.refresh;
|
|
1914
1915
|
if (!I && l.value[y] !== void 0)
|
|
1915
1916
|
return l.value[y];
|
|
1916
|
-
if (!I &&
|
|
1917
|
+
if (!I && f == !0) {
|
|
1917
1918
|
const i = await ve().getItem(y);
|
|
1918
1919
|
if (i != null && (e.api == null || parseFloat(i.meta.storedOn) > t - 7))
|
|
1919
1920
|
return l.value[y] = i, i;
|
|
@@ -1931,7 +1932,7 @@ function An(e) {
|
|
|
1931
1932
|
count: T == null ? void 0 : T.count,
|
|
1932
1933
|
filters: (T == null ? void 0 : T.filters) ?? []
|
|
1933
1934
|
};
|
|
1934
|
-
|
|
1935
|
+
f == !0 && await ve().setItem(y, D), w(D);
|
|
1935
1936
|
} catch (T) {
|
|
1936
1937
|
M(T);
|
|
1937
1938
|
} finally {
|
|
@@ -1953,7 +1954,7 @@ function An(e) {
|
|
|
1953
1954
|
const y = x(r), I = r.refresh;
|
|
1954
1955
|
if (!I && l.value[y] !== void 0)
|
|
1955
1956
|
return l.value[y];
|
|
1956
|
-
if (!I &&
|
|
1957
|
+
if (!I && f == !0) {
|
|
1957
1958
|
const i = await ve().getItem(y);
|
|
1958
1959
|
if (i != null && (e.api == null || parseFloat(i.meta.storedOn) > t - 7))
|
|
1959
1960
|
return l.value[y] = i, { data: i.data };
|
|
@@ -1970,7 +1971,7 @@ function An(e) {
|
|
|
1970
1971
|
meta: { storedOn: t.toString() },
|
|
1971
1972
|
data: T == null ? void 0 : T.data
|
|
1972
1973
|
};
|
|
1973
|
-
|
|
1974
|
+
f == !0 && await ve().setItem(y, D), w(D);
|
|
1974
1975
|
} catch (T) {
|
|
1975
1976
|
M(T);
|
|
1976
1977
|
} finally {
|
|
@@ -2002,7 +2003,7 @@ function An(e) {
|
|
|
2002
2003
|
meta: { storedOn: t.toString() },
|
|
2003
2004
|
data: { ...(i = l.value[y]) == null ? void 0 : i.data, ...I }
|
|
2004
2005
|
};
|
|
2005
|
-
return l.value[y] = E,
|
|
2006
|
+
return l.value[y] = E, f == !0 && await ve().setItem(y, E), I.id != null && I.rowVersion != null && Object.entries(l.value).forEach((M) => {
|
|
2006
2007
|
const b = M[1].data;
|
|
2007
2008
|
if (b != null)
|
|
2008
2009
|
if (Array.isArray(b))
|
|
@@ -2032,7 +2033,7 @@ function An(e) {
|
|
|
2032
2033
|
meta: { storedOn: t.toString() },
|
|
2033
2034
|
data: I
|
|
2034
2035
|
};
|
|
2035
|
-
return
|
|
2036
|
+
return f == !0 && await ve().setItem(y, i), l.value[y] = i, i.data;
|
|
2036
2037
|
}
|
|
2037
2038
|
return I;
|
|
2038
2039
|
}
|
|
@@ -2058,7 +2059,7 @@ function An(e) {
|
|
|
2058
2059
|
M[b].id == I && M.splice(b, 1);
|
|
2059
2060
|
else
|
|
2060
2061
|
delete l.value[w[0]];
|
|
2061
|
-
}),
|
|
2062
|
+
}), f == !0 && await ve().removeItem(y);
|
|
2062
2063
|
}
|
|
2063
2064
|
async function h(r) {
|
|
2064
2065
|
if (r.additionalUrl ?? (r.additionalUrl = `/patch/restore?id=${r.data.id}`), g(r), e.api != null)
|
|
@@ -2083,7 +2084,7 @@ function An(e) {
|
|
|
2083
2084
|
}
|
|
2084
2085
|
function qr(e) {
|
|
2085
2086
|
return pr(e.storeName, () => {
|
|
2086
|
-
const t = z(), l = z(0), S = he.utc().toSeconds() / 3600,
|
|
2087
|
+
const t = z(), l = z(0), S = he.utc().toSeconds() / 3600, f = z(), g = z(), x = z({}), P = e.storageMode == "local-cache";
|
|
2087
2088
|
function _() {
|
|
2088
2089
|
var i;
|
|
2089
2090
|
return `${e.storeName}_${((i = e.auth) == null ? void 0 : i.credentials.value.userID) ?? "no-user-id"}`;
|
|
@@ -2105,13 +2106,13 @@ function qr(e) {
|
|
|
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) => {
|
|
2112
2113
|
var A, J;
|
|
2113
|
-
const
|
|
2114
|
-
|
|
2114
|
+
const s = t.value.findIndex((Q) => Q.id == L.id);
|
|
2115
|
+
s >= 0 ? (A = t.value) == null || A.splice(s, 1, L) : (J = t.value) == null || J.push(L);
|
|
2115
2116
|
}), l.value = t.value.length, g.value = {
|
|
2116
2117
|
lastUpdate: he.utc().toString(),
|
|
2117
2118
|
storedOn: S.toString()
|
|
@@ -2135,7 +2136,7 @@ function qr(e) {
|
|
|
2135
2136
|
if (!w && P == !0) {
|
|
2136
2137
|
const D = await ve().getItem(E);
|
|
2137
2138
|
if (D != null && parseFloat(D.meta.storedOn) > S - 7)
|
|
2138
|
-
return t.value = D.data, l.value = D.data.length,
|
|
2139
|
+
return t.value = D.data, l.value = D.data.length, f.value = D.filters ?? [], g.value = D.meta, {
|
|
2139
2140
|
count: (b = t.value) == null ? void 0 : b.length,
|
|
2140
2141
|
data: t.value ?? [],
|
|
2141
2142
|
filters: []
|
|
@@ -2145,7 +2146,7 @@ function qr(e) {
|
|
|
2145
2146
|
return {
|
|
2146
2147
|
count: (T = t.value) == null ? void 0 : T.length,
|
|
2147
2148
|
data: t.value ?? [],
|
|
2148
|
-
filters:
|
|
2149
|
+
filters: f.value
|
|
2149
2150
|
};
|
|
2150
2151
|
t.value ?? (t.value = []);
|
|
2151
2152
|
try {
|
|
@@ -2162,14 +2163,14 @@ function qr(e) {
|
|
|
2162
2163
|
throw new Error("no id provided");
|
|
2163
2164
|
let M = i.refresh;
|
|
2164
2165
|
if (!M && t.value != null) {
|
|
2165
|
-
const
|
|
2166
|
-
if (
|
|
2167
|
-
return { data:
|
|
2166
|
+
const s = t.value.find((A) => A.id == w);
|
|
2167
|
+
if (s != null)
|
|
2168
|
+
return { data: s };
|
|
2168
2169
|
}
|
|
2169
2170
|
if (!M && P == !0) {
|
|
2170
|
-
const
|
|
2171
|
-
if (
|
|
2172
|
-
t.value =
|
|
2171
|
+
const s = await ve().getItem(E);
|
|
2172
|
+
if (s != null && parseFloat(s.meta.storedOn) > S - 12) {
|
|
2173
|
+
t.value = s.data, l.value = s.data.length, f.value = s.filters ?? [], g.value = s.meta;
|
|
2173
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 };
|
|
@@ -2177,13 +2178,13 @@ function qr(e) {
|
|
|
2177
2178
|
}
|
|
2178
2179
|
if (e.api == null)
|
|
2179
2180
|
return {
|
|
2180
|
-
data: (D = t.value) == null ? void 0 : D.find((
|
|
2181
|
+
data: (D = t.value) == null ? void 0 : D.find((s) => s.id == i.id)
|
|
2181
2182
|
};
|
|
2182
2183
|
t.value ?? (t.value = []);
|
|
2183
2184
|
try {
|
|
2184
|
-
return await $(i), { data: (L = t.value) == null ? void 0 : L.find((
|
|
2185
|
-
} catch (
|
|
2186
|
-
let A =
|
|
2185
|
+
return await $(i), { data: (L = t.value) == null ? void 0 : L.find((s) => s.id == i.id) };
|
|
2186
|
+
} catch (s) {
|
|
2187
|
+
let A = s;
|
|
2187
2188
|
throw new Error(A.message ?? "Problem");
|
|
2188
2189
|
}
|
|
2189
2190
|
}
|
|
@@ -2271,8 +2272,8 @@ let Ar;
|
|
|
2271
2272
|
function Er() {
|
|
2272
2273
|
return Ar;
|
|
2273
2274
|
}
|
|
2274
|
-
function
|
|
2275
|
-
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,
|
|
2275
|
+
function Cn(e) {
|
|
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();
|
|
2278
2279
|
return Object.entries(u).forEach((y) => {
|
|
@@ -2293,8 +2294,8 @@ function En(e) {
|
|
|
2293
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
|
-
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)),
|
|
2297
|
-
return console.log(`DEMO: Get from ${i}`),
|
|
2297
|
+
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)), f != null && f.isDemoing.value)
|
|
2298
|
+
return console.log(`DEMO: Get from ${i}`), f.get(u);
|
|
2298
2299
|
console.log(`Get from ${i}`);
|
|
2299
2300
|
let w;
|
|
2300
2301
|
try {
|
|
@@ -2328,8 +2329,8 @@ function En(e) {
|
|
|
2328
2329
|
async function N(u) {
|
|
2329
2330
|
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;
|
|
2330
2331
|
let i = u.finalUrl, E = u.headers;
|
|
2331
|
-
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)),
|
|
2332
|
-
return console.log(`DEMO: Get all from ${i}`),
|
|
2332
|
+
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)), f != null && f.isDemoing.value)
|
|
2333
|
+
return console.log(`DEMO: Get all from ${i}`), f.getAll(u);
|
|
2333
2334
|
console.log(`Get all from ${i}`);
|
|
2334
2335
|
let w;
|
|
2335
2336
|
try {
|
|
@@ -2363,8 +2364,8 @@ function En(e) {
|
|
|
2363
2364
|
async function $(u) {
|
|
2364
2365
|
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;
|
|
2365
2366
|
let i = u.finalUrl, E = u.headers;
|
|
2366
|
-
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)),
|
|
2367
|
-
return console.log(`DEMO: Post to ${i}`),
|
|
2367
|
+
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)), f != null && f.isDemoing.value)
|
|
2368
|
+
return console.log(`DEMO: Post to ${i}`), f.post(u);
|
|
2368
2369
|
console.log(`Post to ${i}`);
|
|
2369
2370
|
let w;
|
|
2370
2371
|
try {
|
|
@@ -2399,8 +2400,8 @@ function En(e) {
|
|
|
2399
2400
|
async function d(u) {
|
|
2400
2401
|
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;
|
|
2401
2402
|
let i = u.finalUrl, E = u.headers;
|
|
2402
|
-
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)),
|
|
2403
|
-
return console.log(`DEMO: Patch to ${i}`),
|
|
2403
|
+
if (i == null && (i = S(u)), u.overrideHeaders !== !0 && (E = t(u)), f != null && f.isDemoing.value)
|
|
2404
|
+
return console.log(`DEMO: Patch to ${i}`), f.patch(u);
|
|
2404
2405
|
console.log(`Patch to ${i}`);
|
|
2405
2406
|
let w;
|
|
2406
2407
|
try {
|
|
@@ -2435,8 +2436,8 @@ function En(e) {
|
|
|
2435
2436
|
async function h(u) {
|
|
2436
2437
|
const r = u.throwError ?? (e == null ? void 0 : e.defaultThrowError) ?? !0;
|
|
2437
2438
|
let y = u.finalUrl, I = u.headers;
|
|
2438
|
-
if (y == null && (y = S(u)), u.overrideHeaders !== !0 && (I = t(u)),
|
|
2439
|
-
return console.log(`DEMO: Delete ${y}`),
|
|
2439
|
+
if (y == null && (y = S(u)), u.overrideHeaders !== !0 && (I = t(u)), f != null && f.isDemoing.value)
|
|
2440
|
+
return console.log(`DEMO: Delete ${y}`), f.deleteItem(u);
|
|
2440
2441
|
console.log(`Delete ${y}`);
|
|
2441
2442
|
let i;
|
|
2442
2443
|
try {
|
|
@@ -2472,7 +2473,7 @@ function En(e) {
|
|
|
2472
2473
|
}, Ar;
|
|
2473
2474
|
}
|
|
2474
2475
|
function ut(e) {
|
|
2475
|
-
const { actionErrorMsg: t, actionLoadingMsg: l, clearErrors: S, isLoading:
|
|
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);
|
|
@@ -2593,25 +2594,25 @@ function ut(e) {
|
|
|
2593
2594
|
doAction: g,
|
|
2594
2595
|
getAllItems: N,
|
|
2595
2596
|
getItem: _,
|
|
2596
|
-
isLoading:
|
|
2597
|
+
isLoading: f,
|
|
2597
2598
|
logError: x,
|
|
2598
2599
|
restoreItem: $,
|
|
2599
2600
|
saveItem: d
|
|
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
|
|
2615
|
+
const f = Xt("auth-credentials", {});
|
|
2615
2616
|
function g(D) {
|
|
2616
2617
|
if (D == null)
|
|
2617
2618
|
return !0;
|
|
@@ -2620,10 +2621,10 @@ function Dn(e) {
|
|
|
2620
2621
|
return !1;
|
|
2621
2622
|
if (L.requiresAuth === !1)
|
|
2622
2623
|
return !0;
|
|
2623
|
-
const
|
|
2624
|
-
if (
|
|
2624
|
+
const s = K(f);
|
|
2625
|
+
if (s.isSuspended && L.ignoreSuspension !== !0)
|
|
2625
2626
|
return !1;
|
|
2626
|
-
if (
|
|
2627
|
+
if (s.isGlobalAdmin)
|
|
2627
2628
|
return !0;
|
|
2628
2629
|
if (L.permissions != null) {
|
|
2629
2630
|
for (var A = 0; A < L.permissions.length; A++)
|
|
@@ -2633,11 +2634,11 @@ function Dn(e) {
|
|
|
2633
2634
|
return !0;
|
|
2634
2635
|
}
|
|
2635
2636
|
function x(D) {
|
|
2636
|
-
const L = K(
|
|
2637
|
+
const L = K(f);
|
|
2637
2638
|
if (L.userPermissions != null)
|
|
2638
|
-
for (var
|
|
2639
|
-
var A = L.userPermissions[
|
|
2640
|
-
if (L.userPermissions[
|
|
2639
|
+
for (var s = 0; s < L.userPermissions.length; s++) {
|
|
2640
|
+
var A = L.userPermissions[s].split(".");
|
|
2641
|
+
if (L.userPermissions[s] == "everything.edit" || D == A[0] && A.length > 1 && A[1] == "edit")
|
|
2641
2642
|
return !0;
|
|
2642
2643
|
}
|
|
2643
2644
|
return !1;
|
|
@@ -2650,10 +2651,10 @@ function Dn(e) {
|
|
|
2650
2651
|
return !1;
|
|
2651
2652
|
if (L.requiresAuth === !1)
|
|
2652
2653
|
return !0;
|
|
2653
|
-
const
|
|
2654
|
-
if (
|
|
2654
|
+
const s = K(f);
|
|
2655
|
+
if (s.isSuspended && L.ignoreSuspension !== !0)
|
|
2655
2656
|
return !1;
|
|
2656
|
-
if (
|
|
2657
|
+
if (s.isGlobalAdmin)
|
|
2657
2658
|
return !0;
|
|
2658
2659
|
if (L.permissions != null) {
|
|
2659
2660
|
for (var A = 0; A < L.permissions.length; A++)
|
|
@@ -2663,76 +2664,76 @@ function Dn(e) {
|
|
|
2663
2664
|
return !0;
|
|
2664
2665
|
}
|
|
2665
2666
|
function _(D) {
|
|
2666
|
-
const L = K(
|
|
2667
|
+
const L = K(f);
|
|
2667
2668
|
if (L.userPermissions != null)
|
|
2668
|
-
for (var
|
|
2669
|
-
var A = L.userPermissions[
|
|
2670
|
-
if (D == A[0] || D == "everything" || L.userPermissions[
|
|
2669
|
+
for (var s = 0; s < L.userPermissions.length; s++) {
|
|
2670
|
+
var A = L.userPermissions[s].split(".");
|
|
2671
|
+
if (D == A[0] || D == "everything" || L.userPermissions[s] == "everything.view" || L.userPermissions[s] == "everything.edit")
|
|
2671
2672
|
return !0;
|
|
2672
2673
|
}
|
|
2673
2674
|
return !1;
|
|
2674
2675
|
}
|
|
2675
|
-
function N(D, L,
|
|
2676
|
+
function N(D, L, s) {
|
|
2676
2677
|
let A = !0;
|
|
2677
|
-
return K(
|
|
2678
|
-
|
|
2678
|
+
return K(f).isGlobalAdmin ? !0 : (L != null && L.length > 0 && L.forEach((Q) => {
|
|
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) {
|
|
2682
|
-
var
|
|
2683
|
+
var s = e.getAuthItem != null ? e.getAuthItem(D) : null;
|
|
2683
2684
|
let A = !1;
|
|
2684
|
-
if (
|
|
2685
|
+
if (s == null)
|
|
2685
2686
|
return !1;
|
|
2686
|
-
let J =
|
|
2687
|
-
return ee || !L || !_e(
|
|
2687
|
+
let J = s.subscriptions ?? [], Q = s.permissions ?? [], ee = N(J, Q, "view");
|
|
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
|
}
|
|
2691
2692
|
function d(D) {
|
|
2692
|
-
return e.getAuthorizeUrl ?? (e.getAuthorizeUrl = (L,
|
|
2693
|
-
const A = Be(Wr(), `authorize?response_type=code&client_id=${e.oauthClientID}&redirect_uri=${window.location.origin}/authentication&state=${
|
|
2693
|
+
return e.getAuthorizeUrl ?? (e.getAuthorizeUrl = (L, s) => {
|
|
2694
|
+
const A = Be(Wr(), `authorize?response_type=code&client_id=${e.oauthClientID}&redirect_uri=${window.location.origin}/authentication&state=${s}`);
|
|
2694
2695
|
return L ? `${A}&redirect_path=${L}` : A;
|
|
2695
2696
|
}), e.getAuthorizeUrl != null ? e.getAuthorizeUrl(D, l.value) ?? "" : "";
|
|
2696
2697
|
}
|
|
2697
2698
|
function h(D) {
|
|
2698
|
-
var
|
|
2699
|
-
return D == null ? 0 : ((
|
|
2699
|
+
var s;
|
|
2700
|
+
return D == null ? 0 : ((s = (e.subscriptionOptions ?? []).find((A) => A.code == D)) == null ? void 0 : s.value) ?? 0;
|
|
2700
2701
|
}
|
|
2701
2702
|
function u(D) {
|
|
2702
|
-
const L = K(
|
|
2703
|
+
const L = K(f);
|
|
2703
2704
|
if (L.subscriptionCode == null)
|
|
2704
2705
|
return !1;
|
|
2705
2706
|
if (L.subscriptionCode == D)
|
|
2706
2707
|
return !0;
|
|
2707
|
-
const
|
|
2708
|
-
return
|
|
2708
|
+
const s = h(D), A = h(L.subscriptionCode);
|
|
2709
|
+
return s <= A;
|
|
2709
2710
|
}
|
|
2710
2711
|
function r(D) {
|
|
2711
|
-
const
|
|
2712
|
-
atob(
|
|
2712
|
+
const s = D.split(".")[1].replace(/-/g, "+").replace(/_/g, "/"), A = decodeURIComponent(
|
|
2713
|
+
atob(s).split("").map(function(J) {
|
|
2713
2714
|
return "%" + ("00" + J.charCodeAt(0).toString(16)).slice(-2);
|
|
2714
2715
|
}).join("")
|
|
2715
2716
|
);
|
|
2716
2717
|
return JSON.parse(A);
|
|
2717
2718
|
}
|
|
2718
2719
|
function y(D, L) {
|
|
2719
|
-
|
|
2720
|
+
f.value = void 0, M(), D != null && L != null && L.currentRoute.value.path != D && L.push({ path: D });
|
|
2720
2721
|
}
|
|
2721
2722
|
function I(D) {
|
|
2722
|
-
var
|
|
2723
|
-
K(
|
|
2723
|
+
var s;
|
|
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 () => {
|
|
2727
|
-
let
|
|
2728
|
-
if (
|
|
2728
|
+
let s = D, A = L, J = e.oauthGrantType ?? "authorization_token", Q = e.oauthClientID ?? "";
|
|
2729
|
+
if (s == null || A == null)
|
|
2729
2730
|
throw new Error("Code and State required in OAuth token process");
|
|
2730
2731
|
if (A != l.value)
|
|
2731
2732
|
throw new Error("state does not match");
|
|
2732
2733
|
let ee = "";
|
|
2733
|
-
e.getTokenUrl ?? (e.getTokenUrl = () => Be(Wr(), "token")), ee = e.getTokenUrl(
|
|
2734
|
+
e.getTokenUrl ?? (e.getTokenUrl = () => Be(Wr(), "token")), ee = e.getTokenUrl(s, `${window.location.origin}/authentication`, J, Q);
|
|
2734
2735
|
const ce = {};
|
|
2735
|
-
ce.grant_type = J, ce.code =
|
|
2736
|
+
ce.grant_type = J, ce.code = s, ce.redirect_uri = `${window.location.origin}/authentication`, ce.client_id = Q;
|
|
2736
2737
|
const W = await Er().post({
|
|
2737
2738
|
additionalUrl: ee,
|
|
2738
2739
|
data: ce
|
|
@@ -2743,28 +2744,28 @@ function Dn(e) {
|
|
|
2743
2744
|
function E(D) {
|
|
2744
2745
|
if (D != null && (e.demo == null || !e.demo.isDemoing.value)) {
|
|
2745
2746
|
const L = r(D);
|
|
2746
|
-
w(L, D), e.processTokenPayload != null && e.processTokenPayload(
|
|
2747
|
+
w(L, D), e.processTokenPayload != null && e.processTokenPayload(f, L);
|
|
2747
2748
|
}
|
|
2748
2749
|
}
|
|
2749
2750
|
function w(D, L) {
|
|
2750
2751
|
var A;
|
|
2751
|
-
const
|
|
2752
|
-
|
|
2752
|
+
const s = f.value;
|
|
2753
|
+
s.expiresOn = D.ExpiresOn, s.isGlobalAdmin = D.IsGlobalAdmin == "True", s.isLoggedIn = !0, s.permissions = D.Permissions, s.subscriptionCode = D.Subscription, s.timeZone ?? (s.timeZone = e.defaultTimeZone ?? hr), s.token = L, s.userID = D.UserLoginID, s.userPermissions = ((A = D.Permissions) == null ? void 0 : A.split(",")) ?? [];
|
|
2753
2754
|
}
|
|
2754
2755
|
function M() {
|
|
2755
2756
|
var D;
|
|
2756
|
-
|
|
2757
|
+
f.value ?? (f.value = {}), (D = f.value).timeZone ?? (D.timeZone = e.defaultTimeZone ?? hr);
|
|
2757
2758
|
}
|
|
2758
2759
|
function b() {
|
|
2759
|
-
const D = K(
|
|
2760
|
+
const D = K(f);
|
|
2760
2761
|
return D.isLoggedIn && T() && (y(), window.location.href = d()), D.isLoggedIn;
|
|
2761
2762
|
}
|
|
2762
2763
|
function T() {
|
|
2763
|
-
const D = K(
|
|
2764
|
+
const D = K(f);
|
|
2764
2765
|
if (D == null || D.expiresOn == null)
|
|
2765
2766
|
return !0;
|
|
2766
|
-
const L = he.fromFormat(D.expiresOn, t),
|
|
2767
|
-
return L <=
|
|
2767
|
+
const L = he.fromFormat(D.expiresOn, t), s = he.utc();
|
|
2768
|
+
return L <= s;
|
|
2768
2769
|
}
|
|
2769
2770
|
return M(), Ir = {
|
|
2770
2771
|
authState: l,
|
|
@@ -2772,32 +2773,32 @@ function Dn(e) {
|
|
|
2772
2773
|
canEditPermit: x,
|
|
2773
2774
|
canView: P,
|
|
2774
2775
|
canViewPermit: _,
|
|
2775
|
-
credentials:
|
|
2776
|
+
credentials: f,
|
|
2776
2777
|
doShow: N,
|
|
2777
2778
|
doShowByNav: $,
|
|
2778
2779
|
getAuthorizeUrl: d,
|
|
2779
2780
|
getToken: i,
|
|
2780
|
-
isLoggedIn: te(() =>
|
|
2781
|
+
isLoggedIn: te(() => f.value.isLoggedIn === !0),
|
|
2781
2782
|
login: I,
|
|
2782
2783
|
logout: y,
|
|
2783
2784
|
resetAuthState: S,
|
|
2784
2785
|
setAuth: E,
|
|
2785
|
-
timeZone: te(() =>
|
|
2786
|
+
timeZone: te(() => f.value.timeZone ?? e.defaultTimeZone ?? hr),
|
|
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
|
-
stopPropagation:
|
|
2793
|
+
stopPropagation: f = !1,
|
|
2793
2794
|
axis: g = "both"
|
|
2794
2795
|
} = l, x = { capture: l.capture ?? !0 };
|
|
2795
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
|
-
K(S) && M.preventDefault(), K(
|
|
2798
|
+
K(S) && M.preventDefault(), K(f) && M.stopPropagation();
|
|
2798
2799
|
}
|
|
2799
2800
|
function r(M) {
|
|
2800
|
-
var
|
|
2801
|
+
var s;
|
|
2801
2802
|
const b = K(e);
|
|
2802
2803
|
if (!b)
|
|
2803
2804
|
return;
|
|
@@ -2808,15 +2809,15 @@ function xn(e, t, l = {}) {
|
|
|
2808
2809
|
}, P = {
|
|
2809
2810
|
x: T.offsetLeft,
|
|
2810
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) {
|
|
2814
2815
|
var A;
|
|
2815
2816
|
if (!N || !K(e))
|
|
2816
2817
|
return;
|
|
2817
2818
|
const D = M.type === "touchmove" && M.touches.length > 0 ? M.touches[0] : M;
|
|
2818
|
-
let L = D.clientX - N.x,
|
|
2819
|
-
(g === "x" || g === "both") && (P.x = _.x + L), (g === "y" || g === "both") && (P.y = _.y +
|
|
2819
|
+
let L = D.clientX - N.x, s = D.clientY - N.y;
|
|
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;
|
|
@@ -2857,9 +2858,9 @@ function xn(e, t, l = {}) {
|
|
|
2857
2858
|
turnDraggableOn: E
|
|
2858
2859
|
};
|
|
2859
2860
|
}
|
|
2860
|
-
const
|
|
2861
|
-
function
|
|
2862
|
-
let l, S = t.handleWidth ?? 12,
|
|
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 _n(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
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 ?
|
|
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,22 +2885,22 @@ function _n(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;
|
|
2896
|
-
document.documentElement.style.cursor = J(X.dataset.handle), d = X.dataset.handle, y.push(me("mousemove",
|
|
2897
|
+
document.documentElement.style.cursor = J(X.dataset.handle), d = X.dataset.handle, y.push(me("mousemove", s)), y.push(me("mouseup", A)), y.push(me("touchmove", s)), y.push(me("touchend", A)), M(W);
|
|
2897
2898
|
}
|
|
2898
|
-
function
|
|
2899
|
+
function s(W) {
|
|
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")) {
|
|
@@ -2918,7 +2919,7 @@ function _n(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 _n(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 _n(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 _n(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 && (T(Y), Q(W), r.forEach((
|
|
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,11 +3009,11 @@ function _n(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),
|
|
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
|
-
S.value = r <
|
|
3016
|
+
S.value = r < f;
|
|
3016
3017
|
});
|
|
3017
3018
|
function d(h) {
|
|
3018
3019
|
N(), h == "page" ? P(h) : h == "blade" ? _(["l", "r"], h) : h == "freestyle" ? (P(), _(void 0, h), $()) : h == "inline" && P();
|
|
@@ -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 ya(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() {
|
|
@@ -3072,7 +3073,7 @@ function Pn(e) {
|
|
|
3072
3073
|
drawerStick: e.defaultDrawerStick ?? !1
|
|
3073
3074
|
};
|
|
3074
3075
|
}
|
|
3075
|
-
function
|
|
3076
|
+
function f() {
|
|
3076
3077
|
localStorage.setItem("cosmetics", JSON.stringify(t.value));
|
|
3077
3078
|
}
|
|
3078
3079
|
function g(d) {
|
|
@@ -3114,7 +3115,7 @@ function Pn(e) {
|
|
|
3114
3115
|
}
|
|
3115
3116
|
}
|
|
3116
3117
|
return S(), Te(t, () => {
|
|
3117
|
-
|
|
3118
|
+
f();
|
|
3118
3119
|
}), Dr = {
|
|
3119
3120
|
state: t,
|
|
3120
3121
|
resetCosmetics: g,
|
|
@@ -3125,15 +3126,15 @@ function Pn(e) {
|
|
|
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,
|
|
3135
3136
|
headers: S,
|
|
3136
|
-
fileName:
|
|
3137
|
+
fileName: f = "data.csv",
|
|
3137
3138
|
format: g = "file"
|
|
3138
3139
|
} = t;
|
|
3139
3140
|
if (!_e(l))
|
|
@@ -3143,7 +3144,7 @@ function Nn() {
|
|
|
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];
|
|
@@ -3169,10 +3170,10 @@ function Nn() {
|
|
|
3169
3170
|
var h = d.join(`
|
|
3170
3171
|
`), u = new Blob([h], { type: "text/plain;charset=utf-8" });
|
|
3171
3172
|
if (window.navigator.msSaveOrOpenBlob)
|
|
3172
|
-
window.navigator.msSaveOrOpenBlob(u,
|
|
3173
|
+
window.navigator.msSaveOrOpenBlob(u, f);
|
|
3173
3174
|
else {
|
|
3174
3175
|
var r = document.createElement("a"), y = URL.createObjectURL(u);
|
|
3175
|
-
r.href = y, r.download =
|
|
3176
|
+
r.href = y, r.download = f, document.body.appendChild(r), r.click(), setTimeout(function() {
|
|
3176
3177
|
document.body.removeChild(r), window.URL.revokeObjectURL(y);
|
|
3177
3178
|
}, 0);
|
|
3178
3179
|
}
|
|
@@ -3182,18 +3183,18 @@ function Nn() {
|
|
|
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
|
-
return
|
|
3192
|
+
return f().startOf("day").toUTC().toString() ?? "";
|
|
3192
3193
|
}
|
|
3193
3194
|
function S() {
|
|
3194
|
-
return
|
|
3195
|
+
return f().startOf("day").plus({ day: 1 }).toUTC().toString() ?? "";
|
|
3195
3196
|
}
|
|
3196
|
-
function
|
|
3197
|
+
function f(_, N) {
|
|
3197
3198
|
return _ == null ? t().setZone(e.getTimeZone()) : N ? he.fromFormat(_, N, { zone: e.getTimeZone() }) : he.fromISO(_, { zone: e.getTimeZone() });
|
|
3198
3199
|
}
|
|
3199
3200
|
function g(_, N, $) {
|
|
@@ -3220,22 +3221,22 @@ function Mn(e) {
|
|
|
3220
3221
|
return xr = {
|
|
3221
3222
|
getToday: l,
|
|
3222
3223
|
getTomorrow: S,
|
|
3223
|
-
tzDate:
|
|
3224
|
+
tzDate: f,
|
|
3224
3225
|
tzString: g,
|
|
3225
3226
|
utcDate: x,
|
|
3226
3227
|
utcString: P
|
|
3227
3228
|
}, xr;
|
|
3228
3229
|
}
|
|
3229
3230
|
let Tr;
|
|
3230
|
-
function
|
|
3231
|
+
function Ma() {
|
|
3231
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;
|
|
3237
3238
|
}
|
|
3238
|
-
function
|
|
3239
|
+
function f() {
|
|
3239
3240
|
t.value = !1;
|
|
3240
3241
|
}
|
|
3241
3242
|
function g(d) {
|
|
@@ -3327,7 +3328,7 @@ function Ln(e) {
|
|
|
3327
3328
|
});
|
|
3328
3329
|
}
|
|
3329
3330
|
return Tr = {
|
|
3330
|
-
endDemo:
|
|
3331
|
+
endDemo: f,
|
|
3331
3332
|
isDemoing: t,
|
|
3332
3333
|
startDemo: S,
|
|
3333
3334
|
data: l,
|
|
@@ -3338,17 +3339,17 @@ function Ln(e) {
|
|
|
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
|
-
var
|
|
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
|
-
g == "development" ? x = "BWeb Dev" : g == "staging" ? x = "BlitzIt Sandpit" : x = "BlitzIt Web | Cloud-Based Wholesale Logistics Platform", ((
|
|
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
|
}
|
|
3353
3354
|
}
|
|
3354
3355
|
return {
|
|
@@ -3356,104 +3357,104 @@ function Aa(e) {
|
|
|
3356
3357
|
};
|
|
3357
3358
|
}
|
|
3358
3359
|
let _r;
|
|
3359
|
-
function
|
|
3360
|
+
function Ra() {
|
|
3360
3361
|
return _r;
|
|
3361
3362
|
}
|
|
3362
|
-
function
|
|
3363
|
-
function t(
|
|
3364
|
-
return
|
|
3363
|
+
function Wn(e) {
|
|
3364
|
+
function t(s, A, J) {
|
|
3365
|
+
return s ? on(s) ? J ?? "" : e.dates.tzString(s, A) : J ?? s ?? "";
|
|
3365
3366
|
}
|
|
3366
|
-
function l(
|
|
3367
|
-
if (!
|
|
3367
|
+
function l(s) {
|
|
3368
|
+
if (!s)
|
|
3368
3369
|
return "";
|
|
3369
|
-
if (typeof
|
|
3370
|
-
return
|
|
3370
|
+
if (typeof s != "object")
|
|
3371
|
+
return s;
|
|
3371
3372
|
var A = "";
|
|
3372
|
-
return
|
|
3373
|
+
return s.companyAccount != null && (A = s.companyAccount.companyName + " | "), s.addressLineOne != null && (A = A + s.addressLineOne + " "), s.streetNumber != null && (A = A + s.streetNumber + " "), s.streetName != null && (A = A + s.streetName + ", "), s.suburb != null && (A = A + s.suburb + " "), s.state != null && (A = A + s.state + " "), s.postcode != null && (A = A + s.postcode), A;
|
|
3373
3374
|
}
|
|
3374
|
-
function S(
|
|
3375
|
-
if (typeof
|
|
3376
|
-
return
|
|
3375
|
+
function S(s) {
|
|
3376
|
+
if (typeof s != "number")
|
|
3377
|
+
return s;
|
|
3377
3378
|
var A = new Intl.NumberFormat("en-US", {
|
|
3378
3379
|
style: "currency",
|
|
3379
3380
|
currency: "AUD",
|
|
3380
3381
|
minimumFractionDigits: 2
|
|
3381
3382
|
});
|
|
3382
|
-
return A.format(
|
|
3383
|
+
return A.format(s);
|
|
3383
3384
|
}
|
|
3384
|
-
function s
|
|
3385
|
-
return t(
|
|
3385
|
+
function f(s, A) {
|
|
3386
|
+
return t(s, "ccc | d LLL", A);
|
|
3386
3387
|
}
|
|
3387
|
-
function g(
|
|
3388
|
-
return t(
|
|
3388
|
+
function g(s, A) {
|
|
3389
|
+
return t(s, "d LLL", A);
|
|
3389
3390
|
}
|
|
3390
|
-
function x(
|
|
3391
|
-
return t(
|
|
3391
|
+
function x(s, A) {
|
|
3392
|
+
return t(s, "ccc", A);
|
|
3392
3393
|
}
|
|
3393
|
-
function P(
|
|
3394
|
-
return t(
|
|
3394
|
+
function P(s, A) {
|
|
3395
|
+
return t(s, "ccc dd LLL yyyy", A);
|
|
3395
3396
|
}
|
|
3396
|
-
function _(
|
|
3397
|
-
return t(
|
|
3397
|
+
function _(s, A) {
|
|
3398
|
+
return t(s, "ccc dd LLL @ hh:mm a", A);
|
|
3398
3399
|
}
|
|
3399
|
-
function N(
|
|
3400
|
-
return new Intl.NumberFormat().format(
|
|
3400
|
+
function N(s) {
|
|
3401
|
+
return new Intl.NumberFormat().format(s);
|
|
3401
3402
|
}
|
|
3402
|
-
function $(
|
|
3403
|
-
return
|
|
3403
|
+
function $(s) {
|
|
3404
|
+
return s == 0 ? "" : new Intl.NumberFormat().format(s);
|
|
3404
3405
|
}
|
|
3405
|
-
function d(
|
|
3406
|
-
if (
|
|
3406
|
+
function d(s) {
|
|
3407
|
+
if (s == 0)
|
|
3407
3408
|
return "";
|
|
3408
|
-
var A = new Intl.NumberFormat().format(
|
|
3409
|
-
return
|
|
3409
|
+
var A = new Intl.NumberFormat().format(s);
|
|
3410
|
+
return s > 0 ? "+" + A : A;
|
|
3410
3411
|
}
|
|
3411
|
-
function h(
|
|
3412
|
-
return e.dates.utcString(
|
|
3412
|
+
function h(s, A) {
|
|
3413
|
+
return e.dates.utcString(s, A);
|
|
3413
3414
|
}
|
|
3414
|
-
function u(
|
|
3415
|
-
return rt(
|
|
3415
|
+
function u(s) {
|
|
3416
|
+
return rt(s, !1);
|
|
3416
3417
|
}
|
|
3417
|
-
function r(
|
|
3418
|
-
if (!
|
|
3418
|
+
function r(s) {
|
|
3419
|
+
if (!s)
|
|
3419
3420
|
return "";
|
|
3420
|
-
if (typeof
|
|
3421
|
-
return
|
|
3421
|
+
if (typeof s != "object")
|
|
3422
|
+
return s;
|
|
3422
3423
|
var A = "";
|
|
3423
|
-
return
|
|
3424
|
+
return s.addressLineOne != null && (A = s.addressLineOne + " "), s.streetNumber != null && (A = A + s.streetNumber + " "), s.streetName != null && (A = A + s.streetName + " "), s.suburb != null && (A = A + s.suburb + " "), s.state != null && (A = A + s.state + " "), s.postcode != null && (A = A + s.postcode), A = A.replaceAll(",", " "), A;
|
|
3424
3425
|
}
|
|
3425
|
-
function y(
|
|
3426
|
-
return t(
|
|
3426
|
+
function y(s, A) {
|
|
3427
|
+
return t(s, "ddd DD MMM YYYY", A);
|
|
3427
3428
|
}
|
|
3428
|
-
function I(
|
|
3429
|
-
return t(
|
|
3429
|
+
function I(s, A) {
|
|
3430
|
+
return t(s, "ccc dd LLL yyyy hh:mm a", A);
|
|
3430
3431
|
}
|
|
3431
|
-
function i(
|
|
3432
|
+
function i(s) {
|
|
3432
3433
|
var A = new Intl.NumberFormat("en-US", {
|
|
3433
3434
|
style: "percent",
|
|
3434
3435
|
minimumFractionDigits: 2
|
|
3435
3436
|
});
|
|
3436
|
-
return A.format(
|
|
3437
|
+
return A.format(s);
|
|
3437
3438
|
}
|
|
3438
|
-
function E(
|
|
3439
|
-
return
|
|
3439
|
+
function E(s) {
|
|
3440
|
+
return s.replaceAll(",", " ");
|
|
3440
3441
|
}
|
|
3441
|
-
function w(
|
|
3442
|
-
return t(
|
|
3442
|
+
function w(s, A) {
|
|
3443
|
+
return t(s, "dd LLL yyyy", A);
|
|
3443
3444
|
}
|
|
3444
|
-
function M(
|
|
3445
|
-
return t(
|
|
3445
|
+
function M(s, A) {
|
|
3446
|
+
return t(s, "dd LLL yyyy hh:mm a", A);
|
|
3446
3447
|
}
|
|
3447
|
-
function b(
|
|
3448
|
-
return t(
|
|
3448
|
+
function b(s, A) {
|
|
3449
|
+
return t(s, "hh:mm a", A);
|
|
3449
3450
|
}
|
|
3450
|
-
function T(
|
|
3451
|
-
return
|
|
3451
|
+
function T(s) {
|
|
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 = {
|
|
3454
3455
|
toCompanyNameAndLocationLine: l,
|
|
3455
3456
|
toCurrency: S,
|
|
3456
|
-
toDayDate:
|
|
3457
|
+
toDayDate: f,
|
|
3457
3458
|
toDayMonth: g,
|
|
3458
3459
|
toDayOfWeek: x,
|
|
3459
3460
|
toDayShortDate: P,
|
|
@@ -3473,9 +3474,9 @@ function Un(e) {
|
|
|
3473
3474
|
toTime: b,
|
|
3474
3475
|
toTimeOfDay: T
|
|
3475
3476
|
};
|
|
3476
|
-
function L(
|
|
3477
|
-
if (
|
|
3478
|
-
let A =
|
|
3477
|
+
function L(s) {
|
|
3478
|
+
if (s != null) {
|
|
3479
|
+
let A = s;
|
|
3479
3480
|
if (A != null && D[A] != null)
|
|
3480
3481
|
return D[A];
|
|
3481
3482
|
}
|
|
@@ -3486,11 +3487,11 @@ function Un(e) {
|
|
|
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
|
-
let
|
|
3492
|
+
let f = g(K(e));
|
|
3492
3493
|
(t == null ? void 0 : t.useTracker) !== !1 && Te(S, (P) => {
|
|
3493
|
-
l.value = g(P) !=
|
|
3494
|
+
l.value = g(P) != f;
|
|
3494
3495
|
}, { deep: !0 });
|
|
3495
3496
|
function g(P) {
|
|
3496
3497
|
const _ = Lr(P);
|
|
@@ -3501,7 +3502,7 @@ function Bn(e, t) {
|
|
|
3501
3502
|
})), JSON.stringify(_);
|
|
3502
3503
|
}
|
|
3503
3504
|
function x() {
|
|
3504
|
-
|
|
3505
|
+
f = g(K(S)), l.value = !1;
|
|
3505
3506
|
}
|
|
3506
3507
|
return {
|
|
3507
3508
|
asyncItem: S,
|
|
@@ -3509,12 +3510,12 @@ function Bn(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),
|
|
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
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({
|
|
@@ -3523,7 +3524,7 @@ function Ia(e, t) {
|
|
|
3523
3524
|
proxyID: N.value,
|
|
3524
3525
|
store: Le({
|
|
3525
3526
|
storeMode: S,
|
|
3526
|
-
storageMode:
|
|
3527
|
+
storageMode: f,
|
|
3527
3528
|
nav: g
|
|
3528
3529
|
})
|
|
3529
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,7 +3532,7 @@ function Ia(e, t) {
|
|
|
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
3536
|
if (T.value == "new")
|
|
3536
3537
|
return !1;
|
|
3537
3538
|
const G = K($);
|
|
@@ -3544,7 +3545,7 @@ function Ia(e, t) {
|
|
|
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
|
|
@@ -3632,7 +3633,7 @@ function Ia(e, t) {
|
|
|
3632
3633
|
mode: T.value
|
|
3633
3634
|
});
|
|
3634
3635
|
}
|
|
3635
|
-
function
|
|
3636
|
+
function V() {
|
|
3636
3637
|
const G = K(T);
|
|
3637
3638
|
!G || G == "view" ? T.value = "edit" : G == "edit" && (T.value = "view");
|
|
3638
3639
|
}
|
|
@@ -3650,7 +3651,7 @@ function Ia(e, t) {
|
|
|
3650
3651
|
isChanged: Q,
|
|
3651
3652
|
isDeletable: L,
|
|
3652
3653
|
isEditing: te(() => T.value == "new" || T.value == "edit"),
|
|
3653
|
-
isEditable:
|
|
3654
|
+
isEditable: s,
|
|
3654
3655
|
isLoading: M,
|
|
3655
3656
|
isNew: te(() => T.value == "new"),
|
|
3656
3657
|
isRestorable: A,
|
|
@@ -3661,21 +3662,21 @@ function Ia(e, t) {
|
|
|
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),
|
|
@@ -3685,7 +3686,7 @@ function $n(e) {
|
|
|
3685
3686
|
var u;
|
|
3686
3687
|
return (u = P(h)) == null ? void 0 : u.archiveName;
|
|
3687
3688
|
}
|
|
3688
|
-
function
|
|
3689
|
+
function f(h) {
|
|
3689
3690
|
var u;
|
|
3690
3691
|
return ((u = P(h)) == null ? void 0 : u.cacheExpiryHours) ?? t;
|
|
3691
3692
|
}
|
|
@@ -3707,7 +3708,7 @@ function $n(e) {
|
|
|
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 $n(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,18 +3727,18 @@ function $n(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,
|
|
3738
3739
|
navigationItems: l,
|
|
3739
3740
|
findArchiveName: S,
|
|
3740
|
-
findCacheHours:
|
|
3741
|
+
findCacheHours: f,
|
|
3741
3742
|
findDisplay: g,
|
|
3742
3743
|
findIcon: x,
|
|
3743
3744
|
findItem: P,
|
|
@@ -3747,9 +3748,9 @@ function $n(e) {
|
|
|
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
|
|
@@ -3759,50 +3760,50 @@ function Da(e, t, l) {
|
|
|
3759
3760
|
function M() {
|
|
3760
3761
|
var U, j;
|
|
3761
3762
|
if (_) {
|
|
3762
|
-
const
|
|
3763
|
-
if (
|
|
3764
|
-
return Number.parseInt(
|
|
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
3776
|
if (_) {
|
|
3776
|
-
const
|
|
3777
|
-
if (
|
|
3778
|
-
return
|
|
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
3790
|
if (_) {
|
|
3790
|
-
const
|
|
3791
|
-
if (
|
|
3792
|
-
return
|
|
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
|
-
const L = z(K(e.startShowingInactive) ?? !1),
|
|
3801
|
+
const L = z(K(e.startShowingInactive) ?? !1), s = te(() => [
|
|
3801
3802
|
...e.searchProps ?? [],
|
|
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 Da(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 _e(j) && (
|
|
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
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 Da(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 Da(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 : {}),
|
|
@@ -3900,8 +3901,8 @@ function Da(e, t, l) {
|
|
|
3900
3901
|
function Ne() {
|
|
3901
3902
|
let U = K(A);
|
|
3902
3903
|
if (U = e.onFilter ? e.onFilter(U) : U, T.value != null && T.value.length > 0) {
|
|
3903
|
-
let j = [...
|
|
3904
|
-
e.itemText && j.push(e.itemText), _e(j) && (U = U.filter((
|
|
3904
|
+
let j = [...s.value];
|
|
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
|
}
|
|
@@ -3929,28 +3930,28 @@ function Da(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({
|
|
@@ -3962,7 +3963,7 @@ function Da(e, t, l) {
|
|
|
3962
3963
|
function je() {
|
|
3963
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
3968
|
}, { debounce: 500, maxWait: 500 }), Te([L, w], async () => {
|
|
3968
3969
|
await Ie();
|
|
@@ -4008,7 +4009,7 @@ function Da(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,25 +4017,25 @@ function Fn(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,
|
|
4024
4025
|
sidebarNavItems: te(() => {
|
|
4025
4026
|
var g;
|
|
4026
4027
|
S = S.filter((x) => x.meta != null && x.meta.menuGroup != null);
|
|
4027
|
-
const
|
|
4028
|
+
const f = [];
|
|
4028
4029
|
return S.forEach((x) => {
|
|
4029
4030
|
var d;
|
|
4030
4031
|
const P = Ge.groupOptions.value.find((h) => h.displayName == x.meta.menuGroup), _ = t.findItem(x.meta.nav), N = x.meta;
|
|
4031
|
-
let $ =
|
|
4032
|
+
let $ = f.find((h) => h.displayName == N.menuGroup);
|
|
4032
4033
|
$ == null && ($ = {
|
|
4033
4034
|
displayName: N.menuGroup,
|
|
4034
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
4039
|
displayName: (N == null ? void 0 : N.displayName) ?? t.findDisplay(_ ?? void 0),
|
|
4039
4040
|
icon: (N == null ? void 0 : N.icon) ?? t.findIcon(_ ?? void 0),
|
|
4040
4041
|
permissions: (N == null ? void 0 : N.permissions) ?? (_ == null ? void 0 : _.permissions) ?? [],
|
|
@@ -4043,18 +4044,18 @@ function xa() {
|
|
|
4043
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
4049
|
x.items = (P = x.items) == null ? void 0 : P.filter((_) => !_.requiresAuth || l.doShow(_.subscriptions, _.permissions, "view")).sort(Ue.firstBy((_) => _.displayName));
|
|
4049
|
-
}), Ge.currentGroup.value != null ? ((g =
|
|
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 kn(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
|
}
|
|
@@ -4085,14 +4086,14 @@ function Gn() {
|
|
|
4085
4086
|
function S() {
|
|
4086
4087
|
return !!window.matchMedia("(display-mode: standalone)").matches;
|
|
4087
4088
|
}
|
|
4088
|
-
function
|
|
4089
|
+
function f(x) {
|
|
4089
4090
|
x.preventDefault(), wr.value = !0, Qr.value = x;
|
|
4090
4091
|
}
|
|
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
|
-
Zr == null && (Zr = document.addEventListener("swUpdated", e, { once: !0 })), Jr == null && (Jr = navigator.serviceWorker.addEventListener("controllerchange", t)), jr == null && (jr = window.addEventListener("beforeinstallprompt",
|
|
4095
|
+
return tn(() => {
|
|
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,
|
|
4098
4099
|
canUpdateApp: br,
|
|
@@ -4101,122 +4102,139 @@ function Gn() {
|
|
|
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;
|
|
4108
|
+
}
|
|
4109
|
+
const Zn = (e, t) => {
|
|
4110
|
+
const l = e.__vccOpts || e;
|
|
4111
|
+
for (const [S, f] of t)
|
|
4112
|
+
l[S] = f;
|
|
4113
|
+
return l;
|
|
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
|
+
]);
|
|
4107
4124
|
}
|
|
4108
|
-
|
|
4125
|
+
const Kn = /* @__PURE__ */ Zn(Jn, [["render", jn]]);
|
|
4126
|
+
function Wa(e) {
|
|
4109
4127
|
return {
|
|
4110
4128
|
install(t, l) {
|
|
4111
4129
|
var _;
|
|
4112
|
-
console.log(t), e.vuetifyInstance ?? (e.vuetifyInstance = l.vuetifyInstance),
|
|
4113
|
-
const S =
|
|
4114
|
-
|
|
4115
|
-
const g =
|
|
4116
|
-
|
|
4117
|
-
const x =
|
|
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({
|
|
4118
4136
|
auth: g,
|
|
4119
|
-
findPath:
|
|
4137
|
+
findPath: f.findPath,
|
|
4120
4138
|
useBearerToken: !0
|
|
4121
|
-
}), P =
|
|
4139
|
+
}), P = Fn({
|
|
4122
4140
|
getTimeZone: () => g.timeZone.value
|
|
4123
4141
|
});
|
|
4124
|
-
|
|
4142
|
+
Wn({
|
|
4125
4143
|
dates: P
|
|
4126
|
-
}),
|
|
4144
|
+
}), Yn(), Dn({
|
|
4127
4145
|
api: x,
|
|
4128
4146
|
auth: g,
|
|
4129
|
-
navigation:
|
|
4147
|
+
navigation: f
|
|
4130
4148
|
});
|
|
4131
4149
|
}
|
|
4132
4150
|
};
|
|
4133
4151
|
}
|
|
4134
4152
|
export {
|
|
4135
|
-
|
|
4136
|
-
|
|
4153
|
+
Aa as DataURIToBlob,
|
|
4154
|
+
va as addWeekday,
|
|
4137
4155
|
Be as appendUrl,
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4156
|
+
sn as capitalizeWords,
|
|
4157
|
+
fa as checkImage,
|
|
4158
|
+
vn as containsSearch,
|
|
4159
|
+
ma as containsWeekday,
|
|
4142
4160
|
Lr as copyDeep,
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
|
|
4157
|
-
|
|
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,
|
|
4158
4176
|
qr as createWholeLastUpdateStoreDefinition,
|
|
4159
|
-
|
|
4160
|
-
|
|
4177
|
+
hn as csvContains,
|
|
4178
|
+
Pa as csvDefaults,
|
|
4161
4179
|
tt as deepSelect,
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
|
|
4169
|
-
|
|
4170
|
-
|
|
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,
|
|
4171
4189
|
rt as getLocationLine,
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
|
|
4190
|
+
wa as getMinDate,
|
|
4191
|
+
dn as getMinDateString,
|
|
4192
|
+
yn as getRandomColor,
|
|
4193
|
+
wn as hasSearch,
|
|
4194
|
+
ya as isArrayOfLength,
|
|
4177
4195
|
_e as isLengthyArray,
|
|
4178
|
-
|
|
4196
|
+
on as isMinDate,
|
|
4179
4197
|
Sr as nestedValue,
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
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,
|
|
4187
4205
|
ut as useActions,
|
|
4188
|
-
|
|
4206
|
+
un as useActionsTracker,
|
|
4189
4207
|
Er as useApi,
|
|
4190
|
-
|
|
4208
|
+
Pn as useAuth,
|
|
4191
4209
|
Wr as useAuthUrl,
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4210
|
+
Un as useBlade,
|
|
4211
|
+
$n as useCSV,
|
|
4212
|
+
_a as useCosmetics,
|
|
4213
|
+
En as useDataUrl,
|
|
4214
|
+
Na as useDates,
|
|
4197
4215
|
lt as useDbName,
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
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,
|
|
4207
4225
|
ve as useLocalDb,
|
|
4208
|
-
|
|
4226
|
+
$a as useMenu,
|
|
4209
4227
|
it as useNavigation,
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4228
|
+
ka as usePWA,
|
|
4229
|
+
Fa as usePresets,
|
|
4230
|
+
Rn as useResizable,
|
|
4231
|
+
Ga as useRules,
|
|
4232
|
+
Ta as useStore,
|
|
4215
4233
|
Le as useStoreDefinition,
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4234
|
+
qn as useTracker,
|
|
4235
|
+
Da as useUrls,
|
|
4236
|
+
bn as validEmail,
|
|
4219
4237
|
Ye as weekdayPairs,
|
|
4220
|
-
|
|
4221
|
-
|
|
4238
|
+
ha as weekdayShortName,
|
|
4239
|
+
da as weekdayValue
|
|
4222
4240
|
};
|