@flux-ui/components 3.1.0 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -5637,6 +5637,7 @@
5637
5637
  }
5638
5638
 
5639
5639
  .separator {
5640
+ flex-shrink: 0;
5640
5641
  background: var(--gray-200);
5641
5642
  }
5642
5643
 
package/dist/index.js CHANGED
@@ -2451,7 +2451,7 @@ function useTooltipInjection_default() {
2451
2451
  return inject(FluxTooltipInjectionKey, { calculate: () => void 0 });
2452
2452
  }
2453
2453
  //#endregion
2454
- //#region ../../node_modules/.bun/@basmilius+utils@3.40.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
2454
+ //#region ../../node_modules/.bun/@basmilius+utils@3.41.0+f2ed1ec6a4c7f7fd/node_modules/@basmilius/utils/dist/index.mjs
2455
2455
  function t$1(e, t) {
2456
2456
  return Math.round(e / t) * t;
2457
2457
  }
@@ -2615,7 +2615,7 @@ function W$1(e, t, n) {
2615
2615
  function G$2(e, t, n) {
2616
2616
  e.prototype[t] = n;
2617
2617
  }
2618
- function K$2(e, t, n) {
2618
+ function K$1(e, t, n) {
2619
2619
  Object.defineProperty(e, t, { value: n });
2620
2620
  }
2621
2621
  //#endregion
@@ -4496,7 +4496,7 @@ var convertLchToLab = ({ l, c, h, alpha }, mode = "lab") => {
4496
4496
  };
4497
4497
  //#endregion
4498
4498
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/xyz65/constants.js
4499
- var k$5 = Math.pow(29, 3) / Math.pow(3, 3);
4499
+ var k$4 = Math.pow(29, 3) / Math.pow(3, 3);
4500
4500
  var e$3 = Math.pow(6, 3) / Math.pow(29, 3);
4501
4501
  //#endregion
4502
4502
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/constants.js
@@ -4514,7 +4514,7 @@ Math.pow(29, 3) / Math.pow(3, 3);
4514
4514
  Math.pow(6, 3) / Math.pow(29, 3);
4515
4515
  //#endregion
4516
4516
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab65/convertLab65ToXyz65.js
4517
- var fn$2 = (v) => Math.pow(v, 3) > e$3 ? Math.pow(v, 3) : (116 * v - 16) / k$5;
4517
+ var fn$2 = (v) => Math.pow(v, 3) > e$3 ? Math.pow(v, 3) : (116 * v - 16) / k$4;
4518
4518
  var convertLab65ToXyz65 = ({ l, a, b, alpha }) => {
4519
4519
  if (l === void 0) l = 0;
4520
4520
  if (a === void 0) a = 0;
@@ -4536,7 +4536,7 @@ var convertLab65ToXyz65 = ({ l, a, b, alpha }) => {
4536
4536
  var convertLab65ToRgb = (lab) => convertXyz65ToRgb(convertLab65ToXyz65(lab));
4537
4537
  //#endregion
4538
4538
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab65/convertXyz65ToLab65.js
4539
- var f$2 = (value) => value > e$3 ? Math.cbrt(value) : (k$5 * value + 16) / 116;
4539
+ var f$2 = (value) => value > e$3 ? Math.cbrt(value) : (k$4 * value + 16) / 116;
4540
4540
  var convertXyz65ToLab65 = ({ x, y, z, alpha }) => {
4541
4541
  if (x === void 0) x = 0;
4542
4542
  if (y === void 0) y = 0;
@@ -5398,11 +5398,11 @@ var definition$16 = {
5398
5398
  };
5399
5399
  //#endregion
5400
5400
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/xyz50/constants.js
5401
- var k$3 = Math.pow(29, 3) / Math.pow(3, 3);
5401
+ var k$2 = Math.pow(29, 3) / Math.pow(3, 3);
5402
5402
  var e$1 = Math.pow(6, 3) / Math.pow(29, 3);
5403
5403
  //#endregion
5404
5404
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab/convertLabToXyz50.js
5405
- var fn$1 = (v) => Math.pow(v, 3) > e$1 ? Math.pow(v, 3) : (116 * v - 16) / k$3;
5405
+ var fn$1 = (v) => Math.pow(v, 3) > e$1 ? Math.pow(v, 3) : (116 * v - 16) / k$2;
5406
5406
  var convertLabToXyz50 = ({ l, a, b, alpha }) => {
5407
5407
  if (l === void 0) l = 0;
5408
5408
  if (a === void 0) a = 0;
@@ -5451,7 +5451,7 @@ var convertRgbToXyz50 = (rgb) => {
5451
5451
  };
5452
5452
  //#endregion
5453
5453
  //#region ../../node_modules/.bun/culori@4.0.2/node_modules/culori/src/lab/convertXyz50ToLab.js
5454
- var f$1 = (value) => value > e$1 ? Math.cbrt(value) : (k$3 * value + 16) / 116;
5454
+ var f$1 = (value) => value > e$1 ? Math.cbrt(value) : (k$2 * value + 16) / 116;
5455
5455
  var convertXyz50ToLab = ({ x, y, z, alpha }) => {
5456
5456
  if (x === void 0) x = 0;
5457
5457
  if (y === void 0) y = 0;
@@ -5657,7 +5657,7 @@ var u_fn$1 = (x, y, z) => 4 * x / (x + 15 * y + 3 * z);
5657
5657
  var v_fn$1 = (x, y, z) => 9 * y / (x + 15 * y + 3 * z);
5658
5658
  var un$2 = u_fn$1(D50.X, D50.Y, D50.Z);
5659
5659
  var vn$2 = v_fn$1(D50.X, D50.Y, D50.Z);
5660
- var l_fn = (value) => value <= e$1 ? k$3 * value : 116 * Math.cbrt(value) - 16;
5660
+ var l_fn = (value) => value <= e$1 ? k$2 * value : 116 * Math.cbrt(value) - 16;
5661
5661
  var convertXyz50ToLuv = ({ x, y, z, alpha }) => {
5662
5662
  if (x === void 0) x = 0;
5663
5663
  if (y === void 0) y = 0;
@@ -5697,7 +5697,7 @@ var convertLuvToXyz50 = ({ l, u, v, alpha }) => {
5697
5697
  if (v === void 0) v = 0;
5698
5698
  let up = u / (13 * l) + un$1;
5699
5699
  let vp = v / (13 * l) + vn$1;
5700
- let y = D50.Y * (l <= 8 ? l / k$3 : Math.pow((l + 16) / 116, 3));
5700
+ let y = D50.Y * (l <= 8 ? l / k$2 : Math.pow((l + 16) / 116, 3));
5701
5701
  let res = {
5702
5702
  mode: "xyz50",
5703
5703
  x: y * (9 * up) / (4 * vp),
@@ -6663,7 +6663,7 @@ useMode(definition$2);
6663
6663
  useMode(definition$1);
6664
6664
  useMode(definition);
6665
6665
  //#endregion
6666
- //#region ../../node_modules/.bun/@basmilius+http-client@3.40.0+24cbb59c6ffe9d25/node_modules/@basmilius/http-client/dist/index.mjs
6666
+ //#region ../../node_modules/.bun/@basmilius+http-client@3.41.0+4c8d5b4efb44798e/node_modules/@basmilius/http-client/dist/index.mjs
6667
6667
  function adapter_default(Parent) {
6668
6668
  return class extends Parent {
6669
6669
  constructor(...args) {
@@ -7017,10 +7017,10 @@ function dto_default(clazz) {
7017
7017
  validate(clazz);
7018
7018
  const descriptors = Object.freeze(x$3(clazz));
7019
7019
  const properties = Object.keys(descriptors);
7020
- K$2(clazz.prototype, DESCRIPTORS, descriptors);
7021
- K$2(clazz.prototype, NAME, clazz.name);
7022
- K$2(clazz.prototype, PROPERTIES, properties);
7023
- K$2(clazz, Symbol.hasInstance, (instance) => typeof instance === "object" && instance?.[NAME] === clazz.name);
7020
+ K$1(clazz.prototype, DESCRIPTORS, descriptors);
7021
+ K$1(clazz.prototype, NAME, clazz.name);
7022
+ K$1(clazz.prototype, PROPERTIES, properties);
7023
+ K$1(clazz, Symbol.hasInstance, (instance) => typeof instance === "object" && instance?.[NAME] === clazz.name);
7024
7024
  G$2(clazz, "clone", clone_default);
7025
7025
  G$2(clazz, "fill", fill_default);
7026
7026
  G$2(clazz, "toJSON", toJSON_default);
@@ -7175,7 +7175,7 @@ function G$1(e) {
7175
7175
  let t = unref(e);
7176
7176
  return t ? R$2(t) ? t : t.$el ?? null : null;
7177
7177
  }
7178
- function K$1(e, t, n) {
7178
+ function q$1(e, t, n) {
7179
7179
  let r = ref([]);
7180
7180
  onMounted(() => {
7181
7181
  document.addEventListener(`pointerdown`, i);
@@ -7193,33 +7193,33 @@ function K$1(e, t, n) {
7193
7193
  }), r.value = t;
7194
7194
  });
7195
7195
  }
7196
- function q$1() {
7196
+ function se$1() {
7197
7197
  let t = getCurrentInstance();
7198
7198
  return computed(() => t?.uid ?? (t?.proxy)._uid ?? 0);
7199
7199
  }
7200
- function Y$1(e, n, r = !1) {
7200
+ function J$1(e, n, r = !1) {
7201
7201
  let a = ref(isRef(e) ? e.value : e), o = customRef((e, t) => ({
7202
7202
  get() {
7203
7203
  return e(), a.value;
7204
7204
  },
7205
- set: oe$1((e) => {
7205
+ set: le$1((e) => {
7206
7206
  a.value = e, t();
7207
7207
  }, n, r)
7208
7208
  }));
7209
7209
  return isRef(e) && watch(e, (e) => o.value = e), o;
7210
7210
  }
7211
- function oe$1(e, t, n = !1) {
7211
+ function le$1(e, t, n = !1) {
7212
7212
  let r;
7213
7213
  return (...i) => {
7214
7214
  n && !r && e(...i), clearTimeout(r), r = setTimeout(() => requestAnimationFrame(() => e(...i)), t);
7215
7215
  };
7216
7216
  }
7217
- function X$1(t = 0, n = !1) {
7217
+ function Y$1(t = 0, n = !1) {
7218
7218
  let r = ref(n), i = ref(0), a = computed(() => unref(r) || unref(i) > 0);
7219
7219
  function o(e) {
7220
7220
  return (async (...t) => (i.value++, await e(...t).finally(() => i.value--)));
7221
7221
  }
7222
- let s = Y$1(a, t);
7222
+ let s = J$1(a, t);
7223
7223
  return watch(i, () => {
7224
7224
  unref(r) && (r.value = !1);
7225
7225
  }), {
@@ -7227,7 +7227,7 @@ function X$1(t = 0, n = !1) {
7227
7227
  loaded: o
7228
7228
  };
7229
7229
  }
7230
- function de$1(e, t) {
7230
+ function me$1(e, t) {
7231
7231
  let n = ref();
7232
7232
  onMounted(() => {
7233
7233
  i();
@@ -7241,7 +7241,7 @@ function de$1(e, t) {
7241
7241
  r(), t();
7242
7242
  }
7243
7243
  }
7244
- function he$1(e, t, n) {
7244
+ function ye$1(e, t, n) {
7245
7245
  n ??= { attributes: !0 };
7246
7246
  let r, i = watch(e, (e) => {
7247
7247
  a();
@@ -7257,7 +7257,7 @@ function he$1(e, t, n) {
7257
7257
  onScopeDispose(o);
7258
7258
  }
7259
7259
  RegExp(`[a-z]`), RegExp(`[A-Z]`), RegExp(`[0-9]`), RegExp(`[!"#$%&'()*+,-./:;<=>?@[\\\\\\]^_\`{|}~]`);
7260
- function ye$1(e, t, n) {
7260
+ function Ce$1(e, t, n) {
7261
7261
  n ??= {};
7262
7262
  let r, i = watch(e, (e) => {
7263
7263
  a();
@@ -7592,7 +7592,7 @@ function I$1(t, n = {}) {
7592
7592
  }, { immediate: !0 });
7593
7593
  }
7594
7594
  function R$1(e, { cycle: t = !0, direction: n = `bidirectional` } = {}) {
7595
- he$1(e, () => o(r(), !1), {
7595
+ ye$1(e, () => o(r(), !1), {
7596
7596
  childList: !0,
7597
7597
  subtree: !0
7598
7598
  });
@@ -7653,7 +7653,7 @@ function B$1(e, n, r, i, a, o) {
7653
7653
  //#region ../internals/dist/data/index.js
7654
7654
  var oe = `#ef4444`, se = `#dc2626`, _e = `#f97316`, ve = `#ea580c`, Oe = `#f59e0b`, ke = `#d97706`, ze = `#eab308`, Be = `#ca8a04`, Xe = `#84cc16`, Ze = `#65a30d`, st = `#22c55e`, ct = `#16a34a`, vt = `#10b981`, yt = `#059669`, kt = `#14b8a6`, At = `#0d9488`, Bt = `#06b6d4`, Vt = `#0891b2`, Zt = `#0ea5e9`, Qt = `#0284c7`, ln = `#3b82f6`, un = `#2563eb`, bn = `#6366f1`, xn = `#4f46e5`, jn = `#8b5cf6`, Mn = `#7c3aed`, Hn = `#a855f7`, Un = `#9333ea`, $n = `#d946ef`, er = `#c026d3`, ur = `#ec4899`, dr = `#db2777`, xr = `#f43f5e`, Sr = `#e11d48`;
7655
7655
  //#endregion
7656
- //#region ../internals/dist/directive-Bti3pKwZ.js
7656
+ //#region ../internals/dist/directive-CYxYO4lS.js
7657
7657
  var i = class {
7658
7658
  #e;
7659
7659
  #t;
@@ -7850,8 +7850,8 @@ function createDialogRenderer_default(attrs, props, emit, slots, className, tran
7850
7850
  //#endregion
7851
7851
  //#region src/composable/private/useAsyncFilterOptions.ts
7852
7852
  function useAsyncFilterOptions_default(params) {
7853
- const { isLoading, loaded } = X$1();
7854
- const debouncedModelSearch = Y$1(params.modelSearch, 150);
7853
+ const { isLoading, loaded } = Y$1();
7854
+ const debouncedModelSearch = J$1(params.modelSearch, 150);
7855
7855
  const fetchOptions = computed(() => loaded(params.fetchOptions));
7856
7856
  const fetchRelevant = computed(() => loaded(params.fetchRelevant));
7857
7857
  const fetchSearch = computed(() => loaded(params.fetchSearch));
@@ -8210,8 +8210,8 @@ function useDropdownPopup(options) {
8210
8210
  return false;
8211
8211
  }
8212
8212
  if (typeof window !== "undefined") {
8213
- K$1([options.anchorRef, options.popupRef], isOpen, () => isOpen.value = false);
8214
- K$1(options.anchorRef, isOpen, () => unref(options.focusElement)?.focus());
8213
+ q$1([options.anchorRef, options.popupRef], isOpen, () => isOpen.value = false);
8214
+ q$1(options.anchorRef, isOpen, () => unref(options.focusElement)?.focus());
8215
8215
  }
8216
8216
  watch(isOpen, (opened) => {
8217
8217
  if (!opened) {
@@ -8889,7 +8889,7 @@ function useCommandPalette(params) {
8889
8889
  const isTransitioningBack = ref(false);
8890
8890
  const savedState = ref(null);
8891
8891
  const asyncResults = ref(/* @__PURE__ */ new Map());
8892
- const debouncedSearch = Y$1(search, 300);
8892
+ const debouncedSearch = J$1(search, 300);
8893
8893
  let fetchGeneration = 0;
8894
8894
  const filteredItems = computed(() => {
8895
8895
  const query = unref(search).toLowerCase().trim();
@@ -9625,13 +9625,13 @@ var FluxButton_default = /* @__PURE__ */ defineComponent({
9625
9625
  });
9626
9626
  //#endregion
9627
9627
  //#region src/css/component/Action.module.scss
9628
- var { "button": _0$15, "buttonIcon": _1$6, "buttonLabel": _2$5 } = Button_module_default$1;
9628
+ var { "button": _0$15, "buttonLabel": _1$6, "buttonIcon": _2$5 } = Button_module_default$1;
9629
9629
  var Action_module_default = {
9630
9630
  action: `action ${_0$15}`,
9631
9631
  spinner: `spinner`,
9632
- actionIcon: `action-icon ${_1$6}`,
9632
+ actionIcon: `action-icon ${_2$5}`,
9633
9633
  isDestructive: `is-destructive`,
9634
- actionLabel: `action-label ${_2$5}`,
9634
+ actionLabel: `action-label ${_1$6}`,
9635
9635
  actionBar: `action-bar`,
9636
9636
  separator: `separator`,
9637
9637
  formInput: `form-input`,
@@ -9698,32 +9698,32 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
9698
9698
  });
9699
9699
  //#endregion
9700
9700
  //#region src/css/component/Button.module.scss
9701
- var { "button": _0$14, "buttonIcon": _1$5, "buttonLabel": _2$4 } = Button_module_default$1;
9701
+ var { "buttonIcon": _0$14, "buttonLabel": _1$5, "button": _2$4 } = Button_module_default$1;
9702
9702
  var Button_module_default = {
9703
- primaryButton: `primary-button ${_0$14}`,
9703
+ primaryButton: `primary-button ${_2$4}`,
9704
9704
  spinner: `spinner`,
9705
- primaryButtonIcon: `primary-button-icon ${_1$5}`,
9706
- primaryButtonLabel: `primary-button-label ${_2$4}`,
9707
- secondaryButton: `secondary-button ${_0$14}`,
9708
- secondaryButtonIcon: `secondary-button-icon ${_1$5}`,
9709
- secondaryButtonLabel: `secondary-button-label ${_2$4}`,
9710
- destructiveButton: `destructive-button ${_0$14}`,
9711
- destructiveButtonIcon: `destructive-button-icon ${_1$5}`,
9712
- destructiveButtonLabel: `destructive-button-label ${_2$4}`,
9713
- baseLinkButton: `base-link-button ${_0$14}`,
9714
- primaryLinkButton: `primary-link-button base-link-button ${_0$14}`,
9715
- primaryLinkButtonIcon: `primary-link-button-icon ${_1$5}`,
9716
- primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
9717
- secondaryLinkButton: `secondary-link-button base-link-button ${_0$14}`,
9718
- secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$5}`,
9719
- secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
9720
- linkButton: `link-button ${_0$14}`,
9721
- linkButtonIcon: `link-button-icon ${_1$5}`,
9705
+ primaryButtonIcon: `primary-button-icon ${_0$14}`,
9706
+ primaryButtonLabel: `primary-button-label ${_1$5}`,
9707
+ secondaryButton: `secondary-button ${_2$4}`,
9708
+ secondaryButtonIcon: `secondary-button-icon ${_0$14}`,
9709
+ secondaryButtonLabel: `secondary-button-label ${_1$5}`,
9710
+ destructiveButton: `destructive-button ${_2$4}`,
9711
+ destructiveButtonIcon: `destructive-button-icon ${_0$14}`,
9712
+ destructiveButtonLabel: `destructive-button-label ${_1$5}`,
9713
+ baseLinkButton: `base-link-button ${_2$4}`,
9714
+ primaryLinkButton: `primary-link-button base-link-button ${_2$4}`,
9715
+ primaryLinkButtonIcon: `primary-link-button-icon ${_0$14}`,
9716
+ primaryLinkButtonLabel: `primary-link-button-label ${_1$5}`,
9717
+ secondaryLinkButton: `secondary-link-button base-link-button ${_2$4}`,
9718
+ secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$14}`,
9719
+ secondaryLinkButtonLabel: `secondary-link-button-label ${_1$5}`,
9720
+ linkButton: `link-button ${_2$4}`,
9721
+ linkButtonIcon: `link-button-icon ${_0$14}`,
9722
9722
  icon: `icon`,
9723
- linkButtonLabel: `link-button-label ${_2$4}`,
9724
- publishButton: `publish-button primary-button ${_0$14}`,
9725
- publishButtonIcon: `publish-button-icon primary-button-icon ${_1$5}`,
9726
- publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
9723
+ linkButtonLabel: `link-button-label ${_1$5}`,
9724
+ publishButton: `publish-button primary-button ${_2$4}`,
9725
+ publishButtonIcon: `publish-button-icon primary-button-icon ${_0$14}`,
9726
+ publishButtonLabel: `publish-button-label primary-button-label ${_1$5}`,
9727
9727
  publishButtonAnimation: `publish-button-animation`,
9728
9728
  isDone: `is-done`,
9729
9729
  publishButtonAnimationArrow: `publish-button-animation-arrow`,
@@ -10899,7 +10899,7 @@ var FluxAnimatedColors_default = /* @__PURE__ */ defineComponent({
10899
10899
  },
10900
10900
  setup(__props) {
10901
10901
  const canvasRef = useTemplateRef("canvas");
10902
- const componentId = q$1();
10902
+ const componentId = se$1();
10903
10903
  const contextRef = ref();
10904
10904
  const animationFrame = ref(0);
10905
10905
  const tick = ref(0);
@@ -14110,7 +14110,7 @@ var AnchorPopup_default = /* @__PURE__ */ defineComponent({
14110
14110
  window.removeEventListener("resize", onResize);
14111
14111
  window.removeEventListener("scroll", onScroll, { capture: true });
14112
14112
  });
14113
- he$1(popupRef, () => {
14113
+ ye$1(popupRef, () => {
14114
14114
  reposition();
14115
14115
  }, {
14116
14116
  childList: true,
@@ -14339,7 +14339,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
14339
14339
  emits: ["click"],
14340
14340
  setup(__props, { emit: __emit }) {
14341
14341
  const emit = __emit;
14342
- const { isLoading, loaded } = X$1();
14342
+ const { isLoading, loaded } = Y$1();
14343
14343
  const getValueLabel = computed(() => loaded(__props.item.getValueLabel));
14344
14344
  const valueLabel = ref();
14345
14345
  function onClick(evt) {
@@ -14373,7 +14373,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
14373
14373
  });
14374
14374
  //#endregion
14375
14375
  //#region src/css/component/Menu.module.scss
14376
- var { "button": _0$10, "buttonLabel": _1$3, "buttonIcon": _2$2 } = Button_module_default$1;
14376
+ var { "button": _0$10, "buttonIcon": _1$3, "buttonLabel": _2$2 } = Button_module_default$1;
14377
14377
  var Menu_module_default = {
14378
14378
  menu: `menu`,
14379
14379
  menuNormal: `menu-normal menu`,
@@ -14383,8 +14383,8 @@ var Menu_module_default = {
14383
14383
  menuGroupVertical: `menu-group-vertical menu-group`,
14384
14384
  menuItem: `menu-item ${_0$10}`,
14385
14385
  badge: `badge`,
14386
- menuItemIcon: `menu-item-icon ${_2$2}`,
14387
- menuItemLabel: `menu-item-label ${_1$3}`,
14386
+ menuItemIcon: `menu-item-icon ${_1$3}`,
14387
+ menuItemLabel: `menu-item-label ${_2$2}`,
14388
14388
  menuItemActive: `menu-item-active`,
14389
14389
  menuItemDestructive: `menu-item-destructive`,
14390
14390
  menuItemHighlighted: `menu-item-highlighted`,
@@ -14393,7 +14393,7 @@ var Menu_module_default = {
14393
14393
  menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
14394
14394
  menuCollapsibleBody: `menu-collapsible-body`,
14395
14395
  menuCollapsibleContent: `menu-collapsible-content`,
14396
- menuItemSelectableIcon: `menu-item-selectable-icon ${_2$2}`,
14396
+ menuItemSelectableIcon: `menu-item-selectable-icon ${_1$3}`,
14397
14397
  menuItemSelected: `menu-item-selected`,
14398
14398
  menuItemCommand: `menu-item-command`,
14399
14399
  menuItemCommandIcon: `menu-item-command-icon`,
@@ -15211,7 +15211,7 @@ var FilterItem_default = /* @__PURE__ */ defineComponent({
15211
15211
  emits: ["click"],
15212
15212
  setup(__props, { emit: __emit }) {
15213
15213
  const emit = __emit;
15214
- const { isLoading, loaded } = X$1();
15214
+ const { isLoading, loaded } = Y$1();
15215
15215
  const getValueLabel = computed(() => loaded(__props.item.getValueLabel));
15216
15216
  const valueLabel = ref();
15217
15217
  function onClick(evt) {
@@ -16305,16 +16305,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
16305
16305
  });
16306
16306
  //#endregion
16307
16307
  //#region src/css/component/Pagination.module.scss
16308
- var { "secondaryButton": _0$8, "secondaryButtonIcon": _1$2, "secondaryButtonLabel": _2$1 } = Button_module_default;
16308
+ var { "secondaryButtonLabel": _0$8, "secondaryButton": _1$2, "secondaryButtonIcon": _2$1 } = Button_module_default;
16309
16309
  var Pagination_module_default = {
16310
16310
  pagination: `pagination`,
16311
- paginationButton: `pagination-button ${_0$8}`,
16311
+ paginationButton: `pagination-button ${_1$2}`,
16312
16312
  secondaryButton: `secondary-button`,
16313
16313
  paginationButtonArrow: `pagination-button-arrow`,
16314
16314
  paginationButtonCurrent: `pagination-button-current`,
16315
16315
  paginationButtonSpacer: `pagination-button-spacer`,
16316
- paginationButtonIcon: `pagination-button-icon ${_1$2}`,
16317
- paginationButtonLabel: `pagination-button-label ${_2$1}`,
16316
+ paginationButtonIcon: `pagination-button-icon ${_2$1}`,
16317
+ paginationButtonLabel: `pagination-button-label ${_0$8}`,
16318
16318
  paginationBar: `pagination-bar`,
16319
16319
  paginationBarLimit: `pagination-bar-limit`,
16320
16320
  paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
@@ -16576,13 +16576,13 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
16576
16576
  });
16577
16577
  //#endregion
16578
16578
  //#region src/css/component/Table.module.scss
16579
- var { "basePaneLoader": _0$7, "basePaneElement": _1$1 } = Pane_module_default$1;
16579
+ var { "basePaneElement": _0$7, "basePaneLoader": _1$1 } = Pane_module_default$1;
16580
16580
  var Table_module_default = {
16581
- table: `table ${_1$1}`,
16581
+ table: `table ${_0$7}`,
16582
16582
  tableBase: `table-base`,
16583
16583
  tableFill: `table-fill`,
16584
16584
  tablePagination: `table-pagination`,
16585
- tableLoader: `table-loader ${_0$7}`,
16585
+ tableLoader: `table-loader ${_1$1}`,
16586
16586
  tableRow: `table-row`,
16587
16587
  isSelectableRow: `is-selectable-row`,
16588
16588
  tableCell: `table-cell`,
@@ -17349,7 +17349,7 @@ var FluxExpandable_default = /* @__PURE__ */ defineComponent({
17349
17349
  emits: ["toggle"],
17350
17350
  setup(__props, { expose: __expose, emit: __emit }) {
17351
17351
  const emit = __emit;
17352
- const componentId = q$1();
17352
+ const componentId = se$1();
17353
17353
  const contentId = useId();
17354
17354
  const headerId = useId();
17355
17355
  const instance = getCurrentInstance();
@@ -17481,7 +17481,7 @@ var FluxFader_default = /* @__PURE__ */ defineComponent({
17481
17481
  setup(__props, { emit: __emit }) {
17482
17482
  const emit = __emit;
17483
17483
  const faderRef = useTemplateRef("fader");
17484
- de$1(__props.interval, () => next());
17484
+ me$1(__props.interval, () => next());
17485
17485
  const current = ref(-1);
17486
17486
  function getItems() {
17487
17487
  const fader = v$2(faderRef);
@@ -19823,8 +19823,8 @@ var FluxFormSelectAsync_default = /* @__PURE__ */ defineComponent({
19823
19823
  return options;
19824
19824
  });
19825
19825
  const { groups, selected, values } = useFormSelect_default(modelValue, __props.isMultiple, options);
19826
- const { isLoading: isFetchingLoading, loaded } = X$1();
19827
- const debouncedModelSearch = Y$1(modelSearch, 300);
19826
+ const { isLoading: isFetchingLoading, loaded } = Y$1();
19827
+ const debouncedModelSearch = J$1(modelSearch, 300);
19828
19828
  const fetchOptions = computed(() => loaded(__props.fetchOptions));
19829
19829
  const fetchRelevant = computed(() => loaded(__props.fetchRelevant));
19830
19830
  const fetchSearch = computed(() => loaded(__props.fetchSearch));
@@ -23327,11 +23327,11 @@ var FluxSegmentedControl_default = /* @__PURE__ */ defineComponent({
23327
23327
  });
23328
23328
  onMounted(() => updateHighlight());
23329
23329
  watch(modelValue, () => updateHighlight(), { flush: "post" });
23330
- he$1(controlRef, () => updateHighlight(), {
23330
+ ye$1(controlRef, () => updateHighlight(), {
23331
23331
  childList: true,
23332
23332
  subtree: true
23333
23333
  });
23334
- ye$1(controlRef, () => updateHighlight());
23334
+ Ce$1(controlRef, () => updateHighlight());
23335
23335
  function select(value) {
23336
23336
  modelValue.value = value;
23337
23337
  }
@@ -23924,11 +23924,11 @@ var FluxTabBar_default = /* @__PURE__ */ defineComponent({
23924
23924
  setup(__props) {
23925
23925
  const tabBarRef = useTemplateRef("tabBar");
23926
23926
  O$1(tabBarRef, "scroll", () => checkScroll());
23927
- he$1(tabBarRef, () => {
23927
+ ye$1(tabBarRef, () => {
23928
23928
  checkScroll();
23929
23929
  updateHighlight();
23930
23930
  }, { childList: true });
23931
- ye$1(tabBarRef, () => updateHighlight());
23931
+ Ce$1(tabBarRef, () => updateHighlight());
23932
23932
  const isEndArrowVisible = ref(false);
23933
23933
  const isStartArrowVisible = ref(false);
23934
23934
  const activeItemX = ref(0);