@frollo/frollo-web-ui 6.0.4 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/esm/fw-drawer.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import './es.array.includes-08e25019.js';
2
- import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, createElementBlock, normalizeClass, createElementVNode, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString } from 'vue';
2
+ import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, createElementBlock, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString, vShow } from 'vue';
3
3
  import { s as script$1 } from './fw-button-c8502414.js';
4
4
  import { u as uniqueId } from './uniqueId-fe08534a.js';
5
5
  import { c as render$1 } from './index-bced3b35.js';
@@ -151,8 +151,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
151
151
  appear: ""
152
152
  }, {
153
153
  "default": withCtx(function () {
154
- return [_ctx.isOpen ? (openBlock(), createElementBlock("div", {
155
- key: 0,
154
+ return [withDirectives(createElementVNode("div", {
156
155
  id: "fw-drawer-".concat(_ctx.uuid),
157
156
  "class": normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
158
157
  tabindex: "-1",
@@ -209,7 +208,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
209
208
  return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
210
209
  }),
211
210
  _: 1
212
- }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)]))], 2)) : createCommentVNode("", true)], 10, _hoisted_1)) : createCommentVNode("", true)];
211
+ }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)]))], 2)) : createCommentVNode("", true)], 10, _hoisted_1), [[vShow, _ctx.isOpen]])];
213
212
  }),
214
213
  _: 3
215
214
  });
@@ -184,7 +184,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
184
184
  key: 0,
185
185
  "for": "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
186
186
  "class": "block mb-2 font-medium"
187
- }, toDisplayString(_ctx.label), 9, _hoisted_4)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7, [renderSlot(_ctx.$slots, "prefix")])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
187
+ }, toDisplayString(_ctx.label), 9, _hoisted_4)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7, [renderSlot(_ctx.$slots, "prefix", {
188
+ "class": "h-full"
189
+ })])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
188
190
  id: "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
189
191
  placeholder: _ctx.placeholder,
190
192
  type: _ctx.type,
@@ -212,7 +214,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
212
214
  })], 2)) : createCommentVNode("", true)];
213
215
  }),
214
216
  _: 2
215
- }, 1024)) : createCommentVNode("", true), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_9, [renderSlot(_ctx.$slots, "suffix")])) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_10, [createVNode(Transition, {
217
+ }, 1024)) : createCommentVNode("", true), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_9, [renderSlot(_ctx.$slots, "suffix", {
218
+ "class": "h-full"
219
+ })])) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_10, [createVNode(Transition, {
216
220
  name: "fwFadeIn",
217
221
  mode: "out-in"
218
222
  }, {
package/esm/fw-input.js CHANGED
@@ -1,4 +1,4 @@
1
- export { s as FwInput } from './fw-input-259e2e18.js';
1
+ export { s as FwInput } from './fw-input-8969b226.js';
2
2
  import './es.array.includes-08e25019.js';
3
3
  import './is-forced-7cb3ee8f.js';
4
4
  import './export-10c4adbc.js';
package/esm/fw-modal.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import './es.array.includes-08e25019.js';
2
- import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Teleport, createVNode, Transition, withCtx, createElementBlock, createElementVNode, renderSlot, createCommentVNode, createTextVNode, toDisplayString } from 'vue';
2
+ import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Teleport, createVNode, Transition, withCtx, withDirectives, createElementVNode, createElementBlock, renderSlot, createCommentVNode, createTextVNode, toDisplayString, vShow } from 'vue';
3
3
  import { s as script$1 } from './fw-button-c8502414.js';
4
4
  import { u as uniqueId } from './uniqueId-fe08534a.js';
5
5
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
@@ -151,8 +151,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
151
151
  appear: ""
152
152
  }, {
153
153
  "default": withCtx(function () {
154
- return [_ctx.isOpen ? (openBlock(), createElementBlock("div", {
155
- key: 0,
154
+ return [withDirectives(createElementVNode("div", {
156
155
  "class": "fw-modal z-[9999] relative",
157
156
  id: "fw-modal-".concat(_ctx.uuid)
158
157
  }, [createElementVNode("div", _hoisted_2, [createElementVNode("div", _hoisted_3, [createElementVNode("div", {
@@ -203,7 +202,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
203
202
  return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
204
203
  }),
205
204
  _: 1
206
- }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4)])])], 8, _hoisted_1)) : createCommentVNode("", true)];
205
+ }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4)])])], 8, _hoisted_1), [[vShow, _ctx.isOpen]])];
207
206
  }),
208
207
  _: 3
209
208
  })], 8, ["to"])) : createCommentVNode("", true);
@@ -13,7 +13,7 @@ import './es.function.name-6cafd747.js';
13
13
  import './es.array.map-c56ebffd.js';
14
14
  import './es.array.concat-99b85557.js';
15
15
  import { defineComponent, ref, computed, createTextVNode, createElementVNode, resolveComponent, openBlock, createElementBlock, toDisplayString, createVNode, withCtx, createBlock, createCommentVNode } from 'vue';
16
- import { s as script$1 } from './fw-input-259e2e18.js';
16
+ import { s as script$1 } from './fw-input-8969b226.js';
17
17
  import { _ as __default__$1 } from './fw-tag-ac28200a.js';
18
18
  import { s as script$3 } from './fw-button-c8502414.js';
19
19
  import { s as script$2 } from './fw-dropdown-6856e66e.js';
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, Transition, renderSlot, createCommentVNode, createElementVNode, Fragment, renderList, createBlock, createTextVNode, toDisplayString } from 'vue';
1
+ import { defineComponent, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, Transition, withDirectives, createElementVNode, renderSlot, createCommentVNode, Fragment, renderList, createBlock, createTextVNode, toDisplayString, vShow } from 'vue';
2
2
  import { s as script$1 } from './fw-button-c8502414.js';
3
3
  import { h as render$1 } from './index-bced3b35.js';
4
4
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
@@ -63,7 +63,6 @@ var script = defineComponent({
63
63
  });
64
64
 
65
65
  var _hoisted_1 = {
66
- key: 0,
67
66
  "class": "flex flex-col px-4 py-8"
68
67
  };
69
68
  var _hoisted_2 = {
@@ -100,7 +99,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
100
99
  name: "sidebarMenuSlide"
101
100
  }, {
102
101
  "default": withCtx(function () {
103
- return [_ctx.isMenuOpen ? (openBlock(), createElementBlock("div", _hoisted_1, [_ctx.$slots.title ? (openBlock(), createElementBlock("div", _hoisted_2, [renderSlot(_ctx.$slots, "title")])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
102
+ return [withDirectives(createElementVNode("div", _hoisted_1, [_ctx.$slots.title ? (openBlock(), createElementBlock("div", _hoisted_2, [renderSlot(_ctx.$slots, "title")])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
104
103
  return openBlock(), createElementBlock(Fragment, {
105
104
  key: i
106
105
  }, [!item.disabled ? (openBlock(), createBlock(_component_FwButton, {
@@ -120,7 +119,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
120
119
  }),
121
120
  _: 2
122
121
  }, 1032, ["href", "to", "external", "onClick"])) : createCommentVNode("", true)], 64);
123
- }), 128))])])) : createCommentVNode("", true)];
122
+ }), 128))])], 512), [[vShow, _ctx.isMenuOpen]])];
124
123
  }),
125
124
  _: 3
126
125
  })], 2)) : createCommentVNode("", true);
package/esm/fw-tabs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import './es.number.constructor-fb16fe05.js';
2
- import { defineComponent, computed, ref, provide, openBlock, createElementBlock, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, createCommentVNode, renderSlot, getCurrentInstance, inject, watchEffect } from 'vue';
2
+ import { defineComponent, computed, ref, provide, openBlock, createElementBlock, Fragment, renderList, createElementVNode, normalizeClass, toDisplayString, createCommentVNode, renderSlot, getCurrentInstance, inject, watchEffect, withDirectives, vShow } from 'vue';
3
3
  import { e as toObject$1, l as lengthOfArrayLike$1, h as fails$1 } from './is-forced-7cb3ee8f.js';
4
4
  import { _ as _export } from './export-10c4adbc.js';
5
5
  import { a as arrayIteration } from './array-iteration-8267bf22.js';
@@ -175,11 +175,10 @@ var script = defineComponent({
175
175
  });
176
176
 
177
177
  var _hoisted_1 = {
178
- key: 0,
179
178
  "class": "fw-tab w-full"
180
179
  };
181
180
  function render(_ctx, _cache, $props, $setup, $data, $options) {
182
- return _ctx.isActive ? (openBlock(), createElementBlock("div", _hoisted_1, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true);
181
+ return withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [renderSlot(_ctx.$slots, "default")], 512)), [[vShow, _ctx.isActive]]);
183
182
  }
184
183
 
185
184
  script.render = render;
package/esm/index.js CHANGED
@@ -46,8 +46,8 @@ import { FwEmailPulse as __default__$5, FwSuccessPulse as __default__$6 } from '
46
46
  export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
47
47
  import { F as Form } from './vee-validate.esm-a17a23c3.js';
48
48
  export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
49
- import { s as script } from './fw-input-259e2e18.js';
50
- export { s as FwInput } from './fw-input-259e2e18.js';
49
+ import { s as script } from './fw-input-8969b226.js';
50
+ export { s as FwInput } from './fw-input-8969b226.js';
51
51
  import { s as script$2 } from './fw-dropdown-6856e66e.js';
52
52
  export { s as FwDropdown } from './fw-dropdown-6856e66e.js';
53
53
  import { s as script$3 } from './fw-card-1b6a67fe.js';
@@ -1,4 +1,4 @@
1
- import { getCurrentInstance, inject, warn as warn$1, ref, unref, computed, reactive, watch, nextTick, onUnmounted, onMounted, provide, isRef, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, markRaw, watchEffect, readonly, createElementVNode, openBlock, createElementBlock, resolveComponent, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass, pushScopeId, popScopeId, Fragment, renderList, createTextVNode, Teleport, normalizeStyle, useCssVars, withKeys, withDirectives, vShow, resolveDirective, TransitionGroup, version as version$2, isProxy, toRaw, shallowRef, toRefs, normalizeProps, toHandlers, withModifiers, guardReactiveProps, onUpdated, createStaticVNode, createApp } from 'vue';
1
+ import { getCurrentInstance, inject, warn as warn$1, ref, unref, computed, reactive, watch, nextTick, onUnmounted, onMounted, provide, isRef, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, markRaw, watchEffect, readonly, createElementVNode, openBlock, createElementBlock, resolveComponent, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, createBlock, Transition, normalizeClass, pushScopeId, popScopeId, Fragment, renderList, createTextVNode, withDirectives, vShow, Teleport, normalizeStyle, useCssVars, withKeys, resolveDirective, TransitionGroup, version as version$2, isProxy, toRaw, shallowRef, toRefs, normalizeProps, toHandlers, withModifiers, guardReactiveProps, onUpdated, createStaticVNode, createApp } from 'vue';
2
2
 
3
3
  function _arrayWithHoles(arr) {
4
4
  if (Array.isArray(arr)) return arr;
@@ -6134,13 +6134,13 @@ var _hoisted_3$s = {
6134
6134
  "class": "flex flex-row justify-between"
6135
6135
  };
6136
6136
  var _hoisted_4$g = ["for"];
6137
- var _hoisted_5$d = {
6137
+ var _hoisted_5$e = {
6138
6138
  key: 1
6139
6139
  };
6140
- var _hoisted_6$a = {
6140
+ var _hoisted_6$b = {
6141
6141
  "class": "relative"
6142
6142
  };
6143
- var _hoisted_7$9 = {
6143
+ var _hoisted_7$a = {
6144
6144
  key: 0,
6145
6145
  "class": "flex text-black absolute w-9 h-full inset-y-0 left-0 items-center pl-3 pointer-events-none"
6146
6146
  };
@@ -6181,7 +6181,9 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
6181
6181
  key: 0,
6182
6182
  "for": "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
6183
6183
  "class": "block mb-2 font-medium"
6184
- }, toDisplayString(_ctx.label), 9, _hoisted_4$g)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5$d, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6$a, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7$9, [renderSlot(_ctx.$slots, "prefix")])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
6184
+ }, toDisplayString(_ctx.label), 9, _hoisted_4$g)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5$e, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6$b, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7$a, [renderSlot(_ctx.$slots, "prefix", {
6185
+ "class": "h-full"
6186
+ })])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
6185
6187
  id: "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
6186
6188
  placeholder: _ctx.placeholder,
6187
6189
  type: _ctx.type,
@@ -6209,7 +6211,9 @@ function render$t(_ctx, _cache, $props, $setup, $data, $options) {
6209
6211
  })], 2)) : createCommentVNode("", true)];
6210
6212
  }),
6211
6213
  _: 2
6212
- }, 1024)) : createCommentVNode("", true), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_9$9, [renderSlot(_ctx.$slots, "suffix")])) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_10$6, [createVNode(Transition, {
6214
+ }, 1024)) : createCommentVNode("", true), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_9$9, [renderSlot(_ctx.$slots, "suffix", {
6215
+ "class": "h-full"
6216
+ })])) : createCommentVNode("", true)]), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_10$6, [createVNode(Transition, {
6213
6217
  name: "fwFadeIn",
6214
6218
  mode: "out-in"
6215
6219
  }, {
@@ -6331,9 +6335,9 @@ var _hoisted_2$v = {
6331
6335
  };
6332
6336
  var _hoisted_3$r = ["for"];
6333
6337
  var _hoisted_4$f = ["value", "name", "id"];
6334
- var _hoisted_5$c = ["value", "name", "id", "checked"];
6335
- var _hoisted_6$9 = ["innerHTML"];
6336
- var _hoisted_7$8 = {
6338
+ var _hoisted_5$d = ["value", "name", "id", "checked"];
6339
+ var _hoisted_6$a = ["innerHTML"];
6340
+ var _hoisted_7$9 = {
6337
6341
  key: 0,
6338
6342
  "class": "italic text-sm font-medium min-h-[21px]"
6339
6343
  };
@@ -6377,11 +6381,11 @@ function render$s(_ctx, _cache, $props, $setup, $data, $options) {
6377
6381
  type: "checkbox",
6378
6382
  checked: _ctx.isChecked,
6379
6383
  "class": "text-link w-6 h-6 cursor-pointer bg-white border-grey-light border rounded"
6380
- }), null, 16, _hoisted_5$c)), _ctx.label ? (openBlock(), createElementBlock("span", {
6384
+ }), null, 16, _hoisted_5$d)), _ctx.label ? (openBlock(), createElementBlock("span", {
6381
6385
  key: 2,
6382
6386
  "class": "ml-2",
6383
6387
  innerHTML: _ctx.label
6384
- }, null, 8, _hoisted_6$9)) : createCommentVNode("", true)], 8, _hoisted_3$r), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_7$8, [createVNode(Transition, {
6388
+ }, null, 8, _hoisted_6$a)) : createCommentVNode("", true)], 8, _hoisted_3$r), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_7$9, [createVNode(Transition, {
6385
6389
  name: "fwFadeIn",
6386
6390
  mode: "out-in"
6387
6391
  }, {
@@ -6568,12 +6572,12 @@ var _hoisted_3$q = ["id", "aria-expanded"];
6568
6572
  var _hoisted_4$e = {
6569
6573
  key: 0
6570
6574
  };
6571
- var _hoisted_5$b = {
6575
+ var _hoisted_5$c = {
6572
6576
  key: 1,
6573
6577
  "class": "text-grey-base"
6574
6578
  };
6575
- var _hoisted_6$8 = ["aria-labelledby"];
6576
- var _hoisted_7$7 = ["onClick"];
6579
+ var _hoisted_6$9 = ["aria-labelledby"];
6580
+ var _hoisted_7$8 = ["onClick"];
6577
6581
  var _hoisted_8$7 = {
6578
6582
  key: 1,
6579
6583
  "class": "italic text-right text-sm font-medium min-h-[21px]"
@@ -6597,7 +6601,7 @@ function render$r(_ctx, _cache, $props, $setup, $data, $options) {
6597
6601
  id: "".concat(_ctx.name, "-fw-dropdown--button"),
6598
6602
  "aria-expanded": _ctx.isOpen,
6599
6603
  "aria-haspopup": "true"
6600
- }, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$e, toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$b, toDisplayString(_ctx.placeholder), 1)), createVNode(_component_ChevronDownSvg, {
6604
+ }, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$e, toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$c, toDisplayString(_ctx.placeholder), 1)), createVNode(_component_ChevronDownSvg, {
6601
6605
  "class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
6602
6606
  }, null, 8, ["class"])], 10, _hoisted_3$q), createVNode(Transition, {
6603
6607
  name: "slideUpDown"
@@ -6619,8 +6623,8 @@ function render$r(_ctx, _cache, $props, $setup, $data, $options) {
6619
6623
  onClick: function onClick($event) {
6620
6624
  return _ctx.selectOption(option);
6621
6625
  }
6622
- }, toDisplayString(option.label), 11, _hoisted_7$7);
6623
- }), 128))], 10, _hoisted_6$8)) : createCommentVNode("", true)];
6626
+ }, toDisplayString(option.label), 11, _hoisted_7$8);
6627
+ }), 128))], 10, _hoisted_6$9)) : createCommentVNode("", true)];
6624
6628
  }),
6625
6629
  _: 1
6626
6630
  }), _ctx.enableErrors ? (openBlock(), createElementBlock("div", _hoisted_8$7, [createVNode(Transition, {
@@ -7066,14 +7070,14 @@ var _hoisted_3$o = {
7066
7070
  var _hoisted_4$d = {
7067
7071
  "class": "flex space-x-2"
7068
7072
  };
7069
- var _hoisted_5$a = {
7073
+ var _hoisted_5$b = {
7070
7074
  key: 2,
7071
7075
  "class": "hidden sm:flex items-center justify-start sm:ml-6"
7072
7076
  };
7073
- var _hoisted_6$7 = {
7077
+ var _hoisted_6$8 = {
7074
7078
  "class": "flex items-center sm:hidden"
7075
7079
  };
7076
- var _hoisted_7$6 = /*#__PURE__*/createElementVNode("span", {
7080
+ var _hoisted_7$7 = /*#__PURE__*/createElementVNode("span", {
7077
7081
  "class": "sr-only"
7078
7082
  }, "Open main menu", -1);
7079
7083
  var _hoisted_8$6 = {
@@ -7109,7 +7113,7 @@ function render$n(_ctx, _cache, $props, $setup, $data, $options) {
7109
7113
  }),
7110
7114
  _: 2
7111
7115
  }, 1032, ["href", "to", "external", "onClick"]);
7112
- }), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5$a, [createVNode(_component_FwButton, {
7116
+ }), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5$b, [createVNode(_component_FwButton, {
7113
7117
  onClick: _ctx.actionClicked,
7114
7118
  size: "md",
7115
7119
  "aria-label": _ctx.actionLabel
@@ -7118,13 +7122,13 @@ function render$n(_ctx, _cache, $props, $setup, $data, $options) {
7118
7122
  return [createTextVNode(toDisplayString(_ctx.actionLabel), 1)];
7119
7123
  }),
7120
7124
  _: 1
7121
- }, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div", _hoisted_6$7, [createVNode(_component_FwButton, {
7125
+ }, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div", _hoisted_6$8, [createVNode(_component_FwButton, {
7122
7126
  variant: "text",
7123
7127
  size: "sm",
7124
7128
  onClick: _ctx.toggleMobileMenu
7125
7129
  }, {
7126
7130
  "default": withCtx(function () {
7127
- return [_hoisted_7$6, (openBlock(), createElementBlock("svg", _hoisted_8$6, [createElementVNode("path", {
7131
+ return [_hoisted_7$7, (openBlock(), createElementBlock("svg", _hoisted_8$6, [createElementVNode("path", {
7128
7132
  "stroke-linecap": "round",
7129
7133
  "stroke-linejoin": "round",
7130
7134
  "stroke-width": "2",
@@ -7343,11 +7347,10 @@ var script$e = defineComponent({
7343
7347
  });
7344
7348
 
7345
7349
  var _hoisted_1$u = {
7346
- key: 0,
7347
7350
  "class": "fw-tab w-full"
7348
7351
  };
7349
7352
  function render$l(_ctx, _cache, $props, $setup, $data, $options) {
7350
- return _ctx.isActive ? (openBlock(), createElementBlock("div", _hoisted_1$u, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true);
7353
+ return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$u, [renderSlot(_ctx.$slots, "default")], 512)), [[vShow, _ctx.isActive]]);
7351
7354
  }
7352
7355
 
7353
7356
  script$e.render = render$l;
@@ -7465,16 +7468,16 @@ var _hoisted_3$m = {
7465
7468
  "class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
7466
7469
  };
7467
7470
  var _hoisted_4$c = ["role", "aria-labelledby", "aria-describedby"];
7468
- var _hoisted_5$9 = {
7471
+ var _hoisted_5$a = {
7469
7472
  key: 0,
7470
7473
  "class": "fw-modal--header text-center"
7471
7474
  };
7472
- var _hoisted_6$6 = {
7475
+ var _hoisted_6$7 = {
7473
7476
  key: 0,
7474
7477
  id: "modal-logo",
7475
7478
  "class": "flex justify-center"
7476
7479
  };
7477
- var _hoisted_7$5 = ["id"];
7480
+ var _hoisted_7$6 = ["id"];
7478
7481
  var _hoisted_8$5 = ["id", "innerHTML"];
7479
7482
  var _hoisted_9$5 = ["id"];
7480
7483
  var _hoisted_10$3 = ["innerHTML", "id"];
@@ -7492,8 +7495,7 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
7492
7495
  appear: ""
7493
7496
  }, {
7494
7497
  "default": withCtx(function () {
7495
- return [_ctx.isOpen ? (openBlock(), createElementBlock("div", {
7496
- key: 0,
7498
+ return [withDirectives(createElementVNode("div", {
7497
7499
  "class": "fw-modal z-[9999] relative",
7498
7500
  id: "fw-modal-".concat(_ctx.uuid)
7499
7501
  }, [createElementVNode("div", _hoisted_2$q, [createElementVNode("div", _hoisted_3$m, [createElementVNode("div", {
@@ -7502,10 +7504,10 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
7502
7504
  "class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
7503
7505
  "aria-labelledby": _ctx.$slots.header || _ctx.header ? "modal_".concat(_ctx.uuid, "_header") : undefined,
7504
7506
  "aria-describedby": _ctx.$slots.body ? "modal_".concat(_ctx.uuid, "_body") : undefined
7505
- }, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$9, [_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_6$6, [renderSlot(_ctx.$slots, "icon")])) : createCommentVNode("", true), _ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
7507
+ }, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$a, [_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_6$7, [renderSlot(_ctx.$slots, "icon")])) : createCommentVNode("", true), _ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
7506
7508
  key: 1,
7507
7509
  id: "modal_".concat(_ctx.uuid, "_header")
7508
- }, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7$5)) : _ctx.header ? (openBlock(), createElementBlock("h2", {
7510
+ }, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7$6)) : _ctx.header ? (openBlock(), createElementBlock("h2", {
7509
7511
  key: 2,
7510
7512
  id: "modal_".concat(_ctx.uuid, "_header"),
7511
7513
  innerHTML: _ctx.header
@@ -7544,7 +7546,7 @@ function render$k(_ctx, _cache, $props, $setup, $data, $options) {
7544
7546
  return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
7545
7547
  }),
7546
7548
  _: 1
7547
- }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$c)])])], 8, _hoisted_1$t)) : createCommentVNode("", true)];
7549
+ }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$c)])])], 8, _hoisted_1$t), [[vShow, _ctx.isOpen]])];
7548
7550
  }),
7549
7551
  _: 3
7550
7552
  })], 8, ["to"])) : createCommentVNode("", true);
@@ -7615,7 +7617,7 @@ var _hoisted_4$b = {
7615
7617
  key: 0,
7616
7618
  "class": "w-full flex items-start mt-[13px] mx-[-15px]"
7617
7619
  };
7618
- var _hoisted_5$8 = {
7620
+ var _hoisted_5$9 = {
7619
7621
  "class": "w-full bg-grey-40 rounded flex-1"
7620
7622
  };
7621
7623
  function render$j(_ctx, _cache, $props, $setup, $data, $options) {
@@ -7636,7 +7638,7 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
7636
7638
  'font-bold': step.position === _ctx.activeStep,
7637
7639
  'text-body': step.position > _ctx.activeStep
7638
7640
  }])
7639
- }, toDisplayString(step.label), 3)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_4$b, [createElementVNode("div", _hoisted_5$8, [createElementVNode("div", {
7641
+ }, toDisplayString(step.label), 3)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_4$b, [createElementVNode("div", _hoisted_5$9, [createElementVNode("div", {
7640
7642
  "class": "bg-primary text-xs leading-none py-0.5 text-center rounded transition-all",
7641
7643
  style: normalizeStyle(step.position < _ctx.activeStep ? 'width:100%;' : _ctx.calculatedProgressBar(step))
7642
7644
  }, null, 4)])])) : createCommentVNode("", true)], 2);
@@ -8346,14 +8348,14 @@ var _hoisted_3$k = ["tabindex", "onKeydown", "onClick"];
8346
8348
  var _hoisted_4$a = {
8347
8349
  "class": "flex flex-row items-center"
8348
8350
  };
8349
- var _hoisted_5$7 = {
8351
+ var _hoisted_5$8 = {
8350
8352
  key: 0,
8351
8353
  "class": "ml-1 flex items-center justify-center w-5"
8352
8354
  };
8353
- var _hoisted_6$5 = {
8355
+ var _hoisted_6$6 = {
8354
8356
  "class": "text-p2 bg-white font-light"
8355
8357
  };
8356
- var _hoisted_7$4 = {
8358
+ var _hoisted_7$5 = {
8357
8359
  key: 0,
8358
8360
  "class": "py-4 pl-5 pr-3 text-left"
8359
8361
  };
@@ -8388,7 +8390,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
8388
8390
  }
8389
8391
  }, [createElementVNode("div", _hoisted_4$a, [createElementVNode("span", {
8390
8392
  "class": normalizeClass(_ctx.sortedIcon('asc', column) || _ctx.sortedIcon('desc', column) ? 'text-primary' : '')
8391
- }, toDisplayString(column), 3), _ctx.isColumnSortable(column) ? (openBlock(), createElementBlock("span", _hoisted_5$7, [!_ctx.sortedIcon('asc', column) && !_ctx.sortedIcon('desc', column) ? (openBlock(), createBlock(_component_ArrowSortSvg, {
8393
+ }, toDisplayString(column), 3), _ctx.isColumnSortable(column) ? (openBlock(), createElementBlock("span", _hoisted_5$8, [!_ctx.sortedIcon('asc', column) && !_ctx.sortedIcon('desc', column) ? (openBlock(), createBlock(_component_ArrowSortSvg, {
8392
8394
  key: 0,
8393
8395
  "class": "inline-block w-full text-grey-base"
8394
8396
  })) : createCommentVNode("", true), _ctx.sortedIcon('asc', column) ? (openBlock(), createBlock(_component_ArrowDownSvg, {
@@ -8400,7 +8402,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
8400
8402
  })) : createCommentVNode("", true)])) : createCommentVNode("", true)])], 42, _hoisted_3$k)) : createCommentVNode("", true)], 64);
8401
8403
  }), 128)), _ctx.$slots.head ? renderSlot(_ctx.$slots, "head", {
8402
8404
  key: 1
8403
- }) : createCommentVNode("", true)])]), createElementVNode("tbody", _hoisted_6$5, [_ctx.loading ? (openBlock(true), createElementBlock(Fragment, {
8405
+ }) : createCommentVNode("", true)])]), createElementVNode("tbody", _hoisted_6$6, [_ctx.loading ? (openBlock(true), createElementBlock(Fragment, {
8404
8406
  key: 0
8405
8407
  }, renderList(_ctx.sortedData, function (row, trKey) {
8406
8408
  return openBlock(), createElementBlock("tr", {
@@ -8408,7 +8410,7 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
8408
8410
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, colKey) {
8409
8411
  return openBlock(), createElementBlock(Fragment, {
8410
8412
  key: colKey
8411
- }, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td", _hoisted_7$4, [createVNode(_component_FwLoadingBar, {
8413
+ }, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td", _hoisted_7$5, [createVNode(_component_FwLoadingBar, {
8412
8414
  "class": "w-full h-7"
8413
8415
  })])) : createCommentVNode("", true)], 64);
8414
8416
  }), 128)), _ctx.$slots.row ? (openBlock(), createElementBlock("td", _hoisted_8$4, [createVNode(_component_FwLoadingBar, {
@@ -8489,6 +8491,9 @@ script$9.render = render$e;
8489
8491
 
8490
8492
  var __default__$5 = defineComponent({
8491
8493
  name: 'FwAccordion',
8494
+ components: {
8495
+ ChevronDownSvg: render$Q
8496
+ },
8492
8497
  emits: ['toggled'],
8493
8498
  props: {
8494
8499
  /**
@@ -8497,6 +8502,13 @@ var __default__$5 = defineComponent({
8497
8502
  title: {
8498
8503
  type: String
8499
8504
  },
8505
+ /**
8506
+ * Classname for the title
8507
+ */
8508
+ titleClass: {
8509
+ type: String,
8510
+ "default": 'h4'
8511
+ },
8500
8512
  /**
8501
8513
  * Title suffix of the accordion header
8502
8514
  */
@@ -8516,6 +8528,27 @@ var __default__$5 = defineComponent({
8516
8528
  iconPositionStart: {
8517
8529
  type: Boolean,
8518
8530
  "default": true
8531
+ },
8532
+ /**
8533
+ * Icon type (arrow or plus)
8534
+ */
8535
+ isArrow: {
8536
+ type: Boolean,
8537
+ "default": false
8538
+ },
8539
+ /**
8540
+ * Padding className for the accordion button
8541
+ */
8542
+ buttonPadding: {
8543
+ type: String,
8544
+ "default": 'px-8 py-4'
8545
+ },
8546
+ /**
8547
+ * Border style className for the accordion button
8548
+ */
8549
+ borderStyle: {
8550
+ type: String,
8551
+ "default": 'rounded-sm border border-grey-40'
8519
8552
  }
8520
8553
  },
8521
8554
  setup: function setup(props, ctx) {
@@ -8550,7 +8583,7 @@ var __default__$5 = defineComponent({
8550
8583
  var __injectCSSVars__$4 = function __injectCSSVars__() {
8551
8584
  useCssVars(function (_ctx) {
8552
8585
  return {
8553
- "5f2b9a00": _ctx.bgHoverColor
8586
+ "5f8da0f6": _ctx.bgHoverColor
8554
8587
  };
8555
8588
  });
8556
8589
  };
@@ -8561,37 +8594,55 @@ __default__$5.setup = __setup__$4 ? function (props, ctx) {
8561
8594
  } : __injectCSSVars__$4;
8562
8595
 
8563
8596
  var _withScopeId$3 = function _withScopeId(n) {
8564
- return pushScopeId("data-v-a62b48c8"), n = n(), popScopeId(), n;
8597
+ return pushScopeId("data-v-3eea01a5"), n = n(), popScopeId(), n;
8565
8598
  };
8566
8599
  var _hoisted_1$n = {
8567
- "class": "fw-accordion rounded-sm border border-grey-40"
8600
+ "class": "flex flex-row items-center justify-between w-full"
8568
8601
  };
8569
8602
  var _hoisted_2$m = {
8570
- "class": "flex flex-row items-center justify-between w-full"
8603
+ "class": "flex flex-row items-center"
8571
8604
  };
8572
8605
  var _hoisted_3$i = {
8573
- "class": "flex flex-row items-center"
8606
+ key: 0
8574
8607
  };
8575
8608
  var _hoisted_4$9 = {
8609
+ key: 0
8610
+ };
8611
+ var _hoisted_5$7 = {
8612
+ key: 1
8613
+ };
8614
+ var _hoisted_6$5 = {
8576
8615
  key: 0,
8577
8616
  "class": "h4"
8578
8617
  };
8618
+ var _hoisted_7$4 = {
8619
+ key: 1
8620
+ };
8579
8621
  function render$d(_ctx, _cache, $props, $setup, $data, $options) {
8580
- return openBlock(), createElementBlock("div", _hoisted_1$n, [createElementVNode("button", {
8622
+ var _component_ChevronDownSvg = resolveComponent("ChevronDownSvg");
8623
+ return openBlock(), createElementBlock("div", {
8624
+ "class": normalizeClass(["fw-accordion", _ctx.borderStyle])
8625
+ }, [createElementVNode("button", {
8581
8626
  onClick: _cache[0] || (_cache[0] = function ($event) {
8582
8627
  return _ctx.isOpen = !_ctx.isOpen;
8583
8628
  }),
8584
8629
  type: "button",
8585
- "class": normalizeClass(["fw-accordion--header px-8 py-4 bg-white w-full transition-all duration-100 ease-in focus:outline-primary", _ctx.isOpen ? 'fw-accordion--header-open' : ''])
8586
- }, [createElementVNode("div", _hoisted_2$m, [createElementVNode("div", _hoisted_3$i, [_ctx.iconPositionStart ? (openBlock(), createElementBlock("span", {
8630
+ "class": normalizeClass(["fw-accordion--header bg-white w-full transition-all duration-100 ease-in focus:outline-primary", [_ctx.isOpen ? 'fw-accordion--header-open' : '', _ctx.buttonPadding]])
8631
+ }, [createElementVNode("div", _hoisted_1$n, [createElementVNode("div", _hoisted_2$m, [_ctx.iconPositionStart ? (openBlock(), createElementBlock("div", _hoisted_3$i, [_ctx.isArrow ? (openBlock(), createBlock(_component_ChevronDownSvg, {
8587
8632
  key: 0,
8633
+ "class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
8634
+ }, null, 8, ["class"])) : (openBlock(), createElementBlock("span", {
8635
+ key: 1,
8588
8636
  "class": normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
8589
- }, null, 2)) : createCommentVNode("", true), createElementVNode("span", {
8590
- "class": normalizeClass(["h4 mb-0", _ctx.iconPositionStart ? 'ml-6' : 'ml-0'])
8591
- }, toDisplayString(_ctx.title), 3)]), _ctx.suffixTitle ? (openBlock(), createElementBlock("span", _hoisted_4$9, toDisplayString(_ctx.suffixTitle), 1)) : createCommentVNode("", true), !_ctx.iconPositionStart ? (openBlock(), createElementBlock("span", {
8637
+ }, null, 2))])) : createCommentVNode("", true), createElementVNode("div", {
8638
+ "class": normalizeClass([_ctx.titleClass, _ctx.iconPositionStart ? 'ml-6' : 'ml-0'])
8639
+ }, [_ctx.title ? (openBlock(), createElementBlock("span", _hoisted_4$9, toDisplayString(_ctx.title), 1)) : _ctx.$slots.header ? (openBlock(), createElementBlock("span", _hoisted_5$7, [renderSlot(_ctx.$slots, "header")])) : createCommentVNode("", true)], 2)]), _ctx.suffixTitle ? (openBlock(), createElementBlock("span", _hoisted_6$5, toDisplayString(_ctx.suffixTitle), 1)) : createCommentVNode("", true), !_ctx.iconPositionStart ? (openBlock(), createElementBlock("div", _hoisted_7$4, [_ctx.isArrow ? (openBlock(), createBlock(_component_ChevronDownSvg, {
8640
+ key: 0,
8641
+ "class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
8642
+ }, null, 8, ["class"])) : (openBlock(), createElementBlock("span", {
8592
8643
  key: 1,
8593
8644
  "class": normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
8594
- }, null, 2)) : createCommentVNode("", true)])], 2), createVNode(Transition, {
8645
+ }, null, 2))])) : createCommentVNode("", true)])], 2), createVNode(Transition, {
8595
8646
  name: "fw-accordion-transition",
8596
8647
  onBeforeEnter: _ctx.beforeEnter,
8597
8648
  onEnter: _ctx.enter,
@@ -8603,15 +8654,15 @@ function render$d(_ctx, _cache, $props, $setup, $data, $options) {
8603
8654
  return [withDirectives(createElementVNode("div", null, [renderSlot(_ctx.$slots, "default")], 512), [[vShow, _ctx.$slots["default"] && _ctx.isOpen]])];
8604
8655
  }),
8605
8656
  _: 3
8606
- }, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])]);
8657
+ }, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])], 2);
8607
8658
  }
8608
8659
 
8609
- var css_248z$a = ".fw-accordion--header-open[data-v-a62b48c8],.fw-accordion--header[data-v-a62b48c8]:focus-visible,.fw-accordion--header[data-v-a62b48c8]:hover{background-color:var(--5f2b9a00)}.fw-accordion--icon[data-v-a62b48c8]{position:relative}.fw-accordion--icon[data-v-a62b48c8]:after,.fw-accordion--icon[data-v-a62b48c8]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-a62b48c8]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-a62b48c8]:after{width:0}";
8610
- var stylesheet$a = ".fw-accordion--header-open[data-v-a62b48c8],.fw-accordion--header[data-v-a62b48c8]:focus-visible,.fw-accordion--header[data-v-a62b48c8]:hover{background-color:var(--5f2b9a00)}.fw-accordion--icon[data-v-a62b48c8]{position:relative}.fw-accordion--icon[data-v-a62b48c8]:after,.fw-accordion--icon[data-v-a62b48c8]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-a62b48c8]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-a62b48c8]:after{width:0}";
8660
+ var css_248z$a = ".fw-accordion--header-open[data-v-3eea01a5],.fw-accordion--header[data-v-3eea01a5]:focus-visible,.fw-accordion--header[data-v-3eea01a5]:hover{background-color:var(--5f8da0f6)}.fw-accordion--icon[data-v-3eea01a5]{position:relative}.fw-accordion--icon[data-v-3eea01a5]:after,.fw-accordion--icon[data-v-3eea01a5]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-3eea01a5]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-3eea01a5]:after{width:0}";
8661
+ var stylesheet$a = ".fw-accordion--header-open[data-v-3eea01a5],.fw-accordion--header[data-v-3eea01a5]:focus-visible,.fw-accordion--header[data-v-3eea01a5]:hover{background-color:var(--5f8da0f6)}.fw-accordion--icon[data-v-3eea01a5]{position:relative}.fw-accordion--icon[data-v-3eea01a5]:after,.fw-accordion--icon[data-v-3eea01a5]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-3eea01a5]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-3eea01a5]:after{width:0}";
8611
8662
  styleInject(css_248z$a);
8612
8663
 
8613
8664
  __default__$5.render = render$d;
8614
- __default__$5.__scopeId = "data-v-a62b48c8";
8665
+ __default__$5.__scopeId = "data-v-3eea01a5";
8615
8666
 
8616
8667
  var es_array_from = {};
8617
8668
 
@@ -25599,7 +25650,6 @@ var script$2 = defineComponent({
25599
25650
  });
25600
25651
 
25601
25652
  var _hoisted_1$g = {
25602
- key: 0,
25603
25653
  "class": "flex flex-col px-4 py-8"
25604
25654
  };
25605
25655
  var _hoisted_2$f = {
@@ -25636,7 +25686,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
25636
25686
  name: "sidebarMenuSlide"
25637
25687
  }, {
25638
25688
  "default": withCtx(function () {
25639
- return [_ctx.isMenuOpen ? (openBlock(), createElementBlock("div", _hoisted_1$g, [_ctx.$slots.title ? (openBlock(), createElementBlock("div", _hoisted_2$f, [renderSlot(_ctx.$slots, "title")])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3$d, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
25689
+ return [withDirectives(createElementVNode("div", _hoisted_1$g, [_ctx.$slots.title ? (openBlock(), createElementBlock("div", _hoisted_2$f, [renderSlot(_ctx.$slots, "title")])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3$d, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
25640
25690
  return openBlock(), createElementBlock(Fragment, {
25641
25691
  key: i
25642
25692
  }, [!item.disabled ? (openBlock(), createBlock(_component_FwButton, {
@@ -25656,7 +25706,7 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
25656
25706
  }),
25657
25707
  _: 2
25658
25708
  }, 1032, ["href", "to", "external", "onClick"])) : createCommentVNode("", true)], 64);
25659
- }), 128))])])) : createCommentVNode("", true)];
25709
+ }), 128))])], 512), [[vShow, _ctx.isMenuOpen]])];
25660
25710
  }),
25661
25711
  _: 3
25662
25712
  })], 2)) : createCommentVNode("", true);
@@ -25808,8 +25858,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
25808
25858
  appear: ""
25809
25859
  }, {
25810
25860
  "default": withCtx(function () {
25811
- return [_ctx.isOpen ? (openBlock(), createElementBlock("div", {
25812
- key: 0,
25861
+ return [withDirectives(createElementVNode("div", {
25813
25862
  id: "fw-drawer-".concat(_ctx.uuid),
25814
25863
  "class": normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
25815
25864
  tabindex: "-1",
@@ -25866,7 +25915,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
25866
25915
  return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
25867
25916
  }),
25868
25917
  _: 1
25869
- }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)]))], 2)) : createCommentVNode("", true)], 10, _hoisted_1$f)) : createCommentVNode("", true)];
25918
+ }, 8, ["variant", "aria-label"])) : createCommentVNode("", true)]))], 2)) : createCommentVNode("", true)], 10, _hoisted_1$f), [[vShow, _ctx.isOpen]])];
25870
25919
  }),
25871
25920
  _: 3
25872
25921
  });