bt-core-app 2.1.32 → 2.1.34

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.
@@ -5847,14 +5847,21 @@ function RT(e, t) {
5847
5847
  a.some((l) => t(n) == t(l)) || a.push(n);
5848
5848
  }), a;
5849
5849
  }
5850
- function Goe(e, t) {
5851
- const a = /* @__PURE__ */ new Map();
5852
- return e.forEach((n) => {
5853
- let l;
5854
- typeof t == "string" ? l = n[t] : l = t(n);
5855
- const r = a.get(l);
5856
- r ? r.push(n) : a.set(l, [n]);
5857
- }), a;
5850
+ function Goe(e, t, a) {
5851
+ return e == null ? /* @__PURE__ */ new Map() : e.reduce((n, l) => {
5852
+ const r = t(l) ?? a, i = n.get(r);
5853
+ return i ? i.push(l) : n.set(r, [l]), n;
5854
+ }, /* @__PURE__ */ new Map());
5855
+ }
5856
+ function Zoe(e, t, a) {
5857
+ if (e == null)
5858
+ return [];
5859
+ var n = e.reduce((l, r) => {
5860
+ const i = t(r) ?? a;
5861
+ var o = l.find((s) => s.key == i);
5862
+ return o == null ? l.push({ key: i, values: [r] }) : o.values.push(r), l;
5863
+ }, []);
5864
+ return n.map((l) => l.values);
5858
5865
  }
5859
5866
  function nP(e, t) {
5860
5867
  const a = /* @__PURE__ */ new Map();
@@ -5865,7 +5872,7 @@ function nP(e, t) {
5865
5872
  r ? r.push(n) : a.set(l, [n]);
5866
5873
  }), a;
5867
5874
  }
5868
- function Zoe(e = "blitzItExtensionExists") {
5875
+ function Koe(e = "blitzItExtensionExists") {
5869
5876
  try {
5870
5877
  var t = document.getElementById(e);
5871
5878
  return t != null;
@@ -5873,7 +5880,7 @@ function Zoe(e = "blitzItExtensionExists") {
5873
5880
  return console.log(pP(a)), !1;
5874
5881
  }
5875
5882
  }
5876
- function Koe(e) {
5883
+ function Xoe(e) {
5877
5884
  var t = zT(e, !0);
5878
5885
  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(" ", "");
5879
5886
  }
@@ -5901,7 +5908,7 @@ function rP(e) {
5901
5908
  var t = "";
5902
5909
  return e.suburb != null && (t = t + e.suburb + " "), e.state != null && (t = t + e.state + " "), e.postcode != null && (t = t + e.postcode), t;
5903
5910
  }
5904
- function Xoe(e, t) {
5911
+ function Qoe(e, t) {
5905
5912
  if (e == null || t == null)
5906
5913
  return -1;
5907
5914
  let a = e.findIndex((l) => t(l)), n = a;
@@ -5909,7 +5916,7 @@ function Xoe(e, t) {
5909
5916
  n = a, e.splice(a, 1), a = e.findIndex((l) => t(l));
5910
5917
  return n;
5911
5918
  }
5912
- function Qoe(e, t, a) {
5919
+ function Joe(e, t, a) {
5913
5920
  if (e == null || t == null || a == null)
5914
5921
  return -1;
5915
5922
  let n = e.findIndex((i) => i !== t && a(i)), l = !1, r = n;
@@ -5917,7 +5924,7 @@ function Qoe(e, t, a) {
5917
5924
  l ? e.splice(n, 1) : (e.splice(n, 1, t), r = n, l = !0), n = e.findIndex((i) => i !== t && a(i));
5918
5925
  return l || (e.push(t), r = e.length - 1), r;
5919
5926
  }
5920
- async function Joe(e, t = !0) {
5927
+ async function ese(e, t = !0) {
5921
5928
  return new Promise((a, n) => {
5922
5929
  e == null && n("no url given");
5923
5930
  var l = new Image();
@@ -5958,25 +5965,25 @@ const mv = [
5958
5965
  { value: 7, short: "sat", values: ["sat", "saturday"] },
5959
5966
  { value: 0, short: "always", values: ["always", null, void 0] }
5960
5967
  ];
5961
- function ese(e) {
5968
+ function tse(e) {
5962
5969
  if (e == null)
5963
5970
  return 0;
5964
5971
  const t = e.replaceAll(" ", "").split(",").map((n) => n.toLowerCase()), a = mv.filter((n) => n.values.some((l) => t.some((r) => l == r))).map((n) => n.value);
5965
5972
  return a.length == 0 ? 8 : Math.min(...a);
5966
5973
  }
5967
- function tse(e) {
5974
+ function ase(e) {
5968
5975
  return e == null ? e : e.toLowerCase().replaceAll(" ", "").split(",").map((t) => {
5969
5976
  let a = mv.find((n) => n.values.some((l) => l == t));
5970
5977
  return a != null ? a.short : "";
5971
5978
  }).filter((t) => t != null && t.length > 0).toString();
5972
5979
  }
5973
- function ase(e, t) {
5980
+ function nse(e, t) {
5974
5981
  if (e == null || t == null)
5975
5982
  return !0;
5976
5983
  const a = e.replaceAll(" ", "").split(",").map((r) => r.toLowerCase()), n = t.replaceAll(" ", "").toLowerCase(), l = mv.find((r) => r.values.some((i) => i == n));
5977
5984
  return l != null && a.some((r) => r == l.short || l.values.some((i) => i == r));
5978
5985
  }
5979
- function nse(e, t) {
5986
+ function lse(e, t) {
5980
5987
  if (t == null)
5981
5988
  return e;
5982
5989
  let a = e ?? "";
@@ -5984,7 +5991,7 @@ function nse(e, t) {
5984
5991
  let n = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((l) => mv.find((r) => r.values.some((i) => i == l))).filter((l) => l != null).sort(rl.firstBy((l) => (l == null ? void 0 : l.value) ?? 0)).map((l) => l == null ? void 0 : l.short))].toString();
5985
5992
  return n.length > 0 ? n : void 0;
5986
5993
  }
5987
- function lse(e, t) {
5994
+ function rse(e, t) {
5988
5995
  if (t == null || e == null)
5989
5996
  return e;
5990
5997
  let a = e ?? "", n = t.replaceAll(" ", "").toLowerCase(), l = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((r) => mv.find((i) => i.values.some((o) => o == r && o != n))).filter((r) => r != null).sort(rl.firstBy((r) => (r == null ? void 0 : r.value) ?? 0)).map((r) => r == null ? void 0 : r.short))].toString();
@@ -6002,7 +6009,7 @@ function Gt(e) {
6002
6009
  function uP(e) {
6003
6010
  return e == "0001-01-01T00:00:00Z";
6004
6011
  }
6005
- function rse() {
6012
+ function ise() {
6006
6013
  return (/* @__PURE__ */ new Date("0001-01-01T00:00:00Z")).getTime();
6007
6014
  }
6008
6015
  function vc() {
@@ -6020,7 +6027,7 @@ function dP(e, t) {
6020
6027
  let l = Number.parseInt(a);
6021
6028
  return Math.round(e * l) / l;
6022
6029
  }
6023
- function ise(e, t) {
6030
+ function ose(e, t) {
6024
6031
  let a = "";
6025
6032
  return e != null && (Array.isArray(e) ? a = e.toString() : a = e), t != null && (fP(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;
6026
6033
  }
@@ -6097,7 +6104,7 @@ function yP(e, t, a) {
6097
6104
  function js(e) {
6098
6105
  return e != null ? e.replaceAll(" ", "").replaceAll(/(\r\n|\n|\r)/gm, "").toLowerCase() : null;
6099
6106
  }
6100
- function ose(e = 2e3) {
6107
+ function sse(e = 2e3) {
6101
6108
  return new Promise((t) => {
6102
6109
  setTimeout(() => t(), e);
6103
6110
  });
@@ -6112,7 +6119,7 @@ function Vn(e, t) {
6112
6119
  return null;
6113
6120
  return l;
6114
6121
  }
6115
- function sse(e, t) {
6122
+ function use(e, t) {
6116
6123
  const a = [];
6117
6124
  for (let n = 0; n < e.length; n += t) {
6118
6125
  const l = e.slice(n, n + t);
@@ -6136,7 +6143,7 @@ function wP(e) {
6136
6143
  function xP(e) {
6137
6144
  return e.endsWith("ies") ? e.slice(0, e.length - 3) : e.endsWith("s") ? e.slice(0, e.length - 1) : e;
6138
6145
  }
6139
- function use(e) {
6146
+ function cse(e) {
6140
6147
  return e == null ? void 0 : e.replaceAll(" ", "").toLowerCase();
6141
6148
  }
6142
6149
  function Xv(e) {
@@ -7626,7 +7633,7 @@ function Qv() {
7626
7633
  const e = hv();
7627
7634
  return Na == null ? "" : (Na[e] ?? Na.development).auth ?? "";
7628
7635
  }
7629
- function cse(e, t) {
7636
+ function dse(e, t) {
7630
7637
  const a = hv();
7631
7638
  if (Na == null)
7632
7639
  return "";
@@ -7640,7 +7647,7 @@ function Py(e) {
7640
7647
  const a = Na[t] ?? Na.development;
7641
7648
  return e == null || a.other == null ? a.data ?? "" : a.other[e] ?? a.data ?? "";
7642
7649
  }
7643
- function dse() {
7650
+ function fse() {
7644
7651
  return Na;
7645
7652
  }
7646
7653
  function CP(e) {
@@ -7654,7 +7661,7 @@ function ll() {
7654
7661
  const e = jT();
7655
7662
  return (Jv == null || Jv.config.name != e) && (Jv = WT.createInstance({ name: e })), Jv;
7656
7663
  }
7657
- function fse() {
7664
+ function vse() {
7658
7665
  async function e(l) {
7659
7666
  const r = ll();
7660
7667
  (await r.keys()).filter((s) => s.startsWith(l)).forEach((s) => {
@@ -7732,10 +7739,10 @@ function MP(e) {
7732
7739
  }, By;
7733
7740
  }
7734
7741
  let Km, Ny;
7735
- function vse(e) {
7742
+ function mse(e) {
7736
7743
  return Ny(e)();
7737
7744
  }
7738
- function mse(e) {
7745
+ function hse(e) {
7739
7746
  return Km(e)();
7740
7747
  }
7741
7748
  function xo(e) {
@@ -9763,7 +9770,7 @@ function em(e) {
9763
9770
  return `http://img.youtube.com/vi/${t[0]}/0.jpg`;
9764
9771
  }
9765
9772
  }
9766
- function hse() {
9773
+ function pse() {
9767
9774
  const { actionErrorMsg: e, actionLoadingMsg: t, clearErrors: a, isLoading: n, doAction: l } = PM(
9768
9775
  {
9769
9776
  stringifyError: (i) => typeof i == "object" ? i.message : i == null ? void 0 : i.toString()
@@ -10037,7 +10044,7 @@ function qT(e) {
10037
10044
  task: $(() => ko == null ? void 0 : ko.tasks.value.find((t) => t.actionName == e))
10038
10045
  };
10039
10046
  }
10040
- function pse() {
10047
+ function gse() {
10041
10048
  return ko;
10042
10049
  }
10043
10050
  function RP(e) {
@@ -40654,7 +40661,7 @@ gt()({
40654
40661
  }
40655
40662
  });
40656
40663
  const ql = q([]);
40657
- function Tse(e) {
40664
+ function _se(e) {
40658
40665
  const t = (e == null ? void 0 : e.bladeGroup) ?? "default";
40659
40666
  function a(r) {
40660
40667
  return ql.value.findIndex((i) => i.bladeGroup == t && i.bladeName == r);
@@ -40833,7 +40840,7 @@ function qf(e) {
40833
40840
  zn.options.splice(t, 1);
40834
40841
  };
40835
40842
  }
40836
- function _se(e) {
40843
+ function Dse(e) {
40837
40844
  const t = zn == null ? void 0 : zn.options.find((a) => a.dialogType == "items");
40838
40845
  return t == null ? Promise.resolve({
40839
40846
  isError: !0,
@@ -40844,7 +40851,7 @@ function _se(e) {
40844
40851
  t.open(e, a);
40845
40852
  });
40846
40853
  }
40847
- function Dse(e) {
40854
+ function Ase(e) {
40848
40855
  const t = zn == null ? void 0 : zn.options.find((a) => a.dialogType == "date");
40849
40856
  return t == null ? Promise.resolve({
40850
40857
  isError: !0,
@@ -40855,7 +40862,7 @@ function Dse(e) {
40855
40862
  t.open(e, a);
40856
40863
  });
40857
40864
  }
40858
- function Ase(e) {
40865
+ function $se(e) {
40859
40866
  const t = zn == null ? void 0 : zn.options.find((a) => a.dialogType == "number");
40860
40867
  return t == null ? Promise.resolve({
40861
40868
  isError: !0,
@@ -40866,7 +40873,7 @@ function Ase(e) {
40866
40873
  t.open(e, a);
40867
40874
  });
40868
40875
  }
40869
- function $se(e) {
40876
+ function Ise(e) {
40870
40877
  const t = zn == null ? void 0 : zn.options.find((a) => a.dialogType == "string");
40871
40878
  return t == null ? Promise.resolve({
40872
40879
  isError: !0,
@@ -40888,7 +40895,7 @@ function tw(e) {
40888
40895
  t.open(e, a);
40889
40896
  });
40890
40897
  }
40891
- async function Ise(e, t) {
40898
+ async function Vse(e, t) {
40892
40899
  if (t) {
40893
40900
  var a = await tw({});
40894
40901
  a.isConfirmed && e();
@@ -40916,7 +40923,7 @@ let _0;
40916
40923
  function n$() {
40917
40924
  return _0;
40918
40925
  }
40919
- function Vse(e) {
40926
+ function Ese(e) {
40920
40927
  const t = localStorage.getItem((e == null ? void 0 : e.storageName) ?? "cosmetics");
40921
40928
  let a;
40922
40929
  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), {
@@ -41554,7 +41561,7 @@ const ow = [
41554
41561
  { text: "Monthly", value: "Monthly" },
41555
41562
  { text: "Custom", value: "Custom" }
41556
41563
  ];
41557
- function Ese() {
41564
+ function Lse() {
41558
41565
  const { timeZone: e } = io();
41559
41566
  function t(a) {
41560
41567
  if (a.cron == null)
@@ -41788,7 +41795,7 @@ function vj(e) {
41788
41795
  unpack: m
41789
41796
  };
41790
41797
  }
41791
- const Lse = {
41798
+ const Pse = {
41792
41799
  canExportCSV: !1
41793
41800
  };
41794
41801
  function mj(e) {
@@ -41921,7 +41928,7 @@ function mj(e) {
41921
41928
  loadingMsg: $(() => t.value)
41922
41929
  };
41923
41930
  }
41924
- function Pse(e, t, a) {
41931
+ function Bse(e, t, a) {
41925
41932
  var n = e.split(`
41926
41933
  `);
41927
41934
  if (!Mt(n))
@@ -42110,7 +42117,7 @@ function pj(e) {
42110
42117
  }, $0;
42111
42118
  }
42112
42119
  var gj = { BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
42113
- function Bse(e) {
42120
+ function Nse(e) {
42114
42121
  function t(a) {
42115
42122
  var l;
42116
42123
  const n = a.matched.slice().reverse().find((r) => r.meta && r.meta.title);
@@ -42569,7 +42576,7 @@ function Bj(e) {
42569
42576
  function Nj() {
42570
42577
  return du;
42571
42578
  }
42572
- function Nse(e) {
42579
+ function Fse(e) {
42573
42580
  let t, a = {
42574
42581
  ...e,
42575
42582
  slides: []
@@ -42596,7 +42603,7 @@ function Nse(e) {
42596
42603
  addField: r
42597
42604
  }, t;
42598
42605
  }
42599
- function Fse() {
42606
+ function Rse() {
42600
42607
  function e(r, i) {
42601
42608
  if (!(r.lat == null || r.lng == null))
42602
42609
  return [
@@ -42654,7 +42661,7 @@ function Fse() {
42654
42661
  getBoundary: n
42655
42662
  };
42656
42663
  }
42657
- function Rse() {
42664
+ function zse() {
42658
42665
  const e = $(() => navigator && "geolocation" in navigator);
42659
42666
  async function t() {
42660
42667
  if (e.value)
@@ -42687,7 +42694,7 @@ function Rse() {
42687
42694
  };
42688
42695
  }
42689
42696
  let I0;
42690
- function zse() {
42697
+ function Hse() {
42691
42698
  return I0;
42692
42699
  }
42693
42700
  function Fj(e) {
@@ -42905,7 +42912,7 @@ function Rj(e) {
42905
42912
  })
42906
42913
  };
42907
42914
  }
42908
- function Hse(e, t) {
42915
+ function Ose(e, t) {
42909
42916
  return {
42910
42917
  style: $(() => {
42911
42918
  if (tu == null)
@@ -44196,7 +44203,7 @@ const N$ = Ti({
44196
44203
  component: bw
44197
44204
  };
44198
44205
  var NY = "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", FY = "M13,13H11V7H13M13,17H11V15H13M12,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", RY = "M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11M5 5V7H19V5H5Z", zY = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z", HY = "M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z", OY = "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", WY = "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", jY = "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", YY = "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", UY = "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", qY = "M21 15V18H24V20H21V23H19V20H16V18H19V15H21M14 18H3V6H19V13H21V6C21 4.89 20.11 4 19 4H3C1.9 4 1 4.89 1 6V18C1 19.11 1.9 20 3 20H14V18Z", GY = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z", ZY = "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", KY = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", XY = "M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z", QY = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", JY = "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z", eU = "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", tU = "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", aU = "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", nU = "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", lU = "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", rU = "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", iU = "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", oU = "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", sU = "M11,17H4A2,2 0 0,1 2,15V3A2,2 0 0,1 4,1H16V3H4V15H11V13L15,16L11,19V17M19,21V7H8V13H6V7A2,2 0 0,1 8,5H19A2,2 0 0,1 21,7V21A2,2 0 0,1 19,23H8A2,2 0 0,1 6,21V19H8V21H19Z", uU = "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", cU = "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", dU = "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", fU = "M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z", vU = "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", mU = "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", hU = "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", pU = "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", gU = "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", yU = "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", bU = "M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M18,20H6V4H13V9H18V20Z", wU = "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", xU = "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", kU = "M19,11.5C19,11.5 17,13.67 17,15A2,2 0 0,0 19,17A2,2 0 0,0 21,15C21,13.67 19,11.5 19,11.5M5.21,10L10,5.21L14.79,10M16.56,8.94L7.62,0L6.21,1.41L8.59,3.79L3.44,8.94C2.85,9.5 2.85,10.47 3.44,11.06L8.94,16.56C9.23,16.85 9.62,17 10,17C10.38,17 10.77,16.85 11.06,16.56L16.56,11.06C17.15,10.47 17.15,9.5 16.56,8.94Z", SU = "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", CU = "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", MU = "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", TU = "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", _U = "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", DU = "M7,10L12,15L17,10H7Z", AU = "M7,15L12,10L17,15H7Z", $U = "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", IU = "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", VU = "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", EU = "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", LU = "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", PU = "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", BU = "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", NU = "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", FU = "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", RU = "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", zU = "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", HU = "M2,21L23,12L2,3V10L17,12L2,14V21Z", OU = "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", WU = "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", jU = "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", YU = "M18,6V17H22V6M2,17H6V6H2M7,19H17V4H7V19Z", UU = "M16,5V18H21V5M4,18H9V5H4M10,18H15V5H10V18Z", qU = "M9,5V9H21V5M9,19H21V15H9M9,14H21V10H9M4,9H8V5H4M4,19H8V15H4M4,14H8V10H4V14Z", GU = "M4,4H20V20H4V4M6,8V18H18V8H6Z", ZU = "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";
44199
- function Ose(e) {
44206
+ function Wse(e) {
44200
44207
  return {
44201
44208
  defaultSet: "mdi",
44202
44209
  aliases: {
@@ -44553,7 +44560,7 @@ function R$(e, t, a) {
44553
44560
  }
44554
44561
  const z$ = Symbol(), KU = Symbol(), H$ = Symbol(), O$ = Symbol();
44555
44562
  let Ks = !1;
44556
- function Wse(e, t, a, n) {
44563
+ function jse(e, t, a, n) {
44557
44564
  var f;
44558
44565
  const l = lt(z$), r = lt(O$), i = lt(H$), o = Ks;
44559
44566
  Ks = !1;
@@ -45100,7 +45107,7 @@ function Su(e, t, a) {
45100
45107
  ...o
45101
45108
  };
45102
45109
  }
45103
- function jse(e) {
45110
+ function Yse(e) {
45104
45111
  const t = q([]), a = q(!1);
45105
45112
  function n() {
45106
45113
  t.value.every((r) => r.loaded) && (e.onAllLoaded(), a.value = !1);
@@ -45209,7 +45216,7 @@ function eq(e) {
45209
45216
  let jS, YS, US, qS = !1;
45210
45217
  const Cm = q(!1), Gg = q(!1), Zg = q(), Mm = q(), GS = q(!1);
45211
45218
  let H0;
45212
- function Yse() {
45219
+ function Use() {
45213
45220
  return H0;
45214
45221
  }
45215
45222
  function tq(e) {
@@ -45284,7 +45291,7 @@ function nq(e) {
45284
45291
  const t = [];
45285
45292
  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) => wP(a) || "Email must be valid")), t;
45286
45293
  }
45287
- function Use(e) {
45294
+ function qse(e) {
45288
45295
  const t = nq(e);
45289
45296
  return {
45290
45297
  rules: t,
@@ -45295,7 +45302,7 @@ function Use(e) {
45295
45302
  };
45296
45303
  }
45297
45304
  let Kg = {};
45298
- function qse(e, t) {
45305
+ function Gse(e, t) {
45299
45306
  let a = Kg[e];
45300
45307
  if (a != null)
45301
45308
  return a;
@@ -45318,25 +45325,25 @@ function lq(e, t) {
45318
45325
  function rq(e) {
45319
45326
  delete Ms[e];
45320
45327
  }
45321
- function Gse(e) {
45328
+ function Zse(e) {
45322
45329
  return Ms[e];
45323
45330
  }
45324
- function Zse(e) {
45331
+ function Kse(e) {
45325
45332
  var t = Ms[e];
45326
45333
  t != null && t.nextStep();
45327
45334
  }
45328
- function Kse(e) {
45335
+ function Xse(e) {
45329
45336
  return Ms[e] != null;
45330
45337
  }
45331
- function Xse(e) {
45338
+ function Qse(e) {
45332
45339
  var t = Ms[e];
45333
45340
  t != null && t.navBack();
45334
45341
  }
45335
- function Qse(e, t) {
45342
+ function Jse(e, t) {
45336
45343
  var a = Ms[e];
45337
45344
  a != null && a.navTo(t);
45338
45345
  }
45339
- function Jse(e, t) {
45346
+ function eue(e, t) {
45340
45347
  var a = Ms[e];
45341
45348
  a != null && a.navToName(t);
45342
45349
  }
@@ -77544,7 +77551,7 @@ const qre = /* @__PURE__ */ tt({
77544
77551
  };
77545
77552
  }
77546
77553
  });
77547
- function eue(e) {
77554
+ function tue(e) {
77548
77555
  return {
77549
77556
  install(t, a) {
77550
77557
  var u, d, v, f, p, m, b, w, M, _;
@@ -78100,7 +78107,7 @@ const lie = Ye({
78100
78107
  }, mie = {
78101
78108
  key: 2,
78102
78109
  class: "text-body-2"
78103
- }, tue = /* @__PURE__ */ tt({
78110
+ }, aue = /* @__PURE__ */ tt({
78104
78111
  __name: "BT-Assistant-Menu",
78105
78112
  props: {
78106
78113
  buttonIcon: {},
@@ -78541,7 +78548,7 @@ const lie = Ye({
78541
78548
  }), hie = {
78542
78549
  key: 0,
78543
78550
  class: "text-subtitle-1 text-grey"
78544
- }, pie = { key: 0 }, gie = { key: 1 }, yie = { key: 0 }, aue = /* @__PURE__ */ tt({
78551
+ }, pie = { key: 0 }, gie = { key: 1 }, yie = { key: 0 }, nue = /* @__PURE__ */ tt({
78545
78552
  __name: "BT-Cron-Span",
78546
78553
  props: {
78547
78554
  defaultExpression: {},
@@ -78598,7 +78605,7 @@ const lie = Ye({
78598
78605
  ])) : J("", !0)
78599
78606
  ]));
78600
78607
  }
78601
- }), nue = /* @__PURE__ */ tt({
78608
+ }), lue = /* @__PURE__ */ tt({
78602
78609
  inheritAttrs: !1,
78603
78610
  __name: "BT-Date-Select",
78604
78611
  props: {
@@ -78656,7 +78663,7 @@ const lie = Ye({
78656
78663
  _: 1
78657
78664
  }));
78658
78665
  }
78659
- }), lue = /* @__PURE__ */ tt({
78666
+ }), rue = /* @__PURE__ */ tt({
78660
78667
  __name: "BT-Dialog-Confirm",
78661
78668
  setup(e) {
78662
78669
  const t = q(!1), a = q({});
@@ -78713,7 +78720,7 @@ const lie = Ye({
78713
78720
  }), bie = {
78714
78721
  key: 0,
78715
78722
  class: "d-flex align-center"
78716
- }, wie = { class: "d-flex align-center" }, rue = /* @__PURE__ */ tt({
78723
+ }, wie = { class: "d-flex align-center" }, iue = /* @__PURE__ */ tt({
78717
78724
  __name: "BT-Dialog-Select",
78718
78725
  setup(e) {
78719
78726
  const t = q(!1), a = q({}), n = q([]), { getValue: l } = W$();
@@ -78938,7 +78945,7 @@ const lie = Ye({
78938
78945
  }), xie = {
78939
78946
  class: "text-h4 text-center py-4",
78940
78947
  style: { height: "75px" }
78941
- }, iue = /* @__PURE__ */ tt({
78948
+ }, oue = /* @__PURE__ */ tt({
78942
78949
  __name: "BT-Dialog-Number",
78943
78950
  setup(e) {
78944
78951
  const t = q(!1), a = q({}), n = q({}), l = q("number"), r = q(""), i = q(""), o = $(() => r.value != null && r.value.length > 0 && !Number.isNaN(r.value)), s = $(() => {
@@ -79103,7 +79110,7 @@ const lie = Ye({
79103
79110
  _: 1
79104
79111
  }, 8, ["max-width", "modelValue"]));
79105
79112
  }
79106
- }), oue = /* @__PURE__ */ tt({
79113
+ }), sue = /* @__PURE__ */ tt({
79107
79114
  __name: "BT-Dialog-Date",
79108
79115
  setup(e) {
79109
79116
  const t = q(!1), a = q({}), n = q();
@@ -79176,7 +79183,7 @@ const lie = Ye({
79176
79183
  }, 8, ["max-width", "modelValue"]);
79177
79184
  };
79178
79185
  }
79179
- }), sue = /* @__PURE__ */ tt({
79186
+ }), uue = /* @__PURE__ */ tt({
79180
79187
  __name: "BT-Demo-Profile-Select",
79181
79188
  props: {
79182
79189
  to: {},
@@ -80038,7 +80045,7 @@ const lie = Ye({
80038
80045
  }, foe = { class: "text-center ma-2" }, voe = { class: "text-h6" }, moe = { key: 0 }, hoe = { key: 1 }, poe = { key: 2 }, goe = { class: "text-caption" }, yoe = { key: 0 }, boe = { key: 1 }, woe = { key: 2 }, xoe = { class: "ml-1" }, koe = { key: 1 }, Soe = { key: 2 }, Coe = { key: 3 }, Moe = {
80039
80046
  key: 0,
80040
80047
  class: "text-center"
80041
- }, Toe = { class: "d-flex align-center py-1 mx-2" }, uue = /* @__PURE__ */ tt({
80048
+ }, Toe = { class: "d-flex align-center py-1 mx-2" }, cue = /* @__PURE__ */ tt({
80042
80049
  __name: "BT-Form-Builder",
80043
80050
  props: {
80044
80051
  actualUsedHeight: {},
@@ -80772,7 +80779,7 @@ const lie = Ye({
80772
80779
  ])) : J("", !0);
80773
80780
  };
80774
80781
  }
80775
- }), _oe = { key: "1" }, Doe = { key: "2" }, Aoe = { key: "3" }, cue = /* @__PURE__ */ tt({
80782
+ }), _oe = { key: "1" }, Doe = { key: "2" }, Aoe = { key: "3" }, due = /* @__PURE__ */ tt({
80776
80783
  __name: "BT-Square-Check",
80777
80784
  props: {
80778
80785
  disabled: { type: Boolean },
@@ -80977,7 +80984,7 @@ const lie = Ye({
80977
80984
  variant: s.fieldVariant
80978
80985
  }, s.$attrs), null, 16, ["append-icon", "clearable", "hide-details", "items", "item-title", "item-value", "loading", "multiple", "rules", "variant"]));
80979
80986
  }
80980
- }), due = /* @__PURE__ */ tt({
80987
+ }), fue = /* @__PURE__ */ tt({
80981
80988
  inheritAttrs: !1,
80982
80989
  __name: "BT-Field-Select-Simple",
80983
80990
  props: {
@@ -81020,7 +81027,7 @@ const lie = Ye({
81020
81027
  _: 1
81021
81028
  }, 8, ["lg", "md", "sm", "cols"]));
81022
81029
  }
81023
- }), fue = /* @__PURE__ */ tt({
81030
+ }), vue = /* @__PURE__ */ tt({
81024
81031
  __name: "BT-Tour",
81025
81032
  props: {
81026
81033
  label: { default: "Info" },
@@ -81091,24 +81098,24 @@ const lie = Ye({
81091
81098
  }
81092
81099
  });
81093
81100
  export {
81094
- tue as BTAssistantMenu,
81101
+ aue as BTAssistantMenu,
81095
81102
  fX as BTBladeSteps,
81096
81103
  oy as BTColorPickerMenu,
81097
- aue as BTCronSpan,
81104
+ nue as BTCronSpan,
81098
81105
  qn as BTDateFormat,
81099
- nue as BTDateSelect,
81100
- sue as BTDemoProfileSelect,
81101
- lue as BTDialogConfirm,
81102
- oue as BTDialogDate,
81103
- iue as BTDialogNumber,
81104
- rue as BTDialogSelect,
81105
- due as BTFieldSelectSimple,
81106
+ lue as BTDateSelect,
81107
+ uue as BTDemoProfileSelect,
81108
+ rue as BTDialogConfirm,
81109
+ sue as BTDialogDate,
81110
+ oue as BTDialogNumber,
81111
+ iue as BTDialogSelect,
81112
+ fue as BTFieldSelectSimple,
81106
81113
  Qie as BTForm,
81107
- uue as BTFormBuilder,
81114
+ cue as BTFormBuilder,
81108
81115
  jm as BTFormField,
81109
81116
  $oe as BTSelectSimple,
81110
- cue as BTSquareCheck,
81111
- fue as BTTour,
81117
+ due as BTSquareCheck,
81118
+ vue as BTTour,
81112
81119
  hP as DataURIToBlob,
81113
81120
  Lj as Fields,
81114
81121
  aq as TestEmailValid,
@@ -81123,24 +81130,24 @@ export {
81123
81130
  Aj as ToShortDate,
81124
81131
  $j as ToShortDateAndTime,
81125
81132
  Ij as ToTime,
81126
- nse as addWeekday,
81133
+ lse as addWeekday,
81127
81134
  Sn as appendUrl,
81128
81135
  O$ as authKey,
81129
81136
  Lf as capitalizeWords,
81130
81137
  nk as checkImage,
81131
- use as compareString,
81138
+ cse as compareString,
81132
81139
  mP as containsSearch,
81133
- ase as containsWeekday,
81140
+ nse as containsWeekday,
81134
81141
  Tc as copyDeep,
81135
81142
  vP as copyItemByAlphabet,
81136
- Nse as createAForm,
81143
+ Fse as createAForm,
81137
81144
  LP as createApi,
81138
81145
  NP as createAssistant,
81139
81146
  FP as createAuth,
81140
81147
  RP as createBackgroundTasks,
81141
81148
  _P as createBlobStoreBuilder,
81142
81149
  AP as createBlobStoreDefinition,
81143
- eue as createCore,
81150
+ tue as createCore,
81144
81151
  WW as createCosmetics,
81145
81152
  MP as createDates,
81146
81153
  pj as createDemo,
@@ -81158,37 +81165,38 @@ export {
81158
81165
  bK as createVuetify,
81159
81166
  VP as createWholeLastUpdateStoreDefinition,
81160
81167
  fP as csvContains,
81161
- Lse as csvDefaults,
81168
+ Pse as csvDefaults,
81162
81169
  HT as deepSelect,
81163
81170
  H$ as demoKey,
81164
81171
  RT as distinct,
81165
- Qoe as dropAndAddToList,
81166
- Xoe as dropFromList,
81172
+ Joe as dropAndAddToList,
81173
+ Qoe as dropFromList,
81167
81174
  aP as expectArray,
81168
81175
  Yoe as expectArrayReturn,
81169
81176
  tP as expectSingle,
81170
81177
  joe as expectSingleReturn,
81171
- Zoe as extensionExists,
81178
+ Koe as extensionExists,
81172
81179
  Foe as externalUses,
81173
81180
  pP as extractErrorDescription,
81174
81181
  em as findYouTubeAvatar,
81175
81182
  iP as fromCamelCase,
81176
- Pse as getCSVItems,
81183
+ Bse as getCSVItems,
81177
81184
  Roe as getColors,
81178
- Koe as getGoogleMapsLocationLine,
81179
- Joe as getImageData,
81185
+ Xoe as getGoogleMapsLocationLine,
81186
+ ese as getImageData,
81180
81187
  zT as getLocationLine,
81181
81188
  lP as getLocationLineOne,
81182
81189
  rP as getLocationLineTwo,
81183
- rse as getMinDate,
81190
+ ise as getMinDate,
81184
81191
  vc as getMinDateString,
81185
81192
  zoe as getOtherColors,
81186
81193
  gP as getRandomColor,
81187
81194
  nP as group,
81195
+ Zoe as groupArrays,
81188
81196
  Goe as groupBy,
81189
- Wse as guardRoute,
81197
+ jse as guardRoute,
81190
81198
  yP as hasSearch,
81191
- Kse as hasSteps,
81199
+ Xse as hasSteps,
81192
81200
  sP as isArrayOfLength,
81193
81201
  Mt as isLengthyArray,
81194
81202
  uP as isMinDate,
@@ -81199,28 +81207,28 @@ export {
81199
81207
  Woe as log,
81200
81208
  fj as monthOptions,
81201
81209
  ak as moveInArray,
81202
- Xse as navBack,
81203
- Qse as navTo,
81204
- Jse as navToName,
81210
+ Qse as navBack,
81211
+ Jse as navTo,
81212
+ eue as navToName,
81205
81213
  z$ as navigationKey,
81206
81214
  Vn as nestedValue,
81207
- Zse as nextStep,
81215
+ Kse as nextStep,
81208
81216
  qoe as orderBy,
81209
81217
  Hoe as personName,
81210
81218
  FT as pullPropsFrom,
81211
81219
  qf as registerDialog,
81212
81220
  lq as registerSteps,
81213
- lse as removeWeekday,
81221
+ rse as removeWeekday,
81214
81222
  dP as roundTo,
81215
81223
  xP as singularize,
81216
81224
  bP as splitArray,
81217
- sse as spread,
81225
+ use as spread,
81218
81226
  Uoe as sum,
81219
81227
  oP as toCamelCase,
81220
81228
  js as toCompareString,
81221
81229
  Ooe as toggle,
81222
- ise as toggleCSV,
81223
- ose as twiddleThumbs,
81230
+ ose as toggleCSV,
81231
+ sse as twiddleThumbs,
81224
81232
  rq as unregisterSteps,
81225
81233
  KU as urlsKey,
81226
81234
  lp as useActions,
@@ -81230,72 +81238,72 @@ export {
81230
81238
  io as useAuth,
81231
81239
  Qv as useAuthUrl,
81232
81240
  qT as useBackgroundTask,
81233
- pse as useBackgroundTasks,
81241
+ gse as useBackgroundTasks,
81234
81242
  ew as useBlade,
81235
- vse as useBlobStore,
81243
+ mse as useBlobStore,
81236
81244
  mj as useCSV,
81237
81245
  Kd as useColorizer,
81238
- Ise as useConfirm,
81246
+ Vse as useConfirm,
81239
81247
  n$ as useCosmetics,
81240
81248
  f$ as useCron,
81241
81249
  vj as useCronAdjustments,
81242
- Ese as useCronPredictor,
81250
+ Lse as useCronPredictor,
81243
81251
  hv as useCurrentEnv,
81244
81252
  Py as useDataUrl,
81245
81253
  pv as useDates,
81246
81254
  jT as useDbName,
81247
81255
  hj as useDemo,
81248
81256
  tw as useDialogConfirm,
81249
- Dse as useDialogDate,
81250
- Ase as useDialogNumber,
81251
- _se as useDialogSelect,
81252
- $se as useDialogString,
81253
- Bse as useDocumentMeta,
81257
+ Ase as useDialogDate,
81258
+ $se as useDialogNumber,
81259
+ Dse as useDialogSelect,
81260
+ Ise as useDialogString,
81261
+ Nse as useDocumentMeta,
81254
81262
  zP as useDraggable,
81255
81263
  yj as useFeedback,
81256
81264
  Eu as useFilters,
81257
81265
  Nj as useFormSource,
81258
81266
  Bj as useFormTemplates,
81259
81267
  Ej as useForms,
81260
- Fse as useGeo,
81261
- Tse as useGlobalBlades,
81262
- zse as useGraphs,
81268
+ Rse as useGeo,
81269
+ _se as useGlobalBlades,
81270
+ Hse as useGraphs,
81263
81271
  Tp as useHeights,
81264
81272
  Boe as useIDMemory,
81265
- Ose as useIcons,
81273
+ Wse as useIcons,
81266
81274
  KV as useId,
81267
81275
  XV as useIds,
81268
- cse as useImageUrl,
81276
+ dse as useImageUrl,
81269
81277
  R$ as useItem,
81270
81278
  Su as useList,
81271
- jse as useLists,
81272
- hse as useLocalActions,
81273
- fse as useLocalCache,
81274
- Vse as useLocalCosmetics,
81279
+ Yse as useLists,
81280
+ pse as useLocalActions,
81281
+ vse as useLocalCache,
81282
+ Ese as useLocalCosmetics,
81275
81283
  ll as useLocalDb,
81276
81284
  Noe as useLocalDeviceID,
81277
81285
  JU as useMenu,
81278
- Rse as useMyGeoLocation,
81286
+ zse as useMyGeoLocation,
81279
81287
  UT as useNavBack,
81280
81288
  bi as useNavigation,
81281
81289
  W$ as useNested,
81282
- Yse as usePWA,
81290
+ Use as usePWA,
81283
81291
  Vv as usePresets,
81284
- Use as useRequirements,
81292
+ qse as useRequirements,
81285
81293
  OP as useResizable,
81286
81294
  Rj as useResponsiveStyle,
81287
81295
  nq as useRules,
81288
- qse as useSettingsFor,
81289
- Gse as useSteps,
81290
- mse as useStore,
81296
+ Gse as useSettingsFor,
81297
+ Zse as useSteps,
81298
+ hse as useStore,
81291
81299
  xo as useStoreDefinition,
81292
- Hse as useStyle,
81300
+ Ose as useStyle,
81293
81301
  SP as useTabTitle,
81294
81302
  F$ as useTracker,
81295
81303
  XU as useUrlUpdater,
81296
- dse as useUrls,
81304
+ fse as useUrls,
81297
81305
  wP as validEmail,
81298
81306
  mv as weekdayPairs,
81299
- tse as weekdayShortName,
81300
- ese as weekdayValue
81307
+ ase as weekdayShortName,
81308
+ tse as weekdayValue
81301
81309
  };
package/dist/index.d.ts CHANGED
@@ -1129,7 +1129,14 @@ export declare interface GraphedData {
1129
1129
 
1130
1130
  export declare function group<T>(list: T[], keyGetter: string | ((item: T) => string | number)): Map<any, any>;
1131
1131
 
1132
- export declare function groupBy<T extends object>(list: T[], keyGetter: StringKeyOf<T> | ((item: T) => string)): Map<string, T[]>;
1132
+ export declare function groupArrays<T>(array: T[], keyGetter: (item: T) => string | undefined, defaultKey: string): T[][];
1133
+
1134
+ export declare function groupBy<T>(array: T[], keyGetter: (item: T) => string | undefined, defaultKey: string): Map<string, T[]>;
1135
+
1136
+ export declare interface GroupedArray<T> {
1137
+ key: string;
1138
+ values: T[];
1139
+ }
1133
1140
 
1134
1141
  export declare interface GroupedHeaderOption {
1135
1142
  position: number;
@@ -1836,8 +1843,6 @@ export declare interface StorePathOptions extends PathOptions {
1836
1843
  dateTo?: string;
1837
1844
  }
1838
1845
 
1839
- declare type StringKeyOf<T extends object> = Extract<keyof T, string>;
1840
-
1841
1846
  export declare function sum(array: number[]): number;
1842
1847
 
1843
1848
  export declare interface SWEvent extends Event {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.32",
3
+ "version": "2.1.34",
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": {