@flux-ui/components 3.0.0-next.65 → 3.0.0-next.67

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.
Files changed (217) hide show
  1. package/dist/component/FluxAction.vue.d.ts +2 -1
  2. package/dist/component/FluxActionBar.vue.d.ts +23 -47
  3. package/dist/component/FluxActionPane.vue.d.ts +8 -17
  4. package/dist/component/FluxActionStack.vue.d.ts +7 -152
  5. package/dist/component/FluxAdaptiveGroup.vue.d.ts +6 -17
  6. package/dist/component/FluxAdaptiveSlot.vue.d.ts +8 -24
  7. package/dist/component/FluxAlert.vue.d.ts +2 -1
  8. package/dist/component/FluxAnimatedColors.vue.d.ts +2 -3
  9. package/dist/component/FluxAspectRatio.vue.d.ts +6 -13
  10. package/dist/component/FluxAvatar.vue.d.ts +2 -1
  11. package/dist/component/FluxBadge.vue.d.ts +2 -1
  12. package/dist/component/FluxBadgeStack.vue.d.ts +6 -13
  13. package/dist/component/FluxBorderShine.vue.d.ts +3 -2
  14. package/dist/component/FluxBoxedIcon.vue.d.ts +2 -1
  15. package/dist/component/FluxButton.vue.d.ts +5 -4
  16. package/dist/component/FluxButtonGroup.vue.d.ts +6 -13
  17. package/dist/component/FluxButtonStack.vue.d.ts +6 -13
  18. package/dist/component/FluxCalendar.vue.d.ts +7 -14
  19. package/dist/component/FluxCalendarItem.vue.d.ts +7 -14
  20. package/dist/component/FluxCheckbox.vue.d.ts +6 -6
  21. package/dist/component/FluxChip.vue.d.ts +2 -1
  22. package/dist/component/FluxClickablePane.vue.d.ts +7 -15
  23. package/dist/component/FluxColorPicker.vue.d.ts +6 -4
  24. package/dist/component/FluxColorSelect.vue.d.ts +6 -4
  25. package/dist/component/FluxCommandPalette.vue.d.ts +5 -38
  26. package/dist/component/FluxCommandPaletteGroup.vue.d.ts +2 -1
  27. package/dist/component/FluxCommandPaletteItem.vue.d.ts +3 -2
  28. package/dist/component/FluxComment.vue.d.ts +6 -13
  29. package/dist/component/FluxConfirm.vue.d.ts +2 -1
  30. package/dist/component/FluxContainer.vue.d.ts +6 -13
  31. package/dist/component/FluxDataTable.vue.d.ts +22 -46
  32. package/dist/component/FluxDatePicker.vue.d.ts +6 -4
  33. package/dist/component/FluxDestructiveButton.vue.d.ts +5 -10
  34. package/dist/component/FluxDisabled.vue.d.ts +7 -11
  35. package/dist/component/FluxDivider.vue.d.ts +6 -13
  36. package/dist/component/FluxDotPattern.vue.d.ts +2 -3
  37. package/dist/component/FluxDropZone.vue.d.ts +21 -46
  38. package/dist/component/FluxDynamicView.vue.d.ts +2 -1
  39. package/dist/component/FluxExpandable.vue.d.ts +24 -26
  40. package/dist/component/FluxExpandableGroup.vue.d.ts +6 -13
  41. package/dist/component/FluxFader.vue.d.ts +11 -26
  42. package/dist/component/FluxFaderItem.vue.d.ts +6 -13
  43. package/dist/component/FluxFilter.vue.d.ts +9 -16
  44. package/dist/component/FluxFilterBar.vue.d.ts +9 -15
  45. package/dist/component/FluxFilterBase.vue.d.ts +16 -30
  46. package/dist/component/FluxFilterDate.vue.d.ts +2 -1
  47. package/dist/component/FluxFilterDateRange.vue.d.ts +2 -1
  48. package/dist/component/FluxFilterOption.vue.d.ts +6 -4
  49. package/dist/component/FluxFilterOptionAsync.vue.d.ts +6 -4
  50. package/dist/component/FluxFilterOptions.vue.d.ts +6 -4
  51. package/dist/component/FluxFilterOptionsAsync.vue.d.ts +6 -4
  52. package/dist/component/FluxFilterRange.vue.d.ts +2 -1
  53. package/dist/component/FluxFilterWindow.vue.d.ts +7 -143
  54. package/dist/component/FluxFlex.vue.d.ts +6 -13
  55. package/dist/component/FluxFlexItem.vue.d.ts +6 -13
  56. package/dist/component/FluxFlickeringGrid.vue.d.ts +2 -3
  57. package/dist/component/FluxFlyout.vue.d.ts +21 -161
  58. package/dist/component/FluxFocalPointEditor.vue.d.ts +13 -19
  59. package/dist/component/FluxFocalPointImage.vue.d.ts +2 -1
  60. package/dist/component/FluxForm.vue.d.ts +7 -14
  61. package/dist/component/FluxFormColumn.vue.d.ts +6 -13
  62. package/dist/component/FluxFormDateInput.vue.d.ts +8 -158
  63. package/dist/component/FluxFormDateRangeInput.vue.d.ts +8 -158
  64. package/dist/component/FluxFormDateTimeInput.vue.d.ts +8 -158
  65. package/dist/component/FluxFormField.vue.d.ts +24 -49
  66. package/dist/component/FluxFormFieldAddition.vue.d.ts +7 -11
  67. package/dist/component/FluxFormGrid.vue.d.ts +6 -13
  68. package/dist/component/FluxFormInput.vue.d.ts +6 -6
  69. package/dist/component/FluxFormInputAddition.vue.d.ts +6 -13
  70. package/dist/component/FluxFormInputGroup.vue.d.ts +6 -13
  71. package/dist/component/FluxFormPinInput.vue.d.ts +6 -6
  72. package/dist/component/FluxFormRangeSlider.vue.d.ts +7 -78
  73. package/dist/component/FluxFormRow.vue.d.ts +6 -13
  74. package/dist/component/FluxFormSection.vue.d.ts +6 -13
  75. package/dist/component/FluxFormSelect.vue.d.ts +5 -3
  76. package/dist/component/FluxFormSelectAsync.vue.d.ts +5 -3
  77. package/dist/component/FluxFormSlider.vue.d.ts +7 -42
  78. package/dist/component/FluxFormTextArea.vue.d.ts +6 -6
  79. package/dist/component/FluxFormTimeZonePicker.vue.d.ts +5 -3
  80. package/dist/component/FluxFormTreeViewSelect.vue.d.ts +8 -176
  81. package/dist/component/FluxGallery.vue.d.ts +7 -14
  82. package/dist/component/FluxGalleryItem.vue.d.ts +3 -2
  83. package/dist/component/FluxGrid.vue.d.ts +6 -13
  84. package/dist/component/FluxGridColumn.vue.d.ts +6 -13
  85. package/dist/component/FluxGridPattern.vue.d.ts +2 -3
  86. package/dist/component/FluxIcon.vue.d.ts +2 -1
  87. package/dist/component/FluxInfo.vue.d.ts +6 -13
  88. package/dist/component/FluxInfoStack.vue.d.ts +6 -13
  89. package/dist/component/FluxItem.vue.d.ts +7 -11
  90. package/dist/component/FluxItemActions.vue.d.ts +7 -11
  91. package/dist/component/FluxItemContent.vue.d.ts +7 -11
  92. package/dist/component/FluxItemMedia.vue.d.ts +7 -11
  93. package/dist/component/FluxItemStack.vue.d.ts +7 -11
  94. package/dist/component/FluxKanban.vue.d.ts +7 -18
  95. package/dist/component/FluxKanbanColumn.vue.d.ts +10 -27
  96. package/dist/component/FluxKanbanItem.vue.d.ts +6 -17
  97. package/dist/component/FluxLayerPane.vue.d.ts +6 -13
  98. package/dist/component/FluxLayerPaneSecondary.vue.d.ts +6 -13
  99. package/dist/component/FluxLegend.vue.d.ts +2 -1
  100. package/dist/component/FluxLink.vue.d.ts +5 -10
  101. package/dist/component/FluxMenu.vue.d.ts +6 -17
  102. package/dist/component/FluxMenuCollapsible.vue.d.ts +9 -17
  103. package/dist/component/FluxMenuGroup.vue.d.ts +6 -13
  104. package/dist/component/FluxMenuItem.vue.d.ts +8 -16
  105. package/dist/component/FluxMenuOptions.vue.d.ts +10 -16
  106. package/dist/component/FluxMenuSubHeader.vue.d.ts +2 -1
  107. package/dist/component/FluxMenuTitle.vue.d.ts +2 -1
  108. package/dist/component/FluxNotice.vue.d.ts +8 -16
  109. package/dist/component/FluxNoticeStack.vue.d.ts +6 -13
  110. package/dist/component/FluxOverflowBar.vue.d.ts +10 -29
  111. package/dist/component/FluxOverlay.vue.d.ts +3 -2
  112. package/dist/component/FluxOverlayProvider.vue.d.ts +2 -1
  113. package/dist/component/FluxPagination.vue.d.ts +3 -2
  114. package/dist/component/FluxPaginationBar.vue.d.ts +3 -2
  115. package/dist/component/FluxPaginationButton.vue.d.ts +5 -10
  116. package/dist/component/FluxPane.vue.d.ts +7 -15
  117. package/dist/component/FluxPaneBody.vue.d.ts +6 -13
  118. package/dist/component/FluxPaneFooter.vue.d.ts +6 -13
  119. package/dist/component/FluxPaneGroup.vue.d.ts +6 -13
  120. package/dist/component/FluxPaneHeader.vue.d.ts +7 -15
  121. package/dist/component/FluxPaneIllustration.vue.d.ts +7 -15
  122. package/dist/component/FluxPaneMedia.vue.d.ts +2 -1
  123. package/dist/component/FluxPercentageBar.vue.d.ts +2 -1
  124. package/dist/component/FluxPersona.vue.d.ts +3 -2
  125. package/dist/component/FluxPlaceholder.vue.d.ts +8 -12
  126. package/dist/component/FluxPressable.vue.d.ts +6 -13
  127. package/dist/component/FluxPrimaryButton.vue.d.ts +5 -10
  128. package/dist/component/FluxPrimaryLinkButton.vue.d.ts +5 -10
  129. package/dist/component/FluxProgressBar.vue.d.ts +2 -1
  130. package/dist/component/FluxPrompt.vue.d.ts +4 -59
  131. package/dist/component/FluxPublishButton.vue.d.ts +2 -1
  132. package/dist/component/FluxQuantitySelector.vue.d.ts +6 -6
  133. package/dist/component/FluxRemove.vue.d.ts +3 -2
  134. package/dist/component/FluxRoot.vue.d.ts +6 -13
  135. package/dist/component/FluxScroller.vue.d.ts +6 -17
  136. package/dist/component/FluxSecondaryButton.vue.d.ts +5 -10
  137. package/dist/component/FluxSecondaryLinkButton.vue.d.ts +5 -10
  138. package/dist/component/FluxSegmentedControl.vue.d.ts +6 -7
  139. package/dist/component/FluxSegmentedView.vue.d.ts +3 -2
  140. package/dist/component/FluxSeparator.vue.d.ts +2 -1
  141. package/dist/component/FluxSlideOver.vue.d.ts +3 -2
  142. package/dist/component/FluxSnackbar.vue.d.ts +2 -1
  143. package/dist/component/FluxSnackbarProvider.vue.d.ts +2 -1
  144. package/dist/component/FluxSpacer.vue.d.ts +2 -1
  145. package/dist/component/FluxSpacing.vue.d.ts +2 -1
  146. package/dist/component/FluxSpinner.vue.d.ts +2 -1
  147. package/dist/component/FluxSplitButton.vue.d.ts +17 -35
  148. package/dist/component/FluxSplitView.vue.d.ts +6 -17
  149. package/dist/component/FluxSplitViewPane.vue.d.ts +6 -13
  150. package/dist/component/FluxStatistic.vue.d.ts +2 -1
  151. package/dist/component/FluxStepper.vue.d.ts +22 -42
  152. package/dist/component/FluxStepperStep.vue.d.ts +6 -13
  153. package/dist/component/FluxStepperSteps.vue.d.ts +3 -2
  154. package/dist/component/FluxSticky.vue.d.ts +8 -21
  155. package/dist/component/FluxTab.vue.d.ts +6 -13
  156. package/dist/component/FluxTabBar.vue.d.ts +6 -17
  157. package/dist/component/FluxTabBarItem.vue.d.ts +4 -81
  158. package/dist/component/FluxTable.vue.d.ts +11 -23
  159. package/dist/component/FluxTableActions.vue.d.ts +6 -13
  160. package/dist/component/FluxTableBar.vue.d.ts +6 -13
  161. package/dist/component/FluxTableCell.vue.d.ts +7 -15
  162. package/dist/component/FluxTableHeader.vue.d.ts +7 -14
  163. package/dist/component/FluxTableRow.vue.d.ts +9 -13
  164. package/dist/component/FluxTabs.vue.d.ts +28 -52
  165. package/dist/component/FluxTag.vue.d.ts +2 -1
  166. package/dist/component/FluxTagStack.vue.d.ts +6 -13
  167. package/dist/component/FluxTicks.vue.d.ts +2 -1
  168. package/dist/component/FluxTimeline.vue.d.ts +6 -13
  169. package/dist/component/FluxTimelineItem.vue.d.ts +6 -13
  170. package/dist/component/FluxToggle.vue.d.ts +6 -4
  171. package/dist/component/FluxToolbar.vue.d.ts +6 -13
  172. package/dist/component/FluxToolbarGroup.vue.d.ts +6 -13
  173. package/dist/component/FluxTooltip.vue.d.ts +3 -2
  174. package/dist/component/FluxTooltipProvider.vue.d.ts +2 -1
  175. package/dist/component/FluxTreeView.vue.d.ts +3 -4
  176. package/dist/component/FluxWindow.vue.d.ts +14 -28
  177. package/dist/component/calendar/FluxCalendarItemDisplay.vue.d.ts +2 -3
  178. package/dist/component/calendar/FluxCalendarMonthView.vue.d.ts +2 -1
  179. package/dist/component/calendar/FluxCalendarTimeGridView.vue.d.ts +3 -2
  180. package/dist/component/primitive/Anchor.vue.d.ts +6 -13
  181. package/dist/component/primitive/AnchorPopup.vue.d.ts +6 -17
  182. package/dist/component/primitive/CoordinatePicker.vue.d.ts +6 -6
  183. package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts +3 -2
  184. package/dist/component/primitive/DialogLayout.vue.d.ts +7 -15
  185. package/dist/component/primitive/FilterBadge.vue.d.ts +2 -1
  186. package/dist/component/primitive/FilterItem.vue.d.ts +2 -1
  187. package/dist/component/primitive/FilterOptionBase.vue.d.ts +6 -4
  188. package/dist/component/primitive/SelectBase.vue.d.ts +8 -282
  189. package/dist/component/primitive/SliderBase.vue.d.ts +8 -16
  190. package/dist/component/primitive/SliderThumb.vue.d.ts +3 -2
  191. package/dist/component/primitive/SliderTrack.vue.d.ts +7 -11
  192. package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +15 -14
  193. package/dist/index.css +61 -19
  194. package/dist/index.js +492 -374
  195. package/dist/index.js.map +1 -1
  196. package/dist/transition/FluxAutoHeightTransition.vue.d.ts +6 -13
  197. package/dist/transition/FluxAutoWidthTransition.vue.d.ts +6 -13
  198. package/dist/transition/FluxBreakthroughTransition.vue.d.ts +6 -13
  199. package/dist/transition/FluxFadeTransition.vue.d.ts +6 -13
  200. package/dist/transition/FluxOverlayTransition.vue.d.ts +6 -13
  201. package/dist/transition/FluxRouteTransition.vue.d.ts +6 -13
  202. package/dist/transition/FluxSlideOverTransition.vue.d.ts +6 -13
  203. package/dist/transition/FluxTooltipTransition.vue.d.ts +6 -13
  204. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +6 -13
  205. package/dist/transition/FluxWindowTransition.vue.d.ts +6 -13
  206. package/dist/vite.js.map +1 -1
  207. package/package.json +12 -8
  208. package/src/component/FluxCheckbox.vue +2 -2
  209. package/src/component/FluxDataTable.vue +160 -5
  210. package/src/component/FluxTable.vue +13 -3
  211. package/src/component/FluxTableRow.vue +6 -1
  212. package/src/css/component/Form.module.scss +24 -8
  213. package/src/css/component/LayerPane.module.scss +4 -0
  214. package/src/css/component/Overlay.module.scss +1 -1
  215. package/src/css/component/Tab.module.scss +3 -3
  216. package/src/css/component/Table.module.scss +33 -3
  217. package/src/util/createDialogRenderer.ts +0 -1
package/dist/index.js CHANGED
@@ -2369,7 +2369,7 @@ function useTooltipInjection_default() {
2369
2369
  return inject(FluxTooltipInjectionKey, { calculate: () => void 0 });
2370
2370
  }
2371
2371
  //#endregion
2372
- //#region ../../node_modules/.bun/@basmilius+utils@3.25.0/node_modules/@basmilius/utils/dist/index.mjs
2372
+ //#region ../../node_modules/.bun/@basmilius+utils@3.30.0/node_modules/@basmilius/utils/dist/index.mjs
2373
2373
  function t$1(e, t) {
2374
2374
  return Math.round(e / t) * t;
2375
2375
  }
@@ -2436,7 +2436,7 @@ function x$4(e) {
2436
2436
  } while (e = Object.getPrototypeOf(e));
2437
2437
  return t;
2438
2438
  }
2439
- function j$2(e) {
2439
+ function j$3(e) {
2440
2440
  let t = parseInt(e.startsWith(`#`) ? e.substring(1) : e, 16);
2441
2441
  return [
2442
2442
  t >> 16 & 255,
@@ -2543,7 +2543,7 @@ function G$3(e, t, n) {
2543
2543
  function K$3(e, t, n) {
2544
2544
  Object.defineProperty(e, t, { value: n });
2545
2545
  }
2546
- var Z$2 = `—`;
2546
+ var Z$1 = `—`;
2547
2547
  //#endregion
2548
2548
  //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js
2549
2549
  /** Detect free variable `global` from Node.js. */
@@ -2557,6 +2557,48 @@ var freeSelf = typeof self == "object" && self && self.Object === Object && self
2557
2557
  /** Built-in value references. */
2558
2558
  var Symbol$1 = (freeGlobal || freeSelf || Function("return this")()).Symbol;
2559
2559
  //#endregion
2560
+ //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js
2561
+ /**
2562
+ * A specialized version of `_.map` for arrays without support for iteratee
2563
+ * shorthands.
2564
+ *
2565
+ * @private
2566
+ * @param {Array} [array] The array to iterate over.
2567
+ * @param {Function} iteratee The function invoked per iteration.
2568
+ * @returns {Array} Returns the new mapped array.
2569
+ */
2570
+ function arrayMap(array, iteratee) {
2571
+ var index = -1, length = array == null ? 0 : array.length, result = Array(length);
2572
+ while (++index < length) result[index] = iteratee(array[index], index, array);
2573
+ return result;
2574
+ }
2575
+ //#endregion
2576
+ //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js
2577
+ /**
2578
+ * Checks if `value` is classified as an `Array` object.
2579
+ *
2580
+ * @static
2581
+ * @memberOf _
2582
+ * @since 0.1.0
2583
+ * @category Lang
2584
+ * @param {*} value The value to check.
2585
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
2586
+ * @example
2587
+ *
2588
+ * _.isArray([1, 2, 3]);
2589
+ * // => true
2590
+ *
2591
+ * _.isArray(document.body.children);
2592
+ * // => false
2593
+ *
2594
+ * _.isArray('abc');
2595
+ * // => false
2596
+ *
2597
+ * _.isArray(_.noop);
2598
+ * // => false
2599
+ */
2600
+ var isArray = Array.isArray;
2601
+ //#endregion
2560
2602
  //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js
2561
2603
  /** Used for built-in method references. */
2562
2604
  var objectProto = Object.prototype;
@@ -2677,48 +2719,6 @@ function isSymbol(value) {
2677
2719
  return typeof value == "symbol" || isObjectLike(value) && baseGetTag(value) == symbolTag;
2678
2720
  }
2679
2721
  //#endregion
2680
- //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js
2681
- /**
2682
- * A specialized version of `_.map` for arrays without support for iteratee
2683
- * shorthands.
2684
- *
2685
- * @private
2686
- * @param {Array} [array] The array to iterate over.
2687
- * @param {Function} iteratee The function invoked per iteration.
2688
- * @returns {Array} Returns the new mapped array.
2689
- */
2690
- function arrayMap(array, iteratee) {
2691
- var index = -1, length = array == null ? 0 : array.length, result = Array(length);
2692
- while (++index < length) result[index] = iteratee(array[index], index, array);
2693
- return result;
2694
- }
2695
- //#endregion
2696
- //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js
2697
- /**
2698
- * Checks if `value` is classified as an `Array` object.
2699
- *
2700
- * @static
2701
- * @memberOf _
2702
- * @since 0.1.0
2703
- * @category Lang
2704
- * @param {*} value The value to check.
2705
- * @returns {boolean} Returns `true` if `value` is an array, else `false`.
2706
- * @example
2707
- *
2708
- * _.isArray([1, 2, 3]);
2709
- * // => true
2710
- *
2711
- * _.isArray(document.body.children);
2712
- * // => false
2713
- *
2714
- * _.isArray('abc');
2715
- * // => false
2716
- *
2717
- * _.isArray(_.noop);
2718
- * // => false
2719
- */
2720
- var isArray = Array.isArray;
2721
- //#endregion
2722
2722
  //#region ../../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js
2723
2723
  /** Used as references for various `Number` constants. */
2724
2724
  var INFINITY = Infinity;
@@ -6588,7 +6588,7 @@ useMode(definition$2);
6588
6588
  useMode(definition$1);
6589
6589
  useMode(definition);
6590
6590
  //#endregion
6591
- //#region ../../node_modules/.bun/@basmilius+http-client@3.25.0+96a7401e32316653/node_modules/@basmilius/http-client/dist/index.mjs
6591
+ //#region ../../node_modules/.bun/@basmilius+http-client@3.30.0+638c9d1214a588db/node_modules/@basmilius/http-client/dist/index.mjs
6592
6592
  function c$1(e) {
6593
6593
  return class extends e {
6594
6594
  constructor(...e) {
@@ -6599,17 +6599,17 @@ function c$1(e) {
6599
6599
  function ne$1(e, t) {
6600
6600
  return e === t ? !0 : e === t;
6601
6601
  }
6602
- var l$1 = Symbol(), u$1 = Symbol(), d$1 = Symbol(), f$1 = Symbol(), p$1 = Symbol(), m$1 = Symbol(), h$2 = Symbol(), g$1 = Symbol(), _$2 = Symbol(), re$1 = Symbol(), ie$1 = Symbol();
6602
+ var l$1 = Symbol(), u$1 = Symbol(), d$1 = Symbol(), f$1 = Symbol(), p$1 = Symbol(), m$1 = Symbol(), h$2 = Symbol(), g$1 = Symbol(), _$2 = Symbol(), re$1 = Symbol(), ie$2 = Symbol();
6603
6603
  function v$2(e) {
6604
6604
  return e && typeof e == `object` && !!e[p$1];
6605
6605
  }
6606
6606
  function y$2(e) {
6607
6607
  if (!v$2(e)) throw Error(`@dto assert given object is not a class decorated with @Dto.`);
6608
6608
  }
6609
- var ae$1 = Symbol();
6609
+ var ae$2 = Symbol();
6610
6610
  function b$2(e, t = 0, n) {
6611
6611
  return function(...r) {
6612
- let i = e[ae$1] ??= /* @__PURE__ */ new WeakMap(), a = r[t], o = n === void 0 ? `self` : r[n];
6612
+ let i = e[ae$2] ??= /* @__PURE__ */ new WeakMap(), a = r[t], o = n === void 0 ? `self` : r[n];
6613
6613
  if (typeof a != `object` || !a) return e.call(this, ...r);
6614
6614
  i.has(a) || i.set(a, []);
6615
6615
  let s = i.get(a);
@@ -6628,7 +6628,7 @@ function x$2(e) {
6628
6628
  return y$2(e), e[f$1];
6629
6629
  }
6630
6630
  var S$2 = b$2(function(e, t, n, r) {
6631
- let i = e[ie$1];
6631
+ let i = e[ie$2];
6632
6632
  i(e, t, n, r), e[m$1] && S$2(e[m$1], e[h$2], e[m$1][e[h$2]]);
6633
6633
  }, 0, 1), C$2 = b$2(function(e) {
6634
6634
  y$2(e), e[f$1] && (e[f$1] = !1, S$2(e, f$1, !1, !0)), !(!e[u$1] || e[u$1].length === 0) && e[u$1].filter(x$2).forEach(C$2);
@@ -6664,26 +6664,26 @@ function ue$1(e, t) {
6664
6664
  t[m$1] = void 0, t[h$2] = void 0;
6665
6665
  }
6666
6666
  }
6667
- var O$3 = {};
6667
+ var O$2 = {};
6668
6668
  var k$3 = {
6669
6669
  deleteProperty(e, t) {
6670
- if (Reflect.deleteProperty(e, t), A$3(e, t)) return !0;
6670
+ if (Reflect.deleteProperty(e, t), A$2(e, t)) return !0;
6671
6671
  let n = e[m$1];
6672
6672
  return n && S$2(n, e[h$2], n[e[h$2]]), n && w$2(n, e[h$2]), !0;
6673
6673
  },
6674
6674
  get(e, t, n) {
6675
6675
  if (t === _$2) return !0;
6676
- if (A$3(e, t)) return Reflect.get(e, t, n);
6676
+ if (A$2(e, t)) return Reflect.get(e, t, n);
6677
6677
  let r = e[m$1];
6678
6678
  return r && le$1(r, e[h$2]), Reflect.get(e, t);
6679
6679
  },
6680
6680
  set(e, t, n, r) {
6681
- if (A$3(e, t)) return Reflect.set(e, t, n, r);
6681
+ if (A$2(e, t)) return Reflect.set(e, t, n, r);
6682
6682
  let i = e[m$1];
6683
6683
  return i && S$2(i, e[h$2], i[e[h$2]]), i && w$2(i, e[h$2]), Reflect.set(e, t, n);
6684
6684
  }
6685
6685
  };
6686
- function A$3(e, t) {
6686
+ function A$2(e, t) {
6687
6687
  return typeof t == `symbol` || typeof e[t] == `function` || t === `length`;
6688
6688
  }
6689
6689
  var de$2 = {
@@ -6708,7 +6708,7 @@ var de$2 = {
6708
6708
  let a = i.get?.call(e) ?? void 0;
6709
6709
  return ne$1(n, a) ? !0 : (ue$1(e, a), Array.isArray(n) && !n[_$2] && (n = new Proxy(n, k$3)), i.set.call(e, n), E$2(e, t, n), w$2(e, t), S$2(e, t, n, a), !0);
6710
6710
  }
6711
- }, fe$2 = {
6711
+ }, fe$1 = {
6712
6712
  get(e, t, n) {
6713
6713
  return t === `__v_isRef` ? !1 : t === _$2 ? !0 : t in e ? Reflect.get(e, t, n) : Reflect.get(e.value, t);
6714
6714
  },
@@ -6721,23 +6721,23 @@ var de$2 = {
6721
6721
  set(e, t, n, r) {
6722
6722
  return t in e ? Reflect.set(e, t, n, r) : Reflect.set(e.value, t, n);
6723
6723
  }
6724
- }, pe$2 = { construct(e, t, n) {
6724
+ }, pe$1 = { construct(e, t, n) {
6725
6725
  t = t.map((e) => Array.isArray(e) ? new Proxy(e, k$3) : e);
6726
6726
  let r = customRef((r, i) => {
6727
6727
  let a = markRaw(Reflect.construct(e, t, n));
6728
- a[l$1] = t, a[f$1] = !1, a[re$1] = r, a[ie$1] = i;
6728
+ a[l$1] = t, a[f$1] = !1, a[re$1] = r, a[ie$2] = i;
6729
6729
  let s = new Proxy(a, de$2);
6730
6730
  return {
6731
6731
  get: () => (r(), s),
6732
6732
  set: () => void 0
6733
6733
  };
6734
6734
  });
6735
- return new Proxy(r, fe$2);
6735
+ return new Proxy(r, fe$1);
6736
6736
  } };
6737
6737
  function me$1() {
6738
6738
  let e = this;
6739
6739
  y$2(e);
6740
- let t = O$3[e[p$1]], n = new t(...e[l$1]);
6740
+ let t = O$2[e[p$1]], n = new t(...e[l$1]);
6741
6741
  for (let [e, t] of Object.entries(this[d$1])) t.set && (n[e] = v$2(this[e]) ? this[e].clone() : this[e]);
6742
6742
  return n;
6743
6743
  }
@@ -6747,7 +6747,7 @@ function he$2(e) {
6747
6747
  v$2(this[t]) && typeof e[t] == `object` ? this[t].fill(e[t]) : n && n.set && (this[t] = e[t]);
6748
6748
  }
6749
6749
  }
6750
- function ge$1() {
6750
+ function ge$2() {
6751
6751
  let e = {};
6752
6752
  for (let t of this[g$1]) {
6753
6753
  let n = this[t];
@@ -6755,14 +6755,14 @@ function ge$1() {
6755
6755
  }
6756
6756
  return e;
6757
6757
  }
6758
- function j$1(e) {
6758
+ function j$2(e) {
6759
6759
  ve$1(e);
6760
6760
  let t = Object.freeze(x$4(e)), a = Object.keys(t);
6761
- return K$3(e.prototype, d$1, t), K$3(e.prototype, p$1, e.name), K$3(e.prototype, g$1, a), K$3(e, Symbol.hasInstance, (t) => typeof t == `object` && t?.[p$1] === e.name), G$3(e, `clone`, me$1), G$3(e, `fill`, he$2), G$3(e, `toJSON`, ge$1), _e$1(e);
6761
+ return K$3(e.prototype, d$1, t), K$3(e.prototype, p$1, e.name), K$3(e.prototype, g$1, a), K$3(e, Symbol.hasInstance, (t) => typeof t == `object` && t?.[p$1] === e.name), G$3(e, `clone`, me$1), G$3(e, `fill`, he$2), G$3(e, `toJSON`, ge$2), _e$2(e);
6762
6762
  }
6763
- function _e$1(e) {
6764
- let t = new Proxy(e, pe$2);
6765
- return O$3[e.name] = t, t;
6763
+ function _e$2(e) {
6764
+ let t = new Proxy(e, pe$1);
6765
+ return O$2[e.name] = t, t;
6766
6766
  }
6767
6767
  function ve$1(e) {
6768
6768
  let t = Object.getPrototypeOf(e.prototype);
@@ -6787,7 +6787,7 @@ var V$1 = class {
6787
6787
  this.#e = e, this.#t = t;
6788
6788
  }
6789
6789
  };
6790
- V$1 = B$1([j$1], V$1);
6790
+ V$1 = B$1([j$2], V$1);
6791
6791
  var U$1 = class {
6792
6792
  get items() {
6793
6793
  return this.#e;
@@ -6813,7 +6813,7 @@ var U$1 = class {
6813
6813
  this.#e = e, this.#t = t, this.#n = n, this.#r = r, this.#i = i;
6814
6814
  }
6815
6815
  };
6816
- U$1 = B$1([j$1], U$1);
6816
+ U$1 = B$1([j$2], U$1);
6817
6817
  var W$1 = U$1;
6818
6818
  var G$2 = class {
6819
6819
  get code() {
@@ -6836,7 +6836,7 @@ var G$2 = class {
6836
6836
  this.#e = e, this.#t = t, this.#n = n, this.#r = r;
6837
6837
  }
6838
6838
  };
6839
- G$2 = B$1([j$1], G$2);
6839
+ G$2 = B$1([j$2], G$2);
6840
6840
  var K$2 = G$2;
6841
6841
  var q$2 = class {
6842
6842
  get code() {
@@ -6863,7 +6863,7 @@ var q$2 = class {
6863
6863
  this.#e = e, this.#t = t, this.#n = n, this.#r = r, this.#i = i;
6864
6864
  }
6865
6865
  };
6866
- q$2 = B$1([j$1], q$2);
6866
+ q$2 = B$1([j$2], q$2);
6867
6867
  var J$1 = q$2, Y$2;
6868
6868
  var X$2 = Y$2 = class {
6869
6869
  static parsePaginatedAdapter(e, t) {
@@ -6886,7 +6886,6 @@ var X$2 = Y$2 = class {
6886
6886
  }
6887
6887
  };
6888
6888
  X$2 = Y$2 = B$1([c$1], X$2);
6889
- converter(`oklch`);
6890
6889
  function G$1(e) {
6891
6890
  let t = unref(e);
6892
6891
  return t ? R$2(t) ? t : t.$el ?? null : null;
@@ -6894,11 +6893,11 @@ function G$1(e) {
6894
6893
  function K$1(e, t, n) {
6895
6894
  let r = ref([]);
6896
6895
  onMounted(() => {
6897
- document.addEventListener(`pointerdown`, a);
6896
+ document.addEventListener(`pointerdown`, i);
6898
6897
  }), onUnmounted(() => {
6899
- document.removeEventListener(`pointerdown`, a);
6898
+ document.removeEventListener(`pointerdown`, i);
6900
6899
  });
6901
- function a(e) {
6900
+ function i(e) {
6902
6901
  unref(t) && !unref(r).some((t) => t.contains(e.target)) && n(e);
6903
6902
  }
6904
6903
  watchEffect(() => {
@@ -6913,24 +6912,24 @@ function q$1() {
6913
6912
  let t = getCurrentInstance();
6914
6913
  return computed(() => t?.uid ?? (t?.proxy)._uid ?? 0);
6915
6914
  }
6916
- function Y$1(e, n, i = !1) {
6915
+ function Y$1(e, n, r = !1) {
6917
6916
  let a = ref(isRef(e) ? e.value : e), o = customRef((e, t) => ({
6918
6917
  get() {
6919
6918
  return e(), a.value;
6920
6919
  },
6921
- set: X$1((e) => {
6920
+ set: oe$1((e) => {
6922
6921
  a.value = e, t();
6923
- }, n, i)
6922
+ }, n, r)
6924
6923
  }));
6925
6924
  return isRef(e) && watch(e, (e) => o.value = e), o;
6926
6925
  }
6927
- function X$1(e, t, n = !1) {
6926
+ function oe$1(e, t, n = !1) {
6928
6927
  let r;
6929
6928
  return (...i) => {
6930
6929
  n && !r && e(...i), clearTimeout(r), r = setTimeout(() => requestAnimationFrame(() => e(...i)), t);
6931
6930
  };
6932
6931
  }
6933
- function Z$1(t = 0, n = !1) {
6932
+ function X$1(t = 0, n = !1) {
6934
6933
  let r = ref(n), i = ref(0), a = computed(() => unref(r) || unref(i) > 0);
6935
6934
  function o(e) {
6936
6935
  return (async (...t) => (i.value++, await e(...t).finally(() => i.value--)));
@@ -6943,53 +6942,53 @@ function Z$1(t = 0, n = !1) {
6943
6942
  loaded: o
6944
6943
  };
6945
6944
  }
6946
- function se$1(e, t) {
6945
+ function de$1(e, t) {
6947
6946
  let n = ref();
6948
6947
  onMounted(() => {
6949
- a();
6948
+ i();
6950
6949
  }), onUnmounted(() => {
6951
6950
  clearTimeout(n.value);
6952
6951
  });
6953
6952
  function r() {
6954
- n.value = setTimeout(() => requestAnimationFrame(a), unref(e));
6953
+ n.value = setTimeout(() => requestAnimationFrame(i), unref(e));
6955
6954
  }
6956
- function a() {
6955
+ function i() {
6957
6956
  r(), t();
6958
6957
  }
6959
6958
  }
6960
- function de$1(e, t, n) {
6959
+ function he$1(e, t, n) {
6961
6960
  n ??= { attributes: !0 };
6962
6961
  let r, i = watch(e, (e) => {
6963
- o();
6962
+ a();
6964
6963
  let i = G$1(e);
6965
6964
  i && (r = new MutationObserver(t), r.observe(i, n));
6966
6965
  }, { immediate: !0 });
6967
- function o() {
6966
+ function a() {
6968
6967
  r &&= (r.disconnect(), void 0);
6969
6968
  }
6970
- function s() {
6971
- o(), i();
6969
+ function o() {
6970
+ a(), i();
6972
6971
  }
6973
- onScopeDispose(s);
6972
+ onScopeDispose(o);
6974
6973
  }
6975
6974
  RegExp(`[a-z]`), RegExp(`[A-Z]`), RegExp(`[0-9]`), RegExp(`[!"#$%&'()*+,-./:;<=>?@[\\\\\\]^_\`{|}~]`);
6976
- function he$1(e, t, n) {
6975
+ function ye$1(e, t, n) {
6977
6976
  n ??= {};
6978
6977
  let r, i = watch(e, (e) => {
6979
- o();
6978
+ a();
6980
6979
  let i = G$1(e);
6981
6980
  i && (r = new ResizeObserver(t), r.observe(i, n));
6982
6981
  }, { immediate: !0 });
6983
- function o() {
6982
+ function a() {
6984
6983
  r &&= (r.disconnect(), void 0);
6985
6984
  }
6986
- function s() {
6987
- o(), i();
6985
+ function o() {
6986
+ a(), i();
6988
6987
  }
6989
- onScopeDispose(s);
6988
+ onScopeDispose(o);
6990
6989
  }
6991
6990
  //#endregion
6992
- //#region ../internals/dist/composable-DaZozn_3.js
6991
+ //#region ../internals/dist/composable-5ooZTjm_.js
6993
6992
  function _$1(e, t) {
6994
6993
  let n = ref(!1), r = ref(e), i = computed(() => {
6995
6994
  let e = [], t = unref(r).month, n = unref(r).startOf(`month`);
@@ -7237,6 +7236,16 @@ function A$1(t) {
7237
7236
  isAtRight: a
7238
7237
  };
7239
7238
  }
7239
+ function j$1(e) {
7240
+ let t = ref(0), n = ref(0);
7241
+ return e ||= ref(document), D$1(e, `scroll`, () => {
7242
+ let r = unref(e);
7243
+ r instanceof Document && (r = r.scrollingElement), t.value = r?.scrollLeft ?? 0, n.value = r?.scrollTop ?? 0;
7244
+ }), {
7245
+ x: t,
7246
+ y: n
7247
+ };
7248
+ }
7240
7249
  var M$1 = 0;
7241
7250
  function N$1(e = !1) {
7242
7251
  let t = ref(`focus-trap-${++M$1}`), n = ref(!1);
@@ -7269,8 +7278,12 @@ function F$1(t, r = {}) {
7269
7278
  s.contains(t) || y$3(s, t);
7270
7279
  }
7271
7280
  if (u.addEventListener(`focusin`, d, { capture: !0 }), u.addEventListener(`focusout`, f, { capture: !0 }), s) {
7272
- let e = s$1(s), t = e.findIndex((e) => e.classList.contains(`is-active`)), r = e.findIndex((e) => !e.hasAttribute(`aria-disabled`)), i = e[0];
7273
- t > -1 && (i = e[t]), r > -1 && (i = e[r]), i && i.focus();
7281
+ let e = s.querySelector(`[autofocus]`);
7282
+ if (e) e.focus();
7283
+ else {
7284
+ let e = s$1(s), t = e.findIndex((e) => e.classList.contains(`is-active`)), r = e.findIndex((e) => !e.hasAttribute(`aria-disabled`)), i = e[0];
7285
+ t > -1 && (i = e[t]), r > -1 && (i = e[r]), i ? i.focus() : s.focus();
7286
+ }
7274
7287
  }
7275
7288
  o(() => {
7276
7289
  u.removeEventListener(`focusin`, d), u.removeEventListener(`focusout`, f);
@@ -7283,7 +7296,7 @@ function F$1(t, r = {}) {
7283
7296
  }, { immediate: !0 });
7284
7297
  }
7285
7298
  function L$1(e, { cycle: t = !0, direction: r = `bidirectional` } = {}) {
7286
- de$1(e, () => a(i(), !1));
7299
+ he$1(e, () => a(i(), !1));
7287
7300
  function i() {
7288
7301
  let t = s$1(G$1(e)), r = t.findIndex((e) => e.classList.contains(`is-active`)), i = t.findIndex((e) => !e.hasAttribute(`aria-disabled`));
7289
7302
  return r > -1 ? r : i > -1 ? i : 0;
@@ -7806,7 +7819,6 @@ function createDialogRenderer_default(attrs, props, emit, slots, className, tran
7806
7819
  watch(dialogRef, (dialog, _, onCleanup) => {
7807
7820
  if (!dialog) return;
7808
7821
  dialog.addEventListener("keydown", onKeyDown, { passive: true });
7809
- dialog.focus();
7810
7822
  onCleanup(() => {
7811
7823
  dialog.removeEventListener("keydown", onKeyDown);
7812
7824
  });
@@ -7916,7 +7928,7 @@ function generateMultiOptionsLabel(translate, options, values) {
7916
7928
  //#endregion
7917
7929
  //#region src/composable/private/useAsyncFilterOptions.ts
7918
7930
  function useAsyncFilterOptions_default(params) {
7919
- const { isLoading, loaded } = Z$1();
7931
+ const { isLoading, loaded } = X$1();
7920
7932
  const debouncedModelSearch = Y$1(params.modelSearch, 150);
7921
7933
  const fetchOptions = computed(() => loaded(params.fetchOptions));
7922
7934
  const fetchRelevant = computed(() => loaded(params.fetchRelevant));
@@ -9068,32 +9080,32 @@ function useTreeView(params) {
9068
9080
  }
9069
9081
  //#endregion
9070
9082
  //#region src/css/component/Button.module.scss
9071
- var { "button": _0$14, "buttonIcon": _1$5, "buttonLabel": _2$4 } = Button_module_default$1;
9083
+ var { "button": _0$14, "buttonLabel": _1$5, "buttonIcon": _2$4 } = Button_module_default$1;
9072
9084
  var Button_module_default = {
9073
9085
  primaryButton: `primary-button ${_0$14}`,
9074
9086
  spinner: `spinner`,
9075
- primaryButtonIcon: `primary-button-icon ${_1$5}`,
9076
- primaryButtonLabel: `primary-button-label ${_2$4}`,
9087
+ primaryButtonIcon: `primary-button-icon ${_2$4}`,
9088
+ primaryButtonLabel: `primary-button-label ${_1$5}`,
9077
9089
  secondaryButton: `secondary-button ${_0$14}`,
9078
- secondaryButtonIcon: `secondary-button-icon ${_1$5}`,
9079
- secondaryButtonLabel: `secondary-button-label ${_2$4}`,
9090
+ secondaryButtonIcon: `secondary-button-icon ${_2$4}`,
9091
+ secondaryButtonLabel: `secondary-button-label ${_1$5}`,
9080
9092
  destructiveButton: `destructive-button ${_0$14}`,
9081
- destructiveButtonIcon: `destructive-button-icon ${_1$5}`,
9082
- destructiveButtonLabel: `destructive-button-label ${_2$4}`,
9093
+ destructiveButtonIcon: `destructive-button-icon ${_2$4}`,
9094
+ destructiveButtonLabel: `destructive-button-label ${_1$5}`,
9083
9095
  baseLinkButton: `base-link-button ${_0$14}`,
9084
9096
  primaryLinkButton: `primary-link-button base-link-button ${_0$14}`,
9085
- primaryLinkButtonIcon: `primary-link-button-icon ${_1$5}`,
9086
- primaryLinkButtonLabel: `primary-link-button-label ${_2$4}`,
9097
+ primaryLinkButtonIcon: `primary-link-button-icon ${_2$4}`,
9098
+ primaryLinkButtonLabel: `primary-link-button-label ${_1$5}`,
9087
9099
  secondaryLinkButton: `secondary-link-button base-link-button ${_0$14}`,
9088
- secondaryLinkButtonIcon: `secondary-link-button-icon ${_1$5}`,
9089
- secondaryLinkButtonLabel: `secondary-link-button-label ${_2$4}`,
9100
+ secondaryLinkButtonIcon: `secondary-link-button-icon ${_2$4}`,
9101
+ secondaryLinkButtonLabel: `secondary-link-button-label ${_1$5}`,
9090
9102
  linkButton: `link-button ${_0$14}`,
9091
- linkButtonIcon: `link-button-icon ${_1$5}`,
9103
+ linkButtonIcon: `link-button-icon ${_2$4}`,
9092
9104
  icon: `icon`,
9093
- linkButtonLabel: `link-button-label ${_2$4}`,
9105
+ linkButtonLabel: `link-button-label ${_1$5}`,
9094
9106
  publishButton: `publish-button primary-button ${_0$14}`,
9095
- publishButtonIcon: `publish-button-icon primary-button-icon ${_1$5}`,
9096
- publishButtonLabel: `publish-button-label primary-button-label ${_2$4}`,
9107
+ publishButtonIcon: `publish-button-icon primary-button-icon ${_2$4}`,
9108
+ publishButtonLabel: `publish-button-label primary-button-label ${_1$5}`,
9097
9109
  publishButtonAnimation: `publish-button-animation`,
9098
9110
  isDone: `is-done`,
9099
9111
  publishButtonAnimationArrow: `publish-button-animation-arrow`,
@@ -11536,6 +11548,8 @@ var LayerPane_module_default = {
11536
11548
  layerPane: `layer-pane`,
11537
11549
  basePaneStructure: `base-pane-structure`,
11538
11550
  paneFooter: `pane-footer`,
11551
+ paneHeader: `pane-header`,
11552
+ button: `button`,
11539
11553
  layerPaneSecondary: `layer-pane-secondary`
11540
11554
  };
11541
11555
  //#endregion
@@ -12159,8 +12173,8 @@ var Form_module_default = {
12159
12173
  pinInputEnabled: `pin-input-enabled pin-input`,
12160
12174
  pinInputDisabled: `pin-input-disabled pin-input`,
12161
12175
  toggle: `toggle`,
12162
- isChecked: `is-checked`,
12163
12176
  toggleInput: `toggle-input`,
12177
+ isChecked: `is-checked`,
12164
12178
  isSwitch: `is-switch`,
12165
12179
  toggleIcon: `toggle-icon`,
12166
12180
  toggleIconOn: `toggle-icon-on toggle-icon`,
@@ -12231,11 +12245,11 @@ var FluxCheckbox_default = /* @__PURE__ */ defineComponent({
12231
12245
  }, [isIndeterminate.value ? (openBlock(), createBlock(FluxIcon_default, {
12232
12246
  key: 0,
12233
12247
  name: "minus",
12234
- size: 16
12248
+ size: 12
12235
12249
  })) : (openBlock(), createBlock(FluxIcon_default, {
12236
12250
  key: 1,
12237
12251
  name: "check",
12238
- size: 16
12252
+ size: 12
12239
12253
  }))], 2),
12240
12254
  __props.label ? (openBlock(), createElementBlock("span", {
12241
12255
  key: 0,
@@ -13357,7 +13371,7 @@ var AnchorPopup_default = /* @__PURE__ */ defineComponent({
13357
13371
  window.removeEventListener("resize", onResize);
13358
13372
  window.removeEventListener("scroll", onScroll, { capture: true });
13359
13373
  });
13360
- de$1(popupRef, () => {
13374
+ he$1(popupRef, () => {
13361
13375
  reposition();
13362
13376
  }, {
13363
13377
  childList: true,
@@ -13586,7 +13600,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
13586
13600
  emits: ["click"],
13587
13601
  setup(__props, { emit: __emit }) {
13588
13602
  const emit = __emit;
13589
- const { isLoading, loaded } = Z$1();
13603
+ const { isLoading, loaded } = X$1();
13590
13604
  const getValueLabel = computed(() => loaded(__props.item.getValueLabel));
13591
13605
  const valueLabel = ref();
13592
13606
  function onClick(evt) {
@@ -13615,7 +13629,7 @@ var FilterBadge_default = /* @__PURE__ */ defineComponent({
13615
13629
  });
13616
13630
  //#endregion
13617
13631
  //#region src/css/component/Menu.module.scss
13618
- var { "buttonIcon": _0$9, "buttonLabel": _1$3, "button": _2$2 } = Button_module_default$1;
13632
+ var { "buttonIcon": _0$9, "button": _1$3, "buttonLabel": _2$2 } = Button_module_default$1;
13619
13633
  var Menu_module_default = {
13620
13634
  menu: `menu`,
13621
13635
  menuNormal: `menu-normal menu`,
@@ -13623,10 +13637,10 @@ var Menu_module_default = {
13623
13637
  menuGroup: `menu-group`,
13624
13638
  menuGroupHorizontal: `menu-group-horizontal menu-group`,
13625
13639
  menuGroupVertical: `menu-group-vertical menu-group`,
13626
- menuItem: `menu-item ${_2$2}`,
13640
+ menuItem: `menu-item ${_1$3}`,
13627
13641
  badge: `badge`,
13628
13642
  menuItemIcon: `menu-item-icon ${_0$9}`,
13629
- menuItemLabel: `menu-item-label ${_1$3}`,
13643
+ menuItemLabel: `menu-item-label ${_2$2}`,
13630
13644
  menuItemActive: `menu-item-active`,
13631
13645
  menuItemDestructive: `menu-item-destructive`,
13632
13646
  menuItemHighlighted: `menu-item-highlighted`,
@@ -13652,6 +13666,20 @@ var Menu_module_default = {
13652
13666
  expandableBody: `expandable-body`
13653
13667
  };
13654
13668
  //#endregion
13669
+ //#region src/component/FluxMenuGroup.vue
13670
+ var FluxMenuGroup_default = /* @__PURE__ */ defineComponent({
13671
+ __name: "FluxMenuGroup",
13672
+ props: { isHorizontal: { type: Boolean } },
13673
+ setup(__props) {
13674
+ return (_ctx, _cache) => {
13675
+ return openBlock(), createElementBlock("div", {
13676
+ class: normalizeClass(__props.isHorizontal ? unref(Menu_module_default).menuGroupHorizontal : unref(Menu_module_default).menuGroupVertical),
13677
+ role: "group"
13678
+ }, [renderSlot(_ctx.$slots, "default")], 2);
13679
+ };
13680
+ }
13681
+ });
13682
+ //#endregion
13655
13683
  //#region src/component/FluxMenuItem.vue?vue&type=script&setup=true&lang.ts
13656
13684
  var _hoisted_1$41 = ["src", "alt"];
13657
13685
  //#endregion
@@ -13764,76 +13792,6 @@ var FluxMenuItem_default = /* @__PURE__ */ defineComponent({
13764
13792
  }
13765
13793
  });
13766
13794
  //#endregion
13767
- //#region src/component/primitive/FilterItem.vue
13768
- var FilterItem_default = /* @__PURE__ */ defineComponent({
13769
- __name: "FilterItem",
13770
- props: {
13771
- item: {},
13772
- value: { type: [
13773
- Object,
13774
- String,
13775
- Boolean,
13776
- Number,
13777
- null,
13778
- Array
13779
- ] },
13780
- disabled: { type: Boolean }
13781
- },
13782
- emits: ["click"],
13783
- setup(__props, { emit: __emit }) {
13784
- const emit = __emit;
13785
- const { isLoading, loaded } = Z$1();
13786
- const getValueLabel = computed(() => loaded(__props.item.getValueLabel));
13787
- const valueLabel = ref();
13788
- function onClick(evt) {
13789
- emit("click", evt);
13790
- }
13791
- watch([() => __props.item, () => __props.value], async ([, nextValue], _prev, onCleanup) => {
13792
- let cancelled = false;
13793
- onCleanup(() => {
13794
- cancelled = true;
13795
- });
13796
- const nextLabel = await unref(getValueLabel)(nextValue);
13797
- if (!cancelled) valueLabel.value = nextLabel ?? void 0;
13798
- }, {
13799
- deep: true,
13800
- immediate: true
13801
- });
13802
- return (_ctx, _cache) => {
13803
- return openBlock(), createBlock(FluxMenuItem_default, {
13804
- command: valueLabel.value,
13805
- "command-icon": "angle-right",
13806
- "command-loading": unref(isLoading),
13807
- disabled: __props.disabled,
13808
- "icon-leading": __props.item.icon,
13809
- label: __props.item.label,
13810
- type: "button",
13811
- onClick
13812
- }, null, 8, [
13813
- "command",
13814
- "command-loading",
13815
- "disabled",
13816
- "icon-leading",
13817
- "label"
13818
- ]);
13819
- };
13820
- }
13821
- });
13822
- //#endregion
13823
- //#region src/component/FluxMenuGroup.vue
13824
- var FluxMenuGroup_default = /* @__PURE__ */ defineComponent({
13825
- __name: "FluxMenuGroup",
13826
- props: { isHorizontal: { type: Boolean } },
13827
- setup(__props) {
13828
- return (_ctx, _cache) => {
13829
- return openBlock(), createElementBlock("div", {
13830
- class: normalizeClass(__props.isHorizontal ? unref(Menu_module_default).menuGroupHorizontal : unref(Menu_module_default).menuGroupVertical),
13831
- role: "group"
13832
- }, [renderSlot(_ctx.$slots, "default")], 2);
13833
- };
13834
- }
13835
- });
13836
- //#endregion
13837
13795
  //#region src/component/FluxMenuSubHeader.vue
13838
13796
  var FluxMenuSubHeader_default = /* @__PURE__ */ defineComponent({
13839
13797
  __name: "FluxMenuSubHeader",
@@ -14476,6 +14434,62 @@ var FluxSeparator_default = /* @__PURE__ */ defineComponent({
14476
14434
  }
14477
14435
  });
14478
14436
  //#endregion
14437
+ //#region src/component/primitive/FilterItem.vue
14438
+ var FilterItem_default = /* @__PURE__ */ defineComponent({
14439
+ __name: "FilterItem",
14440
+ props: {
14441
+ item: {},
14442
+ value: { type: [
14443
+ Object,
14444
+ String,
14445
+ Boolean,
14446
+ Number,
14447
+ null,
14448
+ Array
14449
+ ] },
14450
+ disabled: { type: Boolean }
14451
+ },
14452
+ emits: ["click"],
14453
+ setup(__props, { emit: __emit }) {
14454
+ const emit = __emit;
14455
+ const { isLoading, loaded } = X$1();
14456
+ const getValueLabel = computed(() => loaded(__props.item.getValueLabel));
14457
+ const valueLabel = ref();
14458
+ function onClick(evt) {
14459
+ emit("click", evt);
14460
+ }
14461
+ watch([() => __props.item, () => __props.value], async ([, nextValue], _prev, onCleanup) => {
14462
+ let cancelled = false;
14463
+ onCleanup(() => {
14464
+ cancelled = true;
14465
+ });
14466
+ const nextLabel = await unref(getValueLabel)(nextValue);
14467
+ if (!cancelled) valueLabel.value = nextLabel ?? void 0;
14468
+ }, {
14469
+ deep: true,
14470
+ immediate: true
14471
+ });
14472
+ return (_ctx, _cache) => {
14473
+ return openBlock(), createBlock(FluxMenuItem_default, {
14474
+ command: valueLabel.value,
14475
+ "command-icon": "angle-right",
14476
+ "command-loading": unref(isLoading),
14477
+ disabled: __props.disabled,
14478
+ "icon-leading": __props.item.icon,
14479
+ label: __props.item.label,
14480
+ type: "button",
14481
+ onClick
14482
+ }, null, 8, [
14483
+ "command",
14484
+ "command-loading",
14485
+ "disabled",
14486
+ "icon-leading",
14487
+ "label"
14488
+ ]);
14489
+ };
14490
+ }
14491
+ });
14492
+ //#endregion
14479
14493
  //#region src/component/primitive/FilterMenuRenderer.ts
14480
14494
  var FilterMenuRenderer = defineComponent({
14481
14495
  props: {
@@ -14767,7 +14781,7 @@ var FluxColorPicker_default = /* @__PURE__ */ defineComponent({
14767
14781
  ];
14768
14782
  switch (__props.type) {
14769
14783
  case "hex":
14770
- hsv.value = P$2(...j$2(hex));
14784
+ hsv.value = P$2(...j$3(hex));
14771
14785
  break;
14772
14786
  case "rgb":
14773
14787
  hsv.value = P$2(...values);
@@ -15223,16 +15237,16 @@ var FluxFormSelect_default = /* @__PURE__ */ defineComponent({
15223
15237
  });
15224
15238
  //#endregion
15225
15239
  //#region src/css/component/Pagination.module.scss
15226
- var { "secondaryButton": _0$8, "secondaryButtonIcon": _1$2, "secondaryButtonLabel": _2$1 } = Button_module_default;
15240
+ var { "secondaryButtonIcon": _0$8, "secondaryButtonLabel": _1$2, "secondaryButton": _2$1 } = Button_module_default;
15227
15241
  var Pagination_module_default = {
15228
15242
  pagination: `pagination`,
15229
- paginationButton: `pagination-button ${_0$8}`,
15243
+ paginationButton: `pagination-button ${_2$1}`,
15230
15244
  secondaryButton: `secondary-button`,
15231
15245
  paginationButtonArrow: `pagination-button-arrow`,
15232
15246
  paginationButtonCurrent: `pagination-button-current`,
15233
15247
  paginationButtonSpacer: `pagination-button-spacer`,
15234
- paginationButtonIcon: `pagination-button-icon ${_1$2}`,
15235
- paginationButtonLabel: `pagination-button-label ${_2$1}`,
15248
+ paginationButtonIcon: `pagination-button-icon ${_0$8}`,
15249
+ paginationButtonLabel: `pagination-button-label ${_1$2}`,
15236
15250
  paginationBar: `pagination-bar`,
15237
15251
  paginationBarLimit: `pagination-bar-limit`,
15238
15252
  paginationBarLimitDisplayingOf: `pagination-bar-limit-displaying-of`,
@@ -15494,14 +15508,15 @@ var FluxPaginationBar_default = /* @__PURE__ */ defineComponent({
15494
15508
  });
15495
15509
  //#endregion
15496
15510
  //#region src/css/component/Table.module.scss
15497
- var { "basePaneElement": _0$7, "basePaneLoader": _1$1 } = Pane_module_default$1;
15511
+ var { "basePaneLoader": _0$7, "basePaneElement": _1$1 } = Pane_module_default$1;
15498
15512
  var Table_module_default = {
15499
- table: `table ${_0$7}`,
15513
+ table: `table ${_1$1}`,
15500
15514
  tableBase: `table-base`,
15501
15515
  tableFill: `table-fill`,
15502
15516
  tablePagination: `table-pagination`,
15503
- tableLoader: `table-loader ${_1$1}`,
15517
+ tableLoader: `table-loader ${_0$7}`,
15504
15518
  tableRow: `table-row`,
15519
+ isSelectableRow: `is-selectable-row`,
15505
15520
  tableCell: `table-cell`,
15506
15521
  tableCellContent: `table-cell-content`,
15507
15522
  tableHeader: `table-header table-cell`,
@@ -15509,10 +15524,12 @@ var Table_module_default = {
15509
15524
  isSticky: `is-sticky`,
15510
15525
  tableHeaderContent: `table-header-content table-cell-content`,
15511
15526
  isStriped: `is-striped`,
15527
+ isSelected: `is-selected`,
15512
15528
  isHoverable: `is-hoverable`,
15513
15529
  isBordered: `is-bordered`,
15514
15530
  isSeparated: `is-separated`,
15515
15531
  tableActions: `table-actions`,
15532
+ tableCellSelection: `table-cell-selection`,
15516
15533
  tableBar: `table-bar table-cell`,
15517
15534
  tableBarContent: `table-bar-content table-cell-content`,
15518
15535
  tableSort: `table-sort`,
@@ -15546,9 +15563,10 @@ var FluxTableCell_default = /* @__PURE__ */ defineComponent({
15546
15563
  //#region src/component/FluxTableRow.vue
15547
15564
  var FluxTableRow_default = /* @__PURE__ */ defineComponent({
15548
15565
  __name: "FluxTableRow",
15566
+ props: { isSelected: { type: Boolean } },
15549
15567
  setup(__props) {
15550
15568
  return (_ctx, _cache) => {
15551
- return openBlock(), createElementBlock("tr", { class: normalizeClass(unref(Table_module_default).tableRow) }, [renderSlot(_ctx.$slots, "default")], 2);
15569
+ return openBlock(), createElementBlock("tr", { class: normalizeClass(unref(clsx)(unref(Table_module_default).tableRow, __props.isSelected && unref(Table_module_default).isSelected)) }, [renderSlot(_ctx.$slots, "default")], 2);
15552
15570
  };
15553
15571
  }
15554
15572
  });
@@ -15587,6 +15605,8 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15587
15605
  },
15588
15606
  setup(__props) {
15589
15607
  const slots = useSlots();
15608
+ const base = useTemplateRef("base");
15609
+ const { x, y } = j$1(base);
15590
15610
  provide(FluxTableInjectionKey, {
15591
15611
  isBordered: __props.isBordered,
15592
15612
  isHoverable: __props.isHoverable,
@@ -15594,7 +15614,11 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15594
15614
  isStriped: __props.isStriped
15595
15615
  });
15596
15616
  return (_ctx, _cache) => {
15597
- return openBlock(), createElementBlock("div", { class: normalizeClass(unref(Table_module_default).table) }, [
15617
+ return openBlock(), createElementBlock("div", {
15618
+ ref_key: "base",
15619
+ ref: base,
15620
+ class: normalizeClass([unref(Table_module_default).table, __props.isBordered && unref(Table_module_default).isBordered])
15621
+ }, [
15598
15622
  createElementVNode("table", { class: normalizeClass(unref(Table_module_default).tableBase) }, [
15599
15623
  renderSlot(_ctx.$slots, "colgroups"),
15600
15624
  slots.header ? (openBlock(), createElementBlock("thead", _hoisted_1$35, [renderSlot(_ctx.$slots, "header")])) : createCommentVNode("", true),
@@ -15615,8 +15639,9 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15615
15639
  ], 2),
15616
15640
  __props.isLoading ? (openBlock(), createElementBlock("div", {
15617
15641
  key: 0,
15618
- class: normalizeClass(unref(Table_module_default).tableLoader)
15619
- }, [createVNode(FluxSpinner_default)], 2)) : createCommentVNode("", true),
15642
+ class: normalizeClass(unref(Table_module_default).tableLoader),
15643
+ style: normalizeStyle({ transform: `translate(${unref(x)}px, ${unref(y)}px)` })
15644
+ }, [createVNode(FluxSpinner_default)], 6)) : createCommentVNode("", true),
15620
15645
  slots.pagination ? (openBlock(), createBlock(FluxPaneBody_default, {
15621
15646
  key: 1,
15622
15647
  class: normalizeClass(unref(Table_module_default).tablePagination)
@@ -15629,10 +15654,83 @@ var FluxTable_default = /* @__PURE__ */ defineComponent({
15629
15654
  }
15630
15655
  });
15631
15656
  //#endregion
15657
+ //#region src/component/FluxTableHeader.vue?vue&type=script&setup=true&lang.ts
15658
+ var _hoisted_1$34 = ["aria-sort"];
15659
+ var _hoisted_2$12 = ["aria-label", "onClick"];
15660
+ //#endregion
15661
+ //#region src/component/FluxTableHeader.vue
15662
+ var FluxTableHeader_default = /* @__PURE__ */ defineComponent({
15663
+ __name: "FluxTableHeader",
15664
+ props: {
15665
+ isShrinking: { type: Boolean },
15666
+ isSortable: { type: Boolean },
15667
+ isSticky: { type: Boolean },
15668
+ minWidth: { default: 0 },
15669
+ sort: {}
15670
+ },
15671
+ emits: ["sort"],
15672
+ setup(__props, { emit: $emit }) {
15673
+ const { isBordered } = useTableInjection_default();
15674
+ const translate = useTranslate_default();
15675
+ const sortingIcon = computed(() => {
15676
+ switch (__props.sort) {
15677
+ case "ascending": return "arrow-down-a-z";
15678
+ case "descending": return "arrow-up-a-z";
15679
+ default: return "arrow-up-arrow-down";
15680
+ }
15681
+ });
15682
+ return (_ctx, _cache) => {
15683
+ return openBlock(), createElementBlock("th", {
15684
+ class: normalizeClass(unref(clsx)(unref(Table_module_default).tableHeader, unref(isBordered) && unref(Table_module_default).isBordered, __props.isShrinking && unref(Table_module_default).isShrinking, __props.isSticky && unref(Table_module_default).isSticky)),
15685
+ scope: "col",
15686
+ "aria-sort": __props.isSortable ? __props.sort ?? "none" : void 0,
15687
+ style: normalizeStyle({ minWidth: `${__props.minWidth}px` })
15688
+ }, [createElementVNode("div", { class: normalizeClass(unref(Table_module_default).tableHeaderContent) }, [renderSlot(_ctx.$slots, "default"), __props.isSortable ? (openBlock(), createBlock(FluxFlyout_default, { key: 0 }, {
15689
+ opener: withCtx(({ open }) => [createElementVNode("button", {
15690
+ class: normalizeClass(unref(Table_module_default).tableSort),
15691
+ "aria-label": unref(translate)("flux.sort"),
15692
+ tabindex: "-1",
15693
+ type: "button",
15694
+ onClick: open
15695
+ }, [createVNode(FluxIcon_default, {
15696
+ size: 16,
15697
+ name: sortingIcon.value
15698
+ }, null, 8, ["name"])], 10, _hoisted_2$12)]),
15699
+ default: withCtx(() => [createVNode(FluxMenu_default, null, {
15700
+ default: withCtx(() => [createVNode(FluxMenuGroup_default, null, {
15701
+ default: withCtx(() => [createVNode(FluxMenuItem_default, {
15702
+ "is-highlighted": __props.sort === "ascending",
15703
+ "icon-leading": "arrow-down-a-z",
15704
+ label: unref(translate)("flux.sortAscending"),
15705
+ onClick: _cache[0] || (_cache[0] = ($event) => $emit("sort", "ascending"))
15706
+ }, null, 8, ["is-highlighted", "label"]), createVNode(FluxMenuItem_default, {
15707
+ "is-highlighted": __props.sort === "descending",
15708
+ "icon-leading": "arrow-up-a-z",
15709
+ label: unref(translate)("flux.sortDescending"),
15710
+ onClick: _cache[1] || (_cache[1] = ($event) => $emit("sort", "descending"))
15711
+ }, null, 8, ["is-highlighted", "label"])]),
15712
+ _: 1
15713
+ }), __props.sort ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [createVNode(FluxSeparator_default), createVNode(FluxMenuGroup_default, null, {
15714
+ default: withCtx(() => [createVNode(FluxMenuItem_default, {
15715
+ "icon-leading": "circle-xmark",
15716
+ "is-destructive": "",
15717
+ label: unref(translate)("flux.sortRemove"),
15718
+ onClick: _cache[2] || (_cache[2] = ($event) => $emit("sort", null))
15719
+ }, null, 8, ["label"])]),
15720
+ _: 1
15721
+ })], 64)) : createCommentVNode("", true)]),
15722
+ _: 1
15723
+ })]),
15724
+ _: 1
15725
+ })) : createCommentVNode("", true)], 2)], 14, _hoisted_1$34);
15726
+ };
15727
+ }
15728
+ });
15729
+ //#endregion
15632
15730
  //#region src/component/FluxDataTable.vue
15633
15731
  var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15634
15732
  __name: "FluxDataTable",
15635
- props: {
15733
+ props: /* @__PURE__ */ mergeModels({
15636
15734
  fillColumns: {},
15637
15735
  isBordered: {
15638
15736
  type: Boolean,
@@ -15658,10 +15756,14 @@ var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15658
15756
  limits: {},
15659
15757
  page: {},
15660
15758
  perPage: {},
15759
+ selectionMode: {},
15661
15760
  total: {},
15662
15761
  uniqueKey: {}
15663
- },
15664
- emits: ["limit", "navigate"],
15762
+ }, {
15763
+ "selected": {},
15764
+ "selectedModifiers": {}
15765
+ }),
15766
+ emits: /* @__PURE__ */ mergeModels(["limit", "navigate"], ["update:selected"]),
15665
15767
  setup(__props, { emit: __emit }) {
15666
15768
  const IGNORED_SLOTS = [
15667
15769
  "filter",
@@ -15671,10 +15773,69 @@ var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15671
15773
  "pagination"
15672
15774
  ];
15673
15775
  const emit = __emit;
15776
+ const selected = useModel(__props, "selected");
15674
15777
  const slots = useSlots();
15778
+ const table = useTemplateRef("table");
15779
+ const treeDisabled = useDisabledInjection_default();
15675
15780
  const limitedItems = computed(() => __props.items.slice(0, __props.perPage));
15781
+ const currentPageIds = computed(() => {
15782
+ if (!__props.uniqueKey) return [];
15783
+ return unref(limitedItems).map((item) => item[__props.uniqueKey]);
15784
+ });
15785
+ const selectAllState = computed(() => {
15786
+ const ids = unref(currentPageIds);
15787
+ const value = unref(selected);
15788
+ if (ids.length === 0 || !Array.isArray(value)) return false;
15789
+ const selectedOnPage = ids.filter((id) => value.includes(id)).length;
15790
+ if (selectedOnPage === 0) return false;
15791
+ if (selectedOnPage === ids.length) return true;
15792
+ return null;
15793
+ });
15794
+ function getItemId(item) {
15795
+ if (!__props.uniqueKey) return;
15796
+ return item[__props.uniqueKey];
15797
+ }
15798
+ function isItemSelected(item) {
15799
+ if (!__props.selectionMode) return false;
15800
+ const id = getItemId(item);
15801
+ if (id === void 0) return false;
15802
+ const value = unref(selected);
15803
+ if (Array.isArray(value)) return value.includes(id);
15804
+ return value === id;
15805
+ }
15806
+ function onRowClick(item, event) {
15807
+ if (!__props.selectionMode || unref(treeDisabled)) return;
15808
+ if (event.target?.closest("a, button, input, label, select, textarea, [role=\"button\"]")) return;
15809
+ onSelectRow(item);
15810
+ }
15811
+ function onSelectRow(item) {
15812
+ const id = getItemId(item);
15813
+ if (id === void 0) return;
15814
+ if (__props.selectionMode === "multiple") {
15815
+ const current = Array.isArray(unref(selected)) ? unref(selected) : [];
15816
+ selected.value = current.includes(id) ? current.filter((v) => v !== id) : [...current, id];
15817
+ return;
15818
+ }
15819
+ if (__props.selectionMode === "single") selected.value = isItemSelected(item) ? null : id;
15820
+ }
15821
+ function onSelectAll(value) {
15822
+ if (__props.selectionMode !== "multiple") return;
15823
+ const ids = unref(currentPageIds);
15824
+ const current = Array.isArray(unref(selected)) ? unref(selected) : [];
15825
+ if (value) {
15826
+ const additions = ids.filter((id) => !current.includes(id));
15827
+ selected.value = [...current, ...additions];
15828
+ return;
15829
+ }
15830
+ selected.value = current.filter((id) => !ids.includes(id));
15831
+ }
15832
+ watch(() => __props.items, () => {
15833
+ unref(table)?.$el.scrollTo(0, 0);
15834
+ });
15676
15835
  return (_ctx, _cache) => {
15677
15836
  return openBlock(), createBlock(FluxTable_default, {
15837
+ ref_key: "table",
15838
+ ref: table,
15678
15839
  "fill-columns": __props.fillColumns,
15679
15840
  "is-bordered": __props.isBordered,
15680
15841
  "is-hoverable": __props.isHoverable,
@@ -15683,8 +15844,22 @@ var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15683
15844
  "is-striped": __props.isStriped
15684
15845
  }, createSlots({
15685
15846
  default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(limitedItems.value, (item, index) => {
15686
- return openBlock(), createBlock(FluxTableRow_default, { key: __props.uniqueKey ? item[__props.uniqueKey] : index }, {
15687
- default: withCtx(() => [(openBlock(), createElementBlock(Fragment, null, renderList(slots, (_, name) => {
15847
+ return openBlock(), createBlock(FluxTableRow_default, {
15848
+ key: __props.uniqueKey ? item[__props.uniqueKey] : index,
15849
+ class: normalizeClass(__props.selectionMode && !unref(treeDisabled) && unref(Table_module_default).isSelectableRow),
15850
+ "is-selected": __props.selectionMode ? isItemSelected(item) : false,
15851
+ onClick: ($event) => onRowClick(item, $event)
15852
+ }, {
15853
+ default: withCtx(() => [__props.selectionMode ? (openBlock(), createBlock(FluxTableCell_default, {
15854
+ key: 0,
15855
+ class: normalizeClass(unref(Table_module_default).tableCellSelection)
15856
+ }, {
15857
+ default: withCtx(() => [createVNode(FluxCheckbox_default, {
15858
+ "model-value": isItemSelected(item),
15859
+ "onUpdate:modelValue": ($event) => onSelectRow(item)
15860
+ }, null, 8, ["model-value", "onUpdate:modelValue"])]),
15861
+ _: 2
15862
+ }, 1032, ["class"])) : createCommentVNode("", true), (openBlock(), createElementBlock(Fragment, null, renderList(slots, (_, name) => {
15688
15863
  return openBlock(), createElementBlock(Fragment, null, [!IGNORED_SLOTS.includes(name) ? renderSlot(_ctx.$slots, name, mergeProps({
15689
15864
  key: 0,
15690
15865
  ref_for: true
@@ -15694,11 +15869,16 @@ var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15694
15869
  items: limitedItems.value,
15695
15870
  page: __props.page,
15696
15871
  perPage: __props.perPage,
15697
- total: __props.total
15872
+ total: __props.total,
15873
+ isSelected: isItemSelected(item)
15698
15874
  })) : createCommentVNode("", true)], 64);
15699
15875
  }), 64))]),
15700
15876
  _: 2
15701
- }, 1024);
15877
+ }, 1032, [
15878
+ "class",
15879
+ "is-selected",
15880
+ "onClick"
15881
+ ]);
15702
15882
  }), 128))]),
15703
15883
  _: 2
15704
15884
  }, [
@@ -15707,7 +15887,7 @@ var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15707
15887
  fn: withCtx(() => [renderSlot(_ctx.$slots, "colgroups")]),
15708
15888
  key: "0"
15709
15889
  } : void 0,
15710
- "header" in slots ? {
15890
+ "header" in slots || __props.selectionMode ? {
15711
15891
  name: "header",
15712
15892
  fn: withCtx(() => [renderSlot(_ctx.$slots, "filter", normalizeProps(guardReactiveProps({
15713
15893
  page: __props.page,
@@ -15715,7 +15895,18 @@ var FluxDataTable_default = /* @__PURE__ */ defineComponent({
15715
15895
  items: limitedItems.value,
15716
15896
  total: __props.total
15717
15897
  }))), createVNode(FluxTableRow_default, null, {
15718
- default: withCtx(() => [renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
15898
+ default: withCtx(() => [__props.selectionMode ? (openBlock(), createBlock(FluxTableHeader_default, {
15899
+ key: 0,
15900
+ "is-shrinking": "",
15901
+ class: normalizeClass(unref(Table_module_default).tableCellSelection)
15902
+ }, {
15903
+ default: withCtx(() => [__props.selectionMode === "multiple" ? (openBlock(), createBlock(FluxCheckbox_default, {
15904
+ key: 0,
15905
+ "model-value": selectAllState.value,
15906
+ "onUpdate:modelValue": onSelectAll
15907
+ }, null, 8, ["model-value"])) : createCommentVNode("", true)]),
15908
+ _: 1
15909
+ }, 8, ["class"])) : createCommentVNode("", true), renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
15719
15910
  page: __props.page,
15720
15911
  perPage: __props.perPage,
15721
15912
  items: limitedItems.value,
@@ -15789,7 +15980,7 @@ var FluxDisabled_default = /* @__PURE__ */ defineComponent({
15789
15980
  });
15790
15981
  //#endregion
15791
15982
  //#region src/component/FluxDivider.vue?vue&type=script&setup=true&lang.ts
15792
- var _hoisted_1$34 = ["aria-orientation"];
15983
+ var _hoisted_1$33 = ["aria-orientation"];
15793
15984
  //#endregion
15794
15985
  //#region src/component/FluxDivider.vue
15795
15986
  var FluxDivider_default = /* @__PURE__ */ defineComponent({
@@ -15811,18 +16002,18 @@ var FluxDivider_default = /* @__PURE__ */ defineComponent({
15811
16002
  }, [renderSlot(_ctx.$slots, "default")], 2)) : (openBlock(), createElementBlock("hr", {
15812
16003
  key: 1,
15813
16004
  class: normalizeClass(unref(Divider_module_default).dividerLine)
15814
- }, null, 2))], 10, _hoisted_1$34);
16005
+ }, null, 2))], 10, _hoisted_1$33);
15815
16006
  };
15816
16007
  }
15817
16008
  });
15818
16009
  //#endregion
15819
16010
  //#region src/component/FluxDotPattern.vue?vue&type=script&setup=true&lang.ts
15820
- var _hoisted_1$33 = [
16011
+ var _hoisted_1$32 = [
15821
16012
  "id",
15822
16013
  "width",
15823
16014
  "height"
15824
16015
  ];
15825
- var _hoisted_2$12 = [
16016
+ var _hoisted_2$11 = [
15826
16017
  "r",
15827
16018
  "cx",
15828
16019
  "cy"
@@ -15872,7 +16063,7 @@ var FluxDotPattern_default = /* @__PURE__ */ defineComponent({
15872
16063
  r: __props.cr,
15873
16064
  cx: __props.width / 2 - __props.cx,
15874
16065
  cy: __props.height / 2 - __props.cy
15875
- }, null, 8, _hoisted_2$12)], 8, _hoisted_1$33)]), createElementVNode("rect", {
16066
+ }, null, 8, _hoisted_2$11)], 8, _hoisted_1$32)]), createElementVNode("rect", {
15876
16067
  width: "100%",
15877
16068
  height: "100%",
15878
16069
  "stroke-width": "0",
@@ -15895,12 +16086,12 @@ var DropZone_module_default = {
15895
16086
  };
15896
16087
  //#endregion
15897
16088
  //#region src/component/FluxDropZone.vue?vue&type=script&setup=true&lang.ts
15898
- var _hoisted_1$32 = [
16089
+ var _hoisted_1$31 = [
15899
16090
  "aria-disabled",
15900
16091
  "aria-label",
15901
16092
  "tabindex"
15902
16093
  ];
15903
- var _hoisted_2$11 = ["pathLength"];
16094
+ var _hoisted_2$10 = ["pathLength"];
15904
16095
  //#endregion
15905
16096
  //#region src/component/FluxDropZone.vue
15906
16097
  var FluxDropZone_default = /* @__PURE__ */ defineComponent({
@@ -16014,7 +16205,7 @@ var FluxDropZone_default = /* @__PURE__ */ defineComponent({
16014
16205
  "stroke-linecap": "round",
16015
16206
  "stroke-linejoin": "round",
16016
16207
  pathLength: pathLength.value
16017
- }, null, 8, _hoisted_2$11)], 2)),
16208
+ }, null, 8, _hoisted_2$10)], 2)),
16018
16209
  renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({
16019
16210
  isDragging: isDragging.value,
16020
16211
  isDraggingOver: isDraggingOver.value,
@@ -16041,7 +16232,7 @@ var FluxDropZone_default = /* @__PURE__ */ defineComponent({
16041
16232
  isDraggingOver: isDraggingOver.value,
16042
16233
  showPicker
16043
16234
  })))
16044
- ], 42, _hoisted_1$32);
16235
+ ], 42, _hoisted_1$31);
16045
16236
  };
16046
16237
  }
16047
16238
  });
@@ -16071,12 +16262,12 @@ var Expandable_module_default = {
16071
16262
  };
16072
16263
  //#endregion
16073
16264
  //#region src/component/FluxExpandable.vue?vue&type=script&setup=true&lang.ts
16074
- var _hoisted_1$31 = [
16265
+ var _hoisted_1$30 = [
16075
16266
  "id",
16076
16267
  "aria-controls",
16077
16268
  "aria-expanded"
16078
16269
  ];
16079
- var _hoisted_2$10 = ["id", "aria-labelledby"];
16270
+ var _hoisted_2$9 = ["id", "aria-labelledby"];
16080
16271
  //#endregion
16081
16272
  //#region src/component/FluxExpandable.vue
16082
16273
  var FluxExpandable_default = /* @__PURE__ */ defineComponent({
@@ -16167,9 +16358,9 @@ var FluxExpandable_default = /* @__PURE__ */ defineComponent({
16167
16358
  })), () => [createElementVNode("div", { class: normalizeClass(unref(Expandable_module_default).expandableContent) }, [renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({
16168
16359
  label: __props.label,
16169
16360
  close
16170
- })))], 2)])], 10, _hoisted_2$10)) : createCommentVNode("", true)]),
16361
+ })))], 2)])], 10, _hoisted_2$9)) : createCommentVNode("", true)]),
16171
16362
  _: 3
16172
- })], 10, _hoisted_1$31);
16363
+ })], 10, _hoisted_1$30);
16173
16364
  };
16174
16365
  }
16175
16366
  });
@@ -16221,7 +16412,7 @@ var FluxFader_default = /* @__PURE__ */ defineComponent({
16221
16412
  setup(__props, { emit: __emit }) {
16222
16413
  const emit = __emit;
16223
16414
  const faderRef = useTemplateRef("fader");
16224
- se$1(__props.interval, () => next());
16415
+ de$1(__props.interval, () => next());
16225
16416
  const current = ref(-1);
16226
16417
  const count = computed(() => {
16227
16418
  return _$3(faderRef)?.children.length ?? 0;
@@ -17388,7 +17579,7 @@ var FocalPoint_module_default = {
17388
17579
  };
17389
17580
  //#endregion
17390
17581
  //#region src/component/FluxFocalPointEditor.vue?vue&type=script&setup=true&lang.ts
17391
- var _hoisted_1$30 = ["src"];
17582
+ var _hoisted_1$29 = ["src"];
17392
17583
  //#endregion
17393
17584
  //#region src/component/FluxFocalPointEditor.vue
17394
17585
  var FluxFocalPointEditor_default = /* @__PURE__ */ defineComponent({
@@ -17457,7 +17648,7 @@ var FluxFocalPointEditor_default = /* @__PURE__ */ defineComponent({
17457
17648
  src: __props.src,
17458
17649
  alt: "",
17459
17650
  onLoad: onImageLoaded
17460
- }, null, 42, _hoisted_1$30), createElementVNode("div", {
17651
+ }, null, 42, _hoisted_1$29), createElementVNode("div", {
17461
17652
  class: normalizeClass(unref(FocalPoint_module_default).focalPointEditorArea),
17462
17653
  style: normalizeStyle({
17463
17654
  top: `${focalPointY.value}%`,
@@ -17486,7 +17677,7 @@ var FluxFocalPointEditor_default = /* @__PURE__ */ defineComponent({
17486
17677
  });
17487
17678
  //#endregion
17488
17679
  //#region src/component/FluxFocalPointImage.vue?vue&type=script&setup=true&lang.ts
17489
- var _hoisted_1$29 = ["src", "alt"];
17680
+ var _hoisted_1$28 = ["src", "alt"];
17490
17681
  //#endregion
17491
17682
  //#region src/component/FluxFocalPointImage.vue
17492
17683
  var FluxFocalPointImage_default = /* @__PURE__ */ defineComponent({
@@ -17505,13 +17696,13 @@ var FluxFocalPointImage_default = /* @__PURE__ */ defineComponent({
17505
17696
  style: normalizeStyle({ objectPosition: `${x.value}% ${y.value}%` }),
17506
17697
  src: __props.src,
17507
17698
  alt: __props.alt
17508
- }, null, 14, _hoisted_1$29);
17699
+ }, null, 14, _hoisted_1$28);
17509
17700
  };
17510
17701
  }
17511
17702
  });
17512
17703
  //#endregion
17513
17704
  //#region src/component/FluxForm.vue?vue&type=script&setup=true&lang.ts
17514
- var _hoisted_1$28 = ["aria-disabled"];
17705
+ var _hoisted_1$27 = ["aria-disabled"];
17515
17706
  //#endregion
17516
17707
  //#region src/component/FluxForm.vue
17517
17708
  var FluxForm_default = /* @__PURE__ */ defineComponent({
@@ -17534,7 +17725,7 @@ var FluxForm_default = /* @__PURE__ */ defineComponent({
17534
17725
  }, [createVNode(FluxDisabled_default, { disabled: __props.disabled }, {
17535
17726
  default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
17536
17727
  _: 3
17537
- }, 8, ["disabled"])], 42, _hoisted_1$28);
17728
+ }, 8, ["disabled"])], 42, _hoisted_1$27);
17538
17729
  };
17539
17730
  }
17540
17731
  });
@@ -17646,7 +17837,7 @@ var FluxFormDateInput_default = /* @__PURE__ */ defineComponent({
17646
17837
  });
17647
17838
  //#endregion
17648
17839
  //#region src/component/FluxFormDateRangeInput.vue?vue&type=script&setup=true&lang.ts
17649
- var _hoisted_1$27 = { key: 0 };
17840
+ var _hoisted_1$26 = { key: 0 };
17650
17841
  //#endregion
17651
17842
  //#region src/component/FluxFormDateRangeInput.vue
17652
17843
  var FluxFormDateRangeInput_default = /* @__PURE__ */ defineComponent({
@@ -17692,7 +17883,7 @@ var FluxFormDateRangeInput_default = /* @__PURE__ */ defineComponent({
17692
17883
  default: withCtx(() => [createElementVNode("div", {
17693
17884
  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)),
17694
17885
  role: "presentation"
17695
- }, [label.value ? (openBlock(), createElementBlock("span", _hoisted_1$27, toDisplayString(label.value), 1)) : __props.placeholder ? (openBlock(), createElementBlock("span", {
17886
+ }, [label.value ? (openBlock(), createElementBlock("span", _hoisted_1$26, toDisplayString(label.value), 1)) : __props.placeholder ? (openBlock(), createElementBlock("span", {
17696
17887
  key: 1,
17697
17888
  class: normalizeClass(unref(Form_module_default).formSelectPlaceholder)
17698
17889
  }, toDisplayString(__props.placeholder), 3)) : createCommentVNode("", true)], 2), createVNode(FluxSecondaryButton_default, {
@@ -17864,7 +18055,7 @@ var FluxFormGrid_default = /* @__PURE__ */ defineComponent({
17864
18055
  });
17865
18056
  //#endregion
17866
18057
  //#region src/component/FluxFormInputAddition.vue?vue&type=script&setup=true&lang.ts
17867
- var _hoisted_1$26 = { key: 1 };
18058
+ var _hoisted_1$25 = { key: 1 };
17868
18059
  //#endregion
17869
18060
  //#region src/component/FluxFormInputAddition.vue
17870
18061
  var FluxFormInputAddition_default = /* @__PURE__ */ defineComponent({
@@ -17881,7 +18072,7 @@ var FluxFormInputAddition_default = /* @__PURE__ */ defineComponent({
17881
18072
  name: __props.icon,
17882
18073
  size: 18
17883
18074
  }, null, 8, ["name"])) : createCommentVNode("", true),
17884
- __props.label ? (openBlock(), createElementBlock("span", _hoisted_1$26, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
18075
+ __props.label ? (openBlock(), createElementBlock("span", _hoisted_1$25, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
17885
18076
  renderSlot(_ctx.$slots, "default")
17886
18077
  ], 2);
17887
18078
  };
@@ -17889,14 +18080,14 @@ var FluxFormInputAddition_default = /* @__PURE__ */ defineComponent({
17889
18080
  });
17890
18081
  //#endregion
17891
18082
  //#region src/component/FluxFormPinInput.vue?vue&type=script&setup=true&lang.ts
17892
- var _hoisted_1$25 = [
18083
+ var _hoisted_1$24 = [
17893
18084
  "id",
17894
18085
  "name",
17895
18086
  "autofocus",
17896
18087
  "aria-disabled",
17897
18088
  "aria-invalid"
17898
18089
  ];
17899
- var _hoisted_2$9 = [
18090
+ var _hoisted_2$8 = [
17900
18091
  "aria-label",
17901
18092
  "autocomplete",
17902
18093
  "autofocus",
@@ -18012,8 +18203,8 @@ var FluxFormPinInput_default = /* @__PURE__ */ defineComponent({
18012
18203
  onInput,
18013
18204
  onKeydown: onKeyDown,
18014
18205
  onPaste
18015
- }, null, 42, _hoisted_2$9);
18016
- }), 128))], 14, _hoisted_1$25);
18206
+ }, null, 42, _hoisted_2$8);
18207
+ }), 128))], 14, _hoisted_1$24);
18017
18208
  };
18018
18209
  }
18019
18210
  });
@@ -18254,7 +18445,7 @@ var FluxFormSelectAsync_default = /* @__PURE__ */ defineComponent({
18254
18445
  return options;
18255
18446
  });
18256
18447
  const { groups, selected, values } = useFormSelect_default(modelValue, __props.isMultiple, options);
18257
- const { isLoading: isFetchingLoading, loaded } = Z$1();
18448
+ const { isLoading: isFetchingLoading, loaded } = X$1();
18258
18449
  const debouncedModelSearch = Y$1(modelSearch, 300);
18259
18450
  const fetchOptions = computed(() => loaded(__props.fetchOptions));
18260
18451
  const fetchRelevant = computed(() => loaded(__props.fetchRelevant));
@@ -18309,7 +18500,7 @@ var FluxFormSelectAsync_default = /* @__PURE__ */ defineComponent({
18309
18500
  });
18310
18501
  //#endregion
18311
18502
  //#region src/component/FluxFormTextArea.vue?vue&type=script&setup=true&lang.ts
18312
- var _hoisted_1$24 = [
18503
+ var _hoisted_1$23 = [
18313
18504
  "id",
18314
18505
  "name",
18315
18506
  "autocomplete",
@@ -18371,7 +18562,7 @@ var FluxFormTextArea_default = /* @__PURE__ */ defineComponent({
18371
18562
  "aria-invalid": __props.error ? true : void 0,
18372
18563
  onBlur: _cache[1] || (_cache[1] = ($event) => emit("blur")),
18373
18564
  onFocus: _cache[2] || (_cache[2] = ($event) => emit("focus"))
18374
- }, null, 46, _hoisted_1$24)), [[vModelText, modelValue.value]]);
18565
+ }, null, 46, _hoisted_1$23)), [[vModelText, modelValue.value]]);
18375
18566
  };
18376
18567
  }
18377
18568
  });
@@ -19098,7 +19289,7 @@ var TreeViewSelect_module_default = {
19098
19289
  };
19099
19290
  //#endregion
19100
19291
  //#region src/component/FluxFormTreeViewSelect.vue?vue&type=script&setup=true&lang.ts
19101
- var _hoisted_1$23 = [
19292
+ var _hoisted_1$22 = [
19102
19293
  "role",
19103
19294
  "tabindex",
19104
19295
  "aria-selected",
@@ -19339,7 +19530,7 @@ var FluxFormTreeViewSelect_default = /* @__PURE__ */ defineComponent({
19339
19530
  "expanded",
19340
19531
  "level-colors",
19341
19532
  "onExpandClick"
19342
- ])], 42, _hoisted_1$23);
19533
+ ])], 42, _hoisted_1$22);
19343
19534
  }), 128))], 2)]),
19344
19535
  _: 1
19345
19536
  }, 8, ["class", "anchor"])) : createCommentVNode("", true)]),
@@ -19354,7 +19545,7 @@ var Remove_module_default = {
19354
19545
  };
19355
19546
  //#endregion
19356
19547
  //#region src/component/FluxRemove.vue?vue&type=script&setup=true&lang.ts
19357
- var _hoisted_1$22 = ["aria-label"];
19548
+ var _hoisted_1$21 = ["aria-label"];
19358
19549
  //#endregion
19359
19550
  //#region src/component/FluxRemove.vue
19360
19551
  var FluxRemove_default = /* @__PURE__ */ defineComponent({
@@ -19377,7 +19568,7 @@ var FluxRemove_default = /* @__PURE__ */ defineComponent({
19377
19568
  key: 0,
19378
19569
  name: __props.icon,
19379
19570
  size: 16
19380
- }, null, 8, ["name"])) : createCommentVNode("", true)], 10, _hoisted_1$22);
19571
+ }, null, 8, ["name"])) : createCommentVNode("", true)], 10, _hoisted_1$21);
19381
19572
  };
19382
19573
  }
19383
19574
  });
@@ -19450,7 +19641,7 @@ var FluxGalleryItem_default = /* @__PURE__ */ defineComponent({
19450
19641
  });
19451
19642
  //#endregion
19452
19643
  //#region src/component/FluxGallery.vue?vue&type=script&setup=true&lang.ts
19453
- var _hoisted_1$21 = ["onClick"];
19644
+ var _hoisted_1$20 = ["onClick"];
19454
19645
  //#endregion
19455
19646
  //#region src/component/FluxGallery.vue
19456
19647
  var FluxGallery_default = /* @__PURE__ */ defineComponent({
@@ -19528,7 +19719,7 @@ var FluxGallery_default = /* @__PURE__ */ defineComponent({
19528
19719
  class: normalizeClass(unref(Gallery_module_default).galleryAdd),
19529
19720
  type: "button",
19530
19721
  onClick: ($event) => showPicker()
19531
- }, [createVNode(FluxIcon_default, { name: "plus" })], 10, _hoisted_1$21)) : createCommentVNode("", true)
19722
+ }, [createVNode(FluxIcon_default, { name: "plus" })], 10, _hoisted_1$20)) : createCommentVNode("", true)
19532
19723
  ]),
19533
19724
  _: 2
19534
19725
  }, 1032, ["class", "move-class"])]),
@@ -19603,12 +19794,12 @@ var FluxGridColumn_default = /* @__PURE__ */ defineComponent({
19603
19794
  });
19604
19795
  //#endregion
19605
19796
  //#region src/component/FluxGridPattern.vue?vue&type=script&setup=true&lang.ts
19606
- var _hoisted_1$20 = [
19797
+ var _hoisted_1$19 = [
19607
19798
  "id",
19608
19799
  "width",
19609
19800
  "height"
19610
19801
  ];
19611
- var _hoisted_2$8 = ["d", "stroke-dasharray"];
19802
+ var _hoisted_2$7 = ["d", "stroke-dasharray"];
19612
19803
  var _hoisted_3$3 = ["fill"];
19613
19804
  var _hoisted_4 = {
19614
19805
  key: 0,
@@ -19648,7 +19839,7 @@ var FluxGridPattern_default = /* @__PURE__ */ defineComponent({
19648
19839
  d: `M.5 ${__props.height}V.5H${__props.width}`,
19649
19840
  fill: "none",
19650
19841
  "stroke-dasharray": __props.strokeDasharray
19651
- }, null, 8, _hoisted_2$8)], 8, _hoisted_1$20)]),
19842
+ }, null, 8, _hoisted_2$7)], 8, _hoisted_1$19)]),
19652
19843
  createElementVNode("rect", {
19653
19844
  width: "100%",
19654
19845
  height: "100%",
@@ -19715,7 +19906,7 @@ var Kanban_module_default = {
19715
19906
  };
19716
19907
  //#endregion
19717
19908
  //#region src/component/FluxKanban.vue?vue&type=script&setup=true&lang.ts
19718
- var _hoisted_1$19 = ["aria-label"];
19909
+ var _hoisted_1$18 = ["aria-label"];
19719
19910
  //#endregion
19720
19911
  //#region src/component/FluxKanban.vue
19721
19912
  var FluxKanban_default = /* @__PURE__ */ defineComponent({
@@ -19782,14 +19973,14 @@ var FluxKanban_default = /* @__PURE__ */ defineComponent({
19782
19973
  "aria-live": "polite",
19783
19974
  "aria-atomic": "true",
19784
19975
  class: normalizeClass(unref(Kanban_module_default).kanbanLiveRegion)
19785
- }, toDisplayString(liveMessage.value), 3)], 10, _hoisted_1$19);
19976
+ }, toDisplayString(liveMessage.value), 3)], 10, _hoisted_1$18);
19786
19977
  };
19787
19978
  }
19788
19979
  });
19789
19980
  //#endregion
19790
19981
  //#region src/component/FluxKanbanColumn.vue?vue&type=script&setup=true&lang.ts
19791
- var _hoisted_1$18 = ["aria-label", "aria-disabled"];
19792
- var _hoisted_2$7 = ["draggable", "tabindex"];
19982
+ var _hoisted_1$17 = ["aria-label", "aria-disabled"];
19983
+ var _hoisted_2$6 = ["draggable", "tabindex"];
19793
19984
  //#endregion
19794
19985
  //#region src/component/FluxKanbanColumn.vue
19795
19986
  var FluxKanbanColumn_default = /* @__PURE__ */ defineComponent({
@@ -19941,7 +20132,7 @@ var FluxKanbanColumn_default = /* @__PURE__ */ defineComponent({
19941
20132
  key: 1,
19942
20133
  label: String(__props.count)
19943
20134
  }, null, 8, ["label"])) : createCommentVNode("", true)
19944
- ], 2), renderSlot(_ctx.$slots, "actions")], 42, _hoisted_2$7),
20135
+ ], 2), renderSlot(_ctx.$slots, "actions")], 42, _hoisted_2$6),
19945
20136
  createElementVNode("main", {
19946
20137
  ref_key: "body",
19947
20138
  ref: body,
@@ -19970,13 +20161,13 @@ var FluxKanbanColumn_default = /* @__PURE__ */ defineComponent({
19970
20161
  key: 0,
19971
20162
  class: normalizeClass(unref(Kanban_module_default).kanbanColumnFooter)
19972
20163
  }, [hasFooter.value ? renderSlot(_ctx.$slots, "footer", { key: 0 }) : createCommentVNode("", true)], 2)) : createCommentVNode("", true)
19973
- ], 10, _hoisted_1$18);
20164
+ ], 10, _hoisted_1$17);
19974
20165
  };
19975
20166
  }
19976
20167
  });
19977
20168
  //#endregion
19978
20169
  //#region src/component/FluxKanbanItem.vue?vue&type=script&setup=true&lang.ts
19979
- var _hoisted_1$17 = [
20170
+ var _hoisted_1$16 = [
19980
20171
  "aria-disabled",
19981
20172
  "draggable",
19982
20173
  "tabindex"
@@ -20102,7 +20293,7 @@ var FluxKanbanItem_default = /* @__PURE__ */ defineComponent({
20102
20293
  onDragover: withModifiers(onDragOver, ["stop"]),
20103
20294
  onFocus,
20104
20295
  onKeydown: _cache[0] || (_cache[0] = (...args) => unref(handleKeyDown) && unref(handleKeyDown)(...args))
20105
- }, [renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$17);
20296
+ }, [renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$16);
20106
20297
  };
20107
20298
  }
20108
20299
  });
@@ -20299,7 +20490,7 @@ var FluxLink_default = /* @__PURE__ */ defineComponent({
20299
20490
  });
20300
20491
  //#endregion
20301
20492
  //#region src/component/FluxMenuCollapsible.vue?vue&type=script&setup=true&lang.ts
20302
- var _hoisted_1$16 = ["id"];
20493
+ var _hoisted_1$15 = ["id"];
20303
20494
  //#endregion
20304
20495
  //#region src/component/FluxMenuCollapsible.vue
20305
20496
  var FluxMenuCollapsible_default = /* @__PURE__ */ defineComponent({
@@ -20409,7 +20600,7 @@ var FluxMenuCollapsible_default = /* @__PURE__ */ defineComponent({
20409
20600
  id: unref(bodyId),
20410
20601
  class: normalizeClass(unref(Menu_module_default).menuCollapsibleBody),
20411
20602
  role: "group"
20412
- }, [createElementVNode("div", { class: normalizeClass(unref(Menu_module_default).menuCollapsibleContent) }, [renderSlot(_ctx.$slots, "default")], 2)], 10, _hoisted_1$16)) : createCommentVNode("", true)]),
20603
+ }, [createElementVNode("div", { class: normalizeClass(unref(Menu_module_default).menuCollapsibleContent) }, [renderSlot(_ctx.$slots, "default")], 2)], 10, _hoisted_1$15)) : createCommentVNode("", true)]),
20413
20604
  _: 3
20414
20605
  })], 2);
20415
20606
  };
@@ -20487,7 +20678,7 @@ var Notice_module_default = {
20487
20678
  };
20488
20679
  //#endregion
20489
20680
  //#region src/component/FluxNotice.vue?vue&type=script&setup=true&lang.ts
20490
- var _hoisted_1$15 = ["aria-label"];
20681
+ var _hoisted_1$14 = ["aria-label"];
20491
20682
  //#endregion
20492
20683
  //#region src/component/FluxNotice.vue
20493
20684
  var FluxNotice_default = /* @__PURE__ */ defineComponent({
@@ -20538,7 +20729,7 @@ var FluxNotice_default = /* @__PURE__ */ defineComponent({
20538
20729
  type: "button",
20539
20730
  "aria-label": unref(translate)("flux.close"),
20540
20731
  onClick: _cache[0] || (_cache[0] = ($event) => emit("close"))
20541
- }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$15)) : createCommentVNode("", true)
20732
+ }, [createVNode(FluxIcon_default, { name: "xmark" })], 10, _hoisted_1$14)) : createCommentVNode("", true)
20542
20733
  ], 2);
20543
20734
  };
20544
20735
  }
@@ -20757,7 +20948,7 @@ var FluxPaneIllustration_default = /* @__PURE__ */ defineComponent({
20757
20948
  const slots = useSlots();
20758
20949
  const borderColor = computed(() => {
20759
20950
  if (!__props.animatedColors || __props.animatedColors.length === 0) return "transparent";
20760
- const [r, g, b] = j$2(__props.animatedColors[0]);
20951
+ const [r, g, b] = j$3(__props.animatedColors[0]);
20761
20952
  return `rgb(${r} ${g} ${b} / .15)`;
20762
20953
  });
20763
20954
  return (_ctx, _cache) => {
@@ -20791,7 +20982,7 @@ var FluxPaneIllustration_default = /* @__PURE__ */ defineComponent({
20791
20982
  });
20792
20983
  //#endregion
20793
20984
  //#region src/component/FluxPaneMedia.vue?vue&type=script&setup=true&lang.ts
20794
- var _hoisted_1$14 = ["src", "alt"];
20985
+ var _hoisted_1$13 = ["src", "alt"];
20795
20986
  //#endregion
20796
20987
  //#region src/component/FluxPaneMedia.vue
20797
20988
  var FluxPaneMedia_default = /* @__PURE__ */ defineComponent({
@@ -20816,7 +21007,7 @@ var FluxPaneMedia_default = /* @__PURE__ */ defineComponent({
20816
21007
  }),
20817
21008
  src: __props.imageUrl,
20818
21009
  alt: __props.imageAlt
20819
- }, null, 14, _hoisted_1$14)) : createCommentVNode("", true)], 2);
21010
+ }, null, 14, _hoisted_1$13)) : createCommentVNode("", true)], 2);
20820
21011
  };
20821
21012
  }
20822
21013
  });
@@ -20861,7 +21052,7 @@ var FluxPercentageBar_default = /* @__PURE__ */ defineComponent({
20861
21052
  });
20862
21053
  //#endregion
20863
21054
  //#region src/component/FluxPersona.vue?vue&type=script&setup=true&lang.ts
20864
- var _hoisted_1$13 = { key: 0 };
21055
+ var _hoisted_1$12 = { key: 0 };
20865
21056
  //#endregion
20866
21057
  //#region src/component/FluxPersona.vue
20867
21058
  var FluxPersona_default = /* @__PURE__ */ defineComponent({
@@ -20901,14 +21092,14 @@ var FluxPersona_default = /* @__PURE__ */ defineComponent({
20901
21092
  ]), !__props.isCompact ? (openBlock(), createElementBlock("div", {
20902
21093
  key: 0,
20903
21094
  class: normalizeClass(unref(Avatar_module_default).personaDetails)
20904
- }, [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);
21095
+ }, [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);
20905
21096
  };
20906
21097
  }
20907
21098
  });
20908
21099
  //#endregion
20909
21100
  //#region src/component/FluxPlaceholder.vue?vue&type=script&setup=true&lang.ts
20910
- var _hoisted_1$12 = { key: 0 };
20911
- var _hoisted_2$6 = { key: 1 };
21101
+ var _hoisted_1$11 = { key: 0 };
21102
+ var _hoisted_2$5 = { key: 1 };
20912
21103
  //#endregion
20913
21104
  //#region src/component/FluxPlaceholder.vue
20914
21105
  var FluxPlaceholder_default = /* @__PURE__ */ defineComponent({
@@ -20937,7 +21128,7 @@ var FluxPlaceholder_default = /* @__PURE__ */ defineComponent({
20937
21128
  class: normalizeClass(unref(Placeholder_module_default).placeholderIcon),
20938
21129
  name: __props.icon
20939
21130
  }, null, 8, ["class", "name"])) : createCommentVNode("", true),
20940
- 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$6, toDisplayString(__props.message), 1)) : createCommentVNode("", true)], 2),
21131
+ 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$5, toDisplayString(__props.message), 1)) : createCommentVNode("", true)], 2),
20941
21132
  renderSlot(_ctx.$slots, "default")
20942
21133
  ], 2);
20943
21134
  };
@@ -21163,7 +21354,7 @@ var FluxPublishButton_default = /* @__PURE__ */ defineComponent({
21163
21354
  });
21164
21355
  //#endregion
21165
21356
  //#region src/component/FluxQuantitySelector.vue?vue&type=script&setup=true&lang.ts
21166
- var _hoisted_1$11 = [
21357
+ var _hoisted_1$10 = [
21167
21358
  "disabled",
21168
21359
  "max",
21169
21360
  "min",
@@ -21236,7 +21427,7 @@ var FluxQuantitySelector_default = /* @__PURE__ */ defineComponent({
21236
21427
  max: __props.max,
21237
21428
  min: __props.min,
21238
21429
  step: __props.step
21239
- }, null, 14, _hoisted_1$11), [[vModelText, modelValue.value]]),
21430
+ }, null, 14, _hoisted_1$10), [[vModelText, modelValue.value]]),
21240
21431
  createVNode(FluxSecondaryButton_default, {
21241
21432
  class: normalizeClass(unref(Form_module_default).quantitySelectorButton),
21242
21433
  disabled: unref(disabled) || modelValue.value >= __props.max,
@@ -21283,7 +21474,7 @@ var Snackbar_module_default = {
21283
21474
  };
21284
21475
  //#endregion
21285
21476
  //#region src/component/FluxSnackbar.vue?vue&type=script&setup=true&lang.ts
21286
- var _hoisted_1$10 = ["onClick"];
21477
+ var _hoisted_1$9 = ["onClick"];
21287
21478
  //#endregion
21288
21479
  //#region src/component/FluxSnackbar.vue
21289
21480
  var FluxSnackbar_default = /* @__PURE__ */ defineComponent({
@@ -21399,7 +21590,7 @@ var FluxSnackbar_default = /* @__PURE__ */ defineComponent({
21399
21590
  tabindex: "-1",
21400
21591
  type: "button",
21401
21592
  onClick: ($event) => onAction(actionKey)
21402
- }, [createElementVNode("span", null, toDisplayString(actionLabel), 1)], 10, _hoisted_1$10);
21593
+ }, [createElementVNode("span", null, toDisplayString(actionLabel), 1)], 10, _hoisted_1$9);
21403
21594
  }), 128))], 2)) : createCommentVNode("", true),
21404
21595
  __props.isCloseable ? (openBlock(), createBlock(FluxAction_default, {
21405
21596
  key: 1,
@@ -21602,7 +21793,7 @@ var Root_module_default = {
21602
21793
  };
21603
21794
  //#endregion
21604
21795
  //#region src/component/FluxRoot.vue?vue&type=script&setup=true&lang.ts
21605
- var _hoisted_1$9 = ["inert"];
21796
+ var _hoisted_1$8 = ["inert"];
21606
21797
  //#endregion
21607
21798
  //#region src/component/FluxRoot.vue
21608
21799
  var FluxRoot_default = /* @__PURE__ */ defineComponent({
@@ -21620,7 +21811,7 @@ var FluxRoot_default = /* @__PURE__ */ defineComponent({
21620
21811
  createElementVNode("div", mergeProps($attrs, {
21621
21812
  class: unref(Root_module_default).root,
21622
21813
  inert: unref(inertMain)
21623
- }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1$9),
21814
+ }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1$8),
21624
21815
  createVNode(FluxOverlayProvider_default),
21625
21816
  createVNode(FluxSnackbarProvider_default),
21626
21817
  createVNode(FluxTooltipProvider_default)
@@ -21758,8 +21949,8 @@ var SegmentedControl_module_default = {
21758
21949
  };
21759
21950
  //#endregion
21760
21951
  //#region src/component/FluxSegmentedControl.vue?vue&type=script&setup=true&lang.ts
21761
- var _hoisted_1$8 = ["aria-label"];
21762
- var _hoisted_2$5 = [
21952
+ var _hoisted_1$7 = ["aria-label"];
21953
+ var _hoisted_2$4 = [
21763
21954
  "aria-checked",
21764
21955
  "aria-label",
21765
21956
  "tabindex",
@@ -21790,7 +21981,7 @@ var FluxSegmentedControl_default = /* @__PURE__ */ defineComponent({
21790
21981
  isAlive.value = false;
21791
21982
  });
21792
21983
  watchEffect(() => updateHighlight(unref(modelValue)), { flush: "post" });
21793
- he$1(controlRef, () => updateHighlight(unref(modelValue)));
21984
+ ye$1(controlRef, () => updateHighlight(unref(modelValue)));
21794
21985
  function activate(index) {
21795
21986
  modelValue.value = index;
21796
21987
  (itemRefs.value?.[index])?.focus();
@@ -21865,8 +22056,8 @@ var FluxSegmentedControl_default = /* @__PURE__ */ defineComponent({
21865
22056
  key: 0,
21866
22057
  name: item.icon,
21867
22058
  size: 15
21868
- }, null, 8, ["name"])) : createCommentVNode("", true), item.label ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(item.label), 1)) : createCommentVNode("", true)], 10, _hoisted_2$5)], 64);
21869
- }), 256))], 42, _hoisted_1$8);
22059
+ }, null, 8, ["name"])) : createCommentVNode("", true), item.label ? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString(item.label), 1)) : createCommentVNode("", true)], 10, _hoisted_2$4)], 64);
22060
+ }), 256))], 42, _hoisted_1$7);
21870
22061
  };
21871
22062
  }
21872
22063
  });
@@ -21995,7 +22186,7 @@ var FluxSplitViewPane_default = /* @__PURE__ */ defineComponent({
21995
22186
  });
21996
22187
  //#endregion
21997
22188
  //#region src/component/FluxSplitView.vue?vue&type=script&setup=true&lang.ts
21998
- var _hoisted_1$7 = [
22189
+ var _hoisted_1$6 = [
21999
22190
  "aria-orientation",
22000
22191
  "aria-valuenow",
22001
22192
  "tabindex",
@@ -22060,7 +22251,7 @@ var FluxSplitView_default = /* @__PURE__ */ defineComponent({
22060
22251
  tabindex: pane.isResizable ? 0 : -1,
22061
22252
  onPointerdown: ($event) => unref(onHandlePointerDown)($event, index),
22062
22253
  onKeydown: ($event) => unref(onHandleKeyDown)($event, index)
22063
- }, null, 42, _hoisted_1$7)) : createCommentVNode("", true)], 64);
22254
+ }, null, 42, _hoisted_1$6)) : createCommentVNode("", true)], 64);
22064
22255
  }), 128))]),
22065
22256
  _: 1
22066
22257
  }, 8, ["class", "style"]);
@@ -22085,8 +22276,8 @@ var Statistic_module_default = {
22085
22276
  };
22086
22277
  //#endregion
22087
22278
  //#region src/component/FluxStatistic.vue?vue&type=script&setup=true&lang.ts
22088
- var _hoisted_1$6 = { key: 1 };
22089
- var _hoisted_2$4 = ["src", "alt"];
22279
+ var _hoisted_1$5 = { key: 1 };
22280
+ var _hoisted_2$3 = ["src", "alt"];
22090
22281
  var _hoisted_3$1 = { key: 0 };
22091
22282
  //#endregion
22092
22283
  //#region src/component/FluxStatistic.vue
@@ -22122,12 +22313,12 @@ var FluxStatistic_default = /* @__PURE__ */ defineComponent({
22122
22313
  "class",
22123
22314
  "color",
22124
22315
  "name"
22125
- ])) : __props.imageSrc ? (openBlock(), createElementBlock("div", _hoisted_1$6, [createElementVNode("img", {
22316
+ ])) : __props.imageSrc ? (openBlock(), createElementBlock("div", _hoisted_1$5, [createElementVNode("img", {
22126
22317
  class: normalizeClass(unref(Statistic_module_default).statisticImage),
22127
22318
  src: __props.imageSrc,
22128
22319
  alt: __props.imageAlt
22129
- }, null, 10, _hoisted_2$4)])) : createCommentVNode("", true),
22130
- createElementVNode("div", { class: normalizeClass(unref(Statistic_module_default).statisticData) }, [createElementVNode("span", null, toDisplayString(__props.label), 1), createElementVNode("strong", null, toDisplayString(__props.value ?? unref(Z$2)), 1)], 2),
22320
+ }, null, 10, _hoisted_2$3)])) : createCommentVNode("", true),
22321
+ 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),
22131
22322
  __props.changeIcon || __props.changeValue ? (openBlock(), createElementBlock("div", {
22132
22323
  key: 2,
22133
22324
  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))
@@ -22164,8 +22355,8 @@ var Stepper_module_default = {
22164
22355
  };
22165
22356
  //#endregion
22166
22357
  //#region src/component/FluxStepperSteps.vue?vue&type=script&setup=true&lang.ts
22167
- var _hoisted_1$5 = ["onClick"];
22168
- var _hoisted_2$3 = { key: 1 };
22358
+ var _hoisted_1$4 = ["onClick"];
22359
+ var _hoisted_2$2 = { key: 1 };
22169
22360
  //#endregion
22170
22361
  //#region src/component/FluxStepperSteps.vue
22171
22362
  var FluxStepperSteps_default = /* @__PURE__ */ defineComponent({
@@ -22196,9 +22387,9 @@ var FluxStepperSteps_default = /* @__PURE__ */ defineComponent({
22196
22387
  default: withCtx(() => [__props.current > step ? (openBlock(), createBlock(FluxIcon_default, {
22197
22388
  key: 0,
22198
22389
  name: "check"
22199
- })) : (openBlock(), createElementBlock("span", _hoisted_2$3, toDisplayString(step), 1))]),
22390
+ })) : (openBlock(), createElementBlock("span", _hoisted_2$2, toDisplayString(step), 1))]),
22200
22391
  _: 2
22201
- }, 1024)], 10, _hoisted_1$5);
22392
+ }, 1024)], 10, _hoisted_1$4);
22202
22393
  }), 128))], 6);
22203
22394
  };
22204
22395
  }
@@ -22373,11 +22564,11 @@ var FluxTabBar_default = /* @__PURE__ */ defineComponent({
22373
22564
  setup(__props) {
22374
22565
  const tabBarRef = useTemplateRef("tabBar");
22375
22566
  D$1(tabBarRef, "scroll", () => checkScroll());
22376
- de$1(tabBarRef, () => {
22567
+ he$1(tabBarRef, () => {
22377
22568
  checkScroll();
22378
22569
  updateHighlight();
22379
22570
  }, { childList: true });
22380
- he$1(tabBarRef, () => updateHighlight());
22571
+ ye$1(tabBarRef, () => updateHighlight());
22381
22572
  const isEndArrowVisible = ref(false);
22382
22573
  const isStartArrowVisible = ref(false);
22383
22574
  const activeItemX = ref(0);
@@ -22485,7 +22676,7 @@ var FluxTabBar_default = /* @__PURE__ */ defineComponent({
22485
22676
  });
22486
22677
  //#endregion
22487
22678
  //#region src/component/FluxTabBarItem.vue?vue&type=script&setup=true&lang.ts
22488
- var _hoisted_1$4 = { key: 1 };
22679
+ var _hoisted_1$3 = { key: 1 };
22489
22680
  //#endregion
22490
22681
  //#region src/component/FluxTabBarItem.vue
22491
22682
  var FluxTabBarItem_default = /* @__PURE__ */ defineComponent({
@@ -22577,7 +22768,7 @@ var FluxTabBarItem_default = /* @__PURE__ */ defineComponent({
22577
22768
  key: 0,
22578
22769
  name: __props.icon,
22579
22770
  size: 16
22580
- }, null, 8, ["name"])) : createCommentVNode("", true), __props.label ? (openBlock(), createElementBlock("span", _hoisted_1$4, toDisplayString(__props.label), 1)) : createCommentVNode("", true)]),
22771
+ }, null, 8, ["name"])) : createCommentVNode("", true), __props.label ? (openBlock(), createElementBlock("span", _hoisted_1$3, toDisplayString(__props.label), 1)) : createCommentVNode("", true)]),
22581
22772
  _: 1
22582
22773
  }, 8, [
22583
22774
  "component-type",
@@ -22696,79 +22887,6 @@ var FluxTableBar_default = /* @__PURE__ */ defineComponent({
22696
22887
  }
22697
22888
  });
22698
22889
  //#endregion
22699
- //#region src/component/FluxTableHeader.vue?vue&type=script&setup=true&lang.ts
22700
- var _hoisted_1$3 = ["aria-sort"];
22701
- var _hoisted_2$2 = ["aria-label", "onClick"];
22702
- //#endregion
22703
- //#region src/component/FluxTableHeader.vue
22704
- var FluxTableHeader_default = /* @__PURE__ */ defineComponent({
22705
- __name: "FluxTableHeader",
22706
- props: {
22707
- isShrinking: { type: Boolean },
22708
- isSortable: { type: Boolean },
22709
- isSticky: { type: Boolean },
22710
- minWidth: { default: 0 },
22711
- sort: {}
22712
- },
22713
- emits: ["sort"],
22714
- setup(__props, { emit: $emit }) {
22715
- const { isBordered } = useTableInjection_default();
22716
- const translate = useTranslate_default();
22717
- const sortingIcon = computed(() => {
22718
- switch (__props.sort) {
22719
- case "ascending": return "arrow-down-a-z";
22720
- case "descending": return "arrow-up-a-z";
22721
- default: return "arrow-up-arrow-down";
22722
- }
22723
- });
22724
- return (_ctx, _cache) => {
22725
- return openBlock(), createElementBlock("th", {
22726
- class: normalizeClass(unref(clsx)(unref(Table_module_default).tableHeader, unref(isBordered) && unref(Table_module_default).isBordered, __props.isShrinking && unref(Table_module_default).isShrinking, __props.isSticky && unref(Table_module_default).isSticky)),
22727
- scope: "col",
22728
- "aria-sort": __props.isSortable ? __props.sort ?? "none" : void 0,
22729
- style: normalizeStyle({ minWidth: `${__props.minWidth}px` })
22730
- }, [createElementVNode("div", { class: normalizeClass(unref(Table_module_default).tableHeaderContent) }, [renderSlot(_ctx.$slots, "default"), __props.isSortable ? (openBlock(), createBlock(FluxFlyout_default, { key: 0 }, {
22731
- opener: withCtx(({ open }) => [createElementVNode("button", {
22732
- class: normalizeClass(unref(Table_module_default).tableSort),
22733
- "aria-label": unref(translate)("flux.sort"),
22734
- tabindex: "-1",
22735
- type: "button",
22736
- onClick: open
22737
- }, [createVNode(FluxIcon_default, {
22738
- size: 16,
22739
- name: sortingIcon.value
22740
- }, null, 8, ["name"])], 10, _hoisted_2$2)]),
22741
- default: withCtx(() => [createVNode(FluxMenu_default, null, {
22742
- default: withCtx(() => [createVNode(FluxMenuGroup_default, null, {
22743
- default: withCtx(() => [createVNode(FluxMenuItem_default, {
22744
- "is-highlighted": __props.sort === "ascending",
22745
- "icon-leading": "arrow-down-a-z",
22746
- label: unref(translate)("flux.sortAscending"),
22747
- onClick: _cache[0] || (_cache[0] = ($event) => $emit("sort", "ascending"))
22748
- }, null, 8, ["is-highlighted", "label"]), createVNode(FluxMenuItem_default, {
22749
- "is-highlighted": __props.sort === "descending",
22750
- "icon-leading": "arrow-up-a-z",
22751
- label: unref(translate)("flux.sortDescending"),
22752
- onClick: _cache[1] || (_cache[1] = ($event) => $emit("sort", "descending"))
22753
- }, null, 8, ["is-highlighted", "label"])]),
22754
- _: 1
22755
- }), __props.sort ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [createVNode(FluxSeparator_default), createVNode(FluxMenuGroup_default, null, {
22756
- default: withCtx(() => [createVNode(FluxMenuItem_default, {
22757
- "icon-leading": "circle-xmark",
22758
- "is-destructive": "",
22759
- label: unref(translate)("flux.sortRemove"),
22760
- onClick: _cache[2] || (_cache[2] = ($event) => $emit("sort", null))
22761
- }, null, 8, ["label"])]),
22762
- _: 1
22763
- })], 64)) : createCommentVNode("", true)]),
22764
- _: 1
22765
- })]),
22766
- _: 1
22767
- })) : createCommentVNode("", true)], 2)], 14, _hoisted_1$3);
22768
- };
22769
- }
22770
- });
22771
- //#endregion
22772
22890
  //#region src/component/FluxTagStack.vue
22773
22891
  var FluxTagStack_default = /* @__PURE__ */ defineComponent({
22774
22892
  __name: "FluxTagStack",