@frollo/frollo-web-ui 1.2.4 → 1.2.6
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 +100 -67
- package/esm/fw-image.js +46 -20
- package/esm/{fw-loading-bar-525e9129.js → fw-loading-bar-da7d53fb.js} +1 -1
- package/esm/fw-loading.js +2 -2
- package/esm/fw-navigation-menu.js +26 -19
- package/esm/fw-table.js +1 -1
- package/esm/index.js +5 -5
- package/frollo-web-ui.esm.js +100 -67
- package/index.d.ts +62 -1
- package/package.json +1 -1
- package/types/components/fw-image/fw-image.vue.d.ts +42 -0
- package/types/components/fw-image/index.types.d.ts +3 -0
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +17 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition
|
|
1
|
+
import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
|
|
2
2
|
import { s as script$1 } from './fw-button-d5d2cf19.js';
|
|
3
3
|
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
4
4
|
import './es.array.includes-9a6e4066.js';
|
|
@@ -28,6 +28,14 @@ var script = defineComponent({
|
|
|
28
28
|
*/
|
|
29
29
|
actionLabel: {
|
|
30
30
|
type: String
|
|
31
|
+
},
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* The class for the container wrapper.
|
|
35
|
+
*/
|
|
36
|
+
containerClass: {
|
|
37
|
+
type: String,
|
|
38
|
+
"default": 'max-w-6xl'
|
|
31
39
|
}
|
|
32
40
|
},
|
|
33
41
|
setup: function setup(_props, ctx) {
|
|
@@ -56,32 +64,29 @@ var _hoisted_1 = {
|
|
|
56
64
|
"class": "fw-nav-menu relative z-50 h-20 shadow-md"
|
|
57
65
|
};
|
|
58
66
|
var _hoisted_2 = {
|
|
59
|
-
"class": "px-6 flex-1 h-full flex bg-white items-stretch justify-between max-w-6xl mx-auto"
|
|
60
|
-
};
|
|
61
|
-
var _hoisted_3 = {
|
|
62
67
|
key: 0,
|
|
63
68
|
"class": "flex-shrink-0 flex items-center"
|
|
64
69
|
};
|
|
65
|
-
var
|
|
70
|
+
var _hoisted_3 = {
|
|
66
71
|
key: 1,
|
|
67
72
|
"class": "container hidden sm:flex items-center justify-start sm:ml-6"
|
|
68
73
|
};
|
|
69
|
-
var
|
|
74
|
+
var _hoisted_4 = {
|
|
70
75
|
"class": "flex space-x-2"
|
|
71
76
|
};
|
|
72
|
-
var
|
|
77
|
+
var _hoisted_5 = {
|
|
73
78
|
key: 2,
|
|
74
79
|
"class": "hidden sm:flex items-center justify-start sm:ml-6"
|
|
75
80
|
};
|
|
76
|
-
var
|
|
81
|
+
var _hoisted_6 = {
|
|
77
82
|
"class": "flex items-center sm:hidden"
|
|
78
83
|
};
|
|
79
84
|
|
|
80
|
-
var
|
|
85
|
+
var _hoisted_7 = /*#__PURE__*/createElementVNode("span", {
|
|
81
86
|
"class": "sr-only"
|
|
82
87
|
}, "Open main menu", -1);
|
|
83
88
|
|
|
84
|
-
var
|
|
89
|
+
var _hoisted_8 = {
|
|
85
90
|
"class": "block h-6 w-6",
|
|
86
91
|
xmlns: "http://www.w3.org/2000/svg",
|
|
87
92
|
fill: "none",
|
|
@@ -89,8 +94,8 @@ var _hoisted_9 = {
|
|
|
89
94
|
stroke: "currentColor",
|
|
90
95
|
"aria-hidden": "true"
|
|
91
96
|
};
|
|
92
|
-
var
|
|
93
|
-
var
|
|
97
|
+
var _hoisted_9 = ["d"];
|
|
98
|
+
var _hoisted_10 = {
|
|
94
99
|
"class": "w-full flex flex-col space-y-1"
|
|
95
100
|
};
|
|
96
101
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -98,7 +103,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
98
103
|
|
|
99
104
|
var _component_FwButton = resolveComponent("FwButton");
|
|
100
105
|
|
|
101
|
-
return openBlock(), createElementBlock("nav", _hoisted_1, [createElementVNode("div",
|
|
106
|
+
return openBlock(), createElementBlock("nav", _hoisted_1, [createElementVNode("div", {
|
|
107
|
+
"class": normalizeClass(["px-6 flex-1 h-full flex bg-white items-stretch justify-between mx-auto", _ctx.containerClass])
|
|
108
|
+
}, [_ctx.$slots.logo ? (openBlock(), createElementBlock("div", _hoisted_2, [renderSlot(_ctx.$slots, "logo")])) : createCommentVNode("", true), _ctx.menuItems && ((_ctx$menuItems = _ctx.menuItems) === null || _ctx$menuItems === void 0 ? void 0 : _ctx$menuItems.length) > 0 ? (openBlock(), createElementBlock("div", _hoisted_3, [createElementVNode("div", _hoisted_4, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
102
109
|
return openBlock(), createBlock(_component_FwButton, {
|
|
103
110
|
key: i,
|
|
104
111
|
variant: "text",
|
|
@@ -112,7 +119,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
112
119
|
}),
|
|
113
120
|
_: 2
|
|
114
121
|
}, 1032, ["href", "to"]);
|
|
115
|
-
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div",
|
|
122
|
+
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5, [createVNode(_component_FwButton, {
|
|
116
123
|
onClick: _ctx.actionClicked,
|
|
117
124
|
size: "md",
|
|
118
125
|
"aria-label": _ctx.actionLabel
|
|
@@ -121,28 +128,28 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
121
128
|
return [createTextVNode(toDisplayString(_ctx.actionLabel), 1)];
|
|
122
129
|
}),
|
|
123
130
|
_: 1
|
|
124
|
-
}, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div",
|
|
131
|
+
}, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div", _hoisted_6, [createVNode(_component_FwButton, {
|
|
125
132
|
variant: "text",
|
|
126
133
|
size: "sm",
|
|
127
134
|
onClick: _ctx.toggleMobileMenu
|
|
128
135
|
}, {
|
|
129
136
|
"default": withCtx(function () {
|
|
130
|
-
return [
|
|
137
|
+
return [_hoisted_7, (openBlock(), createElementBlock("svg", _hoisted_8, [createElementVNode("path", {
|
|
131
138
|
"stroke-linecap": "round",
|
|
132
139
|
"stroke-linejoin": "round",
|
|
133
140
|
"stroke-width": "2",
|
|
134
141
|
d: _ctx.isMobileMenuOpen ? 'M6 18L18 6M6 6l12 12' : 'M4 6h16M4 12h16M4 18h16'
|
|
135
|
-
}, null, 8,
|
|
142
|
+
}, null, 8, _hoisted_9)]))];
|
|
136
143
|
}),
|
|
137
144
|
_: 1
|
|
138
|
-
}, 8, ["onClick"])])]), createVNode(Transition, {
|
|
145
|
+
}, 8, ["onClick"])])], 2), createVNode(Transition, {
|
|
139
146
|
name: "slideInLeft"
|
|
140
147
|
}, {
|
|
141
148
|
"default": withCtx(function () {
|
|
142
149
|
return [_ctx.menuItems && _ctx.menuItems.length > 0 && _ctx.isMobileMenuOpen ? (openBlock(), createElementBlock("div", {
|
|
143
150
|
key: 0,
|
|
144
151
|
"class": normalizeClass(["fw-nav-menu--mobile", _ctx.mobileMenuClass])
|
|
145
|
-
}, [createElementVNode("div",
|
|
152
|
+
}, [createElementVNode("div", _hoisted_10, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
146
153
|
return openBlock(), createBlock(_component_FwButton, {
|
|
147
154
|
key: i,
|
|
148
155
|
"class": "w-full rounded-md",
|
package/esm/fw-table.js
CHANGED
|
@@ -5,7 +5,7 @@ import { t as toString$1 } from './to-string-c2bd1f4d.js';
|
|
|
5
5
|
import { c as createProperty$1, a as arrayMethodIsStrict$1 } from './create-property-da6d232b.js';
|
|
6
6
|
import { b as render$3 } from './index-b3aa1664.js';
|
|
7
7
|
import { defineComponent, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, withKeys, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
8
|
-
import { s as script$3 } from './fw-loading-bar-
|
|
8
|
+
import { s as script$3 } from './fw-loading-bar-da7d53fb.js';
|
|
9
9
|
import './classof-088c9833.js';
|
|
10
10
|
import './check-94a5917a.js';
|
|
11
11
|
import './style-inject.es-1f59c1d0.js';
|
package/esm/index.js
CHANGED
|
@@ -36,16 +36,16 @@ import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
|
36
36
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
37
37
|
import { s as script$4 } from './fw-button-d5d2cf19.js';
|
|
38
38
|
export { s as FwButton } from './fw-button-d5d2cf19.js';
|
|
39
|
-
import { s as script$g } from './fw-loading-bar-
|
|
40
|
-
export { s as FwLoadingBar } from './fw-loading-bar-
|
|
39
|
+
import { s as script$g } from './fw-loading-bar-da7d53fb.js';
|
|
40
|
+
export { s as FwLoadingBar } from './fw-loading-bar-da7d53fb.js';
|
|
41
41
|
import { createApp } from 'vue';
|
|
42
42
|
import './es.array.includes-9a6e4066.js';
|
|
43
43
|
import './add-to-unscopables-a5032b1d.js';
|
|
44
|
-
import './
|
|
44
|
+
import './es.number.constructor-b7faae1f.js';
|
|
45
|
+
import './to-string-c2bd1f4d.js';
|
|
45
46
|
import './classof-088c9833.js';
|
|
47
|
+
import './array-iteration-4f83e223.js';
|
|
46
48
|
import './create-property-da6d232b.js';
|
|
47
|
-
import './to-string-c2bd1f4d.js';
|
|
48
|
-
import './es.number.constructor-b7faae1f.js';
|
|
49
49
|
import './index-b3aa1664.js';
|
|
50
50
|
import './check-94a5917a.js';
|
|
51
51
|
import './style-inject.es-1f59c1d0.js';
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -4974,8 +4974,8 @@ var _hoisted_2$F = {
|
|
|
4974
4974
|
var _hoisted_3$D = {
|
|
4975
4975
|
"class": "flex flex-row justify-between"
|
|
4976
4976
|
};
|
|
4977
|
-
var _hoisted_4$
|
|
4978
|
-
var _hoisted_5$
|
|
4977
|
+
var _hoisted_4$c = ["for"];
|
|
4978
|
+
var _hoisted_5$7 = {
|
|
4979
4979
|
key: 1
|
|
4980
4980
|
};
|
|
4981
4981
|
var _hoisted_6$5 = {
|
|
@@ -4999,7 +4999,7 @@ var _hoisted_9$4 = /*#__PURE__*/createElementVNode("svg", {
|
|
|
4999
4999
|
})], -1);
|
|
5000
5000
|
|
|
5001
5001
|
var _hoisted_10$4 = [_hoisted_9$4];
|
|
5002
|
-
var _hoisted_11$
|
|
5002
|
+
var _hoisted_11$1 = {
|
|
5003
5003
|
key: 1,
|
|
5004
5004
|
"class": "flex text-black absolute w-10 h-full inset-y-0 right-0 items-center pr-3"
|
|
5005
5005
|
};
|
|
@@ -5033,7 +5033,7 @@ function render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5033
5033
|
key: 0,
|
|
5034
5034
|
"for": _ctx.name,
|
|
5035
5035
|
"class": "block mb-2 font-medium"
|
|
5036
|
-
}, toDisplayString(_ctx.label), 9, _hoisted_4$
|
|
5036
|
+
}, toDisplayString(_ctx.label), 9, _hoisted_4$c)) : createCommentVNode("", true), _ctx.$slots.action ? (openBlock(), createElementBlock("div", _hoisted_5$7, [renderSlot(_ctx.$slots, "action")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_6$5, [_ctx.$slots.prefix ? (openBlock(), createElementBlock("div", _hoisted_7$5, [renderSlot(_ctx.$slots, "prefix")])) : createCommentVNode("", true), createElementVNode("input", mergeProps(field, {
|
|
5037
5037
|
placeholder: _ctx.placeholder,
|
|
5038
5038
|
type: _ctx.type,
|
|
5039
5039
|
readonly: _ctx.readonly,
|
|
@@ -5054,7 +5054,7 @@ function render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5054
5054
|
}, _hoisted_10$4, 2)) : createCommentVNode("", true)];
|
|
5055
5055
|
}),
|
|
5056
5056
|
_: 2
|
|
5057
|
-
}, 1024), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_11$
|
|
5057
|
+
}, 1024), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_11$1, [renderSlot(_ctx.$slots, "suffix")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_12, [createVNode(Transition, {
|
|
5058
5058
|
name: "fwFadeIn",
|
|
5059
5059
|
mode: "out-in"
|
|
5060
5060
|
}, {
|
|
@@ -5149,8 +5149,8 @@ var _hoisted_2$E = {
|
|
|
5149
5149
|
"class": "flex flex-col"
|
|
5150
5150
|
};
|
|
5151
5151
|
var _hoisted_3$C = ["for"];
|
|
5152
|
-
var _hoisted_4$
|
|
5153
|
-
var _hoisted_5$
|
|
5152
|
+
var _hoisted_4$b = ["value", "name"];
|
|
5153
|
+
var _hoisted_5$6 = ["innerHTML"];
|
|
5154
5154
|
var _hoisted_6$4 = {
|
|
5155
5155
|
"class": "italic text-sm font-medium min-h-[21px]"
|
|
5156
5156
|
};
|
|
@@ -5183,11 +5183,11 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5183
5183
|
name: _ctx.name,
|
|
5184
5184
|
type: "checkbox",
|
|
5185
5185
|
"class": "text-link w-6 h-6 cursor-pointer bg-white border-grey-light border rounded"
|
|
5186
|
-
}), null, 16, _hoisted_4$
|
|
5186
|
+
}), null, 16, _hoisted_4$b), _ctx.label ? (openBlock(), createElementBlock("span", {
|
|
5187
5187
|
key: 0,
|
|
5188
5188
|
"class": "ml-2",
|
|
5189
5189
|
innerHTML: _ctx.label
|
|
5190
|
-
}, null, 8, _hoisted_5$
|
|
5190
|
+
}, null, 8, _hoisted_5$6)) : createCommentVNode("", true)], 8, _hoisted_3$C), createElementVNode("div", _hoisted_6$4, [createVNode(Transition, {
|
|
5191
5191
|
name: "fwFadeIn",
|
|
5192
5192
|
mode: "out-in"
|
|
5193
5193
|
}, {
|
|
@@ -5295,13 +5295,13 @@ const _hoisted_1$D = {
|
|
|
5295
5295
|
};
|
|
5296
5296
|
const _hoisted_2$z = /*#__PURE__*/createElementVNode("path", { d: "M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z" }, null, -1);
|
|
5297
5297
|
const _hoisted_3$x = /*#__PURE__*/createElementVNode("path", { d: "M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" }, null, -1);
|
|
5298
|
-
const _hoisted_4$
|
|
5298
|
+
const _hoisted_4$a = [
|
|
5299
5299
|
_hoisted_2$z,
|
|
5300
5300
|
_hoisted_3$x
|
|
5301
5301
|
];
|
|
5302
5302
|
|
|
5303
5303
|
function render$E(_ctx, _cache) {
|
|
5304
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_4$
|
|
5304
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$D, _hoisted_4$a))
|
|
5305
5305
|
}
|
|
5306
5306
|
|
|
5307
5307
|
const _hoisted_1$C = {
|
|
@@ -5339,13 +5339,13 @@ const _hoisted_1$A = {
|
|
|
5339
5339
|
};
|
|
5340
5340
|
const _hoisted_2$w = /*#__PURE__*/createElementVNode("path", { d: "M609.608 315.426a19.767 19.767 0 000-18.853c-58.464-107.643-172.5-180.72-303.607-180.72S60.857 188.931 2.393 296.573a19.767 19.767 0 000 18.853C60.858 423.069 174.892 496.147 306 496.147s245.143-73.078 303.608-180.721zM306 451.855c-80.554 0-145.855-65.302-145.855-145.855S225.446 160.144 306 160.144 451.856 225.446 451.856 306 386.554 451.855 306 451.855z" }, null, -1);
|
|
5341
5341
|
const _hoisted_3$u = /*#__PURE__*/createElementVNode("path", { d: "M306 231.67c-6.136 0-12.095.749-17.798 2.15 5.841 6.76 9.383 15.563 9.383 25.198 0 21.3-17.267 38.568-38.568 38.568-9.635 0-18.438-3.541-25.198-9.383a74.513 74.513 0 00-2.15 17.798c0 41.052 33.279 74.33 74.33 74.33s74.33-33.279 74.33-74.33S347.052 231.67 306 231.67z" }, null, -1);
|
|
5342
|
-
const _hoisted_4$
|
|
5342
|
+
const _hoisted_4$9 = [
|
|
5343
5343
|
_hoisted_2$w,
|
|
5344
5344
|
_hoisted_3$u
|
|
5345
5345
|
];
|
|
5346
5346
|
|
|
5347
5347
|
function render$B(_ctx, _cache) {
|
|
5348
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_4$
|
|
5348
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$A, _hoisted_4$9))
|
|
5349
5349
|
}
|
|
5350
5350
|
|
|
5351
5351
|
const _hoisted_1$z = {
|
|
@@ -5369,13 +5369,13 @@ const _hoisted_1$y = {
|
|
|
5369
5369
|
};
|
|
5370
5370
|
const _hoisted_2$u = /*#__PURE__*/createElementVNode("path", { d: "M16 13h-4.172l-1.414 1.414A1.99 1.99 0 019 15a1.986 1.986 0 01-1.414-.586L6.172 13H2a1 1 0 00-1 1v3a1 1 0 001 1h14a1 1 0 001-1v-3c0-.553-.447-1-1-1zm-1.5 3.25a.752.752 0 01-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75-.338.75-.75.75z" }, null, -1);
|
|
5371
5371
|
const _hoisted_3$s = /*#__PURE__*/createElementVNode("path", { d: "M4.293 8.706a1 1 0 011.414-1.414l2.292 2.296V2a1 1 0 012 0v7.588l2.293-2.294a1 1 0 111.414 1.414l-4 4A.997.997 0 019 13a.995.995 0 01-.707-.293l-4-4z" }, null, -1);
|
|
5372
|
-
const _hoisted_4$
|
|
5372
|
+
const _hoisted_4$8 = [
|
|
5373
5373
|
_hoisted_2$u,
|
|
5374
5374
|
_hoisted_3$s
|
|
5375
5375
|
];
|
|
5376
5376
|
|
|
5377
5377
|
function render$z(_ctx, _cache) {
|
|
5378
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_4$
|
|
5378
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$y, _hoisted_4$8))
|
|
5379
5379
|
}
|
|
5380
5380
|
|
|
5381
5381
|
const _hoisted_1$x = {
|
|
@@ -5749,10 +5749,10 @@ var _hoisted_2$d = {
|
|
|
5749
5749
|
"class": "block mb-2 font-medium text-left"
|
|
5750
5750
|
};
|
|
5751
5751
|
var _hoisted_3$b = ["id", "aria-expanded"];
|
|
5752
|
-
var _hoisted_4$
|
|
5752
|
+
var _hoisted_4$7 = {
|
|
5753
5753
|
key: 0
|
|
5754
5754
|
};
|
|
5755
|
-
var _hoisted_5$
|
|
5755
|
+
var _hoisted_5$5 = {
|
|
5756
5756
|
key: 1,
|
|
5757
5757
|
"class": "text-grey-base"
|
|
5758
5758
|
};
|
|
@@ -5782,7 +5782,7 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5782
5782
|
id: "".concat(_ctx.name, "-fw-dropdown--button"),
|
|
5783
5783
|
"aria-expanded": _ctx.isOpen,
|
|
5784
5784
|
"aria-haspopup": "true"
|
|
5785
|
-
}, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$
|
|
5785
|
+
}, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$7, toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$5, toDisplayString(_ctx.placeholder), 1)), createVNode(_component_ChevronDownSvg, {
|
|
5786
5786
|
"class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
|
|
5787
5787
|
}, null, 8, ["class"])], 10, _hoisted_3$b), createVNode(Transition, {
|
|
5788
5788
|
name: "slideUpDown"
|
|
@@ -6164,6 +6164,14 @@ var script$d = defineComponent({
|
|
|
6164
6164
|
*/
|
|
6165
6165
|
actionLabel: {
|
|
6166
6166
|
type: String
|
|
6167
|
+
},
|
|
6168
|
+
|
|
6169
|
+
/**
|
|
6170
|
+
* The class for the container wrapper.
|
|
6171
|
+
*/
|
|
6172
|
+
containerClass: {
|
|
6173
|
+
type: String,
|
|
6174
|
+
"default": 'max-w-6xl'
|
|
6167
6175
|
}
|
|
6168
6176
|
},
|
|
6169
6177
|
setup: function setup(_props, ctx) {
|
|
@@ -6192,32 +6200,29 @@ var _hoisted_1$e = {
|
|
|
6192
6200
|
"class": "fw-nav-menu relative z-50 h-20 shadow-md"
|
|
6193
6201
|
};
|
|
6194
6202
|
var _hoisted_2$b = {
|
|
6195
|
-
"class": "px-6 flex-1 h-full flex bg-white items-stretch justify-between max-w-6xl mx-auto"
|
|
6196
|
-
};
|
|
6197
|
-
var _hoisted_3$9 = {
|
|
6198
6203
|
key: 0,
|
|
6199
6204
|
"class": "flex-shrink-0 flex items-center"
|
|
6200
6205
|
};
|
|
6201
|
-
var
|
|
6206
|
+
var _hoisted_3$9 = {
|
|
6202
6207
|
key: 1,
|
|
6203
6208
|
"class": "container hidden sm:flex items-center justify-start sm:ml-6"
|
|
6204
6209
|
};
|
|
6205
|
-
var
|
|
6210
|
+
var _hoisted_4$6 = {
|
|
6206
6211
|
"class": "flex space-x-2"
|
|
6207
6212
|
};
|
|
6208
|
-
var
|
|
6213
|
+
var _hoisted_5$4 = {
|
|
6209
6214
|
key: 2,
|
|
6210
6215
|
"class": "hidden sm:flex items-center justify-start sm:ml-6"
|
|
6211
6216
|
};
|
|
6212
|
-
var
|
|
6217
|
+
var _hoisted_6$2 = {
|
|
6213
6218
|
"class": "flex items-center sm:hidden"
|
|
6214
6219
|
};
|
|
6215
6220
|
|
|
6216
|
-
var
|
|
6221
|
+
var _hoisted_7$2 = /*#__PURE__*/createElementVNode("span", {
|
|
6217
6222
|
"class": "sr-only"
|
|
6218
6223
|
}, "Open main menu", -1);
|
|
6219
6224
|
|
|
6220
|
-
var
|
|
6225
|
+
var _hoisted_8$2 = {
|
|
6221
6226
|
"class": "block h-6 w-6",
|
|
6222
6227
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6223
6228
|
fill: "none",
|
|
@@ -6225,8 +6230,8 @@ var _hoisted_9$2 = {
|
|
|
6225
6230
|
stroke: "currentColor",
|
|
6226
6231
|
"aria-hidden": "true"
|
|
6227
6232
|
};
|
|
6228
|
-
var
|
|
6229
|
-
var
|
|
6233
|
+
var _hoisted_9$2 = ["d"];
|
|
6234
|
+
var _hoisted_10$2 = {
|
|
6230
6235
|
"class": "w-full flex flex-col space-y-1"
|
|
6231
6236
|
};
|
|
6232
6237
|
function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -6234,7 +6239,9 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6234
6239
|
|
|
6235
6240
|
var _component_FwButton = resolveComponent("FwButton");
|
|
6236
6241
|
|
|
6237
|
-
return openBlock(), createElementBlock("nav", _hoisted_1$e, [createElementVNode("div",
|
|
6242
|
+
return openBlock(), createElementBlock("nav", _hoisted_1$e, [createElementVNode("div", {
|
|
6243
|
+
"class": normalizeClass(["px-6 flex-1 h-full flex bg-white items-stretch justify-between mx-auto", _ctx.containerClass])
|
|
6244
|
+
}, [_ctx.$slots.logo ? (openBlock(), createElementBlock("div", _hoisted_2$b, [renderSlot(_ctx.$slots, "logo")])) : createCommentVNode("", true), _ctx.menuItems && ((_ctx$menuItems = _ctx.menuItems) === null || _ctx$menuItems === void 0 ? void 0 : _ctx$menuItems.length) > 0 ? (openBlock(), createElementBlock("div", _hoisted_3$9, [createElementVNode("div", _hoisted_4$6, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
6238
6245
|
return openBlock(), createBlock(_component_FwButton, {
|
|
6239
6246
|
key: i,
|
|
6240
6247
|
variant: "text",
|
|
@@ -6248,7 +6255,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6248
6255
|
}),
|
|
6249
6256
|
_: 2
|
|
6250
6257
|
}, 1032, ["href", "to"]);
|
|
6251
|
-
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div",
|
|
6258
|
+
}), 128))])])) : createCommentVNode("", true), _ctx.actionLabel ? (openBlock(), createElementBlock("div", _hoisted_5$4, [createVNode(_component_FwButton, {
|
|
6252
6259
|
onClick: _ctx.actionClicked,
|
|
6253
6260
|
size: "md",
|
|
6254
6261
|
"aria-label": _ctx.actionLabel
|
|
@@ -6257,28 +6264,28 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6257
6264
|
return [createTextVNode(toDisplayString(_ctx.actionLabel), 1)];
|
|
6258
6265
|
}),
|
|
6259
6266
|
_: 1
|
|
6260
|
-
}, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div",
|
|
6267
|
+
}, 8, ["onClick", "aria-label"])])) : createCommentVNode("", true), createElementVNode("div", _hoisted_6$2, [createVNode(_component_FwButton, {
|
|
6261
6268
|
variant: "text",
|
|
6262
6269
|
size: "sm",
|
|
6263
6270
|
onClick: _ctx.toggleMobileMenu
|
|
6264
6271
|
}, {
|
|
6265
6272
|
"default": withCtx(function () {
|
|
6266
|
-
return [
|
|
6273
|
+
return [_hoisted_7$2, (openBlock(), createElementBlock("svg", _hoisted_8$2, [createElementVNode("path", {
|
|
6267
6274
|
"stroke-linecap": "round",
|
|
6268
6275
|
"stroke-linejoin": "round",
|
|
6269
6276
|
"stroke-width": "2",
|
|
6270
6277
|
d: _ctx.isMobileMenuOpen ? 'M6 18L18 6M6 6l12 12' : 'M4 6h16M4 12h16M4 18h16'
|
|
6271
|
-
}, null, 8,
|
|
6278
|
+
}, null, 8, _hoisted_9$2)]))];
|
|
6272
6279
|
}),
|
|
6273
6280
|
_: 1
|
|
6274
|
-
}, 8, ["onClick"])])]), createVNode(Transition, {
|
|
6281
|
+
}, 8, ["onClick"])])], 2), createVNode(Transition, {
|
|
6275
6282
|
name: "slideInLeft"
|
|
6276
6283
|
}, {
|
|
6277
6284
|
"default": withCtx(function () {
|
|
6278
6285
|
return [_ctx.menuItems && _ctx.menuItems.length > 0 && _ctx.isMobileMenuOpen ? (openBlock(), createElementBlock("div", {
|
|
6279
6286
|
key: 0,
|
|
6280
6287
|
"class": normalizeClass(["fw-nav-menu--mobile", _ctx.mobileMenuClass])
|
|
6281
|
-
}, [createElementVNode("div",
|
|
6288
|
+
}, [createElementVNode("div", _hoisted_10$2, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
6282
6289
|
return openBlock(), createBlock(_component_FwButton, {
|
|
6283
6290
|
key: i,
|
|
6284
6291
|
"class": "w-full rounded-md",
|
|
@@ -7034,8 +7041,8 @@ var _hoisted_2$9 = {
|
|
|
7034
7041
|
var _hoisted_3$7 = {
|
|
7035
7042
|
"class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
|
|
7036
7043
|
};
|
|
7037
|
-
var _hoisted_4$
|
|
7038
|
-
var _hoisted_5$
|
|
7044
|
+
var _hoisted_4$5 = ["role", "aria-labelledby", "aria-describedby"];
|
|
7045
|
+
var _hoisted_5$3 = {
|
|
7039
7046
|
key: 0,
|
|
7040
7047
|
"class": "fw-modal--header text-center"
|
|
7041
7048
|
};
|
|
@@ -7066,7 +7073,7 @@ function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7066
7073
|
"class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
|
|
7067
7074
|
"aria-labelledby": _ctx.$slots.header || _ctx.header ? "modal_".concat(_ctx.uuid, "_header") : undefined,
|
|
7068
7075
|
"aria-describedby": _ctx.$slots.body ? "modal_".concat(_ctx.uuid, "_body") : undefined
|
|
7069
|
-
}, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$
|
|
7076
|
+
}, [_ctx.$slots.icon || _ctx.$slots.header || _ctx.header ? (openBlock(), createElementBlock("div", _hoisted_5$3, [_ctx.$slots.icon ? (openBlock(), createElementBlock("div", _hoisted_6$1, [renderSlot(_ctx.$slots, "icon")])) : createCommentVNode("", true), _ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
7070
7077
|
key: 1,
|
|
7071
7078
|
id: "modal_".concat(_ctx.uuid, "_header")
|
|
7072
7079
|
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_7$1)) : _ctx.header ? (openBlock(), createElementBlock("h2", {
|
|
@@ -7108,7 +7115,7 @@ function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7108
7115
|
return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
|
|
7109
7116
|
}),
|
|
7110
7117
|
_: 1
|
|
7111
|
-
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$
|
|
7118
|
+
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$5)])])])];
|
|
7112
7119
|
}),
|
|
7113
7120
|
_: 3
|
|
7114
7121
|
});
|
|
@@ -7181,11 +7188,11 @@ var _hoisted_3$6 = {
|
|
|
7181
7188
|
key: 1,
|
|
7182
7189
|
"class": "text-base font-semibold text-center w-full"
|
|
7183
7190
|
};
|
|
7184
|
-
var _hoisted_4$
|
|
7191
|
+
var _hoisted_4$4 = {
|
|
7185
7192
|
key: 0,
|
|
7186
7193
|
"class": "w-full flex items-start mt-[13px] mx-[-15px]"
|
|
7187
7194
|
};
|
|
7188
|
-
var _hoisted_5$
|
|
7195
|
+
var _hoisted_5$2 = {
|
|
7189
7196
|
"class": "w-full bg-grey-40 rounded flex-1"
|
|
7190
7197
|
};
|
|
7191
7198
|
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -7207,7 +7214,7 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7207
7214
|
'font-bold': step.position === _ctx.activeStep,
|
|
7208
7215
|
'text-body': step.position > _ctx.activeStep
|
|
7209
7216
|
}])
|
|
7210
|
-
}, toDisplayString(step.label), 3)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_4$
|
|
7217
|
+
}, toDisplayString(step.label), 3)], 2), step.position !== _ctx.steps.length ? (openBlock(), createElementBlock("div", _hoisted_4$4, [createElementVNode("div", _hoisted_5$2, [createElementVNode("div", {
|
|
7211
7218
|
"class": "bg-primary text-xs leading-none py-0.5 text-center rounded transition-all",
|
|
7212
7219
|
style: normalizeStyle(step.position < _ctx.activeStep ? 'width:100%;' : _ctx.calculatedProgressBar(step))
|
|
7213
7220
|
}, null, 4)])])) : createCommentVNode("", true)], 2);
|
|
@@ -7525,7 +7532,7 @@ var script$7 = defineComponent({
|
|
|
7525
7532
|
});
|
|
7526
7533
|
|
|
7527
7534
|
var _hoisted_1$9 = {
|
|
7528
|
-
"class": "fw-loading-bar rounded
|
|
7535
|
+
"class": "fw-loading-bar rounded",
|
|
7529
7536
|
"aria-hidden": "true"
|
|
7530
7537
|
};
|
|
7531
7538
|
function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -7659,10 +7666,10 @@ var _hoisted_2$7 = ["tabindex", "onKeydown", "onClick"];
|
|
|
7659
7666
|
var _hoisted_3$5 = {
|
|
7660
7667
|
"class": "flex flex-row items-center space-x-1"
|
|
7661
7668
|
};
|
|
7662
|
-
var _hoisted_4$
|
|
7669
|
+
var _hoisted_4$3 = {
|
|
7663
7670
|
"class": "w-full"
|
|
7664
7671
|
};
|
|
7665
|
-
var _hoisted_5$
|
|
7672
|
+
var _hoisted_5$1 = {
|
|
7666
7673
|
key: 0
|
|
7667
7674
|
};
|
|
7668
7675
|
var _hoisted_6 = {
|
|
@@ -7700,7 +7707,7 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7700
7707
|
onClick: function onClick($event) {
|
|
7701
7708
|
return _ctx.sortColumn(column);
|
|
7702
7709
|
}
|
|
7703
|
-
}, [createElementVNode("div", _hoisted_3$5, [createElementVNode("span", _hoisted_4$
|
|
7710
|
+
}, [createElementVNode("div", _hoisted_3$5, [createElementVNode("span", _hoisted_4$3, toDisplayString(column), 1), _ctx.isColumnSortable(column) ? (openBlock(), createElementBlock("span", _hoisted_5$1, [createElementVNode("span", _hoisted_6, [createVNode(_component_CaretDownSvg, {
|
|
7704
7711
|
"class": normalizeClass(["inline-block w-[12px] rotate-180", _ctx.sortedIcon('asc', column)])
|
|
7705
7712
|
}, null, 8, ["class"]), createVNode(_component_CaretDownSvg, {
|
|
7706
7713
|
"class": normalizeClass(["inline-block w-[12px] mt-[2px]", _ctx.sortedIcon('desc', column)])
|
|
@@ -7836,10 +7843,10 @@ var _hoisted_2$5 = {
|
|
|
7836
7843
|
var _hoisted_3$3 = {
|
|
7837
7844
|
"class": "flex flex-row items-center"
|
|
7838
7845
|
};
|
|
7839
|
-
var _hoisted_4$
|
|
7846
|
+
var _hoisted_4$2 = {
|
|
7840
7847
|
"class": "h4 mb-0 ml-6"
|
|
7841
7848
|
};
|
|
7842
|
-
var _hoisted_5
|
|
7849
|
+
var _hoisted_5 = {
|
|
7843
7850
|
key: 0,
|
|
7844
7851
|
"class": "h4"
|
|
7845
7852
|
};
|
|
@@ -7851,7 +7858,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7851
7858
|
"class": "fw-accordion--header px-8 py-4 bg-grey-lightest w-full border-opacity-0 hover:bg-grey-20"
|
|
7852
7859
|
}, [createElementVNode("div", _hoisted_2$5, [createElementVNode("div", _hoisted_3$3, [createElementVNode("span", {
|
|
7853
7860
|
"class": normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
|
|
7854
|
-
}, null, 2), createElementVNode("span", _hoisted_4$
|
|
7861
|
+
}, null, 2), createElementVNode("span", _hoisted_4$2, toDisplayString(_ctx.title), 1)]), _ctx.suffixTitle ? (openBlock(), createElementBlock("span", _hoisted_5, toDisplayString(_ctx.suffixTitle), 1)) : createCommentVNode("", true)])]), createVNode(Transition, {
|
|
7855
7862
|
name: "slideInOut",
|
|
7856
7863
|
onBeforeEnter: _ctx.transitionEnter,
|
|
7857
7864
|
onEnter: _ctx.transitionEnter,
|
|
@@ -8469,7 +8476,7 @@ var lazyLoadDirective = {
|
|
|
8469
8476
|
var createObserver = function createObserver() {
|
|
8470
8477
|
var options = {
|
|
8471
8478
|
root: null,
|
|
8472
|
-
threshold: Number(el.getAttribute('threshold')) || 0
|
|
8479
|
+
threshold: Number(el.getAttribute('threshold')) || 0
|
|
8473
8480
|
};
|
|
8474
8481
|
var observer = new IntersectionObserver(handleIntersect, options);
|
|
8475
8482
|
observer.observe(el);
|
|
@@ -8512,6 +8519,29 @@ var script$2 = defineComponent({
|
|
|
8512
8519
|
validator: function validator(value) {
|
|
8513
8520
|
return ['native', 'background'].includes(value);
|
|
8514
8521
|
}
|
|
8522
|
+
},
|
|
8523
|
+
|
|
8524
|
+
/**
|
|
8525
|
+
* Whether the loading bar and error state are rounded.
|
|
8526
|
+
*/
|
|
8527
|
+
rounded: {
|
|
8528
|
+
type: Boolean,
|
|
8529
|
+
"default": false
|
|
8530
|
+
},
|
|
8531
|
+
|
|
8532
|
+
/**
|
|
8533
|
+
* The class for the native image element
|
|
8534
|
+
*/
|
|
8535
|
+
imageClass: {
|
|
8536
|
+
type: String
|
|
8537
|
+
},
|
|
8538
|
+
|
|
8539
|
+
/**
|
|
8540
|
+
* Controls the threshold before the component triggers the src url.
|
|
8541
|
+
*/
|
|
8542
|
+
threshold: {
|
|
8543
|
+
type: Number,
|
|
8544
|
+
"default": 0
|
|
8515
8545
|
}
|
|
8516
8546
|
},
|
|
8517
8547
|
setup: function setup(props) {
|
|
@@ -8526,17 +8556,11 @@ var script$2 = defineComponent({
|
|
|
8526
8556
|
}
|
|
8527
8557
|
});
|
|
8528
8558
|
|
|
8529
|
-
var _hoisted_1$4 = ["type"];
|
|
8559
|
+
var _hoisted_1$4 = ["type", "threshold"];
|
|
8530
8560
|
var _hoisted_2$4 = ["data-url", "alt"];
|
|
8531
8561
|
var _hoisted_3$2 = {
|
|
8532
|
-
"class": "fw-image--error bg-grey-20"
|
|
8533
|
-
};
|
|
8534
|
-
var _hoisted_4$2 = {
|
|
8535
8562
|
"class": "fw-image--error-wrapper flex flex-col items-center justify-center"
|
|
8536
8563
|
};
|
|
8537
|
-
|
|
8538
|
-
var _hoisted_5 = /*#__PURE__*/createElementVNode("p", null, "Image failed to load", -1);
|
|
8539
|
-
|
|
8540
8564
|
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8541
8565
|
var _component_FwLoadingBar = resolveComponent("FwLoadingBar");
|
|
8542
8566
|
|
|
@@ -8547,8 +8571,10 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8547
8571
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
8548
8572
|
ref: "fwImageRef",
|
|
8549
8573
|
type: _ctx.type,
|
|
8574
|
+
threshold: _ctx.threshold,
|
|
8550
8575
|
"class": normalizeClass(["fw-image", {
|
|
8551
|
-
'fw-image--background': _ctx.isBackground
|
|
8576
|
+
'fw-image--background': _ctx.isBackground,
|
|
8577
|
+
'rounded-full': _ctx.rounded
|
|
8552
8578
|
}]),
|
|
8553
8579
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
8554
8580
|
return _ctx.$emit('click', $event);
|
|
@@ -8570,16 +8596,23 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8570
8596
|
})
|
|
8571
8597
|
}, [createElementVNode("img", {
|
|
8572
8598
|
"data-url": _ctx.src,
|
|
8573
|
-
alt: _ctx.alt
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8599
|
+
alt: _ctx.alt,
|
|
8600
|
+
"class": normalizeClass(_ctx.imageClass)
|
|
8601
|
+
}, null, 10, _hoisted_2$4), createVNode(_component_FwLoadingBar, {
|
|
8602
|
+
"class": normalizeClass(["fw-image--loading w-full h-full", {
|
|
8603
|
+
'rounded-full': _ctx.rounded
|
|
8604
|
+
}])
|
|
8605
|
+
}, null, 8, ["class"]), createElementVNode("div", {
|
|
8606
|
+
"class": normalizeClass(["fw-image--error bg-grey-20", {
|
|
8607
|
+
'rounded-full': _ctx.rounded
|
|
8608
|
+
}])
|
|
8609
|
+
}, [createElementVNode("div", _hoisted_3$2, [createVNode(_component_FileExclamationSvg, {
|
|
8610
|
+
"class": "w-full h-full scale-[0.3] opacity-80 text-alert max-w-[150px]"
|
|
8611
|
+
})])], 2), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$4)), [[_directive_lazyload]]);
|
|
8579
8612
|
}
|
|
8580
8613
|
|
|
8581
|
-
var css_248z$2 = ".fw-image{position:relative}.fw-image img
|
|
8582
|
-
var stylesheet$2 = ".fw-image{position:relative}.fw-image img
|
|
8614
|
+
var css_248z$2 = ".fw-image{position:relative}.fw-image img{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fw-image img,.fw-image--error{opacity:0;visibility:hidden;width:100%}.fw-image--error{height:100%;left:0;position:relative;position:absolute;top:0;-webkit-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in}.fw-image--error-wrapper{font-size:inherit;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.fw-image--loading{height:100%;left:0;position:absolute!important;top:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%}.fw-image--loaded img,.fw-image--loading{opacity:1;visibility:visible}.fw-image--loaded .fw-image--loading{opacity:0;visibility:hidden;width:100%}.fw-image--loaded-error img{display:none}.fw-image--loaded-error .fw-image--error{opacity:1;visibility:visible}.fw-image--background{background-position:50%;background-repeat:no-repeat;background-size:cover}";
|
|
8615
|
+
var stylesheet$2 = ".fw-image{position:relative}.fw-image img{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.fw-image img,.fw-image--error{opacity:0;visibility:hidden;width:100%}.fw-image--error{height:100%;left:0;position:relative;position:absolute;top:0;-webkit-transition:all .5s ease-in;-o-transition:all .5s ease-in;transition:all .5s ease-in}.fw-image--error-wrapper{font-size:inherit;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.fw-image--loading{height:100%;left:0;position:absolute!important;top:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%}.fw-image--loaded img,.fw-image--loading{opacity:1;visibility:visible}.fw-image--loaded .fw-image--loading{opacity:0;visibility:hidden;width:100%}.fw-image--loaded-error img{display:none}.fw-image--loaded-error .fw-image--error{opacity:1;visibility:visible}.fw-image--background{background-position:50%;background-repeat:no-repeat;background-size:cover}";
|
|
8583
8616
|
styleInject(css_248z$2);
|
|
8584
8617
|
|
|
8585
8618
|
script$2.render = render$4;
|