@frollo/frollo-web-ui 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +18838 -3083
- package/esm/add-to-unscopables-2400f45b.js +25 -0
- package/esm/{array-iteration-98e2cf9a.js → array-iteration-107f927f.js} +2 -3
- package/esm/array-method-has-species-support-3d413468.js +23 -0
- package/esm/{array-method-is-strict-544b103f.js → array-method-is-strict-055b1830.js} +1 -1
- package/esm/{array-species-create-5fc23c89.js → array-species-create-a5f5503b.js} +3 -4
- package/esm/{classof-a45668b6.js → classof-39c30bd5.js} +1 -2
- package/esm/{create-property-558a3c24.js → create-property-534611fd.js} +1 -2
- package/esm/delete-property-or-throw-8032646c.js +31 -0
- package/esm/does-not-exceed-safe-integer-31d08811.js +11 -0
- package/esm/es.array.concat-987938be.js +69 -0
- package/esm/{es.array.find-36d8f2f0.js → es.array.find-dfa1f42f.js} +5 -6
- package/esm/{es.array.includes-df8e6e35.js → es.array.includes-91be7771.js} +3 -4
- package/esm/{es.function.name-b642b74f.js → es.function.name-557cb1f9.js} +1 -1
- package/esm/{es.number.constructor-f279ce82.js → es.number.constructor-1249bd78.js} +2 -3
- package/esm/{fw-image-ec7b02c5.js → es.string.iterator-284b31d4.js} +11 -311
- package/esm/{object-keys-6a890c6f.js → export-a37ba078.js} +2 -13
- package/esm/function-apply-ce251590.js +14 -0
- package/esm/fw-accordion.js +2 -8
- package/esm/fw-animations.js +6 -20
- package/esm/fw-bar-chart.js +19 -0
- package/esm/{fw-button-df5c923f.js → fw-button-0401f207.js} +12 -27
- package/esm/fw-button.js +9 -8
- package/esm/{fw-card-8d3f4ab5.js → fw-card-1b6a67fe.js} +0 -5
- package/esm/fw-card.js +1 -1
- package/esm/fw-checkbox.js +27 -17
- package/esm/fw-dropdown.js +17 -34
- package/esm/fw-image-03f85465.js +289 -0
- package/esm/fw-image.js +20 -17
- package/esm/fw-input.js +24 -25
- package/esm/fw-loading-bar-f5ca605c.js +22 -0
- package/esm/{fw-loading-spinner-9b7c6855.js → fw-loading-spinner-164d8df0.js} +1 -2
- package/esm/fw-loading.js +6 -9
- package/esm/fw-modal.js +11 -21
- package/esm/fw-navigation-menu.js +11 -19
- package/esm/fw-progress-bar.js +4 -11
- package/esm/fw-sidebar-menu.js +131 -0
- package/esm/fw-table.js +12 -57
- package/esm/fw-tabs.js +60 -21
- package/esm/fw-tag.js +8 -8
- package/esm/fw-toast.js +29 -125
- package/esm/fw-transactions-card.js +21 -24
- package/esm/index-1a41e7bf.js +15838 -0
- package/esm/{index-4605e00e.js → index-692e4d19.js} +83 -55
- package/esm/index.js +43 -57
- package/esm/is-forced-752b5893.js +927 -0
- package/esm/{add-to-unscopables-3f461c07.js → object-create-f6f3a673.js} +3 -25
- package/esm/object-keys-4f5bf4e7.js +13 -0
- package/esm/{to-string-685748aa.js → to-string-12728fd2.js} +2 -2
- package/esm/{web.timers-4a6aaab8.js → web.timers-0f117224.js} +5 -15
- package/frollo-web-ui.esm.js +19112 -3282
- package/icons/chevron-left.svg +3 -0
- package/icons/chevron-right.svg +3 -0
- package/icons/index.ts +4 -0
- package/index.d.ts +200 -26
- package/package.json +4 -1
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -0
- package/types/components/fw-bar-chart/index.d.ts +2 -0
- package/types/components/fw-bar-chart/index.types.d.ts +11 -0
- 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-checkbox/fw-checkbox.vue.d.ts +3 -1
- package/types/components/fw-input/fw-input.vue.d.ts +1 -0
- 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/index.d.ts +2 -0
- package/types/components/index.types.d.ts +2 -0
- package/types/icons/index.d.ts +3 -1
- package/web-components/index.js +24066 -8740
- package/esm/function-name-e2f6ea36.js +0 -492
- package/esm/fw-loading-bar-da7d53fb.js +0 -22
- package/esm/is-forced-ddf227e6.js +0 -438
|
@@ -1,12 +1,40 @@
|
|
|
1
1
|
import { createElementVNode, openBlock, createElementBlock } from 'vue';
|
|
2
2
|
import './check-94a5917a.js';
|
|
3
3
|
|
|
4
|
-
const _hoisted_1$
|
|
4
|
+
const _hoisted_1$u = {
|
|
5
5
|
viewBox: "0 0 52 34",
|
|
6
6
|
fill: "currentColor",
|
|
7
7
|
xmlns: "http://www.w3.org/2000/svg"
|
|
8
8
|
};
|
|
9
|
-
const _hoisted_2$
|
|
9
|
+
const _hoisted_2$u = /*#__PURE__*/createElementVNode("path", { d: "M25.973 19.938a5.608 5.608 0 005.625-5.625c0-3.077-2.549-5.626-5.625-5.626-.088 0-.176.088-.264.088.088.44.176.88.176 1.407a4.126 4.126 0 01-4.13 4.13c-.528 0-.968-.087-1.407-.175v.175c0 3.165 2.46 5.626 5.625 5.626zm24.96-4.043C46.189 6.578 36.697.25 25.974.25 15.163.25 5.67 6.578.924 15.895c-.176.351-.264.79-.264 1.23 0 .527.088.967.264 1.318C5.67 27.76 15.162 34 25.973 34c10.723 0 20.215-6.24 24.96-15.557.177-.351.265-.79.265-1.23 0-.527-.088-.967-.264-1.319zM25.974 3.063c6.152 0 11.25 5.097 11.25 11.25 0 6.24-5.098 11.25-11.25 11.25-6.24 0-11.25-5.01-11.25-11.25 0-6.153 5.01-11.163 11.25-11.25zm0 28.125c-9.492 0-18.105-5.362-22.5-14.063 2.46-4.834 6.416-8.877 11.338-11.338a13.875 13.875 0 00-2.9 8.526c0 7.822 6.24 14.062 14.062 14.062 7.734 0 14.063-6.24 14.063-14.063 0-3.164-1.143-6.152-2.989-8.525 4.922 2.461 8.877 6.504 11.426 11.338-4.482 8.701-13.096 14.063-22.5 14.063z" }, null, -1);
|
|
10
|
+
const _hoisted_3$u = [
|
|
11
|
+
_hoisted_2$u
|
|
12
|
+
];
|
|
13
|
+
|
|
14
|
+
function render$u(_ctx, _cache) {
|
|
15
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$u, _hoisted_3$u))
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
const _hoisted_1$t = {
|
|
19
|
+
viewBox: "0 0 42 55",
|
|
20
|
+
fill: "currentColor",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22
|
+
};
|
|
23
|
+
const _hoisted_2$t = /*#__PURE__*/createElementVNode("path", { d: "M39.668 11.086l-8.754-8.754c-.95-.95-2.32-1.582-3.586-1.582H5.707A5.135 5.135 0 00.75 5.918v43.875a4.951 4.951 0 004.957 4.957h30.48c2.743 0 5.063-2.215 5.063-4.957V14.672c0-1.266-.633-2.637-1.582-3.586zM27.75 4.23c.21.106.527.211.738.422l8.86 8.86c.21.21.316.527.422.843H27.75V4.23zm10.125 45.563c0 .844-.844 1.688-1.688 1.688H5.707c-.844 0-1.687-.844-1.687-1.688V5.918c0-.95.843-1.793 1.687-1.793h18.668v11.074c0 1.371 1.055 2.426 2.531 2.426h10.969v32.168zM21 21v13.5h13.395c.105 0 0 0 0 0 0-7.383-6.012-13.395-13.395-13.5zm3.375 4.008a10.314 10.314 0 016.117 6.117h-6.117v-6.117zm-5.063 19.617c-4.746 0-8.437-3.691-8.437-8.438 0-4.007 2.848-7.382 6.75-8.226v-3.375C11.825 25.43 7.5 30.28 7.5 36.188 7.5 42.727 12.773 48 19.313 48c5.906 0 10.757-4.324 11.601-10.125H27.54c-.844 3.902-4.219 6.75-8.227 6.75z" }, null, -1);
|
|
24
|
+
const _hoisted_3$t = [
|
|
25
|
+
_hoisted_2$t
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
function render$t(_ctx, _cache) {
|
|
29
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$t, _hoisted_3$t))
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const _hoisted_1$s = {
|
|
33
|
+
viewBox: "0 0 54 42",
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
36
|
+
};
|
|
37
|
+
const _hoisted_2$s = /*#__PURE__*/createElementVNode("path", { d: "M11.25 27c0-1.219-1.031-2.25-2.25-2.25-1.313 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.938 2.25-2.25zM27 11.25c1.219 0 2.25-.938 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25-1.313 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25zM14.25 12C12.937 12 12 13.031 12 14.25c0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.938 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25zm26.438 1.125c-.657-.469-1.594-.375-2.157.188l-9.093 11.25C28.688 24.28 27.843 24 27 24c-3.375 0-6 2.719-6 6 0 3.375 2.625 6 6 6 3.281 0 6-2.625 6-6a5.57 5.57 0 00-1.219-3.469l9.094-11.25c.563-.656.375-1.594-.188-2.156zM30 30c0 1.688-1.406 3-3 3-1.688 0-3-1.313-3-3 0-1.594 1.313-3 3-3 1.594 0 3 1.406 3 3zm15-5.25c-1.313 0-2.25 1.031-2.25 2.25 0 1.313.938 2.25 2.25 2.25 1.219 0 2.25-.938 2.25-2.25 0-1.219-1.031-2.25-2.25-2.25zM54 27C54 12.094 41.906 0 27 0 12 0 0 12.094 0 27c0 4.969 1.313 9.656 3.656 13.594.469.937 1.5 1.406 2.531 1.406H47.72c1.031 0 2.062-.469 2.531-1.406A26.627 26.627 0 0054 27zm-3 0c0 4.313-1.125 8.438-3.281 12l-41.532.094A24.525 24.525 0 013 27C3 13.781 13.688 3 27 3c13.219 0 24 10.781 24 24z" }, null, -1);
|
|
10
38
|
const _hoisted_3$s = [
|
|
11
39
|
_hoisted_2$s
|
|
12
40
|
];
|
|
@@ -16,11 +44,11 @@ function render$s(_ctx, _cache) {
|
|
|
16
44
|
}
|
|
17
45
|
|
|
18
46
|
const _hoisted_1$r = {
|
|
19
|
-
viewBox: "0 0
|
|
47
|
+
viewBox: "0 0 404 146",
|
|
20
48
|
fill: "currentColor",
|
|
21
49
|
xmlns: "http://www.w3.org/2000/svg"
|
|
22
50
|
};
|
|
23
|
-
const _hoisted_2$r = /*#__PURE__*/createElementVNode("path", { d: "
|
|
51
|
+
const _hoisted_2$r = /*#__PURE__*/createElementVNode("path", { d: "M130 113.6h-22.8V143H75.6v-29.4H.2V91.8L66.2 3h34L39 87.2h37.6V61h30.6v26.2H130v26.4zM199.691 145.4c-11.6 0-21.934-2.867-31-8.6-9.067-5.733-16.2-14-21.4-24.8-5.067-10.933-7.6-23.933-7.6-39s2.533-28 7.6-38.8c5.2-10.933 12.333-19.267 21.4-25 9.066-5.733 19.4-8.6 31-8.6 11.6 0 21.933 2.867 31 8.6 9.066 5.733 16.133 14.067 21.2 25 5.2 10.8 7.8 23.733 7.8 38.8 0 15.067-2.6 28.067-7.8 39-5.067 10.8-12.134 19.067-21.2 24.8-9.067 5.733-19.4 8.6-31 8.6zm0-27.4c8.533 0 15.2-3.667 20-11 4.933-7.333 7.4-18.667 7.4-34 0-15.333-2.467-26.667-7.4-34-4.8-7.333-11.467-11-20-11-8.4 0-15.067 3.667-20 11-4.8 7.333-7.2 18.667-7.2 34 0 15.333 2.4 26.667 7.2 34 4.933 7.333 11.6 11 20 11zM403.633 113.6h-22.8V143h-31.6v-29.4h-75.4V91.8l66-88.8h34l-61.2 84.2h37.6V61h30.6v26.2h22.8v26.4z" }, null, -1);
|
|
24
52
|
const _hoisted_3$r = [
|
|
25
53
|
_hoisted_2$r
|
|
26
54
|
];
|
|
@@ -30,25 +58,27 @@ function render$r(_ctx, _cache) {
|
|
|
30
58
|
}
|
|
31
59
|
|
|
32
60
|
const _hoisted_1$q = {
|
|
33
|
-
viewBox: "0 0 54 42",
|
|
34
61
|
fill: "currentColor",
|
|
62
|
+
viewBox: "0 0 20 20",
|
|
35
63
|
xmlns: "http://www.w3.org/2000/svg"
|
|
36
64
|
};
|
|
37
|
-
const _hoisted_2$q = /*#__PURE__*/createElementVNode("path", { d: "
|
|
38
|
-
const _hoisted_3$q =
|
|
39
|
-
|
|
65
|
+
const _hoisted_2$q = /*#__PURE__*/createElementVNode("path", { d: "M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z" }, null, -1);
|
|
66
|
+
const _hoisted_3$q = /*#__PURE__*/createElementVNode("path", { d: "M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z" }, null, -1);
|
|
67
|
+
const _hoisted_4$2 = [
|
|
68
|
+
_hoisted_2$q,
|
|
69
|
+
_hoisted_3$q
|
|
40
70
|
];
|
|
41
71
|
|
|
42
72
|
function render$q(_ctx, _cache) {
|
|
43
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$q,
|
|
73
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$q, _hoisted_4$2))
|
|
44
74
|
}
|
|
45
75
|
|
|
46
76
|
const _hoisted_1$p = {
|
|
47
|
-
viewBox: "0 0
|
|
77
|
+
viewBox: "0 0 24 24",
|
|
48
78
|
fill: "currentColor",
|
|
49
79
|
xmlns: "http://www.w3.org/2000/svg"
|
|
50
80
|
};
|
|
51
|
-
const _hoisted_2$p = /*#__PURE__*/createElementVNode("path", { d: "
|
|
81
|
+
const _hoisted_2$p = /*#__PURE__*/createElementVNode("path", { d: "M12 1.875c5.56 0 10.125 4.504 10.125 10.125A10.122 10.122 0 0112 22.125C6.41 22.125 1.875 17.599 1.875 12 1.875 6.412 6.403 1.875 12 1.875zm0-1.5C5.58.375.375 5.582.375 12 .375 18.422 5.58 23.625 12 23.625S23.625 18.422 23.625 12C23.625 5.582 18.42.375 12 .375zM11.461 6h1.078c.32 0 .575.266.562.586l-.329 7.875a.563.563 0 01-.562.539h-.42a.563.563 0 01-.563-.54L10.9 6.587A.563.563 0 0111.461 6zM12 15.938a1.312 1.312 0 100 2.624 1.312 1.312 0 000-2.625z" }, null, -1);
|
|
52
82
|
const _hoisted_3$p = [
|
|
53
83
|
_hoisted_2$p
|
|
54
84
|
];
|
|
@@ -59,40 +89,40 @@ function render$p(_ctx, _cache) {
|
|
|
59
89
|
|
|
60
90
|
const _hoisted_1$o = {
|
|
61
91
|
fill: "currentColor",
|
|
62
|
-
|
|
63
|
-
|
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
+
viewBox: "0 0 24 24"
|
|
64
94
|
};
|
|
65
|
-
const _hoisted_2$o = /*#__PURE__*/createElementVNode("path", { d: "
|
|
66
|
-
const _hoisted_3$o =
|
|
67
|
-
|
|
68
|
-
_hoisted_2$o,
|
|
69
|
-
_hoisted_3$o
|
|
95
|
+
const _hoisted_2$o = /*#__PURE__*/createElementVNode("path", { d: "M17 9V7c0-2.8-2.2-5-5-5S7 4.2 7 7v2c-1.7 0-3 1.3-3 3v7c0 1.7 1.3 3 3 3h10c1.7 0 3-1.3 3-3v-7c0-1.7-1.3-3-3-3zM9 7c0-1.7 1.3-3 3-3s3 1.3 3 3v2H9V7z" }, null, -1);
|
|
96
|
+
const _hoisted_3$o = [
|
|
97
|
+
_hoisted_2$o
|
|
70
98
|
];
|
|
71
99
|
|
|
72
100
|
function render$o(_ctx, _cache) {
|
|
73
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$o,
|
|
101
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$o, _hoisted_3$o))
|
|
74
102
|
}
|
|
75
103
|
|
|
76
104
|
const _hoisted_1$n = {
|
|
77
|
-
viewBox: "0 0 24 24",
|
|
78
105
|
fill: "currentColor",
|
|
79
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
+
viewBox: "0 0 612 612"
|
|
80
108
|
};
|
|
81
|
-
const _hoisted_2$n = /*#__PURE__*/createElementVNode("path", { d: "
|
|
82
|
-
const _hoisted_3$n =
|
|
83
|
-
|
|
109
|
+
const _hoisted_2$n = /*#__PURE__*/createElementVNode("path", { d: "M609.608 315.426a19.767 19.767 0 000-18.853c-58.464-107.643-172.5-180.72-303.607-180.72S60.857 188.931 2.393 296.573a19.767 19.767 0 000 18.853C60.858 423.069 174.892 496.147 306 496.147s245.143-73.078 303.608-180.721zM306 451.855c-80.554 0-145.855-65.302-145.855-145.855S225.446 160.144 306 160.144 451.856 225.446 451.856 306 386.554 451.855 306 451.855z" }, null, -1);
|
|
110
|
+
const _hoisted_3$n = /*#__PURE__*/createElementVNode("path", { d: "M306 231.67c-6.136 0-12.095.749-17.798 2.15 5.841 6.76 9.383 15.563 9.383 25.198 0 21.3-17.267 38.568-38.568 38.568-9.635 0-18.438-3.541-25.198-9.383a74.513 74.513 0 00-2.15 17.798c0 41.052 33.279 74.33 74.33 74.33s74.33-33.279 74.33-74.33S347.052 231.67 306 231.67z" }, null, -1);
|
|
111
|
+
const _hoisted_4$1 = [
|
|
112
|
+
_hoisted_2$n,
|
|
113
|
+
_hoisted_3$n
|
|
84
114
|
];
|
|
85
115
|
|
|
86
116
|
function render$n(_ctx, _cache) {
|
|
87
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$n,
|
|
117
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$n, _hoisted_4$1))
|
|
88
118
|
}
|
|
89
119
|
|
|
90
120
|
const _hoisted_1$m = {
|
|
91
121
|
fill: "currentColor",
|
|
92
122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
-
viewBox: "0
|
|
123
|
+
viewBox: "0 -64 640 640"
|
|
94
124
|
};
|
|
95
|
-
const _hoisted_2$m = /*#__PURE__*/createElementVNode("path", { d: "
|
|
125
|
+
const _hoisted_2$m = /*#__PURE__*/createElementVNode("path", { d: "M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 000 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 01-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0081.25-102.07 32.35 32.35 0 000-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 00-147.32 37.7L45.46 3.37A16 16 0 0023 6.18L3.37 31.45A16 16 0 006.18 53.9l588.36 454.73a16 16 0 0022.46-2.81l19.64-25.27a16 16 0 00-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 00416 256a94.76 94.76 0 00-121.31-92.21A47.65 47.65 0 01304 192a46.64 46.64 0 01-1.54 10l-73.61-56.89A142.31 142.31 0 01320 112a143.92 143.92 0 01144 144c0 21.63-5.29 41.79-13.9 60.11z" }, null, -1);
|
|
96
126
|
const _hoisted_3$m = [
|
|
97
127
|
_hoisted_2$m
|
|
98
128
|
];
|
|
@@ -102,27 +132,27 @@ function render$m(_ctx, _cache) {
|
|
|
102
132
|
}
|
|
103
133
|
|
|
104
134
|
const _hoisted_1$l = {
|
|
135
|
+
viewBox: "0 0 18 18",
|
|
105
136
|
fill: "currentColor",
|
|
106
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
107
|
-
viewBox: "0 0 612 612"
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
108
138
|
};
|
|
109
|
-
const _hoisted_2$l = /*#__PURE__*/createElementVNode("path", { d: "
|
|
110
|
-
const _hoisted_3$l = /*#__PURE__*/createElementVNode("path", { d: "
|
|
111
|
-
const _hoisted_4
|
|
139
|
+
const _hoisted_2$l = /*#__PURE__*/createElementVNode("path", { d: "M16 13h-4.172l-1.414 1.414A1.99 1.99 0 019 15a1.986 1.986 0 01-1.414-.586L6.172 13H2a1 1 0 00-1 1v3a1 1 0 001 1h14a1 1 0 001-1v-3c0-.553-.447-1-1-1zm-1.5 3.25a.752.752 0 01-.75-.75c0-.412.338-.75.75-.75s.75.338.75.75-.338.75-.75.75z" }, null, -1);
|
|
140
|
+
const _hoisted_3$l = /*#__PURE__*/createElementVNode("path", { d: "M4.293 8.706a1 1 0 011.414-1.414l2.292 2.296V2a1 1 0 012 0v7.588l2.293-2.294a1 1 0 111.414 1.414l-4 4A.997.997 0 019 13a.995.995 0 01-.707-.293l-4-4z" }, null, -1);
|
|
141
|
+
const _hoisted_4 = [
|
|
112
142
|
_hoisted_2$l,
|
|
113
143
|
_hoisted_3$l
|
|
114
144
|
];
|
|
115
145
|
|
|
116
146
|
function render$l(_ctx, _cache) {
|
|
117
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_4
|
|
147
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$l, _hoisted_4))
|
|
118
148
|
}
|
|
119
149
|
|
|
120
150
|
const _hoisted_1$k = {
|
|
121
151
|
fill: "currentColor",
|
|
122
152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
123
|
-
viewBox: "0
|
|
153
|
+
viewBox: "0 0 576 512"
|
|
124
154
|
};
|
|
125
|
-
const _hoisted_2$k = /*#__PURE__*/createElementVNode("path", { d: "
|
|
155
|
+
const _hoisted_2$k = /*#__PURE__*/createElementVNode("path", { d: "M528 32H48C21.49 32 0 53.49 0 80v16h576V80c0-26.51-21.5-48-48-48zM0 432c0 26.5 21.49 48 48 48h480c26.51 0 48-21.49 48-48V128H0v304zm368-240h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h128c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h128c8.836 0 16 7.164 16 16s-7.2 16-16 16H368c-8.836 0-16-7.164-16-16s7.2-16 16-16zM176 192c35.35 0 64 28.66 64 64s-28.65 64-64 64-64-28.66-64-64 28.7-64 64-64zm-64 160h128c26.51 0 48 21.49 48 48 0 8.836-7.164 16-16 16H80c-8.84 0-16-7.2-16-16 0-26.5 21.49-48 48-48z" }, null, -1);
|
|
126
156
|
const _hoisted_3$k = [
|
|
127
157
|
_hoisted_2$k
|
|
128
158
|
];
|
|
@@ -132,27 +162,25 @@ function render$k(_ctx, _cache) {
|
|
|
132
162
|
}
|
|
133
163
|
|
|
134
164
|
const _hoisted_1$j = {
|
|
135
|
-
viewBox: "0 0
|
|
165
|
+
viewBox: "0 0 16 16",
|
|
136
166
|
fill: "currentColor",
|
|
137
167
|
xmlns: "http://www.w3.org/2000/svg"
|
|
138
168
|
};
|
|
139
|
-
const _hoisted_2$j = /*#__PURE__*/createElementVNode("path", { d: "
|
|
140
|
-
const _hoisted_3$j =
|
|
141
|
-
|
|
142
|
-
_hoisted_2$j,
|
|
143
|
-
_hoisted_3$j
|
|
169
|
+
const _hoisted_2$j = /*#__PURE__*/createElementVNode("path", { d: "M8 0a8 8 0 00-8 8 8 8 0 008 8 8 8 0 008-8 8 8 0 00-8-8zm0 4a1 1 0 110 2 1 1 0 010-2zm1.25 8h-2.5a.75.75 0 010-1.5h.5v-2H7A.75.75 0 017 7h1a.75.75 0 01.75.75v2.75h.5a.75.75 0 010 1.5z" }, null, -1);
|
|
170
|
+
const _hoisted_3$j = [
|
|
171
|
+
_hoisted_2$j
|
|
144
172
|
];
|
|
145
173
|
|
|
146
174
|
function render$j(_ctx, _cache) {
|
|
147
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1$j,
|
|
175
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1$j, _hoisted_3$j))
|
|
148
176
|
}
|
|
149
177
|
|
|
150
178
|
const _hoisted_1$i = {
|
|
179
|
+
viewBox: "0 0 104 104",
|
|
151
180
|
fill: "currentColor",
|
|
152
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
153
|
-
viewBox: "0 0 576 512"
|
|
181
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
154
182
|
};
|
|
155
|
-
const _hoisted_2$i = /*#__PURE__*/createElementVNode("path", { d: "
|
|
183
|
+
const _hoisted_2$i = /*#__PURE__*/createElementVNode("path", { d: "M87.202 25.452L65.569 3.819A13.01 13.01 0 0056.367 0H26c-7.18 0-13 5.82-13 13l.001 78c0 7.18 5.82 13 13 13H78c7.18 0 13-5.82 13-13V34.633c0-3.453-1.36-6.744-3.798-9.181zM58.5 6.922c.91.319 1.76.782 2.462 1.483l21.633 21.633c.707.695 1.174 1.548 1.478 2.462H61.75a3.26 3.26 0 01-3.25-3.25V6.922zM84.5 91c0 3.583-2.917 6.5-6.5 6.5H26a6.509 6.509 0 01-6.5-6.5V13c0-3.583 2.917-6.5 6.5-6.5h26v22.75c0 5.383 4.367 9.75 9.75 9.75H84.5v52zM52 79.625a4.876 4.876 0 00-4.875 4.875 4.875 4.875 0 109.75 0A4.87 4.87 0 0052 79.625zm-.183-4.875c1.97 0 3.433-1.463 3.433-3.25V48.75A3.26 3.26 0 0052 45.5a3.26 3.26 0 00-3.25 3.25V71.5c0 1.787 1.442 3.25 3.067 3.25z" }, null, -1);
|
|
156
184
|
const _hoisted_3$i = [
|
|
157
185
|
_hoisted_2$i
|
|
158
186
|
];
|
|
@@ -162,11 +190,11 @@ function render$i(_ctx, _cache) {
|
|
|
162
190
|
}
|
|
163
191
|
|
|
164
192
|
const _hoisted_1$h = {
|
|
165
|
-
viewBox: "0 0
|
|
193
|
+
viewBox: "0 0 118 104",
|
|
166
194
|
fill: "currentColor",
|
|
167
195
|
xmlns: "http://www.w3.org/2000/svg"
|
|
168
196
|
};
|
|
169
|
-
const _hoisted_2$h = /*#__PURE__*/createElementVNode("path", { d: "
|
|
197
|
+
const _hoisted_2$h = /*#__PURE__*/createElementVNode("path", { d: "M3.82 104a3.255 3.255 0 01-3.25-3.25 3.255 3.255 0 013.25-3.25h3.25v-9.08c0-6.418 2.115-12.837 6.015-17.753L27.362 52 13.086 33.333a29.22 29.22 0 01-6.015-17.76V6.5H3.82a3.25 3.25 0 110-6.5h71.5a3.255 3.255 0 013.25 3.25 3.254 3.254 0 01-3.25 3.25h-3.25v9.074c0 6.424-2.112 12.66-6.012 17.759L51.778 52l4.814 6.277c-1.178 2.234-2.092 4.61-2.783 7.089L45.116 53.97c-.894-1.34-.894-2.782 0-3.94l15.6-20.638c3.209-3.96 4.854-8.815 4.854-13.818V6.5h-52v9.074c0 5.003 1.644 9.857 4.678 13.818L34.025 50.03c.894 1.157.894 2.6 0 3.94L18.248 74.608A22.708 22.708 0 0013.57 88.42v9.08h47.166a36.793 36.793 0 007.028 6.5H3.82zm50.09-19.5a35.463 35.463 0 002.56 6.5H23.32a3.262 3.262 0 01-2.89-1.767c-.557-1.26-.461-2.377.246-3.372l16.07-22.75c1.22-1.463 3.25-1.808 4.713-.934 1.463 1.218 1.808 3.25.752 4.712L29.638 84.5H53.91zM37.032 40.848l-13-16.25c-.772-.792-.934-2.132-.386-3.25A3.215 3.215 0 0126.57 19.5h26c1.26 0 2.397.717 2.925 1.848.549 1.118.386 2.458-.386 3.25l-13 16.25c-.609.955-1.543 1.402-2.539 1.402-.995 0-1.93-.447-2.539-1.402zm2.54-7.048l6.235-7.8H33.334l6.236 7.8zm48.567 24.7c1.97 0 3.25 1.462 3.25 3.25v9.75h6.682a3.26 3.26 0 013.25 3.25A3.26 3.26 0 0198.07 78h-9.932c-1.605 0-3.25-1.463-3.25-3.25v-13c0-1.788 1.645-3.25 3.25-3.25zM59.07 74.75c0-16.148 13.102-29.25 29.25-29.25 16.149 0 29.25 13.102 29.25 29.25S104.469 104 88.32 104c-16.148 0-29.25-13.102-29.25-29.25zM88.32 97.5c12.574 0 22.75-10.177 22.75-22.75S100.894 52 88.32 52c-12.573 0-22.75 10.177-22.75 22.75S75.747 97.5 88.32 97.5z" }, null, -1);
|
|
170
198
|
const _hoisted_3$h = [
|
|
171
199
|
_hoisted_2$h
|
|
172
200
|
];
|
|
@@ -176,11 +204,11 @@ function render$h(_ctx, _cache) {
|
|
|
176
204
|
}
|
|
177
205
|
|
|
178
206
|
const _hoisted_1$g = {
|
|
179
|
-
viewBox: "0 0
|
|
207
|
+
viewBox: "0 0 56 56",
|
|
180
208
|
fill: "currentColor",
|
|
181
209
|
xmlns: "http://www.w3.org/2000/svg"
|
|
182
210
|
};
|
|
183
|
-
const _hoisted_2$g = /*#__PURE__*/createElementVNode("path", { d: "
|
|
211
|
+
const _hoisted_2$g = /*#__PURE__*/createElementVNode("path", { d: "M49 7H7a7 7 0 00-7 7v28a7 7 0 007 7h42a7 7 0 007-7V14c0-3.866-3.14-7-7-7zM7 10.5h42c1.93 0 3.5 1.57 3.5 3.5v3.939L31.15 33.95a5.282 5.282 0 01-6.303 0L3.5 17.937V14c0-1.925 1.57-3.5 3.5-3.5zM52.5 42c0 1.93-1.57 3.5-3.5 3.5H7c-1.93 0-3.5-1.57-3.5-3.5V22.214L22.75 36.75a8.744 8.744 0 0010.5 0L52.5 22.214V42z" }, null, -1);
|
|
184
212
|
const _hoisted_3$g = [
|
|
185
213
|
_hoisted_2$g
|
|
186
214
|
];
|
|
@@ -190,11 +218,11 @@ function render$g(_ctx, _cache) {
|
|
|
190
218
|
}
|
|
191
219
|
|
|
192
220
|
const _hoisted_1$f = {
|
|
193
|
-
viewBox: "0 0
|
|
221
|
+
viewBox: "0 0 56 56",
|
|
194
222
|
fill: "currentColor",
|
|
195
223
|
xmlns: "http://www.w3.org/2000/svg"
|
|
196
224
|
};
|
|
197
|
-
const _hoisted_2$f = /*#__PURE__*/createElementVNode("path", { d: "
|
|
225
|
+
const _hoisted_2$f = /*#__PURE__*/createElementVNode("path", { d: "M52.036 39.526c-.35.382-.82.568-1.29.568-.426 0-.852-.154-1.188-.465l-21.563-19.9L6.439 39.536c-.711.657-1.82.616-2.473-.099a1.748 1.748 0 01.097-2.47l22.75-21a1.745 1.745 0 012.376 0l22.75 21c.7.754.754 1.848.098 2.559z" }, null, -1);
|
|
198
226
|
const _hoisted_3$f = [
|
|
199
227
|
_hoisted_2$f
|
|
200
228
|
];
|
|
@@ -208,7 +236,7 @@ const _hoisted_1$e = {
|
|
|
208
236
|
fill: "currentColor",
|
|
209
237
|
xmlns: "http://www.w3.org/2000/svg"
|
|
210
238
|
};
|
|
211
|
-
const _hoisted_2$e = /*#__PURE__*/createElementVNode("path", { d: "
|
|
239
|
+
const _hoisted_2$e = /*#__PURE__*/createElementVNode("path", { d: "M3.966 16.657c.343-.372.813-.656 1.285-.656.425 0 .85.154 1.188.465l21.557 19.808 21.558-19.808a1.745 1.745 0 012.473.099c.656.71.612 1.814-.097 2.47l-22.75 21a1.745 1.745 0 01-2.376 0l-22.75-21c-.7-.562-.745-1.667-.088-2.378z" }, null, -1);
|
|
212
240
|
const _hoisted_3$e = [
|
|
213
241
|
_hoisted_2$e
|
|
214
242
|
];
|
|
@@ -222,7 +250,7 @@ const _hoisted_1$d = {
|
|
|
222
250
|
fill: "currentColor",
|
|
223
251
|
xmlns: "http://www.w3.org/2000/svg"
|
|
224
252
|
};
|
|
225
|
-
const _hoisted_2$d = /*#__PURE__*/createElementVNode("path", { d: "
|
|
253
|
+
const _hoisted_2$d = /*#__PURE__*/createElementVNode("path", { d: "M18.645 52.04a1.732 1.732 0 01-.564-1.285c0-.425.154-.85.465-1.187L38.354 28.01 18.546 6.438a1.746 1.746 0 01.099-2.473 1.747 1.747 0 012.47.097l21 22.75a1.745 1.745 0 010 2.376l-21 22.75c-.658.704-1.759.759-2.47.103z" }, null, -1);
|
|
226
254
|
const _hoisted_3$d = [
|
|
227
255
|
_hoisted_2$d
|
|
228
256
|
];
|
|
@@ -236,7 +264,7 @@ const _hoisted_1$c = {
|
|
|
236
264
|
fill: "currentColor",
|
|
237
265
|
xmlns: "http://www.w3.org/2000/svg"
|
|
238
266
|
};
|
|
239
|
-
const _hoisted_2$c = /*#__PURE__*/createElementVNode("path", { d: "
|
|
267
|
+
const _hoisted_2$c = /*#__PURE__*/createElementVNode("path", { d: "M39.681 3.965c.376.343.564.813.564 1.285 0 .426-.154.851-.465 1.188L19.881 28l19.808 21.558c.656.71.615 1.82-.1 2.473a1.748 1.748 0 01-2.47-.098l-21-22.75a1.745 1.745 0 010-2.375l21-22.75c.746-.705 1.851-.75 2.562-.093z" }, null, -1);
|
|
240
268
|
const _hoisted_3$c = [
|
|
241
269
|
_hoisted_2$c
|
|
242
270
|
];
|
|
@@ -417,4 +445,4 @@ function render(_ctx, _cache) {
|
|
|
417
445
|
return (openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3))
|
|
418
446
|
}
|
|
419
447
|
|
|
420
|
-
export { render$
|
|
448
|
+
export { render$e as a, render$7 as b, render$1 as c, render as d, render$b as e, render$d as f, render$3 as g, render$i as r };
|
package/esm/index.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { s as script$
|
|
2
|
-
export { s as
|
|
3
|
-
import './
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
import { t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-
|
|
1
|
+
import { _ as _unsupportedIterableToArray, s as script$l } from './index-1a41e7bf.js';
|
|
2
|
+
export { s as FwBarChart } from './index-1a41e7bf.js';
|
|
3
|
+
import { s as script$f } from './fw-image-03f85465.js';
|
|
4
|
+
export { s as FwImage } from './fw-image-03f85465.js';
|
|
5
|
+
import './es.array.find-dfa1f42f.js';
|
|
6
|
+
import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-752b5893.js';
|
|
7
|
+
import { _ as _export } from './export-a37ba078.js';
|
|
8
|
+
import { o as objectKeys$1 } from './object-keys-4f5bf4e7.js';
|
|
7
9
|
import './fw-form.js';
|
|
8
10
|
import { FwInput as script } from './fw-input.js';
|
|
9
11
|
export { FwInput } from './fw-input.js';
|
|
@@ -34,34 +36,43 @@ import { FwToast as script$j } from './fw-toast.js';
|
|
|
34
36
|
export { FwToast } from './fw-toast.js';
|
|
35
37
|
import { FwTransactionsCard as script$k } from './fw-transactions-card.js';
|
|
36
38
|
export { FwTransactionsCard } from './fw-transactions-card.js';
|
|
39
|
+
import { FwSidebarMenu as script$m } from './fw-sidebar-menu.js';
|
|
40
|
+
export { FwSidebarMenu } from './fw-sidebar-menu.js';
|
|
37
41
|
import { FwEmailPulse as __default__, FwSuccessPulse as __default__$1 } from './fw-animations.js';
|
|
38
42
|
export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
|
|
39
43
|
import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
40
44
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
41
|
-
import { s as script$3 } from './fw-card-
|
|
42
|
-
export { s as FwCard } from './fw-card-
|
|
43
|
-
import { s as script$4 } from './fw-button-
|
|
44
|
-
export { s as FwButton } from './fw-button-
|
|
45
|
-
import { s as script$g } from './fw-loading-bar-
|
|
46
|
-
export { s as FwLoadingBar } from './fw-loading-bar-
|
|
47
|
-
import { s as script$
|
|
48
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-
|
|
45
|
+
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
46
|
+
export { s as FwCard } from './fw-card-1b6a67fe.js';
|
|
47
|
+
import { s as script$4 } from './fw-button-0401f207.js';
|
|
48
|
+
export { s as FwButton } from './fw-button-0401f207.js';
|
|
49
|
+
import { s as script$g } from './fw-loading-bar-f5ca605c.js';
|
|
50
|
+
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
51
|
+
import { s as script$n } from './fw-loading-spinner-164d8df0.js';
|
|
52
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-164d8df0.js';
|
|
49
53
|
import { reactive, createApp, h } from 'vue';
|
|
50
|
-
import './es.
|
|
51
|
-
import './
|
|
52
|
-
import './
|
|
53
|
-
import './
|
|
54
|
-
import './
|
|
55
|
-
import './
|
|
56
|
-
import './array-
|
|
57
|
-
import './create-
|
|
58
|
-
import './
|
|
59
|
-
import './
|
|
60
|
-
import './
|
|
54
|
+
import './es.number.constructor-1249bd78.js';
|
|
55
|
+
import './to-string-12728fd2.js';
|
|
56
|
+
import './classof-39c30bd5.js';
|
|
57
|
+
import './object-create-f6f3a673.js';
|
|
58
|
+
import './function-apply-ce251590.js';
|
|
59
|
+
import './es.string.iterator-284b31d4.js';
|
|
60
|
+
import './array-iteration-107f927f.js';
|
|
61
|
+
import './array-species-create-a5f5503b.js';
|
|
62
|
+
import './create-property-534611fd.js';
|
|
63
|
+
import './delete-property-or-throw-8032646c.js';
|
|
64
|
+
import './array-method-has-species-support-3d413468.js';
|
|
65
|
+
import './es.function.name-557cb1f9.js';
|
|
66
|
+
import './does-not-exceed-safe-integer-31d08811.js';
|
|
67
|
+
import './uniqueId-fe08534a.js';
|
|
68
|
+
import './es.array.includes-91be7771.js';
|
|
69
|
+
import './add-to-unscopables-2400f45b.js';
|
|
70
|
+
import './web.timers-0f117224.js';
|
|
71
|
+
import './array-method-is-strict-055b1830.js';
|
|
72
|
+
import './index-692e4d19.js';
|
|
61
73
|
import './check-94a5917a.js';
|
|
62
74
|
import './style-inject.es-1f59c1d0.js';
|
|
63
|
-
import './es.
|
|
64
|
-
import './uniqueId-fe08534a.js';
|
|
75
|
+
import './es.array.concat-987938be.js';
|
|
65
76
|
|
|
66
77
|
function _arrayWithHoles(arr) {
|
|
67
78
|
if (Array.isArray(arr)) return arr;
|
|
@@ -97,25 +108,6 @@ function _iterableToArrayLimit(arr, i) {
|
|
|
97
108
|
return _arr;
|
|
98
109
|
}
|
|
99
110
|
|
|
100
|
-
function _arrayLikeToArray(arr, len) {
|
|
101
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
102
|
-
|
|
103
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) {
|
|
104
|
-
arr2[i] = arr[i];
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
return arr2;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
function _unsupportedIterableToArray(o, minLen) {
|
|
111
|
-
if (!o) return;
|
|
112
|
-
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
113
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
114
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
115
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
116
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
111
|
function _nonIterableRest() {
|
|
120
112
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
121
113
|
}
|
|
@@ -200,9 +192,11 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
200
192
|
FwLoadingTable: script$i,
|
|
201
193
|
FwToast: script$j,
|
|
202
194
|
FwTransactionsCard: script$k,
|
|
195
|
+
FwBarChart: script$l,
|
|
196
|
+
FwSidebarMenu: script$m,
|
|
203
197
|
FwEmailPulse: __default__,
|
|
204
198
|
FwSuccessPulse: __default__$1,
|
|
205
|
-
FwLoadingSpinner: script$
|
|
199
|
+
FwLoadingSpinner: script$n
|
|
206
200
|
});
|
|
207
201
|
|
|
208
202
|
function _defineProperty(obj, key, value) {
|
|
@@ -256,15 +250,12 @@ var modalService = function modalService(options) {
|
|
|
256
250
|
return h(script$8, props);
|
|
257
251
|
}
|
|
258
252
|
}).mount(elementToMount);
|
|
259
|
-
|
|
260
253
|
var open = function open() {
|
|
261
254
|
props.modelValue = true;
|
|
262
255
|
};
|
|
263
|
-
|
|
264
256
|
var close = function close() {
|
|
265
257
|
props.modelValue = false;
|
|
266
258
|
};
|
|
267
|
-
|
|
268
259
|
return {
|
|
269
260
|
open: open,
|
|
270
261
|
close: close
|
|
@@ -284,19 +275,15 @@ var toastService = function toastService() {
|
|
|
284
275
|
}
|
|
285
276
|
}).mount(elementToMount);
|
|
286
277
|
};
|
|
287
|
-
|
|
288
278
|
var success = function success(options) {
|
|
289
279
|
createToastApp('success', options);
|
|
290
280
|
};
|
|
291
|
-
|
|
292
281
|
var error = function error(options) {
|
|
293
282
|
createToastApp('error', options);
|
|
294
283
|
};
|
|
295
|
-
|
|
296
284
|
var warning = function warning(options) {
|
|
297
285
|
createToastApp('warning', options);
|
|
298
286
|
};
|
|
299
|
-
|
|
300
287
|
return {
|
|
301
288
|
success: success,
|
|
302
289
|
error: error,
|
|
@@ -307,9 +294,8 @@ var toastService = function toastService() {
|
|
|
307
294
|
var install = function install(app) {
|
|
308
295
|
Object.entries(components).forEach(function (_ref) {
|
|
309
296
|
var _ref2 = _slicedToArray(_ref, 2),
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
297
|
+
componentName = _ref2[0],
|
|
298
|
+
component = _ref2[1];
|
|
313
299
|
app.component(componentName, component);
|
|
314
300
|
});
|
|
315
301
|
};
|