bt-core-app 1.4.863 → 1.4.865

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.
@@ -5340,6 +5340,11 @@ var il = function() {
5340
5340
  return n.firstBy = n, n;
5341
5341
  }();
5342
5342
  function oie(e, t, a) {
5343
+ let n = a ?? [];
5344
+ for (var l in t)
5345
+ e.hasOwnProperty(l) && !n.some((r) => r == l) && (e[l] = t[l]);
5346
+ }
5347
+ function sie(e, t, a) {
5343
5348
  if (wt(a)) {
5344
5349
  var n = e[t], l = a.findIndex((r) => r === n);
5345
5350
  l ?? (l = -1), l++, l < a.length ? e[t] = a[l] : e[t] = a[0];
@@ -5365,38 +5370,38 @@ function ZV(e) {
5365
5370
  function KV(e) {
5366
5371
  return e ?? (e = {}), `headers.${btoa(JSON.stringify(e))}.signature`;
5367
5372
  }
5368
- function sie(e) {
5373
+ function uie(e) {
5369
5374
  if (e != null) {
5370
5375
  if (Array.isArray(e.data))
5371
5376
  throw "Is an array";
5372
5377
  return e;
5373
5378
  }
5374
5379
  }
5375
- function uie(e) {
5380
+ function cie(e) {
5376
5381
  if (e != null) {
5377
5382
  if (!Array.isArray(e.data))
5378
5383
  throw "Not an array";
5379
5384
  return e;
5380
5385
  }
5381
5386
  }
5382
- function cie(e) {
5387
+ function die(e) {
5383
5388
  if (e != null) {
5384
5389
  if (Array.isArray(e.data))
5385
5390
  throw "Is an array";
5386
5391
  return e.data;
5387
5392
  }
5388
5393
  }
5389
- function die(e) {
5394
+ function fie(e) {
5390
5395
  if (e != null) {
5391
5396
  if (!Array.isArray(e.data))
5392
5397
  throw "Not an array";
5393
5398
  return e.data;
5394
5399
  }
5395
5400
  }
5396
- function fie(e) {
5401
+ function vie(e) {
5397
5402
  return e.reduce((t, a) => t += a, 0);
5398
5403
  }
5399
- function vie(e, t, a = !0) {
5404
+ function mie(e, t, a = !0) {
5400
5405
  return e.sort(function(n, l) {
5401
5406
  return t == null ? n > l ? a === !0 ? 1 : -1 : n < l ? a === !0 ? -1 : 1 : 0 : typeof t == "string" ? Pn(n, t) > Pn(l, t) ? a === !0 ? 1 : -1 : Pn(n, t) < Pn(l, t) ? a === !0 ? -1 : 1 : 0 : typeof t == "function" ? t(n) > t(l) ? a === !0 ? 1 : -1 : t(n) < t(l) ? a === !0 ? -1 : 1 : 0 : 0;
5402
5407
  });
@@ -5438,7 +5443,7 @@ function QV(e, t) {
5438
5443
  r ? r.push(n) : a.set(l, [n]);
5439
5444
  }), a;
5440
5445
  }
5441
- function mie(e = "blitzItExtensionExists") {
5446
+ function hie(e = "blitzItExtensionExists") {
5442
5447
  try {
5443
5448
  var t = document.getElementById(e);
5444
5449
  return t != null;
@@ -5446,7 +5451,7 @@ function mie(e = "blitzItExtensionExists") {
5446
5451
  return console.log(dL(a)), !1;
5447
5452
  }
5448
5453
  }
5449
- function hie(e) {
5454
+ function pie(e) {
5450
5455
  var t = R_(e, !0);
5451
5456
  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(" ", "");
5452
5457
  }
@@ -5474,7 +5479,7 @@ function eL(e) {
5474
5479
  var t = "";
5475
5480
  return e.suburb != null && (t = t + e.suburb + " "), e.state != null && (t = t + e.state + " "), e.postcode != null && (t = t + e.postcode), t;
5476
5481
  }
5477
- function pie(e, t) {
5482
+ function gie(e, t) {
5478
5483
  if (e == null || t == null)
5479
5484
  return -1;
5480
5485
  let a = e.findIndex((l) => t(l)), n = a;
@@ -5482,7 +5487,7 @@ function pie(e, t) {
5482
5487
  n = a, e.splice(a, 1), a = e.findIndex((l) => t(l));
5483
5488
  return n;
5484
5489
  }
5485
- function gie(e, t, a) {
5490
+ function yie(e, t, a) {
5486
5491
  if (e == null || t == null || a == null)
5487
5492
  return -1;
5488
5493
  let n = e.findIndex((i) => i !== t && a(i)), l = !1, r = n;
@@ -5490,7 +5495,7 @@ function gie(e, t, a) {
5490
5495
  l ? e.splice(n, 1) : (e.splice(n, 1, t), r = n, l = !0), n = e.findIndex((i) => i !== t && a(i));
5491
5496
  return l || (e.push(t), r = e.length - 1), r;
5492
5497
  }
5493
- async function yie(e, t = !0) {
5498
+ async function bie(e, t = !0) {
5494
5499
  return new Promise((a, n) => {
5495
5500
  e == null && n("no url given");
5496
5501
  var l = new Image();
@@ -5531,25 +5536,25 @@ const Tf = [
5531
5536
  { value: 7, short: "sat", values: ["sat", "saturday"] },
5532
5537
  { value: 0, short: "always", values: ["always", null, void 0] }
5533
5538
  ];
5534
- function bie(e) {
5539
+ function wie(e) {
5535
5540
  if (e == null)
5536
5541
  return 0;
5537
5542
  const t = e.replaceAll(" ", "").split(",").map((n) => n.toLowerCase()), a = Tf.filter((n) => n.values.some((l) => t.some((r) => l == r))).map((n) => n.value);
5538
5543
  return a.length == 0 ? 8 : Math.min(...a);
5539
5544
  }
5540
- function wie(e) {
5545
+ function xie(e) {
5541
5546
  return e == null ? e : e.toLowerCase().replaceAll(" ", "").split(",").map((t) => {
5542
5547
  let a = Tf.find((n) => n.values.some((l) => l == t));
5543
5548
  return a != null ? a.short : "";
5544
5549
  }).filter((t) => t != null && t.length > 0).toString();
5545
5550
  }
5546
- function xie(e, t) {
5551
+ function kie(e, t) {
5547
5552
  if (e == null || t == null)
5548
5553
  return !0;
5549
5554
  const a = e.replaceAll(" ", "").split(",").map((r) => r.toLowerCase()), n = t.replaceAll(" ", "").toLowerCase(), l = Tf.find((r) => r.values.some((i) => i == n));
5550
5555
  return l != null && a.some((r) => r == l.short || l.values.some((i) => i == r));
5551
5556
  }
5552
- function kie(e, t) {
5557
+ function Sie(e, t) {
5553
5558
  if (t == null)
5554
5559
  return e;
5555
5560
  let a = e ?? "";
@@ -5557,7 +5562,7 @@ function kie(e, t) {
5557
5562
  let n = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((l) => Tf.find((r) => r.values.some((i) => i == l))).filter((l) => l != null).sort(il.firstBy((l) => (l == null ? void 0 : l.value) ?? 0)).map((l) => l == null ? void 0 : l.short))].toString();
5558
5563
  return n.length > 0 ? n : void 0;
5559
5564
  }
5560
- function Sie(e, t) {
5565
+ function Cie(e, t) {
5561
5566
  if (t == null || e == null)
5562
5567
  return e;
5563
5568
  let a = e ?? "", n = t.replaceAll(" ", "").toLowerCase(), l = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((r) => Tf.find((i) => i.values.some((o) => o == r && o != n))).filter((r) => r != null).sort(il.firstBy((r) => (r == null ? void 0 : r.value) ?? 0)).map((r) => r == null ? void 0 : r.short))].toString();
@@ -5575,7 +5580,7 @@ function Va(e) {
5575
5580
  function lL(e) {
5576
5581
  return e == "0001-01-01T00:00:00Z";
5577
5582
  }
5578
- function Cie() {
5583
+ function _ie() {
5579
5584
  return (/* @__PURE__ */ new Date("0001-01-01T00:00:00Z")).getTime();
5580
5585
  }
5581
5586
  function Lu() {
@@ -5593,7 +5598,7 @@ function iL(e, t) {
5593
5598
  let l = Number.parseInt(a);
5594
5599
  return Math.round(e * l) / l;
5595
5600
  }
5596
- function _ie(e, t) {
5601
+ function Mie(e, t) {
5597
5602
  let a = "";
5598
5603
  return e != null && (Array.isArray(e) ? a = e.toString() : a = e), t != null && (oL(a, t) ? a = a.split(",").filter((n) => n != t).toString() : a != null && a.length > 0 ? a = `${a},${t}` : a = t), a != null && a.length > 0 ? a : void 0;
5599
5604
  }
@@ -5671,7 +5676,7 @@ function vL(e, t, a) {
5671
5676
  function su(e) {
5672
5677
  return e != null ? e.replaceAll(" ", "").replaceAll(/(\r\n|\n|\r)/gm, "").toLowerCase() : null;
5673
5678
  }
5674
- function Mie(e = 2e3) {
5679
+ function Tie(e = 2e3) {
5675
5680
  return new Promise((t) => {
5676
5681
  setTimeout(() => t(), e);
5677
5682
  });
@@ -5686,7 +5691,7 @@ function Pn(e, t) {
5686
5691
  return null;
5687
5692
  return l;
5688
5693
  }
5689
- function Tie(e, t) {
5694
+ function Die(e, t) {
5690
5695
  const a = [];
5691
5696
  for (let n = 0; n < e.length; n += t) {
5692
5697
  const l = e.slice(n, n + t);
@@ -5710,7 +5715,7 @@ function hL(e) {
5710
5715
  function pL(e) {
5711
5716
  return e.endsWith("ies") ? e.slice(0, e.length - 3) : e.endsWith("s") ? e.slice(0, e.length - 1) : e;
5712
5717
  }
5713
- function Die(e) {
5718
+ function Aie(e) {
5714
5719
  return e == null ? void 0 : e.replaceAll(" ", "").toLowerCase();
5715
5720
  }
5716
5721
  function ov(e) {
@@ -7199,7 +7204,7 @@ function sv() {
7199
7204
  const e = ih();
7200
7205
  return ca == null ? "" : (ca[e] ?? ca.development).auth ?? "";
7201
7206
  }
7202
- function Aie(e, t) {
7207
+ function Iie(e, t) {
7203
7208
  const a = ih();
7204
7209
  if (ca == null)
7205
7210
  return "";
@@ -7213,7 +7218,7 @@ function Jg(e) {
7213
7218
  const a = ca[t] ?? ca.development;
7214
7219
  return e == null || a.other == null ? a.data ?? "" : a.other[e] ?? a.data ?? "";
7215
7220
  }
7216
- function Iie() {
7221
+ function $ie() {
7217
7222
  return ca;
7218
7223
  }
7219
7224
  function bL(e) {
@@ -7227,7 +7232,7 @@ function Fl() {
7227
7232
  const e = W_();
7228
7233
  return (uv == null || uv.config.name != e) && (uv = H_.createInstance({ name: e })), uv;
7229
7234
  }
7230
- function $ie() {
7235
+ function Eie() {
7231
7236
  async function e(l) {
7232
7237
  const r = Fl();
7233
7238
  (await r.keys()).filter((s) => s.startsWith(l)).forEach((s) => {
@@ -7305,10 +7310,10 @@ function wL(e) {
7305
7310
  }, ey;
7306
7311
  }
7307
7312
  let lm, ty;
7308
- function Eie(e) {
7313
+ function Vie(e) {
7309
7314
  return ty(e)();
7310
7315
  }
7311
- function Vie(e) {
7316
+ function Lie(e) {
7312
7317
  return lm(e)();
7313
7318
  }
7314
7319
  function Io(e) {
@@ -8931,7 +8936,7 @@ function cv(e) {
8931
8936
  return `http://img.youtube.com/vi/${t[0]}/0.jpg`;
8932
8937
  }
8933
8938
  }
8934
- function Lie() {
8939
+ function Pie() {
8935
8940
  const { actionErrorMsg: e, actionLoadingMsg: t, clearErrors: a, isLoading: n, doAction: l } = NC(
8936
8941
  {
8937
8942
  stringifyError: (i) => typeof i == "object" ? i.message : i == null ? void 0 : i.toString()
@@ -9190,7 +9195,7 @@ function q_(e) {
9190
9195
  task: T(() => Ki == null ? void 0 : Ki.tasks.value.find((t) => t.actionName == e))
9191
9196
  };
9192
9197
  }
9193
- function Pie() {
9198
+ function Bie() {
9194
9199
  return Ki;
9195
9200
  }
9196
9201
  function VL(e) {
@@ -9513,7 +9518,7 @@ function U0(e) {
9513
9518
  variant: c
9514
9519
  };
9515
9520
  }
9516
- function Bie() {
9521
+ function Nie() {
9517
9522
  const e = [
9518
9523
  { color: "#27D81E" },
9519
9524
  { color: "#1E78D8" },
@@ -9554,7 +9559,7 @@ let ry;
9554
9559
  function Y_() {
9555
9560
  return ry;
9556
9561
  }
9557
- function Nie(e) {
9562
+ function Fie(e) {
9558
9563
  const t = localStorage.getItem("cosmetics");
9559
9564
  let a;
9560
9565
  return t != null && t.length > 0 && (a = JSON.parse(t)), a ?? (a = {}), a.dark ?? (a.dark = e == null ? void 0 : e.dark), a.light ?? (a.light = e == null ? void 0 : e.light), a.theme ?? (a.theme = e == null ? void 0 : e.defaultTheme), {
@@ -10186,7 +10191,7 @@ const aM = [
10186
10191
  { text: "Monthly", value: "Monthly" },
10187
10192
  { text: "Custom", value: "Custom" }
10188
10193
  ];
10189
- function Fie() {
10194
+ function Rie() {
10190
10195
  const { timeZone: e } = fo();
10191
10196
  function t(a) {
10192
10197
  if (a.cron == null)
@@ -10420,7 +10425,7 @@ function sP(e) {
10420
10425
  unpack: h
10421
10426
  };
10422
10427
  }
10423
- const Rie = {
10428
+ const zie = {
10424
10429
  canExportCSV: !1
10425
10430
  };
10426
10431
  function uP(e) {
@@ -10719,7 +10724,7 @@ function im(e) {
10719
10724
  Zn.options.splice(t, 1);
10720
10725
  };
10721
10726
  }
10722
- function zie(e) {
10727
+ function Oie(e) {
10723
10728
  const t = Zn == null ? void 0 : Zn.options.find((a) => a.dialogType == "items");
10724
10729
  return t == null ? Promise.resolve({
10725
10730
  isError: !0,
@@ -10730,7 +10735,7 @@ function zie(e) {
10730
10735
  t.open(e, a);
10731
10736
  });
10732
10737
  }
10733
- function Oie(e) {
10738
+ function Hie(e) {
10734
10739
  const t = Zn == null ? void 0 : Zn.options.find((a) => a.dialogType == "date");
10735
10740
  return t == null ? Promise.resolve({
10736
10741
  isError: !0,
@@ -10741,7 +10746,7 @@ function Oie(e) {
10741
10746
  t.open(e, a);
10742
10747
  });
10743
10748
  }
10744
- function Hie(e) {
10749
+ function Wie(e) {
10745
10750
  const t = Zn == null ? void 0 : Zn.options.find((a) => a.dialogType == "number");
10746
10751
  return t == null ? Promise.resolve({
10747
10752
  isError: !0,
@@ -10752,7 +10757,7 @@ function Hie(e) {
10752
10757
  t.open(e, a);
10753
10758
  });
10754
10759
  }
10755
- function Wie(e) {
10760
+ function jie(e) {
10756
10761
  const t = Zn == null ? void 0 : Zn.options.find((a) => a.dialogType == "string");
10757
10762
  return t == null ? Promise.resolve({
10758
10763
  isError: !0,
@@ -10764,7 +10769,7 @@ function Wie(e) {
10764
10769
  });
10765
10770
  }
10766
10771
  var fP = { BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
10767
- function jie(e) {
10772
+ function Uie(e) {
10768
10773
  function t(a) {
10769
10774
  var l;
10770
10775
  const n = a.matched.slice().reverse().find((r) => r.meta && r.meta.title);
@@ -11173,7 +11178,7 @@ const AP = [
11173
11178
  type: "button"
11174
11179
  }
11175
11180
  ];
11176
- function Uie() {
11181
+ function qie() {
11177
11182
  function e(r, i) {
11178
11183
  if (!(r.lat == null || r.lng == null))
11179
11184
  return [
@@ -11231,7 +11236,7 @@ function Uie() {
11231
11236
  getBoundary: n
11232
11237
  };
11233
11238
  }
11234
- function qie(e) {
11239
+ function Yie(e) {
11235
11240
  var r;
11236
11241
  const t = ((r = e == null ? void 0 : e.dates) == null ? void 0 : r.tzDate) ?? oh().tzDate, a = Xs();
11237
11242
  function n(i) {
@@ -11301,7 +11306,7 @@ function IP(e) {
11301
11306
  })
11302
11307
  };
11303
11308
  }
11304
- function Yie(e, t) {
11309
+ function Gie(e, t) {
11305
11310
  return {
11306
11311
  style: T(() => {
11307
11312
  if (Cs == null)
@@ -12543,7 +12548,7 @@ const T4 = (e) => {
12543
12548
  component: o1
12544
12549
  };
12545
12550
  var I4 = "M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z", $4 = "M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11M5 5V7H19V5H5Z", E4 = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z", V4 = "M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z", L4 = "M22,3H7C6.31,3 5.77,3.35 5.41,3.88L0,12L5.41,20.11C5.77,20.64 6.31,21 7,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12", P4 = "M18.1 15.3C18 15.4 17.8 15.5 17.7 15.6L15.3 16L17 19.6C17.2 20 17 20.4 16.6 20.6L13.8 21.9C13.7 22 13.6 22 13.5 22C13.2 22 12.9 21.8 12.8 21.6L11.2 18L9.3 19.5C9.2 19.6 9 19.7 8.8 19.7C8.4 19.7 8 19.4 8 18.9V7.5C8 7 8.3 6.7 8.8 6.7C9 6.7 9.2 6.8 9.3 6.9L18 14.3C18.3 14.5 18.4 15 18.1 15.3M6 12H4V4H20V12H18.4L20.6 13.9C21.4 13.6 21.9 12.9 21.9 12V4C21.9 2.9 21 2 19.9 2H4C2.9 2 2 2.9 2 4V12C2 13.1 2.9 14 4 14H6V12Z", B4 = "M19,3H18V1H16V3H8V1H6V3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H10V19H5V8H19V9H21V5A2,2 0 0,0 19,3M21.7,13.35L20.7,14.35L18.65,12.35L19.65,11.35C19.85,11.14 20.19,11.13 20.42,11.35L21.7,12.63C21.89,12.83 21.89,13.15 21.7,13.35M12,18.94L18.07,12.88L20.12,14.88L14.06,21H12V18.94Z", N4 = "M20 5H17L15 3H9L7 5H4C2.9 5 2 5.9 2 7V19C2 20.11 2.9 21 4 21H20C21.11 21 22 20.11 22 19V7C22 5.9 21.11 5 20 5M5 12H7.1C7.65 9.29 10.29 7.55 13 8.1C13.76 8.25 14.43 8.59 15 9L13.56 10.45C13.11 10.17 12.58 10 12 10C10.74 10 9.6 10.8 9.18 12H11L8 15L5 12M16.91 14C16.36 16.71 13.72 18.45 11 17.9C10.25 17.74 9.58 17.41 9 17L10.44 15.55C10.9 15.83 11.43 16 12 16C13.27 16 14.41 15.2 14.83 14H13L16 11L19 14H16.91Z", F4 = "M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z", R4 = "M21 15V18H24V20H21V23H19V20H16V18H19V15H21M14 18H3V6H19V13H21V6C21 4.89 20.11 4 19 4H3C1.9 4 1 4.89 1 6V18C1 19.11 1.9 20 3 20H14V18Z", z4 = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z", O4 = "M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z", H4 = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", W4 = "M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z", j4 = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", U4 = "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z", q4 = "M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", Y4 = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", G4 = "M13 19C13 19.34 13.04 19.67 13.09 20H6.5C5 20 3.69 19.5 2.61 18.43C1.54 17.38 1 16.09 1 14.58C1 13.28 1.39 12.12 2.17 11.1S4 9.43 5.25 9.15C5.67 7.62 6.5 6.38 7.75 5.43S10.42 4 12 4C13.95 4 15.6 4.68 16.96 6.04C18.32 7.4 19 9.05 19 11C20.15 11.13 21.1 11.63 21.86 12.5C22.37 13.07 22.7 13.71 22.86 14.42C21.82 13.54 20.5 13 19 13C15.69 13 13 15.69 13 19M17.75 19.43L16.16 17.84L15 19L17.75 22L22.5 17.25L21.34 15.84L17.75 19.43Z", Z4 = "M13 19C13 19.34 13.04 19.67 13.09 20H6.5C5 20 3.69 19.5 2.61 18.43C1.54 17.38 1 16.09 1 14.58C1 13.28 1.39 12.12 2.17 11.1S4 9.43 5.25 9.15C5.67 7.62 6.5 6.38 7.75 5.43S10.42 4 12 4C13.95 4 15.6 4.68 16.96 6.04C18.32 7.4 19 9.05 19 11C20.15 11.13 21.1 11.63 21.86 12.5C22.37 13.07 22.7 13.71 22.86 14.42C21.82 13.54 20.5 13 19 13C15.69 13 13 15.69 13 19M21.12 15.46L19 17.59L16.88 15.47L15.47 16.88L17.59 19L15.47 21.12L16.88 22.54L19 20.41L21.12 22.54L22.54 21.12L20.41 19L22.54 16.88L21.12 15.46Z", K4 = "M13 17.5C13 18.39 13.18 19.23 13.5 20H6.5C5 20 3.69 19.5 2.61 18.43C1.54 17.38 1 16.09 1 14.58C1 13.28 1.39 12.12 2.17 11.1S4 9.43 5.25 9.15C5.67 7.62 6.5 6.38 7.75 5.43S10.42 4 12 4C13.95 4 15.6 4.68 16.96 6.04C18.32 7.4 19 9.05 19 11C19.04 11 19.07 11 19.1 11C15.7 11.23 13 14.05 13 17.5M19 13.5V12L16.75 14.25L19 16.5V15C20.38 15 21.5 16.12 21.5 17.5C21.5 17.9 21.41 18.28 21.24 18.62L22.33 19.71C22.75 19.08 23 18.32 23 17.5C23 15.29 21.21 13.5 19 13.5M19 20C17.62 20 16.5 18.88 16.5 17.5C16.5 17.1 16.59 16.72 16.76 16.38L15.67 15.29C15.25 15.92 15 16.68 15 17.5C15 19.71 16.79 21.5 19 21.5V23L21.25 20.75L19 18.5V20Z", X4 = "M11 20H6.5Q4.22 20 2.61 18.43 1 16.85 1 14.58 1 12.63 2.17 11.1 3.35 9.57 5.25 9.15 5.88 6.85 7.75 5.43 9.63 4 12 4 14.93 4 16.96 6.04 19 8.07 19 11 20.73 11.2 21.86 12.5 23 13.78 23 15.5 23 17.38 21.69 18.69 20.38 20 18.5 20H13V12.85L14.6 14.4L16 13L12 9L8 13L9.4 14.4L11 12.85Z", Q4 = "M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z", J4 = "M20 2H4C2.9 2 2 2.9 2 4V16C2 17.1 2.9 18 4 18H8V21C8 21.6 8.4 22 9 22H9.5C9.7 22 10 21.9 10.2 21.7L13.9 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2M11 13H7V8.8L8.3 6H10.3L8.9 9H11V13M17 13H13V8.8L14.3 6H16.3L14.9 9H17V13Z", e6 = "M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z", t6 = "M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z", a6 = "M12,14A2,2 0 0,1 14,16A2,2 0 0,1 12,18A2,2 0 0,1 10,16A2,2 0 0,1 12,14M23.46,8.86L21.87,15.75L15,14.16L18.8,11.78C17.39,9.5 14.87,8 12,8C8.05,8 4.77,10.86 4.12,14.63L2.15,14.28C2.96,9.58 7.06,6 12,6C15.58,6 18.73,7.89 20.5,10.72L23.46,8.86Z", n6 = "M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z", l6 = "M22.67,12L18.18,16.5L15.67,14L17.65,12L15.67,10.04L18.18,7.53L22.67,12M12,1.33L16.47,5.82L13.96,8.33L12,6.35L10,8.33L7.5,5.82L12,1.33M12,22.67L7.53,18.18L10.04,15.67L12,17.65L14,15.67L16.5,18.18L12,22.67M1.33,12L5.82,7.5L8.33,10L6.35,12L8.33,13.96L5.82,16.47L1.33,12M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10Z", r6 = "M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z", i6 = "M16.24,3.56L21.19,8.5C21.97,9.29 21.97,10.55 21.19,11.34L12,20.53C10.44,22.09 7.91,22.09 6.34,20.53L2.81,17C2.03,16.21 2.03,14.95 2.81,14.16L13.41,3.56C14.2,2.78 15.46,2.78 16.24,3.56M4.22,15.58L7.76,19.11C8.54,19.9 9.8,19.9 10.59,19.11L14.12,15.58L9.17,10.63L4.22,15.58Z", o6 = "M15.14,3C14.63,3 14.12,3.2 13.73,3.59L2.59,14.73C1.81,15.5 1.81,16.77 2.59,17.56L5.03,20H12.69L21.41,11.27C22.2,10.5 22.2,9.23 21.41,8.44L16.56,3.59C16.17,3.2 15.65,3 15.14,3M17,18L15,20H22V18", s6 = "M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M15 16L13 20H10L12 16H9V11H15V16M13 9V3.5L18.5 9H13Z", u6 = "M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M18 20H6V4H13V9H18V20M10 19L12 15H9V10H15V15L13 19H10", c6 = "M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z", d6 = "M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z", f6 = "M17.81,4.47C17.73,4.47 17.65,4.45 17.58,4.41C15.66,3.42 14,3 12,3C10.03,3 8.15,3.47 6.44,4.41C6.2,4.54 5.9,4.45 5.76,4.21C5.63,3.97 5.72,3.66 5.96,3.53C7.82,2.5 9.86,2 12,2C14.14,2 16,2.47 18.04,3.5C18.29,3.65 18.38,3.95 18.25,4.19C18.16,4.37 18,4.47 17.81,4.47M3.5,9.72C3.4,9.72 3.3,9.69 3.21,9.63C3,9.47 2.93,9.16 3.09,8.93C4.08,7.53 5.34,6.43 6.84,5.66C10,4.04 14,4.03 17.15,5.65C18.65,6.42 19.91,7.5 20.9,8.9C21.06,9.12 21,9.44 20.78,9.6C20.55,9.76 20.24,9.71 20.08,9.5C19.18,8.22 18.04,7.23 16.69,6.54C13.82,5.07 10.15,5.07 7.29,6.55C5.93,7.25 4.79,8.25 3.89,9.5C3.81,9.65 3.66,9.72 3.5,9.72M9.75,21.79C9.62,21.79 9.5,21.74 9.4,21.64C8.53,20.77 8.06,20.21 7.39,19C6.7,17.77 6.34,16.27 6.34,14.66C6.34,11.69 8.88,9.27 12,9.27C15.12,9.27 17.66,11.69 17.66,14.66A0.5,0.5 0 0,1 17.16,15.16A0.5,0.5 0 0,1 16.66,14.66C16.66,12.24 14.57,10.27 12,10.27C9.43,10.27 7.34,12.24 7.34,14.66C7.34,16.1 7.66,17.43 8.27,18.5C8.91,19.66 9.35,20.15 10.12,20.93C10.31,21.13 10.31,21.44 10.12,21.64C10,21.74 9.88,21.79 9.75,21.79M16.92,19.94C15.73,19.94 14.68,19.64 13.82,19.05C12.33,18.04 11.44,16.4 11.44,14.66A0.5,0.5 0 0,1 11.94,14.16A0.5,0.5 0 0,1 12.44,14.66C12.44,16.07 13.16,17.4 14.38,18.22C15.09,18.7 15.92,18.93 16.92,18.93C17.16,18.93 17.56,18.9 17.96,18.83C18.23,18.78 18.5,18.96 18.54,19.24C18.59,19.5 18.41,19.77 18.13,19.82C17.56,19.93 17.06,19.94 16.92,19.94M14.91,22C14.87,22 14.82,22 14.78,22C13.19,21.54 12.15,20.95 11.06,19.88C9.66,18.5 8.89,16.64 8.89,14.66C8.89,13.04 10.27,11.72 11.97,11.72C13.67,11.72 15.05,13.04 15.05,14.66C15.05,15.73 16,16.6 17.13,16.6C18.28,16.6 19.21,15.73 19.21,14.66C19.21,10.89 15.96,7.83 11.96,7.83C9.12,7.83 6.5,9.41 5.35,11.86C4.96,12.67 4.76,13.62 4.76,14.66C4.76,15.44 4.83,16.67 5.43,18.27C5.53,18.53 5.4,18.82 5.14,18.91C4.88,19 4.59,18.87 4.5,18.62C4,17.31 3.77,16 3.77,14.66C3.77,13.46 4,12.37 4.45,11.42C5.78,8.63 8.73,6.82 11.96,6.82C16.5,6.82 20.21,10.33 20.21,14.65C20.21,16.27 18.83,17.59 17.13,17.59C15.43,17.59 14.05,16.27 14.05,14.65C14.05,13.58 13.12,12.71 11.97,12.71C10.82,12.71 9.89,13.58 9.89,14.65C9.89,16.36 10.55,17.96 11.76,19.16C12.71,20.1 13.62,20.62 15.03,21C15.3,21.08 15.45,21.36 15.38,21.62C15.33,21.85 15.12,22 14.91,22Z", v6 = "M11,18H13V16H11V18M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M12,6A4,4 0 0,0 8,10H10A2,2 0 0,1 12,8A2,2 0 0,1 14,10C14,12 11,11.75 11,15H13C13,12.75 16,12.5 16,10A4,4 0 0,0 12,6Z", m6 = "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", h6 = "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M7 7H9V9H7V7M7 11H9V13H7V11M7 15H9V17H7V15M17 17H11V15H17V17M17 13H11V11H17V13M17 9H11V7H17V9Z", p6 = "M17 7L15.59 8.41L18.17 11H8V13H18.17L15.59 15.58L17 17L22 12M4 5H12V3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H12V19H4V5Z", g6 = "M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z", y6 = "M7,10L12,15L17,10H7Z", b6 = "M7,15L12,10L17,15H7Z", w6 = "M1.88,0.46L0.46,1.88L5.59,7H2V9H9V2H7V5.59M11,7V9H21V15H23V9A2,2 0 0,0 21,7M7,11V21A2,2 0 0,0 9,23H15V21H9V11M15.88,14.46L14.46,15.88L19.6,21H17V23H23V17H21V19.59", x6 = "M4,17V9H2V7H6V17H4M22,15C22,16.11 21.1,17 20,17H16V15H20V13H18V11H20V9H16V7H20A2,2 0 0,1 22,9V10.5A1.5,1.5 0 0,1 20.5,12A1.5,1.5 0 0,1 22,13.5V15M14,15V17H8V13C8,11.89 8.9,11 10,11H12V9H8V7H12A2,2 0 0,1 14,9V11C14,12.11 13.1,13 12,13H10V15H14Z", k6 = "M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z", S6 = "M17.5,12A1.5,1.5 0 0,1 16,10.5A1.5,1.5 0 0,1 17.5,9A1.5,1.5 0 0,1 19,10.5A1.5,1.5 0 0,1 17.5,12M14.5,8A1.5,1.5 0 0,1 13,6.5A1.5,1.5 0 0,1 14.5,5A1.5,1.5 0 0,1 16,6.5A1.5,1.5 0 0,1 14.5,8M9.5,8A1.5,1.5 0 0,1 8,6.5A1.5,1.5 0 0,1 9.5,5A1.5,1.5 0 0,1 11,6.5A1.5,1.5 0 0,1 9.5,8M6.5,12A1.5,1.5 0 0,1 5,10.5A1.5,1.5 0 0,1 6.5,9A1.5,1.5 0 0,1 8,10.5A1.5,1.5 0 0,1 6.5,12M12,3A9,9 0 0,0 3,12A9,9 0 0,0 12,21A1.5,1.5 0 0,0 13.5,19.5C13.5,19.11 13.35,18.76 13.11,18.5C12.88,18.23 12.73,17.88 12.73,17.5A1.5,1.5 0 0,1 14.23,16H16A5,5 0 0,0 21,11C21,6.58 16.97,3 12,3Z", C6 = "M14.53 1.45L13.45 2.53L15.05 4.13C15.27 4.38 15.38 4.67 15.38 5S15.27 5.64 15.05 5.86L11.5 9.47L12.5 10.55L16.13 6.94C16.66 6.35 16.92 5.7 16.92 5C16.92 4.3 16.66 3.64 16.13 3.05L14.53 1.45M10.55 3.47L9.47 4.55L10.08 5.11C10.3 5.33 10.41 5.63 10.41 6S10.3 6.67 10.08 6.89L9.47 7.45L10.55 8.53L11.11 7.92C11.64 7.33 11.91 6.69 11.91 6C11.91 5.28 11.64 4.63 11.11 4.03L10.55 3.47M21 5.06C20.31 5.06 19.67 5.33 19.08 5.86L13.45 11.5L14.53 12.5L20.11 6.94C20.36 6.69 20.66 6.56 21 6.56S21.64 6.69 21.89 6.94L22.5 7.55L23.53 6.47L22.97 5.86C22.38 5.33 21.72 5.06 21 5.06M7 8L2 22L16 17L7 8M19 11.06C18.3 11.06 17.66 11.33 17.06 11.86L15.47 13.45L16.55 14.53L18.14 12.94C18.39 12.69 18.67 12.56 19 12.56C19.33 12.56 19.63 12.69 19.88 12.94L21.5 14.53L22.55 13.5L20.95 11.86C20.36 11.33 19.7 11.06 19 11.06Z", _6 = "M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z", M6 = "M18.66,2C18.4,2 18.16,2.09 17.97,2.28L16.13,4.13L19.88,7.88L21.72,6.03C22.11,5.64 22.11,5 21.72,4.63L19.38,2.28C19.18,2.09 18.91,2 18.66,2M3.28,4L2,5.28L8.5,11.75L4,16.25V20H7.75L12.25,15.5L18.72,22L20,20.72L13.5,14.25L9.75,10.5L3.28,4M15.06,5.19L11.03,9.22L14.78,12.97L18.81,8.94L15.06,5.19Z", T6 = "M6.62,10.79C8.06,13.62 10.38,15.94 13.21,17.38L15.41,15.18C15.69,14.9 16.08,14.82 16.43,14.93C17.55,15.3 18.75,15.5 20,15.5A1,1 0 0,1 21,16.5V20A1,1 0 0,1 20,21A17,17 0 0,1 3,4A1,1 0 0,1 4,3H7.5A1,1 0 0,1 8.5,4C8.5,5.25 8.7,6.45 9.07,7.57C9.18,7.92 9.1,8.31 8.82,8.59L6.62,10.79Z", D6 = "M18,3H6V7H18M19,12A1,1 0 0,1 18,11A1,1 0 0,1 19,10A1,1 0 0,1 20,11A1,1 0 0,1 19,12M16,19H8V14H16M19,8H5A3,3 0 0,0 2,11V17H6V21H18V17H22V11A3,3 0 0,0 19,8Z", A6 = "M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z", I6 = "M12,4C14.1,4 16.1,4.8 17.6,6.3C20.7,9.4 20.7,14.5 17.6,17.6C15.8,19.5 13.3,20.2 10.9,19.9L11.4,17.9C13.1,18.1 14.9,17.5 16.2,16.2C18.5,13.9 18.5,10.1 16.2,7.7C15.1,6.6 13.5,6 12,6V10.6L7,5.6L12,0.6V4M6.3,17.6C3.7,15 3.3,11 5.1,7.9L6.6,9.4C5.5,11.6 5.9,14.4 7.8,16.2C8.3,16.7 8.9,17.1 9.6,17.4L9,19.4C8,19 7.1,18.4 6.3,17.6Z", $6 = "M2,21L23,12L2,3V10L17,12L2,14V21Z", E6 = "M14,17H7V15H14M17,13H7V11H17M17,9H7V7H17M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3Z", V6 = "M7.5,2C5.71,3.15 4.5,5.18 4.5,7.5C4.5,9.82 5.71,11.85 7.53,13C4.46,13 2,10.54 2,7.5A5.5,5.5 0 0,1 7.5,2M19.07,3.5L20.5,4.93L4.93,20.5L3.5,19.07L19.07,3.5M12.89,5.93L11.41,5L9.97,6L10.39,4.3L9,3.24L10.75,3.12L11.33,1.47L12,3.1L13.73,3.13L12.38,4.26L12.89,5.93M9.59,9.54L8.43,8.81L7.31,9.59L7.65,8.27L6.56,7.44L7.92,7.35L8.37,6.06L8.88,7.33L10.24,7.36L9.19,8.23L9.59,9.54M19,13.5A5.5,5.5 0 0,1 13.5,19C12.28,19 11.15,18.6 10.24,17.93L17.93,10.24C18.6,11.15 19,12.28 19,13.5M14.6,20.08L17.37,18.93L17.13,22.28L14.6,20.08M18.93,17.38L20.08,14.61L22.28,17.15L18.93,17.38M20.08,12.42L18.94,9.64L22.28,9.88L20.08,12.42M9.63,18.93L12.4,20.08L9.87,22.27L9.63,18.93Z", L6 = "M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z", P6 = "M18,6V17H22V6M2,17H6V6H2M7,19H17V4H7V19Z", B6 = "M16,5V18H21V5M4,18H9V5H4M10,18H15V5H10V18Z", N6 = "M9,5V9H21V5M9,19H21V15H9M9,14H21V10H9M4,9H8V5H4M4,19H8V15H4M4,14H8V10H4V14Z", F6 = "M4,4H20V20H4V4M6,8V18H18V8H6Z", R6 = "M10,15L15.19,12L10,9V15M21.56,7.17C21.69,7.64 21.78,8.27 21.84,9.07C21.91,9.87 21.94,10.56 21.94,11.16L22,12C22,14.19 21.84,15.8 21.56,16.83C21.31,17.73 20.73,18.31 19.83,18.56C19.36,18.69 18.5,18.78 17.18,18.84C15.88,18.91 14.69,18.94 13.59,18.94L12,19C7.81,19 5.2,18.84 4.17,18.56C3.27,18.31 2.69,17.73 2.44,16.83C2.31,16.36 2.22,15.73 2.16,14.93C2.09,14.13 2.06,13.44 2.06,12.84L2,12C2,9.81 2.16,8.2 2.44,7.17C2.69,6.27 3.27,5.69 4.17,5.44C4.64,5.31 5.5,5.22 6.82,5.16C8.12,5.09 9.31,5.06 10.41,5.06L12,5C16.19,5 18.8,5.16 19.83,5.44C20.73,5.69 21.31,6.27 21.56,7.17Z";
12546
- function Gie(e) {
12551
+ function Zie(e) {
12547
12552
  return {
12548
12553
  defaultSet: "mdi",
12549
12554
  aliases: {
@@ -12650,7 +12655,7 @@ function $M(e, t, a) {
12650
12655
  bladeGroup: e.bladeGroup,
12651
12656
  bladeName: e.bladeName,
12652
12657
  onUpdate: () => {
12653
- console.log("ref"), B({ deepRefresh: !1 });
12658
+ B({ deepRefresh: !1 });
12654
12659
  },
12655
12660
  bladeStartShowing: e.bladeStartShowing
12656
12661
  }), h = T(() => {
@@ -12852,7 +12857,7 @@ function $M(e, t, a) {
12852
12857
  ...g
12853
12858
  };
12854
12859
  }
12855
- function Zie(e) {
12860
+ function Kie(e) {
12856
12861
  const t = (e == null ? void 0 : e.iterationCount) ?? 20, a = G(), n = (e == null ? void 0 : e.onError) ?? (() => {
12857
12862
  });
12858
12863
  async function l(r) {
@@ -13229,7 +13234,7 @@ function uc(e, t, a) {
13229
13234
  ...i
13230
13235
  };
13231
13236
  }
13232
- function Kie(e) {
13237
+ function Xie(e) {
13233
13238
  const t = G([]), a = G(!1);
13234
13239
  function n() {
13235
13240
  t.value.every((r) => r.loaded) && (e.onAllLoaded(), a.value = !1);
@@ -13335,7 +13340,7 @@ function H6(e) {
13335
13340
  let Lx, Px, Bx, Nx = !1;
13336
13341
  const hv = G(!1), Fp = G(!1), Rp = G(), pv = G(), Fx = G(!1);
13337
13342
  let yy;
13338
- function Xie() {
13343
+ function Qie() {
13339
13344
  return yy;
13340
13345
  }
13341
13346
  function W6() {
@@ -13381,7 +13386,7 @@ function W6() {
13381
13386
  }, yy;
13382
13387
  }
13383
13388
  const VM = Symbol(), j6 = Symbol(), LM = Symbol(), PM = Symbol();
13384
- function Qie(e, t, a, n) {
13389
+ function Jie(e, t, a, n) {
13385
13390
  var v;
13386
13391
  const l = Qe(VM), r = Qe(PM), i = Qe(LM), o = l.findItem(e.meta.nav ?? e.name) ?? void 0, s = e.meta.requiresAuth !== !1 || o != null && o.requiresAuth !== !1, c = e.meta.permissions ?? [], u = e.meta.subscriptions ?? [];
13387
13392
  function d() {
@@ -13407,7 +13412,7 @@ function q6(e) {
13407
13412
  const t = [];
13408
13413
  return (e == null ? void 0 : e.required) == !0 && t.push((a) => !!a || "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((a) => !!a || "Password is required"), t.push((a) => a != null && a.length > 9 || "Password must be 10 or more characters"), t.push((a) => /^(.*[a-z].*)$/.test(a) || "Password must contain a lowercase letter"), t.push((a) => /^(.*[A-Z].*)$/.test(a) || "Password must contain an uppercase letter"), t.push((a) => /^(.*\d.*)$/.test(a) || "Password must contain a number"), t.push((a) => /^(.*[#?!@\$%\^\&*\)\(+=._-].*)$/.test(a) || "Password must contain a special character like # ? ! @ $ % ^ & * - +")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((a) => !!a || "Email is required"), t.push((a) => hL(a) || "Email must be valid")), t;
13409
13414
  }
13410
- function Jie(e) {
13415
+ function eoe(e) {
13411
13416
  const t = q6(e);
13412
13417
  return {
13413
13418
  rules: t,
@@ -24769,7 +24774,7 @@ const RF = ch("v-alert-title"), zF = ["success", "info", "warning", "error"], OF
24769
24774
  { width: i.value },
24770
24775
  { precision: 0.1, mass: 1, friction: 26, tension: 250 },
24771
24776
  { onRest() {
24772
- console.log("aaaa"), d.value = !1;
24777
+ d.value = !1;
24773
24778
  } }
24774
24779
  ), { xs: u } = Hi(), d = G(!1), v = G(null), f = G(null), { navBack: g } = U_();
24775
24780
  function h() {
@@ -24785,7 +24790,7 @@ const RF = ch("v-alert-title"), zF = ["success", "info", "warning", "error"], OF
24785
24790
  o.value || (v.value != null && (s = parseInt(window.getComputedStyle(v.value.$el).getPropertyValue("width"))), (l.value == "auto" || l.value == "percent" || l.value == "grow") && (c.width = s), d.value = !0, o.value = !0, c.width = 0);
24786
24791
  },
24787
24792
  onUpdate: () => {
24788
- c.width == 0 && (typeof a.width == "number" ? c.width = a.width : s > 0 ? c.width = s : c.width = i.value != 0 ? i.value : 400, d.value = !0, o.value = !1, console.log("a"));
24793
+ c.width == 0 && (typeof a.width == "number" ? c.width = a.width : s > 0 ? c.width = s : c.width = i.value != 0 ? i.value : 400, d.value = !0, o.value = !1);
24789
24794
  }
24790
24795
  }), { editVariant: b, viewVariant: p } = NF();
24791
24796
  Gt("isMobile", m.isMobile), Gt("editVariant", a.editVariant ?? b ?? "outlined"), Gt("viewVariant", a.viewVariant ?? p ?? "list-item");
@@ -42332,9 +42337,9 @@ const tU = /* @__PURE__ */ Pf(Jj, [["render", eU]]), aU = { class: "d-flex align
42332
42337
  useRouteSrc: { type: Boolean },
42333
42338
  variant: {}
42334
42339
  },
42335
- emits: ["update:modelValue", "change"],
42340
+ emits: ["update:modelValue", "change", "deleted", "fetched", "input", "select", "confirm", "mouse-over-item"],
42336
42341
  setup(e, { emit: t }) {
42337
- const a = t, n = e, l = G((n.alwaysOpen || n.isSelecting) ?? !1), r = Qe("size", () => G("small"), !0), i = Qe("isEditing", () => G(!1), !0), o = T(() => n.isEditing ?? i.value), s = uc(n, void 0, {
42342
+ const a = t, n = e, l = G((n.alwaysOpen || n.isSelecting) ?? !1), r = Qe("size", () => G("small"), !0), i = Qe("isEditing", () => G(!1), !0), o = T(() => n.isEditing ?? i.value), s = uc(n, a, {
42338
42343
  // useBladeSrc: false,
42339
42344
  // useRouteSrc: false
42340
42345
  }), c = Xs(), u = T(() => (k) => {
@@ -43598,7 +43603,7 @@ const cU = /* @__PURE__ */ Ke({
43598
43603
  };
43599
43604
  }
43600
43605
  });
43601
- function eoe(e) {
43606
+ function toe(e) {
43602
43607
  return {
43603
43608
  install(t, a) {
43604
43609
  var u, d, v, f, g, h;
@@ -44081,7 +44086,7 @@ const kU = He({
44081
44086
  }, EU = {
44082
44087
  key: 2,
44083
44088
  class: "text-body-2"
44084
- }, toe = /* @__PURE__ */ Ke({
44089
+ }, aoe = /* @__PURE__ */ Ke({
44085
44090
  __name: "BT-Assistant-Menu",
44086
44091
  props: {
44087
44092
  buttonIcon: {},
@@ -44519,7 +44524,7 @@ const kU = He({
44519
44524
  }, 8, ["modelValue"])
44520
44525
  ]));
44521
44526
  }
44522
- }), VU = { class: "d-flex align-center" }, aoe = /* @__PURE__ */ Ke({
44527
+ }), VU = { class: "d-flex align-center" }, noe = /* @__PURE__ */ Ke({
44523
44528
  __name: "BT-Dialog-Select",
44524
44529
  setup(e) {
44525
44530
  const t = G(!1), a = G({}), n = G([]), { getValue: l } = EM();
@@ -44723,7 +44728,7 @@ const kU = He({
44723
44728
  }), LU = {
44724
44729
  class: "text-h4 text-center py-4",
44725
44730
  style: { height: "75px" }
44726
- }, noe = /* @__PURE__ */ Ke({
44731
+ }, loe = /* @__PURE__ */ Ke({
44727
44732
  __name: "BT-Dialog-Number",
44728
44733
  setup(e) {
44729
44734
  const t = G(!1), a = G({}), n = G({}), l = G("number"), r = G(""), i = G(""), o = T(() => r.value != null && r.value.length > 0 && !Number.isNaN(r.value)), s = T(() => {
@@ -44886,7 +44891,7 @@ const kU = He({
44886
44891
  _: 1
44887
44892
  }, 8, ["max-width", "modelValue"]));
44888
44893
  }
44889
- }), loe = /* @__PURE__ */ Ke({
44894
+ }), roe = /* @__PURE__ */ Ke({
44890
44895
  __name: "BT-Dialog-Date",
44891
44896
  setup(e) {
44892
44897
  const t = G(!1), a = G({}), n = G();
@@ -44959,7 +44964,7 @@ const kU = He({
44959
44964
  }, 8, ["max-width", "modelValue"]);
44960
44965
  };
44961
44966
  }
44962
- }), roe = /* @__PURE__ */ Ke({
44967
+ }), ioe = /* @__PURE__ */ Ke({
44963
44968
  __name: "BT-Demo-Profile-Select",
44964
44969
  props: {
44965
44970
  to: {},
@@ -45036,7 +45041,7 @@ const kU = He({
45036
45041
  r.value != null && (r.value.isSubmitButton ? a("onSubmit") : Va(r.value.url) || window.open(r.value.url, "_blank"));
45037
45042
  }
45038
45043
  return ke(() => n.field, (s) => {
45039
- console.log("field changed"), r.value = s;
45044
+ r.value = s;
45040
45045
  }), vt(() => {
45041
45046
  r.value = n.field;
45042
45047
  }), (s, c) => {
@@ -77134,7 +77139,7 @@ const _re = He({
77134
77139
  }, zre = { class: "text-center ma-2" }, Ore = { class: "text-h6" }, Hre = { key: 0 }, Wre = { key: 1 }, jre = { key: 2 }, Ure = { class: "text-caption" }, qre = { key: 0 }, Yre = { key: 1 }, Gre = { key: 2 }, Zre = { key: 0 }, Kre = { key: 1 }, Xre = { key: 2 }, Qre = {
77135
77140
  key: 0,
77136
77141
  class: "text-center"
77137
- }, Jre = { class: "d-flex align-center py-1 mx-2" }, ioe = /* @__PURE__ */ Ke({
77142
+ }, Jre = { class: "d-flex align-center py-1 mx-2" }, ooe = /* @__PURE__ */ Ke({
77138
77143
  __name: "BT-Form-Builder",
77139
77144
  props: {
77140
77145
  actualUsedHeight: {},
@@ -77792,16 +77797,16 @@ const _re = He({
77792
77797
  }
77793
77798
  });
77794
77799
  export {
77795
- toe as BTAssistantMenu,
77800
+ aoe as BTAssistantMenu,
77796
77801
  TF as BTBladeSteps,
77797
77802
  Zp as BTColorPickerMenu,
77798
77803
  Rn as BTDateFormat,
77799
- roe as BTDemoProfileSelect,
77800
- loe as BTDialogDate,
77801
- noe as BTDialogNumber,
77802
- aoe as BTDialogSelect,
77804
+ ioe as BTDemoProfileSelect,
77805
+ roe as BTDialogDate,
77806
+ loe as BTDialogNumber,
77807
+ noe as BTDialogSelect,
77803
77808
  iq as BTForm,
77804
- ioe as BTFormBuilder,
77809
+ ooe as BTFormBuilder,
77805
77810
  Yv as BTFormField,
77806
77811
  cL as DataURIToBlob,
77807
77812
  AP as Fields,
@@ -77817,14 +77822,14 @@ export {
77817
77822
  CP as ToShortDate,
77818
77823
  _P as ToShortDateAndTime,
77819
77824
  MP as ToTime,
77820
- kie as addWeekday,
77825
+ Sie as addWeekday,
77821
77826
  pn as appendUrl,
77822
77827
  PM as authKey,
77823
77828
  j0 as capitalizeWords,
77824
77829
  XV as checkImage,
77825
- Die as compareString,
77830
+ Aie as compareString,
77826
77831
  uL as containsSearch,
77827
- xie as containsWeekday,
77832
+ kie as containsWeekday,
77828
77833
  Yu as copyDeep,
77829
77834
  sL as copyItemByAlphabet,
77830
77835
  DL as createApi,
@@ -77833,7 +77838,7 @@ export {
77833
77838
  VL as createBackgroundTasks,
77834
77839
  kL as createBlobStoreBuilder,
77835
77840
  CL as createBlobStoreDefinition,
77836
- eoe as createCore,
77841
+ toe as createCore,
77837
77842
  NL as createCosmetics,
77838
77843
  wL as createDates,
77839
77844
  dP as createDemo,
@@ -77849,30 +77854,30 @@ export {
77849
77854
  QN as createVuetify,
77850
77855
  ML as createWholeLastUpdateStoreDefinition,
77851
77856
  oL as csvContains,
77852
- Rie as csvDefaults,
77857
+ zie as csvDefaults,
77853
77858
  z_ as deepSelect,
77854
77859
  LM as demoKey,
77855
77860
  F_ as distinct,
77856
- gie as dropAndAddToList,
77857
- pie as dropFromList,
77858
- die as expectArray,
77859
- uie as expectArrayReturn,
77860
- cie as expectSingle,
77861
- sie as expectSingleReturn,
77862
- mie as extensionExists,
77861
+ yie as dropAndAddToList,
77862
+ gie as dropFromList,
77863
+ fie as expectArray,
77864
+ cie as expectArrayReturn,
77865
+ die as expectSingle,
77866
+ uie as expectSingleReturn,
77867
+ hie as extensionExists,
77863
77868
  dL as extractErrorDescription,
77864
77869
  cv as findYouTubeAvatar,
77865
77870
  tL as fromCamelCase,
77866
- hie as getGoogleMapsLocationLine,
77867
- yie as getImageData,
77871
+ pie as getGoogleMapsLocationLine,
77872
+ bie as getImageData,
77868
77873
  R_ as getLocationLine,
77869
77874
  JV as getLocationLineOne,
77870
77875
  eL as getLocationLineTwo,
77871
- Cie as getMinDate,
77876
+ _ie as getMinDate,
77872
77877
  Lu as getMinDateString,
77873
77878
  fL as getRandomColor,
77874
77879
  QV as group,
77875
- Qie as guardRoute,
77880
+ Jie as guardRoute,
77876
77881
  vL as hasSearch,
77877
77882
  nL as isArrayOfLength,
77878
77883
  wt as isLengthyArray,
@@ -77886,20 +77891,21 @@ export {
77886
77891
  ox as moveInArray,
77887
77892
  VM as navigationKey,
77888
77893
  Pn as nestedValue,
77889
- vie as orderBy,
77894
+ mie as orderBy,
77895
+ oie as pullPropsFrom,
77890
77896
  im as registerDialog,
77891
77897
  G6 as releaseSteps,
77892
- Sie as removeWeekday,
77898
+ Cie as removeWeekday,
77893
77899
  iL as roundTo,
77894
77900
  pL as singularize,
77895
77901
  mL as splitArray,
77896
- Tie as spread,
77897
- fie as sum,
77902
+ Die as spread,
77903
+ vie as sum,
77898
77904
  aL as toCamelCase,
77899
77905
  su as toCompareString,
77900
- oie as toggle,
77901
- _ie as toggleCSV,
77902
- Mie as twiddleThumbs,
77906
+ sie as toggle,
77907
+ Mie as toggleCSV,
77908
+ Tie as twiddleThumbs,
77903
77909
  j6 as urlsKey,
77904
77910
  sh as useActions,
77905
77911
  NC as useActionsTracker,
@@ -77908,63 +77914,63 @@ export {
77908
77914
  fo as useAuth,
77909
77915
  sv as useAuthUrl,
77910
77916
  q_ as useBackgroundTask,
77911
- Pie as useBackgroundTasks,
77917
+ Bie as useBackgroundTasks,
77912
77918
  U0 as useBlade,
77913
- Eie as useBlobStore,
77919
+ Vie as useBlobStore,
77914
77920
  uP as useCSV,
77915
- Bie as useColorizer,
77921
+ Nie as useColorizer,
77916
77922
  Y_ as useCosmetics,
77917
77923
  oP as useCron,
77918
77924
  sP as useCronAdjustments,
77919
- Fie as useCronPredictor,
77925
+ Rie as useCronPredictor,
77920
77926
  ih as useCurrentEnv,
77921
77927
  Jg as useDataUrl,
77922
77928
  oh as useDates,
77923
77929
  W_ as useDbName,
77924
77930
  cP as useDemo,
77925
- Oie as useDialogDate,
77926
- Hie as useDialogNumber,
77927
- zie as useDialogSelect,
77928
- Wie as useDialogString,
77929
- jie as useDocumentMeta,
77931
+ Hie as useDialogDate,
77932
+ Wie as useDialogNumber,
77933
+ Oie as useDialogSelect,
77934
+ jie as useDialogString,
77935
+ Uie as useDocumentMeta,
77930
77936
  LL as useDraggable,
77931
77937
  vP as useFeedback,
77932
77938
  Xs as useFilters,
77933
77939
  DP as useForms,
77934
- Uie as useGeo,
77935
- qie as useGraphing,
77940
+ qie as useGeo,
77941
+ Yie as useGraphing,
77936
77942
  uh as useHeights,
77937
77943
  iie as useIDMemory,
77938
- Gie as useIcons,
77944
+ Zie as useIcons,
77939
77945
  U5 as useId,
77940
77946
  rie as useIds,
77941
- Aie as useImageUrl,
77947
+ Iie as useImageUrl,
77942
77948
  $M as useItem,
77943
- Zie as useIterating,
77949
+ Kie as useIterating,
77944
77950
  uc as useList,
77945
- Kie as useLists,
77946
- Lie as useLocalActions,
77947
- $ie as useLocalCache,
77948
- Nie as useLocalCosmetics,
77951
+ Xie as useLists,
77952
+ Pie as useLocalActions,
77953
+ Eie as useLocalCache,
77954
+ Fie as useLocalCosmetics,
77949
77955
  Fl as useLocalDb,
77950
77956
  O6 as useMenu,
77951
77957
  U_ as useNavBack,
77952
77958
  Ri as useNavigation,
77953
77959
  EM as useNested,
77954
- Xie as usePWA,
77960
+ Qie as usePWA,
77955
77961
  If as usePresets,
77956
- Jie as useRequirements,
77962
+ eoe as useRequirements,
77957
77963
  BL as useResizable,
77958
77964
  IP as useResponsiveStyle,
77959
77965
  q6 as useRules,
77960
77966
  Y6 as useSteps,
77961
- Vie as useStore,
77967
+ Lie as useStore,
77962
77968
  Io as useStoreDefinition,
77963
- Yie as useStyle,
77969
+ Gie as useStyle,
77964
77970
  IM as useTracker,
77965
- Iie as useUrls,
77971
+ $ie as useUrls,
77966
77972
  hL as validEmail,
77967
77973
  Tf as weekdayPairs,
77968
- wie as weekdayShortName,
77969
- bie as weekdayValue
77974
+ xie as weekdayShortName,
77975
+ wie as weekdayValue
77970
77976
  };
package/dist/index.d.ts CHANGED
@@ -1438,6 +1438,9 @@ declare interface PredictOptions {
1438
1438
  cron?: string;
1439
1439
  }
1440
1440
 
1441
+ /**Pulls only props that obj2 contains and applies to obj1 */
1442
+ export declare function pullPropsFrom(obj1: any, obj2: any, propsToIgnore?: string[]): void;
1443
+
1441
1444
  export declare interface QueryParams extends Record<string, any> {
1442
1445
  filterBy?: string;
1443
1446
  includeCount?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.863",
3
+ "version": "1.4.865",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {