@datagouv/components-next 1.0.2-dev.100 → 1.0.2-dev.102

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,5 +1,5 @@
1
1
  import * as v_ from "vue";
2
- import { inject as gt, defineComponent as g, reactive as o6, computed as W, h as it, unref as z, getCurrentInstance as l6, watchEffect as rt, onMounted as ke, nextTick as C2, getCurrentScope as FS, onScopeDispose as qp, watch as ye, hasInjectionContext as FO, toValue as Ae, customRef as Je1, ref as o1, createElementBlock as P, openBlock as T, normalizeClass as E1, createVNode as U, isVNode as M5, createBlock as s1, createElementVNode as D, createCommentVNode as r1, renderSlot as U1, useTemplateRef as w2, withModifiers as Qi, toDisplayString as $, Fragment as N1, renderList as we, withAsyncContext as V2, withCtx as e1, mergeProps as Br, createTextVNode as c1, resolveDynamicComponent as dt, provide as u2, useSlots as PS, Comment as et1, Text as tt1, useAttrs as it1, normalizeStyle as Ct, onBeforeUnmount as rt1, normalizeProps as w_, shallowRef as fn, shallowReadonly as Gl, useId as qa, triggerRef as y_, onUnmounted as c2, cloneVNode as PO, toRaw as X2, Teleport as u6, withDirectives as Es, vShow as $S, createSlots as $O, readonly as UO, isRef as ci, resolveComponent as GO, toRef as x_, defineAsyncComponent as nn, vModelText as T7, useModel as It, mergeModels as R0, shallowReactive as nt1, vModelSelect as WO, Transition as st1 } from "vue";
2
+ import { inject as gt, defineComponent as g, reactive as o6, computed as W, h as it, unref as z, getCurrentInstance as l6, watchEffect as rt, onMounted as ke, nextTick as C2, getCurrentScope as FS, onScopeDispose as qp, watch as ye, hasInjectionContext as FO, toValue as Ae, customRef as Je1, ref as o1, createElementBlock as P, openBlock as T, normalizeClass as z1, createVNode as U, isVNode as M5, createBlock as s1, createElementVNode as D, createCommentVNode as r1, renderSlot as U1, useTemplateRef as w2, withModifiers as Qi, toDisplayString as $, Fragment as N1, renderList as we, withAsyncContext as V2, withCtx as e1, mergeProps as Br, createTextVNode as u1, resolveDynamicComponent as dt, provide as u2, useSlots as PS, Comment as et1, Text as tt1, useAttrs as it1, normalizeStyle as Ct, onBeforeUnmount as rt1, normalizeProps as w_, shallowRef as fn, shallowReadonly as Gl, useId as qa, triggerRef as y_, onUnmounted as c2, cloneVNode as PO, toRaw as X2, Teleport as u6, withDirectives as Es, vShow as $S, createSlots as $O, readonly as UO, isRef as ci, resolveComponent as GO, toRef as x_, defineAsyncComponent as nn, vModelText as T7, useModel as It, mergeModels as R0, shallowReactive as nt1, vModelSelect as WO, Transition as st1 } from "vue";
3
3
  const at1 = [
4
4
  { value: "-created", label: "Date de création" },
5
5
  { value: "-last_update", label: "Dernière mise à jour" },
@@ -454,9 +454,9 @@ function py(e) {
454
454
  "dataset:deleted": t("a supprimé le jeu de données"),
455
455
  "dataset:discussed": t("a discuté du jeu de données"),
456
456
  "dataset:followed": t("suit le jeu de données"),
457
- "dataset:resource:added": t("a ajouté une ressource"),
458
- "dataset:resource:updated": t("a mis à jour une ressource"),
459
- "dataset:resource:deleted": t("a supprimé une ressource"),
457
+ "dataset:resource:added": t("a ajouté la ressource"),
458
+ "dataset:resource:updated": t("a mis à jour la ressource"),
459
+ "dataset:resource:deleted": t("a supprimé la ressource"),
460
460
  "dataservice:created": t("a créé le service de données"),
461
461
  "dataservice:updated": t("a mis à jour le service de données"),
462
462
  "dataservice:deleted": t("a supprimé le service de données"),
@@ -981,7 +981,7 @@ const P21 = ["src", "width", "height"], c6 = /* @__PURE__ */ g({
981
981
  setup(e) {
982
982
  const t = e, i = F21(), r = W(() => i(t.user, t.size));
983
983
  return (n, s) => (T(), P("img", {
984
- class: E1({ "rounded-full border border-gray-default": e.rounded }),
984
+ class: z1({ "rounded-full border border-gray-default": e.rounded }),
985
985
  src: r.value,
986
986
  width: e.size,
987
987
  height: e.size,
@@ -10174,7 +10174,7 @@ const Qp = /* @__PURE__ */ g({
10174
10174
  },
10175
10175
  setup(e) {
10176
10176
  return (t, i) => (T(), s1(z(hi1), {
10177
- class: E1(["text-7xl animate-spin", {
10177
+ class: z1(["text-7xl animate-spin", {
10178
10178
  "text-new-primary": e.color === "primary",
10179
10179
  "text-white": e.color === "white"
10180
10180
  }])
@@ -10193,7 +10193,7 @@ const Qp = /* @__PURE__ */ g({
10193
10193
  const t = e, i = W(() => t.status === "idle" || t.status === "pending"), r = W(() => t.status === "error");
10194
10194
  return (n, s) => (T(), P("div", xi1, [
10195
10195
  D("div", {
10196
- class: E1({ "opacity-50 min-h-64": i.value })
10196
+ class: z1({ "opacity-50 min-h-64": i.value })
10197
10197
  }, [
10198
10198
  !i.value && !r.value && e.data ? U1(n.$slots, "default", {
10199
10199
  key: 0,
@@ -10298,7 +10298,7 @@ const Qp = /* @__PURE__ */ g({
10298
10298
  D("a", {
10299
10299
  "aria-current": e.page === 1 ? "page" : void 0,
10300
10300
  href: y(1),
10301
- class: E1(["fr-pagination__link", { "fr-hidden fr-unhidden-sm": e.page > 1 }]),
10301
+ class: z1(["fr-pagination__link", { "fr-hidden fr-unhidden-sm": e.page > 1 }]),
10302
10302
  title: z(c)("Page {nb}", { nb: 1 }),
10303
10303
  "data-testid": 1,
10304
10304
  onClick: L[1] || (L[1] = Qi((V) => m(1), ["prevent", "stop"]))
@@ -10307,7 +10307,7 @@ const Qp = /* @__PURE__ */ g({
10307
10307
  (T(!0), P(N1, null, we(p.value, (V, S) => (T(), P("li", { key: S }, [
10308
10308
  V ? (T(), P("a", {
10309
10309
  key: 0,
10310
- class: E1(["fr-pagination__link", { "fr-hidden fr-unhidden-lg": V < e.page - 1 || V > e.page + 1 }]),
10310
+ class: z1(["fr-pagination__link", { "fr-hidden fr-unhidden-lg": V < e.page - 1 || V > e.page + 1 }]),
10311
10311
  "aria-current": e.page === V ? "page" : void 0,
10312
10312
  href: y(V),
10313
10313
  title: z(c)("Page {nb}", { nb: V }),
@@ -10360,7 +10360,7 @@ const Qp = /* @__PURE__ */ g({
10360
10360
  }
10361
10361
  });
10362
10362
  return (r, n) => (T(), P("div", {
10363
- class: E1(["!p-6", i.value])
10363
+ class: z1(["!p-6", i.value])
10364
10364
  }, [
10365
10365
  U1(r.$slots, "default")
10366
10366
  ], 2));
@@ -10419,7 +10419,7 @@ const Qp = /* @__PURE__ */ g({
10419
10419
  class: "relative flex"
10420
10420
  }, [
10421
10421
  D("div", {
10422
- class: E1([y === m.length - 1 ? "h-6" : "-bottom-6", "absolute left-0 top-0 flex w-6 justify-center"])
10422
+ class: z1([y === m.length - 1 ? "h-6" : "-bottom-6", "absolute left-0 top-0 flex w-6 justify-center"])
10423
10423
  }, [...f[1] || (f[1] = [
10424
10424
  D("div", { class: "w-px bg-gray-silver" }, null, -1)
10425
10425
  ])], 2),
@@ -10439,7 +10439,7 @@ const Qp = /* @__PURE__ */ g({
10439
10439
  d(w) ? (T(), P("details", Oi1, [
10440
10440
  D("summary", Fi1, [
10441
10441
  U1(p.$slots, "activity", Br({ ref_for: !0 }, { class: "px-3.5", activity: w }), () => [
10442
- c1($(z(py)(w)), 1)
10442
+ u1($(z(py)(w)), 1)
10443
10443
  ])
10444
10444
  ]),
10445
10445
  D("p", Pi1, $(z(a)("Aucun Champs mis à jour : | 1 Champ mis à jour : | {n} Champs mis à jour :", { n: w.changes?.length ?? 0 })), 1),
@@ -10453,7 +10453,10 @@ const Qp = /* @__PURE__ */ g({
10453
10453
  ])
10454
10454
  ])) : (T(), P("p", Gi1, [
10455
10455
  U1(p.$slots, "activity", Br({ ref_for: !0 }, { class: "", activity: w }), () => [
10456
- c1($(z(py)(w)), 1)
10456
+ u1($(z(py)(w)) + " ", 1),
10457
+ "resource_id" in w.extras ? (T(), P(N1, { key: 0 }, [
10458
+ u1($(w.extras.resource_id), 1)
10459
+ ], 64)) : r1("", !0)
10457
10460
  ])
10458
10461
  ])),
10459
10462
  D("p", Wi1, $(z(a)("le {date}", { date: z(s)(w.created_at) })), 1)
@@ -10521,10 +10524,10 @@ const Qp = /* @__PURE__ */ g({
10521
10524
  setup(e) {
10522
10525
  return (t, i) => (T(), s1(Ki1, { user: e.user }, {
10523
10526
  activity: e1(({ class: r, activity: n }) => [
10524
- c1($(z(py)(n)) + " ", 1),
10527
+ u1($(z(py)(n)) + " ", 1),
10525
10528
  U1(t.$slots, "default", { activity: n }, () => [
10526
10529
  D("div", {
10527
- class: E1(r)
10530
+ class: z1(r)
10528
10531
  }, [
10529
10532
  U(vr, {
10530
10533
  to: n.related_to_url,
@@ -10558,10 +10561,10 @@ const Qp = /* @__PURE__ */ g({
10558
10561
  }), null, 16, ["user", "size"]),
10559
10562
  (T(), s1(dt(e.withLink ? vr : "span"), {
10560
10563
  to: e.withLink ? e.user.page : void 0,
10561
- class: E1(["truncate", { "font-bold": e.withLink }])
10564
+ class: z1(["truncate", { "font-bold": e.withLink }])
10562
10565
  }, {
10563
10566
  default: e1(() => [
10564
- c1($(e.user.first_name) + " " + $(e.user.last_name), 1)
10567
+ u1($(e.user.first_name) + " " + $(e.user.last_name), 1)
10565
10568
  ]),
10566
10569
  _: 1
10567
10570
  }, 8, ["to", "class"]))
@@ -10578,7 +10581,7 @@ const Qp = /* @__PURE__ */ g({
10578
10581
  },
10579
10582
  setup(e) {
10580
10583
  return u2(uF, e.type), (i, r) => (T(), P("div", {
10581
- class: E1(["group flex items-center justify-between gap-2 rounded border p-2.5", {
10584
+ class: z1(["group flex items-center justify-between gap-2 rounded border p-2.5", {
10582
10585
  "!border-new-info bg-new-info-light text-new-info": e.type === "primary",
10583
10586
  "!border-new-error bg-new-error-light text-new-error": e.type === "danger",
10584
10587
  "!border-new-warning bg-new-warning-light text-new-warning": e.type === "warning"
@@ -10655,7 +10658,7 @@ const Qp = /* @__PURE__ */ g({
10655
10658
  return m ? m(v).some((w) => w.type === et1 || Array.isArray(w.children) && !w.children.length ? !1 : w.type !== tt1 || typeof w.children == "string" && w.children.trim() !== "") : !1;
10656
10659
  }
10657
10660
  return (m, v) => (T(), s1(dt(e.href ? vr : "button"), {
10658
- class: E1(["inline-flex items-center justify-center font-marianne font-medium border !bg-none !no-underline after:content-none outline-none focus-visible:ring-2 focus-visible:ring-new-focus focus-visible:ring-offset-2", [c.value, h.value, p.value, l.value && s.value !== "primary" && s.value !== "secondary" ? "!opacity-50" : "", e.iconRight && !e.newTab ? "flex-row-reverse space-x-reverse" : ""]]),
10661
+ class: z1(["inline-flex items-center justify-center font-marianne font-medium border !bg-none !no-underline after:content-none outline-none focus-visible:ring-2 focus-visible:ring-new-focus focus-visible:ring-offset-2", [c.value, h.value, p.value, l.value && s.value !== "primary" && s.value !== "secondary" ? "!opacity-50" : "", e.iconRight && !e.newTab ? "flex-row-reverse space-x-reverse" : ""]]),
10659
10662
  disabled: l.value,
10660
10663
  "aria-disabled": l.value,
10661
10664
  role: e.href ? "link" : "",
@@ -10674,14 +10677,14 @@ const Qp = /* @__PURE__ */ g({
10674
10677
  }, e.iconAttrs, { "aria-hidden": "true" }), null, 16, ["class"])) : r1("", !0),
10675
10678
  a.value ? (T(), P("span", {
10676
10679
  key: 2,
10677
- class: E1(["whitespace-nowrap", { "sr-only": e.iconOnly, "sr-only sm:not-sr-only": e.iconOnlyOnMobile }])
10680
+ class: z1(["whitespace-nowrap", { "sr-only": e.iconOnly, "sr-only sm:not-sr-only": e.iconOnlyOnMobile }])
10678
10681
  }, [
10679
10682
  U1(m.$slots, "default")
10680
10683
  ], 2)) : r1("", !0),
10681
10684
  e.newTab ? (T(), s1(z(ni1), {
10682
10685
  key: 3,
10683
10686
  "aria-hidden": "true",
10684
- class: E1(f.value)
10687
+ class: z1(f.value)
10685
10688
  }, null, 8, ["class"])) : r1("", !0)
10686
10689
  ]),
10687
10690
  _: 3
@@ -11101,7 +11104,7 @@ var yr1 = /* @__PURE__ */ g({
11101
11104
  tabindex: "0",
11102
11105
  ref_key: "toastRef",
11103
11106
  ref: m,
11104
- class: E1(z(ea)(i.class, L.value, h1.classes?.toast, h1.toast.classes?.toast, h1.classes?.[y.value], h1.toast?.classes?.[y.value])),
11107
+ class: z1(z(ea)(i.class, L.value, h1.classes?.toast, h1.toast.classes?.toast, h1.classes?.[y.value], h1.toast?.classes?.[y.value])),
11105
11108
  "data-sonner-toast": "",
11106
11109
  "data-rich-colors": h1.toast.richColors ?? h1.defaultRichColors,
11107
11110
  "data-styled": !(h1.toast.component || h1.toast?.unstyled || h1.unstyled),
@@ -11141,7 +11144,7 @@ var yr1 = /* @__PURE__ */ g({
11141
11144
  "data-disabled": F.value,
11142
11145
  "data-close-button": "true",
11143
11146
  "data-close-button-position": h1.closeButtonPosition,
11144
- class: E1(z(ea)(h1.classes?.closeButton, h1.toast?.classes?.closeButton)),
11147
+ class: z1(z(ea)(h1.classes?.closeButton, h1.toast?.classes?.closeButton)),
11145
11148
  onClick: t1
11146
11149
  }, [h1.icons?.close ? (T(), s1(dt(h1.icons?.close), { key: 0 })) : U1(h1.$slots, "close-icon", { key: 1 })], 10, wr1)) : r1("v-if", !0), h1.toast.component ? (T(), s1(dt(h1.toast.component), Br({ key: 1 }, h1.toast.componentProps, {
11147
11150
  onCloseToast: t1,
@@ -11150,23 +11153,23 @@ var yr1 = /* @__PURE__ */ g({
11150
11153
  y.value !== "default" || h1.toast.icon || h1.toast.promise ? (T(), P("div", {
11151
11154
  key: 0,
11152
11155
  "data-icon": "",
11153
- class: E1(z(ea)(h1.classes?.icon, h1.toast?.classes?.icon))
11156
+ class: z1(z(ea)(h1.classes?.icon, h1.toast?.classes?.icon))
11154
11157
  }, [h1.toast.icon ? (T(), s1(dt(h1.toast.icon), { key: 0 })) : (T(), P(N1, { key: 1 }, [y.value === "loading" ? U1(h1.$slots, "loading-icon", { key: 0 }) : y.value === "success" ? U1(h1.$slots, "success-icon", { key: 1 }) : y.value === "error" ? U1(h1.$slots, "error-icon", { key: 2 }) : y.value === "warning" ? U1(h1.$slots, "warning-icon", { key: 3 }) : y.value === "info" ? U1(h1.$slots, "info-icon", { key: 4 }) : r1("v-if", !0)], 64))], 2)) : r1("v-if", !0),
11155
11158
  D("div", {
11156
11159
  "data-content": "",
11157
- class: E1(z(ea)(h1.classes?.content, h1.toast?.classes?.content))
11160
+ class: z1(z(ea)(h1.classes?.content, h1.toast?.classes?.content))
11158
11161
  }, [D("div", {
11159
11162
  "data-title": "",
11160
- class: E1(z(ea)(h1.classes?.title, h1.toast.classes?.title))
11161
- }, [q.value ? (T(), s1(dt(h1.toast.title), w_(Br({ key: 0 }, h1.toast.componentProps)), null, 16)) : (T(), P(N1, { key: 1 }, [c1($(h1.toast.title), 1)], 64))], 2), h1.toast.description ? (T(), P("div", {
11163
+ class: z1(z(ea)(h1.classes?.title, h1.toast.classes?.title))
11164
+ }, [q.value ? (T(), s1(dt(h1.toast.title), w_(Br({ key: 0 }, h1.toast.componentProps)), null, 16)) : (T(), P(N1, { key: 1 }, [u1($(h1.toast.title), 1)], 64))], 2), h1.toast.description ? (T(), P("div", {
11162
11165
  key: 0,
11163
11166
  "data-description": "",
11164
- class: E1(z(ea)(h1.descriptionClass, V.value, h1.classes?.description, h1.toast.classes?.description))
11165
- }, [Y.value ? (T(), s1(dt(h1.toast.description), w_(Br({ key: 0 }, h1.toast.componentProps)), null, 16)) : (T(), P(N1, { key: 1 }, [c1($(h1.toast.description), 1)], 64))], 2)) : r1("v-if", !0)], 2),
11167
+ class: z1(z(ea)(h1.descriptionClass, V.value, h1.classes?.description, h1.toast.classes?.description))
11168
+ }, [Y.value ? (T(), s1(dt(h1.toast.description), w_(Br({ key: 0 }, h1.toast.componentProps)), null, 16)) : (T(), P(N1, { key: 1 }, [u1($(h1.toast.description), 1)], 64))], 2)) : r1("v-if", !0)], 2),
11166
11169
  h1.toast.cancel ? (T(), P("button", {
11167
11170
  key: 1,
11168
11171
  style: Ct(h1.toast.cancelButtonStyle || h1.cancelButtonStyle),
11169
- class: E1(z(ea)(h1.classes?.cancelButton, h1.toast.classes?.cancelButton)),
11172
+ class: z1(z(ea)(h1.classes?.cancelButton, h1.toast.classes?.cancelButton)),
11170
11173
  "data-button": "",
11171
11174
  "data-cancel": "",
11172
11175
  onClick: x1[0] || (x1[0] = (f1) => {
@@ -11176,7 +11179,7 @@ var yr1 = /* @__PURE__ */ g({
11176
11179
  h1.toast.action ? (T(), P("button", {
11177
11180
  key: 2,
11178
11181
  style: Ct(h1.toast.actionButtonStyle || h1.actionButtonStyle),
11179
- class: E1(z(ea)(h1.classes?.actionButton, h1.toast.classes?.actionButton)),
11182
+ class: z1(z(ea)(h1.classes?.actionButton, h1.toast.classes?.actionButton)),
11180
11183
  "data-button": "",
11181
11184
  "data-action": "",
11182
11185
  onClick: x1[1] || (x1[1] = (f1) => {
@@ -11520,7 +11523,7 @@ var Kr1 = /* @__PURE__ */ g({
11520
11523
  toast: k,
11521
11524
  defaultRichColors: b.richColors,
11522
11525
  duration: b.toastOptions?.duration ?? b.duration,
11523
- class: E1(b.toastOptions?.class ?? ""),
11526
+ class: z1(b.toastOptions?.class ?? ""),
11524
11527
  descriptionClass: b.toastOptions?.descriptionClass,
11525
11528
  invert: b.invert,
11526
11529
  visibleToasts: b.visibleToasts,
@@ -11598,12 +11601,12 @@ const Xr1 = /* @__PURE__ */ g({
11598
11601
  };
11599
11602
  return (s, a) => (T(), P("button", {
11600
11603
  type: "button",
11601
- class: E1(["text-sm mb-0 md:whitespace-nowrap relative p-1 text-gray-medium leading-none text-left", { "border bg-white rounded-sm text-gray-title": e.hideLabel }]),
11604
+ class: z1(["text-sm mb-0 md:whitespace-nowrap relative p-1 text-gray-medium leading-none text-left", { "border bg-white rounded-sm text-gray-title": e.hideLabel }]),
11602
11605
  onClick: n
11603
11606
  }, [
11604
11607
  r.value ? (T(), P("span", {
11605
11608
  key: 0,
11606
- class: E1(["flex items-center gap-1", { "flex-row-reverse": e.reverse }]),
11609
+ class: z1(["flex items-center gap-1", { "flex-row-reverse": e.reverse }]),
11607
11610
  style: { color: "#3558a2" }
11608
11611
  }, [
11609
11612
  U(z(T9), {
@@ -11611,19 +11614,19 @@ const Xr1 = /* @__PURE__ */ g({
11611
11614
  "aria-hidden": "true"
11612
11615
  }),
11613
11616
  D("span", {
11614
- class: E1(["copy-label", { "sr-only": e.hideLabel }])
11617
+ class: z1(["copy-label", { "sr-only": e.hideLabel }])
11615
11618
  }, $(e.copiedLabel), 3)
11616
11619
  ], 2)) : r1("", !0),
11617
11620
  r.value ? r1("", !0) : (T(), P("span", {
11618
11621
  key: 1,
11619
- class: E1(["flex items-center gap-1", { "flex-row-reverse": e.reverse }])
11622
+ class: z1(["flex items-center gap-1", { "flex-row-reverse": e.reverse }])
11620
11623
  }, [
11621
11624
  (T(), s1(dt(e.hideLabel ? z(Q21) : z(Kp)), {
11622
11625
  class: "size-4 flex-none inline",
11623
11626
  "aria-hidden": "true"
11624
11627
  })),
11625
11628
  D("span", {
11626
- class: E1(["copy-link copy-label", { "sr-only": e.hideLabel }])
11629
+ class: z1(["copy-link copy-label", { "sr-only": e.hideLabel }])
11627
11630
  }, $(e.label), 3)
11628
11631
  ], 2))
11629
11632
  ], 2));
@@ -11694,7 +11697,7 @@ const Jr1 = { class: "bg-gray-lower flex items-center justify-center" }, pl = /*
11694
11697
  setup(e) {
11695
11698
  const t = e, i = W(() => "logo_thumbnail" in t.organization ? t.organization.logo_thumbnail : "image_url" in t.organization ? t.organization.image_url : Qr1(t.organization, "Organization is neither an Organization or an OrganizationSuggest"));
11696
11699
  return (r, n) => (T(), P("div", {
11697
- class: E1(e.sizeClass)
11700
+ class: z1(e.sizeClass)
11698
11701
  }, [
11699
11702
  i.value ? (T(), P("img", {
11700
11703
  key: 0,
@@ -11719,13 +11722,13 @@ const Jr1 = { class: "bg-gray-lower flex items-center justify-center" }, pl = /*
11719
11722
  setup(e) {
11720
11723
  const t = e, i = W(() => t.mediaSize === "lg" ? "w-[225px] h-[120px]" : "p-2");
11721
11724
  return (r, n) => (T(), P("article", {
11722
- class: E1(["p-4 border bg-white border-gray-default relative hover:bg-gray-some fr-enlarge-link", e.articleClass])
11725
+ class: z1(["p-4 border bg-white border-gray-default relative hover:bg-gray-some fr-enlarge-link", e.articleClass])
11723
11726
  }, [
11724
11727
  U1(r.$slots, "badge"),
11725
11728
  D("div", tn1, [
11726
11729
  r.$slots.media ? (T(), P("div", in1, [
11727
11730
  D("div", {
11728
- class: E1(["flex justify-center items-center border border-gray-lower bg-[#fff] rounded-md overflow-hidden", i.value])
11731
+ class: z1(["flex justify-center items-center border border-gray-lower bg-[#fff] rounded-md overflow-hidden", i.value])
11729
11732
  }, [
11730
11733
  U1(r.$slots, "media")
11731
11734
  ], 2)
@@ -11774,7 +11777,7 @@ const Jr1 = { class: "bg-gray-lower flex items-center justify-center" }, pl = /*
11774
11777
  class: "size-4 flex-none"
11775
11778
  })),
11776
11779
  D("span", {
11777
- class: E1(["block truncate", t.$slots.extra ? "flex-initial" : "flex-1"])
11780
+ class: z1(["block truncate", t.$slots.extra ? "flex-initial" : "flex-1"])
11778
11781
  }, [
11779
11782
  U1(t.$slots, "default")
11780
11783
  ], 2),
@@ -12969,7 +12972,7 @@ const Gn1 = ["aria-describedby"], Wn1 = ["id"], Yn1 = { class: "drop-shadow bg-w
12969
12972
  ref: "floating",
12970
12973
  role: "tooltip",
12971
12974
  "aria-hidden": "true",
12972
- class: E1(["z-10 pt-2", e.tooltipClass]),
12975
+ class: z1(["z-10 pt-2", e.tooltipClass]),
12973
12976
  style: Ct(r.value ? z(a) : "")
12974
12977
  }, [
12975
12978
  D("div", Yn1, [
@@ -12999,10 +13002,10 @@ const Gn1 = ["aria-describedby"], Wn1 = ["id"], Yn1 = { class: "drop-shadow bg-w
12999
13002
  type: z(JS)(e.organization)
13000
13003
  }, null, 8, ["type"])) : r1("", !0),
13001
13004
  (T(), s1(dt(e.as), {
13002
- class: E1(["mb-0 truncate flex-initial", [e.colorClass, { "text-xs": e.size === "xs", "text-sm": e.size === "sm", "text-base": e.size === "base", "text-xl sm:text-2xl": e.size === "xl" }]])
13005
+ class: z1(["mb-0 truncate flex-initial", [e.colorClass, { "text-xs": e.size === "xs", "text-sm": e.size === "sm", "text-base": e.size === "base", "text-xl sm:text-2xl": e.size === "xl" }]])
13003
13006
  }, {
13004
13007
  default: e1(() => [
13005
- c1($(e.organization.name) + " ", 1),
13008
+ u1($(e.organization.name) + " ", 1),
13006
13009
  e.organization.acronym && e.showAcronym ? (T(), P("small", jn1, $(e.organization.acronym), 1)) : r1("", !0)
13007
13010
  ]),
13008
13011
  _: 1
@@ -13013,7 +13016,7 @@ const Gn1 = ["aria-describedby"], Wn1 = ["id"], Yn1 = { class: "drop-shadow bg-w
13013
13016
  ]),
13014
13017
  default: e1(() => [
13015
13018
  U(z(oF), {
13016
- class: E1(["flex-none", {
13019
+ class: z1(["flex-none", {
13017
13020
  "size-3": e.size === "xs",
13018
13021
  "size-4": e.size === "sm",
13019
13022
  "size-5": e.size === "base",
@@ -36971,10 +36974,10 @@ function B91(e, t, i, r) {
36971
36974
  }
36972
36975
  return -1;
36973
36976
  }
36974
- var z1;
36977
+ var Z1;
36975
36978
  (function(e) {
36976
36979
  e.HTML = "http://www.w3.org/1999/xhtml", e.MATHML = "http://www.w3.org/1998/Math/MathML", e.SVG = "http://www.w3.org/2000/svg", e.XLINK = "http://www.w3.org/1999/xlink", e.XML = "http://www.w3.org/XML/1998/namespace", e.XMLNS = "http://www.w3.org/2000/xmlns/";
36977
- })(z1 || (z1 = {}));
36980
+ })(Z1 || (Z1 = {}));
36978
36981
  var A4;
36979
36982
  (function(e) {
36980
36983
  e.TYPE = "type", e.ACTION = "action", e.ENCODING = "encoding", e.PROMPT = "prompt", e.NAME = "name", e.COLOR = "color", e.FACE = "face", e.SIZE = "size";
@@ -37121,7 +37124,7 @@ function F9(e) {
37121
37124
  return (t = k91.get(e)) !== null && t !== void 0 ? t : _.UNKNOWN;
37122
37125
  }
37123
37126
  const I1 = _, I91 = {
37124
- [z1.HTML]: /* @__PURE__ */ new Set([
37127
+ [Z1.HTML]: /* @__PURE__ */ new Set([
37125
37128
  I1.ADDRESS,
37126
37129
  I1.APPLET,
37127
37130
  I1.AREA,
@@ -37204,11 +37207,11 @@ const I1 = _, I91 = {
37204
37207
  I1.WBR,
37205
37208
  I1.XMP
37206
37209
  ]),
37207
- [z1.MATHML]: /* @__PURE__ */ new Set([I1.MI, I1.MO, I1.MN, I1.MS, I1.MTEXT, I1.ANNOTATION_XML]),
37208
- [z1.SVG]: /* @__PURE__ */ new Set([I1.TITLE, I1.FOREIGN_OBJECT, I1.DESC]),
37209
- [z1.XLINK]: /* @__PURE__ */ new Set(),
37210
- [z1.XML]: /* @__PURE__ */ new Set(),
37211
- [z1.XMLNS]: /* @__PURE__ */ new Set()
37210
+ [Z1.MATHML]: /* @__PURE__ */ new Set([I1.MI, I1.MO, I1.MN, I1.MS, I1.MTEXT, I1.ANNOTATION_XML]),
37211
+ [Z1.SVG]: /* @__PURE__ */ new Set([I1.TITLE, I1.FOREIGN_OBJECT, I1.DESC]),
37212
+ [Z1.XLINK]: /* @__PURE__ */ new Set(),
37213
+ [Z1.XML]: /* @__PURE__ */ new Set(),
37214
+ [Z1.XMLNS]: /* @__PURE__ */ new Set()
37212
37215
  }, Ty = /* @__PURE__ */ new Set([I1.H1, I1.H2, I1.H3, I1.H4, I1.H5, I1.H6]);
37213
37216
  p1.STYLE, p1.SCRIPT, p1.XMP, p1.IFRAME, p1.NOEMBED, p1.NOFRAMES, p1.PLAINTEXT;
37214
37217
  var Q;
@@ -39174,7 +39177,7 @@ class K91 {
39174
39177
  }
39175
39178
  //Update current element
39176
39179
  _isInTemplate() {
39177
- return this.currentTagId === _.TEMPLATE && this.treeAdapter.getNamespaceURI(this.current) === z1.HTML;
39180
+ return this.currentTagId === _.TEMPLATE && this.treeAdapter.getNamespaceURI(this.current) === Z1.HTML;
39178
39181
  }
39179
39182
  _updateCurrentElement() {
39180
39183
  this.current = this.items[this.stackTop], this.currentTagId = this.tagIDs[this.stackTop];
@@ -39199,7 +39202,7 @@ class K91 {
39199
39202
  let i = this.stackTop + 1;
39200
39203
  do
39201
39204
  i = this.tagIDs.lastIndexOf(t, i - 1);
39202
- while (i > 0 && this.treeAdapter.getNamespaceURI(this.items[i]) !== z1.HTML);
39205
+ while (i > 0 && this.treeAdapter.getNamespaceURI(this.items[i]) !== Z1.HTML);
39203
39206
  this.shortenToLength(Math.max(i, 0));
39204
39207
  }
39205
39208
  shortenToLength(t) {
@@ -39217,10 +39220,10 @@ class K91 {
39217
39220
  this.shortenToLength(Math.max(r, 0));
39218
39221
  }
39219
39222
  popUntilNumberedHeaderPopped() {
39220
- this.popUntilPopped(Ty, z1.HTML);
39223
+ this.popUntilPopped(Ty, Z1.HTML);
39221
39224
  }
39222
39225
  popUntilTableCellPopped() {
39223
- this.popUntilPopped(j91, z1.HTML);
39226
+ this.popUntilPopped(j91, Z1.HTML);
39224
39227
  }
39225
39228
  popAllUpToHtmlElement() {
39226
39229
  this.tmplCount = 0, this.shortenToLength(1);
@@ -39236,13 +39239,13 @@ class K91 {
39236
39239
  this.shortenToLength(r + 1);
39237
39240
  }
39238
39241
  clearBackToTableContext() {
39239
- this.clearBackTo(q91, z1.HTML);
39242
+ this.clearBackTo(q91, Z1.HTML);
39240
39243
  }
39241
39244
  clearBackToTableBodyContext() {
39242
- this.clearBackTo(Y91, z1.HTML);
39245
+ this.clearBackTo(Y91, Z1.HTML);
39243
39246
  }
39244
39247
  clearBackToTableRowContext() {
39245
- this.clearBackTo(W91, z1.HTML);
39248
+ this.clearBackTo(W91, Z1.HTML);
39246
39249
  }
39247
39250
  remove(t) {
39248
39251
  const i = this._indexOf(t);
@@ -39267,19 +39270,19 @@ class K91 {
39267
39270
  for (let r = this.stackTop; r >= 0; r--) {
39268
39271
  const n = this.tagIDs[r];
39269
39272
  switch (this.treeAdapter.getNamespaceURI(this.items[r])) {
39270
- case z1.HTML: {
39273
+ case Z1.HTML: {
39271
39274
  if (n === t)
39272
39275
  return !0;
39273
39276
  if (i.has(n))
39274
39277
  return !1;
39275
39278
  break;
39276
39279
  }
39277
- case z1.SVG: {
39280
+ case Z1.SVG: {
39278
39281
  if (rz.has(n))
39279
39282
  return !1;
39280
39283
  break;
39281
39284
  }
39282
- case z1.MATHML: {
39285
+ case Z1.MATHML: {
39283
39286
  if (iz.has(n))
39284
39287
  return !1;
39285
39288
  break;
@@ -39301,19 +39304,19 @@ class K91 {
39301
39304
  for (let t = this.stackTop; t >= 0; t--) {
39302
39305
  const i = this.tagIDs[t];
39303
39306
  switch (this.treeAdapter.getNamespaceURI(this.items[t])) {
39304
- case z1.HTML: {
39307
+ case Z1.HTML: {
39305
39308
  if (Ty.has(i))
39306
39309
  return !0;
39307
39310
  if (vd.has(i))
39308
39311
  return !1;
39309
39312
  break;
39310
39313
  }
39311
- case z1.SVG: {
39314
+ case Z1.SVG: {
39312
39315
  if (rz.has(i))
39313
39316
  return !1;
39314
39317
  break;
39315
39318
  }
39316
- case z1.MATHML: {
39319
+ case Z1.MATHML: {
39317
39320
  if (iz.has(i))
39318
39321
  return !1;
39319
39322
  break;
@@ -39324,7 +39327,7 @@ class K91 {
39324
39327
  }
39325
39328
  hasInTableScope(t) {
39326
39329
  for (let i = this.stackTop; i >= 0; i--)
39327
- if (this.treeAdapter.getNamespaceURI(this.items[i]) === z1.HTML)
39330
+ if (this.treeAdapter.getNamespaceURI(this.items[i]) === Z1.HTML)
39328
39331
  switch (this.tagIDs[i]) {
39329
39332
  case t:
39330
39333
  return !0;
@@ -39336,7 +39339,7 @@ class K91 {
39336
39339
  }
39337
39340
  hasTableBodyContextInTableScope() {
39338
39341
  for (let t = this.stackTop; t >= 0; t--)
39339
- if (this.treeAdapter.getNamespaceURI(this.items[t]) === z1.HTML)
39342
+ if (this.treeAdapter.getNamespaceURI(this.items[t]) === Z1.HTML)
39340
39343
  switch (this.tagIDs[t]) {
39341
39344
  case _.TBODY:
39342
39345
  case _.THEAD:
@@ -39350,7 +39353,7 @@ class K91 {
39350
39353
  }
39351
39354
  hasInSelectScope(t) {
39352
39355
  for (let i = this.stackTop; i >= 0; i--)
39353
- if (this.treeAdapter.getNamespaceURI(this.items[i]) === z1.HTML)
39356
+ if (this.treeAdapter.getNamespaceURI(this.items[i]) === Z1.HTML)
39354
39357
  switch (this.tagIDs[i]) {
39355
39358
  case t:
39356
39359
  return !0;
@@ -39770,17 +39773,17 @@ const az = {
39770
39773
  "yChannelSelector",
39771
39774
  "zoomAndPan"
39772
39775
  ].map((e) => [e.toLowerCase(), e])), l31 = /* @__PURE__ */ new Map([
39773
- ["xlink:actuate", { prefix: "xlink", name: "actuate", namespace: z1.XLINK }],
39774
- ["xlink:arcrole", { prefix: "xlink", name: "arcrole", namespace: z1.XLINK }],
39775
- ["xlink:href", { prefix: "xlink", name: "href", namespace: z1.XLINK }],
39776
- ["xlink:role", { prefix: "xlink", name: "role", namespace: z1.XLINK }],
39777
- ["xlink:show", { prefix: "xlink", name: "show", namespace: z1.XLINK }],
39778
- ["xlink:title", { prefix: "xlink", name: "title", namespace: z1.XLINK }],
39779
- ["xlink:type", { prefix: "xlink", name: "type", namespace: z1.XLINK }],
39780
- ["xml:lang", { prefix: "xml", name: "lang", namespace: z1.XML }],
39781
- ["xml:space", { prefix: "xml", name: "space", namespace: z1.XML }],
39782
- ["xmlns", { prefix: "", name: "xmlns", namespace: z1.XMLNS }],
39783
- ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: z1.XMLNS }]
39776
+ ["xlink:actuate", { prefix: "xlink", name: "actuate", namespace: Z1.XLINK }],
39777
+ ["xlink:arcrole", { prefix: "xlink", name: "arcrole", namespace: Z1.XLINK }],
39778
+ ["xlink:href", { prefix: "xlink", name: "href", namespace: Z1.XLINK }],
39779
+ ["xlink:role", { prefix: "xlink", name: "role", namespace: Z1.XLINK }],
39780
+ ["xlink:show", { prefix: "xlink", name: "show", namespace: Z1.XLINK }],
39781
+ ["xlink:title", { prefix: "xlink", name: "title", namespace: Z1.XLINK }],
39782
+ ["xlink:type", { prefix: "xlink", name: "type", namespace: Z1.XLINK }],
39783
+ ["xml:lang", { prefix: "xml", name: "lang", namespace: Z1.XML }],
39784
+ ["xml:space", { prefix: "xml", name: "space", namespace: Z1.XML }],
39785
+ ["xmlns", { prefix: "", name: "xmlns", namespace: Z1.XMLNS }],
39786
+ ["xmlns:xlink", { prefix: "xmlns", name: "xlink", namespace: Z1.XMLNS }]
39784
39787
  ]), u31 = new Map([
39785
39788
  "altGlyph",
39786
39789
  "altGlyphDef",
@@ -39892,20 +39895,20 @@ function d31(e) {
39892
39895
  t != null && (e.tagName = t, e.tagID = F9(e.tagName));
39893
39896
  }
39894
39897
  function p31(e, t) {
39895
- return t === z1.MATHML && (e === _.MI || e === _.MO || e === _.MN || e === _.MS || e === _.MTEXT);
39898
+ return t === Z1.MATHML && (e === _.MI || e === _.MO || e === _.MN || e === _.MS || e === _.MTEXT);
39896
39899
  }
39897
39900
  function f31(e, t, i) {
39898
- if (t === z1.MATHML && e === _.ANNOTATION_XML) {
39901
+ if (t === Z1.MATHML && e === _.ANNOTATION_XML) {
39899
39902
  for (let r = 0; r < i.length; r++)
39900
39903
  if (i[r].name === A4.ENCODING) {
39901
39904
  const n = i[r].value.toLowerCase();
39902
39905
  return n === az.TEXT_HTML || n === az.APPLICATION_XML;
39903
39906
  }
39904
39907
  }
39905
- return t === z1.SVG && (e === _.FOREIGN_OBJECT || e === _.DESC || e === _.TITLE);
39908
+ return t === Z1.SVG && (e === _.FOREIGN_OBJECT || e === _.DESC || e === _.TITLE);
39906
39909
  }
39907
39910
  function g31(e, t, i, r) {
39908
- return (!r || r === z1.HTML) && f31(e, t, i) || (!r || r === z1.MATHML) && p31(e, t);
39911
+ return (!r || r === Z1.HTML) && f31(e, t, i) || (!r || r === Z1.MATHML) && p31(e, t);
39909
39912
  }
39910
39913
  const C31 = "hidden", m31 = 8, v31 = 3;
39911
39914
  var i1;
@@ -39942,8 +39945,8 @@ let lz = class {
39942
39945
  ...oz,
39943
39946
  ...i
39944
39947
  };
39945
- t ?? (t = r.treeAdapter.createElement(p1.TEMPLATE, z1.HTML, []));
39946
- const n = r.treeAdapter.createElement("documentmock", z1.HTML, []), s = new this(r, n, t);
39948
+ t ?? (t = r.treeAdapter.createElement(p1.TEMPLATE, Z1.HTML, []));
39949
+ const n = r.treeAdapter.createElement("documentmock", Z1.HTML, []), s = new this(r, n, t);
39947
39950
  return s.fragmentContextID === _.TEMPLATE && s.tmplInsertionModeStack.unshift(i1.IN_TEMPLATE), s._initTokenizerForFragmentParsing(), s._insertFakeRootElement(), s._resetInsertionMode(), s._findFormInFragmentContext(), s;
39948
39951
  }
39949
39952
  getFragment() {
@@ -39982,12 +39985,12 @@ let lz = class {
39982
39985
  }
39983
39986
  }
39984
39987
  _setContextModes(t, i) {
39985
- const r = t === this.document || t && this.treeAdapter.getNamespaceURI(t) === z1.HTML;
39988
+ const r = t === this.document || t && this.treeAdapter.getNamespaceURI(t) === Z1.HTML;
39986
39989
  this.currentNotInHTML = !r, this.tokenizer.inForeignNode = !r && t !== void 0 && i !== void 0 && !this._isIntegrationPoint(i, t);
39987
39990
  }
39988
39991
  /** @protected */
39989
39992
  _switchToTextParsing(t, i) {
39990
- this._insertElement(t, z1.HTML), this.tokenizer.state = i, this.originalInsertionMode = this.insertionMode, this.insertionMode = i1.TEXT;
39993
+ this._insertElement(t, Z1.HTML), this.tokenizer.state = i, this.originalInsertionMode = this.insertionMode, this.insertionMode = i1.TEXT;
39991
39994
  }
39992
39995
  switchToPlaintextParsing() {
39993
39996
  this.insertionMode = i1.TEXT, this.originalInsertionMode = i1.IN_BODY, this.tokenizer.state = M2.PLAINTEXT;
@@ -40009,7 +40012,7 @@ let lz = class {
40009
40012
  }
40010
40013
  }
40011
40014
  _initTokenizerForFragmentParsing() {
40012
- if (!(!this.fragmentContext || this.treeAdapter.getNamespaceURI(this.fragmentContext) !== z1.HTML))
40015
+ if (!(!this.fragmentContext || this.treeAdapter.getNamespaceURI(this.fragmentContext) !== Z1.HTML))
40013
40016
  switch (this.fragmentContextID) {
40014
40017
  case _.TITLE:
40015
40018
  case _.TEXTAREA: {
@@ -40076,17 +40079,17 @@ let lz = class {
40076
40079
  }
40077
40080
  /** @protected */
40078
40081
  _insertFakeElement(t, i) {
40079
- const r = this.treeAdapter.createElement(t, z1.HTML, []);
40082
+ const r = this.treeAdapter.createElement(t, Z1.HTML, []);
40080
40083
  this._attachElementToTree(r, null), this.openElements.push(r, i);
40081
40084
  }
40082
40085
  /** @protected */
40083
40086
  _insertTemplate(t) {
40084
- const i = this.treeAdapter.createElement(t.tagName, z1.HTML, t.attrs), r = this.treeAdapter.createDocumentFragment();
40087
+ const i = this.treeAdapter.createElement(t.tagName, Z1.HTML, t.attrs), r = this.treeAdapter.createDocumentFragment();
40085
40088
  this.treeAdapter.setTemplateContent(i, r), this._attachElementToTree(i, t.location), this.openElements.push(i, t.tagID), this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(r, null);
40086
40089
  }
40087
40090
  /** @protected */
40088
40091
  _insertFakeRootElement() {
40089
- const t = this.treeAdapter.createElement(p1.HTML, z1.HTML, []);
40092
+ const t = this.treeAdapter.createElement(p1.HTML, Z1.HTML, []);
40090
40093
  this.options.sourceCodeLocationInfo && this.treeAdapter.setNodeSourceCodeLocation(t, null), this.treeAdapter.appendChild(this.openElements.current, t), this.openElements.push(t, _.HTML);
40091
40094
  }
40092
40095
  /** @protected */
@@ -40135,11 +40138,11 @@ let lz = class {
40135
40138
  if (!this.currentNotInHTML)
40136
40139
  return !1;
40137
40140
  let i, r;
40138
- return this.openElements.stackTop === 0 && this.fragmentContext ? (i = this.fragmentContext, r = this.fragmentContextID) : { current: i, currentTagId: r } = this.openElements, t.tagID === _.SVG && this.treeAdapter.getTagName(i) === p1.ANNOTATION_XML && this.treeAdapter.getNamespaceURI(i) === z1.MATHML ? !1 : (
40141
+ return this.openElements.stackTop === 0 && this.fragmentContext ? (i = this.fragmentContext, r = this.fragmentContextID) : { current: i, currentTagId: r } = this.openElements, t.tagID === _.SVG && this.treeAdapter.getTagName(i) === p1.ANNOTATION_XML && this.treeAdapter.getNamespaceURI(i) === Z1.MATHML ? !1 : (
40139
40142
  // Check that `current` is not an integration point for HTML or MathML elements.
40140
40143
  this.tokenizer.inForeignNode || // If it _is_ an integration point, then we might have to check that it is not an HTML
40141
40144
  // integration point.
40142
- (t.tagID === _.MGLYPH || t.tagID === _.MALIGNMARK) && r !== void 0 && !this._isIntegrationPoint(r, i, z1.HTML)
40145
+ (t.tagID === _.MGLYPH || t.tagID === _.MALIGNMARK) && r !== void 0 && !this._isIntegrationPoint(r, i, Z1.HTML)
40143
40146
  );
40144
40147
  }
40145
40148
  /** @protected */
@@ -40300,7 +40303,7 @@ let lz = class {
40300
40303
  const i = this.openElements.items[t];
40301
40304
  switch (this.openElements.tagIDs[t]) {
40302
40305
  case _.TEMPLATE: {
40303
- if (this.treeAdapter.getNamespaceURI(i) === z1.HTML)
40306
+ if (this.treeAdapter.getNamespaceURI(i) === Z1.HTML)
40304
40307
  return { parent: this.treeAdapter.getTemplateContent(i), beforeElement: null };
40305
40308
  break;
40306
40309
  }
@@ -40858,7 +40861,7 @@ function V31(e, t, i) {
40858
40861
  e._fosterParentElement(i);
40859
40862
  else {
40860
40863
  const s = e.treeAdapter.getNamespaceURI(t);
40861
- n === _.TEMPLATE && s === z1.HTML && (t = e.treeAdapter.getTemplateContent(t)), e.treeAdapter.appendChild(t, i);
40864
+ n === _.TEMPLATE && s === Z1.HTML && (t = e.treeAdapter.getTemplateContent(t)), e.treeAdapter.appendChild(t, i);
40862
40865
  }
40863
40866
  }
40864
40867
  function H31(e, t, i) {
@@ -40910,7 +40913,7 @@ function y3(e, t) {
40910
40913
  e._err(t, y1.missingDoctype, !0), e.treeAdapter.setDocumentMode(e.document, an.QUIRKS), e.insertionMode = i1.BEFORE_HTML, e._processToken(t);
40911
40914
  }
40912
40915
  function N31(e, t) {
40913
- t.tagID === _.HTML ? (e._insertElement(t, z1.HTML), e.insertionMode = i1.BEFORE_HEAD) : B7(e, t);
40916
+ t.tagID === _.HTML ? (e._insertElement(t, Z1.HTML), e.insertionMode = i1.BEFORE_HEAD) : B7(e, t);
40914
40917
  }
40915
40918
  function z31(e, t) {
40916
40919
  const i = t.tagID;
@@ -40926,7 +40929,7 @@ function Z31(e, t) {
40926
40929
  break;
40927
40930
  }
40928
40931
  case _.HEAD: {
40929
- e._insertElement(t, z1.HTML), e.headElement = e.openElements.current, e.insertionMode = i1.IN_HEAD;
40932
+ e._insertElement(t, Z1.HTML), e.headElement = e.openElements.current, e.insertionMode = i1.IN_HEAD;
40930
40933
  break;
40931
40934
  }
40932
40935
  default:
@@ -40951,7 +40954,7 @@ function jn(e, t) {
40951
40954
  case _.BGSOUND:
40952
40955
  case _.LINK:
40953
40956
  case _.META: {
40954
- e._appendElement(t, z1.HTML), t.ackSelfClosing = !0;
40957
+ e._appendElement(t, Z1.HTML), t.ackSelfClosing = !0;
40955
40958
  break;
40956
40959
  }
40957
40960
  case _.TITLE: {
@@ -40959,7 +40962,7 @@ function jn(e, t) {
40959
40962
  break;
40960
40963
  }
40961
40964
  case _.NOSCRIPT: {
40962
- e.options.scriptingEnabled ? e._switchToTextParsing(t, M2.RAWTEXT) : (e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_HEAD_NO_SCRIPT);
40965
+ e.options.scriptingEnabled ? e._switchToTextParsing(t, M2.RAWTEXT) : (e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_HEAD_NO_SCRIPT);
40963
40966
  break;
40964
40967
  }
40965
40968
  case _.NOFRAMES:
@@ -41058,11 +41061,11 @@ function D31(e, t) {
41058
41061
  break;
41059
41062
  }
41060
41063
  case _.BODY: {
41061
- e._insertElement(t, z1.HTML), e.framesetOk = !1, e.insertionMode = i1.IN_BODY;
41064
+ e._insertElement(t, Z1.HTML), e.framesetOk = !1, e.insertionMode = i1.IN_BODY;
41062
41065
  break;
41063
41066
  }
41064
41067
  case _.FRAMESET: {
41065
- e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_FRAMESET;
41068
+ e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_FRAMESET;
41066
41069
  break;
41067
41070
  }
41068
41071
  case _.BASE:
@@ -41148,20 +41151,20 @@ function I31(e, t) {
41148
41151
  }
41149
41152
  function O31(e, t) {
41150
41153
  const i = e.openElements.tryPeekProperlyNestedBodyElement();
41151
- e.framesetOk && i && (e.treeAdapter.detachNode(i), e.openElements.popAllUpToHtmlElement(), e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_FRAMESET);
41154
+ e.framesetOk && i && (e.treeAdapter.detachNode(i), e.openElements.popAllUpToHtmlElement(), e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_FRAMESET);
41152
41155
  }
41153
41156
  function F31(e, t) {
41154
- e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, z1.HTML);
41157
+ e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, Z1.HTML);
41155
41158
  }
41156
41159
  function P31(e, t) {
41157
- e.openElements.hasInButtonScope(_.P) && e._closePElement(), e.openElements.currentTagId !== void 0 && Ty.has(e.openElements.currentTagId) && e.openElements.pop(), e._insertElement(t, z1.HTML);
41160
+ e.openElements.hasInButtonScope(_.P) && e._closePElement(), e.openElements.currentTagId !== void 0 && Ty.has(e.openElements.currentTagId) && e.openElements.pop(), e._insertElement(t, Z1.HTML);
41158
41161
  }
41159
41162
  function $31(e, t) {
41160
- e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, z1.HTML), e.skipNextNewLine = !0, e.framesetOk = !1;
41163
+ e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, Z1.HTML), e.skipNextNewLine = !0, e.framesetOk = !1;
41161
41164
  }
41162
41165
  function U31(e, t) {
41163
41166
  const i = e.openElements.tmplCount > 0;
41164
- (!e.formElement || i) && (e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, z1.HTML), i || (e.formElement = e.openElements.current));
41167
+ (!e.formElement || i) && (e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, Z1.HTML), i || (e.formElement = e.openElements.current));
41165
41168
  }
41166
41169
  function G31(e, t) {
41167
41170
  e.framesetOk = !1;
@@ -41175,51 +41178,51 @@ function G31(e, t) {
41175
41178
  if (n !== _.ADDRESS && n !== _.DIV && n !== _.P && e._isSpecialElement(e.openElements.items[r], n))
41176
41179
  break;
41177
41180
  }
41178
- e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, z1.HTML);
41181
+ e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, Z1.HTML);
41179
41182
  }
41180
41183
  function W31(e, t) {
41181
- e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, z1.HTML), e.tokenizer.state = M2.PLAINTEXT;
41184
+ e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, Z1.HTML), e.tokenizer.state = M2.PLAINTEXT;
41182
41185
  }
41183
41186
  function Y31(e, t) {
41184
- e.openElements.hasInScope(_.BUTTON) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(_.BUTTON)), e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML), e.framesetOk = !1;
41187
+ e.openElements.hasInScope(_.BUTTON) && (e.openElements.generateImpliedEndTags(), e.openElements.popUntilTagNamePopped(_.BUTTON)), e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML), e.framesetOk = !1;
41185
41188
  }
41186
41189
  function q31(e, t) {
41187
41190
  const i = e.activeFormattingElements.getElementEntryInScopeWithTagName(p1.A);
41188
- i && (HV(e, t), e.openElements.remove(i.element), e.activeFormattingElements.removeEntry(i)), e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
41191
+ i && (HV(e, t), e.openElements.remove(i.element), e.activeFormattingElements.removeEntry(i)), e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
41189
41192
  }
41190
41193
  function j31(e, t) {
41191
- e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
41194
+ e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
41192
41195
  }
41193
41196
  function K31(e, t) {
41194
- e._reconstructActiveFormattingElements(), e.openElements.hasInScope(_.NOBR) && (HV(e, t), e._reconstructActiveFormattingElements()), e._insertElement(t, z1.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
41197
+ e._reconstructActiveFormattingElements(), e.openElements.hasInScope(_.NOBR) && (HV(e, t), e._reconstructActiveFormattingElements()), e._insertElement(t, Z1.HTML), e.activeFormattingElements.pushElement(e.openElements.current, t);
41195
41198
  }
41196
41199
  function X31(e, t) {
41197
- e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML), e.activeFormattingElements.insertMarker(), e.framesetOk = !1;
41200
+ e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML), e.activeFormattingElements.insertMarker(), e.framesetOk = !1;
41198
41201
  }
41199
41202
  function Q31(e, t) {
41200
- e.treeAdapter.getDocumentMode(e.document) !== an.QUIRKS && e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, z1.HTML), e.framesetOk = !1, e.insertionMode = i1.IN_TABLE;
41203
+ e.treeAdapter.getDocumentMode(e.document) !== an.QUIRKS && e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._insertElement(t, Z1.HTML), e.framesetOk = !1, e.insertionMode = i1.IN_TABLE;
41201
41204
  }
41202
41205
  function _$(e, t) {
41203
- e._reconstructActiveFormattingElements(), e._appendElement(t, z1.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
41206
+ e._reconstructActiveFormattingElements(), e._appendElement(t, Z1.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
41204
41207
  }
41205
41208
  function N$(e) {
41206
41209
  const t = m$(e, A4.TYPE);
41207
41210
  return t != null && t.toLowerCase() === C31;
41208
41211
  }
41209
41212
  function J31(e, t) {
41210
- e._reconstructActiveFormattingElements(), e._appendElement(t, z1.HTML), N$(t) || (e.framesetOk = !1), t.ackSelfClosing = !0;
41213
+ e._reconstructActiveFormattingElements(), e._appendElement(t, Z1.HTML), N$(t) || (e.framesetOk = !1), t.ackSelfClosing = !0;
41211
41214
  }
41212
41215
  function e71(e, t) {
41213
- e._appendElement(t, z1.HTML), t.ackSelfClosing = !0;
41216
+ e._appendElement(t, Z1.HTML), t.ackSelfClosing = !0;
41214
41217
  }
41215
41218
  function t71(e, t) {
41216
- e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._appendElement(t, z1.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
41219
+ e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._appendElement(t, Z1.HTML), e.framesetOk = !1, t.ackSelfClosing = !0;
41217
41220
  }
41218
41221
  function i71(e, t) {
41219
41222
  t.tagName = p1.IMG, t.tagID = _.IMG, _$(e, t);
41220
41223
  }
41221
41224
  function r71(e, t) {
41222
- e._insertElement(t, z1.HTML), e.skipNextNewLine = !0, e.tokenizer.state = M2.RCDATA, e.originalInsertionMode = e.insertionMode, e.framesetOk = !1, e.insertionMode = i1.TEXT;
41225
+ e._insertElement(t, Z1.HTML), e.skipNextNewLine = !0, e.tokenizer.state = M2.RCDATA, e.originalInsertionMode = e.insertionMode, e.framesetOk = !1, e.insertionMode = i1.TEXT;
41223
41226
  }
41224
41227
  function n71(e, t) {
41225
41228
  e.openElements.hasInButtonScope(_.P) && e._closePElement(), e._reconstructActiveFormattingElements(), e.framesetOk = !1, e._switchToTextParsing(t, M2.RAWTEXT);
@@ -41231,25 +41234,25 @@ function uz(e, t) {
41231
41234
  e._switchToTextParsing(t, M2.RAWTEXT);
41232
41235
  }
41233
41236
  function a71(e, t) {
41234
- e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML), e.framesetOk = !1, e.insertionMode = e.insertionMode === i1.IN_TABLE || e.insertionMode === i1.IN_CAPTION || e.insertionMode === i1.IN_TABLE_BODY || e.insertionMode === i1.IN_ROW || e.insertionMode === i1.IN_CELL ? i1.IN_SELECT_IN_TABLE : i1.IN_SELECT;
41237
+ e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML), e.framesetOk = !1, e.insertionMode = e.insertionMode === i1.IN_TABLE || e.insertionMode === i1.IN_CAPTION || e.insertionMode === i1.IN_TABLE_BODY || e.insertionMode === i1.IN_ROW || e.insertionMode === i1.IN_CELL ? i1.IN_SELECT_IN_TABLE : i1.IN_SELECT;
41235
41238
  }
41236
41239
  function o71(e, t) {
41237
- e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML);
41240
+ e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML);
41238
41241
  }
41239
41242
  function l71(e, t) {
41240
- e.openElements.hasInScope(_.RUBY) && e.openElements.generateImpliedEndTags(), e._insertElement(t, z1.HTML);
41243
+ e.openElements.hasInScope(_.RUBY) && e.openElements.generateImpliedEndTags(), e._insertElement(t, Z1.HTML);
41241
41244
  }
41242
41245
  function u71(e, t) {
41243
- e.openElements.hasInScope(_.RUBY) && e.openElements.generateImpliedEndTagsWithExclusion(_.RTC), e._insertElement(t, z1.HTML);
41246
+ e.openElements.hasInScope(_.RUBY) && e.openElements.generateImpliedEndTagsWithExclusion(_.RTC), e._insertElement(t, Z1.HTML);
41244
41247
  }
41245
41248
  function c71(e, t) {
41246
- e._reconstructActiveFormattingElements(), S$(t), VV(t), t.selfClosing ? e._appendElement(t, z1.MATHML) : e._insertElement(t, z1.MATHML), t.ackSelfClosing = !0;
41249
+ e._reconstructActiveFormattingElements(), S$(t), VV(t), t.selfClosing ? e._appendElement(t, Z1.MATHML) : e._insertElement(t, Z1.MATHML), t.ackSelfClosing = !0;
41247
41250
  }
41248
41251
  function h71(e, t) {
41249
- e._reconstructActiveFormattingElements(), V$(t), VV(t), t.selfClosing ? e._appendElement(t, z1.SVG) : e._insertElement(t, z1.SVG), t.ackSelfClosing = !0;
41252
+ e._reconstructActiveFormattingElements(), V$(t), VV(t), t.selfClosing ? e._appendElement(t, Z1.SVG) : e._insertElement(t, Z1.SVG), t.ackSelfClosing = !0;
41250
41253
  }
41251
41254
  function cz(e, t) {
41252
- e._reconstructActiveFormattingElements(), e._insertElement(t, z1.HTML);
41255
+ e._reconstructActiveFormattingElements(), e._insertElement(t, Z1.HTML);
41253
41256
  }
41254
41257
  function Ui(e, t) {
41255
41258
  switch (t.tagID) {
@@ -41637,16 +41640,16 @@ function PC(e, t) {
41637
41640
  w6(e, t);
41638
41641
  }
41639
41642
  function V71(e, t) {
41640
- e.openElements.clearBackToTableContext(), e.activeFormattingElements.insertMarker(), e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_CAPTION;
41643
+ e.openElements.clearBackToTableContext(), e.activeFormattingElements.insertMarker(), e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_CAPTION;
41641
41644
  }
41642
41645
  function H71(e, t) {
41643
- e.openElements.clearBackToTableContext(), e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_COLUMN_GROUP;
41646
+ e.openElements.clearBackToTableContext(), e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_COLUMN_GROUP;
41644
41647
  }
41645
41648
  function M71(e, t) {
41646
41649
  e.openElements.clearBackToTableContext(), e._insertFakeElement(p1.COLGROUP, _.COLGROUP), e.insertionMode = i1.IN_COLUMN_GROUP, bV(e, t);
41647
41650
  }
41648
41651
  function b71(e, t) {
41649
- e.openElements.clearBackToTableContext(), e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_TABLE_BODY;
41652
+ e.openElements.clearBackToTableContext(), e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_TABLE_BODY;
41650
41653
  }
41651
41654
  function _71(e, t) {
41652
41655
  e.openElements.clearBackToTableContext(), e._insertFakeElement(p1.TBODY, _.TBODY), e.insertionMode = i1.IN_TABLE_BODY, Lf(e, t);
@@ -41655,10 +41658,10 @@ function N71(e, t) {
41655
41658
  e.openElements.hasInTableScope(_.TABLE) && (e.openElements.popUntilTagNamePopped(_.TABLE), e._resetInsertionMode(), e._processStartTag(t));
41656
41659
  }
41657
41660
  function z71(e, t) {
41658
- N$(t) ? e._appendElement(t, z1.HTML) : w6(e, t), t.ackSelfClosing = !0;
41661
+ N$(t) ? e._appendElement(t, Z1.HTML) : w6(e, t), t.ackSelfClosing = !0;
41659
41662
  }
41660
41663
  function Z71(e, t) {
41661
- !e.formElement && e.openElements.tmplCount === 0 && (e._insertElement(t, z1.HTML), e.formElement = e.openElements.current, e.openElements.pop());
41664
+ !e.formElement && e.openElements.tmplCount === 0 && (e._insertElement(t, Z1.HTML), e.formElement = e.openElements.current, e.openElements.pop());
41662
41665
  }
41663
41666
  function h9(e, t) {
41664
41667
  switch (t.tagID) {
@@ -41789,7 +41792,7 @@ function bV(e, t) {
41789
41792
  break;
41790
41793
  }
41791
41794
  case _.COL: {
41792
- e._appendElement(t, z1.HTML), t.ackSelfClosing = !0;
41795
+ e._appendElement(t, Z1.HTML), t.ackSelfClosing = !0;
41793
41796
  break;
41794
41797
  }
41795
41798
  case _.TEMPLATE: {
@@ -41822,7 +41825,7 @@ function wd(e, t) {
41822
41825
  function Lf(e, t) {
41823
41826
  switch (t.tagID) {
41824
41827
  case _.TR: {
41825
- e.openElements.clearBackToTableBodyContext(), e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_ROW;
41828
+ e.openElements.clearBackToTableBodyContext(), e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_ROW;
41826
41829
  break;
41827
41830
  }
41828
41831
  case _.TH:
@@ -41873,7 +41876,7 @@ function Sf(e, t) {
41873
41876
  switch (t.tagID) {
41874
41877
  case _.TH:
41875
41878
  case _.TD: {
41876
- e.openElements.clearBackToTableRowContext(), e._insertElement(t, z1.HTML), e.insertionMode = i1.IN_CELL, e.activeFormattingElements.insertMarker();
41879
+ e.openElements.clearBackToTableRowContext(), e._insertElement(t, Z1.HTML), e.insertionMode = i1.IN_CELL, e.activeFormattingElements.insertMarker();
41877
41880
  break;
41878
41881
  }
41879
41882
  case _.CAPTION:
@@ -41955,15 +41958,15 @@ function D$(e, t) {
41955
41958
  break;
41956
41959
  }
41957
41960
  case _.OPTION: {
41958
- e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e._insertElement(t, z1.HTML);
41961
+ e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e._insertElement(t, Z1.HTML);
41959
41962
  break;
41960
41963
  }
41961
41964
  case _.OPTGROUP: {
41962
- e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e.openElements.currentTagId === _.OPTGROUP && e.openElements.pop(), e._insertElement(t, z1.HTML);
41965
+ e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e.openElements.currentTagId === _.OPTGROUP && e.openElements.pop(), e._insertElement(t, Z1.HTML);
41963
41966
  break;
41964
41967
  }
41965
41968
  case _.HR: {
41966
- e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e.openElements.currentTagId === _.OPTGROUP && e.openElements.pop(), e._appendElement(t, z1.HTML), t.ackSelfClosing = !0;
41969
+ e.openElements.currentTagId === _.OPTION && e.openElements.pop(), e.openElements.currentTagId === _.OPTGROUP && e.openElements.pop(), e._appendElement(t, Z1.HTML), t.ackSelfClosing = !0;
41967
41970
  break;
41968
41971
  }
41969
41972
  case _.INPUT:
@@ -42080,11 +42083,11 @@ function P71(e, t) {
42080
42083
  break;
42081
42084
  }
42082
42085
  case _.FRAMESET: {
42083
- e._insertElement(t, z1.HTML);
42086
+ e._insertElement(t, Z1.HTML);
42084
42087
  break;
42085
42088
  }
42086
42089
  case _.FRAME: {
42087
- e._appendElement(t, z1.HTML), t.ackSelfClosing = !0;
42090
+ e._appendElement(t, Z1.HTML), t.ackSelfClosing = !0;
42088
42091
  break;
42089
42092
  }
42090
42093
  case _.NOFRAMES: {
@@ -42136,7 +42139,7 @@ function j71(e, t) {
42136
42139
  e._insertCharacters(t), e.framesetOk = !1;
42137
42140
  }
42138
42141
  function O$(e) {
42139
- for (; e.treeAdapter.getNamespaceURI(e.openElements.current) !== z1.HTML && e.openElements.currentTagId !== void 0 && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); )
42142
+ for (; e.treeAdapter.getNamespaceURI(e.openElements.current) !== Z1.HTML && e.openElements.currentTagId !== void 0 && !e._isIntegrationPoint(e.openElements.currentTagId, e.openElements.current); )
42140
42143
  e.openElements.pop();
42141
42144
  }
42142
42145
  function K71(e, t) {
@@ -42144,7 +42147,7 @@ function K71(e, t) {
42144
42147
  O$(e), e._startTagOutsideForeignContent(t);
42145
42148
  else {
42146
42149
  const i = e._getAdjustedCurrentElement(), r = e.treeAdapter.getNamespaceURI(i);
42147
- r === z1.MATHML ? S$(t) : r === z1.SVG && (d31(t), V$(t)), VV(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), t.ackSelfClosing = !0;
42150
+ r === Z1.MATHML ? S$(t) : r === Z1.SVG && (d31(t), V$(t)), VV(t), t.selfClosing ? e._appendElement(t, r) : e._insertElement(t, r), t.ackSelfClosing = !0;
42148
42151
  }
42149
42152
  }
42150
42153
  function X71(e, t) {
@@ -42154,7 +42157,7 @@ function X71(e, t) {
42154
42157
  }
42155
42158
  for (let i = e.openElements.stackTop; i > 0; i--) {
42156
42159
  const r = e.openElements.items[i];
42157
- if (e.treeAdapter.getNamespaceURI(r) === z1.HTML) {
42160
+ if (e.treeAdapter.getNamespaceURI(r) === Z1.HTML) {
42158
42161
  e._endTagOutsideForeignContent(t);
42159
42162
  break;
42160
42163
  }
@@ -46746,7 +46749,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46746
46749
  icon: z(l9)
46747
46750
  }, {
46748
46751
  default: e1(() => [
46749
- c1($(z(i)("Brouillon")), 1)
46752
+ u1($(z(i)("Brouillon")), 1)
46750
46753
  ]),
46751
46754
  _: 1
46752
46755
  }, 8, ["icon"])) : e.dataservice.archived_at ? (T(), s1(Sa, {
@@ -46754,7 +46757,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46754
46757
  icon: z(YS)
46755
46758
  }, {
46756
46759
  default: e1(() => [
46757
- c1($(z(i)("Archivé")), 1)
46760
+ u1($(z(i)("Archivé")), 1)
46758
46761
  ]),
46759
46762
  _: 1
46760
46763
  }, 8, ["icon"])) : e.dataservice.access_type === "restricted" ? (T(), s1(Sa, {
@@ -46762,7 +46765,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46762
46765
  icon: z(l9)
46763
46766
  }, {
46764
46767
  default: e1(() => [
46765
- c1($(z(i)("Accès restreint")), 1)
46768
+ u1($(z(i)("Accès restreint")), 1)
46766
46769
  ]),
46767
46770
  _: 1
46768
46771
  }, 8, ["icon"])) : e.dataservice.access_type === "open_with_account" ? (T(), s1(Sa, {
@@ -46770,7 +46773,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46770
46773
  icon: z(yi1)
46771
46774
  }, {
46772
46775
  default: e1(() => [
46773
- c1($(z(i)("Ouvert avec un compte")), 1)
46776
+ u1($(z(i)("Ouvert avec un compte")), 1)
46774
46777
  ]),
46775
46778
  _: 1
46776
46779
  }, 8, ["icon"])) : r1("", !0)
@@ -46797,7 +46800,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46797
46800
  "title-tag": e.titleTag
46798
46801
  }, {
46799
46802
  default: e1(() => [
46800
- c1($(e.dataservice.title), 1)
46803
+ u1($(e.dataservice.title), 1)
46801
46804
  ]),
46802
46805
  _: 1
46803
46806
  }, 8, ["icon", "url", "title-tag"]),
@@ -46825,7 +46828,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46825
46828
  "aria-hidden": "true",
46826
46829
  class: "size-3.5"
46827
46830
  }),
46828
- c1($(z(ei)(e.dataservice.metrics.views)), 1)
46831
+ u1($(z(ei)(e.dataservice.metrics.views)), 1)
46829
46832
  ], 8, xh1),
46830
46833
  D("p", {
46831
46834
  class: "text-sm mb-0 flex items-center gap-0.5",
@@ -46835,7 +46838,7 @@ const uh1 = "prose prose-neutral max-w-none prose-strong:text-gray-plain", ch1 =
46835
46838
  "aria-hidden": "true",
46836
46839
  class: "size-3.5"
46837
46840
  }),
46838
- c1($(z(ei)(e.dataservice.metrics.followers)), 1)
46841
+ u1($(z(ei)(e.dataservice.metrics.followers)), 1)
46839
46842
  ], 8, Lh1)
46840
46843
  ])
46841
46844
  ])) : r1("", !0),
@@ -46875,7 +46878,7 @@ const Mh1 = ["aria-valuenow", "aria-valuemax"], xU = /* @__PURE__ */ g({
46875
46878
  class: "min-w-20 h-2.5 rounded-lg border border-gray-default bg-[#f5f5f5] overflow-hidden"
46876
46879
  }, [
46877
46880
  D("div", {
46878
- class: E1(["h-full rounded-lg", e.barClass]),
46881
+ class: z1(["h-full rounded-lg", e.barClass]),
46879
46882
  style: Ct({ width: i.value + "%" })
46880
46883
  }, null, 6),
46881
46884
  U1(r.$slots, "default")
@@ -46894,16 +46897,16 @@ const Mh1 = ["aria-valuenow", "aria-valuemax"], xU = /* @__PURE__ */ g({
46894
46897
  max: Bz,
46895
46898
  "aria-label": e.score >= i ? z(r)("Bon") : z(r)("À améliorer"),
46896
46899
  "bar-class": e.score >= i ? "bg-success-dark" : "bg-gray-low",
46897
- class: E1(t.class)
46900
+ class: z1(t.class)
46898
46901
  }, {
46899
46902
  default: e1(() => [
46900
46903
  D("span", bh1, [
46901
46904
  e.score >= i ? (T(), P(N1, { key: 0 }, [
46902
- c1($(z(r)("Bon")), 1)
46905
+ u1($(z(r)("Bon")), 1)
46903
46906
  ], 64)) : (T(), P(N1, { key: 1 }, [
46904
- c1($(z(r)("À améliorer")), 1)
46907
+ u1($(z(r)("À améliorer")), 1)
46905
46908
  ], 64)),
46906
- c1(" (" + $(s.value) + ") ", 1)
46909
+ u1(" (" + $(s.value) + ") ", 1)
46907
46910
  ])
46908
46911
  ]),
46909
46912
  _: 1
@@ -46929,13 +46932,13 @@ const Mh1 = ["aria-valuenow", "aria-valuemax"], xU = /* @__PURE__ */ g({
46929
46932
  class: "fr-icon-check-line",
46930
46933
  "aria-hidden": "true"
46931
46934
  }, null, -1)),
46932
- c1(" " + $(e.messagePassed), 1)
46935
+ u1(" " + $(e.messagePassed), 1)
46933
46936
  ])) : (T(), P("p", Nh1, [
46934
46937
  i[1] || (i[1] = D("span", {
46935
46938
  class: "fr-icon-warning-line",
46936
46939
  "aria-hidden": "true"
46937
46940
  }, null, -1)),
46938
- c1(" " + $(e.messageFailed), 1)
46941
+ u1(" " + $(e.messageFailed), 1)
46939
46942
  ]))
46940
46943
  ]));
46941
46944
  }
@@ -49882,7 +49885,7 @@ let nG = vi.RenderStrategy, qy = g({ props: { as: { type: [Object, String], defa
49882
49885
  E(I), w.value = !1;
49883
49886
  }, { immediate: !0 });
49884
49887
  }), u2(UV, L), H6(W(() => ft(v.value, { visible: Ht.Open, hidden: Ht.Closed }) | s.value)), () => {
49885
- let { appear: R, show: k, enter: I, enterFrom: O, enterTo: q, entered: Y, leave: K, leaveFrom: F, leaveTo: J, ...t1 } = e, G = { ref: h }, v1 = { ...t1, ...f.value && p.value && S6.isServer ? { class: E1([i.class, t1.class, ...V, ...S]) } : {} };
49888
+ let { appear: R, show: k, enter: I, enterFrom: O, enterTo: q, entered: Y, leave: K, leaveFrom: F, leaveTo: J, ...t1 } = e, G = { ref: h }, v1 = { ...t1, ...f.value && p.value && S6.isServer ? { class: z1([i.class, t1.class, ...V, ...S]) } : {} };
49886
49889
  return ht({ theirProps: v1, ourProps: G, slot: {}, slots: r, attrs: i, features: nG, visible: v.value === "visible", name: "TransitionChild" });
49887
49890
  };
49888
49891
  } }), mp1 = qy, GV = g({ inheritAttrs: !1, props: { as: { type: [Object, String], default: "div" }, show: { type: [Boolean], default: null }, unmount: { type: [Boolean], default: !0 }, appear: { type: [Boolean], default: !1 }, enter: { type: [String], default: "" }, enterFrom: { type: [String], default: "" }, enterTo: { type: [String], default: "" }, entered: { type: [String], default: "" }, leave: { type: [String], default: "" }, leaveFrom: { type: [String], default: "" }, leaveTo: { type: [String], default: "" } }, emits: { beforeEnter: () => !0, afterEnter: () => !0, beforeLeave: () => !0, afterLeave: () => !0 }, setup(e, { emit: t, attrs: i, slots: r }) {
@@ -49968,7 +49971,7 @@ const Rf = /* @__PURE__ */ g({
49968
49971
  (T(), s1(u6, { to: "#tooltips" }, [
49969
49972
  Es(U(z(FV), {
49970
49973
  ref: "panel",
49971
- class: E1(["drop-shadow bg-white rounded-sm w-96 absolute z-[800]", {
49974
+ class: z1(["drop-shadow bg-white rounded-sm w-96 absolute z-[800]", {
49972
49975
  "p-0": e.noMargin,
49973
49976
  "p-3": !e.noMargin
49974
49977
  }]),
@@ -50039,7 +50042,7 @@ const Rf = /* @__PURE__ */ g({
50039
50042
  icon: z(l9)
50040
50043
  }, {
50041
50044
  default: e1(() => [
50042
- c1($(z(i)("Brouillon")), 1)
50045
+ u1($(z(i)("Brouillon")), 1)
50043
50046
  ]),
50044
50047
  _: 1
50045
50048
  }, 8, ["icon"])) : e.dataset.archived ? (T(), s1(Sa, {
@@ -50047,7 +50050,7 @@ const Rf = /* @__PURE__ */ g({
50047
50050
  icon: z(YS)
50048
50051
  }, {
50049
50052
  default: e1(() => [
50050
- c1($(z(i)("Archivé")), 1)
50053
+ u1($(z(i)("Archivé")), 1)
50051
50054
  ]),
50052
50055
  _: 1
50053
50056
  }, 8, ["icon"])) : r1("", !0)
@@ -50075,7 +50078,7 @@ const Rf = /* @__PURE__ */ g({
50075
50078
  "title-tag": e.titleTag
50076
50079
  }, $O({
50077
50080
  default: e1(() => [
50078
- c1($(e.dataset.title) + " ", 1)
50081
+ u1($(e.dataset.title) + " ", 1)
50079
50082
  ]),
50080
50083
  _: 2
50081
50084
  }, [
@@ -50115,7 +50118,7 @@ const Rf = /* @__PURE__ */ g({
50115
50118
  "aria-hidden": "true",
50116
50119
  class: "size-3.5"
50117
50120
  }),
50118
- c1($(z(ei)(e.dataset.metrics.views)), 1)
50121
+ u1($(z(ei)(e.dataset.metrics.views)), 1)
50119
50122
  ], 8, _p1),
50120
50123
  D("p", {
50121
50124
  class: "text-sm mb-0 flex items-center gap-0.5",
@@ -50125,7 +50128,7 @@ const Rf = /* @__PURE__ */ g({
50125
50128
  "aria-hidden": "true",
50126
50129
  class: "size-3.5"
50127
50130
  }),
50128
- c1($(z(ei)(e.dataset.metrics.resources_downloads)), 1)
50131
+ u1($(z(ei)(e.dataset.metrics.resources_downloads)), 1)
50129
50132
  ], 8, Np1),
50130
50133
  D("p", {
50131
50134
  class: "text-sm mb-0 flex items-center gap-0.5",
@@ -50135,7 +50138,7 @@ const Rf = /* @__PURE__ */ g({
50135
50138
  "aria-hidden": "true",
50136
50139
  class: "size-3.5"
50137
50140
  }),
50138
- c1($(z(ei)(e.dataset.metrics.reuses)), 1)
50141
+ u1($(z(ei)(e.dataset.metrics.reuses)), 1)
50139
50142
  ], 8, zp1),
50140
50143
  D("p", {
50141
50144
  class: "text-sm mb-0 flex items-center gap-0.5",
@@ -50145,7 +50148,7 @@ const Rf = /* @__PURE__ */ g({
50145
50148
  "aria-hidden": "true",
50146
50149
  class: "size-3.5"
50147
50150
  }),
50148
- c1($(z(ei)(e.dataset.metrics.followers)), 1)
50151
+ u1($(z(ei)(e.dataset.metrics.followers)), 1)
50149
50152
  ], 8, Zp1)
50150
50153
  ])
50151
50154
  ]),
@@ -50732,7 +50735,7 @@ const Rp1 = ["y"], Ap1 = ["y"], Dp1 = ["y"], Bp1 = ["y"], kp1 = ["y"], Ip1 = ["y
50732
50735
  class: "fr-icon-warning-line",
50733
50736
  "aria-hidden": "true"
50734
50737
  }, null, -1)),
50735
- c1(" " + $(z(n)("La structure de données de ce fichier n'a pas pu être chargée.")), 1)
50738
+ u1(" " + $(z(n)("La structure de données de ce fichier n'a pas pu être chargée.")), 1)
50736
50739
  ])
50737
50740
  ])) : o.value ? (T(), s1(lG, { key: 1 })) : (T(), P("div", $p1, [
50738
50741
  c.value ? r1("", !0) : (T(), P("div", Up1, [
@@ -50741,7 +50744,7 @@ const Rp1 = ["y"], Ap1 = ["y"], Dp1 = ["y"], Bp1 = ["y"], kp1 = ["y"], Ip1 = ["y
50741
50744
  class: "fr-icon-warning-line",
50742
50745
  "aria-hidden": "true"
50743
50746
  }, null, -1)),
50744
- c1(" " + $(z(n)("Aucune structure de données détectée pour ce fichier.")), 1)
50747
+ u1(" " + $(z(n)("Aucune structure de données détectée pour ce fichier.")), 1)
50745
50748
  ])
50746
50749
  ])),
50747
50750
  c.value ? (T(!0), P(N1, { key: 1 }, we(h.value, (C, m) => (T(), P("div", {
@@ -51168,7 +51171,7 @@ const Hf1 = { class: "fr-pl-0" }, Mf1 = {
51168
51171
  onClick: d[1] || (d[1] = (p) => z(bi)("Jeux de données", "Télécharger un fichier", `Bouton : format ${e.resource.format}`))
51169
51172
  }, [
51170
51173
  D("span", null, [
51171
- c1($(z(i)("Format {format}", { format: e.resource.format })), 1),
51174
+ u1($(z(i)("Format {format}", { format: e.resource.format })), 1),
51172
51175
  l.value ? (T(), P("span", Tf1, " - " + $(z(g8)(l.value)), 1)) : r1("", !0)
51173
51176
  ])
51174
51177
  ], 8, Ef1)
@@ -51195,7 +51198,7 @@ const Hf1 = { class: "fr-pl-0" }, Mf1 = {
51195
51198
  onClick: (f) => z(bi)("Jeux de données", "Télécharger un fichier", `Bouton : format ${p.format}`)
51196
51199
  }, [
51197
51200
  D("span", null, [
51198
- c1($(z(i)("Format {format}", { format: p.format })), 1),
51201
+ u1($(z(i)("Format {format}", { format: p.format })), 1),
51199
51202
  p.size ? (T(), P("span", Df1, " - " + $(z(g8)(p.size)), 1)) : r1("", !0)
51200
51203
  ])
51201
51204
  ], 8, Af1)
@@ -51211,7 +51214,7 @@ const Hf1 = { class: "fr-pl-0" }, Mf1 = {
51211
51214
  z(a).length ? (T(), P(N1, { key: 3 }, [
51212
51215
  D("dt", Bf1, [
51213
51216
  D("div", kf1, [
51214
- c1($(z(i)("Formats exportés depuis le service WFS")) + " ", 1),
51217
+ u1($(z(i)("Formats exportés depuis le service WFS")) + " ", 1),
51215
51218
  z(o) ? (T(), P("span", If1, " (" + $(z(i)("projection {crs}", { crs: z(o) })) + ")", 1)) : r1("", !0),
51216
51219
  U(dd, null, {
51217
51220
  tooltip: e1(() => [
@@ -51297,7 +51300,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51297
51300
  D("div", jf1, [
51298
51301
  (T(), s1(dt(e.titleLevel), { class: "subtitle uppercase m-0" }, {
51299
51302
  default: e1(() => [
51300
- c1($(e.titleText), 1)
51303
+ u1($(e.titleText), 1)
51301
51304
  ]),
51302
51305
  _: 1
51303
51306
  }))
@@ -51311,7 +51314,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51311
51314
  icon: s ? z(G21) : z(mr)
51312
51315
  }, {
51313
51316
  default: e1(() => [
51314
- c1($(e.buttonText) + " ", 1),
51317
+ u1($(e.buttonText) + " ", 1),
51315
51318
  s ? (T(), P("span", Xf1, $(z(i)("Fermer les détails")), 1)) : r1("", !0)
51316
51319
  ]),
51317
51320
  _: 2
@@ -51350,7 +51353,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51350
51353
  D("dl", ng1, [
51351
51354
  U(s0, null, {
51352
51355
  default: e1(() => [
51353
- c1($(z(s)("URL")) + " ", 1),
51356
+ u1($(z(s)("URL")) + " ", 1),
51354
51357
  U(Tr, {
51355
51358
  label: z(s)("Copier l'URL"),
51356
51359
  "copied-label": z(s)("URL copiée !"),
@@ -51372,7 +51375,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51372
51375
  }),
51373
51376
  U(s0, null, {
51374
51377
  default: e1(() => [
51375
- c1($(z(s)("URL stable")) + " ", 1),
51378
+ u1($(z(s)("URL stable")) + " ", 1),
51376
51379
  U(Tr, {
51377
51380
  label: z(s)("Copier l'URL stable"),
51378
51381
  "copied-label": z(s)("URL stable copiée !"),
@@ -51394,7 +51397,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51394
51397
  }),
51395
51398
  U(s0, null, {
51396
51399
  default: e1(() => [
51397
- c1($(z(s)("Identifiant")) + " ", 1),
51400
+ u1($(z(s)("Identifiant")) + " ", 1),
51398
51401
  U(Tr, {
51399
51402
  label: z(s)("Copier l'identifiant"),
51400
51403
  "copied-label": z(s)("ID copié !"),
@@ -51413,7 +51416,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51413
51416
  e.resource.checksum ? (T(), P(N1, { key: 0 }, [
51414
51417
  U(s0, null, {
51415
51418
  default: e1(() => [
51416
- c1($(e.resource.checksum.type) + " ", 1),
51419
+ u1($(e.resource.checksum.type) + " ", 1),
51417
51420
  U(Tr, {
51418
51421
  label: z(s)("Copier la somme de contrôle"),
51419
51422
  "copied-label": z(s)("Somme de contrôle copiée !"),
@@ -51434,25 +51437,25 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51434
51437
  D("dl", hg1, [
51435
51438
  U(s0, null, {
51436
51439
  default: e1(() => [
51437
- c1($(z(s)("Créée le")), 1)
51440
+ u1($(z(s)("Créée le")), 1)
51438
51441
  ]),
51439
51442
  _: 1
51440
51443
  }),
51441
51444
  U(n0, null, {
51442
51445
  default: e1(() => [
51443
- c1($(z(a)(e.resource.created_at)), 1)
51446
+ u1($(z(a)(e.resource.created_at)), 1)
51444
51447
  ]),
51445
51448
  _: 1
51446
51449
  }),
51447
51450
  U(s0, null, {
51448
51451
  default: e1(() => [
51449
- c1($(z(s)("Modifiée le")), 1)
51452
+ u1($(z(s)("Modifiée le")), 1)
51450
51453
  ]),
51451
51454
  _: 1
51452
51455
  }),
51453
51456
  U(n0, null, {
51454
51457
  default: e1(() => [
51455
- c1($(z(a)(e.resource.last_modified)), 1)
51458
+ u1($(z(a)(e.resource.last_modified)), 1)
51456
51459
  ]),
51457
51460
  _: 1
51458
51461
  })
@@ -51461,13 +51464,13 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51461
51464
  n.value ? (T(), P(N1, { key: 0 }, [
51462
51465
  U(s0, null, {
51463
51466
  default: e1(() => [
51464
- c1($(z(s)("Taille")), 1)
51467
+ u1($(z(s)("Taille")), 1)
51465
51468
  ]),
51466
51469
  _: 1
51467
51470
  }),
51468
51471
  U(n0, null, {
51469
51472
  default: e1(() => [
51470
- c1($(z(g8)(n.value)), 1)
51473
+ u1($(z(g8)(n.value)), 1)
51471
51474
  ]),
51472
51475
  _: 1
51473
51476
  })
@@ -51475,13 +51478,13 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51475
51478
  e.resource.mime ? (T(), P(N1, { key: 1 }, [
51476
51479
  U(s0, null, {
51477
51480
  default: e1(() => [
51478
- c1($(z(s)("Type")), 1)
51481
+ u1($(z(s)("Type")), 1)
51479
51482
  ]),
51480
51483
  _: 1
51481
51484
  }),
51482
51485
  U(n0, null, {
51483
51486
  default: e1(() => [
51484
- c1($(z(hG)(e.resource.type)), 1)
51487
+ u1($(z(hG)(e.resource.type)), 1)
51485
51488
  ]),
51486
51489
  _: 1
51487
51490
  })
@@ -51489,7 +51492,7 @@ const s0 = /* @__PURE__ */ Y2(Gf1, [["render", Yf1]]), qf1 = { class: "flex flex
51489
51492
  e.resource.mime ? (T(), P(N1, { key: 2 }, [
51490
51493
  U(s0, null, {
51491
51494
  default: e1(() => [
51492
- c1($(z(s)("Type MIME")), 1)
51495
+ u1($(z(s)("Type MIME")), 1)
51493
51496
  ]),
51494
51497
  _: 1
51495
51498
  }),
@@ -51548,7 +51551,7 @@ const Hs = /* @__PURE__ */ Y2(mg1, [["render", wg1]]), yg1 = {
51548
51551
  url: e.discussionUrl || e.discussion.self_web_url || "#"
51549
51552
  }, {
51550
51553
  default: e1(() => [
51551
- c1($(e.discussion.title), 1)
51554
+ u1($(e.discussion.title), 1)
51552
51555
  ]),
51553
51556
  _: 1
51554
51557
  }, 8, ["icon", "url"]),
@@ -51611,7 +51614,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51611
51614
  class: "px-1 py-[2px] font-mono bg-gray-some text-gray-medium rounded"
51612
51615
  }, {
51613
51616
  default: e1(() => [
51614
- c1($(e.license.title), 1)
51617
+ u1($(e.license.title), 1)
51615
51618
  ]),
51616
51619
  _: 1
51617
51620
  }, 8, ["to"])) : e.license ? (T(), P("span", Mg1, $(e.license.title), 1)) : r1("", !0);
@@ -51627,7 +51630,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51627
51630
  secondary: "text-gray-title bg-gray-lower"
51628
51631
  })[t.type]);
51629
51632
  return (r, n) => (T(), P("span", {
51630
- class: E1(["inline-flex items-center space-x-1 text-xs rounded-xl px-2 py-0.5", i.value])
51633
+ class: z1(["inline-flex items-center space-x-1 text-xs rounded-xl px-2 py-0.5", i.value])
51631
51634
  }, [
51632
51635
  e.icon ? (T(), s1(dt(e.icon), {
51633
51636
  key: 0,
@@ -51656,7 +51659,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51656
51659
  e.dataset.tags && e.dataset.tags.length ? (T(), P("div", Zg1, [
51657
51660
  U(Vs, null, {
51658
51661
  default: e1(() => [
51659
- c1($(z(i)("Mots-clés")), 1)
51662
+ u1($(z(i)("Mots-clés")), 1)
51660
51663
  ]),
51661
51664
  _: 1
51662
51665
  }),
@@ -51670,7 +51673,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51670
51673
  default: e1(() => [
51671
51674
  U(vG, { type: "secondary" }, {
51672
51675
  default: e1(() => [
51673
- c1($(o), 1)
51676
+ u1($(o), 1)
51674
51677
  ]),
51675
51678
  _: 2
51676
51679
  }, 1024)
@@ -51684,13 +51687,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51684
51687
  D("div", null, [
51685
51688
  U(Vs, null, {
51686
51689
  default: e1(() => [
51687
- c1($(z(i)("Identifiant")), 1)
51690
+ u1($(z(i)("Identifiant")), 1)
51688
51691
  ]),
51689
51692
  _: 1
51690
51693
  }),
51691
51694
  U(Hs, { class: "flex items-center gap-2" }, {
51692
51695
  default: e1(() => [
51693
- c1($(e.dataset.id) + " ", 1),
51696
+ u1($(e.dataset.id) + " ", 1),
51694
51697
  U(Tr, {
51695
51698
  class: "!-mt-0.5",
51696
51699
  label: z(i)("Copier l'identifiant"),
@@ -51705,7 +51708,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51705
51708
  e.dataset.license ? (T(), P("div", Eg1, [
51706
51709
  U(Vs, null, {
51707
51710
  default: e1(() => [
51708
- c1($(z(i)("Licence")), 1)
51711
+ u1($(z(i)("Licence")), 1)
51709
51712
  ]),
51710
51713
  _: 1
51711
51714
  }),
@@ -51738,13 +51741,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51738
51741
  D("div", null, [
51739
51742
  U(Vs, null, {
51740
51743
  default: e1(() => [
51741
- c1($(z(t)("Création")), 1)
51744
+ u1($(z(t)("Création")), 1)
51742
51745
  ]),
51743
51746
  _: 1
51744
51747
  }),
51745
51748
  U(Hs, null, {
51746
51749
  default: e1(() => [
51747
- c1($(z(i)(e.dataset.created_at)), 1)
51750
+ u1($(z(i)(e.dataset.created_at)), 1)
51748
51751
  ]),
51749
51752
  _: 1
51750
51753
  })
@@ -51752,13 +51755,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51752
51755
  e.dataset.frequency ? (T(), P("div", Ag1, [
51753
51756
  U(Vs, null, {
51754
51757
  default: e1(() => [
51755
- c1($(z(t)("Fréquence")), 1)
51758
+ u1($(z(t)("Fréquence")), 1)
51756
51759
  ]),
51757
51760
  _: 1
51758
51761
  }),
51759
51762
  U(Hs, null, {
51760
51763
  default: e1(() => [
51761
- c1($(e.dataset.frequency.label), 1)
51764
+ u1($(e.dataset.frequency.label), 1)
51762
51765
  ]),
51763
51766
  _: 1
51764
51767
  })
@@ -51766,7 +51769,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51766
51769
  e.dataset.temporal_coverage ? (T(), P("div", Dg1, [
51767
51770
  U(Vs, null, {
51768
51771
  default: e1(() => [
51769
- c1($(z(t)("Couverture temporelle")), 1)
51772
+ u1($(z(t)("Couverture temporelle")), 1)
51770
51773
  ]),
51771
51774
  _: 1
51772
51775
  }),
@@ -51782,13 +51785,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51782
51785
  D("div", null, [
51783
51786
  U(Vs, null, {
51784
51787
  default: e1(() => [
51785
- c1($(z(t)("Dernière mise à jour")), 1)
51788
+ u1($(z(t)("Dernière mise à jour")), 1)
51786
51789
  ]),
51787
51790
  _: 1
51788
51791
  }),
51789
51792
  U(Hs, null, {
51790
51793
  default: e1(() => [
51791
- c1($(z(i)(e.dataset.last_update)), 1)
51794
+ u1($(z(i)(e.dataset.last_update)), 1)
51792
51795
  ]),
51793
51796
  _: 1
51794
51797
  })
@@ -51827,13 +51830,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51827
51830
  e.dataset.spatial.zones && e.dataset.spatial.zones.length ? (T(), P("div", Ig1, [
51828
51831
  U(Vs, null, {
51829
51832
  default: e1(() => [
51830
- c1($(z(i)("Zones")), 1)
51833
+ u1($(z(i)("Zones")), 1)
51831
51834
  ]),
51832
51835
  _: 1
51833
51836
  }),
51834
51837
  U(Hs, null, {
51835
51838
  default: e1(() => [
51836
- c1($(r.value), 1)
51839
+ u1($(r.value), 1)
51837
51840
  ]),
51838
51841
  _: 1
51839
51842
  })
@@ -51841,7 +51844,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51841
51844
  e.dataset.spatial.geom ? (T(), P("div", Og1, [
51842
51845
  U(Vs, null, {
51843
51846
  default: e1(() => [
51844
- c1($(z(i)("Couverture géographique")), 1)
51847
+ u1($(z(i)("Couverture géographique")), 1)
51845
51848
  ]),
51846
51849
  _: 1
51847
51850
  }),
@@ -51857,13 +51860,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51857
51860
  e.dataset.spatial.granularity ? (T(), P("div", Fg1, [
51858
51861
  U(Vs, null, {
51859
51862
  default: e1(() => [
51860
- c1($(z(i)("Granularité de la couverture territoriale")), 1)
51863
+ u1($(z(i)("Granularité de la couverture territoriale")), 1)
51861
51864
  ]),
51862
51865
  _: 1
51863
51866
  }),
51864
51867
  U(Hs, null, {
51865
51868
  default: e1(() => [
51866
- c1($(e.dataset.spatial.granularity.name), 1)
51869
+ u1($(e.dataset.spatial.granularity.name), 1)
51867
51870
  ]),
51868
51871
  _: 1
51869
51872
  })
@@ -51895,9 +51898,9 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51895
51898
  default: e1(() => [
51896
51899
  (T(!0), P(N1, null, we(n.value, (o, l) => (T(), P(N1, { key: l }, [
51897
51900
  o.placeholder && z(i)[o.placeholder] ? (T(), s1(dt(z(i)[o.placeholder]), { key: 0 })) : o.text ? (T(), P(N1, { key: 1 }, [
51898
- c1($(o.text), 1)
51901
+ u1($(o.text), 1)
51899
51902
  ], 64)) : o.placeholder ? (T(), P(N1, { key: 2 }, [
51900
- c1($("{" + o.placeholder + "}"), 1)
51903
+ u1($("{" + o.placeholder + "}"), 1)
51901
51904
  ], 64)) : r1("", !0)
51902
51905
  ], 64))), 128))
51903
51906
  ]),
@@ -51926,13 +51929,13 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51926
51929
  class: "flex flex-col md:flex-row gap-2 justify-between items-center"
51927
51930
  }, [
51928
51931
  D("p", Wg1, [
51929
- c1($(z(n)("Les fichiers du jeu de données suivent le schéma :")) + " ", 1),
51932
+ u1($(z(n)("Les fichiers du jeu de données suivent le schéma :")) + " ", 1),
51930
51933
  U(vG, {
51931
51934
  type: "secondary",
51932
51935
  icon: z(oF)
51933
51936
  }, {
51934
51937
  default: e1(() => [
51935
- c1($(h.name || h.url), 1)
51938
+ u1($(h.name || h.url), 1)
51936
51939
  ]),
51937
51940
  _: 2
51938
51941
  }, 1032, ["icon"])
@@ -51944,7 +51947,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51944
51947
  href: h.url ? h.url : `${z(s).schemasSiteUrl}${h.name}`
51945
51948
  }, {
51946
51949
  default: e1(() => [
51947
- c1($(z(n)("Voir la documentation du schéma")), 1)
51950
+ u1($(z(n)("Voir la documentation du schéma")), 1)
51948
51951
  ]),
51949
51952
  _: 1
51950
51953
  }, 8, ["icon", "href"])
@@ -51958,7 +51961,7 @@ const qV = /* @__PURE__ */ Y2(Sg1, [["render", Hg1]]), Mg1 = {
51958
51961
  external: ""
51959
51962
  }, {
51960
51963
  default: e1(() => [
51961
- c1($(z(s).schemasSiteName), 1)
51964
+ u1($(z(s).schemasSiteName), 1)
51962
51965
  ]),
51963
51966
  _: 1
51964
51967
  }, 8, ["to"])
@@ -52048,7 +52051,7 @@ const Xg1 = { class: "space-y-1 py-6" }, Qg1 = { class: "flex items-center space
52048
52051
  class: "fr-icon-warning-line fr-icon--sm",
52049
52052
  "aria-hidden": "true"
52050
52053
  }, null, -1)),
52051
- c1(" " + $(e.message), 1)
52054
+ u1(" " + $(e.message), 1)
52052
52055
  ])
52053
52056
  ]));
52054
52057
  }
@@ -52358,7 +52361,7 @@ const dC1 = ["src"], P2e = /* @__PURE__ */ g({
52358
52361
  });
52359
52362
  return (r, n) => (T(), s1(dt(e.url ? vr : "span"), {
52360
52363
  to: e.url,
52361
- class: E1(["text-xs leading-5 px-2 py-0.5 rounded-full uppercase inline-flex items-center", {
52364
+ class: z1(["text-xs leading-5 px-2 py-0.5 rounded-full uppercase inline-flex items-center", {
52362
52365
  "bg-none bg-datagouv hover:bg-datagouv-dark text-white gap-1": e.url,
52363
52366
  "bg-gray-lower gap-0.5": !e.url
52364
52367
  }])
@@ -52368,9 +52371,9 @@ const dC1 = ["src"], P2e = /* @__PURE__ */ g({
52368
52371
  key: 0,
52369
52372
  src: z(i),
52370
52373
  alt: "",
52371
- class: E1({ "bg-white rounded-full": e.url })
52374
+ class: z1({ "bg-white rounded-full": e.url })
52372
52375
  }, null, 10, dC1)) : r1("", !0),
52373
- c1(" " + $(e.badge.label), 1)
52376
+ u1(" " + $(e.badge.label), 1)
52374
52377
  ]),
52375
52378
  _: 1
52376
52379
  }, 8, ["to", "class"]));
@@ -52385,7 +52388,7 @@ const dC1 = ["src"], P2e = /* @__PURE__ */ g({
52385
52388
  },
52386
52389
  setup(e) {
52387
52390
  return (t, i) => (T(), P("div", {
52388
- class: E1(e.size === "sm" ? z(Ch1) : z(yU)),
52391
+ class: z1(e.size === "sm" ? z(Ch1) : z(yU)),
52389
52392
  innerHTML: z(lh1)(e.content, { minDepth: e.minHeading, noHeadings: e.noHeadings })
52390
52393
  }, null, 10, pC1));
52391
52394
  }
@@ -52406,14 +52409,14 @@ const dC1 = ["src"], P2e = /* @__PURE__ */ g({
52406
52409
  xs: "text-xs"
52407
52410
  })[t.size]), n = W(() => mF(t.type).label);
52408
52411
  return (s, a) => (T(), P("div", {
52409
- class: E1(`${i.value} flex items-center gap-1`)
52412
+ class: z1(`${i.value} flex items-center gap-1`)
52410
52413
  }, [
52411
52414
  U(vF, {
52412
52415
  type: e.type,
52413
52416
  class: "size-4"
52414
52417
  }, null, 8, ["type"]),
52415
52418
  D("div", {
52416
- class: E1(r.value)
52419
+ class: z1(r.value)
52417
52420
  }, $(n.value), 3)
52418
52421
  ], 2));
52419
52422
  }
@@ -52477,17 +52480,17 @@ const dC1 = ["src"], P2e = /* @__PURE__ */ g({
52477
52480
  "aria-hidden": "true",
52478
52481
  class: "size-4 -mt-1"
52479
52482
  }),
52480
- c1(" " + $(e.organization.metrics.datasets) + " ", 1),
52483
+ u1(" " + $(e.organization.metrics.datasets) + " ", 1),
52481
52484
  U(z(A9), {
52482
52485
  "aria-hidden": "true",
52483
52486
  class: "size-4 -mt-1 ml-1"
52484
52487
  }),
52485
- c1(" " + $(e.organization.metrics.dataservices) + " ", 1),
52488
+ u1(" " + $(e.organization.metrics.dataservices) + " ", 1),
52486
52489
  U(z(dl), {
52487
52490
  "aria-hidden": "true",
52488
52491
  class: "size-4 -mt-1 ml-1"
52489
52492
  }),
52490
- c1(" " + $(e.organization.metrics.reuses), 1)
52493
+ u1(" " + $(e.organization.metrics.reuses), 1)
52491
52494
  ], 8, yC1)) : r1("", !0)
52492
52495
  ])
52493
52496
  ]),
@@ -52556,22 +52559,22 @@ const dC1 = ["src"], P2e = /* @__PURE__ */ g({
52556
52559
  "aria-hidden": "true",
52557
52560
  class: "size-3.5"
52558
52561
  }),
52559
- c1(" " + $(z(ei)(e.organization.metrics.datasets)) + " ", 1),
52562
+ u1(" " + $(z(ei)(e.organization.metrics.datasets)) + " ", 1),
52560
52563
  U(z(A9), {
52561
52564
  "aria-hidden": "true",
52562
52565
  class: "size-3.5 ml-1"
52563
52566
  }),
52564
- c1(" " + $(z(ei)(e.organization.metrics.dataservices)) + " ", 1),
52567
+ u1(" " + $(z(ei)(e.organization.metrics.dataservices)) + " ", 1),
52565
52568
  U(z(dl), {
52566
52569
  "aria-hidden": "true",
52567
52570
  class: "size-3.5 ml-1"
52568
52571
  }),
52569
- c1(" " + $(z(ei)(e.organization.metrics.reuses)) + " ", 1),
52572
+ u1(" " + $(z(ei)(e.organization.metrics.reuses)) + " ", 1),
52570
52573
  U(z(Xp), {
52571
52574
  "aria-hidden": "true",
52572
52575
  class: "size-3.5 ml-1"
52573
52576
  }),
52574
- c1(" " + $(z(ei)(e.organization.metrics.followers)), 1)
52577
+ u1(" " + $(z(ei)(e.organization.metrics.followers)), 1)
52575
52578
  ], 8, SC1)) : r1("", !0)
52576
52579
  ]),
52577
52580
  "description" in e.organization ? (T(), s1(Sl, {
@@ -52626,7 +52629,7 @@ const zC1 = /* @__PURE__ */ Y2(bC1, [["render", NC1]]), ZC1 = ["name", "value",
52626
52629
  setup(e) {
52627
52630
  const t = e, i = gt(VG), { locale: r } = q1(), n = W(() => i?.modelValue.value === t.value), s = W(() => n.value ? t.highlighted ? "bg-blue-800 text-white" : "bg-gray-200" : "hover:bg-gray-100"), a = W(() => t.count === void 0 ? "" : new Intl.NumberFormat(r, { notation: "compact" }).format(t.count));
52628
52631
  return (o, l) => (T(), P("label", {
52629
- class: E1(["flex items-center gap-2 p-1 rounded cursor-pointer transition has-[:focus-visible]:ring-2 has-[:focus-visible]:ring-blue-500", s.value])
52632
+ class: z1(["flex items-center gap-2 p-1 rounded cursor-pointer transition has-[:focus-visible]:ring-2 has-[:focus-visible]:ring-blue-500", s.value])
52630
52633
  }, [
52631
52634
  D("input", {
52632
52635
  type: "radio",
@@ -52636,19 +52639,23 @@ const zC1 = /* @__PURE__ */ Y2(bC1, [["render", NC1]]), ZC1 = ["name", "value",
52636
52639
  class: "sr-only",
52637
52640
  onChange: l[0] || (l[0] = (c) => z(i)?.select(e.value))
52638
52641
  }, null, 40, ZC1),
52639
- e.icon ? (T(), s1(dt(e.icon), {
52642
+ e.icon && typeof e.icon != "string" ? (T(), s1(dt(e.icon), {
52640
52643
  key: 0,
52641
52644
  class: "w-4 h-4"
52642
- })) : r1("", !0),
52645
+ })) : e.icon ? (T(), P("span", {
52646
+ key: 1,
52647
+ class: z1(e.icon),
52648
+ "aria-hidden": "true"
52649
+ }, null, 2)) : r1("", !0),
52643
52650
  D("span", EC1, [
52644
52651
  U1(o.$slots, "default")
52645
52652
  ]),
52646
52653
  e.loading || e.count !== void 0 ? (T(), P("span", {
52647
- key: 1,
52648
- class: E1(["text-xs font-bold px-1 py-0.5 rounded", n.value && e.highlighted ? "bg-white/20 text-white" : "bg-gray-200 text-gray-600"])
52654
+ key: 2,
52655
+ class: z1(["text-xs font-bold px-1 py-0.5 rounded", n.value && e.highlighted ? "bg-white/20 text-white" : "bg-gray-200 text-gray-600"])
52649
52656
  }, [
52650
52657
  e.loading ? (T(), s1(zC1, { key: 0 })) : (T(), P(N1, { key: 1 }, [
52651
- c1($(a.value), 1)
52658
+ u1($(a.value), 1)
52652
52659
  ], 64))
52653
52660
  ], 2)) : r1("", !0)
52654
52661
  ], 2));
@@ -52686,7 +52693,7 @@ const zC1 = /* @__PURE__ */ Y2(bC1, [["render", NC1]]), ZC1 = ["name", "value",
52686
52693
  url: e.postUrl || e.post.page || "#"
52687
52694
  }, {
52688
52695
  default: e1(() => [
52689
- c1($(e.post.name), 1)
52696
+ u1($(e.post.name), 1)
52690
52697
  ]),
52691
52698
  _: 1
52692
52699
  }, 8, ["icon", "url"]),
@@ -53706,7 +53713,7 @@ const yv1 = { class: "relative" }, G2e = /* @__PURE__ */ g({
53706
53713
  ], 4),
53707
53714
  n.value ? (T(), P("div", {
53708
53715
  key: 0,
53709
- class: E1(["bottom-0 w-full cursor-pointer text-center", {
53716
+ class: z1(["bottom-0 w-full cursor-pointer text-center", {
53710
53717
  "relative pt-2.5": r.value,
53711
53718
  "absolute pt-20 bg-linear-to-b from-white/0 via-70% via-white/100 to-white/100": !r.value
53712
53719
  }]),
@@ -53718,9 +53725,9 @@ const yv1 = { class: "relative" }, G2e = /* @__PURE__ */ g({
53718
53725
  }, {
53719
53726
  default: e1(() => [
53720
53727
  r.value ? (T(), P(N1, { key: 0 }, [
53721
- c1($(z(i)("Lire moins")), 1)
53728
+ u1($(z(i)("Lire moins")), 1)
53722
53729
  ], 64)) : (T(), P(N1, { key: 1 }, [
53723
- c1($(z(i)("Lire plus")), 1)
53730
+ u1($(z(i)("Lire plus")), 1)
53724
53731
  ], 64))
53725
53732
  ]),
53726
53733
  _: 1
@@ -53741,7 +53748,7 @@ const yv1 = { class: "relative" }, G2e = /* @__PURE__ */ g({
53741
53748
  };
53742
53749
  return (s, a) => (T(), s1(z(ap1), {
53743
53750
  as: "div",
53744
- class: E1({
53751
+ class: z1({
53745
53752
  "tabs-sm": e.size === "sm"
53746
53753
  }),
53747
53754
  "default-index": i.defaultIndex,
@@ -53769,7 +53776,7 @@ const yv1 = { class: "relative" }, G2e = /* @__PURE__ */ g({
53769
53776
  return (t, i) => (T(), s1(z(lp1), { as: "template" }, {
53770
53777
  default: e1(({ selected: r }) => [
53771
53778
  D("button", {
53772
- class: E1(["fr-segmented__element", { selected: r }])
53779
+ class: z1(["fr-segmented__element", { selected: r }])
53773
53780
  }, [
53774
53781
  D("div", Lv1, [
53775
53782
  U1(t.$slots, "default", {}, void 0, !0)
@@ -53893,56 +53900,56 @@ const bv1 = {
53893
53900
  ]),
53894
53901
  D("div", Zv1, [
53895
53902
  m.value === "none" ? (T(), P("div", Ev1, [
53896
- c1($(z(i)("Ce fichier indique suivre le schéma :")) + " ", 1),
53903
+ u1($(z(i)("Ce fichier indique suivre le schéma :")) + " ", 1),
53897
53904
  (T(), s1(dt(c.value ? "a" : "span"), {
53898
53905
  href: c.value,
53899
53906
  class: "fr-link fr-text--sm"
53900
53907
  }, {
53901
53908
  default: e1(() => [
53902
- c1($(h.value), 1)
53909
+ u1($(h.value), 1)
53903
53910
  ]),
53904
53911
  _: 1
53905
53912
  }, 8, ["href"])),
53906
- w[0] || (w[0] = c1(". ", -1))
53913
+ w[0] || (w[0] = u1(". ", -1))
53907
53914
  ])) : r1("", !0),
53908
53915
  m.value === "ok" ? (T(), P("div", Tv1, [
53909
- c1($(z(i)("Ce fichier est valide pour le schéma :")) + " ", 1),
53916
+ u1($(z(i)("Ce fichier est valide pour le schéma :")) + " ", 1),
53910
53917
  (T(), s1(dt(c.value ? "a" : "span"), {
53911
53918
  href: c.value,
53912
53919
  class: "fr-link fr-text--sm"
53913
53920
  }, {
53914
53921
  default: e1(() => [
53915
- c1($(h.value), 1)
53922
+ u1($(h.value), 1)
53916
53923
  ]),
53917
53924
  _: 1
53918
53925
  }, 8, ["href"])),
53919
- w[1] || (w[1] = c1(". ", -1))
53926
+ w[1] || (w[1] = u1(". ", -1))
53920
53927
  ])) : r1("", !0),
53921
53928
  m.value === "warnings" ? (T(), P("div", Rv1, [
53922
- c1($(z(i)("Ce fichier est valide pour le schéma :")) + " ", 1),
53929
+ u1($(z(i)("Ce fichier est valide pour le schéma :")) + " ", 1),
53923
53930
  (T(), s1(dt(c.value ? "a" : "span"), {
53924
53931
  href: c.value,
53925
53932
  class: "fr-link fr-text--sm"
53926
53933
  }, {
53927
53934
  default: e1(() => [
53928
- c1($(h.value), 1)
53935
+ u1($(h.value), 1)
53929
53936
  ]),
53930
53937
  _: 1
53931
53938
  }, 8, ["href"])),
53932
- c1(". " + $(z(i)("Mais sa conformité peut être améliorée.")), 1)
53939
+ u1(". " + $(z(i)("Mais sa conformité peut être améliorée.")), 1)
53933
53940
  ])) : r1("", !0),
53934
53941
  m.value === "ko" ? (T(), P("div", Av1, [
53935
- c1($(z(i)("Ce fichier indique suivre le schéma :")) + " ", 1),
53942
+ u1($(z(i)("Ce fichier indique suivre le schéma :")) + " ", 1),
53936
53943
  (T(), s1(dt(c.value ? "a" : "span"), {
53937
53944
  href: c.value,
53938
53945
  class: "fr-link fr-text--sm"
53939
53946
  }, {
53940
53947
  default: e1(() => [
53941
- c1($(h.value), 1)
53948
+ u1($(h.value), 1)
53942
53949
  ]),
53943
53950
  _: 1
53944
53951
  }, 8, ["href"])),
53945
- c1(". " + $(z(i)("Mais n'est pas conforme.")), 1)
53952
+ u1(". " + $(z(i)("Mais n'est pas conforme.")), 1)
53946
53953
  ])) : r1("", !0),
53947
53954
  p.value.length ? (T(), P("div", Dv1, [
53948
53955
  w[2] || (w[2] = D("span", { class: "fr-icon-alert-line fr-icon--sm mr-1" }, null, -1)),
@@ -54119,7 +54126,7 @@ const ew1 = "data:image/svg+xml,%3csvg%20width='208'%20height='282'%20viewBox='0
54119
54126
  }), (y, x) => (T(), P("div", null, [
54120
54127
  o.value ? (T(), s1(dW, { key: 0 }, {
54121
54128
  default: e1(() => [
54122
- c1($(z(i)("L'aperçu de ce fichier n'a pas pu être chargé. Téléchargez-le depuis l'onglet Téléchargements.")), 1)
54129
+ u1($(z(i)("L'aperçu de ce fichier n'a pas pu être chargé. Téléchargez-le depuis l'onglet Téléchargements.")), 1)
54123
54130
  ]),
54124
54131
  _: 1
54125
54132
  })) : a.value ? (T(), s1(lG, { key: 1 })) : (T(), P("div", aw1, [
@@ -54141,7 +54148,7 @@ const ew1 = "data:image/svg+xml,%3csvg%20width='208'%20height='282'%20viewBox='0
54141
54148
  onClick: x[0] || (x[0] = (L) => z(bi)("Jeux de données", "Explorer les données", "Bouton : explorer les données"))
54142
54149
  }, {
54143
54150
  default: e1(() => [
54144
- c1($(z(i)("Explorer les données")), 1)
54151
+ u1($(z(i)("Explorer les données")), 1)
54145
54152
  ]),
54146
54153
  _: 1
54147
54154
  }, 8, ["href", "icon"])
@@ -54166,7 +54173,7 @@ const ew1 = "data:image/svg+xml,%3csvg%20width='208'%20height='282'%20viewBox='0
54166
54173
  }, {
54167
54174
  default: e1(() => [
54168
54175
  D("span", mw1, [
54169
- c1($(L) + " ", 1),
54176
+ u1($(L) + " ", 1),
54170
54177
  D("span", vw1, $(l.value && l.value.direction === "desc" ? z(i)("Trier par ordre croissant") : z(i)("Trier par ordre décroissant")), 1)
54171
54178
  ])
54172
54179
  ]),
@@ -54313,7 +54320,7 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54313
54320
  setup(e) {
54314
54321
  return (t, i) => e.contentTypes.length > 1 ? (T(), s1(dd, { key: 0 }, {
54315
54322
  tooltip: e1(() => [
54316
- c1($(e.modelValue), 1)
54323
+ u1($(e.modelValue), 1)
54317
54324
  ]),
54318
54325
  default: e1(() => [
54319
54326
  D("div", Nw1, [
@@ -54333,7 +54340,7 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54333
54340
  _: 1
54334
54341
  })) : e.contentTypes.length === 1 ? (T(), s1(dd, { key: 1 }, {
54335
54342
  tooltip: e1(() => [
54336
- c1($(e.contentTypes[0]), 1)
54343
+ u1($(e.contentTypes[0]), 1)
54337
54344
  ]),
54338
54345
  default: e1(() => [
54339
54346
  D("span", Ew1, $(z(gZ)(e.contentTypes[0])), 1)
@@ -54382,12 +54389,12 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54382
54389
  onClick: (c) => n(l.name)
54383
54390
  }, [
54384
54391
  U(z(aF), {
54385
- class: E1(["size-3 text-gray-medium transition-transform", { "rotate-90": r.has(l.name) }])
54392
+ class: z1(["size-3 text-gray-medium transition-transform", { "rotate-90": r.has(l.name) }])
54386
54393
  }, null, 8, ["class"]),
54387
- c1(" " + $(l.name) + " ", 1),
54394
+ u1(" " + $(l.name) + " ", 1),
54388
54395
  l.required ? (T(), P("span", Dw1, "*")) : r1("", !0)
54389
54396
  ], 8, Aw1)) : (T(), P("span", Bw1, [
54390
- c1($(l.name) + " ", 1),
54397
+ u1($(l.name) + " ", 1),
54391
54398
  l.required ? (T(), P("span", kw1, "*")) : r1("", !0)
54392
54399
  ])),
54393
54400
  D("span", Iw1, $(l.type), 1),
@@ -54421,12 +54428,12 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54421
54428
  D("div", $w1, [
54422
54429
  D("button", {
54423
54430
  type: "button",
54424
- class: E1(["text-xs font-medium px-2 py-0.5 rounded", r.value === "schema" ? "bg-gray-200 text-gray-title" : "text-gray-medium hover:text-gray-title"]),
54431
+ class: z1(["text-xs font-medium px-2 py-0.5 rounded", r.value === "schema" ? "bg-gray-200 text-gray-title" : "text-gray-medium hover:text-gray-title"]),
54425
54432
  onClick: a[0] || (a[0] = (o) => r.value = "schema")
54426
54433
  }, $(z(i)("Schéma")), 3),
54427
54434
  D("button", {
54428
54435
  type: "button",
54429
- class: E1(["text-xs font-medium px-2 py-0.5 rounded", r.value === "example" ? "bg-gray-200 text-gray-title" : "text-gray-medium hover:text-gray-title"]),
54436
+ class: z1(["text-xs font-medium px-2 py-0.5 rounded", r.value === "example" ? "bg-gray-200 text-gray-title" : "text-gray-medium hover:text-gray-title"]),
54430
54437
  onClick: a[1] || (a[1] = (o) => r.value = "example")
54431
54438
  }, $(z(i)("Exemple")), 3)
54432
54439
  ]),
@@ -54492,7 +54499,7 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54492
54499
  key: C.key
54493
54500
  }, {
54494
54501
  default: e1(() => [
54495
- c1($(C.label), 1)
54502
+ u1($(C.label), 1)
54496
54503
  ]),
54497
54504
  _: 2
54498
54505
  }, 1024))), 128))
@@ -54520,7 +54527,7 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54520
54527
  }, [
54521
54528
  D("div", Kw1, [
54522
54529
  D("span", Xw1, [
54523
- c1($(m.name) + " ", 1),
54530
+ u1($(m.name) + " ", 1),
54524
54531
  m.required ? (T(), P("span", Qw1, "*")) : r1("", !0)
54525
54532
  ]),
54526
54533
  D("span", Jw1, $(z(Sd)(e.endpoint.spec, m.schema)), 1)
@@ -54537,7 +54544,7 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54537
54544
  }, [
54538
54545
  D("div", ry1, [
54539
54546
  D("span", ny1, [
54540
- c1($(m.name) + " ", 1),
54547
+ u1($(m.name) + " ", 1),
54541
54548
  f[1] || (f[1] = D("span", { class: "text-red-600" }, "*", -1))
54542
54549
  ]),
54543
54550
  D("span", sy1, $(z(Sd)(e.endpoint.spec, m.schema)), 1)
@@ -54620,7 +54627,7 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54620
54627
  D("div", {
54621
54628
  ref_key: "tabListContainer",
54622
54629
  ref: r,
54623
- class: E1(["overflow-x-auto flex-1 min-w-0", { "scroll-fade": n.value }]),
54630
+ class: z1(["overflow-x-auto flex-1 min-w-0", { "scroll-fade": n.value }]),
54624
54631
  onScroll: a
54625
54632
  }, [
54626
54633
  U(Pf, null, {
@@ -54630,9 +54637,9 @@ const Nw1 = { class: "relative shrink-0" }, zw1 = ["value"], Zw1 = ["value"], Ew
54630
54637
  }, {
54631
54638
  default: e1(() => [
54632
54639
  D("span", {
54633
- class: E1(["inline-block w-2 h-2 rounded-full mr-1.5", f(v.code)])
54640
+ class: z1(["inline-block w-2 h-2 rounded-full mr-1.5", f(v.code)])
54634
54641
  }, null, 2),
54635
- c1(" " + $(v.code), 1)
54642
+ u1(" " + $(v.code), 1)
54636
54643
  ]),
54637
54644
  _: 2
54638
54645
  }, 1024))), 128))
@@ -59216,7 +59223,7 @@ const Mx1 = {
59216
59223
  D("div", Nx1, [
59217
59224
  D("div", zx1, [
59218
59225
  r.value.info?.version ? (T(), P("span", Zx1, [
59219
- c1($(z(i)("Version")) + " ", 1),
59226
+ u1($(z(i)("Version")) + " ", 1),
59220
59227
  D("span", Ex1, $(r.value.info.version), 1)
59221
59228
  ])) : r1("", !0),
59222
59229
  l.value ? (T(), P("div", Tx1, [
@@ -59250,11 +59257,11 @@ const Mx1 = {
59250
59257
  U(z(k5), { class: "flex w-full items-center justify-between py-2 border-b border-gray-default text-left" }, {
59251
59258
  default: e1(() => [
59252
59259
  D("span", Bx1, [
59253
- c1($(w.tag) + " ", 1),
59260
+ u1($(w.tag) + " ", 1),
59254
59261
  D("span", kx1, $(w.endpoints.length), 1)
59255
59262
  ]),
59256
59263
  U(z(mr), {
59257
- class: E1(["size-5 text-gray-medium transition-transform", { "rotate-180": y }])
59264
+ class: z1(["size-5 text-gray-medium transition-transform", { "rotate-180": y }])
59258
59265
  }, null, 8, ["class"])
59259
59266
  ]),
59260
59267
  _: 2
@@ -59269,7 +59276,7 @@ const Mx1 = {
59269
59276
  U(z(k5), { class: "flex items-baseline gap-2 md:gap-3 py-3 px-1 w-full text-left" }, {
59270
59277
  default: e1(() => [
59271
59278
  D("span", {
59272
- class: E1(["shrink-0 w-12 md:w-16 inline-flex items-center justify-center rounded px-1.5 py-0.5 text-xs font-bold uppercase font-mono leading-none", C(x.method)])
59279
+ class: z1(["shrink-0 w-12 md:w-16 inline-flex items-center justify-center rounded px-1.5 py-0.5 text-xs font-bold uppercase font-mono leading-none", C(x.method)])
59273
59280
  }, $(x.method), 3),
59274
59281
  D("div", Ix1, [
59275
59282
  D("span", Ox1, [
@@ -59286,7 +59293,7 @@ const Mx1 = {
59286
59293
  x.summary ? (T(), P("p", Px1, $(x.summary), 1)) : r1("", !0)
59287
59294
  ]),
59288
59295
  U(z(mr), {
59289
- class: E1(["size-4 shrink-0 text-gray-medium transition-transform", { "rotate-180": L }])
59296
+ class: z1(["size-4 shrink-0 text-gray-medium transition-transform", { "rotate-180": L }])
59290
59297
  }, null, 8, ["class"])
59291
59298
  ]),
59292
59299
  _: 2
@@ -59322,11 +59329,11 @@ const Mx1 = {
59322
59329
  U(z(k5), { class: "flex w-full items-center justify-between py-2 border-b border-gray-default text-left" }, {
59323
59330
  default: e1(() => [
59324
59331
  D("span", Gx1, [
59325
- c1($(z(i)("Modèles")) + " ", 1),
59332
+ u1($(z(i)("Modèles")) + " ", 1),
59326
59333
  D("span", Wx1, $(p.value.length), 1)
59327
59334
  ]),
59328
59335
  U(z(mr), {
59329
- class: E1(["size-5 text-gray-medium transition-transform", { "rotate-180": w }])
59336
+ class: z1(["size-5 text-gray-medium transition-transform", { "rotate-180": w }])
59330
59337
  }, null, 8, ["class"])
59331
59338
  ]),
59332
59339
  _: 2
@@ -59341,7 +59348,7 @@ const Mx1 = {
59341
59348
  U(z(k5), { class: "flex items-center gap-2 py-3 px-1 w-full text-left" }, {
59342
59349
  default: e1(() => [
59343
59350
  U(z(mr), {
59344
- class: E1(["size-4 shrink-0 text-gray-medium transition-transform", { "rotate-180": x }])
59351
+ class: z1(["size-4 shrink-0 text-gray-medium transition-transform", { "rotate-180": x }])
59345
59352
  }, null, 8, ["class"]),
59346
59353
  D("span", Yx1, $(y.name), 1),
59347
59354
  y.schema.description ? (T(), P("span", qx1, $(y.schema.description), 1)) : r1("", !0)
@@ -59398,7 +59405,7 @@ const Mx1 = {
59398
59405
  canEdit: { type: Boolean, default: !1 }
59399
59406
  },
59400
59407
  setup(e) {
59401
- const t = ["url", "doi", "www:link", " www:link-1.0-http--link", "www:link-1.0-http--partners", "www:link-1.0-http--related", "www:link-1.0-http--samples"], i = e, r = vt(), n = nn(() => import("./MapContainer.client-CGrS2baS.js")), s = nn(() => import("./Pmtiles.client-DuTezcn5.js")), a = nn(() => import("./JsonPreview.client-PFfBR4J8.js")), o = nn(() => import("./PdfPreview.client-DU36UBGQ.js")), l = nn(() => import("./XmlPreview.client-Bcq2Ye14.js")), c = nn(() => import("./Datafair.client-C2j760M5.js")), { t: h } = q1(), { formatRelativeIfRecentDate: d } = yr(), p = fG(), f = W(() => {
59408
+ const t = ["url", "doi", "www:link", " www:link-1.0-http--link", "www:link-1.0-http--partners", "www:link-1.0-http--related", "www:link-1.0-http--samples"], i = e, r = vt(), n = nn(() => import("./MapContainer.client-Dq7hsL6y.js")), s = nn(() => import("./Pmtiles.client-y7WohNfh.js")), a = nn(() => import("./JsonPreview.client-DLfhF4mv.js")), o = nn(() => import("./PdfPreview.client-DDmYbBUu.js")), l = nn(() => import("./XmlPreview.client-xM-nDTvi.js")), c = nn(() => import("./Datafair.client-Fppk27tj.js")), { t: h } = q1(), { formatRelativeIfRecentDate: d } = yr(), p = fG(), f = W(() => {
59402
59409
  const J = i.resource.format?.toLowerCase();
59403
59410
  return J === "json" || J === "pdf" || J === "xml";
59404
59411
  }), C = W(() => p(i.resource)), m = W(() => i.resource.extras["analysis:parsing:pmtiles_url"] || i.resource.format === "pmtiles"), v = W(() => C8(i.dataset.organization) && i.resource.extras.datafairEmbed), w = W(() => C8(i.dataset.organization) && i.resource.extras.apidocUrl), y = W(() => YV(i.resource.format) ? i.resource.format : h("Fichier")), x = W(() => dG(i.resource)), L = W(() => x.value === "wms"), V = o1(i.expandedOnMount), S = () => {
@@ -59411,7 +59418,7 @@ const Mx1 = {
59411
59418
  t1 && (bi("View resource tab", i.resource.id, t1.label), t1.key === "data" && bi("Show preview", i.resource.id), t1.key === "data-structure" && bi("Show data structure", i.resource.id));
59412
59419
  }, N = W(() => i.isCommunityResource ? i.resource : null), b = W(() => N.value ? pF(N.value) : null), Z = i.resource.last_modified, E = i.resource.extras && "check:available" in i.resource.extras, R = W(() => Af(i.resource)), k = E && i.resource.extras["check:available"] === !1, I = k ? h("Le robot de {certifier} n'a pas pu accéder à ce fichier - Télécharger le fichier en {format}", { certifier: r.name, format: y.value }) : h("Télécharger le fichier en {format}", { format: y.value }), O = W(() => pG(i.dataset, i.resource)), q = "resource-" + i.resource.id, Y = "resource-" + i.resource.id + "-header", K = cG(i.resource), F = W(() => t.includes(i.resource.format));
59413
59420
  return (J, t1) => (T(), P("div", {
59414
- class: E1(["border border-gray-default overflow-auto", { "fr-pb-4v": V.value }])
59421
+ class: z1(["border border-gray-default overflow-auto", { "fr-pb-4v": V.value }])
59415
59422
  }, [
59416
59423
  D("header", {
59417
59424
  id: Y,
@@ -59472,7 +59479,7 @@ const Mx1 = {
59472
59479
  e.resource.format ? (T(), P(N1, { key: 1 }, [
59473
59480
  D("span", iL1, [
59474
59481
  D("span", rL1, $(z(h)("Format")), 1),
59475
- c1(" " + $(e.resource.format.trim().toLowerCase()) + " ", 1),
59482
+ u1(" " + $(e.resource.format.trim().toLowerCase()) + " ", 1),
59476
59483
  R.value ? (T(), P("span", nL1, "(" + $(z(g8)(R.value)) + ")", 1)) : r1("", !0)
59477
59484
  ]),
59478
59485
  U(z(Ii), {
@@ -59486,13 +59493,13 @@ const Mx1 = {
59486
59493
  }, [
59487
59494
  t1[3] || (t1[3] = D("span", { class: "fr-icon-download-line fr-icon--xs fr-mr-1v" }, null, -1)),
59488
59495
  D("span", null, [
59489
- c1($(z(ei)(e.resource.metrics.views)) + " ", 1),
59496
+ u1($(z(ei)(e.resource.metrics.views)) + " ", 1),
59490
59497
  D("span", aL1, $(z(h)("téléchargements")), 1)
59491
59498
  ])
59492
59499
  ], 8, sL1)
59493
59500
  ]),
59494
59501
  N.value ? (T(), P("p", oL1, [
59495
- c1($(z(h)("Par")) + " ", 1),
59502
+ u1($(z(h)("Par")) + " ", 1),
59496
59503
  N.value.organization ? (T(), P("a", {
59497
59504
  key: 0,
59498
59505
  class: "fr-link fr-text--xs",
@@ -59502,7 +59509,7 @@ const Mx1 = {
59502
59509
  organization: N.value.organization
59503
59510
  }, null, 8, ["organization"])
59504
59511
  ], 8, lL1)) : b.value ? (T(), P(N1, { key: 1 }, [
59505
- c1($(b.value), 1)
59512
+ u1($(b.value), 1)
59506
59513
  ], 64)) : r1("", !0)
59507
59514
  ])) : r1("", !0)
59508
59515
  ]),
@@ -59520,7 +59527,7 @@ const Mx1 = {
59520
59527
  onClick: t1[0] || (t1[0] = (G) => z(bi)("Jeux de données", "Télécharger un fichier", "Bouton : télécharger un fichier"))
59521
59528
  }, {
59522
59529
  default: e1(() => [
59523
- c1($(z(h)("Visiter")), 1)
59530
+ u1($(z(h)("Visiter")), 1)
59524
59531
  ]),
59525
59532
  _: 1
59526
59533
  }, 8, ["href", "title", "aria-describedby"])
@@ -59534,7 +59541,7 @@ const Mx1 = {
59534
59541
  icon: z(Kp)
59535
59542
  }, {
59536
59543
  default: e1(() => [
59537
- c1($(z(h)("Copier le lien")), 1)
59544
+ u1($(z(h)("Copier le lien")), 1)
59538
59545
  ]),
59539
59546
  _: 1
59540
59547
  }, 8, ["id", "data-clipboard-text", "aria-describedby", "icon"])
@@ -59553,7 +59560,7 @@ const Mx1 = {
59553
59560
  onClick: t1[1] || (t1[1] = (G) => z(bi)("Jeux de données", "Télécharger un fichier", "Bouton : télécharger un fichier"))
59554
59561
  }, {
59555
59562
  default: e1(() => [
59556
- c1($(z(h)("Télécharger")), 1)
59563
+ u1($(z(h)("Télécharger")), 1)
59557
59564
  ]),
59558
59565
  _: 1
59559
59566
  }, 8, ["href", "title", "icon", "aria-describedby"])
@@ -59567,7 +59574,7 @@ const Mx1 = {
59567
59574
  }, null, 8, ["dataset-id", "resource-id", "is-community-resource"])
59568
59575
  ])) : r1("", !0),
59569
59576
  D("div", {
59570
- class: E1(["fr-icon--sm fr-ml-4v", { "fr-icon-arrow-up-s-line": V.value, "fr-icon-arrow-down-s-line": !V.value }])
59577
+ class: z1(["fr-icon--sm fr-ml-4v", { "fr-icon-arrow-up-s-line": V.value, "fr-icon-arrow-down-s-line": !V.value }])
59571
59578
  }, null, 2)
59572
59579
  ])
59573
59580
  ]),
@@ -59588,7 +59595,7 @@ const Mx1 = {
59588
59595
  key: G.key
59589
59596
  }, {
59590
59597
  default: e1(() => [
59591
- c1($(G.label), 1)
59598
+ u1($(G.label), 1)
59592
59599
  ]),
59593
59600
  _: 2
59594
59601
  }, 1024))), 128))
@@ -59715,7 +59722,7 @@ const Mx1 = {
59715
59722
  }, {
59716
59723
  default: e1(() => [
59717
59724
  U(z(mr), {
59718
- class: E1(["size-4", { "rotate-180": c }]),
59725
+ class: z1(["size-4", { "rotate-180": c }]),
59719
59726
  "aria-hidden": "true"
59720
59727
  }, null, 8, ["class"])
59721
59728
  ]),
@@ -59723,7 +59730,7 @@ const Mx1 = {
59723
59730
  }, 1032, ["aria-label"])
59724
59731
  ]),
59725
59732
  U(z(FV), {
59726
- class: E1(e.searchable ? "absolute left-0 top-full z-50 mt-2 w-96 max-w-[calc(100vw-2rem)] bg-white border border-gray-default rounded shadow-lg p-3 space-y-2" : "absolute left-0 top-full z-50 mt-1 w-80 max-h-96 overflow-auto bg-white border border-gray-default rounded shadow-lg p-1")
59733
+ class: z1(e.searchable ? "absolute left-0 top-full z-50 mt-2 w-96 max-w-[calc(100vw-2rem)] bg-white border border-gray-default rounded shadow-lg p-3 space-y-2" : "absolute left-0 top-full z-50 mt-1 w-80 max-h-96 overflow-auto bg-white border border-gray-default rounded shadow-lg p-1")
59727
59734
  }, {
59728
59735
  default: e1(() => [
59729
59736
  e.searchable ? Es((T(), P("input", {
@@ -59752,7 +59759,7 @@ const Mx1 = {
59752
59759
  ], 8, zL1)) : (T(), P("button", {
59753
59760
  key: 0,
59754
59761
  type: "button",
59755
- class: E1(["flex items-center gap-1.5 w-full text-left px-2 py-1.5 rounded text-sm hover:bg-gray-100 focus:outline-none focus-visible:bg-gray-100", { "font-bold bg-blue-50 text-new-primary": d.id === e.selectedId }]),
59762
+ class: z1(["flex items-center gap-1.5 w-full text-left px-2 py-1.5 rounded text-sm hover:bg-gray-100 focus:outline-none focus-visible:bg-gray-100", { "font-bold bg-blue-50 text-new-primary": d.id === e.selectedId }]),
59756
59763
  onClick: (p) => {
59757
59764
  r("select", d), h();
59758
59765
  }
@@ -59850,7 +59857,7 @@ const RL1 = {
59850
59857
  }, [
59851
59858
  D("button", {
59852
59859
  type: "button",
59853
- class: E1(["w-full text-left px-2 py-1.5 rounded text-sm flex items-center gap-1.5 hover:bg-gray-100", {
59860
+ class: z1(["w-full text-left px-2 py-1.5 rounded text-sm flex items-center gap-1.5 hover:bg-gray-100", {
59854
59861
  "font-bold bg-blue-50": a.id === e.selectedResourceId
59855
59862
  }]),
59856
59863
  onClick: (o) => r.$emit("select", a)
@@ -59923,7 +59930,7 @@ const JL1 = /* @__PURE__ */ g({
59923
59930
  gray: "bg-gray-some text-gray-plain"
59924
59931
  })[t.type]);
59925
59932
  return (r, n) => (T(), P("div", {
59926
- class: E1(["w-full rounded p-3", i.value])
59933
+ class: z1(["w-full rounded p-3", i.value])
59927
59934
  }, [
59928
59935
  U1(r.$slots, "default")
59929
59936
  ], 2));
@@ -59955,7 +59962,7 @@ const JL1 = /* @__PURE__ */ g({
59955
59962
  class: "size-4 animate-spin",
59956
59963
  "aria-hidden": "true"
59957
59964
  }),
59958
- c1(" " + $(z(n)("Chargement…")), 1)
59965
+ u1(" " + $(z(n)("Chargement…")), 1)
59959
59966
  ])
59960
59967
  ])
59961
59968
  ])
@@ -59976,25 +59983,25 @@ const JL1 = /* @__PURE__ */ g({
59976
59983
  const { t } = q1(), { formatNumber: i, formatCellDate: r } = eY();
59977
59984
  return (n, s) => e.value == null || e.value === "" ? (T(), P("span", {
59978
59985
  key: 0,
59979
- class: E1(["font-[Inconsolata,monospace] text-gray-low italic", e.compact ? "text-xs" : "text-sm"])
59986
+ class: z1(["font-[Inconsolata,monospace] text-gray-low italic", e.compact ? "text-xs" : "text-sm"])
59980
59987
  }, "null", 2)) : e.columnType === "boolean" ? (T(), P("span", {
59981
59988
  key: 1,
59982
- class: E1(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-0.5 text-xs", z(bh)(e.value) ? "bg-new-success-light text-new-success" : "bg-new-warning-light text-new-error"])
59989
+ class: z1(["inline-flex items-center gap-1.5 rounded-full px-2.5 py-0.5 text-xs", z(bh)(e.value) ? "bg-new-success-light text-new-success" : "bg-new-warning-light text-new-error"])
59983
59990
  }, [
59984
59991
  D("span", {
59985
- class: E1(["size-2 rounded-full", z(bh)(e.value) ? "bg-new-success" : "bg-new-error"])
59992
+ class: z1(["size-2 rounded-full", z(bh)(e.value) ? "bg-new-success" : "bg-new-error"])
59986
59993
  }, null, 2),
59987
- c1(" " + $(z(bh)(e.value) ? z(t)("Vrai") : z(t)("Faux")), 1)
59994
+ u1(" " + $(z(bh)(e.value) ? z(t)("Vrai") : z(t)("Faux")), 1)
59988
59995
  ], 2)) : e.columnType === "categorical" ? (T(), P("span", {
59989
59996
  key: 2,
59990
59997
  class: "inline-block rounded font-medium px-2 py-0.5 text-xs max-w-full truncate",
59991
59998
  style: Ct(e.categoryBadgeStyle ? { backgroundColor: e.categoryBadgeStyle.backgroundColor, color: e.categoryBadgeStyle.color } : void 0)
59992
59999
  }, $(e.value), 5)) : e.columnType === "number" ? (T(), P("span", {
59993
60000
  key: 3,
59994
- class: E1(e.compact ? "font-mono tabular-nums text-xs text-gray-title" : "")
60001
+ class: z1(e.compact ? "font-mono tabular-nums text-xs text-gray-title" : "")
59995
60002
  }, $(z(i)(e.value)), 3)) : e.columnType === "date" ? (T(), P("span", {
59996
60003
  key: 4,
59997
- class: E1(e.compact ? "font-mono tabular-nums text-xs text-gray-title" : "")
60004
+ class: z1(e.compact ? "font-mono tabular-nums text-xs text-gray-title" : "")
59998
60005
  }, $(z(r)(e.value)), 3)) : (T(), P("span", nS1, $(typeof e.value == "object" ? JSON.stringify(e.value) : e.value), 1));
59999
60006
  }
60000
60007
  }), sS1 = { class: "px-3 pt-3 pb-2 border-b border-gray-default" }, aS1 = { class: "text-[10px] text-gray-plain mb-0" }, oS1 = { class: "text-xs text-gray-title mb-0" }, lS1 = { class: "flex items-center gap-2 px-3 py-2 border-b border-gray-default" }, uS1 = { class: "text-[10px] text-gray-plain" }, cS1 = { class: "inline-flex items-center gap-1 bg-gray-some rounded px-1.5 py-0.5 text-xs text-gray-plain" }, hS1 = { class: "text-[10px] text-gray-plain truncate min-w-0" }, dS1 = { class: "p-1" }, pS1 = /* @__PURE__ */ g({
@@ -60069,7 +60076,7 @@ const JL1 = /* @__PURE__ */ g({
60069
60076
  class: "size-3",
60070
60077
  "aria-hidden": "true"
60071
60078
  })),
60072
- c1(" " + $(h.value), 1)
60079
+ u1(" " + $(h.value), 1)
60073
60080
  ]),
60074
60081
  v[0] || (v[0] = D("span", { class: "text-[10px] text-gray-plain shrink-0" }, "·", -1)),
60075
60082
  D("span", hS1, $(t.value.column), 1)
@@ -60083,7 +60090,7 @@ const JL1 = /* @__PURE__ */ g({
60083
60090
  class: "size-4",
60084
60091
  "aria-hidden": "true"
60085
60092
  }),
60086
- c1(" " + $(z(r)("Filtrer par cette valeur")), 1)
60093
+ u1(" " + $(z(r)("Filtrer par cette valeur")), 1)
60087
60094
  ]),
60088
60095
  D("button", {
60089
60096
  class: "flex items-center gap-2.5 w-full px-3 py-2 rounded-md text-xs font-medium hover:bg-gray-50",
@@ -60098,7 +60105,7 @@ const JL1 = /* @__PURE__ */ g({
60098
60105
  class: "size-4 text-gray-plain",
60099
60106
  "aria-hidden": "true"
60100
60107
  })),
60101
- c1(" " + $(f.value ? z(r)("Copié !") : z(r)("Copier la valeur")), 1)
60108
+ u1(" " + $(f.value ? z(r)("Copié !") : z(r)("Copier la valeur")), 1)
60102
60109
  ])
60103
60110
  ])
60104
60111
  ], 4)) : r1("", !0)
@@ -60207,7 +60214,7 @@ const JL1 = /* @__PURE__ */ g({
60207
60214
  onClick: H[0] || (H[0] = (M) => V("asc"))
60208
60215
  }, {
60209
60216
  default: e1(() => [
60210
- c1($(z(n)("Croissant")), 1)
60217
+ u1($(z(n)("Croissant")), 1)
60211
60218
  ]),
60212
60219
  _: 1
60213
60220
  }, 8, ["color", "icon"]),
@@ -60219,7 +60226,7 @@ const JL1 = /* @__PURE__ */ g({
60219
60226
  onClick: H[1] || (H[1] = (M) => V("desc"))
60220
60227
  }, {
60221
60228
  default: e1(() => [
60222
- c1($(z(n)("Décroissant")), 1)
60229
+ u1($(z(n)("Décroissant")), 1)
60223
60230
  ]),
60224
60231
  _: 1
60225
60232
  }, 8, ["color", "icon"])
@@ -60227,7 +60234,7 @@ const JL1 = /* @__PURE__ */ g({
60227
60234
  e.columnProfile && e.columnProfile.nb_missing_values > 0 ? (T(), P("div", CS1, [
60228
60235
  D("span", mS1, [
60229
60236
  D("span", vS1, $(e.columnProfile.nb_missing_values), 1),
60230
- H[9] || (H[9] = c1(" null ", -1)),
60237
+ H[9] || (H[9] = u1(" null ", -1)),
60231
60238
  D("span", wS1, "(" + $(e.nullPercent) + ")", 1)
60232
60239
  ]),
60233
60240
  U(xU, {
@@ -60244,7 +60251,7 @@ const JL1 = /* @__PURE__ */ g({
60244
60251
  onClick: H[2] || (H[2] = (M) => l("only"))
60245
60252
  }, {
60246
60253
  default: e1(() => [
60247
- c1($(z(n)("seul.")), 1)
60254
+ u1($(z(n)("seul.")), 1)
60248
60255
  ]),
60249
60256
  _: 1
60250
60257
  }, 8, ["color"]),
@@ -60255,7 +60262,7 @@ const JL1 = /* @__PURE__ */ g({
60255
60262
  onClick: H[3] || (H[3] = (M) => l("exclude"))
60256
60263
  }, {
60257
60264
  default: e1(() => [
60258
- c1($(z(n)("exclure")), 1)
60265
+ u1($(z(n)("exclure")), 1)
60259
60266
  ]),
60260
60267
  _: 1
60261
60268
  }, 8, ["color"])
@@ -60280,11 +60287,11 @@ const JL1 = /* @__PURE__ */ g({
60280
60287
  e.columnType === "categorical" && e.columnProfile?.tops && h.value.length ? (T(), P("div", VS1, [
60281
60288
  (T(!0), P(N1, null, we(h.value, (M) => (T(), P("button", {
60282
60289
  key: M.value,
60283
- class: E1(["flex w-full items-center gap-2 px-2 py-1.5 rounded-md hover:bg-gray-50 cursor-pointer text-xs select-none", d(M.value) && "bg-gray-50"]),
60290
+ class: z1(["flex w-full items-center gap-2 px-2 py-1.5 rounded-md hover:bg-gray-50 cursor-pointer text-xs select-none", d(M.value) && "bg-gray-50"]),
60284
60291
  onClick: (N) => p(M.value)
60285
60292
  }, [
60286
60293
  D("span", {
60287
- class: E1(["flex size-4 shrink-0 items-center justify-center rounded border", d(M.value) ? "border-new-primary bg-new-primary text-white" : "border-gray-low"])
60294
+ class: z1(["flex size-4 shrink-0 items-center justify-center rounded border", d(M.value) ? "border-new-primary bg-new-primary text-white" : "border-gray-low"])
60288
60295
  }, [
60289
60296
  d(M.value) ? (T(), s1(z(T9), {
60290
60297
  key: 0,
@@ -60298,7 +60305,7 @@ const JL1 = /* @__PURE__ */ g({
60298
60305
  class: "inline-block rounded font-medium px-2 py-0.5 text-xs",
60299
60306
  style: Ct({ backgroundColor: e.categoryBadgeStyles[M.value].backgroundColor, color: e.categoryBadgeStyles[M.value].color })
60300
60307
  }, $(M.value), 5)) : (T(), P(N1, { key: 1 }, [
60301
- c1($(M.value ?? "null"), 1)
60308
+ u1($(M.value ?? "null"), 1)
60302
60309
  ], 64))
60303
60310
  ]),
60304
60311
  D("span", bS1, $(M.count), 1)
@@ -60306,29 +60313,29 @@ const JL1 = /* @__PURE__ */ g({
60306
60313
  ])) : r1("", !0),
60307
60314
  e.columnType === "boolean" ? (T(), P("div", _S1, [
60308
60315
  D("button", {
60309
- class: E1(["flex w-full items-center gap-2.5 rounded-md px-3 py-2 text-xs transition-colors", x.value === !0 ? "bg-new-primary text-white" : "bg-gray-some text-gray-title hover:bg-gray-default"]),
60316
+ class: z1(["flex w-full items-center gap-2.5 rounded-md px-3 py-2 text-xs transition-colors", x.value === !0 ? "bg-new-primary text-white" : "bg-gray-some text-gray-title hover:bg-gray-default"]),
60310
60317
  onClick: H[5] || (H[5] = (M) => L(!0))
60311
60318
  }, [
60312
60319
  D("span", {
60313
- class: E1(["size-2.5 rounded-full shrink-0", x.value === !0 ? "bg-new-success-light" : "bg-new-success"])
60320
+ class: z1(["size-2.5 rounded-full shrink-0", x.value === !0 ? "bg-new-success-light" : "bg-new-success"])
60314
60321
  }, null, 2),
60315
60322
  D("span", NS1, $(z(n)("Vrai")), 1),
60316
60323
  e.booleanCounts ? (T(), P("span", {
60317
60324
  key: 0,
60318
- class: E1(["font-mono tabular-nums text-xs", x.value === !0 ? "text-white/70" : "text-gray-low"])
60325
+ class: z1(["font-mono tabular-nums text-xs", x.value === !0 ? "text-white/70" : "text-gray-low"])
60319
60326
  }, $(e.booleanCounts.trueCount), 3)) : r1("", !0)
60320
60327
  ], 2),
60321
60328
  D("button", {
60322
- class: E1(["flex w-full items-center gap-2.5 rounded-md px-3 py-2 text-xs transition-colors", x.value === !1 ? "bg-new-primary text-white" : "bg-gray-some text-gray-title hover:bg-gray-default"]),
60329
+ class: z1(["flex w-full items-center gap-2.5 rounded-md px-3 py-2 text-xs transition-colors", x.value === !1 ? "bg-new-primary text-white" : "bg-gray-some text-gray-title hover:bg-gray-default"]),
60323
60330
  onClick: H[6] || (H[6] = (M) => L(!1))
60324
60331
  }, [
60325
60332
  D("span", {
60326
- class: E1(["size-2.5 rounded-full shrink-0", x.value === !1 ? "bg-new-warning-light" : "bg-new-error"])
60333
+ class: z1(["size-2.5 rounded-full shrink-0", x.value === !1 ? "bg-new-warning-light" : "bg-new-error"])
60327
60334
  }, null, 2),
60328
60335
  D("span", zS1, $(z(n)("Faux")), 1),
60329
60336
  e.booleanCounts ? (T(), P("span", {
60330
60337
  key: 0,
60331
- class: E1(["font-mono tabular-nums text-xs", x.value === !1 ? "text-white/70" : "text-gray-low"])
60338
+ class: z1(["font-mono tabular-nums text-xs", x.value === !1 ? "text-white/70" : "text-gray-low"])
60332
60339
  }, $(e.booleanCounts.falseCount), 3)) : r1("", !0)
60333
60340
  ], 2)
60334
60341
  ])) : r1("", !0),
@@ -60384,7 +60391,7 @@ const JL1 = /* @__PURE__ */ g({
60384
60391
  type: "submit"
60385
60392
  }, {
60386
60393
  default: e1(() => [
60387
- c1($(z(n)("Appliquer")), 1)
60394
+ u1($(z(n)("Appliquer")), 1)
60388
60395
  ]),
60389
60396
  _: 1
60390
60397
  }),
@@ -60396,7 +60403,7 @@ const JL1 = /* @__PURE__ */ g({
60396
60403
  onClick: y
60397
60404
  }, {
60398
60405
  default: e1(() => [
60399
- c1($(z(n)("Effacer")), 1)
60406
+ u1($(z(n)("Effacer")), 1)
60400
60407
  ]),
60401
60408
  _: 1
60402
60409
  })
@@ -60445,7 +60452,7 @@ const JL1 = /* @__PURE__ */ g({
60445
60452
  });
60446
60453
  return (p, f) => (T(), P("div", kS1, [
60447
60454
  D("button", {
60448
- class: E1(["p-0.5 rounded focus:outline-none", c.value ? "bg-primary text-white" : "hover:bg-gray-100"]),
60455
+ class: z1(["p-0.5 rounded focus:outline-none", c.value ? "bg-primary text-white" : "hover:bg-gray-100"]),
60449
60456
  onClick: Qi(a, ["stop"])
60450
60457
  }, [
60451
60458
  U(z(id), {
@@ -60472,7 +60479,7 @@ const JL1 = /* @__PURE__ */ g({
60472
60479
  onClick: h
60473
60480
  }, {
60474
60481
  default: e1(() => [
60475
- c1($(z(n)("Effacer")), 1)
60482
+ u1($(z(n)("Effacer")), 1)
60476
60483
  ]),
60477
60484
  _: 1
60478
60485
  }, 8, ["icon"])) : r1("", !0)
@@ -60743,7 +60750,7 @@ const JL1 = /* @__PURE__ */ g({
60743
60750
  class: "mb-4"
60744
60751
  }, {
60745
60752
  default: e1(() => [
60746
- c1($(z(n)("L'aperçu de ce fichier n'a pas pu être chargé.")) + " ", 1),
60753
+ u1($(z(n)("L'aperçu de ce fichier n'a pas pu être chargé.")) + " ", 1),
60747
60754
  D("pre", US1, $(V.value), 1)
60748
60755
  ]),
60749
60756
  _: 1
@@ -60799,7 +60806,7 @@ const JL1 = /* @__PURE__ */ g({
60799
60806
  onClick: T1[0] || (T1[0] = (C1) => X1.value = !0)
60800
60807
  }, {
60801
60808
  default: e1(() => [
60802
- c1($(z(n)("Filtres & tri")), 1)
60809
+ u1($(z(n)("Filtres & tri")), 1)
60803
60810
  ]),
60804
60811
  _: 1
60805
60812
  }, 8, ["icon"]),
@@ -60844,7 +60851,7 @@ const JL1 = /* @__PURE__ */ g({
60844
60851
  onClick: F
60845
60852
  }, {
60846
60853
  default: e1(() => [
60847
- c1($(z(n)("Tout afficher")), 1)
60854
+ u1($(z(n)("Tout afficher")), 1)
60848
60855
  ]),
60849
60856
  _: 1
60850
60857
  })) : r1("", !0)
@@ -60902,7 +60909,7 @@ const JL1 = /* @__PURE__ */ g({
60902
60909
  onClick: V1
60903
60910
  }, {
60904
60911
  default: e1(() => [
60905
- c1($(z(n)("Tout effacer")), 1)
60912
+ u1($(z(n)("Tout effacer")), 1)
60906
60913
  ]),
60907
60914
  _: 1
60908
60915
  }, 8, ["icon"])
@@ -60978,11 +60985,11 @@ const JL1 = /* @__PURE__ */ g({
60978
60985
  D("span", HV1, $(l1(C1).label), 1)
60979
60986
  ]),
60980
60987
  D("div", {
60981
- class: E1(["absolute top-0 bottom-0 w-3 z-20 cursor-col-resize group/resize", C1 === q.value[q.value.length - 1] ? "right-3" : "-right-1.5"]),
60988
+ class: z1(["absolute top-0 bottom-0 w-3 z-20 cursor-col-resize group/resize", C1 === q.value[q.value.length - 1] ? "right-3" : "-right-1.5"]),
60982
60989
  onMousedown: Qi((ie) => v1(C1, ie), ["prevent"])
60983
60990
  }, [
60984
60991
  D("div", {
60985
- class: E1(["absolute inset-y-0 left-1/2 w-1 -translate-x-1/2 rounded-full bg-primary/40 opacity-0 group-hover/resize:opacity-100", { "!opacity-100": t1.value?.column === C1 }])
60992
+ class: z1(["absolute inset-y-0 left-1/2 w-1 -translate-x-1/2 rounded-full bg-primary/40 opacity-0 group-hover/resize:opacity-100", { "!opacity-100": t1.value?.column === C1 }])
60986
60993
  }, null, 2)
60987
60994
  ], 42, MV1)
60988
60995
  ], 4))), 128))
@@ -61010,7 +61017,7 @@ const JL1 = /* @__PURE__ */ g({
61010
61017
  (T(!0), P(N1, null, we(q.value, (Ee) => (T(), P("td", {
61011
61018
  key: Ee,
61012
61019
  "data-cell": "",
61013
- class: E1(["p-2 align-middle whitespace-nowrap border-r border-gray-default last:border-r-0 overflow-hidden cursor-pointer hover:bg-gray-200/50", { "text-right font-mono tabular-nums text-sm": Rt(Ee) === "number" || Rt(Ee) === "date" }]),
61020
+ class: z1(["p-2 align-middle whitespace-nowrap border-r border-gray-default last:border-r-0 overflow-hidden cursor-pointer hover:bg-gray-200/50", { "text-right font-mono tabular-nums text-sm": Rt(Ee) === "number" || Rt(Ee) === "date" }]),
61014
61021
  style: Ct(J.value[Ee] ? { maxWidth: J.value[Ee] + "px" } : { maxWidth: "300px" }),
61015
61022
  onClick: (e2) => x1(Ee, C1[Ee], e2)
61016
61023
  }, [
@@ -61047,7 +61054,7 @@ const JL1 = /* @__PURE__ */ g({
61047
61054
  ])) : r1("", !0),
61048
61055
  (T(!0), P(N1, null, we(H.value, (C1, ie) => (T(), P("div", {
61049
61056
  key: C1.__id ?? ie,
61050
- class: E1(["border border-gray-default rounded-lg p-3 space-y-2", ie % 2 === 1 ? "bg-gray-lowest-2" : "bg-white"])
61057
+ class: z1(["border border-gray-default rounded-lg p-3 space-y-2", ie % 2 === 1 ? "bg-gray-lowest-2" : "bg-white"])
61051
61058
  }, [
61052
61059
  (T(!0), P(N1, null, we(Q1(ie), (Ee) => (T(), P("div", {
61053
61060
  key: Ee,
@@ -61082,10 +61089,10 @@ const JL1 = /* @__PURE__ */ g({
61082
61089
  onClick: (Ee) => je(ie)
61083
61090
  }, [
61084
61091
  U(z(mr), {
61085
- class: E1(["size-3 transition-transform", { "rotate-180": W1.value.has(ie) }]),
61092
+ class: z1(["size-3 transition-transform", { "rotate-180": W1.value.has(ie) }]),
61086
61093
  "aria-hidden": "true"
61087
61094
  }, null, 8, ["class"]),
61088
- c1(" " + $(W1.value.has(ie) ? z(n)("Moins") : `+${q.value.length - 4} ${z(n)("champs")}`), 1)
61095
+ u1(" " + $(W1.value.has(ie) ? z(n)("Moins") : `+${q.value.length - 4} ${z(n)("champs")}`), 1)
61089
61096
  ], 8, IV1)) : r1("", !0)
61090
61097
  ], 2))), 128))
61091
61098
  ]),
@@ -61129,7 +61136,7 @@ const JL1 = /* @__PURE__ */ g({
61129
61136
  D("div", FV1, [
61130
61137
  U(z(Fd1), { class: "text-sm font-bold" }, {
61131
61138
  default: e1(() => [
61132
- c1($(z(n)("Filtres & tri par colonne")), 1)
61139
+ u1($(z(n)("Filtres & tri par colonne")), 1)
61133
61140
  ]),
61134
61141
  _: 1
61135
61142
  }),
@@ -61141,7 +61148,7 @@ const JL1 = /* @__PURE__ */ g({
61141
61148
  class: "border-b border-gray-default last:border-b-0"
61142
61149
  }, [
61143
61150
  D("button", {
61144
- class: E1(["flex items-center gap-2 w-full px-3 py-2.5 text-left", k1(C1) ? "bg-new-primary/5" : ""]),
61151
+ class: z1(["flex items-center gap-2 w-full px-3 py-2.5 text-left", k1(C1) ? "bg-new-primary/5" : ""]),
61145
61152
  onClick: (ie) => Lt(C1)
61146
61153
  }, [
61147
61154
  (T(), s1(dt(l1(C1).icon), {
@@ -61161,7 +61168,7 @@ const JL1 = /* @__PURE__ */ g({
61161
61168
  })) : r1("", !0),
61162
61169
  k1(C1) ? (T(), P("span", WV1)) : r1("", !0),
61163
61170
  U(z(mr), {
61164
- class: E1(["size-3.5 text-gray-low shrink-0 transition-transform", { "rotate-180": de.value === C1 }]),
61171
+ class: z1(["size-3.5 text-gray-low shrink-0 transition-transform", { "rotate-180": de.value === C1 }]),
61165
61172
  "aria-hidden": "true"
61166
61173
  }, null, 8, ["class"])
61167
61174
  ], 10, UV1),
@@ -61192,7 +61199,7 @@ const JL1 = /* @__PURE__ */ g({
61192
61199
  })
61193
61200
  }, {
61194
61201
  default: e1(() => [
61195
- c1($(z(n)("Tout réinitialiser")), 1)
61202
+ u1($(z(n)("Tout réinitialiser")), 1)
61196
61203
  ]),
61197
61204
  _: 1
61198
61205
  })
@@ -61224,17 +61231,17 @@ const JL1 = /* @__PURE__ */ g({
61224
61231
  async setup(e, { emit: t }) {
61225
61232
  let i, r;
61226
61233
  const n = nn(
61227
- () => import("./JsonPreview.client-PFfBR4J8.js")
61234
+ () => import("./JsonPreview.client-DLfhF4mv.js")
61228
61235
  ), s = nn(
61229
- () => import("./PdfPreview.client-DU36UBGQ.js")
61236
+ () => import("./PdfPreview.client-DDmYbBUu.js")
61230
61237
  ), a = nn(
61231
- () => import("./XmlPreview.client-Bcq2Ye14.js")
61238
+ () => import("./XmlPreview.client-xM-nDTvi.js")
61232
61239
  ), o = nn(
61233
- () => import("./Datafair.client-C2j760M5.js")
61240
+ () => import("./Datafair.client-Fppk27tj.js")
61234
61241
  ), l = nn(
61235
- () => import("./MapContainer.client-CGrS2baS.js")
61242
+ () => import("./MapContainer.client-Dq7hsL6y.js")
61236
61243
  ), c = nn(
61237
- () => import("./Pmtiles.client-DuTezcn5.js")
61244
+ () => import("./Pmtiles.client-y7WohNfh.js")
61238
61245
  ), h = e, d = t, { t: p } = q1(), f = vt(), { formatRelativeIfRecentDate: C } = yr(), {
61239
61246
  hasTabularData: m,
61240
61247
  hasPmtiles: v,
@@ -61294,7 +61301,7 @@ const JL1 = /* @__PURE__ */ g({
61294
61301
  }),
61295
61302
  e.resource.format ? (T(), P(N1, { key: 1 }, [
61296
61303
  D("span", null, [
61297
- c1($(e.resource.format.trim().toLowerCase()) + " ", 1),
61304
+ u1($(e.resource.format.trim().toLowerCase()) + " ", 1),
61298
61305
  H.value ? (T(), P("span", rH1, "(" + $(z(g8)(H.value)) + ")", 1)) : r1("", !0)
61299
61306
  ]),
61300
61307
  U(z(Ii), {
@@ -61304,7 +61311,7 @@ const JL1 = /* @__PURE__ */ g({
61304
61311
  ], 64)) : r1("", !0),
61305
61312
  D("span", nH1, [
61306
61313
  U(z(td), { class: "size-3 mr-0.5" }),
61307
- c1(" " + $(z(ei)(e.resource.metrics.views)), 1)
61314
+ u1(" " + $(z(ei)(e.resource.metrics.views)), 1)
61308
61315
  ])
61309
61316
  ])
61310
61317
  ]),
@@ -61320,7 +61327,7 @@ const JL1 = /* @__PURE__ */ g({
61320
61327
  onClick: O[1] || (O[1] = (q) => z(bi)("Jeux de données", "Télécharger un fichier", "Bouton : télécharger un fichier"))
61321
61328
  }, {
61322
61329
  default: e1(() => [
61323
- c1($(z(p)("Visiter")), 1)
61330
+ u1($(z(p)("Visiter")), 1)
61324
61331
  ]),
61325
61332
  _: 1
61326
61333
  }, 8, ["href", "title"])) : z(x) ? (T(), s1(Et, {
@@ -61331,7 +61338,7 @@ const JL1 = /* @__PURE__ */ g({
61331
61338
  onClick: R
61332
61339
  }, {
61333
61340
  default: e1(() => [
61334
- c1($(z(p)("Copier le lien")), 1)
61341
+ u1($(z(p)("Copier le lien")), 1)
61335
61342
  ]),
61336
61343
  _: 1
61337
61344
  }, 8, ["icon"])) : (T(), s1(Et, {
@@ -61348,7 +61355,7 @@ const JL1 = /* @__PURE__ */ g({
61348
61355
  onClick: O[2] || (O[2] = (q) => z(bi)("Jeux de données", "Télécharger un fichier", "Bouton : télécharger un fichier"))
61349
61356
  }, {
61350
61357
  default: e1(() => [
61351
- c1($(z(p)("Télécharger")), 1)
61358
+ u1($(z(p)("Télécharger")), 1)
61352
61359
  ]),
61353
61360
  _: 1
61354
61361
  }, 8, ["href", "title", "icon"]))
@@ -61367,7 +61374,7 @@ const JL1 = /* @__PURE__ */ g({
61367
61374
  key: q.key
61368
61375
  }, {
61369
61376
  default: e1(() => [
61370
- c1($(q.label), 1)
61377
+ u1($(q.label), 1)
61371
61378
  ]),
61372
61379
  _: 2
61373
61380
  }, 1024))), 128))
@@ -61416,13 +61423,13 @@ const JL1 = /* @__PURE__ */ g({
61416
61423
  }, null, 8, ["resource-id"])) : (T(), s1(dW, { key: 6 }, {
61417
61424
  default: e1(() => [
61418
61425
  e.resource.extras["analysis:error"] === "File too large to download" ? (T(), P(N1, { key: 0 }, [
61419
- c1($(z(p)("Ce fichier est trop volumineux pour être analysé et prévisualisé. Téléchargez-le depuis l'onglet Téléchargements.")), 1)
61426
+ u1($(z(p)("Ce fichier est trop volumineux pour être analysé et prévisualisé. Téléchargez-le depuis l'onglet Téléchargements.")), 1)
61420
61427
  ], 64)) : e.resource.extras["analysis:parsing:error"] ? (T(), P(N1, { key: 1 }, [
61421
- c1($(z(p)("L'analyse de ce fichier a rencontré une erreur, l'aperçu n'est pas disponible. Téléchargez-le depuis l'onglet Téléchargements.")) + " ", 1),
61428
+ u1($(z(p)("L'analyse de ce fichier a rencontré une erreur, l'aperçu n'est pas disponible. Téléchargez-le depuis l'onglet Téléchargements.")) + " ", 1),
61422
61429
  O[3] || (O[3] = D("br", null, null, -1)),
61423
61430
  D("span", cH1, $(e.resource.extras["analysis:parsing:error"]), 1)
61424
61431
  ], 64)) : (T(), P(N1, { key: 2 }, [
61425
- c1($(z(p)("Ce fichier ne peut pas être prévisualisé. Téléchargez-le depuis l'onglet Téléchargements.")), 1)
61432
+ u1($(z(p)("Ce fichier ne peut pas être prévisualisé. Téléchargez-le depuis l'onglet Téléchargements.")), 1)
61426
61433
  ], 64))
61427
61434
  ]),
61428
61435
  _: 1
@@ -61592,7 +61599,7 @@ const JL1 = /* @__PURE__ */ g({
61592
61599
  onClick: W1[0] || (W1[0] = (de) => V1(""))
61593
61600
  }, {
61594
61601
  default: e1(() => [
61595
- c1($(z(n)("Réinitialiser la recherche")), 1)
61602
+ u1($(z(n)("Réinitialiser la recherche")), 1)
61596
61603
  ]),
61597
61604
  _: 1
61598
61605
  })
@@ -61669,7 +61676,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61669
61676
  "aria-hidden": "true",
61670
61677
  class: "size-3.5"
61671
61678
  }),
61672
- c1($(z(ei)(e.reuse.metrics.views)), 1)
61679
+ u1($(z(ei)(e.reuse.metrics.views)), 1)
61673
61680
  ], 8, TH1),
61674
61681
  D("p", {
61675
61682
  class: "text-sm mb-0 flex items-center gap-0.5",
@@ -61679,7 +61686,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61679
61686
  "aria-hidden": "true",
61680
61687
  class: "size-3.5"
61681
61688
  }),
61682
- c1($(z(ei)(e.reuse.metrics.followers)), 1)
61689
+ u1($(z(ei)(e.reuse.metrics.followers)), 1)
61683
61690
  ], 8, RH1)
61684
61691
  ]));
61685
61692
  }
@@ -61706,7 +61713,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61706
61713
  to: n.value
61707
61714
  }, {
61708
61715
  default: e1(() => [
61709
- c1($(e.reuse.title), 1)
61716
+ u1($(e.reuse.title), 1)
61710
61717
  ]),
61711
61718
  _: 1
61712
61719
  }, 8, ["to"])
@@ -61745,13 +61752,13 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61745
61752
  e.reuse.private ? (T(), P("li", WH1, [
61746
61753
  D("p", YH1, [
61747
61754
  U(z(l9), { class: "size-3.5 mr-0.5" }),
61748
- c1(" " + $(z(i)("Brouillon")), 1)
61755
+ u1(" " + $(z(i)("Brouillon")), 1)
61749
61756
  ])
61750
61757
  ])) : r1("", !0),
61751
61758
  e.reuse.archived ? (T(), P("li", qH1, [
61752
61759
  D("p", jH1, [
61753
61760
  U(z(l9), { class: "size-3.5 mr-0.5" }),
61754
- c1(" " + $(z(i)("Archivé")), 1)
61761
+ u1(" " + $(z(i)("Archivé")), 1)
61755
61762
  ])
61756
61763
  ])) : r1("", !0)
61757
61764
  ])) : r1("", !0)
@@ -61777,7 +61784,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61777
61784
  icon: z(l9)
61778
61785
  }, {
61779
61786
  default: e1(() => [
61780
- c1($(z(t)("Brouillon")), 1)
61787
+ u1($(z(t)("Brouillon")), 1)
61781
61788
  ]),
61782
61789
  _: 1
61783
61790
  }, 8, ["icon"])) : e.reuse.archived ? (T(), s1(Sa, {
@@ -61785,7 +61792,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61785
61792
  icon: z(YS)
61786
61793
  }, {
61787
61794
  default: e1(() => [
61788
- c1($(z(t)("Archivé")), 1)
61795
+ u1($(z(t)("Archivé")), 1)
61789
61796
  ]),
61790
61797
  _: 1
61791
61798
  }, 8, ["icon"])) : r1("", !0)
@@ -61808,7 +61815,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61808
61815
  url: e.reuseUrl || e.reuse.page
61809
61816
  }, {
61810
61817
  default: e1(() => [
61811
- c1($(e.reuse.title), 1)
61818
+ u1($(e.reuse.title), 1)
61812
61819
  ]),
61813
61820
  _: 1
61814
61821
  }, 8, ["icon", "url"]),
@@ -61844,13 +61851,13 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61844
61851
  setup(e) {
61845
61852
  const { t } = q1(), i = vt(), r = lW();
61846
61853
  return (n, s) => (T(), P("div", {
61847
- class: E1(["p-4 relative border bg-white hover:bg-gray-some", { "border-gray-default": !e.selected, "border-datagouv": e.selected }]),
61854
+ class: z1(["p-4 relative border bg-white hover:bg-gray-some", { "border-gray-default": !e.selected, "border-datagouv": e.selected }]),
61848
61855
  role: e.selectable ? "option" : void 0,
61849
61856
  "aria-selected": e.selectable && e.selected
61850
61857
  }, [
61851
61858
  D("h3", tM1, [
61852
61859
  U(z(pi1), { class: "size-4" }),
61853
- c1(" " + $(e.schema.title), 1)
61860
+ u1(" " + $(e.schema.title), 1)
61854
61861
  ]),
61855
61862
  (T(!0), P(N1, null, we(e.schema.labels, (a) => (T(), P("p", {
61856
61863
  key: a,
@@ -61858,14 +61865,14 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61858
61865
  }, [
61859
61866
  D("span", iM1, [
61860
61867
  U(z(q4), { class: "size-3" }),
61861
- c1(" " + $(z(t)("Label :")), 1)
61868
+ u1(" " + $(z(t)("Label :")), 1)
61862
61869
  ]),
61863
61870
  D("span", null, $(a), 1)
61864
61871
  ]))), 128)),
61865
61872
  D("p", rM1, [
61866
61873
  D("span", nM1, [
61867
61874
  U(z(q4), { class: "size-3" }),
61868
- c1(" " + $(z(t)("Standard :")), 1)
61875
+ u1(" " + $(z(t)("Standard :")), 1)
61869
61876
  ]),
61870
61877
  D("span", null, $(e.schema.schema_type), 1)
61871
61878
  ]),
@@ -61877,7 +61884,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61877
61884
  to: z(r)(e.schema.name)
61878
61885
  }, {
61879
61886
  default: e1(() => [
61880
- c1($(z(t)("Lire la documentation du schéma")), 1)
61887
+ u1($(z(t)("Lire la documentation du schéma")), 1)
61881
61888
  ]),
61882
61889
  _: 1
61883
61890
  }, 8, ["to"]),
@@ -61888,7 +61895,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61888
61895
  to: a.path
61889
61896
  }, {
61890
61897
  default: e1(() => [
61891
- c1($(a.title), 1)
61898
+ u1($(a.title), 1)
61892
61899
  ]),
61893
61900
  _: 2
61894
61901
  }, 1032, ["to"]))), 128)),
@@ -61898,7 +61905,7 @@ const ZH1 = { class: "flex flex-wrap items-center gap-1" }, EH1 = { class: "text
61898
61905
  to: `${z(i).baseUrl}/datasets/search?schema=${e.schema.name}`
61899
61906
  }, {
61900
61907
  default: e1(() => [
61901
- c1($(z(t)("Explorer les fichiers sur data.gouv.fr")), 1)
61908
+ u1($(z(t)("Explorer les fichiers sur data.gouv.fr")), 1)
61902
61909
  ]),
61903
61910
  _: 1
61904
61911
  }, 8, ["to"])
@@ -71240,7 +71247,7 @@ var bx = function(e, t) {
71240
71247
  for (var n in r) Object.prototype.hasOwnProperty.call(r, n) && (i[n] = r[n]);
71241
71248
  }, bx(e, t);
71242
71249
  };
71243
- function u1(e, t) {
71250
+ function c1(e, t) {
71244
71251
  if (typeof t != "function" && t !== null)
71245
71252
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
71246
71253
  bx(e, t);
@@ -75052,7 +75059,7 @@ function ot(e, t, i, r) {
75052
75059
  }
75053
75060
  return (e - n) / l * c + a;
75054
75061
  }
75055
- var Z1 = vT1;
75062
+ var E1 = vT1;
75056
75063
  function vT1(e, t, i) {
75057
75064
  switch (e) {
75058
75065
  case "center":
@@ -75621,7 +75628,7 @@ function iM(e, t) {
75621
75628
  var r = this, n;
75622
75629
  return $T1(r) ? n = /** @class */
75623
75630
  (function(s) {
75624
- u1(a, s);
75631
+ c1(a, s);
75625
75632
  function a() {
75626
75633
  return s.apply(this, arguments) || this;
75627
75634
  }
@@ -79670,7 +79677,7 @@ function oD1(e, t) {
79670
79677
  });
79671
79678
  else {
79672
79679
  var a = e.get("center"), o = m1(a) ? a : [a, a];
79673
- n = Ut(r, i.refContainer), s = i.boxCoordFrom === wL.coord2 ? i.refPoint : [Z1(o[0], n.width) + n.x, Z1(o[1], n.height) + n.y];
79680
+ n = Ut(r, i.refContainer), s = i.boxCoordFrom === wL.coord2 ? i.refPoint : [E1(o[0], n.width) + n.x, E1(o[1], n.height) + n.y];
79674
79681
  }
79675
79682
  return {
79676
79683
  viewRect: n,
@@ -79680,7 +79687,7 @@ function oD1(e, t) {
79680
79687
  function eK(e, t) {
79681
79688
  var i = oD1(e, t), r = i.viewRect, n = i.center, s = e.get("radius");
79682
79689
  m1(s) || (s = [0, s]);
79683
- var a = Z1(r.width, t.getWidth()), o = Z1(r.height, t.getHeight()), l = Math.min(a, o), c = Z1(s[0], l / 2), h = Z1(s[1], l / 2);
79690
+ var a = E1(r.width, t.getWidth()), o = E1(r.height, t.getHeight()), l = Math.min(a, o), c = E1(s[0], l / 2), h = E1(s[1], l / 2);
79684
79691
  return {
79685
79692
  cx: n[0],
79686
79693
  cy: n[1],
@@ -79691,7 +79698,7 @@ function eK(e, t) {
79691
79698
  }
79692
79699
  function Ut(e, t, i) {
79693
79700
  i = G6(i || 0);
79694
- var r = t.width, n = t.height, s = Z1(e.left, r), a = Z1(e.top, n), o = Z1(e.right, r), l = Z1(e.bottom, n), c = Z1(e.width, r), h = Z1(e.height, n), d = i[2] + i[0], p = i[1] + i[3], f = e.aspect;
79701
+ var r = t.width, n = t.height, s = E1(e.left, r), a = E1(e.top, n), o = E1(e.right, r), l = E1(e.bottom, n), c = E1(e.width, r), h = E1(e.height, n), d = i[2] + i[0], p = i[1] + i[3], f = e.aspect;
79695
79702
  switch (isNaN(c) && (c = r - o - p - s), isNaN(h) && (h = n - l - d - a), f != null && (isNaN(c) && isNaN(h) && (f > r / n ? c = r * 0.8 : h = n * 0.8), isNaN(c) && (c = f * h), isNaN(h) && (h = c / f)), isNaN(s) && (s = r - o - c - p), isNaN(a) && (a = n - l - h - d), e.left || e.right) {
79696
79703
  case "center":
79697
79704
  s = r / 2 - c / 2 - i[3];
@@ -79824,7 +79831,7 @@ function iK(e, t) {
79824
79831
  var uD1 = Ze(), Te = (
79825
79832
  /** @class */
79826
79833
  (function(e) {
79827
- u1(t, e);
79834
+ c1(t, e);
79828
79835
  function t(i, r, n) {
79829
79836
  var s = e.call(this, i, r, n) || this;
79830
79837
  return s.uid = t3("ec_cpt_model"), s;
@@ -80333,7 +80340,7 @@ echarts.use([` + r + "]);"), ip[r] = !0);
80333
80340
  var zM = (
80334
80341
  /** @class */
80335
80342
  (function(e) {
80336
- u1(t, e);
80343
+ c1(t, e);
80337
80344
  function t() {
80338
80345
  return e !== null && e.apply(this, arguments) || this;
80339
80346
  }
@@ -82429,7 +82436,7 @@ function Hc(e, t) {
82429
82436
  var $h = "__universalTransitionEnabled", Nt = (
82430
82437
  /** @class */
82431
82438
  (function(e) {
82432
- u1(t, e);
82439
+ c1(t, e);
82433
82440
  function t() {
82434
82441
  var i = e !== null && e.apply(this, arguments) || this;
82435
82442
  return i._selectedDataIndicesMap = {}, i;
@@ -83815,7 +83822,7 @@ function s3(e) {
83815
83822
  }
83816
83823
  function Tl(e, t) {
83817
83824
  if (e != null)
83818
- return m1(e) || (e = [e, e]), [Z1(e[0], t[0]) || 0, Z1(Y1(e[1], e[0]), t[1]) || 0];
83825
+ return m1(e) || (e = [e, e]), [E1(e[0], t[0]) || 0, E1(Y1(e[1], e[0]), t[1]) || 0];
83819
83826
  }
83820
83827
  function E4(e) {
83821
83828
  return isFinite(e);
@@ -84291,7 +84298,7 @@ function rX(e, t, i) {
84291
84298
  var nX = (
84292
84299
  /** @class */
84293
84300
  (function(e) {
84294
- u1(t, e);
84301
+ c1(t, e);
84295
84302
  function t() {
84296
84303
  return e !== null && e.apply(this, arguments) || this;
84297
84304
  }
@@ -84303,7 +84310,7 @@ sX.off = iX("off");
84303
84310
  var i4, Dv, Nc, u0, zc, Bv, kv, u5, c5, LA, SA, Iv, VA, Zc, HA, aX, jr, MA, h5, oX = (
84304
84311
  /** @class */
84305
84312
  (function(e) {
84306
- u1(t, e);
84313
+ c1(t, e);
84307
84314
  function t(i, r, n) {
84308
84315
  var s = e.call(this, new WB1()) || this;
84309
84316
  s._chartsViews = [], s._chartsMap = {}, s._componentsViews = [], s._componentsMap = {}, s._pendingActions = [], n = n || {}, s._dom = i;
@@ -85068,7 +85075,7 @@ var i4, Dv, Nc, u0, zc, Bv, kv, u5, c5, LA, SA, Iv, VA, Zc, HA, aX, jr, MA, h5,
85068
85075
  HA = function(d) {
85069
85076
  return new /** @class */
85070
85077
  ((function(p) {
85071
- u1(f, p);
85078
+ c1(f, p);
85072
85079
  function f() {
85073
85080
  return p !== null && p.apply(this, arguments) || this;
85074
85081
  }
@@ -86232,7 +86239,7 @@ function SI1(e) {
86232
86239
  var V9 = (
86233
86240
  /** @class */
86234
86241
  (function(e) {
86235
- u1(t, e);
86242
+ c1(t, e);
86236
86243
  function t(i) {
86237
86244
  var r = e.call(this, i) || this;
86238
86245
  r.type = "ordinal";
@@ -86298,7 +86305,7 @@ mo.registerClass(V9);
86298
86305
  var ca = N2, F0 = (
86299
86306
  /** @class */
86300
86307
  (function(e) {
86301
- u1(t, e);
86308
+ c1(t, e);
86302
86309
  function t() {
86303
86310
  var i = e !== null && e.apply(this, arguments) || this;
86304
86311
  return i.type = "interval", i._interval = 0, i._intervalPrecision = 2, i;
@@ -86475,7 +86482,7 @@ function LX(e) {
86475
86482
  var f = r.getData();
86476
86483
  o = Math.abs(a[1] - a[0]) / f.count();
86477
86484
  }
86478
- var C = Z1(r.get("barWidth"), o), m = Z1(r.get("barMaxWidth"), o), v = Z1(
86485
+ var C = E1(r.get("barWidth"), o), m = E1(r.get("barMaxWidth"), o), v = E1(
86479
86486
  // barMinWidth by default is 0.5 / 1 in cartesian. Because in value axis,
86480
86487
  // the auto-calculated bar width might be less than 0.5 / 1.
86481
86488
  r.get("barMinWidth") || (bX(r) ? 0.5 : 1),
@@ -86530,7 +86537,7 @@ function SX(e) {
86530
86537
  var l = Be(s).length;
86531
86538
  o = Math.max(35 - l * 4, 15) + "%";
86532
86539
  }
86533
- var c = Z1(o, a), h = Z1(r.gap, 1), d = r.remainedWidth, p = r.autoWidthCount, f = (d - c) / (p + (p - 1) * h);
86540
+ var c = E1(o, a), h = E1(r.gap, 1), d = r.remainedWidth, p = r.autoWidthCount, f = (d - c) / (p + (p - 1) * h);
86534
86541
  f = Math.max(f, 0), A(s, function(w) {
86535
86542
  var y = w.maxWidth, x = w.minWidth;
86536
86543
  if (w.width) {
@@ -86638,7 +86645,7 @@ var NI1 = function(e, t, i, r) {
86638
86645
  }, GM = (
86639
86646
  /** @class */
86640
86647
  (function(e) {
86641
- u1(t, e);
86648
+ c1(t, e);
86642
86649
  function t(i) {
86643
86650
  var r = e.call(this, i) || this;
86644
86651
  return r.type = "time", r;
@@ -86889,7 +86896,7 @@ mo.registerClass(GM);
86889
86896
  var IL = N2, BI1 = Math.floor, kI1 = Math.ceil, Rc = Math.pow, Ac = Math.log, NX = (
86890
86897
  /** @class */
86891
86898
  (function(e) {
86892
- u1(t, e);
86899
+ c1(t, e);
86893
86900
  function t() {
86894
86901
  var i = e !== null && e.apply(this, arguments) || this;
86895
86902
  return i.type = "log", i.base = 10, i._originalScale = new F0(), i;
@@ -87303,7 +87310,7 @@ var RX = (
87303
87310
  ), AX = (
87304
87311
  /** @class */
87305
87312
  (function(e) {
87306
- u1(t, e);
87313
+ c1(t, e);
87307
87314
  function t(i, r, n) {
87308
87315
  var s = e.call(this, i) || this;
87309
87316
  return s.type = "geoJSON", s.geometries = r, s._center = n && [n[0], n[1]], s;
@@ -87365,7 +87372,7 @@ var RX = (
87365
87372
  ), KI1 = (
87366
87373
  /** @class */
87367
87374
  (function(e) {
87368
- u1(t, e);
87375
+ c1(t, e);
87369
87376
  function t(i, r) {
87370
87377
  var n = e.call(this, i) || this;
87371
87378
  return n.type = "geoSVG", n._elOnlyForCalculate = r, n;
@@ -88238,7 +88245,7 @@ var Ic = ["x", "y", "rotation"], HO1 = (
88238
88245
  offset: [h.dx || 0, h.dy || 0]
88239
88246
  });
88240
88247
  var p = !1;
88241
- if (h.x != null ? (o.x = Z1(h.x, i), o.setStyle("x", 0), p = !0) : (o.x = c.x, o.setStyle("x", c.style.x)), h.y != null ? (o.y = Z1(h.y, r), o.setStyle("y", 0), p = !0) : (o.y = c.y, o.setStyle("y", c.style.y)), h.labelLinePoints) {
88248
+ if (h.x != null ? (o.x = E1(h.x, i), o.setStyle("x", 0), p = !0) : (o.x = c.x, o.setStyle("x", c.style.x)), h.y != null ? (o.y = E1(h.y, r), o.setStyle("y", 0), p = !0) : (o.y = c.y, o.setStyle("y", c.style.y)), h.labelLinePoints) {
88242
88249
  var f = l.getTextGuideLine();
88243
88250
  f && (f.setShape({
88244
88251
  points: h.labelLinePoints
@@ -89605,7 +89612,7 @@ function hQ(e) {
89605
89612
  var hF1 = (
89606
89613
  /** @class */
89607
89614
  (function(e) {
89608
- u1(t, e);
89615
+ c1(t, e);
89609
89616
  function t() {
89610
89617
  var i = e !== null && e.apply(this, arguments) || this;
89611
89618
  return i.type = t.type, i.hasSymbolVisual = !0, i;
@@ -89709,7 +89716,7 @@ function dQ(e, t) {
89709
89716
  var K6 = (
89710
89717
  /** @class */
89711
89718
  (function(e) {
89712
- u1(t, e);
89719
+ c1(t, e);
89713
89720
  function t(i, r, n, s) {
89714
89721
  var a = e.call(this) || this;
89715
89722
  return a.updateData(i, r, n, s), a;
@@ -90103,7 +90110,7 @@ var gQ = (
90103
90110
  ), CF1 = (
90104
90111
  /** @class */
90105
90112
  (function(e) {
90106
- u1(t, e);
90113
+ c1(t, e);
90107
90114
  function t(i) {
90108
90115
  var r = e.call(this, i) || this;
90109
90116
  return r.type = "ec-polyline", r;
@@ -90160,7 +90167,7 @@ var gQ = (
90160
90167
  ), mF1 = (
90161
90168
  /** @class */
90162
90169
  (function(e) {
90163
- u1(t, e);
90170
+ c1(t, e);
90164
90171
  function t() {
90165
90172
  return e !== null && e.apply(this, arguments) || this;
90166
90173
  }
@@ -90169,7 +90176,7 @@ var gQ = (
90169
90176
  ), CQ = (
90170
90177
  /** @class */
90171
90178
  (function(e) {
90172
- u1(t, e);
90179
+ c1(t, e);
90173
90180
  function t(i) {
90174
90181
  var r = e.call(this, i) || this;
90175
90182
  return r.type = "ec-polygon", r;
@@ -90471,7 +90478,7 @@ function MF1(e, t) {
90471
90478
  var bF1 = (
90472
90479
  /** @class */
90473
90480
  (function(e) {
90474
- u1(t, e);
90481
+ c1(t, e);
90475
90482
  function t() {
90476
90483
  return e !== null && e.apply(this, arguments) || this;
90477
90484
  }
@@ -90849,7 +90856,7 @@ function xQ(e) {
90849
90856
  var X8 = (
90850
90857
  /** @class */
90851
90858
  (function(e) {
90852
- u1(t, e);
90859
+ c1(t, e);
90853
90860
  function t() {
90854
90861
  var i = e !== null && e.apply(this, arguments) || this;
90855
90862
  return i.type = t.type, i;
@@ -90919,7 +90926,7 @@ Nt.registerClass(X8);
90919
90926
  var zF1 = (
90920
90927
  /** @class */
90921
90928
  (function(e) {
90922
- u1(t, e);
90929
+ c1(t, e);
90923
90930
  function t() {
90924
90931
  var i = e !== null && e.apply(this, arguments) || this;
90925
90932
  return i.type = t.type, i;
@@ -90974,7 +90981,7 @@ var zF1 = (
90974
90981
  ), Lp = (
90975
90982
  /** @class */
90976
90983
  (function(e) {
90977
- u1(t, e);
90984
+ c1(t, e);
90978
90985
  function t(i) {
90979
90986
  var r = e.call(this, i) || this;
90980
90987
  return r.type = "sausage", r;
@@ -91106,7 +91113,7 @@ function RF1(e, t) {
91106
91113
  var AF1 = (
91107
91114
  /** @class */
91108
91115
  (function(e) {
91109
- u1(t, e);
91116
+ c1(t, e);
91110
91117
  function t() {
91111
91118
  var i = e.call(this) || this;
91112
91119
  return i.type = t.type, i._isFirstFrame = !0, i;
@@ -91478,7 +91485,7 @@ var FF1 = (
91478
91485
  ), LD = (
91479
91486
  /** @class */
91480
91487
  (function(e) {
91481
- u1(t, e);
91488
+ c1(t, e);
91482
91489
  function t(i) {
91483
91490
  var r = e.call(this, i) || this;
91484
91491
  return r.type = "largeBar", r;
@@ -91758,12 +91765,12 @@ function qF1(e) {
91758
91765
  return !1;
91759
91766
  }
91760
91767
  t.each(function(S) {
91761
- var H = t.getItemGraphicEl(S), M = H.shape, N = H.getTextContent(), b = H.getTextGuideLine(), Z = t.getItemModel(S), E = Z.getModel("label"), R = E.get("position") || Z.get(["emphasis", "label", "position"]), k = E.get("distanceToLabelLine"), I = E.get("alignTo"), O = Z1(E.get("edgeDistance"), c), q = E.get("bleedMargin");
91768
+ var H = t.getItemGraphicEl(S), M = H.shape, N = H.getTextContent(), b = H.getTextGuideLine(), Z = t.getItemModel(S), E = Z.getModel("label"), R = E.get("position") || Z.get(["emphasis", "label", "position"]), k = E.get("distanceToLabelLine"), I = E.get("alignTo"), O = E1(E.get("edgeDistance"), c), q = E.get("bleedMargin");
91762
91769
  q == null && (q = Math.min(c, p) > 200 ? 10 : 2);
91763
91770
  var Y = Z.getModel("labelLine"), K = Y.get("length");
91764
- K = Z1(K, c);
91771
+ K = E1(K, c);
91765
91772
  var F = Y.get("length2");
91766
- if (F = Z1(F, c), Math.abs(M.endAngle - M.startAngle) < a) {
91773
+ if (F = E1(F, c), Math.abs(M.endAngle - M.startAngle) < a) {
91767
91774
  A(N.states, f), N.ignore = !0, b && (A(b.states, f), b.ignore = !0);
91768
91775
  return;
91769
91776
  }
@@ -91852,7 +91859,7 @@ function qF1(e) {
91852
91859
  var jF1 = (
91853
91860
  /** @class */
91854
91861
  (function(e) {
91855
- u1(t, e);
91862
+ c1(t, e);
91856
91863
  function t(i, r, n) {
91857
91864
  var s = e.call(this) || this;
91858
91865
  s.z2 = 2;
@@ -91946,7 +91953,7 @@ var jF1 = (
91946
91953
  ), KF1 = (
91947
91954
  /** @class */
91948
91955
  (function(e) {
91949
- u1(t, e);
91956
+ c1(t, e);
91950
91957
  function t() {
91951
91958
  var i = e !== null && e.apply(this, arguments) || this;
91952
91959
  return i.ignoreLabelLineUpdate = !0, i;
@@ -92016,7 +92023,7 @@ var u3 = (
92016
92023
  ), XF1 = Ze(), _Q = (
92017
92024
  /** @class */
92018
92025
  (function(e) {
92019
- u1(t, e);
92026
+ c1(t, e);
92020
92027
  function t() {
92021
92028
  return e !== null && e.apply(this, arguments) || this;
92022
92029
  }
@@ -92170,7 +92177,7 @@ function JF1(e) {
92170
92177
  var eP1 = (
92171
92178
  /** @class */
92172
92179
  (function(e) {
92173
- u1(t, e);
92180
+ c1(t, e);
92174
92181
  function t() {
92175
92182
  var i = e !== null && e.apply(this, arguments) || this;
92176
92183
  return i.type = t.type, i.hasSymbolVisual = !0, i;
@@ -92231,7 +92238,7 @@ var eP1 = (
92231
92238
  ), iP1 = (
92232
92239
  /** @class */
92233
92240
  (function(e) {
92234
- u1(t, e);
92241
+ c1(t, e);
92235
92242
  function t(i) {
92236
92243
  var r = e.call(this, i) || this;
92237
92244
  return r._off = 0, r.hoverDataIdx = -1, r;
@@ -92357,7 +92364,7 @@ var eP1 = (
92357
92364
  ), nP1 = (
92358
92365
  /** @class */
92359
92366
  (function(e) {
92360
- u1(t, e);
92367
+ c1(t, e);
92361
92368
  function t() {
92362
92369
  var i = e !== null && e.apply(this, arguments) || this;
92363
92370
  return i.type = t.type, i;
@@ -92413,7 +92420,7 @@ var eP1 = (
92413
92420
  }, Sp = ["25%", "25%"], sP1 = (
92414
92421
  /** @class */
92415
92422
  (function(e) {
92416
- u1(t, e);
92423
+ c1(t, e);
92417
92424
  function t() {
92418
92425
  return e !== null && e.apply(this, arguments) || this;
92419
92426
  }
@@ -92447,7 +92454,7 @@ var eP1 = (
92447
92454
  ), qL = (
92448
92455
  /** @class */
92449
92456
  (function(e) {
92450
- u1(t, e);
92457
+ c1(t, e);
92451
92458
  function t() {
92452
92459
  return e !== null && e.apply(this, arguments) || this;
92453
92460
  }
@@ -92664,7 +92671,7 @@ function _9(e, t, i, r) {
92664
92671
  var a = Ve(Ve({}, EQ[s], !0), r, !0), o = (
92665
92672
  /** @class */
92666
92673
  (function(l) {
92667
- u1(c, l);
92674
+ c1(c, l);
92668
92675
  function c() {
92669
92676
  var h = l !== null && l.apply(this, arguments) || this;
92670
92677
  return h.type = t + "Axis." + s, h;
@@ -92723,7 +92730,7 @@ function ND(e) {
92723
92730
  var dP1 = (
92724
92731
  /** @class */
92725
92732
  (function(e) {
92726
- u1(t, e);
92733
+ c1(t, e);
92727
92734
  function t() {
92728
92735
  var i = e !== null && e.apply(this, arguments) || this;
92729
92736
  return i.type = "cartesian2d", i.dimensions = KL, i;
@@ -92774,7 +92781,7 @@ var dP1 = (
92774
92781
  ), TQ = (
92775
92782
  /** @class */
92776
92783
  (function(e) {
92777
- u1(t, e);
92784
+ c1(t, e);
92778
92785
  function t(i, r, n, s, a) {
92779
92786
  var o = e.call(this, i, r, n) || this;
92780
92787
  return o.index = 0, o.type = s || "value", o.position = a || "bottom", o;
@@ -93910,7 +93917,7 @@ function Q8(e) {
93910
93917
  var ow = {}, Al = (
93911
93918
  /** @class */
93912
93919
  (function(e) {
93913
- u1(t, e);
93920
+ c1(t, e);
93914
93921
  function t() {
93915
93922
  var i = e !== null && e.apply(this, arguments) || this;
93916
93923
  return i.type = t.type, i;
@@ -93991,7 +93998,7 @@ function WQ(e) {
93991
93998
  var qP1 = ["splitArea", "splitLine", "minorSplitLine", "breakArea"], YQ = (
93992
93999
  /** @class */
93993
94000
  (function(e) {
93994
- u1(t, e);
94001
+ c1(t, e);
93995
94002
  function t() {
93996
94003
  var i = e !== null && e.apply(this, arguments) || this;
93997
94004
  return i.type = t.type, i.axisPointerClass = "CartesianAxisPointer", i;
@@ -94076,7 +94083,7 @@ var qP1 = ["splitArea", "splitLine", "minorSplitLine", "breakArea"], YQ = (
94076
94083
  }, qQ = (
94077
94084
  /** @class */
94078
94085
  (function(e) {
94079
- u1(t, e);
94086
+ c1(t, e);
94080
94087
  function t() {
94081
94088
  var i = e !== null && e.apply(this, arguments) || this;
94082
94089
  return i.type = t.type, i;
@@ -94086,7 +94093,7 @@ var qP1 = ["splitArea", "splitLine", "minorSplitLine", "breakArea"], YQ = (
94086
94093
  ), KP1 = (
94087
94094
  /** @class */
94088
94095
  (function(e) {
94089
- u1(t, e);
94096
+ c1(t, e);
94090
94097
  function t() {
94091
94098
  var i = e !== null && e.apply(this, arguments) || this;
94092
94099
  return i.type = qQ.type, i;
@@ -94096,7 +94103,7 @@ var qP1 = ["splitArea", "splitLine", "minorSplitLine", "breakArea"], YQ = (
94096
94103
  ), XP1 = (
94097
94104
  /** @class */
94098
94105
  (function(e) {
94099
- u1(t, e);
94106
+ c1(t, e);
94100
94107
  function t() {
94101
94108
  var i = e !== null && e.apply(this, arguments) || this;
94102
94109
  return i.type = "grid", i;
@@ -94236,7 +94243,7 @@ function s$1(e) {
94236
94243
  var a$1 = (
94237
94244
  /** @class */
94238
94245
  (function(e) {
94239
- u1(t, e);
94246
+ c1(t, e);
94240
94247
  function t() {
94241
94248
  var i = e !== null && e.apply(this, arguments) || this;
94242
94249
  return i.type = t.type, i;
@@ -94349,7 +94356,7 @@ var a$1 = (
94349
94356
  ), o$1 = (
94350
94357
  /** @class */
94351
94358
  (function(e) {
94352
- u1(t, e);
94359
+ c1(t, e);
94353
94360
  function t() {
94354
94361
  var i = e !== null && e.apply(this, arguments) || this;
94355
94362
  return i.type = t.type, i.hasSymbolVisual = !0, i;
@@ -94418,7 +94425,7 @@ function Wc(e, t) {
94418
94425
  var l$1 = (
94419
94426
  /** @class */
94420
94427
  (function(e) {
94421
- u1(t, e);
94428
+ c1(t, e);
94422
94429
  function t() {
94423
94430
  var i = e !== null && e.apply(this, arguments) || this;
94424
94431
  return i.type = t.type, i;
@@ -94492,7 +94499,7 @@ var l$1 = (
94492
94499
  ), u$1 = (
94493
94500
  /** @class */
94494
94501
  (function(e) {
94495
- u1(t, e);
94502
+ c1(t, e);
94496
94503
  function t() {
94497
94504
  var i = e !== null && e.apply(this, arguments) || this;
94498
94505
  return i.type = t.type, i;
@@ -94598,7 +94605,7 @@ var l$1 = (
94598
94605
  ), c$1 = (
94599
94606
  /** @class */
94600
94607
  (function(e) {
94601
- u1(t, e);
94608
+ c1(t, e);
94602
94609
  function t(i, r, n) {
94603
94610
  var s = e.call(this, i, r, n) || this;
94604
94611
  return s.type = "value", s.angle = 0, s.name = "", s;
@@ -94636,9 +94643,9 @@ var l$1 = (
94636
94643
  return [l, +(o && o.coordToData(n))];
94637
94644
  }, e.prototype.resize = function(t, i) {
94638
94645
  var r = q2(t, i).refContainer, n = t.get("center"), s = Math.min(r.width, r.height) / 2;
94639
- this.cx = Z1(n[0], r.width) + r.x, this.cy = Z1(n[1], r.height) + r.y, this.startAngle = t.get("startAngle") * Math.PI / 180;
94646
+ this.cx = E1(n[0], r.width) + r.x, this.cy = E1(n[1], r.height) + r.y, this.startAngle = t.get("startAngle") * Math.PI / 180;
94640
94647
  var a = t.get("radius");
94641
- (R1(a) || qe(a)) && (a = [0, a]), this.r0 = Z1(a[0], s), this.r = Z1(a[1], s), A(this._indicatorAxes, function(o, l) {
94648
+ (R1(a) || qe(a)) && (a = [0, a]), this.r0 = E1(a[0], s), this.r = E1(a[1], s), A(this._indicatorAxes, function(o, l) {
94642
94649
  o.setExtent(this.r0, this.r);
94643
94650
  var c = this.startAngle + l * Math.PI * 2 / this._indicatorAxes.length;
94644
94651
  c = Math.atan2(Math.sin(c), Math.cos(c)), o.angle = c;
@@ -94724,7 +94731,7 @@ function XQ(e, t, i) {
94724
94731
  var Dl = (
94725
94732
  /** @class */
94726
94733
  (function(e) {
94727
- u1(t, e);
94734
+ c1(t, e);
94728
94735
  function t(i) {
94729
94736
  var r = e.call(this) || this;
94730
94737
  r._zr = i;
@@ -95920,7 +95927,7 @@ function oB(e, t, i) {
95920
95927
  var G$1 = (
95921
95928
  /** @class */
95922
95929
  (function(e) {
95923
- u1(t, e);
95930
+ c1(t, e);
95924
95931
  function t() {
95925
95932
  var i = e !== null && e.apply(this, arguments) || this;
95926
95933
  return i.type = t.type, i;
@@ -95993,7 +96000,7 @@ var G$1 = (
95993
96000
  ), W$1 = (
95994
96001
  /** @class */
95995
96002
  (function(e) {
95996
- u1(t, e);
96003
+ c1(t, e);
95997
96004
  function t() {
95998
96005
  var i = e !== null && e.apply(this, arguments) || this;
95999
96006
  return i.type = t.type, i.needsDrawMap = !1, i.seriesGroup = [], i.getTooltipPosition = function(r) {
@@ -96184,7 +96191,7 @@ function j$1(e) {
96184
96191
  var lB = x2, Bl = (
96185
96192
  /** @class */
96186
96193
  (function(e) {
96187
- u1(t, e);
96194
+ c1(t, e);
96188
96195
  function t(i, r) {
96189
96196
  var n = e.call(this) || this;
96190
96197
  return n.type = "view", n.dimensions = ["x", "y"], n._roamTransformable = new H0(), n._rawTransformable = new H0(), n.name = i, n._opt = r, n;
@@ -96202,7 +96209,7 @@ var lB = x2, Bl = (
96202
96209
  o.parent = null, o.decomposeTransform(), o.parent = l, this._updateTransform();
96203
96210
  }, t.prototype.setCenter = function(i) {
96204
96211
  var r = this._opt;
96205
- r && r.api && r.ecModel && r.ecModel.getShallow("legacyViewCoordSysCenterBase") && i && (i = [Z1(i[0], r.api.getWidth()), Z1(i[1], r.api.getWidth())]), this._centerOption = se(i), this._updateCenterAndZoom();
96212
+ r && r.api && r.ecModel && r.ecModel.getShallow("legacyViewCoordSysCenterBase") && i && (i = [E1(i[0], r.api.getWidth()), E1(i[1], r.api.getWidth())]), this._centerOption = se(i), this._updateCenterAndZoom();
96206
96213
  }, t.prototype.setZoom = function(i) {
96207
96214
  this._zoom = ub(i || 1, this.zoomLimit), this._updateCenterAndZoom();
96208
96215
  }, t.prototype.getDefaultCenter = function() {
@@ -96216,7 +96223,7 @@ var lB = x2, Bl = (
96216
96223
  return this._roamTransformable.getLocalTransform();
96217
96224
  }, t.prototype._updateCenterAndZoom = function() {
96218
96225
  var i = this._centerOption, r = this._rect;
96219
- i && r && (this._center = [Z1(i[0], r.width, r.x), Z1(i[1], r.height, r.y)]);
96226
+ i && r && (this._center = [E1(i[0], r.width, r.x), E1(i[1], r.height, r.y)]);
96220
96227
  var n = this._rawTransformable.getLocalTransform(), s = this._roamTransformable, a = this.getDefaultCenter(), o = this.getCenter(), l = this.getZoom();
96221
96228
  o = x2([], o, n), a = x2([], a, n), s.originX = o[0], s.originY = o[1], s.x = a[0] - o[0], s.y = a[1] - o[1], s.scaleX = s.scaleY = l, this._updateTransform();
96222
96229
  }, t.prototype._updateTransform = function() {
@@ -96277,7 +96284,7 @@ var K$1 = {
96277
96284
  }, sJ = ["lng", "lat"], rS = (
96278
96285
  /** @class */
96279
96286
  (function(e) {
96280
- u1(t, e);
96287
+ c1(t, e);
96281
96288
  function t(i, r, n) {
96282
96289
  var s = e.call(this, i, {
96283
96290
  api: n.api,
@@ -96365,7 +96372,7 @@ function hB(e, t) {
96365
96372
  }
96366
96373
  }
96367
96374
  var d = this.getBoundingRect(), p = e.get("layoutCenter"), f = e.get("layoutSize"), C = q2(e, t).refContainer, m = d.width / d.height * this.aspectScale, v = !1, w, y;
96368
- p && f && (w = [Z1(p[0], C.width) + C.x, Z1(p[1], C.height) + C.y], y = Z1(f, Math.min(C.width, C.height)), !isNaN(w[0]) && !isNaN(w[1]) && !isNaN(y) ? v = !0 : process.env.NODE_ENV !== "production" && console.warn("Given layoutCenter or layoutSize data are invalid. Use left/top/width/height instead."));
96375
+ p && f && (w = [E1(p[0], C.width) + C.x, E1(p[1], C.height) + C.y], y = E1(f, Math.min(C.width, C.height)), !isNaN(w[0]) && !isNaN(w[1]) && !isNaN(y) ? v = !0 : process.env.NODE_ENV !== "production" && console.warn("Given layoutCenter or layoutSize data are invalid. Use left/top/width/height instead."));
96369
96376
  var x;
96370
96377
  if (v)
96371
96378
  x = {}, m > 1 ? (x.width = y, x.height = y / m) : (x.height = y, x.width = y * m), x.y = w[1] - x.height / 2, x.x = w[0] - x.width / 2;
@@ -96448,7 +96455,7 @@ var Q$1 = (
96448
96455
  ), aJ = new Q$1(), J$1 = (
96449
96456
  /** @class */
96450
96457
  (function(e) {
96451
- u1(t, e);
96458
+ c1(t, e);
96452
96459
  function t() {
96453
96460
  var i = e !== null && e.apply(this, arguments) || this;
96454
96461
  return i.type = t.type, i;
@@ -96559,7 +96566,7 @@ var Q$1 = (
96559
96566
  ), eU1 = (
96560
96567
  /** @class */
96561
96568
  (function(e) {
96562
- u1(t, e);
96569
+ c1(t, e);
96563
96570
  function t() {
96564
96571
  var i = e !== null && e.apply(this, arguments) || this;
96565
96572
  return i.type = t.type, i.focusBlurEnabled = !0, i;
@@ -96761,7 +96768,7 @@ var hU1 = (
96761
96768
  ), dU1 = (
96762
96769
  /** @class */
96763
96770
  (function(e) {
96764
- u1(t, e);
96771
+ c1(t, e);
96765
96772
  function t(i) {
96766
96773
  return e.call(this, i) || this;
96767
96774
  }
@@ -96778,7 +96785,7 @@ var hU1 = (
96778
96785
  i.moveTo(a[0], a[1]), i.lineTo(o[0], o[1]);
96779
96786
  return;
96780
96787
  }
96781
- var c = r.orient, h = c === "TB" || c === "BT" ? 0 : 1, d = 1 - h, p = Z1(r.forkPosition, 1), f = [];
96788
+ var c = r.orient, h = c === "TB" || c === "BT" ? 0 : 1, d = 1 - h, p = E1(r.forkPosition, 1), f = [];
96782
96789
  f[h] = a[h], f[d] = a[d] + (l[d] - a[d]) * p, i.moveTo(a[0], a[1]), i.lineTo(f[0], f[1]), i.moveTo(o[0], o[1]), f[h] = o[h], i.lineTo(f[0], f[1]), f[h] = l[h], i.lineTo(f[0], f[1]), i.lineTo(l[0], l[1]);
96783
96790
  for (var C = 1; C < s - 1; C++) {
96784
96791
  var m = n[C];
@@ -96789,7 +96796,7 @@ var hU1 = (
96789
96796
  ), pU1 = (
96790
96797
  /** @class */
96791
96798
  (function(e) {
96792
- u1(t, e);
96799
+ c1(t, e);
96793
96800
  function t() {
96794
96801
  var i = e !== null && e.apply(this, arguments) || this;
96795
96802
  return i.type = t.type, i._mainGroup = new ne(), i;
@@ -97275,7 +97282,7 @@ function qg(e, t) {
97275
97282
  var SU1 = (
97276
97283
  /** @class */
97277
97284
  (function(e) {
97278
- u1(t, e);
97285
+ c1(t, e);
97279
97286
  function t() {
97280
97287
  var i = e !== null && e.apply(this, arguments) || this;
97281
97288
  return i.hasSymbolVisual = !0, i.ignoreStyleOnData = !0, i;
@@ -97516,7 +97523,7 @@ function dJ(e) {
97516
97523
  var ZU1 = (
97517
97524
  /** @class */
97518
97525
  (function(e) {
97519
- u1(t, e);
97526
+ c1(t, e);
97520
97527
  function t() {
97521
97528
  var i = e !== null && e.apply(this, arguments) || this;
97522
97529
  return i.type = t.type, i.preventUsingHoverLayer = !0, i;
@@ -97846,7 +97853,7 @@ var sS = ne, wB = Ne, yB = 3, xB = "label", LB = "upperLabel", IU1 = X9 * 10, OU
97846
97853
  }, bp = Ze(), PU1 = (
97847
97854
  /** @class */
97848
97855
  (function(e) {
97849
- u1(t, e);
97856
+ c1(t, e);
97850
97857
  function t() {
97851
97858
  var i = e !== null && e.apply(this, arguments) || this;
97852
97859
  return i.type = t.type, i._state = "ready", i._storage = t7(), i;
@@ -98618,7 +98625,7 @@ var t6 = Math.max, Np = Math.min, MB = $2, fb = A, mJ = ["itemStyle", "borderWid
98618
98625
  const nG1 = {
98619
98626
  seriesType: "treemap",
98620
98627
  reset: function(e, t, i, r) {
98621
- var n = e.option, s = q2(e, i).refContainer, a = Ut(e.getBoxLayoutParams(), s), o = n.size || [], l = Z1(MB(a.width, o[0]), s.width), c = Z1(MB(a.height, o[1]), s.height), h = r && r.type, d = ["treemapZoomToNode", "treemapRootToNode"], p = J8(r, d, e), f = h === "treemapRender" || h === "treemapMove" ? r.rootRect : null, C = e.getViewRoot(), m = hJ(C);
98628
+ var n = e.option, s = q2(e, i).refContainer, a = Ut(e.getBoxLayoutParams(), s), o = n.size || [], l = E1(MB(a.width, o[0]), s.width), c = E1(MB(a.height, o[1]), s.height), h = r && r.type, d = ["treemapZoomToNode", "treemapRootToNode"], p = J8(r, d, e), f = h === "treemapRender" || h === "treemapMove" ? r.rootRect : null, C = e.getViewRoot(), m = hJ(C);
98622
98629
  if (h !== "treemapMove") {
98623
98630
  var v = h === "treemapZoomToNode" ? cG1(e, p, C, l, c) : f ? [f.width, f.height] : [l, c], w = n.sort;
98624
98631
  w && w !== "asc" && w !== "desc" && (w = "desc");
@@ -99235,7 +99242,7 @@ var NB = z2.prototype, mw = P6.prototype, HJ = (
99235
99242
  })()
99236
99243
  );
99237
99244
  (function(e) {
99238
- u1(t, e);
99245
+ c1(t, e);
99239
99246
  function t() {
99240
99247
  return e !== null && e.apply(this, arguments) || this;
99241
99248
  }
@@ -99247,7 +99254,7 @@ function vw(e) {
99247
99254
  var MJ = (
99248
99255
  /** @class */
99249
99256
  (function(e) {
99250
- u1(t, e);
99257
+ c1(t, e);
99251
99258
  function t(i) {
99252
99259
  var r = e.call(this, i) || this;
99253
99260
  return r.type = "ec-line", r;
@@ -99301,7 +99308,7 @@ function cS(e, t) {
99301
99308
  var vb = (
99302
99309
  /** @class */
99303
99310
  (function(e) {
99304
- u1(t, e);
99311
+ c1(t, e);
99305
99312
  function t(i, r, n) {
99306
99313
  var s = e.call(this) || this;
99307
99314
  return s._createLine(i, r, n), s;
@@ -99604,7 +99611,7 @@ function kB(e) {
99604
99611
  var zG1 = (
99605
99612
  /** @class */
99606
99613
  (function(e) {
99607
- u1(t, e);
99614
+ c1(t, e);
99608
99615
  function t() {
99609
99616
  var i = e !== null && e.apply(this, arguments) || this;
99610
99617
  return i.type = t.type, i;
@@ -100027,7 +100034,7 @@ function yb(e, t, i, r, n) {
100027
100034
  var EG1 = (
100028
100035
  /** @class */
100029
100036
  (function(e) {
100030
- u1(t, e);
100037
+ c1(t, e);
100031
100038
  function t() {
100032
100039
  var i = e !== null && e.apply(this, arguments) || this;
100033
100040
  return i.type = t.type, i.hasSymbolVisual = !0, i;
@@ -100222,7 +100229,7 @@ function TG1(e) {
100222
100229
  var IB = (
100223
100230
  /** @class */
100224
100231
  (function(e) {
100225
- u1(t, e);
100232
+ c1(t, e);
100226
100233
  function t(i, r, n) {
100227
100234
  var s = e.call(this) || this;
100228
100235
  fe(s).dataType = "node", s.z2 = 2;
@@ -100286,7 +100293,7 @@ var IB = (
100286
100293
  ), RG1 = (
100287
100294
  /** @class */
100288
100295
  (function(e) {
100289
- u1(t, e);
100296
+ c1(t, e);
100290
100297
  function t(i, r, n, s) {
100291
100298
  var a = e.call(this) || this;
100292
100299
  return fe(a).dataType = "edge", a.updateData(i, r, n, s, !0), a;
@@ -100336,7 +100343,7 @@ function OB(e, t, i, r) {
100336
100343
  var AG1 = Math.PI / 180, DG1 = (
100337
100344
  /** @class */
100338
100345
  (function(e) {
100339
- u1(t, e);
100346
+ c1(t, e);
100340
100347
  function t() {
100341
100348
  var i = e !== null && e.apply(this, arguments) || this;
100342
100349
  return i.type = t.type, i;
@@ -100362,7 +100369,7 @@ var AG1 = Math.PI / 180, DG1 = (
100362
100369
  d && N0(d, i, h);
100363
100370
  }).execute(), !a) {
100364
100371
  var c = i.get("center");
100365
- this.group.scaleX = 0.01, this.group.scaleY = 0.01, this.group.originX = Z1(c[0], n.getWidth()), this.group.originY = Z1(c[1], n.getHeight()), kt(this.group, {
100372
+ this.group.scaleX = 0.01, this.group.scaleY = 0.01, this.group.originX = E1(c[0], n.getWidth()), this.group.originY = E1(c[1], n.getHeight()), kt(this.group, {
100366
100373
  scaleX: 1,
100367
100374
  scaleY: 1
100368
100375
  }, i);
@@ -100386,7 +100393,7 @@ var AG1 = Math.PI / 180, DG1 = (
100386
100393
  ), BG1 = (
100387
100394
  /** @class */
100388
100395
  (function(e) {
100389
- u1(t, e);
100396
+ c1(t, e);
100390
100397
  function t() {
100391
100398
  var i = e !== null && e.apply(this, arguments) || this;
100392
100399
  return i.type = t.type, i;
@@ -100602,7 +100609,7 @@ var FG1 = (
100602
100609
  ), PG1 = (
100603
100610
  /** @class */
100604
100611
  (function(e) {
100605
- u1(t, e);
100612
+ c1(t, e);
100606
100613
  function t(i) {
100607
100614
  var r = e.call(this, i) || this;
100608
100615
  return r.type = "pointer", r;
@@ -100616,7 +100623,7 @@ var FG1 = (
100616
100623
  })(Re)
100617
100624
  );
100618
100625
  function $G1(e, t) {
100619
- var i = e.get("center"), r = t.getWidth(), n = t.getHeight(), s = Math.min(r, n), a = Z1(i[0], t.getWidth()), o = Z1(i[1], t.getHeight()), l = Z1(e.get("radius"), s / 2);
100626
+ var i = e.get("center"), r = t.getWidth(), n = t.getHeight(), s = Math.min(r, n), a = E1(i[0], t.getWidth()), o = E1(i[1], t.getHeight()), l = E1(e.get("radius"), s / 2);
100620
100627
  return {
100621
100628
  cx: a,
100622
100629
  cy: o,
@@ -100630,7 +100637,7 @@ function Xc(e, t) {
100630
100637
  var UG1 = (
100631
100638
  /** @class */
100632
100639
  (function(e) {
100633
- u1(t, e);
100640
+ c1(t, e);
100634
100641
  function t() {
100635
100642
  var i = e !== null && e.apply(this, arguments) || this;
100636
100643
  return i.type = t.type, i;
@@ -100680,7 +100687,7 @@ var UG1 = (
100680
100687
  };
100681
100688
  this._renderTicks(i, r, n, M, a, c, h, l, v), this._renderTitleAndDetail(i, r, n, M, a), this._renderAnchor(i, a), this._renderPointer(i, r, n, M, a, c, h, l, v);
100682
100689
  }, t.prototype._renderTicks = function(i, r, n, s, a, o, l, c, h) {
100683
- for (var d = this.group, p = a.cx, f = a.cy, C = a.r, m = +i.get("min"), v = +i.get("max"), w = i.getModel("splitLine"), y = i.getModel("axisTick"), x = i.getModel("axisLabel"), L = i.get("splitNumber"), V = y.get("splitNumber"), S = Z1(w.get("length"), C), H = Z1(y.get("length"), C), M = o, N = (l - o) / L, b = N / V, Z = w.getModel("lineStyle").getLineStyle(), E = y.getModel("lineStyle").getLineStyle(), R = w.get("distance"), k, I, O = 0; O <= L; O++) {
100690
+ for (var d = this.group, p = a.cx, f = a.cy, C = a.r, m = +i.get("min"), v = +i.get("max"), w = i.getModel("splitLine"), y = i.getModel("axisTick"), x = i.getModel("axisLabel"), L = i.get("splitNumber"), V = y.get("splitNumber"), S = E1(w.get("length"), C), H = E1(y.get("length"), C), M = o, N = (l - o) / L, b = N / V, Z = w.getModel("lineStyle").getLineStyle(), E = y.getModel("lineStyle").getLineStyle(), R = w.get("distance"), k, I, O = 0; O <= L; O++) {
100684
100691
  if (k = Math.cos(M), I = Math.sin(M), w.get("show")) {
100685
100692
  var q = R ? R + h : h, Y = new z2({
100686
100693
  shape: {
@@ -100751,7 +100758,7 @@ var UG1 = (
100751
100758
  }, t.prototype._renderPointer = function(i, r, n, s, a, o, l, c, h) {
100752
100759
  var d = this.group, p = this._data, f = this._progressEls, C = [], m = i.get(["pointer", "show"]), v = i.getModel("progress"), w = v.get("show"), y = i.getData(), x = y.mapDimension("value"), L = +i.get("min"), V = +i.get("max"), S = [L, V], H = [o, l];
100753
100760
  function M(b, Z) {
100754
- var E = y.getItemModel(b), R = E.getModel("pointer"), k = Z1(R.get("width"), a.r), I = Z1(R.get("length"), a.r), O = i.get(["pointer", "icon"]), q = R.get("offsetCenter"), Y = Z1(q[0], a.r), K = Z1(q[1], a.r), F = R.get("keepAspect"), J;
100761
+ var E = y.getItemModel(b), R = E.getModel("pointer"), k = E1(R.get("width"), a.r), I = E1(R.get("length"), a.r), O = i.get(["pointer", "icon"]), q = R.get("offsetCenter"), Y = E1(q[0], a.r), K = E1(q[1], a.r), F = R.get("keepAspect"), J;
100755
100762
  return O ? J = D2(O, Y - k / 2, K - I, k, I, null, F) : J = new PG1({
100756
100763
  shape: {
100757
100764
  angle: -Math.PI / 2,
@@ -100833,7 +100840,7 @@ var UG1 = (
100833
100840
  }, t.prototype._renderAnchor = function(i, r) {
100834
100841
  var n = i.getModel("anchor"), s = n.get("show");
100835
100842
  if (s) {
100836
- var a = n.get("size"), o = n.get("icon"), l = n.get("offsetCenter"), c = n.get("keepAspect"), h = D2(o, r.cx - a / 2 + Z1(l[0], r.r), r.cy - a / 2 + Z1(l[1], r.r), a, a, null, c);
100843
+ var a = n.get("size"), o = n.get("icon"), l = n.get("offsetCenter"), c = n.get("keepAspect"), h = D2(o, r.cx - a / 2 + E1(l[0], r.r), r.cy - a / 2 + E1(l[1], r.r), a, a, null, c);
100837
100844
  h.z2 = n.get("showAbove") ? 1 : 0, h.setStyle(n.getModel("itemStyle").getItemStyle()), this.group.add(h);
100838
100845
  }
100839
100846
  }, t.prototype._renderTitleAndDetail = function(i, r, n, s, a) {
@@ -100849,7 +100856,7 @@ var UG1 = (
100849
100856
  }).execute(), l.each(function(w) {
100850
100857
  var y = l.getItemModel(w), x = l.get(c, w), L = new ne(), V = s(ot(x, [h, d], [0, 1], !0)), S = y.getModel("title");
100851
100858
  if (S.get("show")) {
100852
- var H = S.get("offsetCenter"), M = a.cx + Z1(H[0], a.r), N = a.cy + Z1(H[1], a.r), b = f[w];
100859
+ var H = S.get("offsetCenter"), M = a.cx + E1(H[0], a.r), N = a.cy + E1(H[1], a.r), b = f[w];
100853
100860
  b.attr({
100854
100861
  z2: v ? 0 : 2,
100855
100862
  style: _t(S, {
@@ -100865,7 +100872,7 @@ var UG1 = (
100865
100872
  }
100866
100873
  var Z = y.getModel("detail");
100867
100874
  if (Z.get("show")) {
100868
- var E = Z.get("offsetCenter"), R = a.cx + Z1(E[0], a.r), k = a.cy + Z1(E[1], a.r), I = Z1(Z.get("width"), a.r), O = Z1(Z.get("height"), a.r), q = i.get(["progress", "show"]) ? l.getItemVisual(w, "style").fill : V, b = C[w], Y = Z.get("formatter");
100875
+ var E = Z.get("offsetCenter"), R = a.cx + E1(E[0], a.r), k = a.cy + E1(E[1], a.r), I = E1(Z.get("width"), a.r), O = E1(Z.get("height"), a.r), q = i.get(["progress", "show"]) ? l.getItemVisual(w, "style").fill : V, b = C[w], Y = Z.get("formatter");
100869
100876
  b.attr({
100870
100877
  z2: v ? 0 : 2,
100871
100878
  style: _t(Z, {
@@ -100896,7 +100903,7 @@ var UG1 = (
100896
100903
  ), GG1 = (
100897
100904
  /** @class */
100898
100905
  (function(e) {
100899
- u1(t, e);
100906
+ c1(t, e);
100900
100907
  function t() {
100901
100908
  var i = e !== null && e.apply(this, arguments) || this;
100902
100909
  return i.type = t.type, i.visualStyleAccessPath = "itemStyle", i;
@@ -101035,7 +101042,7 @@ function WG1(e) {
101035
101042
  var YG1 = ["itemStyle", "opacity"], qG1 = (
101036
101043
  /** @class */
101037
101044
  (function(e) {
101038
- u1(t, e);
101045
+ c1(t, e);
101039
101046
  function t(i, r) {
101040
101047
  var n = e.call(this) || this, s = n, a = new Ni(), o = new Xe();
101041
101048
  return s.setTextContent(o), n.setTextGuideLine(a), n.updateData(i, r, !0), n;
@@ -101106,7 +101113,7 @@ var YG1 = ["itemStyle", "opacity"], qG1 = (
101106
101113
  ), jG1 = (
101107
101114
  /** @class */
101108
101115
  (function(e) {
101109
- u1(t, e);
101116
+ c1(t, e);
101110
101117
  function t() {
101111
101118
  var i = e !== null && e.apply(this, arguments) || this;
101112
101119
  return i.type = t.type, i.ignoreLabelLineUpdate = !0, i;
@@ -101131,7 +101138,7 @@ var YG1 = ["itemStyle", "opacity"], qG1 = (
101131
101138
  ), KG1 = (
101132
101139
  /** @class */
101133
101140
  (function(e) {
101134
- u1(t, e);
101141
+ c1(t, e);
101135
101142
  function t() {
101136
101143
  var i = e !== null && e.apply(this, arguments) || this;
101137
101144
  return i.type = t.type, i;
@@ -101233,7 +101240,7 @@ function QG1(e) {
101233
101240
  }
101234
101241
  function JG1(e, t) {
101235
101242
  e.eachSeriesByType("funnel", function(i) {
101236
- var r = i.getData(), n = r.mapDimension("value"), s = i.get("sort"), a = q2(i, t), o = Ut(i.getBoxLayoutParams(), a.refContainer), l = i.get("orient"), c = o.width, h = o.height, d = XG1(r, s), p = o.x, f = o.y, C = l === "horizontal" ? [Z1(i.get("minSize"), h), Z1(i.get("maxSize"), h)] : [Z1(i.get("minSize"), c), Z1(i.get("maxSize"), c)], m = r.getDataExtent(n), v = i.get("min"), w = i.get("max");
101243
+ var r = i.getData(), n = r.mapDimension("value"), s = i.get("sort"), a = q2(i, t), o = Ut(i.getBoxLayoutParams(), a.refContainer), l = i.get("orient"), c = o.width, h = o.height, d = XG1(r, s), p = o.x, f = o.y, C = l === "horizontal" ? [E1(i.get("minSize"), h), E1(i.get("maxSize"), h)] : [E1(i.get("minSize"), c), E1(i.get("maxSize"), c)], m = r.getDataExtent(n), v = i.get("min"), w = i.get("max");
101237
101244
  v == null && (v = Math.min(m[0], 0)), w == null && (w = m[1]);
101238
101245
  var y = i.get("funnelAlign"), x = i.get("gap"), L = l === "horizontal" ? c : h, V = (L - x * (r.count() - 1)) / r.count(), S = function(I, O) {
101239
101246
  if (l === "horizontal") {
@@ -101270,14 +101277,14 @@ function JG1(e, t) {
101270
101277
  var M = d[H], N = d[H + 1], b = r.getItemModel(M);
101271
101278
  if (l === "horizontal") {
101272
101279
  var Z = b.get(["itemStyle", "width"]);
101273
- Z == null ? Z = V : (Z = Z1(Z, c), s === "ascending" && (Z = -Z));
101280
+ Z == null ? Z = V : (Z = E1(Z, c), s === "ascending" && (Z = -Z));
101274
101281
  var E = S(M, p), R = S(N, p + Z);
101275
101282
  p += Z + x, r.setItemLayout(M, {
101276
101283
  points: E.concat(R.slice().reverse())
101277
101284
  });
101278
101285
  } else {
101279
101286
  var k = b.get(["itemStyle", "height"]);
101280
- k == null ? k = V : (k = Z1(k, h), s === "ascending" && (k = -k));
101287
+ k == null ? k = V : (k = E1(k, h), s === "ascending" && (k = -k));
101281
101288
  var E = S(M, f), R = S(N, f + k);
101282
101289
  f += k + x, r.setItemLayout(M, {
101283
101290
  points: E.concat(R.slice().reverse())
@@ -101293,7 +101300,7 @@ function eW1(e) {
101293
101300
  var tW1 = 0.3, iW1 = (
101294
101301
  /** @class */
101295
101302
  (function(e) {
101296
- u1(t, e);
101303
+ c1(t, e);
101297
101304
  function t() {
101298
101305
  var i = e !== null && e.apply(this, arguments) || this;
101299
101306
  return i.type = t.type, i._dataGroup = new ne(), i._initialized = !1, i;
@@ -101392,7 +101399,7 @@ function nW1(e, t) {
101392
101399
  var sW1 = (
101393
101400
  /** @class */
101394
101401
  (function(e) {
101395
- u1(t, e);
101402
+ c1(t, e);
101396
101403
  function t() {
101397
101404
  var i = e !== null && e.apply(this, arguments) || this;
101398
101405
  return i.type = t.type, i.visualStyleAccessPath = "lineStyle", i.visualDrawType = "stroke", i;
@@ -101491,7 +101498,7 @@ function dW1(e) {
101491
101498
  var pW1 = 5, fW1 = (
101492
101499
  /** @class */
101493
101500
  (function(e) {
101494
- u1(t, e);
101501
+ c1(t, e);
101495
101502
  function t() {
101496
101503
  var i = e !== null && e.apply(this, arguments) || this;
101497
101504
  return i.type = t.type, i;
@@ -101550,7 +101557,7 @@ function _w(e, t) {
101550
101557
  var CW1 = (
101551
101558
  /** @class */
101552
101559
  (function(e) {
101553
- u1(t, e);
101560
+ c1(t, e);
101554
101561
  function t() {
101555
101562
  var i = e !== null && e.apply(this, arguments) || this;
101556
101563
  return i.type = t.type, i;
@@ -101604,7 +101611,7 @@ var CW1 = (
101604
101611
  ), mW1 = (
101605
101612
  /** @class */
101606
101613
  (function(e) {
101607
- u1(t, e);
101614
+ c1(t, e);
101608
101615
  function t(i, r, n, s, a) {
101609
101616
  var o = e.call(this, i, r, n) || this;
101610
101617
  return o.type = s || "value", o.axisIndex = a, o;
@@ -101823,7 +101830,7 @@ var VW1 = {
101823
101830
  }, hS = (
101824
101831
  /** @class */
101825
101832
  (function(e) {
101826
- u1(t, e);
101833
+ c1(t, e);
101827
101834
  function t() {
101828
101835
  var i = e !== null && e.apply(this, arguments) || this;
101829
101836
  return i.type = t.type, i.activeIntervals = [], i;
@@ -101888,7 +101895,7 @@ var cl = !0, r6 = Math.min, z9 = Math.max, HW1 = Math.pow, MW1 = 1e4, bW1 = 6, _
101888
101895
  }, ZW1 = 0, xb = (
101889
101896
  /** @class */
101890
101897
  (function(e) {
101891
- u1(t, e);
101898
+ c1(t, e);
101892
101899
  function t(i) {
101893
101900
  var r = e.call(this) || this;
101894
101901
  return r._track = [], r._covers = [], r._handlers = {}, process.env.NODE_ENV !== "production" && G1(i), r._zr = i, r.group = new ne(), r._uid = "brushController_" + ZW1++, A(kW1, function(n, s) {
@@ -102337,7 +102344,7 @@ function bb(e) {
102337
102344
  var OW1 = (
102338
102345
  /** @class */
102339
102346
  (function(e) {
102340
- u1(t, e);
102347
+ c1(t, e);
102341
102348
  function t() {
102342
102349
  var i = e !== null && e.apply(this, arguments) || this;
102343
102350
  return i.type = t.type, i;
@@ -102461,7 +102468,7 @@ var qW1 = (
102461
102468
  ), jW1 = (
102462
102469
  /** @class */
102463
102470
  (function(e) {
102464
- u1(t, e);
102471
+ c1(t, e);
102465
102472
  function t(i) {
102466
102473
  return e.call(this, i) || this;
102467
102474
  }
@@ -102479,7 +102486,7 @@ var qW1 = (
102479
102486
  ), KW1 = (
102480
102487
  /** @class */
102481
102488
  (function(e) {
102482
- u1(t, e);
102489
+ c1(t, e);
102483
102490
  function t() {
102484
102491
  var i = e !== null && e.apply(this, arguments) || this;
102485
102492
  return i.type = t.type, i._mainGroup = new ne(), i._focusAdjacencyDisabled = !1, i;
@@ -102624,7 +102631,7 @@ function XW1(e, t, i) {
102624
102631
  var QW1 = (
102625
102632
  /** @class */
102626
102633
  (function(e) {
102627
- u1(t, e);
102634
+ c1(t, e);
102628
102635
  function t() {
102629
102636
  var i = e !== null && e.apply(this, arguments) || this;
102630
102637
  return i.type = t.type, i;
@@ -103116,7 +103123,7 @@ var jJ = (
103116
103123
  ), KJ = (
103117
103124
  /** @class */
103118
103125
  (function(e) {
103119
- u1(t, e);
103126
+ c1(t, e);
103120
103127
  function t() {
103121
103128
  var i = e !== null && e.apply(this, arguments) || this;
103122
103129
  return i.type = t.type, i.defaultValueDimensions = [{
@@ -103165,7 +103172,7 @@ B2(KJ, jJ, !0);
103165
103172
  var vY1 = (
103166
103173
  /** @class */
103167
103174
  (function(e) {
103168
- u1(t, e);
103175
+ c1(t, e);
103169
103176
  function t() {
103170
103177
  var i = e !== null && e.apply(this, arguments) || this;
103171
103178
  return i.type = t.type, i;
@@ -103208,7 +103215,7 @@ var vY1 = (
103208
103215
  ), yY1 = (
103209
103216
  /** @class */
103210
103217
  (function(e) {
103211
- u1(t, e);
103218
+ c1(t, e);
103212
103219
  function t(i) {
103213
103220
  var r = e.call(this, i) || this;
103214
103221
  return r.type = "boxplotBoxPath", r;
@@ -103281,7 +103288,7 @@ function VY1(e) {
103281
103288
  }
103282
103289
  d8(i, function(C) {
103283
103290
  var m = C.get("boxWidth");
103284
- m1(m) || (m = [m, m]), a.push([Z1(m[0], o) || 0, Z1(m[1], o) || 0]);
103291
+ m1(m) || (m = [m, m]), a.push([E1(m[0], o) || 0, E1(m[1], o) || 0]);
103285
103292
  });
103286
103293
  var h = o * 0.8 - 2, d = h / r * 0.3, p = (h - d * (r - 1)) / r, f = p / 2 - h / 2;
103287
103294
  d8(i, function(C, m) {
@@ -103384,7 +103391,7 @@ var RY1 = {
103384
103391
  }, AY1 = ["color", "borderColor"], DY1 = (
103385
103392
  /** @class */
103386
103393
  (function(e) {
103387
- u1(t, e);
103394
+ c1(t, e);
103388
103395
  function t() {
103389
103396
  var i = e !== null && e.apply(this, arguments) || this;
103390
103397
  return i.type = t.type, i;
@@ -103461,7 +103468,7 @@ var RY1 = {
103461
103468
  ), kY1 = (
103462
103469
  /** @class */
103463
103470
  (function(e) {
103464
- u1(t, e);
103471
+ c1(t, e);
103465
103472
  function t(i) {
103466
103473
  var r = e.call(this, i) || this;
103467
103474
  return r.type = "normalCandlestickBox", r;
@@ -103517,7 +103524,7 @@ var OY1 = (
103517
103524
  ), Rw = (
103518
103525
  /** @class */
103519
103526
  (function(e) {
103520
- u1(t, e);
103527
+ c1(t, e);
103521
103528
  function t(i) {
103522
103529
  var r = e.call(this, i) || this;
103523
103530
  return r.type = "largeCandlestickBox", r;
@@ -103567,7 +103574,7 @@ function Aw(e, t, i, r) {
103567
103574
  var QJ = (
103568
103575
  /** @class */
103569
103576
  (function(e) {
103570
- u1(t, e);
103577
+ c1(t, e);
103571
103578
  function t() {
103572
103579
  var i = e !== null && e.apply(this, arguments) || this;
103573
103580
  return i.type = t.type, i.defaultValueDimensions = [{
@@ -103697,8 +103704,8 @@ function tk(e, t, i, r, n, s) {
103697
103704
  return i > r ? a = -1 : i < r ? a = 1 : a = s ? 0 : t > 0 ? e.get(n, t - 1) <= r ? 1 : -1 : 1, a;
103698
103705
  }
103699
103706
  function $Y1(e, t) {
103700
- var i = e.getBaseAxis(), r, n = i.type === "category" ? i.getBandWidth() : (r = i.getExtent(), Math.abs(r[1] - r[0]) / t.count()), s = Z1(Y1(e.get("barMaxWidth"), n), n), a = Z1(Y1(e.get("barMinWidth"), 1), n), o = e.get("barWidth");
103701
- return o != null ? Z1(o, n) : Math.max(Math.min(n / 2, s), a);
103707
+ var i = e.getBaseAxis(), r, n = i.type === "category" ? i.getBandWidth() : (r = i.getExtent(), Math.abs(r[1] - r[0]) / t.count()), s = E1(Y1(e.get("barMaxWidth"), n), n), a = E1(Y1(e.get("barMinWidth"), 1), n), o = e.get("barWidth");
103708
+ return o != null ? E1(o, n) : Math.max(Math.min(n / 2, s), a);
103702
103709
  }
103703
103710
  function UY1(e) {
103704
103711
  e.registerChartView(DY1), e.registerSeriesModel(QJ), e.registerPreprocessor(FY1), e.registerVisual(RY1), e.registerLayout(PY1);
@@ -103719,7 +103726,7 @@ function ik(e, t) {
103719
103726
  var GY1 = (
103720
103727
  /** @class */
103721
103728
  (function(e) {
103722
- u1(t, e);
103729
+ c1(t, e);
103723
103730
  function t(i, r) {
103724
103731
  var n = e.call(this) || this, s = new K6(i, r), a = new ne();
103725
103732
  return n.add(s), n.add(a), n.updateData(i, r), n;
@@ -103785,7 +103792,7 @@ var GY1 = (
103785
103792
  ), WY1 = (
103786
103793
  /** @class */
103787
103794
  (function(e) {
103788
- u1(t, e);
103795
+ c1(t, e);
103789
103796
  function t() {
103790
103797
  var i = e !== null && e.apply(this, arguments) || this;
103791
103798
  return i.type = t.type, i;
@@ -103819,7 +103826,7 @@ var GY1 = (
103819
103826
  ), YY1 = (
103820
103827
  /** @class */
103821
103828
  (function(e) {
103822
- u1(t, e);
103829
+ c1(t, e);
103823
103830
  function t() {
103824
103831
  var i = e !== null && e.apply(this, arguments) || this;
103825
103832
  return i.type = t.type, i.hasSymbolVisual = !0, i;
@@ -103876,7 +103883,7 @@ function qY1(e) {
103876
103883
  var JJ = (
103877
103884
  /** @class */
103878
103885
  (function(e) {
103879
- u1(t, e);
103886
+ c1(t, e);
103880
103887
  function t(i, r, n) {
103881
103888
  var s = e.call(this) || this;
103882
103889
  return s.add(s.createLine(i, r, n)), s._updateEffectSymbol(i, r), s;
@@ -103933,7 +103940,7 @@ var JJ = (
103933
103940
  ), e11 = (
103934
103941
  /** @class */
103935
103942
  (function(e) {
103936
- u1(t, e);
103943
+ c1(t, e);
103937
103944
  function t(i, r, n) {
103938
103945
  var s = e.call(this) || this;
103939
103946
  return s._createPolyline(i, r, n), s;
@@ -103969,7 +103976,7 @@ var JJ = (
103969
103976
  ), jY1 = (
103970
103977
  /** @class */
103971
103978
  (function(e) {
103972
- u1(t, e);
103979
+ c1(t, e);
103973
103980
  function t() {
103974
103981
  var i = e !== null && e.apply(this, arguments) || this;
103975
103982
  return i._lastFrame = 0, i._lastFramePercent = 0, i;
@@ -104023,7 +104030,7 @@ var JJ = (
104023
104030
  ), XY1 = (
104024
104031
  /** @class */
104025
104032
  (function(e) {
104026
- u1(t, e);
104033
+ c1(t, e);
104027
104034
  function t(i) {
104028
104035
  var r = e.call(this, i) || this;
104029
104036
  return r._off = 0, r.hoverDataIdx = -1, r;
@@ -104205,7 +104212,7 @@ var JJ = (
104205
104212
  }, JY1 = (
104206
104213
  /** @class */
104207
104214
  (function(e) {
104208
- u1(t, e);
104215
+ c1(t, e);
104209
104216
  function t() {
104210
104217
  var i = e !== null && e.apply(this, arguments) || this;
104211
104218
  return i.type = t.type, i;
@@ -104266,7 +104273,7 @@ function rk(e) {
104266
104273
  var iq1 = (
104267
104274
  /** @class */
104268
104275
  (function(e) {
104269
- u1(t, e);
104276
+ c1(t, e);
104270
104277
  function t() {
104271
104278
  var i = e !== null && e.apply(this, arguments) || this;
104272
104279
  return i.type = t.type, i.visualStyleAccessPath = "lineStyle", i.visualDrawType = "stroke", i;
@@ -104499,7 +104506,7 @@ function nk(e) {
104499
104506
  var uq1 = (
104500
104507
  /** @class */
104501
104508
  (function(e) {
104502
- u1(t, e);
104509
+ c1(t, e);
104503
104510
  function t() {
104504
104511
  var i = e !== null && e.apply(this, arguments) || this;
104505
104512
  return i.type = t.type, i;
@@ -104613,7 +104620,7 @@ var uq1 = (
104613
104620
  ), cq1 = (
104614
104621
  /** @class */
104615
104622
  (function(e) {
104616
- u1(t, e);
104623
+ c1(t, e);
104617
104624
  function t() {
104618
104625
  var i = e !== null && e.apply(this, arguments) || this;
104619
104626
  return i.type = t.type, i;
@@ -104663,7 +104670,7 @@ var dq1 = ["itemStyle", "borderWidth"], sk = [{
104663
104670
  }], Dw = new q0(), pq1 = (
104664
104671
  /** @class */
104665
104672
  (function(e) {
104666
- u1(t, e);
104673
+ c1(t, e);
104667
104674
  function t() {
104668
104675
  var i = e !== null && e.apply(this, arguments) || this;
104669
104676
  return i.type = t.type, i;
@@ -104743,7 +104750,7 @@ function Bw(e, t) {
104743
104750
  }
104744
104751
  function gq1(e, t, i, r, n, s, a, o, l, c) {
104745
104752
  var h = l.valueDim, d = l.categoryDim, p = Math.abs(i[d.wh]), f = e.getItemVisual(t, "symbolSize"), C;
104746
- m1(f) ? C = f.slice() : f == null ? C = ["100%", "100%"] : C = [f, f], C[d.index] = Z1(C[d.index], p), C[h.index] = Z1(C[h.index], r ? p : Math.abs(s)), c.symbolSize = C;
104753
+ m1(f) ? C = f.slice() : f == null ? C = ["100%", "100%"] : C = [f, f], C[d.index] = E1(C[d.index], p), C[h.index] = E1(C[h.index], r ? p : Math.abs(s)), c.symbolSize = C;
104747
104754
  var m = c.symbolScale = [C[0] / o, C[1] / o];
104748
104755
  m[h.index] *= (l.isHorizontal ? -1 : 1) * a;
104749
104756
  }
@@ -104760,7 +104767,7 @@ function mq1(e, t, i, r, n, s, a, o, l, c, h, d) {
104760
104767
  if (r) {
104761
104768
  var w = Math.abs(l), y = $2(e.get("symbolMargin"), "15%") + "", x = !1;
104762
104769
  y.lastIndexOf("!") === y.length - 1 && (x = !0, y = y.slice(0, y.length - 1));
104763
- var L = Z1(y, t[f.index]), V = Math.max(m + L * 2, 0), S = x ? 0 : L * 2, H = JH(r), M = H ? r : hk((w + S) / V), N = w - M * m;
104770
+ var L = E1(y, t[f.index]), V = Math.max(m + L * 2, 0), S = x ? 0 : L * 2, H = JH(r), M = H ? r : hk((w + S) / V), N = w - M * m;
104764
104771
  L = N / 2 / (x ? M : Math.max(M - 1, 1)), V = m + L * 2, S = x ? 0 : L * 2, !H && r !== "fixed" && (M = c ? hk((Math.abs(c) + S) / V) : 0), v = M * V - S, d.repeatTimes = M, d.symbolMargin = L;
104765
104772
  }
104766
104773
  var b = C * (v / 2), Z = d.pathPosition = [];
@@ -104959,7 +104966,7 @@ function hk(e) {
104959
104966
  var xq1 = (
104960
104967
  /** @class */
104961
104968
  (function(e) {
104962
- u1(t, e);
104969
+ c1(t, e);
104963
104970
  function t() {
104964
104971
  var i = e !== null && e.apply(this, arguments) || this;
104965
104972
  return i.type = t.type, i.hasSymbolVisual = !0, i.defaultSymbol = "roundRect", i;
@@ -105004,7 +105011,7 @@ function Lq1(e) {
105004
105011
  var Sq1 = (
105005
105012
  /** @class */
105006
105013
  (function(e) {
105007
- u1(t, e);
105014
+ c1(t, e);
105008
105015
  function t() {
105009
105016
  var i = e !== null && e.apply(this, arguments) || this;
105010
105017
  return i.type = t.type, i._layers = [], i;
@@ -105091,7 +105098,7 @@ function Vq1(e, t, i) {
105091
105098
  var kw = 2, Hq1 = (
105092
105099
  /** @class */
105093
105100
  (function(e) {
105094
- u1(t, e);
105101
+ c1(t, e);
105095
105102
  function t() {
105096
105103
  var i = e !== null && e.apply(this, arguments) || this;
105097
105104
  return i.type = t.type, i;
@@ -105204,11 +105211,11 @@ function Mq1(e, t) {
105204
105211
  s.rect = a;
105205
105212
  var o = i.get("boundaryGap"), l = n.getAxis();
105206
105213
  if (s.boundaryGap = o, l.orient === "horizontal") {
105207
- o[0] = Z1(o[0], a.height), o[1] = Z1(o[1], a.height);
105214
+ o[0] = E1(o[0], a.height), o[1] = E1(o[1], a.height);
105208
105215
  var c = a.height - o[0] - o[1];
105209
105216
  dk(r, i, c);
105210
105217
  } else {
105211
- o[0] = Z1(o[0], a.width), o[1] = Z1(o[1], a.width);
105218
+ o[0] = E1(o[0], a.width), o[1] = E1(o[1], a.width);
105212
105219
  var h = a.width - o[0] - o[1];
105213
105220
  dk(r, i, h);
105214
105221
  }
@@ -105262,7 +105269,7 @@ function _q1(e) {
105262
105269
  var Nq1 = 2, zq1 = 4, pk = (
105263
105270
  /** @class */
105264
105271
  (function(e) {
105265
- u1(t, e);
105272
+ c1(t, e);
105266
105273
  function t(i, r, n, s) {
105267
105274
  var a = e.call(this) || this;
105268
105275
  a.z2 = Nq1, a.textConfig = {
@@ -105371,7 +105378,7 @@ function Eq1(e) {
105371
105378
  var Tq1 = (
105372
105379
  /** @class */
105373
105380
  (function(e) {
105374
- u1(t, e);
105381
+ c1(t, e);
105375
105382
  function t() {
105376
105383
  var i = e !== null && e.apply(this, arguments) || this;
105377
105384
  return i.type = t.type, i;
@@ -105453,7 +105460,7 @@ var Tq1 = (
105453
105460
  ), Rq1 = (
105454
105461
  /** @class */
105455
105462
  (function(e) {
105456
- u1(t, e);
105463
+ c1(t, e);
105457
105464
  function t() {
105458
105465
  var i = e !== null && e.apply(this, arguments) || this;
105459
105466
  return i.type = t.type, i.ignoreStyleOnData = !0, i;
@@ -105573,7 +105580,7 @@ function Aq1(e, t, i) {
105573
105580
  t.eachSeriesByType(e, function(r) {
105574
105581
  var n = r.get("center"), s = r.get("radius");
105575
105582
  m1(s) || (s = [0, s]), m1(n) || (n = [n, n]);
105576
- var a = i.getWidth(), o = i.getHeight(), l = Math.min(a, o), c = Z1(n[0], a), h = Z1(n[1], o), d = Z1(s[0], l / 2), p = Z1(s[1], l / 2), f = -r.get("startAngle") * gk, C = r.get("minAngle") * gk, m = r.getData().tree.root, v = r.getViewRoot(), w = v.depth, y = r.get("sort");
105583
+ var a = i.getWidth(), o = i.getHeight(), l = Math.min(a, o), c = E1(n[0], a), h = E1(n[1], o), d = E1(s[0], l / 2), p = E1(s[1], l / 2), f = -r.get("startAngle") * gk, C = r.get("minAngle") * gk, m = r.getData().tree.root, v = r.getViewRoot(), w = v.depth, y = r.get("sort");
105577
105584
  y != null && u11(v, y);
105578
105585
  var x = 0;
105579
105586
  A(v.children, function(O) {
@@ -105588,7 +105595,7 @@ function Aq1(e, t, i) {
105588
105595
  var J = O.depth - w - (S ? -1 : 1), t1 = d + M * J, G = d + M * (J + 1), v1 = r.getLevelModel(O);
105589
105596
  if (v1) {
105590
105597
  var b1 = v1.get("r0", !0), A1 = v1.get("r", !0), h1 = v1.get("radius", !0);
105591
- h1 != null && (b1 = h1[0], A1 = h1[1]), b1 != null && (t1 = Z1(b1, l / 2)), A1 != null && (G = Z1(A1, l / 2));
105598
+ h1 != null && (b1 = h1[0], A1 = h1[1]), b1 != null && (t1 = E1(b1, l / 2)), A1 != null && (G = E1(A1, l / 2));
105592
105599
  }
105593
105600
  O.setLayout({
105594
105601
  angle: F,
@@ -105698,7 +105705,7 @@ var Ck = {
105698
105705
  }, Z0 = Ze(), Oq1 = (
105699
105706
  /** @class */
105700
105707
  (function(e) {
105701
- u1(t, e);
105708
+ c1(t, e);
105702
105709
  function t() {
105703
105710
  var i = e !== null && e.apply(this, arguments) || this;
105704
105711
  return i.type = t.type, i;
@@ -106233,7 +106240,7 @@ function uj1(e, t) {
106233
106240
  var cj1 = (
106234
106241
  /** @class */
106235
106242
  (function(e) {
106236
- u1(t, e);
106243
+ c1(t, e);
106237
106244
  function t() {
106238
106245
  var i = e !== null && e.apply(this, arguments) || this;
106239
106246
  return i.type = t.type, i;
@@ -106908,7 +106915,7 @@ function Rk(e, t, i, r, n, s) {
106908
106915
  var Sj1 = (
106909
106916
  /** @class */
106910
106917
  (function(e) {
106911
- u1(t, e);
106918
+ c1(t, e);
106912
106919
  function t() {
106913
106920
  return e !== null && e.apply(this, arguments) || this;
106914
106921
  }
@@ -106978,7 +106985,7 @@ function Dk(e) {
106978
106985
  var Hj1 = (
106979
106986
  /** @class */
106980
106987
  (function(e) {
106981
- u1(t, e);
106988
+ c1(t, e);
106982
106989
  function t() {
106983
106990
  var i = e !== null && e.apply(this, arguments) || this;
106984
106991
  return i.type = t.type, i;
@@ -107090,7 +107097,7 @@ function wS(e, t) {
107090
107097
  var Zj1 = (
107091
107098
  /** @class */
107092
107099
  (function(e) {
107093
- u1(t, e);
107100
+ c1(t, e);
107094
107101
  function t() {
107095
107102
  var i = e !== null && e.apply(this, arguments) || this;
107096
107103
  return i.type = t.type, i;
@@ -107360,7 +107367,7 @@ function b11(e) {
107360
107367
  var Oj1 = (
107361
107368
  /** @class */
107362
107369
  (function(e) {
107363
- u1(t, e);
107370
+ c1(t, e);
107364
107371
  function t() {
107365
107372
  return e !== null && e.apply(this, arguments) || this;
107366
107373
  }
@@ -107433,7 +107440,7 @@ var Pj1 = {
107433
107440
  }, $j1 = (
107434
107441
  /** @class */
107435
107442
  (function(e) {
107436
- u1(t, e);
107443
+ c1(t, e);
107437
107444
  function t() {
107438
107445
  var i = e !== null && e.apply(this, arguments) || this;
107439
107446
  return i.type = t.type, i;
@@ -107453,7 +107460,7 @@ var Pj1 = {
107453
107460
  ), Pb = (
107454
107461
  /** @class */
107455
107462
  (function(e) {
107456
- u1(t, e);
107463
+ c1(t, e);
107457
107464
  function t() {
107458
107465
  return e !== null && e.apply(this, arguments) || this;
107459
107466
  }
@@ -107466,7 +107473,7 @@ B2(Pb, j6);
107466
107473
  var Uj1 = (
107467
107474
  /** @class */
107468
107475
  (function(e) {
107469
- u1(t, e);
107476
+ c1(t, e);
107470
107477
  function t() {
107471
107478
  var i = e !== null && e.apply(this, arguments) || this;
107472
107479
  return i.type = t.type, i;
@@ -107476,7 +107483,7 @@ var Uj1 = (
107476
107483
  ), Gj1 = (
107477
107484
  /** @class */
107478
107485
  (function(e) {
107479
- u1(t, e);
107486
+ c1(t, e);
107480
107487
  function t() {
107481
107488
  var i = e !== null && e.apply(this, arguments) || this;
107482
107489
  return i.type = t.type, i;
@@ -107486,7 +107493,7 @@ var Uj1 = (
107486
107493
  ), $b = (
107487
107494
  /** @class */
107488
107495
  (function(e) {
107489
- u1(t, e);
107496
+ c1(t, e);
107490
107497
  function t(i, r) {
107491
107498
  return e.call(this, "radius", i, r) || this;
107492
107499
  }
@@ -107500,7 +107507,7 @@ $b.prototype.radiusToData = Jn.prototype.coordToData;
107500
107507
  var Wj1 = Ze(), Ub = (
107501
107508
  /** @class */
107502
107509
  (function(e) {
107503
- u1(t, e);
107510
+ c1(t, e);
107504
107511
  function t(i, r) {
107505
107512
  return e.call(this, "angle", i, r || [0, 360]) || this;
107506
107513
  }
@@ -107608,10 +107615,10 @@ function Fk(e) {
107608
107615
  }
107609
107616
  function qj1(e, t, i) {
107610
107617
  var r = t.get("center"), n = q2(t, i).refContainer;
107611
- e.cx = Z1(r[0], n.width) + n.x, e.cy = Z1(r[1], n.height) + n.y;
107618
+ e.cx = E1(r[0], n.width) + n.x, e.cy = E1(r[1], n.height) + n.y;
107612
107619
  var s = e.getRadiusAxis(), a = Math.min(n.width, n.height) / 2, o = t.get("radius");
107613
107620
  o == null ? o = [0, "100%"] : m1(o) || (o = [0, o]);
107614
- var l = [Z1(o[0], a), Z1(o[1], a)];
107621
+ var l = [E1(o[0], a), E1(o[1], a)];
107615
107622
  s.inverse ? s.setExtent(l[1], l[0]) : s.setExtent(l[0], l[1]);
107616
107623
  }
107617
107624
  function jj1(e, t) {
@@ -107682,7 +107689,7 @@ function $k(e) {
107682
107689
  var Jj1 = (
107683
107690
  /** @class */
107684
107691
  (function(e) {
107685
- u1(t, e);
107692
+ c1(t, e);
107686
107693
  function t() {
107687
107694
  var i = e !== null && e.apply(this, arguments) || this;
107688
107695
  return i.type = t.type, i.axisPointerClass = "PolarAxisPointer", i;
@@ -107854,7 +107861,7 @@ var Jj1 = (
107854
107861
  }, tK1 = ["splitLine", "splitArea", "minorSplitLine"], iK1 = (
107855
107862
  /** @class */
107856
107863
  (function(e) {
107857
- u1(t, e);
107864
+ c1(t, e);
107858
107865
  function t() {
107859
107866
  var i = e !== null && e.apply(this, arguments) || this;
107860
107867
  return i.type = t.type, i.axisPointerClass = "PolarAxisPointer", i;
@@ -108027,13 +108034,13 @@ function aK1(e) {
108027
108034
  width: 0,
108028
108035
  maxWidth: 0
108029
108036
  };
108030
- var C = Z1(r.get("barWidth"), h), m = Z1(r.get("barMaxWidth"), h), v = r.get("barGap"), w = r.get("barCategoryGap");
108037
+ var C = E1(r.get("barWidth"), h), m = E1(r.get("barMaxWidth"), h), v = r.get("barGap"), w = r.get("barCategoryGap");
108031
108038
  C && !p[f].width && (C = Math.min(d.remainedWidth, C), p[f].width = C, d.remainedWidth -= C), m && (p[f].maxWidth = m), v != null && (d.gap = v), w != null && (d.categoryGap = w);
108032
108039
  });
108033
108040
  var i = {};
108034
108041
  return A(t, function(r, n) {
108035
108042
  i[n] = {};
108036
- var s = r.stacks, a = r.bandWidth, o = Z1(r.categoryGap, a), l = Z1(r.gap, 1), c = r.remainedWidth, h = r.autoWidthCount, d = (c - o) / (h + (h - 1) * l);
108043
+ var s = r.stacks, a = r.bandWidth, o = E1(r.categoryGap, a), l = E1(r.gap, 1), c = r.remainedWidth, h = r.autoWidthCount, d = (c - o) / (h + (h - 1) * l);
108037
108044
  d = Math.max(d, 0), A(s, function(m, v) {
108038
108045
  var w = m.maxWidth;
108039
108046
  w && w < d && (w = Math.min(w, c), m.width && (w = Math.min(w, m.width)), c -= w, m.width = w, h--);
@@ -108063,7 +108070,7 @@ var oK1 = {
108063
108070
  }, uK1 = (
108064
108071
  /** @class */
108065
108072
  (function(e) {
108066
- u1(t, e);
108073
+ c1(t, e);
108067
108074
  function t() {
108068
108075
  var i = e !== null && e.apply(this, arguments) || this;
108069
108076
  return i.type = t.type, i;
@@ -108105,7 +108112,7 @@ function yS(e, t) {
108105
108112
  var hK1 = ["splitArea", "splitLine", "breakArea"], dK1 = (
108106
108113
  /** @class */
108107
108114
  (function(e) {
108108
- u1(t, e);
108115
+ c1(t, e);
108109
108116
  function t() {
108110
108117
  var i = e !== null && e.apply(this, arguments) || this;
108111
108118
  return i.type = t.type, i.axisPointerClass = "SingleAxisPointer", i;
@@ -108168,7 +108175,7 @@ var hK1 = ["splitArea", "splitLine", "breakArea"], dK1 = (
108168
108175
  }, qh = (
108169
108176
  /** @class */
108170
108177
  (function(e) {
108171
- u1(t, e);
108178
+ c1(t, e);
108172
108179
  function t() {
108173
108180
  var i = e !== null && e.apply(this, arguments) || this;
108174
108181
  return i.type = t.type, i;
@@ -108224,7 +108231,7 @@ B2(qh, j6.prototype);
108224
108231
  var fK1 = (
108225
108232
  /** @class */
108226
108233
  (function(e) {
108227
- u1(t, e);
108234
+ c1(t, e);
108228
108235
  function t(i, r, n, s, a) {
108229
108236
  var o = e.call(this, i, r, n) || this;
108230
108237
  return o.type = s || "value", o.position = a || "bottom", o;
@@ -108328,7 +108335,7 @@ var mK1 = {
108328
108335
  }, Gk = ["x", "y"], vK1 = ["width", "height"], wK1 = (
108329
108336
  /** @class */
108330
108337
  (function(e) {
108331
- u1(t, e);
108338
+ c1(t, e);
108332
108339
  function t() {
108333
108340
  return e !== null && e.apply(this, arguments) || this;
108334
108341
  }
@@ -108393,7 +108400,7 @@ function Gw(e, t) {
108393
108400
  var xK1 = (
108394
108401
  /** @class */
108395
108402
  (function(e) {
108396
- u1(t, e);
108403
+ c1(t, e);
108397
108404
  function t() {
108398
108405
  var i = e !== null && e.apply(this, arguments) || this;
108399
108406
  return i.type = t.type, i;
@@ -108407,7 +108414,7 @@ function LK1(e) {
108407
108414
  var SK1 = (
108408
108415
  /** @class */
108409
108416
  (function(e) {
108410
- u1(t, e);
108417
+ c1(t, e);
108411
108418
  function t() {
108412
108419
  var i = e !== null && e.apply(this, arguments) || this;
108413
108420
  return i.type = t.type, i;
@@ -108496,7 +108503,7 @@ function Wk(e, t) {
108496
108503
  var VK1 = (
108497
108504
  /** @class */
108498
108505
  (function(e) {
108499
- u1(t, e);
108506
+ c1(t, e);
108500
108507
  function t() {
108501
108508
  var i = e !== null && e.apply(this, arguments) || this;
108502
108509
  return i.type = t.type, i;
@@ -108650,7 +108657,7 @@ var VK1 = (
108650
108657
  });
108651
108658
  }
108652
108659
  var C = l.getNextNDay(n.end.time, 7 - n.lweek).time, m = [l.getCellWidth(), l.getCellHeight()];
108653
- d = Z1(d, Math.min(m[1], m[0])), c === "start" && (C = l.getNextNDay(n.start.time, -(7 + n.fweek)).time, d = -d);
108660
+ d = E1(d, Math.min(m[1], m[0])), c === "start" && (C = l.getNextNDay(n.start.time, -(7 + n.fweek)).time, d = -d);
108654
108661
  for (var v = o.get("silent"), w = 0; w < 7; w++) {
108655
108662
  var y = l.getNextNDay(C, w), x = l.dataToCalendarLayout([y.time], !1).center, L = w;
108656
108663
  L = Math.abs((w + p) % 7);
@@ -109240,7 +109247,7 @@ var iI = {
109240
109247
  }, AK1 = (
109241
109248
  /** @class */
109242
109249
  (function(e) {
109243
- u1(t, e);
109250
+ c1(t, e);
109244
109251
  function t() {
109245
109252
  var i = e !== null && e.apply(this, arguments) || this;
109246
109253
  return i.type = t.type, i;
@@ -109268,7 +109275,7 @@ var iI = {
109268
109275
  ), rI = (
109269
109276
  /** @class */
109270
109277
  (function(e) {
109271
- u1(t, e);
109278
+ c1(t, e);
109272
109279
  function t() {
109273
109280
  return e !== null && e.apply(this, arguments) || this;
109274
109281
  }
@@ -109285,7 +109292,7 @@ var iI = {
109285
109292
  }, OK1 = (
109286
109293
  /** @class */
109287
109294
  (function(e) {
109288
- u1(t, e);
109295
+ c1(t, e);
109289
109296
  function t() {
109290
109297
  var i = e !== null && e.apply(this, arguments) || this;
109291
109298
  return i.type = t.type, i;
@@ -109665,7 +109672,7 @@ function KK1(e, t) {
109665
109672
  var XK1 = (
109666
109673
  /** @class */
109667
109674
  (function(e) {
109668
- u1(t, e);
109675
+ c1(t, e);
109669
109676
  function t() {
109670
109677
  var i = e !== null && e.apply(this, arguments) || this;
109671
109678
  return i.type = t.type, i.preventAutoZ = !0, i;
@@ -109710,7 +109717,7 @@ var XK1 = (
109710
109717
  }, rn = Ze(), QK1 = (
109711
109718
  /** @class */
109712
109719
  (function(e) {
109713
- u1(t, e);
109720
+ c1(t, e);
109714
109721
  function t() {
109715
109722
  var i = e !== null && e.apply(this, arguments) || this;
109716
109723
  return i.type = t.type, i;
@@ -109779,7 +109786,7 @@ var XK1 = (
109779
109786
  var d = n[h], p = U2(d.id, null), f = p != null ? a.get(p) : null;
109780
109787
  if (!(!f || !f.isGroup)) {
109781
109788
  var C = f.parent, m = C === s, v = rn(f), w = rn(C);
109782
- v.width = Z1(v.option.width, m ? o : w.width) || 0, v.height = Z1(v.option.height, m ? l : w.height) || 0;
109789
+ v.width = E1(v.option.width, m ? o : w.width) || 0, v.height = E1(v.option.height, m ? l : w.height) || 0;
109783
109790
  }
109784
109791
  }
109785
109792
  for (var h = n.length - 1; h >= 0; h--) {
@@ -109946,7 +109953,7 @@ var Xw = (
109946
109953
  ), n6 = (
109947
109954
  /** @class */
109948
109955
  (function(e) {
109949
- u1(t, e);
109956
+ c1(t, e);
109950
109957
  function t() {
109951
109958
  var i = e !== null && e.apply(this, arguments) || this;
109952
109959
  return i.type = t.type, i._autoThrottle = !0, i._noTarget = !0, i._rangePropMode = ["percent", "percent"], i;
@@ -110116,7 +110123,7 @@ function mI(e) {
110116
110123
  var sX1 = (
110117
110124
  /** @class */
110118
110125
  (function(e) {
110119
- u1(t, e);
110126
+ c1(t, e);
110120
110127
  function t() {
110121
110128
  var i = e !== null && e.apply(this, arguments) || this;
110122
110129
  return i.type = t.type, i;
@@ -110126,7 +110133,7 @@ var sX1 = (
110126
110133
  ), Yb = (
110127
110134
  /** @class */
110128
110135
  (function(e) {
110129
- u1(t, e);
110136
+ c1(t, e);
110130
110137
  function t() {
110131
110138
  var i = e !== null && e.apply(this, arguments) || this;
110132
110139
  return i.type = t.type, i;
@@ -110138,7 +110145,7 @@ var sX1 = (
110138
110145
  ), aX1 = (
110139
110146
  /** @class */
110140
110147
  (function(e) {
110141
- u1(t, e);
110148
+ c1(t, e);
110142
110149
  function t() {
110143
110150
  var i = e !== null && e.apply(this, arguments) || this;
110144
110151
  return i.type = t.type, i;
@@ -110350,7 +110357,7 @@ function k11(e) {
110350
110357
  var dX1 = (
110351
110358
  /** @class */
110352
110359
  (function(e) {
110353
- u1(t, e);
110360
+ c1(t, e);
110354
110361
  function t() {
110355
110362
  var i = e !== null && e.apply(this, arguments) || this;
110356
110363
  return i.type = t.type, i;
@@ -110420,7 +110427,7 @@ function I11(e, t) {
110420
110427
  var pX1 = (
110421
110428
  /** @class */
110422
110429
  (function(e) {
110423
- u1(t, e);
110430
+ c1(t, e);
110424
110431
  function t() {
110425
110432
  return e !== null && e.apply(this, arguments) || this;
110426
110433
  }
@@ -110545,7 +110552,7 @@ function fX1(e) {
110545
110552
  var gX1 = (
110546
110553
  /** @class */
110547
110554
  (function(e) {
110548
- u1(t, e);
110555
+ c1(t, e);
110549
110556
  function t() {
110550
110557
  return e !== null && e.apply(this, arguments) || this;
110551
110558
  }
@@ -110607,7 +110614,7 @@ var gX1 = (
110607
110614
  ), yI = "__ec_magicType_stack__", CX1 = [["line", "bar"], ["stack"]], mX1 = (
110608
110615
  /** @class */
110609
110616
  (function(e) {
110610
- u1(t, e);
110617
+ c1(t, e);
110611
110618
  function t() {
110612
110619
  return e !== null && e.apply(this, arguments) || this;
110613
110620
  }
@@ -110866,7 +110873,7 @@ function HX1(e, t) {
110866
110873
  var MX1 = (
110867
110874
  /** @class */
110868
110875
  (function(e) {
110869
- u1(t, e);
110876
+ c1(t, e);
110870
110877
  function t() {
110871
110878
  return e !== null && e.apply(this, arguments) || this;
110872
110879
  }
@@ -111031,7 +111038,7 @@ function jb(e) {
111031
111038
  var EX1 = (
111032
111039
  /** @class */
111033
111040
  (function(e) {
111034
- u1(t, e);
111041
+ c1(t, e);
111035
111042
  function t() {
111036
111043
  return e !== null && e.apply(this, arguments) || this;
111037
111044
  }
@@ -111250,7 +111257,7 @@ function _I(e) {
111250
111257
  var bS = A, DX1 = ET1("toolbox-dataZoom_"), BX1 = (
111251
111258
  /** @class */
111252
111259
  (function(e) {
111253
- u1(t, e);
111260
+ c1(t, e);
111254
111261
  function t() {
111255
111262
  return e !== null && e.apply(this, arguments) || this;
111256
111263
  }
@@ -111393,7 +111400,7 @@ function FX1(e) {
111393
111400
  var PX1 = (
111394
111401
  /** @class */
111395
111402
  (function(e) {
111396
- u1(t, e);
111403
+ c1(t, e);
111397
111404
  function t() {
111398
111405
  var i = e !== null && e.apply(this, arguments) || this;
111399
111406
  return i.type = t.type, i;
@@ -111731,7 +111738,7 @@ var eQ1 = new Ne({
111731
111738
  }), tQ1 = (
111732
111739
  /** @class */
111733
111740
  (function(e) {
111734
- u1(t, e);
111741
+ c1(t, e);
111735
111742
  function t() {
111736
111743
  var i = e !== null && e.apply(this, arguments) || this;
111737
111744
  return i.type = t.type, i;
@@ -111990,7 +111997,7 @@ var eQ1 = new Ne({
111990
111997
  viewSize: [c, h],
111991
111998
  contentSize: d.slice()
111992
111999
  })), m1(r))
111993
- n = Z1(r[0], c), s = Z1(r[1], h);
112000
+ n = E1(r[0], c), s = E1(r[1], h);
111994
112001
  else if (ae(r)) {
111995
112002
  var m = r;
111996
112003
  m.width = d[0], m.height = d[1];
@@ -112417,7 +112424,7 @@ function FI(e) {
112417
112424
  var mQ1 = (
112418
112425
  /** @class */
112419
112426
  (function(e) {
112420
- u1(t, e);
112427
+ c1(t, e);
112421
112428
  function t() {
112422
112429
  var i = e !== null && e.apply(this, arguments) || this;
112423
112430
  return i.type = t.type, i;
@@ -112454,7 +112461,7 @@ var mQ1 = (
112454
112461
  ), vQ1 = (
112455
112462
  /** @class */
112456
112463
  (function(e) {
112457
- u1(t, e);
112464
+ c1(t, e);
112458
112465
  function t() {
112459
112466
  var i = e !== null && e.apply(this, arguments) || this;
112460
112467
  return i.type = t.type, i.areas = [], i.brushOption = {}, i;
@@ -112505,7 +112512,7 @@ function PI(e, t) {
112505
112512
  var wQ1 = ["rect", "polygon", "lineX", "lineY", "keep", "clear"], yQ1 = (
112506
112513
  /** @class */
112507
112514
  (function(e) {
112508
- u1(t, e);
112515
+ c1(t, e);
112509
112516
  function t() {
112510
112517
  return e !== null && e.apply(this, arguments) || this;
112511
112518
  }
@@ -112590,7 +112597,7 @@ function xQ1(e) {
112590
112597
  var LQ1 = (
112591
112598
  /** @class */
112592
112599
  (function(e) {
112593
- u1(t, e);
112600
+ c1(t, e);
112594
112601
  function t() {
112595
112602
  var i = e !== null && e.apply(this, arguments) || this;
112596
112603
  return i.type = t.type, i.layoutMode = {
@@ -112627,7 +112634,7 @@ var LQ1 = (
112627
112634
  ), SQ1 = (
112628
112635
  /** @class */
112629
112636
  (function(e) {
112630
- u1(t, e);
112637
+ c1(t, e);
112631
112638
  function t() {
112632
112639
  var i = e !== null && e.apply(this, arguments) || this;
112633
112640
  return i.type = t.type, i;
@@ -112695,7 +112702,7 @@ function j11(e) {
112695
112702
  var $I = (
112696
112703
  /** @class */
112697
112704
  (function(e) {
112698
- u1(t, e);
112705
+ c1(t, e);
112699
112706
  function t() {
112700
112707
  var i = e !== null && e.apply(this, arguments) || this;
112701
112708
  return i.type = t.type, i.layoutMode = "box", i;
@@ -112765,7 +112772,7 @@ var $I = (
112765
112772
  ), K11 = (
112766
112773
  /** @class */
112767
112774
  (function(e) {
112768
- u1(t, e);
112775
+ c1(t, e);
112769
112776
  function t() {
112770
112777
  var i = e !== null && e.apply(this, arguments) || this;
112771
112778
  return i.type = t.type, i;
@@ -112869,7 +112876,7 @@ B2(K11, kg.prototype);
112869
112876
  var VQ1 = (
112870
112877
  /** @class */
112871
112878
  (function(e) {
112872
- u1(t, e);
112879
+ c1(t, e);
112873
112880
  function t() {
112874
112881
  var i = e !== null && e.apply(this, arguments) || this;
112875
112882
  return i.type = t.type, i;
@@ -112879,7 +112886,7 @@ var VQ1 = (
112879
112886
  ), HQ1 = (
112880
112887
  /** @class */
112881
112888
  (function(e) {
112882
- u1(t, e);
112889
+ c1(t, e);
112883
112890
  function t(i, r, n, s) {
112884
112891
  var a = e.call(this, i, r, n) || this;
112885
112892
  return a.type = s || "value", a;
@@ -112893,7 +112900,7 @@ var VQ1 = (
112893
112900
  ), ey = Math.PI, UI = Ze(), MQ1 = (
112894
112901
  /** @class */
112895
112902
  (function(e) {
112896
- u1(t, e);
112903
+ c1(t, e);
112897
112904
  function t() {
112898
112905
  var i = e !== null && e.apply(this, arguments) || this;
112899
112906
  return i.type = t.type, i;
@@ -113298,7 +113305,7 @@ function lh(e) {
113298
113305
  var uh = Ze(), qs = (
113299
113306
  /** @class */
113300
113307
  (function(e) {
113301
- u1(t, e);
113308
+ c1(t, e);
113302
113309
  function t() {
113303
113310
  var i = e !== null && e.apply(this, arguments) || this;
113304
113311
  return i.type = t.type, i.createdBySelf = !1, i.preventAutoZ = !0, i;
@@ -113359,7 +113366,7 @@ B2(qs, kg.prototype);
113359
113366
  var RQ1 = (
113360
113367
  /** @class */
113361
113368
  (function(e) {
113362
- u1(t, e);
113369
+ c1(t, e);
113363
113370
  function t() {
113364
113371
  var i = e !== null && e.apply(this, arguments) || this;
113365
113372
  return i.type = t.type, i;
@@ -113470,7 +113477,7 @@ function Op(e, t, i) {
113470
113477
  var ty = Ze(), e_ = (
113471
113478
  /** @class */
113472
113479
  (function(e) {
113473
- u1(t, e);
113480
+ c1(t, e);
113474
113481
  function t() {
113475
113482
  var i = e !== null && e.apply(this, arguments) || this;
113476
113483
  return i.type = t.type, i;
@@ -113515,7 +113522,7 @@ function kQ1(e, t, i) {
113515
113522
  function qI(e, t, i) {
113516
113523
  var r = t.coordinateSystem, n = i.getWidth(), s = i.getHeight(), a = r && r.getArea && r.getArea();
113517
113524
  e.each(function(o) {
113518
- var l = e.getItemModel(o), c = l.get("relativeTo") === "coordinate", h = c ? a ? a.width : 0 : n, d = c ? a ? a.height : 0 : s, p = c && a ? a.x : 0, f = c && a ? a.y : 0, C, m = Z1(l.get("x"), h) + p, v = Z1(l.get("y"), d) + f;
113525
+ var l = e.getItemModel(o), c = l.get("relativeTo") === "coordinate", h = c ? a ? a.width : 0 : n, d = c ? a ? a.height : 0 : s, p = c && a ? a.x : 0, f = c && a ? a.y : 0, C, m = E1(l.get("x"), h) + p, v = E1(l.get("y"), d) + f;
113519
113526
  if (!isNaN(m) && !isNaN(v))
113520
113527
  C = [m, v];
113521
113528
  else if (t.getMarkerPosition)
@@ -113530,7 +113537,7 @@ function qI(e, t, i) {
113530
113537
  var IQ1 = (
113531
113538
  /** @class */
113532
113539
  (function(e) {
113533
- u1(t, e);
113540
+ c1(t, e);
113534
113541
  function t() {
113535
113542
  var i = e !== null && e.apply(this, arguments) || this;
113536
113543
  return i.type = t.type, i;
@@ -113592,7 +113599,7 @@ function FQ1(e) {
113592
113599
  var PQ1 = (
113593
113600
  /** @class */
113594
113601
  (function(e) {
113595
- u1(t, e);
113602
+ c1(t, e);
113596
113603
  function t() {
113597
113604
  var i = e !== null && e.apply(this, arguments) || this;
113598
113605
  return i.type = t.type, i;
@@ -113678,7 +113685,7 @@ function UQ1(e, t) {
113678
113685
  return a6(e, t[0]) && a6(e, t[1]);
113679
113686
  }
113680
113687
  function iy(e, t, i, r, n) {
113681
- var s = r.coordinateSystem, a = e.getItemModel(t), o, l = Z1(a.get("x"), n.getWidth()), c = Z1(a.get("y"), n.getHeight());
113688
+ var s = r.coordinateSystem, a = e.getItemModel(t), o, l = E1(a.get("x"), n.getWidth()), c = E1(a.get("y"), n.getHeight());
113682
113689
  if (!isNaN(l) && !isNaN(c))
113683
113690
  o = [l, c];
113684
113691
  else {
@@ -113699,7 +113706,7 @@ function iy(e, t, i, r, n) {
113699
113706
  var GQ1 = (
113700
113707
  /** @class */
113701
113708
  (function(e) {
113702
- u1(t, e);
113709
+ c1(t, e);
113703
113710
  function t() {
113704
113711
  var i = e !== null && e.apply(this, arguments) || this;
113705
113712
  return i.type = t.type, i;
@@ -113802,7 +113809,7 @@ function YQ1(e) {
113802
113809
  var qQ1 = (
113803
113810
  /** @class */
113804
113811
  (function(e) {
113805
- u1(t, e);
113812
+ c1(t, e);
113806
113813
  function t() {
113807
113814
  var i = e !== null && e.apply(this, arguments) || this;
113808
113815
  return i.type = t.type, i;
@@ -113865,7 +113872,7 @@ function KQ1(e, t) {
113865
113872
  return so(e, "cartesian2d") ? i && r && (KI(1, i, r) || KI(0, i, r)) ? !0 : BQ1(e, n, s) : a6(e, n) || a6(e, s);
113866
113873
  }
113867
113874
  function XI(e, t, i, r, n) {
113868
- var s = r.coordinateSystem, a = e.getItemModel(t), o, l = Z1(a.get(i[0]), n.getWidth()), c = Z1(a.get(i[1]), n.getHeight());
113875
+ var s = r.coordinateSystem, a = e.getItemModel(t), o, l = E1(a.get(i[0]), n.getWidth()), c = E1(a.get(i[1]), n.getHeight());
113869
113876
  if (!isNaN(l) && !isNaN(c))
113870
113877
  o = [l, c];
113871
113878
  else {
@@ -113887,7 +113894,7 @@ function XI(e, t, i, r, n) {
113887
113894
  var QI = [["x0", "y0"], ["x1", "y0"], ["x1", "y1"], ["x0", "y1"]], XQ1 = (
113888
113895
  /** @class */
113889
113896
  (function(e) {
113890
- u1(t, e);
113897
+ c1(t, e);
113891
113898
  function t() {
113892
113899
  var i = e !== null && e.apply(this, arguments) || this;
113893
113900
  return i.type = t.type, i;
@@ -114014,7 +114021,7 @@ var eJ1 = function(e, t) {
114014
114021
  }, ZS = (
114015
114022
  /** @class */
114016
114023
  (function(e) {
114017
- u1(t, e);
114024
+ c1(t, e);
114018
114025
  function t() {
114019
114026
  var i = e !== null && e.apply(this, arguments) || this;
114020
114027
  return i.type = t.type, i.layoutMode = {
@@ -114190,7 +114197,7 @@ var eJ1 = function(e, t) {
114190
114197
  ), L5 = xe, ES = A, fh = ne, J11 = (
114191
114198
  /** @class */
114192
114199
  (function(e) {
114193
- u1(t, e);
114200
+ c1(t, e);
114194
114201
  function t() {
114195
114202
  var i = e !== null && e.apply(this, arguments) || this;
114196
114203
  return i.type = t.type, i.newlineDisabled = !1, i;
@@ -114484,7 +114491,7 @@ function te1(e) {
114484
114491
  var sJ1 = (
114485
114492
  /** @class */
114486
114493
  (function(e) {
114487
- u1(t, e);
114494
+ c1(t, e);
114488
114495
  function t() {
114489
114496
  var i = e !== null && e.apply(this, arguments) || this;
114490
114497
  return i.type = t.type, i;
@@ -114526,7 +114533,7 @@ function tO(e, t, i) {
114526
114533
  var iO = ne, ry = ["width", "height"], ny = ["x", "y"], aJ1 = (
114527
114534
  /** @class */
114528
114535
  (function(e) {
114529
- u1(t, e);
114536
+ c1(t, e);
114530
114537
  function t() {
114531
114538
  var i = e !== null && e.apply(this, arguments) || this;
114532
114539
  return i.type = t.type, i.newlineDisabled = !0, i._currentIndex = 0, i;
@@ -114716,7 +114723,7 @@ function ie1(e) {
114716
114723
  var uJ1 = (
114717
114724
  /** @class */
114718
114725
  (function(e) {
114719
- u1(t, e);
114726
+ c1(t, e);
114720
114727
  function t() {
114721
114728
  var i = e !== null && e.apply(this, arguments) || this;
114722
114729
  return i.type = t.type, i;
@@ -114857,7 +114864,7 @@ function CJ1(e) {
114857
114864
  var mJ1 = (
114858
114865
  /** @class */
114859
114866
  (function(e) {
114860
- u1(t, e);
114867
+ c1(t, e);
114861
114868
  function t() {
114862
114869
  var i = e !== null && e.apply(this, arguments) || this;
114863
114870
  return i.type = "dataZoom.inside", i;
@@ -114928,7 +114935,7 @@ function ne1(e) {
114928
114935
  var vJ1 = (
114929
114936
  /** @class */
114930
114937
  (function(e) {
114931
- u1(t, e);
114938
+ c1(t, e);
114932
114939
  function t() {
114933
114940
  var i = e !== null && e.apply(this, arguments) || this;
114934
114941
  return i.type = t.type, i;
@@ -115014,7 +115021,7 @@ var vJ1 = (
115014
115021
  }, VJ1 = (
115015
115022
  /** @class */
115016
115023
  (function(e) {
115017
- u1(t, e);
115024
+ c1(t, e);
115018
115025
  function t() {
115019
115026
  var i = e !== null && e.apply(this, arguments) || this;
115020
115027
  return i.type = t.type, i._displayables = {}, i;
@@ -115224,7 +115231,7 @@ var vJ1 = (
115224
115231
  z2: 5
115225
115232
  });
115226
115233
  var S = V.getBoundingRect(), H = l.get("handleSize");
115227
- this._handleHeight = Z1(H, this._size[1]), this._handleWidth = S.width / S.height * this._handleHeight, V.setStyle(l.getModel("handleStyle").getItemStyle()), V.style.strokeNoScale = !0, V.rectHover = !0, V.ensureState("emphasis").style = l.getModel(["emphasis", "handleStyle"]).getItemStyle(), $4(V);
115234
+ this._handleHeight = E1(H, this._size[1]), this._handleWidth = S.width / S.height * this._handleHeight, V.setStyle(l.getModel("handleStyle").getItemStyle()), V.style.strokeNoScale = !0, V.rectHover = !0, V.ensureState("emphasis").style = l.getModel(["emphasis", "handleStyle"]).getItemStyle(), $4(V);
115228
115235
  var M = l.get("handleColor");
115229
115236
  M != null && (V.style.fill = M), a.add(n[x] = V);
115230
115237
  var N = l.getModel("textStyle"), b = l.get("handleLabel") || {}, Z = b.show || !1;
@@ -115245,7 +115252,7 @@ var vJ1 = (
115245
115252
  }, this);
115246
115253
  var f = p;
115247
115254
  if (d) {
115248
- var C = Z1(l.get("moveHandleSize"), o[1]), m = r.moveHandle = new Ne({
115255
+ var C = E1(l.get("moveHandleSize"), o[1]), m = r.moveHandle = new Ne({
115249
115256
  style: l.getModel("moveHandleStyle").getItemStyle(),
115250
115257
  silent: !0,
115251
115258
  shape: {
@@ -115487,7 +115494,7 @@ var ae1 = {
115487
115494
  }, sO = ri.mapVisual, NJ1 = ri.eachVisual, zJ1 = m1, aO = A, ZJ1 = pn, EJ1 = ot, $p = (
115488
115495
  /** @class */
115489
115496
  (function(e) {
115490
- u1(t, e);
115497
+ c1(t, e);
115491
115498
  function t() {
115492
115499
  var i = e !== null && e.apply(this, arguments) || this;
115493
115500
  return i.type = t.type, i.stateList = ["inRange", "outOfRange"], i.replacableOptionKeys = ["inRange", "outOfRange", "target", "controller", "color"], i.layoutMode = {
@@ -115645,7 +115652,7 @@ var ae1 = {
115645
115652
  ), oO = [20, 140], TJ1 = (
115646
115653
  /** @class */
115647
115654
  (function(e) {
115648
- u1(t, e);
115655
+ c1(t, e);
115649
115656
  function t() {
115650
115657
  var i = e !== null && e.apply(this, arguments) || this;
115651
115658
  return i.type = t.type, i;
@@ -115746,7 +115753,7 @@ function lO(e, t, i) {
115746
115753
  var oe1 = (
115747
115754
  /** @class */
115748
115755
  (function(e) {
115749
- u1(t, e);
115756
+ c1(t, e);
115750
115757
  function t() {
115751
115758
  var i = e !== null && e.apply(this, arguments) || this;
115752
115759
  return i.type = t.type, i.autoPositionValues = {
@@ -115826,7 +115833,7 @@ function Kh(e, t) {
115826
115833
  var gs = ot, RJ1 = A, cO = Math.min, ly = Math.max, AJ1 = 12, DJ1 = 6, BJ1 = (
115827
115834
  /** @class */
115828
115835
  (function(e) {
115829
- u1(t, e);
115836
+ c1(t, e);
115830
115837
  function t() {
115831
115838
  var i = e !== null && e.apply(this, arguments) || this;
115832
115839
  return i.type = t.type, i._shapes = {}, i._dataInterval = [], i._handleEnds = [], i._hoverLinkDataIndices = [], i;
@@ -116267,7 +116274,7 @@ function ce1(e) {
116267
116274
  var UJ1 = (
116268
116275
  /** @class */
116269
116276
  (function(e) {
116270
- u1(t, e);
116277
+ c1(t, e);
116271
116278
  function t() {
116272
116279
  var i = e !== null && e.apply(this, arguments) || this;
116273
116280
  return i.type = t.type, i._pieceList = [], i;
@@ -116473,7 +116480,7 @@ function CO(e, t) {
116473
116480
  var WJ1 = (
116474
116481
  /** @class */
116475
116482
  (function(e) {
116476
- u1(t, e);
116483
+ c1(t, e);
116477
116484
  function t() {
116478
116485
  var i = e !== null && e.apply(this, arguments) || this;
116479
116486
  return i.type = t.type, i;
@@ -116609,7 +116616,7 @@ var qJ1 = (
116609
116616
  ), jJ1 = (
116610
116617
  /** @class */
116611
116618
  (function(e) {
116612
- u1(t, e);
116619
+ c1(t, e);
116613
116620
  function t() {
116614
116621
  var i = e !== null && e.apply(this, arguments) || this;
116615
116622
  return i.type = t.type, i.preventAutoZ = !0, i;
@@ -116665,7 +116672,7 @@ var qJ1 = (
116665
116672
  ), KJ1 = (
116666
116673
  /** @class */
116667
116674
  (function(e) {
116668
- u1(t, e);
116675
+ c1(t, e);
116669
116676
  function t() {
116670
116677
  var i = e !== null && e.apply(this, arguments) || this;
116671
116678
  return i.type = t.type, i;
@@ -117165,7 +117172,7 @@ function g1e(e) {
117165
117172
  var C1e = (
117166
117173
  /** @class */
117167
117174
  (function(e) {
117168
- u1(t, e);
117175
+ c1(t, e);
117169
117176
  function t() {
117170
117177
  var i = e !== null && e.apply(this, arguments) || this;
117171
117178
  return i.type = "dataset", i;
@@ -117185,7 +117192,7 @@ var C1e = (
117185
117192
  ), m1e = (
117186
117193
  /** @class */
117187
117194
  (function(e) {
117188
- u1(t, e);
117195
+ c1(t, e);
117189
117196
  function t() {
117190
117197
  var i = e !== null && e.apply(this, arguments) || this;
117191
117198
  return i.type = "dataset", i;
@@ -119117,12 +119124,12 @@ const fee = /* @__PURE__ */ g({
119117
119124
  e.since ? (T(), P("p", xee, $(z(i)("depuis ")) + " " + $(z(r)(e.since, { dateStyle: void 0, year: "numeric", month: "short", day: void 0 })), 1)) : r1("", !0),
119118
119125
  D("p", Lee, [
119119
119126
  D("strong", null, " + " + $(z(ei)(l.value, 2)), 1),
119120
- c1(" " + $(z(i)(" en ")) + " " + $(z(r)(a.value, { dateStyle: void 0, year: "numeric", month: "short", day: void 0 })), 1)
119127
+ u1(" " + $(z(i)(" en ")) + " " + $(z(r)(a.value, { dateStyle: void 0, year: "numeric", month: "short", day: void 0 })), 1)
119121
119128
  ])
119122
119129
  ], 64)) : r1("", !0)
119123
119130
  ])) : (T(), P("div", {
119124
119131
  key: 1,
119125
- class: E1({
119132
+ class: z1({
119126
119133
  "text-gray-medium": !c.value && !h.value
119127
119134
  })
119128
119135
  }, [
@@ -119178,7 +119185,7 @@ const fee = /* @__PURE__ */ g({
119178
119185
  ]),
119179
119186
  l.value && a.value ? (T(), P("p", bee, [
119180
119187
  D("strong", _ee, " + " + $(z(ei)(l.value, 2)), 1),
119181
- c1(" " + $(z(i)(" en ")) + " " + $(z(r)(a.value, { dateStyle: void 0, year: "numeric", month: "short", day: void 0 })), 1)
119188
+ u1(" " + $(z(i)(" en ")) + " " + $(z(r)(a.value, { dateStyle: void 0, year: "numeric", month: "short", day: void 0 })), 1)
119182
119189
  ])) : r1("", !0)
119183
119190
  ], 2));
119184
119191
  }
@@ -119219,7 +119226,7 @@ const fee = /* @__PURE__ */ g({
119219
119226
  url: e.topicUrl || e.topic.page || "#"
119220
119227
  }, {
119221
119228
  default: e1(() => [
119222
- c1($(e.topic.name), 1)
119229
+ u1($(e.topic.name), 1)
119223
119230
  ]),
119224
119231
  _: 1
119225
119232
  }, 8, ["icon", "url"]),
@@ -119368,7 +119375,7 @@ const kee = { class: "fr-search-bar fr-search-bar--lg w-full" }, Iee = ["for"],
119368
119375
  type: "submit"
119369
119376
  }, {
119370
119377
  default: e1(() => [
119371
- c1($(z(r)("Recherche")), 1)
119378
+ u1($(z(r)("Recherche")), 1)
119372
119379
  ]),
119373
119380
  _: 1
119374
119381
  }, 8, ["icon"])
@@ -119387,9 +119394,9 @@ const kee = { class: "fr-search-bar fr-search-bar--lg w-full" }, Iee = ["for"],
119387
119394
  "aria-expanded": r.value,
119388
119395
  onClick: s[0] || (s[0] = (a) => r.value = !r.value)
119389
119396
  }, [
119390
- c1($(e.buttonText) + " ", 1),
119397
+ u1($(e.buttonText) + " ", 1),
119391
119398
  U(z(mr), {
119392
- class: E1(["size-4 transition-transform", { "rotate-180": r.value }])
119399
+ class: z1(["size-4 transition-transform", { "rotate-180": r.value }])
119393
119400
  }, null, 8, ["class"])
119394
119401
  ], 8, $ee),
119395
119402
  r.value || !z(i) ? (T(), P("div", Uee, [
@@ -119426,9 +119433,9 @@ const kee = { class: "fr-search-bar fr-search-bar--lg w-full" }, Iee = ["for"],
119426
119433
  default: e1(({ open: c }) => [
119427
119434
  U(z(k5), { class: "flex w-[calc(100%+2rem)] items-center justify-between -mx-4 px-4 py-3 font-bold md:w-full md:mx-0 md:px-0 md:text-sm md:leading-tight md:mb-2" }, {
119428
119435
  default: e1(() => [
119429
- c1($(z(i)("Filtres avancés")) + " ", 1),
119436
+ u1($(z(i)("Filtres avancés")) + " ", 1),
119430
119437
  U(z(mr), {
119431
- class: E1(["size-4 transition-transform", { "rotate-180": c }])
119438
+ class: z1(["size-4 transition-transform", { "rotate-180": c }])
119432
119439
  }, null, 8, ["class"])
119433
119440
  ]),
119434
119441
  _: 2
@@ -119605,14 +119612,14 @@ const qee = ["for", "title"], jee = {
119605
119612
  whileElementsMounted: ml
119606
119613
  });
119607
119614
  return (S, H) => (T(), P("div", {
119608
- class: E1(["fr-input-group", { "fr-input-group--error": e.errorText, "fr-input-group--warning": !e.errorText && e.warningText, "fr-input-group--valid": e.validText }])
119615
+ class: z1(["fr-input-group", { "fr-input-group--error": e.errorText, "fr-input-group--warning": !e.errorText && e.warningText, "fr-input-group--valid": e.validText }])
119609
119616
  }, [
119610
119617
  D("label", {
119611
119618
  for: z(s),
119612
119619
  title: e.explanation,
119613
- class: E1(["fr-label", { "sr-only": e.hideLabel }])
119620
+ class: z1(["fr-label", { "sr-only": e.hideLabel }])
119614
119621
  }, [
119615
- c1($(e.label) + " ", 1),
119622
+ u1($(e.label) + " ", 1),
119616
119623
  S.$props.required ? (T(), P("span", jee, "*")) : r1("", !0),
119617
119624
  e.explanation ? (T(), P("span", Kee)) : r1("", !0),
119618
119625
  e.hintText ? (T(), P("span", Xee, $(e.hintText), 1)) : r1("", !0)
@@ -119631,7 +119638,7 @@ const qee = ["for", "title"], jee = {
119631
119638
  D("div", Jee, [
119632
119639
  U(z(gd1), {
119633
119640
  id: z(s),
119634
- class: E1(["input shadow-input group-data-[input-color=blue]/form:shadow-input-blue !pr-10", l.value ? "!pr-[4.5rem]" : "!pr-10"]),
119641
+ class: z1(["input shadow-input group-data-[input-color=blue]/form:shadow-input-blue !pr-10", l.value ? "!pr-[4.5rem]" : "!pr-10"]),
119635
119642
  "display-value": (b) => b ? e.displayValue(b) : "",
119636
119643
  placeholder: e.placeholder,
119637
119644
  onChange: H[0] || (H[0] = (b) => c.value = b.target.value)
@@ -119641,7 +119648,7 @@ const qee = ["for", "title"], jee = {
119641
119648
  class: "absolute text-lg top-2 right-3 flex items-center justify-end hover:!bg-transparent"
119642
119649
  })) : (T(), P("div", {
119643
119650
  key: 1,
119644
- class: E1(["absolute inset-y-0 flex items-center justify-end pr-2", {
119651
+ class: z1(["absolute inset-y-0 flex items-center justify-end pr-2", {
119645
119652
  "right-0": M,
119646
119653
  "inset-x-0": !M
119647
119654
  }])
@@ -119691,7 +119698,7 @@ const qee = ["for", "title"], jee = {
119691
119698
  }, {
119692
119699
  default: e1((R) => [
119693
119700
  D("li", {
119694
- class: E1(["relative cursor-default select-none py-2 pr-4 list-none flex items-center gap-2 text-gray-900", {
119701
+ class: z1(["relative cursor-default select-none py-2 pr-4 list-none flex items-center gap-2 text-gray-900", {
119695
119702
  "bg-gray-lower": w(N, E),
119696
119703
  "pl-2": R.selected,
119697
119704
  "pl-6": !R.selected
@@ -119704,7 +119711,7 @@ const qee = ["for", "title"], jee = {
119704
119711
  })) : r1("", !0)
119705
119712
  ]),
119706
119713
  U1(S.$slots, "option", Br({ ref_for: !0 }, { option: E, active: w(N, E) }), () => [
119707
- c1($(e.displayValue(e.multiple ? [E] : E)), 1)
119714
+ u1($(e.displayValue(e.multiple ? [E] : E)), 1)
119708
119715
  ])
119709
119716
  ], 2)
119710
119717
  ]),
@@ -119806,7 +119813,7 @@ const qee = ["for", "title"], jee = {
119806
119813
  multiple: !1
119807
119814
  }, {
119808
119815
  option: e1(({ option: o }) => [
119809
- c1($(o.label), 1)
119816
+ u1($(o.label), 1)
119810
119817
  ]),
119811
119818
  _: 1
119812
119819
  }, 8, ["modelValue", "options", "label", "placeholder", "get-option-id", "display-value"]));
@@ -120036,7 +120043,7 @@ const qee = ["for", "title"], jee = {
120036
120043
  loading: e.loading
120037
120044
  }, {
120038
120045
  default: e1(() => [
120039
- c1($(e.allLabel), 1)
120046
+ u1($(e.allLabel), 1)
120040
120047
  ]),
120041
120048
  _: 1
120042
120049
  }, 8, ["count", "loading"]),
@@ -120453,7 +120460,7 @@ const qee = ["for", "title"], jee = {
120453
120460
  "button-text": z(o)("Type")
120454
120461
  }, {
120455
120462
  title: e1(() => [
120456
- c1($(z(o)("Type")), 1)
120463
+ u1($(z(o)("Type")), 1)
120457
120464
  ]),
120458
120465
  default: e1(() => [
120459
120466
  U(HG, {
@@ -120467,10 +120474,10 @@ const qee = ["for", "title"], jee = {
120467
120474
  value: z(hs)(l1),
120468
120475
  count: V1[z(hs)(l1)]?.data.value?.total,
120469
120476
  loading: V1[z(hs)(l1)]?.status.value === "pending" || V1[z(hs)(l1)]?.status.value === "idle",
120470
- icon: M1[l1.class].icon
120477
+ icon: l1.icon ?? M1[l1.class].icon
120471
120478
  }, {
120472
120479
  default: e1(() => [
120473
- c1($(l1.name || M1[l1.class].name), 1)
120480
+ u1($(l1.name || M1[l1.class].name), 1)
120474
120481
  ]),
120475
120482
  _: 2
120476
120483
  }, 1032, ["value", "count", "loading", "icon"]))), 128))
@@ -120486,7 +120493,7 @@ const qee = ["for", "title"], jee = {
120486
120493
  "button-text": z(o)("Filtres")
120487
120494
  }, {
120488
120495
  title: e1(() => [
120489
- c1($(z(o)("Filtres")), 1)
120496
+ u1($(z(o)("Filtres")), 1)
120490
120497
  ]),
120491
120498
  default: e1(() => [
120492
120499
  U1(J1.$slots, "custom-filters-top", { currentType: a.value }),
@@ -120615,7 +120622,7 @@ const qee = ["for", "title"], jee = {
120615
120622
  onClick: de
120616
120623
  }, {
120617
120624
  default: e1(() => [
120618
- c1($(z(o)("Réinitialiser les filtres")), 1)
120625
+ u1($(z(o)("Réinitialiser les filtres")), 1)
120619
120626
  ]),
120620
120627
  _: 1
120621
120628
  }, 8, ["icon"])
@@ -120627,7 +120634,7 @@ const qee = ["for", "title"], jee = {
120627
120634
  ])) : r1("", !0),
120628
120635
  D("section", {
120629
120636
  ref: "results",
120630
- class: E1(["col-span-12 mt-4 md:mt-0 search-results", V.value ? "md:col-span-8 lg:col-span-9 md:pl-8" : ""])
120637
+ class: z1(["col-span-12 mt-4 md:mt-0 search-results", V.value ? "md:col-span-8 lg:col-span-9 md:pl-8" : ""])
120631
120638
  }, [
120632
120639
  Q1.value?.total ? (T(), P("div", Ete, [
120633
120640
  D("p", Tte, $(z(o)("{count} résultats | {count} résultat | {count} résultats", Q1.value.total)), 1),
@@ -120738,10 +120745,10 @@ const qee = ["for", "title"], jee = {
120738
120745
  D("div", Wte, [
120739
120746
  D("p", Yte, $(z(o)("Vous n'avez pas trouvé ce que vous cherchez ?")), 1),
120740
120747
  D("p", qte, [
120741
- c1($(z(o)("Essayez de réinitialiser les filtres pour élargir votre recherche.")) + " ", 1),
120748
+ u1($(z(o)("Essayez de réinitialiser les filtres pour élargir votre recherche.")) + " ", 1),
120742
120749
  W1.value ? (T(), P(N1, { key: 0 }, [
120743
120750
  he[19] || (he[19] = D("br", null, null, -1)),
120744
- c1(" " + $(z(o)("Vous pouvez aussi regarder les demandes en cours et soumettre la vôtre sur notre forum dédié à la recherche et à l'ouverture de données.")), 1)
120751
+ u1(" " + $(z(o)("Vous pouvez aussi regarder les demandes en cours et soumettre la vôtre sur notre forum dédié à la recherche et à l'ouverture de données.")), 1)
120745
120752
  ], 64)) : r1("", !0)
120746
120753
  ]),
120747
120754
  D("div", jte, [
@@ -120751,7 +120758,7 @@ const qee = ["for", "title"], jee = {
120751
120758
  onClick: de
120752
120759
  }, {
120753
120760
  default: e1(() => [
120754
- c1($(z(o)("Réinitialiser les filtres")), 1)
120761
+ u1($(z(o)("Réinitialiser les filtres")), 1)
120755
120762
  ]),
120756
120763
  _: 1
120757
120764
  }),
@@ -120763,7 +120770,7 @@ const qee = ["for", "title"], jee = {
120763
120770
  "keep-margins-even-without-borders": ""
120764
120771
  }, {
120765
120772
  default: e1(() => [
120766
- c1($(z(o)("Voir le forum")), 1)
120773
+ u1($(z(o)("Voir le forum")), 1)
120767
120774
  ]),
120768
120775
  _: 1
120769
120776
  }, 8, ["href", "icon"])) : r1("", !0)
@@ -120823,21 +120830,21 @@ const qee = ["for", "title"], jee = {
120823
120830
  "fr-select-group--valid": i.isValid
120824
120831
  }));
120825
120832
  return (c, h) => (T(), P("div", {
120826
- class: E1(["fr-select-group", l.value])
120833
+ class: z1(["fr-select-group", l.value])
120827
120834
  }, [
120828
120835
  e.hideLabel ? r1("", !0) : (T(), P("label", {
120829
120836
  key: 0,
120830
120837
  class: "fr-label",
120831
120838
  for: z(n)
120832
120839
  }, [
120833
- c1($(e.label) + " ", 1),
120840
+ u1($(e.label) + " ", 1),
120834
120841
  e.required ? (T(), P("span", Xte, "*")) : r1("", !0),
120835
120842
  e.hintText ? (T(), P("span", Qte, $(e.hintText), 1)) : r1("", !0)
120836
120843
  ], 8, Kte)),
120837
120844
  Es(D("select", {
120838
120845
  id: z(n),
120839
120846
  "onUpdate:modelValue": h[0] || (h[0] = (d) => t.value = d),
120840
- class: E1(["fr-select group-data-[input-color=blue]/form:!shadow-input-blue", { "fr-select--error": e.hasError, "fr-select--valid": e.isValid }]),
120847
+ class: z1(["fr-select group-data-[input-color=blue]/form:!shadow-input-blue", { "fr-select--error": e.hasError, "fr-select--valid": e.isValid }]),
120841
120848
  "aria-describedby": o.value,
120842
120849
  "aria-label": e.hideLabel ? e.label : void 0,
120843
120850
  required: e.required,
@@ -120903,7 +120910,7 @@ const qee = ["for", "title"], jee = {
120903
120910
  U1(s.$slots, "button", {}, () => [
120904
120911
  D("div", a2e, [
120905
120912
  D("div", {
120906
- class: E1(["truncate", { "text-new-disabled-text": e.isDisabled(t.value) }])
120913
+ class: z1(["truncate", { "text-new-disabled-text": e.isDisabled(t.value) }])
120907
120914
  }, $(e.displayValue(t.value)), 3),
120908
120915
  U(z(mr), { class: "flex-none size-4 justify-self-end" })
120909
120916
  ])
@@ -120925,7 +120932,7 @@ const qee = ["for", "title"], jee = {
120925
120932
  }, {
120926
120933
  default: e1(({ active: l, selected: c }) => [
120927
120934
  D("li", {
120928
- class: E1(["relative cursor-default select-none py-2 pr-4 list-none flex items-center gap-2 text-gray-900", {
120935
+ class: z1(["relative cursor-default select-none py-2 pr-4 list-none flex items-center gap-2 text-gray-900", {
120929
120936
  "bg-gray-lower": l && !e.isDisabled(Ae(o)),
120930
120937
  "text-new-disabled-text": e.isDisabled(Ae(o)),
120931
120938
  "pl-2": c,
@@ -120935,11 +120942,11 @@ const qee = ["for", "title"], jee = {
120935
120942
  D("div", o2e, [
120936
120943
  c ? (T(), s1(z(T9), {
120937
120944
  key: 0,
120938
- class: E1(["size-4", e.isDisabled(Ae(o)) ? " text-new-disabled-text" : "text-new-primary"])
120945
+ class: z1(["size-4", e.isDisabled(Ae(o)) ? " text-new-disabled-text" : "text-new-primary"])
120939
120946
  }, null, 8, ["class"])) : r1("", !0)
120940
120947
  ]),
120941
120948
  U1(s.$slots, "option", Br({ ref_for: !0 }, { option: o, active: l }), () => [
120942
- c1($(e.displayValue(o)), 1)
120949
+ u1($(e.displayValue(o)), 1)
120943
120950
  ])
120944
120951
  ], 2)
120945
120952
  ]),