@golstats/gsc-player-team-profile 1.0.149 → 1.0.151

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.
@@ -1,7 +1,7 @@
1
1
  var uO = Object.defineProperty;
2
2
  var dO = (T, K, j) => K in T ? uO(T, K, { enumerable: !0, configurable: !0, writable: !0, value: j }) : T[K] = j;
3
3
  var th = (T, K, j) => (dO(T, typeof K != "symbol" ? K + "" : K, j), j);
4
- import { ref as pn, watch as Oa, computed as In, onMounted as ku, onBeforeMount as nm, openBlock as Nt, createElementBlock as Wt, normalizeStyle as ra, createElementVNode as Je, renderSlot as Tu, normalizeClass as vr, createVNode as bn, Transition as cp, withCtx as Gi, withDirectives as fi, Fragment as Hn, renderList as ii, unref as Wn, createCommentVNode as Qr, vShow as Ti, useCssVars as Zo, toDisplayString as Xr, pushScopeId as uo, popScopeId as ho, createBlock as li, inject as zp, reactive as Bf, defineComponent as h0, h as l0, provide as Nh, nextTick as Ng, onUnmounted as rm, cloneVNode as c2, createTextVNode as qa, mergeProps as Xl, resolveComponent as Ro, Teleport as R3, withModifiers as jf, vModelCheckbox as Pg, resolveDynamicComponent as Sm, toRefs as hg, onBeforeUnmount as jg, toRef as _9, createStaticVNode as nf, TransitionGroup as F3, normalizeProps as Tm, guardReactiveProps as km, defineAsyncComponent as Ig, KeepAlive as w9, vModelRadio as u2 } from "vue";
4
+ import { ref as pn, watch as Pa, computed as In, onMounted as ku, onBeforeMount as nm, openBlock as Nt, createElementBlock as Wt, normalizeStyle as ra, createElementVNode as Je, renderSlot as Tu, normalizeClass as vr, createVNode as bn, Transition as cp, withCtx as Gi, withDirectives as fi, Fragment as Hn, renderList as ii, unref as Wn, createCommentVNode as Qr, vShow as Ti, useCssVars as Zo, toDisplayString as Xr, pushScopeId as uo, popScopeId as ho, createBlock as li, inject as zp, reactive as Bf, defineComponent as h0, h as l0, provide as Nh, nextTick as Ng, onUnmounted as rm, cloneVNode as c2, createTextVNode as qa, mergeProps as Xl, resolveComponent as Ro, Teleport as R3, withModifiers as jf, vModelCheckbox as Pg, resolveDynamicComponent as Sm, toRefs as hg, onBeforeUnmount as jg, toRef as _9, createStaticVNode as nf, TransitionGroup as F3, normalizeProps as Tm, guardReactiveProps as km, defineAsyncComponent as Ig, KeepAlive as w9, vModelRadio as u2 } from "vue";
5
5
  const hO = (T, K) => {
6
6
  const j = T.__vccOpts || T;
7
7
  for (const [te, Te] of K)
@@ -287,7 +287,7 @@ const wO = /* @__PURE__ */ hO(U3, [["render", _O], ["__scopeId", "data-v-fb269a1
287
287
  emits: ["input", "click-ready", "update:modelValue"],
288
288
  setup(T, { emit: K }) {
289
289
  const j = T, te = pn({}), Te = pn(null), z = pn(j.isMultipleOption ? -1 : 0), O = pn(!1);
290
- Oa(
290
+ Pa(
291
291
  () => j.items,
292
292
  (m, c) => {
293
293
  if (!j.modelValue && (!j.onlyFirstTime || !c || !c.length) && m && m.length) {
@@ -302,7 +302,7 @@ const wO = /* @__PURE__ */ hO(U3, [["render", _O], ["__scopeId", "data-v-fb269a1
302
302
  }
303
303
  },
304
304
  { immediate: !0 }
305
- ), Oa(
305
+ ), Pa(
306
306
  () => j.modelValue,
307
307
  (m) => {
308
308
  if (m) {
@@ -486,7 +486,7 @@ const IO = {
486
486
  emits: ["update:modelValue"],
487
487
  setup(T, { emit: K }) {
488
488
  const j = T, te = pn(null);
489
- Oa(
489
+ Pa(
490
490
  () => j.modelValue,
491
491
  () => {
492
492
  Te();
@@ -779,7 +779,7 @@ function ZO(T, K, j, te) {
779
779
  };
780
780
  }
781
781
  function JO(T) {
782
- Oa(function() {
782
+ Pa(function() {
783
783
  return T._state.data;
784
784
  }, function() {
785
785
  process.env.NODE_ENV !== "production" && e1(T._committing, "do not mutate vuex store state outside mutation handlers.");
@@ -1226,7 +1226,7 @@ Yf.prototype.subscribeAction = function(K, j) {
1226
1226
  };
1227
1227
  Yf.prototype.watch = function(K, j, te) {
1228
1228
  var Te = this;
1229
- return process.env.NODE_ENV !== "production" && e1(typeof K == "function", "store.watch only accepts a function."), Oa(function() {
1229
+ return process.env.NODE_ENV !== "production" && e1(typeof K == "function", "store.watch only accepts a function."), Pa(function() {
1230
1230
  return K(Te.state, Te.getters);
1231
1231
  }, j, Object.assign({}, te));
1232
1232
  };
@@ -1698,10 +1698,10 @@ var kL = h0({
1698
1698
  s(), u(), _(), b(), V();
1699
1699
  }
1700
1700
  Object.keys(n4).forEach((ae) => {
1701
- ["modelValue"].includes(ae) || Oa(() => T[ae], Y);
1702
- }), Oa(() => T.modelValue, (ae) => {
1701
+ ["modelValue"].includes(ae) || Pa(() => T[ae], Y);
1702
+ }), Pa(() => T.modelValue, (ae) => {
1703
1703
  ae !== y.value && Z(Number(ae));
1704
- }), Oa(x, _), j("before-init"), s();
1704
+ }), Pa(x, _), j("before-init"), s();
1705
1705
  const ie = {
1706
1706
  config: d,
1707
1707
  slidesCount: x,
@@ -1952,17 +1952,17 @@ const ML = (T, K) => {
1952
1952
  cfb58986: T.secondarySlidesOpacity
1953
1953
  }));
1954
1954
  const Te = pn(null), z = pn({}), O = pn(0), t = pn(!1);
1955
- Oa(
1955
+ Pa(
1956
1956
  Te,
1957
1957
  (n) => {
1958
1958
  n && t.value ? (t.value = !1, x(te.items)) : n && n.slideTo && n.slideTo(O.value);
1959
1959
  },
1960
1960
  { deep: !0 }
1961
- ), Oa(() => te.currentItemIndex, (n) => {
1961
+ ), Pa(() => te.currentItemIndex, (n) => {
1962
1962
  O.value !== n && y(n);
1963
- }), Oa(() => te.defaultItemByIndex, (n) => {
1963
+ }), Pa(() => te.defaultItemByIndex, (n) => {
1964
1964
  O.value !== n && y(n);
1965
- }), Oa(
1965
+ }), Pa(
1966
1966
  () => te.items,
1967
1967
  (n) => {
1968
1968
  Te.value ? x(n) : t.value = !0;
@@ -15912,7 +15912,7 @@ const GG = /* @__PURE__ */ g5(VG, [["render", KG], ["__scopeId", "data-v-aacd775
15912
15912
  }, e = () => {
15913
15913
  Te.value && !O && (O = new ResizeObserver(d), O.observe(Te.value), z.value = Te.value.offsetWidth, console.log(`Initial modal width: ${z.value}`));
15914
15914
  };
15915
- Oa(
15915
+ Pa(
15916
15916
  () => j.isVisible,
15917
15917
  (k) => {
15918
15918
  k && Ng(() => {
@@ -15992,9 +15992,7 @@ const GG = /* @__PURE__ */ g5(VG, [["render", KG], ["__scopeId", "data-v-aacd775
15992
15992
  console.error("Error al obtener los minutos jugados:", k);
15993
15993
  }
15994
15994
  };
15995
- Oa([() => j.game, () => j.team], ([k, w], [f, M]) => {
15996
- console.log("Game: ", k, w, "Tram", f, M), h();
15997
- }), Oa(
15995
+ Pa(
15998
15996
  () => j.isVisible,
15999
15997
  (k) => {
16000
15998
  console.log("isVisible cambió a:", k), k ? (h(), Ng(() => {
@@ -16113,12 +16111,13 @@ const GG = /* @__PURE__ */ g5(VG, [["render", KG], ["__scopeId", "data-v-aacd775
16113
16111
  }, null, 512),
16114
16112
  bn(Wn(rW), {
16115
16113
  ref_key: "modaldownloadfinished",
16116
- ref: A
16114
+ ref: A,
16115
+ message: "El video se ha descargado"
16117
16116
  }, null, 512),
16118
16117
  bn(Wn(YG), { ref: "limitedModal" }, null, 512)
16119
16118
  ], 64));
16120
16119
  }
16121
- }, bW = /* @__PURE__ */ g5(xW, [["__scopeId", "data-v-2806d46d"]]), _W = (T, K) => {
16120
+ }, bW = /* @__PURE__ */ g5(xW, [["__scopeId", "data-v-4346db71"]]), _W = (T, K) => {
16122
16121
  const j = T.__vccOpts || T;
16123
16122
  for (const [te, Te] of K)
16124
16123
  j[te] = Te;
@@ -17486,8 +17485,9 @@ const qX = /* @__PURE__ */ rv(VX, [["render", jX], ["__scopeId", "data-v-118a62b
17486
17485
  watch: {
17487
17486
  data: {
17488
17487
  immediate: !0,
17489
- handler: function(T) {
17490
- T && (this.resetData(), this.fillDataGeneral(T));
17488
+ handler: function(T, K) {
17489
+ const j = !K || JSON.stringify(T) !== JSON.stringify(K);
17490
+ T && j && (this.resetData(), this.fillDataGeneral(T));
17491
17491
  }
17492
17492
  }
17493
17493
  },
@@ -17624,7 +17624,7 @@ function GX(T, K, j, te, Te, z) {
17624
17624
  }, null, 8, ["games", "matchs", "type", "tournament-type", "seasonid", "userid", "team", "player", "season", "onActiveProcesses", "position", "isCup", "can-play-videos", "video-privileges-playing-as", "onOpenmedia"])) : Qr("", !0)
17625
17625
  ]);
17626
17626
  }
17627
- const zk = /* @__PURE__ */ rv(KX, [["render", GX], ["__scopeId", "data-v-b44e082c"]]);
17627
+ const zk = /* @__PURE__ */ rv(KX, [["render", GX], ["__scopeId", "data-v-1e0526cf"]]);
17628
17628
  function Rk(T, K) {
17629
17629
  return function() {
17630
17630
  return T.apply(K, arguments);
@@ -19679,10 +19679,10 @@ var EJ = h0({
19679
19679
  s(), u(), _(), b(), V();
19680
19680
  }
19681
19681
  Object.keys(R6).forEach((ae) => {
19682
- ["modelValue"].includes(ae) || Oa(() => T[ae], Y);
19683
- }), Oa(() => T.modelValue, (ae) => {
19682
+ ["modelValue"].includes(ae) || Pa(() => T[ae], Y);
19683
+ }), Pa(() => T.modelValue, (ae) => {
19684
19684
  ae !== y.value && Z(Number(ae));
19685
- }), Oa(x, _), j("before-init"), s();
19685
+ }), Pa(x, _), j("before-init"), s();
19686
19686
  const ie = {
19687
19687
  config: d,
19688
19688
  slidesCount: x,
@@ -19933,17 +19933,17 @@ const zJ = (T, K) => {
19933
19933
  cfb58986: T.secondarySlidesOpacity
19934
19934
  }));
19935
19935
  const Te = pn(null), z = pn({}), O = pn(0), t = pn(!1);
19936
- Oa(
19936
+ Pa(
19937
19937
  Te,
19938
19938
  (n) => {
19939
19939
  n && t.value ? (t.value = !1, x(te.items)) : n && n.slideTo && n.slideTo(O.value);
19940
19940
  },
19941
19941
  { deep: !0 }
19942
- ), Oa(() => te.currentItemIndex, (n) => {
19942
+ ), Pa(() => te.currentItemIndex, (n) => {
19943
19943
  O.value !== n && y(n);
19944
- }), Oa(() => te.defaultItemByIndex, (n) => {
19944
+ }), Pa(() => te.defaultItemByIndex, (n) => {
19945
19945
  O.value !== n && y(n);
19946
- }), Oa(
19946
+ }), Pa(
19947
19947
  () => te.items,
19948
19948
  (n) => {
19949
19949
  Te.value ? x(n) : t.value = !0;
@@ -27215,7 +27215,7 @@ const lte = { class: "container-section" }, cte = {
27215
27215
  e3db482a: T.mainComponentWidth
27216
27216
  }));
27217
27217
  const te = Gd(), Te = pn(!1);
27218
- Oa(
27218
+ Pa(
27219
27219
  () => j.isPlayerProfile,
27220
27220
  (t) => {
27221
27221
  te.commit("filterGeneral/setIsPlayerAnalysis", t);
@@ -27225,13 +27225,13 @@ const lte = { class: "container-section" }, cte = {
27225
27225
  function z(t) {
27226
27226
  K("active-processes", t);
27227
27227
  }
27228
- Oa(
27228
+ Pa(
27229
27229
  Te,
27230
27230
  (t) => {
27231
27231
  te.commit("filterGeneral/setStadisticId", t ? 0 : 1);
27232
27232
  },
27233
27233
  { immediate: !0 }
27234
- ), Oa(
27234
+ ), Pa(
27235
27235
  () => te.state.filterGeneral.stadisticId,
27236
27236
  () => {
27237
27237
  Te.value = te.state.filterGeneral.stadisticId === 0;
@@ -27752,7 +27752,7 @@ const Kte = /* @__PURE__ */ zte(K5, [["render", qte], ["__scopeId", "data-v-fb26
27752
27752
  emits: ["input", "click-ready", "update:modelValue"],
27753
27753
  setup(T, { emit: K }) {
27754
27754
  const j = T, te = pn({}), Te = pn(null), z = pn(j.isMultipleOption ? -1 : 0), O = pn(!1);
27755
- Oa(
27755
+ Pa(
27756
27756
  () => j.items,
27757
27757
  (m, c) => {
27758
27758
  if (!j.modelValue && (!j.onlyFirstTime || !c || !c.length) && m && m.length) {
@@ -27767,7 +27767,7 @@ const Kte = /* @__PURE__ */ zte(K5, [["render", qte], ["__scopeId", "data-v-fb26
27767
27767
  }
27768
27768
  },
27769
27769
  { immediate: !0 }
27770
- ), Oa(
27770
+ ), Pa(
27771
27771
  () => j.modelValue,
27772
27772
  (m) => {
27773
27773
  if (m) {
@@ -28339,7 +28339,7 @@ const gre = /* @__PURE__ */ ore(G5, [["render", mre], ["__scopeId", "data-v-fb26
28339
28339
  emits: ["input", "click-ready", "update:modelValue"],
28340
28340
  setup(T, { emit: K }) {
28341
28341
  const j = T, te = pn({}), Te = pn(null), z = pn(j.isMultipleOption ? -1 : 0), O = pn(!1);
28342
- Oa(
28342
+ Pa(
28343
28343
  () => j.items,
28344
28344
  (m, c) => {
28345
28345
  if (!j.modelValue && (!j.onlyFirstTime || !c || !c.length) && m && m.length) {
@@ -28354,7 +28354,7 @@ const gre = /* @__PURE__ */ ore(G5, [["render", mre], ["__scopeId", "data-v-fb26
28354
28354
  }
28355
28355
  },
28356
28356
  { immediate: !0 }
28357
- ), Oa(
28357
+ ), Pa(
28358
28358
  () => j.modelValue,
28359
28359
  (m) => {
28360
28360
  if (m) {
@@ -29000,7 +29000,7 @@ const Hre = {
29000
29000
  console.error(v);
29001
29001
  }
29002
29002
  }
29003
- Oa(() => O.value, async (h) => {
29003
+ Pa(() => O.value, async (h) => {
29004
29004
  h !== null && h !== "" && (console.log("Hola"), j.defaultSection === 2 && t.value !== 0 || d.value === 2 ? (await o(h), te.value.length > 0 && (te.value.find((v) => v.team_id === t.value) || (t.value = te.value[0].id)), await l(t.value)) : await o(h));
29005
29005
  }, {
29006
29006
  immediate: !0
@@ -29701,7 +29701,7 @@ const Sv = /* @__PURE__ */ mg(Gne, [["render", Hne], ["__scopeId", "data-v-48c23
29701
29701
  n.isChecked = !1;
29702
29702
  }));
29703
29703
  };
29704
- Oa(
29704
+ Pa(
29705
29705
  () => Te,
29706
29706
  () => {
29707
29707
  t.value = Te.value ? { ...JSON.parse(JSON.stringify(Te.value)), isChecked: !1 } : {}, t.value.children ? O.value = t.value.children.map((n, r) => {
@@ -30101,7 +30101,7 @@ const Sv = /* @__PURE__ */ mg(Gne, [["render", Hne], ["__scopeId", "data-v-48c23
30101
30101
  (c) => (j.initialCategory.isNegative ? c.rId : c.id) === j.initialCategory.subcategoryId
30102
30102
  ) || {})));
30103
30103
  };
30104
- Oa(j.initialCategory, () => y(), { immediate: !0, deep: !0 }), Oa(
30104
+ Pa(j.initialCategory, () => y(), { immediate: !0, deep: !0 }), Pa(
30105
30105
  () => j.categoryTree,
30106
30106
  (c) => {
30107
30107
  c !== null && (Te.value = c, z.value = Te.value, y());
@@ -31715,7 +31715,7 @@ const Sv = /* @__PURE__ */ mg(Gne, [["render", Hne], ["__scopeId", "data-v-48c23
31715
31715
  Te.value.minutes_played
31716
31716
  );
31717
31717
  };
31718
- Oa(m, () => c(), { immediate: !0 });
31718
+ Pa(m, () => c(), { immediate: !0 });
31719
31719
  const n = In(() => j.componentWidth < 768 ? "mobile" : ""), r = In(() => {
31720
31720
  var b, _, A, C, g, k, w, f;
31721
31721
  let M = [];
@@ -31920,19 +31920,19 @@ const nie = { class: "container-section" }, aie = {
31920
31920
  };
31921
31921
  K("openmediaXR", x);
31922
31922
  }, O = In(() => j.isPlayerProfile ? te.state.playersGeneral.player.position_id === 1 ? "goalkeeper" : "player" : "team");
31923
- return Oa(
31923
+ return Pa(
31924
31924
  () => j.isPlayerProfile,
31925
31925
  (t) => {
31926
31926
  te.commit("filterGeneral/setIsPlayerAnalysis", t);
31927
31927
  },
31928
31928
  { immediate: !0 }
31929
- ), Oa(
31929
+ ), Pa(
31930
31930
  Te,
31931
31931
  (t) => {
31932
31932
  te.commit("filterGeneral/setStadisticId", t ? 0 : 1);
31933
31933
  },
31934
31934
  { immediate: !0 }
31935
- ), Oa(
31935
+ ), Pa(
31936
31936
  () => te.state.filterGeneral.stadisticId,
31937
31937
  () => {
31938
31938
  Te.value = te.state.filterGeneral.stadisticId === 0;
@@ -32041,19 +32041,19 @@ const cie = { class: "container-section" }, uie = {
32041
32041
  const te = Gd(), Te = pn(!1), z = (O) => {
32042
32042
  K("openmedia", O);
32043
32043
  };
32044
- return Oa(
32044
+ return Pa(
32045
32045
  () => j.isPlayerProfile,
32046
32046
  (O) => {
32047
32047
  te.commit("filterGeneral/setIsPlayerAnalysis", O);
32048
32048
  },
32049
32049
  { immediate: !0 }
32050
- ), Oa(
32050
+ ), Pa(
32051
32051
  Te,
32052
32052
  (O) => {
32053
32053
  te.commit("filterGeneral/setStadisticId", O ? 0 : 1);
32054
32054
  },
32055
32055
  { immediate: !0 }
32056
- ), Oa(
32056
+ ), Pa(
32057
32057
  () => te.state.filterGeneral.stadisticId,
32058
32058
  () => {
32059
32059
  Te.value = te.state.filterGeneral.stadisticId === 0;
@@ -35652,7 +35652,7 @@ const lle = /* @__PURE__ */ rd(tle, [["render", sle], ["__scopeId", "data-v-bfb1
35652
35652
  };
35653
35653
  return (j.boxPosition === "left" || j.boxPosition === "right") && (d[`margin-${j.boxPosition}`] = j.isBoxOnly ? "0" : j.teamsIds ? "8px" : "10px"), d;
35654
35654
  });
35655
- Oa(
35655
+ Pa(
35656
35656
  () => j.modelValue,
35657
35657
  (d) => {
35658
35658
  d !== te.value && (te.value = d);
@@ -35811,13 +35811,13 @@ const lle = /* @__PURE__ */ rd(tle, [["render", sle], ["__scopeId", "data-v-bfb1
35811
35811
  }), t = In(() => ({
35812
35812
  "--template-columns": j.isExpansionMode ? "1fr" : "1fr 1fr"
35813
35813
  })), x = In(() => j.productivityCategories.offensive.categories.reduce((m, c) => (c.isSelected && m++, m), 0)), d = In(() => j.productivityCategories.defensive.categories.reduce((m, c) => (c.isSelected && m++, m), 0)), e = In(() => j.productivityCategories.possession.categories.reduce((m, c) => (c.isSelected && m++, m), 0));
35814
- Oa(
35814
+ Pa(
35815
35815
  () => j.productivityCategories,
35816
35816
  (m) => {
35817
35817
  O.value.areYellowCardsSelected = m.offensesConditions.areYellowCardsSelected, O.value.areRedCardsSelected = m.offensesConditions.areRedCardsSelected, O.value.areFoulsCommittedSelected = m.offensesConditions.areFoulsCommittedSelected;
35818
35818
  },
35819
35819
  { deep: !0, immediate: !0 }
35820
- ), Oa(
35820
+ ), Pa(
35821
35821
  O,
35822
35822
  (m) => {
35823
35823
  K("update:offensesConditions", m);
@@ -36239,7 +36239,7 @@ const lle = /* @__PURE__ */ rd(tle, [["render", sle], ["__scopeId", "data-v-bfb1
36239
36239
  emits: ["change-filters-selected", "update:filters"],
36240
36240
  setup(T, { emit: K }) {
36241
36241
  const j = T, te = pn(!1), Te = In(() => j.tournaments.filter((O) => O.isSelected).length);
36242
- Oa(
36242
+ Pa(
36243
36243
  () => j.tournaments,
36244
36244
  (O) => {
36245
36245
  const t = O.filter((x) => x.isSelected);
@@ -36349,7 +36349,7 @@ const lle = /* @__PURE__ */ rd(tle, [["render", sle], ["__scopeId", "data-v-bfb1
36349
36349
  "--svg-width": `${j.svgWidth}px`,
36350
36350
  "--svg-height": `${j.svgHeight}px`
36351
36351
  }));
36352
- Oa(
36352
+ Pa(
36353
36353
  () => j.categories,
36354
36354
  (z) => {
36355
36355
  const O = z.filter((t) => t.isSelected);
@@ -36803,7 +36803,7 @@ const Xce = /* @__PURE__ */ Uce(rw, [["render", Wce], ["__scopeId", "data-v-fb26
36803
36803
  emits: ["input", "click-ready", "update:modelValue"],
36804
36804
  setup(T, { emit: K }) {
36805
36805
  const j = T, te = pn({}), Te = pn(null), z = pn(j.isMultipleOption ? -1 : 0), O = pn(!1);
36806
- Oa(
36806
+ Pa(
36807
36807
  () => j.items,
36808
36808
  (m, c) => {
36809
36809
  if (!j.modelValue && (!j.onlyFirstTime || !c || !c.length) && m && m.length) {
@@ -36818,7 +36818,7 @@ const Xce = /* @__PURE__ */ Uce(rw, [["render", Wce], ["__scopeId", "data-v-fb26
36818
36818
  }
36819
36819
  },
36820
36820
  { immediate: !0 }
36821
- ), Oa(
36821
+ ), Pa(
36822
36822
  () => j.modelValue,
36823
36823
  (m) => {
36824
36824
  if (m) {
@@ -36981,7 +36981,7 @@ const Xce = /* @__PURE__ */ Uce(rw, [["render", Wce], ["__scopeId", "data-v-fb26
36981
36981
  emits: ["update:universeFilters"],
36982
36982
  setup(T, { expose: K, emit: j }) {
36983
36983
  const te = T, Te = pn(!1), z = pn(!1), O = pn(!1), t = pn({ statistics: {} });
36984
- Oa(
36984
+ Pa(
36985
36985
  () => te.universeFilters,
36986
36986
  (m) => {
36987
36987
  t.value = {
@@ -36991,7 +36991,7 @@ const Xce = /* @__PURE__ */ Uce(rw, [["render", Wce], ["__scopeId", "data-v-fb26
36991
36991
  };
36992
36992
  },
36993
36993
  { deep: !0, immediate: !0 }
36994
- ), Oa(
36994
+ ), Pa(
36995
36995
  () => t,
36996
36996
  (m) => {
36997
36997
  Te.value = !m.value.minutesPlayed || Number(m.value.minutesPlayed) === 0, z.value = !m.value.percentMinutesPlayed || Number(m.value.percentMinutesPlayed) === 0, O.value = !m.value.lastMonths || Number(m.value.lastMonths) === 0, j("update:universeFilters", m);
@@ -37596,7 +37596,7 @@ const vC = /* @__PURE__ */ yC(nw, [["render", Rue]]), Fue = { class: "template-d
37596
37596
  minLimit: 0,
37597
37597
  maxLimit: 0
37598
37598
  });
37599
- Oa(
37599
+ Pa(
37600
37600
  () => te.value,
37601
37601
  (z) => {
37602
37602
  K("update:distanceFilters", z);
@@ -37604,7 +37604,7 @@ const vC = /* @__PURE__ */ yC(nw, [["render", Rue]]), Fue = { class: "template-d
37604
37604
  {
37605
37605
  deep: !0
37606
37606
  }
37607
- ), Oa(
37607
+ ), Pa(
37608
37608
  () => j.distance,
37609
37609
  (z) => {
37610
37610
  te.value.minValue = z.minValue, te.value.maxValue = z.maxValue, te.value.minLimit = z.minLimit, te.value.maxLimit = z.maxLimit;
@@ -37644,13 +37644,13 @@ const vC = /* @__PURE__ */ yC(nw, [["render", Rue]]), Fue = { class: "template-d
37644
37644
  emits: ["update:gamesFilters"],
37645
37645
  setup(T, { emit: K }) {
37646
37646
  const j = T, te = pn(!1), Te = In(() => j.gamesFilters.filter((O) => O.isSelected).length);
37647
- Oa(
37647
+ Pa(
37648
37648
  () => j.gamesFilters,
37649
37649
  (O) => {
37650
37650
  K("update:gamesFilters", O);
37651
37651
  },
37652
37652
  { deep: !0 }
37653
- ), Oa(
37653
+ ), Pa(
37654
37654
  Te,
37655
37655
  (O) => {
37656
37656
  te.value = O === j.gamesFilters.length, K("update:gamesFilters", j.gamesFilters);
@@ -38125,7 +38125,7 @@ const dde = /* @__PURE__ */ tde(iw, [["render", ude], ["__scopeId", "data-v-fb26
38125
38125
  };
38126
38126
  return (j.boxPosition === "left" || j.boxPosition === "right") && (d[`margin-${j.boxPosition}`] = j.isBoxOnly ? "0" : j.teamsIds ? "8px" : "10px"), d;
38127
38127
  });
38128
- Oa(
38128
+ Pa(
38129
38129
  () => j.modelValue,
38130
38130
  (d) => {
38131
38131
  d !== te.value && (te.value = d);
@@ -38773,12 +38773,12 @@ const $de = /* @__PURE__ */ Sde(ow, [["render", Yde], ["__scopeId", "data-v-b856
38773
38773
  const te = pn(j.selectedButtonIndex), Te = In(() => ({
38774
38774
  "--grid-template-columns": `repeat(${j.buttons.length}, 1fr)`
38775
38775
  }));
38776
- Oa(
38776
+ Pa(
38777
38777
  () => j.selectedButtonIndex,
38778
38778
  (O) => {
38779
38779
  te.value = O;
38780
38780
  }
38781
- ), Oa(te, (O, t) => {
38781
+ ), Pa(te, (O, t) => {
38782
38782
  O !== t && K("change", { index: O, button: j.buttons[O] });
38783
38783
  });
38784
38784
  function z(O) {
@@ -40728,7 +40728,7 @@ const qpe = {
40728
40728
  emits: ["update:modelValue"],
40729
40729
  setup(T, { emit: K }) {
40730
40730
  const j = T, te = pn(null);
40731
- Oa(
40731
+ Pa(
40732
40732
  () => j.modelValue,
40733
40733
  () => {
40734
40734
  Te();
@@ -40811,26 +40811,26 @@ const qpe = {
40811
40811
  const w = k[0];
40812
40812
  return (!w || w.id !== 0) && k.unshift(O), k.sort((f, M) => f.id - M.id), k;
40813
40813
  }), o = In(() => te.season && te.season.tournamentId && Te.includes(te.season.tournamentId));
40814
- Oa(
40814
+ Pa(
40815
40815
  r,
40816
40816
  (k) => {
40817
40817
  const w = k.reduce((f, M, p) => (p !== 0 && M.isSelected && f++, f), 0);
40818
40818
  w === r.value.length - 1 && (k[0].isSelected = !0), k[0] && k[0].isSelected ? y.value = "Todas las nacionalidades" : y.value = `${w} seleccionadas`, A();
40819
40819
  },
40820
40820
  { immediate: !0, deep: !0 }
40821
- ), Oa(
40821
+ ), Pa(
40822
40822
  l,
40823
40823
  (k) => {
40824
40824
  const w = k.reduce((f, M, p) => (p !== 0 && M.isSelected && f++, f), 0);
40825
40825
  w === l.value.length - 1 && (k[0].isSelected = !0), k[0] && k[0].isSelected ? m.value = "Todas las posiciones" : m.value = `${w} seleccionadas`, A();
40826
40826
  },
40827
40827
  { immediate: !0, deep: !0 }
40828
- ), Oa(
40828
+ ), Pa(
40829
40829
  () => t.value.isEligibilitySelected,
40830
40830
  () => {
40831
40831
  A();
40832
40832
  }
40833
- ), Oa(
40833
+ ), Pa(
40834
40834
  () => te.season,
40835
40835
  (k) => {
40836
40836
  k && k.id !== n.value && (n.value = k.id, s(k));
@@ -41238,7 +41238,7 @@ const qpe = {
41238
41238
  emits: ["update:resultsFilters"],
41239
41239
  setup(T, { emit: K }) {
41240
41240
  const j = T, te = In(() => j.resultsFilters.results.filter((Te) => Te.isSelected).length);
41241
- return Oa(
41241
+ return Pa(
41242
41242
  () => j.resultsFilters,
41243
41243
  (Te) => {
41244
41244
  K("update:resultsFilters", Te);
@@ -41629,11 +41629,11 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
41629
41629
  },
41630
41630
  setup(T) {
41631
41631
  const K = T, j = Ig(
41632
- () => import("./FilterSubcategories-4bc20b72-CWfPXF1_-a91d21ae.js")
41632
+ () => import("./FilterSubcategories-4bc20b72-CWfPXF1_-49b868df.js")
41633
41633
  ), te = Ig(
41634
- () => import("./FilterConditions-8968e395-6Hpw0BsJ-f4e18054.js")
41634
+ () => import("./FilterConditions-8968e395-6Hpw0BsJ-c4546208.js")
41635
41635
  ), Te = Ig(
41636
- () => import("./FilterField-ef44bc20-DKEFssMH-a845e57b.js")
41636
+ () => import("./FilterField-ef44bc20-DKEFssMH-1094fc21.js")
41637
41637
  ), z = [
41638
41638
  {
41639
41639
  name: "Sub categorías",
@@ -42192,11 +42192,11 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
42192
42192
  }), r = pn([]);
42193
42193
  pn({});
42194
42194
  const l = pn(null);
42195
- Oa(S, (P) => {
42195
+ Pa(S, (P) => {
42196
42196
  y.value.numberSeasonSelectedIndex = y.value.seasons.findIndex(
42197
42197
  (U) => U.id === P.id
42198
42198
  ), P.arrayMatchDays ? (c.value = P.arrayMatchDays[0] || {}, m.value = P.arrayTeams[0] || {}) : (v(P), b(P));
42199
- }), Oa(m, () => {
42199
+ }), Pa(m, () => {
42200
42200
  setTimeout(() => {
42201
42201
  S.value.mapPlayersByTeam && (!m.value.arrayPlayers || !m.value.arrayPlayers.length) && (m.value.arrayPlayers = S.value.mapPlayersByTeam.get(
42202
42202
  m.value.team_id
@@ -42608,7 +42608,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
42608
42608
  emits: ["change-filters-selected", "update:filters"],
42609
42609
  setup(T, { expose: K, emit: j }) {
42610
42610
  const te = T, Te = pn(!1), z = pn([]), O = In(() => te.isExpansionMode ? "Cobradores filtrados:" : "Cobradores con los filtros seleccionados"), t = In(() => z.value.reduce((n, r) => r.isSelected ? n + 1 : n, 0));
42611
- Oa(
42611
+ Pa(
42612
42612
  () => te.takenCornersFilters,
42613
42613
  (n) => {
42614
42614
  z.value = n.map((r) => {
@@ -42617,7 +42617,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
42617
42617
  });
42618
42618
  },
42619
42619
  { immediate: !0, deep: !0 }
42620
- ), Oa(
42620
+ ), Pa(
42621
42621
  t,
42622
42622
  (n) => {
42623
42623
  Te.value = n === z.value.length, j("change-filters-selected", n), j("update:filters", z.value);
@@ -42789,12 +42789,12 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
42789
42789
  emits: ["update:filters", "change-filters-selected"],
42790
42790
  setup(T, { emit: K }) {
42791
42791
  const j = T, te = pn("left"), Te = In(() => j.howWasCornerFilters[j.howWasCornerFilters.cornerType]), z = In(() => Te.value.filter((t) => t.isSelected).length);
42792
- Oa(
42792
+ Pa(
42793
42793
  () => te.value,
42794
42794
  (t) => {
42795
42795
  j.howWasCornerFilters.cornerType = t;
42796
42796
  }
42797
- ), Oa(
42797
+ ), Pa(
42798
42798
  () => j.howWasCornerFilters,
42799
42799
  (t) => {
42800
42800
  K(
@@ -42966,15 +42966,15 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
42966
42966
  emits: ["update:filters", "change-filters-selected"],
42967
42967
  setup(T, { expose: K, emit: j }) {
42968
42968
  const te = T, Te = pn(!0), z = pn([]), O = In(() => (/* @__PURE__ */ new Date()).getTime());
42969
- Oa(z, (e) => {
42969
+ Pa(z, (e) => {
42970
42970
  Te.value = e.length === 35;
42971
- }), Oa(
42971
+ }), Pa(
42972
42972
  () => te.zoneFilters,
42973
42973
  (e) => {
42974
42974
  z.value = e;
42975
42975
  },
42976
42976
  { immediate: !0, deep: !0 }
42977
- ), Oa(
42977
+ ), Pa(
42978
42978
  () => z.value,
42979
42979
  (e) => {
42980
42980
  j("update:filters", e), j("change-filters-selected", e.length);
@@ -43525,7 +43525,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
43525
43525
  const te = T, Te = In(() => te.whatHappenedFilters.reduce((m, c) => (c.child ? c.child.forEach((n) => {
43526
43526
  n.isSelected && m++;
43527
43527
  }) : c.isSelected && m++, m), 0)), z = In(() => te.whatHappenedFilters.reduce((m, c) => (c.child ? m += c.child.length : m++, m), 0)), O = In(() => Te.value === z.value), t = In(() => Te.value === 1);
43528
- Oa(
43528
+ Pa(
43529
43529
  () => te.whatHappenedFilters,
43530
43530
  (m) => {
43531
43531
  j("change-filters-selected", Te.value), j("update:filters", m);
@@ -43670,7 +43670,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
43670
43670
  const x = Te.value.isMoment ? Te.value.results.moment.filter((d) => d.isSelected).length : Te.value.results.final.filter((d) => d.isSelected).length;
43671
43671
  return j("change-filters-selected", x), x;
43672
43672
  }), O = In(() => Te.value.isMoment ? "Resultado al momento del cobro" : "Resultado al final del partido");
43673
- Oa(
43673
+ Pa(
43674
43674
  () => te.resultsFilters,
43675
43675
  (x) => {
43676
43676
  Te.value === null && (Te.value = { ...x });
@@ -43679,7 +43679,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
43679
43679
  deep: !0,
43680
43680
  immediate: !0
43681
43681
  }
43682
- ), Oa(
43682
+ ), Pa(
43683
43683
  Te,
43684
43684
  (x) => {
43685
43685
  j("update:filters", x);
@@ -44074,13 +44074,13 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
44074
44074
  );
44075
44075
  return s(q), te.filterType === Va.PRODUCTIVITY && j("change-categories-selected", q.length), q.length;
44076
44076
  }), l = In(() => r.value >= te.productivityMaxCategories), o = In(() => te.isPlayingAsHidden ? te.gameSections : te.playingAs.concat(te.gameSections));
44077
- Oa(
44077
+ Pa(
44078
44078
  O,
44079
44079
  (q) => {
44080
44080
  te.filterType === Va.DETAILS && j("update:filters", q);
44081
44081
  },
44082
44082
  { immediate: !0, deep: !0 }
44083
- ), Oa(
44083
+ ), Pa(
44084
44084
  () => o.value,
44085
44085
  (q) => {
44086
44086
  if (te.filterType === Va.DETAILS) {
@@ -44089,7 +44089,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
44089
44089
  }
44090
44090
  },
44091
44091
  { immediate: !0, deep: !0 }
44092
- ), Oa(
44092
+ ), Pa(
44093
44093
  () => te.playsGolstatsCategories,
44094
44094
  (q) => {
44095
44095
  if (te.filterType === Va.PLAYS_TYPES || te.filterType === Va.GOLSTATS) {
@@ -44098,24 +44098,24 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
44098
44098
  }
44099
44099
  },
44100
44100
  { immediate: !0 }
44101
- ), Oa(
44101
+ ), Pa(
44102
44102
  () => te.fieldAreas,
44103
44103
  (q) => {
44104
44104
  te.filterType === Va.FIELD && j("change-filters-selected", q.length);
44105
44105
  }
44106
- ), Oa(
44106
+ ), Pa(
44107
44107
  n,
44108
44108
  () => {
44109
44109
  te.filterType === Va.PLAYS && k();
44110
44110
  },
44111
44111
  { immediate: !0, deep: !0 }
44112
- ), Oa(
44112
+ ), Pa(
44113
44113
  c,
44114
44114
  () => {
44115
44115
  te.filterType === Va.PRODUCTIVITY && w();
44116
44116
  },
44117
44117
  { immediate: !0, deep: !0 }
44118
- ), Oa(
44118
+ ), Pa(
44119
44119
  () => te.resultsFilters,
44120
44120
  (q) => {
44121
44121
  te.filterType === Va.RESULTS && j("change-filters-selected", q.results.filter((H) => H.isSelected).length);
@@ -44493,7 +44493,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
44493
44493
  }
44494
44494
  return m;
44495
44495
  }), x = In(() => Te.value ? j.zIndexOpen : 1);
44496
- Oa(
44496
+ Pa(
44497
44497
  () => j.modelValue,
44498
44498
  (m) => {
44499
44499
  m !== Te.value && (Te.value = m);
@@ -44501,7 +44501,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
44501
44501
  {
44502
44502
  immediate: !0
44503
44503
  }
44504
- ), Oa(Te, (m) => {
44504
+ ), Pa(Te, (m) => {
44505
44505
  m || setTimeout(() => {
44506
44506
  O.value["--translate-x"] = "0px";
44507
44507
  }, 500);
@@ -45064,7 +45064,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
45064
45064
  "--separator-width": j.separatorWidth,
45065
45065
  "--separator-color": j.separatorColor
45066
45066
  }));
45067
- Oa(
45067
+ Pa(
45068
45068
  () => j.modelValue,
45069
45069
  (O) => {
45070
45070
  te.value = O;
@@ -46085,7 +46085,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
46085
46085
  filterType: Va.WHAT_HAPPENED,
46086
46086
  isFooterVisible: !0
46087
46087
  }, v = pn(!1), b = pn(!1), _ = pn(0), A = pn(0), C = pn({}), g = pn(null), k = pn(null), w = In(() => te.menuButtonText || P()), f = In(() => te.expansionPanelText || P()), M = pn(null);
46088
- Oa(
46088
+ Pa(
46089
46089
  () => te.filterType,
46090
46090
  (ee) => {
46091
46091
  ee === Va.PRODUCTIVITY ? C.value = {
@@ -46168,7 +46168,7 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
46168
46168
  }), C.value.isExpansionMode = te.isExpansionPanel, te.isExpansionPanel && (C.value.width = "100%", C.value.maxWidth = "100%");
46169
46169
  },
46170
46170
  { immediate: !0 }
46171
- ), Oa(
46171
+ ), Pa(
46172
46172
  () => te.filters,
46173
46173
  () => {
46174
46174
  te.filterType === Va.PRODUCTIVITY ? C.value = {
@@ -46249,9 +46249,9 @@ const Ufe = { class: "dropdown" }, Nfe = { class: "selected-item" }, Dfe = {
46249
46249
  whatHappenedFilters: te.filters || [...b3]
46250
46250
  }), C.value.isExpansionMode = te.isExpansionPanel, te.isExpansionPanel && (C.value.width = "100%", C.value.maxWidth = "100%");
46251
46251
  }
46252
- ), Oa(v, (ee) => {
46252
+ ), Pa(v, (ee) => {
46253
46253
  ee || j("close", M.value);
46254
- }), Oa(b, (ee) => {
46254
+ }), Pa(b, (ee) => {
46255
46255
  ee || j("close", M.value);
46256
46256
  });
46257
46257
  function p(ee) {
@@ -47606,7 +47606,7 @@ const Tv = /* @__PURE__ */ rd(Mxe, [["render", Lxe], ["__scopeId", "data-v-b20a1
47606
47606
  l.isChecked = !1;
47607
47607
  }));
47608
47608
  };
47609
- Oa(
47609
+ Pa(
47610
47610
  () => z,
47611
47611
  () => {
47612
47612
  d.value = z.value ? { ...JSON.parse(JSON.stringify(z.value)), isChecked: !1 } : {}, d.value.children ? x.value = d.value.children.map((l, o) => {
@@ -48009,7 +48009,7 @@ const Tv = /* @__PURE__ */ rd(Mxe, [["render", Lxe], ["__scopeId", "data-v-b20a1
48009
48009
  (l) => (te.initialCategory.isNegative ? l.rId : l.id) === te.initialCategory.subcategoryId
48010
48010
  ) || {})));
48011
48011
  };
48012
- Oa(te.initialCategory, () => n(), { immediate: !0, deep: !0 }), Oa(
48012
+ Pa(te.initialCategory, () => n(), { immediate: !0, deep: !0 }), Pa(
48013
48013
  () => te.categoryTree,
48014
48014
  (l) => {
48015
48015
  l !== null && (z.value = l, O.value = z.value, n());
@@ -50231,7 +50231,7 @@ const Tv = /* @__PURE__ */ rd(Mxe, [["render", Lxe], ["__scopeId", "data-v-b20a1
50231
50231
  z.value.minutes_played
50232
50232
  );
50233
50233
  };
50234
- Oa(c, () => n(), { immediate: !0 }), In(() => te.componentWidth < 768 ? "mobile" : ""), In(() => {
50234
+ Pa(c, () => n(), { immediate: !0 }), In(() => te.componentWidth < 768 ? "mobile" : ""), In(() => {
50235
50235
  var u, h, v, b, _, A, C, g;
50236
50236
  let k = [];
50237
50237
  if (z.value && z.value.minutes_played && (k = [
@@ -50493,7 +50493,7 @@ const Tv = /* @__PURE__ */ rd(Mxe, [["render", Lxe], ["__scopeId", "data-v-b20a1
50493
50493
  };
50494
50494
  return (j.boxPosition === "left" || j.boxPosition === "right") && (d[`margin-${j.boxPosition}`] = j.isBoxOnly ? "0" : j.teamsIds ? "8px" : "10px"), d;
50495
50495
  });
50496
- Oa(
50496
+ Pa(
50497
50497
  () => j.modelValue,
50498
50498
  (d) => {
50499
50499
  d !== te.value && (te.value = d);
@@ -51022,7 +51022,7 @@ const c_e = /* @__PURE__ */ Qbe(xw, [["render", l_e], ["__scopeId", "data-v-fb26
51022
51022
  emits: ["input", "click-ready", "update:modelValue"],
51023
51023
  setup(T, { emit: K }) {
51024
51024
  const j = T, te = pn({}), Te = pn(null), z = pn(j.isMultipleOption ? -1 : 0), O = pn(!1);
51025
- Oa(
51025
+ Pa(
51026
51026
  () => j.items,
51027
51027
  (m, c) => {
51028
51028
  if (!j.modelValue && (!j.onlyFirstTime || !c || !c.length) && m && m.length) {
@@ -51037,7 +51037,7 @@ const c_e = /* @__PURE__ */ Qbe(xw, [["render", l_e], ["__scopeId", "data-v-fb26
51037
51037
  }
51038
51038
  },
51039
51039
  { immediate: !0 }
51040
- ), Oa(
51040
+ ), Pa(
51041
51041
  () => j.modelValue,
51042
51042
  (m) => {
51043
51043
  if (m) {
@@ -51775,7 +51775,7 @@ const G_e = ["x", "y"], W_e = ["font-size"], X_e = ["x", "y"], Z_e = ["font-size
51775
51775
  isFirstPosition: !0,
51776
51776
  isFinalPosition: !1
51777
51777
  })));
51778
- Oa(
51778
+ Pa(
51779
51779
  () => j.selected_category,
51780
51780
  (y) => {
51781
51781
  y == 32 ? te.value = "right" : te.value = "left";
@@ -52131,12 +52131,12 @@ const Cv = {
52131
52131
  }
52132
52132
  return [];
52133
52133
  }), L = In(() => f.value ? Array.from(f.value.keys()) : []);
52134
- Oa(
52134
+ Pa(
52135
52135
  () => te.isAgainstMode,
52136
52136
  () => {
52137
52137
  ue();
52138
52138
  }
52139
- ), Oa(
52139
+ ), Pa(
52140
52140
  () => te.teamIdForAnalysis,
52141
52141
  (ye) => {
52142
52142
  ye && le();
@@ -52144,7 +52144,7 @@ const Cv = {
52144
52144
  {
52145
52145
  immediate: !0
52146
52146
  }
52147
- ), Oa(
52147
+ ), Pa(
52148
52148
  () => C.value,
52149
52149
  (ye, pe) => {
52150
52150
  if (ye !== pe && (y.value = "0", m.value = ["-1", "0"], g.value)) {
@@ -52157,7 +52157,7 @@ const Cv = {
52157
52157
  xe.length > 0 && (xe[0].isSelected = !0);
52158
52158
  }
52159
52159
  }
52160
- ), Oa(
52160
+ ), Pa(
52161
52161
  () => te.filters,
52162
52162
  (ye) => {
52163
52163
  ye && U();
@@ -52166,7 +52166,7 @@ const Cv = {
52166
52166
  deep: !0,
52167
52167
  immediate: !0
52168
52168
  }
52169
- ), Oa(
52169
+ ), Pa(
52170
52170
  () => te.isTacticVisible,
52171
52171
  (ye) => {
52172
52172
  n.value = !ye;
@@ -107055,7 +107055,7 @@ void main() {
107055
107055
  return wl(i, E, F);
107056
107056
  }, ve();
107057
107057
  }
107058
- function La(i, E) {
107058
+ function Oa(i, E) {
107059
107059
  function F(G) {
107060
107060
  if (G <= G)
107061
107061
  return E[e.bisect(i, G)];
@@ -107067,7 +107067,7 @@ void main() {
107067
107067
  }, F.invertExtent = function(G) {
107068
107068
  return G = E.indexOf(G), [i[G - 1], i[G]];
107069
107069
  }, F.copy = function() {
107070
- return La(i, E);
107070
+ return Oa(i, E);
107071
107071
  }, F;
107072
107072
  }
107073
107073
  function Zc(i) {
@@ -107092,7 +107092,7 @@ void main() {
107092
107092
  }, e.scale.quantize = function() {
107093
107093
  return wl(0, 1, [0, 1]);
107094
107094
  }, e.scale.threshold = function() {
107095
- return La([0.5], [0, 1]);
107095
+ return Oa([0.5], [0, 1]);
107096
107096
  }, e.scale.identity = function() {
107097
107097
  return Zc([0, 1]);
107098
107098
  }, e.svg = {}, e.svg.arc = function() {
@@ -109077,10 +109077,10 @@ void main() {
109077
109077
  return Ga = hi[0], Array.isArray(Ga) ? "(" + Ga.map(Sr).join(", ") + ")" : "(" + Sr(Ga.type) + "...)";
109078
109078
  var Ga;
109079
109079
  }).join(" | "), na = [], _a = 1; _a < I.length; _a++) {
109080
- var Ea = W.parse(I[_a], 1 + na.length);
109081
- if (!Ea)
109080
+ var La = W.parse(I[_a], 1 + na.length);
109081
+ if (!La)
109082
109082
  return null;
109083
- na.push(Sr(Ea.type));
109083
+ na.push(Sr(La.type));
109084
109084
  }
109085
109085
  W.error("Expected arguments of type " + da + ", but found (" + na.join(", ") + ") instead.");
109086
109086
  }
@@ -110123,8 +110123,8 @@ void main() {
110123
110123
  return { kind: "composite", interpolationType: Qn, interpolationFactor: Vo.interpolationFactor.bind(void 0, Qn), zoomStops: An.map(function(na) {
110124
110124
  return na[0];
110125
110125
  }), evaluate: function(na, _a) {
110126
- var Ea = na.zoom;
110127
- return tu({ stops: An, base: I.base }, W, Ea).evaluate(Ea, _a);
110126
+ var La = na.zoom;
110127
+ return tu({ stops: An, base: I.base }, W, La).evaluate(La, _a);
110128
110128
  } };
110129
110129
  }
110130
110130
  if (Ut) {
@@ -110137,8 +110137,8 @@ void main() {
110137
110137
  } };
110138
110138
  }
110139
110139
  return { kind: "source", evaluate: function(na, _a) {
110140
- var Ea = _a && _a.properties ? _a.properties[I.property] : void 0;
110141
- return Ea === void 0 ? Zs(I.default, W.default) : oe(I, W, Ea, _e, De);
110140
+ var La = _a && _a.properties ? _a.properties[I.property] : void 0;
110141
+ return La === void 0 ? Zs(I.default, W.default) : oe(I, W, La, _e, De);
110142
110142
  } };
110143
110143
  }
110144
110144
  function Zs(I, W, oe) {
@@ -110974,16 +110974,16 @@ void main() {
110974
110974
  return De[ac + I.length] = Ze, De.set(this.keys, Ze), Ze += this.keys.length, De[ac + I.length + 1] = Ze, De.set(this.bboxes, Ze), Ze += this.bboxes.length, De.buffer;
110975
110975
  };
110976
110976
  var so = l.ImageData, Mi = l.ImageBitmap, wl = {};
110977
- function La(I, W, oe) {
110977
+ function Oa(I, W, oe) {
110978
110978
  oe === void 0 && (oe = {}), Object.defineProperty(W, "_classRegistryKey", { value: I, writeable: !1 }), wl[I] = { klass: W, omit: oe.omit || [], shallow: oe.shallow || [] };
110979
110979
  }
110980
- for (var Zc in La("Object", Object), kc.serialize = function(I, W) {
110980
+ for (var Zc in Oa("Object", Object), kc.serialize = function(I, W) {
110981
110981
  var oe = I.toArrayBuffer();
110982
110982
  return W && W.push(oe), { buffer: oe };
110983
110983
  }, kc.deserialize = function(I) {
110984
110984
  return new kc(I.buffer);
110985
- }, La("Grid", kc), La("Color", en), La("Error", Error), La("ResolvedImage", ia), La("StylePropertyFunction", Ei), La("StyleExpression", vl, { omit: ["_evaluator"] }), La("ZoomDependentExpression", fa), La("ZoomConstantExpression", ha), La("CompoundExpression", Yr, { omit: ["_evaluate"] }), zc)
110986
- zc[Zc]._classRegistryKey || La("Expression_" + Zc, zc[Zc]);
110985
+ }, Oa("Grid", kc), Oa("Color", en), Oa("Error", Error), Oa("ResolvedImage", ia), Oa("StylePropertyFunction", Ei), Oa("StyleExpression", vl, { omit: ["_evaluator"] }), Oa("ZoomDependentExpression", fa), Oa("ZoomConstantExpression", ha), Oa("CompoundExpression", Yr, { omit: ["_evaluate"] }), zc)
110986
+ zc[Zc]._classRegistryKey || Oa("Expression_" + Zc, zc[Zc]);
110987
110987
  function Au(I) {
110988
110988
  return I && typeof ArrayBuffer < "u" && (I instanceof ArrayBuffer || I.constructor && I.constructor.name === "ArrayBuffer");
110989
110989
  }
@@ -111445,7 +111445,7 @@ void main() {
111445
111445
  this.defaultTransitioningPropertyValues[W] = De.untransitioned(), this.defaultPossiblyEvaluatedValues[W] = _e.possiblyEvaluate({});
111446
111446
  }
111447
111447
  };
111448
- La("DataDrivenProperty", ja), La("DataConstantProperty", ga), La("CrossFadedDataDrivenProperty", ts), La("CrossFadedProperty", kl), La("ColorRampProperty", cc);
111448
+ Oa("DataDrivenProperty", ja), Oa("DataConstantProperty", ga), Oa("CrossFadedDataDrivenProperty", ts), Oa("CrossFadedProperty", kl), Oa("ColorRampProperty", cc);
111449
111449
  var _c = "-transition", _i = function(I) {
111450
111450
  function W(oe, _e) {
111451
111451
  if (I.call(this), this.id = oe.id, this.type = oe.type, this._featureFilter = { filter: function() {
@@ -111566,7 +111566,7 @@ void main() {
111566
111566
  return this.int16[Ze + 0] = _e, this.int16[Ze + 1] = De, oe;
111567
111567
  }, W;
111568
111568
  }(Sa);
111569
- wc.prototype.bytesPerElement = 4, La("StructArrayLayout2i4", wc);
111569
+ wc.prototype.bytesPerElement = 4, Oa("StructArrayLayout2i4", wc);
111570
111570
  var Ns = function(I) {
111571
111571
  function W() {
111572
111572
  I.apply(this, arguments);
@@ -111581,7 +111581,7 @@ void main() {
111581
111581
  return this.int16[xt + 0] = _e, this.int16[xt + 1] = De, this.int16[xt + 2] = Ze, this.int16[xt + 3] = it, oe;
111582
111582
  }, W;
111583
111583
  }(Sa);
111584
- Ns.prototype.bytesPerElement = 8, La("StructArrayLayout4i8", Ns);
111584
+ Ns.prototype.bytesPerElement = 8, Oa("StructArrayLayout4i8", Ns);
111585
111585
  var vt = function(I) {
111586
111586
  function W() {
111587
111587
  I.apply(this, arguments);
@@ -111596,7 +111596,7 @@ void main() {
111596
111596
  return this.int16[er + 0] = _e, this.int16[er + 1] = De, this.int16[er + 2] = Ze, this.int16[er + 3] = it, this.int16[er + 4] = xt, this.int16[er + 5] = Ut, oe;
111597
111597
  }, W;
111598
111598
  }(Sa);
111599
- vt.prototype.bytesPerElement = 12, La("StructArrayLayout2i4i12", vt);
111599
+ vt.prototype.bytesPerElement = 12, Oa("StructArrayLayout2i4i12", vt);
111600
111600
  var _t = function(I) {
111601
111601
  function W() {
111602
111602
  I.apply(this, arguments);
@@ -111611,7 +111611,7 @@ void main() {
111611
111611
  return this.int16[er + 0] = _e, this.int16[er + 1] = De, this.uint8[nr + 4] = Ze, this.uint8[nr + 5] = it, this.uint8[nr + 6] = xt, this.uint8[nr + 7] = Ut, oe;
111612
111612
  }, W;
111613
111613
  }(Sa);
111614
- _t.prototype.bytesPerElement = 8, La("StructArrayLayout2i4ub8", _t);
111614
+ _t.prototype.bytesPerElement = 8, Oa("StructArrayLayout2i4ub8", _t);
111615
111615
  var Rt = function(I) {
111616
111616
  function W() {
111617
111617
  I.apply(this, arguments);
@@ -111626,7 +111626,7 @@ void main() {
111626
111626
  return this.float32[Ze + 0] = _e, this.float32[Ze + 1] = De, oe;
111627
111627
  }, W;
111628
111628
  }(Sa);
111629
- Rt.prototype.bytesPerElement = 8, La("StructArrayLayout2f8", Rt);
111629
+ Rt.prototype.bytesPerElement = 8, Oa("StructArrayLayout2f8", Rt);
111630
111630
  var Q = function(I) {
111631
111631
  function W() {
111632
111632
  I.apply(this, arguments);
@@ -111641,7 +111641,7 @@ void main() {
111641
111641
  return this.uint16[hr + 0] = _e, this.uint16[hr + 1] = De, this.uint16[hr + 2] = Ze, this.uint16[hr + 3] = it, this.uint16[hr + 4] = xt, this.uint16[hr + 5] = Ut, this.uint16[hr + 6] = er, this.uint16[hr + 7] = nr, this.uint16[hr + 8] = lr, this.uint16[hr + 9] = yr, oe;
111642
111642
  }, W;
111643
111643
  }(Sa);
111644
- Q.prototype.bytesPerElement = 20, La("StructArrayLayout10ui20", Q);
111644
+ Q.prototype.bytesPerElement = 20, Oa("StructArrayLayout10ui20", Q);
111645
111645
  var R = function(I) {
111646
111646
  function W() {
111647
111647
  I.apply(this, arguments);
@@ -111656,7 +111656,7 @@ void main() {
111656
111656
  return this.int16[Dr + 0] = _e, this.int16[Dr + 1] = De, this.int16[Dr + 2] = Ze, this.int16[Dr + 3] = it, this.uint16[Dr + 4] = xt, this.uint16[Dr + 5] = Ut, this.uint16[Dr + 6] = er, this.uint16[Dr + 7] = nr, this.int16[Dr + 8] = lr, this.int16[Dr + 9] = yr, this.int16[Dr + 10] = hr, this.int16[Dr + 11] = zr, oe;
111657
111657
  }, W;
111658
111658
  }(Sa);
111659
- R.prototype.bytesPerElement = 24, La("StructArrayLayout4i4ui4i24", R);
111659
+ R.prototype.bytesPerElement = 24, Oa("StructArrayLayout4i4ui4i24", R);
111660
111660
  var a = function(I) {
111661
111661
  function W() {
111662
111662
  I.apply(this, arguments);
@@ -111671,7 +111671,7 @@ void main() {
111671
111671
  return this.float32[it + 0] = _e, this.float32[it + 1] = De, this.float32[it + 2] = Ze, oe;
111672
111672
  }, W;
111673
111673
  }(Sa);
111674
- a.prototype.bytesPerElement = 12, La("StructArrayLayout3f12", a);
111674
+ a.prototype.bytesPerElement = 12, Oa("StructArrayLayout3f12", a);
111675
111675
  var i = function(I) {
111676
111676
  function W() {
111677
111677
  I.apply(this, arguments);
@@ -111686,7 +111686,7 @@ void main() {
111686
111686
  return this.uint32[De + 0] = _e, oe;
111687
111687
  }, W;
111688
111688
  }(Sa);
111689
- i.prototype.bytesPerElement = 4, La("StructArrayLayout1ul4", i);
111689
+ i.prototype.bytesPerElement = 4, Oa("StructArrayLayout1ul4", i);
111690
111690
  var E = function(I) {
111691
111691
  function W() {
111692
111692
  I.apply(this, arguments);
@@ -111701,7 +111701,7 @@ void main() {
111701
111701
  return this.int16[yr + 0] = _e, this.int16[yr + 1] = De, this.int16[yr + 2] = Ze, this.int16[yr + 3] = it, this.int16[yr + 4] = xt, this.int16[yr + 5] = Ut, this.uint32[hr + 3] = er, this.uint16[yr + 8] = nr, this.uint16[yr + 9] = lr, oe;
111702
111702
  }, W;
111703
111703
  }(Sa);
111704
- E.prototype.bytesPerElement = 20, La("StructArrayLayout6i1ul2ui20", E);
111704
+ E.prototype.bytesPerElement = 20, Oa("StructArrayLayout6i1ul2ui20", E);
111705
111705
  var F = function(I) {
111706
111706
  function W() {
111707
111707
  I.apply(this, arguments);
@@ -111716,7 +111716,7 @@ void main() {
111716
111716
  return this.int16[er + 0] = _e, this.int16[er + 1] = De, this.int16[er + 2] = Ze, this.int16[er + 3] = it, this.int16[er + 4] = xt, this.int16[er + 5] = Ut, oe;
111717
111717
  }, W;
111718
111718
  }(Sa);
111719
- F.prototype.bytesPerElement = 12, La("StructArrayLayout2i2i2i12", F);
111719
+ F.prototype.bytesPerElement = 12, Oa("StructArrayLayout2i2i2i12", F);
111720
111720
  var G = function(I) {
111721
111721
  function W() {
111722
111722
  I.apply(this, arguments);
@@ -111731,7 +111731,7 @@ void main() {
111731
111731
  return this.float32[Ut + 0] = _e, this.float32[Ut + 1] = De, this.float32[Ut + 2] = Ze, this.int16[er + 6] = it, this.int16[er + 7] = xt, oe;
111732
111732
  }, W;
111733
111733
  }(Sa);
111734
- G.prototype.bytesPerElement = 16, La("StructArrayLayout2f1f2i16", G);
111734
+ G.prototype.bytesPerElement = 16, Oa("StructArrayLayout2f1f2i16", G);
111735
111735
  var re = function(I) {
111736
111736
  function W() {
111737
111737
  I.apply(this, arguments);
@@ -111746,7 +111746,7 @@ void main() {
111746
111746
  return this.uint8[xt + 0] = _e, this.uint8[xt + 1] = De, this.float32[Ut + 1] = Ze, this.float32[Ut + 2] = it, oe;
111747
111747
  }, W;
111748
111748
  }(Sa);
111749
- re.prototype.bytesPerElement = 12, La("StructArrayLayout2ub2f12", re);
111749
+ re.prototype.bytesPerElement = 12, Oa("StructArrayLayout2ub2f12", re);
111750
111750
  var de = function(I) {
111751
111751
  function W() {
111752
111752
  I.apply(this, arguments);
@@ -111761,7 +111761,7 @@ void main() {
111761
111761
  return this.uint16[it + 0] = _e, this.uint16[it + 1] = De, this.uint16[it + 2] = Ze, oe;
111762
111762
  }, W;
111763
111763
  }(Sa);
111764
- de.prototype.bytesPerElement = 6, La("StructArrayLayout3ui6", de);
111764
+ de.prototype.bytesPerElement = 6, Oa("StructArrayLayout3ui6", de);
111765
111765
  var ve = function(I) {
111766
111766
  function W() {
111767
111767
  I.apply(this, arguments);
@@ -111776,22 +111776,22 @@ void main() {
111776
111776
  return this.int16[Dn + 0] = _e, this.int16[Dn + 1] = De, this.uint16[Dn + 2] = Ze, this.uint16[Dn + 3] = it, this.uint32[Jn + 2] = xt, this.uint32[Jn + 3] = Ut, this.uint32[Jn + 4] = er, this.uint16[Dn + 10] = nr, this.uint16[Dn + 11] = lr, this.uint16[Dn + 12] = yr, this.float32[Jn + 7] = hr, this.float32[Jn + 8] = zr, this.uint8[Qn + 36] = Dr, this.uint8[Qn + 37] = un, this.uint8[Qn + 38] = on, this.uint32[Jn + 10] = An, this.int16[Dn + 22] = Cn, oe;
111777
111777
  }, W;
111778
111778
  }(Sa);
111779
- ve.prototype.bytesPerElement = 48, La("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48", ve);
111779
+ ve.prototype.bytesPerElement = 48, Oa("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48", ve);
111780
111780
  var Se = function(I) {
111781
111781
  function W() {
111782
111782
  I.apply(this, arguments);
111783
111783
  }
111784
111784
  return I && (W.__proto__ = I), W.prototype = Object.create(I && I.prototype), W.prototype.constructor = W, W.prototype._refreshViews = function() {
111785
111785
  this.uint8 = new Uint8Array(this.arrayBuffer), this.int16 = new Int16Array(this.arrayBuffer), this.uint16 = new Uint16Array(this.arrayBuffer), this.uint32 = new Uint32Array(this.arrayBuffer), this.float32 = new Float32Array(this.arrayBuffer);
111786
- }, W.prototype.emplaceBack = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, Ea, hi, Ga, ci) {
111786
+ }, W.prototype.emplaceBack = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, La, hi, Ga, ci) {
111787
111787
  var Ja = this.length;
111788
- return this.resize(Ja + 1), this.emplace(Ja, oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, Ea, hi, Ga, ci);
111789
- }, W.prototype.emplace = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, Ea, hi, Ga, ci, Ja) {
111788
+ return this.resize(Ja + 1), this.emplace(Ja, oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, La, hi, Ga, ci);
111789
+ }, W.prototype.emplace = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, La, hi, Ga, ci, Ja) {
111790
111790
  var Na = 34 * oe, Ni = 17 * oe;
111791
- return this.int16[Na + 0] = _e, this.int16[Na + 1] = De, this.int16[Na + 2] = Ze, this.int16[Na + 3] = it, this.int16[Na + 4] = xt, this.int16[Na + 5] = Ut, this.int16[Na + 6] = er, this.int16[Na + 7] = nr, this.uint16[Na + 8] = lr, this.uint16[Na + 9] = yr, this.uint16[Na + 10] = hr, this.uint16[Na + 11] = zr, this.uint16[Na + 12] = Dr, this.uint16[Na + 13] = un, this.uint16[Na + 14] = on, this.uint16[Na + 15] = An, this.uint16[Na + 16] = Cn, this.uint16[Na + 17] = Dn, this.uint16[Na + 18] = Jn, this.uint16[Na + 19] = Qn, this.uint16[Na + 20] = da, this.uint16[Na + 21] = na, this.uint16[Na + 22] = _a, this.uint32[Ni + 12] = Ea, this.float32[Ni + 13] = hi, this.float32[Ni + 14] = Ga, this.float32[Ni + 15] = ci, this.float32[Ni + 16] = Ja, oe;
111791
+ return this.int16[Na + 0] = _e, this.int16[Na + 1] = De, this.int16[Na + 2] = Ze, this.int16[Na + 3] = it, this.int16[Na + 4] = xt, this.int16[Na + 5] = Ut, this.int16[Na + 6] = er, this.int16[Na + 7] = nr, this.uint16[Na + 8] = lr, this.uint16[Na + 9] = yr, this.uint16[Na + 10] = hr, this.uint16[Na + 11] = zr, this.uint16[Na + 12] = Dr, this.uint16[Na + 13] = un, this.uint16[Na + 14] = on, this.uint16[Na + 15] = An, this.uint16[Na + 16] = Cn, this.uint16[Na + 17] = Dn, this.uint16[Na + 18] = Jn, this.uint16[Na + 19] = Qn, this.uint16[Na + 20] = da, this.uint16[Na + 21] = na, this.uint16[Na + 22] = _a, this.uint32[Ni + 12] = La, this.float32[Ni + 13] = hi, this.float32[Ni + 14] = Ga, this.float32[Ni + 15] = ci, this.float32[Ni + 16] = Ja, oe;
111792
111792
  }, W;
111793
111793
  }(Sa);
111794
- Se.prototype.bytesPerElement = 68, La("StructArrayLayout8i15ui1ul4f68", Se);
111794
+ Se.prototype.bytesPerElement = 68, Oa("StructArrayLayout8i15ui1ul4f68", Se);
111795
111795
  var ze = function(I) {
111796
111796
  function W() {
111797
111797
  I.apply(this, arguments);
@@ -111806,7 +111806,7 @@ void main() {
111806
111806
  return this.float32[De + 0] = _e, oe;
111807
111807
  }, W;
111808
111808
  }(Sa);
111809
- ze.prototype.bytesPerElement = 4, La("StructArrayLayout1f4", ze);
111809
+ ze.prototype.bytesPerElement = 4, Oa("StructArrayLayout1f4", ze);
111810
111810
  var Ve = function(I) {
111811
111811
  function W() {
111812
111812
  I.apply(this, arguments);
@@ -111821,7 +111821,7 @@ void main() {
111821
111821
  return this.int16[it + 0] = _e, this.int16[it + 1] = De, this.int16[it + 2] = Ze, oe;
111822
111822
  }, W;
111823
111823
  }(Sa);
111824
- Ve.prototype.bytesPerElement = 6, La("StructArrayLayout3i6", Ve);
111824
+ Ve.prototype.bytesPerElement = 6, Oa("StructArrayLayout3i6", Ve);
111825
111825
  var rt = function(I) {
111826
111826
  function W() {
111827
111827
  I.apply(this, arguments);
@@ -111836,7 +111836,7 @@ void main() {
111836
111836
  return this.uint32[it + 0] = _e, this.uint16[xt + 2] = De, this.uint16[xt + 3] = Ze, oe;
111837
111837
  }, W;
111838
111838
  }(Sa);
111839
- rt.prototype.bytesPerElement = 8, La("StructArrayLayout1ul2ui8", rt);
111839
+ rt.prototype.bytesPerElement = 8, Oa("StructArrayLayout1ul2ui8", rt);
111840
111840
  var ct = function(I) {
111841
111841
  function W() {
111842
111842
  I.apply(this, arguments);
@@ -111851,7 +111851,7 @@ void main() {
111851
111851
  return this.uint16[Ze + 0] = _e, this.uint16[Ze + 1] = De, oe;
111852
111852
  }, W;
111853
111853
  }(Sa);
111854
- ct.prototype.bytesPerElement = 4, La("StructArrayLayout2ui4", ct);
111854
+ ct.prototype.bytesPerElement = 4, Oa("StructArrayLayout2ui4", ct);
111855
111855
  var ft = function(I) {
111856
111856
  function W() {
111857
111857
  I.apply(this, arguments);
@@ -111866,7 +111866,7 @@ void main() {
111866
111866
  return this.uint16[De + 0] = _e, oe;
111867
111867
  }, W;
111868
111868
  }(Sa);
111869
- ft.prototype.bytesPerElement = 2, La("StructArrayLayout1ui2", ft);
111869
+ ft.prototype.bytesPerElement = 2, Oa("StructArrayLayout1ui2", ft);
111870
111870
  var bt = function(I) {
111871
111871
  function W() {
111872
111872
  I.apply(this, arguments);
@@ -111881,7 +111881,7 @@ void main() {
111881
111881
  return this.float32[xt + 0] = _e, this.float32[xt + 1] = De, this.float32[xt + 2] = Ze, this.float32[xt + 3] = it, oe;
111882
111882
  }, W;
111883
111883
  }(Sa);
111884
- bt.prototype.bytesPerElement = 16, La("StructArrayLayout4f16", bt);
111884
+ bt.prototype.bytesPerElement = 16, Oa("StructArrayLayout4f16", bt);
111885
111885
  var Ot = function(I) {
111886
111886
  function W() {
111887
111887
  I.apply(this, arguments);
@@ -111919,7 +111919,7 @@ void main() {
111919
111919
  return new Ot(this, oe);
111920
111920
  }, W;
111921
111921
  }(E);
111922
- La("CollisionBoxArray", Ct);
111922
+ Oa("CollisionBoxArray", Ct);
111923
111923
  var jt = function(I) {
111924
111924
  function W() {
111925
111925
  I.apply(this, arguments);
@@ -111977,7 +111977,7 @@ void main() {
111977
111977
  return new jt(this, oe);
111978
111978
  }, W;
111979
111979
  }(ve);
111980
- La("PlacedSymbolArray", Mt);
111980
+ Oa("PlacedSymbolArray", Mt);
111981
111981
  var Qt = function(I) {
111982
111982
  function W() {
111983
111983
  I.apply(this, arguments);
@@ -112053,7 +112053,7 @@ void main() {
112053
112053
  return new Qt(this, oe);
112054
112054
  }, W;
112055
112055
  }(Se);
112056
- La("SymbolInstanceArray", rr);
112056
+ Oa("SymbolInstanceArray", rr);
112057
112057
  var Yt = function(I) {
112058
112058
  function W() {
112059
112059
  I.apply(this, arguments);
@@ -112062,7 +112062,7 @@ void main() {
112062
112062
  return this.float32[1 * oe + 0];
112063
112063
  }, W;
112064
112064
  }(ze);
112065
- La("GlyphOffsetArray", Yt);
112065
+ Oa("GlyphOffsetArray", Yt);
112066
112066
  var gr = function(I) {
112067
112067
  function W() {
112068
112068
  I.apply(this, arguments);
@@ -112075,7 +112075,7 @@ void main() {
112075
112075
  return this.int16[3 * oe + 2];
112076
112076
  }, W;
112077
112077
  }(Ve);
112078
- La("SymbolLineVertexArray", gr);
112078
+ Oa("SymbolLineVertexArray", gr);
112079
112079
  var Ar = function(I) {
112080
112080
  function W() {
112081
112081
  I.apply(this, arguments);
@@ -112099,7 +112099,7 @@ void main() {
112099
112099
  return new Ar(this, oe);
112100
112100
  }, W;
112101
112101
  }(rt);
112102
- La("FeatureIndexArray", qr);
112102
+ Oa("FeatureIndexArray", qr);
112103
112103
  var Kr = Ui([{ name: "a_pos", components: 2, type: "Int16" }], 4).members, $r = function(I) {
112104
112104
  I === void 0 && (I = []), this.segments = I;
112105
112105
  };
@@ -112119,7 +112119,7 @@ void main() {
112119
112119
  }
112120
112120
  }, $r.simpleSegment = function(I, W, oe, _e) {
112121
112121
  return new $r([{ vertexOffset: I, primitiveOffset: W, vertexLength: oe, primitiveLength: _e, vaos: {}, sortKey: 0 }]);
112122
- }, $r.MAX_VERTEX_ARRAY_LENGTH = Math.pow(2, 16) - 1, La("SegmentVector", $r);
112122
+ }, $r.MAX_VERTEX_ARRAY_LENGTH = Math.pow(2, 16) - 1, Oa("SegmentVector", $r);
112123
112123
  var Ln = Ui([{ name: "a_pattern_from", components: 4, type: "Uint16" }, { name: "a_pattern_to", components: 4, type: "Uint16" }, { name: "a_pixel_ratio_from", components: 1, type: "Uint16" }, { name: "a_pixel_ratio_to", components: 1, type: "Uint16" }]), ln = S(function(I) {
112124
112124
  I.exports = function(W, oe) {
112125
112125
  var _e, De, Ze, it, xt, Ut, er, nr;
@@ -112198,7 +112198,7 @@ void main() {
112198
112198
  var _e = I[W];
112199
112199
  I[W] = I[oe], I[oe] = _e;
112200
112200
  }
112201
- La("FeaturePositionMap", Kn);
112201
+ Oa("FeaturePositionMap", Kn);
112202
112202
  var Ya = function(I, W) {
112203
112203
  this.gl = I.gl, this.location = W;
112204
112204
  }, Fa = function(I) {
@@ -112521,7 +112521,7 @@ void main() {
112521
112521
  }, Si.prototype.destroy = function() {
112522
112522
  for (var I in this.programConfigurations)
112523
112523
  this.programConfigurations[I].destroy();
112524
- }, La("ConstantBinder", bi), La("CrossFadedConstantBinder", ao), La("SourceExpressionBinder", ji), La("CrossFadedCompositeBinder", Bi), La("CompositeExpressionBinder", Li), La("ProgramConfiguration", Hi, { omit: ["_buffers"] }), La("ProgramConfigurationSet", Si);
112524
+ }, Oa("ConstantBinder", bi), Oa("CrossFadedConstantBinder", ao), Oa("SourceExpressionBinder", ji), Oa("CrossFadedCompositeBinder", Bi), Oa("CompositeExpressionBinder", Li), Oa("ProgramConfiguration", Hi, { omit: ["_buffers"] }), Oa("ProgramConfigurationSet", Si);
112525
112525
  var Ha = 8192, ss = Math.pow(2, 14) - 1, Do = -ss - 1;
112526
112526
  function rl(I) {
112527
112527
  for (var W = Ha / I.extent, oe = I.loadGeometry(), _e = 0; _e < oe.length; _e++)
@@ -112662,8 +112662,8 @@ void main() {
112662
112662
  De.push(un);
112663
112663
  }
112664
112664
  }
112665
- Ze && De.sort(function(_a, Ea) {
112666
- return _a.sortKey - Ea.sortKey;
112665
+ Ze && De.sort(function(_a, La) {
112666
+ return _a.sortKey - La.sortKey;
112667
112667
  });
112668
112668
  for (var on = 0, An = De; on < An.length; on += 1) {
112669
112669
  var Cn = An[on], Dn = Cn, Jn = Dn.geometry, Qn = Dn.index, da = Dn.sourceLayerIndex, na = I[Qn].feature;
@@ -112689,7 +112689,7 @@ void main() {
112689
112689
  }
112690
112690
  }
112691
112691
  this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length, I, oe, {}, _e);
112692
- }, La("CircleBucket", Bo, { omit: ["layers"] });
112692
+ }, Oa("CircleBucket", Bo, { omit: ["layers"] });
112693
112693
  var vd = new To({ "circle-sort-key": new ja(Qe.layout_circle["circle-sort-key"]) }), kd = { paint: new To({ "circle-radius": new ja(Qe.paint_circle["circle-radius"]), "circle-color": new ja(Qe.paint_circle["circle-color"]), "circle-blur": new ja(Qe.paint_circle["circle-blur"]), "circle-opacity": new ja(Qe.paint_circle["circle-opacity"]), "circle-translate": new ga(Qe.paint_circle["circle-translate"]), "circle-translate-anchor": new ga(Qe.paint_circle["circle-translate-anchor"]), "circle-pitch-scale": new ga(Qe.paint_circle["circle-pitch-scale"]), "circle-pitch-alignment": new ga(Qe.paint_circle["circle-pitch-alignment"]), "circle-stroke-width": new ja(Qe.paint_circle["circle-stroke-width"]), "circle-stroke-color": new ja(Qe.paint_circle["circle-stroke-color"]), "circle-stroke-opacity": new ja(Qe.paint_circle["circle-stroke-opacity"]) }), layout: vd }, Ks = typeof Float32Array < "u" ? Float32Array : Array;
112694
112694
  function up(I) {
112695
112695
  return I[0] = 1, I[1] = 0, I[2] = 0, I[3] = 0, I[4] = 0, I[5] = 1, I[6] = 0, I[7] = 0, I[8] = 0, I[9] = 0, I[10] = 1, I[11] = 0, I[12] = 0, I[13] = 0, I[14] = 0, I[15] = 1, I;
@@ -112783,7 +112783,7 @@ void main() {
112783
112783
  xt[nr + lr] = it[er + lr];
112784
112784
  return W;
112785
112785
  }
112786
- La("HeatmapBucket", sf, { omit: ["layers"] });
112786
+ Oa("HeatmapBucket", sf, { omit: ["layers"] });
112787
112787
  var nd = function(I, W) {
112788
112788
  oh(this, I, 1, W);
112789
112789
  };
@@ -112805,7 +112805,7 @@ void main() {
112805
112805
  return new Gc({ width: this.width, height: this.height }, new Uint8Array(this.data));
112806
112806
  }, Gc.copy = function(I, W, oe, _e, De) {
112807
112807
  Up(I, W, oe, _e, De, 4);
112808
- }, La("AlphaImage", nd), La("RGBAImage", Gc);
112808
+ }, Oa("AlphaImage", nd), Oa("RGBAImage", Gc);
112809
112809
  var lf = { paint: new To({ "heatmap-radius": new ja(Qe.paint_heatmap["heatmap-radius"]), "heatmap-weight": new ja(Qe.paint_heatmap["heatmap-weight"]), "heatmap-intensity": new ga(Qe.paint_heatmap["heatmap-intensity"]), "heatmap-color": new cc(Qe.paint_heatmap["heatmap-color"]), "heatmap-opacity": new ga(Qe.paint_heatmap["heatmap-opacity"]) }) };
112810
112810
  function cf(I) {
112811
112811
  var W = {}, oe = I.resolution || 256, _e = I.clips ? I.clips.length : 1, De = I.image || new Gc({ width: oe, height: _e }), Ze = function(zr, Dr, un) {
@@ -113189,8 +113189,8 @@ void main() {
113189
113189
  De.push(Dr);
113190
113190
  }
113191
113191
  }
113192
- _e && De.sort(function(_a, Ea) {
113193
- return _a.sortKey - Ea.sortKey;
113192
+ _e && De.sort(function(_a, La) {
113193
+ return _a.sortKey - La.sortKey;
113194
113194
  });
113195
113195
  for (var un = 0, on = De; un < on.length; un += 1) {
113196
113196
  var An = on[un], Cn = An, Dn = Cn.geometry, Jn = Cn.index, Qn = Cn.sourceLayerIndex;
@@ -113237,7 +113237,7 @@ void main() {
113237
113237
  lr.vertexLength += Ut, lr.primitiveLength += Jn.length / 3;
113238
113238
  }
113239
113239
  this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length, I, oe, De, _e);
113240
- }, La("FillBucket", Sc, { omit: ["layers", "patternFeatures"] });
113240
+ }, Oa("FillBucket", Sc, { omit: ["layers", "patternFeatures"] });
113241
113241
  var _h = new To({ "fill-sort-key": new ja(Qe.layout_fill["fill-sort-key"]) }), p0 = { paint: new To({ "fill-antialias": new ga(Qe.paint_fill["fill-antialias"]), "fill-opacity": new ja(Qe.paint_fill["fill-opacity"]), "fill-color": new ja(Qe.paint_fill["fill-color"]), "fill-outline-color": new ja(Qe.paint_fill["fill-outline-color"]), "fill-translate": new ga(Qe.paint_fill["fill-translate"]), "fill-translate-anchor": new ga(Qe.paint_fill["fill-translate-anchor"]), "fill-pattern": new ts(Qe.paint_fill["fill-pattern"]) }), layout: _h }, r0 = function(I) {
113242
113242
  function W(oe) {
113243
113243
  I.call(this, oe, p0);
@@ -113438,8 +113438,8 @@ void main() {
113438
113438
  }
113439
113439
  }
113440
113440
  if (lr.vertexLength + Ut > $r.MAX_VERTEX_ARRAY_LENGTH && (lr = this.segments.prepareSegment(Ut, this.layoutVertexArray, this.indexArray)), fp[I.type] === "Polygon") {
113441
- for (var Qn = [], da = [], na = lr.vertexLength, _a = 0, Ea = xt; _a < Ea.length; _a += 1) {
113442
- var hi = Ea[_a];
113441
+ for (var Qn = [], da = [], na = lr.vertexLength, _a = 0, La = xt; _a < La.length; _a += 1) {
113442
+ var hi = La[_a];
113443
113443
  if (hi.length !== 0) {
113444
113444
  hi !== xt[0] && da.push(Qn.length / 2);
113445
113445
  for (var Ga = 0; Ga < hi.length; Ga++) {
@@ -113455,7 +113455,7 @@ void main() {
113455
113455
  }
113456
113456
  var Ni;
113457
113457
  this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length, I, oe, De, _e);
113458
- }, La("FillExtrusionBucket", cu, { omit: ["layers", "features"] });
113458
+ }, Oa("FillExtrusionBucket", cu, { omit: ["layers", "features"] });
113459
113459
  var m0 = { paint: new To({ "fill-extrusion-opacity": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-opacity"]), "fill-extrusion-color": new ja(Qe["paint_fill-extrusion"]["fill-extrusion-color"]), "fill-extrusion-translate": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-translate"]), "fill-extrusion-translate-anchor": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-translate-anchor"]), "fill-extrusion-pattern": new ts(Qe["paint_fill-extrusion"]["fill-extrusion-pattern"]), "fill-extrusion-height": new ja(Qe["paint_fill-extrusion"]["fill-extrusion-height"]), "fill-extrusion-base": new ja(Qe["paint_fill-extrusion"]["fill-extrusion-base"]), "fill-extrusion-vertical-gradient": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-vertical-gradient"]) }) }, g0 = function(I) {
113460
113460
  function W(oe) {
113461
113461
  I.call(this, oe, m0);
@@ -113474,9 +113474,9 @@ void main() {
113474
113474
  }
113475
113475
  return Cn;
113476
113476
  }(nr, er, 0, 0), zr = function(Dr, un, on, An) {
113477
- for (var Cn = [], Dn = [], Jn = An[8] * un, Qn = An[9] * un, da = An[10] * un, na = An[11] * un, _a = An[8] * on, Ea = An[9] * on, hi = An[10] * on, Ga = An[11] * on, ci = 0, Ja = Dr; ci < Ja.length; ci += 1) {
113477
+ for (var Cn = [], Dn = [], Jn = An[8] * un, Qn = An[9] * un, da = An[10] * un, na = An[11] * un, _a = An[8] * on, La = An[9] * on, hi = An[10] * on, Ga = An[11] * on, ci = 0, Ja = Dr; ci < Ja.length; ci += 1) {
113478
113478
  for (var Na = [], Ni = [], ki = 0, Oo = Ja[ci]; ki < Oo.length; ki += 1) {
113479
- var ai = Oo[ki], oo = ai.x, io = ai.y, fo = An[0] * oo + An[4] * io + An[12], Po = An[1] * oo + An[5] * io + An[13], Lo = An[2] * oo + An[6] * io + An[14], As = An[3] * oo + An[7] * io + An[15], zo = Lo + da, Cs = As + na, fl = fo + _a, xs = Po + Ea, eo = Lo + hi, Rl = As + Ga, J = new n((fo + Jn) / Cs, (Po + Qn) / Cs);
113479
+ var ai = Oo[ki], oo = ai.x, io = ai.y, fo = An[0] * oo + An[4] * io + An[12], Po = An[1] * oo + An[5] * io + An[13], Lo = An[2] * oo + An[6] * io + An[14], As = An[3] * oo + An[7] * io + An[15], zo = Lo + da, Cs = As + na, fl = fo + _a, xs = Po + La, eo = Lo + hi, Rl = As + Ga, J = new n((fo + Jn) / Cs, (Po + Qn) / Cs);
113480
113480
  J.z = zo / Cs, Na.push(J);
113481
113481
  var B = new n(fl / Rl, xs / Rl);
113482
113482
  B.z = eo / Rl, Ni.push(B);
@@ -113490,8 +113490,8 @@ void main() {
113490
113490
  Co(on, un) && (An = Xu(on, un[0]));
113491
113491
  for (var Cn = 0; Cn < un.length; Cn++)
113492
113492
  for (var Dn = un[Cn], Jn = Dr[Cn], Qn = 0; Qn < Dn.length - 1; Qn++) {
113493
- var da = Dn[Qn], na = Dn[Qn + 1], _a = Jn[Qn], Ea = [da, na, Jn[Qn + 1], _a, da];
113494
- Fu(on, Ea) && (An = Math.min(An, Xu(on, Ea)));
113493
+ var da = Dn[Qn], na = Dn[Qn + 1], _a = Jn[Qn], La = [da, na, Jn[Qn + 1], _a, da];
113494
+ Fu(on, La) && (An = Math.min(An, Xu(on, La)));
113495
113495
  }
113496
113496
  return An !== 1 / 0 && An;
113497
113497
  }(zr[0], zr[1], hr);
@@ -113539,8 +113539,8 @@ void main() {
113539
113539
  De.push(Dr);
113540
113540
  }
113541
113541
  }
113542
- _e && De.sort(function(_a, Ea) {
113543
- return _a.sortKey - Ea.sortKey;
113542
+ _e && De.sort(function(_a, La) {
113543
+ return _a.sortKey - La.sortKey;
113544
113544
  });
113545
113545
  for (var un = 0, on = De; un < on.length; un += 1) {
113546
113546
  var An = on[un], Cn = An, Dn = Cn.geometry, Jn = Cn.index, Qn = Cn.sourceLayerIndex;
@@ -113602,8 +113602,8 @@ void main() {
113602
113602
  if (da && on > er) {
113603
113603
  var _a = nr.dist(hr);
113604
113604
  if (_a > 2 * lr) {
113605
- var Ea = nr.sub(nr.sub(hr)._mult(lr / _a)._round());
113606
- this.updateDistance(hr, Ea), this.addCurrentVertex(Ea, Dr, 0, 0, yr), hr = Ea;
113605
+ var La = nr.sub(nr.sub(hr)._mult(lr / _a)._round());
113606
+ this.updateDistance(hr, La), this.addCurrentVertex(La, Dr, 0, 0, yr), hr = La;
113607
113607
  }
113608
113608
  }
113609
113609
  var hi = hr && zr, Ga = hi ? oe : xt ? "butt" : _e;
@@ -113662,7 +113662,7 @@ void main() {
113662
113662
  this.scaledDistance = this.lineClips ? this.lineClips.start + (this.lineClips.end - this.lineClips.start) * this.distance / this.totalDistance : this.distance;
113663
113663
  }, uc.prototype.updateDistance = function(I, W) {
113664
113664
  this.distance += I.dist(W), this.updateScaledDistance();
113665
- }, La("LineBucket", uc, { omit: ["layers", "patternFeatures"] });
113665
+ }, Oa("LineBucket", uc, { omit: ["layers", "patternFeatures"] });
113666
113666
  var u1 = new To({ "line-cap": new ga(Qe.layout_line["line-cap"]), "line-join": new ja(Qe.layout_line["line-join"]), "line-miter-limit": new ga(Qe.layout_line["line-miter-limit"]), "line-round-limit": new ga(Qe.layout_line["line-round-limit"]), "line-sort-key": new ja(Qe.layout_line["line-sort-key"]) }), n0 = { paint: new To({ "line-opacity": new ja(Qe.paint_line["line-opacity"]), "line-color": new ja(Qe.paint_line["line-color"]), "line-translate": new ga(Qe.paint_line["line-translate"]), "line-translate-anchor": new ga(Qe.paint_line["line-translate-anchor"]), "line-width": new ja(Qe.paint_line["line-width"]), "line-gap-width": new ja(Qe.paint_line["line-gap-width"]), "line-offset": new ja(Qe.paint_line["line-offset"]), "line-blur": new ja(Qe.paint_line["line-blur"]), "line-dasharray": new kl(Qe.paint_line["line-dasharray"]), "line-pattern": new ts(Qe.paint_line["line-pattern"]), "line-gradient": new cc(Qe.paint_line["line-gradient"]) }), layout: u1 }, C1 = function(I) {
113667
113667
  function W() {
113668
113668
  I.apply(this, arguments);
@@ -113697,8 +113697,8 @@ void main() {
113697
113697
  return lr && (Ze = function(yr, hr) {
113698
113698
  for (var zr = [], Dr = new n(0, 0), un = 0; un < yr.length; un++) {
113699
113699
  for (var on = yr[un], An = [], Cn = 0; Cn < on.length; Cn++) {
113700
- var Dn = on[Cn - 1], Jn = on[Cn], Qn = on[Cn + 1], da = Cn === 0 ? Dr : Jn.sub(Dn)._unit()._perp(), na = Cn === on.length - 1 ? Dr : Qn.sub(Jn)._unit()._perp(), _a = da._add(na)._unit(), Ea = _a.x * na.x + _a.y * na.y;
113701
- _a._mult(1 / Ea), An.push(_a._mult(hr)._add(Jn));
113700
+ var Dn = on[Cn - 1], Jn = on[Cn], Qn = on[Cn + 1], da = Cn === 0 ? Dr : Jn.sub(Dn)._unit()._perp(), na = Cn === on.length - 1 ? Dr : Qn.sub(Jn)._unit()._perp(), _a = da._add(na)._unit(), La = _a.x * na.x + _a.y * na.y;
113701
+ _a._mult(1 / La), An.push(_a._mult(hr)._add(Jn));
113702
113702
  }
113703
113703
  zr.push(An);
113704
113704
  }
@@ -114148,7 +114148,7 @@ void main() {
114148
114148
  var _e = I.tl, De = _e[0], Ze = _e[1];
114149
114149
  oe.update(W.data, void 0, { x: De, y: Ze });
114150
114150
  }
114151
- }, La("ImagePosition", Gh), La("ImageAtlas", ed);
114151
+ }, Oa("ImagePosition", Gh), Oa("ImageAtlas", ed);
114152
114152
  var Uc = { horizontal: 1, vertical: 2, horizontalOnly: 3 }, Wh = -17, Jd = function() {
114153
114153
  this.scale = 1, this.fontStack = "", this.imageName = null;
114154
114154
  };
@@ -114177,8 +114177,8 @@ void main() {
114177
114177
  }
114178
114178
  } else if (Cn) {
114179
114179
  un = [];
114180
- for (var _a = 0, Ea = Cn(on.text, on.sectionIndex, kh(on, er, Ze, W, _e, hr, zr)); _a < Ea.length; _a += 1) {
114181
- var hi = Ea[_a], Ga = new gc();
114180
+ for (var _a = 0, La = Cn(on.text, on.sectionIndex, kh(on, er, Ze, W, _e, hr, zr)); _a < La.length; _a += 1) {
114181
+ var hi = La[_a], Ga = new gc();
114182
114182
  Ga.text = hi[0], Ga.sectionIndex = hi[1], Ga.sections = on.sections, un.push(Ga);
114183
114183
  }
114184
114184
  } else
@@ -114210,9 +114210,9 @@ void main() {
114210
114210
  var Zn = kn ? vn[0] * Vt.scale - pl * Pe : vn[1] * Vt.scale - pl * Pe;
114211
114211
  Zn > 0 && Zn > mt && (mt = Zn);
114212
114212
  } else {
114213
- var ya = ki[Vt.fontStack], Pa = ya && ya[ar];
114214
- if (Pa && Pa.rect)
114215
- xr = Pa.rect, kr = Pa.metrics;
114213
+ var ya = ki[Vt.fontStack], Ea = ya && ya[ar];
114214
+ if (Ea && Ea.rect)
114215
+ xr = Ea.rect, kr = Ea.metrics;
114216
114216
  else {
114217
114217
  var Xa = Ni[Vt.fontStack], ka = Xa && Xa[ar];
114218
114218
  if (!ka)
@@ -114401,7 +114401,7 @@ void main() {
114401
114401
  return new W(this.x, this.y, this.angle, this.segment);
114402
114402
  }, W;
114403
114403
  }(n);
114404
- La("Anchor", Hd);
114404
+ Oa("Anchor", Hd);
114405
114405
  var dc = 128;
114406
114406
  function Fh(I, W) {
114407
114407
  var oe = W.expression;
@@ -114506,8 +114506,8 @@ void main() {
114506
114506
  return oo + io[1] - io[0];
114507
114507
  }, zr = lr.reduce(hr, 0), Dr = yr.reduce(hr, 0), un = xt - zr, on = Ut - Dr, An = 0, Cn = zr, Dn = 0, Jn = Dr, Qn = 0, da = un, na = 0, _a = on;
114508
114508
  if (Ze.content && _e) {
114509
- var Ea = Ze.content;
114510
- An = Ch(lr, 0, Ea[0]), Dn = Ch(yr, 0, Ea[1]), Cn = Ch(lr, Ea[0], Ea[2]), Jn = Ch(yr, Ea[1], Ea[3]), Qn = Ea[0] - An, na = Ea[1] - Dn, da = Ea[2] - Ea[0] - Cn, _a = Ea[3] - Ea[1] - Jn;
114509
+ var La = Ze.content;
114510
+ An = Ch(lr, 0, La[0]), Dn = Ch(yr, 0, La[1]), Cn = Ch(lr, La[0], La[2]), Jn = Ch(yr, La[1], La[3]), Qn = La[0] - An, na = La[1] - Dn, da = La[2] - La[0] - Cn, _a = La[3] - La[1] - Jn;
114511
114511
  }
114512
114512
  var hi = function(oo, io, fo, Po) {
114513
114513
  var Lo = _p(oo.stretch - An, Cn, er, I.left), As = wp(oo.fixed - Qn, da, oo.stretch, zr), zo = _p(io.stretch - Dn, Jn, nr, I.top), Cs = wp(io.fixed - na, _a, io.stretch, Dr), fl = _p(fo.stretch - An, Cn, er, I.left), xs = wp(fo.fixed - Qn, da, fo.stretch, zr), eo = _p(Po.stretch - Dn, Jn, nr, I.top), Rl = wp(Po.fixed - na, _a, Po.stretch, Dr), J = new n(Lo, zo), B = new n(fl, zo), ne = new n(fl, eo), fe = new n(Lo, eo), Pe = new n(As / it, Cs / it), Ge = new n(xs / it, Rl / it), He = W * Math.PI / 180;
@@ -114584,7 +114584,7 @@ void main() {
114584
114584
  for (var un = De; un < it; un += yr)
114585
114585
  zr.push(new wd(Dr + hr, un + hr, hr, I));
114586
114586
  for (var on = function(Dn) {
114587
- for (var Jn = 0, Qn = 0, da = 0, na = Dn[0], _a = 0, Ea = na.length, hi = Ea - 1; _a < Ea; hi = _a++) {
114587
+ for (var Jn = 0, Qn = 0, da = 0, na = Dn[0], _a = 0, La = na.length, hi = La - 1; _a < La; hi = _a++) {
114588
114588
  var Ga = na[_a], ci = na[hi], Ja = Ga.x * ci.y - ci.x * Ga.y;
114589
114589
  Qn += (Ga.x + ci.x) * Ja, da += (Ga.y + ci.y) * Ja, Jn += 3 * Ja;
114590
114590
  }
@@ -114713,7 +114713,7 @@ void main() {
114713
114713
  }
114714
114714
  var Pd = 255, Zu = Pd * dc;
114715
114715
  function z0(I, W, oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr) {
114716
- var Dr = function(Dn, Jn, Qn, da, na, _a, Ea, hi) {
114716
+ var Dr = function(Dn, Jn, Qn, da, na, _a, La, hi) {
114717
114717
  for (var Ga = da.layout.get("text-rotate").evaluate(_a, {}) * Math.PI / 180, ci = [], Ja = 0, Na = Jn.positionedLines; Ja < Na.length; Ja += 1)
114718
114718
  for (var Ni = Na[Ja], ki = 0, Oo = Ni.positionedGlyphs; ki < Oo.length; ki += 1) {
114719
114719
  var ai = Oo[ki];
@@ -114724,7 +114724,7 @@ void main() {
114724
114724
  Lo = Ni.lineOffset / 2 - (ai.imageName ? -fl : Cs);
114725
114725
  }
114726
114726
  if (ai.imageName) {
114727
- var xs = Ea[ai.imageName];
114727
+ var xs = La[ai.imageName];
114728
114728
  fo = xs.sdf, Po = xs.pixelRatio, io = Wc / Po;
114729
114729
  }
114730
114730
  var eo = na ? [ai.x + zo, ai.y] : [0, 0], Rl = na ? [0, 0] : [ai.x + zo + Qn[0], ai.y + Qn[1] - Lo], J = [0, 0];
@@ -114787,7 +114787,7 @@ void main() {
114787
114787
  this.isEmpty() || (oe && (this.layoutVertexBuffer = I.createVertexBuffer(this.layoutVertexArray, _d.members), this.indexBuffer = I.createIndexBuffer(this.indexArray, W), this.dynamicLayoutVertexBuffer = I.createVertexBuffer(this.dynamicLayoutVertexArray, d1.members, !0), this.opacityVertexBuffer = I.createVertexBuffer(this.opacityVertexArray, N1, !0), this.opacityVertexBuffer.itemSize = 1), (oe || _e) && this.programConfigurations.upload(I));
114788
114788
  }, Id.prototype.destroy = function() {
114789
114789
  this.layoutVertexBuffer && (this.layoutVertexBuffer.destroy(), this.indexBuffer.destroy(), this.programConfigurations.destroy(), this.segments.destroy(), this.dynamicLayoutVertexBuffer.destroy(), this.opacityVertexBuffer.destroy());
114790
- }, La("SymbolBuffers", Id);
114790
+ }, Oa("SymbolBuffers", Id);
114791
114791
  var Jh = function(I, W, oe) {
114792
114792
  this.layoutVertexArray = new I(), this.layoutAttributes = W, this.indexArray = new oe(), this.segments = new $r(), this.collisionVertexArray = new re();
114793
114793
  };
@@ -114795,7 +114795,7 @@ void main() {
114795
114795
  this.layoutVertexBuffer = I.createVertexBuffer(this.layoutVertexArray, this.layoutAttributes), this.indexBuffer = I.createIndexBuffer(this.indexArray), this.collisionVertexBuffer = I.createVertexBuffer(this.collisionVertexArray, x0.members, !0);
114796
114796
  }, Jh.prototype.destroy = function() {
114797
114797
  this.layoutVertexBuffer && (this.layoutVertexBuffer.destroy(), this.indexBuffer.destroy(), this.segments.destroy(), this.collisionVertexBuffer.destroy());
114798
- }, La("CollisionBuffers", Jh);
114798
+ }, Oa("CollisionBuffers", Jh);
114799
114799
  var _o = function(I) {
114800
114800
  this.collisionBoxArray = I.collisionBoxArray, this.zoom = I.zoom, this.overscaling = I.overscaling, this.layers = I.layers, this.layerIds = this.layers.map(function(it) {
114801
114801
  return it.id;
@@ -114834,8 +114834,8 @@ void main() {
114834
114834
  Qn || (da.geometry = rl(An));
114835
114835
  var na = void 0;
114836
114836
  if (Ut) {
114837
- var _a = _e.getValueAndResolveTokens("text-field", da, oe, hr), Ea = jn.factory(_a);
114838
- kf(Ea) && (this.hasRTLText = !0), (!this.hasRTLText || nu() === "unavailable" || this.hasRTLText && es.isParsed()) && (na = gf(Ea, _e, da));
114837
+ var _a = _e.getValueAndResolveTokens("text-field", da, oe, hr), La = jn.factory(_a);
114838
+ kf(La) && (this.hasRTLText = !0), (!this.hasRTLText || nu() === "unavailable" || this.hasRTLText && es.isParsed()) && (na = gf(La, _e, da));
114839
114839
  }
114840
114840
  var hi = void 0;
114841
114841
  if (er) {
@@ -114923,8 +114923,8 @@ void main() {
114923
114923
  return { lineStartIndex: oe, lineLength: this.lineVertexArray.length - oe };
114924
114924
  }, _o.prototype.addSymbols = function(I, W, oe, _e, De, Ze, it, xt, Ut, er, nr, lr) {
114925
114925
  for (var yr = I.indexArray, hr = I.layoutVertexArray, zr = I.segments.prepareSegment(4 * W.length, hr, yr, this.canOverlap ? Ze.sortKey : void 0), Dr = this.glyphOffsetArray.length, un = zr.vertexLength, on = this.allowVerticalPlacement && it === Uc.vertical ? Math.PI / 2 : 0, An = Ze.text && Ze.text.sections, Cn = 0; Cn < W.length; Cn++) {
114926
- var Dn = W[Cn], Jn = Dn.tl, Qn = Dn.tr, da = Dn.bl, na = Dn.br, _a = Dn.tex, Ea = Dn.pixelOffsetTL, hi = Dn.pixelOffsetBR, Ga = Dn.minFontScaleX, ci = Dn.minFontScaleY, Ja = Dn.glyphOffset, Na = Dn.isSDF, Ni = Dn.sectionIndex, ki = zr.vertexLength, Oo = Ja[1];
114927
- Zh(hr, xt.x, xt.y, Jn.x, Oo + Jn.y, _a.x, _a.y, oe, Na, Ea.x, Ea.y, Ga, ci), Zh(hr, xt.x, xt.y, Qn.x, Oo + Qn.y, _a.x + _a.w, _a.y, oe, Na, hi.x, Ea.y, Ga, ci), Zh(hr, xt.x, xt.y, da.x, Oo + da.y, _a.x, _a.y + _a.h, oe, Na, Ea.x, hi.y, Ga, ci), Zh(hr, xt.x, xt.y, na.x, Oo + na.y, _a.x + _a.w, _a.y + _a.h, oe, Na, hi.x, hi.y, Ga, ci), Tp(I.dynamicLayoutVertexArray, xt, on), yr.emplaceBack(ki, ki + 1, ki + 2), yr.emplaceBack(ki + 1, ki + 2, ki + 3), zr.vertexLength += 4, zr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(Ja[0]), Cn !== W.length - 1 && Ni === W[Cn + 1].sectionIndex || I.programConfigurations.populatePaintArrays(hr.length, Ze, Ze.index, {}, lr, An && An[Ni]);
114926
+ var Dn = W[Cn], Jn = Dn.tl, Qn = Dn.tr, da = Dn.bl, na = Dn.br, _a = Dn.tex, La = Dn.pixelOffsetTL, hi = Dn.pixelOffsetBR, Ga = Dn.minFontScaleX, ci = Dn.minFontScaleY, Ja = Dn.glyphOffset, Na = Dn.isSDF, Ni = Dn.sectionIndex, ki = zr.vertexLength, Oo = Ja[1];
114927
+ Zh(hr, xt.x, xt.y, Jn.x, Oo + Jn.y, _a.x, _a.y, oe, Na, La.x, La.y, Ga, ci), Zh(hr, xt.x, xt.y, Qn.x, Oo + Qn.y, _a.x + _a.w, _a.y, oe, Na, hi.x, La.y, Ga, ci), Zh(hr, xt.x, xt.y, da.x, Oo + da.y, _a.x, _a.y + _a.h, oe, Na, La.x, hi.y, Ga, ci), Zh(hr, xt.x, xt.y, na.x, Oo + na.y, _a.x + _a.w, _a.y + _a.h, oe, Na, hi.x, hi.y, Ga, ci), Tp(I.dynamicLayoutVertexArray, xt, on), yr.emplaceBack(ki, ki + 1, ki + 2), yr.emplaceBack(ki + 1, ki + 2, ki + 3), zr.vertexLength += 4, zr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(Ja[0]), Cn !== W.length - 1 && Ni === W[Cn + 1].sectionIndex || I.programConfigurations.populatePaintArrays(hr.length, Ze, Ze.index, {}, lr, An && An[Ni]);
114928
114928
  }
114929
114929
  I.placedSymbolArray.emplaceBack(xt.x, xt.y, Dr, this.glyphOffsetArray.length - Dr, un, Ut, er, xt.segment, oe ? oe[0] : 0, oe ? oe[1] : 0, _e[0], _e[1], it, 0, !1, 0, nr);
114930
114930
  }, _o.prototype._addCollisionDebugVertex = function(I, W, oe, _e, De, Ze) {
@@ -115012,7 +115012,7 @@ void main() {
115012
115012
  }
115013
115013
  this.text.indexBuffer && this.text.indexBuffer.updateData(this.text.indexArray), this.icon.indexBuffer && this.icon.indexBuffer.updateData(this.icon.indexArray);
115014
115014
  }
115015
- }, La("SymbolBucket", _o, { omit: ["layers", "collisionBoxArray", "features", "compareText"] }), _o.MAX_GLYPHS = 65535, _o.addDynamicAttributes = Tp;
115015
+ }, Oa("SymbolBucket", _o, { omit: ["layers", "collisionBoxArray", "features", "compareText"] }), _o.MAX_GLYPHS = 65535, _o.addDynamicAttributes = Tp;
115016
115016
  var a0 = new To({ "symbol-placement": new ga(Qe.layout_symbol["symbol-placement"]), "symbol-spacing": new ga(Qe.layout_symbol["symbol-spacing"]), "symbol-avoid-edges": new ga(Qe.layout_symbol["symbol-avoid-edges"]), "symbol-sort-key": new ja(Qe.layout_symbol["symbol-sort-key"]), "symbol-z-order": new ga(Qe.layout_symbol["symbol-z-order"]), "icon-allow-overlap": new ga(Qe.layout_symbol["icon-allow-overlap"]), "icon-ignore-placement": new ga(Qe.layout_symbol["icon-ignore-placement"]), "icon-optional": new ga(Qe.layout_symbol["icon-optional"]), "icon-rotation-alignment": new ga(Qe.layout_symbol["icon-rotation-alignment"]), "icon-size": new ja(Qe.layout_symbol["icon-size"]), "icon-text-fit": new ga(Qe.layout_symbol["icon-text-fit"]), "icon-text-fit-padding": new ga(Qe.layout_symbol["icon-text-fit-padding"]), "icon-image": new ja(Qe.layout_symbol["icon-image"]), "icon-rotate": new ja(Qe.layout_symbol["icon-rotate"]), "icon-padding": new ga(Qe.layout_symbol["icon-padding"]), "icon-keep-upright": new ga(Qe.layout_symbol["icon-keep-upright"]), "icon-offset": new ja(Qe.layout_symbol["icon-offset"]), "icon-anchor": new ja(Qe.layout_symbol["icon-anchor"]), "icon-pitch-alignment": new ga(Qe.layout_symbol["icon-pitch-alignment"]), "text-pitch-alignment": new ga(Qe.layout_symbol["text-pitch-alignment"]), "text-rotation-alignment": new ga(Qe.layout_symbol["text-rotation-alignment"]), "text-field": new ja(Qe.layout_symbol["text-field"]), "text-font": new ja(Qe.layout_symbol["text-font"]), "text-size": new ja(Qe.layout_symbol["text-size"]), "text-max-width": new ja(Qe.layout_symbol["text-max-width"]), "text-line-height": new ga(Qe.layout_symbol["text-line-height"]), "text-letter-spacing": new ja(Qe.layout_symbol["text-letter-spacing"]), "text-justify": new ja(Qe.layout_symbol["text-justify"]), "text-radial-offset": new ja(Qe.layout_symbol["text-radial-offset"]), "text-variable-anchor": new ga(Qe.layout_symbol["text-variable-anchor"]), "text-anchor": new ja(Qe.layout_symbol["text-anchor"]), "text-max-angle": new ga(Qe.layout_symbol["text-max-angle"]), "text-writing-mode": new ga(Qe.layout_symbol["text-writing-mode"]), "text-rotate": new ja(Qe.layout_symbol["text-rotate"]), "text-padding": new ga(Qe.layout_symbol["text-padding"]), "text-keep-upright": new ga(Qe.layout_symbol["text-keep-upright"]), "text-transform": new ja(Qe.layout_symbol["text-transform"]), "text-offset": new ja(Qe.layout_symbol["text-offset"]), "text-allow-overlap": new ga(Qe.layout_symbol["text-allow-overlap"]), "text-ignore-placement": new ga(Qe.layout_symbol["text-ignore-placement"]), "text-optional": new ga(Qe.layout_symbol["text-optional"]) }), kp = { paint: new To({ "icon-opacity": new ja(Qe.paint_symbol["icon-opacity"]), "icon-color": new ja(Qe.paint_symbol["icon-color"]), "icon-halo-color": new ja(Qe.paint_symbol["icon-halo-color"]), "icon-halo-width": new ja(Qe.paint_symbol["icon-halo-width"]), "icon-halo-blur": new ja(Qe.paint_symbol["icon-halo-blur"]), "icon-translate": new ga(Qe.paint_symbol["icon-translate"]), "icon-translate-anchor": new ga(Qe.paint_symbol["icon-translate-anchor"]), "text-opacity": new ja(Qe.paint_symbol["text-opacity"]), "text-color": new ja(Qe.paint_symbol["text-color"], { runtimeType: Er, getOverride: function(I) {
115017
115017
  return I.textColor;
115018
115018
  }, hasOverride: function(I) {
@@ -115033,7 +115033,7 @@ void main() {
115033
115033
  return !1;
115034
115034
  }, ad.prototype.serialize = function() {
115035
115035
  return null;
115036
- }, La("FormatSectionOverride", ad, { omit: ["defaultValue"] });
115036
+ }, Oa("FormatSectionOverride", ad, { omit: ["defaultValue"] });
115037
115037
  var id = function(I) {
115038
115038
  function W(oe) {
115039
115039
  I.call(this, oe, kp);
@@ -115390,7 +115390,7 @@ void main() {
115390
115390
  return this.overscaledZ + "/" + this.canonical.x + "/" + this.canonical.y;
115391
115391
  }, Ds.prototype.getTilePoint = function(I) {
115392
115392
  return this.canonical.getTilePoint(new fd(I.x - this.wrap, I.y));
115393
- }, La("CanonicalTileID", Hc), La("OverscaledTileID", Ds, { omit: ["posMatrix"] });
115393
+ }, Oa("CanonicalTileID", Hc), Oa("OverscaledTileID", Ds, { omit: ["posMatrix"] });
115394
115394
  var Ju = function(I, W, oe) {
115395
115395
  if (this.uid = I, W.height !== W.width)
115396
115396
  throw new RangeError("DEM tiles must be square");
@@ -115439,7 +115439,7 @@ void main() {
115439
115439
  for (var xt = -W * this.dim, Ut = -oe * this.dim, er = Ze; er < it; er++)
115440
115440
  for (var nr = _e; nr < De; nr++)
115441
115441
  this.data[this._idx(nr, er)] = I.data[this._idx(nr + xt, er + Ut)];
115442
- }, La("DEMData", Ju);
115442
+ }, Oa("DEMData", Ju);
115443
115443
  var Uh = function(I) {
115444
115444
  this._stringToNumber = {}, this._numberToString = [];
115445
115445
  for (var W = 0; W < I.length; W++) {
@@ -115574,13 +115574,13 @@ void main() {
115574
115574
  var De = this;
115575
115575
  this.loadVTLayers();
115576
115576
  for (var Ze = I.params || {}, it = Ha / I.tileSize / I.scale, xt = El(Ze.filter), Ut = I.queryGeometry, er = I.queryPadding * it, nr = pu(Ut), lr = this.grid.query(nr.minX - er, nr.minY - er, nr.maxX + er, nr.maxY + er), yr = pu(I.cameraQueryGeometry), hr = 0, zr = this.grid3D.query(yr.minX - er, yr.minY - er, yr.maxX + er, yr.maxY + er, function(Dn, Jn, Qn, da) {
115577
- return function(na, _a, Ea, hi, Ga) {
115577
+ return function(na, _a, La, hi, Ga) {
115578
115578
  for (var ci = 0, Ja = na; ci < Ja.length; ci += 1) {
115579
115579
  var Na = Ja[ci];
115580
- if (_a <= Na.x && Ea <= Na.y && hi >= Na.x && Ga >= Na.y)
115580
+ if (_a <= Na.x && La <= Na.y && hi >= Na.x && Ga >= Na.y)
115581
115581
  return !0;
115582
115582
  }
115583
- var Ni = [new n(_a, Ea), new n(_a, Ga), new n(hi, Ga), new n(hi, Ea)];
115583
+ var Ni = [new n(_a, La), new n(_a, Ga), new n(hi, Ga), new n(hi, La)];
115584
115584
  if (na.length > 2) {
115585
115585
  for (var ki = 0, Oo = Ni; ki < Oo.length; ki += 1)
115586
115586
  if (Ac(na, Oo[ki]))
@@ -115601,8 +115601,8 @@ void main() {
115601
115601
  if (Jn !== un) {
115602
115602
  un = Jn;
115603
115603
  var Qn = De.featureIndexArray.get(Jn), da = null;
115604
- De.loadMatchingFeature(on, Qn.bucketIndex, Qn.sourceLayerIndex, Qn.featureIndex, xt, Ze.layers, Ze.availableImages, W, oe, _e, function(na, _a, Ea) {
115605
- return da || (da = rl(na)), _a.queryIntersectsFeature(Ut, na, Ea, da, De.z, I.transform, it, I.pixelPosMatrix);
115604
+ De.loadMatchingFeature(on, Qn.bucketIndex, Qn.sourceLayerIndex, Qn.featureIndex, xt, Ze.layers, Ze.availableImages, W, oe, _e, function(na, _a, La) {
115605
+ return da || (da = rl(na)), _a.queryIntersectsFeature(Ut, na, La, da, De.z, I.transform, it, I.pixelPosMatrix);
115606
115606
  });
115607
115607
  }
115608
115608
  }, Cn = 0; Cn < lr.length; Cn++)
@@ -115611,8 +115611,8 @@ void main() {
115611
115611
  }, Hu.prototype.loadMatchingFeature = function(I, W, oe, _e, De, Ze, it, xt, Ut, er, nr) {
115612
115612
  var lr = this.bucketLayerIDs[W];
115613
115613
  if (!Ze || function(na, _a) {
115614
- for (var Ea = 0; Ea < na.length; Ea++)
115615
- if (_a.indexOf(na[Ea]) >= 0)
115614
+ for (var La = 0; La < na.length; La++)
115615
+ if (_a.indexOf(na[La]) >= 0)
115616
115616
  return !0;
115617
115617
  return !1;
115618
115618
  }(Ze, lr)) {
@@ -115664,7 +115664,7 @@ void main() {
115664
115664
  typeof (oe = I.properties[_e]) == "boolean" && (oe = Number(oe));
115665
115665
  }
115666
115666
  return oe;
115667
- }, La("FeatureIndex", Hu, { omit: ["rawTileData", "sourceLayerCoder"] });
115667
+ }, Oa("FeatureIndex", Hu, { omit: ["rawTileData", "sourceLayerCoder"] });
115668
115668
  var al = function(I, W) {
115669
115669
  this.tileID = I, this.uid = A(), this.uses = 0, this.tileSize = W, this.buckets = {}, this.expirationTime = null, this.queryPadding = 0, this.hasSymbolBuckets = !1, this.hasRTLText = !1, this.dependencies = {}, this.expiredRequestCount = 0, this.state = "loading";
115670
115670
  };
@@ -115910,8 +115910,8 @@ void main() {
115910
115910
  return { cancel: function() {
115911
115911
  } };
115912
115912
  }, e.identity = up, e.invert = function(I, W) {
115913
- var oe = W[0], _e = W[1], De = W[2], Ze = W[3], it = W[4], xt = W[5], Ut = W[6], er = W[7], nr = W[8], lr = W[9], yr = W[10], hr = W[11], zr = W[12], Dr = W[13], un = W[14], on = W[15], An = oe * xt - _e * it, Cn = oe * Ut - De * it, Dn = oe * er - Ze * it, Jn = _e * Ut - De * xt, Qn = _e * er - Ze * xt, da = De * er - Ze * Ut, na = nr * Dr - lr * zr, _a = nr * un - yr * zr, Ea = nr * on - hr * zr, hi = lr * un - yr * Dr, Ga = lr * on - hr * Dr, ci = yr * on - hr * un, Ja = An * ci - Cn * Ga + Dn * hi + Jn * Ea - Qn * _a + da * na;
115914
- return Ja ? (Ja = 1 / Ja, I[0] = (xt * ci - Ut * Ga + er * hi) * Ja, I[1] = (De * Ga - _e * ci - Ze * hi) * Ja, I[2] = (Dr * da - un * Qn + on * Jn) * Ja, I[3] = (yr * Qn - lr * da - hr * Jn) * Ja, I[4] = (Ut * Ea - it * ci - er * _a) * Ja, I[5] = (oe * ci - De * Ea + Ze * _a) * Ja, I[6] = (un * Dn - zr * da - on * Cn) * Ja, I[7] = (nr * da - yr * Dn + hr * Cn) * Ja, I[8] = (it * Ga - xt * Ea + er * na) * Ja, I[9] = (_e * Ea - oe * Ga - Ze * na) * Ja, I[10] = (zr * Qn - Dr * Dn + on * An) * Ja, I[11] = (lr * Dn - nr * Qn - hr * An) * Ja, I[12] = (xt * _a - it * hi - Ut * na) * Ja, I[13] = (oe * hi - _e * _a + De * na) * Ja, I[14] = (Dr * Cn - zr * Jn - un * An) * Ja, I[15] = (nr * Jn - lr * Cn + yr * An) * Ja, I) : null;
115913
+ var oe = W[0], _e = W[1], De = W[2], Ze = W[3], it = W[4], xt = W[5], Ut = W[6], er = W[7], nr = W[8], lr = W[9], yr = W[10], hr = W[11], zr = W[12], Dr = W[13], un = W[14], on = W[15], An = oe * xt - _e * it, Cn = oe * Ut - De * it, Dn = oe * er - Ze * it, Jn = _e * Ut - De * xt, Qn = _e * er - Ze * xt, da = De * er - Ze * Ut, na = nr * Dr - lr * zr, _a = nr * un - yr * zr, La = nr * on - hr * zr, hi = lr * un - yr * Dr, Ga = lr * on - hr * Dr, ci = yr * on - hr * un, Ja = An * ci - Cn * Ga + Dn * hi + Jn * La - Qn * _a + da * na;
115914
+ return Ja ? (Ja = 1 / Ja, I[0] = (xt * ci - Ut * Ga + er * hi) * Ja, I[1] = (De * Ga - _e * ci - Ze * hi) * Ja, I[2] = (Dr * da - un * Qn + on * Jn) * Ja, I[3] = (yr * Qn - lr * da - hr * Jn) * Ja, I[4] = (Ut * La - it * ci - er * _a) * Ja, I[5] = (oe * ci - De * La + Ze * _a) * Ja, I[6] = (un * Dn - zr * da - on * Cn) * Ja, I[7] = (nr * da - yr * Dn + hr * Cn) * Ja, I[8] = (it * Ga - xt * La + er * na) * Ja, I[9] = (_e * La - oe * Ga - Ze * na) * Ja, I[10] = (zr * Qn - Dr * Dn + on * An) * Ja, I[11] = (lr * Dn - nr * Qn - hr * An) * Ja, I[12] = (xt * _a - it * hi - Ut * na) * Ja, I[13] = (oe * hi - _e * _a + De * na) * Ja, I[14] = (Dr * Cn - zr * Jn - un * An) * Ja, I[15] = (nr * Jn - lr * Cn + yr * An) * Ja, I) : null;
115915
115915
  }, e.isChar = pa, e.isMapboxURL = ke, e.keysDifference = function(I, W) {
115916
115916
  var oe = [];
115917
115917
  for (var _e in I)
@@ -115942,7 +115942,7 @@ void main() {
115942
115942
  }
115943
115943
  nr.layoutTextSize = er["text-size"].possiblyEvaluate(new Ii(I.zoom + 1), it), nr.layoutIconSize = er["icon-size"].possiblyEvaluate(new Ii(I.zoom + 1), it), nr.textMaxSize = er["text-size"].possiblyEvaluate(new Ii(18));
115944
115944
  for (var on = Ut.get("text-line-height") * pl, An = Ut.get("text-rotation-alignment") === "map" && Ut.get("symbol-placement") !== "point", Cn = Ut.get("text-keep-upright"), Dn = Ut.get("text-size"), Jn = function() {
115945
- var na = da[Qn], _a = Ut.get("text-font").evaluate(na, {}, it).join(","), Ea = Dn.evaluate(na, {}, it), hi = nr.layoutTextSize.evaluate(na, {}, it), Ga = nr.layoutIconSize.evaluate(na, {}, it), ci = { horizontal: {}, vertical: void 0 }, Ja = na.text, Na = [0, 0];
115945
+ var na = da[Qn], _a = Ut.get("text-font").evaluate(na, {}, it).join(","), La = Dn.evaluate(na, {}, it), hi = nr.layoutTextSize.evaluate(na, {}, it), Ga = nr.layoutIconSize.evaluate(na, {}, it), ci = { horizontal: {}, vertical: void 0 }, Ja = na.text, Na = [0, 0];
115946
115946
  if (Ja) {
115947
115947
  var Ni = Ja.toString(), ki = Ut.get("text-letter-spacing").evaluate(na, {}, it) * pl, Oo = function(Pe) {
115948
115948
  for (var Ge = 0, He = Pe; Ge < He.length; Ge += 1)
@@ -115958,7 +115958,7 @@ void main() {
115958
115958
  });
115959
115959
  }
115960
115960
  var fo = An ? "center" : Ut.get("text-justify").evaluate(na, {}, it), Po = Ut.get("symbol-placement"), Lo = Po === "point" ? Ut.get("text-max-width").evaluate(na, {}, it) * pl : 0, As = function() {
115961
- I.allowVerticalPlacement && Ts(Ni) && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, "left", Oo, Na, Uc.vertical, !0, Po, hi, Ea));
115961
+ I.allowVerticalPlacement && Ts(Ni) && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, "left", Oo, Na, Uc.vertical, !0, Po, hi, La));
115962
115962
  };
115963
115963
  if (!An && oo) {
115964
115964
  for (var zo = fo === "auto" ? oo.map(function(Pe) {
@@ -115969,15 +115969,15 @@ void main() {
115969
115969
  if (Cs)
115970
115970
  ci.horizontal[xs] = ci.horizontal[0];
115971
115971
  else {
115972
- var eo = vp(Ja, W, oe, De, _a, Lo, on, "center", xs, Oo, Na, Uc.horizontal, !1, Po, hi, Ea);
115972
+ var eo = vp(Ja, W, oe, De, _a, Lo, on, "center", xs, Oo, Na, Uc.horizontal, !1, Po, hi, La);
115973
115973
  eo && (ci.horizontal[xs] = eo, Cs = eo.positionedLines.length === 1);
115974
115974
  }
115975
115975
  }
115976
115976
  As();
115977
115977
  } else {
115978
115978
  fo === "auto" && (fo = Ed(ai));
115979
- var Rl = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.horizontal, !1, Po, hi, Ea);
115980
- Rl && (ci.horizontal[fo] = Rl), As(), Ts(Ni) && An && Cn && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.vertical, !1, Po, hi, Ea));
115979
+ var Rl = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.horizontal, !1, Po, hi, La);
115980
+ Rl && (ci.horizontal[fo] = Rl), As(), Ts(Ni) && An && Cn && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.vertical, !1, Po, hi, La));
115981
115981
  }
115982
115982
  }
115983
115983
  var J = void 0, B = !1;
@@ -115992,7 +115992,7 @@ void main() {
115992
115992
  I.iconsInText = !!fe && fe.iconsInText, (fe || J) && function(Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr) {
115993
115993
  var xr = It.textMaxSize.evaluate(Ge, {});
115994
115994
  xr === void 0 && (xr = Vt);
115995
- var Nr, Gr = Pe.layers[0].layout, kn = Gr.get("icon-offset").evaluate(Ge, {}, kr), cn = R0(He.horizontal), vn = 24, Zn = Vt / vn, ya = Pe.tilePixelRatio * Zn, Pa = Pe.tilePixelRatio * xr / vn, Xa = Pe.tilePixelRatio * Ht, ka = Pe.tilePixelRatio * Gr.get("symbol-spacing"), va = Gr.get("text-padding") * Pe.tilePixelRatio, Ba = Gr.get("icon-padding") * Pe.tilePixelRatio, Ua = Gr.get("text-max-angle") / 180 * Math.PI, Ca = Gr.get("text-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", aa = Gr.get("icon-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", Da = Gr.get("symbol-placement"), Ka = ka / 2, ui = Gr.get("icon-text-fit");
115995
+ var Nr, Gr = Pe.layers[0].layout, kn = Gr.get("icon-offset").evaluate(Ge, {}, kr), cn = R0(He.horizontal), vn = 24, Zn = Vt / vn, ya = Pe.tilePixelRatio * Zn, Ea = Pe.tilePixelRatio * xr / vn, Xa = Pe.tilePixelRatio * Ht, ka = Pe.tilePixelRatio * Gr.get("symbol-spacing"), va = Gr.get("text-padding") * Pe.tilePixelRatio, Ba = Gr.get("icon-padding") * Pe.tilePixelRatio, Ua = Gr.get("text-max-angle") / 180 * Math.PI, Ca = Gr.get("text-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", aa = Gr.get("icon-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", Da = Gr.get("symbol-placement"), Ka = ka / 2, ui = Gr.get("icon-text-fit");
115996
115996
  ut && ui !== "none" && (Pe.allowVerticalPlacement && He.vertical && (Nr = _f(ut, He.vertical, ui, Gr.get("icon-text-fit-padding"), kn, Zn)), cn && (ut = _f(ut, cn, ui, Gr.get("icon-text-fit-padding"), kn, Zn)));
115997
115997
  var go = function(Ku, Yl) {
115998
115998
  Yl.x < 0 || Yl.x >= Ha || Yl.y < 0 || Yl.y >= Ha || function(co, Xo, Eu, Uu, Ep, Ef, Yh, Nu, Ph, Pu, $h, Qh, Pf, V0, ep, B0, j0, q0, K0, If, zs, qd, zf, od, B1) {
@@ -116031,7 +116031,7 @@ void main() {
116031
116031
  };
116032
116032
  if (Da === "line")
116033
116033
  for (var mo = 0, Ms = Ah(Ge.geometry, 0, 0, Ha, Ha); mo < Ms.length; mo += 1)
116034
- for (var Nc = Ms[mo], Hs = 0, Is = U1(Nc, ka, Ua, He.vertical || cn, ut, vn, Pa, Pe.overscaling, Ha); Hs < Is.length; Hs += 1) {
116034
+ for (var Nc = Ms[mo], Hs = 0, Is = U1(Nc, ka, Ua, He.vertical || cn, ut, vn, Ea, Pe.overscaling, Ha); Hs < Is.length; Hs += 1) {
116035
116035
  var yc = Is[Hs];
116036
116036
  cn && F0(Pe, cn.text, Ka, yc) || go(Nc, yc);
116037
116037
  }
@@ -116039,7 +116039,7 @@ void main() {
116039
116039
  for (var ql = 0, cs = Ge.geometry; ql < cs.length; ql += 1) {
116040
116040
  var as = cs[ql];
116041
116041
  if (as.length > 1) {
116042
- var Cl = F1(as, Ua, He.vertical || cn, ut, vn, Pa);
116042
+ var Cl = F1(as, Ua, He.vertical || cn, ut, vn, Ea);
116043
116043
  Cl && go(as, Cl);
116044
116044
  }
116045
116045
  }
@@ -116072,7 +116072,7 @@ void main() {
116072
116072
  De in I && (oe[De] = I[De]);
116073
116073
  }
116074
116074
  return oe;
116075
- }, e.plugin = es, e.polygonIntersectsPolygon = Fu, e.postMapLoadEvent = Ye, e.postTurnstileEvent = Be, e.potpack = yp, e.refProperties = ["type", "source", "source-layer", "minzoom", "maxzoom", "filter", "layout"], e.register = La, e.registerForPluginStateChange = function(I) {
116075
+ }, e.plugin = es, e.polygonIntersectsPolygon = Fu, e.postMapLoadEvent = Ye, e.postTurnstileEvent = Be, e.potpack = yp, e.refProperties = ["type", "source", "source-layer", "minzoom", "maxzoom", "filter", "layout"], e.register = Oa, e.registerForPluginStateChange = function(I) {
116076
116076
  return I({ pluginStatus: Oi, pluginURL: Uo }), Qo.on("pluginStateChange", I), I;
116077
116077
  }, e.renderColorRamp = cf, e.rotate = function(I, W, oe) {
116078
116078
  var _e = W[0], De = W[1], Ze = W[2], it = W[3], xt = Math.sin(oe), Ut = Math.cos(oe);
@@ -122362,7 +122362,7 @@ uniform ` + Se + " " + ze + " u_" + Ve + `;
122362
122362
  }, Mi.prototype.isActive = function() {
122363
122363
  return this._active;
122364
122364
  };
122365
- function La(Q, R) {
122365
+ function Oa(Q, R) {
122366
122366
  return Math.log(Q / R) / Math.LN2;
122367
122367
  }
122368
122368
  var Zc = function(Q) {
@@ -122375,8 +122375,8 @@ uniform ` + Se + " " + ze + " u_" + Ve + `;
122375
122375
  this._startDistance = this._distance = a[0].dist(a[1]);
122376
122376
  }, R.prototype._move = function(a, i) {
122377
122377
  var E = this._distance;
122378
- if (this._distance = a[0].dist(a[1]), this._active || !(Math.abs(La(this._distance, this._startDistance)) < 0.1))
122379
- return this._active = !0, { zoomDelta: La(this._distance, E), pinchAround: i };
122378
+ if (this._distance = a[0].dist(a[1]), this._active || !(Math.abs(Oa(this._distance, this._startDistance)) < 0.1))
122379
+ return this._active = !0, { zoomDelta: Oa(this._distance, E), pinchAround: i };
122380
122380
  }, R;
122381
122381
  }(Mi);
122382
122382
  function Au(Q, R) {
@@ -126860,7 +126860,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
126860
126860
  }, geoRectangularPolyconicRaw: function() {
126861
126861
  return _l;
126862
126862
  }, geoRobinson: function() {
126863
- return La;
126863
+ return Oa;
126864
126864
  }, geoRobinsonRaw: function() {
126865
126865
  return wl;
126866
126866
  }, geoSatellite: function() {
@@ -128722,7 +128722,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
128722
128722
  var Rt, Q = l(18, 36 * d(_t) / A), R = c(Q), a = Q - R, i = (Rt = Mi[R])[0], E = Rt[1], F = (Rt = Mi[++R])[0], G = Rt[1], re = (Rt = Mi[l(19, ++R)])[0], de = Rt[1];
128723
128723
  return [vt * (F + a * (re - i) / 2 + a * a * (re - 2 * F + i) / 2), (_t > 0 ? C : -C) * (G + a * (de - E) / 2 + a * a * (de - 2 * G + E) / 2)];
128724
128724
  }
128725
- function La() {
128725
+ function Oa() {
128726
128726
  return (0, x.A)(wl).scale(152.63);
128727
128727
  }
128728
128728
  function Zc(vt, _t) {
@@ -147634,7 +147634,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
147634
147634
  return Il({ key: `${ne}.type`, value: B.type, valueSpec: { values: ["vector", "raster", "raster-dem", "geojson", "video", "image"] }, style: Pe, validateSpec: Ge, styleSpec: fe });
147635
147635
  }
147636
147636
  }
147637
- function La(J) {
147637
+ function Oa(J) {
147638
147638
  const B = J.value, ne = J.styleSpec, fe = ne.light, Pe = J.style;
147639
147639
  let Ge = [];
147640
147640
  const He = fa(B);
@@ -147693,7 +147693,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
147693
147693
  }, number: Xi, color: function(J) {
147694
147694
  const B = J.key, ne = J.value, fe = fa(ne);
147695
147695
  return fe !== "string" ? [new Ce(B, ne, `color expected, ${fe} found`)] : cr.parse(String(ne)) ? [] : [new Ce(B, ne, `color expected, "${ne}" found`)];
147696
- }, constants: hs, enum: Il, filter: Es, function: $o, layer: _l, object: Fi, source: wl, light: La, sky: Zc, terrain: Au, projection: function(J) {
147696
+ }, constants: hs, enum: Il, filter: Es, function: $o, layer: _l, object: Fi, source: wl, light: Oa, sky: Zc, terrain: Au, projection: function(J) {
147697
147697
  const B = J.value, ne = J.styleSpec, fe = ne.projection, Pe = J.style, Ge = fa(B);
147698
147698
  if (B === void 0)
147699
147699
  return [];
@@ -147755,7 +147755,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
147755
147755
  return zl(J.apply(this, B));
147756
147756
  };
147757
147757
  }
147758
- pa.source = Zi(Ts(wl)), pa.sprite = Zi(Ts(Nl)), pa.glyphs = Zi(Ts(mc)), pa.light = Zi(Ts(La)), pa.sky = Zi(Ts(Zc)), pa.terrain = Zi(Ts(Au)), pa.layer = Zi(Ts(_l)), pa.filter = Zi(Ts(Es)), pa.paintProperty = Zi(Ts(kc)), pa.layoutProperty = Zi(Ts(ac));
147758
+ pa.source = Zi(Ts(wl)), pa.sprite = Zi(Ts(Nl)), pa.glyphs = Zi(Ts(mc)), pa.light = Zi(Ts(Oa)), pa.sky = Zi(Ts(Zc)), pa.terrain = Zi(Ts(Au)), pa.layer = Zi(Ts(_l)), pa.filter = Zi(Ts(Es)), pa.paintProperty = Zi(Ts(kc)), pa.layoutProperty = Zi(Ts(ac));
147759
147759
  const Us = pa;
147760
147760
  Us.source;
147761
147761
  const ic = Us.light, Sl = Us.sky;
@@ -148679,13 +148679,13 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
148679
148679
  _refreshViews() {
148680
148680
  this.uint8 = new Uint8Array(this.arrayBuffer), this.int16 = new Int16Array(this.arrayBuffer), this.uint16 = new Uint16Array(this.arrayBuffer), this.uint32 = new Uint32Array(this.arrayBuffer), this.float32 = new Float32Array(this.arrayBuffer);
148681
148681
  }
148682
- emplaceBack(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Pa, Xa, ka, va, Ba, Ua) {
148682
+ emplaceBack(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Ea, Xa, ka, va, Ba, Ua) {
148683
148683
  const Ca = this.length;
148684
- return this.resize(Ca + 1), this.emplace(Ca, B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Pa, Xa, ka, va, Ba, Ua);
148684
+ return this.resize(Ca + 1), this.emplace(Ca, B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Ea, Xa, ka, va, Ba, Ua);
148685
148685
  }
148686
- emplace(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Pa, Xa, ka, va, Ba, Ua, Ca) {
148686
+ emplace(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Ea, Xa, ka, va, Ba, Ua, Ca) {
148687
148687
  const aa = 32 * B, Da = 16 * B;
148688
- return this.int16[aa + 0] = ne, this.int16[aa + 1] = fe, this.int16[aa + 2] = Pe, this.int16[aa + 3] = Ge, this.int16[aa + 4] = He, this.int16[aa + 5] = ut, this.int16[aa + 6] = mt, this.int16[aa + 7] = It, this.uint16[aa + 8] = Vt, this.uint16[aa + 9] = Ht, this.uint16[aa + 10] = ar, this.uint16[aa + 11] = dr, this.uint16[aa + 12] = kr, this.uint16[aa + 13] = xr, this.uint16[aa + 14] = Nr, this.uint16[aa + 15] = Gr, this.uint16[aa + 16] = kn, this.uint16[aa + 17] = cn, this.uint16[aa + 18] = vn, this.uint16[aa + 19] = Zn, this.uint16[aa + 20] = ya, this.uint16[aa + 21] = Pa, this.uint16[aa + 22] = Xa, this.uint32[Da + 12] = ka, this.float32[Da + 13] = va, this.float32[Da + 14] = Ba, this.uint16[aa + 30] = Ua, this.uint16[aa + 31] = Ca, B;
148688
+ return this.int16[aa + 0] = ne, this.int16[aa + 1] = fe, this.int16[aa + 2] = Pe, this.int16[aa + 3] = Ge, this.int16[aa + 4] = He, this.int16[aa + 5] = ut, this.int16[aa + 6] = mt, this.int16[aa + 7] = It, this.uint16[aa + 8] = Vt, this.uint16[aa + 9] = Ht, this.uint16[aa + 10] = ar, this.uint16[aa + 11] = dr, this.uint16[aa + 12] = kr, this.uint16[aa + 13] = xr, this.uint16[aa + 14] = Nr, this.uint16[aa + 15] = Gr, this.uint16[aa + 16] = kn, this.uint16[aa + 17] = cn, this.uint16[aa + 18] = vn, this.uint16[aa + 19] = Zn, this.uint16[aa + 20] = ya, this.uint16[aa + 21] = Ea, this.uint16[aa + 22] = Xa, this.uint32[Da + 12] = ka, this.float32[Da + 13] = va, this.float32[Da + 14] = Ba, this.uint16[aa + 30] = Ua, this.uint16[aa + 31] = Ca, B;
148689
148689
  }
148690
148690
  }
148691
148691
  Mt.prototype.bytesPerElement = 64, Hr("StructArrayLayout8i15ui1ul2f2ui64", Mt);
@@ -150500,11 +150500,11 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
150500
150500
  }
150501
150501
  return kn;
150502
150502
  }(It, mt, 0, 0), dr = function(kr, xr, Nr, Gr) {
150503
- const kn = [], cn = [], vn = Gr[8] * xr, Zn = Gr[9] * xr, ya = Gr[10] * xr, Pa = Gr[11] * xr, Xa = Gr[8] * Nr, ka = Gr[9] * Nr, va = Gr[10] * Nr, Ba = Gr[11] * Nr;
150503
+ const kn = [], cn = [], vn = Gr[8] * xr, Zn = Gr[9] * xr, ya = Gr[10] * xr, Ea = Gr[11] * xr, Xa = Gr[8] * Nr, ka = Gr[9] * Nr, va = Gr[10] * Nr, Ba = Gr[11] * Nr;
150504
150504
  for (const Ua of kr) {
150505
150505
  const Ca = [], aa = [];
150506
150506
  for (const Da of Ua) {
150507
- const Ka = Da.x, ui = Da.y, go = Gr[0] * Ka + Gr[4] * ui + Gr[12], mo = Gr[1] * Ka + Gr[5] * ui + Gr[13], Ms = Gr[2] * Ka + Gr[6] * ui + Gr[14], Nc = Gr[3] * Ka + Gr[7] * ui + Gr[15], Hs = Ms + ya, Is = Nc + Pa, yc = go + Xa, ql = mo + ka, cs = Ms + va, as = Nc + Ba, Cl = new c((go + vn) / Is, (mo + Zn) / Is);
150507
+ const Ka = Da.x, ui = Da.y, go = Gr[0] * Ka + Gr[4] * ui + Gr[12], mo = Gr[1] * Ka + Gr[5] * ui + Gr[13], Ms = Gr[2] * Ka + Gr[6] * ui + Gr[14], Nc = Gr[3] * Ka + Gr[7] * ui + Gr[15], Hs = Ms + ya, Is = Nc + Ea, yc = go + Xa, ql = mo + ka, cs = Ms + va, as = Nc + Ba, Cl = new c((go + vn) / Is, (mo + Zn) / Is);
150508
150508
  Cl.z = Hs / Is, Ca.push(Cl);
150509
150509
  const is = new c(yc / as, ql / as);
150510
150510
  is.z = cs / as, aa.push(is);
@@ -150519,7 +150519,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
150519
150519
  for (let kn = 0; kn < xr.length; kn++) {
150520
150520
  const cn = xr[kn], vn = kr[kn];
150521
150521
  for (let Zn = 0; Zn < cn.length - 1; Zn++) {
150522
- const ya = cn[Zn], Pa = cn[Zn + 1], Xa = vn[Zn], ka = [ya, Pa, vn[Zn + 1], Xa, ya];
150522
+ const ya = cn[Zn], Ea = cn[Zn + 1], Xa = vn[Zn], ka = [ya, Ea, vn[Zn + 1], Xa, ya];
150523
150523
  sf(Nr, ka) && (Gr = Math.min(Gr, S0(Nr, ka)));
150524
150524
  }
150525
150525
  }
@@ -150637,8 +150637,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
150637
150637
  Nr && (xr = Nr), ar && (dr = ar), ar = B[Gr], Nr = kr ? kr.sub(ar)._unit()._perp() : xr, xr = xr || Nr;
150638
150638
  let kn = xr.add(Nr);
150639
150639
  kn.x === 0 && kn.y === 0 || kn._unit();
150640
- const cn = xr.x * Nr.x + xr.y * Nr.y, vn = kn.x * Nr.x + kn.y * Nr.y, Zn = vn !== 0 ? 1 / vn : 1 / 0, ya = 2 * Math.sqrt(2 - 2 * vn), Pa = vn < z1 && dr && kr, Xa = xr.x * Nr.y - xr.y * Nr.x > 0;
150641
- if (Pa && Gr > It) {
150640
+ const cn = xr.x * Nr.x + xr.y * Nr.y, vn = kn.x * Nr.x + kn.y * Nr.y, Zn = vn !== 0 ? 1 / vn : 1 / 0, ya = 2 * Math.sqrt(2 - 2 * vn), Ea = vn < z1 && dr && kr, Xa = xr.x * Nr.y - xr.y * Nr.x > 0;
150641
+ if (Ea && Gr > It) {
150642
150642
  const Ba = ar.dist(dr);
150643
150643
  if (Ba > 2 * Vt) {
150644
150644
  const Ua = ar.sub(ar.sub(dr)._mult(Vt / Ba)._round());
@@ -150679,7 +150679,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
150679
150679
  this.addCurrentVertex(ar, kn, Ba, Ba, Ht);
150680
150680
  } else
150681
150681
  va === "round" && (dr && (this.addCurrentVertex(ar, xr, 0, 0, Ht), this.addCurrentVertex(ar, xr, 1, 1, Ht, !0)), kr && (this.addCurrentVertex(ar, Nr, -1, -1, Ht, !0), this.addCurrentVertex(ar, Nr, 0, 0, Ht)));
150682
- if (Pa && Gr < mt - 1) {
150682
+ if (Ea && Gr < mt - 1) {
150683
150683
  const Ba = ar.dist(kr);
150684
150684
  if (Ba > 2 * Vt) {
150685
150685
  const Ua = ar.add(kr.sub(ar)._mult(Vt / Ba)._round());
@@ -150757,8 +150757,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
150757
150757
  for (let kr = 0; kr < Ht.length; kr++) {
150758
150758
  const xr = Ht[kr], Nr = [];
150759
150759
  for (let Gr = 0; Gr < xr.length; Gr++) {
150760
- const kn = xr[Gr - 1], cn = xr[Gr], vn = xr[Gr + 1], Zn = Gr === 0 ? new c(0, 0) : cn.sub(kn)._unit()._perp(), ya = Gr === xr.length - 1 ? new c(0, 0) : vn.sub(cn)._unit()._perp(), Pa = Zn._add(ya)._unit(), Xa = Pa.x * ya.x + Pa.y * ya.y;
150761
- Xa !== 0 && Pa._mult(1 / Xa), Nr.push(Pa._mult(ar)._add(cn));
150760
+ const kn = xr[Gr - 1], cn = xr[Gr], vn = xr[Gr + 1], Zn = Gr === 0 ? new c(0, 0) : cn.sub(kn)._unit()._perp(), ya = Gr === xr.length - 1 ? new c(0, 0) : vn.sub(cn)._unit()._perp(), Ea = Zn._add(ya)._unit(), Xa = Ea.x * ya.x + Ea.y * ya.y;
150761
+ Xa !== 0 && Ea._mult(1 / Xa), Nr.push(Ea._mult(ar)._add(cn));
150762
150762
  }
150763
150763
  dr.push(Nr);
150764
150764
  }
@@ -151320,29 +151320,29 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
151320
151320
  Nr = [];
151321
151321
  const Zn = Gr(xr.toString(), kf(xr, It, Ge, B, fe, dr));
151322
151322
  for (const ya of Zn) {
151323
- const Pa = new Ed();
151324
- Pa.text = ya, Pa.sections = xr.sections;
151323
+ const Ea = new Ed();
151324
+ Ea.text = ya, Ea.sections = xr.sections;
151325
151325
  for (let Xa = 0; Xa < ya.length; Xa++)
151326
- Pa.sectionIndex.push(0);
151327
- Nr.push(Pa);
151326
+ Ea.sectionIndex.push(0);
151327
+ Nr.push(Ea);
151328
151328
  }
151329
151329
  } else if (kn) {
151330
151330
  Nr = [];
151331
151331
  const Zn = kn(xr.text, xr.sectionIndex, kf(xr, It, Ge, B, fe, dr));
151332
151332
  for (const ya of Zn) {
151333
- const Pa = new Ed();
151334
- Pa.text = ya[0], Pa.sectionIndex = ya[1], Pa.sections = xr.sections, Nr.push(Pa);
151333
+ const Ea = new Ed();
151334
+ Ea.text = ya[0], Ea.sectionIndex = ya[1], Ea.sections = xr.sections, Nr.push(Ea);
151335
151335
  }
151336
151336
  } else
151337
151337
  Nr = function(Zn, ya) {
151338
- const Pa = [], Xa = Zn.text;
151338
+ const Ea = [], Xa = Zn.text;
151339
151339
  let ka = 0;
151340
151340
  for (const va of ya)
151341
- Pa.push(Zn.substring(ka, va)), ka = va;
151342
- return ka < Xa.length && Pa.push(Zn.substring(ka, Xa.length)), Pa;
151341
+ Ea.push(Zn.substring(ka, va)), ka = va;
151342
+ return ka < Xa.length && Ea.push(Zn.substring(ka, Xa.length)), Ea;
151343
151343
  }(xr, kf(xr, It, Ge, B, fe, dr));
151344
151344
  const cn = [], vn = { positionedLines: cn, text: xr.toString(), top: Vt[1], bottom: Vt[1], left: Vt[0], right: Vt[0], writingMode: Ht, iconsInText: !1, verticalizable: !1 };
151345
- return function(Zn, ya, Pa, Xa, ka, va, Ba, Ua, Ca, aa, Da, Ka) {
151345
+ return function(Zn, ya, Ea, Xa, ka, va, Ba, Ua, Ca, aa, Da, Ka) {
151346
151346
  let ui = 0, go = $d, mo = 0, Ms = 0;
151347
151347
  const Nc = Ua === "right" ? 1 : Ua === "left" ? 0 : 0.5;
151348
151348
  let Hs = 0;
@@ -151370,7 +151370,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
151370
151370
  const Eu = Yl ? Xo[0] * us.scale - nl * as : Xo[1] * us.scale - nl * as;
151371
151371
  Eu > 0 && Eu > Kl && (Kl = Eu);
151372
151372
  } else {
151373
- const co = Pa[us.fontStack], Xo = co && co[wo];
151373
+ const co = Ea[us.fontStack], Xo = co && co[wo];
151374
151374
  if (Xo && Xo.rect)
151375
151375
  fs = Xo.rect, Vs = Xo.metrics;
151376
151376
  else {
@@ -151620,19 +151620,19 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
151620
151620
  const vn = Pe._featureFilter.needGeometry, Zn = Ad(Nr, vn);
151621
151621
  if (!Pe._featureFilter.filter(xr, Zn, fe))
151622
151622
  continue;
151623
- let ya, Pa;
151623
+ let ya, Ea;
151624
151624
  if (vn || (Zn.geometry = $u(Nr)), It) {
151625
151625
  const va = Pe.getValueAndResolveTokens("text-field", Zn, fe, kr), Ba = Lr.factory(va), Ua = this.hasRTLText = this.hasRTLText || N0(Ba);
151626
151626
  (!Ua || Tl.getRTLTextPluginStatus() === "unavailable" || Ua && Tl.isParsed()) && (ya = vf(Ba, Pe, Zn));
151627
151627
  }
151628
151628
  if (Vt) {
151629
151629
  const va = Pe.getValueAndResolveTokens("icon-image", Zn, fe, kr);
151630
- Pa = va instanceof Ir ? va : Ir.fromString(va);
151630
+ Ea = va instanceof Ir ? va : Ir.fromString(va);
151631
151631
  }
151632
- if (!ya && !Pa)
151632
+ if (!ya && !Ea)
151633
151633
  continue;
151634
- const Xa = this.sortFeaturesByKey ? Ht.evaluate(Zn, {}, fe) : void 0, ka = { id: Gr, text: ya, icon: Pa, index: kn, sourceLayerIndex: cn, geometry: Zn.geometry, properties: Nr.properties, type: D1[Nr.type], sortKey: Xa };
151635
- if (this.features.push(ka), Pa && (ar[Pa.name] = !0), ya) {
151634
+ const Xa = this.sortFeaturesByKey ? Ht.evaluate(Zn, {}, fe) : void 0, ka = { id: Gr, text: ya, icon: Ea, index: kn, sourceLayerIndex: cn, geometry: Zn.geometry, properties: Nr.properties, type: D1[Nr.type], sortKey: Xa };
151635
+ if (this.features.push(ka), Ea && (ar[Ea.name] = !0), ya) {
151636
151636
  const va = He.evaluate(Zn, {}, fe).join(","), Ba = Ge.get("text-rotation-alignment") !== "viewport" && Ge.get("symbol-placement") !== "point";
151637
151637
  this.allowVerticalPlacement = this.writingModes && this.writingModes.indexOf(d.ai.vertical) >= 0;
151638
151638
  for (const Ua of ya.sections)
@@ -151654,7 +151654,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
151654
151654
  const Ua = kn[ka];
151655
151655
  return delete kn[ka], kn[va] = Ua, cn[Ua].geometry[0].pop(), cn[Ua].geometry[0] = cn[Ua].geometry[0].concat(Ba[0]), Ua;
151656
151656
  }
151657
- function Pa(ka, va, Ba) {
151657
+ function Ea(ka, va, Ba) {
151658
151658
  const Ua = Gr[va];
151659
151659
  return delete Gr[va], Gr[ka] = Ua, cn[Ua].geometry[0].shift(), cn[Ua].geometry[0] = Ba[0].concat(cn[Ua].geometry[0]), Ua;
151660
151660
  }
@@ -151670,10 +151670,10 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
151670
151670
  }
151671
151671
  const Ca = Xa(Ua, Ba), aa = Xa(Ua, Ba, !0);
151672
151672
  if (Ca in kn && aa in Gr && kn[Ca] !== Gr[aa]) {
151673
- const Da = Pa(Ca, aa, Ba), Ka = ya(Ca, aa, cn[Da].geometry);
151673
+ const Da = Ea(Ca, aa, Ba), Ka = ya(Ca, aa, cn[Da].geometry);
151674
151674
  delete Gr[Ca], delete kn[aa], kn[Xa(Ua, cn[Ka].geometry, !0)] = Ka, cn[Da].geometry = null;
151675
151675
  } else
151676
- Ca in kn ? ya(Ca, aa, Ba) : aa in Gr ? Pa(Ca, aa, Ba) : (Zn(ka), Gr[Ca] = vn - 1, kn[aa] = vn - 1);
151676
+ Ca in kn ? ya(Ca, aa, Ba) : aa in Gr ? Ea(Ca, aa, Ba) : (Zn(ka), Gr[Ca] = vn - 1, kn[aa] = vn - 1);
151677
151677
  }
151678
151678
  return cn.filter((ka) => ka.geometry);
151679
151679
  }(this.features)), this.sortFeaturesByKey && this.features.sort((Nr, Gr) => Nr.sortKey - Gr.sortKey);
@@ -151715,8 +151715,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
151715
151715
  addSymbols(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar) {
151716
151716
  const dr = B.indexArray, kr = B.layoutVertexArray, xr = B.segments.prepareSegment(4 * ne.length, kr, dr, this.canOverlap ? He.sortKey : void 0), Nr = this.glyphOffsetArray.length, Gr = xr.vertexLength, kn = this.allowVerticalPlacement && ut === d.ai.vertical ? Math.PI / 2 : 0, cn = He.text && He.text.sections;
151717
151717
  for (let vn = 0; vn < ne.length; vn++) {
151718
- const { tl: Zn, tr: ya, bl: Pa, br: Xa, tex: ka, pixelOffsetTL: va, pixelOffsetBR: Ba, minFontScaleX: Ua, minFontScaleY: Ca, glyphOffset: aa, isSDF: Da, sectionIndex: Ka } = ne[vn], ui = xr.vertexLength, go = aa[1];
151719
- Ap(kr, mt.x, mt.y, Zn.x, go + Zn.y, ka.x, ka.y, fe, Da, va.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, ya.x, go + ya.y, ka.x + ka.w, ka.y, fe, Da, Ba.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, Pa.x, go + Pa.y, ka.x, ka.y + ka.h, fe, Da, va.x, Ba.y, Ua, Ca), Ap(kr, mt.x, mt.y, Xa.x, go + Xa.y, ka.x + ka.w, ka.y + ka.h, fe, Da, Ba.x, Ba.y, Ua, Ca), Cp(B.dynamicLayoutVertexArray, mt, kn), dr.emplaceBack(ui, ui + 1, ui + 2), dr.emplaceBack(ui + 1, ui + 2, ui + 3), xr.vertexLength += 4, xr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(aa[0]), vn !== ne.length - 1 && Ka === ne[vn + 1].sectionIndex || B.programConfigurations.populatePaintArrays(kr.length, He, He.index, {}, ar, cn && cn[Ka]);
151718
+ const { tl: Zn, tr: ya, bl: Ea, br: Xa, tex: ka, pixelOffsetTL: va, pixelOffsetBR: Ba, minFontScaleX: Ua, minFontScaleY: Ca, glyphOffset: aa, isSDF: Da, sectionIndex: Ka } = ne[vn], ui = xr.vertexLength, go = aa[1];
151719
+ Ap(kr, mt.x, mt.y, Zn.x, go + Zn.y, ka.x, ka.y, fe, Da, va.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, ya.x, go + ya.y, ka.x + ka.w, ka.y, fe, Da, Ba.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, Ea.x, go + Ea.y, ka.x, ka.y + ka.h, fe, Da, va.x, Ba.y, Ua, Ca), Ap(kr, mt.x, mt.y, Xa.x, go + Xa.y, ka.x + ka.w, ka.y + ka.h, fe, Da, Ba.x, Ba.y, Ua, Ca), Cp(B.dynamicLayoutVertexArray, mt, kn), dr.emplaceBack(ui, ui + 1, ui + 2), dr.emplaceBack(ui + 1, ui + 2, ui + 3), xr.vertexLength += 4, xr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(aa[0]), vn !== ne.length - 1 && Ka === ne[vn + 1].sectionIndex || B.programConfigurations.populatePaintArrays(kr.length, He, He.index, {}, ar, cn && cn[Ka]);
151720
151720
  }
151721
151721
  B.placedSymbolArray.emplaceBack(mt.x, mt.y, Nr, this.glyphOffsetArray.length - Nr, Gr, It, Vt, mt.segment, fe ? fe[0] : 0, fe ? fe[1] : 0, Pe[0], Pe[1], ut, 0, !1, 0, Ht);
151722
151722
  }
@@ -152279,11 +152279,11 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152279
152279
  }
152280
152280
  query(B, ne, fe, Pe) {
152281
152281
  this.loadVTLayers();
152282
- const Ge = B.params || {}, He = Gs / B.tileSize / B.scale, ut = Ki(Ge.filter), mt = B.queryGeometry, It = B.queryPadding * He, Vt = oe(mt), Ht = this.grid.query(Vt.minX - It, Vt.minY - It, Vt.maxX + It, Vt.maxY + It), ar = oe(B.cameraQueryGeometry), dr = this.grid3D.query(ar.minX - It, ar.minY - It, ar.maxX + It, ar.maxY + It, (Nr, Gr, kn, cn) => function(vn, Zn, ya, Pa, Xa) {
152282
+ const Ge = B.params || {}, He = Gs / B.tileSize / B.scale, ut = Ki(Ge.filter), mt = B.queryGeometry, It = B.queryPadding * He, Vt = oe(mt), Ht = this.grid.query(Vt.minX - It, Vt.minY - It, Vt.maxX + It, Vt.maxY + It), ar = oe(B.cameraQueryGeometry), dr = this.grid3D.query(ar.minX - It, ar.minY - It, ar.maxX + It, ar.maxY + It, (Nr, Gr, kn, cn) => function(vn, Zn, ya, Ea, Xa) {
152283
152283
  for (const va of vn)
152284
- if (Zn <= va.x && ya <= va.y && Pa >= va.x && Xa >= va.y)
152284
+ if (Zn <= va.x && ya <= va.y && Ea >= va.x && Xa >= va.y)
152285
152285
  return !0;
152286
- const ka = [new c(Zn, ya), new c(Zn, Xa), new c(Pa, Xa), new c(Pa, ya)];
152286
+ const ka = [new c(Zn, ya), new c(Zn, Xa), new c(Ea, Xa), new c(Ea, ya)];
152287
152287
  if (vn.length > 2) {
152288
152288
  for (const va of ka)
152289
152289
  if (sh(vn, va))
@@ -152343,8 +152343,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152343
152343
  continue;
152344
152344
  const ya = new Lf(kr, this.z, this.x, this.y, xr);
152345
152345
  ya.layer = vn;
152346
- let Pa = B[Gr];
152347
- Pa === void 0 && (Pa = B[Gr] = []), Pa.push({ featureIndex: Pe, feature: ya, intersectionZ: Zn });
152346
+ let Ea = B[Gr];
152347
+ Ea === void 0 && (Ea = B[Gr] = []), Ea.push({ featureIndex: Pe, feature: ya, intersectionZ: Zn });
152348
152348
  }
152349
152349
  }
152350
152350
  lookupSymbolFeatures(B, ne, fe, Pe, Ge, He, ut, mt) {
@@ -152484,13 +152484,13 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152484
152484
  const Pe = [], Ge = J.image, He = Ge.pixelRatio, ut = Ge.paddedRect.w - 2 * hr, mt = Ge.paddedRect.h - 2 * hr;
152485
152485
  let It = { x1: J.left, y1: J.top, x2: J.right, y2: J.bottom };
152486
152486
  const Vt = Ge.stretchX || [[0, ut]], Ht = Ge.stretchY || [[0, mt]], ar = (aa, Da) => aa + Da[1] - Da[0], dr = Vt.reduce(ar, 0), kr = Ht.reduce(ar, 0), xr = ut - dr, Nr = mt - kr;
152487
- let Gr = 0, kn = dr, cn = 0, vn = kr, Zn = 0, ya = xr, Pa = 0, Xa = Nr;
152487
+ let Gr = 0, kn = dr, cn = 0, vn = kr, Zn = 0, ya = xr, Ea = 0, Xa = Nr;
152488
152488
  if (Ge.content && fe) {
152489
152489
  const aa = Ge.content, Da = aa[2] - aa[0], Ka = aa[3] - aa[1];
152490
- (Ge.textFitWidth || Ge.textFitHeight) && (It = a0(J)), Gr = Dr(Vt, 0, aa[0]), cn = Dr(Ht, 0, aa[1]), kn = Dr(Vt, aa[0], aa[2]), vn = Dr(Ht, aa[1], aa[3]), Zn = aa[0] - Gr, Pa = aa[1] - cn, ya = Da - kn, Xa = Ka - vn;
152490
+ (Ge.textFitWidth || Ge.textFitHeight) && (It = a0(J)), Gr = Dr(Vt, 0, aa[0]), cn = Dr(Ht, 0, aa[1]), kn = Dr(Vt, aa[0], aa[2]), vn = Dr(Ht, aa[1], aa[3]), Zn = aa[0] - Gr, Ea = aa[1] - cn, ya = Da - kn, Xa = Ka - vn;
152491
152491
  }
152492
152492
  const ka = It.x1, va = It.y1, Ba = It.x2 - ka, Ua = It.y2 - va, Ca = (aa, Da, Ka, ui) => {
152493
- const go = on(aa.stretch - Gr, kn, Ba, ka), mo = An(aa.fixed - Zn, ya, aa.stretch, dr), Ms = on(Da.stretch - cn, vn, Ua, va), Nc = An(Da.fixed - Pa, Xa, Da.stretch, kr), Hs = on(Ka.stretch - Gr, kn, Ba, ka), Is = An(Ka.fixed - Zn, ya, Ka.stretch, dr), yc = on(ui.stretch - cn, vn, Ua, va), ql = An(ui.fixed - Pa, Xa, ui.stretch, kr), cs = new c(go, Ms), as = new c(Hs, Ms), Cl = new c(Hs, yc), is = new c(go, yc), Ys = new c(mo / He, Nc / He), Kl = new c(Is / He, ql / He), Dc = B * Math.PI / 180;
152493
+ const go = on(aa.stretch - Gr, kn, Ba, ka), mo = An(aa.fixed - Zn, ya, aa.stretch, dr), Ms = on(Da.stretch - cn, vn, Ua, va), Nc = An(Da.fixed - Ea, Xa, Da.stretch, kr), Hs = on(Ka.stretch - Gr, kn, Ba, ka), Is = An(Ka.fixed - Zn, ya, Ka.stretch, dr), yc = on(ui.stretch - cn, vn, Ua, va), ql = An(ui.fixed - Ea, Xa, ui.stretch, kr), cs = new c(go, Ms), as = new c(Hs, Ms), Cl = new c(Hs, yc), is = new c(go, yc), Ys = new c(mo / He, Nc / He), Kl = new c(Is / He, ql / He), Dc = B * Math.PI / 180;
152494
152494
  if (Dc) {
152495
152495
  const Ss = Math.sin(Dc), Vs = Math.cos(Dc), fs = [Vs, -Ss, Ss, Vs];
152496
152496
  cs._matMult(fs), as._matMult(fs), is._matMult(fs), Cl._matMult(fs);
@@ -152612,8 +152612,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152612
152612
  let Nr = 0, Gr = 0, kn = 0;
152613
152613
  const cn = xr[0];
152614
152614
  for (let vn = 0, Zn = cn.length, ya = Zn - 1; vn < Zn; ya = vn++) {
152615
- const Pa = cn[vn], Xa = cn[ya], ka = Pa.x * Xa.y - Xa.x * Pa.y;
152616
- Gr += (Pa.x + Xa.x) * ka, kn += (Pa.y + Xa.y) * ka, Nr += 3 * ka;
152615
+ const Ea = cn[vn], Xa = cn[ya], ka = Ea.x * Xa.y - Xa.x * Ea.y;
152616
+ Gr += (Ea.x + Xa.x) * ka, kn += (Ea.y + Xa.y) * ka, Nr += 3 * ka;
152617
152617
  }
152618
152618
  return new da(Gr / Nr, kn / Nr, 0, xr);
152619
152619
  }(J), kr = ar.length;
@@ -152641,9 +152641,9 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152641
152641
  }
152642
152642
  var na;
152643
152643
  d.ar = void 0, (na = d.ar || (d.ar = {}))[na.center = 1] = "center", na[na.left = 2] = "left", na[na.right = 3] = "right", na[na.top = 4] = "top", na[na.bottom = 5] = "bottom", na[na["top-left"] = 6] = "top-left", na[na["top-right"] = 7] = "top-right", na[na["bottom-left"] = 8] = "bottom-left", na[na["bottom-right"] = 9] = "bottom-right";
152644
- const _a = 7, Ea = Number.POSITIVE_INFINITY;
152644
+ const _a = 7, La = Number.POSITIVE_INFINITY;
152645
152645
  function hi(J, B) {
152646
- return B[1] !== Ea ? function(ne, fe, Pe) {
152646
+ return B[1] !== La ? function(ne, fe, Pe) {
152647
152647
  let Ge = 0, He = 0;
152648
152648
  switch (fe = Math.abs(fe), Pe = Math.abs(Pe), ne) {
152649
152649
  case "top-right":
@@ -152719,7 +152719,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152719
152719
  const He = Pe.get("text-variable-anchor");
152720
152720
  if (He) {
152721
152721
  let ut;
152722
- ut = J._unevaluatedLayout.getValue("text-radial-offset") !== void 0 ? [Pe.get("text-radial-offset").evaluate(B, {}, ne) * nl, Ea] : Pe.get("text-offset").evaluate(B, {}, ne).map((It) => It * nl);
152722
+ ut = J._unevaluatedLayout.getValue("text-radial-offset") !== void 0 ? [Pe.get("text-radial-offset").evaluate(B, {}, ne) * nl, La] : Pe.get("text-offset").evaluate(B, {}, ne).map((It) => It * nl);
152723
152723
  const mt = [];
152724
152724
  for (const It of He)
152725
152725
  mt.push(It, hi(It, ut));
@@ -152746,7 +152746,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152746
152746
  const ar = J.layers[0].layout, dr = ar.get("icon-offset").evaluate(B, {}, Vt), kr = Ni(ne.horizontal), xr = He / 24, Nr = J.tilePixelRatio * xr, Gr = J.tilePixelRatio * Ht / 24, kn = J.tilePixelRatio * ut, cn = J.tilePixelRatio * ar.get("symbol-spacing"), vn = ar.get("text-padding") * J.tilePixelRatio, Zn = function(aa, Da, Ka, ui = 1) {
152747
152747
  const go = aa.get("icon-padding").evaluate(Da, {}, Ka), mo = go && go.values;
152748
152748
  return [mo[0] * ui, mo[1] * ui, mo[2] * ui, mo[3] * ui];
152749
- }(ar, B, Vt, J.tilePixelRatio), ya = ar.get("text-max-angle") / 180 * Math.PI, Pa = ar.get("text-rotation-alignment") !== "viewport" && ar.get("symbol-placement") !== "point", Xa = ar.get("icon-rotation-alignment") === "map" && ar.get("symbol-placement") !== "point", ka = ar.get("symbol-placement"), va = cn / 2, Ba = ar.get("icon-text-fit");
152749
+ }(ar, B, Vt, J.tilePixelRatio), ya = ar.get("text-max-angle") / 180 * Math.PI, Ea = ar.get("text-rotation-alignment") !== "viewport" && ar.get("symbol-placement") !== "point", Xa = ar.get("icon-rotation-alignment") === "map" && ar.get("symbol-placement") !== "point", ka = ar.get("symbol-placement"), va = cn / 2, Ba = ar.get("icon-text-fit");
152750
152750
  let Ua;
152751
152751
  fe && Ba !== "none" && (J.allowVerticalPlacement && ne.vertical && (Ua = kp(fe, ne.vertical, Ba, ar.get("icon-text-fit-padding"), dr, xr)), kr && (fe = kp(fe, kr, Ba, ar.get("icon-text-fit-padding"), dr, xr)));
152752
152752
  const Ca = (aa, Da) => {
@@ -152795,7 +152795,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152795
152795
  return [Du, $s.length];
152796
152796
  }(Ka.textAnchorOffsets, od);
152797
152797
  Ka.symbolInstances.emplaceBack(ui.x, ui.y, Pu.right >= 0 ? Pu.right : -1, Pu.center >= 0 ? Pu.center : -1, Pu.left >= 0 ? Pu.left : -1, Pu.vertical || -1, Nu, Ph, $h, Pf, V0, ep, B0, j0, q0, K0, If, ql, Ef, Yh, Uu, Ep, zf, 0, Cl, zs, B1, Rf);
152798
- }(J, Da, aa, ne, fe, Pe, Ua, J.layers[0], J.collisionBoxArray, B.index, B.sourceLayerIndex, J.index, Nr, [vn, vn, vn, vn], Pa, mt, kn, Zn, Xa, dr, B, Ge, It, Vt, He);
152798
+ }(J, Da, aa, ne, fe, Pe, Ua, J.layers[0], J.collisionBoxArray, B.index, B.sourceLayerIndex, J.index, Nr, [vn, vn, vn, vn], Ea, mt, kn, Zn, Xa, dr, B, Ge, It, Vt, He);
152799
152799
  };
152800
152800
  if (ka === "line")
152801
152801
  for (const aa of De(B.geometry, 0, 0, Gs, Gs)) {
@@ -152823,8 +152823,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
152823
152823
  Ca([Da], new Ze(Da.x, Da.y, 0));
152824
152824
  }
152825
152825
  function Na(J, B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr) {
152826
- const xr = function(kn, cn, vn, Zn, ya, Pa, Xa, ka) {
152827
- const va = Zn.layout.get("text-rotate").evaluate(Pa, {}) * Math.PI / 180, Ba = [];
152826
+ const xr = function(kn, cn, vn, Zn, ya, Ea, Xa, ka) {
152827
+ const va = Zn.layout.get("text-rotate").evaluate(Ea, {}) * Math.PI / 180, Ba = [];
152828
152828
  for (const Ua of cn.positionedLines)
152829
152829
  for (const Ca of Ua.positionedGlyphs) {
152830
152830
  if (!Ca.rect)
@@ -153098,8 +153098,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
153098
153098
  }
153099
153099
  return ne;
153100
153100
  }, d.N = Hc, d.O = Oh, d.P = c, d.Q = Ju, d.R = lu, d.S = pu, d.T = kl, d.U = u, d.V = h, d.W = D, d.X = Gs, d.Y = a, d.Z = Eh, d._ = e, d.a = $, d.a$ = function(J, B) {
153101
- var ne = J[0], fe = J[1], Pe = J[2], Ge = J[3], He = J[4], ut = J[5], mt = J[6], It = J[7], Vt = J[8], Ht = J[9], ar = J[10], dr = J[11], kr = J[12], xr = J[13], Nr = J[14], Gr = J[15], kn = B[0], cn = B[1], vn = B[2], Zn = B[3], ya = B[4], Pa = B[5], Xa = B[6], ka = B[7], va = B[8], Ba = B[9], Ua = B[10], Ca = B[11], aa = B[12], Da = B[13], Ka = B[14], ui = B[15];
153102
- return Math.abs(ne - kn) <= hl * Math.max(1, Math.abs(ne), Math.abs(kn)) && Math.abs(fe - cn) <= hl * Math.max(1, Math.abs(fe), Math.abs(cn)) && Math.abs(Pe - vn) <= hl * Math.max(1, Math.abs(Pe), Math.abs(vn)) && Math.abs(Ge - Zn) <= hl * Math.max(1, Math.abs(Ge), Math.abs(Zn)) && Math.abs(He - ya) <= hl * Math.max(1, Math.abs(He), Math.abs(ya)) && Math.abs(ut - Pa) <= hl * Math.max(1, Math.abs(ut), Math.abs(Pa)) && Math.abs(mt - Xa) <= hl * Math.max(1, Math.abs(mt), Math.abs(Xa)) && Math.abs(It - ka) <= hl * Math.max(1, Math.abs(It), Math.abs(ka)) && Math.abs(Vt - va) <= hl * Math.max(1, Math.abs(Vt), Math.abs(va)) && Math.abs(Ht - Ba) <= hl * Math.max(1, Math.abs(Ht), Math.abs(Ba)) && Math.abs(ar - Ua) <= hl * Math.max(1, Math.abs(ar), Math.abs(Ua)) && Math.abs(dr - Ca) <= hl * Math.max(1, Math.abs(dr), Math.abs(Ca)) && Math.abs(kr - aa) <= hl * Math.max(1, Math.abs(kr), Math.abs(aa)) && Math.abs(xr - Da) <= hl * Math.max(1, Math.abs(xr), Math.abs(Da)) && Math.abs(Nr - Ka) <= hl * Math.max(1, Math.abs(Nr), Math.abs(Ka)) && Math.abs(Gr - ui) <= hl * Math.max(1, Math.abs(Gr), Math.abs(ui));
153101
+ var ne = J[0], fe = J[1], Pe = J[2], Ge = J[3], He = J[4], ut = J[5], mt = J[6], It = J[7], Vt = J[8], Ht = J[9], ar = J[10], dr = J[11], kr = J[12], xr = J[13], Nr = J[14], Gr = J[15], kn = B[0], cn = B[1], vn = B[2], Zn = B[3], ya = B[4], Ea = B[5], Xa = B[6], ka = B[7], va = B[8], Ba = B[9], Ua = B[10], Ca = B[11], aa = B[12], Da = B[13], Ka = B[14], ui = B[15];
153102
+ return Math.abs(ne - kn) <= hl * Math.max(1, Math.abs(ne), Math.abs(kn)) && Math.abs(fe - cn) <= hl * Math.max(1, Math.abs(fe), Math.abs(cn)) && Math.abs(Pe - vn) <= hl * Math.max(1, Math.abs(Pe), Math.abs(vn)) && Math.abs(Ge - Zn) <= hl * Math.max(1, Math.abs(Ge), Math.abs(Zn)) && Math.abs(He - ya) <= hl * Math.max(1, Math.abs(He), Math.abs(ya)) && Math.abs(ut - Ea) <= hl * Math.max(1, Math.abs(ut), Math.abs(Ea)) && Math.abs(mt - Xa) <= hl * Math.max(1, Math.abs(mt), Math.abs(Xa)) && Math.abs(It - ka) <= hl * Math.max(1, Math.abs(It), Math.abs(ka)) && Math.abs(Vt - va) <= hl * Math.max(1, Math.abs(Vt), Math.abs(va)) && Math.abs(Ht - Ba) <= hl * Math.max(1, Math.abs(Ht), Math.abs(Ba)) && Math.abs(ar - Ua) <= hl * Math.max(1, Math.abs(ar), Math.abs(Ua)) && Math.abs(dr - Ca) <= hl * Math.max(1, Math.abs(dr), Math.abs(Ca)) && Math.abs(kr - aa) <= hl * Math.max(1, Math.abs(kr), Math.abs(aa)) && Math.abs(xr - Da) <= hl * Math.max(1, Math.abs(xr), Math.abs(Da)) && Math.abs(Nr - Ka) <= hl * Math.max(1, Math.abs(Nr), Math.abs(Ka)) && Math.abs(Gr - ui) <= hl * Math.max(1, Math.abs(Gr), Math.abs(ui));
153103
153103
  }, d.a0 = Si, d.a1 = Hu, d.a2 = Ce, d.a3 = (J) => {
153104
153104
  const B = window.document.createElement("video");
153105
153105
  return B.muted = !0, new Promise((ne) => {
@@ -153291,8 +153291,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
153291
153291
  B = Math.min(B, Ge.x), ne = Math.min(ne, Ge.y), fe = Math.max(fe, Ge.x), Pe = Math.max(Pe, Ge.y);
153292
153292
  return [B, ne, fe, Pe];
153293
153293
  }, d.aq = nl, d.as = Af, d.at = function(J, B) {
153294
- var ne = B[0], fe = B[1], Pe = B[2], Ge = B[3], He = B[4], ut = B[5], mt = B[6], It = B[7], Vt = B[8], Ht = B[9], ar = B[10], dr = B[11], kr = B[12], xr = B[13], Nr = B[14], Gr = B[15], kn = ne * ut - fe * He, cn = ne * mt - Pe * He, vn = ne * It - Ge * He, Zn = fe * mt - Pe * ut, ya = fe * It - Ge * ut, Pa = Pe * It - Ge * mt, Xa = Vt * xr - Ht * kr, ka = Vt * Nr - ar * kr, va = Vt * Gr - dr * kr, Ba = Ht * Nr - ar * xr, Ua = Ht * Gr - dr * xr, Ca = ar * Gr - dr * Nr, aa = kn * Ca - cn * Ua + vn * Ba + Zn * va - ya * ka + Pa * Xa;
153295
- return aa ? (aa = 1 / aa, J[0] = (ut * Ca - mt * Ua + It * Ba) * aa, J[1] = (Pe * Ua - fe * Ca - Ge * Ba) * aa, J[2] = (xr * Pa - Nr * ya + Gr * Zn) * aa, J[3] = (ar * ya - Ht * Pa - dr * Zn) * aa, J[4] = (mt * va - He * Ca - It * ka) * aa, J[5] = (ne * Ca - Pe * va + Ge * ka) * aa, J[6] = (Nr * vn - kr * Pa - Gr * cn) * aa, J[7] = (Vt * Pa - ar * vn + dr * cn) * aa, J[8] = (He * Ua - ut * va + It * Xa) * aa, J[9] = (fe * va - ne * Ua - Ge * Xa) * aa, J[10] = (kr * ya - xr * vn + Gr * kn) * aa, J[11] = (Ht * vn - Vt * ya - dr * kn) * aa, J[12] = (ut * ka - He * Ba - mt * Xa) * aa, J[13] = (ne * Ba - fe * ka + Pe * Xa) * aa, J[14] = (xr * cn - kr * Zn - Nr * kn) * aa, J[15] = (Vt * Zn - Ht * cn + ar * kn) * aa, J) : null;
153294
+ var ne = B[0], fe = B[1], Pe = B[2], Ge = B[3], He = B[4], ut = B[5], mt = B[6], It = B[7], Vt = B[8], Ht = B[9], ar = B[10], dr = B[11], kr = B[12], xr = B[13], Nr = B[14], Gr = B[15], kn = ne * ut - fe * He, cn = ne * mt - Pe * He, vn = ne * It - Ge * He, Zn = fe * mt - Pe * ut, ya = fe * It - Ge * ut, Ea = Pe * It - Ge * mt, Xa = Vt * xr - Ht * kr, ka = Vt * Nr - ar * kr, va = Vt * Gr - dr * kr, Ba = Ht * Nr - ar * xr, Ua = Ht * Gr - dr * xr, Ca = ar * Gr - dr * Nr, aa = kn * Ca - cn * Ua + vn * Ba + Zn * va - ya * ka + Ea * Xa;
153295
+ return aa ? (aa = 1 / aa, J[0] = (ut * Ca - mt * Ua + It * Ba) * aa, J[1] = (Pe * Ua - fe * Ca - Ge * Ba) * aa, J[2] = (xr * Ea - Nr * ya + Gr * Zn) * aa, J[3] = (ar * ya - Ht * Ea - dr * Zn) * aa, J[4] = (mt * va - He * Ca - It * ka) * aa, J[5] = (ne * Ca - Pe * va + Ge * ka) * aa, J[6] = (Nr * vn - kr * Ea - Gr * cn) * aa, J[7] = (Vt * Ea - ar * vn + dr * cn) * aa, J[8] = (He * Ua - ut * va + It * Xa) * aa, J[9] = (fe * va - ne * Ua - Ge * Xa) * aa, J[10] = (kr * ya - xr * vn + Gr * kn) * aa, J[11] = (Ht * vn - Vt * ya - dr * kn) * aa, J[12] = (ut * ka - He * Ba - mt * Xa) * aa, J[13] = (ne * Ba - fe * ka + Pe * Xa) * aa, J[14] = (xr * cn - kr * Zn - Nr * kn) * aa, J[15] = (Vt * Zn - Ht * cn + ar * kn) * aa, J) : null;
153296
153296
  }, d.au = ci, d.av = Id, d.aw = ai, d.ax = function() {
153297
153297
  const J = {}, B = pe.$version;
153298
153298
  for (const ne in pe.$root) {
@@ -153351,14 +153351,14 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
153351
153351
  const Ht = fe.get("text-font").evaluate(Vt, {}, J.canonical).join(","), ar = It.evaluate(Vt, {}, J.canonical), dr = Ge.layoutTextSize.evaluate(Vt, {}, J.canonical), kr = Ge.layoutIconSize.evaluate(Vt, {}, J.canonical), xr = { horizontal: {}, vertical: void 0 }, Nr = Vt.text;
153352
153352
  let Gr, kn = [0, 0];
153353
153353
  if (Nr) {
153354
- const Zn = Nr.toString(), ya = fe.get("text-letter-spacing").evaluate(Vt, {}, J.canonical) * nl, Pa = Ii(Zn) ? ya : 0, Xa = fe.get("text-anchor").evaluate(Vt, {}, J.canonical), ka = Ga(ne, Vt, J.canonical);
153354
+ const Zn = Nr.toString(), ya = fe.get("text-letter-spacing").evaluate(Vt, {}, J.canonical) * nl, Ea = Ii(Zn) ? ya : 0, Xa = fe.get("text-anchor").evaluate(Vt, {}, J.canonical), ka = Ga(ne, Vt, J.canonical);
153355
153355
  if (!ka) {
153356
153356
  const Ca = fe.get("text-radial-offset").evaluate(Vt, {}, J.canonical);
153357
- kn = Ca ? hi(Xa, [Ca * nl, Ea]) : fe.get("text-offset").evaluate(Vt, {}, J.canonical).map((aa) => aa * nl);
153357
+ kn = Ca ? hi(Xa, [Ca * nl, La]) : fe.get("text-offset").evaluate(Vt, {}, J.canonical).map((aa) => aa * nl);
153358
153358
  }
153359
153359
  let va = ut ? "center" : fe.get("text-justify").evaluate(Vt, {}, J.canonical);
153360
153360
  const Ba = fe.get("symbol-placement") === "point" ? fe.get("text-max-width").evaluate(Vt, {}, J.canonical) * nl : 1 / 0, Ua = () => {
153361
- J.bucket.allowVerticalPlacement && es(Zn) && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, "left", Pa, kn, d.ai.vertical, !0, dr, ar));
153361
+ J.bucket.allowVerticalPlacement && es(Zn) && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, "left", Ea, kn, d.ai.vertical, !0, dr, ar));
153362
153362
  };
153363
153363
  if (!ut && ka) {
153364
153364
  const Ca = /* @__PURE__ */ new Set();
@@ -153373,14 +153373,14 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
153373
153373
  if (aa)
153374
153374
  xr.horizontal[Da] = xr.horizontal[0];
153375
153375
  else {
153376
- const Ka = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, "center", Da, Pa, kn, d.ai.horizontal, !1, dr, ar);
153376
+ const Ka = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, "center", Da, Ea, kn, d.ai.horizontal, !1, dr, ar);
153377
153377
  Ka && (xr.horizontal[Da] = Ka, aa = Ka.positionedLines.length === 1);
153378
153378
  }
153379
153379
  Ua();
153380
153380
  } else {
153381
153381
  va === "auto" && (va = ci(Xa));
153382
- const Ca = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Pa, kn, d.ai.horizontal, !1, dr, ar);
153383
- Ca && (xr.horizontal[va] = Ca), Ua(), es(Zn) && ut && mt && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Pa, kn, d.ai.vertical, !1, dr, ar));
153382
+ const Ca = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Ea, kn, d.ai.horizontal, !1, dr, ar);
153383
+ Ca && (xr.horizontal[va] = Ca), Ua(), es(Zn) && ut && mt && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Ea, kn, d.ai.vertical, !1, dr, ar));
153384
153384
  }
153385
153385
  }
153386
153386
  let cn = !1;
@@ -161547,7 +161547,7 @@ uniform ${ze} ${Ve} u_${rt};
161547
161547
  function wl(R, a) {
161548
161548
  return Math.log(R / a) / Math.LN2;
161549
161549
  }
161550
- class La extends so {
161550
+ class Oa extends so {
161551
161551
  reset() {
161552
161552
  super.reset(), delete this._distance, delete this._startDistance;
161553
161553
  }
@@ -162013,7 +162013,7 @@ uniform ${ze} ${Ve} u_${rt};
162013
162013
  return new os({ clickTolerance: Mt, move: (rr, Yt) => ({ around: Yt, panDelta: Yt.sub(rr) }), activateOnStart: !0, moveStateManager: Qt, enable: jt, assignEvents: ys });
162014
162014
  })(a), ct = new _l(a, i);
162015
162015
  i.dragPan = new Sl(E, rt, ct), this._add("mousePan", rt), this._add("touchPan", ct, ["touchZoom", "touchRotate"]), a.interactive && a.dragPan && i.dragPan.enable(a.dragPan);
162016
- const ft = new Au(), bt = new La();
162016
+ const ft = new Au(), bt = new Oa();
162017
162017
  i.touchZoomRotate = new oc(E, bt, ft, ve), this._add("touchRotate", ft, ["touchPan", "touchZoom"]), this._add("touchZoom", bt, ["touchPan", "touchRotate"]), a.interactive && a.touchZoomRotate && i.touchZoomRotate.enable(a.touchZoomRotate);
162018
162018
  const Ot = i.scrollZoom = new zl(i, () => this._triggerRenderFrame());
162019
162019
  this._add("scrollZoom", Ot, ["mousePan"]), a.interactive && a.scrollZoom && i.scrollZoom.enable(a.scrollZoom);
@@ -164025,7 +164025,7 @@ uniform ${ze} ${Ve} u_${rt};
164025
164025
  onRemove() {
164026
164026
  n.remove(this._container), this._map.off("terrain", this._updateTerrainIcon), this._map = void 0;
164027
164027
  }
164028
- }, d.TwoFingersTouchPitchHandler = Dl, d.TwoFingersTouchRotateHandler = Au, d.TwoFingersTouchZoomHandler = La, d.TwoFingersTouchZoomRotateHandler = oc, d.VectorTileSource = Ee, d.VideoSource = ge, d.addSourceType = (R, a) => e._(void 0, void 0, void 0, function* () {
164028
+ }, d.TwoFingersTouchPitchHandler = Dl, d.TwoFingersTouchRotateHandler = Au, d.TwoFingersTouchZoomHandler = Oa, d.TwoFingersTouchZoomRotateHandler = oc, d.VectorTileSource = Ee, d.VideoSource = ge, d.addSourceType = (R, a) => e._(void 0, void 0, void 0, function* () {
164029
164029
  if (je(R))
164030
164030
  throw new Error(`A source type called "${R}" already exists.`);
164031
164031
  ((i, E) => {
@@ -164407,12 +164407,12 @@ const nS = /* @__PURE__ */ n4e(a4e), i4e = { id: "main-container" }, o4e = { id:
164407
164407
  let te = 0.75, Te = pn("left");
164408
164408
  const z = K, O = pn(null), t = pn(null), x = pn(0), d = pn(null), e = /* @__PURE__ */ new Set([583, 585, 587, 589]), S = /* @__PURE__ */ new Set([584, 586, 588, 590]), y = /* @__PURE__ */ new Set([122, 128, 136, 142]), m = /* @__PURE__ */ new Set([125, 131, 139, 145]), c = /* @__PURE__ */ new Set([124, 130, 138, 144]), n = /* @__PURE__ */ new Set([123, 129, 137, 143]), r = T;
164409
164409
  let l = null;
164410
- Oa(
164410
+ Pa(
164411
164411
  () => x.value,
164412
164412
  (U) => {
164413
164413
  s(U), t.value && (t.value.style.height = `${u(U)}px`), d.value && (d.value.style.top = `${h(u(U))}px`);
164414
164414
  }
164415
- ), Oa(
164415
+ ), Pa(
164416
164416
  () => r.selected_category,
164417
164417
  (U) => {
164418
164418
  U == 32 ? Te.value = "right" : Te.value = "left";
@@ -164436,18 +164436,18 @@ const nS = /* @__PURE__ */ n4e(a4e), i4e = { id: "main-container" }, o4e = { id:
164436
164436
  function h(U) {
164437
164437
  return yS + (U - gS) / (pS - gS) * (v4e - yS);
164438
164438
  }
164439
- Oa(
164439
+ Pa(
164440
164440
  () => r.dataPaintInfo,
164441
164441
  (U) => {
164442
164442
  p(U);
164443
164443
  },
164444
164444
  { deep: !0 }
164445
- ), Oa(
164445
+ ), Pa(
164446
164446
  () => r.selected_team,
164447
164447
  (U) => {
164448
164448
  U.data.length > 0 && p(U);
164449
164449
  }
164450
- ), Oa(
164450
+ ), Pa(
164451
164451
  () => r.secondStart,
164452
164452
  (U) => {
164453
164453
  p(U);
@@ -166559,7 +166559,7 @@ const G4e = { class: "container-section" }, W4e = {
166559
166559
  "206a4406": T.mainComponentWidth
166560
166560
  }));
166561
166561
  const j = Gd(), te = pn(0);
166562
- Oa(
166562
+ Pa(
166563
166563
  () => j.state.filterGeneral.teamId,
166564
166564
  () => {
166565
166565
  te.value += 1;
@@ -167133,7 +167133,7 @@ const y6e = (T) => (uo("data-v-2038666d"), T = T(), ho(), T), v6e = { class: "ca
167133
167133
  lineCap: "round"
167134
167134
  }
167135
167135
  }), Te = pn([0]);
167136
- return Oa(
167136
+ return Pa(
167137
167137
  () => K.effectiveness,
167138
167138
  (z) => {
167139
167139
  z && (Te.value = [z], j.value += 1);
@@ -168883,7 +168883,7 @@ const B8e = { class: "card-featured-players" }, j8e = {
168883
168883
  const j = T;
168884
168884
  hg(j);
168885
168885
  const te = _9(j, "componentWidth"), Te = pn([]);
168886
- In(() => te.value < 500 ? "break-point-3" : ""), Oa(
168886
+ In(() => te.value < 500 ? "break-point-3" : ""), Pa(
168887
168887
  () => j.data,
168888
168888
  (t) => {
168889
168889
  Te.value = t.map((x, d) => ({ ...x, isOpen: !1, backgroundColor: d % 2 ? "#172531" : "#0D1D29" }));
@@ -169664,7 +169664,7 @@ const L7e = { class: "gs-wind-rose__header" }, E7e = { class: "gs-wind-rose__tit
169664
169664
  };
169665
169665
  return (j.boxPosition === "left" || j.boxPosition === "right") && (d[`margin-${j.boxPosition}`] = j.isBoxOnly ? "0" : j.teamsIds ? "8px" : "10px"), d;
169666
169666
  });
169667
- Oa(
169667
+ Pa(
169668
169668
  () => j.modelValue,
169669
169669
  (d) => {
169670
169670
  d !== te.value && (te.value = d);
@@ -169823,13 +169823,13 @@ const L7e = { class: "gs-wind-rose__header" }, E7e = { class: "gs-wind-rose__tit
169823
169823
  }), t = In(() => ({
169824
169824
  "--template-columns": j.isExpansionMode ? "1fr" : "1fr 1fr"
169825
169825
  })), x = In(() => j.productivityCategories.offensive.categories.reduce((m, c) => (c.isSelected && m++, m), 0)), d = In(() => j.productivityCategories.defensive.categories.reduce((m, c) => (c.isSelected && m++, m), 0)), e = In(() => j.productivityCategories.possession.categories.reduce((m, c) => (c.isSelected && m++, m), 0));
169826
- Oa(
169826
+ Pa(
169827
169827
  () => j.productivityCategories,
169828
169828
  (m) => {
169829
169829
  O.value.areYellowCardsSelected = m.offensesConditions.areYellowCardsSelected, O.value.areRedCardsSelected = m.offensesConditions.areRedCardsSelected, O.value.areFoulsCommittedSelected = m.offensesConditions.areFoulsCommittedSelected;
169830
169830
  },
169831
169831
  { deep: !0, immediate: !0 }
169832
- ), Oa(
169832
+ ), Pa(
169833
169833
  O,
169834
169834
  (m) => {
169835
169835
  K("update:offensesConditions", m);
@@ -170251,7 +170251,7 @@ const L7e = { class: "gs-wind-rose__header" }, E7e = { class: "gs-wind-rose__tit
170251
170251
  emits: ["change-filters-selected", "update:filters"],
170252
170252
  setup(T, { emit: K }) {
170253
170253
  const j = T, te = pn(!1), Te = In(() => j.tournaments.filter((O) => O.isSelected).length);
170254
- Oa(
170254
+ Pa(
170255
170255
  () => j.tournaments,
170256
170256
  (O) => {
170257
170257
  const t = O.filter((x) => x.isSelected);
@@ -170361,7 +170361,7 @@ const L7e = { class: "gs-wind-rose__header" }, E7e = { class: "gs-wind-rose__tit
170361
170361
  "--svg-width": `${j.svgWidth}px`,
170362
170362
  "--svg-height": `${j.svgHeight}px`
170363
170363
  }));
170364
- Oa(
170364
+ Pa(
170365
170365
  () => j.categories,
170366
170366
  (z) => {
170367
170367
  const O = z.filter((t) => t.isSelected);
@@ -170815,7 +170815,7 @@ const C9e = /* @__PURE__ */ y9e(Ow, [["render", A9e], ["__scopeId", "data-v-fb26
170815
170815
  emits: ["input", "click-ready", "update:modelValue"],
170816
170816
  setup(T, { emit: K }) {
170817
170817
  const j = T, te = pn({}), Te = pn(null), z = pn(j.isMultipleOption ? -1 : 0), O = pn(!1);
170818
- Oa(
170818
+ Pa(
170819
170819
  () => j.items,
170820
170820
  (m, c) => {
170821
170821
  if (!j.modelValue && (!j.onlyFirstTime || !c || !c.length) && m && m.length) {
@@ -170830,7 +170830,7 @@ const C9e = /* @__PURE__ */ y9e(Ow, [["render", A9e], ["__scopeId", "data-v-fb26
170830
170830
  }
170831
170831
  },
170832
170832
  { immediate: !0 }
170833
- ), Oa(
170833
+ ), Pa(
170834
170834
  () => j.modelValue,
170835
170835
  (m) => {
170836
170836
  if (m) {
@@ -170993,7 +170993,7 @@ const C9e = /* @__PURE__ */ y9e(Ow, [["render", A9e], ["__scopeId", "data-v-fb26
170993
170993
  emits: ["update:universeFilters"],
170994
170994
  setup(T, { expose: K, emit: j }) {
170995
170995
  const te = T, Te = pn(!1), z = pn(!1), O = pn(!1), t = pn({ statistics: {} });
170996
- Oa(
170996
+ Pa(
170997
170997
  () => te.universeFilters,
170998
170998
  (m) => {
170999
170999
  t.value = {
@@ -171003,7 +171003,7 @@ const C9e = /* @__PURE__ */ y9e(Ow, [["render", A9e], ["__scopeId", "data-v-fb26
171003
171003
  };
171004
171004
  },
171005
171005
  { deep: !0, immediate: !0 }
171006
- ), Oa(
171006
+ ), Pa(
171007
171007
  () => t,
171008
171008
  (m) => {
171009
171009
  Te.value = !m.value.minutesPlayed || Number(m.value.minutesPlayed) === 0, z.value = !m.value.percentMinutesPlayed || Number(m.value.percentMinutesPlayed) === 0, O.value = !m.value.lastMonths || Number(m.value.lastMonths) === 0, j("update:universeFilters", m);
@@ -171608,7 +171608,7 @@ const aM = /* @__PURE__ */ nM(Lw, [["render", mTe]]), gTe = { class: "template-d
171608
171608
  minLimit: 0,
171609
171609
  maxLimit: 0
171610
171610
  });
171611
- Oa(
171611
+ Pa(
171612
171612
  () => te.value,
171613
171613
  (z) => {
171614
171614
  K("update:distanceFilters", z);
@@ -171616,7 +171616,7 @@ const aM = /* @__PURE__ */ nM(Lw, [["render", mTe]]), gTe = { class: "template-d
171616
171616
  {
171617
171617
  deep: !0
171618
171618
  }
171619
- ), Oa(
171619
+ ), Pa(
171620
171620
  () => j.distance,
171621
171621
  (z) => {
171622
171622
  te.value.minValue = z.minValue, te.value.maxValue = z.maxValue, te.value.minLimit = z.minLimit, te.value.maxLimit = z.maxLimit;
@@ -171656,13 +171656,13 @@ const aM = /* @__PURE__ */ nM(Lw, [["render", mTe]]), gTe = { class: "template-d
171656
171656
  emits: ["update:gamesFilters"],
171657
171657
  setup(T, { emit: K }) {
171658
171658
  const j = T, te = pn(!1), Te = In(() => j.gamesFilters.filter((O) => O.isSelected).length);
171659
- Oa(
171659
+ Pa(
171660
171660
  () => j.gamesFilters,
171661
171661
  (O) => {
171662
171662
  K("update:gamesFilters", O);
171663
171663
  },
171664
171664
  { deep: !0 }
171665
- ), Oa(
171665
+ ), Pa(
171666
171666
  Te,
171667
171667
  (O) => {
171668
171668
  te.value = O === j.gamesFilters.length, K("update:gamesFilters", j.gamesFilters);
@@ -172137,7 +172137,7 @@ const GTe = /* @__PURE__ */ RTe(Pw, [["render", KTe], ["__scopeId", "data-v-fb26
172137
172137
  };
172138
172138
  return (j.boxPosition === "left" || j.boxPosition === "right") && (d[`margin-${j.boxPosition}`] = j.isBoxOnly ? "0" : j.teamsIds ? "8px" : "10px"), d;
172139
172139
  });
172140
- Oa(
172140
+ Pa(
172141
172141
  () => j.modelValue,
172142
172142
  (d) => {
172143
172143
  d !== te.value && (te.value = d);
@@ -172785,12 +172785,12 @@ const Pke = /* @__PURE__ */ nke(Iw, [["render", Eke], ["__scopeId", "data-v-b856
172785
172785
  const te = pn(j.selectedButtonIndex), Te = In(() => ({
172786
172786
  "--grid-template-columns": `repeat(${j.buttons.length}, 1fr)`
172787
172787
  }));
172788
- Oa(
172788
+ Pa(
172789
172789
  () => j.selectedButtonIndex,
172790
172790
  (O) => {
172791
172791
  te.value = O;
172792
172792
  }
172793
- ), Oa(te, (O, t) => {
172793
+ ), Pa(te, (O, t) => {
172794
172794
  O !== t && K("change", { index: O, button: j.buttons[O] });
172795
172795
  });
172796
172796
  function z(O) {
@@ -174740,7 +174740,7 @@ const wCe = {
174740
174740
  emits: ["update:modelValue"],
174741
174741
  setup(T, { emit: K }) {
174742
174742
  const j = T, te = pn(null);
174743
- Oa(
174743
+ Pa(
174744
174744
  () => j.modelValue,
174745
174745
  () => {
174746
174746
  Te();
@@ -174823,26 +174823,26 @@ const wCe = {
174823
174823
  const w = k[0];
174824
174824
  return (!w || w.id !== 0) && k.unshift(O), k.sort((f, M) => f.id - M.id), k;
174825
174825
  }), o = In(() => te.season && te.season.tournamentId && Te.includes(te.season.tournamentId));
174826
- Oa(
174826
+ Pa(
174827
174827
  r,
174828
174828
  (k) => {
174829
174829
  const w = k.reduce((f, M, p) => (p !== 0 && M.isSelected && f++, f), 0);
174830
174830
  w === r.value.length - 1 && (k[0].isSelected = !0), k[0] && k[0].isSelected ? y.value = "Todas las nacionalidades" : y.value = `${w} seleccionadas`, A();
174831
174831
  },
174832
174832
  { immediate: !0, deep: !0 }
174833
- ), Oa(
174833
+ ), Pa(
174834
174834
  l,
174835
174835
  (k) => {
174836
174836
  const w = k.reduce((f, M, p) => (p !== 0 && M.isSelected && f++, f), 0);
174837
174837
  w === l.value.length - 1 && (k[0].isSelected = !0), k[0] && k[0].isSelected ? m.value = "Todas las posiciones" : m.value = `${w} seleccionadas`, A();
174838
174838
  },
174839
174839
  { immediate: !0, deep: !0 }
174840
- ), Oa(
174840
+ ), Pa(
174841
174841
  () => t.value.isEligibilitySelected,
174842
174842
  () => {
174843
174843
  A();
174844
174844
  }
174845
- ), Oa(
174845
+ ), Pa(
174846
174846
  () => te.season,
174847
174847
  (k) => {
174848
174848
  k && k.id !== n.value && (n.value = k.id, s(k));
@@ -175250,7 +175250,7 @@ const wCe = {
175250
175250
  emits: ["update:resultsFilters"],
175251
175251
  setup(T, { emit: K }) {
175252
175252
  const j = T, te = In(() => j.resultsFilters.results.filter((Te) => Te.isSelected).length);
175253
- return Oa(
175253
+ return Pa(
175254
175254
  () => j.resultsFilters,
175255
175255
  (Te) => {
175256
175256
  K("update:resultsFilters", Te);
@@ -175641,11 +175641,11 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
175641
175641
  },
175642
175642
  setup(T) {
175643
175643
  const K = T, j = Ig(
175644
- () => import("./FilterSubcategories-4bc20b72-554ff13f.js")
175644
+ () => import("./FilterSubcategories-4bc20b72-17149b01.js")
175645
175645
  ), te = Ig(
175646
- () => import("./FilterConditions-8968e395-bd172feb.js")
175646
+ () => import("./FilterConditions-8968e395-7567a629.js")
175647
175647
  ), Te = Ig(
175648
- () => import("./FilterField-ef44bc20-1e4fdd1e.js")
175648
+ () => import("./FilterField-ef44bc20-95a762d1.js")
175649
175649
  ), z = [
175650
175650
  {
175651
175651
  name: "Sub categorías",
@@ -176204,11 +176204,11 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
176204
176204
  }), r = pn([]);
176205
176205
  pn({});
176206
176206
  const l = pn(null);
176207
- Oa(S, (P) => {
176207
+ Pa(S, (P) => {
176208
176208
  y.value.numberSeasonSelectedIndex = y.value.seasons.findIndex(
176209
176209
  (U) => U.id === P.id
176210
176210
  ), P.arrayMatchDays ? (c.value = P.arrayMatchDays[0] || {}, m.value = P.arrayTeams[0] || {}) : (v(P), b(P));
176211
- }), Oa(m, () => {
176211
+ }), Pa(m, () => {
176212
176212
  setTimeout(() => {
176213
176213
  S.value.mapPlayersByTeam && (!m.value.arrayPlayers || !m.value.arrayPlayers.length) && (m.value.arrayPlayers = S.value.mapPlayersByTeam.get(
176214
176214
  m.value.team_id
@@ -176620,7 +176620,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
176620
176620
  emits: ["change-filters-selected", "update:filters"],
176621
176621
  setup(T, { expose: K, emit: j }) {
176622
176622
  const te = T, Te = pn(!1), z = pn([]), O = In(() => te.isExpansionMode ? "Cobradores filtrados:" : "Cobradores con los filtros seleccionados"), t = In(() => z.value.reduce((n, r) => r.isSelected ? n + 1 : n, 0));
176623
- Oa(
176623
+ Pa(
176624
176624
  () => te.takenCornersFilters,
176625
176625
  (n) => {
176626
176626
  z.value = n.map((r) => {
@@ -176629,7 +176629,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
176629
176629
  });
176630
176630
  },
176631
176631
  { immediate: !0, deep: !0 }
176632
- ), Oa(
176632
+ ), Pa(
176633
176633
  t,
176634
176634
  (n) => {
176635
176635
  Te.value = n === z.value.length, j("change-filters-selected", n), j("update:filters", z.value);
@@ -176801,12 +176801,12 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
176801
176801
  emits: ["update:filters", "change-filters-selected"],
176802
176802
  setup(T, { emit: K }) {
176803
176803
  const j = T, te = pn("left"), Te = In(() => j.howWasCornerFilters[j.howWasCornerFilters.cornerType]), z = In(() => Te.value.filter((t) => t.isSelected).length);
176804
- Oa(
176804
+ Pa(
176805
176805
  () => te.value,
176806
176806
  (t) => {
176807
176807
  j.howWasCornerFilters.cornerType = t;
176808
176808
  }
176809
- ), Oa(
176809
+ ), Pa(
176810
176810
  () => j.howWasCornerFilters,
176811
176811
  (t) => {
176812
176812
  K(
@@ -176978,15 +176978,15 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
176978
176978
  emits: ["update:filters", "change-filters-selected"],
176979
176979
  setup(T, { expose: K, emit: j }) {
176980
176980
  const te = T, Te = pn(!0), z = pn([]), O = In(() => (/* @__PURE__ */ new Date()).getTime());
176981
- Oa(z, (e) => {
176981
+ Pa(z, (e) => {
176982
176982
  Te.value = e.length === 35;
176983
- }), Oa(
176983
+ }), Pa(
176984
176984
  () => te.zoneFilters,
176985
176985
  (e) => {
176986
176986
  z.value = e;
176987
176987
  },
176988
176988
  { immediate: !0, deep: !0 }
176989
- ), Oa(
176989
+ ), Pa(
176990
176990
  () => z.value,
176991
176991
  (e) => {
176992
176992
  j("update:filters", e), j("change-filters-selected", e.length);
@@ -177537,7 +177537,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
177537
177537
  const te = T, Te = In(() => te.whatHappenedFilters.reduce((m, c) => (c.child ? c.child.forEach((n) => {
177538
177538
  n.isSelected && m++;
177539
177539
  }) : c.isSelected && m++, m), 0)), z = In(() => te.whatHappenedFilters.reduce((m, c) => (c.child ? m += c.child.length : m++, m), 0)), O = In(() => Te.value === z.value), t = In(() => Te.value === 1);
177540
- Oa(
177540
+ Pa(
177541
177541
  () => te.whatHappenedFilters,
177542
177542
  (m) => {
177543
177543
  j("change-filters-selected", Te.value), j("update:filters", m);
@@ -177682,7 +177682,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
177682
177682
  const x = Te.value.isMoment ? Te.value.results.moment.filter((d) => d.isSelected).length : Te.value.results.final.filter((d) => d.isSelected).length;
177683
177683
  return j("change-filters-selected", x), x;
177684
177684
  }), O = In(() => Te.value.isMoment ? "Resultado al momento del cobro" : "Resultado al final del partido");
177685
- Oa(
177685
+ Pa(
177686
177686
  () => te.resultsFilters,
177687
177687
  (x) => {
177688
177688
  Te.value === null && (Te.value = { ...x });
@@ -177691,7 +177691,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
177691
177691
  deep: !0,
177692
177692
  immediate: !0
177693
177693
  }
177694
- ), Oa(
177694
+ ), Pa(
177695
177695
  Te,
177696
177696
  (x) => {
177697
177697
  j("update:filters", x);
@@ -178086,13 +178086,13 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
178086
178086
  );
178087
178087
  return s(q), te.filterType === Ra.PRODUCTIVITY && j("change-categories-selected", q.length), q.length;
178088
178088
  }), l = In(() => r.value >= te.productivityMaxCategories), o = In(() => te.isPlayingAsHidden ? te.gameSections : te.playingAs.concat(te.gameSections));
178089
- Oa(
178089
+ Pa(
178090
178090
  O,
178091
178091
  (q) => {
178092
178092
  te.filterType === Ra.DETAILS && j("update:filters", q);
178093
178093
  },
178094
178094
  { immediate: !0, deep: !0 }
178095
- ), Oa(
178095
+ ), Pa(
178096
178096
  () => o.value,
178097
178097
  (q) => {
178098
178098
  if (te.filterType === Ra.DETAILS) {
@@ -178101,7 +178101,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
178101
178101
  }
178102
178102
  },
178103
178103
  { immediate: !0, deep: !0 }
178104
- ), Oa(
178104
+ ), Pa(
178105
178105
  () => te.playsGolstatsCategories,
178106
178106
  (q) => {
178107
178107
  if (te.filterType === Ra.PLAYS_TYPES || te.filterType === Ra.GOLSTATS) {
@@ -178110,24 +178110,24 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
178110
178110
  }
178111
178111
  },
178112
178112
  { immediate: !0 }
178113
- ), Oa(
178113
+ ), Pa(
178114
178114
  () => te.fieldAreas,
178115
178115
  (q) => {
178116
178116
  te.filterType === Ra.FIELD && j("change-filters-selected", q.length);
178117
178117
  }
178118
- ), Oa(
178118
+ ), Pa(
178119
178119
  n,
178120
178120
  () => {
178121
178121
  te.filterType === Ra.PLAYS && k();
178122
178122
  },
178123
178123
  { immediate: !0, deep: !0 }
178124
- ), Oa(
178124
+ ), Pa(
178125
178125
  c,
178126
178126
  () => {
178127
178127
  te.filterType === Ra.PRODUCTIVITY && w();
178128
178128
  },
178129
178129
  { immediate: !0, deep: !0 }
178130
- ), Oa(
178130
+ ), Pa(
178131
178131
  () => te.resultsFilters,
178132
178132
  (q) => {
178133
178133
  te.filterType === Ra.RESULTS && j("change-filters-selected", q.results.filter((H) => H.isSelected).length);
@@ -178505,7 +178505,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
178505
178505
  }
178506
178506
  return m;
178507
178507
  }), x = In(() => Te.value ? j.zIndexOpen : 1);
178508
- Oa(
178508
+ Pa(
178509
178509
  () => j.modelValue,
178510
178510
  (m) => {
178511
178511
  m !== Te.value && (Te.value = m);
@@ -178513,7 +178513,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
178513
178513
  {
178514
178514
  immediate: !0
178515
178515
  }
178516
- ), Oa(Te, (m) => {
178516
+ ), Pa(Te, (m) => {
178517
178517
  m || setTimeout(() => {
178518
178518
  O.value["--translate-x"] = "0px";
178519
178519
  }, 500);
@@ -179076,7 +179076,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
179076
179076
  "--separator-width": j.separatorWidth,
179077
179077
  "--separator-color": j.separatorColor
179078
179078
  }));
179079
- Oa(
179079
+ Pa(
179080
179080
  () => j.modelValue,
179081
179081
  (O) => {
179082
179082
  te.value = O;
@@ -180097,7 +180097,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
180097
180097
  filterType: Ra.WHAT_HAPPENED,
180098
180098
  isFooterVisible: !0
180099
180099
  }, v = pn(!1), b = pn(!1), _ = pn(0), A = pn(0), C = pn({}), g = pn(null), k = pn(null), w = In(() => te.menuButtonText || P()), f = In(() => te.expansionPanelText || P()), M = pn(null);
180100
- Oa(
180100
+ Pa(
180101
180101
  () => te.filterType,
180102
180102
  (ee) => {
180103
180103
  ee === Ra.PRODUCTIVITY ? C.value = {
@@ -180180,7 +180180,7 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
180180
180180
  }), C.value.isExpansionMode = te.isExpansionPanel, te.isExpansionPanel && (C.value.width = "100%", C.value.maxWidth = "100%");
180181
180181
  },
180182
180182
  { immediate: !0 }
180183
- ), Oa(
180183
+ ), Pa(
180184
180184
  () => te.filters,
180185
180185
  () => {
180186
180186
  te.filterType === Ra.PRODUCTIVITY ? C.value = {
@@ -180261,9 +180261,9 @@ const gMe = { class: "dropdown" }, yMe = { class: "selected-item" }, vMe = {
180261
180261
  whatHappenedFilters: te.filters || [...M3]
180262
180262
  }), C.value.isExpansionMode = te.isExpansionPanel, te.isExpansionPanel && (C.value.width = "100%", C.value.maxWidth = "100%");
180263
180263
  }
180264
- ), Oa(v, (ee) => {
180264
+ ), Pa(v, (ee) => {
180265
180265
  ee || j("close", M.value);
180266
- }), Oa(b, (ee) => {
180266
+ }), Pa(b, (ee) => {
180267
180267
  ee || j("close", M.value);
180268
180268
  });
180269
180269
  function p(ee) {
@@ -233473,7 +233473,7 @@ void main() {
233473
233473
  return wl(i, E, F);
233474
233474
  }, ve();
233475
233475
  }
233476
- function La(i, E) {
233476
+ function Oa(i, E) {
233477
233477
  function F(G) {
233478
233478
  if (G <= G)
233479
233479
  return E[e.bisect(i, G)];
@@ -233485,7 +233485,7 @@ void main() {
233485
233485
  }, F.invertExtent = function(G) {
233486
233486
  return G = E.indexOf(G), [i[G - 1], i[G]];
233487
233487
  }, F.copy = function() {
233488
- return La(i, E);
233488
+ return Oa(i, E);
233489
233489
  }, F;
233490
233490
  }
233491
233491
  function Zc(i) {
@@ -233510,7 +233510,7 @@ void main() {
233510
233510
  }, e.scale.quantize = function() {
233511
233511
  return wl(0, 1, [0, 1]);
233512
233512
  }, e.scale.threshold = function() {
233513
- return La([0.5], [0, 1]);
233513
+ return Oa([0.5], [0, 1]);
233514
233514
  }, e.scale.identity = function() {
233515
233515
  return Zc([0, 1]);
233516
233516
  }, e.svg = {}, e.svg.arc = function() {
@@ -235495,10 +235495,10 @@ void main() {
235495
235495
  return Ga = hi[0], Array.isArray(Ga) ? "(" + Ga.map(Sr).join(", ") + ")" : "(" + Sr(Ga.type) + "...)";
235496
235496
  var Ga;
235497
235497
  }).join(" | "), na = [], _a = 1; _a < I.length; _a++) {
235498
- var Ea = W.parse(I[_a], 1 + na.length);
235499
- if (!Ea)
235498
+ var La = W.parse(I[_a], 1 + na.length);
235499
+ if (!La)
235500
235500
  return null;
235501
- na.push(Sr(Ea.type));
235501
+ na.push(Sr(La.type));
235502
235502
  }
235503
235503
  W.error("Expected arguments of type " + da + ", but found (" + na.join(", ") + ") instead.");
235504
235504
  }
@@ -236541,8 +236541,8 @@ void main() {
236541
236541
  return { kind: "composite", interpolationType: Qn, interpolationFactor: Vo.interpolationFactor.bind(void 0, Qn), zoomStops: An.map(function(na) {
236542
236542
  return na[0];
236543
236543
  }), evaluate: function(na, _a) {
236544
- var Ea = na.zoom;
236545
- return tu({ stops: An, base: I.base }, W, Ea).evaluate(Ea, _a);
236544
+ var La = na.zoom;
236545
+ return tu({ stops: An, base: I.base }, W, La).evaluate(La, _a);
236546
236546
  } };
236547
236547
  }
236548
236548
  if (Ut) {
@@ -236555,8 +236555,8 @@ void main() {
236555
236555
  } };
236556
236556
  }
236557
236557
  return { kind: "source", evaluate: function(na, _a) {
236558
- var Ea = _a && _a.properties ? _a.properties[I.property] : void 0;
236559
- return Ea === void 0 ? Zs(I.default, W.default) : oe(I, W, Ea, _e, De);
236558
+ var La = _a && _a.properties ? _a.properties[I.property] : void 0;
236559
+ return La === void 0 ? Zs(I.default, W.default) : oe(I, W, La, _e, De);
236560
236560
  } };
236561
236561
  }
236562
236562
  function Zs(I, W, oe) {
@@ -237392,16 +237392,16 @@ void main() {
237392
237392
  return De[ac + I.length] = Ze, De.set(this.keys, Ze), Ze += this.keys.length, De[ac + I.length + 1] = Ze, De.set(this.bboxes, Ze), Ze += this.bboxes.length, De.buffer;
237393
237393
  };
237394
237394
  var so = l.ImageData, Mi = l.ImageBitmap, wl = {};
237395
- function La(I, W, oe) {
237395
+ function Oa(I, W, oe) {
237396
237396
  oe === void 0 && (oe = {}), Object.defineProperty(W, "_classRegistryKey", { value: I, writeable: !1 }), wl[I] = { klass: W, omit: oe.omit || [], shallow: oe.shallow || [] };
237397
237397
  }
237398
- for (var Zc in La("Object", Object), kc.serialize = function(I, W) {
237398
+ for (var Zc in Oa("Object", Object), kc.serialize = function(I, W) {
237399
237399
  var oe = I.toArrayBuffer();
237400
237400
  return W && W.push(oe), { buffer: oe };
237401
237401
  }, kc.deserialize = function(I) {
237402
237402
  return new kc(I.buffer);
237403
- }, La("Grid", kc), La("Color", en), La("Error", Error), La("ResolvedImage", ia), La("StylePropertyFunction", Ei), La("StyleExpression", vl, { omit: ["_evaluator"] }), La("ZoomDependentExpression", fa), La("ZoomConstantExpression", ha), La("CompoundExpression", Yr, { omit: ["_evaluate"] }), zc)
237404
- zc[Zc]._classRegistryKey || La("Expression_" + Zc, zc[Zc]);
237403
+ }, Oa("Grid", kc), Oa("Color", en), Oa("Error", Error), Oa("ResolvedImage", ia), Oa("StylePropertyFunction", Ei), Oa("StyleExpression", vl, { omit: ["_evaluator"] }), Oa("ZoomDependentExpression", fa), Oa("ZoomConstantExpression", ha), Oa("CompoundExpression", Yr, { omit: ["_evaluate"] }), zc)
237404
+ zc[Zc]._classRegistryKey || Oa("Expression_" + Zc, zc[Zc]);
237405
237405
  function Au(I) {
237406
237406
  return I && typeof ArrayBuffer < "u" && (I instanceof ArrayBuffer || I.constructor && I.constructor.name === "ArrayBuffer");
237407
237407
  }
@@ -237863,7 +237863,7 @@ void main() {
237863
237863
  this.defaultTransitioningPropertyValues[W] = De.untransitioned(), this.defaultPossiblyEvaluatedValues[W] = _e.possiblyEvaluate({});
237864
237864
  }
237865
237865
  };
237866
- La("DataDrivenProperty", ja), La("DataConstantProperty", ga), La("CrossFadedDataDrivenProperty", ts), La("CrossFadedProperty", kl), La("ColorRampProperty", cc);
237866
+ Oa("DataDrivenProperty", ja), Oa("DataConstantProperty", ga), Oa("CrossFadedDataDrivenProperty", ts), Oa("CrossFadedProperty", kl), Oa("ColorRampProperty", cc);
237867
237867
  var _c = "-transition", _i = function(I) {
237868
237868
  function W(oe, _e) {
237869
237869
  if (I.call(this), this.id = oe.id, this.type = oe.type, this._featureFilter = { filter: function() {
@@ -237984,7 +237984,7 @@ void main() {
237984
237984
  return this.int16[Ze + 0] = _e, this.int16[Ze + 1] = De, oe;
237985
237985
  }, W;
237986
237986
  }(Sa);
237987
- wc.prototype.bytesPerElement = 4, La("StructArrayLayout2i4", wc);
237987
+ wc.prototype.bytesPerElement = 4, Oa("StructArrayLayout2i4", wc);
237988
237988
  var Ns = function(I) {
237989
237989
  function W() {
237990
237990
  I.apply(this, arguments);
@@ -237999,7 +237999,7 @@ void main() {
237999
237999
  return this.int16[xt + 0] = _e, this.int16[xt + 1] = De, this.int16[xt + 2] = Ze, this.int16[xt + 3] = it, oe;
238000
238000
  }, W;
238001
238001
  }(Sa);
238002
- Ns.prototype.bytesPerElement = 8, La("StructArrayLayout4i8", Ns);
238002
+ Ns.prototype.bytesPerElement = 8, Oa("StructArrayLayout4i8", Ns);
238003
238003
  var vt = function(I) {
238004
238004
  function W() {
238005
238005
  I.apply(this, arguments);
@@ -238014,7 +238014,7 @@ void main() {
238014
238014
  return this.int16[er + 0] = _e, this.int16[er + 1] = De, this.int16[er + 2] = Ze, this.int16[er + 3] = it, this.int16[er + 4] = xt, this.int16[er + 5] = Ut, oe;
238015
238015
  }, W;
238016
238016
  }(Sa);
238017
- vt.prototype.bytesPerElement = 12, La("StructArrayLayout2i4i12", vt);
238017
+ vt.prototype.bytesPerElement = 12, Oa("StructArrayLayout2i4i12", vt);
238018
238018
  var _t = function(I) {
238019
238019
  function W() {
238020
238020
  I.apply(this, arguments);
@@ -238029,7 +238029,7 @@ void main() {
238029
238029
  return this.int16[er + 0] = _e, this.int16[er + 1] = De, this.uint8[nr + 4] = Ze, this.uint8[nr + 5] = it, this.uint8[nr + 6] = xt, this.uint8[nr + 7] = Ut, oe;
238030
238030
  }, W;
238031
238031
  }(Sa);
238032
- _t.prototype.bytesPerElement = 8, La("StructArrayLayout2i4ub8", _t);
238032
+ _t.prototype.bytesPerElement = 8, Oa("StructArrayLayout2i4ub8", _t);
238033
238033
  var Rt = function(I) {
238034
238034
  function W() {
238035
238035
  I.apply(this, arguments);
@@ -238044,7 +238044,7 @@ void main() {
238044
238044
  return this.float32[Ze + 0] = _e, this.float32[Ze + 1] = De, oe;
238045
238045
  }, W;
238046
238046
  }(Sa);
238047
- Rt.prototype.bytesPerElement = 8, La("StructArrayLayout2f8", Rt);
238047
+ Rt.prototype.bytesPerElement = 8, Oa("StructArrayLayout2f8", Rt);
238048
238048
  var Q = function(I) {
238049
238049
  function W() {
238050
238050
  I.apply(this, arguments);
@@ -238059,7 +238059,7 @@ void main() {
238059
238059
  return this.uint16[hr + 0] = _e, this.uint16[hr + 1] = De, this.uint16[hr + 2] = Ze, this.uint16[hr + 3] = it, this.uint16[hr + 4] = xt, this.uint16[hr + 5] = Ut, this.uint16[hr + 6] = er, this.uint16[hr + 7] = nr, this.uint16[hr + 8] = lr, this.uint16[hr + 9] = yr, oe;
238060
238060
  }, W;
238061
238061
  }(Sa);
238062
- Q.prototype.bytesPerElement = 20, La("StructArrayLayout10ui20", Q);
238062
+ Q.prototype.bytesPerElement = 20, Oa("StructArrayLayout10ui20", Q);
238063
238063
  var R = function(I) {
238064
238064
  function W() {
238065
238065
  I.apply(this, arguments);
@@ -238074,7 +238074,7 @@ void main() {
238074
238074
  return this.int16[Dr + 0] = _e, this.int16[Dr + 1] = De, this.int16[Dr + 2] = Ze, this.int16[Dr + 3] = it, this.uint16[Dr + 4] = xt, this.uint16[Dr + 5] = Ut, this.uint16[Dr + 6] = er, this.uint16[Dr + 7] = nr, this.int16[Dr + 8] = lr, this.int16[Dr + 9] = yr, this.int16[Dr + 10] = hr, this.int16[Dr + 11] = zr, oe;
238075
238075
  }, W;
238076
238076
  }(Sa);
238077
- R.prototype.bytesPerElement = 24, La("StructArrayLayout4i4ui4i24", R);
238077
+ R.prototype.bytesPerElement = 24, Oa("StructArrayLayout4i4ui4i24", R);
238078
238078
  var a = function(I) {
238079
238079
  function W() {
238080
238080
  I.apply(this, arguments);
@@ -238089,7 +238089,7 @@ void main() {
238089
238089
  return this.float32[it + 0] = _e, this.float32[it + 1] = De, this.float32[it + 2] = Ze, oe;
238090
238090
  }, W;
238091
238091
  }(Sa);
238092
- a.prototype.bytesPerElement = 12, La("StructArrayLayout3f12", a);
238092
+ a.prototype.bytesPerElement = 12, Oa("StructArrayLayout3f12", a);
238093
238093
  var i = function(I) {
238094
238094
  function W() {
238095
238095
  I.apply(this, arguments);
@@ -238104,7 +238104,7 @@ void main() {
238104
238104
  return this.uint32[De + 0] = _e, oe;
238105
238105
  }, W;
238106
238106
  }(Sa);
238107
- i.prototype.bytesPerElement = 4, La("StructArrayLayout1ul4", i);
238107
+ i.prototype.bytesPerElement = 4, Oa("StructArrayLayout1ul4", i);
238108
238108
  var E = function(I) {
238109
238109
  function W() {
238110
238110
  I.apply(this, arguments);
@@ -238119,7 +238119,7 @@ void main() {
238119
238119
  return this.int16[yr + 0] = _e, this.int16[yr + 1] = De, this.int16[yr + 2] = Ze, this.int16[yr + 3] = it, this.int16[yr + 4] = xt, this.int16[yr + 5] = Ut, this.uint32[hr + 3] = er, this.uint16[yr + 8] = nr, this.uint16[yr + 9] = lr, oe;
238120
238120
  }, W;
238121
238121
  }(Sa);
238122
- E.prototype.bytesPerElement = 20, La("StructArrayLayout6i1ul2ui20", E);
238122
+ E.prototype.bytesPerElement = 20, Oa("StructArrayLayout6i1ul2ui20", E);
238123
238123
  var F = function(I) {
238124
238124
  function W() {
238125
238125
  I.apply(this, arguments);
@@ -238134,7 +238134,7 @@ void main() {
238134
238134
  return this.int16[er + 0] = _e, this.int16[er + 1] = De, this.int16[er + 2] = Ze, this.int16[er + 3] = it, this.int16[er + 4] = xt, this.int16[er + 5] = Ut, oe;
238135
238135
  }, W;
238136
238136
  }(Sa);
238137
- F.prototype.bytesPerElement = 12, La("StructArrayLayout2i2i2i12", F);
238137
+ F.prototype.bytesPerElement = 12, Oa("StructArrayLayout2i2i2i12", F);
238138
238138
  var G = function(I) {
238139
238139
  function W() {
238140
238140
  I.apply(this, arguments);
@@ -238149,7 +238149,7 @@ void main() {
238149
238149
  return this.float32[Ut + 0] = _e, this.float32[Ut + 1] = De, this.float32[Ut + 2] = Ze, this.int16[er + 6] = it, this.int16[er + 7] = xt, oe;
238150
238150
  }, W;
238151
238151
  }(Sa);
238152
- G.prototype.bytesPerElement = 16, La("StructArrayLayout2f1f2i16", G);
238152
+ G.prototype.bytesPerElement = 16, Oa("StructArrayLayout2f1f2i16", G);
238153
238153
  var re = function(I) {
238154
238154
  function W() {
238155
238155
  I.apply(this, arguments);
@@ -238164,7 +238164,7 @@ void main() {
238164
238164
  return this.uint8[xt + 0] = _e, this.uint8[xt + 1] = De, this.float32[Ut + 1] = Ze, this.float32[Ut + 2] = it, oe;
238165
238165
  }, W;
238166
238166
  }(Sa);
238167
- re.prototype.bytesPerElement = 12, La("StructArrayLayout2ub2f12", re);
238167
+ re.prototype.bytesPerElement = 12, Oa("StructArrayLayout2ub2f12", re);
238168
238168
  var de = function(I) {
238169
238169
  function W() {
238170
238170
  I.apply(this, arguments);
@@ -238179,7 +238179,7 @@ void main() {
238179
238179
  return this.uint16[it + 0] = _e, this.uint16[it + 1] = De, this.uint16[it + 2] = Ze, oe;
238180
238180
  }, W;
238181
238181
  }(Sa);
238182
- de.prototype.bytesPerElement = 6, La("StructArrayLayout3ui6", de);
238182
+ de.prototype.bytesPerElement = 6, Oa("StructArrayLayout3ui6", de);
238183
238183
  var ve = function(I) {
238184
238184
  function W() {
238185
238185
  I.apply(this, arguments);
@@ -238194,22 +238194,22 @@ void main() {
238194
238194
  return this.int16[Dn + 0] = _e, this.int16[Dn + 1] = De, this.uint16[Dn + 2] = Ze, this.uint16[Dn + 3] = it, this.uint32[Jn + 2] = xt, this.uint32[Jn + 3] = Ut, this.uint32[Jn + 4] = er, this.uint16[Dn + 10] = nr, this.uint16[Dn + 11] = lr, this.uint16[Dn + 12] = yr, this.float32[Jn + 7] = hr, this.float32[Jn + 8] = zr, this.uint8[Qn + 36] = Dr, this.uint8[Qn + 37] = un, this.uint8[Qn + 38] = on, this.uint32[Jn + 10] = An, this.int16[Dn + 22] = Cn, oe;
238195
238195
  }, W;
238196
238196
  }(Sa);
238197
- ve.prototype.bytesPerElement = 48, La("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48", ve);
238197
+ ve.prototype.bytesPerElement = 48, Oa("StructArrayLayout2i2ui3ul3ui2f3ub1ul1i48", ve);
238198
238198
  var Se = function(I) {
238199
238199
  function W() {
238200
238200
  I.apply(this, arguments);
238201
238201
  }
238202
238202
  return I && (W.__proto__ = I), W.prototype = Object.create(I && I.prototype), W.prototype.constructor = W, W.prototype._refreshViews = function() {
238203
238203
  this.uint8 = new Uint8Array(this.arrayBuffer), this.int16 = new Int16Array(this.arrayBuffer), this.uint16 = new Uint16Array(this.arrayBuffer), this.uint32 = new Uint32Array(this.arrayBuffer), this.float32 = new Float32Array(this.arrayBuffer);
238204
- }, W.prototype.emplaceBack = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, Ea, hi, Ga, ci) {
238204
+ }, W.prototype.emplaceBack = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, La, hi, Ga, ci) {
238205
238205
  var Ja = this.length;
238206
- return this.resize(Ja + 1), this.emplace(Ja, oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, Ea, hi, Ga, ci);
238207
- }, W.prototype.emplace = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, Ea, hi, Ga, ci, Ja) {
238206
+ return this.resize(Ja + 1), this.emplace(Ja, oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, La, hi, Ga, ci);
238207
+ }, W.prototype.emplace = function(oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr, Dr, un, on, An, Cn, Dn, Jn, Qn, da, na, _a, La, hi, Ga, ci, Ja) {
238208
238208
  var Na = 34 * oe, Ni = 17 * oe;
238209
- return this.int16[Na + 0] = _e, this.int16[Na + 1] = De, this.int16[Na + 2] = Ze, this.int16[Na + 3] = it, this.int16[Na + 4] = xt, this.int16[Na + 5] = Ut, this.int16[Na + 6] = er, this.int16[Na + 7] = nr, this.uint16[Na + 8] = lr, this.uint16[Na + 9] = yr, this.uint16[Na + 10] = hr, this.uint16[Na + 11] = zr, this.uint16[Na + 12] = Dr, this.uint16[Na + 13] = un, this.uint16[Na + 14] = on, this.uint16[Na + 15] = An, this.uint16[Na + 16] = Cn, this.uint16[Na + 17] = Dn, this.uint16[Na + 18] = Jn, this.uint16[Na + 19] = Qn, this.uint16[Na + 20] = da, this.uint16[Na + 21] = na, this.uint16[Na + 22] = _a, this.uint32[Ni + 12] = Ea, this.float32[Ni + 13] = hi, this.float32[Ni + 14] = Ga, this.float32[Ni + 15] = ci, this.float32[Ni + 16] = Ja, oe;
238209
+ return this.int16[Na + 0] = _e, this.int16[Na + 1] = De, this.int16[Na + 2] = Ze, this.int16[Na + 3] = it, this.int16[Na + 4] = xt, this.int16[Na + 5] = Ut, this.int16[Na + 6] = er, this.int16[Na + 7] = nr, this.uint16[Na + 8] = lr, this.uint16[Na + 9] = yr, this.uint16[Na + 10] = hr, this.uint16[Na + 11] = zr, this.uint16[Na + 12] = Dr, this.uint16[Na + 13] = un, this.uint16[Na + 14] = on, this.uint16[Na + 15] = An, this.uint16[Na + 16] = Cn, this.uint16[Na + 17] = Dn, this.uint16[Na + 18] = Jn, this.uint16[Na + 19] = Qn, this.uint16[Na + 20] = da, this.uint16[Na + 21] = na, this.uint16[Na + 22] = _a, this.uint32[Ni + 12] = La, this.float32[Ni + 13] = hi, this.float32[Ni + 14] = Ga, this.float32[Ni + 15] = ci, this.float32[Ni + 16] = Ja, oe;
238210
238210
  }, W;
238211
238211
  }(Sa);
238212
- Se.prototype.bytesPerElement = 68, La("StructArrayLayout8i15ui1ul4f68", Se);
238212
+ Se.prototype.bytesPerElement = 68, Oa("StructArrayLayout8i15ui1ul4f68", Se);
238213
238213
  var ze = function(I) {
238214
238214
  function W() {
238215
238215
  I.apply(this, arguments);
@@ -238224,7 +238224,7 @@ void main() {
238224
238224
  return this.float32[De + 0] = _e, oe;
238225
238225
  }, W;
238226
238226
  }(Sa);
238227
- ze.prototype.bytesPerElement = 4, La("StructArrayLayout1f4", ze);
238227
+ ze.prototype.bytesPerElement = 4, Oa("StructArrayLayout1f4", ze);
238228
238228
  var Ve = function(I) {
238229
238229
  function W() {
238230
238230
  I.apply(this, arguments);
@@ -238239,7 +238239,7 @@ void main() {
238239
238239
  return this.int16[it + 0] = _e, this.int16[it + 1] = De, this.int16[it + 2] = Ze, oe;
238240
238240
  }, W;
238241
238241
  }(Sa);
238242
- Ve.prototype.bytesPerElement = 6, La("StructArrayLayout3i6", Ve);
238242
+ Ve.prototype.bytesPerElement = 6, Oa("StructArrayLayout3i6", Ve);
238243
238243
  var rt = function(I) {
238244
238244
  function W() {
238245
238245
  I.apply(this, arguments);
@@ -238254,7 +238254,7 @@ void main() {
238254
238254
  return this.uint32[it + 0] = _e, this.uint16[xt + 2] = De, this.uint16[xt + 3] = Ze, oe;
238255
238255
  }, W;
238256
238256
  }(Sa);
238257
- rt.prototype.bytesPerElement = 8, La("StructArrayLayout1ul2ui8", rt);
238257
+ rt.prototype.bytesPerElement = 8, Oa("StructArrayLayout1ul2ui8", rt);
238258
238258
  var ct = function(I) {
238259
238259
  function W() {
238260
238260
  I.apply(this, arguments);
@@ -238269,7 +238269,7 @@ void main() {
238269
238269
  return this.uint16[Ze + 0] = _e, this.uint16[Ze + 1] = De, oe;
238270
238270
  }, W;
238271
238271
  }(Sa);
238272
- ct.prototype.bytesPerElement = 4, La("StructArrayLayout2ui4", ct);
238272
+ ct.prototype.bytesPerElement = 4, Oa("StructArrayLayout2ui4", ct);
238273
238273
  var ft = function(I) {
238274
238274
  function W() {
238275
238275
  I.apply(this, arguments);
@@ -238284,7 +238284,7 @@ void main() {
238284
238284
  return this.uint16[De + 0] = _e, oe;
238285
238285
  }, W;
238286
238286
  }(Sa);
238287
- ft.prototype.bytesPerElement = 2, La("StructArrayLayout1ui2", ft);
238287
+ ft.prototype.bytesPerElement = 2, Oa("StructArrayLayout1ui2", ft);
238288
238288
  var bt = function(I) {
238289
238289
  function W() {
238290
238290
  I.apply(this, arguments);
@@ -238299,7 +238299,7 @@ void main() {
238299
238299
  return this.float32[xt + 0] = _e, this.float32[xt + 1] = De, this.float32[xt + 2] = Ze, this.float32[xt + 3] = it, oe;
238300
238300
  }, W;
238301
238301
  }(Sa);
238302
- bt.prototype.bytesPerElement = 16, La("StructArrayLayout4f16", bt);
238302
+ bt.prototype.bytesPerElement = 16, Oa("StructArrayLayout4f16", bt);
238303
238303
  var Ot = function(I) {
238304
238304
  function W() {
238305
238305
  I.apply(this, arguments);
@@ -238337,7 +238337,7 @@ void main() {
238337
238337
  return new Ot(this, oe);
238338
238338
  }, W;
238339
238339
  }(E);
238340
- La("CollisionBoxArray", Ct);
238340
+ Oa("CollisionBoxArray", Ct);
238341
238341
  var jt = function(I) {
238342
238342
  function W() {
238343
238343
  I.apply(this, arguments);
@@ -238395,7 +238395,7 @@ void main() {
238395
238395
  return new jt(this, oe);
238396
238396
  }, W;
238397
238397
  }(ve);
238398
- La("PlacedSymbolArray", Mt);
238398
+ Oa("PlacedSymbolArray", Mt);
238399
238399
  var Qt = function(I) {
238400
238400
  function W() {
238401
238401
  I.apply(this, arguments);
@@ -238471,7 +238471,7 @@ void main() {
238471
238471
  return new Qt(this, oe);
238472
238472
  }, W;
238473
238473
  }(Se);
238474
- La("SymbolInstanceArray", rr);
238474
+ Oa("SymbolInstanceArray", rr);
238475
238475
  var Yt = function(I) {
238476
238476
  function W() {
238477
238477
  I.apply(this, arguments);
@@ -238480,7 +238480,7 @@ void main() {
238480
238480
  return this.float32[1 * oe + 0];
238481
238481
  }, W;
238482
238482
  }(ze);
238483
- La("GlyphOffsetArray", Yt);
238483
+ Oa("GlyphOffsetArray", Yt);
238484
238484
  var gr = function(I) {
238485
238485
  function W() {
238486
238486
  I.apply(this, arguments);
@@ -238493,7 +238493,7 @@ void main() {
238493
238493
  return this.int16[3 * oe + 2];
238494
238494
  }, W;
238495
238495
  }(Ve);
238496
- La("SymbolLineVertexArray", gr);
238496
+ Oa("SymbolLineVertexArray", gr);
238497
238497
  var Ar = function(I) {
238498
238498
  function W() {
238499
238499
  I.apply(this, arguments);
@@ -238517,7 +238517,7 @@ void main() {
238517
238517
  return new Ar(this, oe);
238518
238518
  }, W;
238519
238519
  }(rt);
238520
- La("FeatureIndexArray", qr);
238520
+ Oa("FeatureIndexArray", qr);
238521
238521
  var Kr = Ui([{ name: "a_pos", components: 2, type: "Int16" }], 4).members, $r = function(I) {
238522
238522
  I === void 0 && (I = []), this.segments = I;
238523
238523
  };
@@ -238537,7 +238537,7 @@ void main() {
238537
238537
  }
238538
238538
  }, $r.simpleSegment = function(I, W, oe, _e) {
238539
238539
  return new $r([{ vertexOffset: I, primitiveOffset: W, vertexLength: oe, primitiveLength: _e, vaos: {}, sortKey: 0 }]);
238540
- }, $r.MAX_VERTEX_ARRAY_LENGTH = Math.pow(2, 16) - 1, La("SegmentVector", $r);
238540
+ }, $r.MAX_VERTEX_ARRAY_LENGTH = Math.pow(2, 16) - 1, Oa("SegmentVector", $r);
238541
238541
  var Ln = Ui([{ name: "a_pattern_from", components: 4, type: "Uint16" }, { name: "a_pattern_to", components: 4, type: "Uint16" }, { name: "a_pixel_ratio_from", components: 1, type: "Uint16" }, { name: "a_pixel_ratio_to", components: 1, type: "Uint16" }]), ln = S(function(I) {
238542
238542
  I.exports = function(W, oe) {
238543
238543
  var _e, De, Ze, it, xt, Ut, er, nr;
@@ -238616,7 +238616,7 @@ void main() {
238616
238616
  var _e = I[W];
238617
238617
  I[W] = I[oe], I[oe] = _e;
238618
238618
  }
238619
- La("FeaturePositionMap", Kn);
238619
+ Oa("FeaturePositionMap", Kn);
238620
238620
  var Ya = function(I, W) {
238621
238621
  this.gl = I.gl, this.location = W;
238622
238622
  }, Fa = function(I) {
@@ -238939,7 +238939,7 @@ void main() {
238939
238939
  }, Si.prototype.destroy = function() {
238940
238940
  for (var I in this.programConfigurations)
238941
238941
  this.programConfigurations[I].destroy();
238942
- }, La("ConstantBinder", bi), La("CrossFadedConstantBinder", ao), La("SourceExpressionBinder", ji), La("CrossFadedCompositeBinder", Bi), La("CompositeExpressionBinder", Li), La("ProgramConfiguration", Hi, { omit: ["_buffers"] }), La("ProgramConfigurationSet", Si);
238942
+ }, Oa("ConstantBinder", bi), Oa("CrossFadedConstantBinder", ao), Oa("SourceExpressionBinder", ji), Oa("CrossFadedCompositeBinder", Bi), Oa("CompositeExpressionBinder", Li), Oa("ProgramConfiguration", Hi, { omit: ["_buffers"] }), Oa("ProgramConfigurationSet", Si);
238943
238943
  var Ha = 8192, ss = Math.pow(2, 14) - 1, Do = -ss - 1;
238944
238944
  function rl(I) {
238945
238945
  for (var W = Ha / I.extent, oe = I.loadGeometry(), _e = 0; _e < oe.length; _e++)
@@ -239080,8 +239080,8 @@ void main() {
239080
239080
  De.push(un);
239081
239081
  }
239082
239082
  }
239083
- Ze && De.sort(function(_a, Ea) {
239084
- return _a.sortKey - Ea.sortKey;
239083
+ Ze && De.sort(function(_a, La) {
239084
+ return _a.sortKey - La.sortKey;
239085
239085
  });
239086
239086
  for (var on = 0, An = De; on < An.length; on += 1) {
239087
239087
  var Cn = An[on], Dn = Cn, Jn = Dn.geometry, Qn = Dn.index, da = Dn.sourceLayerIndex, na = I[Qn].feature;
@@ -239107,7 +239107,7 @@ void main() {
239107
239107
  }
239108
239108
  }
239109
239109
  this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length, I, oe, {}, _e);
239110
- }, La("CircleBucket", Bo, { omit: ["layers"] });
239110
+ }, Oa("CircleBucket", Bo, { omit: ["layers"] });
239111
239111
  var vd = new To({ "circle-sort-key": new ja(Qe.layout_circle["circle-sort-key"]) }), kd = { paint: new To({ "circle-radius": new ja(Qe.paint_circle["circle-radius"]), "circle-color": new ja(Qe.paint_circle["circle-color"]), "circle-blur": new ja(Qe.paint_circle["circle-blur"]), "circle-opacity": new ja(Qe.paint_circle["circle-opacity"]), "circle-translate": new ga(Qe.paint_circle["circle-translate"]), "circle-translate-anchor": new ga(Qe.paint_circle["circle-translate-anchor"]), "circle-pitch-scale": new ga(Qe.paint_circle["circle-pitch-scale"]), "circle-pitch-alignment": new ga(Qe.paint_circle["circle-pitch-alignment"]), "circle-stroke-width": new ja(Qe.paint_circle["circle-stroke-width"]), "circle-stroke-color": new ja(Qe.paint_circle["circle-stroke-color"]), "circle-stroke-opacity": new ja(Qe.paint_circle["circle-stroke-opacity"]) }), layout: vd }, Ks = typeof Float32Array < "u" ? Float32Array : Array;
239112
239112
  function up(I) {
239113
239113
  return I[0] = 1, I[1] = 0, I[2] = 0, I[3] = 0, I[4] = 0, I[5] = 1, I[6] = 0, I[7] = 0, I[8] = 0, I[9] = 0, I[10] = 1, I[11] = 0, I[12] = 0, I[13] = 0, I[14] = 0, I[15] = 1, I;
@@ -239201,7 +239201,7 @@ void main() {
239201
239201
  xt[nr + lr] = it[er + lr];
239202
239202
  return W;
239203
239203
  }
239204
- La("HeatmapBucket", sf, { omit: ["layers"] });
239204
+ Oa("HeatmapBucket", sf, { omit: ["layers"] });
239205
239205
  var nd = function(I, W) {
239206
239206
  oh(this, I, 1, W);
239207
239207
  };
@@ -239223,7 +239223,7 @@ void main() {
239223
239223
  return new Gc({ width: this.width, height: this.height }, new Uint8Array(this.data));
239224
239224
  }, Gc.copy = function(I, W, oe, _e, De) {
239225
239225
  Up(I, W, oe, _e, De, 4);
239226
- }, La("AlphaImage", nd), La("RGBAImage", Gc);
239226
+ }, Oa("AlphaImage", nd), Oa("RGBAImage", Gc);
239227
239227
  var lf = { paint: new To({ "heatmap-radius": new ja(Qe.paint_heatmap["heatmap-radius"]), "heatmap-weight": new ja(Qe.paint_heatmap["heatmap-weight"]), "heatmap-intensity": new ga(Qe.paint_heatmap["heatmap-intensity"]), "heatmap-color": new cc(Qe.paint_heatmap["heatmap-color"]), "heatmap-opacity": new ga(Qe.paint_heatmap["heatmap-opacity"]) }) };
239228
239228
  function cf(I) {
239229
239229
  var W = {}, oe = I.resolution || 256, _e = I.clips ? I.clips.length : 1, De = I.image || new Gc({ width: oe, height: _e }), Ze = function(zr, Dr, un) {
@@ -239607,8 +239607,8 @@ void main() {
239607
239607
  De.push(Dr);
239608
239608
  }
239609
239609
  }
239610
- _e && De.sort(function(_a, Ea) {
239611
- return _a.sortKey - Ea.sortKey;
239610
+ _e && De.sort(function(_a, La) {
239611
+ return _a.sortKey - La.sortKey;
239612
239612
  });
239613
239613
  for (var un = 0, on = De; un < on.length; un += 1) {
239614
239614
  var An = on[un], Cn = An, Dn = Cn.geometry, Jn = Cn.index, Qn = Cn.sourceLayerIndex;
@@ -239655,7 +239655,7 @@ void main() {
239655
239655
  lr.vertexLength += Ut, lr.primitiveLength += Jn.length / 3;
239656
239656
  }
239657
239657
  this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length, I, oe, De, _e);
239658
- }, La("FillBucket", Sc, { omit: ["layers", "patternFeatures"] });
239658
+ }, Oa("FillBucket", Sc, { omit: ["layers", "patternFeatures"] });
239659
239659
  var _h = new To({ "fill-sort-key": new ja(Qe.layout_fill["fill-sort-key"]) }), p0 = { paint: new To({ "fill-antialias": new ga(Qe.paint_fill["fill-antialias"]), "fill-opacity": new ja(Qe.paint_fill["fill-opacity"]), "fill-color": new ja(Qe.paint_fill["fill-color"]), "fill-outline-color": new ja(Qe.paint_fill["fill-outline-color"]), "fill-translate": new ga(Qe.paint_fill["fill-translate"]), "fill-translate-anchor": new ga(Qe.paint_fill["fill-translate-anchor"]), "fill-pattern": new ts(Qe.paint_fill["fill-pattern"]) }), layout: _h }, r0 = function(I) {
239660
239660
  function W(oe) {
239661
239661
  I.call(this, oe, p0);
@@ -239856,8 +239856,8 @@ void main() {
239856
239856
  }
239857
239857
  }
239858
239858
  if (lr.vertexLength + Ut > $r.MAX_VERTEX_ARRAY_LENGTH && (lr = this.segments.prepareSegment(Ut, this.layoutVertexArray, this.indexArray)), fp[I.type] === "Polygon") {
239859
- for (var Qn = [], da = [], na = lr.vertexLength, _a = 0, Ea = xt; _a < Ea.length; _a += 1) {
239860
- var hi = Ea[_a];
239859
+ for (var Qn = [], da = [], na = lr.vertexLength, _a = 0, La = xt; _a < La.length; _a += 1) {
239860
+ var hi = La[_a];
239861
239861
  if (hi.length !== 0) {
239862
239862
  hi !== xt[0] && da.push(Qn.length / 2);
239863
239863
  for (var Ga = 0; Ga < hi.length; Ga++) {
@@ -239873,7 +239873,7 @@ void main() {
239873
239873
  }
239874
239874
  var Ni;
239875
239875
  this.programConfigurations.populatePaintArrays(this.layoutVertexArray.length, I, oe, De, _e);
239876
- }, La("FillExtrusionBucket", cu, { omit: ["layers", "features"] });
239876
+ }, Oa("FillExtrusionBucket", cu, { omit: ["layers", "features"] });
239877
239877
  var m0 = { paint: new To({ "fill-extrusion-opacity": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-opacity"]), "fill-extrusion-color": new ja(Qe["paint_fill-extrusion"]["fill-extrusion-color"]), "fill-extrusion-translate": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-translate"]), "fill-extrusion-translate-anchor": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-translate-anchor"]), "fill-extrusion-pattern": new ts(Qe["paint_fill-extrusion"]["fill-extrusion-pattern"]), "fill-extrusion-height": new ja(Qe["paint_fill-extrusion"]["fill-extrusion-height"]), "fill-extrusion-base": new ja(Qe["paint_fill-extrusion"]["fill-extrusion-base"]), "fill-extrusion-vertical-gradient": new ga(Qe["paint_fill-extrusion"]["fill-extrusion-vertical-gradient"]) }) }, g0 = function(I) {
239878
239878
  function W(oe) {
239879
239879
  I.call(this, oe, m0);
@@ -239892,9 +239892,9 @@ void main() {
239892
239892
  }
239893
239893
  return Cn;
239894
239894
  }(nr, er, 0, 0), zr = function(Dr, un, on, An) {
239895
- for (var Cn = [], Dn = [], Jn = An[8] * un, Qn = An[9] * un, da = An[10] * un, na = An[11] * un, _a = An[8] * on, Ea = An[9] * on, hi = An[10] * on, Ga = An[11] * on, ci = 0, Ja = Dr; ci < Ja.length; ci += 1) {
239895
+ for (var Cn = [], Dn = [], Jn = An[8] * un, Qn = An[9] * un, da = An[10] * un, na = An[11] * un, _a = An[8] * on, La = An[9] * on, hi = An[10] * on, Ga = An[11] * on, ci = 0, Ja = Dr; ci < Ja.length; ci += 1) {
239896
239896
  for (var Na = [], Ni = [], ki = 0, Oo = Ja[ci]; ki < Oo.length; ki += 1) {
239897
- var ai = Oo[ki], oo = ai.x, io = ai.y, fo = An[0] * oo + An[4] * io + An[12], Po = An[1] * oo + An[5] * io + An[13], Lo = An[2] * oo + An[6] * io + An[14], As = An[3] * oo + An[7] * io + An[15], zo = Lo + da, Cs = As + na, fl = fo + _a, xs = Po + Ea, eo = Lo + hi, Rl = As + Ga, J = new n((fo + Jn) / Cs, (Po + Qn) / Cs);
239897
+ var ai = Oo[ki], oo = ai.x, io = ai.y, fo = An[0] * oo + An[4] * io + An[12], Po = An[1] * oo + An[5] * io + An[13], Lo = An[2] * oo + An[6] * io + An[14], As = An[3] * oo + An[7] * io + An[15], zo = Lo + da, Cs = As + na, fl = fo + _a, xs = Po + La, eo = Lo + hi, Rl = As + Ga, J = new n((fo + Jn) / Cs, (Po + Qn) / Cs);
239898
239898
  J.z = zo / Cs, Na.push(J);
239899
239899
  var B = new n(fl / Rl, xs / Rl);
239900
239900
  B.z = eo / Rl, Ni.push(B);
@@ -239908,8 +239908,8 @@ void main() {
239908
239908
  Co(on, un) && (An = Xu(on, un[0]));
239909
239909
  for (var Cn = 0; Cn < un.length; Cn++)
239910
239910
  for (var Dn = un[Cn], Jn = Dr[Cn], Qn = 0; Qn < Dn.length - 1; Qn++) {
239911
- var da = Dn[Qn], na = Dn[Qn + 1], _a = Jn[Qn], Ea = [da, na, Jn[Qn + 1], _a, da];
239912
- Fu(on, Ea) && (An = Math.min(An, Xu(on, Ea)));
239911
+ var da = Dn[Qn], na = Dn[Qn + 1], _a = Jn[Qn], La = [da, na, Jn[Qn + 1], _a, da];
239912
+ Fu(on, La) && (An = Math.min(An, Xu(on, La)));
239913
239913
  }
239914
239914
  return An !== 1 / 0 && An;
239915
239915
  }(zr[0], zr[1], hr);
@@ -239957,8 +239957,8 @@ void main() {
239957
239957
  De.push(Dr);
239958
239958
  }
239959
239959
  }
239960
- _e && De.sort(function(_a, Ea) {
239961
- return _a.sortKey - Ea.sortKey;
239960
+ _e && De.sort(function(_a, La) {
239961
+ return _a.sortKey - La.sortKey;
239962
239962
  });
239963
239963
  for (var un = 0, on = De; un < on.length; un += 1) {
239964
239964
  var An = on[un], Cn = An, Dn = Cn.geometry, Jn = Cn.index, Qn = Cn.sourceLayerIndex;
@@ -240020,8 +240020,8 @@ void main() {
240020
240020
  if (da && on > er) {
240021
240021
  var _a = nr.dist(hr);
240022
240022
  if (_a > 2 * lr) {
240023
- var Ea = nr.sub(nr.sub(hr)._mult(lr / _a)._round());
240024
- this.updateDistance(hr, Ea), this.addCurrentVertex(Ea, Dr, 0, 0, yr), hr = Ea;
240023
+ var La = nr.sub(nr.sub(hr)._mult(lr / _a)._round());
240024
+ this.updateDistance(hr, La), this.addCurrentVertex(La, Dr, 0, 0, yr), hr = La;
240025
240025
  }
240026
240026
  }
240027
240027
  var hi = hr && zr, Ga = hi ? oe : xt ? "butt" : _e;
@@ -240080,7 +240080,7 @@ void main() {
240080
240080
  this.scaledDistance = this.lineClips ? this.lineClips.start + (this.lineClips.end - this.lineClips.start) * this.distance / this.totalDistance : this.distance;
240081
240081
  }, uc.prototype.updateDistance = function(I, W) {
240082
240082
  this.distance += I.dist(W), this.updateScaledDistance();
240083
- }, La("LineBucket", uc, { omit: ["layers", "patternFeatures"] });
240083
+ }, Oa("LineBucket", uc, { omit: ["layers", "patternFeatures"] });
240084
240084
  var u1 = new To({ "line-cap": new ga(Qe.layout_line["line-cap"]), "line-join": new ja(Qe.layout_line["line-join"]), "line-miter-limit": new ga(Qe.layout_line["line-miter-limit"]), "line-round-limit": new ga(Qe.layout_line["line-round-limit"]), "line-sort-key": new ja(Qe.layout_line["line-sort-key"]) }), n0 = { paint: new To({ "line-opacity": new ja(Qe.paint_line["line-opacity"]), "line-color": new ja(Qe.paint_line["line-color"]), "line-translate": new ga(Qe.paint_line["line-translate"]), "line-translate-anchor": new ga(Qe.paint_line["line-translate-anchor"]), "line-width": new ja(Qe.paint_line["line-width"]), "line-gap-width": new ja(Qe.paint_line["line-gap-width"]), "line-offset": new ja(Qe.paint_line["line-offset"]), "line-blur": new ja(Qe.paint_line["line-blur"]), "line-dasharray": new kl(Qe.paint_line["line-dasharray"]), "line-pattern": new ts(Qe.paint_line["line-pattern"]), "line-gradient": new cc(Qe.paint_line["line-gradient"]) }), layout: u1 }, C1 = function(I) {
240085
240085
  function W() {
240086
240086
  I.apply(this, arguments);
@@ -240115,8 +240115,8 @@ void main() {
240115
240115
  return lr && (Ze = function(yr, hr) {
240116
240116
  for (var zr = [], Dr = new n(0, 0), un = 0; un < yr.length; un++) {
240117
240117
  for (var on = yr[un], An = [], Cn = 0; Cn < on.length; Cn++) {
240118
- var Dn = on[Cn - 1], Jn = on[Cn], Qn = on[Cn + 1], da = Cn === 0 ? Dr : Jn.sub(Dn)._unit()._perp(), na = Cn === on.length - 1 ? Dr : Qn.sub(Jn)._unit()._perp(), _a = da._add(na)._unit(), Ea = _a.x * na.x + _a.y * na.y;
240119
- _a._mult(1 / Ea), An.push(_a._mult(hr)._add(Jn));
240118
+ var Dn = on[Cn - 1], Jn = on[Cn], Qn = on[Cn + 1], da = Cn === 0 ? Dr : Jn.sub(Dn)._unit()._perp(), na = Cn === on.length - 1 ? Dr : Qn.sub(Jn)._unit()._perp(), _a = da._add(na)._unit(), La = _a.x * na.x + _a.y * na.y;
240119
+ _a._mult(1 / La), An.push(_a._mult(hr)._add(Jn));
240120
240120
  }
240121
240121
  zr.push(An);
240122
240122
  }
@@ -240566,7 +240566,7 @@ void main() {
240566
240566
  var _e = I.tl, De = _e[0], Ze = _e[1];
240567
240567
  oe.update(W.data, void 0, { x: De, y: Ze });
240568
240568
  }
240569
- }, La("ImagePosition", Gh), La("ImageAtlas", ed);
240569
+ }, Oa("ImagePosition", Gh), Oa("ImageAtlas", ed);
240570
240570
  var Uc = { horizontal: 1, vertical: 2, horizontalOnly: 3 }, Wh = -17, Jd = function() {
240571
240571
  this.scale = 1, this.fontStack = "", this.imageName = null;
240572
240572
  };
@@ -240595,8 +240595,8 @@ void main() {
240595
240595
  }
240596
240596
  } else if (Cn) {
240597
240597
  un = [];
240598
- for (var _a = 0, Ea = Cn(on.text, on.sectionIndex, kh(on, er, Ze, W, _e, hr, zr)); _a < Ea.length; _a += 1) {
240599
- var hi = Ea[_a], Ga = new gc();
240598
+ for (var _a = 0, La = Cn(on.text, on.sectionIndex, kh(on, er, Ze, W, _e, hr, zr)); _a < La.length; _a += 1) {
240599
+ var hi = La[_a], Ga = new gc();
240600
240600
  Ga.text = hi[0], Ga.sectionIndex = hi[1], Ga.sections = on.sections, un.push(Ga);
240601
240601
  }
240602
240602
  } else
@@ -240628,9 +240628,9 @@ void main() {
240628
240628
  var Zn = kn ? vn[0] * Vt.scale - pl * Pe : vn[1] * Vt.scale - pl * Pe;
240629
240629
  Zn > 0 && Zn > mt && (mt = Zn);
240630
240630
  } else {
240631
- var ya = ki[Vt.fontStack], Pa = ya && ya[ar];
240632
- if (Pa && Pa.rect)
240633
- xr = Pa.rect, kr = Pa.metrics;
240631
+ var ya = ki[Vt.fontStack], Ea = ya && ya[ar];
240632
+ if (Ea && Ea.rect)
240633
+ xr = Ea.rect, kr = Ea.metrics;
240634
240634
  else {
240635
240635
  var Xa = Ni[Vt.fontStack], ka = Xa && Xa[ar];
240636
240636
  if (!ka)
@@ -240819,7 +240819,7 @@ void main() {
240819
240819
  return new W(this.x, this.y, this.angle, this.segment);
240820
240820
  }, W;
240821
240821
  }(n);
240822
- La("Anchor", Hd);
240822
+ Oa("Anchor", Hd);
240823
240823
  var dc = 128;
240824
240824
  function Fh(I, W) {
240825
240825
  var oe = W.expression;
@@ -240924,8 +240924,8 @@ void main() {
240924
240924
  return oo + io[1] - io[0];
240925
240925
  }, zr = lr.reduce(hr, 0), Dr = yr.reduce(hr, 0), un = xt - zr, on = Ut - Dr, An = 0, Cn = zr, Dn = 0, Jn = Dr, Qn = 0, da = un, na = 0, _a = on;
240926
240926
  if (Ze.content && _e) {
240927
- var Ea = Ze.content;
240928
- An = Ch(lr, 0, Ea[0]), Dn = Ch(yr, 0, Ea[1]), Cn = Ch(lr, Ea[0], Ea[2]), Jn = Ch(yr, Ea[1], Ea[3]), Qn = Ea[0] - An, na = Ea[1] - Dn, da = Ea[2] - Ea[0] - Cn, _a = Ea[3] - Ea[1] - Jn;
240927
+ var La = Ze.content;
240928
+ An = Ch(lr, 0, La[0]), Dn = Ch(yr, 0, La[1]), Cn = Ch(lr, La[0], La[2]), Jn = Ch(yr, La[1], La[3]), Qn = La[0] - An, na = La[1] - Dn, da = La[2] - La[0] - Cn, _a = La[3] - La[1] - Jn;
240929
240929
  }
240930
240930
  var hi = function(oo, io, fo, Po) {
240931
240931
  var Lo = _p(oo.stretch - An, Cn, er, I.left), As = wp(oo.fixed - Qn, da, oo.stretch, zr), zo = _p(io.stretch - Dn, Jn, nr, I.top), Cs = wp(io.fixed - na, _a, io.stretch, Dr), fl = _p(fo.stretch - An, Cn, er, I.left), xs = wp(fo.fixed - Qn, da, fo.stretch, zr), eo = _p(Po.stretch - Dn, Jn, nr, I.top), Rl = wp(Po.fixed - na, _a, Po.stretch, Dr), J = new n(Lo, zo), B = new n(fl, zo), ne = new n(fl, eo), fe = new n(Lo, eo), Pe = new n(As / it, Cs / it), Ge = new n(xs / it, Rl / it), He = W * Math.PI / 180;
@@ -241002,7 +241002,7 @@ void main() {
241002
241002
  for (var un = De; un < it; un += yr)
241003
241003
  zr.push(new wd(Dr + hr, un + hr, hr, I));
241004
241004
  for (var on = function(Dn) {
241005
- for (var Jn = 0, Qn = 0, da = 0, na = Dn[0], _a = 0, Ea = na.length, hi = Ea - 1; _a < Ea; hi = _a++) {
241005
+ for (var Jn = 0, Qn = 0, da = 0, na = Dn[0], _a = 0, La = na.length, hi = La - 1; _a < La; hi = _a++) {
241006
241006
  var Ga = na[_a], ci = na[hi], Ja = Ga.x * ci.y - ci.x * Ga.y;
241007
241007
  Qn += (Ga.x + ci.x) * Ja, da += (Ga.y + ci.y) * Ja, Jn += 3 * Ja;
241008
241008
  }
@@ -241131,7 +241131,7 @@ void main() {
241131
241131
  }
241132
241132
  var Pd = 255, Zu = Pd * dc;
241133
241133
  function z0(I, W, oe, _e, De, Ze, it, xt, Ut, er, nr, lr, yr, hr, zr) {
241134
- var Dr = function(Dn, Jn, Qn, da, na, _a, Ea, hi) {
241134
+ var Dr = function(Dn, Jn, Qn, da, na, _a, La, hi) {
241135
241135
  for (var Ga = da.layout.get("text-rotate").evaluate(_a, {}) * Math.PI / 180, ci = [], Ja = 0, Na = Jn.positionedLines; Ja < Na.length; Ja += 1)
241136
241136
  for (var Ni = Na[Ja], ki = 0, Oo = Ni.positionedGlyphs; ki < Oo.length; ki += 1) {
241137
241137
  var ai = Oo[ki];
@@ -241142,7 +241142,7 @@ void main() {
241142
241142
  Lo = Ni.lineOffset / 2 - (ai.imageName ? -fl : Cs);
241143
241143
  }
241144
241144
  if (ai.imageName) {
241145
- var xs = Ea[ai.imageName];
241145
+ var xs = La[ai.imageName];
241146
241146
  fo = xs.sdf, Po = xs.pixelRatio, io = Wc / Po;
241147
241147
  }
241148
241148
  var eo = na ? [ai.x + zo, ai.y] : [0, 0], Rl = na ? [0, 0] : [ai.x + zo + Qn[0], ai.y + Qn[1] - Lo], J = [0, 0];
@@ -241205,7 +241205,7 @@ void main() {
241205
241205
  this.isEmpty() || (oe && (this.layoutVertexBuffer = I.createVertexBuffer(this.layoutVertexArray, _d.members), this.indexBuffer = I.createIndexBuffer(this.indexArray, W), this.dynamicLayoutVertexBuffer = I.createVertexBuffer(this.dynamicLayoutVertexArray, d1.members, !0), this.opacityVertexBuffer = I.createVertexBuffer(this.opacityVertexArray, N1, !0), this.opacityVertexBuffer.itemSize = 1), (oe || _e) && this.programConfigurations.upload(I));
241206
241206
  }, Id.prototype.destroy = function() {
241207
241207
  this.layoutVertexBuffer && (this.layoutVertexBuffer.destroy(), this.indexBuffer.destroy(), this.programConfigurations.destroy(), this.segments.destroy(), this.dynamicLayoutVertexBuffer.destroy(), this.opacityVertexBuffer.destroy());
241208
- }, La("SymbolBuffers", Id);
241208
+ }, Oa("SymbolBuffers", Id);
241209
241209
  var Jh = function(I, W, oe) {
241210
241210
  this.layoutVertexArray = new I(), this.layoutAttributes = W, this.indexArray = new oe(), this.segments = new $r(), this.collisionVertexArray = new re();
241211
241211
  };
@@ -241213,7 +241213,7 @@ void main() {
241213
241213
  this.layoutVertexBuffer = I.createVertexBuffer(this.layoutVertexArray, this.layoutAttributes), this.indexBuffer = I.createIndexBuffer(this.indexArray), this.collisionVertexBuffer = I.createVertexBuffer(this.collisionVertexArray, x0.members, !0);
241214
241214
  }, Jh.prototype.destroy = function() {
241215
241215
  this.layoutVertexBuffer && (this.layoutVertexBuffer.destroy(), this.indexBuffer.destroy(), this.segments.destroy(), this.collisionVertexBuffer.destroy());
241216
- }, La("CollisionBuffers", Jh);
241216
+ }, Oa("CollisionBuffers", Jh);
241217
241217
  var _o = function(I) {
241218
241218
  this.collisionBoxArray = I.collisionBoxArray, this.zoom = I.zoom, this.overscaling = I.overscaling, this.layers = I.layers, this.layerIds = this.layers.map(function(it) {
241219
241219
  return it.id;
@@ -241252,8 +241252,8 @@ void main() {
241252
241252
  Qn || (da.geometry = rl(An));
241253
241253
  var na = void 0;
241254
241254
  if (Ut) {
241255
- var _a = _e.getValueAndResolveTokens("text-field", da, oe, hr), Ea = jn.factory(_a);
241256
- kf(Ea) && (this.hasRTLText = !0), (!this.hasRTLText || nu() === "unavailable" || this.hasRTLText && es.isParsed()) && (na = gf(Ea, _e, da));
241255
+ var _a = _e.getValueAndResolveTokens("text-field", da, oe, hr), La = jn.factory(_a);
241256
+ kf(La) && (this.hasRTLText = !0), (!this.hasRTLText || nu() === "unavailable" || this.hasRTLText && es.isParsed()) && (na = gf(La, _e, da));
241257
241257
  }
241258
241258
  var hi = void 0;
241259
241259
  if (er) {
@@ -241341,8 +241341,8 @@ void main() {
241341
241341
  return { lineStartIndex: oe, lineLength: this.lineVertexArray.length - oe };
241342
241342
  }, _o.prototype.addSymbols = function(I, W, oe, _e, De, Ze, it, xt, Ut, er, nr, lr) {
241343
241343
  for (var yr = I.indexArray, hr = I.layoutVertexArray, zr = I.segments.prepareSegment(4 * W.length, hr, yr, this.canOverlap ? Ze.sortKey : void 0), Dr = this.glyphOffsetArray.length, un = zr.vertexLength, on = this.allowVerticalPlacement && it === Uc.vertical ? Math.PI / 2 : 0, An = Ze.text && Ze.text.sections, Cn = 0; Cn < W.length; Cn++) {
241344
- var Dn = W[Cn], Jn = Dn.tl, Qn = Dn.tr, da = Dn.bl, na = Dn.br, _a = Dn.tex, Ea = Dn.pixelOffsetTL, hi = Dn.pixelOffsetBR, Ga = Dn.minFontScaleX, ci = Dn.minFontScaleY, Ja = Dn.glyphOffset, Na = Dn.isSDF, Ni = Dn.sectionIndex, ki = zr.vertexLength, Oo = Ja[1];
241345
- Zh(hr, xt.x, xt.y, Jn.x, Oo + Jn.y, _a.x, _a.y, oe, Na, Ea.x, Ea.y, Ga, ci), Zh(hr, xt.x, xt.y, Qn.x, Oo + Qn.y, _a.x + _a.w, _a.y, oe, Na, hi.x, Ea.y, Ga, ci), Zh(hr, xt.x, xt.y, da.x, Oo + da.y, _a.x, _a.y + _a.h, oe, Na, Ea.x, hi.y, Ga, ci), Zh(hr, xt.x, xt.y, na.x, Oo + na.y, _a.x + _a.w, _a.y + _a.h, oe, Na, hi.x, hi.y, Ga, ci), Tp(I.dynamicLayoutVertexArray, xt, on), yr.emplaceBack(ki, ki + 1, ki + 2), yr.emplaceBack(ki + 1, ki + 2, ki + 3), zr.vertexLength += 4, zr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(Ja[0]), Cn !== W.length - 1 && Ni === W[Cn + 1].sectionIndex || I.programConfigurations.populatePaintArrays(hr.length, Ze, Ze.index, {}, lr, An && An[Ni]);
241344
+ var Dn = W[Cn], Jn = Dn.tl, Qn = Dn.tr, da = Dn.bl, na = Dn.br, _a = Dn.tex, La = Dn.pixelOffsetTL, hi = Dn.pixelOffsetBR, Ga = Dn.minFontScaleX, ci = Dn.minFontScaleY, Ja = Dn.glyphOffset, Na = Dn.isSDF, Ni = Dn.sectionIndex, ki = zr.vertexLength, Oo = Ja[1];
241345
+ Zh(hr, xt.x, xt.y, Jn.x, Oo + Jn.y, _a.x, _a.y, oe, Na, La.x, La.y, Ga, ci), Zh(hr, xt.x, xt.y, Qn.x, Oo + Qn.y, _a.x + _a.w, _a.y, oe, Na, hi.x, La.y, Ga, ci), Zh(hr, xt.x, xt.y, da.x, Oo + da.y, _a.x, _a.y + _a.h, oe, Na, La.x, hi.y, Ga, ci), Zh(hr, xt.x, xt.y, na.x, Oo + na.y, _a.x + _a.w, _a.y + _a.h, oe, Na, hi.x, hi.y, Ga, ci), Tp(I.dynamicLayoutVertexArray, xt, on), yr.emplaceBack(ki, ki + 1, ki + 2), yr.emplaceBack(ki + 1, ki + 2, ki + 3), zr.vertexLength += 4, zr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(Ja[0]), Cn !== W.length - 1 && Ni === W[Cn + 1].sectionIndex || I.programConfigurations.populatePaintArrays(hr.length, Ze, Ze.index, {}, lr, An && An[Ni]);
241346
241346
  }
241347
241347
  I.placedSymbolArray.emplaceBack(xt.x, xt.y, Dr, this.glyphOffsetArray.length - Dr, un, Ut, er, xt.segment, oe ? oe[0] : 0, oe ? oe[1] : 0, _e[0], _e[1], it, 0, !1, 0, nr);
241348
241348
  }, _o.prototype._addCollisionDebugVertex = function(I, W, oe, _e, De, Ze) {
@@ -241430,7 +241430,7 @@ void main() {
241430
241430
  }
241431
241431
  this.text.indexBuffer && this.text.indexBuffer.updateData(this.text.indexArray), this.icon.indexBuffer && this.icon.indexBuffer.updateData(this.icon.indexArray);
241432
241432
  }
241433
- }, La("SymbolBucket", _o, { omit: ["layers", "collisionBoxArray", "features", "compareText"] }), _o.MAX_GLYPHS = 65535, _o.addDynamicAttributes = Tp;
241433
+ }, Oa("SymbolBucket", _o, { omit: ["layers", "collisionBoxArray", "features", "compareText"] }), _o.MAX_GLYPHS = 65535, _o.addDynamicAttributes = Tp;
241434
241434
  var a0 = new To({ "symbol-placement": new ga(Qe.layout_symbol["symbol-placement"]), "symbol-spacing": new ga(Qe.layout_symbol["symbol-spacing"]), "symbol-avoid-edges": new ga(Qe.layout_symbol["symbol-avoid-edges"]), "symbol-sort-key": new ja(Qe.layout_symbol["symbol-sort-key"]), "symbol-z-order": new ga(Qe.layout_symbol["symbol-z-order"]), "icon-allow-overlap": new ga(Qe.layout_symbol["icon-allow-overlap"]), "icon-ignore-placement": new ga(Qe.layout_symbol["icon-ignore-placement"]), "icon-optional": new ga(Qe.layout_symbol["icon-optional"]), "icon-rotation-alignment": new ga(Qe.layout_symbol["icon-rotation-alignment"]), "icon-size": new ja(Qe.layout_symbol["icon-size"]), "icon-text-fit": new ga(Qe.layout_symbol["icon-text-fit"]), "icon-text-fit-padding": new ga(Qe.layout_symbol["icon-text-fit-padding"]), "icon-image": new ja(Qe.layout_symbol["icon-image"]), "icon-rotate": new ja(Qe.layout_symbol["icon-rotate"]), "icon-padding": new ga(Qe.layout_symbol["icon-padding"]), "icon-keep-upright": new ga(Qe.layout_symbol["icon-keep-upright"]), "icon-offset": new ja(Qe.layout_symbol["icon-offset"]), "icon-anchor": new ja(Qe.layout_symbol["icon-anchor"]), "icon-pitch-alignment": new ga(Qe.layout_symbol["icon-pitch-alignment"]), "text-pitch-alignment": new ga(Qe.layout_symbol["text-pitch-alignment"]), "text-rotation-alignment": new ga(Qe.layout_symbol["text-rotation-alignment"]), "text-field": new ja(Qe.layout_symbol["text-field"]), "text-font": new ja(Qe.layout_symbol["text-font"]), "text-size": new ja(Qe.layout_symbol["text-size"]), "text-max-width": new ja(Qe.layout_symbol["text-max-width"]), "text-line-height": new ga(Qe.layout_symbol["text-line-height"]), "text-letter-spacing": new ja(Qe.layout_symbol["text-letter-spacing"]), "text-justify": new ja(Qe.layout_symbol["text-justify"]), "text-radial-offset": new ja(Qe.layout_symbol["text-radial-offset"]), "text-variable-anchor": new ga(Qe.layout_symbol["text-variable-anchor"]), "text-anchor": new ja(Qe.layout_symbol["text-anchor"]), "text-max-angle": new ga(Qe.layout_symbol["text-max-angle"]), "text-writing-mode": new ga(Qe.layout_symbol["text-writing-mode"]), "text-rotate": new ja(Qe.layout_symbol["text-rotate"]), "text-padding": new ga(Qe.layout_symbol["text-padding"]), "text-keep-upright": new ga(Qe.layout_symbol["text-keep-upright"]), "text-transform": new ja(Qe.layout_symbol["text-transform"]), "text-offset": new ja(Qe.layout_symbol["text-offset"]), "text-allow-overlap": new ga(Qe.layout_symbol["text-allow-overlap"]), "text-ignore-placement": new ga(Qe.layout_symbol["text-ignore-placement"]), "text-optional": new ga(Qe.layout_symbol["text-optional"]) }), kp = { paint: new To({ "icon-opacity": new ja(Qe.paint_symbol["icon-opacity"]), "icon-color": new ja(Qe.paint_symbol["icon-color"]), "icon-halo-color": new ja(Qe.paint_symbol["icon-halo-color"]), "icon-halo-width": new ja(Qe.paint_symbol["icon-halo-width"]), "icon-halo-blur": new ja(Qe.paint_symbol["icon-halo-blur"]), "icon-translate": new ga(Qe.paint_symbol["icon-translate"]), "icon-translate-anchor": new ga(Qe.paint_symbol["icon-translate-anchor"]), "text-opacity": new ja(Qe.paint_symbol["text-opacity"]), "text-color": new ja(Qe.paint_symbol["text-color"], { runtimeType: Er, getOverride: function(I) {
241435
241435
  return I.textColor;
241436
241436
  }, hasOverride: function(I) {
@@ -241451,7 +241451,7 @@ void main() {
241451
241451
  return !1;
241452
241452
  }, ad.prototype.serialize = function() {
241453
241453
  return null;
241454
- }, La("FormatSectionOverride", ad, { omit: ["defaultValue"] });
241454
+ }, Oa("FormatSectionOverride", ad, { omit: ["defaultValue"] });
241455
241455
  var id = function(I) {
241456
241456
  function W(oe) {
241457
241457
  I.call(this, oe, kp);
@@ -241808,7 +241808,7 @@ void main() {
241808
241808
  return this.overscaledZ + "/" + this.canonical.x + "/" + this.canonical.y;
241809
241809
  }, Ds.prototype.getTilePoint = function(I) {
241810
241810
  return this.canonical.getTilePoint(new fd(I.x - this.wrap, I.y));
241811
- }, La("CanonicalTileID", Hc), La("OverscaledTileID", Ds, { omit: ["posMatrix"] });
241811
+ }, Oa("CanonicalTileID", Hc), Oa("OverscaledTileID", Ds, { omit: ["posMatrix"] });
241812
241812
  var Ju = function(I, W, oe) {
241813
241813
  if (this.uid = I, W.height !== W.width)
241814
241814
  throw new RangeError("DEM tiles must be square");
@@ -241857,7 +241857,7 @@ void main() {
241857
241857
  for (var xt = -W * this.dim, Ut = -oe * this.dim, er = Ze; er < it; er++)
241858
241858
  for (var nr = _e; nr < De; nr++)
241859
241859
  this.data[this._idx(nr, er)] = I.data[this._idx(nr + xt, er + Ut)];
241860
- }, La("DEMData", Ju);
241860
+ }, Oa("DEMData", Ju);
241861
241861
  var Uh = function(I) {
241862
241862
  this._stringToNumber = {}, this._numberToString = [];
241863
241863
  for (var W = 0; W < I.length; W++) {
@@ -241992,13 +241992,13 @@ void main() {
241992
241992
  var De = this;
241993
241993
  this.loadVTLayers();
241994
241994
  for (var Ze = I.params || {}, it = Ha / I.tileSize / I.scale, xt = El(Ze.filter), Ut = I.queryGeometry, er = I.queryPadding * it, nr = pu(Ut), lr = this.grid.query(nr.minX - er, nr.minY - er, nr.maxX + er, nr.maxY + er), yr = pu(I.cameraQueryGeometry), hr = 0, zr = this.grid3D.query(yr.minX - er, yr.minY - er, yr.maxX + er, yr.maxY + er, function(Dn, Jn, Qn, da) {
241995
- return function(na, _a, Ea, hi, Ga) {
241995
+ return function(na, _a, La, hi, Ga) {
241996
241996
  for (var ci = 0, Ja = na; ci < Ja.length; ci += 1) {
241997
241997
  var Na = Ja[ci];
241998
- if (_a <= Na.x && Ea <= Na.y && hi >= Na.x && Ga >= Na.y)
241998
+ if (_a <= Na.x && La <= Na.y && hi >= Na.x && Ga >= Na.y)
241999
241999
  return !0;
242000
242000
  }
242001
- var Ni = [new n(_a, Ea), new n(_a, Ga), new n(hi, Ga), new n(hi, Ea)];
242001
+ var Ni = [new n(_a, La), new n(_a, Ga), new n(hi, Ga), new n(hi, La)];
242002
242002
  if (na.length > 2) {
242003
242003
  for (var ki = 0, Oo = Ni; ki < Oo.length; ki += 1)
242004
242004
  if (Ac(na, Oo[ki]))
@@ -242019,8 +242019,8 @@ void main() {
242019
242019
  if (Jn !== un) {
242020
242020
  un = Jn;
242021
242021
  var Qn = De.featureIndexArray.get(Jn), da = null;
242022
- De.loadMatchingFeature(on, Qn.bucketIndex, Qn.sourceLayerIndex, Qn.featureIndex, xt, Ze.layers, Ze.availableImages, W, oe, _e, function(na, _a, Ea) {
242023
- return da || (da = rl(na)), _a.queryIntersectsFeature(Ut, na, Ea, da, De.z, I.transform, it, I.pixelPosMatrix);
242022
+ De.loadMatchingFeature(on, Qn.bucketIndex, Qn.sourceLayerIndex, Qn.featureIndex, xt, Ze.layers, Ze.availableImages, W, oe, _e, function(na, _a, La) {
242023
+ return da || (da = rl(na)), _a.queryIntersectsFeature(Ut, na, La, da, De.z, I.transform, it, I.pixelPosMatrix);
242024
242024
  });
242025
242025
  }
242026
242026
  }, Cn = 0; Cn < lr.length; Cn++)
@@ -242029,8 +242029,8 @@ void main() {
242029
242029
  }, Hu.prototype.loadMatchingFeature = function(I, W, oe, _e, De, Ze, it, xt, Ut, er, nr) {
242030
242030
  var lr = this.bucketLayerIDs[W];
242031
242031
  if (!Ze || function(na, _a) {
242032
- for (var Ea = 0; Ea < na.length; Ea++)
242033
- if (_a.indexOf(na[Ea]) >= 0)
242032
+ for (var La = 0; La < na.length; La++)
242033
+ if (_a.indexOf(na[La]) >= 0)
242034
242034
  return !0;
242035
242035
  return !1;
242036
242036
  }(Ze, lr)) {
@@ -242082,7 +242082,7 @@ void main() {
242082
242082
  typeof (oe = I.properties[_e]) == "boolean" && (oe = Number(oe));
242083
242083
  }
242084
242084
  return oe;
242085
- }, La("FeatureIndex", Hu, { omit: ["rawTileData", "sourceLayerCoder"] });
242085
+ }, Oa("FeatureIndex", Hu, { omit: ["rawTileData", "sourceLayerCoder"] });
242086
242086
  var al = function(I, W) {
242087
242087
  this.tileID = I, this.uid = A(), this.uses = 0, this.tileSize = W, this.buckets = {}, this.expirationTime = null, this.queryPadding = 0, this.hasSymbolBuckets = !1, this.hasRTLText = !1, this.dependencies = {}, this.expiredRequestCount = 0, this.state = "loading";
242088
242088
  };
@@ -242328,8 +242328,8 @@ void main() {
242328
242328
  return { cancel: function() {
242329
242329
  } };
242330
242330
  }, e.identity = up, e.invert = function(I, W) {
242331
- var oe = W[0], _e = W[1], De = W[2], Ze = W[3], it = W[4], xt = W[5], Ut = W[6], er = W[7], nr = W[8], lr = W[9], yr = W[10], hr = W[11], zr = W[12], Dr = W[13], un = W[14], on = W[15], An = oe * xt - _e * it, Cn = oe * Ut - De * it, Dn = oe * er - Ze * it, Jn = _e * Ut - De * xt, Qn = _e * er - Ze * xt, da = De * er - Ze * Ut, na = nr * Dr - lr * zr, _a = nr * un - yr * zr, Ea = nr * on - hr * zr, hi = lr * un - yr * Dr, Ga = lr * on - hr * Dr, ci = yr * on - hr * un, Ja = An * ci - Cn * Ga + Dn * hi + Jn * Ea - Qn * _a + da * na;
242332
- return Ja ? (Ja = 1 / Ja, I[0] = (xt * ci - Ut * Ga + er * hi) * Ja, I[1] = (De * Ga - _e * ci - Ze * hi) * Ja, I[2] = (Dr * da - un * Qn + on * Jn) * Ja, I[3] = (yr * Qn - lr * da - hr * Jn) * Ja, I[4] = (Ut * Ea - it * ci - er * _a) * Ja, I[5] = (oe * ci - De * Ea + Ze * _a) * Ja, I[6] = (un * Dn - zr * da - on * Cn) * Ja, I[7] = (nr * da - yr * Dn + hr * Cn) * Ja, I[8] = (it * Ga - xt * Ea + er * na) * Ja, I[9] = (_e * Ea - oe * Ga - Ze * na) * Ja, I[10] = (zr * Qn - Dr * Dn + on * An) * Ja, I[11] = (lr * Dn - nr * Qn - hr * An) * Ja, I[12] = (xt * _a - it * hi - Ut * na) * Ja, I[13] = (oe * hi - _e * _a + De * na) * Ja, I[14] = (Dr * Cn - zr * Jn - un * An) * Ja, I[15] = (nr * Jn - lr * Cn + yr * An) * Ja, I) : null;
242331
+ var oe = W[0], _e = W[1], De = W[2], Ze = W[3], it = W[4], xt = W[5], Ut = W[6], er = W[7], nr = W[8], lr = W[9], yr = W[10], hr = W[11], zr = W[12], Dr = W[13], un = W[14], on = W[15], An = oe * xt - _e * it, Cn = oe * Ut - De * it, Dn = oe * er - Ze * it, Jn = _e * Ut - De * xt, Qn = _e * er - Ze * xt, da = De * er - Ze * Ut, na = nr * Dr - lr * zr, _a = nr * un - yr * zr, La = nr * on - hr * zr, hi = lr * un - yr * Dr, Ga = lr * on - hr * Dr, ci = yr * on - hr * un, Ja = An * ci - Cn * Ga + Dn * hi + Jn * La - Qn * _a + da * na;
242332
+ return Ja ? (Ja = 1 / Ja, I[0] = (xt * ci - Ut * Ga + er * hi) * Ja, I[1] = (De * Ga - _e * ci - Ze * hi) * Ja, I[2] = (Dr * da - un * Qn + on * Jn) * Ja, I[3] = (yr * Qn - lr * da - hr * Jn) * Ja, I[4] = (Ut * La - it * ci - er * _a) * Ja, I[5] = (oe * ci - De * La + Ze * _a) * Ja, I[6] = (un * Dn - zr * da - on * Cn) * Ja, I[7] = (nr * da - yr * Dn + hr * Cn) * Ja, I[8] = (it * Ga - xt * La + er * na) * Ja, I[9] = (_e * La - oe * Ga - Ze * na) * Ja, I[10] = (zr * Qn - Dr * Dn + on * An) * Ja, I[11] = (lr * Dn - nr * Qn - hr * An) * Ja, I[12] = (xt * _a - it * hi - Ut * na) * Ja, I[13] = (oe * hi - _e * _a + De * na) * Ja, I[14] = (Dr * Cn - zr * Jn - un * An) * Ja, I[15] = (nr * Jn - lr * Cn + yr * An) * Ja, I) : null;
242333
242333
  }, e.isChar = pa, e.isMapboxURL = ke, e.keysDifference = function(I, W) {
242334
242334
  var oe = [];
242335
242335
  for (var _e in I)
@@ -242360,7 +242360,7 @@ void main() {
242360
242360
  }
242361
242361
  nr.layoutTextSize = er["text-size"].possiblyEvaluate(new Ii(I.zoom + 1), it), nr.layoutIconSize = er["icon-size"].possiblyEvaluate(new Ii(I.zoom + 1), it), nr.textMaxSize = er["text-size"].possiblyEvaluate(new Ii(18));
242362
242362
  for (var on = Ut.get("text-line-height") * pl, An = Ut.get("text-rotation-alignment") === "map" && Ut.get("symbol-placement") !== "point", Cn = Ut.get("text-keep-upright"), Dn = Ut.get("text-size"), Jn = function() {
242363
- var na = da[Qn], _a = Ut.get("text-font").evaluate(na, {}, it).join(","), Ea = Dn.evaluate(na, {}, it), hi = nr.layoutTextSize.evaluate(na, {}, it), Ga = nr.layoutIconSize.evaluate(na, {}, it), ci = { horizontal: {}, vertical: void 0 }, Ja = na.text, Na = [0, 0];
242363
+ var na = da[Qn], _a = Ut.get("text-font").evaluate(na, {}, it).join(","), La = Dn.evaluate(na, {}, it), hi = nr.layoutTextSize.evaluate(na, {}, it), Ga = nr.layoutIconSize.evaluate(na, {}, it), ci = { horizontal: {}, vertical: void 0 }, Ja = na.text, Na = [0, 0];
242364
242364
  if (Ja) {
242365
242365
  var Ni = Ja.toString(), ki = Ut.get("text-letter-spacing").evaluate(na, {}, it) * pl, Oo = function(Pe) {
242366
242366
  for (var Ge = 0, He = Pe; Ge < He.length; Ge += 1)
@@ -242376,7 +242376,7 @@ void main() {
242376
242376
  });
242377
242377
  }
242378
242378
  var fo = An ? "center" : Ut.get("text-justify").evaluate(na, {}, it), Po = Ut.get("symbol-placement"), Lo = Po === "point" ? Ut.get("text-max-width").evaluate(na, {}, it) * pl : 0, As = function() {
242379
- I.allowVerticalPlacement && Ts(Ni) && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, "left", Oo, Na, Uc.vertical, !0, Po, hi, Ea));
242379
+ I.allowVerticalPlacement && Ts(Ni) && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, "left", Oo, Na, Uc.vertical, !0, Po, hi, La));
242380
242380
  };
242381
242381
  if (!An && oo) {
242382
242382
  for (var zo = fo === "auto" ? oo.map(function(Pe) {
@@ -242387,15 +242387,15 @@ void main() {
242387
242387
  if (Cs)
242388
242388
  ci.horizontal[xs] = ci.horizontal[0];
242389
242389
  else {
242390
- var eo = vp(Ja, W, oe, De, _a, Lo, on, "center", xs, Oo, Na, Uc.horizontal, !1, Po, hi, Ea);
242390
+ var eo = vp(Ja, W, oe, De, _a, Lo, on, "center", xs, Oo, Na, Uc.horizontal, !1, Po, hi, La);
242391
242391
  eo && (ci.horizontal[xs] = eo, Cs = eo.positionedLines.length === 1);
242392
242392
  }
242393
242393
  }
242394
242394
  As();
242395
242395
  } else {
242396
242396
  fo === "auto" && (fo = Ed(ai));
242397
- var Rl = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.horizontal, !1, Po, hi, Ea);
242398
- Rl && (ci.horizontal[fo] = Rl), As(), Ts(Ni) && An && Cn && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.vertical, !1, Po, hi, Ea));
242397
+ var Rl = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.horizontal, !1, Po, hi, La);
242398
+ Rl && (ci.horizontal[fo] = Rl), As(), Ts(Ni) && An && Cn && (ci.vertical = vp(Ja, W, oe, De, _a, Lo, on, ai, fo, Oo, Na, Uc.vertical, !1, Po, hi, La));
242399
242399
  }
242400
242400
  }
242401
242401
  var J = void 0, B = !1;
@@ -242410,7 +242410,7 @@ void main() {
242410
242410
  I.iconsInText = !!fe && fe.iconsInText, (fe || J) && function(Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr) {
242411
242411
  var xr = It.textMaxSize.evaluate(Ge, {});
242412
242412
  xr === void 0 && (xr = Vt);
242413
- var Nr, Gr = Pe.layers[0].layout, kn = Gr.get("icon-offset").evaluate(Ge, {}, kr), cn = R0(He.horizontal), vn = 24, Zn = Vt / vn, ya = Pe.tilePixelRatio * Zn, Pa = Pe.tilePixelRatio * xr / vn, Xa = Pe.tilePixelRatio * Ht, ka = Pe.tilePixelRatio * Gr.get("symbol-spacing"), va = Gr.get("text-padding") * Pe.tilePixelRatio, Ba = Gr.get("icon-padding") * Pe.tilePixelRatio, Ua = Gr.get("text-max-angle") / 180 * Math.PI, Ca = Gr.get("text-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", aa = Gr.get("icon-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", Da = Gr.get("symbol-placement"), Ka = ka / 2, ui = Gr.get("icon-text-fit");
242413
+ var Nr, Gr = Pe.layers[0].layout, kn = Gr.get("icon-offset").evaluate(Ge, {}, kr), cn = R0(He.horizontal), vn = 24, Zn = Vt / vn, ya = Pe.tilePixelRatio * Zn, Ea = Pe.tilePixelRatio * xr / vn, Xa = Pe.tilePixelRatio * Ht, ka = Pe.tilePixelRatio * Gr.get("symbol-spacing"), va = Gr.get("text-padding") * Pe.tilePixelRatio, Ba = Gr.get("icon-padding") * Pe.tilePixelRatio, Ua = Gr.get("text-max-angle") / 180 * Math.PI, Ca = Gr.get("text-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", aa = Gr.get("icon-rotation-alignment") === "map" && Gr.get("symbol-placement") !== "point", Da = Gr.get("symbol-placement"), Ka = ka / 2, ui = Gr.get("icon-text-fit");
242414
242414
  ut && ui !== "none" && (Pe.allowVerticalPlacement && He.vertical && (Nr = _f(ut, He.vertical, ui, Gr.get("icon-text-fit-padding"), kn, Zn)), cn && (ut = _f(ut, cn, ui, Gr.get("icon-text-fit-padding"), kn, Zn)));
242415
242415
  var go = function(Ku, Yl) {
242416
242416
  Yl.x < 0 || Yl.x >= Ha || Yl.y < 0 || Yl.y >= Ha || function(co, Xo, Eu, Uu, Ep, Ef, Yh, Nu, Ph, Pu, $h, Qh, Pf, V0, ep, B0, j0, q0, K0, If, zs, qd, zf, od, B1) {
@@ -242449,7 +242449,7 @@ void main() {
242449
242449
  };
242450
242450
  if (Da === "line")
242451
242451
  for (var mo = 0, Ms = Ah(Ge.geometry, 0, 0, Ha, Ha); mo < Ms.length; mo += 1)
242452
- for (var Nc = Ms[mo], Hs = 0, Is = U1(Nc, ka, Ua, He.vertical || cn, ut, vn, Pa, Pe.overscaling, Ha); Hs < Is.length; Hs += 1) {
242452
+ for (var Nc = Ms[mo], Hs = 0, Is = U1(Nc, ka, Ua, He.vertical || cn, ut, vn, Ea, Pe.overscaling, Ha); Hs < Is.length; Hs += 1) {
242453
242453
  var yc = Is[Hs];
242454
242454
  cn && F0(Pe, cn.text, Ka, yc) || go(Nc, yc);
242455
242455
  }
@@ -242457,7 +242457,7 @@ void main() {
242457
242457
  for (var ql = 0, cs = Ge.geometry; ql < cs.length; ql += 1) {
242458
242458
  var as = cs[ql];
242459
242459
  if (as.length > 1) {
242460
- var Cl = F1(as, Ua, He.vertical || cn, ut, vn, Pa);
242460
+ var Cl = F1(as, Ua, He.vertical || cn, ut, vn, Ea);
242461
242461
  Cl && go(as, Cl);
242462
242462
  }
242463
242463
  }
@@ -242490,7 +242490,7 @@ void main() {
242490
242490
  De in I && (oe[De] = I[De]);
242491
242491
  }
242492
242492
  return oe;
242493
- }, e.plugin = es, e.polygonIntersectsPolygon = Fu, e.postMapLoadEvent = Ye, e.postTurnstileEvent = Be, e.potpack = yp, e.refProperties = ["type", "source", "source-layer", "minzoom", "maxzoom", "filter", "layout"], e.register = La, e.registerForPluginStateChange = function(I) {
242493
+ }, e.plugin = es, e.polygonIntersectsPolygon = Fu, e.postMapLoadEvent = Ye, e.postTurnstileEvent = Be, e.potpack = yp, e.refProperties = ["type", "source", "source-layer", "minzoom", "maxzoom", "filter", "layout"], e.register = Oa, e.registerForPluginStateChange = function(I) {
242494
242494
  return I({ pluginStatus: Oi, pluginURL: Uo }), Qo.on("pluginStateChange", I), I;
242495
242495
  }, e.renderColorRamp = cf, e.rotate = function(I, W, oe) {
242496
242496
  var _e = W[0], De = W[1], Ze = W[2], it = W[3], xt = Math.sin(oe), Ut = Math.cos(oe);
@@ -248780,7 +248780,7 @@ uniform ` + Se + " " + ze + " u_" + Ve + `;
248780
248780
  }, Mi.prototype.isActive = function() {
248781
248781
  return this._active;
248782
248782
  };
248783
- function La(Q, R) {
248783
+ function Oa(Q, R) {
248784
248784
  return Math.log(Q / R) / Math.LN2;
248785
248785
  }
248786
248786
  var Zc = function(Q) {
@@ -248793,8 +248793,8 @@ uniform ` + Se + " " + ze + " u_" + Ve + `;
248793
248793
  this._startDistance = this._distance = a[0].dist(a[1]);
248794
248794
  }, R.prototype._move = function(a, i) {
248795
248795
  var E = this._distance;
248796
- if (this._distance = a[0].dist(a[1]), this._active || !(Math.abs(La(this._distance, this._startDistance)) < 0.1))
248797
- return this._active = !0, { zoomDelta: La(this._distance, E), pinchAround: i };
248796
+ if (this._distance = a[0].dist(a[1]), this._active || !(Math.abs(Oa(this._distance, this._startDistance)) < 0.1))
248797
+ return this._active = !0, { zoomDelta: Oa(this._distance, E), pinchAround: i };
248798
248798
  }, R;
248799
248799
  }(Mi);
248800
248800
  function Au(Q, R) {
@@ -253300,7 +253300,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
253300
253300
  }, geoRectangularPolyconicRaw: function() {
253301
253301
  return _l;
253302
253302
  }, geoRobinson: function() {
253303
- return La;
253303
+ return Oa;
253304
253304
  }, geoRobinsonRaw: function() {
253305
253305
  return wl;
253306
253306
  }, geoSatellite: function() {
@@ -255162,7 +255162,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
255162
255162
  var Rt, Q = l(18, 36 * d(_t) / A), R = c(Q), a = Q - R, i = (Rt = Mi[R])[0], E = Rt[1], F = (Rt = Mi[++R])[0], G = Rt[1], re = (Rt = Mi[l(19, ++R)])[0], de = Rt[1];
255163
255163
  return [vt * (F + a * (re - i) / 2 + a * a * (re - 2 * F + i) / 2), (_t > 0 ? C : -C) * (G + a * (de - E) / 2 + a * a * (de - 2 * G + E) / 2)];
255164
255164
  }
255165
- function La() {
255165
+ function Oa() {
255166
255166
  return (0, x.A)(wl).scale(152.63);
255167
255167
  }
255168
255168
  function Zc(vt, _t) {
@@ -274078,7 +274078,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
274078
274078
  return Il({ key: `${ne}.type`, value: B.type, valueSpec: { values: ["vector", "raster", "raster-dem", "geojson", "video", "image"] }, style: Pe, validateSpec: Ge, styleSpec: fe });
274079
274079
  }
274080
274080
  }
274081
- function La(J) {
274081
+ function Oa(J) {
274082
274082
  const B = J.value, ne = J.styleSpec, fe = ne.light, Pe = J.style;
274083
274083
  let Ge = [];
274084
274084
  const He = fa(B);
@@ -274137,7 +274137,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
274137
274137
  }, number: Xi, color: function(J) {
274138
274138
  const B = J.key, ne = J.value, fe = fa(ne);
274139
274139
  return fe !== "string" ? [new Ce(B, ne, `color expected, ${fe} found`)] : cr.parse(String(ne)) ? [] : [new Ce(B, ne, `color expected, "${ne}" found`)];
274140
- }, constants: hs, enum: Il, filter: Es, function: $o, layer: _l, object: Fi, source: wl, light: La, sky: Zc, terrain: Au, projection: function(J) {
274140
+ }, constants: hs, enum: Il, filter: Es, function: $o, layer: _l, object: Fi, source: wl, light: Oa, sky: Zc, terrain: Au, projection: function(J) {
274141
274141
  const B = J.value, ne = J.styleSpec, fe = ne.projection, Pe = J.style, Ge = fa(B);
274142
274142
  if (B === void 0)
274143
274143
  return [];
@@ -274199,7 +274199,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
274199
274199
  return zl(J.apply(this, B));
274200
274200
  };
274201
274201
  }
274202
- pa.source = Zi(Ts(wl)), pa.sprite = Zi(Ts(Nl)), pa.glyphs = Zi(Ts(mc)), pa.light = Zi(Ts(La)), pa.sky = Zi(Ts(Zc)), pa.terrain = Zi(Ts(Au)), pa.layer = Zi(Ts(_l)), pa.filter = Zi(Ts(Es)), pa.paintProperty = Zi(Ts(kc)), pa.layoutProperty = Zi(Ts(ac));
274202
+ pa.source = Zi(Ts(wl)), pa.sprite = Zi(Ts(Nl)), pa.glyphs = Zi(Ts(mc)), pa.light = Zi(Ts(Oa)), pa.sky = Zi(Ts(Zc)), pa.terrain = Zi(Ts(Au)), pa.layer = Zi(Ts(_l)), pa.filter = Zi(Ts(Es)), pa.paintProperty = Zi(Ts(kc)), pa.layoutProperty = Zi(Ts(ac));
274203
274203
  const Us = pa;
274204
274204
  Us.source;
274205
274205
  const ic = Us.light, Sl = Us.sky;
@@ -275123,13 +275123,13 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
275123
275123
  _refreshViews() {
275124
275124
  this.uint8 = new Uint8Array(this.arrayBuffer), this.int16 = new Int16Array(this.arrayBuffer), this.uint16 = new Uint16Array(this.arrayBuffer), this.uint32 = new Uint32Array(this.arrayBuffer), this.float32 = new Float32Array(this.arrayBuffer);
275125
275125
  }
275126
- emplaceBack(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Pa, Xa, ka, va, Ba, Ua) {
275126
+ emplaceBack(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Ea, Xa, ka, va, Ba, Ua) {
275127
275127
  const Ca = this.length;
275128
- return this.resize(Ca + 1), this.emplace(Ca, B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Pa, Xa, ka, va, Ba, Ua);
275128
+ return this.resize(Ca + 1), this.emplace(Ca, B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Ea, Xa, ka, va, Ba, Ua);
275129
275129
  }
275130
- emplace(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Pa, Xa, ka, va, Ba, Ua, Ca) {
275130
+ emplace(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr, xr, Nr, Gr, kn, cn, vn, Zn, ya, Ea, Xa, ka, va, Ba, Ua, Ca) {
275131
275131
  const aa = 32 * B, Da = 16 * B;
275132
- return this.int16[aa + 0] = ne, this.int16[aa + 1] = fe, this.int16[aa + 2] = Pe, this.int16[aa + 3] = Ge, this.int16[aa + 4] = He, this.int16[aa + 5] = ut, this.int16[aa + 6] = mt, this.int16[aa + 7] = It, this.uint16[aa + 8] = Vt, this.uint16[aa + 9] = Ht, this.uint16[aa + 10] = ar, this.uint16[aa + 11] = dr, this.uint16[aa + 12] = kr, this.uint16[aa + 13] = xr, this.uint16[aa + 14] = Nr, this.uint16[aa + 15] = Gr, this.uint16[aa + 16] = kn, this.uint16[aa + 17] = cn, this.uint16[aa + 18] = vn, this.uint16[aa + 19] = Zn, this.uint16[aa + 20] = ya, this.uint16[aa + 21] = Pa, this.uint16[aa + 22] = Xa, this.uint32[Da + 12] = ka, this.float32[Da + 13] = va, this.float32[Da + 14] = Ba, this.uint16[aa + 30] = Ua, this.uint16[aa + 31] = Ca, B;
275132
+ return this.int16[aa + 0] = ne, this.int16[aa + 1] = fe, this.int16[aa + 2] = Pe, this.int16[aa + 3] = Ge, this.int16[aa + 4] = He, this.int16[aa + 5] = ut, this.int16[aa + 6] = mt, this.int16[aa + 7] = It, this.uint16[aa + 8] = Vt, this.uint16[aa + 9] = Ht, this.uint16[aa + 10] = ar, this.uint16[aa + 11] = dr, this.uint16[aa + 12] = kr, this.uint16[aa + 13] = xr, this.uint16[aa + 14] = Nr, this.uint16[aa + 15] = Gr, this.uint16[aa + 16] = kn, this.uint16[aa + 17] = cn, this.uint16[aa + 18] = vn, this.uint16[aa + 19] = Zn, this.uint16[aa + 20] = ya, this.uint16[aa + 21] = Ea, this.uint16[aa + 22] = Xa, this.uint32[Da + 12] = ka, this.float32[Da + 13] = va, this.float32[Da + 14] = Ba, this.uint16[aa + 30] = Ua, this.uint16[aa + 31] = Ca, B;
275133
275133
  }
275134
275134
  }
275135
275135
  Mt.prototype.bytesPerElement = 64, Hr("StructArrayLayout8i15ui1ul2f2ui64", Mt);
@@ -276944,11 +276944,11 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
276944
276944
  }
276945
276945
  return kn;
276946
276946
  }(It, mt, 0, 0), dr = function(kr, xr, Nr, Gr) {
276947
- const kn = [], cn = [], vn = Gr[8] * xr, Zn = Gr[9] * xr, ya = Gr[10] * xr, Pa = Gr[11] * xr, Xa = Gr[8] * Nr, ka = Gr[9] * Nr, va = Gr[10] * Nr, Ba = Gr[11] * Nr;
276947
+ const kn = [], cn = [], vn = Gr[8] * xr, Zn = Gr[9] * xr, ya = Gr[10] * xr, Ea = Gr[11] * xr, Xa = Gr[8] * Nr, ka = Gr[9] * Nr, va = Gr[10] * Nr, Ba = Gr[11] * Nr;
276948
276948
  for (const Ua of kr) {
276949
276949
  const Ca = [], aa = [];
276950
276950
  for (const Da of Ua) {
276951
- const Ka = Da.x, ui = Da.y, go = Gr[0] * Ka + Gr[4] * ui + Gr[12], mo = Gr[1] * Ka + Gr[5] * ui + Gr[13], Ms = Gr[2] * Ka + Gr[6] * ui + Gr[14], Nc = Gr[3] * Ka + Gr[7] * ui + Gr[15], Hs = Ms + ya, Is = Nc + Pa, yc = go + Xa, ql = mo + ka, cs = Ms + va, as = Nc + Ba, Cl = new c((go + vn) / Is, (mo + Zn) / Is);
276951
+ const Ka = Da.x, ui = Da.y, go = Gr[0] * Ka + Gr[4] * ui + Gr[12], mo = Gr[1] * Ka + Gr[5] * ui + Gr[13], Ms = Gr[2] * Ka + Gr[6] * ui + Gr[14], Nc = Gr[3] * Ka + Gr[7] * ui + Gr[15], Hs = Ms + ya, Is = Nc + Ea, yc = go + Xa, ql = mo + ka, cs = Ms + va, as = Nc + Ba, Cl = new c((go + vn) / Is, (mo + Zn) / Is);
276952
276952
  Cl.z = Hs / Is, Ca.push(Cl);
276953
276953
  const is = new c(yc / as, ql / as);
276954
276954
  is.z = cs / as, aa.push(is);
@@ -276963,7 +276963,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
276963
276963
  for (let kn = 0; kn < xr.length; kn++) {
276964
276964
  const cn = xr[kn], vn = kr[kn];
276965
276965
  for (let Zn = 0; Zn < cn.length - 1; Zn++) {
276966
- const ya = cn[Zn], Pa = cn[Zn + 1], Xa = vn[Zn], ka = [ya, Pa, vn[Zn + 1], Xa, ya];
276966
+ const ya = cn[Zn], Ea = cn[Zn + 1], Xa = vn[Zn], ka = [ya, Ea, vn[Zn + 1], Xa, ya];
276967
276967
  sf(Nr, ka) && (Gr = Math.min(Gr, S0(Nr, ka)));
276968
276968
  }
276969
276969
  }
@@ -277081,8 +277081,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
277081
277081
  Nr && (xr = Nr), ar && (dr = ar), ar = B[Gr], Nr = kr ? kr.sub(ar)._unit()._perp() : xr, xr = xr || Nr;
277082
277082
  let kn = xr.add(Nr);
277083
277083
  kn.x === 0 && kn.y === 0 || kn._unit();
277084
- const cn = xr.x * Nr.x + xr.y * Nr.y, vn = kn.x * Nr.x + kn.y * Nr.y, Zn = vn !== 0 ? 1 / vn : 1 / 0, ya = 2 * Math.sqrt(2 - 2 * vn), Pa = vn < z1 && dr && kr, Xa = xr.x * Nr.y - xr.y * Nr.x > 0;
277085
- if (Pa && Gr > It) {
277084
+ const cn = xr.x * Nr.x + xr.y * Nr.y, vn = kn.x * Nr.x + kn.y * Nr.y, Zn = vn !== 0 ? 1 / vn : 1 / 0, ya = 2 * Math.sqrt(2 - 2 * vn), Ea = vn < z1 && dr && kr, Xa = xr.x * Nr.y - xr.y * Nr.x > 0;
277085
+ if (Ea && Gr > It) {
277086
277086
  const Ba = ar.dist(dr);
277087
277087
  if (Ba > 2 * Vt) {
277088
277088
  const Ua = ar.sub(ar.sub(dr)._mult(Vt / Ba)._round());
@@ -277123,7 +277123,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
277123
277123
  this.addCurrentVertex(ar, kn, Ba, Ba, Ht);
277124
277124
  } else
277125
277125
  va === "round" && (dr && (this.addCurrentVertex(ar, xr, 0, 0, Ht), this.addCurrentVertex(ar, xr, 1, 1, Ht, !0)), kr && (this.addCurrentVertex(ar, Nr, -1, -1, Ht, !0), this.addCurrentVertex(ar, Nr, 0, 0, Ht)));
277126
- if (Pa && Gr < mt - 1) {
277126
+ if (Ea && Gr < mt - 1) {
277127
277127
  const Ba = ar.dist(kr);
277128
277128
  if (Ba > 2 * Vt) {
277129
277129
  const Ua = ar.add(kr.sub(ar)._mult(Vt / Ba)._round());
@@ -277201,8 +277201,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
277201
277201
  for (let kr = 0; kr < Ht.length; kr++) {
277202
277202
  const xr = Ht[kr], Nr = [];
277203
277203
  for (let Gr = 0; Gr < xr.length; Gr++) {
277204
- const kn = xr[Gr - 1], cn = xr[Gr], vn = xr[Gr + 1], Zn = Gr === 0 ? new c(0, 0) : cn.sub(kn)._unit()._perp(), ya = Gr === xr.length - 1 ? new c(0, 0) : vn.sub(cn)._unit()._perp(), Pa = Zn._add(ya)._unit(), Xa = Pa.x * ya.x + Pa.y * ya.y;
277205
- Xa !== 0 && Pa._mult(1 / Xa), Nr.push(Pa._mult(ar)._add(cn));
277204
+ const kn = xr[Gr - 1], cn = xr[Gr], vn = xr[Gr + 1], Zn = Gr === 0 ? new c(0, 0) : cn.sub(kn)._unit()._perp(), ya = Gr === xr.length - 1 ? new c(0, 0) : vn.sub(cn)._unit()._perp(), Ea = Zn._add(ya)._unit(), Xa = Ea.x * ya.x + Ea.y * ya.y;
277205
+ Xa !== 0 && Ea._mult(1 / Xa), Nr.push(Ea._mult(ar)._add(cn));
277206
277206
  }
277207
277207
  dr.push(Nr);
277208
277208
  }
@@ -277764,29 +277764,29 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
277764
277764
  Nr = [];
277765
277765
  const Zn = Gr(xr.toString(), kf(xr, It, Ge, B, fe, dr));
277766
277766
  for (const ya of Zn) {
277767
- const Pa = new Ed();
277768
- Pa.text = ya, Pa.sections = xr.sections;
277767
+ const Ea = new Ed();
277768
+ Ea.text = ya, Ea.sections = xr.sections;
277769
277769
  for (let Xa = 0; Xa < ya.length; Xa++)
277770
- Pa.sectionIndex.push(0);
277771
- Nr.push(Pa);
277770
+ Ea.sectionIndex.push(0);
277771
+ Nr.push(Ea);
277772
277772
  }
277773
277773
  } else if (kn) {
277774
277774
  Nr = [];
277775
277775
  const Zn = kn(xr.text, xr.sectionIndex, kf(xr, It, Ge, B, fe, dr));
277776
277776
  for (const ya of Zn) {
277777
- const Pa = new Ed();
277778
- Pa.text = ya[0], Pa.sectionIndex = ya[1], Pa.sections = xr.sections, Nr.push(Pa);
277777
+ const Ea = new Ed();
277778
+ Ea.text = ya[0], Ea.sectionIndex = ya[1], Ea.sections = xr.sections, Nr.push(Ea);
277779
277779
  }
277780
277780
  } else
277781
277781
  Nr = function(Zn, ya) {
277782
- const Pa = [], Xa = Zn.text;
277782
+ const Ea = [], Xa = Zn.text;
277783
277783
  let ka = 0;
277784
277784
  for (const va of ya)
277785
- Pa.push(Zn.substring(ka, va)), ka = va;
277786
- return ka < Xa.length && Pa.push(Zn.substring(ka, Xa.length)), Pa;
277785
+ Ea.push(Zn.substring(ka, va)), ka = va;
277786
+ return ka < Xa.length && Ea.push(Zn.substring(ka, Xa.length)), Ea;
277787
277787
  }(xr, kf(xr, It, Ge, B, fe, dr));
277788
277788
  const cn = [], vn = { positionedLines: cn, text: xr.toString(), top: Vt[1], bottom: Vt[1], left: Vt[0], right: Vt[0], writingMode: Ht, iconsInText: !1, verticalizable: !1 };
277789
- return function(Zn, ya, Pa, Xa, ka, va, Ba, Ua, Ca, aa, Da, Ka) {
277789
+ return function(Zn, ya, Ea, Xa, ka, va, Ba, Ua, Ca, aa, Da, Ka) {
277790
277790
  let ui = 0, go = $d, mo = 0, Ms = 0;
277791
277791
  const Nc = Ua === "right" ? 1 : Ua === "left" ? 0 : 0.5;
277792
277792
  let Hs = 0;
@@ -277814,7 +277814,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
277814
277814
  const Eu = Yl ? Xo[0] * us.scale - nl * as : Xo[1] * us.scale - nl * as;
277815
277815
  Eu > 0 && Eu > Kl && (Kl = Eu);
277816
277816
  } else {
277817
- const co = Pa[us.fontStack], Xo = co && co[wo];
277817
+ const co = Ea[us.fontStack], Xo = co && co[wo];
277818
277818
  if (Xo && Xo.rect)
277819
277819
  fs = Xo.rect, Vs = Xo.metrics;
277820
277820
  else {
@@ -278064,19 +278064,19 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278064
278064
  const vn = Pe._featureFilter.needGeometry, Zn = Ad(Nr, vn);
278065
278065
  if (!Pe._featureFilter.filter(xr, Zn, fe))
278066
278066
  continue;
278067
- let ya, Pa;
278067
+ let ya, Ea;
278068
278068
  if (vn || (Zn.geometry = $u(Nr)), It) {
278069
278069
  const va = Pe.getValueAndResolveTokens("text-field", Zn, fe, kr), Ba = Lr.factory(va), Ua = this.hasRTLText = this.hasRTLText || N0(Ba);
278070
278070
  (!Ua || Tl.getRTLTextPluginStatus() === "unavailable" || Ua && Tl.isParsed()) && (ya = vf(Ba, Pe, Zn));
278071
278071
  }
278072
278072
  if (Vt) {
278073
278073
  const va = Pe.getValueAndResolveTokens("icon-image", Zn, fe, kr);
278074
- Pa = va instanceof Ir ? va : Ir.fromString(va);
278074
+ Ea = va instanceof Ir ? va : Ir.fromString(va);
278075
278075
  }
278076
- if (!ya && !Pa)
278076
+ if (!ya && !Ea)
278077
278077
  continue;
278078
- const Xa = this.sortFeaturesByKey ? Ht.evaluate(Zn, {}, fe) : void 0, ka = { id: Gr, text: ya, icon: Pa, index: kn, sourceLayerIndex: cn, geometry: Zn.geometry, properties: Nr.properties, type: D1[Nr.type], sortKey: Xa };
278079
- if (this.features.push(ka), Pa && (ar[Pa.name] = !0), ya) {
278078
+ const Xa = this.sortFeaturesByKey ? Ht.evaluate(Zn, {}, fe) : void 0, ka = { id: Gr, text: ya, icon: Ea, index: kn, sourceLayerIndex: cn, geometry: Zn.geometry, properties: Nr.properties, type: D1[Nr.type], sortKey: Xa };
278079
+ if (this.features.push(ka), Ea && (ar[Ea.name] = !0), ya) {
278080
278080
  const va = He.evaluate(Zn, {}, fe).join(","), Ba = Ge.get("text-rotation-alignment") !== "viewport" && Ge.get("symbol-placement") !== "point";
278081
278081
  this.allowVerticalPlacement = this.writingModes && this.writingModes.indexOf(d.ai.vertical) >= 0;
278082
278082
  for (const Ua of ya.sections)
@@ -278098,7 +278098,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278098
278098
  const Ua = kn[ka];
278099
278099
  return delete kn[ka], kn[va] = Ua, cn[Ua].geometry[0].pop(), cn[Ua].geometry[0] = cn[Ua].geometry[0].concat(Ba[0]), Ua;
278100
278100
  }
278101
- function Pa(ka, va, Ba) {
278101
+ function Ea(ka, va, Ba) {
278102
278102
  const Ua = Gr[va];
278103
278103
  return delete Gr[va], Gr[ka] = Ua, cn[Ua].geometry[0].shift(), cn[Ua].geometry[0] = Ba[0].concat(cn[Ua].geometry[0]), Ua;
278104
278104
  }
@@ -278114,10 +278114,10 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278114
278114
  }
278115
278115
  const Ca = Xa(Ua, Ba), aa = Xa(Ua, Ba, !0);
278116
278116
  if (Ca in kn && aa in Gr && kn[Ca] !== Gr[aa]) {
278117
- const Da = Pa(Ca, aa, Ba), Ka = ya(Ca, aa, cn[Da].geometry);
278117
+ const Da = Ea(Ca, aa, Ba), Ka = ya(Ca, aa, cn[Da].geometry);
278118
278118
  delete Gr[Ca], delete kn[aa], kn[Xa(Ua, cn[Ka].geometry, !0)] = Ka, cn[Da].geometry = null;
278119
278119
  } else
278120
- Ca in kn ? ya(Ca, aa, Ba) : aa in Gr ? Pa(Ca, aa, Ba) : (Zn(ka), Gr[Ca] = vn - 1, kn[aa] = vn - 1);
278120
+ Ca in kn ? ya(Ca, aa, Ba) : aa in Gr ? Ea(Ca, aa, Ba) : (Zn(ka), Gr[Ca] = vn - 1, kn[aa] = vn - 1);
278121
278121
  }
278122
278122
  return cn.filter((ka) => ka.geometry);
278123
278123
  }(this.features)), this.sortFeaturesByKey && this.features.sort((Nr, Gr) => Nr.sortKey - Gr.sortKey);
@@ -278159,8 +278159,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278159
278159
  addSymbols(B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar) {
278160
278160
  const dr = B.indexArray, kr = B.layoutVertexArray, xr = B.segments.prepareSegment(4 * ne.length, kr, dr, this.canOverlap ? He.sortKey : void 0), Nr = this.glyphOffsetArray.length, Gr = xr.vertexLength, kn = this.allowVerticalPlacement && ut === d.ai.vertical ? Math.PI / 2 : 0, cn = He.text && He.text.sections;
278161
278161
  for (let vn = 0; vn < ne.length; vn++) {
278162
- const { tl: Zn, tr: ya, bl: Pa, br: Xa, tex: ka, pixelOffsetTL: va, pixelOffsetBR: Ba, minFontScaleX: Ua, minFontScaleY: Ca, glyphOffset: aa, isSDF: Da, sectionIndex: Ka } = ne[vn], ui = xr.vertexLength, go = aa[1];
278163
- Ap(kr, mt.x, mt.y, Zn.x, go + Zn.y, ka.x, ka.y, fe, Da, va.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, ya.x, go + ya.y, ka.x + ka.w, ka.y, fe, Da, Ba.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, Pa.x, go + Pa.y, ka.x, ka.y + ka.h, fe, Da, va.x, Ba.y, Ua, Ca), Ap(kr, mt.x, mt.y, Xa.x, go + Xa.y, ka.x + ka.w, ka.y + ka.h, fe, Da, Ba.x, Ba.y, Ua, Ca), Cp(B.dynamicLayoutVertexArray, mt, kn), dr.emplaceBack(ui, ui + 1, ui + 2), dr.emplaceBack(ui + 1, ui + 2, ui + 3), xr.vertexLength += 4, xr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(aa[0]), vn !== ne.length - 1 && Ka === ne[vn + 1].sectionIndex || B.programConfigurations.populatePaintArrays(kr.length, He, He.index, {}, ar, cn && cn[Ka]);
278162
+ const { tl: Zn, tr: ya, bl: Ea, br: Xa, tex: ka, pixelOffsetTL: va, pixelOffsetBR: Ba, minFontScaleX: Ua, minFontScaleY: Ca, glyphOffset: aa, isSDF: Da, sectionIndex: Ka } = ne[vn], ui = xr.vertexLength, go = aa[1];
278163
+ Ap(kr, mt.x, mt.y, Zn.x, go + Zn.y, ka.x, ka.y, fe, Da, va.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, ya.x, go + ya.y, ka.x + ka.w, ka.y, fe, Da, Ba.x, va.y, Ua, Ca), Ap(kr, mt.x, mt.y, Ea.x, go + Ea.y, ka.x, ka.y + ka.h, fe, Da, va.x, Ba.y, Ua, Ca), Ap(kr, mt.x, mt.y, Xa.x, go + Xa.y, ka.x + ka.w, ka.y + ka.h, fe, Da, Ba.x, Ba.y, Ua, Ca), Cp(B.dynamicLayoutVertexArray, mt, kn), dr.emplaceBack(ui, ui + 1, ui + 2), dr.emplaceBack(ui + 1, ui + 2, ui + 3), xr.vertexLength += 4, xr.primitiveLength += 2, this.glyphOffsetArray.emplaceBack(aa[0]), vn !== ne.length - 1 && Ka === ne[vn + 1].sectionIndex || B.programConfigurations.populatePaintArrays(kr.length, He, He.index, {}, ar, cn && cn[Ka]);
278164
278164
  }
278165
278165
  B.placedSymbolArray.emplaceBack(mt.x, mt.y, Nr, this.glyphOffsetArray.length - Nr, Gr, It, Vt, mt.segment, fe ? fe[0] : 0, fe ? fe[1] : 0, Pe[0], Pe[1], ut, 0, !1, 0, Ht);
278166
278166
  }
@@ -278723,11 +278723,11 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278723
278723
  }
278724
278724
  query(B, ne, fe, Pe) {
278725
278725
  this.loadVTLayers();
278726
- const Ge = B.params || {}, He = Gs / B.tileSize / B.scale, ut = Ki(Ge.filter), mt = B.queryGeometry, It = B.queryPadding * He, Vt = oe(mt), Ht = this.grid.query(Vt.minX - It, Vt.minY - It, Vt.maxX + It, Vt.maxY + It), ar = oe(B.cameraQueryGeometry), dr = this.grid3D.query(ar.minX - It, ar.minY - It, ar.maxX + It, ar.maxY + It, (Nr, Gr, kn, cn) => function(vn, Zn, ya, Pa, Xa) {
278726
+ const Ge = B.params || {}, He = Gs / B.tileSize / B.scale, ut = Ki(Ge.filter), mt = B.queryGeometry, It = B.queryPadding * He, Vt = oe(mt), Ht = this.grid.query(Vt.minX - It, Vt.minY - It, Vt.maxX + It, Vt.maxY + It), ar = oe(B.cameraQueryGeometry), dr = this.grid3D.query(ar.minX - It, ar.minY - It, ar.maxX + It, ar.maxY + It, (Nr, Gr, kn, cn) => function(vn, Zn, ya, Ea, Xa) {
278727
278727
  for (const va of vn)
278728
- if (Zn <= va.x && ya <= va.y && Pa >= va.x && Xa >= va.y)
278728
+ if (Zn <= va.x && ya <= va.y && Ea >= va.x && Xa >= va.y)
278729
278729
  return !0;
278730
- const ka = [new c(Zn, ya), new c(Zn, Xa), new c(Pa, Xa), new c(Pa, ya)];
278730
+ const ka = [new c(Zn, ya), new c(Zn, Xa), new c(Ea, Xa), new c(Ea, ya)];
278731
278731
  if (vn.length > 2) {
278732
278732
  for (const va of ka)
278733
278733
  if (sh(vn, va))
@@ -278787,8 +278787,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278787
278787
  continue;
278788
278788
  const ya = new Lf(kr, this.z, this.x, this.y, xr);
278789
278789
  ya.layer = vn;
278790
- let Pa = B[Gr];
278791
- Pa === void 0 && (Pa = B[Gr] = []), Pa.push({ featureIndex: Pe, feature: ya, intersectionZ: Zn });
278790
+ let Ea = B[Gr];
278791
+ Ea === void 0 && (Ea = B[Gr] = []), Ea.push({ featureIndex: Pe, feature: ya, intersectionZ: Zn });
278792
278792
  }
278793
278793
  }
278794
278794
  lookupSymbolFeatures(B, ne, fe, Pe, Ge, He, ut, mt) {
@@ -278928,13 +278928,13 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
278928
278928
  const Pe = [], Ge = J.image, He = Ge.pixelRatio, ut = Ge.paddedRect.w - 2 * hr, mt = Ge.paddedRect.h - 2 * hr;
278929
278929
  let It = { x1: J.left, y1: J.top, x2: J.right, y2: J.bottom };
278930
278930
  const Vt = Ge.stretchX || [[0, ut]], Ht = Ge.stretchY || [[0, mt]], ar = (aa, Da) => aa + Da[1] - Da[0], dr = Vt.reduce(ar, 0), kr = Ht.reduce(ar, 0), xr = ut - dr, Nr = mt - kr;
278931
- let Gr = 0, kn = dr, cn = 0, vn = kr, Zn = 0, ya = xr, Pa = 0, Xa = Nr;
278931
+ let Gr = 0, kn = dr, cn = 0, vn = kr, Zn = 0, ya = xr, Ea = 0, Xa = Nr;
278932
278932
  if (Ge.content && fe) {
278933
278933
  const aa = Ge.content, Da = aa[2] - aa[0], Ka = aa[3] - aa[1];
278934
- (Ge.textFitWidth || Ge.textFitHeight) && (It = a0(J)), Gr = Dr(Vt, 0, aa[0]), cn = Dr(Ht, 0, aa[1]), kn = Dr(Vt, aa[0], aa[2]), vn = Dr(Ht, aa[1], aa[3]), Zn = aa[0] - Gr, Pa = aa[1] - cn, ya = Da - kn, Xa = Ka - vn;
278934
+ (Ge.textFitWidth || Ge.textFitHeight) && (It = a0(J)), Gr = Dr(Vt, 0, aa[0]), cn = Dr(Ht, 0, aa[1]), kn = Dr(Vt, aa[0], aa[2]), vn = Dr(Ht, aa[1], aa[3]), Zn = aa[0] - Gr, Ea = aa[1] - cn, ya = Da - kn, Xa = Ka - vn;
278935
278935
  }
278936
278936
  const ka = It.x1, va = It.y1, Ba = It.x2 - ka, Ua = It.y2 - va, Ca = (aa, Da, Ka, ui) => {
278937
- const go = on(aa.stretch - Gr, kn, Ba, ka), mo = An(aa.fixed - Zn, ya, aa.stretch, dr), Ms = on(Da.stretch - cn, vn, Ua, va), Nc = An(Da.fixed - Pa, Xa, Da.stretch, kr), Hs = on(Ka.stretch - Gr, kn, Ba, ka), Is = An(Ka.fixed - Zn, ya, Ka.stretch, dr), yc = on(ui.stretch - cn, vn, Ua, va), ql = An(ui.fixed - Pa, Xa, ui.stretch, kr), cs = new c(go, Ms), as = new c(Hs, Ms), Cl = new c(Hs, yc), is = new c(go, yc), Ys = new c(mo / He, Nc / He), Kl = new c(Is / He, ql / He), Dc = B * Math.PI / 180;
278937
+ const go = on(aa.stretch - Gr, kn, Ba, ka), mo = An(aa.fixed - Zn, ya, aa.stretch, dr), Ms = on(Da.stretch - cn, vn, Ua, va), Nc = An(Da.fixed - Ea, Xa, Da.stretch, kr), Hs = on(Ka.stretch - Gr, kn, Ba, ka), Is = An(Ka.fixed - Zn, ya, Ka.stretch, dr), yc = on(ui.stretch - cn, vn, Ua, va), ql = An(ui.fixed - Ea, Xa, ui.stretch, kr), cs = new c(go, Ms), as = new c(Hs, Ms), Cl = new c(Hs, yc), is = new c(go, yc), Ys = new c(mo / He, Nc / He), Kl = new c(Is / He, ql / He), Dc = B * Math.PI / 180;
278938
278938
  if (Dc) {
278939
278939
  const Ss = Math.sin(Dc), Vs = Math.cos(Dc), fs = [Vs, -Ss, Ss, Vs];
278940
278940
  cs._matMult(fs), as._matMult(fs), is._matMult(fs), Cl._matMult(fs);
@@ -279056,8 +279056,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279056
279056
  let Nr = 0, Gr = 0, kn = 0;
279057
279057
  const cn = xr[0];
279058
279058
  for (let vn = 0, Zn = cn.length, ya = Zn - 1; vn < Zn; ya = vn++) {
279059
- const Pa = cn[vn], Xa = cn[ya], ka = Pa.x * Xa.y - Xa.x * Pa.y;
279060
- Gr += (Pa.x + Xa.x) * ka, kn += (Pa.y + Xa.y) * ka, Nr += 3 * ka;
279059
+ const Ea = cn[vn], Xa = cn[ya], ka = Ea.x * Xa.y - Xa.x * Ea.y;
279060
+ Gr += (Ea.x + Xa.x) * ka, kn += (Ea.y + Xa.y) * ka, Nr += 3 * ka;
279061
279061
  }
279062
279062
  return new da(Gr / Nr, kn / Nr, 0, xr);
279063
279063
  }(J), kr = ar.length;
@@ -279085,9 +279085,9 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279085
279085
  }
279086
279086
  var na;
279087
279087
  d.ar = void 0, (na = d.ar || (d.ar = {}))[na.center = 1] = "center", na[na.left = 2] = "left", na[na.right = 3] = "right", na[na.top = 4] = "top", na[na.bottom = 5] = "bottom", na[na["top-left"] = 6] = "top-left", na[na["top-right"] = 7] = "top-right", na[na["bottom-left"] = 8] = "bottom-left", na[na["bottom-right"] = 9] = "bottom-right";
279088
- const _a = 7, Ea = Number.POSITIVE_INFINITY;
279088
+ const _a = 7, La = Number.POSITIVE_INFINITY;
279089
279089
  function hi(J, B) {
279090
- return B[1] !== Ea ? function(ne, fe, Pe) {
279090
+ return B[1] !== La ? function(ne, fe, Pe) {
279091
279091
  let Ge = 0, He = 0;
279092
279092
  switch (fe = Math.abs(fe), Pe = Math.abs(Pe), ne) {
279093
279093
  case "top-right":
@@ -279163,7 +279163,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279163
279163
  const He = Pe.get("text-variable-anchor");
279164
279164
  if (He) {
279165
279165
  let ut;
279166
- ut = J._unevaluatedLayout.getValue("text-radial-offset") !== void 0 ? [Pe.get("text-radial-offset").evaluate(B, {}, ne) * nl, Ea] : Pe.get("text-offset").evaluate(B, {}, ne).map((It) => It * nl);
279166
+ ut = J._unevaluatedLayout.getValue("text-radial-offset") !== void 0 ? [Pe.get("text-radial-offset").evaluate(B, {}, ne) * nl, La] : Pe.get("text-offset").evaluate(B, {}, ne).map((It) => It * nl);
279167
279167
  const mt = [];
279168
279168
  for (const It of He)
279169
279169
  mt.push(It, hi(It, ut));
@@ -279190,7 +279190,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279190
279190
  const ar = J.layers[0].layout, dr = ar.get("icon-offset").evaluate(B, {}, Vt), kr = Ni(ne.horizontal), xr = He / 24, Nr = J.tilePixelRatio * xr, Gr = J.tilePixelRatio * Ht / 24, kn = J.tilePixelRatio * ut, cn = J.tilePixelRatio * ar.get("symbol-spacing"), vn = ar.get("text-padding") * J.tilePixelRatio, Zn = function(aa, Da, Ka, ui = 1) {
279191
279191
  const go = aa.get("icon-padding").evaluate(Da, {}, Ka), mo = go && go.values;
279192
279192
  return [mo[0] * ui, mo[1] * ui, mo[2] * ui, mo[3] * ui];
279193
- }(ar, B, Vt, J.tilePixelRatio), ya = ar.get("text-max-angle") / 180 * Math.PI, Pa = ar.get("text-rotation-alignment") !== "viewport" && ar.get("symbol-placement") !== "point", Xa = ar.get("icon-rotation-alignment") === "map" && ar.get("symbol-placement") !== "point", ka = ar.get("symbol-placement"), va = cn / 2, Ba = ar.get("icon-text-fit");
279193
+ }(ar, B, Vt, J.tilePixelRatio), ya = ar.get("text-max-angle") / 180 * Math.PI, Ea = ar.get("text-rotation-alignment") !== "viewport" && ar.get("symbol-placement") !== "point", Xa = ar.get("icon-rotation-alignment") === "map" && ar.get("symbol-placement") !== "point", ka = ar.get("symbol-placement"), va = cn / 2, Ba = ar.get("icon-text-fit");
279194
279194
  let Ua;
279195
279195
  fe && Ba !== "none" && (J.allowVerticalPlacement && ne.vertical && (Ua = kp(fe, ne.vertical, Ba, ar.get("icon-text-fit-padding"), dr, xr)), kr && (fe = kp(fe, kr, Ba, ar.get("icon-text-fit-padding"), dr, xr)));
279196
279196
  const Ca = (aa, Da) => {
@@ -279239,7 +279239,7 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279239
279239
  return [Du, $s.length];
279240
279240
  }(Ka.textAnchorOffsets, od);
279241
279241
  Ka.symbolInstances.emplaceBack(ui.x, ui.y, Pu.right >= 0 ? Pu.right : -1, Pu.center >= 0 ? Pu.center : -1, Pu.left >= 0 ? Pu.left : -1, Pu.vertical || -1, Nu, Ph, $h, Pf, V0, ep, B0, j0, q0, K0, If, ql, Ef, Yh, Uu, Ep, zf, 0, Cl, zs, B1, Rf);
279242
- }(J, Da, aa, ne, fe, Pe, Ua, J.layers[0], J.collisionBoxArray, B.index, B.sourceLayerIndex, J.index, Nr, [vn, vn, vn, vn], Pa, mt, kn, Zn, Xa, dr, B, Ge, It, Vt, He);
279242
+ }(J, Da, aa, ne, fe, Pe, Ua, J.layers[0], J.collisionBoxArray, B.index, B.sourceLayerIndex, J.index, Nr, [vn, vn, vn, vn], Ea, mt, kn, Zn, Xa, dr, B, Ge, It, Vt, He);
279243
279243
  };
279244
279244
  if (ka === "line")
279245
279245
  for (const aa of De(B.geometry, 0, 0, Gs, Gs)) {
@@ -279267,8 +279267,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279267
279267
  Ca([Da], new Ze(Da.x, Da.y, 0));
279268
279268
  }
279269
279269
  function Na(J, B, ne, fe, Pe, Ge, He, ut, mt, It, Vt, Ht, ar, dr, kr) {
279270
- const xr = function(kn, cn, vn, Zn, ya, Pa, Xa, ka) {
279271
- const va = Zn.layout.get("text-rotate").evaluate(Pa, {}) * Math.PI / 180, Ba = [];
279270
+ const xr = function(kn, cn, vn, Zn, ya, Ea, Xa, ka) {
279271
+ const va = Zn.layout.get("text-rotate").evaluate(Ea, {}) * Math.PI / 180, Ba = [];
279272
279272
  for (const Ua of cn.positionedLines)
279273
279273
  for (const Ca of Ua.positionedGlyphs) {
279274
279274
  if (!Ca.rect)
@@ -279542,8 +279542,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279542
279542
  }
279543
279543
  return ne;
279544
279544
  }, d.N = Hc, d.O = Oh, d.P = c, d.Q = Ju, d.R = lu, d.S = pu, d.T = kl, d.U = u, d.V = h, d.W = D, d.X = Gs, d.Y = a, d.Z = Eh, d._ = e, d.a = $, d.a$ = function(J, B) {
279545
- var ne = J[0], fe = J[1], Pe = J[2], Ge = J[3], He = J[4], ut = J[5], mt = J[6], It = J[7], Vt = J[8], Ht = J[9], ar = J[10], dr = J[11], kr = J[12], xr = J[13], Nr = J[14], Gr = J[15], kn = B[0], cn = B[1], vn = B[2], Zn = B[3], ya = B[4], Pa = B[5], Xa = B[6], ka = B[7], va = B[8], Ba = B[9], Ua = B[10], Ca = B[11], aa = B[12], Da = B[13], Ka = B[14], ui = B[15];
279546
- return Math.abs(ne - kn) <= hl * Math.max(1, Math.abs(ne), Math.abs(kn)) && Math.abs(fe - cn) <= hl * Math.max(1, Math.abs(fe), Math.abs(cn)) && Math.abs(Pe - vn) <= hl * Math.max(1, Math.abs(Pe), Math.abs(vn)) && Math.abs(Ge - Zn) <= hl * Math.max(1, Math.abs(Ge), Math.abs(Zn)) && Math.abs(He - ya) <= hl * Math.max(1, Math.abs(He), Math.abs(ya)) && Math.abs(ut - Pa) <= hl * Math.max(1, Math.abs(ut), Math.abs(Pa)) && Math.abs(mt - Xa) <= hl * Math.max(1, Math.abs(mt), Math.abs(Xa)) && Math.abs(It - ka) <= hl * Math.max(1, Math.abs(It), Math.abs(ka)) && Math.abs(Vt - va) <= hl * Math.max(1, Math.abs(Vt), Math.abs(va)) && Math.abs(Ht - Ba) <= hl * Math.max(1, Math.abs(Ht), Math.abs(Ba)) && Math.abs(ar - Ua) <= hl * Math.max(1, Math.abs(ar), Math.abs(Ua)) && Math.abs(dr - Ca) <= hl * Math.max(1, Math.abs(dr), Math.abs(Ca)) && Math.abs(kr - aa) <= hl * Math.max(1, Math.abs(kr), Math.abs(aa)) && Math.abs(xr - Da) <= hl * Math.max(1, Math.abs(xr), Math.abs(Da)) && Math.abs(Nr - Ka) <= hl * Math.max(1, Math.abs(Nr), Math.abs(Ka)) && Math.abs(Gr - ui) <= hl * Math.max(1, Math.abs(Gr), Math.abs(ui));
279545
+ var ne = J[0], fe = J[1], Pe = J[2], Ge = J[3], He = J[4], ut = J[5], mt = J[6], It = J[7], Vt = J[8], Ht = J[9], ar = J[10], dr = J[11], kr = J[12], xr = J[13], Nr = J[14], Gr = J[15], kn = B[0], cn = B[1], vn = B[2], Zn = B[3], ya = B[4], Ea = B[5], Xa = B[6], ka = B[7], va = B[8], Ba = B[9], Ua = B[10], Ca = B[11], aa = B[12], Da = B[13], Ka = B[14], ui = B[15];
279546
+ return Math.abs(ne - kn) <= hl * Math.max(1, Math.abs(ne), Math.abs(kn)) && Math.abs(fe - cn) <= hl * Math.max(1, Math.abs(fe), Math.abs(cn)) && Math.abs(Pe - vn) <= hl * Math.max(1, Math.abs(Pe), Math.abs(vn)) && Math.abs(Ge - Zn) <= hl * Math.max(1, Math.abs(Ge), Math.abs(Zn)) && Math.abs(He - ya) <= hl * Math.max(1, Math.abs(He), Math.abs(ya)) && Math.abs(ut - Ea) <= hl * Math.max(1, Math.abs(ut), Math.abs(Ea)) && Math.abs(mt - Xa) <= hl * Math.max(1, Math.abs(mt), Math.abs(Xa)) && Math.abs(It - ka) <= hl * Math.max(1, Math.abs(It), Math.abs(ka)) && Math.abs(Vt - va) <= hl * Math.max(1, Math.abs(Vt), Math.abs(va)) && Math.abs(Ht - Ba) <= hl * Math.max(1, Math.abs(Ht), Math.abs(Ba)) && Math.abs(ar - Ua) <= hl * Math.max(1, Math.abs(ar), Math.abs(Ua)) && Math.abs(dr - Ca) <= hl * Math.max(1, Math.abs(dr), Math.abs(Ca)) && Math.abs(kr - aa) <= hl * Math.max(1, Math.abs(kr), Math.abs(aa)) && Math.abs(xr - Da) <= hl * Math.max(1, Math.abs(xr), Math.abs(Da)) && Math.abs(Nr - Ka) <= hl * Math.max(1, Math.abs(Nr), Math.abs(Ka)) && Math.abs(Gr - ui) <= hl * Math.max(1, Math.abs(Gr), Math.abs(ui));
279547
279547
  }, d.a0 = Si, d.a1 = Hu, d.a2 = Ce, d.a3 = (J) => {
279548
279548
  const B = window.document.createElement("video");
279549
279549
  return B.muted = !0, new Promise((ne) => {
@@ -279735,8 +279735,8 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279735
279735
  B = Math.min(B, Ge.x), ne = Math.min(ne, Ge.y), fe = Math.max(fe, Ge.x), Pe = Math.max(Pe, Ge.y);
279736
279736
  return [B, ne, fe, Pe];
279737
279737
  }, d.aq = nl, d.as = Af, d.at = function(J, B) {
279738
- var ne = B[0], fe = B[1], Pe = B[2], Ge = B[3], He = B[4], ut = B[5], mt = B[6], It = B[7], Vt = B[8], Ht = B[9], ar = B[10], dr = B[11], kr = B[12], xr = B[13], Nr = B[14], Gr = B[15], kn = ne * ut - fe * He, cn = ne * mt - Pe * He, vn = ne * It - Ge * He, Zn = fe * mt - Pe * ut, ya = fe * It - Ge * ut, Pa = Pe * It - Ge * mt, Xa = Vt * xr - Ht * kr, ka = Vt * Nr - ar * kr, va = Vt * Gr - dr * kr, Ba = Ht * Nr - ar * xr, Ua = Ht * Gr - dr * xr, Ca = ar * Gr - dr * Nr, aa = kn * Ca - cn * Ua + vn * Ba + Zn * va - ya * ka + Pa * Xa;
279739
- return aa ? (aa = 1 / aa, J[0] = (ut * Ca - mt * Ua + It * Ba) * aa, J[1] = (Pe * Ua - fe * Ca - Ge * Ba) * aa, J[2] = (xr * Pa - Nr * ya + Gr * Zn) * aa, J[3] = (ar * ya - Ht * Pa - dr * Zn) * aa, J[4] = (mt * va - He * Ca - It * ka) * aa, J[5] = (ne * Ca - Pe * va + Ge * ka) * aa, J[6] = (Nr * vn - kr * Pa - Gr * cn) * aa, J[7] = (Vt * Pa - ar * vn + dr * cn) * aa, J[8] = (He * Ua - ut * va + It * Xa) * aa, J[9] = (fe * va - ne * Ua - Ge * Xa) * aa, J[10] = (kr * ya - xr * vn + Gr * kn) * aa, J[11] = (Ht * vn - Vt * ya - dr * kn) * aa, J[12] = (ut * ka - He * Ba - mt * Xa) * aa, J[13] = (ne * Ba - fe * ka + Pe * Xa) * aa, J[14] = (xr * cn - kr * Zn - Nr * kn) * aa, J[15] = (Vt * Zn - Ht * cn + ar * kn) * aa, J) : null;
279738
+ var ne = B[0], fe = B[1], Pe = B[2], Ge = B[3], He = B[4], ut = B[5], mt = B[6], It = B[7], Vt = B[8], Ht = B[9], ar = B[10], dr = B[11], kr = B[12], xr = B[13], Nr = B[14], Gr = B[15], kn = ne * ut - fe * He, cn = ne * mt - Pe * He, vn = ne * It - Ge * He, Zn = fe * mt - Pe * ut, ya = fe * It - Ge * ut, Ea = Pe * It - Ge * mt, Xa = Vt * xr - Ht * kr, ka = Vt * Nr - ar * kr, va = Vt * Gr - dr * kr, Ba = Ht * Nr - ar * xr, Ua = Ht * Gr - dr * xr, Ca = ar * Gr - dr * Nr, aa = kn * Ca - cn * Ua + vn * Ba + Zn * va - ya * ka + Ea * Xa;
279739
+ return aa ? (aa = 1 / aa, J[0] = (ut * Ca - mt * Ua + It * Ba) * aa, J[1] = (Pe * Ua - fe * Ca - Ge * Ba) * aa, J[2] = (xr * Ea - Nr * ya + Gr * Zn) * aa, J[3] = (ar * ya - Ht * Ea - dr * Zn) * aa, J[4] = (mt * va - He * Ca - It * ka) * aa, J[5] = (ne * Ca - Pe * va + Ge * ka) * aa, J[6] = (Nr * vn - kr * Ea - Gr * cn) * aa, J[7] = (Vt * Ea - ar * vn + dr * cn) * aa, J[8] = (He * Ua - ut * va + It * Xa) * aa, J[9] = (fe * va - ne * Ua - Ge * Xa) * aa, J[10] = (kr * ya - xr * vn + Gr * kn) * aa, J[11] = (Ht * vn - Vt * ya - dr * kn) * aa, J[12] = (ut * ka - He * Ba - mt * Xa) * aa, J[13] = (ne * Ba - fe * ka + Pe * Xa) * aa, J[14] = (xr * cn - kr * Zn - Nr * kn) * aa, J[15] = (Vt * Zn - Ht * cn + ar * kn) * aa, J) : null;
279740
279740
  }, d.au = ci, d.av = Id, d.aw = ai, d.ax = function() {
279741
279741
  const J = {}, B = pe.$version;
279742
279742
  for (const ne in pe.$root) {
@@ -279795,14 +279795,14 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279795
279795
  const Ht = fe.get("text-font").evaluate(Vt, {}, J.canonical).join(","), ar = It.evaluate(Vt, {}, J.canonical), dr = Ge.layoutTextSize.evaluate(Vt, {}, J.canonical), kr = Ge.layoutIconSize.evaluate(Vt, {}, J.canonical), xr = { horizontal: {}, vertical: void 0 }, Nr = Vt.text;
279796
279796
  let Gr, kn = [0, 0];
279797
279797
  if (Nr) {
279798
- const Zn = Nr.toString(), ya = fe.get("text-letter-spacing").evaluate(Vt, {}, J.canonical) * nl, Pa = Ii(Zn) ? ya : 0, Xa = fe.get("text-anchor").evaluate(Vt, {}, J.canonical), ka = Ga(ne, Vt, J.canonical);
279798
+ const Zn = Nr.toString(), ya = fe.get("text-letter-spacing").evaluate(Vt, {}, J.canonical) * nl, Ea = Ii(Zn) ? ya : 0, Xa = fe.get("text-anchor").evaluate(Vt, {}, J.canonical), ka = Ga(ne, Vt, J.canonical);
279799
279799
  if (!ka) {
279800
279800
  const Ca = fe.get("text-radial-offset").evaluate(Vt, {}, J.canonical);
279801
- kn = Ca ? hi(Xa, [Ca * nl, Ea]) : fe.get("text-offset").evaluate(Vt, {}, J.canonical).map((aa) => aa * nl);
279801
+ kn = Ca ? hi(Xa, [Ca * nl, La]) : fe.get("text-offset").evaluate(Vt, {}, J.canonical).map((aa) => aa * nl);
279802
279802
  }
279803
279803
  let va = ut ? "center" : fe.get("text-justify").evaluate(Vt, {}, J.canonical);
279804
279804
  const Ba = fe.get("symbol-placement") === "point" ? fe.get("text-max-width").evaluate(Vt, {}, J.canonical) * nl : 1 / 0, Ua = () => {
279805
- J.bucket.allowVerticalPlacement && es(Zn) && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, "left", Pa, kn, d.ai.vertical, !0, dr, ar));
279805
+ J.bucket.allowVerticalPlacement && es(Zn) && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, "left", Ea, kn, d.ai.vertical, !0, dr, ar));
279806
279806
  };
279807
279807
  if (!ut && ka) {
279808
279808
  const Ca = /* @__PURE__ */ new Set();
@@ -279817,14 +279817,14 @@ Use an identity property function instead: \`{ "type": "identity", "property": $
279817
279817
  if (aa)
279818
279818
  xr.horizontal[Da] = xr.horizontal[0];
279819
279819
  else {
279820
- const Ka = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, "center", Da, Pa, kn, d.ai.horizontal, !1, dr, ar);
279820
+ const Ka = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, "center", Da, Ea, kn, d.ai.horizontal, !1, dr, ar);
279821
279821
  Ka && (xr.horizontal[Da] = Ka, aa = Ka.positionedLines.length === 1);
279822
279822
  }
279823
279823
  Ua();
279824
279824
  } else {
279825
279825
  va === "auto" && (va = ci(Xa));
279826
- const Ca = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Pa, kn, d.ai.horizontal, !1, dr, ar);
279827
- Ca && (xr.horizontal[va] = Ca), Ua(), es(Zn) && ut && mt && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Pa, kn, d.ai.vertical, !1, dr, ar));
279826
+ const Ca = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Ea, kn, d.ai.horizontal, !1, dr, ar);
279827
+ Ca && (xr.horizontal[va] = Ca), Ua(), es(Zn) && ut && mt && (xr.vertical = Pd(Nr, J.glyphMap, J.glyphPositions, J.imagePositions, Ht, Ba, He, Xa, va, Ea, kn, d.ai.vertical, !1, dr, ar));
279828
279828
  }
279829
279829
  }
279830
279830
  let cn = !1;
@@ -287991,7 +287991,7 @@ uniform ${ze} ${Ve} u_${rt};
287991
287991
  function wl(R, a) {
287992
287992
  return Math.log(R / a) / Math.LN2;
287993
287993
  }
287994
- class La extends so {
287994
+ class Oa extends so {
287995
287995
  reset() {
287996
287996
  super.reset(), delete this._distance, delete this._startDistance;
287997
287997
  }
@@ -288457,7 +288457,7 @@ uniform ${ze} ${Ve} u_${rt};
288457
288457
  return new os({ clickTolerance: Mt, move: (rr, Yt) => ({ around: Yt, panDelta: Yt.sub(rr) }), activateOnStart: !0, moveStateManager: Qt, enable: jt, assignEvents: ys });
288458
288458
  })(a), ct = new _l(a, i);
288459
288459
  i.dragPan = new Sl(E, rt, ct), this._add("mousePan", rt), this._add("touchPan", ct, ["touchZoom", "touchRotate"]), a.interactive && a.dragPan && i.dragPan.enable(a.dragPan);
288460
- const ft = new Au(), bt = new La();
288460
+ const ft = new Au(), bt = new Oa();
288461
288461
  i.touchZoomRotate = new oc(E, bt, ft, ve), this._add("touchRotate", ft, ["touchPan", "touchZoom"]), this._add("touchZoom", bt, ["touchPan", "touchRotate"]), a.interactive && a.touchZoomRotate && i.touchZoomRotate.enable(a.touchZoomRotate);
288462
288462
  const Ot = i.scrollZoom = new zl(i, () => this._triggerRenderFrame());
288463
288463
  this._add("scrollZoom", Ot, ["mousePan"]), a.interactive && a.scrollZoom && i.scrollZoom.enable(a.scrollZoom);
@@ -290469,7 +290469,7 @@ uniform ${ze} ${Ve} u_${rt};
290469
290469
  onRemove() {
290470
290470
  n.remove(this._container), this._map.off("terrain", this._updateTerrainIcon), this._map = void 0;
290471
290471
  }
290472
- }, d.TwoFingersTouchPitchHandler = Dl, d.TwoFingersTouchRotateHandler = Au, d.TwoFingersTouchZoomHandler = La, d.TwoFingersTouchZoomRotateHandler = oc, d.VectorTileSource = Ee, d.VideoSource = ge, d.addSourceType = (R, a) => e._(void 0, void 0, void 0, function* () {
290472
+ }, d.TwoFingersTouchPitchHandler = Dl, d.TwoFingersTouchRotateHandler = Au, d.TwoFingersTouchZoomHandler = Oa, d.TwoFingersTouchZoomRotateHandler = oc, d.VectorTileSource = Ee, d.VideoSource = ge, d.addSourceType = (R, a) => e._(void 0, void 0, void 0, function* () {
290473
290473
  if (je(R))
290474
290474
  throw new Error(`A source type called "${R}" already exists.`);
290475
290475
  ((i, E) => {
@@ -290818,7 +290818,7 @@ const nRe = (T) => (uo("data-v-8f8676ba"), T = T(), ho(), T), aRe = {
290818
290818
  ];
290819
290819
  let Te = null;
290820
290820
  const z = pn(null), O = pn(null), t = pn(0), x = pn(null);
290821
- Oa(
290821
+ Pa(
290822
290822
  () => K.passesPlays,
290823
290823
  (s) => {
290824
290824
  const u = s.reduce((h, v) => (j.has(v[K.playIndexes.categoryId]) && h.push({
@@ -290831,7 +290831,7 @@ const nRe = (T) => (uo("data-v-8f8676ba"), T = T(), ho(), T), aRe = {
290831
290831
  }), h), []);
290832
290832
  o(u);
290833
290833
  }
290834
- ), Oa(
290834
+ ), Pa(
290835
290835
  () => t.value,
290836
290836
  (s, u) => {
290837
290837
  x.value && (n(s), O.value.style.height = `${r(s)}px`, x.value.style.top = `${l(r(s))}px`);
@@ -291150,7 +291150,7 @@ const EM = (T) => (uo("data-v-b559a779"), T = T(), ho(), T), uRe = { class: "pos
291150
291150
  return le;
291151
291151
  }, X), P(ie), Z(Y), ee(), X;
291152
291152
  }), L = In(() => te.getters["filterGeneral/getGamesPlayedByTeam"]);
291153
- Oa(
291153
+ Pa(
291154
291154
  A,
291155
291155
  (X) => {
291156
291156
  te.commit("filterGeneral/setPlaysForGames", X);
@@ -291936,7 +291936,7 @@ const pFe = {
291936
291936
  teamId: k
291937
291937
  };
291938
291938
  }));
291939
- Oa(
291939
+ Pa(
291940
291940
  () => j.type,
291941
291941
  (A) => {
291942
291942
  n.value = PM[A === "offensive" ? 2 : 3];
@@ -292238,7 +292238,7 @@ const pFe = {
292238
292238
  };
292239
292239
  return (j.boxPosition === "left" || j.boxPosition === "right") && (d[`margin-${j.boxPosition}`] = j.isBoxOnly ? "0" : j.teamsIds ? "8px" : "10px"), d;
292240
292240
  });
292241
- Oa(
292241
+ Pa(
292242
292242
  () => j.modelValue,
292243
292243
  (d) => {
292244
292244
  d !== te.value && (te.value = d);
@@ -292336,7 +292336,7 @@ const AFe = {
292336
292336
  const z = pn([]), O = pn(null), t = pn(0), x = In(() => z.value.reduce((y, m) => (m.isSelected && y.push(m.id), y), [])), d = In(() => ({
292337
292337
  "--filters-gap": t.value > 440 ? "16px" : "8px"
292338
292338
  }));
292339
- Oa(
292339
+ Pa(
292340
292340
  () => j.type,
292341
292341
  (y) => {
292342
292342
  z.value = PM[y === "offensive" ? 2 : 3].map((m) => ({
@@ -293219,7 +293219,7 @@ j2.exports;
293219
293219
  return dt({}, "", {}), dt;
293220
293220
  } catch {
293221
293221
  }
293222
- }(), Xi = fa.clearTimeout !== Un.clearTimeout && fa.clearTimeout, $o = Ei && Ei.now !== Un.Date.now && Ei.now, os = fa.setTimeout !== Un.setTimeout && fa.setTimeout, Il = Fs.ceil, Es = Fs.floor, nc = Js.getOwnPropertySymbols, ys = Tc ? Tc.isBuffer : j, kc = fa.isFinite, ac = cl.join, _l = js(Js.keys, Js), so = Fs.max, Mi = Fs.min, wl = Ei.now, La = fa.parseInt, Zc = Fs.random, Au = cl.reverse, Nl = hp(fa, "DataView"), Dl = hp(fa, "Map"), Vl = hp(fa, "Promise"), mc = hp(fa, "Set"), pa = hp(fa, "WeakMap"), Ts = hp(Js, "create"), zl = pa && new pa(), Zi = {}, Us = Sh(Nl), ic = Sh(Dl), Sl = Sh(Vl), ks = Sh(mc), oc = Sh(pa), qs = Pl ? Pl.prototype : j, vs = qs ? qs.valueOf : j, ul = qs ? qs.toString : j;
293222
+ }(), Xi = fa.clearTimeout !== Un.clearTimeout && fa.clearTimeout, $o = Ei && Ei.now !== Un.Date.now && Ei.now, os = fa.setTimeout !== Un.setTimeout && fa.setTimeout, Il = Fs.ceil, Es = Fs.floor, nc = Js.getOwnPropertySymbols, ys = Tc ? Tc.isBuffer : j, kc = fa.isFinite, ac = cl.join, _l = js(Js.keys, Js), so = Fs.max, Mi = Fs.min, wl = Ei.now, Oa = fa.parseInt, Zc = Fs.random, Au = cl.reverse, Nl = hp(fa, "DataView"), Dl = hp(fa, "Map"), Vl = hp(fa, "Promise"), mc = hp(fa, "Set"), pa = hp(fa, "WeakMap"), Ts = hp(Js, "create"), zl = pa && new pa(), Zi = {}, Us = Sh(Nl), ic = Sh(Dl), Sl = Sh(Vl), ks = Sh(mc), oc = Sh(pa), qs = Pl ? Pl.prototype : j, vs = qs ? qs.valueOf : j, ul = qs ? qs.toString : j;
293223
293223
  function Hr(dt) {
293224
293224
  if (da(dt) && !it(dt) && !(dt instanceof Ji)) {
293225
293225
  if (dt instanceof No)
@@ -295610,7 +295610,7 @@ j2.exports;
295610
295610
  function _a(dt, Et) {
295611
295611
  return dt === Et || di(dt, Et, f0(Et));
295612
295612
  }
295613
- function Ea(dt, Et, or) {
295613
+ function La(dt, Et, or) {
295614
295614
  return or = typeof or == "function" ? or : j, di(dt, Et, f0(Et), or);
295615
295615
  }
295616
295616
  function hi(dt) {
@@ -295777,7 +295777,7 @@ j2.exports;
295777
295777
  function ya(dt, Et) {
295778
295778
  return dt != null && ap(dt, Et, Vn);
295779
295779
  }
295780
- var Pa = Ps(function(dt, Et, or) {
295780
+ var Ea = Ps(function(dt, Et, or) {
295781
295781
  Et != null && typeof Et.toString != "function" && (Et = Ri.call(Et)), dt[Et] = or;
295782
295782
  }, Rf(Qs)), Xa = Ps(function(dt, Et, or) {
295783
295783
  Et != null && typeof Et.toString != "function" && (Et = Ri.call(Et)), So.call(dt, Et) ? dt[Et].push(or) : dt[Et] = [or];
@@ -295936,7 +295936,7 @@ j2.exports;
295936
295936
  return Et && Vr < Et ? Dd(Et - Vr, or) + dt : dt;
295937
295937
  }
295938
295938
  function Uu(dt, Et, or) {
295939
- return or || Et == null ? Et = 0 : Et && (Et = +Et), La(fe(dt).replace(yt, ""), Et || 0);
295939
+ return or || Et == null ? Et = 0 : Et && (Et = +Et), Oa(fe(dt).replace(yt, ""), Et || 0);
295940
295940
  }
295941
295941
  function Ep(dt, Et, or) {
295942
295942
  return (or ? Xu(dt, Et, or) : Et === j) ? Et = 1 : Et = eo(Et), Wd(fe(dt), Et);
@@ -296228,7 +296228,7 @@ function print() { __p += __j.call(arguments, '') }
296228
296228
  function cO(dt, Et) {
296229
296229
  return dt && dt.length ? uu(dt, ls(Et, 2)) : 0;
296230
296230
  }
296231
- return Hr.after = Cf, Hr.ary = ps, Hr.assign = Pe, Hr.assignIn = Ge, Hr.assignInWith = He, Hr.assignWith = ut, Hr.at = mt, Hr.before = Wp, Hr.bind = jo, Hr.bindAll = zf, Hr.bindKey = i0, Hr.castArray = Hh, Hr.chain = Jc, Hr.chunk = Ou, Hr.compact = Rh, Hr.concat = _0, Hr.cond = od, Hr.conforms = B1, Hr.constant = Rf, Hr.countBy = F0, Hr.create = It, Hr.curry = Xp, Hr.curryRight = o0, Hr.debounce = s0, Hr.defaults = Vt, Hr.defaultsDeep = Ht, Hr.defer = D0, Hr.delay = Mf, Hr.difference = O1, Hr.differenceBy = w0, Hr.differenceWith = L1, Hr.drop = E1, Hr.dropRight = Kh, Hr.dropRightWhile = S0, Hr.dropWhile = P1, Hr.fill = I1, Hr.filter = N1, Hr.flatMap = kf, Hr.flatMapDeep = Id, Hr.flatMapDepth = Jh, Hr.flatten = hh, Hr.flattenDeep = T0, Hr.flattenDepth = k0, Hr.flip = fd, Hr.flow = Wl, Hr.flowRight = Du, Hr.fromPairs = Pm, Hr.functions = kn, Hr.functionsIn = cn, Hr.groupBy = kp, Hr.initial = yf, Hr.intersection = yp, Hr.intersectionBy = Wc, Hr.intersectionWith = Gh, Hr.invert = Pa, Hr.invertBy = Xa, Hr.invokeMap = id, Hr.iteratee = Iu, Hr.keyBy = zd, Hr.keys = va, Hr.keysIn = Ba, Hr.map = Gp, Hr.mapKeys = Ua, Hr.mapValues = Ca, Hr.matches = sd, Hr.matchesProperty = Ff, Hr.memoize = Hc, Hr.merge = aa, Hr.mergeWith = Da, Hr.method = Im, Hr.methodOf = zm, Hr.mixin = G0, Hr.negate = sp, Hr.nthArg = Rm, Hr.omit = Ka, Hr.omitBy = ui, Hr.once = Ds, Hr.orderBy = Af, Hr.over = q1, Hr.overArgs = Oh, Hr.overEvery = K1, Hr.overSome = Fm, Hr.partial = Ju, Hr.partialRight = Uh, Hr.partition = D1, Hr.pick = go, Hr.pickBy = mo, Hr.property = kg, Hr.propertyOf = G1, Hr.pull = Jd, Hr.pullAll = gc, Hr.pullAllBy = vp, Hr.pullAllWith = xp, Hr.pullAt = Xc, Hr.range = Um, Hr.rangeRight = Nm, Hr.rearg = Lh, Hr.reject = Cp, Hr.remove = A0, Hr.rest = Eh, Hr.reverse = vf, Hr.sampleSize = Mp, Hr.set = Nc, Hr.setWith = Hs, Hr.shuffle = Op, Hr.slice = Xh, Hr.sortBy = Lp, Hr.sortedUniq = Hd, Hr.sortedUniqBy = dc, Hr.split = Nu, Hr.spread = Qd, Hr.tail = Fh, Hr.take = wf, Hr.takeRight = C0, Hr.takeRightWhile = R1, Hr.takeWhile = M0, Hr.tap = Tf, Hr.throttle = Hu, Hr.thru = wd, Hr.toArray = fl, Hr.toPairs = Is, Hr.toPairsIn = yc, Hr.toPath = Vm, Hr.toPlainObject = B, Hr.transform = ql, Hr.unary = Of, Hr.union = O0, Hr.unionBy = L0, Hr.unionWith = E0, Hr.uniq = F1, Hr.uniqBy = U1, Hr.uniqWith = P0, Hr.unset = cs, Hr.unzip = Ah, Hr.unzipWith = qu, Hr.update = as, Hr.updateWith = Cl, Hr.values = is, Hr.valuesIn = Ys, Hr.without = Sf, Hr.words = zs, Hr.wrap = pu, Hr.xor = Ch, Hr.xorBy = bp, Hr.xorWith = _p, Hr.zip = wp, Hr.zipObject = Sp, Hr.zipObjectDeep = Yd, Hr.zipWith = I0, Hr.entries = Is, Hr.entriesIn = yc, Hr.extend = Ge, Hr.extendWith = He, G0(Hr, Hr), Hr.add = py, Hr.attempt = qd, Hr.camelCase = us, Hr.capitalize = Gl, Hr.ceil = fy, Hr.clamp = Kl, Hr.clone = al, Hr.cloneDeep = Lf, Hr.cloneDeepWith = I, Hr.cloneWith = md, Hr.conformsTo = W, Hr.deburr = wo, Hr.defaultTo = $s, Hr.divide = my, Hr.endsWith = Ss, Hr.eq = oe, Hr.escape = Vs, Hr.escapeRegExp = fs, Hr.every = U0, Hr.find = Zh, Hr.findIndex = am, Hr.findKey = ar, Hr.findLast = Tp, Hr.findLastIndex = Kp, Hr.findLastKey = dr, Hr.floor = gy, Hr.forEach = _o, Hr.forEachRight = a0, Hr.forIn = kr, Hr.forInRight = xr, Hr.forOwn = Nr, Hr.forOwnRight = Gr, Hr.get = vn, Hr.gt = _e, Hr.gte = De, Hr.has = Zn, Hr.hasIn = ya, Hr.head = p1, Hr.identity = Qs, Hr.includes = ad, Hr.indexOf = z1, Hr.inRange = Dc, Hr.invoke = ka, Hr.isArguments = Ze, Hr.isArray = it, Hr.isArrayBuffer = xt, Hr.isArrayLike = Ut, Hr.isArrayLikeObject = er, Hr.isBoolean = nr, Hr.isBuffer = lr, Hr.isDate = yr, Hr.isElement = hr, Hr.isEmpty = zr, Hr.isEqual = Dr, Hr.isEqualWith = un, Hr.isError = on, Hr.isFinite = An, Hr.isFunction = Cn, Hr.isInteger = Dn, Hr.isLength = Jn, Hr.isMap = na, Hr.isMatch = _a, Hr.isMatchWith = Ea, Hr.isNaN = hi, Hr.isNative = Ga, Hr.isNil = Ja, Hr.isNull = ci, Hr.isNumber = Na, Hr.isObject = Qn, Hr.isObjectLike = da, Hr.isPlainObject = Ni, Hr.isRegExp = ki, Hr.isSafeInteger = Oo, Hr.isSet = ai, Hr.isString = oo, Hr.isSymbol = io, Hr.isTypedArray = fo, Hr.isUndefined = Po, Hr.isWeakMap = Lo, Hr.isWeakSet = As, Hr.join = Th, Hr.kebabCase = td, Hr.last = ed, Hr.lastIndexOf = Uc, Hr.lowerCase = Ku, Hr.lowerFirst = Yl, Hr.lt = zo, Hr.lte = Cs, Hr.max = yy, Hr.maxBy = vy, Hr.mean = xy, Hr.meanBy = Ud, Hr.min = Z0, Hr.minBy = Bm, Hr.stubArray = W0, Hr.stubFalse = W1, Hr.stubObject = Uf, Hr.stubString = Dm, Hr.stubTrue = X0, Hr.multiply = Nf, Hr.nth = Wh, Hr.noConflict = j1, Hr.noop = Fd, Hr.now = dd, Hr.pad = co, Hr.padEnd = Xo, Hr.padStart = Eu, Hr.parseInt = Uu, Hr.random = hc, Hr.reduce = V1, Hr.reduceRight = Ap, Hr.repeat = Ep, Hr.replace = Ef, Hr.result = Ms, Hr.round = jm, Hr.runInContext = ha, Hr.sample = N0, Hr.size = pd, Hr.snakeCase = Yh, Hr.some = Rd, Hr.sortedIndex = nl, Hr.sortedIndexBy = xf, Hr.sortedIndexOf = kh, Hr.sortedLastIndex = Mo, Hr.sortedLastIndexBy = bf, Hr.sortedLastIndexOf = _f, Hr.startCase = Ph, Hr.startsWith = Pu, Hr.subtract = sO, Hr.sum = lO, Hr.sumBy = cO, Hr.template = $h, Hr.times = dy, Hr.toFinite = xs, Hr.toInteger = eo, Hr.toLength = Rl, Hr.toLower = Qh, Hr.toNumber = J, Hr.toSafeInteger = ne, Hr.toString = fe, Hr.toUpper = Pf, Hr.trim = V0, Hr.trimEnd = ep, Hr.trimStart = B0, Hr.truncate = j0, Hr.unescape = q0, Hr.uniqueId = hy, Hr.upperCase = K0, Hr.upperFirst = If, Hr.each = _o, Hr.eachRight = a0, Hr.first = p1, G0(Hr, function() {
296231
+ return Hr.after = Cf, Hr.ary = ps, Hr.assign = Pe, Hr.assignIn = Ge, Hr.assignInWith = He, Hr.assignWith = ut, Hr.at = mt, Hr.before = Wp, Hr.bind = jo, Hr.bindAll = zf, Hr.bindKey = i0, Hr.castArray = Hh, Hr.chain = Jc, Hr.chunk = Ou, Hr.compact = Rh, Hr.concat = _0, Hr.cond = od, Hr.conforms = B1, Hr.constant = Rf, Hr.countBy = F0, Hr.create = It, Hr.curry = Xp, Hr.curryRight = o0, Hr.debounce = s0, Hr.defaults = Vt, Hr.defaultsDeep = Ht, Hr.defer = D0, Hr.delay = Mf, Hr.difference = O1, Hr.differenceBy = w0, Hr.differenceWith = L1, Hr.drop = E1, Hr.dropRight = Kh, Hr.dropRightWhile = S0, Hr.dropWhile = P1, Hr.fill = I1, Hr.filter = N1, Hr.flatMap = kf, Hr.flatMapDeep = Id, Hr.flatMapDepth = Jh, Hr.flatten = hh, Hr.flattenDeep = T0, Hr.flattenDepth = k0, Hr.flip = fd, Hr.flow = Wl, Hr.flowRight = Du, Hr.fromPairs = Pm, Hr.functions = kn, Hr.functionsIn = cn, Hr.groupBy = kp, Hr.initial = yf, Hr.intersection = yp, Hr.intersectionBy = Wc, Hr.intersectionWith = Gh, Hr.invert = Ea, Hr.invertBy = Xa, Hr.invokeMap = id, Hr.iteratee = Iu, Hr.keyBy = zd, Hr.keys = va, Hr.keysIn = Ba, Hr.map = Gp, Hr.mapKeys = Ua, Hr.mapValues = Ca, Hr.matches = sd, Hr.matchesProperty = Ff, Hr.memoize = Hc, Hr.merge = aa, Hr.mergeWith = Da, Hr.method = Im, Hr.methodOf = zm, Hr.mixin = G0, Hr.negate = sp, Hr.nthArg = Rm, Hr.omit = Ka, Hr.omitBy = ui, Hr.once = Ds, Hr.orderBy = Af, Hr.over = q1, Hr.overArgs = Oh, Hr.overEvery = K1, Hr.overSome = Fm, Hr.partial = Ju, Hr.partialRight = Uh, Hr.partition = D1, Hr.pick = go, Hr.pickBy = mo, Hr.property = kg, Hr.propertyOf = G1, Hr.pull = Jd, Hr.pullAll = gc, Hr.pullAllBy = vp, Hr.pullAllWith = xp, Hr.pullAt = Xc, Hr.range = Um, Hr.rangeRight = Nm, Hr.rearg = Lh, Hr.reject = Cp, Hr.remove = A0, Hr.rest = Eh, Hr.reverse = vf, Hr.sampleSize = Mp, Hr.set = Nc, Hr.setWith = Hs, Hr.shuffle = Op, Hr.slice = Xh, Hr.sortBy = Lp, Hr.sortedUniq = Hd, Hr.sortedUniqBy = dc, Hr.split = Nu, Hr.spread = Qd, Hr.tail = Fh, Hr.take = wf, Hr.takeRight = C0, Hr.takeRightWhile = R1, Hr.takeWhile = M0, Hr.tap = Tf, Hr.throttle = Hu, Hr.thru = wd, Hr.toArray = fl, Hr.toPairs = Is, Hr.toPairsIn = yc, Hr.toPath = Vm, Hr.toPlainObject = B, Hr.transform = ql, Hr.unary = Of, Hr.union = O0, Hr.unionBy = L0, Hr.unionWith = E0, Hr.uniq = F1, Hr.uniqBy = U1, Hr.uniqWith = P0, Hr.unset = cs, Hr.unzip = Ah, Hr.unzipWith = qu, Hr.update = as, Hr.updateWith = Cl, Hr.values = is, Hr.valuesIn = Ys, Hr.without = Sf, Hr.words = zs, Hr.wrap = pu, Hr.xor = Ch, Hr.xorBy = bp, Hr.xorWith = _p, Hr.zip = wp, Hr.zipObject = Sp, Hr.zipObjectDeep = Yd, Hr.zipWith = I0, Hr.entries = Is, Hr.entriesIn = yc, Hr.extend = Ge, Hr.extendWith = He, G0(Hr, Hr), Hr.add = py, Hr.attempt = qd, Hr.camelCase = us, Hr.capitalize = Gl, Hr.ceil = fy, Hr.clamp = Kl, Hr.clone = al, Hr.cloneDeep = Lf, Hr.cloneDeepWith = I, Hr.cloneWith = md, Hr.conformsTo = W, Hr.deburr = wo, Hr.defaultTo = $s, Hr.divide = my, Hr.endsWith = Ss, Hr.eq = oe, Hr.escape = Vs, Hr.escapeRegExp = fs, Hr.every = U0, Hr.find = Zh, Hr.findIndex = am, Hr.findKey = ar, Hr.findLast = Tp, Hr.findLastIndex = Kp, Hr.findLastKey = dr, Hr.floor = gy, Hr.forEach = _o, Hr.forEachRight = a0, Hr.forIn = kr, Hr.forInRight = xr, Hr.forOwn = Nr, Hr.forOwnRight = Gr, Hr.get = vn, Hr.gt = _e, Hr.gte = De, Hr.has = Zn, Hr.hasIn = ya, Hr.head = p1, Hr.identity = Qs, Hr.includes = ad, Hr.indexOf = z1, Hr.inRange = Dc, Hr.invoke = ka, Hr.isArguments = Ze, Hr.isArray = it, Hr.isArrayBuffer = xt, Hr.isArrayLike = Ut, Hr.isArrayLikeObject = er, Hr.isBoolean = nr, Hr.isBuffer = lr, Hr.isDate = yr, Hr.isElement = hr, Hr.isEmpty = zr, Hr.isEqual = Dr, Hr.isEqualWith = un, Hr.isError = on, Hr.isFinite = An, Hr.isFunction = Cn, Hr.isInteger = Dn, Hr.isLength = Jn, Hr.isMap = na, Hr.isMatch = _a, Hr.isMatchWith = La, Hr.isNaN = hi, Hr.isNative = Ga, Hr.isNil = Ja, Hr.isNull = ci, Hr.isNumber = Na, Hr.isObject = Qn, Hr.isObjectLike = da, Hr.isPlainObject = Ni, Hr.isRegExp = ki, Hr.isSafeInteger = Oo, Hr.isSet = ai, Hr.isString = oo, Hr.isSymbol = io, Hr.isTypedArray = fo, Hr.isUndefined = Po, Hr.isWeakMap = Lo, Hr.isWeakSet = As, Hr.join = Th, Hr.kebabCase = td, Hr.last = ed, Hr.lastIndexOf = Uc, Hr.lowerCase = Ku, Hr.lowerFirst = Yl, Hr.lt = zo, Hr.lte = Cs, Hr.max = yy, Hr.maxBy = vy, Hr.mean = xy, Hr.meanBy = Ud, Hr.min = Z0, Hr.minBy = Bm, Hr.stubArray = W0, Hr.stubFalse = W1, Hr.stubObject = Uf, Hr.stubString = Dm, Hr.stubTrue = X0, Hr.multiply = Nf, Hr.nth = Wh, Hr.noConflict = j1, Hr.noop = Fd, Hr.now = dd, Hr.pad = co, Hr.padEnd = Xo, Hr.padStart = Eu, Hr.parseInt = Uu, Hr.random = hc, Hr.reduce = V1, Hr.reduceRight = Ap, Hr.repeat = Ep, Hr.replace = Ef, Hr.result = Ms, Hr.round = jm, Hr.runInContext = ha, Hr.sample = N0, Hr.size = pd, Hr.snakeCase = Yh, Hr.some = Rd, Hr.sortedIndex = nl, Hr.sortedIndexBy = xf, Hr.sortedIndexOf = kh, Hr.sortedLastIndex = Mo, Hr.sortedLastIndexBy = bf, Hr.sortedLastIndexOf = _f, Hr.startCase = Ph, Hr.startsWith = Pu, Hr.subtract = sO, Hr.sum = lO, Hr.sumBy = cO, Hr.template = $h, Hr.times = dy, Hr.toFinite = xs, Hr.toInteger = eo, Hr.toLength = Rl, Hr.toLower = Qh, Hr.toNumber = J, Hr.toSafeInteger = ne, Hr.toString = fe, Hr.toUpper = Pf, Hr.trim = V0, Hr.trimEnd = ep, Hr.trimStart = B0, Hr.truncate = j0, Hr.unescape = q0, Hr.uniqueId = hy, Hr.upperCase = K0, Hr.upperFirst = If, Hr.each = _o, Hr.eachRight = a0, Hr.first = p1, G0(Hr, function() {
296232
296232
  var dt = {};
296233
296233
  return qr(Hr, function(Et, or) {
296234
296234
  So.call(Hr.prototype, or) || (dt[or] = Et);
@@ -296764,7 +296764,7 @@ const uy = (T) => (uo("data-v-bd222224"), T = T(), ho(), T), KFe = ["viewBox"],
296764
296764
  playsByMoment3: ue
296765
296765
  };
296766
296766
  });
296767
- return Oa(
296767
+ return Pa(
296768
296768
  () => Y.value,
296769
296769
  (ie) => {
296770
296770
  const le = {
@@ -297039,19 +297039,19 @@ const Gw = (T) => (uo("data-v-ac014cd7"), T = T(), ho(), T), _Ue = { class: "cha
297039
297039
  ), l = In(() => Te.getters["filterGeneral/getPlayingAs"]), o = In(
297040
297040
  () => Te.getters["filterGeneral/getSelectedGamesIds"]
297041
297041
  ), s = In(() => Te.getters["filterGeneral/getSeasonId"]);
297042
- Oa(
297042
+ Pa(
297043
297043
  x,
297044
297044
  (C) => {
297045
297045
  S.value = {}, d.value += 1, j.isFull ? (e.value = "horizontal", S.value["--grid-template-columns"] = "2fr 1fr", S.value["--list-width"] = "268px", C < 800 && (S.value["--grid-template-columns"] = "1fr 1fr", e.value = "vertical", S.value["--list-width"] = "100%", C < 500 && (e.value = "horizontal", S.value["--grid-template-columns"] = "1fr"))) : (e.value = "vertical", S.value["--list-width"] = "100%", C > 400 ? S.value["--grid-template-columns"] = "1fr 1fr" : (e.value = "horizontal", S.value["--grid-template-columns"] = "1fr"));
297046
297046
  },
297047
297047
  { immediate: !0 }
297048
- ), Oa(
297048
+ ), Pa(
297049
297049
  c,
297050
297050
  (C) => {
297051
297051
  z.value = C.length === O.value.length;
297052
297052
  },
297053
297053
  { immediate: !0 }
297054
- ), Oa(
297054
+ ), Pa(
297055
297055
  () => j.categories,
297056
297056
  () => {
297057
297057
  O.value = j.categories.map((C, g) => ({
@@ -297070,7 +297070,7 @@ const Gw = (T) => (uo("data-v-ac014cd7"), T = T(), ho(), T), _Ue = { class: "cha
297070
297070
  }));
297071
297071
  },
297072
297072
  { immediate: !0 }
297073
- ), Oa(
297073
+ ), Pa(
297074
297074
  () => j.plays,
297075
297075
  (C) => {
297076
297076
  if (O.value.length) {
@@ -297385,7 +297385,7 @@ const NM = (T) => (uo("data-v-f1894571"), T = T(), ho(), T), HUe = { class: "off
297385
297385
  let u = [];
297386
297386
  return j.isPlayerProfile ? u = te.getters["playersOffensive/tableData"] : u = te.getters["teamsOffensive/tableData"], u.map((h) => G2(h));
297387
297387
  }), r = In(() => te.getters["playersGeneral/player"].position_id === 1), l = In(() => te.getters["filterGeneral/getGamesPlayedByTeam"]);
297388
- Oa(
297388
+ Pa(
297389
297389
  z,
297390
297390
  (u) => {
297391
297391
  te.commit("filterGeneral/setPlaysForGames", u);
@@ -297750,7 +297750,7 @@ const BM = (T) => (uo("data-v-b18e6e86"), T = T(), ho(), T), oNe = { class: "def
297750
297750
  let u = [];
297751
297751
  return j.isPlayerProfile ? u = te.getters["playersDefensive/tableData"] : u = te.getters["teamsDefensive/tableData"], u.map((h) => G2(h));
297752
297752
  }), r = In(() => te.getters["playersGeneral/player"].position_id === 1), l = In(() => te.getters["filterGeneral/getGamesPlayedByTeam"]);
297753
- Oa(
297753
+ Pa(
297754
297754
  S,
297755
297755
  (u) => {
297756
297756
  te.commit("filterGeneral/setPlaysForGames", u);
@@ -297910,19 +297910,19 @@ const Sg = (T) => (uo("data-v-0bd9a876"), T = T(), ho(), T), mNe = /* @__PURE__
297910
297910
  widthContainer: "100%"
297911
297911
  }
297912
297912
  }), l = pn(!1);
297913
- Oa(
297913
+ Pa(
297914
297914
  () => j.isPlayerProfile,
297915
297915
  (g) => {
297916
297916
  te.commit("filterGeneral/setIsPlayerAnalysis", g);
297917
297917
  },
297918
297918
  { immediate: !0 }
297919
- ), Oa(
297919
+ ), Pa(
297920
297920
  c,
297921
297921
  (g) => {
297922
297922
  te.commit("filterGeneral/setStadisticId", g ? 0 : 1);
297923
297923
  },
297924
297924
  { immediate: !0 }
297925
- ), Oa(
297925
+ ), Pa(
297926
297926
  () => te.state.filterGeneral.stadisticId,
297927
297927
  () => {
297928
297928
  c.value = te.state.filterGeneral.stadisticId === 0;
@@ -298250,19 +298250,19 @@ const jNe = (T) => (uo("data-v-2433e11b"), T = T(), ho(), T), qNe = { class: "pr
298250
298250
  team: m.value.team_id
298251
298251
  }), H;
298252
298252
  });
298253
- Oa(
298253
+ Pa(
298254
298254
  () => o.value,
298255
298255
  () => {
298256
298256
  n.value = o.value[0];
298257
298257
  },
298258
298258
  { immediate: !0 }
298259
- ), Oa(
298259
+ ), Pa(
298260
298260
  () => O.state.playersGeneral.player,
298261
298261
  (H) => {
298262
298262
  m.value.profileInfo = H;
298263
298263
  },
298264
298264
  { deep: !0 }
298265
- ), Oa(
298265
+ ), Pa(
298266
298266
  () => O.getters["playersGeneral/player"],
298267
298267
  () => {
298268
298268
  j.isPlayerProfile && (m.value.profileInfo = O.getters["playersGeneral/player"]);