@flux-ui/components 3.0.0-next.74 → 3.0.0-next.75

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.js CHANGED
@@ -2398,13 +2398,6 @@ function p$4(e, t = 0) {
2398
2398
  minimumFractionDigits: t
2399
2399
  }).format(e);
2400
2400
  }
2401
- function m$2(e) {
2402
- return new Intl.NumberFormat(navigator.language, {
2403
- maximumFractionDigits: 1,
2404
- minimumFractionDigits: 0,
2405
- style: `percent`
2406
- }).format(e);
2407
- }
2408
2401
  function g$1(e, t, n = 5, r) {
2409
2402
  let i = [
2410
2403
  1,
@@ -2555,7 +2548,6 @@ function G$2(e, t, n) {
2555
2548
  function K$2(e, t, n) {
2556
2549
  Object.defineProperty(e, t, { value: n });
2557
2550
  }
2558
- var Z$1 = `—`;
2559
2551
  //#endregion
2560
2552
  //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js
2561
2553
  /** Detect free variable `global` from Node.js. */
@@ -7634,13 +7626,13 @@ var Icon_module_default = {
7634
7626
  };
7635
7627
  //#endregion
7636
7628
  //#region src/component/FluxIcon.vue?vue&type=script&setup=true&lang.ts
7637
- var _hoisted_1$63 = [
7629
+ var _hoisted_1$62 = [
7638
7630
  "viewBox",
7639
7631
  "role",
7640
7632
  "aria-hidden",
7641
7633
  "aria-label"
7642
7634
  ];
7643
- var _hoisted_2$24 = ["d"];
7635
+ var _hoisted_2$23 = ["d"];
7644
7636
  //#endregion
7645
7637
  //#region src/component/FluxIcon.vue
7646
7638
  var FluxIcon_default = /* @__PURE__ */ defineComponent({
@@ -7686,8 +7678,8 @@ var FluxIcon_default = /* @__PURE__ */ defineComponent({
7686
7678
  return openBlock(), createElementBlock("path", {
7687
7679
  d: path,
7688
7680
  fill: "currentColor"
7689
- }, null, 8, _hoisted_2$24);
7690
- }), 256))], 14, _hoisted_1$63)) : (openBlock(), createElementBlock("i", {
7681
+ }, null, 8, _hoisted_2$23);
7682
+ }), 256))], 14, _hoisted_1$62)) : (openBlock(), createElementBlock("i", {
7691
7683
  key: 1,
7692
7684
  class: normalizeClass(unref(Icon_module_default).icon)
7693
7685
  }, null, 2));
@@ -9024,7 +9016,7 @@ function sanitizeUrl_default(href) {
9024
9016
  }
9025
9017
  //#endregion
9026
9018
  //#region src/component/FluxPressable.vue?vue&type=script&setup=true&lang.ts
9027
- var _hoisted_1$62 = [
9019
+ var _hoisted_1$61 = [
9028
9020
  "href",
9029
9021
  "rel",
9030
9022
  "target"
@@ -9079,7 +9071,7 @@ var FluxPressable_default = /* @__PURE__ */ defineComponent({
9079
9071
  rel: resolvedRel.value,
9080
9072
  target: __props.target,
9081
9073
  onClick: _cache[1] || (_cache[1] = ($event) => onClick($event))
9082
- }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1$62)) : __props.componentType === "button" ? (openBlock(), createElementBlock("button", mergeProps({ key: 2 }, $attrs, toHandlers(hoverListeners, true), { onClick: _cache[2] || (_cache[2] = ($event) => onClick($event)) }), [renderSlot(_ctx.$slots, "default")], 16)) : (openBlock(), createElementBlock("div", mergeProps({ key: 3 }, $attrs, toHandlers(hoverListeners, true), { onClick }), [renderSlot(_ctx.$slots, "default")], 16));
9074
+ }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1$61)) : __props.componentType === "button" ? (openBlock(), createElementBlock("button", mergeProps({ key: 2 }, $attrs, toHandlers(hoverListeners, true), { onClick: _cache[2] || (_cache[2] = ($event) => onClick($event)) }), [renderSlot(_ctx.$slots, "default")], 16)) : (openBlock(), createElementBlock("div", mergeProps({ key: 3 }, $attrs, toHandlers(hoverListeners, true), { onClick }), [renderSlot(_ctx.$slots, "default")], 16));
9083
9075
  };
9084
9076
  }
9085
9077
  });
@@ -9331,31 +9323,31 @@ var FluxAction_default = /* @__PURE__ */ defineComponent({
9331
9323
  });
9332
9324
  //#endregion
9333
9325
  //#region src/css/component/Button.module.scss
9334
- var { "button": _0$14, "buttonIcon": _1$5, "buttonLabel": _2$4 } = Button_module_default$1;
9326
+ var { "buttonIcon": _0$14, "button": _1$5, "buttonLabel": _2$4 } = Button_module_default$1;
9335
9327
  var Button_module_default = {
9336
- primaryButton: `primary-button ${_0$14}`,
9328
+ primaryButton: `primary-button ${_1$5}`,
9337
9329
  spinner: `spinner`,
9338
- primaryButtonIcon: `primary-button-icon ${_1$5}`,
9330
+ primaryButtonIcon: `primary-button-icon ${_0$14}`,
9339
9331
  primaryButtonLabel: `primary-button-label ${_2$4}`,
9340
- secondaryButton: `secondary-button ${_0$14}`,
9341
- secondaryButtonIcon: `secondary-button-icon ${_1$5}`,
9332
+ secondaryButton: `secondary-button ${_1$5}`,
9333
+ secondaryButtonIcon: `secondary-button-icon ${_0$14}`,
9342
9334
  secondaryButtonLabel: `secondary-button-label ${_2$4}`,
9343
- destructiveButton: `destructive-button ${_0$14}`,
9344
- destructiveButtonIcon: `destructive-button-icon ${_1$5}`,
9335
+ destructiveButton: `destructive-button ${_1$5}`,
9336
+ destructiveButtonIcon: `destructive-button-icon ${_0$14}`,
9345
9337
  destructiveButtonLabel: `destructive-button-label ${_2$4}`,
9346
- baseLinkButton: `base-link-button ${_0$14}`,
9347
- primaryLinkButton: `primary-link-button base-link-button ${_0$14}`,
9348
- primaryLinkButtonIcon: `primary-link-button-icon ${_1$5}`,
9338
+ baseLinkButton: `base-link-button ${_1$5}`,
9339
+ primaryLinkButton: `primary-link-button base-link-button ${_1$5}`,
9340
+ primaryLinkButtonIcon: `primary-link-button-icon ${_0$14}`,
9349
9341
  primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
9350
- secondaryLinkButton: `secondary-link-button base-link-button ${_0$14}`,
9351
- secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$5}`,
9342
+ secondaryLinkButton: `secondary-link-button base-link-button ${_1$5}`,
9343
+ secondaryLinkButtonIcon: `secondary-link-button-icon ${_0$14}`,
9352
9344
  secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
9353
- linkButton: `link-button ${_0$14}`,
9354
- linkButtonIcon: `link-button-icon ${_1$5}`,
9345
+ linkButton: `link-button ${_1$5}`,
9346
+ linkButtonIcon: `link-button-icon ${_0$14}`,
9355
9347
  icon: `icon`,
9356
9348
  linkButtonLabel: `link-button-label ${_2$4}`,
9357
- publishButton: `publish-button primary-button ${_0$14}`,
9358
- publishButtonIcon: `publish-button-icon primary-button-icon ${_1$5}`,
9349
+ publishButton: `publish-button primary-button ${_1$5}`,
9350
+ publishButtonIcon: `publish-button-icon primary-button-icon ${_0$14}`,
9359
9351
  publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
9360
9352
  publishButtonAnimation: `publish-button-animation`,
9361
9353
  isDone: `is-done`,
@@ -9914,7 +9906,7 @@ var Flyout_module_default = {
9914
9906
  };
9915
9907
  //#endregion
9916
9908
  //#region src/component/FluxFlyout.vue?vue&type=script&setup=true&lang.ts
9917
- var _hoisted_1$61 = ["onKeydown"];
9909
+ var _hoisted_1$60 = ["onKeydown"];
9918
9910
  //#endregion
9919
9911
  //#region src/component/FluxFlyout.vue
9920
9912
  var FluxFlyout_default = /* @__PURE__ */ defineComponent({
@@ -10051,7 +10043,7 @@ var FluxFlyout_default = /* @__PURE__ */ defineComponent({
10051
10043
  openerHeight: openerHeight.value
10052
10044
  })))]),
10053
10045
  _: 3
10054
- }, 8, ["class", "style"])) : createCommentVNode("", true)], 42, _hoisted_1$61)], 6);
10046
+ }, 8, ["class", "style"])) : createCommentVNode("", true)], 42, _hoisted_1$60)], 6);
10055
10047
  };
10056
10048
  }
10057
10049
  });
@@ -10637,8 +10629,8 @@ var Avatar_module_default = {
10637
10629
  };
10638
10630
  //#endregion
10639
10631
  //#region src/component/FluxAvatar.vue?vue&type=script&setup=true&lang.ts
10640
- var _hoisted_1$60 = ["alt", "src"];
10641
- var _hoisted_2$23 = { key: 0 };
10632
+ var _hoisted_1$59 = ["alt", "src"];
10633
+ var _hoisted_2$22 = { key: 0 };
10642
10634
  //#endregion
10643
10635
  //#region src/component/FluxAvatar.vue
10644
10636
  var FluxAvatar_default = /* @__PURE__ */ defineComponent({
@@ -10724,10 +10716,10 @@ var FluxAvatar_default = /* @__PURE__ */ defineComponent({
10724
10716
  class: normalizeClass(unref(Avatar_module_default).avatarImage),
10725
10717
  alt: __props.alt,
10726
10718
  src: __props.src
10727
- }, null, 10, _hoisted_1$60)) : (openBlock(), createElementBlock("div", {
10719
+ }, null, 10, _hoisted_1$59)) : (openBlock(), createElementBlock("div", {
10728
10720
  key: 1,
10729
10721
  class: normalizeClass(__props.fallback === "colorized" ? unref(Avatar_module_default).avatarFallbackColorized : unref(Avatar_module_default).avatarFallbackNeutral)
10730
- }, [__props.fallbackInitials ? (openBlock(), createElementBlock("span", _hoisted_2$23, toDisplayString(__props.fallbackInitials), 1)) : __props.fallbackIcon ? (openBlock(), createBlock(FluxIcon_default, {
10722
+ }, [__props.fallbackInitials ? (openBlock(), createElementBlock("span", _hoisted_2$22, toDisplayString(__props.fallbackInitials), 1)) : __props.fallbackIcon ? (openBlock(), createBlock(FluxIcon_default, {
10731
10723
  key: 1,
10732
10724
  name: __props.fallbackIcon
10733
10725
  }, null, 8, ["name"])) : createCommentVNode("", true)], 2)),
@@ -10787,7 +10779,7 @@ var Badge_module_default = {
10787
10779
  };
10788
10780
  //#endregion
10789
10781
  //#region src/component/FluxBadge.vue?vue&type=script&setup=true&lang.ts
10790
- var _hoisted_1$59 = ["aria-label"];
10782
+ var _hoisted_1$58 = ["aria-label"];
10791
10783
  //#endregion
10792
10784
  //#region src/component/FluxBadge.vue
10793
10785
  var FluxBadge_default = /* @__PURE__ */ defineComponent({
@@ -10853,7 +10845,7 @@ var FluxBadge_default = /* @__PURE__ */ defineComponent({
10853
10845
  type: "button",
10854
10846
  "aria-label": unref(translate)("flux.delete"),
10855
10847
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => onDeleteClick(), ["stop"]))
10856
- }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$59)) : createCommentVNode("", true)
10848
+ }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$58)) : createCommentVNode("", true)
10857
10849
  ]),
10858
10850
  _: 1
10859
10851
  }, 8, [
@@ -11007,7 +10999,7 @@ var Calendar_module_default = {
11007
10999
  };
11008
11000
  //#endregion
11009
11001
  //#region src/component/calendar/FluxCalendarItemDisplay.vue?vue&type=script&setup=true&lang.ts
11010
- var _hoisted_1$58 = ["draggable", "tabindex"];
11002
+ var _hoisted_1$57 = ["draggable", "tabindex"];
11011
11003
  //#endregion
11012
11004
  //#region src/component/calendar/FluxCalendarItemDisplay.vue
11013
11005
  var FluxCalendarItemDisplay_default = /* @__PURE__ */ defineComponent({
@@ -11080,13 +11072,13 @@ var FluxCalendarItemDisplay_default = /* @__PURE__ */ defineComponent({
11080
11072
  onDragstart: onDragStart,
11081
11073
  onDragend: onDragEnd,
11082
11074
  onKeydown: _cache[0] || (_cache[0] = (...args) => unref(handleKeyDown) && unref(handleKeyDown)(...args))
11083
- }, [createVNode(unref(RenderItemContent), { render: __props.data.renderContent }, null, 8, ["render"])], 42, _hoisted_1$58);
11075
+ }, [createVNode(unref(RenderItemContent), { render: __props.data.renderContent }, null, 8, ["render"])], 42, _hoisted_1$57);
11084
11076
  };
11085
11077
  }
11086
11078
  });
11087
11079
  //#endregion
11088
11080
  //#region src/component/calendar/FluxCalendarMonthView.vue?vue&type=script&setup=true&lang.ts
11089
- var _hoisted_1$57 = [
11081
+ var _hoisted_1$56 = [
11090
11082
  "onDragover",
11091
11083
  "onDragleave",
11092
11084
  "onDrop"
@@ -11161,7 +11153,7 @@ var FluxCalendarMonthView_default = /* @__PURE__ */ defineComponent({
11161
11153
  key: item.id,
11162
11154
  data: item
11163
11155
  }, null, 8, ["data"]);
11164
- }), 128))], 2), createElementVNode("span", { class: normalizeClass(unref(Calendar_module_default).calendarEntryDate) }, toDisplayString(date.toLocaleString({ day: "numeric" })), 3)], 42, _hoisted_1$57);
11156
+ }), 128))], 2), createElementVNode("span", { class: normalizeClass(unref(Calendar_module_default).calendarEntryDate) }, toDisplayString(date.toLocaleString({ day: "numeric" })), 3)], 42, _hoisted_1$56);
11165
11157
  }), 256))], 2))]),
11166
11158
  _: 1
11167
11159
  }, 8, ["is-back"]);
@@ -11170,17 +11162,17 @@ var FluxCalendarMonthView_default = /* @__PURE__ */ defineComponent({
11170
11162
  });
11171
11163
  //#endregion
11172
11164
  //#region src/component/calendar/FluxCalendarTimeGridView.vue?vue&type=script&setup=true&lang.ts
11173
- var _hoisted_1$56 = [
11165
+ var _hoisted_1$55 = [
11174
11166
  "onDragover",
11175
11167
  "onDragleave",
11176
11168
  "onDrop"
11177
11169
  ];
11178
- var _hoisted_2$22 = [
11170
+ var _hoisted_2$21 = [
11179
11171
  "onDragover",
11180
11172
  "onDragleave",
11181
11173
  "onDrop"
11182
11174
  ];
11183
- var _hoisted_3$7 = ["onMousedown"];
11175
+ var _hoisted_3$6 = ["onMousedown"];
11184
11176
  var _hoisted_4$1 = ["onMousedown"];
11185
11177
  //#endregion
11186
11178
  //#region src/component/calendar/FluxCalendarTimeGridView.vue
@@ -11493,7 +11485,7 @@ var FluxCalendarTimeGridView_default = /* @__PURE__ */ defineComponent({
11493
11485
  key: item.id,
11494
11486
  data: item
11495
11487
  }, null, 8, ["data"]);
11496
- }), 128))], 42, _hoisted_1$56);
11488
+ }), 128))], 42, _hoisted_1$55);
11497
11489
  }), 128))], 2)], 2),
11498
11490
  createElementVNode("div", { class: normalizeClass(unref(Calendar_module_default).timeGridBody) }, [createElementVNode("div", { class: normalizeClass(unref(Calendar_module_default).timeGridHours) }, [(openBlock(true), createElementBlock(Fragment, null, renderList(hours.value, (hour) => {
11499
11491
  return openBlock(), createElementBlock("div", {
@@ -11522,7 +11514,7 @@ var FluxCalendarTimeGridView_default = /* @__PURE__ */ defineComponent({
11522
11514
  }, [createElementVNode("div", { class: normalizeClass(unref(Calendar_module_default).timeGridDayItemBody) }, [createVNode(FluxCalendarItemDisplay_default, { data: positioned.data }, null, 8, ["data"]), __props.draggable && !__props.hasActiveDrag ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [createElementVNode("div", {
11523
11515
  class: normalizeClass(unref(clsx)(unref(Calendar_module_default).timeGridDayItemHandle, unref(Calendar_module_default).isTop)),
11524
11516
  onMousedown: (evt) => onResizeStart(positioned, "top", evt)
11525
- }, null, 42, _hoisted_3$7), createElementVNode("div", {
11517
+ }, null, 42, _hoisted_3$6), createElementVNode("div", {
11526
11518
  class: normalizeClass(unref(clsx)(unref(Calendar_module_default).timeGridDayItemHandle, unref(Calendar_module_default).isBottom)),
11527
11519
  onMousedown: (evt) => onResizeStart(positioned, "bottom", evt)
11528
11520
  }, null, 42, _hoisted_4$1)], 64)) : createCommentVNode("", true)], 2)], 6);
@@ -11530,7 +11522,7 @@ var FluxCalendarTimeGridView_default = /* @__PURE__ */ defineComponent({
11530
11522
  key: 0,
11531
11523
  class: normalizeClass(unref(Calendar_module_default).timeGridDropIndicator),
11532
11524
  style: normalizeStyle({ top: `${(dropTargetMinutes.value - __props.hourRange[0] * 60) * __props.pixelsPerMinute}px` })
11533
- }, null, 6)) : createCommentVNode("", true)], 46, _hoisted_2$22);
11525
+ }, null, 6)) : createCommentVNode("", true)], 46, _hoisted_2$21);
11534
11526
  }), 128))], 2)], 2)
11535
11527
  ], 2))]),
11536
11528
  _: 1
@@ -11561,9 +11553,9 @@ var DatePicker_module_default = {
11561
11553
  };
11562
11554
  //#endregion
11563
11555
  //#region src/component/FluxDatePicker.vue?vue&type=script&setup=true&lang.ts
11564
- var _hoisted_1$55 = ["id"];
11565
- var _hoisted_2$21 = ["aria-labelledby"];
11566
- var _hoisted_3$6 = ["onClick", "onMouseover"];
11556
+ var _hoisted_1$54 = ["id"];
11557
+ var _hoisted_2$20 = ["aria-labelledby"];
11558
+ var _hoisted_3$5 = ["onClick", "onMouseover"];
11567
11559
  //#endregion
11568
11560
  //#region src/component/FluxDatePicker.vue
11569
11561
  var FluxDatePicker_default = /* @__PURE__ */ defineComponent({
@@ -11712,7 +11704,7 @@ var FluxDatePicker_default = /* @__PURE__ */ defineComponent({
11712
11704
  class: normalizeClass(unref(DatePicker_module_default).datePickerHeaderViewButton),
11713
11705
  type: "button",
11714
11706
  onClick: _cache[1] || (_cache[1] = ($event) => setView("year"))
11715
- }, toDisplayString(unref(viewYear)), 3)], 10, _hoisted_1$55),
11707
+ }, toDisplayString(unref(viewYear)), 3)], 10, _hoisted_1$54),
11716
11708
  createVNode(unref(FluxFadeTransition_default), null, {
11717
11709
  default: withCtx(() => [viewMode.value === "date" ? (openBlock(), createBlock(FluxSecondaryButton_default, {
11718
11710
  key: 0,
@@ -11749,10 +11741,10 @@ var FluxDatePicker_default = /* @__PURE__ */ defineComponent({
11749
11741
  onClick: ($event) => setDate(date),
11750
11742
  onMouseover: ($event) => onDateMouseOver(date),
11751
11743
  onMouseout: onDateMouseOut
11752
- }, toDisplayString(date.toLocaleString({ day: "numeric" })), 43, _hoisted_3$6);
11744
+ }, toDisplayString(date.toLocaleString({ day: "numeric" })), 43, _hoisted_3$5);
11753
11745
  }), 256))], 2))]),
11754
11746
  _: 1
11755
- }, 8, ["is-back"])], 10, _hoisted_2$21)) : viewMode.value === "month" ? (openBlock(), createElementBlock("div", {
11747
+ }, 8, ["is-back"])], 10, _hoisted_2$20)) : viewMode.value === "month" ? (openBlock(), createElementBlock("div", {
11756
11748
  key: "month",
11757
11749
  class: normalizeClass(unref(DatePicker_module_default).datePickerMonths)
11758
11750
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(months), (month) => {
@@ -11823,9 +11815,9 @@ var FluxLayerPane_default = /* @__PURE__ */ defineComponent({
11823
11815
  });
11824
11816
  //#endregion
11825
11817
  //#region src/component/FluxCalendar.vue?vue&type=script&setup=true&lang.ts
11826
- var _hoisted_1$54 = ["aria-label", "onClick"];
11827
- var _hoisted_2$20 = ["aria-label", "onClick"];
11828
- var _hoisted_3$5 = ["aria-label", "onClick"];
11818
+ var _hoisted_1$53 = ["aria-label", "onClick"];
11819
+ var _hoisted_2$19 = ["aria-label", "onClick"];
11820
+ var _hoisted_3$4 = ["aria-label", "onClick"];
11829
11821
  var SNAP_MINUTES = 30;
11830
11822
  var NAV_HOVER_INITIAL_DELAY_MS = 700;
11831
11823
  var NAV_HOVER_REPEAT_DELAY_MS = 450;
@@ -12150,7 +12142,7 @@ var FluxCalendar_default = /* @__PURE__ */ defineComponent({
12150
12142
  "aria-label": unref(translate)("flux.selectMonth"),
12151
12143
  type: "button",
12152
12144
  onClick: open
12153
- }, toDisplayString(unref(monthViewMonth)), 11, _hoisted_1$54)]),
12145
+ }, toDisplayString(unref(monthViewMonth)), 11, _hoisted_1$53)]),
12154
12146
  default: withCtx(({ close }) => [createElementVNode("div", { class: normalizeClass(unref(DatePicker_module_default).datePickerMonths) }, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(months), (month) => {
12155
12147
  return openBlock(), createBlock(FluxSecondaryButton_default, {
12156
12148
  key: month.label,
@@ -12166,7 +12158,7 @@ var FluxCalendar_default = /* @__PURE__ */ defineComponent({
12166
12158
  "aria-label": unref(translate)("flux.selectYear"),
12167
12159
  type: "button",
12168
12160
  onClick: open
12169
- }, toDisplayString(unref(monthViewYear)), 11, _hoisted_2$20)]),
12161
+ }, toDisplayString(unref(monthViewYear)), 11, _hoisted_2$19)]),
12170
12162
  default: withCtx(({ close }) => [createElementVNode("div", { class: normalizeClass(unref(DatePicker_module_default).datePickerYears) }, [
12171
12163
  createVNode(FluxSecondaryButton_default, {
12172
12164
  "aria-label": unref(translate)("flux.previousYears"),
@@ -12199,7 +12191,7 @@ var FluxCalendar_default = /* @__PURE__ */ defineComponent({
12199
12191
  "aria-label": unref(translate)("flux.selectDate"),
12200
12192
  type: "button",
12201
12193
  onClick: open
12202
- }, toDisplayString(rangeLabel.value), 11, _hoisted_3$5)]),
12194
+ }, toDisplayString(rangeLabel.value), 11, _hoisted_3$4)]),
12203
12195
  default: withCtx(({ close }) => [createVNode(FluxDatePicker_default, {
12204
12196
  "model-value": datePickerValue.value,
12205
12197
  "onUpdate:modelValue": ($event) => {
@@ -12298,7 +12290,7 @@ var FluxCalendar_default = /* @__PURE__ */ defineComponent({
12298
12290
  });
12299
12291
  //#endregion
12300
12292
  //#region src/component/FluxCalendarItem.vue?vue&type=script&setup=true&lang.ts
12301
- var _hoisted_1$53 = {
12293
+ var _hoisted_1$52 = {
12302
12294
  "aria-hidden": "true",
12303
12295
  style: { "display": "none" }
12304
12296
  };
@@ -12351,7 +12343,7 @@ var FluxCalendarItem_default = /* @__PURE__ */ defineComponent({
12351
12343
  if (dragContext && props.id != null) dragContext.registerItem(props.id, buildData());
12352
12344
  });
12353
12345
  return (_ctx, _cache) => {
12354
- return openBlock(), createElementBlock("span", _hoisted_1$53);
12346
+ return openBlock(), createElementBlock("span", _hoisted_1$52);
12355
12347
  };
12356
12348
  }
12357
12349
  });
@@ -12441,8 +12433,8 @@ var Form_module_default = {
12441
12433
  };
12442
12434
  //#endregion
12443
12435
  //#region src/component/FluxCheckbox.vue?vue&type=script&setup=true&lang.ts
12444
- var _hoisted_1$52 = ["for"];
12445
- var _hoisted_2$19 = [
12436
+ var _hoisted_1$51 = ["for"];
12437
+ var _hoisted_2$18 = [
12446
12438
  "id",
12447
12439
  "disabled",
12448
12440
  "aria-disabled",
@@ -12496,7 +12488,7 @@ var FluxCheckbox_default = /* @__PURE__ */ defineComponent({
12496
12488
  "aria-readonly": __props.isReadonly ? true : void 0,
12497
12489
  "aria-invalid": __props.error ? true : void 0,
12498
12490
  onClick
12499
- }, null, 10, _hoisted_2$19), [[vModelCheckbox, modelValue.value]]),
12491
+ }, null, 10, _hoisted_2$18), [[vModelCheckbox, modelValue.value]]),
12500
12492
  createElementVNode("button", {
12501
12493
  "aria-hidden": "true",
12502
12494
  class: normalizeClass(unref(Form_module_default).checkboxElement),
@@ -12514,7 +12506,7 @@ var FluxCheckbox_default = /* @__PURE__ */ defineComponent({
12514
12506
  key: 0,
12515
12507
  class: normalizeClass(unref(Form_module_default).checkboxLabel)
12516
12508
  }, toDisplayString(__props.label), 3)) : createCommentVNode("", true)
12517
- ], 10, _hoisted_1$52);
12509
+ ], 10, _hoisted_1$51);
12518
12510
  };
12519
12511
  }
12520
12512
  });
@@ -12673,7 +12665,7 @@ var FluxCommandPaletteGroup_default = /* @__PURE__ */ defineComponent({
12673
12665
  });
12674
12666
  //#endregion
12675
12667
  //#region src/component/FluxTag.vue?vue&type=script&setup=true&lang.ts
12676
- var _hoisted_1$51 = ["aria-label"];
12668
+ var _hoisted_1$50 = ["aria-label"];
12677
12669
  //#endregion
12678
12670
  //#region src/component/FluxTag.vue
12679
12671
  var FluxTag_default = /* @__PURE__ */ defineComponent({
@@ -12741,7 +12733,7 @@ var FluxTag_default = /* @__PURE__ */ defineComponent({
12741
12733
  type: "button",
12742
12734
  "aria-label": unref(translate)("flux.delete"),
12743
12735
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => onDeleteClick(), ["stop"]))
12744
- }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$51)) : createCommentVNode("", true)
12736
+ }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$50)) : createCommentVNode("", true)
12745
12737
  ]),
12746
12738
  _: 1
12747
12739
  }, 8, [
@@ -12803,8 +12795,8 @@ var FluxCommandPaletteItem_default = /* @__PURE__ */ defineComponent({
12803
12795
  });
12804
12796
  //#endregion
12805
12797
  //#region src/component/FluxCommandPalette.vue?vue&type=script&setup=true&lang.ts
12806
- var _hoisted_1$50 = ["placeholder", "value"];
12807
- var _hoisted_2$18 = ["onClick"];
12798
+ var _hoisted_1$49 = ["placeholder", "value"];
12799
+ var _hoisted_2$17 = ["onClick"];
12808
12800
  //#endregion
12809
12801
  //#region src/component/FluxCommandPalette.vue
12810
12802
  var FluxCommandPalette_default = /* @__PURE__ */ defineComponent({
@@ -12931,7 +12923,7 @@ var FluxCommandPalette_default = /* @__PURE__ */ defineComponent({
12931
12923
  value: unref(search),
12932
12924
  type: "text",
12933
12925
  onInput: _cache[2] || (_cache[2] = ($event) => unref(setSearch)($event.target.value))
12934
- }, null, 42, _hoisted_1$50),
12926
+ }, null, 42, _hoisted_1$49),
12935
12927
  createVNode(FluxTag_default, {
12936
12928
  "is-keyboard-shortcut": "",
12937
12929
  label: "Esc"
@@ -12958,7 +12950,7 @@ var FluxCommandPalette_default = /* @__PURE__ */ defineComponent({
12958
12950
  key: 0,
12959
12951
  class: normalizeClass(unref(CommandPalette_module_default).commandPaletteTabIcon),
12960
12952
  name: tab.icon
12961
- }, null, 8, ["class", "name"])) : createCommentVNode("", true), createTextVNode(" " + toDisplayString(tab.label), 1)], 42, _hoisted_2$18);
12953
+ }, null, 8, ["class", "name"])) : createCommentVNode("", true), createTextVNode(" " + toDisplayString(tab.label), 1)], 42, _hoisted_2$17);
12962
12954
  }), 128))], 2)) : createCommentVNode("", true),
12963
12955
  createVNode(unref(FluxWindowTransition_default), { "is-back": unref(isTransitioningBack) }, {
12964
12956
  default: withCtx(() => [(openBlock(), createElementBlock("div", {
@@ -13035,8 +13027,8 @@ var Comment_module_default = {
13035
13027
  };
13036
13028
  //#endregion
13037
13029
  //#region src/component/FluxComment.vue?vue&type=script&setup=true&lang.ts
13038
- var _hoisted_1$49 = { key: 0 };
13039
- var _hoisted_2$17 = ["datetime"];
13030
+ var _hoisted_1$48 = { key: 0 };
13031
+ var _hoisted_2$16 = ["datetime"];
13040
13032
  //#endregion
13041
13033
  //#region src/component/FluxComment.vue
13042
13034
  var FluxComment_default = /* @__PURE__ */ defineComponent({
@@ -13080,17 +13072,17 @@ var FluxComment_default = /* @__PURE__ */ defineComponent({
13080
13072
  key: 0,
13081
13073
  class: normalizeClass(unref(Comment_module_default).commentTyping)
13082
13074
  }, null, 2)) : renderSlot(_ctx.$slots, "default", { key: 1 })], 2),
13083
- createElementVNode("div", { class: normalizeClass(unref(Comment_module_default).commentFooter) }, [__props.isReceived && __props.postedBy ? (openBlock(), createElementBlock("span", _hoisted_1$49, toDisplayString(__props.postedBy), 1)) : createCommentVNode("", true), iso.value && relative.value && !__props.isTyping ? (openBlock(), createElementBlock("time", {
13075
+ createElementVNode("div", { class: normalizeClass(unref(Comment_module_default).commentFooter) }, [__props.isReceived && __props.postedBy ? (openBlock(), createElementBlock("span", _hoisted_1$48, toDisplayString(__props.postedBy), 1)) : createCommentVNode("", true), iso.value && relative.value && !__props.isTyping ? (openBlock(), createElementBlock("time", {
13084
13076
  key: 1,
13085
13077
  datetime: iso.value
13086
- }, toDisplayString(isJustNowVisible.value ? unref(translate)("flux.justNow") : relative.value), 9, _hoisted_2$17)) : createCommentVNode("", true)], 2)
13078
+ }, toDisplayString(isJustNowVisible.value ? unref(translate)("flux.justNow") : relative.value), 9, _hoisted_2$16)) : createCommentVNode("", true)], 2)
13087
13079
  ], 2);
13088
13080
  };
13089
13081
  }
13090
13082
  });
13091
13083
  //#endregion
13092
13084
  //#region src/component/FluxFormFieldAddition.vue?vue&type=script&setup=true&lang.ts
13093
- var _hoisted_1$48 = { key: 1 };
13085
+ var _hoisted_1$47 = { key: 1 };
13094
13086
  //#endregion
13095
13087
  //#region src/component/FluxFormFieldAddition.vue
13096
13088
  var FluxFormFieldAddition_default = /* @__PURE__ */ defineComponent({
@@ -13112,7 +13104,7 @@ var FluxFormFieldAddition_default = /* @__PURE__ */ defineComponent({
13112
13104
  name: __props.icon,
13113
13105
  size: 16
13114
13106
  }, null, 8, ["class", "name"])) : createCommentVNode("", true),
13115
- __props.message ? (openBlock(), createElementBlock("span", _hoisted_1$48, toDisplayString(__props.message), 1)) : createCommentVNode("", true),
13107
+ __props.message ? (openBlock(), createElementBlock("span", _hoisted_1$47, toDisplayString(__props.message), 1)) : createCommentVNode("", true),
13116
13108
  renderSlot(_ctx.$slots, "default")
13117
13109
  ], 2);
13118
13110
  };
@@ -13120,7 +13112,7 @@ var FluxFormFieldAddition_default = /* @__PURE__ */ defineComponent({
13120
13112
  });
13121
13113
  //#endregion
13122
13114
  //#region src/component/FluxFormField.vue?vue&type=script&setup=true&lang.ts
13123
- var _hoisted_1$47 = ["for"];
13115
+ var _hoisted_1$46 = ["for"];
13124
13116
  //#endregion
13125
13117
  //#region src/component/FluxFormField.vue
13126
13118
  var FluxFormField_default = /* @__PURE__ */ defineComponent({
@@ -13164,7 +13156,7 @@ var FluxFormField_default = /* @__PURE__ */ defineComponent({
13164
13156
  label: __props.label,
13165
13157
  maxLength: __props.maxLength
13166
13158
  })))], 2)) : createCommentVNode("", true)
13167
- ], 10, _hoisted_1$47),
13159
+ ], 10, _hoisted_1$46),
13168
13160
  renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ id: unref(id) }))),
13169
13161
  __props.currentLength && __props.maxLength && __props.maxLength > 0 ? (openBlock(), createElementBlock("span", {
13170
13162
  key: 0,
@@ -13196,8 +13188,8 @@ var FluxFormField_default = /* @__PURE__ */ defineComponent({
13196
13188
  });
13197
13189
  //#endregion
13198
13190
  //#region src/component/FluxFormInput.vue?vue&type=script&setup=true&lang.ts
13199
- var _hoisted_1$46 = ["aria-disabled"];
13200
- var _hoisted_2$16 = [
13191
+ var _hoisted_1$45 = ["aria-disabled"];
13192
+ var _hoisted_2$15 = [
13201
13193
  "id",
13202
13194
  "name",
13203
13195
  "autocomplete",
@@ -13376,7 +13368,7 @@ var FluxFormInput_default = /* @__PURE__ */ defineComponent({
13376
13368
  onFocus: _cache[1] || (_cache[1] = ($event) => onFocus()),
13377
13369
  onInput,
13378
13370
  onKeydown: onKeyDown
13379
- }, null, 42, _hoisted_2$16),
13371
+ }, null, 42, _hoisted_2$15),
13380
13372
  __props.iconLeading ? (openBlock(), createBlock(FluxIcon_default, {
13381
13373
  key: 0,
13382
13374
  class: normalizeClass(unref(Form_module_default).formInputIconLeading),
@@ -13400,7 +13392,7 @@ var FluxFormInput_default = /* @__PURE__ */ defineComponent({
13400
13392
  class: normalizeClass(unref(Form_module_default).formInputIconTrailing),
13401
13393
  size: 18
13402
13394
  }, null, 8, ["class"])) : createCommentVNode("", true)
13403
- ], 10, _hoisted_1$46);
13395
+ ], 10, _hoisted_1$45);
13404
13396
  };
13405
13397
  }
13406
13398
  });
@@ -13571,8 +13563,8 @@ var FluxPaneFooter_default = /* @__PURE__ */ defineComponent({
13571
13563
  });
13572
13564
  //#endregion
13573
13565
  //#region src/component/FluxPaneHeader.vue?vue&type=script&setup=true&lang.ts
13574
- var _hoisted_1$45 = { key: 0 };
13575
- var _hoisted_2$15 = { key: 1 };
13566
+ var _hoisted_1$44 = { key: 0 };
13567
+ var _hoisted_2$14 = { key: 1 };
13576
13568
  //#endregion
13577
13569
  //#region src/component/FluxPaneHeader.vue
13578
13570
  var FluxPaneHeader_default = /* @__PURE__ */ defineComponent({
@@ -13595,7 +13587,7 @@ var FluxPaneHeader_default = /* @__PURE__ */ defineComponent({
13595
13587
  __props.title || __props.subtitle ? (openBlock(), createElementBlock("div", {
13596
13588
  key: 1,
13597
13589
  class: normalizeClass(unref(Pane_module_default).paneHeaderCaption)
13598
- }, [__props.title ? (openBlock(), createElementBlock("strong", _hoisted_1$45, toDisplayString(__props.title), 1)) : createCommentVNode("", true), __props.subtitle ? (openBlock(), createElementBlock("span", _hoisted_2$15, toDisplayString(__props.subtitle), 1)) : createCommentVNode("", true)], 2)) : createCommentVNode("", true),
13590
+ }, [__props.title ? (openBlock(), createElementBlock("strong", _hoisted_1$44, toDisplayString(__props.title), 1)) : createCommentVNode("", true), __props.subtitle ? (openBlock(), createElementBlock("span", _hoisted_2$14, toDisplayString(__props.subtitle), 1)) : createCommentVNode("", true)], 2)) : createCommentVNode("", true),
13599
13591
  renderSlot(_ctx.$slots, "after")
13600
13592
  ], 2);
13601
13593
  };
@@ -13711,7 +13703,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
13711
13703
  });
13712
13704
  //#endregion
13713
13705
  //#region src/css/component/Menu.module.scss
13714
- var { "buttonIcon": _0$10, "button": _1$3, "buttonLabel": _2$2 } = Button_module_default$1;
13706
+ var { "button": _0$10, "buttonIcon": _1$3, "buttonLabel": _2$2 } = Button_module_default$1;
13715
13707
  var Menu_module_default = {
13716
13708
  menu: `menu`,
13717
13709
  menuNormal: `menu-normal menu`,
@@ -13719,9 +13711,9 @@ var Menu_module_default = {
13719
13711
  menuGroup: `menu-group`,
13720
13712
  menuGroupHorizontal: `menu-group-horizontal menu-group`,
13721
13713
  menuGroupVertical: `menu-group-vertical menu-group`,
13722
- menuItem: `menu-item ${_1$3}`,
13714
+ menuItem: `menu-item ${_0$10}`,
13723
13715
  badge: `badge`,
13724
- menuItemIcon: `menu-item-icon ${_0$10}`,
13716
+ menuItemIcon: `menu-item-icon ${_1$3}`,
13725
13717
  menuItemLabel: `menu-item-label ${_2$2}`,
13726
13718
  menuItemActive: `menu-item-active`,
13727
13719
  menuItemDestructive: `menu-item-destructive`,
@@ -13731,7 +13723,7 @@ var Menu_module_default = {
13731
13723
  menuCollapsibleOpened: `menu-collapsible-opened menu-collapsible`,
13732
13724
  menuCollapsibleBody: `menu-collapsible-body`,
13733
13725
  menuCollapsibleContent: `menu-collapsible-content`,
13734
- menuItemSelectableIcon: `menu-item-selectable-icon ${_0$10}`,
13726
+ menuItemSelectableIcon: `menu-item-selectable-icon ${_1$3}`,
13735
13727
  menuItemSelected: `menu-item-selected`,
13736
13728
  menuItemCommand: `menu-item-command`,
13737
13729
  menuItemCommandIcon: `menu-item-command-icon`,
@@ -13763,7 +13755,7 @@ var FluxMenuGroup_default = /* @__PURE__ */ defineComponent({
13763
13755
  });
13764
13756
  //#endregion
13765
13757
  //#region src/component/FluxMenuItem.vue?vue&type=script&setup=true&lang.ts
13766
- var _hoisted_1$44 = ["src", "alt"];
13758
+ var _hoisted_1$43 = ["src", "alt"];
13767
13759
  //#endregion
13768
13760
  //#region src/component/FluxMenuItem.vue
13769
13761
  var FluxMenuItem_default = /* @__PURE__ */ defineComponent({
@@ -13840,7 +13832,7 @@ var FluxMenuItem_default = /* @__PURE__ */ defineComponent({
13840
13832
  class: normalizeClass(unref(Menu_module_default).menuItemImage),
13841
13833
  src: __props.imageSrc,
13842
13834
  alt: __props.imageAlt ?? ""
13843
- }, null, 10, _hoisted_1$44)]),
13835
+ }, null, 10, _hoisted_1$43)]),
13844
13836
  key: "1"
13845
13837
  } : slots.before ? {
13846
13838
  name: "iconLeading",
@@ -14288,7 +14280,7 @@ var FluxTicks_default = /* @__PURE__ */ defineComponent({
14288
14280
  });
14289
14281
  //#endregion
14290
14282
  //#region src/component/primitive/SliderBase.vue?vue&type=script&setup=true&lang.ts
14291
- var _hoisted_1$43 = ["aria-disabled"];
14283
+ var _hoisted_1$42 = ["aria-disabled"];
14292
14284
  //#endregion
14293
14285
  //#region src/component/primitive/SliderBase.vue
14294
14286
  var SliderBase_default = /* @__PURE__ */ defineComponent({
@@ -14341,13 +14333,13 @@ var SliderBase_default = /* @__PURE__ */ defineComponent({
14341
14333
  key: 0,
14342
14334
  lower: __props.min,
14343
14335
  upper: __props.max
14344
- }, null, 8, ["lower", "upper"])) : createCommentVNode("", true), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$43);
14336
+ }, null, 8, ["lower", "upper"])) : createCommentVNode("", true), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$42);
14345
14337
  };
14346
14338
  }
14347
14339
  });
14348
14340
  //#endregion
14349
14341
  //#region src/component/primitive/SliderThumb.vue?vue&type=script&setup=true&lang.ts
14350
- var _hoisted_1$42 = [
14342
+ var _hoisted_1$41 = [
14351
14343
  "aria-disabled",
14352
14344
  "aria-label",
14353
14345
  "aria-valuemax",
@@ -14406,7 +14398,7 @@ var SliderThumb_default = /* @__PURE__ */ defineComponent({
14406
14398
  type: "button",
14407
14399
  onKeydown: onKeyDown,
14408
14400
  onPointerdown: _cache[0] || (_cache[0] = ($event) => $emit("grab", $event))
14409
- }, null, 46, _hoisted_1$42);
14401
+ }, null, 46, _hoisted_1$41);
14410
14402
  };
14411
14403
  }
14412
14404
  });
@@ -14511,7 +14503,7 @@ var Divider_module_default = {
14511
14503
  };
14512
14504
  //#endregion
14513
14505
  //#region src/component/FluxSeparator.vue?vue&type=script&setup=true&lang.ts
14514
- var _hoisted_1$41 = ["aria-orientation"];
14506
+ var _hoisted_1$40 = ["aria-orientation"];
14515
14507
  //#endregion
14516
14508
  //#region src/component/FluxSeparator.vue
14517
14509
  var FluxSeparator_default = /* @__PURE__ */ defineComponent({
@@ -14523,7 +14515,7 @@ var FluxSeparator_default = /* @__PURE__ */ defineComponent({
14523
14515
  class: normalizeClass(__props.direction === "horizontal" ? unref(Divider_module_default).separatorHorizontal : unref(Divider_module_default).separatorVertical),
14524
14516
  role: "separator",
14525
14517
  "aria-orientation": __props.direction
14526
- }, null, 10, _hoisted_1$41);
14518
+ }, null, 10, _hoisted_1$40);
14527
14519
  };
14528
14520
  }
14529
14521
  });
@@ -14768,7 +14760,7 @@ var CoordinatePicker_module_default = {
14768
14760
  };
14769
14761
  //#endregion
14770
14762
  //#region src/component/primitive/CoordinatePickerThumb.vue?vue&type=script&setup=true&lang.ts
14771
- var _hoisted_1$40 = [
14763
+ var _hoisted_1$39 = [
14772
14764
  "aria-disabled",
14773
14765
  "aria-valuetext",
14774
14766
  "tabindex"
@@ -14824,13 +14816,13 @@ var CoordinatePickerThumb_default = /* @__PURE__ */ defineComponent({
14824
14816
  type: "button",
14825
14817
  onKeydown: onKeyDown,
14826
14818
  onPointerdown: _cache[0] || (_cache[0] = ($event) => $emit("grab", $event))
14827
- }, null, 46, _hoisted_1$40);
14819
+ }, null, 46, _hoisted_1$39);
14828
14820
  };
14829
14821
  }
14830
14822
  });
14831
14823
  //#endregion
14832
14824
  //#region src/component/primitive/CoordinatePicker.vue?vue&type=script&setup=true&lang.ts
14833
- var _hoisted_1$39 = ["aria-disabled", "aria-label"];
14825
+ var _hoisted_1$38 = ["aria-disabled", "aria-label"];
14834
14826
  //#endregion
14835
14827
  //#region src/component/primitive/CoordinatePicker.vue
14836
14828
  var CoordinatePicker_default = /* @__PURE__ */ defineComponent({
@@ -14926,7 +14918,7 @@ var CoordinatePicker_default = /* @__PURE__ */ defineComponent({
14926
14918
  "disabled",
14927
14919
  "is-dragging",
14928
14920
  "position"
14929
- ])], 42, _hoisted_1$39);
14921
+ ])], 42, _hoisted_1$38);
14930
14922
  };
14931
14923
  }
14932
14924
  });
@@ -15309,14 +15301,14 @@ var FluxPrimaryButton_default = /* @__PURE__ */ defineComponent({
15309
15301
  });
15310
15302
  //#endregion
15311
15303
  //#region src/component/FluxColorSelect.vue?vue&type=script&setup=true&lang.ts
15312
- var _hoisted_1$38 = [
15304
+ var _hoisted_1$37 = [
15313
15305
  "aria-checked",
15314
15306
  "aria-label",
15315
15307
  "disabled",
15316
15308
  "tabindex",
15317
15309
  "onClick"
15318
15310
  ];
15319
- var _hoisted_2$14 = [
15311
+ var _hoisted_2$13 = [
15320
15312
  "disabled",
15321
15313
  "tabindex",
15322
15314
  "aria-label",
@@ -15384,7 +15376,7 @@ var FluxColorSelect_default = /* @__PURE__ */ defineComponent({
15384
15376
  class: normalizeClass(unref(Color_module_default).colorSelectCheck),
15385
15377
  name: "check",
15386
15378
  size: 14
15387
- }, null, 8, ["class"])], 14, _hoisted_1$38);
15379
+ }, null, 8, ["class"])], 14, _hoisted_1$37);
15388
15380
  }), 128)), __props.isCustomAllowed ? (openBlock(), createBlock(FluxFlyout_default, { key: 0 }, {
15389
15381
  opener: withCtx(({ open }) => [createElementVNode("button", {
15390
15382
  class: normalizeClass(unref(Color_module_default).colorSelectCustom),
@@ -15396,7 +15388,7 @@ var FluxColorSelect_default = /* @__PURE__ */ defineComponent({
15396
15388
  }, [createVNode(FluxIcon_default, {
15397
15389
  name: "ellipsis-h",
15398
15390
  size: 16
15399
- })], 10, _hoisted_2$14)]),
15391
+ })], 10, _hoisted_2$13)]),
15400
15392
  default: withCtx(({ close }) => [createVNode(FluxColorPicker_default, {
15401
15393
  modelValue: customColor.value,
15402
15394
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => customColor.value = $event),
@@ -15504,15 +15496,15 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
15504
15496
  });
15505
15497
  //#endregion
15506
15498
  //#region src/css/component/Pagination.module.scss
15507
- var { "secondaryButton": _0$8, "secondaryButtonIcon": _1$2, "secondaryButtonLabel": _2$1 } = Button_module_default;
15499
+ var { "secondaryButtonIcon": _0$8, "secondaryButton": _1$2, "secondaryButtonLabel": _2$1 } = Button_module_default;
15508
15500
  var Pagination_module_default = {
15509
15501
  pagination: `pagination`,
15510
- paginationButton: `pagination-button ${_0$8}`,
15502
+ paginationButton: `pagination-button ${_1$2}`,
15511
15503
  secondaryButton: `secondary-button`,
15512
15504
  paginationButtonArrow: `pagination-button-arrow`,
15513
15505
  paginationButtonCurrent: `pagination-button-current`,
15514
15506
  paginationButtonSpacer: `pagination-button-spacer`,
15515
- paginationButtonIcon: `pagination-button-icon ${_1$2}`,
15507
+ paginationButtonIcon: `pagination-button-icon ${_0$8}`,
15516
15508
  paginationButtonLabel: `pagination-button-label ${_2$1}`,
15517
15509
  paginationBar: `pagination-bar`,
15518
15510
  paginationBarLimit: `pagination-bar-limit`,
@@ -15593,7 +15585,7 @@ var FluxPaginationButton_default = /* @__PURE__ */ defineComponent({
15593
15585
  });
15594
15586
  //#endregion
15595
15587
  //#region src/component/FluxPagination.vue?vue&type=script&setup=true&lang.ts
15596
- var _hoisted_1$37 = ["aria-label"];
15588
+ var _hoisted_1$36 = ["aria-label"];
15597
15589
  //#endregion
15598
15590
  //#region src/component/FluxPagination.vue
15599
15591
  var FluxPagination_default = /* @__PURE__ */ defineComponent({
@@ -15708,7 +15700,7 @@ var FluxPagination_default = /* @__PURE__ */ defineComponent({
15708
15700
  "aria-label": unref(translate)("flux.next"),
15709
15701
  onClick: next
15710
15702
  }, null, 8, ["disabled", "aria-label"])) : createCommentVNode("", true)
15711
- ], 10, _hoisted_1$37);
15703
+ ], 10, _hoisted_1$36);
15712
15704
  };
15713
15705
  }
15714
15706
  });
@@ -15839,9 +15831,9 @@ var FluxTableRow_default = /* @__PURE__ */ defineComponent({
15839
15831
  });
15840
15832
  //#endregion
15841
15833
  //#region src/component/FluxTable.vue?vue&type=script&setup=true&lang.ts
15842
- var _hoisted_1$36 = { key: 0 };
15843
- var _hoisted_2$13 = { key: 1 };
15844
- var _hoisted_3$4 = { key: 2 };
15834
+ var _hoisted_1$35 = { key: 0 };
15835
+ var _hoisted_2$12 = { key: 1 };
15836
+ var _hoisted_3$3 = { key: 2 };
15845
15837
  //#endregion
15846
15838
  //#region src/component/FluxTable.vue
15847
15839
  var FluxTable_default = /* @__PURE__ */ defineComponent({
@@ -15888,8 +15880,8 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15888
15880
  }, [
15889
15881
  createElementVNode("table", { class: normalizeClass(unref(Table_module_default).tableBase) }, [
15890
15882
  renderSlot(_ctx.$slots, "colgroups"),
15891
- slots.header ? (openBlock(), createElementBlock("thead", _hoisted_1$36, [renderSlot(_ctx.$slots, "header")])) : createCommentVNode("", true),
15892
- slots.default ? (openBlock(), createElementBlock("tbody", _hoisted_2$13, [renderSlot(_ctx.$slots, "default"), __props.fillColumns ? (openBlock(), createBlock(FluxTableRow_default, {
15883
+ slots.header ? (openBlock(), createElementBlock("thead", _hoisted_1$35, [renderSlot(_ctx.$slots, "header")])) : createCommentVNode("", true),
15884
+ slots.default ? (openBlock(), createElementBlock("tbody", _hoisted_2$12, [renderSlot(_ctx.$slots, "default"), __props.fillColumns ? (openBlock(), createBlock(FluxTableRow_default, {
15893
15885
  key: 0,
15894
15886
  class: normalizeClass(unref(Table_module_default).tableFill)
15895
15887
  }, {
@@ -15898,7 +15890,7 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15898
15890
  }), 128))]),
15899
15891
  _: 1
15900
15892
  }, 8, ["class"])) : createCommentVNode("", true)])) : createCommentVNode("", true),
15901
- slots.footer ? (openBlock(), createElementBlock("tfoot", _hoisted_3$4, [renderSlot(_ctx.$slots, "footer")])) : createCommentVNode("", true),
15893
+ slots.footer ? (openBlock(), createElementBlock("tfoot", _hoisted_3$3, [renderSlot(_ctx.$slots, "footer")])) : createCommentVNode("", true),
15902
15894
  slots.caption ? (openBlock(), createElementBlock("caption", {
15903
15895
  key: 3,
15904
15896
  style: normalizeStyle({ captionSide: __props.captionSide })
@@ -15922,8 +15914,8 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15922
15914
  });
15923
15915
  //#endregion
15924
15916
  //#region src/component/FluxTableHeader.vue?vue&type=script&setup=true&lang.ts
15925
- var _hoisted_1$35 = ["aria-sort"];
15926
- var _hoisted_2$12 = ["aria-label", "onClick"];
15917
+ var _hoisted_1$34 = ["aria-sort"];
15918
+ var _hoisted_2$11 = ["aria-label", "onClick"];
15927
15919
  //#endregion
15928
15920
  //#region src/component/FluxTableHeader.vue
15929
15921
  var FluxTableHeader_default = /* @__PURE__ */ defineComponent({
@@ -15962,7 +15954,7 @@ var FluxTableHeader_default = /* @__PURE__ */ defineComponent({
15962
15954
  }, [createVNode(FluxIcon_default, {
15963
15955
  size: 16,
15964
15956
  name: sortingIcon.value
15965
- }, null, 8, ["name"])], 10, _hoisted_2$12)]),
15957
+ }, null, 8, ["name"])], 10, _hoisted_2$11)]),
15966
15958
  default: withCtx(() => [createVNode(FluxMenu_default, null, {
15967
15959
  default: withCtx(() => [createVNode(FluxMenuGroup_default, null, {
15968
15960
  default: withCtx(() => [createVNode(FluxMenuItem_default, {
@@ -15989,7 +15981,7 @@ var FluxTableHeader_default = /* @__PURE__ */ defineComponent({
15989
15981
  _: 1
15990
15982
  })]),
15991
15983
  _: 1
15992
- })) : createCommentVNode("", true)], 2)], 14, _hoisted_1$35);
15984
+ })) : createCommentVNode("", true)], 2)], 14, _hoisted_1$34);
15993
15985
  };
15994
15986
  }
15995
15987
  });
@@ -16247,7 +16239,7 @@ var FluxDisabled_default = /* @__PURE__ */ defineComponent({
16247
16239
  });
16248
16240
  //#endregion
16249
16241
  //#region src/component/FluxDivider.vue?vue&type=script&setup=true&lang.ts
16250
- var _hoisted_1$34 = ["aria-orientation"];
16242
+ var _hoisted_1$33 = ["aria-orientation"];
16251
16243
  //#endregion
16252
16244
  //#region src/component/FluxDivider.vue
16253
16245
  var FluxDivider_default = /* @__PURE__ */ defineComponent({
@@ -16269,23 +16261,23 @@ var FluxDivider_default = /* @__PURE__ */ defineComponent({
16269
16261
  }, [renderSlot(_ctx.$slots, "default")], 2)) : (openBlock(), createElementBlock("hr", {
16270
16262
  key: 1,
16271
16263
  class: normalizeClass(unref(Divider_module_default).dividerLine)
16272
- }, null, 2))], 10, _hoisted_1$34);
16264
+ }, null, 2))], 10, _hoisted_1$33);
16273
16265
  };
16274
16266
  }
16275
16267
  });
16276
16268
  //#endregion
16277
16269
  //#region src/component/FluxDotPattern.vue?vue&type=script&setup=true&lang.ts
16278
- var _hoisted_1$33 = [
16270
+ var _hoisted_1$32 = [
16279
16271
  "id",
16280
16272
  "width",
16281
16273
  "height"
16282
16274
  ];
16283
- var _hoisted_2$11 = [
16275
+ var _hoisted_2$10 = [
16284
16276
  "r",
16285
16277
  "cx",
16286
16278
  "cy"
16287
16279
  ];
16288
- var _hoisted_3$3 = ["fill"];
16280
+ var _hoisted_3$2 = ["fill"];
16289
16281
  //#endregion
16290
16282
  //#region src/component/FluxDotPattern.vue
16291
16283
  var FluxDotPattern_default = /* @__PURE__ */ defineComponent({
@@ -16330,12 +16322,12 @@ var FluxDotPattern_default = /* @__PURE__ */ defineComponent({
16330
16322
  r: __props.cr,
16331
16323
  cx: __props.width / 2 - __props.cx,
16332
16324
  cy: __props.height / 2 - __props.cy
16333
- }, null, 8, _hoisted_2$11)], 8, _hoisted_1$33)]), createElementVNode("rect", {
16325
+ }, null, 8, _hoisted_2$10)], 8, _hoisted_1$32)]), createElementVNode("rect", {
16334
16326
  width: "100%",
16335
16327
  height: "100%",
16336
16328
  "stroke-width": "0",
16337
16329
  fill: `url(#${unref(id)})`
16338
- }, null, 8, _hoisted_3$3)], 2);
16330
+ }, null, 8, _hoisted_3$2)], 2);
16339
16331
  };
16340
16332
  }
16341
16333
  });
@@ -16353,12 +16345,12 @@ var DropZone_module_default = {
16353
16345
  };
16354
16346
  //#endregion
16355
16347
  //#region src/component/FluxDropZone.vue?vue&type=script&setup=true&lang.ts
16356
- var _hoisted_1$32 = [
16348
+ var _hoisted_1$31 = [
16357
16349
  "aria-disabled",
16358
16350
  "aria-label",
16359
16351
  "tabindex"
16360
16352
  ];
16361
- var _hoisted_2$10 = ["pathLength"];
16353
+ var _hoisted_2$9 = ["pathLength"];
16362
16354
  //#endregion
16363
16355
  //#region src/component/FluxDropZone.vue
16364
16356
  var FluxDropZone_default = /* @__PURE__ */ defineComponent({
@@ -16472,7 +16464,7 @@ var FluxDropZone_default = /* @__PURE__ */ defineComponent({
16472
16464
  "stroke-linecap": "round",
16473
16465
  "stroke-linejoin": "round",
16474
16466
  pathLength: pathLength.value
16475
- }, null, 8, _hoisted_2$10)], 2)),
16467
+ }, null, 8, _hoisted_2$9)], 2)),
16476
16468
  renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({
16477
16469
  isDragging: isDragging.value,
16478
16470
  isDraggingOver: isDraggingOver.value,
@@ -16499,7 +16491,7 @@ var FluxDropZone_default = /* @__PURE__ */ defineComponent({
16499
16491
  isDraggingOver: isDraggingOver.value,
16500
16492
  showPicker
16501
16493
  })))
16502
- ], 42, _hoisted_1$32);
16494
+ ], 42, _hoisted_1$31);
16503
16495
  };
16504
16496
  }
16505
16497
  });
@@ -16529,12 +16521,12 @@ var Expandable_module_default = {
16529
16521
  };
16530
16522
  //#endregion
16531
16523
  //#region src/component/FluxExpandable.vue?vue&type=script&setup=true&lang.ts
16532
- var _hoisted_1$31 = [
16524
+ var _hoisted_1$30 = [
16533
16525
  "id",
16534
16526
  "aria-controls",
16535
16527
  "aria-expanded"
16536
16528
  ];
16537
- var _hoisted_2$9 = ["id", "aria-labelledby"];
16529
+ var _hoisted_2$8 = ["id", "aria-labelledby"];
16538
16530
  //#endregion
16539
16531
  //#region src/component/FluxExpandable.vue
16540
16532
  var FluxExpandable_default = /* @__PURE__ */ defineComponent({
@@ -16625,9 +16617,9 @@ var FluxExpandable_default = /* @__PURE__ */ defineComponent({
16625
16617
  })), () => [createElementVNode("div", { class: normalizeClass(unref(Expandable_module_default).expandableContent) }, [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({
16626
16618
  label: __props.label,
16627
16619
  close
16628
- })))], 2)])], 10, _hoisted_2$9)) : createCommentVNode("", true)]),
16620
+ })))], 2)])], 10, _hoisted_2$8)) : createCommentVNode("", true)]),
16629
16621
  _: 3
16630
- })], 10, _hoisted_1$31);
16622
+ })], 10, _hoisted_1$30);
16631
16623
  };
16632
16624
  }
16633
16625
  });
@@ -17846,7 +17838,7 @@ var FocalPoint_module_default = {
17846
17838
  };
17847
17839
  //#endregion
17848
17840
  //#region src/component/FluxFocalPointEditor.vue?vue&type=script&setup=true&lang.ts
17849
- var _hoisted_1$30 = ["src"];
17841
+ var _hoisted_1$29 = ["src"];
17850
17842
  //#endregion
17851
17843
  //#region src/component/FluxFocalPointEditor.vue
17852
17844
  var FluxFocalPointEditor_default = /* @__PURE__ */ defineComponent({
@@ -17915,7 +17907,7 @@ var FluxFocalPointEditor_default = /* @__PURE__ */ defineComponent({
17915
17907
  src: __props.src,
17916
17908
  alt: "",
17917
17909
  onLoad: onImageLoaded
17918
- }, null, 42, _hoisted_1$30), createElementVNode("div", {
17910
+ }, null, 42, _hoisted_1$29), createElementVNode("div", {
17919
17911
  class: normalizeClass(unref(FocalPoint_module_default).focalPointEditorArea),
17920
17912
  style: normalizeStyle({
17921
17913
  top: `${focalPointY.value}%`,
@@ -17944,7 +17936,7 @@ var FluxFocalPointEditor_default = /* @__PURE__ */ defineComponent({
17944
17936
  });
17945
17937
  //#endregion
17946
17938
  //#region src/component/FluxFocalPointImage.vue?vue&type=script&setup=true&lang.ts
17947
- var _hoisted_1$29 = ["src", "alt"];
17939
+ var _hoisted_1$28 = ["src", "alt"];
17948
17940
  //#endregion
17949
17941
  //#region src/component/FluxFocalPointImage.vue
17950
17942
  var FluxFocalPointImage_default = /* @__PURE__ */ defineComponent({
@@ -17963,13 +17955,13 @@ var FluxFocalPointImage_default = /* @__PURE__ */ defineComponent({
17963
17955
  style: normalizeStyle({ objectPosition: `${x.value}% ${y.value}%` }),
17964
17956
  src: __props.src,
17965
17957
  alt: __props.alt
17966
- }, null, 14, _hoisted_1$29);
17958
+ }, null, 14, _hoisted_1$28);
17967
17959
  };
17968
17960
  }
17969
17961
  });
17970
17962
  //#endregion
17971
17963
  //#region src/component/FluxForm.vue?vue&type=script&setup=true&lang.ts
17972
- var _hoisted_1$28 = ["aria-disabled"];
17964
+ var _hoisted_1$27 = ["aria-disabled"];
17973
17965
  //#endregion
17974
17966
  //#region src/component/FluxForm.vue
17975
17967
  var FluxForm_default = /* @__PURE__ */ defineComponent({
@@ -17992,7 +17984,7 @@ var FluxForm_default = /* @__PURE__ */ defineComponent({
17992
17984
  }, [createVNode(FluxDisabled_default, { disabled: __props.disabled }, {
17993
17985
  default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
17994
17986
  _: 3
17995
- }, 8, ["disabled"])], 42, _hoisted_1$28);
17987
+ }, 8, ["disabled"])], 42, _hoisted_1$27);
17996
17988
  };
17997
17989
  }
17998
17990
  });
@@ -18104,7 +18096,7 @@ var FluxFormDateInput_default = /* @__PURE__ */ defineComponent({
18104
18096
  });
18105
18097
  //#endregion
18106
18098
  //#region src/component/FluxFormDateRangeInput.vue?vue&type=script&setup=true&lang.ts
18107
- var _hoisted_1$27 = { key: 0 };
18099
+ var _hoisted_1$26 = { key: 0 };
18108
18100
  //#endregion
18109
18101
  //#region src/component/FluxFormDateRangeInput.vue
18110
18102
  var FluxFormDateRangeInput_default = /* @__PURE__ */ defineComponent({
@@ -18150,7 +18142,7 @@ var FluxFormDateRangeInput_default = /* @__PURE__ */ defineComponent({
18150
18142
  default: withCtx(() => [createElementVNode("div", {
18151
18143
  class: normalizeClass(unref(clsx)(unref(Form_module_default).formDateRangeInput, unref(disabled) && unref(Form_module_default).isDisabled, __props.isCondensed && unref(Form_module_default).isCondensed, __props.isSecondary && unref(Form_module_default).isSecondary, __props.error && unref(Form_module_default).isInvalid)),
18152
18144
  role: "presentation"
18153
- }, [label.value ? (openBlock(), createElementBlock("span", _hoisted_1$27, toDisplayString(label.value), 1)) : __props.placeholder ? (openBlock(), createElementBlock("span", {
18145
+ }, [label.value ? (openBlock(), createElementBlock("span", _hoisted_1$26, toDisplayString(label.value), 1)) : __props.placeholder ? (openBlock(), createElementBlock("span", {
18154
18146
  key: 1,
18155
18147
  class: normalizeClass(unref(Form_module_default).formSelectPlaceholder)
18156
18148
  }, toDisplayString(__props.placeholder), 3)) : createCommentVNode("", true)], 2), createVNode(FluxSecondaryButton_default, {
@@ -18322,7 +18314,7 @@ var FluxFormGrid_default = /* @__PURE__ */ defineComponent({
18322
18314
  });
18323
18315
  //#endregion
18324
18316
  //#region src/component/FluxFormInputAddition.vue?vue&type=script&setup=true&lang.ts
18325
- var _hoisted_1$26 = { key: 1 };
18317
+ var _hoisted_1$25 = { key: 1 };
18326
18318
  //#endregion
18327
18319
  //#region src/component/FluxFormInputAddition.vue
18328
18320
  var FluxFormInputAddition_default = /* @__PURE__ */ defineComponent({
@@ -18339,7 +18331,7 @@ var FluxFormInputAddition_default = /* @__PURE__ */ defineComponent({
18339
18331
  name: __props.icon,
18340
18332
  size: 18
18341
18333
  }, null, 8, ["name"])) : createCommentVNode("", true),
18342
- __props.label ? (openBlock(), createElementBlock("span", _hoisted_1$26, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
18334
+ __props.label ? (openBlock(), createElementBlock("span", _hoisted_1$25, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
18343
18335
  renderSlot(_ctx.$slots, "default")
18344
18336
  ], 2);
18345
18337
  };
@@ -18347,14 +18339,14 @@ var FluxFormInputAddition_default = /* @__PURE__ */ defineComponent({
18347
18339
  });
18348
18340
  //#endregion
18349
18341
  //#region src/component/FluxFormPinInput.vue?vue&type=script&setup=true&lang.ts
18350
- var _hoisted_1$25 = [
18342
+ var _hoisted_1$24 = [
18351
18343
  "id",
18352
18344
  "name",
18353
18345
  "autofocus",
18354
18346
  "aria-disabled",
18355
18347
  "aria-invalid"
18356
18348
  ];
18357
- var _hoisted_2$8 = [
18349
+ var _hoisted_2$7 = [
18358
18350
  "aria-label",
18359
18351
  "autocomplete",
18360
18352
  "autofocus",
@@ -18470,8 +18462,8 @@ var FluxFormPinInput_default = /* @__PURE__ */ defineComponent({
18470
18462
  onInput,
18471
18463
  onKeydown: onKeyDown,
18472
18464
  onPaste
18473
- }, null, 42, _hoisted_2$8);
18474
- }), 128))], 14, _hoisted_1$25);
18465
+ }, null, 42, _hoisted_2$7);
18466
+ }), 128))], 14, _hoisted_1$24);
18475
18467
  };
18476
18468
  }
18477
18469
  });
@@ -18767,7 +18759,7 @@ var FluxFormSelectAsync_default = /* @__PURE__ */ defineComponent({
18767
18759
  });
18768
18760
  //#endregion
18769
18761
  //#region src/component/FluxFormTextArea.vue?vue&type=script&setup=true&lang.ts
18770
- var _hoisted_1$24 = [
18762
+ var _hoisted_1$23 = [
18771
18763
  "id",
18772
18764
  "name",
18773
18765
  "autocomplete",
@@ -18829,7 +18821,7 @@ var FluxFormTextArea_default = /* @__PURE__ */ defineComponent({
18829
18821
  "aria-invalid": __props.error ? true : void 0,
18830
18822
  onBlur: _cache[1] || (_cache[1] = ($event) => emit("blur")),
18831
18823
  onFocus: _cache[2] || (_cache[2] = ($event) => emit("focus"))
18832
- }, null, 46, _hoisted_1$24)), [[vModelText, modelValue.value]]);
18824
+ }, null, 46, _hoisted_1$23)), [[vModelText, modelValue.value]]);
18833
18825
  };
18834
18826
  }
18835
18827
  });
@@ -19556,7 +19548,7 @@ var TreeViewSelect_module_default = {
19556
19548
  };
19557
19549
  //#endregion
19558
19550
  //#region src/component/FluxFormTreeViewSelect.vue?vue&type=script&setup=true&lang.ts
19559
- var _hoisted_1$23 = [
19551
+ var _hoisted_1$22 = [
19560
19552
  "role",
19561
19553
  "tabindex",
19562
19554
  "aria-selected",
@@ -19797,7 +19789,7 @@ var FluxFormTreeViewSelect_default = /* @__PURE__ */ defineComponent({
19797
19789
  "expanded",
19798
19790
  "level-colors",
19799
19791
  "onExpandClick"
19800
- ])], 42, _hoisted_1$23);
19792
+ ])], 42, _hoisted_1$22);
19801
19793
  }), 128))], 2)]),
19802
19794
  _: 1
19803
19795
  }, 8, ["class", "anchor"])) : createCommentVNode("", true)]),
@@ -19812,7 +19804,7 @@ var Remove_module_default = {
19812
19804
  };
19813
19805
  //#endregion
19814
19806
  //#region src/component/FluxRemove.vue?vue&type=script&setup=true&lang.ts
19815
- var _hoisted_1$22 = ["aria-label"];
19807
+ var _hoisted_1$21 = ["aria-label"];
19816
19808
  //#endregion
19817
19809
  //#region src/component/FluxRemove.vue
19818
19810
  var FluxRemove_default = /* @__PURE__ */ defineComponent({
@@ -19835,7 +19827,7 @@ var FluxRemove_default = /* @__PURE__ */ defineComponent({
19835
19827
  key: 0,
19836
19828
  name: __props.icon,
19837
19829
  size: 16
19838
- }, null, 8, ["name"])) : createCommentVNode("", true)], 10, _hoisted_1$22);
19830
+ }, null, 8, ["name"])) : createCommentVNode("", true)], 10, _hoisted_1$21);
19839
19831
  };
19840
19832
  }
19841
19833
  });
@@ -19908,7 +19900,7 @@ var FluxGalleryItem_default = /* @__PURE__ */ defineComponent({
19908
19900
  });
19909
19901
  //#endregion
19910
19902
  //#region src/component/FluxGallery.vue?vue&type=script&setup=true&lang.ts
19911
- var _hoisted_1$21 = ["onClick"];
19903
+ var _hoisted_1$20 = ["onClick"];
19912
19904
  //#endregion
19913
19905
  //#region src/component/FluxGallery.vue
19914
19906
  var FluxGallery_default = /* @__PURE__ */ defineComponent({
@@ -19986,7 +19978,7 @@ var FluxGallery_default = /* @__PURE__ */ defineComponent({
19986
19978
  class: normalizeClass(unref(Gallery_module_default).galleryAdd),
19987
19979
  type: "button",
19988
19980
  onClick: ($event) => showPicker()
19989
- }, [createVNode(FluxIcon_default, { name: "plus" })], 10, _hoisted_1$21)) : createCommentVNode("", true)
19981
+ }, [createVNode(FluxIcon_default, { name: "plus" })], 10, _hoisted_1$20)) : createCommentVNode("", true)
19990
19982
  ]),
19991
19983
  _: 2
19992
19984
  }, 1032, ["class", "move-class"])]),
@@ -20061,13 +20053,13 @@ var FluxGridColumn_default = /* @__PURE__ */ defineComponent({
20061
20053
  });
20062
20054
  //#endregion
20063
20055
  //#region src/component/FluxGridPattern.vue?vue&type=script&setup=true&lang.ts
20064
- var _hoisted_1$20 = [
20056
+ var _hoisted_1$19 = [
20065
20057
  "id",
20066
20058
  "width",
20067
20059
  "height"
20068
20060
  ];
20069
- var _hoisted_2$7 = ["d", "stroke-dasharray"];
20070
- var _hoisted_3$2 = ["fill"];
20061
+ var _hoisted_2$6 = ["d", "stroke-dasharray"];
20062
+ var _hoisted_3$1 = ["fill"];
20071
20063
  var _hoisted_4 = {
20072
20064
  key: 0,
20073
20065
  style: { "overflow": "visible" }
@@ -20106,13 +20098,13 @@ var FluxGridPattern_default = /* @__PURE__ */ defineComponent({
20106
20098
  d: `M.5 ${__props.height}V.5H${__props.width}`,
20107
20099
  fill: "none",
20108
20100
  "stroke-dasharray": __props.strokeDasharray
20109
- }, null, 8, _hoisted_2$7)], 8, _hoisted_1$20)]),
20101
+ }, null, 8, _hoisted_2$6)], 8, _hoisted_1$19)]),
20110
20102
  createElementVNode("rect", {
20111
20103
  width: "100%",
20112
20104
  height: "100%",
20113
20105
  "stroke-width": "0",
20114
20106
  fill: `url(#${unref(id)})`
20115
- }, null, 8, _hoisted_3$2),
20107
+ }, null, 8, _hoisted_3$1),
20116
20108
  __props.squares ? (openBlock(), createElementBlock("svg", _hoisted_4, [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.squares, ([x, y]) => {
20117
20109
  return openBlock(), createElementBlock("rect", {
20118
20110
  key: `${x}-${y}`,
@@ -20173,7 +20165,7 @@ var Kanban_module_default = {
20173
20165
  };
20174
20166
  //#endregion
20175
20167
  //#region src/component/FluxKanban.vue?vue&type=script&setup=true&lang.ts
20176
- var _hoisted_1$19 = ["aria-label"];
20168
+ var _hoisted_1$18 = ["aria-label"];
20177
20169
  //#endregion
20178
20170
  //#region src/component/FluxKanban.vue
20179
20171
  var FluxKanban_default = /* @__PURE__ */ defineComponent({
@@ -20240,14 +20232,14 @@ var FluxKanban_default = /* @__PURE__ */ defineComponent({
20240
20232
  "aria-live": "polite",
20241
20233
  "aria-atomic": "true",
20242
20234
  class: normalizeClass(unref(Kanban_module_default).kanbanLiveRegion)
20243
- }, toDisplayString(liveMessage.value), 3)], 10, _hoisted_1$19);
20235
+ }, toDisplayString(liveMessage.value), 3)], 10, _hoisted_1$18);
20244
20236
  };
20245
20237
  }
20246
20238
  });
20247
20239
  //#endregion
20248
20240
  //#region src/component/FluxKanbanColumn.vue?vue&type=script&setup=true&lang.ts
20249
- var _hoisted_1$18 = ["aria-label", "aria-disabled"];
20250
- var _hoisted_2$6 = ["draggable", "tabindex"];
20241
+ var _hoisted_1$17 = ["aria-label", "aria-disabled"];
20242
+ var _hoisted_2$5 = ["draggable", "tabindex"];
20251
20243
  //#endregion
20252
20244
  //#region src/component/FluxKanbanColumn.vue
20253
20245
  var FluxKanbanColumn_default = /* @__PURE__ */ defineComponent({
@@ -20399,7 +20391,7 @@ var FluxKanbanColumn_default = /* @__PURE__ */ defineComponent({
20399
20391
  key: 1,
20400
20392
  label: String(__props.count)
20401
20393
  }, null, 8, ["label"])) : createCommentVNode("", true)
20402
- ], 2), renderSlot(_ctx.$slots, "actions")], 42, _hoisted_2$6),
20394
+ ], 2), renderSlot(_ctx.$slots, "actions")], 42, _hoisted_2$5),
20403
20395
  createElementVNode("main", {
20404
20396
  ref_key: "body",
20405
20397
  ref: body,
@@ -20428,13 +20420,13 @@ var FluxKanbanColumn_default = /* @__PURE__ */ defineComponent({
20428
20420
  key: 0,
20429
20421
  class: normalizeClass(unref(Kanban_module_default).kanbanColumnFooter)
20430
20422
  }, [renderSlot(_ctx.$slots, "footer")], 2)) : createCommentVNode("", true)
20431
- ], 10, _hoisted_1$18);
20423
+ ], 10, _hoisted_1$17);
20432
20424
  };
20433
20425
  }
20434
20426
  });
20435
20427
  //#endregion
20436
20428
  //#region src/component/FluxKanbanItem.vue?vue&type=script&setup=true&lang.ts
20437
- var _hoisted_1$17 = [
20429
+ var _hoisted_1$16 = [
20438
20430
  "aria-disabled",
20439
20431
  "draggable",
20440
20432
  "tabindex"
@@ -20560,7 +20552,7 @@ var FluxKanbanItem_default = /* @__PURE__ */ defineComponent({
20560
20552
  onDragover: withModifiers(onDragOver, ["stop"]),
20561
20553
  onFocus,
20562
20554
  onKeydown: _cache[0] || (_cache[0] = (...args) => unref(handleKeyDown) && unref(handleKeyDown)(...args))
20563
- }, [renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$17);
20555
+ }, [renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$16);
20564
20556
  };
20565
20557
  }
20566
20558
  });
@@ -20670,31 +20662,6 @@ var FluxLayerPaneSecondary_default = /* @__PURE__ */ defineComponent({
20670
20662
  };
20671
20663
  }
20672
20664
  });
20673
- var Legend_module_default = {
20674
- legendHorizontal: `legend-horizontal`,
20675
- legendVertical: `legend-vertical`,
20676
- legendItem: `legend-item`
20677
- };
20678
- //#endregion
20679
- //#region src/component/FluxLegend.vue
20680
- var FluxLegend_default = /* @__PURE__ */ defineComponent({
20681
- __name: "FluxLegend",
20682
- props: {
20683
- direction: { default: "horizontal" },
20684
- items: {}
20685
- },
20686
- setup(__props) {
20687
- return (_ctx, _cache) => {
20688
- return openBlock(), createElementBlock("div", { class: normalizeClass(__props.direction === "horizontal" ? unref(Legend_module_default).legendHorizontal : unref(Legend_module_default).legendVertical) }, [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item, index) => {
20689
- return openBlock(), createElementBlock("span", {
20690
- key: index,
20691
- class: normalizeClass(unref(Legend_module_default).legendItem),
20692
- style: normalizeStyle({ "--color": item.color })
20693
- }, toDisplayString(item.label), 7);
20694
- }), 128))], 2);
20695
- };
20696
- }
20697
- });
20698
20665
  //#endregion
20699
20666
  //#region src/component/FluxLink.vue
20700
20667
  var FluxLink_default = /* @__PURE__ */ defineComponent({
@@ -20757,7 +20724,7 @@ var FluxLink_default = /* @__PURE__ */ defineComponent({
20757
20724
  });
20758
20725
  //#endregion
20759
20726
  //#region src/component/FluxMenuCollapsible.vue?vue&type=script&setup=true&lang.ts
20760
- var _hoisted_1$16 = ["id"];
20727
+ var _hoisted_1$15 = ["id"];
20761
20728
  //#endregion
20762
20729
  //#region src/component/FluxMenuCollapsible.vue
20763
20730
  var FluxMenuCollapsible_default = /* @__PURE__ */ defineComponent({
@@ -20867,7 +20834,7 @@ var FluxMenuCollapsible_default = /* @__PURE__ */ defineComponent({
20867
20834
  id: unref(bodyId),
20868
20835
  class: normalizeClass(unref(Menu_module_default).menuCollapsibleBody),
20869
20836
  role: "group"
20870
- }, [createElementVNode("div", { class: normalizeClass(unref(Menu_module_default).menuCollapsibleContent) }, [renderSlot(_ctx.$slots, "default")], 2)], 10, _hoisted_1$16)) : createCommentVNode("", true)]),
20837
+ }, [createElementVNode("div", { class: normalizeClass(unref(Menu_module_default).menuCollapsibleContent) }, [renderSlot(_ctx.$slots, "default")], 2)], 10, _hoisted_1$15)) : createCommentVNode("", true)]),
20871
20838
  _: 3
20872
20839
  })], 2);
20873
20840
  };
@@ -20945,7 +20912,7 @@ var Notice_module_default = {
20945
20912
  };
20946
20913
  //#endregion
20947
20914
  //#region src/component/FluxNotice.vue?vue&type=script&setup=true&lang.ts
20948
- var _hoisted_1$15 = ["aria-label"];
20915
+ var _hoisted_1$14 = ["aria-label"];
20949
20916
  //#endregion
20950
20917
  //#region src/component/FluxNotice.vue
20951
20918
  var FluxNotice_default = /* @__PURE__ */ defineComponent({
@@ -20996,7 +20963,7 @@ var FluxNotice_default = /* @__PURE__ */ defineComponent({
20996
20963
  type: "button",
20997
20964
  "aria-label": unref(translate)("flux.close"),
20998
20965
  onClick: _cache[0] || (_cache[0] = ($event) => emit("close"))
20999
- }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$15)) : createCommentVNode("", true)
20966
+ }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$14)) : createCommentVNode("", true)
21000
20967
  ], 2);
21001
20968
  };
21002
20969
  }
@@ -21249,7 +21216,7 @@ var FluxPaneIllustration_default = /* @__PURE__ */ defineComponent({
21249
21216
  });
21250
21217
  //#endregion
21251
21218
  //#region src/component/FluxPaneMedia.vue?vue&type=script&setup=true&lang.ts
21252
- var _hoisted_1$14 = ["src", "alt"];
21219
+ var _hoisted_1$13 = ["src", "alt"];
21253
21220
  //#endregion
21254
21221
  //#region src/component/FluxPaneMedia.vue
21255
21222
  var FluxPaneMedia_default = /* @__PURE__ */ defineComponent({
@@ -21274,52 +21241,13 @@ var FluxPaneMedia_default = /* @__PURE__ */ defineComponent({
21274
21241
  }),
21275
21242
  src: __props.imageUrl,
21276
21243
  alt: __props.imageAlt
21277
- }, null, 14, _hoisted_1$14)) : createCommentVNode("", true)], 2);
21278
- };
21279
- }
21280
- });
21281
- var PercentageBar_module_default = {
21282
- percentageBar: `percentage-bar`,
21283
- percentageBarSegment: `percentage-bar-segment`,
21284
- percentageBarTooltip: `percentage-bar-tooltip`,
21285
- percentageBarTrack: `percentage-bar-track`
21286
- };
21287
- //#endregion
21288
- //#region src/component/FluxPercentageBar.vue
21289
- var FluxPercentageBar_default = /* @__PURE__ */ defineComponent({
21290
- __name: "FluxPercentageBar",
21291
- props: {
21292
- isLegendVisible: { type: Boolean },
21293
- items: {}
21294
- },
21295
- setup(__props) {
21296
- return (_ctx, _cache) => {
21297
- return openBlock(), createElementBlock("div", { class: normalizeClass(unref(PercentageBar_module_default).percentageBar) }, [createElementVNode("div", { class: normalizeClass(unref(PercentageBar_module_default).percentageBarTrack) }, [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item, index) => {
21298
- return openBlock(), createBlock(FluxTooltip_default, { key: index }, {
21299
- content: withCtx(() => [createElementVNode("div", { class: normalizeClass(unref(PercentageBar_module_default).percentageBarTooltip) }, [item.icon ? (openBlock(), createBlock(FluxIcon_default, {
21300
- key: 0,
21301
- name: item.icon,
21302
- size: 16
21303
- }, null, 8, ["name"])) : createCommentVNode("", true), createElementVNode("span", null, toDisplayString(unref(m$2)(item.value)) + " " + toDisplayString(item.label), 1)], 2)]),
21304
- default: withCtx(() => [createElementVNode("div", {
21305
- class: normalizeClass(unref(PercentageBar_module_default).percentageBarSegment),
21306
- style: normalizeStyle({
21307
- backgroundColor: item.color,
21308
- flexGrow: item.value
21309
- })
21310
- }, null, 6)]),
21311
- _: 2
21312
- }, 1024);
21313
- }), 128))], 2), __props.isLegendVisible ? (openBlock(), createBlock(FluxLegend_default, {
21314
- key: 0,
21315
- items: __props.items
21316
- }, null, 8, ["items"])) : createCommentVNode("", true)], 2);
21244
+ }, null, 14, _hoisted_1$13)) : createCommentVNode("", true)], 2);
21317
21245
  };
21318
21246
  }
21319
21247
  });
21320
21248
  //#endregion
21321
21249
  //#region src/component/FluxPersona.vue?vue&type=script&setup=true&lang.ts
21322
- var _hoisted_1$13 = { key: 0 };
21250
+ var _hoisted_1$12 = { key: 0 };
21323
21251
  //#endregion
21324
21252
  //#region src/component/FluxPersona.vue
21325
21253
  var FluxPersona_default = /* @__PURE__ */ defineComponent({
@@ -21359,14 +21287,14 @@ var FluxPersona_default = /* @__PURE__ */ defineComponent({
21359
21287
  ]), !__props.isCompact ? (openBlock(), createElementBlock("div", {
21360
21288
  key: 0,
21361
21289
  class: normalizeClass(unref(Avatar_module_default).personaDetails)
21362
- }, [createElementVNode("strong", null, toDisplayString(__props.name), 1), __props.title ? (openBlock(), createElementBlock("span", _hoisted_1$13, toDisplayString(__props.title), 1)) : createCommentVNode("", true)], 2)) : createCommentVNode("", true)], 2);
21290
+ }, [createElementVNode("strong", null, toDisplayString(__props.name), 1), __props.title ? (openBlock(), createElementBlock("span", _hoisted_1$12, toDisplayString(__props.title), 1)) : createCommentVNode("", true)], 2)) : createCommentVNode("", true)], 2);
21363
21291
  };
21364
21292
  }
21365
21293
  });
21366
21294
  //#endregion
21367
21295
  //#region src/component/FluxPlaceholder.vue?vue&type=script&setup=true&lang.ts
21368
- var _hoisted_1$12 = { key: 0 };
21369
- var _hoisted_2$5 = { key: 1 };
21296
+ var _hoisted_1$11 = { key: 0 };
21297
+ var _hoisted_2$4 = { key: 1 };
21370
21298
  //#endregion
21371
21299
  //#region src/component/FluxPlaceholder.vue
21372
21300
  var FluxPlaceholder_default = /* @__PURE__ */ defineComponent({
@@ -21395,7 +21323,7 @@ var FluxPlaceholder_default = /* @__PURE__ */ defineComponent({
21395
21323
  class: normalizeClass(unref(Placeholder_module_default).placeholderIcon),
21396
21324
  name: __props.icon
21397
21325
  }, null, 8, ["class", "name"])) : createCommentVNode("", true),
21398
- createElementVNode("div", { class: normalizeClass(unref(Placeholder_module_default).placeholderCaption) }, [__props.title ? (openBlock(), createElementBlock("strong", _hoisted_1$12, toDisplayString(__props.title), 1)) : createCommentVNode("", true), __props.message ? (openBlock(), createElementBlock("p", _hoisted_2$5, toDisplayString(__props.message), 1)) : createCommentVNode("", true)], 2),
21326
+ createElementVNode("div", { class: normalizeClass(unref(Placeholder_module_default).placeholderCaption) }, [__props.title ? (openBlock(), createElementBlock("strong", _hoisted_1$11, toDisplayString(__props.title), 1)) : createCommentVNode("", true), __props.message ? (openBlock(), createElementBlock("p", _hoisted_2$4, toDisplayString(__props.message), 1)) : createCommentVNode("", true)], 2),
21399
21327
  renderSlot(_ctx.$slots, "default")
21400
21328
  ], 2);
21401
21329
  };
@@ -21621,7 +21549,7 @@ var FluxPublishButton_default = /* @__PURE__ */ defineComponent({
21621
21549
  });
21622
21550
  //#endregion
21623
21551
  //#region src/component/FluxQuantitySelector.vue?vue&type=script&setup=true&lang.ts
21624
- var _hoisted_1$11 = [
21552
+ var _hoisted_1$10 = [
21625
21553
  "disabled",
21626
21554
  "max",
21627
21555
  "min",
@@ -21694,7 +21622,7 @@ var FluxQuantitySelector_default = /* @__PURE__ */ defineComponent({
21694
21622
  max: __props.max,
21695
21623
  min: __props.min,
21696
21624
  step: __props.step
21697
- }, null, 14, _hoisted_1$11), [[vModelText, modelValue.value]]),
21625
+ }, null, 14, _hoisted_1$10), [[vModelText, modelValue.value]]),
21698
21626
  createVNode(FluxSecondaryButton_default, {
21699
21627
  class: normalizeClass(unref(Form_module_default).quantitySelectorButton),
21700
21628
  disabled: unref(disabled) || modelValue.value >= __props.max,
@@ -21741,7 +21669,7 @@ var Snackbar_module_default = {
21741
21669
  };
21742
21670
  //#endregion
21743
21671
  //#region src/component/FluxSnackbar.vue?vue&type=script&setup=true&lang.ts
21744
- var _hoisted_1$10 = ["onClick"];
21672
+ var _hoisted_1$9 = ["onClick"];
21745
21673
  //#endregion
21746
21674
  //#region src/component/FluxSnackbar.vue
21747
21675
  var FluxSnackbar_default = /* @__PURE__ */ defineComponent({
@@ -21857,7 +21785,7 @@ var FluxSnackbar_default = /* @__PURE__ */ defineComponent({
21857
21785
  tabindex: "-1",
21858
21786
  type: "button",
21859
21787
  onClick: ($event) => onAction(actionKey)
21860
- }, [createElementVNode("span", null, toDisplayString(actionLabel), 1)], 10, _hoisted_1$10);
21788
+ }, [createElementVNode("span", null, toDisplayString(actionLabel), 1)], 10, _hoisted_1$9);
21861
21789
  }), 128))], 2)) : createCommentVNode("", true),
21862
21790
  __props.isCloseable ? (openBlock(), createBlock(FluxAction_default, {
21863
21791
  key: 1,
@@ -22060,7 +21988,7 @@ var Root_module_default = {
22060
21988
  };
22061
21989
  //#endregion
22062
21990
  //#region src/component/FluxRoot.vue?vue&type=script&setup=true&lang.ts
22063
- var _hoisted_1$9 = ["inert"];
21991
+ var _hoisted_1$8 = ["inert"];
22064
21992
  //#endregion
22065
21993
  //#region src/component/FluxRoot.vue
22066
21994
  var FluxRoot_default = /* @__PURE__ */ defineComponent({
@@ -22078,7 +22006,7 @@ var FluxRoot_default = /* @__PURE__ */ defineComponent({
22078
22006
  createElementVNode("div", mergeProps($attrs, {
22079
22007
  class: unref(Root_module_default).root,
22080
22008
  inert: unref(inertMain)
22081
- }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1$9),
22009
+ }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1$8),
22082
22010
  createVNode(FluxOverlayProvider_default),
22083
22011
  createVNode(FluxSnackbarProvider_default),
22084
22012
  createVNode(FluxTooltipProvider_default)
@@ -22218,7 +22146,7 @@ var SegmentedControl_module_default = {
22218
22146
  };
22219
22147
  //#endregion
22220
22148
  //#region src/component/FluxSegmentedControl.vue?vue&type=script&setup=true&lang.ts
22221
- var _hoisted_1$8 = ["aria-label"];
22149
+ var _hoisted_1$7 = ["aria-label"];
22222
22150
  //#endregion
22223
22151
  //#region src/component/FluxSegmentedControl.vue
22224
22152
  var FluxSegmentedControl_default = /* @__PURE__ */ defineComponent({
@@ -22319,19 +22247,19 @@ var FluxSegmentedControl_default = /* @__PURE__ */ defineComponent({
22319
22247
  left: `${activeItemX.value}px`,
22320
22248
  width: `${activeItemWidth.value}px`
22321
22249
  })
22322
- }, null, 6)) : createCommentVNode("", true), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$8);
22250
+ }, null, 6)) : createCommentVNode("", true), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$7);
22323
22251
  };
22324
22252
  }
22325
22253
  });
22326
22254
  //#endregion
22327
22255
  //#region src/component/FluxSegmentedControlItem.vue?vue&type=script&setup=true&lang.ts
22328
- var _hoisted_1$7 = [
22256
+ var _hoisted_1$6 = [
22329
22257
  "aria-checked",
22330
22258
  "aria-disabled",
22331
22259
  "disabled",
22332
22260
  "tabindex"
22333
22261
  ];
22334
- var _hoisted_2$4 = { key: 1 };
22262
+ var _hoisted_2$3 = { key: 1 };
22335
22263
  //#endregion
22336
22264
  //#region src/component/FluxSegmentedControlItem.vue
22337
22265
  var FluxSegmentedControlItem_default = /* @__PURE__ */ defineComponent({
@@ -22391,7 +22319,7 @@ var FluxSegmentedControlItem_default = /* @__PURE__ */ defineComponent({
22391
22319
  key: 0,
22392
22320
  name: __props.icon,
22393
22321
  size: iconSize.value
22394
- }, null, 8, ["name", "size"])) : createCommentVNode("", true), __props.label ? (openBlock(), createElementBlock("span", _hoisted_2$4, toDisplayString(__props.label), 1)) : createCommentVNode("", true)])], 10, _hoisted_1$7);
22322
+ }, null, 8, ["name", "size"])) : createCommentVNode("", true), __props.label ? (openBlock(), createElementBlock("span", _hoisted_2$3, toDisplayString(__props.label), 1)) : createCommentVNode("", true)])], 10, _hoisted_1$6);
22395
22323
  };
22396
22324
  }
22397
22325
  });
@@ -22510,7 +22438,7 @@ var FluxSplitViewPane_default = /* @__PURE__ */ defineComponent({
22510
22438
  });
22511
22439
  //#endregion
22512
22440
  //#region src/component/FluxSplitView.vue?vue&type=script&setup=true&lang.ts
22513
- var _hoisted_1$6 = [
22441
+ var _hoisted_1$5 = [
22514
22442
  "aria-orientation",
22515
22443
  "aria-valuenow",
22516
22444
  "tabindex",
@@ -22575,88 +22503,13 @@ var FluxSplitView_default = /* @__PURE__ */ defineComponent({
22575
22503
  tabindex: pane.isResizable ? 0 : -1,
22576
22504
  onPointerdown: ($event) => unref(onHandlePointerDown)($event, index),
22577
22505
  onKeydown: ($event) => unref(onHandleKeyDown)($event, index)
22578
- }, null, 42, _hoisted_1$6)) : createCommentVNode("", true)], 64);
22506
+ }, null, 42, _hoisted_1$5)) : createCommentVNode("", true)], 64);
22579
22507
  }), 128))]),
22580
22508
  _: 1
22581
22509
  }, 8, ["class", "style"]);
22582
22510
  };
22583
22511
  }
22584
22512
  });
22585
- var Statistic_module_default = {
22586
- statistic: `statistic`,
22587
- statisticChange: `statistic-change`,
22588
- isGray: `is-gray`,
22589
- isPrimary: `is-primary`,
22590
- isDanger: `is-danger`,
22591
- isInfo: `is-info`,
22592
- isSuccess: `is-success`,
22593
- isWarning: `is-warning`,
22594
- statisticData: `statistic-data`,
22595
- statisticIcon: `statistic-icon`,
22596
- icon: `icon`,
22597
- statisticImage: `statistic-image`,
22598
- statisticHorizontal: `statistic-horizontal statistic`,
22599
- statisticVertical: `statistic-vertical statistic`
22600
- };
22601
- //#endregion
22602
- //#region src/component/FluxStatistic.vue?vue&type=script&setup=true&lang.ts
22603
- var _hoisted_1$5 = { key: 1 };
22604
- var _hoisted_2$3 = ["src", "alt"];
22605
- var _hoisted_3$1 = { key: 0 };
22606
- //#endregion
22607
- //#region src/component/FluxStatistic.vue
22608
- var FluxStatistic_default = /* @__PURE__ */ defineComponent({
22609
- __name: "FluxStatistic",
22610
- props: {
22611
- changeColor: { default: "gray" },
22612
- changeIcon: {},
22613
- changeValue: {},
22614
- color: { default: "gray" },
22615
- direction: { default: "horizontal" },
22616
- icon: {},
22617
- imageSrc: {},
22618
- imageAlt: {},
22619
- isLoading: { type: Boolean },
22620
- label: {},
22621
- value: {}
22622
- },
22623
- setup(__props) {
22624
- return (_ctx, _cache) => {
22625
- return openBlock(), createBlock(FluxPane_default, {
22626
- class: normalizeClass(unref(clsx)(__props.direction === "horizontal" && unref(Statistic_module_default).statisticHorizontal, __props.direction === "vertical" && unref(Statistic_module_default).statisticVertical, __props.color === "gray" && unref(Statistic_module_default).isGray, __props.color === "primary" && unref(Statistic_module_default).isPrimary, __props.color === "danger" && unref(Statistic_module_default).isDanger, __props.color === "info" && unref(Statistic_module_default).isInfo, __props.color === "success" && unref(Statistic_module_default).isSuccess, __props.color === "warning" && unref(Statistic_module_default).isWarning)),
22627
- "is-loading": __props.isLoading
22628
- }, {
22629
- default: withCtx(() => [
22630
- __props.icon ? (openBlock(), createBlock(FluxBoxedIcon_default, {
22631
- key: 0,
22632
- class: normalizeClass(unref(Statistic_module_default).statisticIcon),
22633
- color: __props.color,
22634
- name: __props.icon,
22635
- size: 48
22636
- }, null, 8, [
22637
- "class",
22638
- "color",
22639
- "name"
22640
- ])) : __props.imageSrc ? (openBlock(), createElementBlock("div", _hoisted_1$5, [createElementVNode("img", {
22641
- class: normalizeClass(unref(Statistic_module_default).statisticImage),
22642
- src: __props.imageSrc,
22643
- alt: __props.imageAlt
22644
- }, null, 10, _hoisted_2$3)])) : createCommentVNode("", true),
22645
- createElementVNode("div", { class: normalizeClass(unref(Statistic_module_default).statisticData) }, [createElementVNode("span", null, toDisplayString(__props.label), 1), createElementVNode("strong", null, toDisplayString(__props.value ?? unref(Z$1)), 1)], 2),
22646
- __props.changeIcon || __props.changeValue ? (openBlock(), createElementBlock("div", {
22647
- key: 2,
22648
- class: normalizeClass(unref(clsx)(unref(Statistic_module_default).statisticChange, __props.changeColor === "gray" && unref(Statistic_module_default).isGray, __props.changeColor === "primary" && unref(Statistic_module_default).isPrimary, __props.changeColor === "danger" && unref(Statistic_module_default).isDanger, __props.changeColor === "info" && unref(Statistic_module_default).isInfo, __props.changeColor === "success" && unref(Statistic_module_default).isSuccess, __props.changeColor === "warning" && unref(Statistic_module_default).isWarning))
22649
- }, [__props.changeValue ? (openBlock(), createElementBlock("span", _hoisted_3$1, toDisplayString(__props.changeValue), 1)) : createCommentVNode("", true), __props.changeIcon ? (openBlock(), createBlock(FluxIcon_default, {
22650
- key: 1,
22651
- name: __props.changeIcon,
22652
- size: 14
22653
- }, null, 8, ["name"])) : createCommentVNode("", true)], 2)) : createCommentVNode("", true)
22654
- ]),
22655
- _: 1
22656
- }, 8, ["class", "is-loading"]);
22657
- };
22658
- }
22659
- });
22660
22513
  //#endregion
22661
22514
  //#region src/css/component/Stepper.module.scss
22662
22515
  var { "sparklesContainer": _0$2, "sparklesContainerActive": _1, "sparklesParticles": _2 } = {
@@ -23520,6 +23373,6 @@ var FluxTreeView_default = /* @__PURE__ */ defineComponent({
23520
23373
  }
23521
23374
  });
23522
23375
  //#endregion
23523
- export { FluxAction_default as FluxAction, FluxActionBar_default as FluxActionBar, FluxActionPane_default as FluxActionPane, FluxActionStack_default as FluxActionStack, FluxAdaptiveGroup_default as FluxAdaptiveGroup, FluxAdaptiveSlot_default as FluxAdaptiveSlot, FluxAnimatedColors_default as FluxAnimatedColors, FluxAspectRatio_default as FluxAspectRatio, FluxAutoHeightTransition_default as FluxAutoHeightTransition, FluxAutoWidthTransition_default as FluxAutoWidthTransition, FluxAvatar_default as FluxAvatar, FluxBadge_default as FluxBadge, FluxBadgeStack_default as FluxBadgeStack, FluxBorderShine_default as FluxBorderShine, FluxBoxedIcon_default as FluxBoxedIcon, FluxBreakthroughTransition_default as FluxBreakthroughTransition, FluxButton_default as FluxButton, FluxButtonGroup_default as FluxButtonGroup, FluxButtonStack_default as FluxButtonStack, FluxCalendar_default as FluxCalendar, FluxCalendarItem_default as FluxCalendarItem, FluxCheckbox_default as FluxCheckbox, FluxChip_default as FluxChip, FluxClickablePane_default as FluxClickablePane, FluxColorPicker_default as FluxColorPicker, FluxColorSelect_default as FluxColorSelect, FluxCommandPalette_default as FluxCommandPalette, FluxCommandPaletteGroup_default as FluxCommandPaletteGroup, FluxCommandPaletteItem_default as FluxCommandPaletteItem, FluxComment_default as FluxComment, FluxContainer_default as FluxContainer, FluxDataTable_default as FluxDataTable, FluxDatePicker_default as FluxDatePicker, FluxDestructiveButton_default as FluxDestructiveButton, FluxDisabled_default as FluxDisabled, FluxDivider_default as FluxDivider, FluxDotPattern_default as FluxDotPattern, FluxDropZone_default as FluxDropZone, FluxDynamicView_default as FluxDynamicView, FluxExpandable_default as FluxExpandable, FluxExpandableGroup_default as FluxExpandableGroup, FluxFadeTransition_default as FluxFadeTransition, FluxFader_default as FluxFader, FluxFaderItem_default as FluxFaderItem, FluxFilter_default as FluxFilter, FluxFilterBar_default as FluxFilterBar, FluxFilterDate_default as FluxFilterDate, FluxFilterDateRange_default as FluxFilterDateRange, FluxFilterOption_default as FluxFilterOption, FluxFilterOptionAsync_default as FluxFilterOptionAsync, FluxFilterOptions_default as FluxFilterOptions, FluxFilterOptionsAsync_default as FluxFilterOptionsAsync, FluxFilterRange_default as FluxFilterRange, FluxFlex_default as FluxFlex, FluxFlexItem_default as FluxFlexItem, FluxFlickeringGrid_default as FluxFlickeringGrid, FluxFlyout_default as FluxFlyout, FluxFocalPointEditor_default as FluxFocalPointEditor, FluxFocalPointImage_default as FluxFocalPointImage, FluxForm_default as FluxForm, FluxFormColumn_default as FluxFormColumn, FluxFormDateInput_default as FluxFormDateInput, FluxFormDateRangeInput_default as FluxFormDateRangeInput, FluxFormDateTimeInput_default as FluxFormDateTimeInput, FluxFormField_default as FluxFormField, FluxFormFieldAddition_default as FluxFormFieldAddition, FluxFormGrid_default as FluxFormGrid, FluxFormInput_default as FluxFormInput, FluxFormInputAddition_default as FluxFormInputAddition, FluxFormInputGroup_default as FluxFormInputGroup, FluxFormPinInput_default as FluxFormPinInput, FluxFormRangeSlider_default as FluxFormRangeSlider, FluxFormRow_default as FluxFormRow, FluxFormSection_default as FluxFormSection, FluxFormSelect_default as FluxFormSelect, FluxFormSelectAsync_default as FluxFormSelectAsync, FluxFormSlider_default as FluxFormSlider, FluxFormTextArea_default as FluxFormTextArea, FluxFormTimeZonePicker_default as FluxFormTimeZonePicker, FluxFormTreeViewSelect_default as FluxFormTreeViewSelect, FluxGallery_default as FluxGallery, FluxGalleryItem_default as FluxGalleryItem, FluxGrid_default as FluxGrid, FluxGridColumn_default as FluxGridColumn, FluxGridPattern_default as FluxGridPattern, FluxIcon_default as FluxIcon, FluxInfo_default as FluxInfo, FluxInfoStack_default as FluxInfoStack, FluxItem_default as FluxItem, FluxItemActions_default as FluxItemActions, FluxItemContent_default as FluxItemContent, FluxItemMedia_default as FluxItemMedia, FluxItemStack_default as FluxItemStack, FluxKanban_default as FluxKanban, FluxKanbanColumn_default as FluxKanbanColumn, FluxKanbanItem_default as FluxKanbanItem, FluxLayerPane_default as FluxLayerPane, FluxLayerPaneSecondary_default as FluxLayerPaneSecondary, FluxLegend_default as FluxLegend, FluxLink_default as FluxLink, FluxMenu_default as FluxMenu, FluxMenuCollapsible_default as FluxMenuCollapsible, FluxMenuGroup_default as FluxMenuGroup, FluxMenuItem_default as FluxMenuItem, FluxMenuOptions_default as FluxMenuOptions, FluxMenuSubHeader_default as FluxMenuSubHeader, FluxMenuTitle_default as FluxMenuTitle, FluxNotice_default as FluxNotice, FluxNoticeStack_default as FluxNoticeStack, FluxOverflowBar_default as FluxOverflowBar, FluxOverlay_default as FluxOverlay, FluxOverlayProvider_default as FluxOverlayProvider, FluxOverlayTransition_default as FluxOverlayTransition, FluxPagination_default as FluxPagination, FluxPaginationBar_default as FluxPaginationBar, FluxPane_default as FluxPane, FluxPaneBody_default as FluxPaneBody, FluxPaneFooter_default as FluxPaneFooter, FluxPaneGroup_default as FluxPaneGroup, FluxPaneHeader_default as FluxPaneHeader, FluxPaneIllustration_default as FluxPaneIllustration, FluxPaneMedia_default as FluxPaneMedia, FluxPercentageBar_default as FluxPercentageBar, FluxPersona_default as FluxPersona, FluxPlaceholder_default as FluxPlaceholder, FluxPressable_default as FluxPressable, FluxPrimaryButton_default as FluxPrimaryButton, FluxPrimaryLinkButton_default as FluxPrimaryLinkButton, FluxProgressBar_default as FluxProgressBar, FluxPublishButton_default as FluxPublishButton, FluxQuantitySelector_default as FluxQuantitySelector, FluxRemove_default as FluxRemove, FluxRoot_default as FluxRoot, FluxRouteTransition_default as FluxRouteTransition, FluxScroller_default as FluxScroller, FluxSecondaryButton_default as FluxSecondaryButton, FluxSecondaryLinkButton_default as FluxSecondaryLinkButton, FluxSegmentedControl_default as FluxSegmentedControl, FluxSegmentedControlItem_default as FluxSegmentedControlItem, FluxSeparator_default as FluxSeparator, FluxSlideOver_default as FluxSlideOver, FluxSlideOverTransition_default as FluxSlideOverTransition, FluxSnackbar_default as FluxSnackbar, FluxSnackbarProvider_default as FluxSnackbarProvider, FluxSpacer_default as FluxSpacer, FluxSpacing_default as FluxSpacing, FluxSpinner_default as FluxSpinner, FluxSplitButton_default as FluxSplitButton, FluxSplitView_default as FluxSplitView, FluxSplitViewPane_default as FluxSplitViewPane, FluxStatistic_default as FluxStatistic, FluxStepper_default as FluxStepper, FluxStepperStep_default as FluxStepperStep, FluxStepperSteps_default as FluxStepperSteps, FluxSticky_default as FluxSticky, FluxTab_default as FluxTab, FluxTabBar_default as FluxTabBar, FluxTabBarItem_default as FluxTabBarItem, FluxTable_default as FluxTable, FluxTableActions_default as FluxTableActions, FluxTableBar_default as FluxTableBar, FluxTableCell_default as FluxTableCell, FluxTableHeader_default as FluxTableHeader, FluxTableRow_default as FluxTableRow, FluxTabs_default as FluxTabs, FluxTag_default as FluxTag, FluxTagStack_default as FluxTagStack, FluxTicks_default as FluxTicks, FluxTimeline_default as FluxTimeline, FluxTimelineItem_default as FluxTimelineItem, FluxToggle_default as FluxToggle, FluxToolbar_default as FluxToolbar, FluxToolbarGroup_default as FluxToolbarGroup, FluxTooltip_default as FluxTooltip, FluxTooltipProvider_default as FluxTooltipProvider, FluxTooltipTransition_default as FluxTooltipTransition, FluxTreeView_default as FluxTreeView, FluxVerticalWindowTransition_default as FluxVerticalWindowTransition, FluxWindow_default as FluxWindow, FluxWindowTransition_default as FluxWindowTransition, defineFilter, fluxRegisterIcons, iconRegistry, isFluxFilterOptionHeader, isFluxFilterOptionItem, isFluxFormSelectGroup, isFluxFormSelectOption, pickFilterCommon, showAlert, showConfirm, showPrompt, showSnackbar, useAdaptiveGroupInjection_default as useAdaptiveGroupInjection, useBreakpoints_default as useBreakpoints, useCalendarInjection_default as useCalendarInjection, useDisabled_default as useDisabled, useDisabledInjection_default as useDisabledInjection, useExpandableGroupInjection_default as useExpandableGroupInjection, useFilterInjection_default as useFilterInjection, useFluxStore, useFlyoutInjection_default as useFlyoutInjection, useFormFieldInjection_default as useFormFieldInjection, useKanbanInjection_default as useKanbanInjection, useSegmentedControlInjection_default as useSegmentedControlInjection, useTabBarInjection_default as useTabBarInjection, useTableInjection_default as useTableInjection, useTooltipInjection_default as useTooltipInjection };
23376
+ export { FluxAction_default as FluxAction, FluxActionBar_default as FluxActionBar, FluxActionPane_default as FluxActionPane, FluxActionStack_default as FluxActionStack, FluxAdaptiveGroup_default as FluxAdaptiveGroup, FluxAdaptiveSlot_default as FluxAdaptiveSlot, FluxAnimatedColors_default as FluxAnimatedColors, FluxAspectRatio_default as FluxAspectRatio, FluxAutoHeightTransition_default as FluxAutoHeightTransition, FluxAutoWidthTransition_default as FluxAutoWidthTransition, FluxAvatar_default as FluxAvatar, FluxBadge_default as FluxBadge, FluxBadgeStack_default as FluxBadgeStack, FluxBorderShine_default as FluxBorderShine, FluxBoxedIcon_default as FluxBoxedIcon, FluxBreakthroughTransition_default as FluxBreakthroughTransition, FluxButton_default as FluxButton, FluxButtonGroup_default as FluxButtonGroup, FluxButtonStack_default as FluxButtonStack, FluxCalendar_default as FluxCalendar, FluxCalendarItem_default as FluxCalendarItem, FluxCheckbox_default as FluxCheckbox, FluxChip_default as FluxChip, FluxClickablePane_default as FluxClickablePane, FluxColorPicker_default as FluxColorPicker, FluxColorSelect_default as FluxColorSelect, FluxCommandPalette_default as FluxCommandPalette, FluxCommandPaletteGroup_default as FluxCommandPaletteGroup, FluxCommandPaletteItem_default as FluxCommandPaletteItem, FluxComment_default as FluxComment, FluxContainer_default as FluxContainer, FluxDataTable_default as FluxDataTable, FluxDatePicker_default as FluxDatePicker, FluxDestructiveButton_default as FluxDestructiveButton, FluxDisabled_default as FluxDisabled, FluxDivider_default as FluxDivider, FluxDotPattern_default as FluxDotPattern, FluxDropZone_default as FluxDropZone, FluxDynamicView_default as FluxDynamicView, FluxExpandable_default as FluxExpandable, FluxExpandableGroup_default as FluxExpandableGroup, FluxFadeTransition_default as FluxFadeTransition, FluxFader_default as FluxFader, FluxFaderItem_default as FluxFaderItem, FluxFilter_default as FluxFilter, FluxFilterBar_default as FluxFilterBar, FluxFilterDate_default as FluxFilterDate, FluxFilterDateRange_default as FluxFilterDateRange, FluxFilterOption_default as FluxFilterOption, FluxFilterOptionAsync_default as FluxFilterOptionAsync, FluxFilterOptions_default as FluxFilterOptions, FluxFilterOptionsAsync_default as FluxFilterOptionsAsync, FluxFilterRange_default as FluxFilterRange, FluxFlex_default as FluxFlex, FluxFlexItem_default as FluxFlexItem, FluxFlickeringGrid_default as FluxFlickeringGrid, FluxFlyout_default as FluxFlyout, FluxFocalPointEditor_default as FluxFocalPointEditor, FluxFocalPointImage_default as FluxFocalPointImage, FluxForm_default as FluxForm, FluxFormColumn_default as FluxFormColumn, FluxFormDateInput_default as FluxFormDateInput, FluxFormDateRangeInput_default as FluxFormDateRangeInput, FluxFormDateTimeInput_default as FluxFormDateTimeInput, FluxFormField_default as FluxFormField, FluxFormFieldAddition_default as FluxFormFieldAddition, FluxFormGrid_default as FluxFormGrid, FluxFormInput_default as FluxFormInput, FluxFormInputAddition_default as FluxFormInputAddition, FluxFormInputGroup_default as FluxFormInputGroup, FluxFormPinInput_default as FluxFormPinInput, FluxFormRangeSlider_default as FluxFormRangeSlider, FluxFormRow_default as FluxFormRow, FluxFormSection_default as FluxFormSection, FluxFormSelect_default as FluxFormSelect, FluxFormSelectAsync_default as FluxFormSelectAsync, FluxFormSlider_default as FluxFormSlider, FluxFormTextArea_default as FluxFormTextArea, FluxFormTimeZonePicker_default as FluxFormTimeZonePicker, FluxFormTreeViewSelect_default as FluxFormTreeViewSelect, FluxGallery_default as FluxGallery, FluxGalleryItem_default as FluxGalleryItem, FluxGrid_default as FluxGrid, FluxGridColumn_default as FluxGridColumn, FluxGridPattern_default as FluxGridPattern, FluxIcon_default as FluxIcon, FluxInfo_default as FluxInfo, FluxInfoStack_default as FluxInfoStack, FluxItem_default as FluxItem, FluxItemActions_default as FluxItemActions, FluxItemContent_default as FluxItemContent, FluxItemMedia_default as FluxItemMedia, FluxItemStack_default as FluxItemStack, FluxKanban_default as FluxKanban, FluxKanbanColumn_default as FluxKanbanColumn, FluxKanbanItem_default as FluxKanbanItem, FluxLayerPane_default as FluxLayerPane, FluxLayerPaneSecondary_default as FluxLayerPaneSecondary, FluxLink_default as FluxLink, FluxMenu_default as FluxMenu, FluxMenuCollapsible_default as FluxMenuCollapsible, FluxMenuGroup_default as FluxMenuGroup, FluxMenuItem_default as FluxMenuItem, FluxMenuOptions_default as FluxMenuOptions, FluxMenuSubHeader_default as FluxMenuSubHeader, FluxMenuTitle_default as FluxMenuTitle, FluxNotice_default as FluxNotice, FluxNoticeStack_default as FluxNoticeStack, FluxOverflowBar_default as FluxOverflowBar, FluxOverlay_default as FluxOverlay, FluxOverlayProvider_default as FluxOverlayProvider, FluxOverlayTransition_default as FluxOverlayTransition, FluxPagination_default as FluxPagination, FluxPaginationBar_default as FluxPaginationBar, FluxPane_default as FluxPane, FluxPaneBody_default as FluxPaneBody, FluxPaneFooter_default as FluxPaneFooter, FluxPaneGroup_default as FluxPaneGroup, FluxPaneHeader_default as FluxPaneHeader, FluxPaneIllustration_default as FluxPaneIllustration, FluxPaneMedia_default as FluxPaneMedia, FluxPersona_default as FluxPersona, FluxPlaceholder_default as FluxPlaceholder, FluxPressable_default as FluxPressable, FluxPrimaryButton_default as FluxPrimaryButton, FluxPrimaryLinkButton_default as FluxPrimaryLinkButton, FluxProgressBar_default as FluxProgressBar, FluxPublishButton_default as FluxPublishButton, FluxQuantitySelector_default as FluxQuantitySelector, FluxRemove_default as FluxRemove, FluxRoot_default as FluxRoot, FluxRouteTransition_default as FluxRouteTransition, FluxScroller_default as FluxScroller, FluxSecondaryButton_default as FluxSecondaryButton, FluxSecondaryLinkButton_default as FluxSecondaryLinkButton, FluxSegmentedControl_default as FluxSegmentedControl, FluxSegmentedControlItem_default as FluxSegmentedControlItem, FluxSeparator_default as FluxSeparator, FluxSlideOver_default as FluxSlideOver, FluxSlideOverTransition_default as FluxSlideOverTransition, FluxSnackbar_default as FluxSnackbar, FluxSnackbarProvider_default as FluxSnackbarProvider, FluxSpacer_default as FluxSpacer, FluxSpacing_default as FluxSpacing, FluxSpinner_default as FluxSpinner, FluxSplitButton_default as FluxSplitButton, FluxSplitView_default as FluxSplitView, FluxSplitViewPane_default as FluxSplitViewPane, FluxStepper_default as FluxStepper, FluxStepperStep_default as FluxStepperStep, FluxStepperSteps_default as FluxStepperSteps, FluxSticky_default as FluxSticky, FluxTab_default as FluxTab, FluxTabBar_default as FluxTabBar, FluxTabBarItem_default as FluxTabBarItem, FluxTable_default as FluxTable, FluxTableActions_default as FluxTableActions, FluxTableBar_default as FluxTableBar, FluxTableCell_default as FluxTableCell, FluxTableHeader_default as FluxTableHeader, FluxTableRow_default as FluxTableRow, FluxTabs_default as FluxTabs, FluxTag_default as FluxTag, FluxTagStack_default as FluxTagStack, FluxTicks_default as FluxTicks, FluxTimeline_default as FluxTimeline, FluxTimelineItem_default as FluxTimelineItem, FluxToggle_default as FluxToggle, FluxToolbar_default as FluxToolbar, FluxToolbarGroup_default as FluxToolbarGroup, FluxTooltip_default as FluxTooltip, FluxTooltipProvider_default as FluxTooltipProvider, FluxTooltipTransition_default as FluxTooltipTransition, FluxTreeView_default as FluxTreeView, FluxVerticalWindowTransition_default as FluxVerticalWindowTransition, FluxWindow_default as FluxWindow, FluxWindowTransition_default as FluxWindowTransition, defineFilter, fluxRegisterIcons, iconRegistry, isFluxFilterOptionHeader, isFluxFilterOptionItem, isFluxFormSelectGroup, isFluxFormSelectOption, pickFilterCommon, showAlert, showConfirm, showPrompt, showSnackbar, useAdaptiveGroupInjection_default as useAdaptiveGroupInjection, useBreakpoints_default as useBreakpoints, useCalendarInjection_default as useCalendarInjection, useDisabled_default as useDisabled, useDisabledInjection_default as useDisabledInjection, useExpandableGroupInjection_default as useExpandableGroupInjection, useFilterInjection_default as useFilterInjection, useFluxStore, useFlyoutInjection_default as useFlyoutInjection, useFormFieldInjection_default as useFormFieldInjection, useKanbanInjection_default as useKanbanInjection, useSegmentedControlInjection_default as useSegmentedControlInjection, useTabBarInjection_default as useTabBarInjection, useTableInjection_default as useTableInjection, useTooltipInjection_default as useTooltipInjection };
23524
23377
 
23525
23378
  //# sourceMappingURL=index.js.map