@tmf_ciclica/ciclicastorybook 1.1.80 → 1.1.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -40,9 +40,9 @@ const qt = "_ambitSelector_mcunf_2", zt = "_header_mcunf_13", jt = "_nameDateCon
40
40
  onClickFilters: i,
41
41
  onClickAmbit: t,
42
42
  isActive: r,
43
- activeColor: c,
43
+ activeColor: l,
44
44
  fontColor: a,
45
- moreInfo: l
45
+ moreInfo: c
46
46
  }) => {
47
47
  const { nom: u, created_at: h, id: g, isBeingProcessed: y } = n;
48
48
  return /* @__PURE__ */ m(
@@ -60,7 +60,7 @@ const qt = "_ambitSelector_mcunf_2", zt = "_header_mcunf_13", jt = "_nameDateCon
60
60
  src: r ? o2 : s2
61
61
  }
62
62
  ),
63
- /* @__PURE__ */ s("span", { style: { color: r ? c : a }, children: u })
63
+ /* @__PURE__ */ s("span", { style: { color: r ? l : a }, children: u })
64
64
  ] }),
65
65
  /* @__PURE__ */ s("div", { className: ne.ambitDate, children: h ? new Date(h).toLocaleDateString() : "" })
66
66
  ] }),
@@ -121,9 +121,9 @@ const qe = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
121
121
  activeColor: i,
122
122
  nameLabel: t,
123
123
  dateLabel: r,
124
- newAmbitLabel: c = "New field",
124
+ newAmbitLabel: l = "New field",
125
125
  buttonContainerStyles: a = {},
126
- containerStyles: l = {},
126
+ containerStyles: c = {},
127
127
  onCLickNewAmbit: u = () => console.log("New ambit clicked"),
128
128
  onClickCopy: h = (f) => console.log(`Copy ambit: ${f}`),
129
129
  onCLickDelete: g = (f) => console.log(`Delete ambit: ${f}`),
@@ -144,7 +144,7 @@ const qe = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
144
144
  "div",
145
145
  {
146
146
  className: j.ambitSelector,
147
- style: { color: o, ...l },
147
+ style: { color: o, ...c },
148
148
  children: [
149
149
  /* @__PURE__ */ m(
150
150
  "div",
@@ -186,7 +186,7 @@ const qe = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
186
186
  style: { ...a },
187
187
  onClick: u,
188
188
  borderColor: "grey",
189
- children: f(c)
189
+ children: f(l)
190
190
  }
191
191
  ) })
192
192
  ]
@@ -244,13 +244,13 @@ const _2 = ({
244
244
  useTooltip: t = !1,
245
245
  tooltipPosition: r = "top"
246
246
  }) => {
247
- const { t: c } = k();
247
+ const { t: l } = k();
248
248
  return /* @__PURE__ */ s(
249
249
  "div",
250
250
  {
251
251
  className: `${Z.buttonsContainer} ${d === "vertical" && Z.vertical}
252
252
  ${d === "horizontal" && Z.horizontal}`,
253
- children: n.map((a, l) => {
253
+ children: n.map((a, c) => {
254
254
  const {
255
255
  icon: u,
256
256
  activeIcon: h,
@@ -258,9 +258,9 @@ const _2 = ({
258
258
  name: y,
259
259
  onClick: C
260
260
  } = a, f = /* @__PURE__ */ m(Se, { children: [
261
- o && i === "left" && /* @__PURE__ */ s("span", { className: Z.buttonName, children: c(y) }),
262
- /* @__PURE__ */ s("img", { src: g ? h : u, alt: c(y) }),
263
- o && i === "right" && /* @__PURE__ */ s("span", { className: Z.buttonName, children: c(y) })
261
+ o && i === "left" && /* @__PURE__ */ s("span", { className: Z.buttonName, children: l(y) }),
262
+ /* @__PURE__ */ s("img", { src: g ? h : u, alt: l(y) }),
263
+ o && i === "right" && /* @__PURE__ */ s("span", { className: Z.buttonName, children: l(y) })
264
264
  ] });
265
265
  return /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
266
266
  /* @__PURE__ */ s(
@@ -273,7 +273,7 @@ const _2 = ({
273
273
  }
274
274
  ),
275
275
  t && /* @__PURE__ */ s(Y, { text: y, position: r })
276
- ] }, l);
276
+ ] }, c);
277
277
  })
278
278
  }
279
279
  );
@@ -306,10 +306,10 @@ const v2 = "_indicatorsCategory_1cu33_2", w2 = "_title_1cu33_5", be = {
306
306
  activeColor: t = "#F8A925",
307
307
  title: r = "Title",
308
308
  //Change the height only if the title is more than one line or you change title fontSize, otherwise should be 53px
309
- height: c = 53,
309
+ height: l = 53,
310
310
  //Adjust height if you change fontSize
311
311
  titleFontStyles: a,
312
- showBottomBar: l = !0,
312
+ showBottomBar: c = !0,
313
313
  titleMarginChildren: u = 25
314
314
  }) => {
315
315
  const { t: h } = k();
@@ -317,12 +317,12 @@ const v2 = "_indicatorsCategory_1cu33_2", w2 = "_title_1cu33_5", be = {
317
317
  Ae.div,
318
318
  {
319
319
  className: be.indicatorsCategory,
320
- initial: { height: `${c}px` },
321
- animate: { height: n ? "auto" : `${c}px` },
320
+ initial: { height: `${l}px` },
321
+ animate: { height: n ? "auto" : `${l}px` },
322
322
  transition: { duration: 0.4 },
323
323
  style: {
324
324
  backgroundColor: "white",
325
- borderBottom: n && l ? `1px solid ${t}` : "0px",
325
+ borderBottom: n && c ? `1px solid ${t}` : "0px",
326
326
  marginBottom: n ? "20px" : "0px"
327
327
  },
328
328
  children: [
@@ -368,7 +368,7 @@ const ni = () => /* @__PURE__ */ s("div", { children: "EditAmbit" }), x2 = "data
368
368
  fontColor: "#605B56",
369
369
  inputsColor: "#605B56"
370
370
  })), tt = ({ title: n, onClick: d, isOpen: o = !0, textColor: i = "#ffffff", backgroundColor: t = "#605B5680", activeColor: r }) => {
371
- const { t: c } = k(), { tematicalFiltersSelected: a } = D((u) => u), l = (u) => {
371
+ const { t: l } = k(), { tematicalFiltersSelected: a } = D((u) => u), c = (u) => {
372
372
  D.setState((h) => ({
373
373
  tematicalFiltersSelected: h.tematicalFiltersSelected.filter(
374
374
  (g) => g.code !== u
@@ -380,11 +380,11 @@ const ni = () => /* @__PURE__ */ s("div", { children: "EditAmbit" }), x2 = "data
380
380
  {
381
381
  isOpen: o,
382
382
  onClick: d,
383
- title: n ? c(n) : "Applied Filters",
383
+ title: n ? l(n) : "Applied Filters",
384
384
  activeColor: r,
385
385
  children: /* @__PURE__ */ s("div", { className: ze.AppliedFiltersContainer, children: a == null ? void 0 : a.map((u, h) => /* @__PURE__ */ m("div", { className: ze.AppliedFilterContent, style: { color: i, background: t }, children: [
386
- c(u.name),
387
- /* @__PURE__ */ s("img", { src: x2, alt: "CloseIcon", onClick: () => l(u.code), style: { cursor: "pointer" } })
386
+ l(u.name),
387
+ /* @__PURE__ */ s("img", { src: x2, alt: "CloseIcon", onClick: () => c(u.code), style: { cursor: "pointer" } })
388
388
  ] }, h)) })
389
389
  }
390
390
  );
@@ -404,13 +404,13 @@ tt.propTypes = {
404
404
  activeColor: e.string
405
405
  };
406
406
  const nt = ({ title: n, onClick: d, isOpen: o = !0, textColor: i = "#ffffff", backgroundColor: t = "#605B5680", activeColor: r }) => {
407
- const { t: c } = k(), { tematicalFiltersSelected: a } = D((l) => l);
407
+ const { t: l } = k(), { tematicalFiltersSelected: a } = D((c) => c);
408
408
  return /* @__PURE__ */ s(
409
409
  W,
410
410
  {
411
411
  isOpen: o,
412
412
  onClick: d,
413
- title: n ? c(n) : "Geographical Filters",
413
+ title: n ? l(n) : "Geographical Filters",
414
414
  activeColor: r,
415
415
  children: "A"
416
416
  }
@@ -433,7 +433,7 @@ const B2 = "_checkboxContainer_zld97_2", S2 = {
433
433
  indicator: i,
434
434
  value: t
435
435
  }) => {
436
- const { t: r } = k(), { title: c } = i || {}, { fontColor: a, inputsColor: l } = D((u) => u);
436
+ const { t: r } = k(), { title: l } = i || {}, { fontColor: a, inputsColor: c } = D((u) => u);
437
437
  return /* @__PURE__ */ m(
438
438
  "div",
439
439
  {
@@ -450,12 +450,12 @@ const B2 = "_checkboxContainer_zld97_2", S2 = {
450
450
  value: t,
451
451
  readOnly: !0,
452
452
  style: {
453
- border: `1.5px solid ${t ? l : a}`,
454
- backgroundColor: t ? l : "white"
453
+ border: `1.5px solid ${t ? c : a}`,
454
+ backgroundColor: t ? c : "white"
455
455
  }
456
456
  }
457
457
  ),
458
- /* @__PURE__ */ s("span", { className: "checkmark", children: r(c) })
458
+ /* @__PURE__ */ s("span", { className: "checkmark", children: r(l) })
459
459
  ]
460
460
  }
461
461
  );
@@ -517,18 +517,18 @@ let Fe = function(n) {
517
517
  t.setState({ index: -1 }, t.onEnd(t.getKeyDownEventMap()));
518
518
  }, t.onMouseMove = (a) => {
519
519
  t.setState({ pending: !0 });
520
- const l = t.getMousePosition(a), u = t.getDiffPosition(l[0]), h = t.getValueFromPosition(u);
520
+ const c = t.getMousePosition(a), u = t.getDiffPosition(c[0]), h = t.getValueFromPosition(u);
521
521
  t.move(h);
522
522
  }, t.onTouchMove = (a) => {
523
523
  if (a.touches.length > 1) return;
524
524
  t.setState({ pending: !0 });
525
- const l = t.getTouchPosition(a);
525
+ const c = t.getTouchPosition(a);
526
526
  if (t.isScrolling === void 0) {
527
- const g = l[0] - t.startPosition[0], y = l[1] - t.startPosition[1];
527
+ const g = c[0] - t.startPosition[0], y = c[1] - t.startPosition[1];
528
528
  t.isScrolling = Math.abs(y) > Math.abs(g);
529
529
  }
530
530
  if (t.isScrolling) return void t.setState({ index: -1 });
531
- const u = t.getDiffPosition(l[0]), h = t.getValueFromPosition(u);
531
+ const u = t.getDiffPosition(c[0]), h = t.getValueFromPosition(u);
532
532
  t.move(h);
533
533
  }, t.onKeyDown = (a) => {
534
534
  if (!(a.ctrlKey || a.shiftKey || a.altKey || a.metaKey)) switch (t.setState({ pending: !0 }), a.key) {
@@ -559,51 +559,51 @@ let Fe = function(n) {
559
559
  }, t.onSliderMouseDown = (a) => {
560
560
  if (!t.props.disabled && a.button !== 2) {
561
561
  if (t.setState({ pending: !0 }), !t.props.snapDragDisabled) {
562
- const l = t.getMousePosition(a);
563
- t.forceValueFromPosition(l[0], (u) => {
564
- t.start(u, l[0]), de(t.getMouseEventMap());
562
+ const c = t.getMousePosition(a);
563
+ t.forceValueFromPosition(c[0], (u) => {
564
+ t.start(u, c[0]), de(t.getMouseEventMap());
565
565
  });
566
566
  }
567
567
  ye(a);
568
568
  }
569
569
  }, t.onSliderClick = (a) => {
570
570
  if (!t.props.disabled && t.props.onSliderClick && !t.hasMoved) {
571
- const l = t.getMousePosition(a), u = H(t.calcValue(t.calcOffsetFromPosition(l[0])), t.props);
571
+ const c = t.getMousePosition(a), u = H(t.calcValue(t.calcOffsetFromPosition(c[0])), t.props);
572
572
  t.props.onSliderClick(u);
573
573
  }
574
- }, t.createOnKeyDown = (a) => (l) => {
575
- t.props.disabled || (t.start(a), de(t.getKeyDownEventMap()), ye(l));
576
- }, t.createOnMouseDown = (a) => (l) => {
577
- if (t.props.disabled || l.button === 2) return;
574
+ }, t.createOnKeyDown = (a) => (c) => {
575
+ t.props.disabled || (t.start(a), de(t.getKeyDownEventMap()), ye(c));
576
+ }, t.createOnMouseDown = (a) => (c) => {
577
+ if (t.props.disabled || c.button === 2) return;
578
578
  t.setState({ pending: !0 });
579
- const u = t.getMousePosition(l);
580
- t.start(a, u[0]), de(t.getMouseEventMap()), ye(l);
581
- }, t.createOnTouchStart = (a) => (l) => {
582
- if (t.props.disabled || l.touches.length > 1) return;
579
+ const u = t.getMousePosition(c);
580
+ t.start(a, u[0]), de(t.getMouseEventMap()), ye(c);
581
+ }, t.createOnTouchStart = (a) => (c) => {
582
+ if (t.props.disabled || c.touches.length > 1) return;
583
583
  t.setState({ pending: !0 });
584
- const u = t.getTouchPosition(l);
584
+ const u = t.getTouchPosition(c);
585
585
  t.startPosition = u, t.isScrolling = void 0, t.start(a, u[0]), de(t.getTouchEventMap()), function(h) {
586
586
  h.stopPropagation && h.stopPropagation();
587
- }(l);
587
+ }(c);
588
588
  }, t.handleResize = () => {
589
589
  const a = window.setTimeout(() => {
590
590
  t.pendingResizeTimeouts.shift(), t.resize();
591
591
  }, 0);
592
592
  t.pendingResizeTimeouts.push(a);
593
- }, t.renderThumb = (a, l) => {
594
- const u = t.props.thumbClassName + " " + t.props.thumbClassName + "-" + l + " " + (t.state.index === l ? t.props.thumbActiveClassName : ""), h = { ref: (y) => {
595
- t["thumb" + l] = y;
596
- }, key: t.props.thumbClassName + "-" + l, className: u, style: a, onMouseDown: t.createOnMouseDown(l), onTouchStart: t.createOnTouchStart(l), onFocus: t.createOnKeyDown(l), tabIndex: 0, role: "slider", "aria-orientation": t.props.orientation, "aria-valuenow": t.state.value[l], "aria-valuemin": t.props.min, "aria-valuemax": t.props.max, "aria-label": Array.isArray(t.props.ariaLabel) ? t.props.ariaLabel[l] : t.props.ariaLabel, "aria-labelledby": Array.isArray(t.props.ariaLabelledby) ? t.props.ariaLabelledby[l] : t.props.ariaLabelledby, "aria-disabled": t.props.disabled }, g = { index: l, value: ce(t.state.value), valueNow: t.state.value[l] };
593
+ }, t.renderThumb = (a, c) => {
594
+ const u = t.props.thumbClassName + " " + t.props.thumbClassName + "-" + c + " " + (t.state.index === c ? t.props.thumbActiveClassName : ""), h = { ref: (y) => {
595
+ t["thumb" + c] = y;
596
+ }, key: t.props.thumbClassName + "-" + c, className: u, style: a, onMouseDown: t.createOnMouseDown(c), onTouchStart: t.createOnTouchStart(c), onFocus: t.createOnKeyDown(c), tabIndex: 0, role: "slider", "aria-orientation": t.props.orientation, "aria-valuenow": t.state.value[c], "aria-valuemin": t.props.min, "aria-valuemax": t.props.max, "aria-label": Array.isArray(t.props.ariaLabel) ? t.props.ariaLabel[c] : t.props.ariaLabel, "aria-labelledby": Array.isArray(t.props.ariaLabelledby) ? t.props.ariaLabelledby[c] : t.props.ariaLabelledby, "aria-disabled": t.props.disabled }, g = { index: c, value: ce(t.state.value), valueNow: t.state.value[c] };
597
597
  return t.props.ariaValuetext && (h["aria-valuetext"] = typeof t.props.ariaValuetext == "string" ? t.props.ariaValuetext : t.props.ariaValuetext(g)), t.props.renderThumb(h, g);
598
- }, t.renderTrack = (a, l, u) => {
599
- const h = { key: t.props.trackClassName + "-" + a, className: t.props.trackClassName + " " + t.props.trackClassName + "-" + a, style: t.buildTrackStyle(l, t.state.upperBound - u) }, g = { index: a, value: ce(t.state.value) };
598
+ }, t.renderTrack = (a, c, u) => {
599
+ const h = { key: t.props.trackClassName + "-" + a, className: t.props.trackClassName + " " + t.props.trackClassName + "-" + a, style: t.buildTrackStyle(c, t.state.upperBound - u) }, g = { index: a, value: ce(t.state.value) };
600
600
  return t.props.renderTrack(h, g);
601
601
  };
602
602
  let r = _e(i.value);
603
603
  r.length || (r = _e(i.defaultValue)), t.pendingResizeTimeouts = [];
604
- const c = [];
605
- for (let a = 0; a < r.length; a += 1) r[a] = H(r[a], i), c.push(a);
606
- return t.resizeObserver = null, t.resizeElementRef = B.createRef(), t.state = { index: -1, upperBound: 0, sliderLength: 0, value: r, zIndices: c }, t;
604
+ const l = [];
605
+ for (let a = 0; a < r.length; a += 1) r[a] = H(r[a], i), l.push(a);
606
+ return t.resizeObserver = null, t.resizeElementRef = B.createRef(), t.state = { index: -1, upperBound: 0, sliderLength: 0, value: r, zIndices: l }, t;
607
607
  }
608
608
  M2(d, n);
609
609
  var o = d.prototype;
@@ -611,7 +611,7 @@ let Fe = function(n) {
611
611
  typeof window < "u" && (this.resizeObserver = new ResizeObserver(this.handleResize), this.resizeObserver.observe(this.resizeElementRef.current), this.resize());
612
612
  }, d.getDerivedStateFromProps = function(i, t) {
613
613
  const r = _e(i.value);
614
- return r.length ? t.pending ? null : { value: r.map((c) => H(c, i)) } : null;
614
+ return r.length ? t.pending ? null : { value: r.map((l) => H(l, i)) } : null;
615
615
  }, o.componentDidUpdate = function() {
616
616
  this.state.upperBound === 0 && this.resize();
617
617
  }, o.componentWillUnmount = function() {
@@ -626,10 +626,10 @@ let Fe = function(n) {
626
626
  return ce(this.state.value);
627
627
  }, o.getClosestIndex = function(i) {
628
628
  let t = Number.MAX_VALUE, r = -1;
629
- const { value: c } = this.state, a = c.length;
630
- for (let l = 0; l < a; l += 1) {
631
- const u = this.calcOffset(c[l]), h = Math.abs(i - u);
632
- h < t && (t = h, r = l);
629
+ const { value: l } = this.state, a = l.length;
630
+ for (let c = 0; c < a; c += 1) {
631
+ const u = this.calcOffset(l[c]), h = Math.abs(i - u);
632
+ h < t && (t = h, r = c);
633
633
  }
634
634
  return r;
635
635
  }, o.getMousePosition = function(i) {
@@ -652,7 +652,7 @@ let Fe = function(n) {
652
652
  }, o.resize = function() {
653
653
  const { slider: i, thumb0: t } = this;
654
654
  if (!i || !t) return;
655
- const r = this.sizeKey(), c = i.getBoundingClientRect(), a = i[r], l = c[this.posMaxKey()], u = c[this.posMinKey()], h = t.getBoundingClientRect()[r.replace("client", "").toLowerCase()], g = a - h, y = Math.abs(l - u);
655
+ const r = this.sizeKey(), l = i.getBoundingClientRect(), a = i[r], c = l[this.posMaxKey()], u = l[this.posMinKey()], h = t.getBoundingClientRect()[r.replace("client", "").toLowerCase()], g = a - h, y = Math.abs(c - u);
656
656
  this.state.upperBound === g && this.state.sliderLength === y && this.state.thumbSize === h || this.setState({ upperBound: g, sliderLength: y, thumbSize: h });
657
657
  }, o.calcOffset = function(i) {
658
658
  const t = this.props.max - this.props.min;
@@ -660,15 +660,15 @@ let Fe = function(n) {
660
660
  }, o.calcValue = function(i) {
661
661
  return i / this.state.upperBound * (this.props.max - this.props.min) + this.props.min;
662
662
  }, o.calcOffsetFromPosition = function(i) {
663
- const { slider: t } = this, r = t.getBoundingClientRect(), c = r[this.posMaxKey()], a = r[this.posMinKey()];
664
- let l = i - (window["page" + this.axisKey() + "Offset"] + (this.props.invert ? c : a));
665
- return this.props.invert && (l = this.state.sliderLength - l), l -= this.state.thumbSize / 2, l;
663
+ const { slider: t } = this, r = t.getBoundingClientRect(), l = r[this.posMaxKey()], a = r[this.posMinKey()];
664
+ let c = i - (window["page" + this.axisKey() + "Offset"] + (this.props.invert ? l : a));
665
+ return this.props.invert && (c = this.state.sliderLength - c), c -= this.state.thumbSize / 2, c;
666
666
  }, o.forceValueFromPosition = function(i, t) {
667
- const r = this.calcOffsetFromPosition(i), c = this.getClosestIndex(r), a = H(this.calcValue(r), this.props), l = this.state.value.slice();
668
- l[c] = a;
669
- for (let u = 0; u < l.length - 1; u += 1) if (l[u + 1] - l[u] < this.props.minDistance) return;
670
- this.fireChangeEvent("onBeforeChange"), this.hasMoved = !0, this.setState({ value: l }, () => {
671
- t(c), this.fireChangeEvent("onChange");
667
+ const r = this.calcOffsetFromPosition(i), l = this.getClosestIndex(r), a = H(this.calcValue(r), this.props), c = this.state.value.slice();
668
+ c[l] = a;
669
+ for (let u = 0; u < c.length - 1; u += 1) if (c[u + 1] - c[u] < this.props.minDistance) return;
670
+ this.fireChangeEvent("onBeforeChange"), this.hasMoved = !0, this.setState({ value: c }, () => {
671
+ t(l), this.fireChangeEvent("onChange");
672
672
  });
673
673
  }, o.clearPendingResizeTimeouts = function() {
674
674
  do {
@@ -678,8 +678,8 @@ let Fe = function(n) {
678
678
  }, o.start = function(i, t) {
679
679
  const r = this["thumb" + i];
680
680
  r && r.focus();
681
- const { zIndices: c } = this.state;
682
- c.splice(c.indexOf(i), 1), c.push(i), this.setState((a) => ({ startValue: a.value[i], startPosition: t !== void 0 ? t : a.startPosition, index: i, zIndices: c }));
681
+ const { zIndices: l } = this.state;
682
+ l.splice(l.indexOf(i), 1), l.push(i), this.setState((a) => ({ startValue: a.value[i], startPosition: t !== void 0 ? t : a.startPosition, index: i, zIndices: l }));
683
683
  }, o.moveUpByStep = function(i) {
684
684
  i === void 0 && (i = this.props.step);
685
685
  const t = this.state.value[this.state.index], r = H(this.props.invert && this.props.orientation === "horizontal" ? t - i : t + i, this.props);
@@ -689,36 +689,36 @@ let Fe = function(n) {
689
689
  const t = this.state.value[this.state.index], r = H(this.props.invert && this.props.orientation === "horizontal" ? t + i : t - i, this.props);
690
690
  this.move(Math.max(r, this.props.min));
691
691
  }, o.move = function(i) {
692
- const t = this.state.value.slice(), { index: r } = this.state, { length: c } = t, a = t[r];
692
+ const t = this.state.value.slice(), { index: r } = this.state, { length: l } = t, a = t[r];
693
693
  if (i === a) return;
694
694
  this.hasMoved || this.fireChangeEvent("onBeforeChange"), this.hasMoved = !0;
695
- const { pearling: l, max: u, min: h, minDistance: g } = this.props;
696
- if (!l) {
695
+ const { pearling: c, max: u, min: h, minDistance: g } = this.props;
696
+ if (!c) {
697
697
  if (r > 0) {
698
698
  const y = t[r - 1];
699
699
  i < y + g && (i = y + g);
700
700
  }
701
- if (r < c - 1) {
701
+ if (r < l - 1) {
702
702
  const y = t[r + 1];
703
703
  i > y - g && (i = y - g);
704
704
  }
705
705
  }
706
- t[r] = i, l && c > 1 && (i > a ? (this.pushSucceeding(t, g, r), function(y, C, f, _) {
706
+ t[r] = i, c && l > 1 && (i > a ? (this.pushSucceeding(t, g, r), function(y, C, f, _) {
707
707
  for (let p = 0; p < y; p += 1) {
708
708
  const b = _ - p * f;
709
709
  C[y - 1 - p] > b && (C[y - 1 - p] = b);
710
710
  }
711
- }(c, t, g, u)) : i < a && (this.pushPreceding(t, g, r), function(y, C, f, _) {
711
+ }(l, t, g, u)) : i < a && (this.pushPreceding(t, g, r), function(y, C, f, _) {
712
712
  for (let p = 0; p < y; p += 1) {
713
713
  const b = _ + p * f;
714
714
  C[p] < b && (C[p] = b);
715
715
  }
716
- }(c, t, g, h))), this.setState({ value: t }, this.fireChangeEvent.bind(this, "onChange"));
716
+ }(l, t, g, h))), this.setState({ value: t }, this.fireChangeEvent.bind(this, "onChange"));
717
717
  }, o.pushSucceeding = function(i, t, r) {
718
- let c, a;
719
- for (c = r, a = i[c] + t; i[c + 1] !== null && a > i[c + 1]; c += 1, a = i[c] + t) i[c + 1] = Le(a, this.props);
718
+ let l, a;
719
+ for (l = r, a = i[l] + t; i[l + 1] !== null && a > i[l + 1]; l += 1, a = i[l] + t) i[l + 1] = Le(a, this.props);
720
720
  }, o.pushPreceding = function(i, t, r) {
721
- for (let c = r, a = i[c] - t; i[c - 1] !== null && a < i[c - 1]; c -= 1, a = i[c] - t) i[c - 1] = Le(a, this.props);
721
+ for (let l = r, a = i[l] - t; i[l - 1] !== null && a < i[l - 1]; l -= 1, a = i[l] - t) i[l - 1] = Le(a, this.props);
722
722
  }, o.axisKey = function() {
723
723
  return this.props.orientation === "vertical" ? "Y" : "X";
724
724
  }, o.orthogonalAxisKey = function() {
@@ -743,28 +743,28 @@ let Fe = function(n) {
743
743
  }, o.renderThumbs = function(i) {
744
744
  const { length: t } = i, r = [];
745
745
  for (let a = 0; a < t; a += 1) r[a] = this.buildThumbStyle(i[a], a);
746
- const c = [];
747
- for (let a = 0; a < t; a += 1) c[a] = this.renderThumb(r[a], a);
748
- return c;
746
+ const l = [];
747
+ for (let a = 0; a < t; a += 1) l[a] = this.renderThumb(r[a], a);
748
+ return l;
749
749
  }, o.renderTracks = function(i) {
750
750
  const t = [], r = i.length - 1;
751
751
  t.push(this.renderTrack(0, 0, i[0]));
752
- for (let c = 0; c < r; c += 1) t.push(this.renderTrack(c + 1, i[c], i[c + 1]));
752
+ for (let l = 0; l < r; l += 1) t.push(this.renderTrack(l + 1, i[l], i[l + 1]));
753
753
  return t.push(this.renderTrack(r + 1, i[r], this.state.upperBound)), t;
754
754
  }, o.renderMarks = function() {
755
755
  let { marks: i } = this.props;
756
756
  const t = this.props.max - this.props.min + 1;
757
- return typeof i == "boolean" ? i = Array.from({ length: t }).map((r, c) => c) : typeof i == "number" && (i = Array.from({ length: t }).map((r, c) => c).filter((r) => r % i == 0)), i.map(parseFloat).sort((r, c) => r - c).map((r) => {
758
- const c = this.calcOffset(r), a = { key: r, className: this.props.markClassName, style: this.buildMarkStyle(c) };
757
+ return typeof i == "boolean" ? i = Array.from({ length: t }).map((r, l) => l) : typeof i == "number" && (i = Array.from({ length: t }).map((r, l) => l).filter((r) => r % i == 0)), i.map(parseFloat).sort((r, l) => r - l).map((r) => {
758
+ const l = this.calcOffset(r), a = { key: r, className: this.props.markClassName, style: this.buildMarkStyle(l) };
759
759
  return this.props.renderMark(a);
760
760
  });
761
761
  }, o.render = function() {
762
762
  const i = [], { value: t } = this.state, r = t.length;
763
763
  for (let u = 0; u < r; u += 1) i[u] = this.calcOffset(t[u], u);
764
- const c = this.props.withTracks ? this.renderTracks(i) : null, a = this.renderThumbs(i), l = this.props.marks ? this.renderMarks() : null;
764
+ const l = this.props.withTracks ? this.renderTracks(i) : null, a = this.renderThumbs(i), c = this.props.marks ? this.renderMarks() : null;
765
765
  return B.createElement("div", { ref: (u) => {
766
766
  this.slider = u, this.resizeElementRef.current = u;
767
- }, style: { position: "relative" }, className: this.props.className + (this.props.disabled ? " disabled" : ""), onMouseDown: this.onSliderMouseDown, onClick: this.onSliderClick }, c, a, l);
767
+ }, style: { position: "relative" }, className: this.props.className + (this.props.disabled ? " disabled" : ""), onMouseDown: this.onSliderMouseDown, onClick: this.onSliderClick }, l, a, c);
768
768
  }, d;
769
769
  }(B.Component);
770
770
  Fe.displayName = "ReactSlider", Fe.defaultProps = { min: 0, max: 100, step: 1, pageFn: (n) => 10 * n, minDistance: 0, defaultValue: 0, orientation: "horizontal", className: "slider", thumbClassName: "thumb", thumbActiveClassName: "active", trackClassName: "track", markClassName: "mark", withTracks: !0, pearling: !1, disabled: !1, snapDragDisabled: !1, invert: !1, marks: [], renderThumb: (n) => B.createElement("div", n), renderTrack: (n) => B.createElement("div", n), renderMark: (n) => B.createElement("span", n) };
@@ -783,10 +783,10 @@ const F2 = "_container_15vgv_2", D2 = "_unitLabel_15vgv_9", T2 = "_slider_15vgv_
783
783
  onChange: i,
784
784
  width: t = 300,
785
785
  unit: r,
786
- fontColor: c = "#605B56",
786
+ fontColor: l = "#605B56",
787
787
  defaultValue: a
788
788
  }) => {
789
- const { t: l } = k(), [u, h] = S([n, d]), g = (y) => {
789
+ const { t: c } = k(), [u, h] = S([n, d]), g = (y) => {
790
790
  h(y), i == null || i({ min: y[0], max: y[1] });
791
791
  };
792
792
  return T(() => {
@@ -795,9 +795,9 @@ const F2 = "_container_15vgv_2", D2 = "_unitLabel_15vgv_9", T2 = "_slider_15vgv_
795
795
  "div",
796
796
  {
797
797
  className: Q.container,
798
- style: { width: `${t}px`, color: `${c}` },
798
+ style: { width: `${t}px`, color: `${l}` },
799
799
  children: [
800
- /* @__PURE__ */ s("div", { className: Q.unitLabel, children: /* @__PURE__ */ s("span", { children: l(r) }) }),
800
+ /* @__PURE__ */ s("div", { className: Q.unitLabel, children: /* @__PURE__ */ s("span", { children: c(r) }) }),
801
801
  /* @__PURE__ */ s(
802
802
  L2,
803
803
  {
@@ -847,9 +847,9 @@ const I2 = "_tematicalFiltersInputContainer_1vm1r_2", O2 = "_inputTypeContainer_
847
847
  const [o, i] = S(), {
848
848
  type: t,
849
849
  name: r,
850
- values: c,
850
+ values: l,
851
851
  minValue: a,
852
- maxValue: l,
852
+ maxValue: c,
853
853
  unit: u,
854
854
  step: h
855
855
  } = n || {}, g = he(
@@ -866,22 +866,22 @@ const I2 = "_tematicalFiltersInputContainer_1vm1r_2", O2 = "_inputTypeContainer_
866
866
  } = D((x) => x), b = (x) => {
867
867
  if (x) {
868
868
  const { min: w, max: N, valueClicked: L, allValues: F } = x || {}, { code: z, type: ae } = n || {}, le = y ? "abs" : g ? "cat" : "both";
869
- let E = z[0];
870
- ae == "both" && (E = le == "cat" ? z[1] : z[0]), le == "cat" ? D.setState((R) => {
871
- let P = R.tematicalFiltersSelected.find(
872
- ($) => $.code === E
869
+ let R = z[0];
870
+ ae == "both" && (R = le == "cat" ? z[1] : z[0]), le == "cat" ? D.setState((E) => {
871
+ let P = E.tematicalFiltersSelected.find(
872
+ ($) => $.code === R
873
873
  );
874
874
  if (P) {
875
875
  let $ = [P.values];
876
876
  return P.values.includes(L) ? $ = P.values.filter(
877
877
  (I) => I !== L
878
878
  ) : $ = [...P.values, L], $.length == F.length ? {
879
- tematicalFiltersSelected: R.tematicalFiltersSelected.filter(
880
- (I) => I.code !== E
879
+ tematicalFiltersSelected: E.tematicalFiltersSelected.filter(
880
+ (I) => I.code !== R
881
881
  )
882
882
  } : {
883
- tematicalFiltersSelected: R.tematicalFiltersSelected.map(
884
- (I) => I.code === E ? { ...I, values: $ } : I
883
+ tematicalFiltersSelected: E.tematicalFiltersSelected.map(
884
+ (I) => I.code === R ? { ...I, values: $ } : I
885
885
  )
886
886
  };
887
887
  } else {
@@ -891,35 +891,35 @@ const I2 = "_tematicalFiltersInputContainer_1vm1r_2", O2 = "_inputTypeContainer_
891
891
  ...C,
892
892
  {
893
893
  type: "cat",
894
- code: E,
894
+ code: R,
895
895
  values: $.filter((I) => I !== L),
896
896
  name: n.name
897
897
  }
898
898
  ]
899
899
  };
900
900
  }
901
- }) : le == "abs" && D.setState((R) => {
902
- let P = R.tematicalFiltersSelected.find(
903
- ($) => $.code === E
901
+ }) : le == "abs" && D.setState((E) => {
902
+ let P = E.tematicalFiltersSelected.find(
903
+ ($) => $.code === R
904
904
  );
905
905
  if (w == n.minValue && N == n.maxValue)
906
906
  return {
907
- tematicalFiltersSelected: R.tematicalFiltersSelected.filter(
908
- ($) => $.code !== E
907
+ tematicalFiltersSelected: E.tematicalFiltersSelected.filter(
908
+ ($) => $.code !== R
909
909
  )
910
910
  };
911
911
  if (P) {
912
912
  let $ = { ...P };
913
913
  return $.min = w, $.max = N, {
914
- tematicalFiltersSelected: R.tematicalFiltersSelected.map(
915
- (I) => I.code === E ? $ : I
914
+ tematicalFiltersSelected: E.tematicalFiltersSelected.map(
915
+ (I) => I.code === R ? $ : I
916
916
  )
917
917
  };
918
918
  } else
919
919
  return {
920
920
  tematicalFiltersSelected: [
921
921
  ...C,
922
- { type: "abs", code: E, min: w, max: N, name: n.name }
922
+ { type: "abs", code: R, min: w, max: N, name: n.name }
923
923
  ]
924
924
  };
925
925
  });
@@ -994,12 +994,12 @@ const I2 = "_tematicalFiltersInputContainer_1vm1r_2", O2 = "_inputTypeContainer_
994
994
  ]
995
995
  }
996
996
  ),
997
- g && /* @__PURE__ */ s("div", { className: ue.checkboxContainer, children: c.map((x, w) => {
997
+ g && /* @__PURE__ */ s("div", { className: ue.checkboxContainer, children: l.map((x, w) => {
998
998
  var N;
999
999
  return /* @__PURE__ */ s(
1000
1000
  it,
1001
1001
  {
1002
- onClick: () => b({ valueClicked: w, allValues: c }),
1002
+ onClick: () => b({ valueClicked: w, allValues: l }),
1003
1003
  indicator: x,
1004
1004
  value: ((N = v[n.code[t == "both" ? 1 : 0]]) == null ? void 0 : N.has(w)) || !v[n.code[t == "both" ? 1 : 0]]
1005
1005
  },
@@ -1011,7 +1011,7 @@ const I2 = "_tematicalFiltersInputContainer_1vm1r_2", O2 = "_inputTypeContainer_
1011
1011
  {
1012
1012
  onChange: b,
1013
1013
  min: a,
1014
- max: l,
1014
+ max: c,
1015
1015
  unit: u,
1016
1016
  defaultValue: v[n.code[0]] ? v[n.code[0]] : "",
1017
1017
  step: h
@@ -1042,15 +1042,15 @@ const st = ({
1042
1042
  activeColor: o
1043
1043
  //onChangeBothType,
1044
1044
  }) => {
1045
- const { activeSubcategory: i } = D((c) => c), { name: t, indicators: r } = n || {};
1045
+ const { activeSubcategory: i } = D((l) => l), { name: t, indicators: r } = n || {};
1046
1046
  return /* @__PURE__ */ s(
1047
1047
  W,
1048
1048
  {
1049
1049
  title: t,
1050
1050
  isOpen: i == `id${t}`,
1051
1051
  onClick: () => {
1052
- D.setState((c) => ({
1053
- activeSubcategory: c.activeSubcategory === `id${t}` ? "" : `id${t}`
1052
+ D.setState((l) => ({
1053
+ activeSubcategory: l.activeSubcategory === `id${t}` ? "" : `id${t}`
1054
1054
  }));
1055
1055
  },
1056
1056
  titleFontStyles: { fontSize: 16, fontWeight: 400 },
@@ -1059,10 +1059,10 @@ const st = ({
1059
1059
  height: 48,
1060
1060
  color: d,
1061
1061
  activeColor: o,
1062
- children: r == null ? void 0 : r.map((c, a) => /* @__PURE__ */ s(
1062
+ children: r == null ? void 0 : r.map((l, a) => /* @__PURE__ */ s(
1063
1063
  Ie,
1064
1064
  {
1065
- indicator: c,
1065
+ indicator: l,
1066
1066
  fontColor: d,
1067
1067
  activeColor: o
1068
1068
  },
@@ -1089,7 +1089,7 @@ const rt = ({
1089
1089
  // onChangeBothType,
1090
1090
  activeColor: d
1091
1091
  }) => {
1092
- const { name: o, subcategories: i, indicators: t } = n || {}, { activeCategory: r, fontColor: c } = D((a) => a);
1092
+ const { name: o, subcategories: i, indicators: t } = n || {}, { activeCategory: r, fontColor: l } = D((a) => a);
1093
1093
  return n && /* @__PURE__ */ s(
1094
1094
  W,
1095
1095
  {
@@ -1102,24 +1102,24 @@ const rt = ({
1102
1102
  isOpen: r === `id${o}`,
1103
1103
  titleFontStyles: { fontSize: 18, fontWeight: "bold" },
1104
1104
  showBottomBar: !1,
1105
- color: c,
1105
+ color: l,
1106
1106
  activeColor: d,
1107
- children: i ? i.map((a, l) => /* @__PURE__ */ s(
1107
+ children: i ? i.map((a, c) => /* @__PURE__ */ s(
1108
1108
  st,
1109
1109
  {
1110
1110
  subcategory: a,
1111
- fontColor: c,
1111
+ fontColor: l,
1112
1112
  activeColor: d
1113
1113
  },
1114
- `subcategory-${l}`
1115
- )) : t && t.map((a, l) => /* @__PURE__ */ s(
1114
+ `subcategory-${c}`
1115
+ )) : t && t.map((a, c) => /* @__PURE__ */ s(
1116
1116
  Ie,
1117
1117
  {
1118
1118
  indicator: a,
1119
- fontColor: c,
1119
+ fontColor: l,
1120
1120
  activeColor: d
1121
1121
  },
1122
- `indicator-${l}`
1122
+ `indicator-${c}`
1123
1123
  ))
1124
1124
  }
1125
1125
  );
@@ -1142,7 +1142,7 @@ const at = ({
1142
1142
  inputsColor: t = "#605B56",
1143
1143
  activeColor: r
1144
1144
  }) => {
1145
- const { tematicalFiltersSelected: c } = D((l) => l), { t: a } = k();
1145
+ const { tematicalFiltersSelected: l } = D((c) => c), { t: a } = k();
1146
1146
  return T(() => {
1147
1147
  i && D.setState(() => ({ fontColor: i }));
1148
1148
  }, [i]), T(() => {
@@ -1154,10 +1154,10 @@ const at = ({
1154
1154
  title: o ? a(o) : "Tematical filters",
1155
1155
  color: i,
1156
1156
  activeColor: r,
1157
- children: n == null ? void 0 : n.map((l, u) => /* @__PURE__ */ s(
1157
+ children: n == null ? void 0 : n.map((c, u) => /* @__PURE__ */ s(
1158
1158
  rt,
1159
1159
  {
1160
- category: l,
1160
+ category: c,
1161
1161
  fontColor: i,
1162
1162
  activeColor: r
1163
1163
  },
@@ -1189,9 +1189,9 @@ const P2 = "_FiltersAmbitContainer_1g9xx_2", q2 = "_FiltersAmbitHeader_1g9xx_7",
1189
1189
  indicators: i,
1190
1190
  activeColor: t,
1191
1191
  textColor: r,
1192
- backgroundColor: c,
1192
+ backgroundColor: l,
1193
1193
  onChangeAppliedFilters: a,
1194
- saveAmbit: l,
1194
+ saveAmbit: c,
1195
1195
  namePlaceholder: u,
1196
1196
  descPlaceholder: h,
1197
1197
  filtersTypes: g = ["geographical", "tematical"],
@@ -1208,7 +1208,7 @@ const P2 = "_FiltersAmbitContainer_1g9xx_2", q2 = "_FiltersAmbitHeader_1g9xx_7",
1208
1208
  console.log("filtersSelected changed: ", _), a(_);
1209
1209
  }, [_]);
1210
1210
  const L = () => {
1211
- p ? l({ name: p, description: v }) : N(!0);
1211
+ p ? c({ name: p, description: v }) : N(!0);
1212
1212
  };
1213
1213
  return /* @__PURE__ */ m("div", { className: J.FiltersAmbitContainer, children: [
1214
1214
  !C && /* @__PURE__ */ m("div", { className: J.FiltersAmbitHeader, children: [
@@ -1238,7 +1238,7 @@ const P2 = "_FiltersAmbitContainer_1g9xx_2", q2 = "_FiltersAmbitHeader_1g9xx_7",
1238
1238
  title: f("applied_filters"),
1239
1239
  isOpen: !0,
1240
1240
  textColor: r || "#fff",
1241
- backgroundColor: c || "#605B5680",
1241
+ backgroundColor: l || "#605B5680",
1242
1242
  activeColor: t
1243
1243
  }
1244
1244
  ),
@@ -1281,36 +1281,36 @@ const U2 = "_barChartContainer_d2f1z_2", G2 = {
1281
1281
  gap: i = 23,
1282
1282
  fontColor: t = "#605B56",
1283
1283
  verticalPaddign: r = 10,
1284
- horizontalPaddign: c = 20,
1284
+ horizontalPaddign: l = 20,
1285
1285
  leftPadding: a = 200,
1286
- numberOfDivisions: l = 7,
1286
+ numberOfDivisions: c = 7,
1287
1287
  maxValue: u = null
1288
1288
  }) => {
1289
1289
  const { t: h } = k(), { xScale: g, ticks: y, height: C } = he(() => {
1290
1290
  if (n && n.length > 0) {
1291
- const f = (n == null ? void 0 : n.length) * (o + i) + r * 2, _ = Pe.max(n, (v) => v.value) || 1, p = Pe.scaleLinear().domain([0, u || _]).range([0, d - a]), b = Array.from({ length: l + 1 }, (v, x) => u ? u / l * x : _ / l * x);
1291
+ const f = (n == null ? void 0 : n.length) * (o + i) + r * 2, _ = Pe.max(n, (v) => v.value) || 1, p = Pe.scaleLinear().domain([0, u || _]).range([0, d - a]), b = Array.from({ length: c + 1 }, (v, x) => u ? u / c * x : _ / c * x);
1292
1292
  return {
1293
1293
  xScale: p,
1294
1294
  ticks: b,
1295
1295
  height: f,
1296
1296
  width: d,
1297
1297
  verticalPaddign: r,
1298
- horizontalPaddign: c
1298
+ horizontalPaddign: l
1299
1299
  };
1300
1300
  } else
1301
1301
  return { xScale: null, ticks: [], height: 0 };
1302
1302
  }, [
1303
1303
  n,
1304
1304
  d,
1305
- l,
1305
+ c,
1306
1306
  o,
1307
1307
  i,
1308
- c,
1308
+ l,
1309
1309
  r,
1310
1310
  u
1311
1311
  ]);
1312
- return /* @__PURE__ */ s("div", { className: G2.barChartContainer, children: /* @__PURE__ */ s("svg", { width: d + c * 2, height: C, children: /* @__PURE__ */ m("g", { transform: `translate(0,${i})`, children: [
1313
- /* @__PURE__ */ s("g", { transform: `translate(${a + c}, 0)`, children: y.map((f, _) => {
1312
+ return /* @__PURE__ */ s("div", { className: G2.barChartContainer, children: /* @__PURE__ */ s("svg", { width: d + l * 2, height: C, children: /* @__PURE__ */ m("g", { transform: `translate(0,${i})`, children: [
1313
+ /* @__PURE__ */ s("g", { transform: `translate(${a + l}, 0)`, children: y.map((f, _) => {
1314
1314
  const p = g(f);
1315
1315
  return /* @__PURE__ */ m("g", { transform: `translate(${p}, 0)`, children: [
1316
1316
  /* @__PURE__ */ s(
@@ -1338,7 +1338,7 @@ const U2 = "_barChartContainer_d2f1z_2", G2 = {
1338
1338
  return /* @__PURE__ */ m(
1339
1339
  "g",
1340
1340
  {
1341
- transform: `translate(${a + c}, ${b})`,
1341
+ transform: `translate(${a + l}, ${b})`,
1342
1342
  children: [
1343
1343
  /* @__PURE__ */ s(
1344
1344
  "text",
@@ -1392,9 +1392,9 @@ const Y2 = "_graphicContainer_c9zrg_2", W2 = "_titleContainer_c9zrg_14", je = {
1392
1392
  borderColor: i = "#605B56",
1393
1393
  title: t = "Graphic Title",
1394
1394
  fontColor: r = "#605B56",
1395
- maxValue: c = null,
1395
+ maxValue: l = null,
1396
1396
  numberOfDivisions: a = 7,
1397
- leftPadding: l = 200
1397
+ leftPadding: c = 200
1398
1398
  }) => {
1399
1399
  const { t: u } = k();
1400
1400
  return /* @__PURE__ */ m(
@@ -1413,9 +1413,9 @@ const Y2 = "_graphicContainer_c9zrg_2", W2 = "_titleContainer_c9zrg_14", je = {
1413
1413
  data: n,
1414
1414
  width: d,
1415
1415
  fontColor: r,
1416
- maxValue: c,
1416
+ maxValue: l,
1417
1417
  numberOfDivisions: a,
1418
- leftPadding: l
1418
+ leftPadding: c
1419
1419
  }
1420
1420
  )
1421
1421
  ]
@@ -1461,9 +1461,9 @@ const J2 = "_indicatorsCategory_1cu33_2", X2 = "_title_1cu33_5", e0 = "_list_1cu
1461
1461
  defaultColor: i = "#92898A",
1462
1462
  activeIndicator: t,
1463
1463
  activeIndicatorType: r,
1464
- onClickIndicator: c,
1464
+ onClickIndicator: l,
1465
1465
  multiple: a = !1,
1466
- onChangeType: l
1466
+ onChangeType: c
1467
1467
  }) => {
1468
1468
  const { t: u } = k(), { name: h, type: g } = n, [y, C] = S(!1);
1469
1469
  T(() => {
@@ -1478,7 +1478,7 @@ const J2 = "_indicatorsCategory_1cu33_2", X2 = "_title_1cu33_5", e0 = "_list_1cu
1478
1478
  "div",
1479
1479
  {
1480
1480
  className: M.optionContainer,
1481
- onClick: () => l("cat"),
1481
+ onClick: () => c("cat"),
1482
1482
  children: [
1483
1483
  /* @__PURE__ */ s(
1484
1484
  "span",
@@ -1507,7 +1507,7 @@ const J2 = "_indicatorsCategory_1cu33_2", X2 = "_title_1cu33_5", e0 = "_list_1cu
1507
1507
  "div",
1508
1508
  {
1509
1509
  className: M.optionContainer,
1510
- onClick: () => l("abs"),
1510
+ onClick: () => c("abs"),
1511
1511
  children: [
1512
1512
  /* @__PURE__ */ s(
1513
1513
  "span",
@@ -1553,7 +1553,7 @@ const J2 = "_indicatorsCategory_1cu33_2", X2 = "_title_1cu33_5", e0 = "_list_1cu
1553
1553
  "div",
1554
1554
  {
1555
1555
  className: M.indicatorNameContainer,
1556
- onClick: () => c({ indicator: n }),
1556
+ onClick: () => l({ indicator: n }),
1557
1557
  children: [
1558
1558
  /* @__PURE__ */ s(
1559
1559
  "div",
@@ -1601,17 +1601,17 @@ const u0 = "_indicatorsSubCategory_1dzsi_2", p0 = "_list_1dzsi_8", Ze = {
1601
1601
  activeColor: i,
1602
1602
  activeSubCategory: t,
1603
1603
  onClickSubCategory: r,
1604
- id: c,
1604
+ id: l,
1605
1605
  activeIndicator: a,
1606
- onClickIndicator: l,
1606
+ onClickIndicator: c,
1607
1607
  multiple: u,
1608
1608
  activeIndicatorType: h,
1609
1609
  onChangeType: g
1610
1610
  }) => {
1611
1611
  const { t: y } = k(), [C, f] = S(!1);
1612
1612
  return T(() => {
1613
- f(t == c);
1614
- }, [t, c]), /* @__PURE__ */ m(
1613
+ f(t == l);
1614
+ }, [t, l]), /* @__PURE__ */ m(
1615
1615
  Ae.div,
1616
1616
  {
1617
1617
  className: Ze.indicatorsSubCategory,
@@ -1619,7 +1619,7 @@ const u0 = "_indicatorsSubCategory_1dzsi_2", p0 = "_list_1dzsi_8", Ze = {
1619
1619
  animate: { height: C ? "auto" : "43px" },
1620
1620
  transition: { duration: 0.4 },
1621
1621
  children: [
1622
- /* @__PURE__ */ s("button", { onClick: () => r(c), children: /* @__PURE__ */ m("h3", { style: { color: C ? i : o }, children: [
1622
+ /* @__PURE__ */ s("button", { onClick: () => r(l), children: /* @__PURE__ */ m("h3", { style: { color: C ? i : o }, children: [
1623
1623
  /* @__PURE__ */ s("span", { style: { color: C ? i : o }, children: C ? "-" : "+" }),
1624
1624
  /* @__PURE__ */ s(
1625
1625
  "span",
@@ -1636,7 +1636,7 @@ const u0 = "_indicatorsSubCategory_1dzsi_2", p0 = "_list_1dzsi_8", Ze = {
1636
1636
  defaultColor: o,
1637
1637
  activeColor: i,
1638
1638
  activeIndicator: a,
1639
- onClickIndicator: l,
1639
+ onClickIndicator: c,
1640
1640
  multiple: u,
1641
1641
  activeIndicatorType: h,
1642
1642
  onChangeType: g
@@ -1666,9 +1666,9 @@ const dt = ({
1666
1666
  defaultColor: i,
1667
1667
  onClickCategory: t,
1668
1668
  activeCategory: r,
1669
- activeSubCategory: c,
1669
+ activeSubCategory: l,
1670
1670
  onClickSubCategory: a,
1671
- activeIndicator: l,
1671
+ activeIndicator: c,
1672
1672
  onClickIndicator: u,
1673
1673
  multiple: h,
1674
1674
  activeIndicatorType: g,
@@ -1706,10 +1706,10 @@ const dt = ({
1706
1706
  ct,
1707
1707
  {
1708
1708
  id: v,
1709
- activeSubCategory: c,
1709
+ activeSubCategory: l,
1710
1710
  subcName: b,
1711
1711
  onClickSubCategory: a,
1712
- activeIndicator: l,
1712
+ activeIndicator: c,
1713
1713
  onClickIndicator: u,
1714
1714
  multiple: h,
1715
1715
  activeColor: o,
@@ -1727,7 +1727,7 @@ const dt = ({
1727
1727
  values: b.type == "twoUnits" && b.values,
1728
1728
  activeColor: o,
1729
1729
  defaultColor: i,
1730
- activeIndicator: l,
1730
+ activeIndicator: c,
1731
1731
  onClickIndicator: u,
1732
1732
  multiple: h,
1733
1733
  activeIndicatorType: g,
@@ -1767,10 +1767,10 @@ const m0 = "_indicatorsList_fklyu_2", h0 = "_title_fklyu_6", He = {
1767
1767
  // Si multiple es true, debe ser un array de strings, sino un string
1768
1768
  defaultValue: r = null,
1769
1769
  //si el indicador es tipo "both" cuando se cambia el tipo
1770
- changeIndType: c,
1770
+ changeIndType: l,
1771
1771
  activeIndicatorType: a
1772
1772
  }) => {
1773
- const { t: l } = k(), [u, h] = S(), [g, y] = S(), [C, f] = S(), _ = (w) => {
1773
+ const { t: c } = k(), [u, h] = S(), [g, y] = S(), [C, f] = S(), _ = (w) => {
1774
1774
  h(u == w ? null : w);
1775
1775
  }, p = (w) => {
1776
1776
  y(g == w ? null : w);
@@ -1789,7 +1789,7 @@ const m0 = "_indicatorsList_fklyu_2", h0 = "_title_fklyu_6", He = {
1789
1789
  ) ? N.filter(
1790
1790
  (L) => L.name != String(w.name)
1791
1791
  ) : [...N, w]
1792
- ), w.type == "both" && c("cat");
1792
+ ), w.type == "both" && l("cat");
1793
1793
  }
1794
1794
  };
1795
1795
  T(() => {
@@ -1816,7 +1816,7 @@ const m0 = "_indicatorsList_fklyu_2", h0 = "_title_fklyu_6", He = {
1816
1816
  N && h(N.category);
1817
1817
  };
1818
1818
  return /* @__PURE__ */ m("div", { className: He.indicatorsList, children: [
1819
- /* @__PURE__ */ s("h2", { className: He.title, style: { color: o }, children: l("indicators.indicators") }),
1819
+ /* @__PURE__ */ s("h2", { className: He.title, style: { color: o }, children: c("indicators.indicators") }),
1820
1820
  n.map((w, N) => /* @__PURE__ */ s(
1821
1821
  dt,
1822
1822
  {
@@ -1832,7 +1832,7 @@ const m0 = "_indicatorsList_fklyu_2", h0 = "_title_fklyu_6", He = {
1832
1832
  defaultColor: o,
1833
1833
  multiple: t,
1834
1834
  onChange: i,
1835
- onChangeType: c,
1835
+ onChangeType: l,
1836
1836
  activeIndicatorType: a
1837
1837
  },
1838
1838
  `categoryKey${N}`
@@ -1857,8 +1857,8 @@ const C0 = "_langSelector_o9enq_2", f0 = "_currentLang_o9enq_14", b0 = "_arrow_o
1857
1857
  prevImg: y0,
1858
1858
  langMenu: _0
1859
1859
  }, v0 = ({ langs: n, arrow: d, imgPrev: o }) => {
1860
- const [i, t] = S(!1), { i18n: r } = k(), c = n.find((l) => l.code == r.language), a = (l) => {
1861
- r.changeLanguage(l), t(!1);
1860
+ const [i, t] = S(!1), { i18n: r } = k(), l = n.find((c) => c.code == r.language), a = (c) => {
1861
+ r.changeLanguage(c), t(!1);
1862
1862
  };
1863
1863
  return /* @__PURE__ */ m("div", { className: X.langSelector, children: [
1864
1864
  /* @__PURE__ */ m(
@@ -1870,19 +1870,19 @@ const C0 = "_langSelector_o9enq_2", f0 = "_currentLang_o9enq_14", b0 = "_arrow_o
1870
1870
  },
1871
1871
  children: [
1872
1872
  o && /* @__PURE__ */ s("img", { className: X.prevImg, src: o }),
1873
- (c == null ? void 0 : c.titleSelected) || (c == null ? void 0 : c.title),
1873
+ (l == null ? void 0 : l.titleSelected) || (l == null ? void 0 : l.title),
1874
1874
  /* @__PURE__ */ s("img", { src: d, className: X.arrow })
1875
1875
  ]
1876
1876
  }
1877
1877
  ),
1878
- i && /* @__PURE__ */ s("div", { className: X.langMenu, children: n.map((l) => /* @__PURE__ */ s(
1878
+ i && /* @__PURE__ */ s("div", { className: X.langMenu, children: n.map((c) => /* @__PURE__ */ s(
1879
1879
  "button",
1880
1880
  {
1881
- className: (c == null ? void 0 : c.code) == l.code ? X.active : "",
1882
- onClick: () => a(l.code),
1883
- children: l.title
1881
+ className: (l == null ? void 0 : l.code) == c.code ? X.active : "",
1882
+ onClick: () => a(c.code),
1883
+ children: c.title
1884
1884
  },
1885
- l.code
1885
+ c.code
1886
1886
  )) })
1887
1887
  ] });
1888
1888
  };
@@ -1932,10 +1932,10 @@ const w0 = "_legendContainer_1q5gf_3", x0 = "_closeButton_1q5gf_31", k0 = "_titl
1932
1932
  absoluteValue: r,
1933
1933
  //Function to be called when the button is clicked (optional).
1934
1934
  //If this is null or undefined the button wont be displayed.
1935
- onClickMoreInfo: c,
1935
+ onClickMoreInfo: l,
1936
1936
  //If not passed it will read t("moreInformation")
1937
1937
  buttonTitle: a,
1938
- onClickClose: l
1938
+ onClickClose: c
1939
1939
  }) => {
1940
1940
  const { t: u } = k();
1941
1941
  return /* @__PURE__ */ m(
@@ -1944,7 +1944,7 @@ const w0 = "_legendContainer_1q5gf_3", x0 = "_closeButton_1q5gf_31", k0 = "_titl
1944
1944
  style: n ? { ...n } : {},
1945
1945
  className: `${V.legendContainer}`,
1946
1946
  children: [
1947
- /* @__PURE__ */ s("button", { className: V.closeButton, onClick: l }),
1947
+ /* @__PURE__ */ s("button", { className: V.closeButton, onClick: c }),
1948
1948
  d && /* @__PURE__ */ s("div", { className: V.titleContainer, children: /* @__PURE__ */ s("h2", { children: d }) }),
1949
1949
  o && o.length > 0 && /* @__PURE__ */ s("div", { className: V.infoContainer, children: /* @__PURE__ */ s("ul", { children: o.map(({ title: h, value: g }) => /* @__PURE__ */ m("li", { children: [
1950
1950
  /* @__PURE__ */ s("h3", { className: V.title, children: `${h}:` }),
@@ -1996,7 +1996,7 @@ const w0 = "_legendContainer_1q5gf_3", x0 = "_closeButton_1q5gf_31", k0 = "_titl
1996
1996
  ] })
1997
1997
  ] }, d)
1998
1998
  ) }) }),
1999
- c && /* @__PURE__ */ s("button", { className: V.moreInfoContainer, onClick: c, children: a || u("moreInformation") })
1999
+ l && /* @__PURE__ */ s("button", { className: V.moreInfoContainer, onClick: l, children: a || u("moreInformation") })
2000
2000
  ]
2001
2001
  }
2002
2002
  );
@@ -2050,9 +2050,9 @@ const P0 = ({
2050
2050
  mapStyle: i,
2051
2051
  firstSymbolLayer: t,
2052
2052
  cssProps: r = "",
2053
- onClick: c = "",
2053
+ onClick: l = "",
2054
2054
  interactiveLayers: a = [],
2055
- popUp: l = !1,
2055
+ popUp: c = !1,
2056
2056
  sources: u = [],
2057
2057
  layers: h = []
2058
2058
  }) => {
@@ -2073,7 +2073,7 @@ const P0 = ({
2073
2073
  maxZoom: d,
2074
2074
  minZoom: o,
2075
2075
  mapStyle: i,
2076
- onClick: c,
2076
+ onClick: l,
2077
2077
  interactiveLayerIds: a,
2078
2078
  children: [
2079
2079
  u.length && u.map((_, p) => /* @__PURE__ */ s(
@@ -2094,14 +2094,14 @@ const P0 = ({
2094
2094
  p
2095
2095
  )),
2096
2096
  /* @__PURE__ */ s(St, { position: "bottom-right", visualizePitch: !0 }),
2097
- l && y && /* @__PURE__ */ s(
2097
+ c && y && /* @__PURE__ */ s(
2098
2098
  Mt,
2099
2099
  {
2100
- longitude: l.longitude,
2101
- latitude: l.latitude,
2102
- anchor: l.anchor,
2100
+ longitude: c.longitude,
2101
+ latitude: c.latitude,
2102
+ anchor: c.anchor,
2103
2103
  onClose: () => C(null),
2104
- children: l.content
2104
+ children: c.content
2105
2105
  }
2106
2106
  )
2107
2107
  ]
@@ -2178,9 +2178,9 @@ const q0 = "_mapContainer_b0pyr_3", z0 = {
2178
2178
  mapStyle: i,
2179
2179
  firstSymbolLayer: t,
2180
2180
  cssProps: r = {},
2181
- onClick: c = "",
2181
+ onClick: l = "",
2182
2182
  interactiveLayers: a = [],
2183
- sources: l = [],
2183
+ sources: c = [],
2184
2184
  layers: u = [],
2185
2185
  filters: h,
2186
2186
  popUpParams: g,
@@ -2211,10 +2211,10 @@ const q0 = "_mapContainer_b0pyr_3", z0 = {
2211
2211
  maxZoom: d,
2212
2212
  minZoom: o,
2213
2213
  mapStyle: i,
2214
- onClick: c,
2214
+ onClick: l,
2215
2215
  interactiveLayerIds: a,
2216
2216
  children: [
2217
- l.length && l.map((_, p) => /* @__PURE__ */ s(
2217
+ c.length && c.map((_, p) => /* @__PURE__ */ s(
2218
2218
  Dt,
2219
2219
  {
2220
2220
  ..._,
@@ -2304,12 +2304,12 @@ const U0 = "_sectionBar_1egwc_2", G0 = "_leftContent_1egwc_14", Y0 = "_textConta
2304
2304
  mainColor: t,
2305
2305
  width: r
2306
2306
  }) => {
2307
- const { t: c } = k();
2307
+ const { t: l } = k();
2308
2308
  return /* @__PURE__ */ m("div", { className: K.sectionBar, style: { width: r && r }, children: [
2309
2309
  /* @__PURE__ */ m("div", { className: K.leftContent, children: [
2310
2310
  n && /* @__PURE__ */ s("img", { src: n, alt: "Icono", className: K.icon }),
2311
2311
  /* @__PURE__ */ m("div", { className: K.textContainer, children: [
2312
- /* @__PURE__ */ s("div", { className: K.title, children: c(d) }),
2312
+ /* @__PURE__ */ s("div", { className: K.title, children: l(d) }),
2313
2313
  o && /* @__PURE__ */ s("div", { className: K.subtitle, children: o })
2314
2314
  ] })
2315
2315
  ] }),
@@ -2347,8 +2347,8 @@ const U0 = "_sectionBar_1egwc_2", G0 = "_leftContent_1egwc_14", Y0 = "_textConta
2347
2347
  sliderOpen: sn,
2348
2348
  sliderResults: rn
2349
2349
  }, an = ({ onResults: n = !1, defaultYear: d = 2025, firstYear: o = 2025, lastYear: i = 2050, zIndex: t = 10, rightBarOpen: r = !1 }) => {
2350
- const [c, a] = S(d), l = xt(), u = (b, v) => {
2351
- a(v), l(we(v - 2e3));
2350
+ const [l, a] = S(d), c = xt(), u = (b, v) => {
2351
+ a(v), c(we(v - 2e3));
2352
2352
  }, [h, g] = S(!1), y = () => {
2353
2353
  g(!0);
2354
2354
  }, C = () => {
@@ -2368,7 +2368,7 @@ const U0 = "_sectionBar_1egwc_2", G0 = "_leftContent_1egwc_14", Y0 = "_textConta
2368
2368
  }
2369
2369
  }, [v]);
2370
2370
  })(() => {
2371
- h && (c != 2050 ? (a(c + 1), l(we(c - 2e3 + 1))) : (a(2025), l(we(25))));
2371
+ h && (l != 2050 ? (a(l + 1), c(we(l - 2e3 + 1))) : (a(2025), c(we(25))));
2372
2372
  }, 1e3);
2373
2373
  const _ = Ot({
2374
2374
  palette: {
@@ -2410,7 +2410,7 @@ const U0 = "_sectionBar_1egwc_2", G0 = "_leftContent_1egwc_14", Y0 = "_textConta
2410
2410
  It,
2411
2411
  {
2412
2412
  "aria-label": "TimeSlider",
2413
- value: c,
2413
+ value: l,
2414
2414
  valueLabelDisplay: "on",
2415
2415
  step: 1,
2416
2416
  marks: p,
@@ -2447,7 +2447,7 @@ const ln = "_TopNavMenuContainer_12mp4_2", cn = "_topNavOptions_12mp4_13", dn =
2447
2447
  textColor: i = "white"
2448
2448
  }) => {
2449
2449
  const { t } = k();
2450
- return /* @__PURE__ */ s("div", { className: xe.TopNavMenuContainer, style: { ...d }, children: n.map((r, c) => /* @__PURE__ */ s(
2450
+ return /* @__PURE__ */ s("div", { className: xe.TopNavMenuContainer, style: { ...d }, children: n.map((r, l) => /* @__PURE__ */ s(
2451
2451
  Pt,
2452
2452
  {
2453
2453
  to: r.url,
@@ -2458,7 +2458,7 @@ const ln = "_TopNavMenuContainer_12mp4_2", cn = "_topNavOptions_12mp4_13", dn =
2458
2458
  }),
2459
2459
  children: t(r.name)
2460
2460
  },
2461
- c
2461
+ l
2462
2462
  )) });
2463
2463
  };
2464
2464
  un.propTypes = {
@@ -2480,21 +2480,21 @@ const pn = "_LogInButton_1vxj5_2", mn = {
2480
2480
  containerStyles: i,
2481
2481
  userName: t = "",
2482
2482
  isLoggedIn: r = !1,
2483
- onClickLogIn: c = () => {
2483
+ onClickLogIn: l = () => {
2484
2484
  console.log("Login clicked");
2485
2485
  },
2486
2486
  onClickLogOut: a = () => {
2487
2487
  console.log("Logout clicked");
2488
2488
  }
2489
2489
  }) => {
2490
- const { t: l } = k();
2490
+ const { t: c } = k();
2491
2491
  return /* @__PURE__ */ s(
2492
2492
  "div",
2493
2493
  {
2494
2494
  style: { ...i },
2495
2495
  className: `${mn.LogInButton} link ${n}`,
2496
- onClick: r ? a : c,
2497
- children: r ? t || l(o) : l(d)
2496
+ onClick: r ? a : l,
2497
+ children: r ? t || c(o) : c(d)
2498
2498
  }
2499
2499
  );
2500
2500
  };
@@ -2557,9 +2557,9 @@ const On = "data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%20
2557
2557
  activeColor: i,
2558
2558
  fontColor: t,
2559
2559
  moreInfo: r,
2560
- columns: c,
2560
+ columns: l,
2561
2561
  elementButtons: a,
2562
- processTooltip: l,
2562
+ processTooltip: c,
2563
2563
  defaultTooltip: u
2564
2564
  }) => {
2565
2565
  const { nom: h, created_at: g, id: y, isBeingProcessed: C } = n, [f, _] = S(!1), { t: p } = k();
@@ -2570,7 +2570,7 @@ const On = "data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%20
2570
2570
  style: { borderBottom: `1px solid ${t}` },
2571
2571
  children: [
2572
2572
  /* @__PURE__ */ m("div", { className: O.elementNameDate, onClick: () => d(y), children: [
2573
- c.nom && /* @__PURE__ */ s("div", { className: O.elementNameContainer, children: /* @__PURE__ */ m("div", { className: O.elementName, children: [
2573
+ l.nom && /* @__PURE__ */ s("div", { className: O.elementNameContainer, children: /* @__PURE__ */ m("div", { className: O.elementName, children: [
2574
2574
  o ? /* @__PURE__ */ s(In, { style: { color: i, marginRight: 9 } }) : /* @__PURE__ */ s(
2575
2575
  "img",
2576
2576
  {
@@ -2580,14 +2580,14 @@ const On = "data:image/svg+xml,%3csvg%20width='26'%20height='18'%20viewBox='0%20
2580
2580
  ),
2581
2581
  /* @__PURE__ */ s("span", { style: { color: o ? i : t }, children: h })
2582
2582
  ] }) }),
2583
- c.data && /* @__PURE__ */ s("div", { className: O.elementDate, children: g ? new Date(g).toLocaleDateString() : "" }),
2584
- c.ambit && /* @__PURE__ */ s("div", { className: O.elementDate, children: n.ambit }),
2585
- c.escenari && /* @__PURE__ */ s("div", { className: O.elementDate, children: n.escenari })
2583
+ l.data && /* @__PURE__ */ s("div", { className: O.elementDate, children: g ? new Date(g).toLocaleDateString() : "" }),
2584
+ l.ambit && /* @__PURE__ */ s("div", { className: O.elementDate, children: n.ambit }),
2585
+ l.escenari && /* @__PURE__ */ s("div", { className: O.elementDate, children: n.escenari })
2586
2586
  ] }),
2587
2587
  /* @__PURE__ */ m("div", { className: O.elementButtons, children: [
2588
2588
  n.processing && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
2589
2589
  /* @__PURE__ */ s("img", { src: Vn }),
2590
- /* @__PURE__ */ s(Y, { text: l, position: "left" })
2590
+ /* @__PURE__ */ s(Y, { text: c, position: "left" })
2591
2591
  ] }),
2592
2592
  a.filter && !n.is_default && /* @__PURE__ */ m("div", { className: "tooltip-parent", children: [
2593
2593
  /* @__PURE__ */ s("button", { onClick: () => a.filter.onclick(n), children: /* @__PURE__ */ s("img", { src: $n }) }),
@@ -2660,10 +2660,10 @@ const Ye = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
2660
2660
  activeColor: i,
2661
2661
  buttonContainerStyles: t = {},
2662
2662
  containerStyles: r = {},
2663
- newElementButton: c,
2663
+ newElementButton: l,
2664
2664
  //{label: 'text', onClick: function()}/null
2665
2665
  onClickElement: a = (C) => console.log(`OnCLickElement: ${C}`),
2666
- columns: l,
2666
+ columns: c,
2667
2667
  // {'nom': nomLabel/null, 'data':dataLabel/null, 'ambit':ambitLabel/null, 'escenari':escenariLabel/null}
2668
2668
  elementButtons: u,
2669
2669
  //{'copy': {onClick:onClickCopy, tooltipText:'text'}/null, 'filter': {onClick:onClickFilter, tooltipText:'text'}/null, 'trash':{onClick:onClickTrash, tooltipText:'text'}/null}
@@ -2697,16 +2697,16 @@ const Ye = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
2697
2697
  style: { borderBottom: `1px solid ${o}` },
2698
2698
  children: [
2699
2699
  /* @__PURE__ */ m("div", { className: q.nameDateContainer, children: [
2700
- l.nom && /* @__PURE__ */ s("div", { className: q.elementName, children: /* @__PURE__ */ m("button", { onClick: () => p("name"), children: [
2701
- /* @__PURE__ */ s("span", { children: C(l.nom) }),
2700
+ c.nom && /* @__PURE__ */ s("div", { className: q.elementName, children: /* @__PURE__ */ m("button", { onClick: () => p("name"), children: [
2701
+ /* @__PURE__ */ s("span", { children: C(c.nom) }),
2702
2702
  /* @__PURE__ */ s("img", { src: Ye })
2703
2703
  ] }) }),
2704
- l.data && /* @__PURE__ */ s("div", { className: q.elementDate, children: /* @__PURE__ */ m("button", { onClick: () => p("date"), children: [
2705
- /* @__PURE__ */ s("span", { children: C(l.data) }),
2704
+ c.data && /* @__PURE__ */ s("div", { className: q.elementDate, children: /* @__PURE__ */ m("button", { onClick: () => p("date"), children: [
2705
+ /* @__PURE__ */ s("span", { children: C(c.data) }),
2706
2706
  /* @__PURE__ */ s("img", { src: Ye })
2707
2707
  ] }) }),
2708
- l.ambit && /* @__PURE__ */ s("div", { className: q.elementDate, children: /* @__PURE__ */ s("span", { children: C(l.ambit) }) }),
2709
- l.escenari && /* @__PURE__ */ s("div", { className: q.elementDate, children: /* @__PURE__ */ s("span", { children: C(l.escenari) }) })
2708
+ c.ambit && /* @__PURE__ */ s("div", { className: q.elementDate, children: /* @__PURE__ */ s("span", { children: C(c.ambit) }) }),
2709
+ c.escenari && /* @__PURE__ */ s("div", { className: q.elementDate, children: /* @__PURE__ */ s("span", { children: C(c.escenari) }) })
2710
2710
  ] }),
2711
2711
  /* @__PURE__ */ s("div", { className: q.buttonsContainer })
2712
2712
  ]
@@ -2720,7 +2720,7 @@ const Ye = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
2720
2720
  fontColor: o,
2721
2721
  activeColor: i,
2722
2722
  onClickElement: a,
2723
- columns: l,
2723
+ columns: c,
2724
2724
  elementButtons: u,
2725
2725
  moreInfo: h,
2726
2726
  processTooltip: g,
@@ -2728,13 +2728,13 @@ const Ye = "data:image/svg+xml,%3csvg%20width='14'%20height='16'%20viewBox='0%20
2728
2728
  },
2729
2729
  `elementKey${b.id}`
2730
2730
  )) }),
2731
- c && /* @__PURE__ */ s("div", { className: q.newElementButtonContainer, children: /* @__PURE__ */ s(
2731
+ l && /* @__PURE__ */ s("div", { className: q.newElementButtonContainer, children: /* @__PURE__ */ s(
2732
2732
  ge,
2733
2733
  {
2734
2734
  style: { ...t },
2735
- onClick: c.onClick,
2735
+ onClick: l.onClick,
2736
2736
  borderColor: "grey",
2737
- children: C(c.label)
2737
+ children: C(l.label)
2738
2738
  }
2739
2739
  ) })
2740
2740
  ]
@@ -2827,17 +2827,17 @@ var ht = (n) => /^\w*$/.test(n), Te = (n) => n === void 0, Jn = (n) => Array.isA
2827
2827
  return Te(i) || i === n ? Te(n[d]) ? o : n[d] : i;
2828
2828
  }, ke = (n) => typeof n == "boolean", We = (n, d, o) => {
2829
2829
  let i = -1;
2830
- const t = ht(d) ? [d] : gt(d), r = t.length, c = r - 1;
2830
+ const t = ht(d) ? [d] : gt(d), r = t.length, l = r - 1;
2831
2831
  for (; ++i < r; ) {
2832
2832
  const a = t[i];
2833
- let l = o;
2834
- if (i !== c) {
2833
+ let c = o;
2834
+ if (i !== l) {
2835
2835
  const u = n[a];
2836
- l = re(u) || Array.isArray(u) ? u : isNaN(+t[i + 1]) ? {} : [];
2836
+ c = re(u) || Array.isArray(u) ? u : isNaN(+t[i + 1]) ? {} : [];
2837
2837
  }
2838
2838
  if (a === "__proto__" || a === "constructor" || a === "prototype")
2839
2839
  return;
2840
- n[a] = l, n = n[a];
2840
+ n[a] = c, n = n[a];
2841
2841
  }
2842
2842
  };
2843
2843
  const Qe = {
@@ -2855,15 +2855,15 @@ var Xn = (n, d, o, i = !0) => {
2855
2855
  for (const r in n)
2856
2856
  Object.defineProperty(t, r, {
2857
2857
  get: () => {
2858
- const c = r;
2859
- return d._proxyFormState[c] !== Je.all && (d._proxyFormState[c] = !i || Je.all), o && (o[c] = !0), n[c];
2858
+ const l = r;
2859
+ return d._proxyFormState[l] !== Je.all && (d._proxyFormState[l] = !i || Je.all), o && (o[l] = !0), n[l];
2860
2860
  }
2861
2861
  });
2862
2862
  return t;
2863
2863
  };
2864
2864
  const ft = typeof window < "u" ? te.useLayoutEffect : te.useEffect;
2865
2865
  function e1(n) {
2866
- const d = Re(), { control: o = d.control, disabled: i, name: t, exact: r } = n || {}, [c, a] = B.useState(o._formState), l = B.useRef({
2866
+ const d = Re(), { control: o = d.control, disabled: i, name: t, exact: r } = n || {}, [l, a] = B.useState(o._formState), c = B.useRef({
2867
2867
  isDirty: !1,
2868
2868
  isLoading: !1,
2869
2869
  dirtyFields: !1,
@@ -2875,7 +2875,7 @@ function e1(n) {
2875
2875
  });
2876
2876
  return ft(() => o._subscribe({
2877
2877
  name: t,
2878
- formState: l.current,
2878
+ formState: c.current,
2879
2879
  exact: r,
2880
2880
  callback: (u) => {
2881
2881
  !i && a({
@@ -2884,28 +2884,28 @@ function e1(n) {
2884
2884
  });
2885
2885
  }
2886
2886
  }), [t, i, r]), B.useEffect(() => {
2887
- l.current.isValid && o._setValid(!0);
2888
- }, [o]), B.useMemo(() => Xn(c, o, l.current, !1), [c, o]);
2887
+ c.current.isValid && o._setValid(!0);
2888
+ }, [o]), B.useMemo(() => Xn(l, o, c.current, !1), [l, o]);
2889
2889
  }
2890
2890
  var t1 = (n) => typeof n == "string", n1 = (n, d, o, i, t) => t1(n) ? A(o, n, t) : Array.isArray(n) ? n.map((r) => A(o, r)) : o;
2891
2891
  function i1(n) {
2892
- const d = Re(), { control: o = d.control, name: i, defaultValue: t, disabled: r, exact: c } = n || {}, a = B.useRef(t), [l, u] = B.useState(o._getWatch(i, a.current));
2892
+ const d = Re(), { control: o = d.control, name: i, defaultValue: t, disabled: r, exact: l } = n || {}, a = B.useRef(t), [c, u] = B.useState(o._getWatch(i, a.current));
2893
2893
  return ft(() => o._subscribe({
2894
2894
  name: i,
2895
2895
  formState: {
2896
2896
  values: !0
2897
2897
  },
2898
- exact: c,
2898
+ exact: l,
2899
2899
  callback: (h) => !r && u(n1(i, o._names, h.values || o._formValues, !1, a.current))
2900
- }), [i, o, r, c]), B.useEffect(() => o._removeUnmounted()), l;
2900
+ }), [i, o, r, l]), B.useEffect(() => o._removeUnmounted()), c;
2901
2901
  }
2902
2902
  function o1(n) {
2903
- const d = Re(), { name: o, disabled: i, control: t = d.control, shouldUnregister: r } = n, c = Yn(t._names.array, o), a = i1({
2903
+ const d = Re(), { name: o, disabled: i, control: t = d.control, shouldUnregister: r } = n, l = Yn(t._names.array, o), a = i1({
2904
2904
  control: t,
2905
2905
  name: o,
2906
2906
  defaultValue: A(t._formValues, o, A(t._defaultValues, o, n.defaultValue)),
2907
2907
  exact: !0
2908
- }), l = e1({
2908
+ }), c = e1({
2909
2909
  control: t,
2910
2910
  name: o,
2911
2911
  exact: !0
@@ -2916,25 +2916,25 @@ function o1(n) {
2916
2916
  })), g = B.useMemo(() => Object.defineProperties({}, {
2917
2917
  invalid: {
2918
2918
  enumerable: !0,
2919
- get: () => !!A(l.errors, o)
2919
+ get: () => !!A(c.errors, o)
2920
2920
  },
2921
2921
  isDirty: {
2922
2922
  enumerable: !0,
2923
- get: () => !!A(l.dirtyFields, o)
2923
+ get: () => !!A(c.dirtyFields, o)
2924
2924
  },
2925
2925
  isTouched: {
2926
2926
  enumerable: !0,
2927
- get: () => !!A(l.touchedFields, o)
2927
+ get: () => !!A(c.touchedFields, o)
2928
2928
  },
2929
2929
  isValidating: {
2930
2930
  enumerable: !0,
2931
- get: () => !!A(l.validatingFields, o)
2931
+ get: () => !!A(c.validatingFields, o)
2932
2932
  },
2933
2933
  error: {
2934
2934
  enumerable: !0,
2935
- get: () => A(l.errors, o)
2935
+ get: () => A(c.errors, o)
2936
2936
  }
2937
- }), [l, o]), y = B.useCallback((p) => h.current.onChange({
2937
+ }), [c, o]), y = B.useCallback((p) => h.current.onChange({
2938
2938
  target: {
2939
2939
  value: Un(p),
2940
2940
  name: o
@@ -2957,11 +2957,11 @@ function o1(n) {
2957
2957
  }, [t._fields, o]), _ = B.useMemo(() => ({
2958
2958
  name: o,
2959
2959
  value: a,
2960
- ...ke(i) || l.disabled ? { disabled: l.disabled || i } : {},
2960
+ ...ke(i) || c.disabled ? { disabled: c.disabled || i } : {},
2961
2961
  onChange: y,
2962
2962
  onBlur: C,
2963
2963
  ref: f
2964
- }), [o, i, l.disabled, y, C, f, a]);
2964
+ }), [o, i, c.disabled, y, C, f, a]);
2965
2965
  return B.useEffect(() => {
2966
2966
  const p = t._options.shouldUnregister || r;
2967
2967
  t.register(o, {
@@ -2976,19 +2976,19 @@ function o1(n) {
2976
2976
  const v = mt(A(t._options.defaultValues, o));
2977
2977
  We(t._defaultValues, o, v), Te(A(t._formValues, o)) && We(t._formValues, o, v);
2978
2978
  }
2979
- return !c && t.register(o), () => {
2980
- (c ? p && !t._state.action : p) ? t.unregister(o) : b(o, !1);
2979
+ return !l && t.register(o), () => {
2980
+ (l ? p && !t._state.action : p) ? t.unregister(o) : b(o, !1);
2981
2981
  };
2982
- }, [o, t, c, r]), B.useEffect(() => {
2982
+ }, [o, t, l, r]), B.useEffect(() => {
2983
2983
  t._setDisabledField({
2984
2984
  disabled: i,
2985
2985
  name: o
2986
2986
  });
2987
2987
  }, [i, o, t]), B.useMemo(() => ({
2988
2988
  field: _,
2989
- formState: l,
2989
+ formState: c,
2990
2990
  fieldState: g
2991
- }), [_, l, g]);
2991
+ }), [_, c, g]);
2992
2992
  }
2993
2993
  const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
2994
2994
  errorMessage: s1
@@ -3012,9 +3012,9 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3012
3012
  type: i,
3013
3013
  label: t,
3014
3014
  maxLength: r,
3015
- required: c,
3015
+ required: l,
3016
3016
  validateFunction: a,
3017
- placeholder: l,
3017
+ placeholder: c,
3018
3018
  errorColor: u = "red",
3019
3019
  width: h = 325,
3020
3020
  onClickForgotPass: g = () => {
@@ -3028,7 +3028,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3028
3028
  name: o,
3029
3029
  control: d,
3030
3030
  rules: {
3031
- required: c ? `${C(t)} ${C("errorMessages.required")}` : !1,
3031
+ required: l ? `${C(t)} ${C("errorMessages.required")}` : !1,
3032
3032
  maxLength: r || void 0,
3033
3033
  validate: a || void 0
3034
3034
  },
@@ -3038,7 +3038,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3038
3038
  /* @__PURE__ */ m("h3", { className: oe.labelContainer, children: [
3039
3039
  C(t),
3040
3040
  " ",
3041
- c && /* @__PURE__ */ s("label", { style: { color: v.error ? u : "" }, children: "*" })
3041
+ l && /* @__PURE__ */ s("label", { style: { color: v.error ? u : "" }, children: "*" })
3042
3042
  ] }),
3043
3043
  /* @__PURE__ */ m(
3044
3044
  "div",
@@ -3051,7 +3051,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3051
3051
  {
3052
3052
  type: p(),
3053
3053
  ...b,
3054
- placeholder: l ? C(l) : "",
3054
+ placeholder: c ? C(c) : "",
3055
3055
  maxLength: r || void 0
3056
3056
  }
3057
3057
  ),
@@ -3098,20 +3098,20 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3098
3098
  type: i,
3099
3099
  label: t,
3100
3100
  maxLength: r,
3101
- required: c,
3101
+ required: l,
3102
3102
  validateFunction: a,
3103
- placeholder: l,
3103
+ placeholder: c,
3104
3104
  errorColor: u = "red",
3105
3105
  width: h = 325,
3106
3106
  options: g = []
3107
3107
  } = n, { t: y } = k();
3108
- return console.log("placeholder: ", l), /* @__PURE__ */ s(
3108
+ return /* @__PURE__ */ s(
3109
3109
  Ee,
3110
3110
  {
3111
3111
  name: o,
3112
3112
  control: d,
3113
3113
  rules: {
3114
- required: c ? `${y(t)} ${y("errorMessages.required")}` : !1,
3114
+ required: l ? `${y(t)} ${y("errorMessages.required")}` : !1,
3115
3115
  validate: a || void 0
3116
3116
  },
3117
3117
  render: ({ field: C, fieldState: f }) => {
@@ -3120,7 +3120,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3120
3120
  /* @__PURE__ */ m("h3", { className: ee.labelContainer, children: [
3121
3121
  y(t),
3122
3122
  " ",
3123
- c && /* @__PURE__ */ s("label", { style: { color: f.error ? u : "" }, children: "*" })
3123
+ l && /* @__PURE__ */ s("label", { style: { color: f.error ? u : "" }, children: "*" })
3124
3124
  ] }),
3125
3125
  /* @__PURE__ */ m("div", { className: ee.inputContainer, style: { width: h }, children: [
3126
3126
  /* @__PURE__ */ m(
@@ -3133,7 +3133,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3133
3133
  },
3134
3134
  className: ee.selectInput,
3135
3135
  children: [
3136
- /* @__PURE__ */ s("option", { value: "", disabled: !0, hidden: !0, children: y(l || "selectOption") }),
3136
+ /* @__PURE__ */ s("option", { value: "", disabled: !0, hidden: !0, children: y(c || "selectOption") }),
3137
3137
  g.map((p, b) => /* @__PURE__ */ s(
3138
3138
  "option",
3139
3139
  {
@@ -3180,9 +3180,9 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3180
3180
  type: i,
3181
3181
  label: t,
3182
3182
  maxLength: r,
3183
- required: c,
3183
+ required: l,
3184
3184
  validateFunction: a,
3185
- placeholder: l,
3185
+ placeholder: c,
3186
3186
  errorColor: u = "red",
3187
3187
  width: h = 325,
3188
3188
  options: g = [],
@@ -3201,7 +3201,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3201
3201
  control: d,
3202
3202
  name: o,
3203
3203
  rules: {
3204
- validate: (p) => c && (p == null || p === "") ? `${C(t)} ${C("errorMessages.required")}` : null
3204
+ validate: (p) => l && (p == null || p === "") ? `${C(t)} ${C("errorMessages.required")}` : null
3205
3205
  },
3206
3206
  render: ({
3207
3207
  formState: { errors: p },
@@ -3214,7 +3214,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3214
3214
  "h3",
3215
3215
  {
3216
3216
  htmlFor: o + "id",
3217
- className: `${U.radioQuestion} ${c && U.required}`,
3217
+ className: `${U.radioQuestion} ${l && U.required}`,
3218
3218
  children: C(t)
3219
3219
  }
3220
3220
  ) }),
@@ -3225,16 +3225,16 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3225
3225
  value: z,
3226
3226
  disabled: ae = !1,
3227
3227
  italicLabel: le
3228
- }, E) => {
3229
- const R = x && y ? x.isArray && (x == null ? void 0 : x.length) > 0 && x.some((P) => P === z) : x === z;
3230
- return console.log("isActiveButton: ", R), /* @__PURE__ */ m("label", { children: [
3228
+ }, R) => {
3229
+ const E = x && y ? x.isArray && (x == null ? void 0 : x.length) > 0 && x.some((P) => P === z) : x === z;
3230
+ return /* @__PURE__ */ m("label", { children: [
3231
3231
  /* @__PURE__ */ s(
3232
3232
  "input",
3233
3233
  {
3234
3234
  type: "radio",
3235
- checked: R,
3235
+ checked: E,
3236
3236
  onChange: () => {
3237
- y ? R ? f({
3237
+ y ? E ? f({
3238
3238
  actualValue: x,
3239
3239
  options: g,
3240
3240
  onChange: b
@@ -3268,7 +3268,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3268
3268
  const { inputType: r } = i;
3269
3269
  switch (r) {
3270
3270
  case pe.text:
3271
- const { code: c, type: a, label: l, maxLength: u, required: h, validateFunction: g } = i;
3271
+ const { code: l, type: a, label: c, maxLength: u, required: h, validateFunction: g } = i;
3272
3272
  return /* @__PURE__ */ s(
3273
3273
  "div",
3274
3274
  {
@@ -3317,9 +3317,9 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3317
3317
  inputContainerStyles: i,
3318
3318
  generalError: t,
3319
3319
  errorColor: r = "red",
3320
- submitButtonLabel: c = "Submit",
3320
+ submitButtonLabel: l = "Submit",
3321
3321
  submitButtonStyles: a = { width: 325 },
3322
- activeCategory: l = null,
3322
+ activeCategory: c = null,
3323
3323
  // If provided, only the category with this categoryId will be displayed.
3324
3324
  onSubmit: u = (h) => console.log("Form submitted with data: ", h)
3325
3325
  }) => {
@@ -3343,7 +3343,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3343
3343
  "div",
3344
3344
  {
3345
3345
  style: {
3346
- display: l && p.categoryId !== l ? "none" : "inherit",
3346
+ display: c && p.categoryId !== c ? "none" : "inherit",
3347
3347
  width: "100%"
3348
3348
  },
3349
3349
  children: /* @__PURE__ */ s(
@@ -3368,7 +3368,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3368
3368
  {
3369
3369
  style: {
3370
3370
  width: "100%",
3371
- display: l && p.categoryId !== l ? "none" : "flex",
3371
+ display: c && p.categoryId !== c ? "none" : "flex",
3372
3372
  flexDirection: "column"
3373
3373
  },
3374
3374
  children: [
@@ -3396,7 +3396,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3396
3396
  ) }, `inputKey${b}`);
3397
3397
  }) }),
3398
3398
  /* @__PURE__ */ m("div", { className: Ne.buttonContainer, children: [
3399
- /* @__PURE__ */ s(ge, { containerStyles: a, type: "submit", children: _(c) }),
3399
+ /* @__PURE__ */ s(ge, { containerStyles: a, type: "submit", children: _(l) }),
3400
3400
  /* @__PURE__ */ s(Ce, { errorMessage: t, errorColor: r })
3401
3401
  ] })
3402
3402
  ] })
@@ -3414,7 +3414,7 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3414
3414
  rightComponents: i = [],
3415
3415
  zIndex: t = 10,
3416
3416
  height: r = 60,
3417
- backgroundColor: c = "#605B56",
3417
+ backgroundColor: l = "#605B56",
3418
3418
  isFooter: a = !1
3419
3419
  // If true, it will apply footer styles
3420
3420
  }) => /* @__PURE__ */ m(
@@ -3425,14 +3425,14 @@ const Ee = (n) => n.render(o1(n)), s1 = "_errorMessage_1xiyb_2", r1 = {
3425
3425
  ...n,
3426
3426
  zIndex: t,
3427
3427
  height: r,
3428
- backgroundColor: c,
3428
+ backgroundColor: l,
3429
3429
  top: a ? "auto" : 0,
3430
3430
  bottom: a ? 0 : "auto"
3431
3431
  },
3432
3432
  children: [
3433
- /* @__PURE__ */ s("div", { className: G.leftComponents, children: d.map((l, u) => /* @__PURE__ */ s("div", { className: G.componentsContainer, children: l }, u)) }),
3434
- /* @__PURE__ */ s("div", { className: G.centerComponents, children: o.map((l, u) => /* @__PURE__ */ s("div", { className: G.componentsContainer, children: l }, u)) }),
3435
- /* @__PURE__ */ s("div", { className: G.rightComponents, children: i.map((l, u) => /* @__PURE__ */ s("div", { className: G.componentsContainer, children: l }, u)) })
3433
+ /* @__PURE__ */ s("div", { className: G.leftComponents, children: d.map((c, u) => /* @__PURE__ */ s("div", { className: G.componentsContainer, children: c }, u)) }),
3434
+ /* @__PURE__ */ s("div", { className: G.centerComponents, children: o.map((c, u) => /* @__PURE__ */ s("div", { className: G.componentsContainer, children: c }, u)) }),
3435
+ /* @__PURE__ */ s("div", { className: G.rightComponents, children: i.map((c, u) => /* @__PURE__ */ s("div", { className: G.componentsContainer, children: c }, u)) })
3436
3436
  ]
3437
3437
  }
3438
3438
  );