@frollo/frollo-web-ui 1.2.6 → 1.2.7
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 +219 -150
- package/esm/{fw-button-d5d2cf19.js → fw-button-ac0fbc7a.js} +74 -14
- package/esm/fw-button.js +3 -1
- package/esm/fw-dropdown.js +1 -1
- package/esm/fw-image.js +1 -1
- package/esm/fw-modal.js +4 -2
- package/esm/fw-navigation-menu.js +3 -1
- package/esm/fw-table.js +1 -1
- package/esm/{index-7d8c95be.js → index-d589fca1.js} +1 -1
- package/esm/{index-b3aa1664.js → index-ec267913.js} +100 -82
- package/esm/index.js +5 -5
- package/frollo-web-ui.esm.js +233 -156
- package/icons/index.ts +3 -1
- package/icons/loading.svg +4 -0
- package/index.d.ts +37 -5
- package/package.json +1 -1
- package/types/components/fw-animations/fw-loading-spinner.vue.d.ts +2 -0
- package/types/components/fw-button/fw-button.vue.d.ts +36 -5
- package/types/components/fw-button/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +2 -1
package/cjs/index.js
CHANGED
|
@@ -4603,7 +4603,7 @@ $$8({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
|
|
|
4603
4603
|
});
|
|
4604
4604
|
|
|
4605
4605
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
4606
|
-
addToUnscopables$2('includes');var script$
|
|
4606
|
+
addToUnscopables$2('includes');var script$j = vue.defineComponent({
|
|
4607
4607
|
name: 'FwInput',
|
|
4608
4608
|
emits: ['update:modelValue'],
|
|
4609
4609
|
components: {
|
|
@@ -4729,13 +4729,13 @@ if (DESCRIPTORS$1 && !FUNCTION_NAME_EXISTS) {
|
|
|
4729
4729
|
}
|
|
4730
4730
|
}
|
|
4731
4731
|
});
|
|
4732
|
-
}var _hoisted_1$
|
|
4732
|
+
}var _hoisted_1$K = {
|
|
4733
4733
|
"class": "fw-input w-full"
|
|
4734
4734
|
};
|
|
4735
|
-
var _hoisted_2$
|
|
4735
|
+
var _hoisted_2$G = {
|
|
4736
4736
|
"class": "flex flex-col"
|
|
4737
4737
|
};
|
|
4738
|
-
var _hoisted_3$
|
|
4738
|
+
var _hoisted_3$E = {
|
|
4739
4739
|
"class": "flex flex-row justify-between"
|
|
4740
4740
|
};
|
|
4741
4741
|
var _hoisted_4$c = ["for"];
|
|
@@ -4777,10 +4777,10 @@ var _hoisted_13 = {
|
|
|
4777
4777
|
var _hoisted_14 = {
|
|
4778
4778
|
key: 1
|
|
4779
4779
|
};
|
|
4780
|
-
function render$
|
|
4780
|
+
function render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4781
4781
|
var _component_InputField = vue.resolveComponent("InputField");
|
|
4782
4782
|
|
|
4783
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
4783
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$K, [vue.createVNode(_component_InputField, {
|
|
4784
4784
|
modelValue: _ctx.inputValue,
|
|
4785
4785
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = function ($event) {
|
|
4786
4786
|
return _ctx.inputValue = $event;
|
|
@@ -4793,7 +4793,7 @@ function render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4793
4793
|
errors = _ref.errors,
|
|
4794
4794
|
errorMessage = _ref.errorMessage,
|
|
4795
4795
|
meta = _ref.meta;
|
|
4796
|
-
return [vue.createElementVNode("div", _hoisted_2$
|
|
4796
|
+
return [vue.createElementVNode("div", _hoisted_2$G, [vue.createElementVNode("div", _hoisted_3$E, [_ctx.label ? (vue.openBlock(), vue.createElementBlock("label", {
|
|
4797
4797
|
key: 0,
|
|
4798
4798
|
"for": _ctx.name,
|
|
4799
4799
|
"class": "block mb-2 font-medium"
|
|
@@ -4857,7 +4857,7 @@ function render$K(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4857
4857
|
}
|
|
4858
4858
|
}var css_248z$b = ".fwFadeIn-enter-active{-webkit-animation:fwFadeIn .35s;animation:fwFadeIn .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active{animation:fwFadeIn .35s reverse;-webkit-transition:opacity .35s ease-out;-o-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}}";
|
|
4859
4859
|
var stylesheet$b = ".fwFadeIn-enter-active{-webkit-animation:fwFadeIn .35s;animation:fwFadeIn .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active{animation:fwFadeIn .35s reverse;-webkit-transition:opacity .35s ease-out;-o-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}}";
|
|
4860
|
-
styleInject(css_248z$b);script$
|
|
4860
|
+
styleInject(css_248z$b);script$j.render = render$M;var script$i = vue.defineComponent({
|
|
4861
4861
|
name: 'FwCheckbox',
|
|
4862
4862
|
components: {
|
|
4863
4863
|
InputField: Field
|
|
@@ -4896,13 +4896,13 @@ styleInject(css_248z$b);script$i.render = render$K;var script$h = vue.defineComp
|
|
|
4896
4896
|
return vue.pushScopeId("data-v-063af6ec"), n = n(), vue.popScopeId(), n;
|
|
4897
4897
|
};
|
|
4898
4898
|
|
|
4899
|
-
var _hoisted_1$
|
|
4899
|
+
var _hoisted_1$J = {
|
|
4900
4900
|
"class": "fw-checkbox w-full"
|
|
4901
4901
|
};
|
|
4902
|
-
var _hoisted_2$
|
|
4902
|
+
var _hoisted_2$F = {
|
|
4903
4903
|
"class": "flex flex-col"
|
|
4904
4904
|
};
|
|
4905
|
-
var _hoisted_3$
|
|
4905
|
+
var _hoisted_3$D = ["for"];
|
|
4906
4906
|
var _hoisted_4$b = ["value", "name"];
|
|
4907
4907
|
var _hoisted_5$6 = ["innerHTML"];
|
|
4908
4908
|
var _hoisted_6$4 = {
|
|
@@ -4915,10 +4915,10 @@ var _hoisted_7$4 = {
|
|
|
4915
4915
|
var _hoisted_8$4 = {
|
|
4916
4916
|
key: 1
|
|
4917
4917
|
};
|
|
4918
|
-
function render$
|
|
4918
|
+
function render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4919
4919
|
var _component_InputField = vue.resolveComponent("InputField");
|
|
4920
4920
|
|
|
4921
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
4921
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$J, [vue.createVNode(_component_InputField, {
|
|
4922
4922
|
name: _ctx.name,
|
|
4923
4923
|
value: _ctx.name,
|
|
4924
4924
|
type: "checkbox",
|
|
@@ -4929,7 +4929,7 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4929
4929
|
errors = _ref.errors,
|
|
4930
4930
|
errorMessage = _ref.errorMessage,
|
|
4931
4931
|
meta = _ref.meta;
|
|
4932
|
-
return [vue.createElementVNode("div", _hoisted_2$
|
|
4932
|
+
return [vue.createElementVNode("div", _hoisted_2$F, [vue.createElementVNode("label", {
|
|
4933
4933
|
"for": _ctx.name,
|
|
4934
4934
|
"class": "inline-flex items-center mb-3"
|
|
4935
4935
|
}, [vue.createElementVNode("input", vue.mergeProps(field, {
|
|
@@ -4941,7 +4941,7 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4941
4941
|
key: 0,
|
|
4942
4942
|
"class": "ml-2",
|
|
4943
4943
|
innerHTML: _ctx.label
|
|
4944
|
-
}, null, 8, _hoisted_5$6)) : vue.createCommentVNode("", true)], 8, _hoisted_3$
|
|
4944
|
+
}, null, 8, _hoisted_5$6)) : vue.createCommentVNode("", true)], 8, _hoisted_3$D), vue.createElementVNode("div", _hoisted_6$4, [vue.createVNode(vue.Transition, {
|
|
4945
4945
|
name: "fwFadeIn",
|
|
4946
4946
|
mode: "out-in"
|
|
4947
4947
|
}, {
|
|
@@ -4955,8 +4955,8 @@ function render$J(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4955
4955
|
}, 8, ["name", "value", "rules"])]);
|
|
4956
4956
|
}var css_248z$a = ".fwFadeIn-enter-active[data-v-063af6ec]{-webkit-animation:fwFadeIn-063af6ec .35s;animation:fwFadeIn-063af6ec .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active[data-v-063af6ec]{animation:fwFadeIn-063af6ec .35s reverse;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn-063af6ec{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn-063af6ec{0%{opacity:0}to{opacity:1}}.fw-checkbox input[data-v-063af6ec]{-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;-o-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-063af6ec]: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}";
|
|
4957
4957
|
var stylesheet$a = ".fwFadeIn-enter-active[data-v-063af6ec]{-webkit-animation:fwFadeIn-063af6ec .35s;animation:fwFadeIn-063af6ec .35s;-webkit-transition:opacity .35s ease-in;-o-transition:opacity .35s ease-in;transition:opacity .35s ease-in}.fwFadeIn-leave-active[data-v-063af6ec]{animation:fwFadeIn-063af6ec .35s reverse;-webkit-transition:opacity .35s ease-out;-o-transition:opacity .35s ease-out;transition:opacity .35s ease-out}@-webkit-keyframes fwFadeIn-063af6ec{0%{opacity:0}to{opacity:1}}@keyframes fwFadeIn-063af6ec{0%{opacity:0}to{opacity:1}}.fw-checkbox input[data-v-063af6ec]{-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;-o-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-063af6ec]: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}";
|
|
4958
|
-
styleInject(css_248z$a);script$
|
|
4959
|
-
script$
|
|
4958
|
+
styleInject(css_248z$a);script$i.render = render$L;
|
|
4959
|
+
script$i.__scopeId = "data-v-063af6ec";var es_array_find = {};'use strict';
|
|
4960
4960
|
var $$7 = _export;
|
|
4961
4961
|
var $find = arrayIteration.find;
|
|
4962
4962
|
var addToUnscopables$1 = addToUnscopables$3;
|
|
@@ -4976,328 +4976,344 @@ $$7({ target: 'Array', proto: true, forced: SKIPS_HOLES$1 }, {
|
|
|
4976
4976
|
});
|
|
4977
4977
|
|
|
4978
4978
|
// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
|
|
4979
|
-
addToUnscopables$1(FIND);const _hoisted_1$
|
|
4979
|
+
addToUnscopables$1(FIND);const _hoisted_1$I = {
|
|
4980
4980
|
viewBox: "0 0 52 34",
|
|
4981
4981
|
fill: "currentColor",
|
|
4982
4982
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4983
4983
|
};
|
|
4984
|
-
const _hoisted_2$
|
|
4984
|
+
const _hoisted_2$E = /*#__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);
|
|
4985
|
+
const _hoisted_3$C = [
|
|
4986
|
+
_hoisted_2$E
|
|
4987
|
+
];
|
|
4988
|
+
|
|
4989
|
+
function render$K(_ctx, _cache) {
|
|
4990
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$I, _hoisted_3$C))
|
|
4991
|
+
}const _hoisted_1$H = {
|
|
4992
|
+
viewBox: "0 0 42 55",
|
|
4993
|
+
fill: "currentColor",
|
|
4994
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4995
|
+
};
|
|
4996
|
+
const _hoisted_2$D = /*#__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);
|
|
4985
4997
|
const _hoisted_3$B = [
|
|
4986
4998
|
_hoisted_2$D
|
|
4987
4999
|
];
|
|
4988
5000
|
|
|
4989
|
-
function render$
|
|
5001
|
+
function render$J(_ctx, _cache) {
|
|
4990
5002
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$H, _hoisted_3$B))
|
|
4991
5003
|
}const _hoisted_1$G = {
|
|
4992
|
-
viewBox: "0 0 42
|
|
5004
|
+
viewBox: "0 0 54 42",
|
|
4993
5005
|
fill: "currentColor",
|
|
4994
5006
|
xmlns: "http://www.w3.org/2000/svg"
|
|
4995
5007
|
};
|
|
4996
|
-
const _hoisted_2$C = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5008
|
+
const _hoisted_2$C = /*#__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);
|
|
4997
5009
|
const _hoisted_3$A = [
|
|
4998
5010
|
_hoisted_2$C
|
|
4999
5011
|
];
|
|
5000
5012
|
|
|
5001
|
-
function render$
|
|
5013
|
+
function render$I(_ctx, _cache) {
|
|
5002
5014
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$G, _hoisted_3$A))
|
|
5003
5015
|
}const _hoisted_1$F = {
|
|
5004
|
-
viewBox: "0 0
|
|
5016
|
+
viewBox: "0 0 404 146",
|
|
5005
5017
|
fill: "currentColor",
|
|
5006
5018
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5007
5019
|
};
|
|
5008
|
-
const _hoisted_2$B = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5020
|
+
const _hoisted_2$B = /*#__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);
|
|
5009
5021
|
const _hoisted_3$z = [
|
|
5010
5022
|
_hoisted_2$B
|
|
5011
5023
|
];
|
|
5012
5024
|
|
|
5013
|
-
function render$
|
|
5025
|
+
function render$H(_ctx, _cache) {
|
|
5014
5026
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$F, _hoisted_3$z))
|
|
5015
5027
|
}const _hoisted_1$E = {
|
|
5016
|
-
viewBox: "0 0 404 146",
|
|
5017
5028
|
fill: "currentColor",
|
|
5029
|
+
viewBox: "0 0 20 20",
|
|
5018
5030
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5019
5031
|
};
|
|
5020
|
-
const _hoisted_2$A = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5021
|
-
const _hoisted_3$y =
|
|
5022
|
-
|
|
5032
|
+
const _hoisted_2$A = /*#__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);
|
|
5033
|
+
const _hoisted_3$y = /*#__PURE__*/vue.createElementVNode("path", { d: "M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" }, null, -1);
|
|
5034
|
+
const _hoisted_4$a = [
|
|
5035
|
+
_hoisted_2$A,
|
|
5036
|
+
_hoisted_3$y
|
|
5023
5037
|
];
|
|
5024
5038
|
|
|
5025
|
-
function render$
|
|
5026
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$E,
|
|
5039
|
+
function render$G(_ctx, _cache) {
|
|
5040
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$E, _hoisted_4$a))
|
|
5027
5041
|
}const _hoisted_1$D = {
|
|
5042
|
+
viewBox: "0 0 24 24",
|
|
5028
5043
|
fill: "currentColor",
|
|
5029
|
-
viewBox: "0 0 20 20",
|
|
5030
5044
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5031
5045
|
};
|
|
5032
|
-
const _hoisted_2$z = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5033
|
-
const _hoisted_3$x =
|
|
5034
|
-
|
|
5035
|
-
_hoisted_2$z,
|
|
5036
|
-
_hoisted_3$x
|
|
5046
|
+
const _hoisted_2$z = /*#__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);
|
|
5047
|
+
const _hoisted_3$x = [
|
|
5048
|
+
_hoisted_2$z
|
|
5037
5049
|
];
|
|
5038
5050
|
|
|
5039
|
-
function render$
|
|
5040
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$D,
|
|
5051
|
+
function render$F(_ctx, _cache) {
|
|
5052
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$D, _hoisted_3$x))
|
|
5041
5053
|
}const _hoisted_1$C = {
|
|
5042
|
-
viewBox: "0 0 24 24",
|
|
5043
5054
|
fill: "currentColor",
|
|
5044
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5055
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5056
|
+
viewBox: "0 0 24 24"
|
|
5045
5057
|
};
|
|
5046
|
-
const _hoisted_2$y = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5058
|
+
const _hoisted_2$y = /*#__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);
|
|
5047
5059
|
const _hoisted_3$w = [
|
|
5048
5060
|
_hoisted_2$y
|
|
5049
5061
|
];
|
|
5050
5062
|
|
|
5051
|
-
function render$
|
|
5063
|
+
function render$E(_ctx, _cache) {
|
|
5052
5064
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$C, _hoisted_3$w))
|
|
5053
5065
|
}const _hoisted_1$B = {
|
|
5054
|
-
fill: "currentColor",
|
|
5055
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5056
|
-
viewBox: "0 0 24 24"
|
|
5057
|
-
};
|
|
5058
|
-
const _hoisted_2$x = /*#__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);
|
|
5059
|
-
const _hoisted_3$v = [
|
|
5060
|
-
_hoisted_2$x
|
|
5061
|
-
];
|
|
5062
|
-
|
|
5063
|
-
function render$C(_ctx, _cache) {
|
|
5064
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$B, _hoisted_3$v))
|
|
5065
|
-
}const _hoisted_1$A = {
|
|
5066
5066
|
fill: "currentColor",
|
|
5067
5067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5068
5068
|
viewBox: "0 0 612 612"
|
|
5069
5069
|
};
|
|
5070
|
-
const _hoisted_2$
|
|
5071
|
-
const _hoisted_3$
|
|
5070
|
+
const _hoisted_2$x = /*#__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);
|
|
5071
|
+
const _hoisted_3$v = /*#__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);
|
|
5072
5072
|
const _hoisted_4$9 = [
|
|
5073
|
-
_hoisted_2$
|
|
5074
|
-
_hoisted_3$
|
|
5073
|
+
_hoisted_2$x,
|
|
5074
|
+
_hoisted_3$v
|
|
5075
5075
|
];
|
|
5076
5076
|
|
|
5077
|
-
function render$
|
|
5078
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
5079
|
-
}const _hoisted_1$
|
|
5077
|
+
function render$D(_ctx, _cache) {
|
|
5078
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$B, _hoisted_4$9))
|
|
5079
|
+
}const _hoisted_1$A = {
|
|
5080
5080
|
fill: "currentColor",
|
|
5081
5081
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5082
5082
|
viewBox: "0 -64 640 640"
|
|
5083
5083
|
};
|
|
5084
|
-
const _hoisted_2$
|
|
5085
|
-
const _hoisted_3$
|
|
5086
|
-
_hoisted_2$
|
|
5084
|
+
const _hoisted_2$w = /*#__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);
|
|
5085
|
+
const _hoisted_3$u = [
|
|
5086
|
+
_hoisted_2$w
|
|
5087
5087
|
];
|
|
5088
5088
|
|
|
5089
|
-
function render$
|
|
5090
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
5091
|
-
}const _hoisted_1$
|
|
5089
|
+
function render$C(_ctx, _cache) {
|
|
5090
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$A, _hoisted_3$u))
|
|
5091
|
+
}const _hoisted_1$z = {
|
|
5092
5092
|
viewBox: "0 0 18 18",
|
|
5093
5093
|
fill: "currentColor",
|
|
5094
5094
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5095
5095
|
};
|
|
5096
|
-
const _hoisted_2$
|
|
5097
|
-
const _hoisted_3$
|
|
5096
|
+
const _hoisted_2$v = /*#__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);
|
|
5097
|
+
const _hoisted_3$t = /*#__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);
|
|
5098
5098
|
const _hoisted_4$8 = [
|
|
5099
|
-
_hoisted_2$
|
|
5100
|
-
_hoisted_3$
|
|
5099
|
+
_hoisted_2$v,
|
|
5100
|
+
_hoisted_3$t
|
|
5101
5101
|
];
|
|
5102
5102
|
|
|
5103
|
-
function render$
|
|
5104
|
-
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$
|
|
5105
|
-
}const _hoisted_1$
|
|
5103
|
+
function render$B(_ctx, _cache) {
|
|
5104
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$z, _hoisted_4$8))
|
|
5105
|
+
}const _hoisted_1$y = {
|
|
5106
5106
|
fill: "currentColor",
|
|
5107
5107
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5108
5108
|
viewBox: "0 0 576 512"
|
|
5109
5109
|
};
|
|
5110
|
-
const _hoisted_2$
|
|
5110
|
+
const _hoisted_2$u = /*#__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);
|
|
5111
|
+
const _hoisted_3$s = [
|
|
5112
|
+
_hoisted_2$u
|
|
5113
|
+
];
|
|
5114
|
+
|
|
5115
|
+
function render$A(_ctx, _cache) {
|
|
5116
|
+
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$y, _hoisted_3$s))
|
|
5117
|
+
}const _hoisted_1$x = {
|
|
5118
|
+
viewBox: "0 0 16 16",
|
|
5119
|
+
fill: "currentColor",
|
|
5120
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5121
|
+
};
|
|
5122
|
+
const _hoisted_2$t = /*#__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);
|
|
5111
5123
|
const _hoisted_3$r = [
|
|
5112
5124
|
_hoisted_2$t
|
|
5113
5125
|
];
|
|
5114
5126
|
|
|
5115
|
-
function render$
|
|
5127
|
+
function render$z(_ctx, _cache) {
|
|
5116
5128
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$x, _hoisted_3$r))
|
|
5117
5129
|
}const _hoisted_1$w = {
|
|
5118
|
-
viewBox: "0 0
|
|
5130
|
+
viewBox: "0 0 104 104",
|
|
5119
5131
|
fill: "currentColor",
|
|
5120
5132
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5121
5133
|
};
|
|
5122
|
-
const _hoisted_2$s = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5134
|
+
const _hoisted_2$s = /*#__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);
|
|
5123
5135
|
const _hoisted_3$q = [
|
|
5124
5136
|
_hoisted_2$s
|
|
5125
5137
|
];
|
|
5126
5138
|
|
|
5127
|
-
function render$
|
|
5139
|
+
function render$y(_ctx, _cache) {
|
|
5128
5140
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$w, _hoisted_3$q))
|
|
5129
5141
|
}const _hoisted_1$v = {
|
|
5130
|
-
viewBox: "0 0
|
|
5142
|
+
viewBox: "0 0 118 104",
|
|
5131
5143
|
fill: "currentColor",
|
|
5132
5144
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5133
5145
|
};
|
|
5134
|
-
const _hoisted_2$r = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5146
|
+
const _hoisted_2$r = /*#__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);
|
|
5135
5147
|
const _hoisted_3$p = [
|
|
5136
5148
|
_hoisted_2$r
|
|
5137
5149
|
];
|
|
5138
5150
|
|
|
5139
|
-
function render$
|
|
5151
|
+
function render$x(_ctx, _cache) {
|
|
5140
5152
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$v, _hoisted_3$p))
|
|
5141
5153
|
}const _hoisted_1$u = {
|
|
5142
|
-
viewBox: "0 0
|
|
5154
|
+
viewBox: "0 0 56 56",
|
|
5143
5155
|
fill: "currentColor",
|
|
5144
5156
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5145
5157
|
};
|
|
5146
|
-
const _hoisted_2$q = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5158
|
+
const _hoisted_2$q = /*#__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);
|
|
5147
5159
|
const _hoisted_3$o = [
|
|
5148
5160
|
_hoisted_2$q
|
|
5149
5161
|
];
|
|
5150
5162
|
|
|
5151
|
-
function render$
|
|
5163
|
+
function render$w(_ctx, _cache) {
|
|
5152
5164
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$u, _hoisted_3$o))
|
|
5153
5165
|
}const _hoisted_1$t = {
|
|
5154
|
-
viewBox: "0 0
|
|
5166
|
+
viewBox: "0 0 17 12",
|
|
5155
5167
|
fill: "currentColor",
|
|
5156
5168
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5157
5169
|
};
|
|
5158
|
-
const _hoisted_2$p = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5170
|
+
const _hoisted_2$p = /*#__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);
|
|
5159
5171
|
const _hoisted_3$n = [
|
|
5160
5172
|
_hoisted_2$p
|
|
5161
5173
|
];
|
|
5162
5174
|
|
|
5163
|
-
function render$
|
|
5175
|
+
function render$v(_ctx, _cache) {
|
|
5164
5176
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$t, _hoisted_3$n))
|
|
5165
5177
|
}const _hoisted_1$s = {
|
|
5166
|
-
viewBox: "0 0
|
|
5178
|
+
viewBox: "0 0 56 56",
|
|
5167
5179
|
fill: "currentColor",
|
|
5168
5180
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5169
5181
|
};
|
|
5170
|
-
const _hoisted_2$o = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5182
|
+
const _hoisted_2$o = /*#__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);
|
|
5171
5183
|
const _hoisted_3$m = [
|
|
5172
5184
|
_hoisted_2$o
|
|
5173
5185
|
];
|
|
5174
5186
|
|
|
5175
|
-
function render$
|
|
5187
|
+
function render$u(_ctx, _cache) {
|
|
5176
5188
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$s, _hoisted_3$m))
|
|
5177
5189
|
}const _hoisted_1$r = {
|
|
5178
5190
|
viewBox: "0 0 56 56",
|
|
5179
5191
|
fill: "currentColor",
|
|
5180
5192
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5181
5193
|
};
|
|
5182
|
-
const _hoisted_2$n = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5194
|
+
const _hoisted_2$n = /*#__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);
|
|
5183
5195
|
const _hoisted_3$l = [
|
|
5184
5196
|
_hoisted_2$n
|
|
5185
5197
|
];
|
|
5186
5198
|
|
|
5187
|
-
function render$
|
|
5199
|
+
function render$t(_ctx, _cache) {
|
|
5188
5200
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$r, _hoisted_3$l))
|
|
5189
5201
|
}const _hoisted_1$q = {
|
|
5190
|
-
viewBox: "0 0 56 56",
|
|
5191
5202
|
fill: "currentColor",
|
|
5192
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5204
|
+
viewBox: "0 0 512 512"
|
|
5193
5205
|
};
|
|
5194
|
-
const _hoisted_2$m = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5206
|
+
const _hoisted_2$m = /*#__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);
|
|
5195
5207
|
const _hoisted_3$k = [
|
|
5196
5208
|
_hoisted_2$m
|
|
5197
5209
|
];
|
|
5198
5210
|
|
|
5199
|
-
function render$
|
|
5211
|
+
function render$s(_ctx, _cache) {
|
|
5200
5212
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$q, _hoisted_3$k))
|
|
5201
5213
|
}const _hoisted_1$p = {
|
|
5214
|
+
viewBox: "0 0 33 33",
|
|
5202
5215
|
fill: "currentColor",
|
|
5203
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5204
|
-
viewBox: "0 0 512 512"
|
|
5216
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5205
5217
|
};
|
|
5206
|
-
const _hoisted_2$l = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5218
|
+
const _hoisted_2$l = /*#__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);
|
|
5207
5219
|
const _hoisted_3$j = [
|
|
5208
5220
|
_hoisted_2$l
|
|
5209
5221
|
];
|
|
5210
5222
|
|
|
5211
|
-
function render$
|
|
5223
|
+
function render$r(_ctx, _cache) {
|
|
5212
5224
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$p, _hoisted_3$j))
|
|
5213
5225
|
}const _hoisted_1$o = {
|
|
5214
|
-
viewBox: "0 0
|
|
5226
|
+
viewBox: "0 0 32 33",
|
|
5215
5227
|
fill: "currentColor",
|
|
5216
5228
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5217
5229
|
};
|
|
5218
|
-
const _hoisted_2$k = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5230
|
+
const _hoisted_2$k = /*#__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);
|
|
5219
5231
|
const _hoisted_3$i = [
|
|
5220
5232
|
_hoisted_2$k
|
|
5221
5233
|
];
|
|
5222
5234
|
|
|
5223
|
-
function render$
|
|
5235
|
+
function render$q(_ctx, _cache) {
|
|
5224
5236
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$o, _hoisted_3$i))
|
|
5225
5237
|
}const _hoisted_1$n = {
|
|
5226
5238
|
viewBox: "0 0 32 33",
|
|
5227
5239
|
fill: "currentColor",
|
|
5228
5240
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5229
5241
|
};
|
|
5230
|
-
const _hoisted_2$j = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5242
|
+
const _hoisted_2$j = /*#__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);
|
|
5231
5243
|
const _hoisted_3$h = [
|
|
5232
5244
|
_hoisted_2$j
|
|
5233
5245
|
];
|
|
5234
5246
|
|
|
5235
|
-
function render$
|
|
5247
|
+
function render$p(_ctx, _cache) {
|
|
5236
5248
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$n, _hoisted_3$h))
|
|
5237
5249
|
}const _hoisted_1$m = {
|
|
5238
|
-
viewBox: "0 0
|
|
5250
|
+
viewBox: "0 0 36 21",
|
|
5239
5251
|
fill: "currentColor",
|
|
5240
5252
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5241
5253
|
};
|
|
5242
|
-
const _hoisted_2$i = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5254
|
+
const _hoisted_2$i = /*#__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);
|
|
5243
5255
|
const _hoisted_3$g = [
|
|
5244
5256
|
_hoisted_2$i
|
|
5245
5257
|
];
|
|
5246
5258
|
|
|
5247
|
-
function render$
|
|
5259
|
+
function render$o(_ctx, _cache) {
|
|
5248
5260
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$m, _hoisted_3$g))
|
|
5249
5261
|
}const _hoisted_1$l = {
|
|
5250
|
-
|
|
5251
|
-
|
|
5252
|
-
|
|
5262
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5263
|
+
viewBox: "0 0 320 512",
|
|
5264
|
+
fill: "currentColor"
|
|
5253
5265
|
};
|
|
5254
|
-
const _hoisted_2$h = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5266
|
+
const _hoisted_2$h = /*#__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);
|
|
5255
5267
|
const _hoisted_3$f = [
|
|
5256
5268
|
_hoisted_2$h
|
|
5257
5269
|
];
|
|
5258
5270
|
|
|
5259
|
-
function render$
|
|
5271
|
+
function render$n(_ctx, _cache) {
|
|
5260
5272
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$l, _hoisted_3$f))
|
|
5261
5273
|
}const _hoisted_1$k = {
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5274
|
+
viewBox: "0 0 46 46",
|
|
5275
|
+
fill: "currentColor",
|
|
5276
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5265
5277
|
};
|
|
5266
|
-
const _hoisted_2$g = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5278
|
+
const _hoisted_2$g = /*#__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);
|
|
5267
5279
|
const _hoisted_3$e = [
|
|
5268
5280
|
_hoisted_2$g
|
|
5269
5281
|
];
|
|
5270
5282
|
|
|
5271
|
-
function render$
|
|
5283
|
+
function render$m(_ctx, _cache) {
|
|
5272
5284
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$k, _hoisted_3$e))
|
|
5273
5285
|
}const _hoisted_1$j = {
|
|
5274
|
-
viewBox: "0 0
|
|
5286
|
+
viewBox: "0 0 26 27",
|
|
5275
5287
|
fill: "currentColor",
|
|
5276
5288
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5277
5289
|
};
|
|
5278
|
-
const _hoisted_2$f = /*#__PURE__*/vue.createElementVNode("path", { d: "
|
|
5290
|
+
const _hoisted_2$f = /*#__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);
|
|
5279
5291
|
const _hoisted_3$d = [
|
|
5280
5292
|
_hoisted_2$f
|
|
5281
5293
|
];
|
|
5282
5294
|
|
|
5283
|
-
function render$
|
|
5295
|
+
function render$l(_ctx, _cache) {
|
|
5284
5296
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$j, _hoisted_3$d))
|
|
5285
5297
|
}const _hoisted_1$i = {
|
|
5286
|
-
viewBox: "0 0
|
|
5298
|
+
viewBox: "0 0 44 44",
|
|
5287
5299
|
fill: "currentColor",
|
|
5288
5300
|
xmlns: "http://www.w3.org/2000/svg"
|
|
5289
5301
|
};
|
|
5290
|
-
const _hoisted_2$e = /*#__PURE__*/vue.createElementVNode("path", {
|
|
5302
|
+
const _hoisted_2$e = /*#__PURE__*/vue.createElementVNode("path", {
|
|
5303
|
+
"fill-rule": "evenodd",
|
|
5304
|
+
"clip-rule": "evenodd",
|
|
5305
|
+
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"
|
|
5306
|
+
}, null, -1);
|
|
5291
5307
|
const _hoisted_3$c = [
|
|
5292
5308
|
_hoisted_2$e
|
|
5293
5309
|
];
|
|
5294
5310
|
|
|
5295
|
-
function render$
|
|
5311
|
+
function render$k(_ctx, _cache) {
|
|
5296
5312
|
return (vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$i, _hoisted_3$c))
|
|
5297
|
-
}var script$
|
|
5313
|
+
}var script$h = vue.defineComponent({
|
|
5298
5314
|
name: 'FwDropdown',
|
|
5299
5315
|
components: {
|
|
5300
|
-
ChevronDownSvg: render$
|
|
5316
|
+
ChevronDownSvg: render$t
|
|
5301
5317
|
},
|
|
5302
5318
|
props: {
|
|
5303
5319
|
/**
|
|
@@ -5458,7 +5474,7 @@ var _hoisted_9$3 = {
|
|
|
5458
5474
|
var _hoisted_10$3 = {
|
|
5459
5475
|
key: 1
|
|
5460
5476
|
};
|
|
5461
|
-
function render$
|
|
5477
|
+
function render$j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5462
5478
|
var _ctx$selectedOption, _ctx$selectedOption2;
|
|
5463
5479
|
|
|
5464
5480
|
var _component_ChevronDownSvg = vue.resolveComponent("ChevronDownSvg");
|
|
@@ -5509,8 +5525,8 @@ function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5509
5525
|
})])]);
|
|
5510
5526
|
}var css_248z$9 = ".slideUpDown-enter-active[data-v-1467a810]{-webkit-animation:slideUpDown-1467a810 .3s;animation:slideUpDown-1467a810 .3s;-webkit-transition:all .3s ease-in;-o-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;-o-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)}}";
|
|
5511
5527
|
var stylesheet$9 = ".slideUpDown-enter-active[data-v-1467a810]{-webkit-animation:slideUpDown-1467a810 .3s;animation:slideUpDown-1467a810 .3s;-webkit-transition:all .3s ease-in;-o-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;-o-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)}}";
|
|
5512
|
-
styleInject(css_248z$9);script$
|
|
5513
|
-
script$
|
|
5528
|
+
styleInject(css_248z$9);script$h.render = render$j;
|
|
5529
|
+
script$h.__scopeId = "data-v-1467a810";var script$g = vue.defineComponent({
|
|
5514
5530
|
name: 'FwCard',
|
|
5515
5531
|
props: {
|
|
5516
5532
|
/**
|
|
@@ -5577,7 +5593,7 @@ var _hoisted_2$c = {
|
|
|
5577
5593
|
"class": "fw-card--prefix-title text-primary"
|
|
5578
5594
|
};
|
|
5579
5595
|
var _hoisted_3$a = ["innerHTML"];
|
|
5580
|
-
function render$
|
|
5596
|
+
function render$i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5581
5597
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.componentName), {
|
|
5582
5598
|
to: _ctx.to ? _ctx.to : null,
|
|
5583
5599
|
href: _ctx.href ? _ctx.href : null,
|
|
@@ -5596,9 +5612,23 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5596
5612
|
}),
|
|
5597
5613
|
_: 3
|
|
5598
5614
|
}, 8, ["to", "href", "tabindex", "class"]);
|
|
5615
|
+
}script$g.render = render$i;var script$f = vue.defineComponent({
|
|
5616
|
+
name: 'FwLoadingSpinner',
|
|
5617
|
+
components: {
|
|
5618
|
+
LoadingSvg: render$k
|
|
5619
|
+
}
|
|
5620
|
+
});function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5621
|
+
var _component_LoadingSvg = vue.resolveComponent("LoadingSvg");
|
|
5622
|
+
|
|
5623
|
+
return vue.openBlock(), vue.createBlock(_component_LoadingSvg, {
|
|
5624
|
+
"class": "fw-loading-spinner animate-spin"
|
|
5625
|
+
});
|
|
5599
5626
|
}script$f.render = render$h;var script$e = vue.defineComponent({
|
|
5600
5627
|
name: 'FwButton',
|
|
5601
5628
|
emits: ['click', 'mouseover', 'mouseout', 'focusin', 'focusout'],
|
|
5629
|
+
components: {
|
|
5630
|
+
FwLoadingSpinner: script$f
|
|
5631
|
+
},
|
|
5602
5632
|
props: {
|
|
5603
5633
|
/**
|
|
5604
5634
|
* A `router-link` path or object
|
|
@@ -5664,11 +5694,19 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5664
5694
|
rounded: {
|
|
5665
5695
|
type: Boolean,
|
|
5666
5696
|
"default": true
|
|
5697
|
+
},
|
|
5698
|
+
|
|
5699
|
+
/**
|
|
5700
|
+
* Whether the loading animation is shown or not
|
|
5701
|
+
*/
|
|
5702
|
+
loading: {
|
|
5703
|
+
type: Boolean,
|
|
5704
|
+
"default": false
|
|
5667
5705
|
}
|
|
5668
5706
|
},
|
|
5669
5707
|
setup: function setup(props, ctx) {
|
|
5670
5708
|
var baseClass = vue.ref( // eslint-disable-next-line max-len
|
|
5671
|
-
'inline-block text-center
|
|
5709
|
+
'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');
|
|
5672
5710
|
var buttonClasses = vue.ref({
|
|
5673
5711
|
primary: {
|
|
5674
5712
|
text: '',
|
|
@@ -5713,6 +5751,28 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5713
5751
|
xl: 'px-12 py-3 text-xl',
|
|
5714
5752
|
'2xl': 'px-16 py-4 text-2xl'
|
|
5715
5753
|
});
|
|
5754
|
+
var loadingSizes = vue.ref({
|
|
5755
|
+
sm: {
|
|
5756
|
+
spacing: 'pr-[3px] -ml-[3px]',
|
|
5757
|
+
size: 'w-2.5 h-2.5'
|
|
5758
|
+
},
|
|
5759
|
+
md: {
|
|
5760
|
+
spacing: 'pr-[4px] -ml-[4px]',
|
|
5761
|
+
size: 'w-4 h-4'
|
|
5762
|
+
},
|
|
5763
|
+
lg: {
|
|
5764
|
+
spacing: 'pr-[8px] -ml-[8px]',
|
|
5765
|
+
size: 'w-6 h-6'
|
|
5766
|
+
},
|
|
5767
|
+
xl: {
|
|
5768
|
+
spacing: 'pr-[10px] -ml-[10px]',
|
|
5769
|
+
size: 'w-7 h-7'
|
|
5770
|
+
},
|
|
5771
|
+
'2xl': {
|
|
5772
|
+
spacing: 'pr-[14px] -ml-[14px]',
|
|
5773
|
+
size: 'w-8 h-8'
|
|
5774
|
+
}
|
|
5775
|
+
});
|
|
5716
5776
|
var textColorClass = vue.computed(function () {
|
|
5717
5777
|
return buttonClasses.value[props.variant].text;
|
|
5718
5778
|
});
|
|
@@ -5725,10 +5785,12 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5725
5785
|
var borderClass = vue.computed(function () {
|
|
5726
5786
|
return buttonClasses.value[props.variant].border;
|
|
5727
5787
|
});
|
|
5788
|
+
var loadingSize = vue.computed(function () {
|
|
5789
|
+
return loadingSizes.value[props.size];
|
|
5790
|
+
});
|
|
5728
5791
|
/**
|
|
5729
5792
|
* @event Click - Native click
|
|
5730
5793
|
*/
|
|
5731
|
-
// eslint-disable-next-line no-undef
|
|
5732
5794
|
|
|
5733
5795
|
var onClick = function onClick(e) {
|
|
5734
5796
|
return ctx.emit('click', e);
|
|
@@ -5736,7 +5798,6 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5736
5798
|
/**
|
|
5737
5799
|
* @event mouseover - Native hover
|
|
5738
5800
|
*/
|
|
5739
|
-
// eslint-disable-next-line no-undef
|
|
5740
5801
|
|
|
5741
5802
|
|
|
5742
5803
|
var onMouseover = function onMouseover(e) {
|
|
@@ -5745,7 +5806,6 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5745
5806
|
/**
|
|
5746
5807
|
* @event mouseout - Native hover out
|
|
5747
5808
|
*/
|
|
5748
|
-
// eslint-disable-next-line no-undef
|
|
5749
5809
|
|
|
5750
5810
|
|
|
5751
5811
|
var onMouseout = function onMouseout(e) {
|
|
@@ -5754,7 +5814,6 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5754
5814
|
/**
|
|
5755
5815
|
* @event focusin - Native focusin
|
|
5756
5816
|
*/
|
|
5757
|
-
// eslint-disable-next-line no-undef
|
|
5758
5817
|
|
|
5759
5818
|
|
|
5760
5819
|
var onFocusin = function onFocusin(e) {
|
|
@@ -5763,7 +5822,6 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5763
5822
|
/**
|
|
5764
5823
|
* @event focusout - Native focusout
|
|
5765
5824
|
*/
|
|
5766
|
-
// eslint-disable-next-line no-undef
|
|
5767
5825
|
|
|
5768
5826
|
|
|
5769
5827
|
var onFocusout = function onFocusout(e) {
|
|
@@ -5786,20 +5844,24 @@ function render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5786
5844
|
onMouseout: onMouseout,
|
|
5787
5845
|
onFocusin: onFocusin,
|
|
5788
5846
|
onFocusout: onFocusout,
|
|
5789
|
-
tagName: tagName
|
|
5847
|
+
tagName: tagName,
|
|
5848
|
+
loadingSize: loadingSize
|
|
5790
5849
|
};
|
|
5791
5850
|
}
|
|
5792
5851
|
});var _hoisted_1$f = {
|
|
5793
5852
|
key: 0,
|
|
5794
|
-
"class": "fw-button--label"
|
|
5853
|
+
"class": "fw-button--label relative"
|
|
5795
5854
|
};
|
|
5796
5855
|
function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5856
|
+
var _component_FwLoadingSpinner = vue.resolveComponent("FwLoadingSpinner");
|
|
5857
|
+
|
|
5797
5858
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.tagName), {
|
|
5798
|
-
"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']]),
|
|
5859
|
+
"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']]),
|
|
5799
5860
|
type: _ctx.tagName === 'button' ? _ctx.buttonType : null,
|
|
5800
5861
|
to: _ctx.to ? _ctx.to : null,
|
|
5801
5862
|
href: _ctx.href ? _ctx.href : null,
|
|
5802
5863
|
tabindex: _ctx.to ? 0 : null,
|
|
5864
|
+
disabled: _ctx.loading,
|
|
5803
5865
|
onClick: _ctx.onClick,
|
|
5804
5866
|
onFocusin: _ctx.onFocusin,
|
|
5805
5867
|
onFocusout: _ctx.onFocusout,
|
|
@@ -5807,12 +5869,19 @@ function render$g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5807
5869
|
onMouseout: _ctx.onMouseout
|
|
5808
5870
|
}, {
|
|
5809
5871
|
"default": vue.withCtx(function () {
|
|
5810
|
-
return [_ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [vue.
|
|
5872
|
+
return [_ctx.$slots["default"] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$f, [vue.createElementVNode("div", {
|
|
5873
|
+
"class": vue.normalizeClass(["fw-button--label-wrapper", _ctx.loading ? _ctx.loadingSize.spacing : 'pr-0 ml-0'])
|
|
5874
|
+
}, [vue.renderSlot(_ctx.$slots, "default")], 2), _ctx.loading ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
5875
|
+
key: 0,
|
|
5876
|
+
"class": vue.normalizeClass([_ctx.loadingSize.size, "inline-flex absolute top-2/4 -translate-y-2/4 left-full"])
|
|
5877
|
+
}, [vue.createVNode(_component_FwLoadingSpinner, {
|
|
5878
|
+
"class": "w-full h-full"
|
|
5879
|
+
})], 2)) : vue.createCommentVNode("", true)])) : vue.createCommentVNode("", true)];
|
|
5811
5880
|
}),
|
|
5812
5881
|
_: 3
|
|
5813
|
-
}, 40, ["class", "type", "to", "href", "tabindex", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
5814
|
-
}var css_248z$8 = ".fw-button{line-height:normal;-webkit-transition:
|
|
5815
|
-
var stylesheet$8 = ".fw-button{line-height:normal;-webkit-transition:
|
|
5882
|
+
}, 40, ["class", "type", "to", "href", "tabindex", "disabled", "onClick", "onFocusin", "onFocusout", "onMouseover", "onMouseout"]);
|
|
5883
|
+
}var css_248z$8 = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;-o-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;-o-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%)}";
|
|
5884
|
+
var stylesheet$8 = ".fw-button{line-height:normal}.fw-button--label-wrapper{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:margin,padding;-o-transition-property:margin,padding;transition-property:margin,padding;-webkit-transition-timing-function:ease-in-out;-o-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%)}";
|
|
5816
5885
|
styleInject(css_248z$8);script$e.render = render$g;var script$d = vue.defineComponent({
|
|
5817
5886
|
name: 'FwNavigationMenu',
|
|
5818
5887
|
emits: ['action'],
|
|
@@ -6725,7 +6794,7 @@ styleInject(css_248z$6);script$a.render = render$c;
|
|
|
6725
6794
|
script$a.__scopeId = "data-v-003a6fba";var script$9 = vue.defineComponent({
|
|
6726
6795
|
name: 'FwProgressBar',
|
|
6727
6796
|
components: {
|
|
6728
|
-
CheckSvg: render$
|
|
6797
|
+
CheckSvg: render$v
|
|
6729
6798
|
},
|
|
6730
6799
|
props: {
|
|
6731
6800
|
/**
|
|
@@ -7098,7 +7167,7 @@ var stylesheet$4 = ".fw-loading-bar{-webkit-animation:fwSkeletonLoading 1.5s lin
|
|
|
7098
7167
|
styleInject(css_248z$4);script$7.render = render$9;var script$6 = vue.defineComponent({
|
|
7099
7168
|
name: 'FwTable',
|
|
7100
7169
|
components: {
|
|
7101
|
-
CaretDownSvg: render$
|
|
7170
|
+
CaretDownSvg: render$o,
|
|
7102
7171
|
FwLoadingBar: script$7
|
|
7103
7172
|
},
|
|
7104
7173
|
props: {
|
|
@@ -7963,7 +8032,7 @@ $({ global: true, bind: true, forced: global$1.setTimeout !== setTimeout$1 }, {
|
|
|
7963
8032
|
},
|
|
7964
8033
|
components: {
|
|
7965
8034
|
FwLoadingBar: script$7,
|
|
7966
|
-
FileExclamationSvg: render$
|
|
8035
|
+
FileExclamationSvg: render$y
|
|
7967
8036
|
},
|
|
7968
8037
|
props: {
|
|
7969
8038
|
/**
|
|
@@ -8262,7 +8331,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8262
8331
|
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)}}";
|
|
8263
8332
|
styleInject(css_248z);__default__.render = render;
|
|
8264
8333
|
__default__.__scopeId = "data-v-c32112d4";// Form components
|
|
8265
|
-
var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$
|
|
8334
|
+
var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$j,FwCheckbox:script$i,FwDropdown:script$h,FwCard:script$g,FwButton:script$e,FwNavigationMenu:script$d,FwTabs:script$c,FwTab:script$b,FwModal:script$a,FwProgressBar:script$9,FwTag:script$8,FwTable:script$6,FwTableHead:script$5,FwTableRow:script$4,FwAccordion:script$3,FwImage:script$2,FwLoadingBar:script$7,FwLoadingCard:script$1,FwLoadingTable:script,FwEmailPulse:__default__$1,FwSuccessPulse:__default__});function _defineProperty(obj, key, value) {
|
|
8266
8335
|
if (key in obj) {
|
|
8267
8336
|
Object.defineProperty(obj, key, {
|
|
8268
8337
|
value: value,
|