@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/cjs/index.js
CHANGED
|
@@ -5066,13 +5066,13 @@ $$d({ target: 'Array', proto: true, arity: 1, forced: FORCED$1 }, {
|
|
|
5066
5066
|
A.length = n;
|
|
5067
5067
|
return A;
|
|
5068
5068
|
}
|
|
5069
|
-
});var _hoisted_1$
|
|
5069
|
+
});var _hoisted_1$V = {
|
|
5070
5070
|
"class": "fw-input w-full"
|
|
5071
5071
|
};
|
|
5072
|
-
var _hoisted_2$
|
|
5072
|
+
var _hoisted_2$R = {
|
|
5073
5073
|
"class": "flex flex-col"
|
|
5074
5074
|
};
|
|
5075
|
-
var _hoisted_3$
|
|
5075
|
+
var _hoisted_3$O = {
|
|
5076
5076
|
"class": "flex flex-row justify-between"
|
|
5077
5077
|
};
|
|
5078
5078
|
var _hoisted_4$d = ["for"];
|
|
@@ -5097,7 +5097,7 @@ var _hoisted_9$5 = /*#__PURE__*/vue.createElementVNode("svg", {
|
|
|
5097
5097
|
}, [/*#__PURE__*/vue.createElementVNode("path", {
|
|
5098
5098
|
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"
|
|
5099
5099
|
})], -1);
|
|
5100
|
-
var _hoisted_10$
|
|
5100
|
+
var _hoisted_10$3 = [_hoisted_9$5];
|
|
5101
5101
|
var _hoisted_11$1 = {
|
|
5102
5102
|
key: 1,
|
|
5103
5103
|
"class": "flex text-black absolute w-10 h-full inset-y-0 right-0 items-center pr-3"
|
|
@@ -5112,9 +5112,9 @@ var _hoisted_13 = {
|
|
|
5112
5112
|
var _hoisted_14 = {
|
|
5113
5113
|
key: 1
|
|
5114
5114
|
};
|
|
5115
|
-
function render$
|
|
5115
|
+
function render$X(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5116
5116
|
var _component_InputField = vue.resolveComponent("InputField");
|
|
5117
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5117
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$V, [vue.createVNode(_component_InputField, {
|
|
5118
5118
|
modelValue: _ctx.inputValue,
|
|
5119
5119
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
|
5120
5120
|
return _ctx.inputValue = $event;
|
|
@@ -5127,7 +5127,7 @@ function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5127
5127
|
errors = _ref.errors,
|
|
5128
5128
|
errorMessage = _ref.errorMessage,
|
|
5129
5129
|
meta = _ref.meta;
|
|
5130
|
-
return [vue.createElementVNode("div", _hoisted_2$
|
|
5130
|
+
return [vue.createElementVNode("div", _hoisted_2$R, [vue.createElementVNode("div", _hoisted_3$O, [_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", {
|
|
5131
5131
|
key: 0,
|
|
5132
5132
|
"for": "fw-input-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
5133
5133
|
"class": "block mb-2 font-medium"
|
|
@@ -5150,7 +5150,7 @@ function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5150
5150
|
return [(errorMessage || errors[0]) && meta.touched ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
5151
5151
|
key: 0,
|
|
5152
5152
|
"class": vue.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' : ''])
|
|
5153
|
-
}, _hoisted_10$
|
|
5153
|
+
}, _hoisted_10$3, 2)) : vue.createCommentVNode("", true)];
|
|
5154
5154
|
}),
|
|
5155
5155
|
_: 2
|
|
5156
5156
|
}, 1024), _ctx.$slots.suffix ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$1, [vue.renderSlot(_ctx.$slots, "suffix")])) : vue.createCommentVNode("", true)]), vue.createElementVNode("div", _hoisted_12, [vue.createVNode(vue.Transition, {
|
|
@@ -5190,9 +5190,9 @@ function render$S(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5190
5190
|
} else {
|
|
5191
5191
|
style.appendChild(document.createTextNode(css));
|
|
5192
5192
|
}
|
|
5193
|
-
}var css_248z$
|
|
5194
|
-
var stylesheet$
|
|
5195
|
-
styleInject(css_248z$
|
|
5193
|
+
}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}}";
|
|
5194
|
+
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}}";
|
|
5195
|
+
styleInject(css_248z$e);script$m.render = render$X;var script$l = vue.defineComponent({
|
|
5196
5196
|
name: 'FwCheckbox',
|
|
5197
5197
|
components: {
|
|
5198
5198
|
InputField: Field
|
|
@@ -5230,16 +5230,16 @@ styleInject(css_248z$c);script$m.render = render$S;var script$l = vue.defineComp
|
|
|
5230
5230
|
uuid: uuid
|
|
5231
5231
|
};
|
|
5232
5232
|
}
|
|
5233
|
-
});var _withScopeId$
|
|
5233
|
+
});var _withScopeId$5 = function _withScopeId(n) {
|
|
5234
5234
|
return vue.pushScopeId("data-v-3370ec5a"), n = n(), vue.popScopeId(), n;
|
|
5235
5235
|
};
|
|
5236
|
-
var _hoisted_1$
|
|
5236
|
+
var _hoisted_1$U = {
|
|
5237
5237
|
"class": "fw-checkbox w-full"
|
|
5238
5238
|
};
|
|
5239
|
-
var _hoisted_2$
|
|
5239
|
+
var _hoisted_2$Q = {
|
|
5240
5240
|
"class": "flex flex-col"
|
|
5241
5241
|
};
|
|
5242
|
-
var _hoisted_3$
|
|
5242
|
+
var _hoisted_3$N = ["for"];
|
|
5243
5243
|
var _hoisted_4$c = ["value", "name", "id"];
|
|
5244
5244
|
var _hoisted_5$7 = ["innerHTML"];
|
|
5245
5245
|
var _hoisted_6$5 = {
|
|
@@ -5252,9 +5252,9 @@ var _hoisted_7$5 = {
|
|
|
5252
5252
|
var _hoisted_8$5 = {
|
|
5253
5253
|
key: 1
|
|
5254
5254
|
};
|
|
5255
|
-
function render$
|
|
5255
|
+
function render$W(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5256
5256
|
var _component_InputField = vue.resolveComponent("InputField");
|
|
5257
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5257
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$U, [vue.createVNode(_component_InputField, {
|
|
5258
5258
|
name: _ctx.name,
|
|
5259
5259
|
value: _ctx.name,
|
|
5260
5260
|
type: "checkbox",
|
|
@@ -5265,7 +5265,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5265
5265
|
errors = _ref.errors,
|
|
5266
5266
|
errorMessage = _ref.errorMessage,
|
|
5267
5267
|
meta = _ref.meta;
|
|
5268
|
-
return [vue.createElementVNode("div", _hoisted_2$
|
|
5268
|
+
return [vue.createElementVNode("div", _hoisted_2$Q, [vue.createElementVNode("label", {
|
|
5269
5269
|
"for": "fw-checkbox-".concat(_ctx.name, "-").concat(_ctx.uuid),
|
|
5270
5270
|
"class": "inline-flex items-center mb-3"
|
|
5271
5271
|
}, [vue.createElementVNode("input", vue.mergeProps(field, {
|
|
@@ -5278,7 +5278,7 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5278
5278
|
key: 0,
|
|
5279
5279
|
"class": "ml-2",
|
|
5280
5280
|
innerHTML: _ctx.label
|
|
5281
|
-
}, null, 8, _hoisted_5$7)) : vue.createCommentVNode("", true)], 8, _hoisted_3$
|
|
5281
|
+
}, null, 8, _hoisted_5$7)) : vue.createCommentVNode("", true)], 8, _hoisted_3$N), vue.createElementVNode("div", _hoisted_6$5, [vue.createVNode(vue.Transition, {
|
|
5282
5282
|
name: "fwFadeIn",
|
|
5283
5283
|
mode: "out-in"
|
|
5284
5284
|
}, {
|
|
@@ -5290,9 +5290,9 @@ function render$R(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5290
5290
|
}),
|
|
5291
5291
|
_: 1
|
|
5292
5292
|
}, 8, ["name", "value", "rules"])]);
|
|
5293
|
-
}var css_248z$
|
|
5294
|
-
var stylesheet$
|
|
5295
|
-
styleInject(css_248z$
|
|
5293
|
+
}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}";
|
|
5294
|
+
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}";
|
|
5295
|
+
styleInject(css_248z$d);script$l.render = render$W;
|
|
5296
5296
|
script$l.__scopeId = "data-v-3370ec5a";var es_array_find = {};'use strict';
|
|
5297
5297
|
var $$c = _export;
|
|
5298
5298
|
var $find = arrayIteration.find;
|
|
@@ -5313,12 +5313,74 @@ $$c({ target: 'Array', proto: true, forced: SKIPS_HOLES$1 }, {
|
|
|
5313
5313
|
});
|
|
5314
5314
|
|
|
5315
5315
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
5316
|
-
addToUnscopables$1(FIND);const _hoisted_1$
|
|
5316
|
+
addToUnscopables$1(FIND);const _hoisted_1$T = {
|
|
5317
5317
|
viewBox: "0 0 52 34",
|
|
5318
5318
|
fill: "currentColor",
|
|
5319
5319
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5320
5320
|
};
|
|
5321
|
-
const _hoisted_2$
|
|
5321
|
+
const _hoisted_2$P = /*#__PURE__*/vue.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);
|
|
5322
|
+
const _hoisted_3$M = [
|
|
5323
|
+
_hoisted_2$P
|
|
5324
|
+
];
|
|
5325
|
+
|
|
5326
|
+
function render$V(_ctx, _cache) {
|
|
5327
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$T, _hoisted_3$M))
|
|
5328
|
+
}const _hoisted_1$S = {
|
|
5329
|
+
viewBox: "0 0 42 55",
|
|
5330
|
+
fill: "currentColor",
|
|
5331
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5332
|
+
};
|
|
5333
|
+
const _hoisted_2$O = /*#__PURE__*/vue.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);
|
|
5334
|
+
const _hoisted_3$L = [
|
|
5335
|
+
_hoisted_2$O
|
|
5336
|
+
];
|
|
5337
|
+
|
|
5338
|
+
function render$U(_ctx, _cache) {
|
|
5339
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$S, _hoisted_3$L))
|
|
5340
|
+
}const _hoisted_1$R = {
|
|
5341
|
+
viewBox: "0 0 54 42",
|
|
5342
|
+
fill: "currentColor",
|
|
5343
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5344
|
+
};
|
|
5345
|
+
const _hoisted_2$N = /*#__PURE__*/vue.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);
|
|
5346
|
+
const _hoisted_3$K = [
|
|
5347
|
+
_hoisted_2$N
|
|
5348
|
+
];
|
|
5349
|
+
|
|
5350
|
+
function render$T(_ctx, _cache) {
|
|
5351
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$R, _hoisted_3$K))
|
|
5352
|
+
}const _hoisted_1$Q = {
|
|
5353
|
+
viewBox: "0 0 404 146",
|
|
5354
|
+
fill: "currentColor",
|
|
5355
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5356
|
+
};
|
|
5357
|
+
const _hoisted_2$M = /*#__PURE__*/vue.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);
|
|
5358
|
+
const _hoisted_3$J = [
|
|
5359
|
+
_hoisted_2$M
|
|
5360
|
+
];
|
|
5361
|
+
|
|
5362
|
+
function render$S(_ctx, _cache) {
|
|
5363
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Q, _hoisted_3$J))
|
|
5364
|
+
}const _hoisted_1$P = {
|
|
5365
|
+
fill: "currentColor",
|
|
5366
|
+
viewBox: "0 0 20 20",
|
|
5367
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5368
|
+
};
|
|
5369
|
+
const _hoisted_2$L = /*#__PURE__*/vue.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);
|
|
5370
|
+
const _hoisted_3$I = /*#__PURE__*/vue.createElementVNode("path", { d: "M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" }, null, -1);
|
|
5371
|
+
const _hoisted_4$b = [
|
|
5372
|
+
_hoisted_2$L,
|
|
5373
|
+
_hoisted_3$I
|
|
5374
|
+
];
|
|
5375
|
+
|
|
5376
|
+
function render$R(_ctx, _cache) {
|
|
5377
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$P, _hoisted_4$b))
|
|
5378
|
+
}const _hoisted_1$O = {
|
|
5379
|
+
viewBox: "0 0 24 24",
|
|
5380
|
+
fill: "currentColor",
|
|
5381
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5382
|
+
};
|
|
5383
|
+
const _hoisted_2$K = /*#__PURE__*/vue.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);
|
|
5322
5384
|
const _hoisted_3$H = [
|
|
5323
5385
|
_hoisted_2$K
|
|
5324
5386
|
];
|
|
@@ -5326,11 +5388,11 @@ const _hoisted_3$H = [
|
|
|
5326
5388
|
function render$Q(_ctx, _cache) {
|
|
5327
5389
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$O, _hoisted_3$H))
|
|
5328
5390
|
}const _hoisted_1$N = {
|
|
5329
|
-
viewBox: "0 0 42 55",
|
|
5330
5391
|
fill: "currentColor",
|
|
5331
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5392
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5393
|
+
viewBox: "0 0 24 24"
|
|
5332
5394
|
};
|
|
5333
|
-
const _hoisted_2$J = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5395
|
+
const _hoisted_2$J = /*#__PURE__*/vue.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);
|
|
5334
5396
|
const _hoisted_3$G = [
|
|
5335
5397
|
_hoisted_2$J
|
|
5336
5398
|
];
|
|
@@ -5338,23 +5400,25 @@ const _hoisted_3$G = [
|
|
|
5338
5400
|
function render$P(_ctx, _cache) {
|
|
5339
5401
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$N, _hoisted_3$G))
|
|
5340
5402
|
}const _hoisted_1$M = {
|
|
5341
|
-
viewBox: "0 0 54 42",
|
|
5342
5403
|
fill: "currentColor",
|
|
5343
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5404
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5405
|
+
viewBox: "0 0 612 612"
|
|
5344
5406
|
};
|
|
5345
|
-
const _hoisted_2$I = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5346
|
-
const _hoisted_3$F =
|
|
5347
|
-
|
|
5407
|
+
const _hoisted_2$I = /*#__PURE__*/vue.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);
|
|
5408
|
+
const _hoisted_3$F = /*#__PURE__*/vue.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);
|
|
5409
|
+
const _hoisted_4$a = [
|
|
5410
|
+
_hoisted_2$I,
|
|
5411
|
+
_hoisted_3$F
|
|
5348
5412
|
];
|
|
5349
5413
|
|
|
5350
5414
|
function render$O(_ctx, _cache) {
|
|
5351
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$M,
|
|
5415
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$M, _hoisted_4$a))
|
|
5352
5416
|
}const _hoisted_1$L = {
|
|
5353
|
-
viewBox: "0 0 404 146",
|
|
5354
5417
|
fill: "currentColor",
|
|
5355
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5419
|
+
viewBox: "0 -64 640 640"
|
|
5356
5420
|
};
|
|
5357
|
-
const _hoisted_2$H = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5421
|
+
const _hoisted_2$H = /*#__PURE__*/vue.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);
|
|
5358
5422
|
const _hoisted_3$E = [
|
|
5359
5423
|
_hoisted_2$H
|
|
5360
5424
|
];
|
|
@@ -5362,25 +5426,25 @@ const _hoisted_3$E = [
|
|
|
5362
5426
|
function render$N(_ctx, _cache) {
|
|
5363
5427
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$L, _hoisted_3$E))
|
|
5364
5428
|
}const _hoisted_1$K = {
|
|
5429
|
+
viewBox: "0 0 18 18",
|
|
5365
5430
|
fill: "currentColor",
|
|
5366
|
-
viewBox: "0 0 20 20",
|
|
5367
5431
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5368
5432
|
};
|
|
5369
|
-
const _hoisted_2$G = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5370
|
-
const _hoisted_3$D = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5371
|
-
const _hoisted_4$
|
|
5433
|
+
const _hoisted_2$G = /*#__PURE__*/vue.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);
|
|
5434
|
+
const _hoisted_3$D = /*#__PURE__*/vue.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);
|
|
5435
|
+
const _hoisted_4$9 = [
|
|
5372
5436
|
_hoisted_2$G,
|
|
5373
5437
|
_hoisted_3$D
|
|
5374
5438
|
];
|
|
5375
5439
|
|
|
5376
5440
|
function render$M(_ctx, _cache) {
|
|
5377
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$K, _hoisted_4$
|
|
5441
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$K, _hoisted_4$9))
|
|
5378
5442
|
}const _hoisted_1$J = {
|
|
5379
|
-
viewBox: "0 0 24 24",
|
|
5380
5443
|
fill: "currentColor",
|
|
5381
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5444
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5445
|
+
viewBox: "0 0 576 512"
|
|
5382
5446
|
};
|
|
5383
|
-
const _hoisted_2$F = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5447
|
+
const _hoisted_2$F = /*#__PURE__*/vue.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);
|
|
5384
5448
|
const _hoisted_3$C = [
|
|
5385
5449
|
_hoisted_2$F
|
|
5386
5450
|
];
|
|
@@ -5388,11 +5452,11 @@ const _hoisted_3$C = [
|
|
|
5388
5452
|
function render$L(_ctx, _cache) {
|
|
5389
5453
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$J, _hoisted_3$C))
|
|
5390
5454
|
}const _hoisted_1$I = {
|
|
5455
|
+
viewBox: "0 0 16 16",
|
|
5391
5456
|
fill: "currentColor",
|
|
5392
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5393
|
-
viewBox: "0 0 24 24"
|
|
5457
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5394
5458
|
};
|
|
5395
|
-
const _hoisted_2$E = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5459
|
+
const _hoisted_2$E = /*#__PURE__*/vue.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);
|
|
5396
5460
|
const _hoisted_3$B = [
|
|
5397
5461
|
_hoisted_2$E
|
|
5398
5462
|
];
|
|
@@ -5400,25 +5464,23 @@ const _hoisted_3$B = [
|
|
|
5400
5464
|
function render$K(_ctx, _cache) {
|
|
5401
5465
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$I, _hoisted_3$B))
|
|
5402
5466
|
}const _hoisted_1$H = {
|
|
5467
|
+
viewBox: "0 0 104 104",
|
|
5403
5468
|
fill: "currentColor",
|
|
5404
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5405
|
-
viewBox: "0 0 612 612"
|
|
5469
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5406
5470
|
};
|
|
5407
|
-
const _hoisted_2$D = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5408
|
-
const _hoisted_3$A =
|
|
5409
|
-
|
|
5410
|
-
_hoisted_2$D,
|
|
5411
|
-
_hoisted_3$A
|
|
5471
|
+
const _hoisted_2$D = /*#__PURE__*/vue.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);
|
|
5472
|
+
const _hoisted_3$A = [
|
|
5473
|
+
_hoisted_2$D
|
|
5412
5474
|
];
|
|
5413
5475
|
|
|
5414
5476
|
function render$J(_ctx, _cache) {
|
|
5415
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$H,
|
|
5477
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$H, _hoisted_3$A))
|
|
5416
5478
|
}const _hoisted_1$G = {
|
|
5479
|
+
viewBox: "0 0 118 104",
|
|
5417
5480
|
fill: "currentColor",
|
|
5418
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5419
|
-
viewBox: "0 -64 640 640"
|
|
5481
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5420
5482
|
};
|
|
5421
|
-
const _hoisted_2$C = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5483
|
+
const _hoisted_2$C = /*#__PURE__*/vue.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);
|
|
5422
5484
|
const _hoisted_3$z = [
|
|
5423
5485
|
_hoisted_2$C
|
|
5424
5486
|
];
|
|
@@ -5426,25 +5488,23 @@ const _hoisted_3$z = [
|
|
|
5426
5488
|
function render$I(_ctx, _cache) {
|
|
5427
5489
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$G, _hoisted_3$z))
|
|
5428
5490
|
}const _hoisted_1$F = {
|
|
5429
|
-
viewBox: "0 0
|
|
5491
|
+
viewBox: "0 0 56 56",
|
|
5430
5492
|
fill: "currentColor",
|
|
5431
5493
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5432
5494
|
};
|
|
5433
|
-
const _hoisted_2$B = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5434
|
-
const _hoisted_3$y =
|
|
5435
|
-
|
|
5436
|
-
_hoisted_2$B,
|
|
5437
|
-
_hoisted_3$y
|
|
5495
|
+
const _hoisted_2$B = /*#__PURE__*/vue.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);
|
|
5496
|
+
const _hoisted_3$y = [
|
|
5497
|
+
_hoisted_2$B
|
|
5438
5498
|
];
|
|
5439
5499
|
|
|
5440
5500
|
function render$H(_ctx, _cache) {
|
|
5441
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$F,
|
|
5501
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$F, _hoisted_3$y))
|
|
5442
5502
|
}const _hoisted_1$E = {
|
|
5503
|
+
viewBox: "0 0 17 12",
|
|
5443
5504
|
fill: "currentColor",
|
|
5444
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5445
|
-
viewBox: "0 0 576 512"
|
|
5505
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5446
5506
|
};
|
|
5447
|
-
const _hoisted_2$A = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5507
|
+
const _hoisted_2$A = /*#__PURE__*/vue.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);
|
|
5448
5508
|
const _hoisted_3$x = [
|
|
5449
5509
|
_hoisted_2$A
|
|
5450
5510
|
];
|
|
@@ -5452,11 +5512,11 @@ const _hoisted_3$x = [
|
|
|
5452
5512
|
function render$G(_ctx, _cache) {
|
|
5453
5513
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$E, _hoisted_3$x))
|
|
5454
5514
|
}const _hoisted_1$D = {
|
|
5455
|
-
viewBox: "0 0
|
|
5515
|
+
viewBox: "0 0 56 56",
|
|
5456
5516
|
fill: "currentColor",
|
|
5457
5517
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5458
5518
|
};
|
|
5459
|
-
const _hoisted_2$z = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5519
|
+
const _hoisted_2$z = /*#__PURE__*/vue.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);
|
|
5460
5520
|
const _hoisted_3$w = [
|
|
5461
5521
|
_hoisted_2$z
|
|
5462
5522
|
];
|
|
@@ -5464,11 +5524,11 @@ const _hoisted_3$w = [
|
|
|
5464
5524
|
function render$F(_ctx, _cache) {
|
|
5465
5525
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$D, _hoisted_3$w))
|
|
5466
5526
|
}const _hoisted_1$C = {
|
|
5467
|
-
viewBox: "0 0
|
|
5527
|
+
viewBox: "0 0 56 56",
|
|
5468
5528
|
fill: "currentColor",
|
|
5469
5529
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5470
5530
|
};
|
|
5471
|
-
const _hoisted_2$y = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5531
|
+
const _hoisted_2$y = /*#__PURE__*/vue.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);
|
|
5472
5532
|
const _hoisted_3$v = [
|
|
5473
5533
|
_hoisted_2$y
|
|
5474
5534
|
];
|
|
@@ -5476,11 +5536,11 @@ const _hoisted_3$v = [
|
|
|
5476
5536
|
function render$E(_ctx, _cache) {
|
|
5477
5537
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$C, _hoisted_3$v))
|
|
5478
5538
|
}const _hoisted_1$B = {
|
|
5479
|
-
viewBox: "0 0
|
|
5539
|
+
viewBox: "0 0 56 56",
|
|
5480
5540
|
fill: "currentColor",
|
|
5481
5541
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5482
5542
|
};
|
|
5483
|
-
const _hoisted_2$x = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5543
|
+
const _hoisted_2$x = /*#__PURE__*/vue.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);
|
|
5484
5544
|
const _hoisted_3$u = [
|
|
5485
5545
|
_hoisted_2$x
|
|
5486
5546
|
];
|
|
@@ -5492,7 +5552,7 @@ function render$D(_ctx, _cache) {
|
|
|
5492
5552
|
fill: "currentColor",
|
|
5493
5553
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5494
5554
|
};
|
|
5495
|
-
const _hoisted_2$w = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5555
|
+
const _hoisted_2$w = /*#__PURE__*/vue.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);
|
|
5496
5556
|
const _hoisted_3$t = [
|
|
5497
5557
|
_hoisted_2$w
|
|
5498
5558
|
];
|
|
@@ -5500,11 +5560,11 @@ const _hoisted_3$t = [
|
|
|
5500
5560
|
function render$C(_ctx, _cache) {
|
|
5501
5561
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$A, _hoisted_3$t))
|
|
5502
5562
|
}const _hoisted_1$z = {
|
|
5503
|
-
viewBox: "0 0 17 12",
|
|
5504
5563
|
fill: "currentColor",
|
|
5505
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5564
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5565
|
+
viewBox: "0 0 512 512"
|
|
5506
5566
|
};
|
|
5507
|
-
const _hoisted_2$v = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5567
|
+
const _hoisted_2$v = /*#__PURE__*/vue.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);
|
|
5508
5568
|
const _hoisted_3$s = [
|
|
5509
5569
|
_hoisted_2$v
|
|
5510
5570
|
];
|
|
@@ -5512,11 +5572,11 @@ const _hoisted_3$s = [
|
|
|
5512
5572
|
function render$B(_ctx, _cache) {
|
|
5513
5573
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$z, _hoisted_3$s))
|
|
5514
5574
|
}const _hoisted_1$y = {
|
|
5515
|
-
viewBox: "0 0
|
|
5575
|
+
viewBox: "0 0 33 33",
|
|
5516
5576
|
fill: "currentColor",
|
|
5517
5577
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5518
5578
|
};
|
|
5519
|
-
const _hoisted_2$u = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5579
|
+
const _hoisted_2$u = /*#__PURE__*/vue.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);
|
|
5520
5580
|
const _hoisted_3$r = [
|
|
5521
5581
|
_hoisted_2$u
|
|
5522
5582
|
];
|
|
@@ -5524,11 +5584,11 @@ const _hoisted_3$r = [
|
|
|
5524
5584
|
function render$A(_ctx, _cache) {
|
|
5525
5585
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$y, _hoisted_3$r))
|
|
5526
5586
|
}const _hoisted_1$x = {
|
|
5527
|
-
viewBox: "0 0
|
|
5587
|
+
viewBox: "0 0 32 33",
|
|
5528
5588
|
fill: "currentColor",
|
|
5529
5589
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5530
5590
|
};
|
|
5531
|
-
const _hoisted_2$t = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5591
|
+
const _hoisted_2$t = /*#__PURE__*/vue.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);
|
|
5532
5592
|
const _hoisted_3$q = [
|
|
5533
5593
|
_hoisted_2$t
|
|
5534
5594
|
];
|
|
@@ -5536,11 +5596,11 @@ const _hoisted_3$q = [
|
|
|
5536
5596
|
function render$z(_ctx, _cache) {
|
|
5537
5597
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$x, _hoisted_3$q))
|
|
5538
5598
|
}const _hoisted_1$w = {
|
|
5599
|
+
viewBox: "0 0 32 33",
|
|
5539
5600
|
fill: "currentColor",
|
|
5540
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5541
|
-
viewBox: "0 0 512 512"
|
|
5601
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5542
5602
|
};
|
|
5543
|
-
const _hoisted_2$s = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5603
|
+
const _hoisted_2$s = /*#__PURE__*/vue.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);
|
|
5544
5604
|
const _hoisted_3$p = [
|
|
5545
5605
|
_hoisted_2$s
|
|
5546
5606
|
];
|
|
@@ -5548,11 +5608,11 @@ const _hoisted_3$p = [
|
|
|
5548
5608
|
function render$y(_ctx, _cache) {
|
|
5549
5609
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$w, _hoisted_3$p))
|
|
5550
5610
|
}const _hoisted_1$v = {
|
|
5551
|
-
viewBox: "0 0
|
|
5611
|
+
viewBox: "0 0 36 21",
|
|
5552
5612
|
fill: "currentColor",
|
|
5553
5613
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5554
5614
|
};
|
|
5555
|
-
const _hoisted_2$r = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5615
|
+
const _hoisted_2$r = /*#__PURE__*/vue.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);
|
|
5556
5616
|
const _hoisted_3$o = [
|
|
5557
5617
|
_hoisted_2$r
|
|
5558
5618
|
];
|
|
@@ -5560,11 +5620,11 @@ const _hoisted_3$o = [
|
|
|
5560
5620
|
function render$x(_ctx, _cache) {
|
|
5561
5621
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$v, _hoisted_3$o))
|
|
5562
5622
|
}const _hoisted_1$u = {
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
|
|
5623
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5624
|
+
viewBox: "0 0 320 512",
|
|
5625
|
+
fill: "currentColor"
|
|
5566
5626
|
};
|
|
5567
|
-
const _hoisted_2$q = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5627
|
+
const _hoisted_2$q = /*#__PURE__*/vue.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);
|
|
5568
5628
|
const _hoisted_3$n = [
|
|
5569
5629
|
_hoisted_2$q
|
|
5570
5630
|
];
|
|
@@ -5572,11 +5632,11 @@ const _hoisted_3$n = [
|
|
|
5572
5632
|
function render$w(_ctx, _cache) {
|
|
5573
5633
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$u, _hoisted_3$n))
|
|
5574
5634
|
}const _hoisted_1$t = {
|
|
5575
|
-
viewBox: "0 0
|
|
5635
|
+
viewBox: "0 0 46 46",
|
|
5576
5636
|
fill: "currentColor",
|
|
5577
5637
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5578
5638
|
};
|
|
5579
|
-
const _hoisted_2$p = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5639
|
+
const _hoisted_2$p = /*#__PURE__*/vue.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);
|
|
5580
5640
|
const _hoisted_3$m = [
|
|
5581
5641
|
_hoisted_2$p
|
|
5582
5642
|
];
|
|
@@ -5584,11 +5644,11 @@ const _hoisted_3$m = [
|
|
|
5584
5644
|
function render$v(_ctx, _cache) {
|
|
5585
5645
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$t, _hoisted_3$m))
|
|
5586
5646
|
}const _hoisted_1$s = {
|
|
5587
|
-
viewBox: "0 0
|
|
5647
|
+
viewBox: "0 0 26 27",
|
|
5588
5648
|
fill: "currentColor",
|
|
5589
5649
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5590
5650
|
};
|
|
5591
|
-
const _hoisted_2$o = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5651
|
+
const _hoisted_2$o = /*#__PURE__*/vue.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);
|
|
5592
5652
|
const _hoisted_3$l = [
|
|
5593
5653
|
_hoisted_2$o
|
|
5594
5654
|
];
|
|
@@ -5596,11 +5656,15 @@ const _hoisted_3$l = [
|
|
|
5596
5656
|
function render$u(_ctx, _cache) {
|
|
5597
5657
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$s, _hoisted_3$l))
|
|
5598
5658
|
}const _hoisted_1$r = {
|
|
5599
|
-
|
|
5600
|
-
|
|
5601
|
-
|
|
5659
|
+
viewBox: "0 0 44 44",
|
|
5660
|
+
fill: "currentColor",
|
|
5661
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5602
5662
|
};
|
|
5603
|
-
const _hoisted_2$n = /*#__PURE__*/vue.createElementVNode("path", {
|
|
5663
|
+
const _hoisted_2$n = /*#__PURE__*/vue.createElementVNode("path", {
|
|
5664
|
+
"fill-rule": "evenodd",
|
|
5665
|
+
"clip-rule": "evenodd",
|
|
5666
|
+
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"
|
|
5667
|
+
}, null, -1);
|
|
5604
5668
|
const _hoisted_3$k = [
|
|
5605
5669
|
_hoisted_2$n
|
|
5606
5670
|
];
|
|
@@ -5608,11 +5672,11 @@ const _hoisted_3$k = [
|
|
|
5608
5672
|
function render$t(_ctx, _cache) {
|
|
5609
5673
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$r, _hoisted_3$k))
|
|
5610
5674
|
}const _hoisted_1$q = {
|
|
5611
|
-
viewBox: "0 0
|
|
5675
|
+
viewBox: "0 0 26 27",
|
|
5612
5676
|
fill: "currentColor",
|
|
5613
5677
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5614
5678
|
};
|
|
5615
|
-
const _hoisted_2$m = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5679
|
+
const _hoisted_2$m = /*#__PURE__*/vue.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);
|
|
5616
5680
|
const _hoisted_3$j = [
|
|
5617
5681
|
_hoisted_2$m
|
|
5618
5682
|
];
|
|
@@ -5620,11 +5684,11 @@ const _hoisted_3$j = [
|
|
|
5620
5684
|
function render$s(_ctx, _cache) {
|
|
5621
5685
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$q, _hoisted_3$j))
|
|
5622
5686
|
}const _hoisted_1$p = {
|
|
5623
|
-
viewBox: "0 0
|
|
5687
|
+
viewBox: "0 0 24 24",
|
|
5624
5688
|
fill: "currentColor",
|
|
5625
5689
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5626
5690
|
};
|
|
5627
|
-
const _hoisted_2$l = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5691
|
+
const _hoisted_2$l = /*#__PURE__*/vue.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);
|
|
5628
5692
|
const _hoisted_3$i = [
|
|
5629
5693
|
_hoisted_2$l
|
|
5630
5694
|
];
|
|
@@ -5632,15 +5696,11 @@ const _hoisted_3$i = [
|
|
|
5632
5696
|
function render$r(_ctx, _cache) {
|
|
5633
5697
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$p, _hoisted_3$i))
|
|
5634
5698
|
}const _hoisted_1$o = {
|
|
5635
|
-
viewBox: "0 0
|
|
5699
|
+
viewBox: "0 0 24 24",
|
|
5636
5700
|
fill: "currentColor",
|
|
5637
5701
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5638
5702
|
};
|
|
5639
|
-
const _hoisted_2$k = /*#__PURE__*/vue.createElementVNode("path", {
|
|
5640
|
-
"fill-rule": "evenodd",
|
|
5641
|
-
"clip-rule": "evenodd",
|
|
5642
|
-
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"
|
|
5643
|
-
}, null, -1);
|
|
5703
|
+
const _hoisted_2$k = /*#__PURE__*/vue.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);
|
|
5644
5704
|
const _hoisted_3$h = [
|
|
5645
5705
|
_hoisted_2$k
|
|
5646
5706
|
];
|
|
@@ -5648,11 +5708,11 @@ const _hoisted_3$h = [
|
|
|
5648
5708
|
function render$q(_ctx, _cache) {
|
|
5649
5709
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$o, _hoisted_3$h))
|
|
5650
5710
|
}const _hoisted_1$n = {
|
|
5651
|
-
viewBox: "0 0
|
|
5711
|
+
viewBox: "0 0 20 20",
|
|
5652
5712
|
fill: "currentColor",
|
|
5653
5713
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5654
5714
|
};
|
|
5655
|
-
const _hoisted_2$j = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5715
|
+
const _hoisted_2$j = /*#__PURE__*/vue.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);
|
|
5656
5716
|
const _hoisted_3$g = [
|
|
5657
5717
|
_hoisted_2$j
|
|
5658
5718
|
];
|
|
@@ -5660,33 +5720,21 @@ const _hoisted_3$g = [
|
|
|
5660
5720
|
function render$p(_ctx, _cache) {
|
|
5661
5721
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$n, _hoisted_3$g))
|
|
5662
5722
|
}const _hoisted_1$m = {
|
|
5663
|
-
viewBox: "0 0
|
|
5723
|
+
viewBox: "0 0 16 16",
|
|
5664
5724
|
fill: "currentColor",
|
|
5665
5725
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5666
5726
|
};
|
|
5667
|
-
const _hoisted_2$i = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5727
|
+
const _hoisted_2$i = /*#__PURE__*/vue.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);
|
|
5668
5728
|
const _hoisted_3$f = [
|
|
5669
5729
|
_hoisted_2$i
|
|
5670
5730
|
];
|
|
5671
5731
|
|
|
5672
5732
|
function render$o(_ctx, _cache) {
|
|
5673
5733
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$m, _hoisted_3$f))
|
|
5674
|
-
}const _hoisted_1$l = {
|
|
5675
|
-
viewBox: "0 0 24 24",
|
|
5676
|
-
fill: "currentColor",
|
|
5677
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5678
|
-
};
|
|
5679
|
-
const _hoisted_2$h = /*#__PURE__*/vue.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);
|
|
5680
|
-
const _hoisted_3$e = [
|
|
5681
|
-
_hoisted_2$h
|
|
5682
|
-
];
|
|
5683
|
-
|
|
5684
|
-
function render$n(_ctx, _cache) {
|
|
5685
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$l, _hoisted_3$e))
|
|
5686
5734
|
}var script$k = vue.defineComponent({
|
|
5687
5735
|
name: 'FwDropdown',
|
|
5688
5736
|
components: {
|
|
5689
|
-
ChevronDownSvg: render$
|
|
5737
|
+
ChevronDownSvg: render$E
|
|
5690
5738
|
},
|
|
5691
5739
|
props: {
|
|
5692
5740
|
/**
|
|
@@ -5801,17 +5849,17 @@ function render$n(_ctx, _cache) {
|
|
|
5801
5849
|
selectedOption: selectedOption
|
|
5802
5850
|
};
|
|
5803
5851
|
}
|
|
5804
|
-
});var _withScopeId$
|
|
5852
|
+
});var _withScopeId$4 = function _withScopeId(n) {
|
|
5805
5853
|
return vue.pushScopeId("data-v-1467a810"), n = n(), vue.popScopeId(), n;
|
|
5806
5854
|
};
|
|
5807
|
-
var _hoisted_1$
|
|
5855
|
+
var _hoisted_1$l = {
|
|
5808
5856
|
"class": "fw-dropdown relative"
|
|
5809
5857
|
};
|
|
5810
|
-
var _hoisted_2$
|
|
5858
|
+
var _hoisted_2$h = {
|
|
5811
5859
|
key: 0,
|
|
5812
5860
|
"class": "block mb-2 font-medium text-left"
|
|
5813
5861
|
};
|
|
5814
|
-
var _hoisted_3$
|
|
5862
|
+
var _hoisted_3$e = ["id", "aria-expanded"];
|
|
5815
5863
|
var _hoisted_4$8 = {
|
|
5816
5864
|
key: 0
|
|
5817
5865
|
};
|
|
@@ -5828,13 +5876,13 @@ var _hoisted_9$4 = {
|
|
|
5828
5876
|
key: 0,
|
|
5829
5877
|
"class": "text-error"
|
|
5830
5878
|
};
|
|
5831
|
-
var _hoisted_10$
|
|
5879
|
+
var _hoisted_10$2 = {
|
|
5832
5880
|
key: 1
|
|
5833
5881
|
};
|
|
5834
|
-
function render$
|
|
5882
|
+
function render$n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5835
5883
|
var _ctx$selectedOption, _ctx$selectedOption2;
|
|
5836
5884
|
var _component_ChevronDownSvg = vue.resolveComponent("ChevronDownSvg");
|
|
5837
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
5885
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$l, [_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", _hoisted_2$h, vue.toDisplayString(_ctx.label), 1)) : vue.createCommentVNode("", true), vue.createElementVNode("button", {
|
|
5838
5886
|
type: "button",
|
|
5839
5887
|
"class": vue.normalizeClass([_ctx.menuButtonClass, _ctx.isOpen ? 'border-primary' : 'border-grey-40 hover:border-grey-60']),
|
|
5840
5888
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
@@ -5845,7 +5893,7 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5845
5893
|
"aria-haspopup": "true"
|
|
5846
5894
|
}, [(_ctx$selectedOption = _ctx.selectedOption) !== null && _ctx$selectedOption !== void 0 && _ctx$selectedOption.label ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$8, vue.toDisplayString((_ctx$selectedOption2 = _ctx.selectedOption) === null || _ctx$selectedOption2 === void 0 ? void 0 : _ctx$selectedOption2.label), 1)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$6, vue.toDisplayString(_ctx.placeholder), 1)), vue.createVNode(_component_ChevronDownSvg, {
|
|
5847
5895
|
"class": vue.normalizeClass(["w-6 text-primary transition-transform duration-300", _ctx.isOpen ? 'rotate-180' : ''])
|
|
5848
|
-
}, null, 8, ["class"])], 10, _hoisted_3$
|
|
5896
|
+
}, null, 8, ["class"])], 10, _hoisted_3$e), vue.createVNode(vue.Transition, {
|
|
5849
5897
|
name: "slideUpDown"
|
|
5850
5898
|
}, {
|
|
5851
5899
|
"default": vue.withCtx(function () {
|
|
@@ -5874,13 +5922,13 @@ function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5874
5922
|
mode: "out-in"
|
|
5875
5923
|
}, {
|
|
5876
5924
|
"default": vue.withCtx(function () {
|
|
5877
|
-
return [(_ctx.errorMessage || _ctx.errors[0]) && _ctx.meta.touched ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9$4, vue.toDisplayString(_ctx.errorMessage || _ctx.errors[0]), 1)) : _ctx.hint ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10$
|
|
5925
|
+
return [(_ctx.errorMessage || _ctx.errors[0]) && _ctx.meta.touched ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9$4, vue.toDisplayString(_ctx.errorMessage || _ctx.errors[0]), 1)) : _ctx.hint ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10$2, vue.toDisplayString(_ctx.hint), 1)) : vue.createCommentVNode("", true)];
|
|
5878
5926
|
}),
|
|
5879
5927
|
_: 1
|
|
5880
5928
|
})])]);
|
|
5881
|
-
}var css_248z$
|
|
5882
|
-
var stylesheet$
|
|
5883
|
-
styleInject(css_248z$
|
|
5929
|
+
}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)}}";
|
|
5930
|
+
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)}}";
|
|
5931
|
+
styleInject(css_248z$c);script$k.render = render$n;
|
|
5884
5932
|
script$k.__scopeId = "data-v-1467a810";var script$j = vue.defineComponent({
|
|
5885
5933
|
name: 'FwCard',
|
|
5886
5934
|
props: {
|
|
@@ -5934,16 +5982,16 @@ script$k.__scopeId = "data-v-1467a810";var script$j = vue.defineComponent({
|
|
|
5934
5982
|
linkClass: linkClass
|
|
5935
5983
|
};
|
|
5936
5984
|
}
|
|
5937
|
-
});var _hoisted_1$
|
|
5985
|
+
});var _hoisted_1$k = {
|
|
5938
5986
|
key: 0,
|
|
5939
5987
|
"class": "fw-card--header px-8 py-4 bg-grey-lightest rounded-t border-opacity-0"
|
|
5940
5988
|
};
|
|
5941
|
-
var _hoisted_2$
|
|
5989
|
+
var _hoisted_2$g = {
|
|
5942
5990
|
key: 0,
|
|
5943
5991
|
"class": "fw-card--prefix-title text-primary"
|
|
5944
5992
|
};
|
|
5945
|
-
var _hoisted_3$
|
|
5946
|
-
function render$
|
|
5993
|
+
var _hoisted_3$d = ["innerHTML"];
|
|
5994
|
+
function render$m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5947
5995
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.componentName), {
|
|
5948
5996
|
to: _ctx.to ? _ctx.to : null,
|
|
5949
5997
|
href: _ctx.href ? _ctx.href : null,
|
|
@@ -5951,28 +5999,28 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5951
5999
|
"class": vue.normalizeClass(["fw-card rounded", [_ctx.to || _ctx.href || !!_ctx.$attrs.onClick ? _ctx.linkClass : '', _ctx.isBordered ? 'border border-grey-40' : 'shadow-card']])
|
|
5952
6000
|
}, {
|
|
5953
6001
|
"default": vue.withCtx(function () {
|
|
5954
|
-
return [_ctx.title || _ctx.prefixTitle ? (vue.openBlock(), vue.createElementBlock("h4", _hoisted_1$
|
|
6002
|
+
return [_ctx.title || _ctx.prefixTitle ? (vue.openBlock(), vue.createElementBlock("h4", _hoisted_1$k, [_ctx.prefixTitle ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$g, vue.toDisplayString(_ctx.prefixTitle), 1)) : vue.createCommentVNode("", true), _ctx.title ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
5955
6003
|
key: 1,
|
|
5956
6004
|
"class": "inline",
|
|
5957
6005
|
innerHTML: _ctx.title
|
|
5958
|
-
}, null, 8, _hoisted_3$
|
|
6006
|
+
}, null, 8, _hoisted_3$d)) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true), _ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
5959
6007
|
key: 1,
|
|
5960
6008
|
"class": vue.normalizeClass(_ctx.slotPadding ? 'p-8' : '')
|
|
5961
6009
|
}, [vue.renderSlot(_ctx.$slots, "default")], 2)) : vue.createCommentVNode("", true)];
|
|
5962
6010
|
}),
|
|
5963
6011
|
_: 3
|
|
5964
6012
|
}, 8, ["to", "href", "tabindex", "class"]);
|
|
5965
|
-
}script$j.render = render$
|
|
6013
|
+
}script$j.render = render$m;var script$i = vue.defineComponent({
|
|
5966
6014
|
name: 'FwLoadingSpinner',
|
|
5967
6015
|
components: {
|
|
5968
|
-
LoadingSvg: render$
|
|
6016
|
+
LoadingSvg: render$t
|
|
5969
6017
|
}
|
|
5970
|
-
});function render$
|
|
6018
|
+
});function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5971
6019
|
var _component_LoadingSvg = vue.resolveComponent("LoadingSvg");
|
|
5972
6020
|
return vue.openBlock(), vue.createBlock(_component_LoadingSvg, {
|
|
5973
6021
|
"class": "fw-loading-spinner animate-spin"
|
|
5974
6022
|
});
|
|
5975
|
-
}script$i.render = render$
|
|
6023
|
+
}script$i.render = render$l;var script$h = vue.defineComponent({
|
|
5976
6024
|
name: 'FwButton',
|
|
5977
6025
|
emits: ['click', 'mouseover', 'mouseout', 'focusin', 'focusout'],
|
|
5978
6026
|
components: {
|
|
@@ -6001,13 +6049,13 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6001
6049
|
},
|
|
6002
6050
|
/**
|
|
6003
6051
|
* The colour variant of the button.
|
|
6004
|
-
* Accepts 'primary', 'secondary', 'tertiary', 'error', 'success'
|
|
6052
|
+
* Accepts 'primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text', 'transparent'
|
|
6005
6053
|
*/
|
|
6006
6054
|
variant: {
|
|
6007
6055
|
type: String,
|
|
6008
6056
|
"default": 'primary',
|
|
6009
6057
|
validator: function validator(value) {
|
|
6010
|
-
return ['primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text'].includes(value);
|
|
6058
|
+
return ['primary', 'secondary', 'tertiary', 'error', 'success', 'link', 'text', 'transparent'].includes(value);
|
|
6011
6059
|
}
|
|
6012
6060
|
},
|
|
6013
6061
|
/**
|
|
@@ -6053,9 +6101,7 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6053
6101
|
}
|
|
6054
6102
|
},
|
|
6055
6103
|
setup: function setup(props, ctx) {
|
|
6056
|
-
var baseClass = vue.ref(
|
|
6057
|
-
// eslint-disable-next-line max-len
|
|
6058
|
-
'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');
|
|
6104
|
+
var baseClass = vue.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 ");
|
|
6059
6105
|
var buttonClasses = vue.ref({
|
|
6060
6106
|
primary: {
|
|
6061
6107
|
text: '',
|
|
@@ -6091,6 +6137,11 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6091
6137
|
text: 'text-body font-semibold hover:text-white active:text-white',
|
|
6092
6138
|
background: 'bg-white hover:bg-body active:bg-body',
|
|
6093
6139
|
border: 'border-transparent focus-visible:ring-body'
|
|
6140
|
+
},
|
|
6141
|
+
transparent: {
|
|
6142
|
+
text: 'text-grey-base hover:text-primary active:text-primary',
|
|
6143
|
+
background: 'bg-none hover:bg-white focus:bg-white active:bg-white',
|
|
6144
|
+
border: 'border-transparent focus-visible:ring-1 focus-visible:ring-primary'
|
|
6094
6145
|
}
|
|
6095
6146
|
});
|
|
6096
6147
|
var sizes = vue.ref({
|
|
@@ -6187,11 +6238,11 @@ function render$l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6187
6238
|
loadingSize: loadingSize
|
|
6188
6239
|
};
|
|
6189
6240
|
}
|
|
6190
|
-
});var _hoisted_1$
|
|
6241
|
+
});var _hoisted_1$j = {
|
|
6191
6242
|
key: 0,
|
|
6192
6243
|
"class": "fw-button--label relative"
|
|
6193
6244
|
};
|
|
6194
|
-
function render$
|
|
6245
|
+
function render$k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6195
6246
|
var _component_FwLoadingSpinner = vue.resolveComponent("FwLoadingSpinner");
|
|
6196
6247
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.tagName), {
|
|
6197
6248
|
"class": vue.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']]),
|
|
@@ -6208,7 +6259,7 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6208
6259
|
onMouseout: _ctx.onMouseout
|
|
6209
6260
|
}, {
|
|
6210
6261
|
"default": vue.withCtx(function () {
|
|
6211
|
-
return [_ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6262
|
+
return [_ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [vue.createElementVNode("div", {
|
|
6212
6263
|
"class": vue.normalizeClass(["fw-button--label-wrapper", _ctx.loading ? _ctx.loadingSize.spacing : 'pr-0 ml-0'])
|
|
6213
6264
|
}, [vue.renderSlot(_ctx.$slots, "default")], 2), _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
6214
6265
|
key: 0,
|
|
@@ -6219,9 +6270,9 @@ function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6219
6270
|
}),
|
|
6220
6271
|
_: 3
|
|
6221
6272
|
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "target", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
6222
|
-
}var css_248z$
|
|
6223
|
-
var stylesheet$
|
|
6224
|
-
styleInject(css_248z$
|
|
6273
|
+
}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%)}";
|
|
6274
|
+
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%)}";
|
|
6275
|
+
styleInject(css_248z$b);script$h.render = render$k;var script$g = vue.defineComponent({
|
|
6225
6276
|
name: 'FwNavigationMenu',
|
|
6226
6277
|
emits: ['action'],
|
|
6227
6278
|
components: {
|
|
@@ -6267,14 +6318,14 @@ styleInject(css_248z$9);script$h.render = render$j;var script$g = vue.defineComp
|
|
|
6267
6318
|
actionClicked: actionClicked
|
|
6268
6319
|
};
|
|
6269
6320
|
}
|
|
6270
|
-
});var _hoisted_1$
|
|
6321
|
+
});var _hoisted_1$i = {
|
|
6271
6322
|
"class": "fw-nav-menu relative z-50 h-20 shadow-md"
|
|
6272
6323
|
};
|
|
6273
|
-
var _hoisted_2$
|
|
6324
|
+
var _hoisted_2$f = {
|
|
6274
6325
|
key: 0,
|
|
6275
6326
|
"class": "flex-shrink-0 flex items-center"
|
|
6276
6327
|
};
|
|
6277
|
-
var _hoisted_3$
|
|
6328
|
+
var _hoisted_3$c = {
|
|
6278
6329
|
key: 1,
|
|
6279
6330
|
"class": "container hidden sm:flex items-center justify-start sm:ml-6"
|
|
6280
6331
|
};
|
|
@@ -6300,15 +6351,15 @@ var _hoisted_8$3 = {
|
|
|
6300
6351
|
"aria-hidden": "true"
|
|
6301
6352
|
};
|
|
6302
6353
|
var _hoisted_9$3 = ["d"];
|
|
6303
|
-
var _hoisted_10$
|
|
6354
|
+
var _hoisted_10$1 = {
|
|
6304
6355
|
"class": "w-full flex flex-col space-y-1"
|
|
6305
6356
|
};
|
|
6306
|
-
function render$
|
|
6357
|
+
function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6307
6358
|
var _ctx$menuItems;
|
|
6308
6359
|
var _component_FwButton = vue.resolveComponent("FwButton");
|
|
6309
|
-
return vue.openBlock(), vue.createElementBlock("nav", _hoisted_1$
|
|
6360
|
+
return vue.openBlock(), vue.createElementBlock("nav", _hoisted_1$i, [vue.createElementVNode("div", {
|
|
6310
6361
|
"class": vue.normalizeClass(["px-6 flex-1 h-full flex bg-white items-stretch justify-between mx-auto", _ctx.containerClass])
|
|
6311
|
-
}, [_ctx.$slots.logo ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
6362
|
+
}, [_ctx.$slots.logo ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$f, [vue.renderSlot(_ctx.$slots, "logo")])) : vue.createCommentVNode("", true), _ctx.menuItems && ((_ctx$menuItems = _ctx.menuItems) === null || _ctx$menuItems === void 0 ? void 0 : _ctx$menuItems.length) > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$c, [vue.createElementVNode("div", _hoisted_4$7, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.menuItems, function (item, i) {
|
|
6312
6363
|
return vue.openBlock(), vue.createBlock(_component_FwButton, {
|
|
6313
6364
|
key: i,
|
|
6314
6365
|
variant: "text",
|
|
@@ -6353,7 +6404,7 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6353
6404
|
return [_ctx.menuItems && _ctx.menuItems.length > 0 && _ctx.isMobileMenuOpen ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
6354
6405
|
key: 0,
|
|
6355
6406
|
"class": vue.normalizeClass(["fw-nav-menu--mobile", _ctx.mobileMenuClass])
|
|
6356
|
-
}, [vue.createElementVNode("div", _hoisted_10$
|
|
6407
|
+
}, [vue.createElementVNode("div", _hoisted_10$1, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.menuItems, function (item, i) {
|
|
6357
6408
|
return vue.openBlock(), vue.createBlock(_component_FwButton, {
|
|
6358
6409
|
key: i,
|
|
6359
6410
|
"class": "w-full rounded-md",
|
|
@@ -6382,9 +6433,9 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6382
6433
|
}),
|
|
6383
6434
|
_: 1
|
|
6384
6435
|
})]);
|
|
6385
|
-
}var css_248z$
|
|
6386
|
-
var stylesheet$
|
|
6387
|
-
styleInject(css_248z$
|
|
6436
|
+
}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}}";
|
|
6437
|
+
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}}";
|
|
6438
|
+
styleInject(css_248z$a);script$g.render = render$j;var es_number_constructor = {};var isCallable$7 = isCallable$l;
|
|
6388
6439
|
|
|
6389
6440
|
var $String$1 = String;
|
|
6390
6441
|
var $TypeError$5 = TypeError;
|
|
@@ -6597,16 +6648,16 @@ if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumb
|
|
|
6597
6648
|
selectTab: selectTab
|
|
6598
6649
|
};
|
|
6599
6650
|
}
|
|
6600
|
-
});var _hoisted_1$
|
|
6651
|
+
});var _hoisted_1$h = {
|
|
6601
6652
|
"class": "fw-tabs"
|
|
6602
6653
|
};
|
|
6603
|
-
var _hoisted_2$
|
|
6654
|
+
var _hoisted_2$e = {
|
|
6604
6655
|
key: 0,
|
|
6605
6656
|
"class": "flex flex-wrap -mb-px border-b border-grey-light dark:text-grey-base dark:border-grey-base"
|
|
6606
6657
|
};
|
|
6607
|
-
var _hoisted_3$
|
|
6608
|
-
function render$
|
|
6609
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6658
|
+
var _hoisted_3$b = ["onClick"];
|
|
6659
|
+
function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6660
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$h, [_ctx.tabs ? (vue.openBlock(), vue.createElementBlock("ul", _hoisted_2$e, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.tabs, function (tab, i) {
|
|
6610
6661
|
return vue.openBlock(), vue.createElementBlock("li", {
|
|
6611
6662
|
"class": "mr-2",
|
|
6612
6663
|
key: i
|
|
@@ -6616,9 +6667,9 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6616
6667
|
return _ctx.selectTab(i);
|
|
6617
6668
|
},
|
|
6618
6669
|
"class": vue.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'])
|
|
6619
|
-
}, vue.toDisplayString(tab.props.label), 11, _hoisted_3$
|
|
6670
|
+
}, vue.toDisplayString(tab.props.label), 11, _hoisted_3$b)]);
|
|
6620
6671
|
}), 128))])) : vue.createCommentVNode("", true), vue.renderSlot(_ctx.$slots, "default")]);
|
|
6621
|
-
}script$f.render = render$
|
|
6672
|
+
}script$f.render = render$i;var es_array_findIndex = {};'use strict';
|
|
6622
6673
|
var $$b = _export;
|
|
6623
6674
|
var $findIndex = arrayIteration.findIndex;
|
|
6624
6675
|
var addToUnscopables = addToUnscopables$3;
|
|
@@ -6715,13 +6766,13 @@ $$a({ target: 'Array', proto: true, arity: 1, forced: INCORRECT_TO_LENGTH || SIL
|
|
|
6715
6766
|
props: props
|
|
6716
6767
|
};
|
|
6717
6768
|
}
|
|
6718
|
-
});var _hoisted_1$
|
|
6769
|
+
});var _hoisted_1$g = {
|
|
6719
6770
|
key: 0,
|
|
6720
6771
|
"class": "fw-tab w-full"
|
|
6721
6772
|
};
|
|
6722
|
-
function render$
|
|
6723
|
-
return _ctx.isActive ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6724
|
-
}script$e.render = render$
|
|
6773
|
+
function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6774
|
+
return _ctx.isActive ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$g, [vue.renderSlot(_ctx.$slots, "default")])) : vue.createCommentVNode("", true);
|
|
6775
|
+
}script$e.render = render$h;var script$d = vue.defineComponent({
|
|
6725
6776
|
name: 'FwModal',
|
|
6726
6777
|
components: {
|
|
6727
6778
|
FwButton: script$h
|
|
@@ -6824,11 +6875,11 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6824
6875
|
isMounted: isMounted
|
|
6825
6876
|
};
|
|
6826
6877
|
}
|
|
6827
|
-
});var _hoisted_1$
|
|
6828
|
-
var _hoisted_2$
|
|
6878
|
+
});var _hoisted_1$f = ["id"];
|
|
6879
|
+
var _hoisted_2$d = {
|
|
6829
6880
|
"class": "fw-modal--mask fixed z-[9999] top-0 left-0 w-full h-full bg-black bg-opacity-50"
|
|
6830
6881
|
};
|
|
6831
|
-
var _hoisted_3$
|
|
6882
|
+
var _hoisted_3$a = {
|
|
6832
6883
|
"class": "fw-modal--wrapper text-center overflow-auto flex justify-center items-center h-full"
|
|
6833
6884
|
};
|
|
6834
6885
|
var _hoisted_4$6 = ["role", "aria-labelledby", "aria-describedby"];
|
|
@@ -6844,12 +6895,12 @@ var _hoisted_6$2 = {
|
|
|
6844
6895
|
var _hoisted_7$2 = ["id"];
|
|
6845
6896
|
var _hoisted_8$2 = ["id", "innerHTML"];
|
|
6846
6897
|
var _hoisted_9$2 = ["id"];
|
|
6847
|
-
var _hoisted_10
|
|
6898
|
+
var _hoisted_10 = ["innerHTML", "id"];
|
|
6848
6899
|
var _hoisted_11 = {
|
|
6849
6900
|
key: 3,
|
|
6850
6901
|
"class": "modal-footer flex space-x-4 pt-4 justify-center"
|
|
6851
6902
|
};
|
|
6852
|
-
function render$
|
|
6903
|
+
function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6853
6904
|
var _component_FwButton = vue.resolveComponent("FwButton");
|
|
6854
6905
|
return _ctx.isMounted ? (vue.openBlock(), vue.createBlock(vue.Teleport, {
|
|
6855
6906
|
key: 0,
|
|
@@ -6863,7 +6914,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6863
6914
|
key: 0,
|
|
6864
6915
|
"class": "fw-modal z-[9999]",
|
|
6865
6916
|
id: "fw-modal-".concat(_ctx.uuid)
|
|
6866
|
-
}, [vue.createElementVNode("div", _hoisted_2$
|
|
6917
|
+
}, [vue.createElementVNode("div", _hoisted_2$d, [vue.createElementVNode("div", _hoisted_3$a, [vue.createElementVNode("div", {
|
|
6867
6918
|
role: _ctx.role,
|
|
6868
6919
|
"aria-modal": "true",
|
|
6869
6920
|
"class": "fw-modal--container p-12 m-8 inline-block w-full max-w-[540px] bg-white rounded-2xl shadow",
|
|
@@ -6885,7 +6936,7 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6885
6936
|
innerHTML: _ctx.body,
|
|
6886
6937
|
"class": "modal-body mt-4",
|
|
6887
6938
|
id: "modal_".concat(_ctx.uuid, "_body")
|
|
6888
|
-
}, null, 8, _hoisted_10
|
|
6939
|
+
}, null, 8, _hoisted_10)) : vue.createCommentVNode("", true), _ctx.showConfirm || _ctx.showCancel ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11, [_ctx.showCancel ? (vue.openBlock(), vue.createBlock(_component_FwButton, {
|
|
6889
6940
|
key: 0,
|
|
6890
6941
|
"class": "basis-1/2",
|
|
6891
6942
|
variant: _ctx.cancelButtonType,
|
|
@@ -6911,16 +6962,16 @@ function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6911
6962
|
return [vue.createTextVNode(vue.toDisplayString(_ctx.confirmButtonText), 1)];
|
|
6912
6963
|
}),
|
|
6913
6964
|
_: 1
|
|
6914
|
-
}, 8, ["variant", "aria-label"])) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true)], 8, _hoisted_4$6)])])], 8, _hoisted_1$
|
|
6965
|
+
}, 8, ["variant", "aria-label"])) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true)], 8, _hoisted_4$6)])])], 8, _hoisted_1$f)) : vue.createCommentVNode("", true)];
|
|
6915
6966
|
}),
|
|
6916
6967
|
_: 3
|
|
6917
6968
|
})], 8, ["to"])) : vue.createCommentVNode("", true);
|
|
6918
|
-
}var css_248z$
|
|
6919
|
-
var stylesheet$
|
|
6920
|
-
styleInject(css_248z$
|
|
6969
|
+
}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}}";
|
|
6970
|
+
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}}";
|
|
6971
|
+
styleInject(css_248z$9);script$d.render = render$g;var script$c = vue.defineComponent({
|
|
6921
6972
|
name: 'FwProgressBar',
|
|
6922
6973
|
components: {
|
|
6923
|
-
CheckSvg: render$
|
|
6974
|
+
CheckSvg: render$G
|
|
6924
6975
|
},
|
|
6925
6976
|
props: {
|
|
6926
6977
|
/**
|
|
@@ -6960,13 +7011,13 @@ styleInject(css_248z$7);script$d.render = render$f;var script$c = vue.defineComp
|
|
|
6960
7011
|
calculatedProgressBar: calculatedProgressBar
|
|
6961
7012
|
};
|
|
6962
7013
|
}
|
|
6963
|
-
});var _hoisted_1$
|
|
7014
|
+
});var _hoisted_1$e = {
|
|
6964
7015
|
"class": "fw-progress-bar w-full mx-auto my-4"
|
|
6965
7016
|
};
|
|
6966
|
-
var _hoisted_2$
|
|
7017
|
+
var _hoisted_2$c = {
|
|
6967
7018
|
"class": "flex pb-3"
|
|
6968
7019
|
};
|
|
6969
|
-
var _hoisted_3$
|
|
7020
|
+
var _hoisted_3$9 = {
|
|
6970
7021
|
key: 1,
|
|
6971
7022
|
"class": "text-base font-semibold text-center w-full"
|
|
6972
7023
|
};
|
|
@@ -6977,9 +7028,9 @@ var _hoisted_4$5 = {
|
|
|
6977
7028
|
var _hoisted_5$3 = {
|
|
6978
7029
|
"class": "w-full bg-grey-40 rounded flex-1"
|
|
6979
7030
|
};
|
|
6980
|
-
function render$
|
|
7031
|
+
function render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6981
7032
|
var _component_CheckSvg = vue.resolveComponent("CheckSvg");
|
|
6982
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7033
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$e, [vue.createElementVNode("div", _hoisted_2$c, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.steps, function (step) {
|
|
6983
7034
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
6984
7035
|
"class": vue.normalizeClass(["flex", step.position !== _ctx.steps.length ? 'flex-1' : 'w-[70px] md:w-[96px]']),
|
|
6985
7036
|
key: step.position
|
|
@@ -6990,7 +7041,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6990
7041
|
}, [step.position < _ctx.activeStep ? (vue.openBlock(), vue.createBlock(_component_CheckSvg, {
|
|
6991
7042
|
key: 0,
|
|
6992
7043
|
"class": "w-[18px]"
|
|
6993
|
-
})) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$
|
|
7044
|
+
})) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$9, vue.toDisplayString(step.position), 1))], 2), vue.createElementVNode("div", {
|
|
6994
7045
|
"class": vue.normalizeClass(["m-0 md:leading-tight text-sm md:text-base", {
|
|
6995
7046
|
'font-bold': step.position === _ctx.activeStep,
|
|
6996
7047
|
'text-body': step.position > _ctx.activeStep
|
|
@@ -7000,7 +7051,7 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7000
7051
|
style: vue.normalizeStyle(step.position < _ctx.activeStep ? 'width:100%;' : _ctx.calculatedProgressBar(step))
|
|
7001
7052
|
}, null, 4)])])) : vue.createCommentVNode("", true)], 2);
|
|
7002
7053
|
}), 128))])]);
|
|
7003
|
-
}script$c.render = render$
|
|
7054
|
+
}script$c.render = render$f;var script$b = vue.defineComponent({
|
|
7004
7055
|
name: 'FwTag',
|
|
7005
7056
|
props: {
|
|
7006
7057
|
/**
|
|
@@ -7065,13 +7116,13 @@ function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7065
7116
|
sizeClass: sizeClass
|
|
7066
7117
|
};
|
|
7067
7118
|
}
|
|
7068
|
-
});function render$
|
|
7119
|
+
});function render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7069
7120
|
return vue.openBlock(), vue.createElementBlock("span", {
|
|
7070
7121
|
"class": vue.normalizeClass(["fw-tag", [_ctx.baseClass, _ctx.textColorClass, _ctx.bgColorClass, _ctx.sizeClass]])
|
|
7071
7122
|
}, [vue.renderSlot(_ctx.$slots, "default")], 2);
|
|
7072
|
-
}var css_248z$
|
|
7073
|
-
var stylesheet$
|
|
7074
|
-
styleInject(css_248z$
|
|
7123
|
+
}var css_248z$8 = ".fw-tag{line-height:normal;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}";
|
|
7124
|
+
var stylesheet$8 = ".fw-tag{line-height:normal;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}";
|
|
7125
|
+
styleInject(css_248z$8);script$b.render = render$e;var es_object_keys = {};var $$9 = _export;
|
|
7075
7126
|
var toObject$5 = toObject$a;
|
|
7076
7127
|
var nativeKeys = objectKeys$2;
|
|
7077
7128
|
var fails$8 = fails$o;
|
|
@@ -7266,20 +7317,22 @@ $$8({ target: 'Array', proto: true, forced: FORCED }, {
|
|
|
7266
7317
|
}
|
|
7267
7318
|
});var script$a = vue.defineComponent({
|
|
7268
7319
|
name: 'FwLoadingBar'
|
|
7269
|
-
});var _hoisted_1$
|
|
7320
|
+
});var _hoisted_1$d = {
|
|
7270
7321
|
"class": "fw-loading-bar rounded",
|
|
7271
7322
|
"aria-hidden": "true"
|
|
7272
7323
|
};
|
|
7273
|
-
function render$
|
|
7274
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7275
|
-
}var css_248z$
|
|
7276
|
-
var stylesheet$
|
|
7277
|
-
styleInject(css_248z$
|
|
7324
|
+
function render$d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7325
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$d);
|
|
7326
|
+
}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}}";
|
|
7327
|
+
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}}";
|
|
7328
|
+
styleInject(css_248z$7);script$a.render = render$d;var __default__$2 = vue.defineComponent({
|
|
7278
7329
|
name: 'FwTable',
|
|
7279
7330
|
components: {
|
|
7280
|
-
|
|
7331
|
+
ArrowSortSvg: render$p,
|
|
7332
|
+
ArrowDownSvg: render$o,
|
|
7281
7333
|
FwLoadingBar: script$a
|
|
7282
7334
|
},
|
|
7335
|
+
emits: ['rowClicked'],
|
|
7283
7336
|
props: {
|
|
7284
7337
|
items: {
|
|
7285
7338
|
type: Array,
|
|
@@ -7292,15 +7345,22 @@ styleInject(css_248z$5);script$a.render = render$c;var script$9 = vue.defineComp
|
|
|
7292
7345
|
loading: {
|
|
7293
7346
|
type: Boolean,
|
|
7294
7347
|
"default": false
|
|
7348
|
+
},
|
|
7349
|
+
clickableRows: {
|
|
7350
|
+
type: Boolean,
|
|
7351
|
+
"default": false
|
|
7295
7352
|
}
|
|
7296
7353
|
},
|
|
7297
|
-
setup: function setup(props) {
|
|
7354
|
+
setup: function setup(props, ctx) {
|
|
7298
7355
|
var columns = vue.computed(function () {
|
|
7299
7356
|
return Object.keys(props.items[0]);
|
|
7300
7357
|
});
|
|
7301
7358
|
var sortBy = vue.ref('');
|
|
7302
7359
|
var sortDirection = vue.ref('asc');
|
|
7303
7360
|
var currentSortedColumn = vue.ref('');
|
|
7361
|
+
var style = getComputedStyle(document.body);
|
|
7362
|
+
var colorPrimary = style.getPropertyValue('--colorPrimary');
|
|
7363
|
+
var bgHoverColor = "".concat(colorPrimary, "0d"); // Adds 5% transparency
|
|
7304
7364
|
var sortColumn = function sortColumn(column) {
|
|
7305
7365
|
if (!isColumnSortable(column)) return;
|
|
7306
7366
|
currentSortedColumn.value = column;
|
|
@@ -7336,10 +7396,10 @@ styleInject(css_248z$5);script$a.render = render$c;var script$9 = vue.defineComp
|
|
|
7336
7396
|
var sortedIcon = function sortedIcon(sortDir, column) {
|
|
7337
7397
|
if (currentSortedColumn.value === column) {
|
|
7338
7398
|
if (sortDirection.value === sortDir) {
|
|
7339
|
-
return
|
|
7399
|
+
return true;
|
|
7340
7400
|
}
|
|
7341
7401
|
}
|
|
7342
|
-
return
|
|
7402
|
+
return false;
|
|
7343
7403
|
};
|
|
7344
7404
|
var isColumnSortable = function isColumnSortable(column) {
|
|
7345
7405
|
if (props.options && props.options[column]) {
|
|
@@ -7355,6 +7415,9 @@ styleInject(css_248z$5);script$a.render = render$c;var script$9 = vue.defineComp
|
|
|
7355
7415
|
}
|
|
7356
7416
|
return false;
|
|
7357
7417
|
};
|
|
7418
|
+
var rowClicked = function rowClicked(row) {
|
|
7419
|
+
if (props.clickableRows) ctx.emit('rowClicked', row);
|
|
7420
|
+
};
|
|
7358
7421
|
return {
|
|
7359
7422
|
columns: columns,
|
|
7360
7423
|
sortBy: sortBy,
|
|
@@ -7365,63 +7428,84 @@ styleInject(css_248z$5);script$a.render = render$c;var script$9 = vue.defineComp
|
|
|
7365
7428
|
sortedIcon: sortedIcon,
|
|
7366
7429
|
formattedText: formattedText,
|
|
7367
7430
|
isColumnSortable: isColumnSortable,
|
|
7368
|
-
isDisabled: isDisabled
|
|
7431
|
+
isDisabled: isDisabled,
|
|
7432
|
+
rowClicked: rowClicked,
|
|
7433
|
+
bgHoverColor: bgHoverColor
|
|
7369
7434
|
};
|
|
7370
7435
|
}
|
|
7371
|
-
});
|
|
7372
|
-
|
|
7436
|
+
});
|
|
7437
|
+
var __injectCSSVars__$2 = function __injectCSSVars__() {
|
|
7438
|
+
vue.useCssVars(function (_ctx) {
|
|
7439
|
+
return {
|
|
7440
|
+
"1172a117": _ctx.bgHoverColor
|
|
7441
|
+
};
|
|
7442
|
+
});
|
|
7373
7443
|
};
|
|
7374
|
-
var
|
|
7375
|
-
|
|
7376
|
-
|
|
7444
|
+
var __setup__$2 = __default__$2.setup;
|
|
7445
|
+
__default__$2.setup = __setup__$2 ? function (props, ctx) {
|
|
7446
|
+
__injectCSSVars__$2();
|
|
7447
|
+
return __setup__$2(props, ctx);
|
|
7448
|
+
} : __injectCSSVars__$2;var _withScopeId$3 = function _withScopeId(n) {
|
|
7449
|
+
return vue.pushScopeId("data-v-1f477224"), n = n(), vue.popScopeId(), n;
|
|
7450
|
+
};
|
|
7451
|
+
var _hoisted_1$c = {
|
|
7452
|
+
"class": "text-p2 border-b border-grey-40"
|
|
7453
|
+
};
|
|
7454
|
+
var _hoisted_2$b = ["tabindex", "onKeydown", "onClick"];
|
|
7455
|
+
var _hoisted_3$8 = {
|
|
7456
|
+
"class": "flex flex-row items-center"
|
|
7377
7457
|
};
|
|
7378
7458
|
var _hoisted_4$4 = {
|
|
7379
|
-
|
|
7459
|
+
key: 0,
|
|
7460
|
+
"class": "ml-1 flex items-center justify-center w-5"
|
|
7380
7461
|
};
|
|
7381
7462
|
var _hoisted_5$2 = {
|
|
7382
|
-
|
|
7463
|
+
"class": "text-p2 bg-white font-light"
|
|
7383
7464
|
};
|
|
7384
7465
|
var _hoisted_6$1 = {
|
|
7385
|
-
"class": "flex flex-col"
|
|
7386
|
-
};
|
|
7387
|
-
var _hoisted_7$1 = {
|
|
7388
|
-
"class": "text-p-small bg-white font-light"
|
|
7389
|
-
};
|
|
7390
|
-
var _hoisted_8$1 = {
|
|
7391
7466
|
key: 0,
|
|
7392
|
-
"class": "py-
|
|
7467
|
+
"class": "py-4 px-5 text-left whitespace-nowrap"
|
|
7393
7468
|
};
|
|
7394
|
-
var
|
|
7469
|
+
var _hoisted_7$1 = {
|
|
7395
7470
|
key: 0,
|
|
7396
|
-
"class": "py-
|
|
7471
|
+
"class": "py-4 px-5 text-left whitespace-nowrap"
|
|
7397
7472
|
};
|
|
7398
|
-
var
|
|
7399
|
-
|
|
7400
|
-
|
|
7473
|
+
var _hoisted_8$1 = ["onClick", "tabindex", "onKeydown"];
|
|
7474
|
+
var _hoisted_9$1 = ["innerHTML"];
|
|
7475
|
+
function render$c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7476
|
+
var _component_ArrowSortSvg = vue.resolveComponent("ArrowSortSvg");
|
|
7477
|
+
var _component_ArrowDownSvg = vue.resolveComponent("ArrowDownSvg");
|
|
7401
7478
|
var _component_FwLoadingBar = vue.resolveComponent("FwLoadingBar");
|
|
7402
7479
|
return vue.openBlock(), vue.createElementBlock("table", {
|
|
7403
|
-
"class": vue.normalizeClass(["table-auto table-responsive rounded
|
|
7404
|
-
}, [vue.createElementVNode("thead", _hoisted_1$
|
|
7480
|
+
"class": vue.normalizeClass(["fw-table table-auto table-responsive rounded-md shadow-card", _ctx.loading ? 'cursor-wait' : ''])
|
|
7481
|
+
}, [vue.createElementVNode("thead", _hoisted_1$c, [vue.createElementVNode("tr", null, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, function (column, thKey) {
|
|
7405
7482
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
7406
7483
|
key: thKey
|
|
7407
7484
|
}, [!_ctx.isDisabled(column) ? (vue.openBlock(), vue.createElementBlock("th", {
|
|
7408
7485
|
key: 0,
|
|
7409
|
-
"class": vue.normalizeClass(["py-
|
|
7410
|
-
tabindex: _ctx.isColumnSortable(column) ?
|
|
7486
|
+
"class": vue.normalizeClass(["fw-table-head py-6 px-5 text-left font-medium", _ctx.isColumnSortable(column) ? 'cursor-pointer fw-table-head--sortable' : '']),
|
|
7487
|
+
tabindex: _ctx.isColumnSortable(column) ? 0 : -1,
|
|
7411
7488
|
onKeydown: vue.withKeys(function ($event) {
|
|
7412
7489
|
return _ctx.sortColumn(column);
|
|
7413
7490
|
}, ["enter", "space"]),
|
|
7414
7491
|
onClick: function onClick($event) {
|
|
7415
7492
|
return _ctx.sortColumn(column);
|
|
7416
7493
|
}
|
|
7417
|
-
}, [vue.createElementVNode("div", _hoisted_3$
|
|
7418
|
-
"class": vue.normalizeClass(
|
|
7419
|
-
},
|
|
7420
|
-
|
|
7421
|
-
|
|
7494
|
+
}, [vue.createElementVNode("div", _hoisted_3$8, [vue.createElementVNode("span", {
|
|
7495
|
+
"class": vue.normalizeClass(_ctx.sortedIcon('asc', column) || _ctx.sortedIcon('desc', column) ? 'text-primary' : '')
|
|
7496
|
+
}, vue.toDisplayString(column), 3), _ctx.isColumnSortable(column) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$4, [!_ctx.sortedIcon('asc', column) && !_ctx.sortedIcon('desc', column) ? (vue.openBlock(), vue.createBlock(_component_ArrowSortSvg, {
|
|
7497
|
+
key: 0,
|
|
7498
|
+
"class": "inline-block w-full text-grey-base"
|
|
7499
|
+
})) : vue.createCommentVNode("", true), _ctx.sortedIcon('desc', column) ? (vue.openBlock(), vue.createBlock(_component_ArrowDownSvg, {
|
|
7500
|
+
key: 1,
|
|
7501
|
+
"class": "inline-block w-4 text-primary rotate-180"
|
|
7502
|
+
})) : vue.createCommentVNode("", true), _ctx.sortedIcon('asc', column) ? (vue.openBlock(), vue.createBlock(_component_ArrowDownSvg, {
|
|
7503
|
+
key: 2,
|
|
7504
|
+
"class": "inline-block w-4 text-primary"
|
|
7505
|
+
})) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true)])], 42, _hoisted_2$b)) : vue.createCommentVNode("", true)], 64);
|
|
7422
7506
|
}), 128)), _ctx.$slots.head ? vue.renderSlot(_ctx.$slots, "head", {
|
|
7423
7507
|
key: 0
|
|
7424
|
-
}) : vue.createCommentVNode("", true)])]), vue.createElementVNode("tbody",
|
|
7508
|
+
}) : vue.createCommentVNode("", true)])]), vue.createElementVNode("tbody", _hoisted_5$2, [_ctx.loading ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, {
|
|
7425
7509
|
key: 0
|
|
7426
7510
|
}, vue.renderList(_ctx.sortedData, function (row, trKey) {
|
|
7427
7511
|
return vue.openBlock(), vue.createElementBlock("tr", {
|
|
@@ -7429,55 +7513,65 @@ function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7429
7513
|
}, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, function (column, colKey) {
|
|
7430
7514
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
7431
7515
|
key: colKey
|
|
7432
|
-
}, [!_ctx.isDisabled(column) ? (vue.openBlock(), vue.createElementBlock("td",
|
|
7516
|
+
}, [!_ctx.isDisabled(column) ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_6$1, [vue.createVNode(_component_FwLoadingBar, {
|
|
7433
7517
|
"class": "w-full h-7"
|
|
7434
7518
|
})])) : vue.createCommentVNode("", true)], 64);
|
|
7435
|
-
}), 128)), _ctx.$slots.row ? (vue.openBlock(), vue.createElementBlock("td",
|
|
7519
|
+
}), 128)), _ctx.$slots.row ? (vue.openBlock(), vue.createElementBlock("td", _hoisted_7$1, [vue.createVNode(_component_FwLoadingBar, {
|
|
7436
7520
|
"class": "w-full h-7"
|
|
7437
7521
|
})])) : vue.createCommentVNode("", true)]);
|
|
7438
7522
|
}), 128)) : (vue.openBlock(true), vue.createElementBlock(vue.Fragment, {
|
|
7439
7523
|
key: 1
|
|
7440
7524
|
}, vue.renderList(_ctx.sortedData, function (row, trKey) {
|
|
7441
7525
|
return vue.openBlock(), vue.createElementBlock("tr", {
|
|
7442
|
-
"class": "border-b border-grey-40
|
|
7526
|
+
"class": vue.normalizeClass(["fw-table-row border-b border-grey-40", _ctx.clickableRows ? 'cursor-pointer' : '']),
|
|
7527
|
+
onClick: function onClick($event) {
|
|
7528
|
+
return _ctx.rowClicked(row);
|
|
7529
|
+
},
|
|
7530
|
+
tabindex: _ctx.clickableRows ? 0 : -1,
|
|
7531
|
+
onKeydown: vue.withKeys(function ($event) {
|
|
7532
|
+
return _ctx.rowClicked(row);
|
|
7533
|
+
}, ["enter", "space"]),
|
|
7443
7534
|
key: trKey
|
|
7444
7535
|
}, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, function (column, colKey) {
|
|
7445
7536
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
7446
7537
|
key: colKey
|
|
7447
7538
|
}, [!_ctx.isDisabled(column) ? (vue.openBlock(), vue.createElementBlock("td", {
|
|
7448
7539
|
key: 0,
|
|
7449
|
-
"class": "py-
|
|
7540
|
+
"class": "py-4 px-5 text-left whitespace-nowrap",
|
|
7450
7541
|
innerHTML: _ctx.formattedText(row, column)
|
|
7451
|
-
}, null, 8,
|
|
7542
|
+
}, null, 8, _hoisted_9$1)) : vue.createCommentVNode("", true)], 64);
|
|
7452
7543
|
}), 128)), _ctx.$slots.row ? vue.renderSlot(_ctx.$slots, "row", {
|
|
7453
7544
|
key: 0,
|
|
7454
7545
|
row: row
|
|
7455
|
-
}) : vue.createCommentVNode("", true)]);
|
|
7546
|
+
}) : vue.createCommentVNode("", true)], 42, _hoisted_8$1);
|
|
7456
7547
|
}), 128))])], 2);
|
|
7457
|
-
}
|
|
7548
|
+
}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)}";
|
|
7549
|
+
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)}";
|
|
7550
|
+
styleInject(css_248z$6);__default__$2.render = render$c;
|
|
7551
|
+
__default__$2.__scopeId = "data-v-1f477224";var script$9 = vue.defineComponent({
|
|
7458
7552
|
name: 'FwTableHead'
|
|
7459
|
-
});var _hoisted_1$
|
|
7460
|
-
"class": "py-
|
|
7553
|
+
});var _hoisted_1$b = {
|
|
7554
|
+
"class": "py-6 px-5 text-left font-medium"
|
|
7461
7555
|
};
|
|
7462
|
-
var _hoisted_2$
|
|
7463
|
-
"class": "flex flex-row
|
|
7556
|
+
var _hoisted_2$a = {
|
|
7557
|
+
"class": "flex flex-row"
|
|
7464
7558
|
};
|
|
7465
|
-
var _hoisted_3$
|
|
7559
|
+
var _hoisted_3$7 = {
|
|
7466
7560
|
key: 0,
|
|
7467
7561
|
"class": "w-full"
|
|
7468
7562
|
};
|
|
7469
|
-
function render$
|
|
7470
|
-
return vue.openBlock(), vue.createElementBlock("th", _hoisted_1$
|
|
7471
|
-
}script$
|
|
7563
|
+
function render$b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7564
|
+
return vue.openBlock(), vue.createElementBlock("th", _hoisted_1$b, [vue.createElementVNode("div", _hoisted_2$a, [_ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$7, [vue.renderSlot(_ctx.$slots, "default")])) : vue.createCommentVNode("", true)])]);
|
|
7565
|
+
}script$9.render = render$b;var script$8 = vue.defineComponent({
|
|
7472
7566
|
name: 'FwTableRow'
|
|
7473
|
-
});var _hoisted_1$
|
|
7567
|
+
});var _hoisted_1$a = {
|
|
7474
7568
|
"class": "py-3 px-4 text-left whitespace-nowrap"
|
|
7475
7569
|
};
|
|
7476
|
-
function render$
|
|
7477
|
-
return vue.openBlock(), vue.createElementBlock("td", _hoisted_1$
|
|
7570
|
+
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7571
|
+
return vue.openBlock(), vue.createElementBlock("td", _hoisted_1$a, [_ctx.$slots["default"] ? vue.renderSlot(_ctx.$slots, "default", {
|
|
7478
7572
|
key: 0
|
|
7479
7573
|
}) : vue.createCommentVNode("", true)]);
|
|
7480
|
-
}script$
|
|
7574
|
+
}script$8.render = render$a;var script$7 = vue.defineComponent({
|
|
7481
7575
|
name: 'FwAccordion',
|
|
7482
7576
|
props: {
|
|
7483
7577
|
/**
|
|
@@ -7517,13 +7611,13 @@ function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7517
7611
|
});var _withScopeId$2 = function _withScopeId(n) {
|
|
7518
7612
|
return vue.pushScopeId("data-v-c9209c42"), n = n(), vue.popScopeId(), n;
|
|
7519
7613
|
};
|
|
7520
|
-
var _hoisted_1$
|
|
7614
|
+
var _hoisted_1$9 = {
|
|
7521
7615
|
"class": "fw-accordion rounded border border-grey-40"
|
|
7522
7616
|
};
|
|
7523
|
-
var _hoisted_2$
|
|
7617
|
+
var _hoisted_2$9 = {
|
|
7524
7618
|
"class": "flex flex-row items-center justify-between w-full"
|
|
7525
7619
|
};
|
|
7526
|
-
var _hoisted_3$
|
|
7620
|
+
var _hoisted_3$6 = {
|
|
7527
7621
|
"class": "flex flex-row items-center"
|
|
7528
7622
|
};
|
|
7529
7623
|
var _hoisted_4$3 = {
|
|
@@ -7533,13 +7627,13 @@ var _hoisted_5$1 = {
|
|
|
7533
7627
|
key: 0,
|
|
7534
7628
|
"class": "h4"
|
|
7535
7629
|
};
|
|
7536
|
-
function render$
|
|
7537
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
7630
|
+
function render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
7631
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$9, [vue.createElementVNode("button", {
|
|
7538
7632
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
7539
7633
|
return _ctx.isOpen = !_ctx.isOpen;
|
|
7540
7634
|
}),
|
|
7541
7635
|
"class": "fw-accordion--header px-8 py-4 bg-grey-lightest w-full border-opacity-0 hover:bg-grey-20"
|
|
7542
|
-
}, [vue.createElementVNode("div", _hoisted_2$
|
|
7636
|
+
}, [vue.createElementVNode("div", _hoisted_2$9, [vue.createElementVNode("div", _hoisted_3$6, [vue.createElementVNode("span", {
|
|
7543
7637
|
"class": vue.normalizeClass(["fw-accordion--icon", _ctx.isOpen ? 'fw-accordion--icon-open' : ''])
|
|
7544
7638
|
}, null, 2), vue.createElementVNode("span", _hoisted_4$3, vue.toDisplayString(_ctx.title), 1)]), _ctx.suffixTitle ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$1, vue.toDisplayString(_ctx.suffixTitle), 1)) : vue.createCommentVNode("", true)])]), vue.createVNode(vue.Transition, {
|
|
7545
7639
|
name: "slideInOut",
|
|
@@ -7556,10 +7650,10 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7556
7650
|
}),
|
|
7557
7651
|
_: 3
|
|
7558
7652
|
}, 8, ["onBeforeEnter", "onEnter", "onBeforeLeave", "onLeave"])]);
|
|
7559
|
-
}var css_248z$
|
|
7560
|
-
var stylesheet$
|
|
7561
|
-
styleInject(css_248z$
|
|
7562
|
-
script$
|
|
7653
|
+
}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}";
|
|
7654
|
+
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}";
|
|
7655
|
+
styleInject(css_248z$5);script$7.render = render$9;
|
|
7656
|
+
script$7.__scopeId = "data-v-c9209c42";var es_array_from = {};var call$7 = functionCall;
|
|
7563
7657
|
var anObject$5 = anObject$b;
|
|
7564
7658
|
var getMethod$2 = getMethod$4;
|
|
7565
7659
|
|
|
@@ -8100,14 +8194,14 @@ $$4({ global: true, bind: true, forced: global$4.setTimeout !== setTimeout$1 },
|
|
|
8100
8194
|
loadImage();
|
|
8101
8195
|
}
|
|
8102
8196
|
}
|
|
8103
|
-
};var script$
|
|
8197
|
+
};var script$6 = vue.defineComponent({
|
|
8104
8198
|
name: 'FwImage',
|
|
8105
8199
|
directives: {
|
|
8106
8200
|
lazyload: lazyLoadDirective
|
|
8107
8201
|
},
|
|
8108
8202
|
components: {
|
|
8109
8203
|
FwLoadingBar: script$a,
|
|
8110
|
-
FileExclamationSvg: render$
|
|
8204
|
+
FileExclamationSvg: render$J
|
|
8111
8205
|
},
|
|
8112
8206
|
props: {
|
|
8113
8207
|
/**
|
|
@@ -8159,12 +8253,12 @@ $$4({ global: true, bind: true, forced: global$4.setTimeout !== setTimeout$1 },
|
|
|
8159
8253
|
isBackground: isBackground
|
|
8160
8254
|
};
|
|
8161
8255
|
}
|
|
8162
|
-
});var _hoisted_1$
|
|
8163
|
-
var _hoisted_2$
|
|
8164
|
-
var _hoisted_3$
|
|
8256
|
+
});var _hoisted_1$8 = ["type", "threshold"];
|
|
8257
|
+
var _hoisted_2$8 = ["data-url", "alt"];
|
|
8258
|
+
var _hoisted_3$5 = {
|
|
8165
8259
|
"class": "fw-image--error-wrapper flex flex-col items-center justify-center"
|
|
8166
8260
|
};
|
|
8167
|
-
function render$
|
|
8261
|
+
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8168
8262
|
var _component_FwLoadingBar = vue.resolveComponent("FwLoadingBar");
|
|
8169
8263
|
var _component_FileExclamationSvg = vue.resolveComponent("FileExclamationSvg");
|
|
8170
8264
|
var _directive_lazyload = vue.resolveDirective("lazyload");
|
|
@@ -8198,7 +8292,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8198
8292
|
"data-url": _ctx.src,
|
|
8199
8293
|
alt: _ctx.alt,
|
|
8200
8294
|
"class": vue.normalizeClass(_ctx.imageClass)
|
|
8201
|
-
}, null, 10, _hoisted_2$
|
|
8295
|
+
}, null, 10, _hoisted_2$8), vue.createVNode(_component_FwLoadingBar, {
|
|
8202
8296
|
"class": vue.normalizeClass(["fw-image--loading w-full h-full", {
|
|
8203
8297
|
'rounded-full': _ctx.rounded
|
|
8204
8298
|
}])
|
|
@@ -8206,30 +8300,30 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8206
8300
|
"class": vue.normalizeClass(["fw-image--error bg-grey-20", {
|
|
8207
8301
|
'rounded-full': _ctx.rounded
|
|
8208
8302
|
}])
|
|
8209
|
-
}, [vue.createElementVNode("div", _hoisted_3$
|
|
8303
|
+
}, [vue.createElementVNode("div", _hoisted_3$5, [vue.createVNode(_component_FileExclamationSvg, {
|
|
8210
8304
|
"class": "w-full h-full scale-[0.3] opacity-80 text-alert max-w-[150px]"
|
|
8211
|
-
})])], 2), vue.renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$
|
|
8212
|
-
}var css_248z$
|
|
8213
|
-
var stylesheet$
|
|
8214
|
-
styleInject(css_248z$
|
|
8305
|
+
})])], 2), vue.renderSlot(_ctx.$slots, "default")], 42, _hoisted_1$8)), [[_directive_lazyload]]);
|
|
8306
|
+
}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}";
|
|
8307
|
+
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}";
|
|
8308
|
+
styleInject(css_248z$4);script$6.render = render$8;var script$5 = vue.defineComponent({
|
|
8215
8309
|
name: 'FwLoadingCard',
|
|
8216
8310
|
components: {
|
|
8217
8311
|
FwLoadingBar: script$a
|
|
8218
8312
|
}
|
|
8219
|
-
});var _hoisted_1$
|
|
8313
|
+
});var _hoisted_1$7 = {
|
|
8220
8314
|
"class": "fw-loading-card rounded shadow-card relative"
|
|
8221
8315
|
};
|
|
8222
|
-
var _hoisted_2$
|
|
8316
|
+
var _hoisted_2$7 = {
|
|
8223
8317
|
"class": "w-full bg-white h-12 p-3 pr-12 absolute top-0 left-0 rounded-t"
|
|
8224
8318
|
};
|
|
8225
|
-
function render$
|
|
8319
|
+
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8226
8320
|
var _component_FwLoadingBar = vue.resolveComponent("FwLoadingBar");
|
|
8227
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
8321
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$7, [vue.createElementVNode("div", _hoisted_2$7, [vue.createVNode(_component_FwLoadingBar, {
|
|
8228
8322
|
"class": "w-2/4 h-5"
|
|
8229
8323
|
})]), vue.createVNode(_component_FwLoadingBar, {
|
|
8230
8324
|
"class": "w-full h-full rounded-t-none"
|
|
8231
8325
|
})]);
|
|
8232
|
-
}script$
|
|
8326
|
+
}script$5.render = render$7;var script$4 = vue.defineComponent({
|
|
8233
8327
|
name: 'FwLoadingTable',
|
|
8234
8328
|
components: {
|
|
8235
8329
|
FwLoadingBar: script$a
|
|
@@ -8250,27 +8344,27 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8250
8344
|
tableClass: tableClass
|
|
8251
8345
|
};
|
|
8252
8346
|
}
|
|
8253
|
-
});var _hoisted_1$
|
|
8347
|
+
});var _hoisted_1$6 = {
|
|
8254
8348
|
"class": "text-p-small bg-white"
|
|
8255
8349
|
};
|
|
8256
|
-
var _hoisted_2$
|
|
8350
|
+
var _hoisted_2$6 = {
|
|
8257
8351
|
"class": "flex flex-row items-center space-x-1"
|
|
8258
8352
|
};
|
|
8259
|
-
var _hoisted_3$
|
|
8353
|
+
var _hoisted_3$4 = {
|
|
8260
8354
|
"class": "text-p-small bg-white font-light"
|
|
8261
8355
|
};
|
|
8262
|
-
function render$
|
|
8356
|
+
function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8263
8357
|
var _component_FwLoadingBar = vue.resolveComponent("FwLoadingBar");
|
|
8264
8358
|
return vue.openBlock(), vue.createElementBlock("table", {
|
|
8265
8359
|
"class": vue.normalizeClass(_ctx.tableClass)
|
|
8266
|
-
}, [vue.createElementVNode("thead", _hoisted_1$
|
|
8360
|
+
}, [vue.createElementVNode("thead", _hoisted_1$6, [vue.createElementVNode("tr", null, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, function (column, thKey) {
|
|
8267
8361
|
return vue.openBlock(), vue.createElementBlock("th", {
|
|
8268
8362
|
key: thKey,
|
|
8269
8363
|
"class": "py-3 px-4 text-center border-b border-b-grey-light"
|
|
8270
|
-
}, [vue.createElementVNode("div", _hoisted_2$
|
|
8364
|
+
}, [vue.createElementVNode("div", _hoisted_2$6, [vue.createVNode(_component_FwLoadingBar, {
|
|
8271
8365
|
"class": "w-full h-8"
|
|
8272
8366
|
})])]);
|
|
8273
|
-
}), 128))])]), vue.createElementVNode("tbody", _hoisted_3$
|
|
8367
|
+
}), 128))])]), vue.createElementVNode("tbody", _hoisted_3$4, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.rows, function (row, trKey) {
|
|
8274
8368
|
return vue.openBlock(), vue.createElementBlock("tr", {
|
|
8275
8369
|
key: trKey
|
|
8276
8370
|
}, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.columns, function (column, colKey) {
|
|
@@ -8282,7 +8376,7 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8282
8376
|
})]);
|
|
8283
8377
|
}), 128))]);
|
|
8284
8378
|
}), 128))])], 2);
|
|
8285
|
-
}script$
|
|
8379
|
+
}script$4.render = render$6;var es_string_includes = {};var isObject$1 = isObject$b;
|
|
8286
8380
|
var classof$1 = classofRaw$1;
|
|
8287
8381
|
var wellKnownSymbol$3 = wellKnownSymbol$h;
|
|
8288
8382
|
|
|
@@ -8335,12 +8429,12 @@ $$3({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
|
|
|
8335
8429
|
arguments.length > 1 ? arguments[1] : undefined
|
|
8336
8430
|
);
|
|
8337
8431
|
}
|
|
8338
|
-
});var script$
|
|
8432
|
+
});var script$3 = vue.defineComponent({
|
|
8339
8433
|
name: 'FwToast',
|
|
8340
8434
|
components: {
|
|
8341
|
-
SolidCheckSvg: render$
|
|
8342
|
-
SolidXMarkSvg: render$
|
|
8343
|
-
ErrorFilledSvg: render$
|
|
8435
|
+
SolidCheckSvg: render$r,
|
|
8436
|
+
SolidXMarkSvg: render$q,
|
|
8437
|
+
ErrorFilledSvg: render$B
|
|
8344
8438
|
},
|
|
8345
8439
|
emits: ['update:modelValue', 'dismissed'],
|
|
8346
8440
|
props: {
|
|
@@ -8475,15 +8569,15 @@ $$3({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }
|
|
|
8475
8569
|
isLeftRightorCenter: isLeftRightorCenter
|
|
8476
8570
|
};
|
|
8477
8571
|
}
|
|
8478
|
-
});var _hoisted_1$
|
|
8479
|
-
var _hoisted_2$
|
|
8572
|
+
});var _hoisted_1$5 = ["id"];
|
|
8573
|
+
var _hoisted_2$5 = {
|
|
8480
8574
|
"class": "inline-flex items-center gap-x-4"
|
|
8481
8575
|
};
|
|
8482
|
-
var _hoisted_3$
|
|
8576
|
+
var _hoisted_3$3 = {
|
|
8483
8577
|
key: 0,
|
|
8484
8578
|
"class": "text-base mb-0"
|
|
8485
8579
|
};
|
|
8486
|
-
function render$
|
|
8580
|
+
function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8487
8581
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [_ctx.mountContainer ? (vue.openBlock(), vue.createBlock(vue.Teleport, {
|
|
8488
8582
|
key: 0,
|
|
8489
8583
|
to: _ctx.element
|
|
@@ -8506,22 +8600,22 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8506
8600
|
"class": vue.normalizeClass(["fw-toast shadow rounded", [_ctx.baseClass, _ctx.typeClasses[_ctx.type]]]),
|
|
8507
8601
|
id: "fw-toast-".concat(_ctx.uuid),
|
|
8508
8602
|
key: "fw-toast-".concat(_ctx.uuid)
|
|
8509
|
-
}, [vue.createElementVNode("div", _hoisted_2$
|
|
8603
|
+
}, [vue.createElementVNode("div", _hoisted_2$5, [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.svgComponent[_ctx.type]), {
|
|
8510
8604
|
"aria-hidden": "true",
|
|
8511
8605
|
"class": "text-white min-w-[24px] min-h-[24px] w-[24px] h-[24px]"
|
|
8512
|
-
})), _ctx.content ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$
|
|
8606
|
+
})), _ctx.content ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3$3, vue.toDisplayString(_ctx.content), 1)) : vue.renderSlot(_ctx.$slots, "default", {
|
|
8513
8607
|
key: 1
|
|
8514
|
-
})])], 10, _hoisted_1$
|
|
8608
|
+
})])], 10, _hoisted_1$5)) : vue.createCommentVNode("", true)];
|
|
8515
8609
|
}),
|
|
8516
8610
|
_: 3
|
|
8517
8611
|
}, 8, ["name"])], 8, ["to"])) : vue.createCommentVNode("", true)], 64);
|
|
8518
|
-
}var css_248z$
|
|
8519
|
-
var stylesheet$
|
|
8520
|
-
styleInject(css_248z$
|
|
8612
|
+
}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}}";
|
|
8613
|
+
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}}";
|
|
8614
|
+
styleInject(css_248z$3);script$3.render = render$5;var script$2 = vue.defineComponent({
|
|
8521
8615
|
name: 'FwTransactionsCard',
|
|
8522
8616
|
components: {
|
|
8523
8617
|
FwCard: script$j,
|
|
8524
|
-
FwImage: script$
|
|
8618
|
+
FwImage: script$6
|
|
8525
8619
|
},
|
|
8526
8620
|
props: {
|
|
8527
8621
|
/**
|
|
@@ -8552,13 +8646,13 @@ styleInject(css_248z$2);script$2.render = render$4;var script$1 = vue.defineComp
|
|
|
8552
8646
|
required: false
|
|
8553
8647
|
}
|
|
8554
8648
|
}
|
|
8555
|
-
});var _hoisted_1$
|
|
8649
|
+
});var _hoisted_1$4 = /*#__PURE__*/vue.createElementVNode("div", {
|
|
8556
8650
|
"class": "absolute top-0 left-0 w-full h-full rounded-lg bg-primary opacity-5 pointer-events-none"
|
|
8557
8651
|
}, null, -1);
|
|
8558
|
-
var _hoisted_2$
|
|
8652
|
+
var _hoisted_2$4 = {
|
|
8559
8653
|
"class": "flex flex-row w-full items-center py-3 px-4"
|
|
8560
8654
|
};
|
|
8561
|
-
var _hoisted_3$
|
|
8655
|
+
var _hoisted_3$2 = {
|
|
8562
8656
|
"class": "flex flex-col w-full flex-1 ml-2"
|
|
8563
8657
|
};
|
|
8564
8658
|
var _hoisted_4$2 = {
|
|
@@ -8578,7 +8672,7 @@ var _hoisted_8 = {
|
|
|
8578
8672
|
var _hoisted_9 = {
|
|
8579
8673
|
"class": "text-p2 font-semibold mb-0"
|
|
8580
8674
|
};
|
|
8581
|
-
function render$
|
|
8675
|
+
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8582
8676
|
var _component_FwImage = vue.resolveComponent("FwImage");
|
|
8583
8677
|
var _component_FwCard = vue.resolveComponent("FwCard");
|
|
8584
8678
|
return vue.openBlock(), vue.createBlock(_component_FwCard, {
|
|
@@ -8586,13 +8680,13 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8586
8680
|
"slot-padding": false
|
|
8587
8681
|
}, {
|
|
8588
8682
|
"default": vue.withCtx(function () {
|
|
8589
|
-
return [_hoisted_1$
|
|
8683
|
+
return [_hoisted_1$4, vue.createElementVNode("div", _hoisted_2$4, [_ctx.imageUrl ? (vue.openBlock(), vue.createBlock(_component_FwImage, {
|
|
8590
8684
|
key: 0,
|
|
8591
8685
|
src: _ctx.imageUrl,
|
|
8592
8686
|
type: "background",
|
|
8593
8687
|
rounded: true,
|
|
8594
8688
|
"class": "w-9 h-9"
|
|
8595
|
-
}, null, 8, ["src"])) : vue.createCommentVNode("", true), vue.createElementVNode("div", _hoisted_3$
|
|
8689
|
+
}, null, 8, ["src"])) : vue.createCommentVNode("", true), vue.createElementVNode("div", _hoisted_3$2, [vue.createElementVNode("div", _hoisted_4$2, [vue.createElementVNode("div", _hoisted_5, [vue.createElementVNode("p", _hoisted_6, vue.toDisplayString(_ctx.title), 1), _ctx.subTitle ? (vue.openBlock(), vue.createElementBlock("p", {
|
|
8596
8690
|
key: 0,
|
|
8597
8691
|
innerHTML: _ctx.subTitle,
|
|
8598
8692
|
"class": "text-p-small text-grey-base mb-0"
|
|
@@ -8600,7 +8694,7 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8600
8694
|
}),
|
|
8601
8695
|
_: 1
|
|
8602
8696
|
});
|
|
8603
|
-
}script$
|
|
8697
|
+
}script$2.render = render$4;function _arrayWithoutHoles(arr) {
|
|
8604
8698
|
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
8605
8699
|
}function _iterableToArray(iter) {
|
|
8606
8700
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
@@ -24113,7 +24207,7 @@ const PolarArea = /* #__PURE__ */ createTypedChart("polarArea", PolarAreaControl
|
|
|
24113
24207
|
const Radar = /* #__PURE__ */ createTypedChart("radar", RadarController);
|
|
24114
24208
|
const Bubble = /* #__PURE__ */ createTypedChart("bubble", BubbleController);
|
|
24115
24209
|
const Scatter = /* #__PURE__ */ createTypedChart("scatter", ScatterController);Chart$1.register(BarElement, CategoryScale, LinearScale);
|
|
24116
|
-
var script = vue.defineComponent({
|
|
24210
|
+
var script$1 = vue.defineComponent({
|
|
24117
24211
|
name: 'FwBarChart',
|
|
24118
24212
|
components: {
|
|
24119
24213
|
BarChart: Bar
|
|
@@ -24321,14 +24415,14 @@ var script = vue.defineComponent({
|
|
|
24321
24415
|
primaryFade: primaryFade
|
|
24322
24416
|
};
|
|
24323
24417
|
}
|
|
24324
|
-
});var _hoisted_1$
|
|
24418
|
+
});var _hoisted_1$3 = {
|
|
24325
24419
|
key: 0
|
|
24326
24420
|
};
|
|
24327
|
-
var _hoisted_2$
|
|
24421
|
+
var _hoisted_2$3 = {
|
|
24328
24422
|
key: 1,
|
|
24329
24423
|
"class": "font-normal"
|
|
24330
24424
|
};
|
|
24331
|
-
function render$
|
|
24425
|
+
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24332
24426
|
var _component_BarChart = vue.resolveComponent("BarChart");
|
|
24333
24427
|
return _ctx.xModel.length > 0 && _ctx.yModel.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
24334
24428
|
key: 0,
|
|
@@ -24338,14 +24432,123 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24338
24432
|
key: 0,
|
|
24339
24433
|
"class": "flex flex-row justify-between items-start border-b",
|
|
24340
24434
|
style: vue.normalizeStyle("border-color: ".concat(_ctx.primaryFade))
|
|
24341
|
-
}, [_ctx.title ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_1$
|
|
24435
|
+
}, [_ctx.title ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_1$3, vue.toDisplayString(_ctx.title), 1)) : vue.createCommentVNode("", true), _ctx.yMarker ? (vue.openBlock(), vue.createElementBlock("h3", _hoisted_2$3, vue.toDisplayString(_ctx.yMarker), 1)) : vue.createCommentVNode("", true)], 4)) : vue.createCommentVNode("", true), vue.createVNode(_component_BarChart, {
|
|
24342
24436
|
id: "fw-bar-chart-canvas-".concat(_ctx.uuid),
|
|
24343
24437
|
"class": "text-primary",
|
|
24344
24438
|
options: _ctx.chartOptions,
|
|
24345
24439
|
data: _ctx.chartData,
|
|
24346
24440
|
role: "img"
|
|
24347
24441
|
}, null, 8, ["id", "options", "data"])], 4)) : vue.createCommentVNode("", true);
|
|
24348
|
-
}script.render = render$
|
|
24442
|
+
}script$1.render = render$3;var script = vue.defineComponent({
|
|
24443
|
+
name: 'FwSidebarMenu',
|
|
24444
|
+
emits: ['toggled'],
|
|
24445
|
+
components: {
|
|
24446
|
+
FwButton: script$h,
|
|
24447
|
+
ChevronRightSvg: render$D
|
|
24448
|
+
},
|
|
24449
|
+
props: {
|
|
24450
|
+
/**
|
|
24451
|
+
* An array of menu items
|
|
24452
|
+
* `{ to?: string | object; href?: string; label: string; }`
|
|
24453
|
+
*/
|
|
24454
|
+
menuItems: {
|
|
24455
|
+
type: Array
|
|
24456
|
+
},
|
|
24457
|
+
/**
|
|
24458
|
+
* The class for the open/close toggle button
|
|
24459
|
+
*/
|
|
24460
|
+
toggleButtonClass: {
|
|
24461
|
+
type: String,
|
|
24462
|
+
"default": ''
|
|
24463
|
+
},
|
|
24464
|
+
/**
|
|
24465
|
+
* The width class for the sidebar when opened
|
|
24466
|
+
*/
|
|
24467
|
+
openWidth: {
|
|
24468
|
+
type: String,
|
|
24469
|
+
"default": 'w-96'
|
|
24470
|
+
},
|
|
24471
|
+
/**
|
|
24472
|
+
* The width class for the sidebar when opened
|
|
24473
|
+
*/
|
|
24474
|
+
closedWidth: {
|
|
24475
|
+
type: String,
|
|
24476
|
+
"default": 'w-6'
|
|
24477
|
+
}
|
|
24478
|
+
},
|
|
24479
|
+
setup: function setup(props, ctx) {
|
|
24480
|
+
var isMenuOpen = vue.ref(true);
|
|
24481
|
+
var toggleMenu = function toggleMenu() {
|
|
24482
|
+
isMenuOpen.value = !isMenuOpen.value;
|
|
24483
|
+
ctx.emit('toggled', isMenuOpen.value ? props.openWidth : props.closedWidth);
|
|
24484
|
+
};
|
|
24485
|
+
return {
|
|
24486
|
+
isMenuOpen: isMenuOpen,
|
|
24487
|
+
toggleMenu: toggleMenu
|
|
24488
|
+
};
|
|
24489
|
+
}
|
|
24490
|
+
});var _hoisted_1$2 = {
|
|
24491
|
+
key: 0,
|
|
24492
|
+
"class": "flex flex-col px-4 py-8"
|
|
24493
|
+
};
|
|
24494
|
+
var _hoisted_2$2 = {
|
|
24495
|
+
key: 0,
|
|
24496
|
+
"class": "text-left px-4 pb-6"
|
|
24497
|
+
};
|
|
24498
|
+
var _hoisted_3$1 = {
|
|
24499
|
+
"class": "flex flex-col space-y-1"
|
|
24500
|
+
};
|
|
24501
|
+
function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24502
|
+
var _ctx$menuItems;
|
|
24503
|
+
var _component_ChevronRightSvg = vue.resolveComponent("ChevronRightSvg");
|
|
24504
|
+
var _component_FwButton = vue.resolveComponent("FwButton");
|
|
24505
|
+
return _ctx.menuItems && ((_ctx$menuItems = _ctx.menuItems) === null || _ctx$menuItems === void 0 ? void 0 : _ctx$menuItems.length) > 0 ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
24506
|
+
key: 0,
|
|
24507
|
+
"class": vue.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]),
|
|
24508
|
+
"aria-label": "Aside navigation menu"
|
|
24509
|
+
}, [vue.createVNode(_component_FwButton, {
|
|
24510
|
+
variant: "primary",
|
|
24511
|
+
tabindex: "",
|
|
24512
|
+
title: _ctx.isMenuOpen ? 'Close sidebar navigation menu' : 'Open sidebar navigation menu',
|
|
24513
|
+
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
24514
|
+
return _ctx.toggleMenu();
|
|
24515
|
+
}),
|
|
24516
|
+
"class": vue.normalizeClass(["inline-block w-9 h-9 !p-0 shadow absolute top-4 -right-4 rounded-full", _ctx.toggleButtonClass])
|
|
24517
|
+
}, {
|
|
24518
|
+
"default": vue.withCtx(function () {
|
|
24519
|
+
return [vue.createVNode(_component_ChevronRightSvg, {
|
|
24520
|
+
"class": vue.normalizeClass(["w-6 h-6 inline-block m-0 transition-rotate duration-200", _ctx.isMenuOpen ? 'rotate-180' : ''])
|
|
24521
|
+
}, null, 8, ["class"])];
|
|
24522
|
+
}),
|
|
24523
|
+
_: 1
|
|
24524
|
+
}, 8, ["title", "class"]), vue.createVNode(vue.Transition, {
|
|
24525
|
+
name: "sidebarMenuSlide"
|
|
24526
|
+
}, {
|
|
24527
|
+
"default": vue.withCtx(function () {
|
|
24528
|
+
return [_ctx.isMenuOpen ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$2, [_ctx.$slots.title ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$2, [vue.renderSlot(_ctx.$slots, "title")])) : vue.createCommentVNode("", true), vue.createElementVNode("div", _hoisted_3$1, [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.menuItems, function (item, i) {
|
|
24529
|
+
return vue.openBlock(), vue.createBlock(_component_FwButton, {
|
|
24530
|
+
key: i,
|
|
24531
|
+
rounded: false,
|
|
24532
|
+
"class": "!text-left !px-4 text-grey-base",
|
|
24533
|
+
variant: "transparent",
|
|
24534
|
+
href: item.href,
|
|
24535
|
+
to: item.to,
|
|
24536
|
+
external: item.external,
|
|
24537
|
+
size: "lg",
|
|
24538
|
+
"aria-current": "page"
|
|
24539
|
+
}, {
|
|
24540
|
+
"default": vue.withCtx(function () {
|
|
24541
|
+
return [vue.createTextVNode(vue.toDisplayString(item.label), 1)];
|
|
24542
|
+
}),
|
|
24543
|
+
_: 2
|
|
24544
|
+
}, 1032, ["href", "to", "external"]);
|
|
24545
|
+
}), 128))])])) : vue.createCommentVNode("", true)];
|
|
24546
|
+
}),
|
|
24547
|
+
_: 3
|
|
24548
|
+
})], 2)) : vue.createCommentVNode("", true);
|
|
24549
|
+
}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}}";
|
|
24550
|
+
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}}";
|
|
24551
|
+
styleInject(css_248z$2);script.render = render$2;var __default__$1 = vue.defineComponent({
|
|
24349
24552
|
name: 'FwEmailPulse',
|
|
24350
24553
|
props: {
|
|
24351
24554
|
/**
|
|
@@ -24446,7 +24649,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
24446
24649
|
var stylesheet = ".fw-success-pulse[data-v-c32112d4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;position:relative;width:100px}.fw-success-pulse--checkmark__circle[data-v-c32112d4]{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:var(--colorPrimary);fill:none;-webkit-animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards;animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards}.fw-success-pulse--checkmark[data-v-c32112d4]{stroke-width:4;stroke:#fff;stroke-miterlimit:10;-webkit-animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;border-radius:50%;-webkit-box-shadow:inset 0 0 0 var(--colorPrimary);box-shadow:inset 0 0 0 var(--colorPrimary);display:block;height:70px;margin:10% auto;width:70px}.fw-success-pulse--checkmark__check[data-v-c32112d4]{stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;-webkit-animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@-webkit-keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}@keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}.fw-success-pulse--circle[data-v-c32112d4]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--22e0894f);animation-iteration-count:var(--22e0894f);-webkit-animation-name:fwSuccessPulse-c32112d4;animation-name:fwSuccessPulse-c32112d4;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
|
|
24447
24650
|
styleInject(css_248z);__default__.render = render;
|
|
24448
24651
|
__default__.__scopeId = "data-v-c32112d4";// Form components
|
|
24449
|
-
var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$m,FwCheckbox:script$l,FwDropdown:script$k,FwCard:script$j,FwButton:script$h,FwNavigationMenu:script$g,FwTabs:script$f,FwTab:script$e,FwModal:script$d,FwProgressBar:script$c,FwTag:script$b,FwTable:
|
|
24652
|
+
var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$m,FwCheckbox:script$l,FwDropdown:script$k,FwCard:script$j,FwButton:script$h,FwNavigationMenu:script$g,FwTabs:script$f,FwTab:script$e,FwModal:script$d,FwProgressBar:script$c,FwTag:script$b,FwTable:__default__$2,FwTableHead:script$9,FwTableRow:script$8,FwAccordion:script$7,FwImage:script$6,FwLoadingBar:script$a,FwLoadingCard:script$5,FwLoadingTable:script$4,FwToast:script$3,FwTransactionsCard:script$2,FwBarChart:script$1,FwSidebarMenu:script,FwEmailPulse:__default__$1,FwSuccessPulse:__default__,FwLoadingSpinner:script$i});function _defineProperty(obj, key, value) {
|
|
24450
24653
|
if (key in obj) {
|
|
24451
24654
|
Object.defineProperty(obj, key, {
|
|
24452
24655
|
value: value,
|
|
@@ -24512,7 +24715,7 @@ function _objectSpread2(target) {
|
|
|
24512
24715
|
}));
|
|
24513
24716
|
vue.createApp({
|
|
24514
24717
|
render: function render() {
|
|
24515
|
-
return vue.h(script$
|
|
24718
|
+
return vue.h(script$3, props);
|
|
24516
24719
|
}
|
|
24517
24720
|
}).mount(elementToMount);
|
|
24518
24721
|
};
|