@frollo/frollo-web-ui 8.5.2 → 8.5.4

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/cjs/index.js CHANGED
@@ -7846,14 +7846,10 @@ function render$w(_ctx, _cache) {
7846
7846
  return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$B, [..._hoisted_3$s]))
7847
7847
  }const _hoisted_1$A = {
7848
7848
  xmlns: "http://www.w3.org/2000/svg",
7849
- width: "68",
7850
- height: "48",
7851
- fill: "none"
7849
+ fill: "currentColor",
7850
+ viewBox: "0 0 19 16"
7852
7851
  };
7853
- const _hoisted_2$v = /*#__PURE__*/vue.createElementVNode("path", {
7854
- fill: "#000",
7855
- d: "M17.72 10.272c5.371-5.456 14.318-5.456 19.776 0 5.195 5.195 5.392 13.507.678 19.053l-.58.667a1.75 1.75 0 0 1-2.472.175 1.746 1.746 0 0 1-.175-2.46l.591-.68c3.599-4.155 3.38-10.39-.514-14.272-4.09-4.102-10.73-4.102-14.82 0L6.576 26.372c-4.1 4.101-4.1 10.751 0 14.853 4.101 4.101 10.751 4.101 14.853 0l2.472-2.472a1.736 1.736 0 0 1 2.471 0c.69.678.69 1.783 0 2.472l-2.471 2.472c-5.47 5.468-14.333 5.468-19.8 0-5.468-5.47-5.468-14.427 0-19.797zM49.78 37.528c-5.37 5.458-14.22 5.458-19.677 0-5.195-5.195-5.49-13.508-.776-19.053l.678-.667a1.75 1.75 0 0 1 2.472-.175c.721.623.809 1.728.175 2.46l-.591.679c-3.599 4.156-3.38 10.39.514 14.273 4.09 4.102 10.73 4.102 14.82 0l13.628-13.617c4.102-4.102 4.102-10.752 0-14.852-4.101-4.1-10.751-4.1-14.853 0l-2.472 2.47c-.678.69-1.793.69-2.471 0-.69-.776-.69-1.782 0-2.47L43.697 4.1c5.47-5.468 14.329-5.468 19.797 0 5.47 5.372 5.47 14.33 0 19.7z"
7856
- }, null, -1);
7852
+ const _hoisted_2$v = /*#__PURE__*/vue.createElementVNode("path", { d: "M4.858 4.11a4.495 4.495 0 0 1 6.562 6.137l-.165.19a.751.751 0 0 1-1.132-.987l.17-.19a2.996 2.996 0 0 0-.138-4.091c-1.17-1.197-3.066-1.197-4.263 0l-3.515 3.54a2.997 2.997 0 0 0 0 4.238c1.115 1.087 2.906 1.175 4.09.137l.194-.168a.75.75 0 0 1 1.056.071c.275.31.24.785-.069 1.057l-.193.168a4.495 4.495 0 0 1-6.138-.206c-1.756-1.753-1.756-4.628 0-6.356zm9.187 7.78a4.497 4.497 0 0 1-6.36 0 4.47 4.47 0 0 1-.205-6.137l.147-.169a.751.751 0 0 1 1.13.988l-.146.169a2.996 2.996 0 0 0 4.375 4.09l3.54-3.54a2.995 2.995 0 0 0-4.09-4.373l-.194.166a.749.749 0 0 1-.987-1.128l.193-.168a4.494 4.494 0 0 1 6.137 6.562z" }, null, -1);
7857
7853
  const _hoisted_3$r = [
7858
7854
  _hoisted_2$v
7859
7855
  ];
@@ -9528,11 +9524,9 @@ styleInject(css_248z$d);__default__$7.render = render$j;var __default__$6 = vue.
9528
9524
  return props.items;
9529
9525
  }
9530
9526
  var data = props.items;
9531
- if (props.options) {
9532
- var customSort = props.options[sortBy.value].sort;
9533
- if (customSort) {
9534
- return customSort(data, sortBy.value, sortDirection.value);
9535
- }
9527
+ var customSort = props.options ? props.options[sortBy.value].sort : undefined;
9528
+ if (customSort) {
9529
+ return customSort(data, sortBy.value, sortDirection.value);
9536
9530
  } else {
9537
9531
  data.sort(function (a, b) {
9538
9532
  var sortVal = typeof a[sortBy.value] === 'string' ? a[sortBy.value].toString().toLowerCase() > b[sortBy.value].toString().toLowerCase() ? 1 : -1 : a[sortBy.value] > b[sortBy.value] ? 1 : -1;
@@ -9617,7 +9611,7 @@ styleInject(css_248z$d);__default__$7.render = render$j;var __default__$6 = vue.
9617
9611
  var __injectCSSVars__$5 = function __injectCSSVars__() {
9618
9612
  vue.useCssVars(function (_ctx) {
9619
9613
  return {
9620
- "7a48f11c": _ctx.bgHoverColor
9614
+ "121d9c09": _ctx.bgHoverColor
9621
9615
  };
9622
9616
  });
9623
9617
  };
@@ -9626,7 +9620,7 @@ __default__$6.setup = __setup__$5 ? function (props, ctx) {
9626
9620
  __injectCSSVars__$5();
9627
9621
  return __setup__$5(props, ctx);
9628
9622
  } : __injectCSSVars__$5;var _withScopeId$4 = function _withScopeId(n) {
9629
- return vue.pushScopeId("data-v-1a900878"), n = n(), vue.popScopeId(), n;
9623
+ return vue.pushScopeId("data-v-5b704401"), n = n(), vue.popScopeId(), n;
9630
9624
  };
9631
9625
  var _hoisted_1$p = {
9632
9626
  "class": "flex flex-col"
@@ -9774,10 +9768,10 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
9774
9768
  }),
9775
9769
  _: 1
9776
9770
  }, 8, ["disabled"])])) : vue.createCommentVNode("", true)]);
9777
- }var css_248z$c = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
9778
- var stylesheet$c = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
9771
+ }var css_248z$c = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
9772
+ var stylesheet$c = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
9779
9773
  styleInject(css_248z$c);__default__$6.render = render$i;
9780
- __default__$6.__scopeId = "data-v-1a900878";var script$c = vue.defineComponent({
9774
+ __default__$6.__scopeId = "data-v-5b704401";var script$c = vue.defineComponent({
9781
9775
  name: 'FwTableHead'
9782
9776
  });var _hoisted_1$o = {
9783
9777
  "class": "py-6 px-5 text-left font-medium"
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, watch, useCssVars, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, toDisplayString, renderSlot, createVNode, Transition, withCtx, withDirectives, vShow } from 'vue';
2
2
  import { u as useColours } from './get-root-colours-DYEoJPEb.js';
3
- import { r as render$1 } from './index-Bohaw8xf.js';
3
+ import { r as render$1 } from './index-CzZMBMV_.js';
4
4
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
5
5
  import './check--YD4Ts6g.js';
6
6
 
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, useCssVars, pushScopeId, popScopeId, createElementVNode, openBlock, createElementBlock, createStaticVNode } from 'vue';
2
2
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
3
- export { s as FwLoadingSpinner } from './fw-loading-spinner-D6LtqOl7.js';
4
- import './index-Bohaw8xf.js';
3
+ export { s as FwLoadingSpinner } from './fw-loading-spinner-BFpFFRJm.js';
4
+ import './index-CzZMBMV_.js';
5
5
  import './check--YD4Ts6g.js';
6
6
 
7
7
  var __default__$1 = defineComponent({
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, Fragment, createTextVNode, toDisplayString, renderSlot, createCommentVNode, createVNode } from 'vue';
2
- import { s as script$1 } from './fw-loading-spinner-D6LtqOl7.js';
2
+ import { s as script$1 } from './fw-loading-spinner-BFpFFRJm.js';
3
3
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
4
4
 
5
5
  var script = defineComponent({
package/esm/fw-button.js CHANGED
@@ -1,6 +1,6 @@
1
- export { s as FwButton } from './fw-button-ROl6WHys.js';
1
+ export { s as FwButton } from './fw-button-DNozvo7B.js';
2
2
  import 'vue';
3
- import './fw-loading-spinner-D6LtqOl7.js';
4
- import './index-Bohaw8xf.js';
3
+ import './fw-loading-spinner-BFpFFRJm.js';
4
+ import './index-CzZMBMV_.js';
5
5
  import './check--YD4Ts6g.js';
6
6
  import './style-inject.es-tgCJW-Cu.js';
@@ -1,5 +1,5 @@
1
1
  import { reactive, computed, ref, watch, onUnmounted, provide, inject, onMounted, watchEffect, defineComponent, nextTick, toRefs, openBlock, createElementBlock, normalizeClass, createVNode, Transition, withCtx, mergeProps, renderSlot, createTextVNode, toDisplayString, createElementVNode, createCommentVNode, unref, createBlock, resolveDynamicComponent, normalizeProps, Fragment, renderList, normalizeStyle, withKeys, withDirectives, toRef, resolveComponent, resolveDirective, toHandlers, withModifiers, isRef, guardReactiveProps, useCssVars } from 'vue';
2
- import { a as render$1 } from './index-Bohaw8xf.js';
2
+ import { a as render$1 } from './index-CzZMBMV_.js';
3
3
  import { u as uniqueId } from './uniqueId-DK6xzFd8.js';
4
4
  import { c as createPopper } from './index-BVcOAKar.js';
5
5
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
package/esm/fw-drawer.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, createElementBlock, renderSlot, createCommentVNode, createVNode, createTextVNode, toDisplayString, vShow } from 'vue';
2
- import { s as script$1 } from './fw-button-ROl6WHys.js';
2
+ import { s as script$1 } from './fw-button-DNozvo7B.js';
3
3
  import { u as uniqueId } from './uniqueId-DK6xzFd8.js';
4
- import { b as render$1 } from './index-Bohaw8xf.js';
4
+ import { b as render$1 } from './index-CzZMBMV_.js';
5
5
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
6
- import './fw-loading-spinner-D6LtqOl7.js';
6
+ import './fw-loading-spinner-BFpFFRJm.js';
7
7
  import './check--YD4Ts6g.js';
8
8
 
9
9
  var script = defineComponent({
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, toRef, ref, computed, watch, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, createTextVNode, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createBlock, renderSlot, createVNode, Transition, withCtx, withDirectives, Fragment, renderList, vShow } from 'vue';
2
2
  import { u as useField } from './vee-validate.esm-3ptvCDR1.js';
3
- import { r as render$1 } from './index-Bohaw8xf.js';
4
- import { s as script$1 } from './fw-image-DAJmf7z4.js';
3
+ import { r as render$1 } from './index-CzZMBMV_.js';
4
+ import { s as script$1 } from './fw-image-Dl96Dc27.js';
5
5
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
6
6
 
7
7
  var script = defineComponent({
@@ -1,8 +1,8 @@
1
- export { s as FwDropdown } from './fw-dropdown-CszRMdF9.js';
1
+ export { s as FwDropdown } from './fw-dropdown-CbgOvgOt.js';
2
2
  import 'vue';
3
3
  import './vee-validate.esm-3ptvCDR1.js';
4
- import './index-Bohaw8xf.js';
4
+ import './index-CzZMBMV_.js';
5
5
  import './check--YD4Ts6g.js';
6
- import './fw-image-DAJmf7z4.js';
6
+ import './fw-image-Dl96Dc27.js';
7
7
  import './fw-loading-bar-DThRjdw1.js';
8
8
  import './style-inject.es-tgCJW-Cu.js';
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, ref, resolveComponent, resolveDirective, withDirectives, openBlock, createElementBlock, normalizeClass, withKeys, createElementVNode, createVNode, createBlock, createCommentVNode, renderSlot } from 'vue';
2
2
  import { s as script$1 } from './fw-loading-bar-DThRjdw1.js';
3
- import { q as render$1 } from './index-Bohaw8xf.js';
3
+ import { q as render$1 } from './index-CzZMBMV_.js';
4
4
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
5
5
 
6
6
  var handleIntersect = function handleIntersect(entries, observer) {
package/esm/fw-image.js CHANGED
@@ -1,6 +1,6 @@
1
- export { s as FwImage } from './fw-image-DAJmf7z4.js';
1
+ export { s as FwImage } from './fw-image-Dl96Dc27.js';
2
2
  import 'vue';
3
3
  import './fw-loading-bar-DThRjdw1.js';
4
4
  import './style-inject.es-tgCJW-Cu.js';
5
- import './index-Bohaw8xf.js';
5
+ import './index-CzZMBMV_.js';
6
6
  import './check--YD4Ts6g.js';
@@ -1,4 +1,4 @@
1
- import { h as render$1 } from './index-Bohaw8xf.js';
1
+ import { h as render$1 } from './index-CzZMBMV_.js';
2
2
  import { defineComponent, resolveComponent, openBlock, createBlock } from 'vue';
3
3
 
4
4
  var script = defineComponent({
@@ -1,13 +1,13 @@
1
1
  import { c as _asyncToGenerator, d as _regeneratorRuntime, a as _slicedToArray } from './_rollupPluginBabelHelpers-DpC_oIQV.js';
2
2
  import { defineComponent, ref, computed, watch, createElementVNode, resolveComponent, openBlock, createElementBlock, Fragment, createVNode, toDisplayString, withCtx, normalizeClass, withModifiers, createTextVNode, createCommentVNode } from 'vue';
3
- import { c as render$1, d as render$2, e as render$3, f as render$4, g as render$5, h as render$6 } from './index-Bohaw8xf.js';
3
+ import { c as render$1, d as render$2, e as render$3, f as render$4, g as render$5, h as render$6 } from './index-CzZMBMV_.js';
4
4
  import { FwModal as script$1 } from './fw-modal.js';
5
5
  import './fw-button.js';
6
- import { s as script$2 } from './fw-button-ROl6WHys.js';
6
+ import { s as script$2 } from './fw-button-DNozvo7B.js';
7
7
  import './check--YD4Ts6g.js';
8
8
  import './uniqueId-DK6xzFd8.js';
9
9
  import './style-inject.es-tgCJW-Cu.js';
10
- import './fw-loading-spinner-D6LtqOl7.js';
10
+ import './fw-loading-spinner-BFpFFRJm.js';
11
11
 
12
12
  var script = defineComponent({
13
13
  name: 'MediaPicker',
package/esm/fw-modal.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, computed, onMounted, resolveComponent, openBlock, createBlock, Teleport, createVNode, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, createCommentVNode, createElementBlock, renderSlot, createTextVNode, toDisplayString, vShow } from 'vue';
2
- import { s as script$1 } from './fw-button-ROl6WHys.js';
2
+ import { s as script$1 } from './fw-button-DNozvo7B.js';
3
3
  import { u as uniqueId } from './uniqueId-DK6xzFd8.js';
4
- import { b as render$1 } from './index-Bohaw8xf.js';
4
+ import { b as render$1 } from './index-CzZMBMV_.js';
5
5
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
6
- import './fw-loading-spinner-D6LtqOl7.js';
6
+ import './fw-loading-spinner-BFpFFRJm.js';
7
7
  import './check--YD4Ts6g.js';
8
8
 
9
9
  var script = defineComponent({
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
2
- import { s as script$1 } from './fw-button-ROl6WHys.js';
2
+ import { s as script$1 } from './fw-button-DNozvo7B.js';
3
3
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
4
- import './fw-loading-spinner-D6LtqOl7.js';
5
- import './index-Bohaw8xf.js';
4
+ import './fw-loading-spinner-BFpFFRJm.js';
5
+ import './index-CzZMBMV_.js';
6
6
  import './check--YD4Ts6g.js';
7
7
 
8
8
  var script = defineComponent({
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString } from 'vue';
2
2
  import './fw-button.js';
3
- import { s as script$1 } from './fw-button-ROl6WHys.js';
3
+ import { s as script$1 } from './fw-button-DNozvo7B.js';
4
4
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
5
- import './fw-loading-spinner-D6LtqOl7.js';
6
- import './index-Bohaw8xf.js';
5
+ import './fw-loading-spinner-BFpFFRJm.js';
6
+ import './index-CzZMBMV_.js';
7
7
  import './check--YD4Ts6g.js';
8
8
 
9
9
  var script = defineComponent({
@@ -1,19 +1,19 @@
1
1
  import { e as _defineProperty } from './_rollupPluginBabelHelpers-DpC_oIQV.js';
2
2
  import { defineComponent, ref, computed, createElementVNode, resolveComponent, openBlock, createElementBlock, toDisplayString, createVNode, withCtx, createBlock, createCommentVNode, createTextVNode } from 'vue';
3
- import { _ as __default__, s as script$4, a as script$5 } from './fw-table-row-xGa-LxFg.js';
3
+ import { _ as __default__, s as script$4, a as script$5 } from './fw-table-row-Db7951fr.js';
4
4
  import { s as script$1 } from './fw-input-XeI-IKly.js';
5
- import { _ as __default__$1 } from './fw-tag-BmPSSwWP.js';
6
- import { s as script$3 } from './fw-button-ROl6WHys.js';
7
- import { s as script$2 } from './fw-dropdown-CszRMdF9.js';
8
- import { i as render$1, j as render$2, k as render$3 } from './index-Bohaw8xf.js';
5
+ import { _ as __default__$1 } from './fw-tag-V0jMl-It.js';
6
+ import { s as script$3 } from './fw-button-DNozvo7B.js';
7
+ import { s as script$2 } from './fw-dropdown-CbgOvgOt.js';
8
+ import { i as render$1, j as render$2, k as render$3 } from './index-CzZMBMV_.js';
9
9
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
10
10
  import './get-root-colours-DYEoJPEb.js';
11
11
  import './fw-loading-bar-DThRjdw1.js';
12
12
  import './vee-validate.esm-3ptvCDR1.js';
13
13
  import './uniqueId-DK6xzFd8.js';
14
14
  import './fw-button.js';
15
- import './fw-loading-spinner-D6LtqOl7.js';
16
- import './fw-image-DAJmf7z4.js';
15
+ import './fw-loading-spinner-BFpFFRJm.js';
16
+ import './fw-image-Dl96Dc27.js';
17
17
  import './check--YD4Ts6g.js';
18
18
 
19
19
  var script = defineComponent({
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, computed, resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, Transition, withDirectives, createElementVNode, renderSlot, createCommentVNode, Fragment, renderList, createBlock, createTextVNode, toDisplayString, vShow } from 'vue';
2
- import { s as script$1 } from './fw-button-ROl6WHys.js';
3
- import { l as render$1 } from './index-Bohaw8xf.js';
2
+ import { s as script$1 } from './fw-button-DNozvo7B.js';
3
+ import { l as render$1 } from './index-CzZMBMV_.js';
4
4
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
5
- import './fw-loading-spinner-D6LtqOl7.js';
5
+ import './fw-loading-spinner-BFpFFRJm.js';
6
6
  import './check--YD4Ts6g.js';
7
7
 
8
8
  var script = defineComponent({
@@ -1,8 +1,8 @@
1
- import { m as render$3, n as render$4, o as render$5, l as render$6 } from './index-Bohaw8xf.js';
1
+ import { m as render$3, n as render$4, o as render$5, l as render$6 } from './index-CzZMBMV_.js';
2
2
  import { defineComponent, computed, ref, onMounted, useCssVars, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, createElementVNode, mergeProps, renderSlot, createCommentVNode, Fragment, renderList, normalizeClass, withKeys, toDisplayString, createBlock, createVNode, withCtx } from 'vue';
3
3
  import { u as useColours } from './get-root-colours-DYEoJPEb.js';
4
4
  import { s as script$2 } from './fw-loading-bar-DThRjdw1.js';
5
- import { s as script$3 } from './fw-button-ROl6WHys.js';
5
+ import { s as script$3 } from './fw-button-DNozvo7B.js';
6
6
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
7
7
 
8
8
  var __default__ = defineComponent({
@@ -94,11 +94,9 @@ var __default__ = defineComponent({
94
94
  return props.items;
95
95
  }
96
96
  var data = props.items;
97
- if (props.options) {
98
- var customSort = props.options[sortBy.value].sort;
99
- if (customSort) {
100
- return customSort(data, sortBy.value, sortDirection.value);
101
- }
97
+ var customSort = props.options ? props.options[sortBy.value].sort : undefined;
98
+ if (customSort) {
99
+ return customSort(data, sortBy.value, sortDirection.value);
102
100
  } else {
103
101
  data.sort(function (a, b) {
104
102
  var sortVal = typeof a[sortBy.value] === 'string' ? a[sortBy.value].toString().toLowerCase() > b[sortBy.value].toString().toLowerCase() ? 1 : -1 : a[sortBy.value] > b[sortBy.value] ? 1 : -1;
@@ -183,7 +181,7 @@ var __default__ = defineComponent({
183
181
  var __injectCSSVars__ = function __injectCSSVars__() {
184
182
  useCssVars(function (_ctx) {
185
183
  return {
186
- "7a48f11c": _ctx.bgHoverColor
184
+ "121d9c09": _ctx.bgHoverColor
187
185
  };
188
186
  });
189
187
  };
@@ -194,7 +192,7 @@ __default__.setup = __setup__ ? function (props, ctx) {
194
192
  } : __injectCSSVars__;
195
193
 
196
194
  var _withScopeId = function _withScopeId(n) {
197
- return pushScopeId("data-v-1a900878"), n = n(), popScopeId(), n;
195
+ return pushScopeId("data-v-5b704401"), n = n(), popScopeId(), n;
198
196
  };
199
197
  var _hoisted_1$2 = {
200
198
  "class": "flex flex-col"
@@ -344,12 +342,12 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
344
342
  }, 8, ["disabled"])])) : createCommentVNode("", true)]);
345
343
  }
346
344
 
347
- var css_248z = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
348
- var stylesheet = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
345
+ var css_248z = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
346
+ var stylesheet = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
349
347
  styleInject(css_248z);
350
348
 
351
349
  __default__.render = render$2;
352
- __default__.__scopeId = "data-v-1a900878";
350
+ __default__.__scopeId = "data-v-5b704401";
353
351
 
354
352
  var script$1 = defineComponent({
355
353
  name: 'FwTableHead'
package/esm/fw-table.js CHANGED
@@ -1,9 +1,9 @@
1
- export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-xGa-LxFg.js';
2
- import './index-Bohaw8xf.js';
1
+ export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-Db7951fr.js';
2
+ import './index-CzZMBMV_.js';
3
3
  import 'vue';
4
4
  import './check--YD4Ts6g.js';
5
5
  import './get-root-colours-DYEoJPEb.js';
6
6
  import './fw-loading-bar-DThRjdw1.js';
7
7
  import './style-inject.es-tgCJW-Cu.js';
8
- import './fw-button-ROl6WHys.js';
9
- import './fw-loading-spinner-D6LtqOl7.js';
8
+ import './fw-button-DNozvo7B.js';
9
+ import './fw-loading-spinner-BFpFFRJm.js';
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed, useCssVars, resolveComponent, openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, renderSlot, createCommentVNode, createBlock, withCtx, createVNode } from 'vue';
2
2
  import './fw-button.js';
3
- import { b as render$1 } from './index-Bohaw8xf.js';
3
+ import { b as render$1 } from './index-CzZMBMV_.js';
4
4
  import { u as useColours } from './get-root-colours-DYEoJPEb.js';
5
- import { s as script } from './fw-button-ROl6WHys.js';
5
+ import { s as script } from './fw-button-DNozvo7B.js';
6
6
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
7
7
 
8
8
  var __default__ = defineComponent({
package/esm/fw-tag.js CHANGED
@@ -1,9 +1,9 @@
1
- export { _ as FwTag } from './fw-tag-BmPSSwWP.js';
1
+ export { _ as FwTag } from './fw-tag-V0jMl-It.js';
2
2
  import 'vue';
3
3
  import './fw-button.js';
4
- import './fw-button-ROl6WHys.js';
5
- import './fw-loading-spinner-D6LtqOl7.js';
6
- import './index-Bohaw8xf.js';
4
+ import './fw-button-DNozvo7B.js';
5
+ import './fw-loading-spinner-BFpFFRJm.js';
6
+ import './index-CzZMBMV_.js';
7
7
  import './check--YD4Ts6g.js';
8
8
  import './style-inject.es-tgCJW-Cu.js';
9
9
  import './get-root-colours-DYEoJPEb.js';
package/esm/fw-toast.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, onMounted, watchEffect, openBlock, createElementBlock, Fragment, createBlock, Teleport, createVNode, TransitionGroup, createCommentVNode, Transition, withCtx, normalizeClass, createElementVNode, resolveDynamicComponent, renderSlot } from 'vue';
2
2
  import { u as uniqueId } from './uniqueId-DK6xzFd8.js';
3
- import { i as render$1, j as render$2, p as render$3 } from './index-Bohaw8xf.js';
3
+ import { i as render$1, j as render$2, p as render$3 } from './index-CzZMBMV_.js';
4
4
  import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
5
5
  import './check--YD4Ts6g.js';
6
6
 
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, createElementVNode, resolveComponent, openBlock, createBlock, withCtx, createCommentVNode, toDisplayString, createElementBlock } from 'vue';
2
2
  import { s as script$1 } from './fw-card-bsYbpPmW.js';
3
- import { s as script$2 } from './fw-image-DAJmf7z4.js';
3
+ import { s as script$2 } from './fw-image-Dl96Dc27.js';
4
4
  import './fw-loading-bar-DThRjdw1.js';
5
5
  import './style-inject.es-tgCJW-Cu.js';
6
- import './index-Bohaw8xf.js';
6
+ import './index-CzZMBMV_.js';
7
7
  import './check--YD4Ts6g.js';
8
8
 
9
9
  var script = defineComponent({
@@ -661,14 +661,10 @@ function render$1(_ctx, _cache) {
661
661
 
662
662
  const _hoisted_1 = {
663
663
  xmlns: "http://www.w3.org/2000/svg",
664
- width: "68",
665
- height: "48",
666
- fill: "none"
664
+ fill: "currentColor",
665
+ viewBox: "0 0 19 16"
667
666
  };
668
- const _hoisted_2 = /*#__PURE__*/createElementVNode("path", {
669
- fill: "#000",
670
- d: "M17.72 10.272c5.371-5.456 14.318-5.456 19.776 0 5.195 5.195 5.392 13.507.678 19.053l-.58.667a1.75 1.75 0 0 1-2.472.175 1.746 1.746 0 0 1-.175-2.46l.591-.68c3.599-4.155 3.38-10.39-.514-14.272-4.09-4.102-10.73-4.102-14.82 0L6.576 26.372c-4.1 4.101-4.1 10.751 0 14.853 4.101 4.101 10.751 4.101 14.853 0l2.472-2.472a1.736 1.736 0 0 1 2.471 0c.69.678.69 1.783 0 2.472l-2.471 2.472c-5.47 5.468-14.333 5.468-19.8 0-5.468-5.47-5.468-14.427 0-19.797zM49.78 37.528c-5.37 5.458-14.22 5.458-19.677 0-5.195-5.195-5.49-13.508-.776-19.053l.678-.667a1.75 1.75 0 0 1 2.472-.175c.721.623.809 1.728.175 2.46l-.591.679c-3.599 4.156-3.38 10.39.514 14.273 4.09 4.102 10.73 4.102 14.82 0l13.628-13.617c4.102-4.102 4.102-10.752 0-14.852-4.101-4.1-10.751-4.1-14.853 0l-2.472 2.47c-.678.69-1.793.69-2.471 0-.69-.776-.69-1.782 0-2.47L43.697 4.1c5.47-5.468 14.329-5.468 19.797 0 5.47 5.372 5.47 14.33 0 19.7z"
671
- }, null, -1);
667
+ const _hoisted_2 = /*#__PURE__*/createElementVNode("path", { d: "M4.858 4.11a4.495 4.495 0 0 1 6.562 6.137l-.165.19a.751.751 0 0 1-1.132-.987l.17-.19a2.996 2.996 0 0 0-.138-4.091c-1.17-1.197-3.066-1.197-4.263 0l-3.515 3.54a2.997 2.997 0 0 0 0 4.238c1.115 1.087 2.906 1.175 4.09.137l.194-.168a.75.75 0 0 1 1.056.071c.275.31.24.785-.069 1.057l-.193.168a4.495 4.495 0 0 1-6.138-.206c-1.756-1.753-1.756-4.628 0-6.356zm9.187 7.78a4.497 4.497 0 0 1-6.36 0 4.47 4.47 0 0 1-.205-6.137l.147-.169a.751.751 0 0 1 1.13.988l-.146.169a2.996 2.996 0 0 0 4.375 4.09l3.54-3.54a2.995 2.995 0 0 0-4.09-4.373l-.194.166a.749.749 0 0 1-.987-1.128l.193-.168a4.494 4.494 0 0 1 6.137 6.562z" }, null, -1);
672
668
  const _hoisted_3 = [
673
669
  _hoisted_2
674
670
  ];
package/esm/index.js CHANGED
@@ -28,18 +28,18 @@ import { FwSlider as script$j } from './fw-slider.js';
28
28
  import { FwEmailPulse as __default__$2, FwSuccessPulse as __default__$4 } from './fw-animations.js';
29
29
  import { F as Form } from './vee-validate.esm-3ptvCDR1.js';
30
30
  import { s as script$7 } from './fw-input-XeI-IKly.js';
31
- import { s as script$5 } from './fw-dropdown-CszRMdF9.js';
31
+ import { s as script$5 } from './fw-dropdown-CbgOvgOt.js';
32
32
  import { s as script$2 } from './fw-card-bsYbpPmW.js';
33
- import { s as script$1 } from './fw-button-ROl6WHys.js';
34
- import { _ as __default__$6 } from './fw-tag-BmPSSwWP.js';
35
- import { _ as __default__$5, s as script$l, a as script$m } from './fw-table-row-xGa-LxFg.js';
36
- import { s as script$6 } from './fw-image-DAJmf7z4.js';
33
+ import { s as script$1 } from './fw-button-DNozvo7B.js';
34
+ import { _ as __default__$6 } from './fw-tag-V0jMl-It.js';
35
+ import { _ as __default__$5, s as script$l, a as script$m } from './fw-table-row-Db7951fr.js';
36
+ import { s as script$6 } from './fw-image-Dl96Dc27.js';
37
37
  import { s as script$8 } from './fw-loading-bar-DThRjdw1.js';
38
- import { s as script$a } from './fw-loading-spinner-D6LtqOl7.js';
38
+ import { s as script$a } from './fw-loading-spinner-BFpFFRJm.js';
39
39
  import { reactive, createApp, h } from 'vue';
40
40
  import './uniqueId-DK6xzFd8.js';
41
41
  import './style-inject.es-tgCJW-Cu.js';
42
- import './index-Bohaw8xf.js';
42
+ import './index-CzZMBMV_.js';
43
43
  import './check--YD4Ts6g.js';
44
44
  import './get-root-colours-DYEoJPEb.js';
45
45
  import './index-BVcOAKar.js';
@@ -8000,14 +8000,10 @@ function render$w(_ctx, _cache) {
8000
8000
 
8001
8001
  const _hoisted_1$A = {
8002
8002
  xmlns: "http://www.w3.org/2000/svg",
8003
- width: "68",
8004
- height: "48",
8005
- fill: "none"
8003
+ fill: "currentColor",
8004
+ viewBox: "0 0 19 16"
8006
8005
  };
8007
- const _hoisted_2$v = /*#__PURE__*/createElementVNode("path", {
8008
- fill: "#000",
8009
- d: "M17.72 10.272c5.371-5.456 14.318-5.456 19.776 0 5.195 5.195 5.392 13.507.678 19.053l-.58.667a1.75 1.75 0 0 1-2.472.175 1.746 1.746 0 0 1-.175-2.46l.591-.68c3.599-4.155 3.38-10.39-.514-14.272-4.09-4.102-10.73-4.102-14.82 0L6.576 26.372c-4.1 4.101-4.1 10.751 0 14.853 4.101 4.101 10.751 4.101 14.853 0l2.472-2.472a1.736 1.736 0 0 1 2.471 0c.69.678.69 1.783 0 2.472l-2.471 2.472c-5.47 5.468-14.333 5.468-19.8 0-5.468-5.47-5.468-14.427 0-19.797zM49.78 37.528c-5.37 5.458-14.22 5.458-19.677 0-5.195-5.195-5.49-13.508-.776-19.053l.678-.667a1.75 1.75 0 0 1 2.472-.175c.721.623.809 1.728.175 2.46l-.591.679c-3.599 4.156-3.38 10.39.514 14.273 4.09 4.102 10.73 4.102 14.82 0l13.628-13.617c4.102-4.102 4.102-10.752 0-14.852-4.101-4.1-10.751-4.1-14.853 0l-2.472 2.47c-.678.69-1.793.69-2.471 0-.69-.776-.69-1.782 0-2.47L43.697 4.1c5.47-5.468 14.329-5.468 19.797 0 5.47 5.372 5.47 14.33 0 19.7z"
8010
- }, null, -1);
8006
+ const _hoisted_2$v = /*#__PURE__*/createElementVNode("path", { d: "M4.858 4.11a4.495 4.495 0 0 1 6.562 6.137l-.165.19a.751.751 0 0 1-1.132-.987l.17-.19a2.996 2.996 0 0 0-.138-4.091c-1.17-1.197-3.066-1.197-4.263 0l-3.515 3.54a2.997 2.997 0 0 0 0 4.238c1.115 1.087 2.906 1.175 4.09.137l.194-.168a.75.75 0 0 1 1.056.071c.275.31.24.785-.069 1.057l-.193.168a4.495 4.495 0 0 1-6.138-.206c-1.756-1.753-1.756-4.628 0-6.356zm9.187 7.78a4.497 4.497 0 0 1-6.36 0 4.47 4.47 0 0 1-.205-6.137l.147-.169a.751.751 0 0 1 1.13.988l-.146.169a2.996 2.996 0 0 0 4.375 4.09l3.54-3.54a2.995 2.995 0 0 0-4.09-4.373l-.194.166a.749.749 0 0 1-.987-1.128l.193-.168a4.494 4.494 0 0 1 6.137 6.562z" }, null, -1);
8011
8007
  const _hoisted_3$r = [
8012
8008
  _hoisted_2$v
8013
8009
  ];
@@ -9774,11 +9770,9 @@ var __default__$6 = defineComponent({
9774
9770
  return props.items;
9775
9771
  }
9776
9772
  var data = props.items;
9777
- if (props.options) {
9778
- var customSort = props.options[sortBy.value].sort;
9779
- if (customSort) {
9780
- return customSort(data, sortBy.value, sortDirection.value);
9781
- }
9773
+ var customSort = props.options ? props.options[sortBy.value].sort : undefined;
9774
+ if (customSort) {
9775
+ return customSort(data, sortBy.value, sortDirection.value);
9782
9776
  } else {
9783
9777
  data.sort(function (a, b) {
9784
9778
  var sortVal = typeof a[sortBy.value] === 'string' ? a[sortBy.value].toString().toLowerCase() > b[sortBy.value].toString().toLowerCase() ? 1 : -1 : a[sortBy.value] > b[sortBy.value] ? 1 : -1;
@@ -9863,7 +9857,7 @@ var __default__$6 = defineComponent({
9863
9857
  var __injectCSSVars__$5 = function __injectCSSVars__() {
9864
9858
  useCssVars(function (_ctx) {
9865
9859
  return {
9866
- "7a48f11c": _ctx.bgHoverColor
9860
+ "121d9c09": _ctx.bgHoverColor
9867
9861
  };
9868
9862
  });
9869
9863
  };
@@ -9874,7 +9868,7 @@ __default__$6.setup = __setup__$5 ? function (props, ctx) {
9874
9868
  } : __injectCSSVars__$5;
9875
9869
 
9876
9870
  var _withScopeId$4 = function _withScopeId(n) {
9877
- return pushScopeId("data-v-1a900878"), n = n(), popScopeId(), n;
9871
+ return pushScopeId("data-v-5b704401"), n = n(), popScopeId(), n;
9878
9872
  };
9879
9873
  var _hoisted_1$p = {
9880
9874
  "class": "flex flex-col"
@@ -10024,12 +10018,12 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
10024
10018
  }, 8, ["disabled"])])) : createCommentVNode("", true)]);
10025
10019
  }
10026
10020
 
10027
- var css_248z$c = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
10028
- var stylesheet$c = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
10021
+ var css_248z$c = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
10022
+ var stylesheet$c = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
10029
10023
  styleInject(css_248z$c);
10030
10024
 
10031
10025
  __default__$6.render = render$i;
10032
- __default__$6.__scopeId = "data-v-1a900878";
10026
+ __default__$6.__scopeId = "data-v-5b704401";
10033
10027
 
10034
10028
  var script$c = defineComponent({
10035
10029
  name: 'FwTableHead'
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="68" height="48" viewBox="0 0 68 48" fill="none">
2
- <path d="M17.7209 10.2717C23.0912 4.81605 32.0381 4.81605 37.4959 10.2717C42.6912 15.467 42.8881 23.7795 38.174 29.3248L37.5943 29.992C36.9599 30.7248 35.8553 30.8014 35.1224 30.167C34.4006 29.5436 34.3131 28.4389 34.9474 27.7061L35.5381 27.0279C39.1365 22.8717 38.9178 16.6373 35.024 12.7545C30.9334 8.65293 24.2943 8.65293 20.2037 12.7545L6.57557 26.3717C2.4751 30.4732 2.4751 37.1232 6.57557 41.2248C10.6771 45.3264 17.3271 45.3264 21.4287 41.2248L23.9006 38.7529C24.5787 38.0639 25.6943 38.0639 26.3724 38.7529C27.0615 39.4311 27.0615 40.5357 26.3724 41.2248L23.9006 43.6967C18.4318 49.1654 9.56807 49.1654 4.10041 43.6967C-1.3668 38.2279 -1.3668 29.2701 4.10041 23.8998L17.7209 10.2717ZM49.7787 37.5279C44.4084 42.9857 35.5599 42.9857 30.1021 37.5279C24.9068 32.3326 24.6115 24.0201 29.3256 18.4748L30.0037 17.8076C30.6381 17.0748 31.7428 16.9982 32.4756 17.6326C33.1974 18.2561 33.2849 19.3607 32.6506 20.0936L32.0599 20.7717C28.4615 24.9279 28.6803 31.1623 32.574 35.0451C36.6646 39.1467 43.3037 39.1467 47.3943 35.0451L61.0224 21.4279C65.124 17.3264 65.124 10.6764 61.0224 6.5759C56.9209 2.47543 50.2709 2.47543 46.1693 6.5759L43.6974 9.04668C43.0193 9.73574 41.9037 9.73574 41.2256 9.04668C40.5365 8.27012 40.5365 7.26387 41.2256 6.5759L43.6974 4.10074C49.1662 -1.36691 58.0256 -1.36691 63.4943 4.10074C68.9631 9.47324 68.9631 18.4311 63.4943 23.8014L49.7787 37.5279Z" fill="black"/>
3
- </svg>
1
+ <svg viewBox="0 0 19 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.85777 4.10932C6.61402 2.35214 9.4609 2.35214 11.2171 4.10932C12.889 5.7812 12.9796 8.46557 11.4203 10.2468L11.2546 10.4374C10.9796 10.7499 10.5078 10.7812 10.1953 10.5093C9.88277 10.2374 9.85152 9.76245 10.1234 9.44995L10.2921 9.25932C11.3296 8.07182 11.2703 6.28432 10.1546 5.1687C8.9859 3.97182 7.08902 3.97182 5.89215 5.1687L2.37746 8.70932C1.20746 9.8812 1.20746 11.7781 2.37746 12.9468C3.49215 14.0343 5.28277 14.1218 6.46715 13.0843L6.6609 12.9156C6.97027 12.6437 7.44527 12.6749 7.71715 12.9874C7.99215 13.2968 7.95777 13.7718 7.6484 14.0437L7.45465 14.2124C5.6734 15.7687 2.98902 15.6812 1.31684 14.0062C-0.438945 12.2531 -0.438945 9.37807 1.31684 7.64995L4.85777 4.10932ZM14.0453 11.8906C12.289 13.6468 9.44215 13.6468 7.6859 11.8906C5.9859 10.1906 5.9234 7.53432 7.47965 5.75307L7.62652 5.58432C7.8984 5.27182 8.3734 5.24057 8.6859 5.51245C8.9984 5.78432 9.02965 6.25932 8.75777 6.57182L8.6109 6.74057C7.57027 7.92807 7.63277 9.71557 8.74527 10.8312C9.91715 11.9999 11.814 11.9999 12.9859 10.8312L16.5265 7.29057C17.6953 6.1187 17.6953 4.22182 16.5265 3.05307C15.4109 1.93807 13.6203 1.87839 12.4359 2.91714L12.2421 3.08432C11.9328 3.3562 11.4578 3.32495 11.1859 3.0137C10.9109 2.70214 10.9453 2.22807 11.2546 1.95557L11.4484 1.78807C13.2296 0.229574 15.914 0.319011 17.5859 1.99245C19.3421 3.74682 19.3421 6.5937 17.5859 8.34995L14.0453 11.8906Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "8.5.2",
3
+ "version": "8.5.4",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./icons": "./icons/index.ts",
@@ -19563,14 +19563,10 @@ Expected function or array of functions, received type ${typeof value}.`
19563
19563
 
19564
19564
  const _hoisted_1$A = {
19565
19565
  xmlns: "http://www.w3.org/2000/svg",
19566
- width: "68",
19567
- height: "48",
19568
- fill: "none"
19566
+ fill: "currentColor",
19567
+ viewBox: "0 0 19 16"
19569
19568
  };
19570
- const _hoisted_2$v = /*#__PURE__*/createBaseVNode("path", {
19571
- fill: "#000",
19572
- d: "M17.72 10.272c5.371-5.456 14.318-5.456 19.776 0 5.195 5.195 5.392 13.507.678 19.053l-.58.667a1.75 1.75 0 0 1-2.472.175 1.746 1.746 0 0 1-.175-2.46l.591-.68c3.599-4.155 3.38-10.39-.514-14.272-4.09-4.102-10.73-4.102-14.82 0L6.576 26.372c-4.1 4.101-4.1 10.751 0 14.853 4.101 4.101 10.751 4.101 14.853 0l2.472-2.472a1.736 1.736 0 0 1 2.471 0c.69.678.69 1.783 0 2.472l-2.471 2.472c-5.47 5.468-14.333 5.468-19.8 0-5.468-5.47-5.468-14.427 0-19.797zM49.78 37.528c-5.37 5.458-14.22 5.458-19.677 0-5.195-5.195-5.49-13.508-.776-19.053l.678-.667a1.75 1.75 0 0 1 2.472-.175c.721.623.809 1.728.175 2.46l-.591.679c-3.599 4.156-3.38 10.39.514 14.273 4.09 4.102 10.73 4.102 14.82 0l13.628-13.617c4.102-4.102 4.102-10.752 0-14.852-4.101-4.1-10.751-4.1-14.853 0l-2.472 2.47c-.678.69-1.793.69-2.471 0-.69-.776-.69-1.782 0-2.47L43.697 4.1c5.47-5.468 14.329-5.468 19.797 0 5.47 5.372 5.47 14.33 0 19.7z"
19573
- }, null, -1);
19569
+ const _hoisted_2$v = /*#__PURE__*/createBaseVNode("path", { d: "M4.858 4.11a4.495 4.495 0 0 1 6.562 6.137l-.165.19a.751.751 0 0 1-1.132-.987l.17-.19a2.996 2.996 0 0 0-.138-4.091c-1.17-1.197-3.066-1.197-4.263 0l-3.515 3.54a2.997 2.997 0 0 0 0 4.238c1.115 1.087 2.906 1.175 4.09.137l.194-.168a.75.75 0 0 1 1.056.071c.275.31.24.785-.069 1.057l-.193.168a4.495 4.495 0 0 1-6.138-.206c-1.756-1.753-1.756-4.628 0-6.356zm9.187 7.78a4.497 4.497 0 0 1-6.36 0 4.47 4.47 0 0 1-.205-6.137l.147-.169a.751.751 0 0 1 1.13.988l-.146.169a2.996 2.996 0 0 0 4.375 4.09l3.54-3.54a2.995 2.995 0 0 0-4.09-4.373l-.194.166a.749.749 0 0 1-.987-1.128l.193-.168a4.494 4.494 0 0 1 6.137 6.562z" }, null, -1);
19574
19570
  const _hoisted_3$r = [
19575
19571
  _hoisted_2$v
19576
19572
  ];
@@ -21337,11 +21333,9 @@ Expected function or array of functions, received type ${typeof value}.`
21337
21333
  return props.items;
21338
21334
  }
21339
21335
  var data = props.items;
21340
- if (props.options) {
21341
- var customSort = props.options[sortBy.value].sort;
21342
- if (customSort) {
21343
- return customSort(data, sortBy.value, sortDirection.value);
21344
- }
21336
+ var customSort = props.options ? props.options[sortBy.value].sort : undefined;
21337
+ if (customSort) {
21338
+ return customSort(data, sortBy.value, sortDirection.value);
21345
21339
  } else {
21346
21340
  data.sort(function (a, b) {
21347
21341
  var sortVal = typeof a[sortBy.value] === 'string' ? a[sortBy.value].toString().toLowerCase() > b[sortBy.value].toString().toLowerCase() ? 1 : -1 : a[sortBy.value] > b[sortBy.value] ? 1 : -1;
@@ -21426,7 +21420,7 @@ Expected function or array of functions, received type ${typeof value}.`
21426
21420
  var __injectCSSVars__$5 = function __injectCSSVars__() {
21427
21421
  useCssVars(function (_ctx) {
21428
21422
  return {
21429
- "7a48f11c": _ctx.bgHoverColor
21423
+ "121d9c09": _ctx.bgHoverColor
21430
21424
  };
21431
21425
  });
21432
21426
  };
@@ -21437,7 +21431,7 @@ Expected function or array of functions, received type ${typeof value}.`
21437
21431
  } : __injectCSSVars__$5;
21438
21432
 
21439
21433
  var _withScopeId$4 = function _withScopeId(n) {
21440
- return pushScopeId("data-v-1a900878"), n = n(), popScopeId(), n;
21434
+ return pushScopeId("data-v-5b704401"), n = n(), popScopeId(), n;
21441
21435
  };
21442
21436
  var _hoisted_1$p = {
21443
21437
  "class": "flex flex-col"
@@ -21587,12 +21581,12 @@ Expected function or array of functions, received type ${typeof value}.`
21587
21581
  }, 8, ["disabled"])])) : createCommentVNode("", true)]);
21588
21582
  }
21589
21583
 
21590
- var css_248z$c = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
21591
- var stylesheet$c = ".fw-table-head--sortable[data-v-1a900878]:hover{background-color:var(--7a48f11c)}.fw-table-row[data-v-1a900878]:hover{background-color:var(--7a48f11c)}";
21584
+ var css_248z$c = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
21585
+ var stylesheet$c = ".fw-table-head--sortable[data-v-5b704401]:hover{background-color:var(--121d9c09)}.fw-table-row[data-v-5b704401]:hover{background-color:var(--121d9c09)}";
21592
21586
  styleInject(css_248z$c);
21593
21587
 
21594
21588
  __default__$6.render = render$i;
21595
- __default__$6.__scopeId = "data-v-1a900878";
21589
+ __default__$6.__scopeId = "data-v-5b704401";
21596
21590
 
21597
21591
  var script$c = defineComponent({
21598
21592
  name: 'FwTableHead'