@flux-ui/components 3.0.0-next.6 → 3.0.0-next.8

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.
@@ -3,7 +3,7 @@ var Ia = (t) => {
3
3
  };
4
4
  var Ta = (t, e, a) => e.has(t) || Ia("Cannot " + a);
5
5
  var ye = (t, e, a) => (Ta(t, e, "read from private field"), a ? a.call(t) : e.get(t)), Xt = (t, e, a) => e.has(t) ? Ia("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, a), Jt = (t, e, a, i) => (Ta(t, e, "write to private field"), i ? i.call(t, a) : e.set(t, a), a);
6
- import { ref as P, onMounted as Ie, onUnmounted as Re, computed as L, reactive as Ka, inject as _t, unref as n, useId as Et, watch as z, getCurrentInstance as jt, Fragment as N, watchEffect as qt, onScopeDispose as As, isRef as He, customRef as $s, defineComponent as k, createElementBlock as p, openBlock as c, normalizeStyle as Y, normalizeClass as d, renderList as q, toDisplayString as O, resolveComponent as Fs, createBlock as b, mergeProps as ke, withCtx as A, renderSlot as w, createElementVNode as D, toRef as he, createCommentVNode as S, shallowRef as Cs, createSlots as dt, createVNode as y, useTemplateRef as te, provide as Kt, normalizeProps as ce, guardReactiveProps as de, withKeys as Bs, withModifiers as rn, resolveDynamicComponent as Tn, useSlots as De, onBeforeUnmount as Ya, Transition as et, h as Qe, cloneVNode as Za, mergeModels as ee, useModel as ae, nextTick as An, Teleport as Qa, Comment as ws, isVNode as Ss, createTextVNode as ia, withDirectives as Ln, vModelCheckbox as Es, onBeforeMount as Is, vModelText as Xa, TransitionGroup as Ja, onUpdated as Ts } from "vue";
6
+ import { ref as P, onMounted as Ie, onUnmounted as Re, computed as L, reactive as Ka, inject as jt, unref as n, useId as Et, watch as z, getCurrentInstance as _t, Fragment as N, watchEffect as qt, onScopeDispose as As, isRef as He, customRef as $s, defineComponent as k, createElementBlock as p, openBlock as c, normalizeStyle as Y, normalizeClass as d, renderList as q, toDisplayString as O, resolveComponent as Fs, createBlock as b, mergeProps as ke, withCtx as A, renderSlot as w, createElementVNode as D, toRef as me, createCommentVNode as S, shallowRef as Cs, createSlots as dt, createVNode as y, useTemplateRef as te, provide as Kt, normalizeProps as ce, guardReactiveProps as de, withKeys as Bs, withModifiers as rn, resolveDynamicComponent as Tn, useSlots as De, onBeforeUnmount as Ya, Transition as et, h as Qe, cloneVNode as Za, mergeModels as ee, useModel as ae, nextTick as An, Teleport as Qa, Comment as ws, isVNode as Ss, createTextVNode as ia, withDirectives as Ln, vModelCheckbox as Es, onBeforeMount as Is, vModelText as Xa, TransitionGroup as Ja, onUpdated as Ts } from "vue";
7
7
  import { DateTime as Fe } from "luxon";
8
8
  function ei(t) {
9
9
  var e, a, i = "";
@@ -18,7 +18,7 @@ function Z() {
18
18
  for (var t, e, a = 0, i = "", s = arguments.length; a < s; a++) (t = arguments[a]) && (e = ei(t)) && (i && (i += " "), i += e);
19
19
  return i;
20
20
  }
21
- const jn = {
21
+ const _n = {
22
22
  xs: 0,
23
23
  sm: 640,
24
24
  md: 768,
@@ -27,17 +27,17 @@ const jn = {
27
27
  };
28
28
  function tF() {
29
29
  const t = P(null), e = Object.fromEntries(
30
- Object.keys(jn).map((i) => [i, P(!1)])
30
+ Object.keys(_n).map((i) => [i, P(!1)])
31
31
  ), a = () => {
32
32
  const i = window.innerWidth;
33
33
  let s = null;
34
- for (const [o, l] of Object.entries(jn).reverse())
34
+ for (const [o, l] of Object.entries(_n).reverse())
35
35
  if (i >= l) {
36
36
  s = o;
37
37
  break;
38
38
  }
39
39
  t.value = s;
40
- for (const o of Object.keys(jn))
40
+ for (const o of Object.keys(_n))
41
41
  e[o].value = o === s;
42
42
  };
43
43
  return Ie(() => {
@@ -1854,7 +1854,7 @@ function Ws(t) {
1854
1854
  prepareChar: (e) => e.toUpperCase()
1855
1855
  });
1856
1856
  }
1857
- function _s(t) {
1857
+ function js(t) {
1858
1858
  return J(t, {
1859
1859
  definitions: {
1860
1860
  "#": /[A-Z0-9]/
@@ -1863,21 +1863,21 @@ function _s(t) {
1863
1863
  prepareChar: (e) => e.toUpperCase()
1864
1864
  });
1865
1865
  }
1866
- const js = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1866
+ const _s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1867
1867
  __proto__: null,
1868
1868
  bic: Us,
1869
1869
  iban: Ws,
1870
- vat: _s
1870
+ vat: js
1871
1871
  }, Symbol.toStringTag, { value: "Module" }));
1872
1872
  function qs() {
1873
- return _t(ti, P(!1));
1873
+ return jt(ti, P(!1));
1874
1874
  }
1875
1875
  function be(t) {
1876
1876
  const e = qs();
1877
1877
  return L(() => n(t) || n(e));
1878
1878
  }
1879
1879
  function Ks() {
1880
- return _t(ni, {
1880
+ return jt(ni, {
1881
1881
  closeAll: () => {
1882
1882
  },
1883
1883
  register: () => {
@@ -1887,7 +1887,7 @@ function Ks() {
1887
1887
  });
1888
1888
  }
1889
1889
  function Tt() {
1890
- return _t(ii, {
1890
+ return jt(ii, {
1891
1891
  // note(Bas): The default value is never used, but required by
1892
1892
  // Vue, so that explains the empty getter and function below.
1893
1893
  state: P({
@@ -1909,19 +1909,19 @@ function Tt() {
1909
1909
  });
1910
1910
  }
1911
1911
  function aF() {
1912
- return _t(ai, {
1912
+ return jt(ai, {
1913
1913
  isClosing: P(!1),
1914
1914
  isOpen: P(!1),
1915
1915
  isOpening: P(!1)
1916
1916
  });
1917
1917
  }
1918
1918
  function Yt() {
1919
- return _t(si, {
1919
+ return jt(si, {
1920
1920
  id: Et()
1921
1921
  });
1922
1922
  }
1923
1923
  function yi() {
1924
- return _t(oi, {
1924
+ return jt(oi, {
1925
1925
  isBordered: !1,
1926
1926
  isHoverable: !1,
1927
1927
  isSeparated: !1,
@@ -1939,52 +1939,38 @@ function ca(t) {
1939
1939
  return ((e = t.toString().split(".")[1]) == null ? void 0 : e.length) ?? 0;
1940
1940
  }
1941
1941
  function on(t, e = 0) {
1942
- return new Intl.NumberFormat(navigator.language, {
1943
- maximumFractionDigits: e,
1944
- minimumFractionDigits: e
1945
- }).format(t);
1942
+ return new Intl.NumberFormat(navigator.language, { maximumFractionDigits: e, minimumFractionDigits: e }).format(t);
1946
1943
  }
1947
1944
  function Ys(t) {
1948
- return new Intl.NumberFormat(navigator.language, {
1949
- maximumFractionDigits: 1,
1950
- minimumFractionDigits: 0,
1951
- style: "percent"
1952
- }).format(t);
1945
+ return new Intl.NumberFormat(navigator.language, { maximumFractionDigits: 1, minimumFractionDigits: 0, style: "percent" }).format(t);
1953
1946
  }
1954
1947
  function Va(t, e, a = 5, i) {
1955
- const s = [1, 5, 10, 25, 50, 100, 250, 500, 1e3, 2500, 5e3, 1e4], o = [0.1, 0.5, ...s], l = e - t, r = i ? o : s;
1956
- for (const g of r) {
1957
- const $ = Math.floor(l / g), h = [];
1948
+ let s = [1, 5, 10, 25, 50, 100, 250, 500, 1e3, 2500, 5e3, 1e4], o = [0.1, 0.5, ...s], l = e - t, r = i ? o : s;
1949
+ for (let g of r) {
1950
+ let $ = Math.floor(l / g), h = [];
1958
1951
  if (!($ > a + 1)) {
1959
1952
  h.push(t);
1960
- for (let F = 1; F < $; ++F)
1961
- h.push(F * g + t);
1953
+ for (let F = 1; F < $; ++F) h.push(F * g + t);
1962
1954
  return h.push(e), h;
1963
1955
  }
1964
1956
  }
1965
- const u = l.toString().length - 1, m = Math.pow(10, u), f = [];
1966
- for (let g = 0; g < l; g += m)
1967
- f.push(g + t);
1957
+ let u = l.toString().length - 1, m = Math.pow(10, u), f = [];
1958
+ for (let g = 0; g < l; g += m) f.push(g + t);
1968
1959
  return f;
1969
1960
  }
1970
1961
  function ki(t) {
1971
- const e = parseInt(t.startsWith("#") ? t.substring(1) : t, 16);
1972
- return [
1973
- e >> 16 & 255,
1974
- e >> 8 & 255,
1975
- e & 255
1976
- ];
1962
+ let e = parseInt(t.startsWith("#") ? t.substring(1) : t, 16);
1963
+ return [e >> 16 & 255, e >> 8 & 255, e & 255];
1977
1964
  }
1978
1965
  function qn(t, e, a) {
1979
- return a < 0 && (a += 1), a > 1 && (a -= 1), a < 1 / 6 ? t + (e - t) * 6 * a : a < 1 / 2 ? e : a < 2 / 3 ? t + (e - t) * (2 / 3 - a) * 6 : t;
1966
+ return a < 0 && (a += 1), a > 1 && (a -= 1), a < 0.16666666666666666 ? t + (e - t) * 6 * a : a < 0.5 ? e : a < 0.6666666666666666 ? t + (e - t) * (0.6666666666666666 - a) * 6 : t;
1980
1967
  }
1981
1968
  function Ai(t, e, a) {
1982
1969
  let i, s, o;
1983
- if (t /= 360, e /= 100, a /= 100, e === 0)
1984
- i = s = o = a;
1970
+ if (t /= 360, e /= 100, a /= 100, e === 0) i = s = o = a;
1985
1971
  else {
1986
- const l = a < 0.5 ? a * (1 + e) : a + e - a * e, r = 2 * a - l;
1987
- i = qn(r, l, t + 1 / 3), s = qn(r, l, t), o = qn(r, l, t - 1 / 3);
1972
+ let l = a < 0.5 ? a * (1 + e) : a + e - a * e, r = 2 * a - l;
1973
+ i = qn(r, l, t + 0.3333333333333333), s = qn(r, l, t), o = qn(r, l, t - 0.3333333333333333);
1988
1974
  }
1989
1975
  return i = Math.round(i * 255), s = Math.round(s * 255), o = Math.round(o * 255), [i, s, o];
1990
1976
  }
@@ -2028,32 +2014,27 @@ function $i(t, e, a) {
2028
2014
  function Yn(t, e, a) {
2029
2015
  return $i(...tt(t, e, a));
2030
2016
  }
2031
- function _e(t) {
2017
+ function je(t) {
2032
2018
  return globalThis.document ? t instanceof HTMLElement : !1;
2033
2019
  }
2034
2020
  function Fi(t) {
2035
- const e = new Uint32Array(1);
2021
+ let e = new Uint32Array(1);
2036
2022
  e[0] = t;
2037
2023
  function a() {
2038
- const o = e[0] = e[0] + 1831565813 | 0;
2039
- let l = Math.imul(o ^ o >>> 15, 1 | o);
2024
+ let o = e[0] = e[0] + 1831565813 | 0, l = Math.imul(o ^ o >>> 15, 1 | o);
2040
2025
  return l = l + Math.imul(l ^ l >>> 7, 61 | l) ^ l, ((l ^ l >>> 14) >>> 0) / 4294967296;
2041
2026
  }
2042
2027
  function i(o, l) {
2043
2028
  return a() * (l - o) + o;
2044
2029
  }
2045
2030
  function s() {
2046
- return Fi(a() * 2 ** 32);
2031
+ return Fi(a() * 4294967296);
2047
2032
  }
2048
- return {
2049
- fork: s,
2050
- next: a,
2051
- nextBetween: i
2052
- };
2033
+ return { fork: s, next: a, nextBetween: i };
2053
2034
  }
2054
2035
  var Ci = Fi;
2055
2036
  function Zs(t, e, a) {
2056
- const i = t.toString(16).padStart(2, "0"), s = e.toString(16).padStart(2, "0"), o = a.toString(16).padStart(2, "0");
2037
+ let i = t.toString(16).padStart(2, "0"), s = e.toString(16).padStart(2, "0"), o = a.toString(16).padStart(2, "0");
2057
2038
  return `#${i}${s}${o}`;
2058
2039
  }
2059
2040
  var Qs = typeof global == "object" && global && global.Object === Object && global, Xs = typeof self == "object" && self && self.Object === Object && self, Js = Qs || Xs || Function("return this")(), Wt = Js.Symbol, Bi = Object.prototype, eo = Bi.hasOwnProperty, to = Bi.toString, en = Wt ? Wt.toStringTag : void 0;
@@ -2340,9 +2321,9 @@ var Wo = {
2340
2321
  œ: "oe",
2341
2322
  ʼn: "'n",
2342
2323
  ſ: "s"
2343
- }, _o = Uo(Wo), jo = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, qo = "\\u0300-\\u036f", Ko = "\\ufe20-\\ufe2f", Yo = "\\u20d0-\\u20ff", Zo = qo + Ko + Yo, Qo = "[" + Zo + "]", Xo = RegExp(Qo, "g");
2324
+ }, jo = Uo(Wo), _o = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, qo = "\\u0300-\\u036f", Ko = "\\ufe20-\\ufe2f", Yo = "\\u20d0-\\u20ff", Zo = qo + Ko + Yo, Qo = "[" + Zo + "]", Xo = RegExp(Qo, "g");
2344
2325
  function Jo(t) {
2345
- return t = Rn(t), t && t.replace(jo, _o).replace(Xo, "");
2326
+ return t = Rn(t), t && t.replace(_o, jo).replace(Xo, "");
2346
2327
  }
2347
2328
  var el = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
2348
2329
  function tl(t) {
@@ -2352,7 +2333,7 @@ var nl = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
2352
2333
  function al(t) {
2353
2334
  return nl.test(t);
2354
2335
  }
2355
- var Vi = "\\ud800-\\udfff", il = "\\u0300-\\u036f", sl = "\\ufe20-\\ufe2f", ol = "\\u20d0-\\u20ff", ll = il + sl + ol, xi = "\\u2700-\\u27bf", Oi = "a-z\\xdf-\\xf6\\xf8-\\xff", rl = "\\xac\\xb1\\xd7\\xf7", ul = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", cl = "\\u2000-\\u206f", dl = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Ri = "A-Z\\xc0-\\xd6\\xd8-\\xde", ml = "\\ufe0e\\ufe0f", zi = rl + ul + cl + dl, Ni = "['’]", za = "[" + zi + "]", pl = "[" + ll + "]", Hi = "\\d+", fl = "[" + xi + "]", Gi = "[" + Oi + "]", Ui = "[^" + Vi + zi + Hi + xi + Oi + Ri + "]", hl = "\\ud83c[\\udffb-\\udfff]", gl = "(?:" + pl + "|" + hl + ")", bl = "[^" + Vi + "]", Wi = "(?:\\ud83c[\\udde6-\\uddff]){2}", _i = "[\\ud800-\\udbff][\\udc00-\\udfff]", Rt = "[" + Ri + "]", vl = "\\u200d", Na = "(?:" + Gi + "|" + Ui + ")", yl = "(?:" + Rt + "|" + Ui + ")", Ha = "(?:" + Ni + "(?:d|ll|m|re|s|t|ve))?", Ga = "(?:" + Ni + "(?:D|LL|M|RE|S|T|VE))?", ji = gl + "?", qi = "[" + ml + "]?", kl = "(?:" + vl + "(?:" + [bl, Wi, _i].join("|") + ")" + qi + ji + ")*", Al = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", $l = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Fl = qi + ji + kl, Cl = "(?:" + [fl, Wi, _i].join("|") + ")" + Fl, Bl = RegExp([
2336
+ var Vi = "\\ud800-\\udfff", il = "\\u0300-\\u036f", sl = "\\ufe20-\\ufe2f", ol = "\\u20d0-\\u20ff", ll = il + sl + ol, xi = "\\u2700-\\u27bf", Oi = "a-z\\xdf-\\xf6\\xf8-\\xff", rl = "\\xac\\xb1\\xd7\\xf7", ul = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", cl = "\\u2000-\\u206f", dl = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", Ri = "A-Z\\xc0-\\xd6\\xd8-\\xde", ml = "\\ufe0e\\ufe0f", zi = rl + ul + cl + dl, Ni = "['’]", za = "[" + zi + "]", pl = "[" + ll + "]", Hi = "\\d+", fl = "[" + xi + "]", Gi = "[" + Oi + "]", Ui = "[^" + Vi + zi + Hi + xi + Oi + Ri + "]", hl = "\\ud83c[\\udffb-\\udfff]", gl = "(?:" + pl + "|" + hl + ")", bl = "[^" + Vi + "]", Wi = "(?:\\ud83c[\\udde6-\\uddff]){2}", ji = "[\\ud800-\\udbff][\\udc00-\\udfff]", Rt = "[" + Ri + "]", vl = "\\u200d", Na = "(?:" + Gi + "|" + Ui + ")", yl = "(?:" + Rt + "|" + Ui + ")", Ha = "(?:" + Ni + "(?:d|ll|m|re|s|t|ve))?", Ga = "(?:" + Ni + "(?:D|LL|M|RE|S|T|VE))?", _i = gl + "?", qi = "[" + ml + "]?", kl = "(?:" + vl + "(?:" + [bl, Wi, ji].join("|") + ")" + qi + _i + ")*", Al = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", $l = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", Fl = qi + _i + kl, Cl = "(?:" + [fl, Wi, ji].join("|") + ")" + Fl, Bl = RegExp([
2356
2337
  Rt + "?" + Gi + "+" + Ha + "(?=" + [za, Rt, "$"].join("|") + ")",
2357
2338
  yl + "+" + Ga + "(?=" + [za, Rt + Na, "$"].join("|") + ")",
2358
2339
  Rt + "?" + Na + "+" + Ha,
@@ -2437,7 +2418,7 @@ function mt(t) {
2437
2418
  }
2438
2419
  var Ll = ["a:not([disabled])", "button:not([disabled])", "input[type=checkbox]:not([disabled])", "input[type=radio]:not([disabled])", "input[type=text]:not([disabled])", '[tabindex]:not([disabled]):not([tabindex="-1"])'].join(",");
2439
2420
  function St(t) {
2440
- return Array.from(t.querySelectorAll(Ll)).filter(_e).filter((e) => e.offsetWidth > 0 || e.offsetHeight > 0 || e === document.activeElement);
2421
+ return Array.from(t.querySelectorAll(Ll)).filter(je).filter((e) => e.offsetWidth > 0 || e.offsetHeight > 0 || e === document.activeElement);
2441
2422
  }
2442
2423
  function Dl(t, e, a) {
2443
2424
  let i = St(t), s = i.indexOf(e);
@@ -2503,13 +2484,13 @@ function Ua(t, e) {
2503
2484
  }
2504
2485
  function xl(t, e, a = void 0) {
2505
2486
  let i = St(t), s = a || document.activeElement;
2506
- if (!s || !_e(s)) return i[0] || void 0;
2487
+ if (!s || !je(s)) return i[0] || void 0;
2507
2488
  let o = i.indexOf(s);
2508
2489
  return i[o + e] || void 0;
2509
2490
  }
2510
2491
  function re(t) {
2511
2492
  let e = n(t);
2512
- return _e(e) ? e : e == null ? void 0 : e.$el;
2493
+ return je(e) ? e : e == null ? void 0 : e.$el;
2513
2494
  }
2514
2495
  function Ol(...t) {
2515
2496
  console.warn("[Flux]", ...t);
@@ -2557,7 +2538,7 @@ class zl {
2557
2538
  }
2558
2539
  wt = new WeakMap(), Ge = new WeakMap();
2559
2540
  var Wa = new zl(), Nl = !globalThis.document;
2560
- function _a(t, e, a) {
2541
+ function ja(t, e, a) {
2561
2542
  let i = P([]);
2562
2543
  Ie(() => {
2563
2544
  document.addEventListener("pointerdown", s);
@@ -2576,7 +2557,7 @@ function _a(t, e, a) {
2576
2557
  });
2577
2558
  }
2578
2559
  function Xi() {
2579
- let t = jt();
2560
+ let t = _t();
2580
2561
  return L(() => (t == null ? void 0 : t.uid) ?? (t == null ? void 0 : t.proxy)._uid ?? 0);
2581
2562
  }
2582
2563
  function Aa(t, e, a = !1) {
@@ -2637,9 +2618,9 @@ function $a(t, e, a) {
2637
2618
  }
2638
2619
  As(l);
2639
2620
  }
2640
- var _l = 0;
2641
- function jl(t = !1) {
2642
- let e = P(`focus-trap-${++_l}`), a = P(!1);
2621
+ var jl = 0;
2622
+ function _l(t = !1) {
2623
+ let e = P(`focus-trap-${++jl}`), a = P(!1);
2643
2624
  return Ie(() => Wa.add(n(e), (i) => a.value = i, t)), Re(() => Wa.remove(n(e))), a;
2644
2625
  }
2645
2626
  function ql(t) {
@@ -2653,7 +2634,7 @@ function ql(t) {
2653
2634
  }
2654
2635
  function Kl(t, e = {}) {
2655
2636
  if (Nl) return;
2656
- let { disable: a = P(!1), disableReturn: i = P(!1), attachTo: s = null } = e, o = jl(!a);
2637
+ let { disable: a = P(!1), disableReturn: i = P(!1), attachTo: s = null } = e, o = _l(!a);
2657
2638
  ql(i), z(t, (l, r, u) => {
2658
2639
  let m = re(t), f = s || document;
2659
2640
  o.value && m && document.activeElement && !m.contains(document.activeElement) && !m.querySelector("[autofocus]") && Zn(m, document.activeElement, !0);
@@ -2769,7 +2750,7 @@ var Er = { beforeUnmount(t) {
2769
2750
  let e = new Sr(t);
2770
2751
  e.register(), Qn.set(t, e);
2771
2752
  } }, Qn = /* @__PURE__ */ new WeakMap();
2772
- const Ir = "base-pane", Tr = "base-pane-loader", Lr = "base-pane-element", Dr = "form", Mr = "pane-header", Pr = "base-pane-structure base-pane", pt = { basePane: Ir, basePaneLoader: Tr, basePaneElement: Lr, form: Dr, paneHeader: Mr, basePaneStructure: Pr }, { basePane: lt } = pt, Vr = "icon", xr = "font-awesome-icon icon", Or = "material-symbol-icon icon", Rr = `icon-boxed ${lt}`, zr = `icon-boxed-default icon-boxed ${lt}`, Nr = `icon-boxed-colored icon-boxed ${lt}`, Hr = `icon-boxed-primary icon-boxed-colored icon-boxed ${lt}`, Gr = `icon-boxed-gray icon-boxed-colored icon-boxed ${lt}`, Ur = `icon-boxed-warning icon-boxed-colored icon-boxed ${lt}`, Wr = `icon-boxed-info icon-boxed-colored icon-boxed ${lt}`, _r = `icon-boxed-danger icon-boxed-colored icon-boxed ${lt}`, jr = `icon-boxed-success icon-boxed-colored icon-boxed ${lt}`, Ze = { icon: Vr, fontAwesomeIcon: xr, materialSymbolIcon: Or, iconBoxed: Rr, iconBoxedDefault: zr, iconBoxedColored: Nr, iconBoxedPrimary: Hr, iconBoxedGray: Gr, iconBoxedWarning: Ur, iconBoxedInfo: Wr, iconBoxedDanger: _r, iconBoxedSuccess: jr }, qr = ["viewBox"], Kr = ["d"], U = /* @__PURE__ */ k({
2753
+ const Ir = "base-pane", Tr = "base-pane-loader", Lr = "base-pane-element", Dr = "form", Mr = "pane-header", Pr = "base-pane-structure base-pane", pt = { basePane: Ir, basePaneLoader: Tr, basePaneElement: Lr, form: Dr, paneHeader: Mr, basePaneStructure: Pr }, { basePane: lt } = pt, Vr = "icon", xr = "font-awesome-icon icon", Or = "material-symbol-icon icon", Rr = `icon-boxed ${lt}`, zr = `icon-boxed-default icon-boxed ${lt}`, Nr = `icon-boxed-colored icon-boxed ${lt}`, Hr = `icon-boxed-gray icon-boxed-colored icon-boxed ${lt}`, Gr = `icon-boxed-primary icon-boxed-colored icon-boxed ${lt}`, Ur = `icon-boxed-danger icon-boxed-colored icon-boxed ${lt}`, Wr = `icon-boxed-info icon-boxed-colored icon-boxed ${lt}`, jr = `icon-boxed-success icon-boxed-colored icon-boxed ${lt}`, _r = `icon-boxed-warning icon-boxed-colored icon-boxed ${lt}`, Ze = { icon: Vr, fontAwesomeIcon: xr, materialSymbolIcon: Or, iconBoxed: Rr, iconBoxedDefault: zr, iconBoxedColored: Nr, iconBoxedGray: Hr, iconBoxedPrimary: Gr, iconBoxedDanger: Ur, iconBoxedInfo: Wr, iconBoxedSuccess: jr, iconBoxedWarning: _r }, qr = ["viewBox"], Kr = ["d"], U = /* @__PURE__ */ k({
2773
2754
  __name: "FluxIcon",
2774
2755
  props: {
2775
2756
  size: {},
@@ -2940,7 +2921,7 @@ const Ir = "base-pane", Tr = "base-pane-loader", Lr = "base-pane-element", Dr =
2940
2921
  },
2941
2922
  emits: ["click", "mouseenter", "mouseleave"],
2942
2923
  setup(t, { emit: e }) {
2943
- const a = e, i = be(he(() => t.disabled));
2924
+ const a = e, i = be(me(() => t.disabled));
2944
2925
  function s(r) {
2945
2926
  if (n(i) || t.isLoading) {
2946
2927
  r.preventDefault(), r.stopPropagation();
@@ -3009,7 +2990,7 @@ const Ir = "base-pane", Tr = "base-pane-loader", Lr = "base-pane-element", Dr =
3009
2990
  _: 3
3010
2991
  }, 8, ["component-type", "class", "type", "aria-disabled", "disabled", "tabindex", "href", "rel", "target", "to"]));
3011
2992
  }
3012
- }), ru = "button", uu = "is-small", cu = "is-medium", du = "is-large", mu = "is-xl", pu = "is-filled", fu = "button-icon", hu = "button-label", zn = { button: ru, isSmall: uu, isMedium: cu, isLarge: du, isXl: mu, isFilled: pu, buttonIcon: fu, buttonLabel: hu }, { button: gu, buttonIcon: bu, buttonLabel: vu } = zn, yu = "spinner", ku = "is-destructive", Au = "action-bar", $u = "separator", Fu = "form-input", Cu = "base-pane-structure", Bu = "pane-header", wu = "action-pane", Su = "action-pane-grid", Eu = "action-pane-body", Iu = `action ${gu}`, Tu = `action-icon ${bu}`, Lu = `action-label ${vu}`, it = { spinner: yu, isDestructive: ku, actionBar: Au, separator: $u, formInput: Fu, basePaneStructure: Cu, paneHeader: Bu, actionPane: wu, actionPaneGrid: Su, actionPaneBody: Eu, action: Iu, actionIcon: Tu, actionLabel: Lu }, Du = /* @__PURE__ */ k({
2993
+ }), ru = "button", uu = "is-small", cu = "is-medium", du = "is-large", mu = "is-xl", pu = "is-filled", fu = "button-icon", hu = "button-label", zn = { button: ru, isSmall: uu, isMedium: cu, isLarge: du, isXl: mu, isFilled: pu, buttonIcon: fu, buttonLabel: hu }, { button: gu, buttonLabel: bu, buttonIcon: vu } = zn, yu = "spinner", ku = "is-destructive", Au = "action-bar", $u = "separator", Fu = "form-input", Cu = "base-pane-structure", Bu = "pane-header", wu = "action-pane", Su = "action-pane-grid", Eu = "action-pane-body", Iu = `action ${gu}`, Tu = `action-label ${bu}`, Lu = `action-icon ${vu}`, it = { spinner: yu, isDestructive: ku, actionBar: Au, separator: $u, formInput: Fu, basePaneStructure: Cu, paneHeader: Bu, actionPane: wu, actionPaneGrid: Su, actionPaneBody: Eu, action: Iu, actionLabel: Tu, actionIcon: Lu }, Du = /* @__PURE__ */ k({
3013
2994
  __name: "FluxAction",
3014
2995
  props: {
3015
2996
  type: {},
@@ -3093,13 +3074,13 @@ const Mu = (t, e) => {
3093
3074
  return a;
3094
3075
  }, ve = () => {
3095
3076
  var e;
3096
- const t = (e = jt()) == null ? void 0 : e.proxy;
3077
+ const t = (e = _t()) == null ? void 0 : e.proxy;
3097
3078
  return !t || !Pu(t) ? Mu : t.$t;
3098
3079
  };
3099
3080
  function Pu(t) {
3100
3081
  return !!t && "$t" in t;
3101
3082
  }
3102
- const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu = "icon", Ou = "publish-button-animation", Ru = "is-done", zu = "publish-button-animation-arrow", Nu = "publish-arrow-out", Hu = "publish-button-animation-check", Gu = "publish-button-animation-circle", Uu = "is-idle", Wu = "is-loading", _u = "publish-arrow-in", ju = "publish-button-cloud", qu = "publish", Ku = "button-group", Yu = "button", Zu = `primary-button-icon ${cn}`, Qu = `secondary-button ${dn}`, Xu = `primary-button ${dn}`, Ju = `primary-button-label ${mn}`, ec = `link-button-label ${mn}`, tc = `secondary-button-icon ${cn}`, nc = `destructive-button-icon ${cn}`, ac = `destructive-button-label ${mn}`, ic = `publish-button primary-button ${dn}`, sc = `link-button ${dn}`, oc = `secondary-button-label ${mn}`, lc = `link-button-icon ${cn}`, rc = `destructive-button ${dn}`, uc = `publish-button-icon primary-button-icon ${cn}`, cc = `publish-button-label primary-button-label ${mn}`, se = { spinner: Vu, icon: xu, publishButtonAnimation: Ou, isDone: Ru, publishButtonAnimationArrow: zu, publishArrowOut: Nu, publishButtonAnimationCheck: Hu, publishButtonAnimationCircle: Gu, isIdle: Uu, isLoading: Wu, publishArrowIn: _u, publishButtonCloud: ju, publish: qu, buttonGroup: Ku, button: Yu, primaryButtonIcon: Zu, secondaryButton: Qu, primaryButton: Xu, primaryButtonLabel: Ju, linkButtonLabel: ec, secondaryButtonIcon: tc, destructiveButtonIcon: nc, destructiveButtonLabel: ac, publishButton: ic, linkButton: sc, secondaryButtonLabel: oc, linkButtonIcon: lc, destructiveButton: rc, publishButtonIcon: uc, publishButtonLabel: cc }, Fa = /* @__PURE__ */ k({
3083
+ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu = "icon", Ou = "publish-button-animation", Ru = "is-done", zu = "publish-button-animation-arrow", Nu = "publish-arrow-out", Hu = "publish-button-animation-check", Gu = "publish-button-animation-circle", Uu = "is-idle", Wu = "is-loading", ju = "publish-arrow-in", _u = "publish-button-cloud", qu = "publish", Ku = "button-group", Yu = "button", Zu = `destructive-button-icon ${cn}`, Qu = `secondary-button ${dn}`, Xu = `secondary-button-icon ${cn}`, Ju = `primary-button-icon ${cn}`, ec = `publish-button primary-button ${dn}`, tc = `link-button-icon ${cn}`, nc = `primary-button ${dn}`, ac = `destructive-button ${dn}`, ic = `link-button ${dn}`, sc = `secondary-button-label ${mn}`, oc = `publish-button-icon primary-button-icon ${cn}`, lc = `destructive-button-label ${mn}`, rc = `primary-button-label ${mn}`, uc = `link-button-label ${mn}`, cc = `publish-button-label primary-button-label ${mn}`, se = { spinner: Vu, icon: xu, publishButtonAnimation: Ou, isDone: Ru, publishButtonAnimationArrow: zu, publishArrowOut: Nu, publishButtonAnimationCheck: Hu, publishButtonAnimationCircle: Gu, isIdle: Uu, isLoading: Wu, publishArrowIn: ju, publishButtonCloud: _u, publish: qu, buttonGroup: Ku, button: Yu, destructiveButtonIcon: Zu, secondaryButton: Qu, secondaryButtonIcon: Xu, primaryButtonIcon: Ju, publishButton: ec, linkButtonIcon: tc, primaryButton: nc, destructiveButton: ac, linkButton: ic, secondaryButtonLabel: sc, publishButtonIcon: oc, destructiveButtonLabel: lc, primaryButtonLabel: rc, linkButtonLabel: uc, publishButtonLabel: cc }, Fa = /* @__PURE__ */ k({
3103
3084
  __name: "FluxButtonGroup",
3104
3085
  setup(t) {
3105
3086
  return (e, a) => (c(), p("div", {
@@ -3144,7 +3125,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3144
3125
  }))
3145
3126
  ]), 1040, ["css-class", "css-class-icon", "css-class-label"]));
3146
3127
  }
3147
- }), { basePaneStructure: pn, basePaneElement: Ca, basePaneLoader: mc } = pt, pc = "base-pane-element", fc = "pane-header-caption", hc = "pane-header-icon", gc = "pane-tag", bc = "pane-media", vc = "pane-media-image", yc = "base-auto-grid", kc = "pane-group", Ac = "pane-illustration", $c = "pane-illustration-content", Fc = "pane-illustration-magic", Cc = "icon-boxed", Bc = "pane-media-inset pane-media", wc = "pane-illustration-content-controlled pane-illustration-content", Sc = "pane-illustration-masked pane-illustration", Ec = `pane ${pn}`, Ic = `pane-flat pane ${pn}`, Tc = `pane-well pane ${pn}`, Lc = `pane-header ${Ca}`, Dc = `pane-loader ${mc}`, Mc = `pane-footer ${Ca}`, Pc = `pane-body ${Ca}`, Vc = `pane-default pane ${pn}`, xc = `pane-deck pane-default pane ${pn}`, oe = { basePaneElement: pc, paneHeaderCaption: fc, paneHeaderIcon: hc, paneTag: gc, paneMedia: bc, paneMediaImage: vc, baseAutoGrid: yc, paneGroup: kc, paneIllustration: Ac, paneIllustrationContent: $c, paneIllustrationMagic: Fc, iconBoxed: Cc, paneMediaInset: Bc, paneIllustrationContentControlled: wc, paneIllustrationMasked: Sc, pane: Ec, paneFlat: Ic, paneWell: Tc, paneHeader: Lc, paneLoader: Dc, paneFooter: Mc, paneBody: Pc, paneDefault: Vc, paneDeck: xc }, Lt = /* @__PURE__ */ k({
3128
+ }), { basePaneStructure: pn, basePaneElement: Ca, basePaneLoader: mc } = pt, pc = "base-pane-element", fc = "pane-header-caption", hc = "pane-header-icon", gc = "pane-tag", bc = "pane-media", vc = "pane-media-image", yc = "base-auto-grid", kc = "pane-group", Ac = "pane-illustration", $c = "pane-illustration-content", Fc = "pane-illustration-magic", Cc = "icon-boxed", Bc = "pane-media-inset pane-media", wc = "pane-illustration-content-controlled pane-illustration-content", Sc = "pane-illustration-masked pane-illustration", Ec = `pane-default pane ${pn}`, Ic = `pane-flat pane ${pn}`, Tc = `pane-body ${Ca}`, Lc = `pane ${pn}`, Dc = `pane-loader ${mc}`, Mc = `pane-well pane ${pn}`, Pc = `pane-footer ${Ca}`, Vc = `pane-deck pane-default pane ${pn}`, xc = `pane-header ${Ca}`, oe = { basePaneElement: pc, paneHeaderCaption: fc, paneHeaderIcon: hc, paneTag: gc, paneMedia: bc, paneMediaImage: vc, baseAutoGrid: yc, paneGroup: kc, paneIllustration: Ac, paneIllustrationContent: $c, paneIllustrationMagic: Fc, iconBoxed: Cc, paneMediaInset: Bc, paneIllustrationContentControlled: wc, paneIllustrationMasked: Sc, paneDefault: Ec, paneFlat: Ic, paneBody: Tc, pane: Lc, paneLoader: Dc, paneWell: Mc, paneFooter: Pc, paneDeck: Vc, paneHeader: xc }, Lt = /* @__PURE__ */ k({
3148
3129
  __name: "FluxPane",
3149
3130
  props: {
3150
3131
  isLoading: { type: Boolean },
@@ -3174,7 +3155,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3174
3155
  }, O(a.tag), 3)) : S("", !0)
3175
3156
  ], 2));
3176
3157
  }
3177
- }), Oc = "flyout", Rc = "flyout-dialog", zc = "flyout-pane", Nc = "is-auto-width", Hc = "is-closing", Gc = "close", Uc = "is-opening", Wc = "open", _c = "mobile-close", jc = "mobile-open", Vt = { flyout: Oc, flyoutDialog: Rc, flyoutPane: zc, isAutoWidth: Nc, isClosing: Hc, close: Gc, isOpening: Uc, open: Wc, mobileClose: _c, mobileOpen: jc }, qc = ["onKeydown"], ot = /* @__PURE__ */ k({
3158
+ }), Oc = "flyout", Rc = "flyout-dialog", zc = "flyout-pane", Nc = "is-auto-width", Hc = "is-closing", Gc = "close", Uc = "is-opening", Wc = "open", jc = "mobile-close", _c = "mobile-open", Vt = { flyout: Oc, flyoutDialog: Rc, flyoutPane: zc, isAutoWidth: Nc, isClosing: Hc, close: Gc, isOpening: Uc, open: Wc, mobileClose: jc, mobileOpen: _c }, qc = ["onKeydown"], ot = /* @__PURE__ */ k({
3178
3159
  __name: "FluxFlyout",
3179
3160
  props: {
3180
3161
  direction: { default: "vertical" },
@@ -3200,9 +3181,9 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3200
3181
  }), requestAnimationFrame(B);
3201
3182
  }
3202
3183
  function B() {
3203
- const C = n(i), x = re(s), { top: G, left: T, width: V, height: M } = C.children[0].getBoundingClientRect(), { width: _, height: Q } = x.getBoundingClientRect();
3204
- let j, me, Me = 0, Pt = 0;
3205
- t.direction === "horizontal" ? (j = T + V, me = G + M / 2 - Q / 2, Me = t.margin, j + _ > innerWidth - 30 && (j = T - _, Me = -Me)) : (j = T + V / 2 - _ / 2, me = G + M, Pt = t.margin, me + Q > innerHeight - 30 && (me = G - Q, Pt = -Pt)), f.value = Math.max(30, Math.min(innerWidth - _ - 30, j)), g.value = Math.max(30, Math.min(innerHeight - Q - 30, me)), $.value = Me, h.value = Pt;
3184
+ const C = n(i), x = re(s), { top: G, left: T, width: V, height: M } = C.children[0].getBoundingClientRect(), { width: j, height: Q } = x.getBoundingClientRect();
3185
+ let _, pe, Me = 0, Pt = 0;
3186
+ t.direction === "horizontal" ? (_ = T + V, pe = G + M / 2 - Q / 2, Me = t.margin, _ + j > innerWidth - 30 && (_ = T - j, Me = -Me)) : (_ = T + V / 2 - j / 2, pe = G + M, Pt = t.margin, pe + Q > innerHeight - 30 && (pe = G - Q, Pt = -Pt)), f.value = Math.max(30, Math.min(innerWidth - j - 30, _)), g.value = Math.max(30, Math.min(innerHeight - Q - 30, pe)), $.value = Me, h.value = Pt;
3206
3187
  }
3207
3188
  function v() {
3208
3189
  r.value ? F() : I();
@@ -3339,7 +3320,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3339
3320
  },
3340
3321
  slots: Object,
3341
3322
  setup(t, { slots: e }) {
3342
- const a = jt(), i = P(null);
3323
+ const a = _t(), i = P(null);
3343
3324
  Ie(() => {
3344
3325
  const l = a.proxy.$el;
3345
3326
  l.addEventListener("mouseenter", s, { passive: !0 }), l.addEventListener("mouseleave", o, { passive: !0 });
@@ -3610,10 +3591,10 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3610
3591
  __name: "FluxAutoHeightTransition",
3611
3592
  setup(t) {
3612
3593
  function e(s) {
3613
- _e(s) && (s.style.height = "auto");
3594
+ je(s) && (s.style.height = "auto");
3614
3595
  }
3615
3596
  function a(s) {
3616
- if (!_e(s))
3597
+ if (!je(s))
3617
3598
  return;
3618
3599
  const { width: o } = getComputedStyle(s);
3619
3600
  s.style.position = "absolute", s.style.width = o, s.style.height = "auto", s.style.visibility = "hidden";
@@ -3621,7 +3602,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3621
3602
  s.style.removeProperty("position"), s.style.removeProperty("width"), s.style.removeProperty("visibility"), s.style.height = "0", getComputedStyle(s), requestAnimationFrame(() => requestAnimationFrame(() => s.style.height = l));
3622
3603
  }
3623
3604
  function i(s) {
3624
- if (!_e(s))
3605
+ if (!je(s))
3625
3606
  return;
3626
3607
  const { height: o } = getComputedStyle(s);
3627
3608
  s.style.height = o, getComputedStyle(s), requestAnimationFrame(() => requestAnimationFrame(() => s.style.height = "0"));
@@ -3641,10 +3622,10 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3641
3622
  __name: "FluxAutoWidthTransition",
3642
3623
  setup(t) {
3643
3624
  function e(s) {
3644
- _e(s) && (s.style.width = "auto");
3625
+ je(s) && (s.style.width = "auto");
3645
3626
  }
3646
3627
  function a(s) {
3647
- if (!_e(s))
3628
+ if (!je(s))
3648
3629
  return;
3649
3630
  const { height: o } = getComputedStyle(s);
3650
3631
  s.style.position = "absolute", s.style.height = o, s.style.width = "auto", s.style.visibility = "hidden";
@@ -3652,7 +3633,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3652
3633
  s.style.removeProperty("position"), s.style.removeProperty("height"), s.style.removeProperty("visibility"), s.style.width = "0", getComputedStyle(s), requestAnimationFrame(() => requestAnimationFrame(() => s.style.width = l));
3653
3634
  }
3654
3635
  function i(s) {
3655
- if (!_e(s))
3636
+ if (!je(s))
3656
3637
  return;
3657
3638
  const { width: o } = getComputedStyle(s);
3658
3639
  s.style.width = o, getComputedStyle(s), requestAnimationFrame(() => requestAnimationFrame(() => s.style.width = "0"));
@@ -3668,7 +3649,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3668
3649
  _: 3
3669
3650
  }));
3670
3651
  }
3671
- }), yd = "breakthrough-transition-enter-active", kd = "breakthrough-transition-back-enter-active", Ad = "breakthrough-transition-leave-active", $d = "breakthrough-transition-back-leave-active", Fd = "breakthrough-transition-enter-from", Cd = "breakthrough-transition-back-leave-to", Bd = "breakthrough-transition-leave-to", wd = "breakthrough-transition-back-enter-from", Sd = "fade-transition-enter-active", Ed = "fade-transition-leave-active", Id = "fade-transition-enter-from", Td = "fade-transition-leave-to", Ld = "fade-transition-enter-to", Dd = "fade-transition-leave-from", Md = "route-transition-enter-active", Pd = "route-transition-back-enter-active", Vd = "route-transition-leave-active", xd = "route-transition-back-leave-active", Od = "route-transition-enter-from", Rd = "route-transition-back-leave-to", zd = "route-transition-leave-to", Nd = "route-transition-back-enter-from", Hd = "tooltip-transition-enter-active", Gd = "tooltip-transition-leave-active", Ud = "tooltip-transition-enter-from", Wd = "tooltip-transition-leave-to", _d = "vertical-window-transition-enter-active", jd = "vertical-window-transition-back-enter-active", qd = "vertical-window-transition-leave-active", Kd = "vertical-window-transition-back-leave-active", Yd = "vertical-window-transition-back-leave-to", Zd = "vertical-window-transition-enter-from", Qd = "vertical-window-transition-back-enter-from", Xd = "vertical-window-transition-leave-to", Jd = "window-transition-enter-active", em = "window-transition-back-enter-active", tm = "window-transition-leave-active", nm = "window-transition-back-leave-active", am = "window-transition-back-leave-to", im = "window-transition-enter-from", sm = "window-transition-back-enter-from", om = "window-transition-leave-to", K = { breakthroughTransitionEnterActive: yd, breakthroughTransitionBackEnterActive: kd, breakthroughTransitionLeaveActive: Ad, breakthroughTransitionBackLeaveActive: $d, breakthroughTransitionEnterFrom: Fd, breakthroughTransitionBackLeaveTo: Cd, breakthroughTransitionLeaveTo: Bd, breakthroughTransitionBackEnterFrom: wd, fadeTransitionEnterActive: Sd, fadeTransitionLeaveActive: Ed, fadeTransitionEnterFrom: Id, fadeTransitionLeaveTo: Td, fadeTransitionEnterTo: Ld, fadeTransitionLeaveFrom: Dd, routeTransitionEnterActive: Md, routeTransitionBackEnterActive: Pd, routeTransitionLeaveActive: Vd, routeTransitionBackLeaveActive: xd, routeTransitionEnterFrom: Od, routeTransitionBackLeaveTo: Rd, routeTransitionLeaveTo: zd, routeTransitionBackEnterFrom: Nd, tooltipTransitionEnterActive: Hd, tooltipTransitionLeaveActive: Gd, tooltipTransitionEnterFrom: Ud, tooltipTransitionLeaveTo: Wd, verticalWindowTransitionEnterActive: _d, verticalWindowTransitionBackEnterActive: jd, verticalWindowTransitionLeaveActive: qd, verticalWindowTransitionBackLeaveActive: Kd, verticalWindowTransitionBackLeaveTo: Yd, verticalWindowTransitionEnterFrom: Zd, verticalWindowTransitionBackEnterFrom: Qd, verticalWindowTransitionLeaveTo: Xd, windowTransitionEnterActive: Jd, windowTransitionBackEnterActive: em, windowTransitionLeaveActive: tm, windowTransitionBackLeaveActive: nm, windowTransitionBackLeaveTo: am, windowTransitionEnterFrom: im, windowTransitionBackEnterFrom: sm, windowTransitionLeaveTo: om }, lF = /* @__PURE__ */ k({
3652
+ }), yd = "breakthrough-transition-enter-active", kd = "breakthrough-transition-back-enter-active", Ad = "breakthrough-transition-leave-active", $d = "breakthrough-transition-back-leave-active", Fd = "breakthrough-transition-enter-from", Cd = "breakthrough-transition-back-leave-to", Bd = "breakthrough-transition-leave-to", wd = "breakthrough-transition-back-enter-from", Sd = "fade-transition-enter-active", Ed = "fade-transition-leave-active", Id = "fade-transition-enter-from", Td = "fade-transition-leave-to", Ld = "fade-transition-enter-to", Dd = "fade-transition-leave-from", Md = "route-transition-enter-active", Pd = "route-transition-back-enter-active", Vd = "route-transition-leave-active", xd = "route-transition-back-leave-active", Od = "route-transition-enter-from", Rd = "route-transition-back-leave-to", zd = "route-transition-leave-to", Nd = "route-transition-back-enter-from", Hd = "tooltip-transition-enter-active", Gd = "tooltip-transition-leave-active", Ud = "tooltip-transition-enter-from", Wd = "tooltip-transition-leave-to", jd = "vertical-window-transition-enter-active", _d = "vertical-window-transition-back-enter-active", qd = "vertical-window-transition-leave-active", Kd = "vertical-window-transition-back-leave-active", Yd = "vertical-window-transition-back-leave-to", Zd = "vertical-window-transition-enter-from", Qd = "vertical-window-transition-back-enter-from", Xd = "vertical-window-transition-leave-to", Jd = "window-transition-enter-active", em = "window-transition-back-enter-active", tm = "window-transition-leave-active", nm = "window-transition-back-leave-active", am = "window-transition-back-leave-to", im = "window-transition-enter-from", sm = "window-transition-back-enter-from", om = "window-transition-leave-to", K = { breakthroughTransitionEnterActive: yd, breakthroughTransitionBackEnterActive: kd, breakthroughTransitionLeaveActive: Ad, breakthroughTransitionBackLeaveActive: $d, breakthroughTransitionEnterFrom: Fd, breakthroughTransitionBackLeaveTo: Cd, breakthroughTransitionLeaveTo: Bd, breakthroughTransitionBackEnterFrom: wd, fadeTransitionEnterActive: Sd, fadeTransitionLeaveActive: Ed, fadeTransitionEnterFrom: Id, fadeTransitionLeaveTo: Td, fadeTransitionEnterTo: Ld, fadeTransitionLeaveFrom: Dd, routeTransitionEnterActive: Md, routeTransitionBackEnterActive: Pd, routeTransitionLeaveActive: Vd, routeTransitionBackLeaveActive: xd, routeTransitionEnterFrom: Od, routeTransitionBackLeaveTo: Rd, routeTransitionLeaveTo: zd, routeTransitionBackEnterFrom: Nd, tooltipTransitionEnterActive: Hd, tooltipTransitionLeaveActive: Gd, tooltipTransitionEnterFrom: Ud, tooltipTransitionLeaveTo: Wd, verticalWindowTransitionEnterActive: jd, verticalWindowTransitionBackEnterActive: _d, verticalWindowTransitionLeaveActive: qd, verticalWindowTransitionBackLeaveActive: Kd, verticalWindowTransitionBackLeaveTo: Yd, verticalWindowTransitionEnterFrom: Zd, verticalWindowTransitionBackEnterFrom: Qd, verticalWindowTransitionLeaveTo: Xd, windowTransitionEnterActive: Jd, windowTransitionBackEnterActive: em, windowTransitionLeaveActive: tm, windowTransitionBackLeaveActive: nm, windowTransitionBackLeaveTo: am, windowTransitionEnterFrom: im, windowTransitionBackEnterFrom: sm, windowTransitionLeaveTo: om }, lF = /* @__PURE__ */ k({
3672
3653
  __name: "FluxBreakthroughTransition",
3673
3654
  props: {
3674
3655
  isBack: { type: Boolean },
@@ -3826,7 +3807,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3826
3807
  _: 3
3827
3808
  }, 8, ["mode", "enter-active-class", "enter-from-class", "leave-active-class", "leave-to-class"]));
3828
3809
  }
3829
- }), Tm = "avatar", Lm = "avatar-image", Dm = "avatar-fallback", Mm = "icon", Pm = "avatar-loading", Vm = "spinner", xm = "avatar-status", Om = "avatar-clickable", Rm = "persona", zm = "persona-details", Nm = "avatar-fallback-colorized avatar-fallback", Hm = "avatar-fallback-neutral avatar-fallback", Gm = "avatar-status-gray avatar-status", Um = "avatar-status-primary avatar-status", Wm = "avatar-status-danger avatar-status", _m = "avatar-status-info avatar-status", jm = "avatar-status-success avatar-status", qm = "avatar-status-warning avatar-status", Km = "status-avatar avatar", Se = { avatar: Tm, avatarImage: Lm, avatarFallback: Dm, icon: Mm, avatarLoading: Pm, spinner: Vm, avatarStatus: xm, avatarClickable: Om, persona: Rm, personaDetails: zm, avatarFallbackColorized: Nm, avatarFallbackNeutral: Hm, avatarStatusGray: Gm, avatarStatusPrimary: Um, avatarStatusDanger: Wm, avatarStatusInfo: _m, avatarStatusSuccess: jm, avatarStatusWarning: qm, statusAvatar: Km }, Ym = ["alt", "src"], Zm = { key: 0 }, ss = /* @__PURE__ */ k({
3810
+ }), Tm = "avatar", Lm = "avatar-image", Dm = "avatar-fallback", Mm = "icon", Pm = "avatar-loading", Vm = "spinner", xm = "avatar-status", Om = "avatar-clickable", Rm = "persona", zm = "persona-details", Nm = "avatar-fallback-colorized avatar-fallback", Hm = "avatar-fallback-neutral avatar-fallback", Gm = "avatar-status-gray avatar-status", Um = "avatar-status-primary avatar-status", Wm = "avatar-status-danger avatar-status", jm = "avatar-status-info avatar-status", _m = "avatar-status-success avatar-status", qm = "avatar-status-warning avatar-status", Km = "status-avatar avatar", Se = { avatar: Tm, avatarImage: Lm, avatarFallback: Dm, icon: Mm, avatarLoading: Pm, spinner: Vm, avatarStatus: xm, avatarClickable: Om, persona: Rm, personaDetails: zm, avatarFallbackColorized: Nm, avatarFallbackNeutral: Hm, avatarStatusGray: Gm, avatarStatusPrimary: Um, avatarStatusDanger: Wm, avatarStatusInfo: jm, avatarStatusSuccess: _m, avatarStatusWarning: qm, statusAvatar: Km }, Ym = ["alt", "src"], Zm = { key: 0 }, ss = /* @__PURE__ */ k({
3830
3811
  __name: "FluxAvatar",
3831
3812
  props: {
3832
3813
  alt: {},
@@ -3920,7 +3901,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3920
3901
  _: 1
3921
3902
  }, 8, ["class", "style", "component-type", "aria-label", "tabindex", "href", "rel", "target", "to"]));
3922
3903
  }
3923
- }), Qm = "badge", Xm = "spinner", Jm = "badge-close", ep = "icon", tp = "badge-dot", np = "badge-icon", ap = "badge-label", ip = "badge-gray badge", sp = "badge-primary badge", op = "badge-danger badge", lp = "badge-info badge", rp = "badge-success badge", up = "badge-warning badge", cp = "tag badge", dp = "tag-close badge-close", mp = "tag-dot badge-dot", pp = "tag-icon badge-icon", fp = "tag-label badge-label", hp = "tag-gray badge-gray badge tag badge", gp = "tag-primary badge-primary badge tag badge", bp = "tag-danger badge-danger badge tag badge", vp = "tag-info badge-info badge tag badge", yp = "tag-success badge-success badge tag badge", kp = "tag-warning badge-warning badge tag badge", fe = { badge: Qm, spinner: Xm, badgeClose: Jm, icon: ep, badgeDot: tp, badgeIcon: np, badgeLabel: ap, badgeGray: ip, badgePrimary: sp, badgeDanger: op, badgeInfo: lp, badgeSuccess: rp, badgeWarning: up, tag: cp, tagClose: dp, tagDot: mp, tagIcon: pp, tagLabel: fp, tagGray: hp, tagPrimary: gp, tagDanger: bp, tagInfo: vp, tagSuccess: yp, tagWarning: kp }, uF = /* @__PURE__ */ k({
3904
+ }), Qm = "badge", Xm = "spinner", Jm = "badge-close", ep = "icon", tp = "badge-dot", np = "badge-icon", ap = "badge-label", ip = "badge-gray badge", sp = "badge-primary badge", op = "badge-danger badge", lp = "badge-info badge", rp = "badge-success badge", up = "badge-warning badge", cp = "tag badge", dp = "tag-close badge-close", mp = "tag-dot badge-dot", pp = "tag-icon badge-icon", fp = "tag-label badge-label", hp = "tag-gray badge-gray badge tag badge", gp = "tag-primary badge-primary badge tag badge", bp = "tag-danger badge-danger badge tag badge", vp = "tag-info badge-info badge tag badge", yp = "tag-success badge-success badge tag badge", kp = "tag-warning badge-warning badge tag badge", he = { badge: Qm, spinner: Xm, badgeClose: Jm, icon: ep, badgeDot: tp, badgeIcon: np, badgeLabel: ap, badgeGray: ip, badgePrimary: sp, badgeDanger: op, badgeInfo: lp, badgeSuccess: rp, badgeWarning: up, tag: cp, tagClose: dp, tagDot: mp, tagIcon: pp, tagLabel: fp, tagGray: hp, tagPrimary: gp, tagDanger: bp, tagInfo: vp, tagSuccess: yp, tagWarning: kp }, uF = /* @__PURE__ */ k({
3924
3905
  __name: "FluxBadge",
3925
3906
  props: {
3926
3907
  color: { default: "gray" },
@@ -3944,12 +3925,12 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3944
3925
  }
3945
3926
  return (s, o) => (c(), b(Zt, {
3946
3927
  class: d(n(Z)(
3947
- s.color === "gray" && n(fe).badgeGray,
3948
- s.color === "primary" && n(fe).badgePrimary,
3949
- s.color === "danger" && n(fe).badgeDanger,
3950
- s.color === "info" && n(fe).badgeInfo,
3951
- s.color === "success" && n(fe).badgeSuccess,
3952
- s.color === "warning" && n(fe).badgeWarning
3928
+ s.color === "gray" && n(he).badgeGray,
3929
+ s.color === "primary" && n(he).badgePrimary,
3930
+ s.color === "danger" && n(he).badgeDanger,
3931
+ s.color === "info" && n(he).badgeInfo,
3932
+ s.color === "success" && n(he).badgeSuccess,
3933
+ s.color === "warning" && n(he).badgeWarning
3953
3934
  )),
3954
3935
  "component-type": s.type,
3955
3936
  tabindex: s.tabindex,
@@ -3964,23 +3945,23 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
3964
3945
  default: A(() => [
3965
3946
  s.isLoading ? (c(), b(Ee, {
3966
3947
  key: 0,
3967
- class: d(n(fe).badgeIcon),
3948
+ class: d(n(he).badgeIcon),
3968
3949
  size: 16
3969
3950
  }, null, 8, ["class"])) : s.dot ? (c(), p("span", {
3970
3951
  key: 1,
3971
- class: d(n(fe).badgeDot)
3952
+ class: d(n(he).badgeDot)
3972
3953
  }, null, 2)) : s.icon ? (c(), b(U, {
3973
3954
  key: 2,
3974
- class: d(n(fe).badgeIcon),
3955
+ class: d(n(he).badgeIcon),
3975
3956
  size: 16,
3976
3957
  name: s.icon
3977
3958
  }, null, 8, ["class", "name"])) : S("", !0),
3978
3959
  D("span", {
3979
- class: d(n(fe).badgeLabel)
3960
+ class: d(n(he).badgeLabel)
3980
3961
  }, O(s.label), 3),
3981
3962
  s.type === "none" && s.isDeletable ? (c(), p("button", {
3982
3963
  key: 3,
3983
- class: d(n(fe).badgeClose),
3964
+ class: d(n(he).badgeClose),
3984
3965
  type: "button",
3985
3966
  onClick: o[0] || (o[0] = (l) => i())
3986
3967
  }, [
@@ -4159,7 +4140,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4159
4140
  s();
4160
4141
  }
4161
4142
  return qt(() => {
4162
- !t.anchor || !_e(t.anchor) && !t.anchor.$el || (e.value = _e(t.anchor) ? t.anchor : t.anchor.$el, requestAnimationFrame(o), requestAnimationFrame(s));
4143
+ !t.anchor || !je(t.anchor) && !t.anchor.$el || (e.value = je(t.anchor) ? t.anchor : t.anchor.$el, requestAnimationFrame(o), requestAnimationFrame(s));
4163
4144
  }), (u, m) => (c(), p("div", {
4164
4145
  ref: "popup",
4165
4146
  style: Y({
@@ -4171,7 +4152,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4171
4152
  w(u.$slots, "default")
4172
4153
  ], 4));
4173
4154
  }
4174
- }), { buttonIcon: os, button: Fp, buttonLabel: Cp } = zn, Bp = "menu", wp = "menu-group", Sp = "menu-item-active", Ep = "menu-item-destructive", Ip = "menu-item-highlighted", Tp = "menu-item-indented", Lp = "menu-item-selected", Dp = "menu-item-command", Mp = "menu-item-command-icon", Pp = "icon", Vp = "menu-item-image", xp = "menu-title", Op = "menu-sub-header", Rp = "menu-sub-header-icon", zp = "menu-sub-header-label", Np = "base-pane", Hp = "divider", Gp = "separator", Up = "expandable-body", Wp = "menu-normal menu", _p = "menu-large menu", jp = "menu-group-horizontal menu-group", qp = "menu-group-vertical menu-group", Kp = `menu-item-icon ${os}`, Yp = `menu-item ${Fp}`, Zp = `menu-item-selectable-icon ${os}`, Qp = `menu-item-label ${Cp}`, pe = { menu: Bp, menuGroup: wp, menuItemActive: Sp, menuItemDestructive: Ep, menuItemHighlighted: Ip, menuItemIndented: Tp, menuItemSelected: Lp, menuItemCommand: Dp, menuItemCommandIcon: Mp, icon: Pp, menuItemImage: Vp, menuTitle: xp, menuSubHeader: Op, menuSubHeaderIcon: Rp, menuSubHeaderLabel: zp, basePane: Np, divider: Hp, separator: Gp, expandableBody: Up, menuNormal: Wp, menuLarge: _p, menuGroupHorizontal: jp, menuGroupVertical: qp, menuItemIcon: Kp, menuItem: Yp, menuItemSelectableIcon: Zp, menuItemLabel: Qp }, Xp = ["src"], je = /* @__PURE__ */ k({
4155
+ }), { buttonIcon: os, button: Fp, buttonLabel: Cp } = zn, Bp = "menu", wp = "menu-group", Sp = "menu-item-active", Ep = "menu-item-destructive", Ip = "menu-item-highlighted", Tp = "menu-item-indented", Lp = "menu-item-selected", Dp = "menu-item-command", Mp = "menu-item-command-icon", Pp = "icon", Vp = "menu-item-image", xp = "menu-title", Op = "menu-sub-header", Rp = "menu-sub-header-icon", zp = "menu-sub-header-label", Np = "base-pane", Hp = "divider", Gp = "separator", Up = "expandable-body", Wp = "menu-normal menu", jp = "menu-large menu", _p = "menu-group-horizontal menu-group", qp = "menu-group-vertical menu-group", Kp = `menu-item-icon ${os}`, Yp = `menu-item ${Fp}`, Zp = `menu-item-label ${Cp}`, Qp = `menu-item-selectable-icon ${os}`, fe = { menu: Bp, menuGroup: wp, menuItemActive: Sp, menuItemDestructive: Ep, menuItemHighlighted: Ip, menuItemIndented: Tp, menuItemSelected: Lp, menuItemCommand: Dp, menuItemCommandIcon: Mp, icon: Pp, menuItemImage: Vp, menuTitle: xp, menuSubHeader: Op, menuSubHeaderIcon: Rp, menuSubHeaderLabel: zp, basePane: Np, divider: Hp, separator: Gp, expandableBody: Up, menuNormal: Wp, menuLarge: jp, menuGroupHorizontal: _p, menuGroupVertical: qp, menuItemIcon: Kp, menuItem: Yp, menuItemLabel: Zp, menuItemSelectableIcon: Qp }, Xp = ["src"], _e = /* @__PURE__ */ k({
4175
4156
  __name: "FluxMenuItem",
4176
4157
  props: {
4177
4158
  type: { default: "button" },
@@ -4199,17 +4180,17 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4199
4180
  emits: ["click", "mouseenter", "mouseleave"],
4200
4181
  setup(t) {
4201
4182
  return (e, a) => (c(), b(ft, ke({ type: e.type, disabled: e.disabled, iconLeading: e.iconLeading, iconTrailing: e.iconTrailing, isLoading: e.isLoading, label: e.label, href: e.href, rel: e.rel, target: e.target, to: e.to }, {
4202
- "css-class": n(pe).menuItem,
4203
- "css-class-icon": n(pe).menuItemIcon,
4204
- "css-class-label": n(pe).menuItemLabel,
4183
+ "css-class": n(fe).menuItem,
4184
+ "css-class-icon": n(fe).menuItemIcon,
4185
+ "css-class-label": n(fe).menuItemLabel,
4205
4186
  "is-filled": "",
4206
4187
  role: e.isSelectable ? "menuitemradio" : "menuitem",
4207
4188
  class: {
4208
- [n(pe).menuItemActive]: e.isActive,
4209
- [n(pe).menuItemDestructive]: e.isDestructive,
4210
- [n(pe).menuItemHighlighted]: e.isHighlighted,
4211
- [n(pe).menuItemIndented]: e.isIndented,
4212
- [n(pe).menuItemSelected]: e.isSelectable && e.isSelected
4189
+ [n(fe).menuItemActive]: e.isActive,
4190
+ [n(fe).menuItemDestructive]: e.isDestructive,
4191
+ [n(fe).menuItemHighlighted]: e.isHighlighted,
4192
+ [n(fe).menuItemIndented]: e.isIndented,
4193
+ [n(fe).menuItemSelected]: e.isSelectable && e.isSelected
4213
4194
  },
4214
4195
  "aria-checked": e.isSelectable ? e.isSelected : void 0,
4215
4196
  onClick: a[0] || (a[0] = (i) => e.$emit("click", i))
@@ -4218,7 +4199,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4218
4199
  name: "iconLeading",
4219
4200
  fn: A(() => [
4220
4201
  y(U, {
4221
- class: d(n(pe).menuItemSelectableIcon),
4202
+ class: d(n(fe).menuItemSelectableIcon),
4222
4203
  name: e.isSelected ? "circle-check" : void 0
4223
4204
  }, null, 8, ["class", "name"])
4224
4205
  ]),
@@ -4227,7 +4208,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4227
4208
  name: "iconLeading",
4228
4209
  fn: A(() => [
4229
4210
  D("img", {
4230
- class: d(n(pe).menuItemImage),
4211
+ class: d(n(fe).menuItemImage),
4231
4212
  src: e.imageSrc,
4232
4213
  alt: ""
4233
4214
  }, null, 10, Xp)
@@ -4239,16 +4220,16 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4239
4220
  fn: A(() => [
4240
4221
  e.commandLoading ? (c(), b(Ee, {
4241
4222
  key: 0,
4242
- class: d(n(pe).menuItemCommandIcon),
4223
+ class: d(n(fe).menuItemCommandIcon),
4243
4224
  size: 16
4244
4225
  }, null, 8, ["class"])) : (c(), p(N, { key: 1 }, [
4245
4226
  e.command ? (c(), p("kbd", {
4246
4227
  key: 0,
4247
- class: d(n(pe).menuItemCommand)
4228
+ class: d(n(fe).menuItemCommand)
4248
4229
  }, O(e.command), 3)) : S("", !0),
4249
4230
  e.commandIcon ? (c(), b(U, {
4250
4231
  key: 1,
4251
- class: d(n(pe).menuItemCommandIcon),
4232
+ class: d(n(fe).menuItemCommandIcon),
4252
4233
  name: e.commandIcon
4253
4234
  }, null, 8, ["class", "name"])) : S("", !0)
4254
4235
  ], 64))
@@ -4257,7 +4238,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4257
4238
  } : void 0
4258
4239
  ]), 1040, ["css-class", "css-class-icon", "css-class-label", "role", "class", "aria-checked"]));
4259
4240
  }
4260
- }), { basePaneStructure: Jp } = pt, ef = "button-group", tf = "button", nf = "form-input", af = "form-structure-element", sf = "pane", of = "form-row", lf = "form-section-title", rf = "form-field", uf = "form-field-header", cf = "form-field-label", df = "form-field-optional", mf = "form-field-value", pf = "form-field-counter", ff = "form-field-addition", hf = "form-field-addition-icon", gf = "is-secondary", bf = "form-input-icon", vf = "form-input-native", yf = "form-input-native-has-icon-leading", kf = "form-input-native-has-icon-trailing", Af = "secondary-button", $f = "form-date-input", Ff = "form-date-time-input", Cf = "input-group", Bf = "is-disabled", wf = "is-focused", Sf = "badge", Ef = "form-select-icon", If = "form-select-input", Tf = "form-select-placeholder", Lf = "menu-item", Df = "is-keyboard-action", Mf = "is-searchable", Pf = "menu-sub-header", Vf = "form-select-selected", xf = "button-label", Of = "form-text-area", Rf = "checkbox", zf = "checkbox-element", Nf = "checkbox-native", Hf = "icon", Gf = "checkbox-label", Uf = "quantity-selector", Wf = "quantity-selector-button", _f = "pin-input", jf = "pin-input-field", qf = "toggle", Kf = "is-checked", Yf = "toggle-input", Zf = "is-switch", Qf = "toggle-icon", Xf = "form-input-group form-input-enabled form-input", Jf = "form-select form-input", eh = "form form-structure-element", th = "form-column form-structure-element", nh = "form-section form-structure-element", ah = "form-field-addition-error form-field-addition", ih = "form-field-addition-hint form-field-addition", sh = "form-input-disabled form-input", oh = "form-input-enabled form-input", lh = "form-input-icon-trailing form-input-icon", rh = "form-input-icon-leading form-input-icon", uh = "form-input-icon-password-toggle form-input-icon-trailing form-input-icon", ch = "form-input-addition form-input", dh = "form-date-range-input form-input", mh = "form-time-input form-date-input", ph = "form-text-area-disabled form-input-disabled form-input form-text-area", fh = "form-text-area-enabled form-input-enabled form-input form-text-area", hh = "quantity-selector-input form-input", gh = "pin-input-enabled pin-input", bh = "pin-input-disabled pin-input", vh = "toggle-icon-on toggle-icon", yh = "toggle-icon-off toggle-icon", kh = `form-select-popup ${Jp}`, R = { buttonGroup: ef, button: tf, formInput: nf, formStructureElement: af, pane: sf, formRow: of, formSectionTitle: lf, formField: rf, formFieldHeader: uf, formFieldLabel: cf, formFieldOptional: df, formFieldValue: mf, formFieldCounter: pf, formFieldAddition: ff, formFieldAdditionIcon: hf, isSecondary: gf, formInputIcon: bf, formInputNative: vf, formInputNativeHasIconLeading: yf, formInputNativeHasIconTrailing: kf, secondaryButton: Af, formDateInput: $f, formDateTimeInput: Ff, inputGroup: Cf, isDisabled: Bf, isFocused: wf, badge: Sf, formSelectIcon: Ef, formSelectInput: If, formSelectPlaceholder: Tf, menuItem: Lf, isKeyboardAction: Df, isSearchable: Mf, menuSubHeader: Pf, formSelectSelected: Vf, buttonLabel: xf, formTextArea: Of, checkbox: Rf, checkboxElement: zf, checkboxNative: Nf, icon: Hf, checkboxLabel: Gf, quantitySelector: Uf, quantitySelectorButton: Wf, pinInput: _f, pinInputField: jf, toggle: qf, isChecked: Kf, toggleInput: Yf, isSwitch: Zf, toggleIcon: Qf, formInputGroup: Xf, formSelect: Jf, form: eh, formColumn: th, formSection: nh, formFieldAdditionError: ah, formFieldAdditionHint: ih, formInputDisabled: sh, formInputEnabled: oh, formInputIconTrailing: lh, formInputIconLeading: rh, formInputIconPasswordToggle: uh, formInputAddition: ch, formDateRangeInput: dh, formTimeInput: mh, formTextAreaDisabled: ph, formTextAreaEnabled: fh, quantitySelectorInput: hh, pinInputEnabled: gh, pinInputDisabled: bh, toggleIconOn: vh, toggleIconOff: yh, formSelectPopup: kh }, Ah = ["aria-disabled"], $h = ["id", "autocomplete", "autofocus", "aria-disabled", "disabled", "max", "maxlength", "min", "placeholder", "readonly", "step", "type", "value"], we = /* @__PURE__ */ k({
4241
+ }), { basePaneStructure: Jp } = pt, ef = "button-group", tf = "button", nf = "form-input", af = "form-structure-element", sf = "pane", of = "form-row", lf = "form-section-title", rf = "form-field", uf = "form-field-header", cf = "form-field-label", df = "form-field-optional", mf = "form-field-value", pf = "form-field-counter", ff = "form-field-addition", hf = "form-field-addition-icon", gf = "is-secondary", bf = "form-input-icon", vf = "form-input-native", yf = "form-input-native-has-icon-leading", kf = "form-input-native-has-icon-trailing", Af = "secondary-button", $f = "form-date-input", Ff = "form-date-time-input", Cf = "input-group", Bf = "is-disabled", wf = "is-focused", Sf = "badge", Ef = "form-select-icon", If = "form-select-input", Tf = "form-select-placeholder", Lf = "menu-item", Df = "is-keyboard-action", Mf = "is-searchable", Pf = "menu-sub-header", Vf = "form-select-selected", xf = "button-label", Of = "form-text-area", Rf = "checkbox", zf = "checkbox-element", Nf = "checkbox-native", Hf = "icon", Gf = "checkbox-label", Uf = "quantity-selector", Wf = "quantity-selector-button", jf = "pin-input", _f = "pin-input-field", qf = "toggle", Kf = "is-checked", Yf = "toggle-input", Zf = "is-switch", Qf = "toggle-icon", Xf = "form-input-group form-input-enabled form-input", Jf = "form-select form-input", eh = "form form-structure-element", th = "form-column form-structure-element", nh = "form-section form-structure-element", ah = "form-field-addition-error form-field-addition", ih = "form-field-addition-hint form-field-addition", sh = "form-input-disabled form-input", oh = "form-input-enabled form-input", lh = "form-input-icon-trailing form-input-icon", rh = "form-input-icon-leading form-input-icon", uh = "form-input-icon-password-toggle form-input-icon-trailing form-input-icon", ch = "form-input-addition form-input", dh = "form-date-range-input form-input", mh = "form-time-input form-date-input", ph = "form-text-area-disabled form-input-disabled form-input form-text-area", fh = "form-text-area-enabled form-input-enabled form-input form-text-area", hh = "quantity-selector-input form-input", gh = "pin-input-enabled pin-input", bh = "pin-input-disabled pin-input", vh = "toggle-icon-on toggle-icon", yh = "toggle-icon-off toggle-icon", kh = `form-select-popup ${Jp}`, R = { buttonGroup: ef, button: tf, formInput: nf, formStructureElement: af, pane: sf, formRow: of, formSectionTitle: lf, formField: rf, formFieldHeader: uf, formFieldLabel: cf, formFieldOptional: df, formFieldValue: mf, formFieldCounter: pf, formFieldAddition: ff, formFieldAdditionIcon: hf, isSecondary: gf, formInputIcon: bf, formInputNative: vf, formInputNativeHasIconLeading: yf, formInputNativeHasIconTrailing: kf, secondaryButton: Af, formDateInput: $f, formDateTimeInput: Ff, inputGroup: Cf, isDisabled: Bf, isFocused: wf, badge: Sf, formSelectIcon: Ef, formSelectInput: If, formSelectPlaceholder: Tf, menuItem: Lf, isKeyboardAction: Df, isSearchable: Mf, menuSubHeader: Pf, formSelectSelected: Vf, buttonLabel: xf, formTextArea: Of, checkbox: Rf, checkboxElement: zf, checkboxNative: Nf, icon: Hf, checkboxLabel: Gf, quantitySelector: Uf, quantitySelectorButton: Wf, pinInput: jf, pinInputField: _f, toggle: qf, isChecked: Kf, toggleInput: Yf, isSwitch: Zf, toggleIcon: Qf, formInputGroup: Xf, formSelect: Jf, form: eh, formColumn: th, formSection: nh, formFieldAdditionError: ah, formFieldAdditionHint: ih, formInputDisabled: sh, formInputEnabled: oh, formInputIconTrailing: lh, formInputIconLeading: rh, formInputIconPasswordToggle: uh, formInputAddition: ch, formDateRangeInput: dh, formTimeInput: mh, formTextAreaDisabled: ph, formTextAreaEnabled: fh, quantitySelectorInput: hh, pinInputEnabled: gh, pinInputDisabled: bh, toggleIconOn: vh, toggleIconOff: yh, formSelectPopup: kh }, Ah = ["aria-disabled"], $h = ["id", "autocomplete", "autofocus", "aria-disabled", "disabled", "max", "maxlength", "min", "placeholder", "readonly", "step", "type", "value"], we = /* @__PURE__ */ k({
4261
4242
  __name: "FluxFormInput",
4262
4243
  props: /* @__PURE__ */ ee({
4263
4244
  autoComplete: {},
@@ -4282,7 +4263,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4282
4263
  }),
4283
4264
  emits: /* @__PURE__ */ ee(["blur", "focus", "showPicker"], ["update:modelValue"]),
4284
4265
  setup(t, { expose: e, emit: a }) {
4285
- const i = a, s = ae(t, "modelValue"), o = be(he(() => t.disabled)), l = te("input"), { id: r } = Yt(), u = P(null), m = P(t.type);
4266
+ const i = a, s = ae(t, "modelValue"), o = be(me(() => t.disabled)), l = te("input"), { id: r } = Yt(), u = P(null), m = P(t.type);
4286
4267
  function f() {
4287
4268
  var v;
4288
4269
  (v = re(l)) == null || v.blur();
@@ -4351,8 +4332,8 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4351
4332
  }, { immediate: !0 }), z([l, () => t.pattern, u], ([v, E, C], x, G) => {
4352
4333
  if (!v || !E)
4353
4334
  return;
4354
- const T = js[E](v);
4355
- C && (T.value = C, u.value = T.value), G(() => T.destroy());
4335
+ const T = _s[E](v);
4336
+ C && (T.value = C, s.value = T.value), G(() => T.destroy());
4356
4337
  }, { immediate: !0 }), z(() => t.type, (v) => m.value = v), e({
4357
4338
  blur: f,
4358
4339
  focus: g
@@ -4415,7 +4396,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4415
4396
  },
4416
4397
  setup(t) {
4417
4398
  return (e, a) => (c(), p("div", {
4418
- class: d(e.isHorizontal ? n(pe).menuGroupHorizontal : n(pe).menuGroupVertical),
4399
+ class: d(e.isHorizontal ? n(fe).menuGroupHorizontal : n(fe).menuGroupVertical),
4419
4400
  role: "group"
4420
4401
  }, [
4421
4402
  w(e.$slots, "default")
@@ -4430,20 +4411,20 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4430
4411
  },
4431
4412
  setup(t) {
4432
4413
  return (e, a) => (c(), p("div", {
4433
- class: d(n(pe).menuSubHeader),
4414
+ class: d(n(fe).menuSubHeader),
4434
4415
  role: "presentation"
4435
4416
  }, [
4436
4417
  e.iconLeading ? (c(), b(U, {
4437
4418
  key: 0,
4438
- class: d(n(pe).menuSubHeaderIcon),
4419
+ class: d(n(fe).menuSubHeaderIcon),
4439
4420
  name: e.iconLeading
4440
4421
  }, null, 8, ["class", "name"])) : S("", !0),
4441
4422
  D("span", {
4442
- class: d(n(pe).menuSubHeaderLabel)
4423
+ class: d(n(fe).menuSubHeaderLabel)
4443
4424
  }, O(e.label), 3),
4444
4425
  e.iconTrailing ? (c(), b(U, {
4445
4426
  key: 1,
4446
- class: d(n(pe).menuSubHeaderIcon),
4427
+ class: d(n(fe).menuSubHeaderIcon),
4447
4428
  name: e.iconTrailing
4448
4429
  }, null, 8, ["class", "name"])) : S("", !0)
4449
4430
  ], 2));
@@ -4484,7 +4465,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4484
4465
  type: "search"
4485
4466
  }, null, 8, ["modelValue", "placeholder"])
4486
4467
  ], 2)) : S("", !0),
4487
- o.isLoading && o.options.length === 0 ? (c(), b(je, {
4468
+ o.isLoading && o.options.length === 0 ? (c(), b(_e, {
4488
4469
  key: 1,
4489
4470
  disabled: "",
4490
4471
  "is-loading": ""
@@ -4492,7 +4473,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4492
4473
  n(ga)(r) ? (c(), b(fa, {
4493
4474
  key: 0,
4494
4475
  label: r.title
4495
- }, null, 8, ["label"])) : n(st)(r) ? (c(), b(je, {
4476
+ }, null, 8, ["label"])) : n(st)(r) ? (c(), b(_e, {
4496
4477
  key: 1,
4497
4478
  "is-selectable": "",
4498
4479
  "is-selected": o.selected.includes(r.value),
@@ -4515,7 +4496,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4515
4496
  direction: "vertical"
4516
4497
  }), (a, i) => (c(), p("nav", {
4517
4498
  ref: "element",
4518
- class: d(a.isLarge ? n(pe).menuLarge : n(pe).menuNormal),
4499
+ class: d(a.isLarge ? n(fe).menuLarge : n(fe).menuNormal),
4519
4500
  role: "menu",
4520
4501
  "aria-orientation": "vertical"
4521
4502
  }, [
@@ -4547,12 +4528,12 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4547
4528
  }
4548
4529
  return (s, o) => (c(), b(Zt, {
4549
4530
  class: d(n(Z)(
4550
- s.color === "gray" && n(fe).tagGray,
4551
- s.color === "primary" && n(fe).tagPrimary,
4552
- s.color === "danger" && n(fe).tagDanger,
4553
- s.color === "info" && n(fe).tagInfo,
4554
- s.color === "success" && n(fe).tagSuccess,
4555
- s.color === "warning" && n(fe).tagWarning
4531
+ s.color === "gray" && n(he).tagGray,
4532
+ s.color === "primary" && n(he).tagPrimary,
4533
+ s.color === "danger" && n(he).tagDanger,
4534
+ s.color === "info" && n(he).tagInfo,
4535
+ s.color === "success" && n(he).tagSuccess,
4536
+ s.color === "warning" && n(he).tagWarning
4556
4537
  )),
4557
4538
  "component-type": s.type,
4558
4539
  tabindex: s.tabindex,
@@ -4567,23 +4548,23 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4567
4548
  default: A(() => [
4568
4549
  s.isLoading ? (c(), b(Ee, {
4569
4550
  key: 0,
4570
- class: d(n(fe).tagIcon),
4551
+ class: d(n(he).tagIcon),
4571
4552
  size: 16
4572
4553
  }, null, 8, ["class"])) : s.dot ? (c(), p("span", {
4573
4554
  key: 1,
4574
- class: d(n(fe).tagDot)
4555
+ class: d(n(he).tagDot)
4575
4556
  }, null, 2)) : s.icon ? (c(), b(U, {
4576
4557
  key: 2,
4577
- class: d(n(fe).tagIcon),
4558
+ class: d(n(he).tagIcon),
4578
4559
  name: s.icon,
4579
4560
  size: 16
4580
4561
  }, null, 8, ["class", "name"])) : S("", !0),
4581
4562
  D("span", {
4582
- class: d(n(fe).tagLabel)
4563
+ class: d(n(he).tagLabel)
4583
4564
  }, O(s.label), 3),
4584
4565
  !s.isClickable && s.isDeletable ? (c(), p("button", {
4585
4566
  key: 3,
4586
- class: d(n(fe).tagClose),
4567
+ class: d(n(he).tagClose),
4587
4568
  type: "button",
4588
4569
  onClick: o[0] || (o[0] = (l) => i())
4589
4570
  }, [
@@ -4612,11 +4593,11 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4612
4593
  }),
4613
4594
  emits: /* @__PURE__ */ ee(["keyDown", "deselect", "select", "search", "close", "open"], ["update:searchQuery"]),
4614
4595
  setup(t, { emit: e }) {
4615
- const a = e, i = ae(t, "searchQuery"), s = be(he(() => t.disabled)), { id: o } = Yt(), l = ve(), r = te("anchor"), u = te("anchorPopup"), m = te("optionElements"), f = te("searchInputElement"), g = P(nn), $ = P(!1), h = P(!1), F = L(() => re(f) ?? re(r)), I = L(() => {
4596
+ const a = e, i = ae(t, "searchQuery"), s = be(me(() => t.disabled)), { id: o } = Yt(), l = ve(), r = te("anchor"), u = te("anchorPopup"), m = te("optionElements"), f = te("searchInputElement"), g = P(nn), $ = P(!1), h = P(!1), F = L(() => re(f) ?? re(r)), I = L(() => {
4616
4597
  var T;
4617
4598
  return (T = n(B)[n(g)]) == null ? void 0 : T.value;
4618
4599
  }), B = L(() => t.options.map((T) => T[1]).flat());
4619
- _a([r, u], h, () => h.value = !1), _a(r, h, () => {
4600
+ ja([r, u], h, () => h.value = !1), ja(r, h, () => {
4620
4601
  var T;
4621
4602
  return (T = n(F)) == null ? void 0 : T.focus();
4622
4603
  });
@@ -4641,7 +4622,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4641
4622
  return;
4642
4623
  }
4643
4624
  if ($.value = !0, n(g) === nn && ["ArrowDown", "ArrowUp"].includes(T.key)) {
4644
- const V = n(m), M = V == null ? void 0 : V.findIndex((_) => "isActive" in _.$props && _.$props.isActive);
4625
+ const V = n(m), M = V == null ? void 0 : V.findIndex((j) => "isActive" in j.$props && j.$props.isActive);
4645
4626
  g.value = M ?? nn;
4646
4627
  }
4647
4628
  switch (T.key) {
@@ -4667,7 +4648,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4667
4648
  h.value = !1;
4668
4649
  return;
4669
4650
  default:
4670
- T.key.match(/[a-z]/) ? g.value = n(B).findIndex((_) => _.label.toLowerCase().startsWith(T.key)) : g.value = -1;
4651
+ T.key.match(/[a-z]/) ? g.value = n(B).findIndex((j) => j.label.toLowerCase().startsWith(T.key)) : g.value = -1;
4671
4652
  return;
4672
4653
  }
4673
4654
  T.preventDefault();
@@ -4692,8 +4673,8 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4692
4673
  const V = n(m);
4693
4674
  if (!V || t.isMultiple)
4694
4675
  return;
4695
- const M = V.findIndex((Q) => "isActive" in Q.$props && Q.$props.isActive), _ = V[M];
4696
- _ && _.$el.scrollIntoView({
4676
+ const M = V.findIndex((Q) => "isActive" in Q.$props && Q.$props.isActive), j = V[M];
4677
+ j && j.$el.scrollIntoView({
4697
4678
  block: "center"
4698
4679
  });
4699
4680
  }), a("open");
@@ -4714,7 +4695,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4714
4695
  onKeyup: G
4715
4696
  }), {
4716
4697
  default: A(() => [
4717
- !T.isMultiple && T.selected[0] ? (c(), b(je, {
4698
+ !T.isMultiple && T.selected[0] ? (c(), b(_e, {
4718
4699
  key: 0,
4719
4700
  class: d(n(R).formSelectSelected),
4720
4701
  command: T.selected[0].command,
@@ -4726,7 +4707,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4726
4707
  key: M.value ?? "null option",
4727
4708
  label: M.label,
4728
4709
  "is-deletable": "",
4729
- onDelete: (_) => v(M.value)
4710
+ onDelete: (j) => v(M.value)
4730
4711
  }, null, 8, ["label", "onDelete"]))), 128)) : T.placeholder ? (c(), p("span", {
4731
4712
  key: 2,
4732
4713
  class: d(n(R).formSelectPlaceholder)
@@ -4780,7 +4761,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4780
4761
  _: 1
4781
4762
  })) : (c(), b(ln, { key: 2 }, {
4782
4763
  default: A(() => [
4783
- (c(!0), p(N, null, q(T.options, ([M, _], Q) => (c(), p(N, {
4764
+ (c(!0), p(N, null, q(T.options, ([M, j], Q) => (c(), p(N, {
4784
4765
  key: `group-${Q}`
4785
4766
  }, [
4786
4767
  y(It, null, {
@@ -4790,36 +4771,36 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4790
4771
  "icon-leading": M.icon,
4791
4772
  label: M.label
4792
4773
  }, null, 8, ["icon-leading", "label"])) : S("", !0),
4793
- (c(!0), p(N, null, q(_, (j, me) => (c(), p(N, null, [
4794
- n(ct)(j) ? (c(), b(je, {
4774
+ (c(!0), p(N, null, q(j, (_, pe) => (c(), p(N, null, [
4775
+ n(ct)(_) ? (c(), b(_e, {
4795
4776
  ref_for: !0,
4796
4777
  ref: "optionElements",
4797
- key: me,
4798
- command: j.command,
4799
- "command-icon": j.commandIcon,
4800
- "icon-leading": j.icon,
4801
- "is-active": !!T.selected.find((Me) => Me.value === j.value),
4802
- "is-highlighted": I.value === j.value,
4803
- label: j.label,
4778
+ key: pe,
4779
+ command: _.command,
4780
+ "command-icon": _.commandIcon,
4781
+ "icon-leading": _.icon,
4782
+ "is-active": !!T.selected.find((Me) => Me.value === _.value),
4783
+ "is-highlighted": I.value === _.value,
4784
+ label: _.label,
4804
4785
  type: "button",
4805
- onClick: (Me) => E(j.value)
4786
+ onClick: (Me) => E(_.value)
4806
4787
  }, null, 8, ["command", "command-icon", "icon-leading", "is-active", "is-highlighted", "label", "onClick"])) : S("", !0)
4807
4788
  ], 64))), 256))
4808
4789
  ]),
4809
4790
  _: 2
4810
4791
  }, 1024),
4811
- n(ct)(M) ? (c(), b(je, {
4792
+ n(ct)(M) ? (c(), b(_e, {
4812
4793
  ref_for: !0,
4813
4794
  ref: "optionElements",
4814
4795
  key: `item-${Q}`,
4815
4796
  command: M.command,
4816
4797
  "command-icon": M.commandIcon,
4817
4798
  "icon-leading": M.icon,
4818
- "is-active": !!T.selected.find((j) => j.value === M.value),
4799
+ "is-active": !!T.selected.find((_) => _.value === M.value),
4819
4800
  "is-highlighted": I.value === M.value,
4820
4801
  label: M.label,
4821
4802
  type: "button",
4822
- onClick: (j) => E(M.value)
4803
+ onClick: (_) => E(M.value)
4823
4804
  }, null, 8, ["command", "command-icon", "icon-leading", "is-active", "is-highlighted", "label", "onClick"])) : S("", !0)
4824
4805
  ], 64))), 128))
4825
4806
  ]),
@@ -4834,7 +4815,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4834
4815
  ]))
4835
4816
  ], 64));
4836
4817
  }
4837
- }), Oh = "slider", Rh = "is-disabled", zh = "is-dragging", Nh = "slider-thumb", Hh = "slider-track", Gh = "slider-track-value", Uh = "tick", Wh = "ticks", _h = "tick-large tick", jh = "tick-small tick", qe = { slider: Oh, isDisabled: Rh, isDragging: zh, sliderThumb: Nh, sliderTrack: Hh, sliderTrackValue: Gh, tick: Uh, ticks: Wh, tickLarge: _h, tickSmall: jh }, qh = /* @__PURE__ */ k({
4818
+ }), Oh = "slider", Rh = "is-disabled", zh = "is-dragging", Nh = "slider-thumb", Hh = "slider-track", Gh = "slider-track-value", Uh = "tick", Wh = "ticks", jh = "tick-large tick", _h = "tick-small tick", qe = { slider: Oh, isDisabled: Rh, isDragging: zh, sliderThumb: Nh, sliderTrack: Hh, sliderTrackValue: Gh, tick: Uh, ticks: Wh, tickLarge: jh, tickSmall: _h }, qh = /* @__PURE__ */ k({
4838
4819
  __name: "FluxTicks",
4839
4820
  props: {
4840
4821
  lower: {},
@@ -4875,7 +4856,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4875
4856
  },
4876
4857
  emits: ["dragging", "update"],
4877
4858
  setup(t, { emit: e }) {
4878
- const a = e, i = be(he(() => t.disabled)), s = te("root");
4859
+ const a = e, i = be(me(() => t.disabled)), s = te("root");
4879
4860
  Ie(() => {
4880
4861
  document.addEventListener("pointermove", l), document.addEventListener("pointerup", r, { passive: !0 });
4881
4862
  }), Re(() => {
@@ -4922,7 +4903,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4922
4903
  },
4923
4904
  emits: ["decrement", "grab", "increment"],
4924
4905
  setup(t, { emit: e }) {
4925
- const a = e, i = be(he(() => t.disabled));
4906
+ const a = e, i = be(me(() => t.disabled));
4926
4907
  function s(o) {
4927
4908
  if (!n(i)) {
4928
4909
  switch (o.key) {
@@ -4978,7 +4959,7 @@ const { buttonIcon: cn, button: dn, buttonLabel: mn } = zn, Vu = "spinner", xu =
4978
4959
  }
4979
4960
  });
4980
4961
  function cs(t, e, a, i, s, o) {
4981
- const l = jt();
4962
+ const l = _t();
4982
4963
  let r = null, u = 0;
4983
4964
  Ie(() => {
4984
4965
  window.addEventListener("keydown", m);
@@ -5071,7 +5052,7 @@ const Zh = "divider", Qh = "divider-content", Xh = "divider-line", Jh = "separat
5071
5052
  }
5072
5053
  return z(() => t.item, async () => {
5073
5054
  l.value = await n(o)(t.value) ?? void 0;
5074
- }, { deep: !0, immediate: !0 }), (u, m) => (c(), b(je, {
5055
+ }, { deep: !0, immediate: !0 }), (u, m) => (c(), b(_e, {
5075
5056
  command: l.value,
5076
5057
  "command-icon": "angle-right",
5077
5058
  "command-loading": n(i),
@@ -5230,7 +5211,7 @@ const bg = {
5230
5211
  setup(t) {
5231
5212
  return () => t.vnode;
5232
5213
  }
5233
- }), { basePaneStructure: vg, basePaneLoader: yg } = pt, kg = "calendar-actions", Ag = "calendar-current", $g = "calendar-current-value", Fg = "calendar-cells", Cg = "calendar-cell", Bg = "is-disabled", wg = "calendar-entry-date", Sg = "calendar-events", Eg = "calendar-event", Ig = "is-single", Tg = "is-middle", Lg = "is-start", Dg = "is-end", Mg = "calendar-current-month calendar-current-value", Pg = "calendar-current-year calendar-current-value", Vg = "calendar-day calendar-cell", xg = "calendar-entry calendar-cell", Og = `calendar ${vg}`, Rg = `calendar-loader ${yg}`, Be = { calendarActions: kg, calendarCurrent: Ag, calendarCurrentValue: $g, calendarCells: Fg, calendarCell: Cg, isDisabled: Bg, calendarEntryDate: wg, calendarEvents: Sg, calendarEvent: Eg, isSingle: Ig, isMiddle: Tg, isStart: Lg, isEnd: Dg, calendarCurrentMonth: Mg, calendarCurrentYear: Pg, calendarDay: Vg, calendarEntry: xg, calendar: Og, calendarLoader: Rg }, zg = "date-picker", Ng = "date-picker-dates", Hg = "date-picker-months", Gg = "date-picker-years", Ug = "date-picker-header", Wg = "date-picker-header-view", _g = "date-picker-header-view-button", jg = "date-picker-date", qg = "is-disabled", Kg = "is-range-entry", Yg = "is-range-end", Zg = "is-range-start", Qg = "is-selection-entry", Xg = "is-selection-end", Jg = "is-selection-start", eb = "is-selected", tb = "date-picker-dates-grid", nb = "date-picker-day", ab = "button", ge = { datePicker: zg, datePickerDates: Ng, datePickerMonths: Hg, datePickerYears: Gg, datePickerHeader: Ug, datePickerHeaderView: Wg, datePickerHeaderViewButton: _g, datePickerDate: jg, isDisabled: qg, isRangeEntry: Kg, isRangeEnd: Yg, isRangeStart: Zg, isSelectionEntry: Qg, isSelectionEnd: Xg, isSelectionStart: Jg, isSelected: eb, datePickerDatesGrid: tb, datePickerDay: nb, button: ab }, ib = ["onClick"], sb = ["onClick"], pF = /* @__PURE__ */ k({
5214
+ }), { basePaneStructure: vg, basePaneLoader: yg } = pt, kg = "calendar-actions", Ag = "calendar-current", $g = "calendar-current-value", Fg = "calendar-cells", Cg = "calendar-cell", Bg = "is-disabled", wg = "calendar-entry-date", Sg = "calendar-events", Eg = "calendar-event", Ig = "is-single", Tg = "is-middle", Lg = "is-start", Dg = "is-end", Mg = "calendar-current-month calendar-current-value", Pg = "calendar-current-year calendar-current-value", Vg = "calendar-day calendar-cell", xg = "calendar-entry calendar-cell", Og = `calendar ${vg}`, Rg = `calendar-loader ${yg}`, Be = { calendarActions: kg, calendarCurrent: Ag, calendarCurrentValue: $g, calendarCells: Fg, calendarCell: Cg, isDisabled: Bg, calendarEntryDate: wg, calendarEvents: Sg, calendarEvent: Eg, isSingle: Ig, isMiddle: Tg, isStart: Lg, isEnd: Dg, calendarCurrentMonth: Mg, calendarCurrentYear: Pg, calendarDay: Vg, calendarEntry: xg, calendar: Og, calendarLoader: Rg }, zg = "date-picker", Ng = "date-picker-dates", Hg = "date-picker-months", Gg = "date-picker-years", Ug = "date-picker-header", Wg = "date-picker-header-view", jg = "date-picker-header-view-button", _g = "date-picker-date", qg = "is-disabled", Kg = "is-range-entry", Yg = "is-range-end", Zg = "is-range-start", Qg = "is-selection-entry", Xg = "is-selection-end", Jg = "is-selection-start", eb = "is-selected", tb = "date-picker-dates-grid", nb = "date-picker-day", ab = "button", ge = { datePicker: zg, datePickerDates: Ng, datePickerMonths: Hg, datePickerYears: Gg, datePickerHeader: Ug, datePickerHeaderView: Wg, datePickerHeaderViewButton: jg, datePickerDate: _g, isDisabled: qg, isRangeEntry: Kg, isRangeEnd: Yg, isRangeStart: Zg, isSelectionEntry: Qg, isSelectionEnd: Xg, isSelectionStart: Jg, isSelected: eb, datePickerDatesGrid: tb, datePickerDay: nb, button: ab }, ib = ["onClick"], sb = ["onClick"], pF = /* @__PURE__ */ k({
5234
5215
  __name: "FluxCalendar",
5235
5216
  props: {
5236
5217
  initialDate: { default: () => Fe.now() },
@@ -5261,16 +5242,16 @@ const bg = {
5261
5242
  return mt(((M = i.default) == null ? void 0 : M.call(i)) ?? []);
5262
5243
  }), C = L(() => n(E).filter((M) => ka(M) === "FluxCalendarEvent"));
5263
5244
  function x(M) {
5264
- const _ = M.toSQLDate();
5265
- return n(C).map((Q, j) => {
5266
- const { date: me } = Ct(Q);
5267
- return Array.isArray(me) ? M < me[0] || M > me[1] ? null : {
5268
- type: _ === me[0].toSQLDate() ? "start" : _ === me[1].toSQLDate() ? "end" : "middle",
5269
- index: j,
5245
+ const j = M.toSQLDate();
5246
+ return n(C).map((Q, _) => {
5247
+ const { date: pe } = Ct(Q);
5248
+ return Array.isArray(pe) ? M < pe[0] || M > pe[1] ? null : {
5249
+ type: j === pe[0].toSQLDate() ? "start" : j === pe[1].toSQLDate() ? "end" : "middle",
5250
+ index: _,
5270
5251
  vnode: Q
5271
- } : _ !== me.toSQLDate() ? null : {
5252
+ } : j !== pe.toSQLDate() ? null : {
5272
5253
  type: "single",
5273
- index: j,
5254
+ index: _,
5274
5255
  vnode: Q
5275
5256
  };
5276
5257
  }).filter((Q) => Q !== null);
@@ -5278,15 +5259,15 @@ const bg = {
5278
5259
  function G() {
5279
5260
  $(Fe.now());
5280
5261
  }
5281
- function T(M, _) {
5282
- _(), $(M);
5262
+ function T(M, j) {
5263
+ j(), $(M);
5283
5264
  }
5284
- function V(M, _) {
5285
- _(), $(n(o).set({ year: M }));
5265
+ function V(M, j) {
5266
+ j(), $(n(o).set({ year: M }));
5286
5267
  }
5287
- return z([o, u], ([M, _]) => {
5288
- a("navigate", M, _[0], _[_.length - 1]);
5289
- }, { immediate: !0 }), z(() => t.initialDate, $), (M, _) => (c(), p("div", {
5268
+ return z([o, u], ([M, j]) => {
5269
+ a("navigate", M, j[0], j[j.length - 1]);
5270
+ }, { immediate: !0 }), z(() => t.initialDate, $), (M, j) => (c(), p("div", {
5290
5271
  class: d(n(Be).calendar)
5291
5272
  }, [
5292
5273
  y(od, {
@@ -5309,11 +5290,11 @@ const bg = {
5309
5290
  D("div", {
5310
5291
  class: d(n(ge).datePickerMonths)
5311
5292
  }, [
5312
- (c(!0), p(N, null, q(n(h), (j) => (c(), b(ue, {
5313
- key: j,
5314
- label: j.label,
5293
+ (c(!0), p(N, null, q(n(h), (_) => (c(), b(ue, {
5294
+ key: _,
5295
+ label: _.label,
5315
5296
  tabindex: "-1",
5316
- onClick: (me) => T(j.date, Q)
5297
+ onClick: (pe) => T(_.date, Q)
5317
5298
  }, null, 8, ["label", "onClick"]))), 128))
5318
5299
  ], 2)
5319
5300
  ]),
@@ -5336,11 +5317,11 @@ const bg = {
5336
5317
  tabindex: "-1",
5337
5318
  onClick: n(B)
5338
5319
  }, null, 8, ["onClick"]),
5339
- (c(!0), p(N, null, q(n(F), (j) => (c(), b(ue, {
5340
- key: j,
5341
- label: j.toString(),
5320
+ (c(!0), p(N, null, q(n(F), (_) => (c(), b(ue, {
5321
+ key: _,
5322
+ label: _.toString(),
5342
5323
  tabindex: "-1",
5343
- onClick: (me) => V(j, Q)
5324
+ onClick: (pe) => V(_, Q)
5344
5325
  }, null, 8, ["label", "onClick"]))), 128)),
5345
5326
  y(ue, {
5346
5327
  "icon-leading": "angle-right",
@@ -5394,17 +5375,17 @@ const bg = {
5394
5375
  D("div", {
5395
5376
  class: d(n(Be).calendarEvents)
5396
5377
  }, [
5397
- (c(!0), p(N, null, q(x(Q), (j) => (c(), b(n(Gn), {
5378
+ (c(!0), p(N, null, q(x(Q), (_) => (c(), b(n(Gn), {
5398
5379
  class: d(n(Z)(
5399
- j.type === "single" && n(Be).isSingle,
5400
- j.type === "start" && n(Be).isStart,
5401
- j.type === "end" && n(Be).isEnd,
5402
- j.type === "middle" && n(Be).isMiddle
5380
+ _.type === "single" && n(Be).isSingle,
5381
+ _.type === "start" && n(Be).isStart,
5382
+ _.type === "end" && n(Be).isEnd,
5383
+ _.type === "middle" && n(Be).isMiddle
5403
5384
  )),
5404
5385
  style: Y({
5405
- gridRow: j.index
5386
+ gridRow: _.index
5406
5387
  }),
5407
- vnode: j.vnode
5388
+ vnode: _.vnode
5408
5389
  }, null, 8, ["class", "style", "vnode"]))), 256))
5409
5390
  ], 2),
5410
5391
  D("span", {
@@ -5657,7 +5638,7 @@ const bg = {
5657
5638
  },
5658
5639
  emits: ["decrement", "grab", "increment"],
5659
5640
  setup(t, { emit: e }) {
5660
- const a = e, i = be(he(() => t.disabled));
5641
+ const a = e, i = be(me(() => t.disabled));
5661
5642
  function s(o) {
5662
5643
  if (!n(i)) {
5663
5644
  switch (o.key) {
@@ -5711,7 +5692,7 @@ const bg = {
5711
5692
  }),
5712
5693
  emits: /* @__PURE__ */ ee(["dragging"], ["update:modelValue"]),
5713
5694
  setup(t, { emit: e }) {
5714
- const a = e, i = ae(t, "modelValue"), s = be(he(() => t.disabled)), o = te("root"), l = P(!1), r = L(() => Array.isArray(t.max) ? t.max : [t.max, t.max]), u = L(() => Array.isArray(t.min) ? t.min : [t.min, t.min]), m = L(() => Array.isArray(t.step) ? t.step : [t.step, t.step]), f = L(() => [
5695
+ const a = e, i = ae(t, "modelValue"), s = be(me(() => t.disabled)), o = te("root"), l = P(!1), r = L(() => Array.isArray(t.max) ? t.max : [t.max, t.max]), u = L(() => Array.isArray(t.min) ? t.min : [t.min, t.min]), m = L(() => Array.isArray(t.step) ? t.step : [t.step, t.step]), f = L(() => [
5715
5696
  (n(i)[0] - n(u)[0]) / (n(r)[0] - n(u)[0]),
5716
5697
  (n(i)[1] - n(u)[1]) / (n(r)[1] - n(u)[1])
5717
5698
  ]);
@@ -5724,15 +5705,15 @@ const bg = {
5724
5705
  if (n(s))
5725
5706
  return;
5726
5707
  let [E, C] = n(i);
5727
- const [x, G] = n(r), [T, V] = n(u), [M, _] = n(m);
5728
- B && (E = +ut(Math.max(T, Math.min(x, E - M)), M).toPrecision(4)), v && (C = +ut(Math.max(V, Math.min(G, C - _)), _).toPrecision(4)), i.value = [E, C];
5708
+ const [x, G] = n(r), [T, V] = n(u), [M, j] = n(m);
5709
+ B && (E = +ut(Math.max(T, Math.min(x, E - M)), M).toPrecision(4)), v && (C = +ut(Math.max(V, Math.min(G, C - j)), j).toPrecision(4)), i.value = [E, C];
5729
5710
  }
5730
5711
  function $(B, v) {
5731
5712
  if (n(s))
5732
5713
  return;
5733
5714
  let [E, C] = n(i);
5734
- const [x, G] = n(r), [T, V] = n(u), [M, _] = n(m);
5735
- B && (E = +ut(Math.max(T, Math.min(x, E + M)), M).toPrecision(4)), v && (C = +ut(Math.max(V, Math.min(G, C + _)), _).toPrecision(4)), i.value = [E, C];
5715
+ const [x, G] = n(r), [T, V] = n(u), [M, j] = n(m);
5716
+ B && (E = +ut(Math.max(T, Math.min(x, E + M)), M).toPrecision(4)), v && (C = +ut(Math.max(V, Math.min(G, C + j)), j).toPrecision(4)), i.value = [E, C];
5736
5717
  }
5737
5718
  function h(B) {
5738
5719
  n(s) || (l.value = !0, requestAnimationFrame(() => F(B)));
@@ -5742,11 +5723,11 @@ const bg = {
5742
5723
  if (!n(l) || !v)
5743
5724
  return;
5744
5725
  const [E, C] = n(r), [x, G] = n(u), [T, V] = n(m);
5745
- let { top: M, left: _, width: Q, height: j } = v.getBoundingClientRect();
5746
- M += 6, _ += 6, Q -= 12, j -= 12;
5747
- const me = Math.max(0, Math.min(1, (B.clientX - _) / Q)), Me = Math.max(0, Math.min(1, (B.clientY - M) / j));
5726
+ let { top: M, left: j, width: Q, height: _ } = v.getBoundingClientRect();
5727
+ M += 6, j += 6, Q -= 12, _ -= 12;
5728
+ const pe = Math.max(0, Math.min(1, (B.clientX - j) / Q)), Me = Math.max(0, Math.min(1, (B.clientY - M) / _));
5748
5729
  i.value = [
5749
- +ut(me * (E - x) + x, T).toPrecision(4),
5730
+ +ut(pe * (E - x) + x, T).toPrecision(4),
5750
5731
  +ut(Me * (C - G) + G, V).toPrecision(4)
5751
5732
  ], B.preventDefault();
5752
5733
  }
@@ -5769,7 +5750,7 @@ const bg = {
5769
5750
  }, null, 8, ["disabled", "is-dragging", "position"])
5770
5751
  ], 42, zb));
5771
5752
  }
5772
- }), Hb = { key: 1 }, ja = /* @__PURE__ */ k({
5753
+ }), Hb = { key: 1 }, _a = /* @__PURE__ */ k({
5773
5754
  __name: "FluxFormFieldAddition",
5774
5755
  props: {
5775
5756
  icon: {},
@@ -5834,13 +5815,13 @@ const bg = {
5834
5815
  key: 0,
5835
5816
  class: d(n(R).formFieldCounter)
5836
5817
  }, O(s.currentLength) + " / " + O(s.maxLength), 3)) : S("", !0),
5837
- s.error ? (c(), b(ja, {
5818
+ s.error ? (c(), b(_a, {
5838
5819
  key: 1,
5839
5820
  icon: "circle-exclamation",
5840
5821
  mode: "error",
5841
5822
  message: s.error
5842
5823
  }, null, 8, ["message"])) : S("", !0),
5843
- s.hint ? (c(), b(ja, {
5824
+ s.hint ? (c(), b(_a, {
5844
5825
  key: 2,
5845
5826
  icon: "circle-info",
5846
5827
  message: s.hint
@@ -5866,7 +5847,7 @@ const bg = {
5866
5847
  }),
5867
5848
  emits: ["update:modelValue"],
5868
5849
  setup(t) {
5869
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), i = te("thumb"), s = P(!1), o = P(0), l = P(0), r = P(null), u = L(() => t.formatter(e.value, ca(t.step)));
5850
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), i = te("thumb"), s = P(!1), o = P(0), l = P(0), r = P(null), u = L(() => t.formatter(e.value, ca(t.step)));
5870
5851
  function m(h) {
5871
5852
  var F;
5872
5853
  s.value = h, h && !r.value && !t.isTooltipDisabled ? r.value = Mn({
@@ -5932,7 +5913,7 @@ const bg = {
5932
5913
  _: 1
5933
5914
  }, 8, ["disabled", "is-dragging", "is-ticks-visible", "max", "min", "step"]));
5934
5915
  }
5935
- }), Ub = "color-picker", Wb = "color-picker-preview", _b = "color-picker-saturation", jb = "color-picker-slider", qb = "slider-track-value", Kb = "slider-track", Yb = "color-picker-value", Zb = "form-field-label", Qb = "form-input", Xb = "color-select", Jb = "color-select-item", ev = "icon", tv = "color-select-custom-picker", nv = "color-select-buttons", av = "button", iv = "color-select-check", sv = "color-picker-alpha-slider color-picker-slider", ov = "color-picker-hue-slider color-picker-slider", lv = "color-select-color color-select-item", rv = "color-select-color-deselected color-select-color color-select-item", uv = "color-select-color-selected color-select-color color-select-item", cv = "color-select-custom color-select-item", xe = { colorPicker: Ub, colorPickerPreview: Wb, colorPickerSaturation: _b, colorPickerSlider: jb, sliderTrackValue: qb, sliderTrack: Kb, colorPickerValue: Yb, formFieldLabel: Zb, formInput: Qb, colorSelect: Xb, colorSelectItem: Jb, icon: ev, colorSelectCustomPicker: tv, colorSelectButtons: nv, button: av, colorSelectCheck: iv, colorPickerAlphaSlider: sv, colorPickerHueSlider: ov, colorSelectColor: lv, colorSelectColorDeselected: rv, colorSelectColorSelected: uv, colorSelectCustom: cv }, dv = /* @__PURE__ */ k({
5916
+ }), Ub = "color-picker", Wb = "color-picker-preview", jb = "color-picker-saturation", _b = "color-picker-slider", qb = "slider-track-value", Kb = "slider-track", Yb = "color-picker-value", Zb = "form-field-label", Qb = "form-input", Xb = "color-select", Jb = "color-select-item", ev = "icon", tv = "color-select-custom-picker", nv = "color-select-buttons", av = "button", iv = "color-select-check", sv = "color-picker-alpha-slider color-picker-slider", ov = "color-picker-hue-slider color-picker-slider", lv = "color-select-color color-select-item", rv = "color-select-color-deselected color-select-color color-select-item", uv = "color-select-color-selected color-select-color color-select-item", cv = "color-select-custom color-select-item", xe = { colorPicker: Ub, colorPickerPreview: Wb, colorPickerSaturation: jb, colorPickerSlider: _b, sliderTrackValue: qb, sliderTrack: Kb, colorPickerValue: Yb, formFieldLabel: Zb, formInput: Qb, colorSelect: Xb, colorSelectItem: Jb, icon: ev, colorSelectCustomPicker: tv, colorSelectButtons: nv, button: av, colorSelectCheck: iv, colorPickerAlphaSlider: sv, colorPickerHueSlider: ov, colorSelectColor: lv, colorSelectColorDeselected: rv, colorSelectColorSelected: uv, colorSelectCustom: cv }, dv = /* @__PURE__ */ k({
5936
5917
  __name: "FluxColorPicker",
5937
5918
  props: /* @__PURE__ */ ee({
5938
5919
  isAlphaEnabled: { type: Boolean },
@@ -5972,28 +5953,28 @@ const bg = {
5972
5953
  function G(T, V, M) {
5973
5954
  return L({
5974
5955
  get: () => (V == null ? void 0 : V(...n(i))[T]) ?? n(i)[T],
5975
- set: (_) => {
5956
+ set: (j) => {
5976
5957
  const Q = (V == null ? void 0 : V(...n(i))) ?? n(i);
5977
- Q[T] = _, i.value = (M == null ? void 0 : M(...Q)) ?? Q;
5958
+ Q[T] = j, i.value = (M == null ? void 0 : M(...Q)) ?? Q;
5978
5959
  }
5979
5960
  });
5980
5961
  }
5981
5962
  return z(e, (T, V) => {
5982
5963
  if (n(s) || JSON.stringify(T) === JSON.stringify(V))
5983
5964
  return;
5984
- const M = t.type === "hex" ? T.toString() : "", _ = t.type !== "hex" ? T : [0, 0, 0];
5965
+ const M = t.type === "hex" ? T.toString() : "", j = t.type !== "hex" ? T : [0, 0, 0];
5985
5966
  switch (t.type) {
5986
5967
  case "hex":
5987
5968
  i.value = kt(...ki(M));
5988
5969
  break;
5989
5970
  case "rgb":
5990
- i.value = kt(..._);
5971
+ i.value = kt(...j);
5991
5972
  break;
5992
5973
  case "hsl":
5993
- i.value = kt(...Ai(..._));
5974
+ i.value = kt(...Ai(...j));
5994
5975
  break;
5995
5976
  case "hsv":
5996
- i.value = [..._];
5977
+ i.value = [...j];
5997
5978
  break;
5998
5979
  }
5999
5980
  }, { immediate: !0 }), z(i, (T) => {
@@ -6330,7 +6311,7 @@ const bg = {
6330
6311
  }),
6331
6312
  emits: ["update:searchQuery", "update:modelValue"],
6332
6313
  setup(t) {
6333
- const e = ae(t, "searchQuery"), a = ae(t, "modelValue"), i = be(he(() => t.disabled)), { groups: s, selected: o, values: l } = as(a, t.isMultiple, t.options, e);
6314
+ const e = ae(t, "searchQuery"), a = ae(t, "modelValue"), i = be(me(() => t.disabled)), { groups: s, selected: o, values: l } = as(a, t.isMultiple, me(() => t.options), e);
6334
6315
  function r(m) {
6335
6316
  n(t.isMultiple) && (a.value = n(l).filter((f) => f !== m));
6336
6317
  }
@@ -6350,7 +6331,7 @@ const bg = {
6350
6331
  onSelect: u
6351
6332
  }, null, 8, ["searchQuery", "disabled", "is-multiple", "is-searchable", "options", "placeholder", "selected"]));
6352
6333
  }
6353
- }), { button: gn, buttonIcon: bn, buttonLabel: vn } = zn, fv = "spinner", hv = "icon", gv = "publish-button-animation", bv = "is-done", vv = "publish-button-animation-arrow", yv = "publish-arrow-out", kv = "publish-button-animation-check", Av = "publish-button-animation-circle", $v = "is-idle", Fv = "is-loading", Cv = "publish-arrow-in", Bv = "publish-button-cloud", wv = "publish", Sv = "button-group", Ev = "button", Iv = `secondary-button ${gn}`, Tv = `destructive-button-icon ${bn}`, Lv = `secondary-button-icon ${bn}`, Dv = `primary-button-label ${vn}`, Mv = `primary-button ${gn}`, Pv = `primary-button-icon ${bn}`, Vv = `secondary-button-label ${vn}`, xv = `destructive-button ${gn}`, Ov = `destructive-button-label ${vn}`, Rv = `publish-button primary-button ${gn}`, zv = `link-button ${gn}`, Nv = `link-button-icon ${bn}`, Hv = `link-button-label ${vn}`, Gv = `publish-button-icon primary-button-icon ${bn}`, Uv = `publish-button-label primary-button-label ${vn}`, Wv = { spinner: fv, icon: hv, publishButtonAnimation: gv, isDone: bv, publishButtonAnimationArrow: vv, publishArrowOut: yv, publishButtonAnimationCheck: kv, publishButtonAnimationCircle: Av, isIdle: $v, isLoading: Fv, publishArrowIn: Cv, publishButtonCloud: Bv, publish: wv, buttonGroup: Sv, button: Ev, secondaryButton: Iv, destructiveButtonIcon: Tv, secondaryButtonIcon: Lv, primaryButtonLabel: Dv, primaryButton: Mv, primaryButtonIcon: Pv, secondaryButtonLabel: Vv, destructiveButton: xv, destructiveButtonLabel: Ov, publishButton: Rv, linkButton: zv, linkButtonIcon: Nv, linkButtonLabel: Hv, publishButtonIcon: Gv, publishButtonLabel: Uv }, { secondaryButton: _v, secondaryButtonIcon: jv, secondaryButtonLabel: qv } = Wv, Kv = "pagination", Yv = "pagination-button-arrow", Zv = "pagination-button-current", Qv = "pagination-button-spacer", Xv = "pagination-bar", Jv = "pagination-bar-limit", e0 = "pagination-bar-limit-displaying-of", t0 = "pagination-bar-limit-select", n0 = "menu-item", a0 = "menu-item-label", i0 = `pagination-button ${_v}`, s0 = `pagination-button-icon ${jv}`, o0 = `pagination-button-label ${qv}`, Oe = { pagination: Kv, paginationButtonArrow: Yv, paginationButtonCurrent: Zv, paginationButtonSpacer: Qv, paginationBar: Xv, paginationBarLimit: Jv, paginationBarLimitDisplayingOf: e0, paginationBarLimitSelect: t0, menuItem: n0, menuItemLabel: a0, paginationButton: i0, paginationButtonIcon: s0, paginationButtonLabel: o0 }, Ot = /* @__PURE__ */ k({
6334
+ }), { buttonIcon: gn, button: bn, buttonLabel: vn } = zn, fv = "spinner", hv = "icon", gv = "publish-button-animation", bv = "is-done", vv = "publish-button-animation-arrow", yv = "publish-arrow-out", kv = "publish-button-animation-check", Av = "publish-button-animation-circle", $v = "is-idle", Fv = "is-loading", Cv = "publish-arrow-in", Bv = "publish-button-cloud", wv = "publish", Sv = "button-group", Ev = "button", Iv = `primary-button-icon ${gn}`, Tv = `primary-button ${bn}`, Lv = `secondary-button ${bn}`, Dv = `destructive-button-label ${vn}`, Mv = `destructive-button ${bn}`, Pv = `primary-button-label ${vn}`, Vv = `destructive-button-icon ${gn}`, xv = `link-button ${bn}`, Ov = `publish-button-label primary-button-label ${vn}`, Rv = `secondary-button-icon ${gn}`, zv = `link-button-label ${vn}`, Nv = `publish-button-icon primary-button-icon ${gn}`, Hv = `secondary-button-label ${vn}`, Gv = `link-button-icon ${gn}`, Uv = `publish-button primary-button ${bn}`, Wv = { spinner: fv, icon: hv, publishButtonAnimation: gv, isDone: bv, publishButtonAnimationArrow: vv, publishArrowOut: yv, publishButtonAnimationCheck: kv, publishButtonAnimationCircle: Av, isIdle: $v, isLoading: Fv, publishArrowIn: Cv, publishButtonCloud: Bv, publish: wv, buttonGroup: Sv, button: Ev, primaryButtonIcon: Iv, primaryButton: Tv, secondaryButton: Lv, destructiveButtonLabel: Dv, destructiveButton: Mv, primaryButtonLabel: Pv, destructiveButtonIcon: Vv, linkButton: xv, publishButtonLabel: Ov, secondaryButtonIcon: Rv, linkButtonLabel: zv, publishButtonIcon: Nv, secondaryButtonLabel: Hv, linkButtonIcon: Gv, publishButton: Uv }, { secondaryButton: jv, secondaryButtonIcon: _v, secondaryButtonLabel: qv } = Wv, Kv = "pagination", Yv = "pagination-button-arrow", Zv = "pagination-button-current", Qv = "pagination-button-spacer", Xv = "pagination-bar", Jv = "pagination-bar-limit", e0 = "pagination-bar-limit-displaying-of", t0 = "pagination-bar-limit-select", n0 = "menu-item", a0 = "menu-item-label", i0 = `pagination-button ${jv}`, s0 = `pagination-button-icon ${_v}`, o0 = `pagination-button-label ${qv}`, Oe = { pagination: Kv, paginationButtonArrow: Yv, paginationButtonCurrent: Zv, paginationButtonSpacer: Qv, paginationBar: Xv, paginationBarLimit: Jv, paginationBarLimitDisplayingOf: e0, paginationBarLimitSelect: t0, menuItem: n0, menuItemLabel: a0, paginationButton: i0, paginationButtonIcon: s0, paginationButtonLabel: o0 }, Ot = /* @__PURE__ */ k({
6354
6335
  __name: "FluxPaginationButton",
6355
6336
  props: {
6356
6337
  type: {},
@@ -6537,7 +6518,7 @@ const bg = {
6537
6518
  ], 2)
6538
6519
  ], 2));
6539
6520
  }
6540
- }), { basePaneElement: c0, basePaneLoader: d0 } = pt, m0 = "table-base", p0 = "table-fill", f0 = "table-pagination", h0 = "table-row", g0 = "table-cell", b0 = "table-cell-content", v0 = "is-shrinking", y0 = "is-sticky", k0 = "is-striped", A0 = "is-hoverable", $0 = "is-bordered", F0 = "is-separated", C0 = "table-actions", B0 = "action", w0 = "table-sort", S0 = "base-pane-structure", E0 = "table-header table-cell", I0 = "table-header-content table-cell-content", T0 = `table ${c0}`, L0 = `table-loader ${d0}`, $e = { tableBase: m0, tableFill: p0, tablePagination: f0, tableRow: h0, tableCell: g0, tableCellContent: b0, isShrinking: v0, isSticky: y0, isStriped: k0, isHoverable: A0, isBordered: $0, isSeparated: F0, tableActions: C0, action: B0, tableSort: w0, basePaneStructure: S0, tableHeader: E0, tableHeaderContent: I0, table: T0, tableLoader: L0 }, D0 = /* @__PURE__ */ k({
6521
+ }), { basePaneLoader: c0, basePaneElement: d0 } = pt, m0 = "table-base", p0 = "table-fill", f0 = "table-pagination", h0 = "table-row", g0 = "table-cell", b0 = "table-cell-content", v0 = "is-shrinking", y0 = "is-sticky", k0 = "is-striped", A0 = "is-hoverable", $0 = "is-bordered", F0 = "is-separated", C0 = "table-actions", B0 = "action", w0 = "table-sort", S0 = "base-pane-structure", E0 = "table-header table-cell", I0 = "table-header-content table-cell-content", T0 = `table-loader ${c0}`, L0 = `table ${d0}`, $e = { tableBase: m0, tableFill: p0, tablePagination: f0, tableRow: h0, tableCell: g0, tableCellContent: b0, isShrinking: v0, isSticky: y0, isStriped: k0, isHoverable: A0, isBordered: $0, isSeparated: F0, tableActions: C0, action: B0, tableSort: w0, basePaneStructure: S0, tableHeader: E0, tableHeaderContent: I0, tableLoader: T0, table: L0 }, D0 = /* @__PURE__ */ k({
6541
6522
  __name: "FluxTableCell",
6542
6523
  props: {
6543
6524
  contentDirection: { default: "row" }
@@ -6691,14 +6672,14 @@ const bg = {
6691
6672
  ]),
6692
6673
  _: 2
6693
6674
  }, [
6694
- s.colgroups ? {
6675
+ "colgroups" in s ? {
6695
6676
  name: "colgroups",
6696
6677
  fn: A(() => [
6697
6678
  w(l.$slots, "colgroups")
6698
6679
  ]),
6699
6680
  key: "0"
6700
6681
  } : void 0,
6701
- s.header ? {
6682
+ "header" in s ? {
6702
6683
  name: "header",
6703
6684
  fn: A(() => [
6704
6685
  y(Bn, null, {
@@ -6710,7 +6691,7 @@ const bg = {
6710
6691
  ]),
6711
6692
  key: "1"
6712
6693
  } : void 0,
6713
- s.footer ? {
6694
+ "footer" in s ? {
6714
6695
  name: "footer",
6715
6696
  fn: A(() => [
6716
6697
  y(Bn, null, {
@@ -6782,8 +6763,8 @@ const bg = {
6782
6763
  let ne;
6783
6764
  return H ? Array.isArray(H) ? ne = H[1] : ne = H : ne = Fe.now(), ne.startOf("day");
6784
6765
  }
6785
- function _(H) {
6786
- return n(o).month !== H.month ? !0 : !j(H);
6766
+ function j(H) {
6767
+ return n(o).month !== H.month ? !0 : !_(H);
6787
6768
  }
6788
6769
  function Q(H) {
6789
6770
  if (t.rangeMode)
@@ -6791,10 +6772,10 @@ const bg = {
6791
6772
  const ne = n(e);
6792
6773
  return !ne || Array.isArray(ne) ? !1 : ne.hasSame(H, "day");
6793
6774
  }
6794
- function j(H, ne) {
6775
+ function _(H, ne) {
6795
6776
  return ne === "month" ? n(G).endOf("month") >= H && n(T).startOf("month") <= H : n(G) >= H && n(T) <= H;
6796
6777
  }
6797
- function me(H, ne) {
6778
+ function pe(H, ne) {
6798
6779
  if (!t.rangeMode)
6799
6780
  return !1;
6800
6781
  const X = n(e);
@@ -6858,7 +6839,7 @@ const bg = {
6858
6839
  default: A(() => [
6859
6840
  x.value === "date" ? (c(), b(ue, {
6860
6841
  key: 0,
6861
- disabled: !j(n(r), "month"),
6842
+ disabled: !_(n(r), "month"),
6862
6843
  "icon-leading": "angle-left",
6863
6844
  "aria-label": n(i)("flux.previous"),
6864
6845
  onClick: n(F)
@@ -6887,7 +6868,7 @@ const bg = {
6887
6868
  default: A(() => [
6888
6869
  x.value === "date" ? (c(), b(ue, {
6889
6870
  key: 0,
6890
- disabled: !j(n(l), "month"),
6871
+ disabled: !_(n(l), "month"),
6891
6872
  "icon-leading": "angle-right",
6892
6873
  "aria-label": n(i)("flux.next"),
6893
6874
  onClick: n(h)
@@ -6919,10 +6900,10 @@ const bg = {
6919
6900
  key: X,
6920
6901
  class: d(n(Z)(
6921
6902
  n(ge).datePickerDate,
6922
- _(X) && n(ge).isDisabled,
6923
- me(X, "end") && n(ge).isRangeEnd,
6924
- me(X) && n(ge).isRangeEntry,
6925
- me(X, "start") && n(ge).isRangeStart,
6903
+ j(X) && n(ge).isDisabled,
6904
+ pe(X, "end") && n(ge).isRangeEnd,
6905
+ pe(X) && n(ge).isRangeEntry,
6906
+ pe(X, "start") && n(ge).isRangeStart,
6926
6907
  Me(X, "end") && n(ge).isSelectionEnd,
6927
6908
  Me(X) && n(ge).isSelectionEntry,
6928
6909
  Me(X, "start") && n(ge).isSelectionStart,
@@ -6944,7 +6925,7 @@ const bg = {
6944
6925
  }, [
6945
6926
  (c(!0), p(N, null, q(n(I), (X) => (c(), b(ue, {
6946
6927
  key: X,
6947
- disabled: !j(X.date, "month"),
6928
+ disabled: !_(X.date, "month"),
6948
6929
  label: X.label,
6949
6930
  tabindex: "-1",
6950
6931
  onClick: (rt) => bs(X.date)
@@ -6982,7 +6963,7 @@ const bg = {
6982
6963
  disabled: { type: Boolean, default: !0 }
6983
6964
  },
6984
6965
  setup(t) {
6985
- return Kt(ti, he(() => t.disabled)), (e, a) => w(e.$slots, "default");
6966
+ return Kt(ti, me(() => t.disabled)), (e, a) => w(e.$slots, "default");
6986
6967
  }
6987
6968
  }), $F = /* @__PURE__ */ k({
6988
6969
  __name: "FluxDivider",
@@ -7060,7 +7041,7 @@ const bg = {
7060
7041
  }, null, 8, U0)
7061
7042
  ], 2));
7062
7043
  }
7063
- }), W0 = "drop-zone", _0 = "drop-zone-actions", j0 = "drop-zone-border", q0 = "drop-zone-content", K0 = "avatar", Y0 = "placeholder", Z0 = "is-dragging", Q0 = "is-dragging-over", X0 = "drop-zone-border-animation", J0 = "drop-zone-loader", ht = { dropZone: W0, dropZoneActions: _0, dropZoneBorder: j0, dropZoneContent: q0, avatar: K0, placeholder: Y0, isDragging: Z0, isDraggingOver: Q0, dropZoneBorderAnimation: X0, dropZoneLoader: J0 }, ey = ["aria-disabled"], ty = ["pathLength"], ny = /* @__PURE__ */ k({
7044
+ }), W0 = "drop-zone", j0 = "drop-zone-actions", _0 = "drop-zone-border", q0 = "drop-zone-content", K0 = "avatar", Y0 = "placeholder", Z0 = "is-dragging", Q0 = "is-dragging-over", X0 = "drop-zone-border-animation", J0 = "drop-zone-loader", ht = { dropZone: W0, dropZoneActions: j0, dropZoneBorder: _0, dropZoneContent: q0, avatar: K0, placeholder: Y0, isDragging: Z0, isDraggingOver: Q0, dropZoneBorderAnimation: X0, dropZoneLoader: J0 }, ey = ["aria-disabled"], ty = ["pathLength"], ny = /* @__PURE__ */ k({
7064
7045
  __name: "FluxDropZone",
7065
7046
  props: {
7066
7047
  accept: {},
@@ -7070,7 +7051,7 @@ const bg = {
7070
7051
  },
7071
7052
  emits: ["select", "selectMultiple"],
7072
7053
  setup(t, { emit: e }) {
7073
- const a = e, i = De(), s = te("content"), o = be(he(() => t.disabled)), l = P(!1), r = P(!1), u = P(0);
7054
+ const a = e, i = De(), s = te("content"), o = be(me(() => t.disabled)), l = P(!1), r = P(!1), u = P(0);
7074
7055
  Ie(() => {
7075
7056
  window.addEventListener("dragleave", $, { capture: !0 }), window.addEventListener("dragover", h, { capture: !0 }), window.addEventListener("drop", F, { capture: !0 });
7076
7057
  }), Re(() => {
@@ -7181,7 +7162,7 @@ const bg = {
7181
7162
  },
7182
7163
  emits: ["toggle"],
7183
7164
  setup(t, { expose: e, emit: a }) {
7184
- const i = a, s = Xi(), o = Et(), l = Et(), r = jt(), u = P(!1), { closeAll: m, register: f, unregister: g } = Ks(), $ = L(() => n(u) ? "minus" : "plus");
7165
+ const i = a, s = Xi(), o = Et(), l = Et(), r = _t(), u = P(!1), { closeAll: m, register: f, unregister: g } = Ks(), $ = L(() => n(u) ? "minus" : "plus");
7185
7166
  Is(() => f == null ? void 0 : f(n(s), r)), Re(() => g == null ? void 0 : g(n(s)));
7186
7167
  function h() {
7187
7168
  u.value = !1, i("toggle", u.value);
@@ -7425,13 +7406,13 @@ const bg = {
7425
7406
  default: A(() => {
7426
7407
  var v;
7427
7408
  return [
7428
- y(je, {
7409
+ y(_e, {
7429
7410
  class: d(n(Bt).filterBack),
7430
7411
  label: n(o)("flux.back"),
7431
7412
  "icon-leading": "angle-left",
7432
7413
  onClick: F[0] || (F[0] = (E) => u())
7433
7414
  }, null, 8, ["class", "label"]),
7434
- (v = h.resettable) != null && v.includes(B) ? (c(), b(je, {
7415
+ (v = h.resettable) != null && v.includes(B) ? (c(), b(_e, {
7435
7416
  key: 0,
7436
7417
  class: d(n(Bt).filterReset),
7437
7418
  "icon-leading": "trash",
@@ -7998,7 +7979,7 @@ const bg = {
7998
7979
  }),
7999
7980
  emits: /* @__PURE__ */ ee(["blur", "focus"], ["update:modelValue"]),
8000
7981
  setup(t, { emit: e }) {
8001
- const a = e, i = ae(t, "modelValue"), s = be(he(() => t.disabled)), o = te("flyout"), l = P(null);
7982
+ const a = e, i = ae(t, "modelValue"), s = be(me(() => t.disabled)), o = te("flyout"), l = P(null);
8002
7983
  function r() {
8003
7984
  a("blur");
8004
7985
  }
@@ -8069,7 +8050,7 @@ const bg = {
8069
8050
  }),
8070
8051
  emits: ["update:modelValue"],
8071
8052
  setup(t) {
8072
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), i = te("flyout"), s = P(null), o = L(() => {
8053
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), i = te("flyout"), s = P(null), o = L(() => {
8073
8054
  const l = n(s);
8074
8055
  if (!l)
8075
8056
  return "";
@@ -8137,7 +8118,7 @@ const bg = {
8137
8118
  }),
8138
8119
  emits: ["update:modelValue"],
8139
8120
  setup(t) {
8140
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), i = te("flyout"), s = P(null);
8121
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), i = te("flyout"), s = P(null);
8141
8122
  function o(r) {
8142
8123
  if (!Fe.isDateTime(r))
8143
8124
  return;
@@ -8250,7 +8231,7 @@ const bg = {
8250
8231
  }),
8251
8232
  emits: ["update:modelValue"],
8252
8233
  setup(t) {
8253
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), { id: i } = Yt(), s = te("fields");
8234
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), { id: i } = Yt(), s = te("fields");
8254
8235
  function o(m) {
8255
8236
  const f = m.target;
8256
8237
  requestAnimationFrame(() => f.select());
@@ -8346,7 +8327,7 @@ const bg = {
8346
8327
  }),
8347
8328
  emits: ["update:modelValue"],
8348
8329
  setup(t) {
8349
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), i = te("lowerThumb"), s = te("upperThumb"), o = P(!1), l = P(!1), r = P(0), u = P(0), m = P(0), f = P(0), g = P(null), $ = L(() => t.formatter(e.value[o.value ? 0 : 1], ca(t.step)));
8330
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), i = te("lowerThumb"), s = te("upperThumb"), o = P(!1), l = P(!1), r = P(0), u = P(0), m = P(0), f = P(0), g = P(null), $ = L(() => t.formatter(e.value[o.value ? 0 : 1], ca(t.step)));
8350
8331
  function h(v) {
8351
8332
  v || (o.value = v, l.value = v);
8352
8333
  }
@@ -8420,7 +8401,7 @@ const bg = {
8420
8401
  _: 1
8421
8402
  }, 8, ["disabled", "is-dragging", "is-ticks-visible", "max", "min", "step"]));
8422
8403
  }
8423
- }), _F = /* @__PURE__ */ k({
8404
+ }), jF = /* @__PURE__ */ k({
8424
8405
  __name: "FluxFormRow",
8425
8406
  setup(t) {
8426
8407
  return (e, a) => (c(), p("div", {
@@ -8429,7 +8410,7 @@ const bg = {
8429
8410
  w(e.$slots, "default")
8430
8411
  ], 2));
8431
8412
  }
8432
- }), jF = /* @__PURE__ */ k({
8413
+ }), _F = /* @__PURE__ */ k({
8433
8414
  __name: "FluxFormSection",
8434
8415
  props: {
8435
8416
  title: {}
@@ -8465,7 +8446,7 @@ const bg = {
8465
8446
  }),
8466
8447
  emits: ["update:searchQuery", "update:modelValue"],
8467
8448
  setup(t) {
8468
- const e = ae(t, "searchQuery"), a = ae(t, "modelValue"), i = be(he(() => t.disabled)), s = P([]), o = P([]), l = L(() => {
8449
+ const e = ae(t, "searchQuery"), a = ae(t, "modelValue"), i = be(me(() => t.disabled)), s = P([]), o = P([]), l = L(() => {
8469
8450
  const C = [], x = n(e), G = n(s), T = n(o);
8470
8451
  return T.forEach((V) => C.push(V)), G.forEach((V) => {
8471
8452
  ct(V) && T.find((M) => ct(M) && M.value === V.value) || ct(V) && !V.label.toLowerCase().includes(x.toLowerCase()) || C.push(V);
@@ -8517,7 +8498,7 @@ const bg = {
8517
8498
  }),
8518
8499
  emits: /* @__PURE__ */ ee(["blur", "focus"], ["update:modelValue"]),
8519
8500
  setup(t, { emit: e }) {
8520
- const a = e, i = ae(t, "modelValue"), s = be(he(() => t.disabled)), { id: o } = Yt();
8501
+ const a = e, i = ae(t, "modelValue"), s = be(me(() => t.disabled)), { id: o } = Yt();
8521
8502
  return (l, r) => Ln((c(), p("textarea", {
8522
8503
  "onUpdate:modelValue": r[0] || (r[0] = (u) => i.value = u),
8523
8504
  ref: "input",
@@ -9165,7 +9146,7 @@ const bg = {
9165
9146
  "flux.timezoneOther",
9166
9147
  "flux.timezoneIndian",
9167
9148
  "flux.timezonePacific"
9168
- ], i = ae(t, "modelValue"), s = be(he(() => t.disabled)), o = ve(), l = L(() => {
9149
+ ], i = ae(t, "modelValue"), s = be(me(() => t.disabled)), o = ve(), l = L(() => {
9169
9150
  const r = {}, u = [];
9170
9151
  for (const f of e) {
9171
9152
  const g = Intl.DateTimeFormat(navigator.language, { timeZone: f }).resolvedOptions(), $ = new Intl.DateTimeFormat(navigator.language, { timeZone: f, timeZoneName: "longOffset" }).formatToParts().find((I) => I.type === "timeZoneName").value.substring(3), h = g.timeZone.replaceAll("_", " ").replaceAll("/", " / ");
@@ -9223,7 +9204,7 @@ const bg = {
9223
9204
  }, null, 8, ["name"])) : S("", !0)
9224
9205
  ], 2));
9225
9206
  }
9226
- }), Oy = "placeholder", Ry = "is-button", zy = "is-extended", Ny = "placeholder-icon", Hy = "is-simple", Gy = "is-small", Uy = "placeholder-caption", Wy = "button", _y = { placeholder: Oy, isButton: Ry, isExtended: zy, placeholderIcon: Ny, isSimple: Hy, isSmall: Gy, placeholderCaption: Uy, button: Wy }, { placeholder: jy } = _y, qy = "gallery", Ky = "gallery-move", Yy = "gallery-item", Zy = "remove", Qy = "gallery-item-image", Xy = "gallery-item-loader", Jy = "spinner", ek = `gallery-add ${jy}`, Gt = { gallery: qy, galleryMove: Ky, galleryItem: Yy, remove: Zy, galleryItemImage: Qy, galleryItemLoader: Xy, spinner: Jy, galleryAdd: ek }, Jn = /* @__PURE__ */ k({
9207
+ }), Oy = "placeholder", Ry = "is-button", zy = "is-extended", Ny = "placeholder-icon", Hy = "is-simple", Gy = "is-small", Uy = "placeholder-caption", Wy = "button", jy = { placeholder: Oy, isButton: Ry, isExtended: zy, placeholderIcon: Ny, isSimple: Hy, isSmall: Gy, placeholderCaption: Uy, button: Wy }, { placeholder: _y } = jy, qy = "gallery", Ky = "gallery-move", Yy = "gallery-item", Zy = "remove", Qy = "gallery-item-image", Xy = "gallery-item-loader", Jy = "spinner", ek = `gallery-add ${_y}`, Gt = { gallery: qy, galleryMove: Ky, galleryItem: Yy, remove: Zy, galleryItemImage: Qy, galleryItemLoader: Xy, spinner: Jy, galleryAdd: ek }, Jn = /* @__PURE__ */ k({
9227
9208
  __name: "FluxGalleryItem",
9228
9209
  props: {
9229
9210
  focalPoint: {},
@@ -9543,11 +9524,11 @@ const bg = {
9543
9524
  },
9544
9525
  setup(t) {
9545
9526
  return (e, a) => (c(), p("div", {
9546
- class: d(n(pe).menuTitle),
9527
+ class: d(n(fe).menuTitle),
9547
9528
  role: "presentation"
9548
9529
  }, O(e.title), 3));
9549
9530
  }
9550
- }), { basePaneElement: Dt } = pt, Lk = "button", Dk = "notice-body", Mk = "notice-close", Pk = "icon", Vk = "notice-prefix", xk = "notice-message", Ok = "notice-title", Rk = "is-center", zk = "is-fluid", Nk = "spinner-track", Hk = "spinner-effect", Gk = "spinner-value", Uk = "base-pane", Wk = `notice ${Dt}`, _k = `notice-gray notice ${Dt}`, jk = `notice-primary notice ${Dt}`, qk = `notice-danger notice ${Dt}`, Kk = `notice-success notice ${Dt}`, Yk = `notice-warning notice ${Dt}`, Zk = `notice-info notice ${Dt}`, Te = { button: Lk, noticeBody: Dk, noticeClose: Mk, icon: Pk, noticePrefix: Vk, noticeMessage: xk, noticeTitle: Ok, isCenter: Rk, isFluid: zk, spinnerTrack: Nk, spinnerEffect: Hk, spinnerValue: Gk, basePane: Uk, notice: Wk, noticeGray: _k, noticePrimary: jk, noticeDanger: qk, noticeSuccess: Kk, noticeWarning: Yk, noticeInfo: Zk }, iC = /* @__PURE__ */ k({
9531
+ }), { basePaneElement: Dt } = pt, Lk = "button", Dk = "notice-body", Mk = "notice-close", Pk = "icon", Vk = "notice-prefix", xk = "notice-message", Ok = "notice-title", Rk = "is-center", zk = "is-fluid", Nk = "spinner-track", Hk = "spinner-effect", Gk = "spinner-value", Uk = "base-pane", Wk = `notice-gray notice ${Dt}`, jk = `notice-danger notice ${Dt}`, _k = `notice-success notice ${Dt}`, qk = `notice-warning notice ${Dt}`, Kk = `notice ${Dt}`, Yk = `notice-info notice ${Dt}`, Zk = `notice-primary notice ${Dt}`, Te = { button: Lk, noticeBody: Dk, noticeClose: Mk, icon: Pk, noticePrefix: Vk, noticeMessage: xk, noticeTitle: Ok, isCenter: Rk, isFluid: zk, spinnerTrack: Nk, spinnerEffect: Hk, spinnerValue: Gk, basePane: Uk, noticeGray: Wk, noticeDanger: jk, noticeSuccess: _k, noticeWarning: qk, notice: Kk, noticeInfo: Yk, noticePrimary: Zk }, iC = /* @__PURE__ */ k({
9551
9532
  __name: "FluxNotice",
9552
9533
  props: {
9553
9534
  color: { default: "gray" },
@@ -10042,7 +10023,7 @@ const bg = {
10042
10023
  }),
10043
10024
  emits: ["update:modelValue"],
10044
10025
  setup(t) {
10045
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), i = te("input"), s = P(0);
10026
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), i = te("input"), s = P(0);
10046
10027
  function o() {
10047
10028
  n(a) || (e.value = Math.max(t.min, n(e) - t.step));
10048
10029
  }
@@ -10236,7 +10217,7 @@ const bg = {
10236
10217
  _: 1
10237
10218
  }));
10238
10219
  }
10239
- }), { basePane: Mt } = pt, I1 = "action", T1 = "progress-bar", L1 = "progress-bar-track", D1 = "snackbar-content", M1 = "icon", P1 = "spinner", V1 = "snackbar-body", x1 = "snackbar-message", O1 = "snackbar-sub-message", R1 = "snackbar-title", z1 = "snackbar-action", N1 = "snackbar-actions", H1 = "spinner-effect", G1 = "spinner-value", U1 = "snackbars", W1 = "snackbars-enter-active", _1 = "snackbars-leave-active", j1 = "snackbars-move", q1 = "snackbars-enter-from", K1 = "snackbars-leave-to", Y1 = `snackbar ${Mt}`, Z1 = `snackbar-gray snackbar ${Mt}`, Q1 = `snackbar-primary snackbar ${Mt}`, X1 = `snackbar-info snackbar ${Mt}`, J1 = `snackbar-danger snackbar ${Mt}`, eA = `snackbar-success snackbar ${Mt}`, tA = `snackbar-warning snackbar ${Mt}`, Ae = { action: I1, progressBar: T1, progressBarTrack: L1, snackbarContent: D1, icon: M1, spinner: P1, snackbarBody: V1, snackbarMessage: x1, snackbarSubMessage: O1, snackbarTitle: R1, snackbarAction: z1, snackbarActions: N1, spinnerEffect: H1, spinnerValue: G1, snackbars: U1, snackbarsEnterActive: W1, snackbarsLeaveActive: _1, snackbarsMove: j1, snackbarsEnterFrom: q1, snackbarsLeaveTo: K1, snackbar: Y1, snackbarGray: Z1, snackbarPrimary: Q1, snackbarInfo: X1, snackbarDanger: J1, snackbarSuccess: eA, snackbarWarning: tA }, nA = ["onClick"], aA = /* @__PURE__ */ k({
10220
+ }), { basePane: Mt } = pt, I1 = "action", T1 = "progress-bar", L1 = "progress-bar-track", D1 = "snackbar-content", M1 = "icon", P1 = "spinner", V1 = "snackbar-body", x1 = "snackbar-message", O1 = "snackbar-sub-message", R1 = "snackbar-title", z1 = "snackbar-action", N1 = "snackbar-actions", H1 = "spinner-effect", G1 = "spinner-value", U1 = "snackbars", W1 = "snackbars-enter-active", j1 = "snackbars-leave-active", _1 = "snackbars-move", q1 = "snackbars-enter-from", K1 = "snackbars-leave-to", Y1 = `snackbar ${Mt}`, Z1 = `snackbar-danger snackbar ${Mt}`, Q1 = `snackbar-primary snackbar ${Mt}`, X1 = `snackbar-info snackbar ${Mt}`, J1 = `snackbar-gray snackbar ${Mt}`, eA = `snackbar-warning snackbar ${Mt}`, tA = `snackbar-success snackbar ${Mt}`, Ae = { action: I1, progressBar: T1, progressBarTrack: L1, snackbarContent: D1, icon: M1, spinner: P1, snackbarBody: V1, snackbarMessage: x1, snackbarSubMessage: O1, snackbarTitle: R1, snackbarAction: z1, snackbarActions: N1, spinnerEffect: H1, spinnerValue: G1, snackbars: U1, snackbarsEnterActive: W1, snackbarsLeaveActive: j1, snackbarsMove: _1, snackbarsEnterFrom: q1, snackbarsLeaveTo: K1, snackbar: Y1, snackbarDanger: Z1, snackbarPrimary: Q1, snackbarInfo: X1, snackbarGray: J1, snackbarWarning: eA, snackbarSuccess: tA }, nA = ["onClick"], aA = /* @__PURE__ */ k({
10240
10221
  __name: "FluxSnackbar",
10241
10222
  props: {
10242
10223
  actions: {},
@@ -10256,7 +10237,7 @@ const bg = {
10256
10237
  },
10257
10238
  emits: ["action", "close"],
10258
10239
  setup(t, { emit: e }) {
10259
- const a = e, i = jt(), s = P(null), o = L(() => t.actions && Object.entries(t.actions).length > 0);
10240
+ const a = e, i = _t(), s = P(null), o = L(() => t.actions && Object.entries(t.actions).length > 0);
10260
10241
  Ya(() => {
10261
10242
  s.value && Sn(s.value);
10262
10243
  });
@@ -10717,7 +10698,7 @@ const pA = "root", fA = "is-locked", aa = { root: pA, isLocked: fA }, hA = ["ine
10717
10698
  _: 1
10718
10699
  }, 8, ["class"]));
10719
10700
  }
10720
- }), OA = "sparkles-container", RA = "sparkles-particles", zA = "sparkles-container-active", NA = "heart", HA = "bubble", GA = "sparkles", UA = { sparklesContainer: OA, sparklesParticles: RA, sparklesContainerActive: zA, heart: NA, bubble: HA, sparkles: GA }, { sparklesContainerActive: WA, sparklesContainer: _n, sparklesParticles: _A } = UA, jA = "stepper-step", qA = "stepper-steps", KA = "icon", YA = `stepper-steps-item ${_n}`, ZA = `stepper-steps-item-current stepper-steps-item ${_n}`, QA = `stepper-steps-item-complete ${WA} stepper-steps-item ${_n}`, XA = `stepper-steps-item-idle stepper-steps-item ${_n}`, JA = `stepper-steps-item-particles ${_A}`, At = { stepperStep: jA, stepperSteps: qA, icon: KA, stepperStepsItem: YA, stepperStepsItemCurrent: ZA, stepperStepsItemComplete: QA, stepperStepsItemIdle: XA, stepperStepsItemParticles: JA }, e$ = ["onClick"], t$ = { key: 1 }, n$ = /* @__PURE__ */ k({
10701
+ }), OA = "sparkles-container", RA = "sparkles-particles", zA = "sparkles-container-active", NA = "heart", HA = "bubble", GA = "sparkles", UA = { sparklesContainer: OA, sparklesParticles: RA, sparklesContainerActive: zA, heart: NA, bubble: HA, sparkles: GA }, { sparklesContainer: jn, sparklesParticles: WA, sparklesContainerActive: jA } = UA, _A = "stepper-step", qA = "stepper-steps", KA = "icon", YA = `stepper-steps-item ${jn}`, ZA = `stepper-steps-item-current stepper-steps-item ${jn}`, QA = `stepper-steps-item-idle stepper-steps-item ${jn}`, XA = `stepper-steps-item-particles ${WA}`, JA = `stepper-steps-item-complete ${jA} stepper-steps-item ${jn}`, At = { stepperStep: _A, stepperSteps: qA, icon: KA, stepperStepsItem: YA, stepperStepsItemCurrent: ZA, stepperStepsItemIdle: QA, stepperStepsItemParticles: XA, stepperStepsItemComplete: JA }, e$ = ["onClick"], t$ = { key: 1 }, n$ = /* @__PURE__ */ k({
10721
10702
  __name: "FluxStepperSteps",
10722
10703
  props: {
10723
10704
  amount: {},
@@ -10905,7 +10886,7 @@ const pA = "root", fA = "is-locked", aa = { root: pA, isLocked: fA }, hA = ["ine
10905
10886
  },
10906
10887
  emits: ["click", "mouseenter", "mouseleave"],
10907
10888
  setup(t, { emit: e }) {
10908
- const a = e, i = be(he(() => t.disabled)), s = te("tab");
10889
+ const a = e, i = be(me(() => t.disabled)), s = te("tab");
10909
10890
  function o(u) {
10910
10891
  if (n(i)) {
10911
10892
  u.preventDefault(), u.stopPropagation();
@@ -11085,13 +11066,13 @@ const pA = "root", fA = "is-locked", aa = { root: pA, isLocked: fA }, hA = ["ine
11085
11066
  default: A(() => [
11086
11067
  y(It, null, {
11087
11068
  default: A(() => [
11088
- y(je, {
11069
+ y(_e, {
11089
11070
  "is-highlighted": s.sort === "ascending",
11090
11071
  "icon-leading": "arrow-down-a-z",
11091
11072
  label: n(a)("flux.sortAscending"),
11092
11073
  onClick: o[0] || (o[0] = (l) => s.$emit("sort", "ascending"))
11093
11074
  }, null, 8, ["is-highlighted", "label"]),
11094
- y(je, {
11075
+ y(_e, {
11095
11076
  "is-highlighted": s.sort === "descending",
11096
11077
  "icon-leading": "arrow-up-a-z",
11097
11078
  label: n(a)("flux.sortDescending"),
@@ -11104,7 +11085,7 @@ const pA = "root", fA = "is-locked", aa = { root: pA, isLocked: fA }, hA = ["ine
11104
11085
  y(ms),
11105
11086
  y(It, null, {
11106
11087
  default: A(() => [
11107
- y(je, {
11088
+ y(_e, {
11108
11089
  "icon-leading": "circle-xmark",
11109
11090
  "is-destructive": "",
11110
11091
  label: n(a)("flux.sortRemove"),
@@ -11225,7 +11206,7 @@ const pA = "root", fA = "is-locked", aa = { root: pA, isLocked: fA }, hA = ["ine
11225
11206
  }),
11226
11207
  emits: ["update:modelValue"],
11227
11208
  setup(t) {
11228
- const e = ae(t, "modelValue"), a = be(he(() => t.disabled)), { id: i } = Yt();
11209
+ const e = ae(t, "modelValue"), a = be(me(() => t.disabled)), { id: i } = Yt();
11229
11210
  function s(o) {
11230
11211
  e.value = o.target.checked;
11231
11212
  }
@@ -11263,7 +11244,7 @@ const pA = "root", fA = "is-locked", aa = { root: pA, isLocked: fA }, hA = ["ine
11263
11244
  }, null, 42, N$)
11264
11245
  ], 10, z$));
11265
11246
  }
11266
- }), { basePane: gs } = pt, H$ = "toolbar", G$ = "separator-vertical", U$ = "is-free", W$ = "is-top-end", _$ = "is-top-start", j$ = "is-bottom-end", q$ = "is-bottom-start", K$ = "base-pane-structure", Y$ = "pane-header", Z$ = `toolbar-flat ${gs} toolbar`, Q$ = `toolbar-floating ${gs} toolbar`, yt = { toolbar: H$, separatorVertical: G$, isFree: U$, isTopEnd: W$, isTopStart: _$, isBottomEnd: j$, isBottomStart: q$, basePaneStructure: K$, paneHeader: Y$, toolbarFlat: Z$, toolbarFloating: Q$ }, DC = /* @__PURE__ */ k({
11247
+ }), { basePane: gs } = pt, H$ = "toolbar", G$ = "separator-vertical", U$ = "is-free", W$ = "is-top-end", j$ = "is-top-start", _$ = "is-bottom-end", q$ = "is-bottom-start", K$ = "base-pane-structure", Y$ = "pane-header", Z$ = `toolbar-floating ${gs} toolbar`, Q$ = `toolbar-flat ${gs} toolbar`, yt = { toolbar: H$, separatorVertical: G$, isFree: U$, isTopEnd: W$, isTopStart: j$, isBottomEnd: _$, isBottomStart: q$, basePaneStructure: K$, paneHeader: Y$, toolbarFloating: Z$, toolbarFlat: Q$ }, DC = /* @__PURE__ */ k({
11267
11248
  __name: "FluxToolbar",
11268
11249
  props: {
11269
11250
  floatingMode: {}
@@ -11362,14 +11343,14 @@ export {
11362
11343
  NF as FluxFormDateRangeInput,
11363
11344
  HF as FluxFormDateTimeInput,
11364
11345
  Ve as FluxFormField,
11365
- ja as FluxFormFieldAddition,
11346
+ _a as FluxFormFieldAddition,
11366
11347
  we as FluxFormInput,
11367
11348
  GF as FluxFormInputAddition,
11368
11349
  wa as FluxFormInputGroup,
11369
11350
  UF as FluxFormPinInput,
11370
11351
  WF as FluxFormRangeSlider,
11371
- _F as FluxFormRow,
11372
- jF as FluxFormSection,
11352
+ jF as FluxFormRow,
11353
+ _F as FluxFormSection,
11373
11354
  fs as FluxFormSelect,
11374
11355
  qF as FluxFormSelectAsync,
11375
11356
  In as FluxFormSlider,
@@ -11387,7 +11368,7 @@ export {
11387
11368
  tC as FluxLink,
11388
11369
  ln as FluxMenu,
11389
11370
  It as FluxMenuGroup,
11390
- je as FluxMenuItem,
11371
+ _e as FluxMenuItem,
11391
11372
  nC as FluxMenuOptions,
11392
11373
  fa as FluxMenuSubHeader,
11393
11374
  aC as FluxMenuTitle,
@@ -11473,4 +11454,4 @@ export {
11473
11454
  Yt as useFormFieldInjection,
11474
11455
  yi as useTableInjection
11475
11456
  };
11476
- //# sourceMappingURL=flux.js.map
11457
+ //# sourceMappingURL=index.js.map