@frollo/frollo-web-ui 8.1.1 → 8.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js
CHANGED
|
@@ -9483,7 +9483,7 @@ styleInject(css_248z$b);__default__$7.render = render$g;var __default__$6 = vue.
|
|
|
9483
9483
|
var __injectCSSVars__$5 = function __injectCSSVars__() {
|
|
9484
9484
|
vue.useCssVars(function (_ctx) {
|
|
9485
9485
|
return {
|
|
9486
|
-
"
|
|
9486
|
+
"73ca01a2": _ctx.bgHoverColor
|
|
9487
9487
|
};
|
|
9488
9488
|
});
|
|
9489
9489
|
};
|
|
@@ -9492,7 +9492,7 @@ __default__$6.setup = __setup__$5 ? function (props, ctx) {
|
|
|
9492
9492
|
__injectCSSVars__$5();
|
|
9493
9493
|
return __setup__$5(props, ctx);
|
|
9494
9494
|
} : __injectCSSVars__$5;var _withScopeId$4 = function _withScopeId(n) {
|
|
9495
|
-
return vue.pushScopeId("data-v-
|
|
9495
|
+
return vue.pushScopeId("data-v-b2774452"), n = n(), vue.popScopeId(), n;
|
|
9496
9496
|
};
|
|
9497
9497
|
var _hoisted_1$p = {
|
|
9498
9498
|
"class": "flex flex-col"
|
|
@@ -9533,11 +9533,11 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9533
9533
|
var _component_ChevronLeftSvg = vue.resolveComponent("ChevronLeftSvg");
|
|
9534
9534
|
var _component_FwButton = vue.resolveComponent("FwButton");
|
|
9535
9535
|
var _component_ChevronRightSvg = vue.resolveComponent("ChevronRightSvg");
|
|
9536
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [vue.createElementVNode("table", {
|
|
9537
|
-
"class":
|
|
9536
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$p, [vue.createElementVNode("table", vue.mergeProps(_ctx.$attrs, {
|
|
9537
|
+
"class": ["fw-table table-auto table-responsive rounded-md shadow-card flex-1", _ctx.loading ? 'cursor-wait' : ''],
|
|
9538
9538
|
"aria-live": "polite",
|
|
9539
9539
|
"aria-busy": _ctx.loading
|
|
9540
|
-
}, [vue.createElementVNode("thead", _hoisted_3$j, [vue.createElementVNode("tr", null, [_ctx.$slots.preHead ? vue.renderSlot(_ctx.$slots, "preHead", {
|
|
9540
|
+
}), [vue.createElementVNode("thead", _hoisted_3$j, [vue.createElementVNode("tr", null, [_ctx.$slots.preHead ? vue.renderSlot(_ctx.$slots, "preHead", {
|
|
9541
9541
|
key: 0
|
|
9542
9542
|
}) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, function (column, thKey) {
|
|
9543
9543
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
@@ -9608,7 +9608,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9608
9608
|
key: 1,
|
|
9609
9609
|
row: row
|
|
9610
9610
|
}) : vue.createCommentVNode("", true)], 42, _hoisted_10$1);
|
|
9611
|
-
}), 128))])],
|
|
9611
|
+
}), 128))])], 16, _hoisted_2$n), _ctx.enablePagination ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$1, [vue.createVNode(_component_FwButton, {
|
|
9612
9612
|
variant: 'tertiary',
|
|
9613
9613
|
disabled: _ctx.currentPage === 1,
|
|
9614
9614
|
size: "sm",
|
|
@@ -9640,10 +9640,10 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9640
9640
|
}),
|
|
9641
9641
|
_: 1
|
|
9642
9642
|
}, 8, ["disabled"])])) : vue.createCommentVNode("", true)]);
|
|
9643
|
-
}var css_248z$a = ".fw-table-head--sortable[data-v-
|
|
9644
|
-
var stylesheet$a = ".fw-table-head--sortable[data-v-
|
|
9643
|
+
}var css_248z$a = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
9644
|
+
var stylesheet$a = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
9645
9645
|
styleInject(css_248z$a);__default__$6.render = render$f;
|
|
9646
|
-
__default__$6.__scopeId = "data-v-
|
|
9646
|
+
__default__$6.__scopeId = "data-v-b2774452";var script$9 = vue.defineComponent({
|
|
9647
9647
|
name: 'FwTableHead'
|
|
9648
9648
|
});var _hoisted_1$o = {
|
|
9649
9649
|
"class": "py-6 px-5 text-left font-medium"
|
package/esm/fw-provider-list.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-
|
|
3
|
+
import { _ as __default__, s as script$4, a as script$5 } from './fw-table-row-CBQBV4yq.js';
|
|
4
4
|
import { s as script$1 } from './fw-input-BPFFMpc2.js';
|
|
5
5
|
import { _ as __default__$1 } from './fw-tag-508OLlZR.js';
|
|
6
6
|
import { s as script$3 } from './fw-button-DdxvSBFa.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { g as render$3, h as render$4, i as render$5, f as render$6 } from './index-svDiDkSU.js';
|
|
2
|
-
import { defineComponent, computed, ref, onMounted, useCssVars, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, createElementVNode,
|
|
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
5
|
import { s as script$3 } from './fw-button-DdxvSBFa.js';
|
|
@@ -165,7 +165,7 @@ var __default__ = defineComponent({
|
|
|
165
165
|
var __injectCSSVars__ = function __injectCSSVars__() {
|
|
166
166
|
useCssVars(function (_ctx) {
|
|
167
167
|
return {
|
|
168
|
-
"
|
|
168
|
+
"73ca01a2": _ctx.bgHoverColor
|
|
169
169
|
};
|
|
170
170
|
});
|
|
171
171
|
};
|
|
@@ -176,7 +176,7 @@ __default__.setup = __setup__ ? function (props, ctx) {
|
|
|
176
176
|
} : __injectCSSVars__;
|
|
177
177
|
|
|
178
178
|
var _withScopeId = function _withScopeId(n) {
|
|
179
|
-
return pushScopeId("data-v-
|
|
179
|
+
return pushScopeId("data-v-b2774452"), n = n(), popScopeId(), n;
|
|
180
180
|
};
|
|
181
181
|
var _hoisted_1$2 = {
|
|
182
182
|
"class": "flex flex-col"
|
|
@@ -217,11 +217,11 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
217
217
|
var _component_ChevronLeftSvg = resolveComponent("ChevronLeftSvg");
|
|
218
218
|
var _component_FwButton = resolveComponent("FwButton");
|
|
219
219
|
var _component_ChevronRightSvg = resolveComponent("ChevronRightSvg");
|
|
220
|
-
return openBlock(), createElementBlock("div", _hoisted_1$2, [createElementVNode("table", {
|
|
221
|
-
"class":
|
|
220
|
+
return openBlock(), createElementBlock("div", _hoisted_1$2, [createElementVNode("table", mergeProps(_ctx.$attrs, {
|
|
221
|
+
"class": ["fw-table table-auto table-responsive rounded-md shadow-card flex-1", _ctx.loading ? 'cursor-wait' : ''],
|
|
222
222
|
"aria-live": "polite",
|
|
223
223
|
"aria-busy": _ctx.loading
|
|
224
|
-
}, [createElementVNode("thead", _hoisted_3$1, [createElementVNode("tr", null, [_ctx.$slots.preHead ? renderSlot(_ctx.$slots, "preHead", {
|
|
224
|
+
}), [createElementVNode("thead", _hoisted_3$1, [createElementVNode("tr", null, [_ctx.$slots.preHead ? renderSlot(_ctx.$slots, "preHead", {
|
|
225
225
|
key: 0
|
|
226
226
|
}) : createCommentVNode("", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, thKey) {
|
|
227
227
|
return openBlock(), createElementBlock(Fragment, {
|
|
@@ -292,7 +292,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
292
292
|
key: 1,
|
|
293
293
|
row: row
|
|
294
294
|
}) : createCommentVNode("", true)], 42, _hoisted_10);
|
|
295
|
-
}), 128))])],
|
|
295
|
+
}), 128))])], 16, _hoisted_2$1), _ctx.enablePagination ? (openBlock(), createElementBlock("div", _hoisted_12, [createVNode(_component_FwButton, {
|
|
296
296
|
variant: 'tertiary',
|
|
297
297
|
disabled: _ctx.currentPage === 1,
|
|
298
298
|
size: "sm",
|
|
@@ -326,12 +326,12 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
326
326
|
}, 8, ["disabled"])])) : createCommentVNode("", true)]);
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
var css_248z = ".fw-table-head--sortable[data-v-
|
|
330
|
-
var stylesheet = ".fw-table-head--sortable[data-v-
|
|
329
|
+
var css_248z = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
330
|
+
var stylesheet = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
331
331
|
styleInject(css_248z);
|
|
332
332
|
|
|
333
333
|
__default__.render = render$2;
|
|
334
|
-
__default__.__scopeId = "data-v-
|
|
334
|
+
__default__.__scopeId = "data-v-b2774452";
|
|
335
335
|
|
|
336
336
|
var script$1 = defineComponent({
|
|
337
337
|
name: 'FwTableHead'
|
package/esm/fw-table.js
CHANGED
package/esm/index.js
CHANGED
|
@@ -29,7 +29,7 @@ import { s as script$5 } from './fw-dropdown-BcnKbaW1.js';
|
|
|
29
29
|
import { s as script$2 } from './fw-card-bsYbpPmW.js';
|
|
30
30
|
import { s as script$1 } from './fw-button-DdxvSBFa.js';
|
|
31
31
|
import { _ as __default__$6 } from './fw-tag-508OLlZR.js';
|
|
32
|
-
import { _ as __default__$5, s as script$i, a as script$j } from './fw-table-row-
|
|
32
|
+
import { _ as __default__$5, s as script$i, a as script$j } from './fw-table-row-CBQBV4yq.js';
|
|
33
33
|
import { s as script$6 } from './fw-image-DedhILQL.js';
|
|
34
34
|
import { s as script$8 } from './fw-loading-bar-DThRjdw1.js';
|
|
35
35
|
import { s as script$a } from './fw-loading-spinner-BEzZf1xe.js';
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -9717,7 +9717,7 @@ var __default__$6 = defineComponent({
|
|
|
9717
9717
|
var __injectCSSVars__$5 = function __injectCSSVars__() {
|
|
9718
9718
|
useCssVars(function (_ctx) {
|
|
9719
9719
|
return {
|
|
9720
|
-
"
|
|
9720
|
+
"73ca01a2": _ctx.bgHoverColor
|
|
9721
9721
|
};
|
|
9722
9722
|
});
|
|
9723
9723
|
};
|
|
@@ -9728,7 +9728,7 @@ __default__$6.setup = __setup__$5 ? function (props, ctx) {
|
|
|
9728
9728
|
} : __injectCSSVars__$5;
|
|
9729
9729
|
|
|
9730
9730
|
var _withScopeId$4 = function _withScopeId(n) {
|
|
9731
|
-
return pushScopeId("data-v-
|
|
9731
|
+
return pushScopeId("data-v-b2774452"), n = n(), popScopeId(), n;
|
|
9732
9732
|
};
|
|
9733
9733
|
var _hoisted_1$p = {
|
|
9734
9734
|
"class": "flex flex-col"
|
|
@@ -9769,11 +9769,11 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9769
9769
|
var _component_ChevronLeftSvg = resolveComponent("ChevronLeftSvg");
|
|
9770
9770
|
var _component_FwButton = resolveComponent("FwButton");
|
|
9771
9771
|
var _component_ChevronRightSvg = resolveComponent("ChevronRightSvg");
|
|
9772
|
-
return openBlock(), createElementBlock("div", _hoisted_1$p, [createElementVNode("table", {
|
|
9773
|
-
"class":
|
|
9772
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [createElementVNode("table", mergeProps(_ctx.$attrs, {
|
|
9773
|
+
"class": ["fw-table table-auto table-responsive rounded-md shadow-card flex-1", _ctx.loading ? 'cursor-wait' : ''],
|
|
9774
9774
|
"aria-live": "polite",
|
|
9775
9775
|
"aria-busy": _ctx.loading
|
|
9776
|
-
}, [createElementVNode("thead", _hoisted_3$j, [createElementVNode("tr", null, [_ctx.$slots.preHead ? renderSlot(_ctx.$slots, "preHead", {
|
|
9776
|
+
}), [createElementVNode("thead", _hoisted_3$j, [createElementVNode("tr", null, [_ctx.$slots.preHead ? renderSlot(_ctx.$slots, "preHead", {
|
|
9777
9777
|
key: 0
|
|
9778
9778
|
}) : createCommentVNode("", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, thKey) {
|
|
9779
9779
|
return openBlock(), createElementBlock(Fragment, {
|
|
@@ -9844,7 +9844,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9844
9844
|
key: 1,
|
|
9845
9845
|
row: row
|
|
9846
9846
|
}) : createCommentVNode("", true)], 42, _hoisted_10$1);
|
|
9847
|
-
}), 128))])],
|
|
9847
|
+
}), 128))])], 16, _hoisted_2$n), _ctx.enablePagination ? (openBlock(), createElementBlock("div", _hoisted_12$1, [createVNode(_component_FwButton, {
|
|
9848
9848
|
variant: 'tertiary',
|
|
9849
9849
|
disabled: _ctx.currentPage === 1,
|
|
9850
9850
|
size: "sm",
|
|
@@ -9878,12 +9878,12 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9878
9878
|
}, 8, ["disabled"])])) : createCommentVNode("", true)]);
|
|
9879
9879
|
}
|
|
9880
9880
|
|
|
9881
|
-
var css_248z$a = ".fw-table-head--sortable[data-v-
|
|
9882
|
-
var stylesheet$a = ".fw-table-head--sortable[data-v-
|
|
9881
|
+
var css_248z$a = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
9882
|
+
var stylesheet$a = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
9883
9883
|
styleInject(css_248z$a);
|
|
9884
9884
|
|
|
9885
9885
|
__default__$6.render = render$f;
|
|
9886
|
-
__default__$6.__scopeId = "data-v-
|
|
9886
|
+
__default__$6.__scopeId = "data-v-b2774452";
|
|
9887
9887
|
|
|
9888
9888
|
var script$9 = defineComponent({
|
|
9889
9889
|
name: 'FwTableHead'
|
package/package.json
CHANGED
package/web-components/index.js
CHANGED
|
@@ -21280,7 +21280,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
21280
21280
|
var __injectCSSVars__$5 = function __injectCSSVars__() {
|
|
21281
21281
|
useCssVars(function (_ctx) {
|
|
21282
21282
|
return {
|
|
21283
|
-
"
|
|
21283
|
+
"73ca01a2": _ctx.bgHoverColor
|
|
21284
21284
|
};
|
|
21285
21285
|
});
|
|
21286
21286
|
};
|
|
@@ -21291,7 +21291,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
21291
21291
|
} : __injectCSSVars__$5;
|
|
21292
21292
|
|
|
21293
21293
|
var _withScopeId$4 = function _withScopeId(n) {
|
|
21294
|
-
return pushScopeId("data-v-
|
|
21294
|
+
return pushScopeId("data-v-b2774452"), n = n(), popScopeId(), n;
|
|
21295
21295
|
};
|
|
21296
21296
|
var _hoisted_1$p = {
|
|
21297
21297
|
"class": "flex flex-col"
|
|
@@ -21332,11 +21332,11 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
21332
21332
|
var _component_ChevronLeftSvg = resolveComponent("ChevronLeftSvg");
|
|
21333
21333
|
var _component_FwButton = resolveComponent("FwButton");
|
|
21334
21334
|
var _component_ChevronRightSvg = resolveComponent("ChevronRightSvg");
|
|
21335
|
-
return openBlock(), createElementBlock("div", _hoisted_1$p, [createBaseVNode("table", {
|
|
21336
|
-
"class":
|
|
21335
|
+
return openBlock(), createElementBlock("div", _hoisted_1$p, [createBaseVNode("table", mergeProps(_ctx.$attrs, {
|
|
21336
|
+
"class": ["fw-table table-auto table-responsive rounded-md shadow-card flex-1", _ctx.loading ? 'cursor-wait' : ''],
|
|
21337
21337
|
"aria-live": "polite",
|
|
21338
21338
|
"aria-busy": _ctx.loading
|
|
21339
|
-
}, [createBaseVNode("thead", _hoisted_3$j, [createBaseVNode("tr", null, [_ctx.$slots.preHead ? renderSlot(_ctx.$slots, "preHead", {
|
|
21339
|
+
}), [createBaseVNode("thead", _hoisted_3$j, [createBaseVNode("tr", null, [_ctx.$slots.preHead ? renderSlot(_ctx.$slots, "preHead", {
|
|
21340
21340
|
key: 0
|
|
21341
21341
|
}) : createCommentVNode("", true), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, thKey) {
|
|
21342
21342
|
return openBlock(), createElementBlock(Fragment, {
|
|
@@ -21407,7 +21407,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
21407
21407
|
key: 1,
|
|
21408
21408
|
row: row
|
|
21409
21409
|
}) : createCommentVNode("", true)], 42, _hoisted_10$1);
|
|
21410
|
-
}), 128))])],
|
|
21410
|
+
}), 128))])], 16, _hoisted_2$n), _ctx.enablePagination ? (openBlock(), createElementBlock("div", _hoisted_12$1, [createVNode(_component_FwButton, {
|
|
21411
21411
|
variant: 'tertiary',
|
|
21412
21412
|
disabled: _ctx.currentPage === 1,
|
|
21413
21413
|
size: "sm",
|
|
@@ -21441,12 +21441,12 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
21441
21441
|
}, 8, ["disabled"])])) : createCommentVNode("", true)]);
|
|
21442
21442
|
}
|
|
21443
21443
|
|
|
21444
|
-
var css_248z$a = ".fw-table-head--sortable[data-v-
|
|
21445
|
-
var stylesheet$a = ".fw-table-head--sortable[data-v-
|
|
21444
|
+
var css_248z$a = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
21445
|
+
var stylesheet$a = ".fw-table-head--sortable[data-v-b2774452]:hover{background-color:var(--73ca01a2)}.fw-table-row[data-v-b2774452]:hover{background-color:var(--73ca01a2)}";
|
|
21446
21446
|
styleInject(css_248z$a);
|
|
21447
21447
|
|
|
21448
21448
|
__default__$6.render = render$f;
|
|
21449
|
-
__default__$6.__scopeId = "data-v-
|
|
21449
|
+
__default__$6.__scopeId = "data-v-b2774452";
|
|
21450
21450
|
|
|
21451
21451
|
var script$9 = defineComponent({
|
|
21452
21452
|
name: 'FwTableHead'
|