@frollo/frollo-web-ui 3.0.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +531 -328
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-1486e2d9.js → fw-button-e8b1bd62.js} +9 -6
- package/esm/fw-button.js +3 -3
- package/esm/fw-dropdown.js +1 -1
- package/esm/{fw-image-4727ac61.js → fw-image-3fa960e1.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/{fw-loading-spinner-df1627c0.js → fw-loading-spinner-304e2f95.js} +1 -1
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-sidebar-menu.js +131 -0
- package/esm/fw-table.js +91 -46
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +2 -2
- package/esm/{index-4605e00e.js → index-c6458115.js} +153 -97
- package/esm/index.js +32 -29
- package/frollo-web-ui.esm.js +580 -358
- package/icons/arrow-down.svg +3 -0
- package/icons/arrow-sort.svg +3 -0
- package/icons/chevron-left.svg +3 -0
- package/icons/chevron-right.svg +3 -0
- package/icons/index.ts +9 -1
- package/index.d.ts +108 -18
- package/package.json +1 -1
- package/types/components/fw-button/fw-button.vue.d.ts +2 -2
- package/types/components/fw-button/index.types.d.ts +1 -1
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +71 -0
- package/types/components/fw-sidebar-menu/index.d.ts +2 -0
- package/types/components/fw-sidebar-menu/index.types.d.ts +6 -0
- package/types/components/fw-table/fw-table.vue.d.ts +18 -5
- package/types/components/fw-table/index.types.d.ts +1 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +5 -1
- package/web-components/index.js +583 -361
package/frollo-web-ui.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getCurrentInstance, inject, warn as warn$1, ref, unref, computed, reactive, watch, nextTick, onUnmounted, onMounted, provide, isRef, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, markRaw, watchEffect, readonly, createElementVNode, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, Transition, normalizeClass, pushScopeId, popScopeId, Fragment, renderList, createBlock, createTextVNode, Teleport, normalizeStyle, withKeys, resolveDirective, withDirectives, TransitionGroup, version as version$2, isProxy, toRaw, shallowRef,
|
|
1
|
+
import { getCurrentInstance, inject, warn as warn$1, ref, unref, computed, reactive, watch, nextTick, onUnmounted, onMounted, provide, isRef, onBeforeUnmount, defineComponent, toRef, resolveDynamicComponent, h, markRaw, watchEffect, readonly, createElementVNode, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, toDisplayString, createCommentVNode, renderSlot, mergeProps, Transition, normalizeClass, pushScopeId, popScopeId, Fragment, renderList, createBlock, createTextVNode, Teleport, normalizeStyle, useCssVars, withKeys, resolveDirective, withDirectives, TransitionGroup, version as version$2, isProxy, toRaw, shallowRef, createStaticVNode, createApp } from 'vue';
|
|
2
2
|
|
|
3
3
|
function _arrayWithHoles(arr) {
|
|
4
4
|
if (Array.isArray(arr)) return arr;
|
|
@@ -5338,13 +5338,13 @@ $$d({ target: 'Array', proto: true, arity: 1, forced: FORCED$1 }, {
|
|
|
5338
5338
|
}
|
|
5339
5339
|
});
|
|
5340
5340
|
|
|
5341
|
-
var _hoisted_1$
|
|
5341
|
+
var _hoisted_1$V = {
|
|
5342
5342
|
"class": "fw-input w-full"
|
|
5343
5343
|
};
|
|
5344
|
-
var _hoisted_2$
|
|
5344
|
+
var _hoisted_2$R = {
|
|
5345
5345
|
"class": "flex flex-col"
|
|
5346
5346
|
};
|
|
5347
|
-
var _hoisted_3$
|
|
5347
|
+
var _hoisted_3$O = {
|
|
5348
5348
|
"class": "flex flex-row justify-between"
|
|
5349
5349
|
};
|
|
5350
5350
|
var _hoisted_4$d = ["for"];
|
|
@@ -5369,7 +5369,7 @@ var _hoisted_9$5 = /*#__PURE__*/createElementVNode("svg", {
|
|
|
5369
5369
|
}, [/*#__PURE__*/createElementVNode("path", {
|
|
5370
5370
|
d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM232 152C232 138.8\n 242.8 128 256 128s24 10.75 24 24v128c0 13.25-10.75 24-24 24S232 293.3 232 280V152zM256 400c-17.36\n 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 385.9 273.4\n 400 256 400z"
|
|
5371
5371
|
})], -1);
|
|
5372
|
-
var _hoisted_10$
|
|
5372
|
+
var _hoisted_10$3 = [_hoisted_9$5];
|
|
5373
5373
|
var _hoisted_11$1 = {
|
|
5374
5374
|
key: 1,
|
|
5375
5375
|
"class": "flex text-black absolute w-10 h-full inset-y-0 right-0 items-center pr-3"
|
|
@@ -5384,9 +5384,9 @@ var _hoisted_13 = {
|
|
|
5384
5384
|
var _hoisted_14 = {
|
|
5385
5385
|
key: 1
|
|
5386
5386
|
};
|
|
5387
|
-
function render$
|
|
5387
|
+
function render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5388
5388
|
var _component_InputField = resolveComponent("InputField");
|
|
5389
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5389
|
+
return openBlock(), createElementBlock("div", _hoisted_1$V, [createVNode(_component_InputField, {
|
|
5390
5390
|
modelValue: _ctx.inputValue,
|
|
5391
5391
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
|
5392
5392
|
return _ctx.inputValue = $event;
|
|
@@ -5399,7 +5399,7 @@ function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5399
5399
|
errors = _ref.errors,
|
|
5400
5400
|
errorMessage = _ref.errorMessage,
|
|
5401
5401
|
meta = _ref.meta;
|
|
5402
|
-
return [createElementVNode("div", _hoisted_2$
|
|
5402
|
+
return [createElementVNode("div", _hoisted_2$R, [createElementVNode("div", _hoisted_3$O, [_ctx.label ? (openBlock(), createElementBlock("label", {
|
|
5403
5403
|
key: 0,
|
|
5404
5404
|
"for": "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
5405
5405
|
"class": "block mb-2 font-medium"
|
|
@@ -5422,7 +5422,7 @@ function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5422
5422
|
return [(errorMessage || errors[0]) && meta.touched ? (openBlock(), createElementBlock("div", {
|
|
5423
5423
|
key: 0,
|
|
5424
5424
|
"class": normalizeClass(["flex text-error absolute w-9 h-full inset-y-0 right-0 items-center pr-3 pointer-events-none", _ctx.$slots.suffix ? 'mr-8' : ''])
|
|
5425
|
-
}, _hoisted_10$
|
|
5425
|
+
}, _hoisted_10$3, 2)) : createCommentVNode("", true)];
|
|
5426
5426
|
}),
|
|
5427
5427
|
_: 2
|
|
5428
5428
|
}, 1024), _ctx.$slots.suffix ? (openBlock(), createElementBlock("div", _hoisted_11$1, [renderSlot(_ctx.$slots, "suffix")])) : createCommentVNode("", true)]), createElementVNode("div", _hoisted_12, [createVNode(Transition, {
|
|
@@ -5466,11 +5466,11 @@ function styleInject(css, ref) {
|
|
|
5466
5466
|
}
|
|
5467
5467
|
}
|
|
5468
5468
|
|
|
5469
|
-
var css_248z$
|
|
5470
|
-
var stylesheet$
|
|
5471
|
-
styleInject(css_248z$
|
|
5469
|
+
var css_248z$e = ".fwFadeIn-enter-active{-webkit-animation:fwFadeIn .35s;animation:fwFadeIn .35s;-webkit-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active{animation:fwFadeIn .35s reverse;-webkit-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}";
|
|
5470
|
+
var stylesheet$e = ".fwFadeIn-enter-active{-webkit-animation:fwFadeIn .35s;animation:fwFadeIn .35s;-webkit-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active{animation:fwFadeIn .35s reverse;-webkit-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn{0%{opacity:0}to{opacity:1}}";
|
|
5471
|
+
styleInject(css_248z$e);
|
|
5472
5472
|
|
|
5473
|
-
script$m.render = render$
|
|
5473
|
+
script$m.render = render$X;
|
|
5474
5474
|
|
|
5475
5475
|
var script$l = defineComponent({
|
|
5476
5476
|
name: 'FwCheckbox',
|
|
@@ -5512,16 +5512,16 @@ var script$l = defineComponent({
|
|
|
5512
5512
|
}
|
|
5513
5513
|
});
|
|
5514
5514
|
|
|
5515
|
-
var _withScopeId$
|
|
5515
|
+
var _withScopeId$5 = function _withScopeId(n) {
|
|
5516
5516
|
return pushScopeId("data-v-3370ec5a"), n = n(), popScopeId(), n;
|
|
5517
5517
|
};
|
|
5518
|
-
var _hoisted_1$
|
|
5518
|
+
var _hoisted_1$U = {
|
|
5519
5519
|
"class": "fw-checkbox w-full"
|
|
5520
5520
|
};
|
|
5521
|
-
var _hoisted_2$
|
|
5521
|
+
var _hoisted_2$Q = {
|
|
5522
5522
|
"class": "flex flex-col"
|
|
5523
5523
|
};
|
|
5524
|
-
var _hoisted_3$
|
|
5524
|
+
var _hoisted_3$N = ["for"];
|
|
5525
5525
|
var _hoisted_4$c = ["value", "name", "id"];
|
|
5526
5526
|
var _hoisted_5$7 = ["innerHTML"];
|
|
5527
5527
|
var _hoisted_6$5 = {
|
|
@@ -5534,9 +5534,9 @@ var _hoisted_7$5 = {
|
|
|
5534
5534
|
var _hoisted_8$5 = {
|
|
5535
5535
|
key: 1
|
|
5536
5536
|
};
|
|
5537
|
-
function render$
|
|
5537
|
+
function render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5538
5538
|
var _component_InputField = resolveComponent("InputField");
|
|
5539
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
5539
|
+
return openBlock(), createElementBlock("div", _hoisted_1$U, [createVNode(_component_InputField, {
|
|
5540
5540
|
name: _ctx.name,
|
|
5541
5541
|
value: _ctx.name,
|
|
5542
5542
|
type: "checkbox",
|
|
@@ -5547,7 +5547,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5547
5547
|
errors = _ref.errors,
|
|
5548
5548
|
errorMessage = _ref.errorMessage,
|
|
5549
5549
|
meta = _ref.meta;
|
|
5550
|
-
return [createElementVNode("div", _hoisted_2$
|
|
5550
|
+
return [createElementVNode("div", _hoisted_2$Q, [createElementVNode("label", {
|
|
5551
5551
|
"for": "fw-checkbox-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
5552
5552
|
"class": "inline-flex items-center mb-3"
|
|
5553
5553
|
}, [createElementVNode("input", mergeProps(field, {
|
|
@@ -5560,7 +5560,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5560
5560
|
key: 0,
|
|
5561
5561
|
"class": "ml-2",
|
|
5562
5562
|
innerHTML: _ctx.label
|
|
5563
|
-
}, null, 8, _hoisted_5$7)) : createCommentVNode("", true)], 8, _hoisted_3$
|
|
5563
|
+
}, null, 8, _hoisted_5$7)) : createCommentVNode("", true)], 8, _hoisted_3$N), createElementVNode("div", _hoisted_6$5, [createVNode(Transition, {
|
|
5564
5564
|
name: "fwFadeIn",
|
|
5565
5565
|
mode: "out-in"
|
|
5566
5566
|
}, {
|
|
@@ -5574,11 +5574,11 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5574
5574
|
}, 8, ["name", "value", "rules"])]);
|
|
5575
5575
|
}
|
|
5576
5576
|
|
|
5577
|
-
var css_248z$
|
|
5578
|
-
var stylesheet$
|
|
5579
|
-
styleInject(css_248z$
|
|
5577
|
+
var css_248z$d = ".fwFadeIn-enter-active[data-v-3370ec5a]{-webkit-animation:fwFadeIn-3370ec5a .35s;animation:fwFadeIn-3370ec5a .35s;-webkit-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active[data-v-3370ec5a]{animation:fwFadeIn-3370ec5a .35s reverse;-webkit-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn-3370ec5a{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn-3370ec5a{0%{opacity:0}to{opacity:1}}.fw-checkbox input[data-v-3370ec5a]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;display:inline-block;flex-shrink:0;-webkit-transition:background .2s ease-in;transition:background .2s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-3370ec5a]:checked{background-color:currentColor;background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='3 3 10 10' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}";
|
|
5578
|
+
var stylesheet$d = ".fwFadeIn-enter-active[data-v-3370ec5a]{-webkit-animation:fwFadeIn-3370ec5a .35s;animation:fwFadeIn-3370ec5a .35s;-webkit-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active[data-v-3370ec5a]{animation:fwFadeIn-3370ec5a .35s reverse;-webkit-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn-3370ec5a{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn-3370ec5a{0%{opacity:0}to{opacity:1}}.fw-checkbox input[data-v-3370ec5a]{-ms-flex-negative:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-origin:border-box;display:inline-block;flex-shrink:0;-webkit-transition:background .2s ease-in;transition:background .2s ease-in;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.fw-checkbox input[data-v-3370ec5a]:checked{background-color:currentColor;background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg viewBox='3 3 10 10' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E\");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:transparent}";
|
|
5579
|
+
styleInject(css_248z$d);
|
|
5580
5580
|
|
|
5581
|
-
script$l.render = render$
|
|
5581
|
+
script$l.render = render$W;
|
|
5582
5582
|
script$l.__scopeId = "data-v-3370ec5a";
|
|
5583
5583
|
|
|
5584
5584
|
var es_array_find = {};
|
|
@@ -5605,12 +5605,84 @@ $$c({ target: 'Array', proto: true, forced: SKIPS_HOLES$1 }, {
|
|
|
5605
5605
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
5606
5606
|
addToUnscopables$1(FIND);
|
|
5607
5607
|
|
|
5608
|
-
const _hoisted_1$
|
|
5608
|
+
const _hoisted_1$T = {
|
|
5609
5609
|
viewBox: "0 0 52 34",
|
|
5610
5610
|
fill: "currentColor",
|
|
5611
5611
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5612
5612
|
};
|
|
5613
|
-
const _hoisted_2$
|
|
5613
|
+
const _hoisted_2$P = /*#__PURE__*/createElementVNode("path", { d: "M25.973 19.938a5.608 5.608 0 005.625-5.625c0-3.077-2.549-5.626-5.625-5.626-.088 0-.176.088-.264.088.088.44.176.88.176 1.407a4.126 4.126 0 01-4.13 4.13c-.528 0-.968-.087-1.407-.175v.175c0 3.165 2.46 5.626 5.625 5.626zm24.96-4.043C46.189 6.578 36.697.25 25.974.25 15.163.25 5.67 6.578.924 15.895c-.176.351-.264.79-.264 1.23 0 .527.088.967.264 1.318C5.67 27.76 15.162 34 25.973 34c10.723 0 20.215-6.24 24.96-15.557.177-.351.265-.79.265-1.23 0-.527-.088-.967-.264-1.319zM25.974 3.063c6.152 0 11.25 5.097 11.25 11.25 0 6.24-5.098 11.25-11.25 11.25-6.24 0-11.25-5.01-11.25-11.25 0-6.153 5.01-11.163 11.25-11.25zm0 28.125c-9.492 0-18.105-5.362-22.5-14.063 2.46-4.834 6.416-8.877 11.338-11.338a13.875 13.875 0 00-2.9 8.526c0 7.822 6.24 14.062 14.062 14.062 7.734 0 14.063-6.24 14.063-14.063 0-3.164-1.143-6.152-2.989-8.525 4.922 2.461 8.877 6.504 11.426 11.338-4.482 8.701-13.096 14.063-22.5 14.063z" }, null, -1);
|
|
5614
|
+
const _hoisted_3$M = [
|
|
5615
|
+
_hoisted_2$P
|
|
5616
|
+
];
|
|
5617
|
+
|
|
5618
|
+
function render$V(_ctx, _cache) {
|
|
5619
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$T, _hoisted_3$M))
|
|
5620
|
+
}
|
|
5621
|
+
|
|
5622
|
+
const _hoisted_1$S = {
|
|
5623
|
+
viewBox: "0 0 42 55",
|
|
5624
|
+
fill: "currentColor",
|
|
5625
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5626
|
+
};
|
|
5627
|
+
const _hoisted_2$O = /*#__PURE__*/createElementVNode("path", { d: "M39.668 11.086l-8.754-8.754c-.95-.95-2.32-1.582-3.586-1.582H5.707A5.135 5.135 0 00.75 5.918v43.875a4.951 4.951 0 004.957 4.957h30.48c2.743 0 5.063-2.215 5.063-4.957V14.672c0-1.266-.633-2.637-1.582-3.586zM27.75 4.23c.21.106.527.211.738.422l8.86 8.86c.21.21.316.527.422.843H27.75V4.23zm10.125 45.563c0 .844-.844 1.688-1.688 1.688H5.707c-.844 0-1.687-.844-1.687-1.688V5.918c0-.95.843-1.793 1.687-1.793h18.668v11.074c0 1.371 1.055 2.426 2.531 2.426h10.969v32.168zM21 21v13.5h13.395c.105 0 0 0 0 0 0-7.383-6.012-13.395-13.395-13.5zm3.375 4.008a10.314 10.314 0 016.117 6.117h-6.117v-6.117zm-5.063 19.617c-4.746 0-8.437-3.691-8.437-8.438 0-4.007 2.848-7.382 6.75-8.226v-3.375C11.825 25.43 7.5 30.28 7.5 36.188 7.5 42.727 12.773 48 19.313 48c5.906 0 10.757-4.324 11.601-10.125H27.54c-.844 3.902-4.219 6.75-8.227 6.75z" }, null, -1);
|
|
5628
|
+
const _hoisted_3$L = [
|
|
5629
|
+
_hoisted_2$O
|
|
5630
|
+
];
|
|
5631
|
+
|
|
5632
|
+
function render$U(_ctx, _cache) {
|
|
5633
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$S, _hoisted_3$L))
|
|
5634
|
+
}
|
|
5635
|
+
|
|
5636
|
+
const _hoisted_1$R = {
|
|
5637
|
+
viewBox: "0 0 54 42",
|
|
5638
|
+
fill: "currentColor",
|
|
5639
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5640
|
+
};
|
|
5641
|
+
const _hoisted_2$N = /*#__PURE__*/createElementVNode("path", { d: "M11.25 27c0-1.219-1.031-2.25-2.25-2.25-1.313 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.938 2.25-2.25zM27 11.25c1.219 0 2.25-.938 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25-1.313 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25zM14.25 12C12.937 12 12 13.031 12 14.25c0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.938 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25zm26.438 1.125c-.657-.469-1.594-.375-2.157.188l-9.093 11.25C28.688 24.28 27.843 24 27 24c-3.375 0-6 2.719-6 6 0 3.375 2.625 6 6 6 3.281 0 6-2.625 6-6a5.57 5.57 0 00-1.219-3.469l9.094-11.25c.563-.656.375-1.594-.188-2.156zM30 30c0 1.688-1.406 3-3 3-1.688 0-3-1.313-3-3 0-1.594 1.313-3 3-3 1.594 0 3 1.406 3 3zm15-5.25c-1.313 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.938 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25zM54 27C54 12.094 41.906 0 27 0 12 0 0 12.094 0 27c0 4.969 1.313 9.656 3.656 13.594.469.937 1.5 1.406 2.531 1.406H47.72c1.031 0 2.062-.469 2.531-1.406A26.627 26.627 0 0054 27zm-3 0c0 4.313-1.125 8.438-3.281 12l-41.532.094A24.525 24.525 0 013 27C3 13.781 13.688 3 27 3c13.219 0 24 10.781 24 24z" }, null, -1);
|
|
5642
|
+
const _hoisted_3$K = [
|
|
5643
|
+
_hoisted_2$N
|
|
5644
|
+
];
|
|
5645
|
+
|
|
5646
|
+
function render$T(_ctx, _cache) {
|
|
5647
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$R, _hoisted_3$K))
|
|
5648
|
+
}
|
|
5649
|
+
|
|
5650
|
+
const _hoisted_1$Q = {
|
|
5651
|
+
viewBox: "0 0 404 146",
|
|
5652
|
+
fill: "currentColor",
|
|
5653
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5654
|
+
};
|
|
5655
|
+
const _hoisted_2$M = /*#__PURE__*/createElementVNode("path", { d: "M130 113.6h-22.8V143H75.6v-29.4H.2V91.8L66.2 3h34L39 87.2h37.6V61h30.6v26.2H130v26.4zM199.691 145.4c-11.6 0-21.934-2.867-31-8.6-9.067-5.733-16.2-14-21.4-24.8-5.067-10.933-7.6-23.933-7.6-39s2.533-28 7.6-38.8c5.2-10.933 12.333-19.267 21.4-25 9.066-5.733 19.4-8.6 31-8.6 11.6 0 21.933 2.867 31 8.6 9.066 5.733 16.133 14.067 21.2 25 5.2 10.8 7.8 23.733 7.8 38.8 0 15.067-2.6 28.067-7.8 39-5.067 10.8-12.134 19.067-21.2 24.8-9.067 5.733-19.4 8.6-31 8.6zm0-27.4c8.533 0 15.2-3.667 20-11 4.933-7.333 7.4-18.667 7.4-34 0-15.333-2.467-26.667-7.4-34-4.8-7.333-11.467-11-20-11-8.4 0-15.067 3.667-20 11-4.8 7.333-7.2 18.667-7.2 34 0 15.333 2.4 26.667 7.2 34 4.933 7.333 11.6 11 20 11zM403.633 113.6h-22.8V143h-31.6v-29.4h-75.4V91.8l66-88.8h34l-61.2 84.2h37.6V61h30.6v26.2h22.8v26.4z" }, null, -1);
|
|
5656
|
+
const _hoisted_3$J = [
|
|
5657
|
+
_hoisted_2$M
|
|
5658
|
+
];
|
|
5659
|
+
|
|
5660
|
+
function render$S(_ctx, _cache) {
|
|
5661
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$Q, _hoisted_3$J))
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5664
|
+
const _hoisted_1$P = {
|
|
5665
|
+
fill: "currentColor",
|
|
5666
|
+
viewBox: "0 0 20 20",
|
|
5667
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5668
|
+
};
|
|
5669
|
+
const _hoisted_2$L = /*#__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);
|
|
5670
|
+
const _hoisted_3$I = /*#__PURE__*/createElementVNode("path", { d: "M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" }, null, -1);
|
|
5671
|
+
const _hoisted_4$b = [
|
|
5672
|
+
_hoisted_2$L,
|
|
5673
|
+
_hoisted_3$I
|
|
5674
|
+
];
|
|
5675
|
+
|
|
5676
|
+
function render$R(_ctx, _cache) {
|
|
5677
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$P, _hoisted_4$b))
|
|
5678
|
+
}
|
|
5679
|
+
|
|
5680
|
+
const _hoisted_1$O = {
|
|
5681
|
+
viewBox: "0 0 24 24",
|
|
5682
|
+
fill: "currentColor",
|
|
5683
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5684
|
+
};
|
|
5685
|
+
const _hoisted_2$K = /*#__PURE__*/createElementVNode("path", { d: "M12 1.875c5.56 0 10.125 4.504 10.125 10.125A10.122 10.122 0 0112 22.125C6.41 22.125 1.875 17.599 1.875 12 1.875 6.412 6.403 1.875 12 1.875zm0-1.5C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375zM11.461 6h1.078c.32 0 .575.266.562.586l-.329 7.875a.563.563 0 01-.562.539h-.42a.563.563 0 01-.563-.54L10.9 6.587A.563.563 0 0111.461 6zM12 15.938a1.312 1.312 0 100 2.624 1.312 1.312 0 000-2.625z" }, null, -1);
|
|
5614
5686
|
const _hoisted_3$H = [
|
|
5615
5687
|
_hoisted_2$K
|
|
5616
5688
|
];
|
|
@@ -5620,11 +5692,11 @@ function render$Q(_ctx, _cache) {
|
|
|
5620
5692
|
}
|
|
5621
5693
|
|
|
5622
5694
|
const _hoisted_1$N = {
|
|
5623
|
-
viewBox: "0 0 42 55",
|
|
5624
5695
|
fill: "currentColor",
|
|
5625
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5696
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5697
|
+
viewBox: "0 0 24 24"
|
|
5626
5698
|
};
|
|
5627
|
-
const _hoisted_2$J = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5699
|
+
const _hoisted_2$J = /*#__PURE__*/createElementVNode("path", { d: "M17 9V7c0-2.8-2.2-5-5-5S7 4.2 7 7v2c-1.7 0-3 1.3-3 3v7c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-7c0-1.7-1.3-3-3-3zM9 7c0-1.7 1.3-3 3-3s3 1.3 3 3v2H9V7z" }, null, -1);
|
|
5628
5700
|
const _hoisted_3$G = [
|
|
5629
5701
|
_hoisted_2$J
|
|
5630
5702
|
];
|
|
@@ -5634,25 +5706,27 @@ function render$P(_ctx, _cache) {
|
|
|
5634
5706
|
}
|
|
5635
5707
|
|
|
5636
5708
|
const _hoisted_1$M = {
|
|
5637
|
-
viewBox: "0 0 54 42",
|
|
5638
5709
|
fill: "currentColor",
|
|
5639
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5710
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5711
|
+
viewBox: "0 0 612 612"
|
|
5640
5712
|
};
|
|
5641
|
-
const _hoisted_2$I = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5642
|
-
const _hoisted_3$F =
|
|
5643
|
-
|
|
5713
|
+
const _hoisted_2$I = /*#__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);
|
|
5714
|
+
const _hoisted_3$F = /*#__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);
|
|
5715
|
+
const _hoisted_4$a = [
|
|
5716
|
+
_hoisted_2$I,
|
|
5717
|
+
_hoisted_3$F
|
|
5644
5718
|
];
|
|
5645
5719
|
|
|
5646
5720
|
function render$O(_ctx, _cache) {
|
|
5647
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$M,
|
|
5721
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$M, _hoisted_4$a))
|
|
5648
5722
|
}
|
|
5649
5723
|
|
|
5650
5724
|
const _hoisted_1$L = {
|
|
5651
|
-
viewBox: "0 0 404 146",
|
|
5652
5725
|
fill: "currentColor",
|
|
5653
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5726
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5727
|
+
viewBox: "0 -64 640 640"
|
|
5654
5728
|
};
|
|
5655
|
-
const _hoisted_2$H = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5729
|
+
const _hoisted_2$H = /*#__PURE__*/createElementVNode("path", { d: "M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 000 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 01-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0081.25-102.07 32.35 32.35 0 000-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 00-147.32 37.7L45.46 3.37A16 16 0 0023 6.18L3.37 31.45A16 16 0 006.18 53.9l588.36 454.73a16 16 0 0022.46-2.81l19.64-25.27a16 16 0 00-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 00416 256a94.76 94.76 0 00-121.31-92.21A47.65 47.65 0 01304 192a46.64 46.64 0 01-1.54 10l-73.61-56.89A142.31 142.31 0 01320 112a143.92 143.92 0 01144 144c0 21.63-5.29 41.79-13.9 60.11z" }, null, -1);
|
|
5656
5730
|
const _hoisted_3$E = [
|
|
5657
5731
|
_hoisted_2$H
|
|
5658
5732
|
];
|
|
@@ -5662,27 +5736,27 @@ function render$N(_ctx, _cache) {
|
|
|
5662
5736
|
}
|
|
5663
5737
|
|
|
5664
5738
|
const _hoisted_1$K = {
|
|
5739
|
+
viewBox: "0 0 18 18",
|
|
5665
5740
|
fill: "currentColor",
|
|
5666
|
-
viewBox: "0 0 20 20",
|
|
5667
5741
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5668
5742
|
};
|
|
5669
|
-
const _hoisted_2$G = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5670
|
-
const _hoisted_3$D = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5671
|
-
const _hoisted_4$
|
|
5743
|
+
const _hoisted_2$G = /*#__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);
|
|
5744
|
+
const _hoisted_3$D = /*#__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);
|
|
5745
|
+
const _hoisted_4$9 = [
|
|
5672
5746
|
_hoisted_2$G,
|
|
5673
5747
|
_hoisted_3$D
|
|
5674
5748
|
];
|
|
5675
5749
|
|
|
5676
5750
|
function render$M(_ctx, _cache) {
|
|
5677
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_4$
|
|
5751
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$K, _hoisted_4$9))
|
|
5678
5752
|
}
|
|
5679
5753
|
|
|
5680
5754
|
const _hoisted_1$J = {
|
|
5681
|
-
viewBox: "0 0 24 24",
|
|
5682
5755
|
fill: "currentColor",
|
|
5683
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5756
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5757
|
+
viewBox: "0 0 576 512"
|
|
5684
5758
|
};
|
|
5685
|
-
const _hoisted_2$F = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5759
|
+
const _hoisted_2$F = /*#__PURE__*/createElementVNode("path", { d: "M528 32H48C21.49 32 0 53.49 0 80v16h576V80c0-26.51-21.5-48-48-48zM0 432c0 26.5 21.49 48 48 48h480c26.51 0 48-21.49 48-48V128H0v304zm368-240h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h128c8.836 0 16 7.164 16 16s-7.2 16-16 16H368c-8.836 0-16-7.164-16-16s7.2-16 16-16zM176 192c35.35 0 64 28.66 64 64s-28.65 64-64 64-64-28.66-64-64 28.7-64 64-64zm-64 160h128c26.51 0 48 21.49 48 48 0 8.836-7.164 16-16 16H80c-8.84 0-16-7.2-16-16 0-26.5 21.49-48 48-48z" }, null, -1);
|
|
5686
5760
|
const _hoisted_3$C = [
|
|
5687
5761
|
_hoisted_2$F
|
|
5688
5762
|
];
|
|
@@ -5692,11 +5766,11 @@ function render$L(_ctx, _cache) {
|
|
|
5692
5766
|
}
|
|
5693
5767
|
|
|
5694
5768
|
const _hoisted_1$I = {
|
|
5769
|
+
viewBox: "0 0 16 16",
|
|
5695
5770
|
fill: "currentColor",
|
|
5696
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5697
|
-
viewBox: "0 0 24 24"
|
|
5771
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5698
5772
|
};
|
|
5699
|
-
const _hoisted_2$E = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5773
|
+
const _hoisted_2$E = /*#__PURE__*/createElementVNode("path", { d: "M8 0a8 8 0 00-8 8 8 8 0 008 8 8 8 0 008-8 8 8 0 00-8-8zm0 4a1 1 0 110 2 1 1 0 010-2zm1.25 8h-2.5a.75.75 0 010-1.5h.5v-2H7A.75.75 0 017 7h1a.75.75 0 01.75.75v2.75h.5a.75.75 0 010 1.5z" }, null, -1);
|
|
5700
5774
|
const _hoisted_3$B = [
|
|
5701
5775
|
_hoisted_2$E
|
|
5702
5776
|
];
|
|
@@ -5706,27 +5780,25 @@ function render$K(_ctx, _cache) {
|
|
|
5706
5780
|
}
|
|
5707
5781
|
|
|
5708
5782
|
const _hoisted_1$H = {
|
|
5783
|
+
viewBox: "0 0 104 104",
|
|
5709
5784
|
fill: "currentColor",
|
|
5710
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5711
|
-
viewBox: "0 0 612 612"
|
|
5785
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5712
5786
|
};
|
|
5713
|
-
const _hoisted_2$D = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5714
|
-
const _hoisted_3$A =
|
|
5715
|
-
|
|
5716
|
-
_hoisted_2$D,
|
|
5717
|
-
_hoisted_3$A
|
|
5787
|
+
const _hoisted_2$D = /*#__PURE__*/createElementVNode("path", { d: "M87.202 25.452L65.569 3.819A13.01 13.01 0 0056.367 0H26c-7.18 0-13 5.82-13 13l.001 78c0 7.18 5.82 13 13 13H78c7.18 0 13-5.82 13-13V34.633c0-3.453-1.36-6.744-3.798-9.181zM58.5 6.922c.91.319 1.76.782 2.462 1.483l21.633 21.633c.707.695 1.174 1.548 1.478 2.462H61.75a3.26 3.26 0 01-3.25-3.25V6.922zM84.5 91c0 3.583-2.917 6.5-6.5 6.5H26a6.509 6.509 0 01-6.5-6.5V13c0-3.583 2.917-6.5 6.5-6.5h26v22.75c0 5.383 4.367 9.75 9.75 9.75H84.5v52zM52 79.625a4.876 4.876 0 00-4.875 4.875 4.875 4.875 0 109.75 0A4.87 4.87 0 0052 79.625zm-.183-4.875c1.97 0 3.433-1.463 3.433-3.25V48.75A3.26 3.26 0 0052 45.5a3.26 3.26 0 00-3.25 3.25V71.5c0 1.787 1.442 3.25 3.067 3.25z" }, null, -1);
|
|
5788
|
+
const _hoisted_3$A = [
|
|
5789
|
+
_hoisted_2$D
|
|
5718
5790
|
];
|
|
5719
5791
|
|
|
5720
5792
|
function render$J(_ctx, _cache) {
|
|
5721
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$H,
|
|
5793
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$H, _hoisted_3$A))
|
|
5722
5794
|
}
|
|
5723
5795
|
|
|
5724
5796
|
const _hoisted_1$G = {
|
|
5797
|
+
viewBox: "0 0 118 104",
|
|
5725
5798
|
fill: "currentColor",
|
|
5726
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5727
|
-
viewBox: "0 -64 640 640"
|
|
5799
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5728
5800
|
};
|
|
5729
|
-
const _hoisted_2$C = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5801
|
+
const _hoisted_2$C = /*#__PURE__*/createElementVNode("path", { d: "M3.82 104a3.255 3.255 0 01-3.25-3.25 3.255 3.255 0 013.25-3.25h3.25v-9.08c0-6.418 2.115-12.837 6.015-17.753L27.362 52 13.086 33.333a29.22 29.22 0 01-6.015-17.76V6.5H3.82a3.25 3.25 0 110-6.5h71.5a3.255 3.255 0 013.25 3.25 3.254 3.254 0 01-3.25 3.25h-3.25v9.074c0 6.424-2.112 12.66-6.012 17.759L51.778 52l4.814 6.277c-1.178 2.234-2.092 4.61-2.783 7.089L45.116 53.97c-.894-1.34-.894-2.782 0-3.94l15.6-20.638c3.209-3.96 4.854-8.815 4.854-13.818V6.5h-52v9.074c0 5.003 1.644 9.857 4.678 13.818L34.025 50.03c.894 1.157.894 2.6 0 3.94L18.248 74.608A22.708 22.708 0 0013.57 88.42v9.08h47.166a36.793 36.793 0 007.028 6.5H3.82zm50.09-19.5a35.463 35.463 0 002.56 6.5H23.32a3.262 3.262 0 01-2.89-1.767c-.557-1.26-.461-2.377.246-3.372l16.07-22.75c1.22-1.463 3.25-1.808 4.713-.934 1.463 1.218 1.808 3.25.752 4.712L29.638 84.5H53.91zM37.032 40.848l-13-16.25c-.772-.792-.934-2.132-.386-3.25A3.215 3.215 0 0126.57 19.5h26c1.26 0 2.397.717 2.925 1.848.549 1.118.386 2.458-.386 3.25l-13 16.25c-.609.955-1.543 1.402-2.539 1.402-.995 0-1.93-.447-2.539-1.402zm2.54-7.048l6.235-7.8H33.334l6.236 7.8zm48.567 24.7c1.97 0 3.25 1.462 3.25 3.25v9.75h6.682a3.26 3.26 0 013.25 3.25A3.26 3.26 0 0198.07 78h-9.932c-1.605 0-3.25-1.463-3.25-3.25v-13c0-1.788 1.645-3.25 3.25-3.25zM59.07 74.75c0-16.148 13.102-29.25 29.25-29.25 16.149 0 29.25 13.102 29.25 29.25S104.469 104 88.32 104c-16.148 0-29.25-13.102-29.25-29.25zM88.32 97.5c12.574 0 22.75-10.177 22.75-22.75S100.894 52 88.32 52c-12.573 0-22.75 10.177-22.75 22.75S75.747 97.5 88.32 97.5z" }, null, -1);
|
|
5730
5802
|
const _hoisted_3$z = [
|
|
5731
5803
|
_hoisted_2$C
|
|
5732
5804
|
];
|
|
@@ -5736,27 +5808,25 @@ function render$I(_ctx, _cache) {
|
|
|
5736
5808
|
}
|
|
5737
5809
|
|
|
5738
5810
|
const _hoisted_1$F = {
|
|
5739
|
-
viewBox: "0 0
|
|
5811
|
+
viewBox: "0 0 56 56",
|
|
5740
5812
|
fill: "currentColor",
|
|
5741
5813
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5742
5814
|
};
|
|
5743
|
-
const _hoisted_2$B = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5744
|
-
const _hoisted_3$y =
|
|
5745
|
-
|
|
5746
|
-
_hoisted_2$B,
|
|
5747
|
-
_hoisted_3$y
|
|
5815
|
+
const _hoisted_2$B = /*#__PURE__*/createElementVNode("path", { d: "M49 7H7a7 7 0 00-7 7v28a7 7 0 007 7h42a7 7 0 007-7V14c0-3.866-3.14-7-7-7zM7 10.5h42c1.93 0 3.5 1.57 3.5 3.5v3.939L31.15 33.95a5.282 5.282 0 01-6.303 0L3.5 17.937V14c0-1.925 1.57-3.5 3.5-3.5zM52.5 42c0 1.93-1.57 3.5-3.5 3.5H7c-1.93 0-3.5-1.57-3.5-3.5V22.214L22.75 36.75a8.744 8.744 0 0010.5 0L52.5 22.214V42z" }, null, -1);
|
|
5816
|
+
const _hoisted_3$y = [
|
|
5817
|
+
_hoisted_2$B
|
|
5748
5818
|
];
|
|
5749
5819
|
|
|
5750
5820
|
function render$H(_ctx, _cache) {
|
|
5751
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$F,
|
|
5821
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$F, _hoisted_3$y))
|
|
5752
5822
|
}
|
|
5753
5823
|
|
|
5754
5824
|
const _hoisted_1$E = {
|
|
5825
|
+
viewBox: "0 0 17 12",
|
|
5755
5826
|
fill: "currentColor",
|
|
5756
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5757
|
-
viewBox: "0 0 576 512"
|
|
5827
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5758
5828
|
};
|
|
5759
|
-
const _hoisted_2$A = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5829
|
+
const _hoisted_2$A = /*#__PURE__*/createElementVNode("path", { d: "M15.847.621c.359.33.359.865 0 1.164l-9.281 9.281c-.299.359-.833.359-1.164 0L.622 6.285c-.33-.3-.33-.833 0-1.164a.848.848 0 011.193 0L6 9.308 14.684.621c.33-.328.864-.328 1.163 0z" }, null, -1);
|
|
5760
5830
|
const _hoisted_3$x = [
|
|
5761
5831
|
_hoisted_2$A
|
|
5762
5832
|
];
|
|
@@ -5766,11 +5836,11 @@ function render$G(_ctx, _cache) {
|
|
|
5766
5836
|
}
|
|
5767
5837
|
|
|
5768
5838
|
const _hoisted_1$D = {
|
|
5769
|
-
viewBox: "0 0
|
|
5839
|
+
viewBox: "0 0 56 56",
|
|
5770
5840
|
fill: "currentColor",
|
|
5771
5841
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5772
5842
|
};
|
|
5773
|
-
const _hoisted_2$z = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5843
|
+
const _hoisted_2$z = /*#__PURE__*/createElementVNode("path", { d: "M52.036 39.526c-.35.382-.82.568-1.29.568-.426 0-.852-.154-1.188-.465l-21.563-19.9L6.439 39.536c-.711.657-1.82.616-2.473-.099a1.748 1.748 0 01.097-2.47l22.75-21a1.745 1.745 0 012.376 0l22.75 21c.7.754.754 1.848.098 2.559z" }, null, -1);
|
|
5774
5844
|
const _hoisted_3$w = [
|
|
5775
5845
|
_hoisted_2$z
|
|
5776
5846
|
];
|
|
@@ -5780,11 +5850,11 @@ function render$F(_ctx, _cache) {
|
|
|
5780
5850
|
}
|
|
5781
5851
|
|
|
5782
5852
|
const _hoisted_1$C = {
|
|
5783
|
-
viewBox: "0 0
|
|
5853
|
+
viewBox: "0 0 56 56",
|
|
5784
5854
|
fill: "currentColor",
|
|
5785
5855
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5786
5856
|
};
|
|
5787
|
-
const _hoisted_2$y = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5857
|
+
const _hoisted_2$y = /*#__PURE__*/createElementVNode("path", { d: "M3.966 16.657c.343-.372.813-.656 1.285-.656.425 0 .85.154 1.188.465l21.557 19.808 21.558-19.808a1.745 1.745 0 012.473.099c.656.71.612 1.814-.097 2.47l-22.75 21a1.745 1.745 0 01-2.376 0l-22.75-21c-.7-.562-.745-1.667-.088-2.378z" }, null, -1);
|
|
5788
5858
|
const _hoisted_3$v = [
|
|
5789
5859
|
_hoisted_2$y
|
|
5790
5860
|
];
|
|
@@ -5794,11 +5864,11 @@ function render$E(_ctx, _cache) {
|
|
|
5794
5864
|
}
|
|
5795
5865
|
|
|
5796
5866
|
const _hoisted_1$B = {
|
|
5797
|
-
viewBox: "0 0
|
|
5867
|
+
viewBox: "0 0 56 56",
|
|
5798
5868
|
fill: "currentColor",
|
|
5799
5869
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5800
5870
|
};
|
|
5801
|
-
const _hoisted_2$x = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5871
|
+
const _hoisted_2$x = /*#__PURE__*/createElementVNode("path", { d: "M18.645 52.04a1.732 1.732 0 01-.564-1.285c0-.425.154-.85.465-1.187L38.354 28.01 18.546 6.438a1.746 1.746 0 01.099-2.473 1.747 1.747 0 012.47.097l21 22.75a1.745 1.745 0 010 2.376l-21 22.75c-.658.704-1.759.759-2.47.103z" }, null, -1);
|
|
5802
5872
|
const _hoisted_3$u = [
|
|
5803
5873
|
_hoisted_2$x
|
|
5804
5874
|
];
|
|
@@ -5812,7 +5882,7 @@ const _hoisted_1$A = {
|
|
|
5812
5882
|
fill: "currentColor",
|
|
5813
5883
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5814
5884
|
};
|
|
5815
|
-
const _hoisted_2$w = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5885
|
+
const _hoisted_2$w = /*#__PURE__*/createElementVNode("path", { d: "M39.681 3.965c.376.343.564.813.564 1.285 0 .426-.154.851-.465 1.188L19.881 28l19.808 21.558c.656.71.615 1.82-.1 2.473a1.748 1.748 0 01-2.47-.098l-21-22.75a1.745 1.745 0 010-2.375l21-22.75c.746-.705 1.851-.75 2.562-.093z" }, null, -1);
|
|
5816
5886
|
const _hoisted_3$t = [
|
|
5817
5887
|
_hoisted_2$w
|
|
5818
5888
|
];
|
|
@@ -5822,11 +5892,11 @@ function render$C(_ctx, _cache) {
|
|
|
5822
5892
|
}
|
|
5823
5893
|
|
|
5824
5894
|
const _hoisted_1$z = {
|
|
5825
|
-
viewBox: "0 0 17 12",
|
|
5826
5895
|
fill: "currentColor",
|
|
5827
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5896
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5897
|
+
viewBox: "0 0 512 512"
|
|
5828
5898
|
};
|
|
5829
|
-
const _hoisted_2$v = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5899
|
+
const _hoisted_2$v = /*#__PURE__*/createElementVNode("path", { d: "M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm-24 152c0-13.2 10.8-24 24-24s24 10.75 24 24v128c0 13.25-10.75 24-24 24s-24-10.7-24-24V152zm24 248c-17.36 0-31.44-14.08-31.44-31.44s14.07-31.44 31.44-31.44 31.44 14.08 31.44 31.44C287.4 385.9 273.4 400 256 400z" }, null, -1);
|
|
5830
5900
|
const _hoisted_3$s = [
|
|
5831
5901
|
_hoisted_2$v
|
|
5832
5902
|
];
|
|
@@ -5836,11 +5906,11 @@ function render$B(_ctx, _cache) {
|
|
|
5836
5906
|
}
|
|
5837
5907
|
|
|
5838
5908
|
const _hoisted_1$y = {
|
|
5839
|
-
viewBox: "0 0
|
|
5909
|
+
viewBox: "0 0 33 33",
|
|
5840
5910
|
fill: "currentColor",
|
|
5841
5911
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5842
5912
|
};
|
|
5843
|
-
const _hoisted_2$u = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5913
|
+
const _hoisted_2$u = /*#__PURE__*/createElementVNode("path", { d: "M5.965 5.39L2.76 3.832c-.395-.155-.877-.044-1.071.357a.788.788 0 00.357 1.07L5.25 6.817a.798.798 0 00.358.088c.37 0 .695-.257.783-.62a.796.796 0 00-.427-.895zm-.356 12.689a.79.79 0 00-.357.087l-3.205 1.558a.796.796 0 00-.363 1.07c.2.356.682.557 1.077.363L5.966 19.6c.332-.17.507-.545.426-.857-.087-.364-.412-.664-.783-.664zM26.444 6.905a.79.79 0 00.356-.088l3.206-1.557a.789.789 0 00.357-1.07c-.194-.356-.677-.558-1.071-.358L26.086 5.39a.803.803 0 00-.425.895c.086.363.412.62.783.62zM4.808 12.469c0-.4-.357-.8-.801-.8H.8c-.444 0-.801.356-.801.755 0 .4.357.847.801.847h3.206c.444 0 .8-.31.8-.802zm26.444-.8h-3.206c-.444 0-.801.356-.801.755 0 .4.357.757.801.757h3.206c.444 0 .8-.357.8-.757s-.355-.756-.8-.756zm-1.248 8.142L26.8 18.255c-.394-.155-.876-.038-1.077.357a.805.805 0 00.363 1.076l3.206 1.558a.805.805 0 001.076-.363.793.793 0 00-.363-1.07zM16.001 3.701c-4.848.014-8.79 4-8.79 8.884 0 2.149.776 4.223 2.182 5.84.668.766 1.795 2.483 2.19 3.806a.792.792 0 00.883.687.809.809 0 00.707-.884l-.03-.166c-.517-1.751-1.803-3.648-2.541-4.496a7.302 7.302 0 01-1.787-4.787c0-4.07 3.157-7.267 7.186-7.277h.025c1.91 0 3.709.744 5.069 2.1a7.248 7.248 0 012.143 5.177 7.3 7.3 0 01-1.786 4.788c-.739.849-2.026 2.745-2.542 4.496l-.031.168c-.053.438.247.88.684.935.04.005.077.008.115.008.39 0 .719-.256.769-.657.418-1.415 1.546-3.131 2.214-3.898a8.912 8.912 0 002.18-5.84c0-2.39-.93-4.633-2.615-6.316C20.559 4.605 18.31 3.641 16 3.701zm3.186 20.788H12.82a.802.802 0 00-.801.803l.004 1.119c0 .314.094.624.268.885l.856 1.287c.261.393.862.715 1.335.715h3.09c.472 0 1.073-.322 1.334-.715l.856-1.286c.148-.223.268-.62.269-.886l-.002-1.119c-.042-.397-.358-.803-.843-.803zm-.762 1.968l-.806 1.225c-.024.022-.085.054-.044.056l-3.02.006c-.02-.005-.056-.014-.07-.014-.007-.012-.008 0 0 0l-.857-1.276v-.32h4.804v.26c-.007.023-.017.063-.007.063zm-1.597-18.75a.801.801 0 00-.802-.8c-3.092 0-5.609 2.515-5.609 5.563a.8.8 0 101.603 0c0-2.208 1.797-3.961 4.006-3.961.441 0 .802-.359.802-.801z" }, null, -1);
|
|
5844
5914
|
const _hoisted_3$r = [
|
|
5845
5915
|
_hoisted_2$u
|
|
5846
5916
|
];
|
|
@@ -5850,11 +5920,11 @@ function render$A(_ctx, _cache) {
|
|
|
5850
5920
|
}
|
|
5851
5921
|
|
|
5852
5922
|
const _hoisted_1$x = {
|
|
5853
|
-
viewBox: "0 0
|
|
5923
|
+
viewBox: "0 0 32 33",
|
|
5854
5924
|
fill: "currentColor",
|
|
5855
5925
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5856
5926
|
};
|
|
5857
|
-
const _hoisted_2$t = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5927
|
+
const _hoisted_2$t = /*#__PURE__*/createElementVNode("path", { d: "M28.01 10.385c.445.28.79.795.79 1.355 0 .86-.7 1.56-1.56 1.56H4.758a1.56 1.56 0 01-.768-2.915l11.615-6.58c.245-.14.5-.14.79 0l11.615 6.58zM4.917 11.7h22.168L16 5.42 4.917 11.7zM6.4 21.3v-6.4H8v6.4h4v-6.4h1.6v6.4h4.8v-6.4H20v6.4h4v-6.4h1.6v6.4c.44 0 .8.36.8.8 0 .44-.36.8-.8.8H6.4a.801.801 0 010-1.6zm-2 4c0-.44.358-.8.8-.8h21.6c.44 0 .8.36.8.8 0 .44-.36.8-.8.8H5.2c-.442 0-.8-.36-.8-.8zm-1.2 3.2c0-.44.358-.8.8-.8h24c.44 0 .8.36.8.8 0 .44-.36.8-.8.8H4c-.442 0-.8-.36-.8-.8z" }, null, -1);
|
|
5858
5928
|
const _hoisted_3$q = [
|
|
5859
5929
|
_hoisted_2$t
|
|
5860
5930
|
];
|
|
@@ -5864,11 +5934,11 @@ function render$z(_ctx, _cache) {
|
|
|
5864
5934
|
}
|
|
5865
5935
|
|
|
5866
5936
|
const _hoisted_1$w = {
|
|
5937
|
+
viewBox: "0 0 32 33",
|
|
5867
5938
|
fill: "currentColor",
|
|
5868
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5869
|
-
viewBox: "0 0 512 512"
|
|
5939
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5870
5940
|
};
|
|
5871
|
-
const _hoisted_2$s = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5941
|
+
const _hoisted_2$s = /*#__PURE__*/createElementVNode("path", { d: "M11.615 8.339c.065.06.145.12.23.179-.77.03-1.52.094-2.245.192V7.7c0-.763.43-1.386.97-1.852.545-.469 1.285-.854 2.135-1.162 1.7-.62 3.995-.986 6.495-.986 2.455 0 4.795.367 6.495.986.85.308 1.59.693 2.135 1.162.54.466.97 1.09.97 1.852v10.895c0 .77-.41 1.41-.955 1.9-.59.49-1.29.895-2.14 1.22-.515.195-1.09.37-1.705.515v-1.65c.41-.11.79-.23 1.14-.36.74-.285 1.285-.6 1.635-.915.345-.31.425-.555.425-.71v-3.31c-.435.28-.94.525-1.495.735-.515.195-1.09.37-1.705.515v-1.65c.41-.11.79-.23 1.14-.36.74-.285 1.285-.605 1.635-.915.345-.355.425-.555.425-.71v-2.895c-.44.275-.95.51-1.505.71-.865.315-1.88.565-3 .73-.09-.14-.185-.185-.28-.27a7.484 7.484 0 00-1.69-1.125c1.735-.115 3.27-.42 4.38-.84.79-.27 1.335-.574 1.68-.871.35-.3.415-.518.415-.639s-.065-.34-.415-.639c-.345-.297-.89-.601-1.68-.872-1.44-.54-3.545-.889-5.905-.889-2.36 0-4.465.35-5.95.889-.745.271-1.29.575-1.635.872-.35.3-.46.518-.46.639s.11.34.46.639zM3.2 14.1c0-.765.428-1.385.97-1.895.545-.425 1.287-.81 2.134-1.12 1.701-.62 3.996-.985 6.496-.985 2.455 0 4.795.365 6.495.985.85.31 1.59.695 2.135 1.12.54.51.97 1.13.97 1.895v10.895c0 .77-.41 1.41-.955 1.9-.59.49-1.29.895-2.14 1.22-1.7.65-4.005.99-6.505.99-2.545 0-4.802-.34-6.507-.99-.85-.325-1.592-.73-2.137-1.22-.544-.49-.956-1.13-.956-1.9V14.1zm2.013.64c.346.295.893.6 1.638.87 1.484.54 3.589.89 5.949.89s4.465-.35 5.905-.89c.79-.27 1.335-.575 1.68-.87.35-.3.415-.52.415-.64s-.065-.34-.415-.64c-.345-.295-.89-.6-1.68-.87-1.44-.585-3.545-.89-5.905-.89-2.36 0-4.465.305-5.949.89-.745.27-1.292.575-1.638.87-.348.3-.413.52-.413.64s.065.34.413.64zm14.082 2.375c-1.7.62-4.04.985-6.495.985-2.5 0-4.795-.365-6.496-.985a8.184 8.184 0 01-1.504-.71V19.3c0 .155.08.355.427.71.346.31.893.63 1.636.915 1.482.56 3.577.925 5.937.925 2.36 0 4.455-.365 5.94-.925.74-.285 1.285-.605 1.635-.915.345-.355.425-.555.425-.71v-2.895c-.44.27-.95.51-1.505.71zm-14.068 8.59c.346.315.893.63 1.636.915 1.482.56 3.577.885 5.937.885 2.36 0 4.455-.325 5.94-.885.74-.285 1.285-.6 1.635-.915.345-.31.425-.555.425-.71v-3.31c-.435.28-.94.525-1.495.735-1.7.65-4.005 1.03-6.505 1.03-2.545 0-4.802-.38-6.507-1.03a10.41 10.41 0 01-1.538-.735v3.31c0 .155.126.4.472.71z" }, null, -1);
|
|
5872
5942
|
const _hoisted_3$p = [
|
|
5873
5943
|
_hoisted_2$s
|
|
5874
5944
|
];
|
|
@@ -5878,11 +5948,11 @@ function render$y(_ctx, _cache) {
|
|
|
5878
5948
|
}
|
|
5879
5949
|
|
|
5880
5950
|
const _hoisted_1$v = {
|
|
5881
|
-
viewBox: "0 0
|
|
5951
|
+
viewBox: "0 0 36 21",
|
|
5882
5952
|
fill: "currentColor",
|
|
5883
5953
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5884
5954
|
};
|
|
5885
|
-
const _hoisted_2$r = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5955
|
+
const _hoisted_2$r = /*#__PURE__*/createElementVNode("path", { d: "M34.468 5.972l-13.901 14C19.79 20.66 18.893 21 17.997 21a3.488 3.488 0 01-2.476-1.025l-13.901-14a3.36 3.36 0 01-.857-3.81A3.516 3.516 0 013.996 0h27.902c1.415 0 2.693.851 3.235 2.16.543 1.31.341 2.817-.665 3.812z" }, null, -1);
|
|
5886
5956
|
const _hoisted_3$o = [
|
|
5887
5957
|
_hoisted_2$r
|
|
5888
5958
|
];
|
|
@@ -5892,11 +5962,11 @@ function render$x(_ctx, _cache) {
|
|
|
5892
5962
|
}
|
|
5893
5963
|
|
|
5894
5964
|
const _hoisted_1$u = {
|
|
5895
|
-
|
|
5896
|
-
|
|
5897
|
-
|
|
5965
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5966
|
+
viewBox: "0 0 320 512",
|
|
5967
|
+
fill: "currentColor"
|
|
5898
5968
|
};
|
|
5899
|
-
const _hoisted_2$q = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5969
|
+
const _hoisted_2$q = /*#__PURE__*/createElementVNode("path", { d: "M287.1 288H31.2c-28.36 0-42.73 34.5-22.62 54.63l127.1 128c12.5 12.5 32.86 12.5 45.36 0l127.1-128C330.7 322.5 316.3 288 287.1 288zM160 448L32.05 320h255.9L160 448zM32.05 224h255.9c28.36 0 42.73-34.5 22.62-54.62l-127.1-128c-12.5-12.5-32.86-12.5-45.36 0L9.304 169.4C-10.69 189.5 3.682 224 32.05 224zM160 63.97L287.1 192H31.2L160 63.97z" }, null, -1);
|
|
5900
5970
|
const _hoisted_3$n = [
|
|
5901
5971
|
_hoisted_2$q
|
|
5902
5972
|
];
|
|
@@ -5906,11 +5976,11 @@ function render$w(_ctx, _cache) {
|
|
|
5906
5976
|
}
|
|
5907
5977
|
|
|
5908
5978
|
const _hoisted_1$t = {
|
|
5909
|
-
viewBox: "0 0
|
|
5979
|
+
viewBox: "0 0 46 46",
|
|
5910
5980
|
fill: "currentColor",
|
|
5911
5981
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5912
5982
|
};
|
|
5913
|
-
const _hoisted_2$p = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5983
|
+
const _hoisted_2$p = /*#__PURE__*/createElementVNode("path", { d: "M45.75 23c0 .962-.788 1.75-1.75 1.75H24.75V44a1.75 1.75 0 11-3.5 0V24.75H2c-.967 0-1.75-.782-1.75-1.749 0-.963.783-1.751 1.75-1.751h19.25V2c0-.967.783-1.749 1.75-1.749s1.75.782 1.75 1.749v19.25H44c.962 0 1.75.788 1.75 1.75z" }, null, -1);
|
|
5914
5984
|
const _hoisted_3$m = [
|
|
5915
5985
|
_hoisted_2$p
|
|
5916
5986
|
];
|
|
@@ -5920,11 +5990,11 @@ function render$v(_ctx, _cache) {
|
|
|
5920
5990
|
}
|
|
5921
5991
|
|
|
5922
5992
|
const _hoisted_1$s = {
|
|
5923
|
-
viewBox: "0 0
|
|
5993
|
+
viewBox: "0 0 26 27",
|
|
5924
5994
|
fill: "currentColor",
|
|
5925
5995
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5926
5996
|
};
|
|
5927
|
-
const _hoisted_2$o = /*#__PURE__*/createElementVNode("path", { d: "
|
|
5997
|
+
const _hoisted_2$o = /*#__PURE__*/createElementVNode("path", { d: "M13 13.5A6.4 6.4 0 1013 .7a6.4 6.4 0 000 12.8zm0-11.2c2.647 0 4.8 2.153 4.8 4.8 0 2.646-2.153 4.8-4.8 4.8a4.806 4.806 0 01-4.8-4.8c0-2.647 2.155-4.8 4.8-4.8zm2.535 13.6h-5.07A8.666 8.666 0 001.8 24.565c0 .957.776 1.733 1.733 1.733h18.935a1.73 1.73 0 001.732-1.733 8.666 8.666 0 00-8.665-8.665zm6.93 8.8H3.533a.134.134 0 01-.133-.135c0-3.895 3.17-7.065 7.065-7.065h5.065c3.9 0 7.07 3.17 7.07 7.065 0 .075-.06.135-.135.135z" }, null, -1);
|
|
5928
5998
|
const _hoisted_3$l = [
|
|
5929
5999
|
_hoisted_2$o
|
|
5930
6000
|
];
|
|
@@ -5934,11 +6004,15 @@ function render$u(_ctx, _cache) {
|
|
|
5934
6004
|
}
|
|
5935
6005
|
|
|
5936
6006
|
const _hoisted_1$r = {
|
|
5937
|
-
|
|
5938
|
-
|
|
5939
|
-
|
|
6007
|
+
viewBox: "0 0 44 44",
|
|
6008
|
+
fill: "currentColor",
|
|
6009
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5940
6010
|
};
|
|
5941
|
-
const _hoisted_2$n = /*#__PURE__*/createElementVNode("path", {
|
|
6011
|
+
const _hoisted_2$n = /*#__PURE__*/createElementVNode("path", {
|
|
6012
|
+
"fill-rule": "evenodd",
|
|
6013
|
+
"clip-rule": "evenodd",
|
|
6014
|
+
d: "M26.659 4.613C17.056 2.04 7.186 7.74 4.613 17.341 2.04 26.944 7.739 36.814 17.341 39.387l-1.035 3.863C4.569 40.106-2.395 28.042.749 16.306 3.894 4.57 15.957-2.395 27.694.75c11.736 3.144 18.7 15.208 15.556 26.944l-3.864-1.035c2.573-9.603-3.125-19.473-12.728-22.046z"
|
|
6015
|
+
}, null, -1);
|
|
5942
6016
|
const _hoisted_3$k = [
|
|
5943
6017
|
_hoisted_2$n
|
|
5944
6018
|
];
|
|
@@ -5948,11 +6022,11 @@ function render$t(_ctx, _cache) {
|
|
|
5948
6022
|
}
|
|
5949
6023
|
|
|
5950
6024
|
const _hoisted_1$q = {
|
|
5951
|
-
viewBox: "0 0
|
|
6025
|
+
viewBox: "0 0 26 27",
|
|
5952
6026
|
fill: "currentColor",
|
|
5953
6027
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5954
6028
|
};
|
|
5955
|
-
const _hoisted_2$m = /*#__PURE__*/createElementVNode("path", { d: "
|
|
6029
|
+
const _hoisted_2$m = /*#__PURE__*/createElementVNode("path", { d: "M15.045 2.129c-.055.053-.115.107-.17.163A11.231 11.231 0 0012.8 2.1C6.615 2.1 1.6 7.115 1.6 13.3s5.015 11.2 11.2 11.2S24 19.485 24 13.3c0-.71-.065-1.405-.19-2.075a4.99 4.99 0 00.16-.17l1.14-1.27c.32 1.115.49 2.295.49 3.515 0 7.07-5.73 12.8-12.8 12.8S0 20.37 0 13.3 5.73.5 12.8.5c1.22 0 2.355.17 3.515.488l-1.27 1.141zm-1.27 3.631l.21 1.25c-.385-.07-.78-.155-1.23-.155-3.49 0-6.4 2.91-6.4 6.4 0 3.58 2.91 6.445 6.4 6.445a6.419 6.419 0 006.445-6.445c0-.36-.04-.8-.11-1.14l1.25.21c.135.02.27.035.405.045.035.305.055.615.055.885 0 4.465-3.58 8.045-8 8.045s-8-3.58-8-8.045c0-4.375 3.58-8 8-8 .315 0 .625.063.93.099.01.135.025.271.045.406zm3.3 4.395l-3.71 3.71a.794.794 0 01-1.13 0 .794.794 0 010-1.13l3.71-3.71-.59-3.52a2.396 2.396 0 01.775-2.19l2.425-2.196c.7-.583 1.74-.288 1.99.552l.895 2.986 2.99.898c.84.25 1.135 1.29.55 1.945l-2.195 2.47c-.55.62-1.375.91-2.19.775l-3.52-.59zm1.39-1.39l2.395.4c.27.045.545-.05.73-.255l1.78-2.005-2.34-.7-2.565 2.56zm1.43-3.693l-.7-2.341-2.005 1.78a.8.8 0 00-.255.729l.4 2.395 2.56-2.563z" }, null, -1);
|
|
5956
6030
|
const _hoisted_3$j = [
|
|
5957
6031
|
_hoisted_2$m
|
|
5958
6032
|
];
|
|
@@ -5962,11 +6036,11 @@ function render$s(_ctx, _cache) {
|
|
|
5962
6036
|
}
|
|
5963
6037
|
|
|
5964
6038
|
const _hoisted_1$p = {
|
|
5965
|
-
viewBox: "0 0
|
|
6039
|
+
viewBox: "0 0 24 24",
|
|
5966
6040
|
fill: "currentColor",
|
|
5967
6041
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5968
6042
|
};
|
|
5969
|
-
const _hoisted_2$l = /*#__PURE__*/createElementVNode("path", { d: "
|
|
6043
|
+
const _hoisted_2$l = /*#__PURE__*/createElementVNode("path", { d: "M0 12C0 5.372 5.372 0 12 0s12 5.372 12 12-5.372 12-12 12S0 18.628 0 12zm17.428-2.072a1.315 1.315 0 000-1.856 1.316 1.316 0 00-1.856 0L10.5 13.144l-2.072-2.072a1.315 1.315 0 00-1.856 0c-.511.51-.511 1.345 0 1.856l3 3c.51.511 1.345.511 1.856 0l6-6z" }, null, -1);
|
|
5970
6044
|
const _hoisted_3$i = [
|
|
5971
6045
|
_hoisted_2$l
|
|
5972
6046
|
];
|
|
@@ -5976,15 +6050,11 @@ function render$r(_ctx, _cache) {
|
|
|
5976
6050
|
}
|
|
5977
6051
|
|
|
5978
6052
|
const _hoisted_1$o = {
|
|
5979
|
-
viewBox: "0 0
|
|
6053
|
+
viewBox: "0 0 24 24",
|
|
5980
6054
|
fill: "currentColor",
|
|
5981
6055
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5982
6056
|
};
|
|
5983
|
-
const _hoisted_2$k = /*#__PURE__*/createElementVNode("path", {
|
|
5984
|
-
"fill-rule": "evenodd",
|
|
5985
|
-
"clip-rule": "evenodd",
|
|
5986
|
-
d: "M26.659 4.613C17.056 2.04 7.186 7.74 4.613 17.341 2.04 26.944 7.739 36.814 17.341 39.387l-1.035 3.863C4.569 40.106-2.395 28.042.749 16.306 3.894 4.57 15.957-2.395 27.694.75c11.736 3.144 18.7 15.208 15.556 26.944l-3.864-1.035c2.573-9.603-3.125-19.473-12.728-22.046z"
|
|
5987
|
-
}, null, -1);
|
|
6057
|
+
const _hoisted_2$k = /*#__PURE__*/createElementVNode("path", { d: "M0 12C0 5.372 5.372 0 12 0s12 5.372 12 12-5.372 12-12 12S0 18.628 0 12zm8.203-2.245l2.208 2.203-2.208 2.245c-.436.44-.436 1.153 0 1.552.44.478 1.153.478 1.552 0l2.203-2.166 2.245 2.166c.44.478 1.153.478 1.552 0 .478-.399.478-1.111 0-1.552l-2.166-2.245 2.166-2.203c.478-.399.478-1.111 0-1.552-.399-.436-1.111-.436-1.552 0l-2.245 2.208-2.203-2.208c-.399-.436-1.111-.436-1.552 0-.436.44-.436 1.153 0 1.552z" }, null, -1);
|
|
5988
6058
|
const _hoisted_3$h = [
|
|
5989
6059
|
_hoisted_2$k
|
|
5990
6060
|
];
|
|
@@ -5994,11 +6064,11 @@ function render$q(_ctx, _cache) {
|
|
|
5994
6064
|
}
|
|
5995
6065
|
|
|
5996
6066
|
const _hoisted_1$n = {
|
|
5997
|
-
viewBox: "0 0
|
|
6067
|
+
viewBox: "0 0 20 20",
|
|
5998
6068
|
fill: "currentColor",
|
|
5999
6069
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6000
6070
|
};
|
|
6001
|
-
const _hoisted_2$j = /*#__PURE__*/createElementVNode("path", { d: "
|
|
6071
|
+
const _hoisted_2$j = /*#__PURE__*/createElementVNode("path", { d: "M9.45 12.472l-1.7 1.869V3.75a.75.75 0 10-1.5 0v10.59L4.55 12.5a.746.746 0 00-1.059-.042.75.75 0 00-.042 1.06l2.972 3.254a.774.774 0 001.102 0l2.972-3.253a.75.75 0 00-.042-1.06c-.25-.286-.725-.264-1.003.014zm7.1-5.99l-2.972-3.254a.774.774 0 00-1.102 0L9.45 6.481A.75.75 0 0010.55 7.5l1.699-1.84v10.59c0 .413.337.75.75.75.412 0 .75-.336.75-.75V5.66l1.699 1.842a.747.747 0 001.06.042.753.753 0 00.04-1.063z" }, null, -1);
|
|
6002
6072
|
const _hoisted_3$g = [
|
|
6003
6073
|
_hoisted_2$j
|
|
6004
6074
|
];
|
|
@@ -6008,11 +6078,11 @@ function render$p(_ctx, _cache) {
|
|
|
6008
6078
|
}
|
|
6009
6079
|
|
|
6010
6080
|
const _hoisted_1$m = {
|
|
6011
|
-
viewBox: "0 0
|
|
6081
|
+
viewBox: "0 0 16 16",
|
|
6012
6082
|
fill: "currentColor",
|
|
6013
6083
|
xmlns: "http://www.w3.org/2000/svg"
|
|
6014
6084
|
};
|
|
6015
|
-
const _hoisted_2$i = /*#__PURE__*/createElementVNode("path", { d: "
|
|
6085
|
+
const _hoisted_2$i = /*#__PURE__*/createElementVNode("path", { d: "M13.794 9.268l-5.25 5.5a.75.75 0 01-1.087-.001l-5.25-5.5c-.285-.327-.275-.774.025-1.061a.75.75 0 011.06.025l3.958 4.147V1.75c0-.414.336-.75.722-.75.386 0 .778.336.778.75v10.628l3.956-4.146a.75.75 0 011.06-.026c.303.287.312.734.028 1.062z" }, null, -1);
|
|
6016
6086
|
const _hoisted_3$f = [
|
|
6017
6087
|
_hoisted_2$i
|
|
6018
6088
|
];
|
|
@@ -6021,24 +6091,10 @@ function render$o(_ctx, _cache) {
|
|
|
6021
6091
|
return (openBlock(), createElementBlock("svg", _hoisted_1$m, _hoisted_3$f))
|
|
6022
6092
|
}
|
|
6023
6093
|
|
|
6024
|
-
const _hoisted_1$l = {
|
|
6025
|
-
viewBox: "0 0 24 24",
|
|
6026
|
-
fill: "currentColor",
|
|
6027
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
6028
|
-
};
|
|
6029
|
-
const _hoisted_2$h = /*#__PURE__*/createElementVNode("path", { d: "M0 12C0 5.372 5.372 0 12 0s12 5.372 12 12-5.372 12-12 12S0 18.628 0 12zm8.203-2.245l2.208 2.203-2.208 2.245c-.436.44-.436 1.153 0 1.552.44.478 1.153.478 1.552 0l2.203-2.166 2.245 2.166c.44.478 1.153.478 1.552 0 .478-.399.478-1.111 0-1.552l-2.166-2.245 2.166-2.203c.478-.399.478-1.111 0-1.552-.399-.436-1.111-.436-1.552 0l-2.245 2.208-2.203-2.208c-.399-.436-1.111-.436-1.552 0-.436.44-.436 1.153 0 1.552z" }, null, -1);
|
|
6030
|
-
const _hoisted_3$e = [
|
|
6031
|
-
_hoisted_2$h
|
|
6032
|
-
];
|
|
6033
|
-
|
|
6034
|
-
function render$n(_ctx, _cache) {
|
|
6035
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_3$e))
|
|
6036
|
-
}
|
|
6037
|
-
|
|
6038
6094
|
var script$k = defineComponent({
|
|
6039
6095
|
name: 'FwDropdown',
|
|
6040
6096
|
components: {
|
|
6041
|
-
ChevronDownSvg: render$
|
|
6097
|
+
ChevronDownSvg: render$E
|
|
6042
6098
|
},
|
|
6043
6099
|
props: {
|
|
6044
6100
|
/**
|
|
@@ -6155,17 +6211,17 @@ var script$k = defineComponent({
|
|
|
6155
6211
|
}
|
|
6156
6212
|
});
|
|
6157
6213
|
|
|
6158
|
-
var _withScopeId$
|
|
6214
|
+
var _withScopeId$4 = function _withScopeId(n) {
|
|
6159
6215
|
return pushScopeId("data-v-1467a810"), n = n(), popScopeId(), n;
|
|
6160
6216
|
};
|
|
6161
|
-
var _hoisted_1$
|
|
6217
|
+
var _hoisted_1$l = {
|
|
6162
6218
|
"class": "fw-dropdown relative"
|
|
6163
6219
|
};
|
|
6164
|
-
var _hoisted_2$
|
|
6220
|
+
var _hoisted_2$h = {
|
|
6165
6221
|
key: 0,
|
|
6166
6222
|
"class": "block mb-2 font-medium text-left"
|
|
6167
6223
|
};
|
|
6168
|
-
var _hoisted_3$
|
|
6224
|
+
var _hoisted_3$e = ["id", "aria-expanded"];
|
|
6169
6225
|
var _hoisted_4$8 = {
|
|
6170
6226
|
key: 0
|
|
6171
6227
|
};
|
|
@@ -6182,13 +6238,13 @@ var _hoisted_9$4 = {
|
|
|
6182
6238
|
key: 0,
|
|
6183
6239
|
"class": "text-error"
|
|
6184
6240
|
};
|
|
6185
|
-
var _hoisted_10$
|
|
6241
|
+
var _hoisted_10$2 = {
|
|
6186
6242
|
key: 1
|
|
6187
6243
|
};
|
|
6188
|
-
function render$
|
|
6244
|
+
function render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6189
6245
|
var _ctx$selectedOption, _ctx$selectedOption2;
|
|
6190
6246
|
var _component_ChevronDownSvg = resolveComponent("ChevronDownSvg");
|
|
6191
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
6247
|
+
return openBlock(), createElementBlock("div", _hoisted_1$l, [_ctx.label ? (openBlock(), createElementBlock("label", _hoisted_2$h, toDisplayString(_ctx.label), 1)) : createCommentVNode("", true), createElementVNode("button", {
|
|
6192
6248
|
type: "button",
|
|
6193
6249
|
"class": normalizeClass([_ctx.menuButtonClass, _ctx.isOpen ? 'border-primary' : 'border-grey-40 hover:border-grey-60']),
|
|
6194
6250
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
@@ -6199,7 +6255,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6199
6255
|
"aria-haspopup": "true"
|
|
6200
6256
|
}, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (openBlock(), createElementBlock("span", _hoisted_4$8, toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$6, toDisplayString(_ctx.placeholder), 1)), createVNode(_component_ChevronDownSvg, {
|
|
6201
6257
|
"class": normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
|
|
6202
|
-
}, null, 8, ["class"])], 10, _hoisted_3$
|
|
6258
|
+
}, null, 8, ["class"])], 10, _hoisted_3$e), createVNode(Transition, {
|
|
6203
6259
|
name: "slideUpDown"
|
|
6204
6260
|
}, {
|
|
6205
6261
|
"default": withCtx(function () {
|
|
@@ -6228,17 +6284,17 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6228
6284
|
mode: "out-in"
|
|
6229
6285
|
}, {
|
|
6230
6286
|
"default": withCtx(function () {
|
|
6231
|
-
return [(_ctx.errorMessage || _ctx.errors[0]) && _ctx.meta.touched ? (openBlock(), createElementBlock("span", _hoisted_9$4, toDisplayString(_ctx.errorMessage || _ctx.errors[0]), 1)) : _ctx.hint ? (openBlock(), createElementBlock("span", _hoisted_10$
|
|
6287
|
+
return [(_ctx.errorMessage || _ctx.errors[0]) && _ctx.meta.touched ? (openBlock(), createElementBlock("span", _hoisted_9$4, toDisplayString(_ctx.errorMessage || _ctx.errors[0]), 1)) : _ctx.hint ? (openBlock(), createElementBlock("span", _hoisted_10$2, toDisplayString(_ctx.hint), 1)) : createCommentVNode("", true)];
|
|
6232
6288
|
}),
|
|
6233
6289
|
_: 1
|
|
6234
6290
|
})])]);
|
|
6235
6291
|
}
|
|
6236
6292
|
|
|
6237
|
-
var css_248z$
|
|
6238
|
-
var stylesheet$
|
|
6239
|
-
styleInject(css_248z$
|
|
6293
|
+
var css_248z$c = ".slideUpDown-enter-active[data-v-1467a810]{-webkit-animation:slideUpDown-1467a810 .3s;animation:slideUpDown-1467a810 .3s;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.slideUpDown-leave-active[data-v-1467a810]{animation:slideUpDown-1467a810 .3s reverse;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@-webkit-keyframes slideUpDown-1467a810{0%{opacity:0;-webkit-transform:translate3d(0,-3%,0);transform:translate3d(0,-3%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideUpDown-1467a810{0%{opacity:0;-webkit-transform:translate3d(0,-3%,0);transform:translate3d(0,-3%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}";
|
|
6294
|
+
var stylesheet$c = ".slideUpDown-enter-active[data-v-1467a810]{-webkit-animation:slideUpDown-1467a810 .3s;animation:slideUpDown-1467a810 .3s;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.slideUpDown-leave-active[data-v-1467a810]{animation:slideUpDown-1467a810 .3s reverse;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@-webkit-keyframes slideUpDown-1467a810{0%{opacity:0;-webkit-transform:translate3d(0,-3%,0);transform:translate3d(0,-3%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideUpDown-1467a810{0%{opacity:0;-webkit-transform:translate3d(0,-3%,0);transform:translate3d(0,-3%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}";
|
|
6295
|
+
styleInject(css_248z$c);
|
|
6240
6296
|
|
|
6241
|
-
script$k.render = render$
|
|
6297
|
+
script$k.render = render$n;
|
|
6242
6298
|
script$k.__scopeId = "data-v-1467a810";
|
|
6243
6299
|
|
|
6244
6300
|
var script$j = defineComponent({
|
|
@@ -6296,16 +6352,16 @@ var script$j = defineComponent({
|
|
|
6296
6352
|
}
|
|
6297
6353
|
});
|
|
6298
6354
|
|
|
6299
|
-
var _hoisted_1$
|
|
6355
|
+
var _hoisted_1$k = {
|
|
6300
6356
|
key: 0,
|
|
6301
6357
|
"class": "fw-card--header px-8 py-4 bg-grey-lightest rounded-t border-opacity-0"
|
|
6302
6358
|
};
|
|
6303
|
-
var _hoisted_2$
|
|
6359
|
+
var _hoisted_2$g = {
|
|
6304
6360
|
key: 0,
|
|
6305
6361
|
"class": "fw-card--prefix-title text-primary"
|
|
6306
6362
|
};
|
|
6307
|
-
var _hoisted_3$
|
|
6308
|
-
function render$
|
|
6363
|
+
var _hoisted_3$d = ["innerHTML"];
|
|
6364
|
+
function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6309
6365
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.componentName), {
|
|
6310
6366
|
to: _ctx.to ? _ctx.to : null,
|
|
6311
6367
|
href: _ctx.href ? _ctx.href : null,
|
|
@@ -6313,11 +6369,11 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6313
6369
|
"class": normalizeClass(["fw-card rounded", [_ctx.to || _ctx.href || !!_ctx.$attrs.onClick ? _ctx.linkClass : '', _ctx.isBordered ? 'border border-grey-40' : 'shadow-card']])
|
|
6314
6370
|
}, {
|
|
6315
6371
|
"default": withCtx(function () {
|
|
6316
|
-
return [_ctx.title || _ctx.prefixTitle ? (openBlock(), createElementBlock("h4", _hoisted_1$
|
|
6372
|
+
return [_ctx.title || _ctx.prefixTitle ? (openBlock(), createElementBlock("h4", _hoisted_1$k, [_ctx.prefixTitle ? (openBlock(), createElementBlock("span", _hoisted_2$g, toDisplayString(_ctx.prefixTitle), 1)) : createCommentVNode("", true), _ctx.title ? (openBlock(), createElementBlock("div", {
|
|
6317
6373
|
key: 1,
|
|
6318
6374
|
"class": "inline",
|
|
6319
6375
|
innerHTML: _ctx.title
|
|
6320
|
-
}, null, 8, _hoisted_3$
|
|
6376
|
+
}, null, 8, _hoisted_3$d)) : createCommentVNode("", true)])) : createCommentVNode("", true), _ctx.$slots["default"] ? (openBlock(), createElementBlock("div", {
|
|
6321
6377
|
key: 1,
|
|
6322
6378
|
"class": normalizeClass(_ctx.slotPadding ? 'p-8' : '')
|
|
6323
6379
|
}, [renderSlot(_ctx.$slots, "default")], 2)) : createCommentVNode("", true)];
|
|
@@ -6326,23 +6382,23 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6326
6382
|
}, 8, ["to", "href", "tabindex", "class"]);
|
|
6327
6383
|
}
|
|
6328
6384
|
|
|
6329
|
-
script$j.render = render$
|
|
6385
|
+
script$j.render = render$m;
|
|
6330
6386
|
|
|
6331
6387
|
var script$i = defineComponent({
|
|
6332
6388
|
name: 'FwLoadingSpinner',
|
|
6333
6389
|
components: {
|
|
6334
|
-
LoadingSvg: render$
|
|
6390
|
+
LoadingSvg: render$t
|
|
6335
6391
|
}
|
|
6336
6392
|
});
|
|
6337
6393
|
|
|
6338
|
-
function render$
|
|
6394
|
+
function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6339
6395
|
var _component_LoadingSvg = resolveComponent("LoadingSvg");
|
|
6340
6396
|
return openBlock(), createBlock(_component_LoadingSvg, {
|
|
6341
6397
|
"class": "fw-loading-spinner animate-spin"
|
|
6342
6398
|
});
|
|
6343
6399
|
}
|
|
6344
6400
|
|
|
6345
|
-
script$i.render = render$
|
|
6401
|
+
script$i.render = render$l;
|
|
6346
6402
|
|
|
6347
6403
|
var script$h = defineComponent({
|
|
6348
6404
|
name: 'FwButton',
|
|
@@ -6373,13 +6429,13 @@ var script$h = defineComponent({
|
|
|
6373
6429
|
},
|
|
6374
6430
|
/**
|
|
6375
6431
|
* The colour variant of the button.
|
|
6376
|
-
* Accepts 'primary', 'secondary', 'tertiary', 'error', 'success'
|
|
6432
|
+
* Accepts 'primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text', 'transparent'
|
|
6377
6433
|
*/
|
|
6378
6434
|
variant: {
|
|
6379
6435
|
type: String,
|
|
6380
6436
|
"default": 'primary',
|
|
6381
6437
|
validator: function validator(value) {
|
|
6382
|
-
return ['primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text'].includes(value);
|
|
6438
|
+
return ['primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text', 'transparent'].includes(value);
|
|
6383
6439
|
}
|
|
6384
6440
|
},
|
|
6385
6441
|
/**
|
|
@@ -6425,9 +6481,7 @@ var script$h = defineComponent({
|
|
|
6425
6481
|
}
|
|
6426
6482
|
},
|
|
6427
6483
|
setup: function setup(props, ctx) {
|
|
6428
|
-
var baseClass = ref(
|
|
6429
|
-
// eslint-disable-next-line max-len
|
|
6430
|
-
'inline-block text-center whitespace-nowrap transition-colors ease-in-out duration-300 focus:outline-0 border-2 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring');
|
|
6484
|
+
var baseClass = ref("inline-block text-center whitespace-nowrap transition-colors ease-in-out\n duration-300 focus:outline-0 border-2 focus-visible:outline-0 focus:ring-none ring-offset-2 focus-visible:ring\n ");
|
|
6431
6485
|
var buttonClasses = ref({
|
|
6432
6486
|
primary: {
|
|
6433
6487
|
text: '',
|
|
@@ -6463,6 +6517,11 @@ var script$h = defineComponent({
|
|
|
6463
6517
|
text: 'text-body font-semibold hover:text-white active:text-white',
|
|
6464
6518
|
background: 'bg-white hover:bg-body active:bg-body',
|
|
6465
6519
|
border: 'border-transparent focus-visible:ring-body'
|
|
6520
|
+
},
|
|
6521
|
+
transparent: {
|
|
6522
|
+
text: 'text-grey-base hover:text-primary active:text-primary',
|
|
6523
|
+
background: 'bg-none hover:bg-white focus:bg-white active:bg-white',
|
|
6524
|
+
border: 'border-transparent focus-visible:ring-1 focus-visible:ring-primary'
|
|
6466
6525
|
}
|
|
6467
6526
|
});
|
|
6468
6527
|
var sizes = ref({
|
|
@@ -6561,11 +6620,11 @@ var script$h = defineComponent({
|
|
|
6561
6620
|
}
|
|
6562
6621
|
});
|
|
6563
6622
|
|
|
6564
|
-
var _hoisted_1$
|
|
6623
|
+
var _hoisted_1$j = {
|
|
6565
6624
|
key: 0,
|
|
6566
6625
|
"class": "fw-button--label relative"
|
|
6567
6626
|
};
|
|
6568
|
-
function render$
|
|
6627
|
+
function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6569
6628
|
var _component_FwLoadingSpinner = resolveComponent("FwLoadingSpinner");
|
|
6570
6629
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.tagName), {
|
|
6571
6630
|
"class": normalizeClass(["fw-button", [_ctx.baseClass, _ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass, _ctx.borderClass, _ctx.rounded && _ctx.variant !== 'link' ? 'rounded-full' : 'rounded', _ctx.variant === 'link' ? 'pl-0 pr-0 pt-0 pb-0 font-normal rounded-1' : 'font-semibold', _ctx.animation === 'fade' ? 'animation--fade' : 'animation--alternate', _ctx.loading === true ? 'fw-button--loading cursor-progress' : 'cursor-pointer']]),
|
|
@@ -6582,7 +6641,7 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6582
6641
|
onMouseout: _ctx.onMouseout
|
|
6583
6642
|
}, {
|
|
6584
6643
|
"default": withCtx(function () {
|
|
6585
|
-
return [_ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
6644
|
+
return [_ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_1$j, [createElementVNode("div", {
|
|
6586
6645
|
"class": normalizeClass(["fw-button--label-wrapper", _ctx.loading ? _ctx.loadingSize.spacing : 'pr-0 ml-0'])
|
|
6587
6646
|
}, [renderSlot(_ctx.$slots, "default")], 2), _ctx.loading ? (openBlock(), createElementBlock("div", {
|
|
6588
6647
|
key: 0,
|
|
@@ -6595,11 +6654,11 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6595
6654
|
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "target", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
6596
6655
|
}
|
|
6597
6656
|
|
|
6598
|
-
var css_248z$
|
|
6599
|
-
var stylesheet$
|
|
6600
|
-
styleInject(css_248z$
|
|
6657
|
+
var css_248z$b = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fw-button--primary{background:var(--colorButtonPrimary);color:var(--colorButtonPrimaryText)}.fw-button--primary.fw-button--loading,.fw-button--primary:hover{background:var(--colorButtonPrimaryFade);border-color:var(--colorButtonPrimaryFade)}.fw-button--secondary{background:var(--colorButtonSecondary);color:var(--colorButtonSecondaryText)}.fw-button--secondary.animation--alternate.fw-button--loading,.fw-button--secondary.animation--alternate:hover{background:var(--colorButtonSecondaryText);color:var(--colorButtonSecondary)}.fw-button--secondary.animation--fade.fw-button--loading,.fw-button--secondary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}.fw-button--tertiary{background:var(--colorButtonTertiary);color:var(--colorButtonTertiaryText)}.fw-button--tertiary.animation--alternate.fw-button--loading,.fw-button--tertiary.animation--alternate:hover{background:var(--colorButtonTertiaryText);color:var(--colorButtonTertiary)}.fw-button--tertiary.animation--fade.fw-button--loading,.fw-button--tertiary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}";
|
|
6658
|
+
var stylesheet$b = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.fw-button--primary{background:var(--colorButtonPrimary);color:var(--colorButtonPrimaryText)}.fw-button--primary.fw-button--loading,.fw-button--primary:hover{background:var(--colorButtonPrimaryFade);border-color:var(--colorButtonPrimaryFade)}.fw-button--secondary{background:var(--colorButtonSecondary);color:var(--colorButtonSecondaryText)}.fw-button--secondary.animation--alternate.fw-button--loading,.fw-button--secondary.animation--alternate:hover{background:var(--colorButtonSecondaryText);color:var(--colorButtonSecondary)}.fw-button--secondary.animation--fade.fw-button--loading,.fw-button--secondary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}.fw-button--tertiary{background:var(--colorButtonTertiary);color:var(--colorButtonTertiaryText)}.fw-button--tertiary.animation--alternate.fw-button--loading,.fw-button--tertiary.animation--alternate:hover{background:var(--colorButtonTertiaryText);color:var(--colorButtonTertiary)}.fw-button--tertiary.animation--fade.fw-button--loading,.fw-button--tertiary.animation--fade:hover{-webkit-filter:brightness(135%);filter:brightness(135%)}";
|
|
6659
|
+
styleInject(css_248z$b);
|
|
6601
6660
|
|
|
6602
|
-
script$h.render = render$
|
|
6661
|
+
script$h.render = render$k;
|
|
6603
6662
|
|
|
6604
6663
|
var script$g = defineComponent({
|
|
6605
6664
|
name: 'FwNavigationMenu',
|
|
@@ -6649,14 +6708,14 @@ var script$g = defineComponent({
|
|
|
6649
6708
|
}
|
|
6650
6709
|
});
|
|
6651
6710
|
|
|
6652
|
-
var _hoisted_1$
|
|
6711
|
+
var _hoisted_1$i = {
|
|
6653
6712
|
"class": "fw-nav-menu relative z-50 h-20 shadow-md"
|
|
6654
6713
|
};
|
|
6655
|
-
var _hoisted_2$
|
|
6714
|
+
var _hoisted_2$f = {
|
|
6656
6715
|
key: 0,
|
|
6657
6716
|
"class": "flex-shrink-0 flex items-center"
|
|
6658
6717
|
};
|
|
6659
|
-
var _hoisted_3$
|
|
6718
|
+
var _hoisted_3$c = {
|
|
6660
6719
|
key: 1,
|
|
6661
6720
|
"class": "container hidden sm:flex items-center justify-start sm:ml-6"
|
|
6662
6721
|
};
|
|
@@ -6682,15 +6741,15 @@ var _hoisted_8$3 = {
|
|
|
6682
6741
|
"aria-hidden": "true"
|
|
6683
6742
|
};
|
|
6684
6743
|
var _hoisted_9$3 = ["d"];
|
|
6685
|
-
var _hoisted_10$
|
|
6744
|
+
var _hoisted_10$1 = {
|
|
6686
6745
|
"class": "w-full flex flex-col space-y-1"
|
|
6687
6746
|
};
|
|
6688
|
-
function render$
|
|
6747
|
+
function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6689
6748
|
var _ctx$menuItems;
|
|
6690
6749
|
var _component_FwButton = resolveComponent("FwButton");
|
|
6691
|
-
return openBlock(), createElementBlock("nav", _hoisted_1$
|
|
6750
|
+
return openBlock(), createElementBlock("nav", _hoisted_1$i, [createElementVNode("div", {
|
|
6692
6751
|
"class": normalizeClass(["px-6 flex-1 h-full flex bg-white items-stretch justify-between mx-auto", _ctx.containerClass])
|
|
6693
|
-
}, [_ctx.$slots.logo ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
6752
|
+
}, [_ctx.$slots.logo ? (openBlock(), createElementBlock("div", _hoisted_2$f, [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$c, [createElementVNode("div", _hoisted_4$7, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
6694
6753
|
return openBlock(), createBlock(_component_FwButton, {
|
|
6695
6754
|
key: i,
|
|
6696
6755
|
variant: "text",
|
|
@@ -6735,7 +6794,7 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6735
6794
|
return [_ctx.menuItems && _ctx.menuItems.length > 0 && _ctx.isMobileMenuOpen ? (openBlock(), createElementBlock("div", {
|
|
6736
6795
|
key: 0,
|
|
6737
6796
|
"class": normalizeClass(["fw-nav-menu--mobile", _ctx.mobileMenuClass])
|
|
6738
|
-
}, [createElementVNode("div", _hoisted_10$
|
|
6797
|
+
}, [createElementVNode("div", _hoisted_10$1, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
6739
6798
|
return openBlock(), createBlock(_component_FwButton, {
|
|
6740
6799
|
key: i,
|
|
6741
6800
|
"class": "w-full rounded-md",
|
|
@@ -6766,11 +6825,11 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6766
6825
|
})]);
|
|
6767
6826
|
}
|
|
6768
6827
|
|
|
6769
|
-
var css_248z$
|
|
6770
|
-
var stylesheet$
|
|
6771
|
-
styleInject(css_248z$
|
|
6828
|
+
var css_248z$a = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
|
|
6829
|
+
var stylesheet$a = ".fw-nav-menu--mobile{z-index:-1}.fw-nav-menu--mobile,.slideInLeft-enter-active{-webkit-transition:left .35s ease-in;transition:left .35s ease-in}.slideInLeft-enter-active{-webkit-animation:slideInLeft .35s;animation:slideInLeft .35s}.slideInLeft-leave-active{animation:slideInLeft .35s reverse;-webkit-transition:left .35s ease-in-out;transition:left .35s ease-in-out}@-webkit-keyframes slideInLeft{0%{left:100%}to{left:0}}@keyframes slideInLeft{0%{left:100%}to{left:0}}";
|
|
6830
|
+
styleInject(css_248z$a);
|
|
6772
6831
|
|
|
6773
|
-
script$g.render = render$
|
|
6832
|
+
script$g.render = render$j;
|
|
6774
6833
|
|
|
6775
6834
|
var es_number_constructor = {};
|
|
6776
6835
|
|
|
@@ -7005,16 +7064,16 @@ var script$f = defineComponent({
|
|
|
7005
7064
|
}
|
|
7006
7065
|
});
|
|
7007
7066
|
|
|
7008
|
-
var _hoisted_1$
|
|
7067
|
+
var _hoisted_1$h = {
|
|
7009
7068
|
"class": "fw-tabs"
|
|
7010
7069
|
};
|
|
7011
|
-
var _hoisted_2$
|
|
7070
|
+
var _hoisted_2$e = {
|
|
7012
7071
|
key: 0,
|
|
7013
7072
|
"class": "flex flex-wrap -mb-px border-b border-grey-light dark:text-grey-base dark:border-grey-base"
|
|
7014
7073
|
};
|
|
7015
|
-
var _hoisted_3$
|
|
7016
|
-
function render$
|
|
7017
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7074
|
+
var _hoisted_3$b = ["onClick"];
|
|
7075
|
+
function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7076
|
+
return openBlock(), createElementBlock("div", _hoisted_1$h, [_ctx.tabs ? (openBlock(), createElementBlock("ul", _hoisted_2$e, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.tabs, function (tab, i) {
|
|
7018
7077
|
return openBlock(), createElementBlock("li", {
|
|
7019
7078
|
"class": "mr-2",
|
|
7020
7079
|
key: i
|
|
@@ -7024,11 +7083,11 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7024
7083
|
return _ctx.selectTab(i);
|
|
7025
7084
|
},
|
|
7026
7085
|
"class": normalizeClass(["inline-block p-4 outline-primary border-b-2 border-transparent transition ease-in", _ctx.active === i ? 'font-semibold border-body' : 'hover:bg-grey-lightest'])
|
|
7027
|
-
}, toDisplayString(tab.props.label), 11, _hoisted_3$
|
|
7086
|
+
}, toDisplayString(tab.props.label), 11, _hoisted_3$b)]);
|
|
7028
7087
|
}), 128))])) : createCommentVNode("", true), renderSlot(_ctx.$slots, "default")]);
|
|
7029
7088
|
}
|
|
7030
7089
|
|
|
7031
|
-
script$f.render = render$
|
|
7090
|
+
script$f.render = render$i;
|
|
7032
7091
|
|
|
7033
7092
|
var es_array_findIndex = {};
|
|
7034
7093
|
|
|
@@ -7137,15 +7196,15 @@ var script$e = defineComponent({
|
|
|
7137
7196
|
}
|
|
7138
7197
|
});
|
|
7139
7198
|
|
|
7140
|
-
var _hoisted_1$
|
|
7199
|
+
var _hoisted_1$g = {
|
|
7141
7200
|
key: 0,
|
|
7142
7201
|
"class": "fw-tab w-full"
|
|
7143
7202
|
};
|
|
7144
|
-
function render$
|
|
7145
|
-
return _ctx.isActive ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
7203
|
+
function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7204
|
+
return _ctx.isActive ? (openBlock(), createElementBlock("div", _hoisted_1$g, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true);
|
|
7146
7205
|
}
|
|
7147
7206
|
|
|
7148
|
-
script$e.render = render$
|
|
7207
|
+
script$e.render = render$h;
|
|
7149
7208
|
|
|
7150
7209
|
var script$d = defineComponent({
|
|
7151
7210
|
name: 'FwModal',
|
|
@@ -7252,11 +7311,11 @@ var script$d = defineComponent({
|
|
|
7252
7311
|
}
|
|
7253
7312
|
});
|
|
7254
7313
|
|
|
7255
|
-
var _hoisted_1$
|
|
7256
|
-
var _hoisted_2$
|
|
7314
|
+
var _hoisted_1$f = ["id"];
|
|
7315
|
+
var _hoisted_2$d = {
|
|
7257
7316
|
"class": "fw-modal--mask fixed z-[9999] top-0 left-0 w-full h-full bg-black bg-opacity-50"
|
|
7258
7317
|
};
|
|
7259
|
-
var _hoisted_3$
|
|
7318
|
+
var _hoisted_3$a = {
|
|
7260
7319
|
"class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
|
|
7261
7320
|
};
|
|
7262
7321
|
var _hoisted_4$6 = ["role", "aria-labelledby", "aria-describedby"];
|
|
@@ -7272,12 +7331,12 @@ var _hoisted_6$2 = {
|
|
|
7272
7331
|
var _hoisted_7$2 = ["id"];
|
|
7273
7332
|
var _hoisted_8$2 = ["id", "innerHTML"];
|
|
7274
7333
|
var _hoisted_9$2 = ["id"];
|
|
7275
|
-
var _hoisted_10
|
|
7334
|
+
var _hoisted_10 = ["innerHTML", "id"];
|
|
7276
7335
|
var _hoisted_11 = {
|
|
7277
7336
|
key: 3,
|
|
7278
7337
|
"class": "modal-footer flex space-x-4 pt-4 justify-center"
|
|
7279
7338
|
};
|
|
7280
|
-
function render$
|
|
7339
|
+
function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7281
7340
|
var _component_FwButton = resolveComponent("FwButton");
|
|
7282
7341
|
return _ctx.isMounted ? (openBlock(), createBlock(Teleport, {
|
|
7283
7342
|
key: 0,
|
|
@@ -7291,7 +7350,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7291
7350
|
key: 0,
|
|
7292
7351
|
"class": "fw-modal z-[9999]",
|
|
7293
7352
|
id: "fw-modal-".concat(_ctx.uuid)
|
|
7294
|
-
}, [createElementVNode("div", _hoisted_2$
|
|
7353
|
+
}, [createElementVNode("div", _hoisted_2$d, [createElementVNode("div", _hoisted_3$a, [createElementVNode("div", {
|
|
7295
7354
|
role: _ctx.role,
|
|
7296
7355
|
"aria-modal": "true",
|
|
7297
7356
|
"class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
|
|
@@ -7313,7 +7372,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7313
7372
|
innerHTML: _ctx.body,
|
|
7314
7373
|
"class": "modal-body mt-4",
|
|
7315
7374
|
id: "modal_".concat(_ctx.uuid, "_body")
|
|
7316
|
-
}, null, 8, _hoisted_10
|
|
7375
|
+
}, null, 8, _hoisted_10)) : createCommentVNode("", true), _ctx.showConfirm || _ctx.showCancel ? (openBlock(), createElementBlock("div", _hoisted_11, [_ctx.showCancel ? (openBlock(), createBlock(_component_FwButton, {
|
|
7317
7376
|
key: 0,
|
|
7318
7377
|
"class": "basis-1/2",
|
|
7319
7378
|
variant: _ctx.cancelButtonType,
|
|
@@ -7339,22 +7398,22 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7339
7398
|
return [createTextVNode(toDisplayString(_ctx.confirmButtonText), 1)];
|
|
7340
7399
|
}),
|
|
7341
7400
|
_: 1
|
|
7342
|
-
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$6)])])], 8, _hoisted_1$
|
|
7401
|
+
}, 8, ["variant", "aria-label"])) : createCommentVNode("", true)])) : createCommentVNode("", true)], 8, _hoisted_4$6)])])], 8, _hoisted_1$f)) : createCommentVNode("", true)];
|
|
7343
7402
|
}),
|
|
7344
7403
|
_: 3
|
|
7345
7404
|
})], 8, ["to"])) : createCommentVNode("", true);
|
|
7346
7405
|
}
|
|
7347
7406
|
|
|
7348
|
-
var css_248z$
|
|
7349
|
-
var stylesheet$
|
|
7350
|
-
styleInject(css_248z$
|
|
7407
|
+
var css_248z$9 = ".modalFadeIn-enter-active{-webkit-animation:modalFadeIn .4s;animation:modalFadeIn .4s;-webkit-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active{animation:modalFadeIn .4s reverse;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}@-webkit-keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}";
|
|
7408
|
+
var stylesheet$9 = ".modalFadeIn-enter-active{-webkit-animation:modalFadeIn .4s;animation:modalFadeIn .4s;-webkit-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.modalFadeIn-leave-active{animation:modalFadeIn .4s reverse;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}@-webkit-keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}";
|
|
7409
|
+
styleInject(css_248z$9);
|
|
7351
7410
|
|
|
7352
|
-
script$d.render = render$
|
|
7411
|
+
script$d.render = render$g;
|
|
7353
7412
|
|
|
7354
7413
|
var script$c = defineComponent({
|
|
7355
7414
|
name: 'FwProgressBar',
|
|
7356
7415
|
components: {
|
|
7357
|
-
CheckSvg: render$
|
|
7416
|
+
CheckSvg: render$G
|
|
7358
7417
|
},
|
|
7359
7418
|
props: {
|
|
7360
7419
|
/**
|
|
@@ -7396,13 +7455,13 @@ var script$c = defineComponent({
|
|
|
7396
7455
|
}
|
|
7397
7456
|
});
|
|
7398
7457
|
|
|
7399
|
-
var _hoisted_1$
|
|
7458
|
+
var _hoisted_1$e = {
|
|
7400
7459
|
"class": "fw-progress-bar w-full mx-auto my-4"
|
|
7401
7460
|
};
|
|
7402
|
-
var _hoisted_2$
|
|
7461
|
+
var _hoisted_2$c = {
|
|
7403
7462
|
"class": "flex pb-3"
|
|
7404
7463
|
};
|
|
7405
|
-
var _hoisted_3$
|
|
7464
|
+
var _hoisted_3$9 = {
|
|
7406
7465
|
key: 1,
|
|
7407
7466
|
"class": "text-base font-semibold text-center w-full"
|
|
7408
7467
|
};
|
|
@@ -7413,9 +7472,9 @@ var _hoisted_4$5 = {
|
|
|
7413
7472
|
var _hoisted_5$3 = {
|
|
7414
7473
|
"class": "w-full bg-grey-40 rounded flex-1"
|
|
7415
7474
|
};
|
|
7416
|
-
function render$
|
|
7475
|
+
function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7417
7476
|
var _component_CheckSvg = resolveComponent("CheckSvg");
|
|
7418
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7477
|
+
return openBlock(), createElementBlock("div", _hoisted_1$e, [createElementVNode("div", _hoisted_2$c, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.steps, function (step) {
|
|
7419
7478
|
return openBlock(), createElementBlock("div", {
|
|
7420
7479
|
"class": normalizeClass(["flex", step.position !== _ctx.steps.length ? 'flex-1' : 'w-[70px] md:w-[96px]']),
|
|
7421
7480
|
key: step.position
|
|
@@ -7426,7 +7485,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7426
7485
|
}, [step.position < _ctx.activeStep ? (openBlock(), createBlock(_component_CheckSvg, {
|
|
7427
7486
|
key: 0,
|
|
7428
7487
|
"class": "w-[18px]"
|
|
7429
|
-
})) : (openBlock(), createElementBlock("span", _hoisted_3$
|
|
7488
|
+
})) : (openBlock(), createElementBlock("span", _hoisted_3$9, toDisplayString(step.position), 1))], 2), createElementVNode("div", {
|
|
7430
7489
|
"class": normalizeClass(["m-0 md:leading-tight text-sm md:text-base", {
|
|
7431
7490
|
'font-bold': step.position === _ctx.activeStep,
|
|
7432
7491
|
'text-body': step.position > _ctx.activeStep
|
|
@@ -7438,7 +7497,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7438
7497
|
}), 128))])]);
|
|
7439
7498
|
}
|
|
7440
7499
|
|
|
7441
|
-
script$c.render = render$
|
|
7500
|
+
script$c.render = render$f;
|
|
7442
7501
|
|
|
7443
7502
|
var script$b = defineComponent({
|
|
7444
7503
|
name: 'FwTag',
|
|
@@ -7507,17 +7566,17 @@ var script$b = defineComponent({
|
|
|
7507
7566
|
}
|
|
7508
7567
|
});
|
|
7509
7568
|
|
|
7510
|
-
function render$
|
|
7569
|
+
function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7511
7570
|
return openBlock(), createElementBlock("span", {
|
|
7512
7571
|
"class": normalizeClass(["fw-tag", [_ctx.baseClass, _ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass]])
|
|
7513
7572
|
}, [renderSlot(_ctx.$slots, "default")], 2);
|
|
7514
7573
|
}
|
|
7515
7574
|
|
|
7516
|
-
var css_248z$
|
|
7517
|
-
var stylesheet$
|
|
7518
|
-
styleInject(css_248z$
|
|
7575
|
+
var css_248z$8 = ".fw-tag{line-height:normal;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}";
|
|
7576
|
+
var stylesheet$8 = ".fw-tag{line-height:normal;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}";
|
|
7577
|
+
styleInject(css_248z$8);
|
|
7519
7578
|
|
|
7520
|
-
script$b.render = render$
|
|
7579
|
+
script$b.render = render$e;
|
|
7521
7580
|
|
|
7522
7581
|
var es_object_keys = {};
|
|
7523
7582
|
|
|
@@ -7736,26 +7795,28 @@ var script$a = defineComponent({
|
|
|
7736
7795
|
name: 'FwLoadingBar'
|
|
7737
7796
|
});
|
|
7738
7797
|
|
|
7739
|
-
var _hoisted_1$
|
|
7798
|
+
var _hoisted_1$d = {
|
|
7740
7799
|
"class": "fw-loading-bar rounded",
|
|
7741
7800
|
"aria-hidden": "true"
|
|
7742
7801
|
};
|
|
7743
|
-
function render$
|
|
7744
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
7802
|
+
function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7803
|
+
return openBlock(), createElementBlock("div", _hoisted_1$d);
|
|
7745
7804
|
}
|
|
7746
7805
|
|
|
7747
|
-
var css_248z$
|
|
7748
|
-
var stylesheet$
|
|
7749
|
-
styleInject(css_248z$
|
|
7806
|
+
var css_248z$7 = ".fw-loading-bar{-webkit-animation:fwSkeletonLoading 1.5s linear infinite;animation:fwSkeletonLoading 1.5s linear infinite;background:#e4e4e4;background-image:linear-gradient(100deg,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0) 60%);background-size:200% 200%}@-webkit-keyframes fwSkeletonLoading{0%{background-position-x:200%}50%{background-position-x:100%}to{background-position-x:0}}@keyframes fwSkeletonLoading{0%{background-position-x:200%}50%{background-position-x:100%}to{background-position-x:0}}";
|
|
7807
|
+
var stylesheet$7 = ".fw-loading-bar{-webkit-animation:fwSkeletonLoading 1.5s linear infinite;animation:fwSkeletonLoading 1.5s linear infinite;background:#e4e4e4;background-image:linear-gradient(100deg,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0) 60%);background-size:200% 200%}@-webkit-keyframes fwSkeletonLoading{0%{background-position-x:200%}50%{background-position-x:100%}to{background-position-x:0}}@keyframes fwSkeletonLoading{0%{background-position-x:200%}50%{background-position-x:100%}to{background-position-x:0}}";
|
|
7808
|
+
styleInject(css_248z$7);
|
|
7750
7809
|
|
|
7751
|
-
script$a.render = render$
|
|
7810
|
+
script$a.render = render$d;
|
|
7752
7811
|
|
|
7753
|
-
var
|
|
7812
|
+
var __default__$2 = defineComponent({
|
|
7754
7813
|
name: 'FwTable',
|
|
7755
7814
|
components: {
|
|
7756
|
-
|
|
7815
|
+
ArrowSortSvg: render$p,
|
|
7816
|
+
ArrowDownSvg: render$o,
|
|
7757
7817
|
FwLoadingBar: script$a
|
|
7758
7818
|
},
|
|
7819
|
+
emits: ['rowClicked'],
|
|
7759
7820
|
props: {
|
|
7760
7821
|
items: {
|
|
7761
7822
|
type: Array,
|
|
@@ -7768,15 +7829,22 @@ var script$9 = defineComponent({
|
|
|
7768
7829
|
loading: {
|
|
7769
7830
|
type: Boolean,
|
|
7770
7831
|
"default": false
|
|
7832
|
+
},
|
|
7833
|
+
clickableRows: {
|
|
7834
|
+
type: Boolean,
|
|
7835
|
+
"default": false
|
|
7771
7836
|
}
|
|
7772
7837
|
},
|
|
7773
|
-
setup: function setup(props) {
|
|
7838
|
+
setup: function setup(props, ctx) {
|
|
7774
7839
|
var columns = computed(function () {
|
|
7775
7840
|
return Object.keys(props.items[0]);
|
|
7776
7841
|
});
|
|
7777
7842
|
var sortBy = ref('');
|
|
7778
7843
|
var sortDirection = ref('asc');
|
|
7779
7844
|
var currentSortedColumn = ref('');
|
|
7845
|
+
var style = getComputedStyle(document.body);
|
|
7846
|
+
var colorPrimary = style.getPropertyValue('--colorPrimary');
|
|
7847
|
+
var bgHoverColor = "".concat(colorPrimary, "0d"); // Adds 5% transparency
|
|
7780
7848
|
var sortColumn = function sortColumn(column) {
|
|
7781
7849
|
if (!isColumnSortable(column)) return;
|
|
7782
7850
|
currentSortedColumn.value = column;
|
|
@@ -7812,10 +7880,10 @@ var script$9 = defineComponent({
|
|
|
7812
7880
|
var sortedIcon = function sortedIcon(sortDir, column) {
|
|
7813
7881
|
if (currentSortedColumn.value === column) {
|
|
7814
7882
|
if (sortDirection.value === sortDir) {
|
|
7815
|
-
return
|
|
7883
|
+
return true;
|
|
7816
7884
|
}
|
|
7817
7885
|
}
|
|
7818
|
-
return
|
|
7886
|
+
return false;
|
|
7819
7887
|
};
|
|
7820
7888
|
var isColumnSortable = function isColumnSortable(column) {
|
|
7821
7889
|
if (props.options && props.options[column]) {
|
|
@@ -7831,6 +7899,9 @@ var script$9 = defineComponent({
|
|
|
7831
7899
|
}
|
|
7832
7900
|
return false;
|
|
7833
7901
|
};
|
|
7902
|
+
var rowClicked = function rowClicked(row) {
|
|
7903
|
+
if (props.clickableRows) ctx.emit('rowClicked', row);
|
|
7904
|
+
};
|
|
7834
7905
|
return {
|
|
7835
7906
|
columns: columns,
|
|
7836
7907
|
sortBy: sortBy,
|
|
@@ -7841,65 +7912,86 @@ var script$9 = defineComponent({
|
|
|
7841
7912
|
sortedIcon: sortedIcon,
|
|
7842
7913
|
formattedText: formattedText,
|
|
7843
7914
|
isColumnSortable: isColumnSortable,
|
|
7844
|
-
isDisabled: isDisabled
|
|
7915
|
+
isDisabled: isDisabled,
|
|
7916
|
+
rowClicked: rowClicked,
|
|
7917
|
+
bgHoverColor: bgHoverColor
|
|
7845
7918
|
};
|
|
7846
7919
|
}
|
|
7847
7920
|
});
|
|
7921
|
+
var __injectCSSVars__$2 = function __injectCSSVars__() {
|
|
7922
|
+
useCssVars(function (_ctx) {
|
|
7923
|
+
return {
|
|
7924
|
+
"1172a117": _ctx.bgHoverColor
|
|
7925
|
+
};
|
|
7926
|
+
});
|
|
7927
|
+
};
|
|
7928
|
+
var __setup__$2 = __default__$2.setup;
|
|
7929
|
+
__default__$2.setup = __setup__$2 ? function (props, ctx) {
|
|
7930
|
+
__injectCSSVars__$2();
|
|
7931
|
+
return __setup__$2(props, ctx);
|
|
7932
|
+
} : __injectCSSVars__$2;
|
|
7848
7933
|
|
|
7849
|
-
var
|
|
7850
|
-
|
|
7934
|
+
var _withScopeId$3 = function _withScopeId(n) {
|
|
7935
|
+
return pushScopeId("data-v-1f477224"), n = n(), popScopeId(), n;
|
|
7851
7936
|
};
|
|
7852
|
-
var
|
|
7853
|
-
|
|
7854
|
-
|
|
7937
|
+
var _hoisted_1$c = {
|
|
7938
|
+
"class": "text-p2 border-b border-grey-40"
|
|
7939
|
+
};
|
|
7940
|
+
var _hoisted_2$b = ["tabindex", "onKeydown", "onClick"];
|
|
7941
|
+
var _hoisted_3$8 = {
|
|
7942
|
+
"class": "flex flex-row items-center"
|
|
7855
7943
|
};
|
|
7856
7944
|
var _hoisted_4$4 = {
|
|
7857
|
-
|
|
7945
|
+
key: 0,
|
|
7946
|
+
"class": "ml-1 flex items-center justify-center w-5"
|
|
7858
7947
|
};
|
|
7859
7948
|
var _hoisted_5$2 = {
|
|
7860
|
-
|
|
7949
|
+
"class": "text-p2 bg-white font-light"
|
|
7861
7950
|
};
|
|
7862
7951
|
var _hoisted_6$1 = {
|
|
7863
|
-
"class": "flex flex-col"
|
|
7864
|
-
};
|
|
7865
|
-
var _hoisted_7$1 = {
|
|
7866
|
-
"class": "text-p-small bg-white font-light"
|
|
7867
|
-
};
|
|
7868
|
-
var _hoisted_8$1 = {
|
|
7869
7952
|
key: 0,
|
|
7870
|
-
"class": "py-
|
|
7953
|
+
"class": "py-4 px-5 text-left whitespace-nowrap"
|
|
7871
7954
|
};
|
|
7872
|
-
var
|
|
7955
|
+
var _hoisted_7$1 = {
|
|
7873
7956
|
key: 0,
|
|
7874
|
-
"class": "py-
|
|
7957
|
+
"class": "py-4 px-5 text-left whitespace-nowrap"
|
|
7875
7958
|
};
|
|
7876
|
-
var
|
|
7877
|
-
|
|
7878
|
-
|
|
7959
|
+
var _hoisted_8$1 = ["onClick", "tabindex", "onKeydown"];
|
|
7960
|
+
var _hoisted_9$1 = ["innerHTML"];
|
|
7961
|
+
function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7962
|
+
var _component_ArrowSortSvg = resolveComponent("ArrowSortSvg");
|
|
7963
|
+
var _component_ArrowDownSvg = resolveComponent("ArrowDownSvg");
|
|
7879
7964
|
var _component_FwLoadingBar = resolveComponent("FwLoadingBar");
|
|
7880
7965
|
return openBlock(), createElementBlock("table", {
|
|
7881
|
-
"class": normalizeClass(["table-auto table-responsive rounded
|
|
7882
|
-
}, [createElementVNode("thead", _hoisted_1$
|
|
7966
|
+
"class": normalizeClass(["fw-table table-auto table-responsive rounded-md shadow-card", _ctx.loading ? 'cursor-wait' : ''])
|
|
7967
|
+
}, [createElementVNode("thead", _hoisted_1$c, [createElementVNode("tr", null, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, thKey) {
|
|
7883
7968
|
return openBlock(), createElementBlock(Fragment, {
|
|
7884
7969
|
key: thKey
|
|
7885
7970
|
}, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("th", {
|
|
7886
7971
|
key: 0,
|
|
7887
|
-
"class": normalizeClass(["py-
|
|
7888
|
-
tabindex: _ctx.isColumnSortable(column) ?
|
|
7972
|
+
"class": normalizeClass(["fw-table-head py-6 px-5 text-left font-medium", _ctx.isColumnSortable(column) ? 'cursor-pointer fw-table-head--sortable' : '']),
|
|
7973
|
+
tabindex: _ctx.isColumnSortable(column) ? 0 : -1,
|
|
7889
7974
|
onKeydown: withKeys(function ($event) {
|
|
7890
7975
|
return _ctx.sortColumn(column);
|
|
7891
7976
|
}, ["enter", "space"]),
|
|
7892
7977
|
onClick: function onClick($event) {
|
|
7893
7978
|
return _ctx.sortColumn(column);
|
|
7894
7979
|
}
|
|
7895
|
-
}, [createElementVNode("div", _hoisted_3$
|
|
7896
|
-
"class": normalizeClass(
|
|
7897
|
-
},
|
|
7898
|
-
|
|
7899
|
-
|
|
7980
|
+
}, [createElementVNode("div", _hoisted_3$8, [createElementVNode("span", {
|
|
7981
|
+
"class": normalizeClass(_ctx.sortedIcon('asc', column) || _ctx.sortedIcon('desc', column) ? 'text-primary' : '')
|
|
7982
|
+
}, toDisplayString(column), 3), _ctx.isColumnSortable(column) ? (openBlock(), createElementBlock("span", _hoisted_4$4, [!_ctx.sortedIcon('asc', column) && !_ctx.sortedIcon('desc', column) ? (openBlock(), createBlock(_component_ArrowSortSvg, {
|
|
7983
|
+
key: 0,
|
|
7984
|
+
"class": "inline-block w-full text-grey-base"
|
|
7985
|
+
})) : createCommentVNode("", true), _ctx.sortedIcon('desc', column) ? (openBlock(), createBlock(_component_ArrowDownSvg, {
|
|
7986
|
+
key: 1,
|
|
7987
|
+
"class": "inline-block w-4 text-primary rotate-180"
|
|
7988
|
+
})) : createCommentVNode("", true), _ctx.sortedIcon('asc', column) ? (openBlock(), createBlock(_component_ArrowDownSvg, {
|
|
7989
|
+
key: 2,
|
|
7990
|
+
"class": "inline-block w-4 text-primary"
|
|
7991
|
+
})) : createCommentVNode("", true)])) : createCommentVNode("", true)])], 42, _hoisted_2$b)) : createCommentVNode("", true)], 64);
|
|
7900
7992
|
}), 128)), _ctx.$slots.head ? renderSlot(_ctx.$slots, "head", {
|
|
7901
7993
|
key: 0
|
|
7902
|
-
}) : createCommentVNode("", true)])]), createElementVNode("tbody",
|
|
7994
|
+
}) : createCommentVNode("", true)])]), createElementVNode("tbody", _hoisted_5$2, [_ctx.loading ? (openBlock(true), createElementBlock(Fragment, {
|
|
7903
7995
|
key: 0
|
|
7904
7996
|
}, renderList(_ctx.sortedData, function (row, trKey) {
|
|
7905
7997
|
return openBlock(), createElementBlock("tr", {
|
|
@@ -7907,71 +7999,83 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7907
7999
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, colKey) {
|
|
7908
8000
|
return openBlock(), createElementBlock(Fragment, {
|
|
7909
8001
|
key: colKey
|
|
7910
|
-
}, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td",
|
|
8002
|
+
}, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td", _hoisted_6$1, [createVNode(_component_FwLoadingBar, {
|
|
7911
8003
|
"class": "w-full h-7"
|
|
7912
8004
|
})])) : createCommentVNode("", true)], 64);
|
|
7913
|
-
}), 128)), _ctx.$slots.row ? (openBlock(), createElementBlock("td",
|
|
8005
|
+
}), 128)), _ctx.$slots.row ? (openBlock(), createElementBlock("td", _hoisted_7$1, [createVNode(_component_FwLoadingBar, {
|
|
7914
8006
|
"class": "w-full h-7"
|
|
7915
8007
|
})])) : createCommentVNode("", true)]);
|
|
7916
8008
|
}), 128)) : (openBlock(true), createElementBlock(Fragment, {
|
|
7917
8009
|
key: 1
|
|
7918
8010
|
}, renderList(_ctx.sortedData, function (row, trKey) {
|
|
7919
8011
|
return openBlock(), createElementBlock("tr", {
|
|
7920
|
-
"class": "border-b border-grey-40
|
|
8012
|
+
"class": normalizeClass(["fw-table-row border-b border-grey-40", _ctx.clickableRows ? 'cursor-pointer' : '']),
|
|
8013
|
+
onClick: function onClick($event) {
|
|
8014
|
+
return _ctx.rowClicked(row);
|
|
8015
|
+
},
|
|
8016
|
+
tabindex: _ctx.clickableRows ? 0 : -1,
|
|
8017
|
+
onKeydown: withKeys(function ($event) {
|
|
8018
|
+
return _ctx.rowClicked(row);
|
|
8019
|
+
}, ["enter", "space"]),
|
|
7921
8020
|
key: trKey
|
|
7922
8021
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, colKey) {
|
|
7923
8022
|
return openBlock(), createElementBlock(Fragment, {
|
|
7924
8023
|
key: colKey
|
|
7925
8024
|
}, [!_ctx.isDisabled(column) ? (openBlock(), createElementBlock("td", {
|
|
7926
8025
|
key: 0,
|
|
7927
|
-
"class": "py-
|
|
8026
|
+
"class": "py-4 px-5 text-left whitespace-nowrap",
|
|
7928
8027
|
innerHTML: _ctx.formattedText(row, column)
|
|
7929
|
-
}, null, 8,
|
|
8028
|
+
}, null, 8, _hoisted_9$1)) : createCommentVNode("", true)], 64);
|
|
7930
8029
|
}), 128)), _ctx.$slots.row ? renderSlot(_ctx.$slots, "row", {
|
|
7931
8030
|
key: 0,
|
|
7932
8031
|
row: row
|
|
7933
|
-
}) : createCommentVNode("", true)]);
|
|
8032
|
+
}) : createCommentVNode("", true)], 42, _hoisted_8$1);
|
|
7934
8033
|
}), 128))])], 2);
|
|
7935
8034
|
}
|
|
7936
8035
|
|
|
7937
|
-
|
|
8036
|
+
var css_248z$6 = ".fw-table-head--sortable[data-v-1f477224]:hover{background-color:var(--1172a117)}.fw-table-row[data-v-1f477224]:hover{background-color:var(--1172a117)}";
|
|
8037
|
+
var stylesheet$6 = ".fw-table-head--sortable[data-v-1f477224]:hover{background-color:var(--1172a117)}.fw-table-row[data-v-1f477224]:hover{background-color:var(--1172a117)}";
|
|
8038
|
+
styleInject(css_248z$6);
|
|
7938
8039
|
|
|
7939
|
-
|
|
8040
|
+
__default__$2.render = render$c;
|
|
8041
|
+
__default__$2.__scopeId = "data-v-1f477224";
|
|
8042
|
+
|
|
8043
|
+
var script$9 = defineComponent({
|
|
7940
8044
|
name: 'FwTableHead'
|
|
7941
8045
|
});
|
|
7942
8046
|
|
|
7943
|
-
var _hoisted_1$
|
|
7944
|
-
"class": "py-
|
|
8047
|
+
var _hoisted_1$b = {
|
|
8048
|
+
"class": "py-6 px-5 text-left font-medium"
|
|
7945
8049
|
};
|
|
7946
|
-
var _hoisted_2$
|
|
7947
|
-
"class": "flex flex-row
|
|
8050
|
+
var _hoisted_2$a = {
|
|
8051
|
+
"class": "flex flex-row"
|
|
7948
8052
|
};
|
|
7949
|
-
var _hoisted_3$
|
|
8053
|
+
var _hoisted_3$7 = {
|
|
7950
8054
|
key: 0,
|
|
7951
8055
|
"class": "w-full"
|
|
7952
8056
|
};
|
|
7953
|
-
function render$
|
|
7954
|
-
return openBlock(), createElementBlock("th", _hoisted_1$
|
|
8057
|
+
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8058
|
+
return openBlock(), createElementBlock("th", _hoisted_1$b, [createElementVNode("div", _hoisted_2$a, [_ctx.$slots["default"] ? (openBlock(), createElementBlock("div", _hoisted_3$7, [renderSlot(_ctx.$slots, "default")])) : createCommentVNode("", true)])]);
|
|
7955
8059
|
}
|
|
7956
8060
|
|
|
7957
|
-
script$
|
|
8061
|
+
script$9.render = render$b;
|
|
7958
8062
|
|
|
7959
|
-
var script$
|
|
8063
|
+
var script$8 = defineComponent({
|
|
7960
8064
|
name: 'FwTableRow'
|
|
7961
8065
|
});
|
|
7962
8066
|
|
|
7963
|
-
var _hoisted_1$
|
|
8067
|
+
var _hoisted_1$a = {
|
|
7964
8068
|
"class": "py-3 px-4 text-left whitespace-nowrap"
|
|
7965
8069
|
};
|
|
7966
|
-
function render$
|
|
7967
|
-
return openBlock(), createElementBlock("td", _hoisted_1$
|
|
8070
|
+
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8071
|
+
return openBlock(), createElementBlock("td", _hoisted_1$a, [_ctx.$slots["default"] ? renderSlot(_ctx.$slots, "default", {
|
|
7968
8072
|
key: 0
|
|
7969
8073
|
}) : createCommentVNode("", true)]);
|
|
7970
8074
|
}
|
|
7971
8075
|
|
|
7972
|
-
script$
|
|
8076
|
+
script$8.render = render$a;
|
|
7973
8077
|
|
|
7974
|
-
var script$
|
|
8078
|
+
var script$7 = defineComponent({
|
|
7975
8079
|
name: 'FwAccordion',
|
|
7976
8080
|
props: {
|
|
7977
8081
|
/**
|
|
@@ -8013,13 +8117,13 @@ var script$6 = defineComponent({
|
|
|
8013
8117
|
var _withScopeId$2 = function _withScopeId(n) {
|
|
8014
8118
|
return pushScopeId("data-v-c9209c42"), n = n(), popScopeId(), n;
|
|
8015
8119
|
};
|
|
8016
|
-
var _hoisted_1$
|
|
8120
|
+
var _hoisted_1$9 = {
|
|
8017
8121
|
"class": "fw-accordion rounded border border-grey-40"
|
|
8018
8122
|
};
|
|
8019
|
-
var _hoisted_2$
|
|
8123
|
+
var _hoisted_2$9 = {
|
|
8020
8124
|
"class": "flex flex-row items-center justify-between w-full"
|
|
8021
8125
|
};
|
|
8022
|
-
var _hoisted_3$
|
|
8126
|
+
var _hoisted_3$6 = {
|
|
8023
8127
|
"class": "flex flex-row items-center"
|
|
8024
8128
|
};
|
|
8025
8129
|
var _hoisted_4$3 = {
|
|
@@ -8029,13 +8133,13 @@ var _hoisted_5$1 = {
|
|
|
8029
8133
|
key: 0,
|
|
8030
8134
|
"class": "h4"
|
|
8031
8135
|
};
|
|
8032
|
-
function render$
|
|
8033
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
8136
|
+
function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8137
|
+
return openBlock(), createElementBlock("div", _hoisted_1$9, [createElementVNode("button", {
|
|
8034
8138
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
8035
8139
|
return _ctx.isOpen = !_ctx.isOpen;
|
|
8036
8140
|
}),
|
|
8037
8141
|
"class": "fw-accordion--header px-8 py-4 bg-grey-lightest w-full border-opacity-0 hover:bg-grey-20"
|
|
8038
|
-
}, [createElementVNode("div", _hoisted_2$
|
|
8142
|
+
}, [createElementVNode("div", _hoisted_2$9, [createElementVNode("div", _hoisted_3$6, [createElementVNode("span", {
|
|
8039
8143
|
"class": normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
|
|
8040
8144
|
}, null, 2), createElementVNode("span", _hoisted_4$3, toDisplayString(_ctx.title), 1)]), _ctx.suffixTitle ? (openBlock(), createElementBlock("span", _hoisted_5$1, toDisplayString(_ctx.suffixTitle), 1)) : createCommentVNode("", true)])]), createVNode(Transition, {
|
|
8041
8145
|
name: "slideInOut",
|
|
@@ -8054,12 +8158,12 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8054
8158
|
}, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])]);
|
|
8055
8159
|
}
|
|
8056
8160
|
|
|
8057
|
-
var css_248z$
|
|
8058
|
-
var stylesheet$
|
|
8059
|
-
styleInject(css_248z$
|
|
8161
|
+
var css_248z$5 = ".fw-accordion--icon[data-v-c9209c42]{position:relative}.fw-accordion--icon[data-v-c9209c42]:after,.fw-accordion--icon[data-v-c9209c42]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-c9209c42]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-c9209c42]:after{width:0}";
|
|
8162
|
+
var stylesheet$5 = ".fw-accordion--icon[data-v-c9209c42]{position:relative}.fw-accordion--icon[data-v-c9209c42]:after,.fw-accordion--icon[data-v-c9209c42]:before{background:var(--colorBody);border-radius:3px;content:\"\";height:.2rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;width:1rem}.fw-accordion--icon[data-v-c9209c42]:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);-ms-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.fw-accordion--icon-open[data-v-c9209c42]:after{width:0}";
|
|
8163
|
+
styleInject(css_248z$5);
|
|
8060
8164
|
|
|
8061
|
-
script$
|
|
8062
|
-
script$
|
|
8165
|
+
script$7.render = render$9;
|
|
8166
|
+
script$7.__scopeId = "data-v-c9209c42";
|
|
8063
8167
|
|
|
8064
8168
|
var es_array_from = {};
|
|
8065
8169
|
|
|
@@ -8660,14 +8764,14 @@ var lazyLoadDirective = {
|
|
|
8660
8764
|
}
|
|
8661
8765
|
};
|
|
8662
8766
|
|
|
8663
|
-
var script$
|
|
8767
|
+
var script$6 = defineComponent({
|
|
8664
8768
|
name: 'FwImage',
|
|
8665
8769
|
directives: {
|
|
8666
8770
|
lazyload: lazyLoadDirective
|
|
8667
8771
|
},
|
|
8668
8772
|
components: {
|
|
8669
8773
|
FwLoadingBar: script$a,
|
|
8670
|
-
FileExclamationSvg: render$
|
|
8774
|
+
FileExclamationSvg: render$J
|
|
8671
8775
|
},
|
|
8672
8776
|
props: {
|
|
8673
8777
|
/**
|
|
@@ -8721,12 +8825,12 @@ var script$5 = defineComponent({
|
|
|
8721
8825
|
}
|
|
8722
8826
|
});
|
|
8723
8827
|
|
|
8724
|
-
var _hoisted_1$
|
|
8725
|
-
var _hoisted_2$
|
|
8726
|
-
var _hoisted_3$
|
|
8828
|
+
var _hoisted_1$8 = ["type", "threshold"];
|
|
8829
|
+
var _hoisted_2$8 = ["data-url", "alt"];
|
|
8830
|
+
var _hoisted_3$5 = {
|
|
8727
8831
|
"class": "fw-image--error-wrapper flex flex-col items-center justify-center"
|
|
8728
8832
|
};
|
|
8729
|
-
function render$
|
|
8833
|
+
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8730
8834
|
var _component_FwLoadingBar = resolveComponent("FwLoadingBar");
|
|
8731
8835
|
var _component_FileExclamationSvg = resolveComponent("FileExclamationSvg");
|
|
8732
8836
|
var _directive_lazyload = resolveDirective("lazyload");
|
|
@@ -8760,7 +8864,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8760
8864
|
"data-url": _ctx.src,
|
|
8761
8865
|
alt: _ctx.alt,
|
|
8762
8866
|
"class": normalizeClass(_ctx.imageClass)
|
|
8763
|
-
}, null, 10, _hoisted_2$
|
|
8867
|
+
}, null, 10, _hoisted_2$8), createVNode(_component_FwLoadingBar, {
|
|
8764
8868
|
"class": normalizeClass(["fw-image--loading w-full h-full", {
|
|
8765
8869
|
'rounded-full': _ctx.rounded
|
|
8766
8870
|
}])
|
|
@@ -8768,42 +8872,42 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8768
8872
|
"class": normalizeClass(["fw-image--error bg-grey-20", {
|
|
8769
8873
|
'rounded-full': _ctx.rounded
|
|
8770
8874
|
}])
|
|
8771
|
-
}, [createElementVNode("div", _hoisted_3$
|
|
8875
|
+
}, [createElementVNode("div", _hoisted_3$5, [createVNode(_component_FileExclamationSvg, {
|
|
8772
8876
|
"class": "w-full h-full scale-[0.3] opacity-80 text-alert max-w-[150px]"
|
|
8773
|
-
})])], 2), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$
|
|
8877
|
+
})])], 2), renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$8)), [[_directive_lazyload]]);
|
|
8774
8878
|
}
|
|
8775
8879
|
|
|
8776
|
-
var css_248z$
|
|
8777
|
-
var stylesheet$
|
|
8778
|
-
styleInject(css_248z$
|
|
8880
|
+
var css_248z$4 = ".fw-image{position:relative}.fw-image img{-webkit-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;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;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}";
|
|
8881
|
+
var stylesheet$4 = ".fw-image{position:relative}.fw-image img{-webkit-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;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;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}";
|
|
8882
|
+
styleInject(css_248z$4);
|
|
8779
8883
|
|
|
8780
|
-
script$
|
|
8884
|
+
script$6.render = render$8;
|
|
8781
8885
|
|
|
8782
|
-
var script$
|
|
8886
|
+
var script$5 = defineComponent({
|
|
8783
8887
|
name: 'FwLoadingCard',
|
|
8784
8888
|
components: {
|
|
8785
8889
|
FwLoadingBar: script$a
|
|
8786
8890
|
}
|
|
8787
8891
|
});
|
|
8788
8892
|
|
|
8789
|
-
var _hoisted_1$
|
|
8893
|
+
var _hoisted_1$7 = {
|
|
8790
8894
|
"class": "fw-loading-card rounded shadow-card relative"
|
|
8791
8895
|
};
|
|
8792
|
-
var _hoisted_2$
|
|
8896
|
+
var _hoisted_2$7 = {
|
|
8793
8897
|
"class": "w-full bg-white h-12 p-3 pr-12 absolute top-0 left-0 rounded-t"
|
|
8794
8898
|
};
|
|
8795
|
-
function render$
|
|
8899
|
+
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8796
8900
|
var _component_FwLoadingBar = resolveComponent("FwLoadingBar");
|
|
8797
|
-
return openBlock(), createElementBlock("div", _hoisted_1$
|
|
8901
|
+
return openBlock(), createElementBlock("div", _hoisted_1$7, [createElementVNode("div", _hoisted_2$7, [createVNode(_component_FwLoadingBar, {
|
|
8798
8902
|
"class": "w-2/4 h-5"
|
|
8799
8903
|
})]), createVNode(_component_FwLoadingBar, {
|
|
8800
8904
|
"class": "w-full h-full rounded-t-none"
|
|
8801
8905
|
})]);
|
|
8802
8906
|
}
|
|
8803
8907
|
|
|
8804
|
-
script$
|
|
8908
|
+
script$5.render = render$7;
|
|
8805
8909
|
|
|
8806
|
-
var script$
|
|
8910
|
+
var script$4 = defineComponent({
|
|
8807
8911
|
name: 'FwLoadingTable',
|
|
8808
8912
|
components: {
|
|
8809
8913
|
FwLoadingBar: script$a
|
|
@@ -8826,27 +8930,27 @@ var script$3 = defineComponent({
|
|
|
8826
8930
|
}
|
|
8827
8931
|
});
|
|
8828
8932
|
|
|
8829
|
-
var _hoisted_1$
|
|
8933
|
+
var _hoisted_1$6 = {
|
|
8830
8934
|
"class": "text-p-small bg-white"
|
|
8831
8935
|
};
|
|
8832
|
-
var _hoisted_2$
|
|
8936
|
+
var _hoisted_2$6 = {
|
|
8833
8937
|
"class": "flex flex-row items-center space-x-1"
|
|
8834
8938
|
};
|
|
8835
|
-
var _hoisted_3$
|
|
8939
|
+
var _hoisted_3$4 = {
|
|
8836
8940
|
"class": "text-p-small bg-white font-light"
|
|
8837
8941
|
};
|
|
8838
|
-
function render$
|
|
8942
|
+
function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8839
8943
|
var _component_FwLoadingBar = resolveComponent("FwLoadingBar");
|
|
8840
8944
|
return openBlock(), createElementBlock("table", {
|
|
8841
8945
|
"class": normalizeClass(_ctx.tableClass)
|
|
8842
|
-
}, [createElementVNode("thead", _hoisted_1$
|
|
8946
|
+
}, [createElementVNode("thead", _hoisted_1$6, [createElementVNode("tr", null, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, thKey) {
|
|
8843
8947
|
return openBlock(), createElementBlock("th", {
|
|
8844
8948
|
key: thKey,
|
|
8845
8949
|
"class": "py-3 px-4 text-center border-b border-b-grey-light"
|
|
8846
|
-
}, [createElementVNode("div", _hoisted_2$
|
|
8950
|
+
}, [createElementVNode("div", _hoisted_2$6, [createVNode(_component_FwLoadingBar, {
|
|
8847
8951
|
"class": "w-full h-8"
|
|
8848
8952
|
})])]);
|
|
8849
|
-
}), 128))])]), createElementVNode("tbody", _hoisted_3$
|
|
8953
|
+
}), 128))])]), createElementVNode("tbody", _hoisted_3$4, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.rows, function (row, trKey) {
|
|
8850
8954
|
return openBlock(), createElementBlock("tr", {
|
|
8851
8955
|
key: trKey
|
|
8852
8956
|
}, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.columns, function (column, colKey) {
|
|
@@ -8860,7 +8964,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8860
8964
|
}), 128))])], 2);
|
|
8861
8965
|
}
|
|
8862
8966
|
|
|
8863
|
-
script$
|
|
8967
|
+
script$4.render = render$6;
|
|
8864
8968
|
|
|
8865
8969
|
var es_string_includes = {};
|
|
8866
8970
|
|
|
@@ -8925,12 +9029,12 @@ $$3({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
|
|
|
8925
9029
|
}
|
|
8926
9030
|
});
|
|
8927
9031
|
|
|
8928
|
-
var script$
|
|
9032
|
+
var script$3 = defineComponent({
|
|
8929
9033
|
name: 'FwToast',
|
|
8930
9034
|
components: {
|
|
8931
|
-
SolidCheckSvg: render$
|
|
8932
|
-
SolidXMarkSvg: render$
|
|
8933
|
-
ErrorFilledSvg: render$
|
|
9035
|
+
SolidCheckSvg: render$r,
|
|
9036
|
+
SolidXMarkSvg: render$q,
|
|
9037
|
+
ErrorFilledSvg: render$B
|
|
8934
9038
|
},
|
|
8935
9039
|
emits: ['update:modelValue', 'dismissed'],
|
|
8936
9040
|
props: {
|
|
@@ -9067,15 +9171,15 @@ var script$2 = defineComponent({
|
|
|
9067
9171
|
}
|
|
9068
9172
|
});
|
|
9069
9173
|
|
|
9070
|
-
var _hoisted_1$
|
|
9071
|
-
var _hoisted_2$
|
|
9174
|
+
var _hoisted_1$5 = ["id"];
|
|
9175
|
+
var _hoisted_2$5 = {
|
|
9072
9176
|
"class": "inline-flex items-center gap-x-4"
|
|
9073
9177
|
};
|
|
9074
|
-
var _hoisted_3$
|
|
9178
|
+
var _hoisted_3$3 = {
|
|
9075
9179
|
key: 0,
|
|
9076
9180
|
"class": "text-base mb-0"
|
|
9077
9181
|
};
|
|
9078
|
-
function render$
|
|
9182
|
+
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9079
9183
|
return openBlock(), createElementBlock(Fragment, null, [_ctx.mountContainer ? (openBlock(), createBlock(Teleport, {
|
|
9080
9184
|
key: 0,
|
|
9081
9185
|
to: _ctx.element
|
|
@@ -9098,28 +9202,28 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9098
9202
|
"class": normalizeClass(["fw-toast shadow rounded", [_ctx.baseClass, _ctx.typeClasses[_ctx.type]]]),
|
|
9099
9203
|
id: "fw-toast-".concat(_ctx.uuid),
|
|
9100
9204
|
key: "fw-toast-".concat(_ctx.uuid)
|
|
9101
|
-
}, [createElementVNode("div", _hoisted_2$
|
|
9205
|
+
}, [createElementVNode("div", _hoisted_2$5, [(openBlock(), createBlock(resolveDynamicComponent(_ctx.svgComponent[_ctx.type]), {
|
|
9102
9206
|
"aria-hidden": "true",
|
|
9103
9207
|
"class": "text-white min-w-[24px] min-h-[24px] w-[24px] h-[24px]"
|
|
9104
|
-
})), _ctx.content ? (openBlock(), createElementBlock("p", _hoisted_3$
|
|
9208
|
+
})), _ctx.content ? (openBlock(), createElementBlock("p", _hoisted_3$3, toDisplayString(_ctx.content), 1)) : renderSlot(_ctx.$slots, "default", {
|
|
9105
9209
|
key: 1
|
|
9106
|
-
})])], 10, _hoisted_1$
|
|
9210
|
+
})])], 10, _hoisted_1$5)) : createCommentVNode("", true)];
|
|
9107
9211
|
}),
|
|
9108
9212
|
_: 3
|
|
9109
9213
|
}, 8, ["name"])], 8, ["to"])) : createCommentVNode("", true)], 64);
|
|
9110
9214
|
}
|
|
9111
9215
|
|
|
9112
|
-
var css_248z$
|
|
9113
|
-
var stylesheet$
|
|
9114
|
-
styleInject(css_248z$
|
|
9216
|
+
var css_248z$3 = ".fw-toast{will-change:transform}.fw-toast--container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;pointer-events:none;position:fixed;-webkit-transition:all .4s ease;transition:all .4s ease}#fw-toast--container-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;bottom:50px;margin-left:20px;right:50px}#fw-toast--container-bottom-left{bottom:50px;left:50px;margin-right:20px}#fw-toast--container-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:50px;width:100%}#fw-toast--container-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;margin-left:20px;right:50px}#fw-toast--container-top-left,#fw-toast--container-top-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;top:50px}#fw-toast--container-top-left{left:50px;margin-right:20px}#fw-toast--container-top{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;align-items:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse;top:50px;width:100%}.toastSlideInRight-enter-active{-webkit-animation:toastSlideInRight .4s;animation:toastSlideInRight .4s;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInRight-leave-active{animation:toastSlideInRight .4s reverse;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInLeft-enter-active{-webkit-animation:toastSlideInLeft .4s;animation:toastSlideInLeft .4s;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInLeft-leave-active{animation:toastSlideInLeft .4s reverse;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInCenter-enter-active{-webkit-animation:toastSlideInCenter .4s;animation:toastSlideInCenter .4s;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInCenter-leave-active{animation:toastSlideInCenter .4s reverse;-webkit-transition:all .4s ease;transition:all .4s ease}@-webkit-keyframes toastSlideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}40%{opacity:1;-webkit-transform:translateX(-3%);transform:translateX(-3%)}70%{-webkit-transform:translateX(1%);transform:translateX(1%)}90%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toastSlideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}40%{opacity:1;-webkit-transform:translateX(-3%);transform:translateX(-3%)}70%{-webkit-transform:translateX(1%);transform:translateX(1%)}90%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes toastSlideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}40%{opacity:1;-webkit-transform:translateX(3%);transform:translateX(3%)}70%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}90%{-webkit-transform:translateX(1%);transform:translateX(1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toastSlideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}40%{opacity:1;-webkit-transform:translateX(3%);transform:translateX(3%)}70%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}90%{-webkit-transform:translateX(1%);transform:translateX(1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes toastSlideInCenter{0%{opacity:0;scale:0}to{opacity:1;scale:1}}@keyframes toastSlideInCenter{0%{opacity:0;scale:0}to{opacity:1;scale:1}}";
|
|
9217
|
+
var stylesheet$3 = ".fw-toast{will-change:transform}.fw-toast--container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:15px;pointer-events:none;position:fixed;-webkit-transition:all .4s ease;transition:all .4s ease}#fw-toast--container-bottom-right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;bottom:50px;margin-left:20px;right:50px}#fw-toast--container-bottom-left{bottom:50px;left:50px;margin-right:20px}#fw-toast--container-bottom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:50px;width:100%}#fw-toast--container-top-right{-webkit-box-align:end;-ms-flex-align:end;align-items:end;margin-left:20px;right:50px}#fw-toast--container-top-left,#fw-toast--container-top-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;top:50px}#fw-toast--container-top-left{left:50px;margin-right:20px}#fw-toast--container-top{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;align-items:center;-ms-flex-direction:column-reverse;flex-direction:column-reverse;top:50px;width:100%}.toastSlideInRight-enter-active{-webkit-animation:toastSlideInRight .4s;animation:toastSlideInRight .4s;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInRight-leave-active{animation:toastSlideInRight .4s reverse;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInLeft-enter-active{-webkit-animation:toastSlideInLeft .4s;animation:toastSlideInLeft .4s;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInLeft-leave-active{animation:toastSlideInLeft .4s reverse;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInCenter-enter-active{-webkit-animation:toastSlideInCenter .4s;animation:toastSlideInCenter .4s;-webkit-transition:all .4s ease;transition:all .4s ease}.toastSlideInCenter-leave-active{animation:toastSlideInCenter .4s reverse;-webkit-transition:all .4s ease;transition:all .4s ease}@-webkit-keyframes toastSlideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}40%{opacity:1;-webkit-transform:translateX(-3%);transform:translateX(-3%)}70%{-webkit-transform:translateX(1%);transform:translateX(1%)}90%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toastSlideInRight{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}40%{opacity:1;-webkit-transform:translateX(-3%);transform:translateX(-3%)}70%{-webkit-transform:translateX(1%);transform:translateX(1%)}90%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes toastSlideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}40%{opacity:1;-webkit-transform:translateX(3%);transform:translateX(3%)}70%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}90%{-webkit-transform:translateX(1%);transform:translateX(1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toastSlideInLeft{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}40%{opacity:1;-webkit-transform:translateX(3%);transform:translateX(3%)}70%{-webkit-transform:translateX(-1%);transform:translateX(-1%)}90%{-webkit-transform:translateX(1%);transform:translateX(1%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes toastSlideInCenter{0%{opacity:0;scale:0}to{opacity:1;scale:1}}@keyframes toastSlideInCenter{0%{opacity:0;scale:0}to{opacity:1;scale:1}}";
|
|
9218
|
+
styleInject(css_248z$3);
|
|
9115
9219
|
|
|
9116
|
-
script$
|
|
9220
|
+
script$3.render = render$5;
|
|
9117
9221
|
|
|
9118
|
-
var script$
|
|
9222
|
+
var script$2 = defineComponent({
|
|
9119
9223
|
name: 'FwTransactionsCard',
|
|
9120
9224
|
components: {
|
|
9121
9225
|
FwCard: script$j,
|
|
9122
|
-
FwImage: script$
|
|
9226
|
+
FwImage: script$6
|
|
9123
9227
|
},
|
|
9124
9228
|
props: {
|
|
9125
9229
|
/**
|
|
@@ -9152,13 +9256,13 @@ var script$1 = defineComponent({
|
|
|
9152
9256
|
}
|
|
9153
9257
|
});
|
|
9154
9258
|
|
|
9155
|
-
var _hoisted_1$
|
|
9259
|
+
var _hoisted_1$4 = /*#__PURE__*/createElementVNode("div", {
|
|
9156
9260
|
"class": "absolute top-0 left-0 w-full h-full rounded-lg bg-primary opacity-5 pointer-events-none"
|
|
9157
9261
|
}, null, -1);
|
|
9158
|
-
var _hoisted_2$
|
|
9262
|
+
var _hoisted_2$4 = {
|
|
9159
9263
|
"class": "flex flex-row w-full items-center py-3 px-4"
|
|
9160
9264
|
};
|
|
9161
|
-
var _hoisted_3$
|
|
9265
|
+
var _hoisted_3$2 = {
|
|
9162
9266
|
"class": "flex flex-col w-full flex-1 ml-2"
|
|
9163
9267
|
};
|
|
9164
9268
|
var _hoisted_4$2 = {
|
|
@@ -9178,7 +9282,7 @@ var _hoisted_8 = {
|
|
|
9178
9282
|
var _hoisted_9 = {
|
|
9179
9283
|
"class": "text-p2 font-semibold mb-0"
|
|
9180
9284
|
};
|
|
9181
|
-
function render$
|
|
9285
|
+
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
9182
9286
|
var _component_FwImage = resolveComponent("FwImage");
|
|
9183
9287
|
var _component_FwCard = resolveComponent("FwCard");
|
|
9184
9288
|
return openBlock(), createBlock(_component_FwCard, {
|
|
@@ -9186,13 +9290,13 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9186
9290
|
"slot-padding": false
|
|
9187
9291
|
}, {
|
|
9188
9292
|
"default": withCtx(function () {
|
|
9189
|
-
return [_hoisted_1$
|
|
9293
|
+
return [_hoisted_1$4, createElementVNode("div", _hoisted_2$4, [_ctx.imageUrl ? (openBlock(), createBlock(_component_FwImage, {
|
|
9190
9294
|
key: 0,
|
|
9191
9295
|
src: _ctx.imageUrl,
|
|
9192
9296
|
type: "background",
|
|
9193
9297
|
rounded: true,
|
|
9194
9298
|
"class": "w-9 h-9"
|
|
9195
|
-
}, null, 8, ["src"])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3$
|
|
9299
|
+
}, null, 8, ["src"])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3$2, [createElementVNode("div", _hoisted_4$2, [createElementVNode("div", _hoisted_5, [createElementVNode("p", _hoisted_6, toDisplayString(_ctx.title), 1), _ctx.subTitle ? (openBlock(), createElementBlock("p", {
|
|
9196
9300
|
key: 0,
|
|
9197
9301
|
innerHTML: _ctx.subTitle,
|
|
9198
9302
|
"class": "text-p-small text-grey-base mb-0"
|
|
@@ -9202,7 +9306,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9202
9306
|
});
|
|
9203
9307
|
}
|
|
9204
9308
|
|
|
9205
|
-
script$
|
|
9309
|
+
script$2.render = render$4;
|
|
9206
9310
|
|
|
9207
9311
|
function _arrayWithoutHoles(arr) {
|
|
9208
9312
|
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
@@ -24767,7 +24871,7 @@ const Bubble = /* #__PURE__ */ createTypedChart("bubble", BubbleController);
|
|
|
24767
24871
|
const Scatter = /* #__PURE__ */ createTypedChart("scatter", ScatterController);
|
|
24768
24872
|
|
|
24769
24873
|
Chart$1.register(BarElement, CategoryScale, LinearScale);
|
|
24770
|
-
var script = defineComponent({
|
|
24874
|
+
var script$1 = defineComponent({
|
|
24771
24875
|
name: 'FwBarChart',
|
|
24772
24876
|
components: {
|
|
24773
24877
|
BarChart: Bar
|
|
@@ -24977,14 +25081,14 @@ var script = defineComponent({
|
|
|
24977
25081
|
}
|
|
24978
25082
|
});
|
|
24979
25083
|
|
|
24980
|
-
var _hoisted_1$
|
|
25084
|
+
var _hoisted_1$3 = {
|
|
24981
25085
|
key: 0
|
|
24982
25086
|
};
|
|
24983
|
-
var _hoisted_2$
|
|
25087
|
+
var _hoisted_2$3 = {
|
|
24984
25088
|
key: 1,
|
|
24985
25089
|
"class": "font-normal"
|
|
24986
25090
|
};
|
|
24987
|
-
function render$
|
|
25091
|
+
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24988
25092
|
var _component_BarChart = resolveComponent("BarChart");
|
|
24989
25093
|
return _ctx.xModel.length > 0 && _ctx.yModel.length > 0 ? (openBlock(), createElementBlock("div", {
|
|
24990
25094
|
key: 0,
|
|
@@ -24994,7 +25098,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24994
25098
|
key: 0,
|
|
24995
25099
|
"class": "flex flex-row justify-between items-start border-b",
|
|
24996
25100
|
style: normalizeStyle("border-color: ".concat(_ctx.primaryFade))
|
|
24997
|
-
}, [_ctx.title ? (openBlock(), createElementBlock("h3", _hoisted_1$
|
|
25101
|
+
}, [_ctx.title ? (openBlock(), createElementBlock("h3", _hoisted_1$3, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true), _ctx.yMarker ? (openBlock(), createElementBlock("h3", _hoisted_2$3, toDisplayString(_ctx.yMarker), 1)) : createCommentVNode("", true)], 4)) : createCommentVNode("", true), createVNode(_component_BarChart, {
|
|
24998
25102
|
id: "fw-bar-chart-canvas-".concat(_ctx.uuid),
|
|
24999
25103
|
"class": "text-primary",
|
|
25000
25104
|
options: _ctx.chartOptions,
|
|
@@ -25003,6 +25107,123 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25003
25107
|
}, null, 8, ["id", "options", "data"])], 4)) : createCommentVNode("", true);
|
|
25004
25108
|
}
|
|
25005
25109
|
|
|
25110
|
+
script$1.render = render$3;
|
|
25111
|
+
|
|
25112
|
+
var script = defineComponent({
|
|
25113
|
+
name: 'FwSidebarMenu',
|
|
25114
|
+
emits: ['toggled'],
|
|
25115
|
+
components: {
|
|
25116
|
+
FwButton: script$h,
|
|
25117
|
+
ChevronRightSvg: render$D
|
|
25118
|
+
},
|
|
25119
|
+
props: {
|
|
25120
|
+
/**
|
|
25121
|
+
* An array of menu items
|
|
25122
|
+
* `{ to?: string | object; href?: string; label: string; }`
|
|
25123
|
+
*/
|
|
25124
|
+
menuItems: {
|
|
25125
|
+
type: Array
|
|
25126
|
+
},
|
|
25127
|
+
/**
|
|
25128
|
+
* The class for the open/close toggle button
|
|
25129
|
+
*/
|
|
25130
|
+
toggleButtonClass: {
|
|
25131
|
+
type: String,
|
|
25132
|
+
"default": ''
|
|
25133
|
+
},
|
|
25134
|
+
/**
|
|
25135
|
+
* The width class for the sidebar when opened
|
|
25136
|
+
*/
|
|
25137
|
+
openWidth: {
|
|
25138
|
+
type: String,
|
|
25139
|
+
"default": 'w-96'
|
|
25140
|
+
},
|
|
25141
|
+
/**
|
|
25142
|
+
* The width class for the sidebar when opened
|
|
25143
|
+
*/
|
|
25144
|
+
closedWidth: {
|
|
25145
|
+
type: String,
|
|
25146
|
+
"default": 'w-6'
|
|
25147
|
+
}
|
|
25148
|
+
},
|
|
25149
|
+
setup: function setup(props, ctx) {
|
|
25150
|
+
var isMenuOpen = ref(true);
|
|
25151
|
+
var toggleMenu = function toggleMenu() {
|
|
25152
|
+
isMenuOpen.value = !isMenuOpen.value;
|
|
25153
|
+
ctx.emit('toggled', isMenuOpen.value ? props.openWidth : props.closedWidth);
|
|
25154
|
+
};
|
|
25155
|
+
return {
|
|
25156
|
+
isMenuOpen: isMenuOpen,
|
|
25157
|
+
toggleMenu: toggleMenu
|
|
25158
|
+
};
|
|
25159
|
+
}
|
|
25160
|
+
});
|
|
25161
|
+
|
|
25162
|
+
var _hoisted_1$2 = {
|
|
25163
|
+
key: 0,
|
|
25164
|
+
"class": "flex flex-col px-4 py-8"
|
|
25165
|
+
};
|
|
25166
|
+
var _hoisted_2$2 = {
|
|
25167
|
+
key: 0,
|
|
25168
|
+
"class": "text-left px-4 pb-6"
|
|
25169
|
+
};
|
|
25170
|
+
var _hoisted_3$1 = {
|
|
25171
|
+
"class": "flex flex-col space-y-1"
|
|
25172
|
+
};
|
|
25173
|
+
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25174
|
+
var _ctx$menuItems;
|
|
25175
|
+
var _component_ChevronRightSvg = resolveComponent("ChevronRightSvg");
|
|
25176
|
+
var _component_FwButton = resolveComponent("FwButton");
|
|
25177
|
+
return _ctx.menuItems && ((_ctx$menuItems = _ctx.menuItems) === null || _ctx$menuItems === void 0 ? void 0 : _ctx$menuItems.length) > 0 ? (openBlock(), createElementBlock("div", {
|
|
25178
|
+
key: 0,
|
|
25179
|
+
"class": normalizeClass(["fw-sidebar-menu h-full shadow-md bg-grey-lightest border-r border-grey-20 fixed top-0 left-0 transition-all duration-300", _ctx.isMenuOpen ? _ctx.openWidth : _ctx.closedWidth]),
|
|
25180
|
+
"aria-label": "Aside navigation menu"
|
|
25181
|
+
}, [createVNode(_component_FwButton, {
|
|
25182
|
+
variant: "primary",
|
|
25183
|
+
tabindex: "",
|
|
25184
|
+
title: _ctx.isMenuOpen ? 'Close sidebar navigation menu' : 'Open sidebar navigation menu',
|
|
25185
|
+
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
25186
|
+
return _ctx.toggleMenu();
|
|
25187
|
+
}),
|
|
25188
|
+
"class": normalizeClass(["inline-block w-9 h-9 !p-0 shadow absolute top-4 -right-4 rounded-full", _ctx.toggleButtonClass])
|
|
25189
|
+
}, {
|
|
25190
|
+
"default": withCtx(function () {
|
|
25191
|
+
return [createVNode(_component_ChevronRightSvg, {
|
|
25192
|
+
"class": normalizeClass(["w-6 h-6 inline-block m-0 transition-rotate duration-200", _ctx.isMenuOpen ? 'rotate-180' : ''])
|
|
25193
|
+
}, null, 8, ["class"])];
|
|
25194
|
+
}),
|
|
25195
|
+
_: 1
|
|
25196
|
+
}, 8, ["title", "class"]), createVNode(Transition, {
|
|
25197
|
+
name: "sidebarMenuSlide"
|
|
25198
|
+
}, {
|
|
25199
|
+
"default": withCtx(function () {
|
|
25200
|
+
return [_ctx.isMenuOpen ? (openBlock(), createElementBlock("div", _hoisted_1$2, [_ctx.$slots.title ? (openBlock(), createElementBlock("div", _hoisted_2$2, [renderSlot(_ctx.$slots, "title")])) : createCommentVNode("", true), createElementVNode("div", _hoisted_3$1, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.menuItems, function (item, i) {
|
|
25201
|
+
return openBlock(), createBlock(_component_FwButton, {
|
|
25202
|
+
key: i,
|
|
25203
|
+
rounded: false,
|
|
25204
|
+
"class": "!text-left !px-4 text-grey-base",
|
|
25205
|
+
variant: "transparent",
|
|
25206
|
+
href: item.href,
|
|
25207
|
+
to: item.to,
|
|
25208
|
+
external: item.external,
|
|
25209
|
+
size: "lg",
|
|
25210
|
+
"aria-current": "page"
|
|
25211
|
+
}, {
|
|
25212
|
+
"default": withCtx(function () {
|
|
25213
|
+
return [createTextVNode(toDisplayString(item.label), 1)];
|
|
25214
|
+
}),
|
|
25215
|
+
_: 2
|
|
25216
|
+
}, 1032, ["href", "to", "external"]);
|
|
25217
|
+
}), 128))])])) : createCommentVNode("", true)];
|
|
25218
|
+
}),
|
|
25219
|
+
_: 3
|
|
25220
|
+
})], 2)) : createCommentVNode("", true);
|
|
25221
|
+
}
|
|
25222
|
+
|
|
25223
|
+
var css_248z$2 = ".sidebarMenuSlide-enter-active{-webkit-animation:sidebarMenuSlide .1s;animation:sidebarMenuSlide .1s;-webkit-transition:opacity .1s ease-in;transition:opacity .1s ease-in;-webkit-transition-delay:10s;transition-delay:10s}.sidebarMenuSlide-leave-active{animation:sidebarMenuSlide .1s reverse;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}@-webkit-keyframes sidebarMenuSlide{0%{opacity:0}to{opacity:1}}@keyframes sidebarMenuSlide{0%{opacity:0}to{opacity:1}}";
|
|
25224
|
+
var stylesheet$2 = ".sidebarMenuSlide-enter-active{-webkit-animation:sidebarMenuSlide .1s;animation:sidebarMenuSlide .1s;-webkit-transition:opacity .1s ease-in;transition:opacity .1s ease-in;-webkit-transition-delay:10s;transition-delay:10s}.sidebarMenuSlide-leave-active{animation:sidebarMenuSlide .1s reverse;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}@-webkit-keyframes sidebarMenuSlide{0%{opacity:0}to{opacity:1}}@keyframes sidebarMenuSlide{0%{opacity:0}to{opacity:1}}";
|
|
25225
|
+
styleInject(css_248z$2);
|
|
25226
|
+
|
|
25006
25227
|
script.render = render$2;
|
|
25007
25228
|
|
|
25008
25229
|
var __default__$1 = defineComponent({
|
|
@@ -25137,17 +25358,18 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
25137
25358
|
FwModal: script$d,
|
|
25138
25359
|
FwProgressBar: script$c,
|
|
25139
25360
|
FwTag: script$b,
|
|
25140
|
-
FwTable:
|
|
25141
|
-
FwTableHead: script$
|
|
25142
|
-
FwTableRow: script$
|
|
25143
|
-
FwAccordion: script$
|
|
25144
|
-
FwImage: script$
|
|
25361
|
+
FwTable: __default__$2,
|
|
25362
|
+
FwTableHead: script$9,
|
|
25363
|
+
FwTableRow: script$8,
|
|
25364
|
+
FwAccordion: script$7,
|
|
25365
|
+
FwImage: script$6,
|
|
25145
25366
|
FwLoadingBar: script$a,
|
|
25146
|
-
FwLoadingCard: script$
|
|
25147
|
-
FwLoadingTable: script$
|
|
25148
|
-
FwToast: script$
|
|
25149
|
-
FwTransactionsCard: script$
|
|
25150
|
-
FwBarChart: script,
|
|
25367
|
+
FwLoadingCard: script$5,
|
|
25368
|
+
FwLoadingTable: script$4,
|
|
25369
|
+
FwToast: script$3,
|
|
25370
|
+
FwTransactionsCard: script$2,
|
|
25371
|
+
FwBarChart: script$1,
|
|
25372
|
+
FwSidebarMenu: script,
|
|
25151
25373
|
FwEmailPulse: __default__$1,
|
|
25152
25374
|
FwSuccessPulse: __default__,
|
|
25153
25375
|
FwLoadingSpinner: script$i
|
|
@@ -25225,7 +25447,7 @@ var toastService = function toastService() {
|
|
|
25225
25447
|
}));
|
|
25226
25448
|
createApp({
|
|
25227
25449
|
render: function render() {
|
|
25228
|
-
return h(script$
|
|
25450
|
+
return h(script$3, props);
|
|
25229
25451
|
}
|
|
25230
25452
|
}).mount(elementToMount);
|
|
25231
25453
|
};
|
|
@@ -25254,4 +25476,4 @@ var install = function install(app) {
|
|
|
25254
25476
|
});
|
|
25255
25477
|
};
|
|
25256
25478
|
|
|
25257
|
-
export { script$
|
|
25479
|
+
export { script$7 as FwAccordion, script$1 as FwBarChart, script$h as FwButton, script$j as FwCard, script$l as FwCheckbox, script$k as FwDropdown, __default__$1 as FwEmailPulse, Form as FwForm, script$6 as FwImage, script$m as FwInput, script$a as FwLoadingBar, script$5 as FwLoadingCard, script$i as FwLoadingSpinner, script$4 as FwLoadingTable, script$d as FwModal, script$g as FwNavigationMenu, script$c as FwProgressBar, script as FwSidebarMenu, __default__ as FwSuccessPulse, script$e as FwTab, __default__$2 as FwTable, script$9 as FwTableHead, script$8 as FwTableRow, script$f as FwTabs, script$b as FwTag, script$3 as FwToast, script$2 as FwTransactionsCard, install as default, modalService, toastService };
|