@frollo/frollo-web-ui 7.0.1 → 8.0.1
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 +34629 -34457
- package/esm/_rollupPluginBabelHelpers-DpC_oIQV.js +2566 -0
- package/esm/{check-94a5917a.js → check--YD4Ts6g.js} +4 -4
- package/esm/fw-accordion.js +27 -26
- package/esm/fw-animations.js +23 -26
- package/esm/fw-bar-chart.js +15289 -19
- package/esm/{fw-button-c8502414.js → fw-button-4QLZlu0U.js} +44 -44
- package/esm/fw-button.js +5 -10
- package/esm/{fw-card-1b6a67fe.js → fw-card-bsYbpPmW.js} +12 -12
- package/esm/fw-card.js +1 -1
- package/esm/fw-checkbox.js +23 -32
- package/esm/fw-date-picker.js +134 -80
- package/esm/fw-drawer.js +32 -35
- package/esm/fw-dropdown-nLtzu2fS.js +277 -0
- package/esm/fw-dropdown.js +7 -15
- package/esm/fw-form.js +1 -1
- package/esm/fw-image-DOgM8i8X.js +200 -0
- package/esm/fw-image.js +5 -21
- package/esm/{fw-input-8969b226.js → fw-input-Qiy53nRk.js} +61 -53
- package/esm/fw-input.js +6 -19
- package/esm/fw-loading-bar-DThRjdw1.js +22 -0
- package/esm/{fw-loading-spinner-72d70258.js → fw-loading-spinner-Dn52RI5h.js} +1 -1
- package/esm/fw-loading.js +3 -7
- package/esm/fw-modal.js +93 -56
- package/esm/fw-navigation-menu.js +15 -20
- package/esm/fw-popover.js +39 -375
- package/esm/fw-progress-bar.js +8 -11
- package/esm/fw-provider-list.js +41 -84
- package/esm/fw-sidebar-menu.js +33 -24
- package/esm/{fw-table-row-23f78218.js → fw-table-row-DkZaaMmE.js} +15 -301
- package/esm/fw-table.js +6 -16
- package/esm/fw-tabs.js +21 -103
- package/esm/{fw-tag-ac28200a.js → fw-tag-CPp1P480.js} +29 -20
- package/esm/fw-tag.js +7 -12
- package/esm/fw-toast.js +22 -37
- package/esm/fw-transactions-card.js +14 -30
- package/esm/index-CUPvK0Aa.js +586 -0
- package/esm/index.js +66 -228
- package/esm/vee-validate.esm-3ptvCDR1.js +4071 -0
- package/frollo-web-ui.esm.js +34401 -34647
- package/icons/chart-line-up.svg +3 -0
- package/icons/icons.stories.ts +24 -29
- package/icons/index.ts +5 -1
- package/icons/sack-dollar.svg +3 -0
- package/icons/xmark.svg +2 -2
- package/index.d.ts +2815 -2573
- package/package.json +75 -73
- package/styles/tailwind.scss +6 -0
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +128 -128
- package/types/components/fw-accordion/index.d.ts +2 -2
- package/types/components/fw-accordion/index.types.d.ts +10 -10
- package/types/components/fw-animations/fw-email-pulse.vue.d.ts +24 -24
- package/types/components/fw-animations/fw-loading-spinner.vue.d.ts +2 -2
- package/types/components/fw-animations/fw-success-pulse.vue.d.ts +24 -24
- package/types/components/fw-animations/index.d.ts +4 -4
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -83
- package/types/components/fw-bar-chart/index.d.ts +2 -2
- package/types/components/fw-bar-chart/index.types.d.ts +11 -11
- package/types/components/fw-button/fw-button.vue.d.ts +190 -176
- package/types/components/fw-button/index.d.ts +2 -2
- package/types/components/fw-button/index.types.d.ts +27 -26
- package/types/components/fw-card/fw-card.vue.d.ts +82 -82
- package/types/components/fw-card/index.d.ts +2 -2
- package/types/components/fw-card/index.types.d.ts +8 -8
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +108 -108
- package/types/components/fw-checkbox/index.d.ts +2 -2
- package/types/components/fw-checkbox/index.types.d.ts +9 -9
- package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +249 -177
- package/types/components/fw-date-picker/index.d.ts +2 -2
- package/types/components/fw-date-picker/index.types.d.ts +21 -16
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +165 -165
- package/types/components/fw-drawer/index.d.ts +2 -2
- package/types/components/fw-drawer/index.types.d.ts +13 -13
- package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +154 -130
- package/types/components/fw-dropdown/index.d.ts +2 -2
- package/types/components/fw-dropdown/index.types.d.ts +16 -13
- package/types/components/fw-form/index.d.ts +2 -2
- package/types/components/fw-image/fw-image.vue.d.ts +103 -84
- package/types/components/fw-image/index.d.ts +2 -2
- package/types/components/fw-image/index.types.d.ts +9 -8
- package/types/components/fw-input/fw-input.vue.d.ts +214 -197
- package/types/components/fw-input/index.d.ts +2 -2
- package/types/components/fw-input/index.types.d.ts +18 -16
- package/types/components/fw-loading/fw-loading-bar.vue.d.ts +2 -2
- package/types/components/fw-loading/fw-loading-card.vue.d.ts +2 -2
- package/types/components/fw-loading/fw-loading-table.vue.d.ts +25 -25
- package/types/components/fw-loading/index.d.ts +4 -4
- package/types/components/fw-modal/fw-modal.vue.d.ts +229 -175
- package/types/components/fw-modal/index.d.ts +2 -2
- package/types/components/fw-modal/index.types.d.ts +18 -14
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +57 -57
- package/types/components/fw-navigation-menu/index.d.ts +2 -2
- package/types/components/fw-navigation-menu/index.types.d.ts +7 -7
- package/types/components/fw-popover/fw-popover.vue.d.ts +157 -157
- package/types/components/fw-popover/index.d.ts +2 -2
- package/types/components/fw-popover/index.types.d.ts +11 -11
- package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +52 -52
- package/types/components/fw-progress-bar/index.d.ts +2 -2
- package/types/components/fw-progress-bar/index.types.d.ts +5 -5
- package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +100 -100
- package/types/components/fw-provider-list/index.d.ts +2 -2
- package/types/components/fw-provider-list/index.types.d.ts +11 -11
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +88 -72
- package/types/components/fw-sidebar-menu/index.d.ts +2 -2
- package/types/components/fw-sidebar-menu/index.types.d.ts +9 -8
- package/types/components/fw-table/fw-table-head.vue.d.ts +2 -2
- package/types/components/fw-table/fw-table-row.vue.d.ts +2 -2
- package/types/components/fw-table/fw-table.vue.d.ts +71 -71
- package/types/components/fw-table/index.d.ts +4 -4
- package/types/components/fw-table/index.types.d.ts +16 -16
- package/types/components/fw-tabs/fw-tab.vue.d.ts +24 -32
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +24 -24
- package/types/components/fw-tabs/index.d.ts +3 -3
- package/types/components/fw-tabs/index.types.d.ts +8 -0
- package/types/components/fw-tag/fw-tag.vue.d.ts +80 -70
- package/types/components/fw-tag/index.d.ts +2 -2
- package/types/components/fw-tag/index.types.d.ts +18 -18
- package/types/components/fw-toast/fw-toast.vue.d.ts +121 -121
- package/types/components/fw-toast/index.d.ts +2 -2
- package/types/components/fw-toast/index.types.d.ts +13 -13
- package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +58 -58
- package/types/components/fw-transactions-card/index.d.ts +2 -2
- package/types/components/fw-transactions-card/index.types.d.ts +6 -6
- package/types/components/index.d.ts +24 -24
- package/types/components/index.types.d.ts +21 -20
- package/types/directives/index.d.ts +2 -2
- package/types/directives/lazy-loader.d.ts +3 -3
- package/types/helpers/get-root-colours.d.ts +17 -17
- package/types/icons/index.d.ts +43 -41
- package/types/index-types.esm.d.ts +6 -6
- package/types/index.browser-umd.d.ts +2 -1
- package/types/index.d.ts +3 -3
- package/types/index.esm.d.ts +5 -5
- package/types/services/index.d.ts +2 -2
- package/types/services/modal.d.ts +9 -9
- package/types/services/toast.d.ts +9 -9
- package/web-components/index.js +19670 -19720
- package/esm/add-to-unscopables-ee05b58f.js +0 -25
- package/esm/array-iteration-8267bf22.js +0 -92
- package/esm/array-method-has-species-support-6c675094.js +0 -23
- package/esm/array-method-is-strict-d313436f.js +0 -14
- package/esm/array-species-create-1c67e297.js +0 -97
- package/esm/classof-d44bf093.js +0 -42
- package/esm/create-property-eb329361.js +0 -14
- package/esm/defineProperty-b85f2e0f.js +0 -42
- package/esm/does-not-exceed-safe-integer-de37ce28.js +0 -11
- package/esm/es.array.concat-99b85557.js +0 -69
- package/esm/es.array.find-1ded15d5.js +0 -28
- package/esm/es.array.includes-08e25019.js +0 -27
- package/esm/es.array.map-c56ebffd.js +0 -22
- package/esm/es.date.to-string-15eb9936.js +0 -23
- package/esm/es.function.name-6cafd747.js +0 -29
- package/esm/es.number.constructor-fb16fe05.js +0 -204
- package/esm/es.object.to-string-4b07c4d1.js +0 -24
- package/esm/es.string.includes-061e8272.js +0 -66
- package/esm/es.string.iterator-25db8cd2.js +0 -469
- package/esm/export-10c4adbc.js +0 -95
- package/esm/function-apply-e17cf65b.js +0 -14
- package/esm/fw-dropdown-6856e66e.js +0 -224
- package/esm/fw-image-aca2c61d.js +0 -296
- package/esm/fw-loading-bar-f5ca605c.js +0 -22
- package/esm/index-6758f755.js +0 -15797
- package/esm/index-bced3b35.js +0 -560
- package/esm/is-forced-7cb3ee8f.js +0 -927
- package/esm/object-create-51bf02dc.js +0 -125
- package/esm/regexp-flags-c09864e5.js +0 -50
- package/esm/vee-validate.esm-a17a23c3.js +0 -3192
- package/esm/web.timers-e406c8e6.js +0 -72
- /package/esm/{get-root-colours-865a52ba.js → get-root-colours-DYEoJPEb.js} +0 -0
- /package/esm/{index-0c5cae4f.js → index-BVcOAKar.js} +0 -0
- /package/esm/{style-inject.es-1f59c1d0.js → style-inject.es-tgCJW-Cu.js} +0 -0
- /package/esm/{uniqueId-fe08534a.js → uniqueId-DK6xzFd8.js} +0 -0
package/esm/index.js
CHANGED
|
@@ -1,245 +1,83 @@
|
|
|
1
|
-
import { _ as
|
|
2
|
-
export { s as FwBarChart } from './index-6758f755.js';
|
|
3
|
-
import { s as script$c } from './fw-image-aca2c61d.js';
|
|
4
|
-
export { s as FwImage } from './fw-image-aca2c61d.js';
|
|
5
|
-
import './es.object.to-string-4b07c4d1.js';
|
|
6
|
-
import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-7cb3ee8f.js';
|
|
7
|
-
import { _ as _export } from './export-10c4adbc.js';
|
|
8
|
-
import { o as objectKeys$1 } from './object-create-51bf02dc.js';
|
|
1
|
+
import { _ as _objectSpread2, a as _slicedToArray } from './_rollupPluginBabelHelpers-DpC_oIQV.js';
|
|
9
2
|
import './fw-form.js';
|
|
10
3
|
import './fw-input.js';
|
|
11
|
-
import { FwCheckbox as script$
|
|
12
|
-
export { FwCheckbox } from './fw-checkbox.js';
|
|
4
|
+
import { FwCheckbox as script$3 } from './fw-checkbox.js';
|
|
13
5
|
import './fw-dropdown.js';
|
|
14
6
|
import './fw-card.js';
|
|
15
7
|
import './fw-button.js';
|
|
16
|
-
import { FwNavigationMenu as script$
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
import { FwModal as script$8 } from './fw-modal.js';
|
|
21
|
-
export { FwModal } from './fw-modal.js';
|
|
22
|
-
import { FwProgressBar as script$9 } from './fw-progress-bar.js';
|
|
23
|
-
export { FwProgressBar } from './fw-progress-bar.js';
|
|
8
|
+
import { FwNavigationMenu as script$d } from './fw-navigation-menu.js';
|
|
9
|
+
import { FwTab as script$h, FwTabs as script$k } from './fw-tabs.js';
|
|
10
|
+
import { FwModal as script$c } from './fw-modal.js';
|
|
11
|
+
import { FwProgressBar as script$e } from './fw-progress-bar.js';
|
|
24
12
|
import './fw-tag.js';
|
|
25
13
|
import './fw-table.js';
|
|
26
|
-
import { FwAccordion as __default__
|
|
27
|
-
export { FwAccordion } from './fw-accordion.js';
|
|
14
|
+
import { FwAccordion as __default__ } from './fw-accordion.js';
|
|
28
15
|
import './fw-image.js';
|
|
29
|
-
import { FwLoadingCard as script$
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
import {
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
import {
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
import {
|
|
42
|
-
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
import { s as script } from './fw-input-8969b226.js';
|
|
50
|
-
export { s as FwInput } from './fw-input-8969b226.js';
|
|
51
|
-
import { s as script$2 } from './fw-dropdown-6856e66e.js';
|
|
52
|
-
export { s as FwDropdown } from './fw-dropdown-6856e66e.js';
|
|
53
|
-
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
54
|
-
export { s as FwCard } from './fw-card-1b6a67fe.js';
|
|
55
|
-
import { s as script$4 } from './fw-button-c8502414.js';
|
|
56
|
-
export { s as FwButton } from './fw-button-c8502414.js';
|
|
57
|
-
import { _ as __default__ } from './fw-tag-ac28200a.js';
|
|
58
|
-
export { _ as FwTag } from './fw-tag-ac28200a.js';
|
|
59
|
-
import { _ as __default__$1, s as script$a, a as script$b } from './fw-table-row-23f78218.js';
|
|
60
|
-
export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-23f78218.js';
|
|
61
|
-
import { s as script$d } from './fw-loading-bar-f5ca605c.js';
|
|
62
|
-
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
63
|
-
import { s as script$m } from './fw-loading-spinner-72d70258.js';
|
|
64
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-72d70258.js';
|
|
65
|
-
import { _ as _defineProperty } from './defineProperty-b85f2e0f.js';
|
|
16
|
+
import { FwLoadingCard as script$9, FwLoadingTable as script$b } from './fw-loading.js';
|
|
17
|
+
import { FwToast as script$l } from './fw-toast.js';
|
|
18
|
+
import { FwTransactionsCard as script$m } from './fw-transactions-card.js';
|
|
19
|
+
import { FwBarChart as script } from './fw-bar-chart.js';
|
|
20
|
+
import { FwSidebarMenu as script$g } from './fw-sidebar-menu.js';
|
|
21
|
+
import { FwDrawer as script$4 } from './fw-drawer.js';
|
|
22
|
+
import { FwProviderList as script$f } from './fw-provider-list.js';
|
|
23
|
+
import { FwDatePicker as __default__$1 } from './fw-date-picker.js';
|
|
24
|
+
import { FwPopover as __default__$3 } from './fw-popover.js';
|
|
25
|
+
import { FwEmailPulse as __default__$2, FwSuccessPulse as __default__$4 } from './fw-animations.js';
|
|
26
|
+
import { F as Form } from './vee-validate.esm-3ptvCDR1.js';
|
|
27
|
+
import { s as script$7 } from './fw-input-Qiy53nRk.js';
|
|
28
|
+
import { s as script$5 } from './fw-dropdown-nLtzu2fS.js';
|
|
29
|
+
import { s as script$2 } from './fw-card-bsYbpPmW.js';
|
|
30
|
+
import { s as script$1 } from './fw-button-4QLZlu0U.js';
|
|
31
|
+
import { _ as __default__$6 } from './fw-tag-CPp1P480.js';
|
|
32
|
+
import { _ as __default__$5, s as script$i, a as script$j } from './fw-table-row-DkZaaMmE.js';
|
|
33
|
+
import { s as script$6 } from './fw-image-DOgM8i8X.js';
|
|
34
|
+
import { s as script$8 } from './fw-loading-bar-DThRjdw1.js';
|
|
35
|
+
import { s as script$a } from './fw-loading-spinner-Dn52RI5h.js';
|
|
66
36
|
import { reactive, createApp, h } from 'vue';
|
|
67
|
-
import './
|
|
68
|
-
import './
|
|
69
|
-
import './
|
|
70
|
-
import './
|
|
71
|
-
import './
|
|
72
|
-
import './
|
|
73
|
-
import './array-species-create-1c67e297.js';
|
|
74
|
-
import './create-property-eb329361.js';
|
|
75
|
-
import './es.array.map-c56ebffd.js';
|
|
76
|
-
import './array-method-has-species-support-6c675094.js';
|
|
77
|
-
import './es.function.name-6cafd747.js';
|
|
78
|
-
import './does-not-exceed-safe-integer-de37ce28.js';
|
|
79
|
-
import './get-root-colours-865a52ba.js';
|
|
80
|
-
import './uniqueId-fe08534a.js';
|
|
81
|
-
import './es.array.includes-08e25019.js';
|
|
82
|
-
import './add-to-unscopables-ee05b58f.js';
|
|
83
|
-
import './array-method-is-strict-d313436f.js';
|
|
84
|
-
import './es.array.find-1ded15d5.js';
|
|
85
|
-
import './web.timers-e406c8e6.js';
|
|
86
|
-
import './index-bced3b35.js';
|
|
87
|
-
import './check-94a5917a.js';
|
|
88
|
-
import './style-inject.es-1f59c1d0.js';
|
|
89
|
-
import './es.array.concat-99b85557.js';
|
|
90
|
-
import './es.string.includes-061e8272.js';
|
|
91
|
-
import './es.date.to-string-15eb9936.js';
|
|
92
|
-
import './index-0c5cae4f.js';
|
|
93
|
-
|
|
94
|
-
function _arrayWithHoles(arr) {
|
|
95
|
-
if (Array.isArray(arr)) return arr;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
function _iterableToArrayLimit(r, l) {
|
|
99
|
-
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
100
|
-
if (null != t) {
|
|
101
|
-
var e,
|
|
102
|
-
n,
|
|
103
|
-
i,
|
|
104
|
-
u,
|
|
105
|
-
a = [],
|
|
106
|
-
f = !0,
|
|
107
|
-
o = !1;
|
|
108
|
-
try {
|
|
109
|
-
if (i = (t = t.call(r)).next, 0 === l) {
|
|
110
|
-
if (Object(t) !== t) return;
|
|
111
|
-
f = !1;
|
|
112
|
-
} else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
|
|
113
|
-
} catch (r) {
|
|
114
|
-
o = !0, n = r;
|
|
115
|
-
} finally {
|
|
116
|
-
try {
|
|
117
|
-
if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
|
|
118
|
-
} finally {
|
|
119
|
-
if (o) throw n;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
return a;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
function _nonIterableRest() {
|
|
127
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
function _slicedToArray(arr, i) {
|
|
131
|
-
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
var es_object_entries = {};
|
|
135
|
-
|
|
136
|
-
var DESCRIPTORS = descriptors;
|
|
137
|
-
var uncurryThis = functionUncurryThis;
|
|
138
|
-
var objectKeys = objectKeys$1;
|
|
139
|
-
var toIndexedObject = toIndexedObject$1;
|
|
140
|
-
var $propertyIsEnumerable = objectPropertyIsEnumerable.f;
|
|
141
|
-
|
|
142
|
-
var propertyIsEnumerable = uncurryThis($propertyIsEnumerable);
|
|
143
|
-
var push = uncurryThis([].push);
|
|
144
|
-
|
|
145
|
-
// `Object.{ entries, values }` methods implementation
|
|
146
|
-
var createMethod = function (TO_ENTRIES) {
|
|
147
|
-
return function (it) {
|
|
148
|
-
var O = toIndexedObject(it);
|
|
149
|
-
var keys = objectKeys(O);
|
|
150
|
-
var length = keys.length;
|
|
151
|
-
var i = 0;
|
|
152
|
-
var result = [];
|
|
153
|
-
var key;
|
|
154
|
-
while (length > i) {
|
|
155
|
-
key = keys[i++];
|
|
156
|
-
if (!DESCRIPTORS || propertyIsEnumerable(O, key)) {
|
|
157
|
-
push(result, TO_ENTRIES ? [key, O[key]] : O[key]);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
return result;
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
var objectToArray = {
|
|
165
|
-
// `Object.entries` method
|
|
166
|
-
// https://tc39.es/ecma262/#sec-object.entries
|
|
167
|
-
entries: createMethod(true),
|
|
168
|
-
// `Object.values` method
|
|
169
|
-
// https://tc39.es/ecma262/#sec-object.values
|
|
170
|
-
values: createMethod(false)
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
var $ = _export;
|
|
174
|
-
var $entries = objectToArray.entries;
|
|
175
|
-
|
|
176
|
-
// `Object.entries` method
|
|
177
|
-
// https://tc39.es/ecma262/#sec-object.entries
|
|
178
|
-
$({ target: 'Object', stat: true }, {
|
|
179
|
-
entries: function entries(O) {
|
|
180
|
-
return $entries(O);
|
|
181
|
-
}
|
|
182
|
-
});
|
|
37
|
+
import './uniqueId-DK6xzFd8.js';
|
|
38
|
+
import './style-inject.es-tgCJW-Cu.js';
|
|
39
|
+
import './index-CUPvK0Aa.js';
|
|
40
|
+
import './check--YD4Ts6g.js';
|
|
41
|
+
import './get-root-colours-DYEoJPEb.js';
|
|
42
|
+
import './index-BVcOAKar.js';
|
|
183
43
|
|
|
184
44
|
// Form components
|
|
185
45
|
|
|
186
46
|
var components = /*#__PURE__*/Object.freeze({
|
|
187
47
|
__proto__: null,
|
|
48
|
+
FwAccordion: __default__,
|
|
49
|
+
FwBarChart: script,
|
|
50
|
+
FwButton: script$1,
|
|
51
|
+
FwCard: script$2,
|
|
52
|
+
FwCheckbox: script$3,
|
|
53
|
+
FwDatePicker: __default__$1,
|
|
54
|
+
FwDrawer: script$4,
|
|
55
|
+
FwDropdown: script$5,
|
|
56
|
+
FwEmailPulse: __default__$2,
|
|
188
57
|
FwForm: Form,
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
FwProgressBar: script$
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
FwToast: script$
|
|
209
|
-
FwTransactionsCard: script$
|
|
210
|
-
FwBarChart: script$i,
|
|
211
|
-
FwSidebarMenu: script$j,
|
|
212
|
-
FwDrawer: script$k,
|
|
213
|
-
FwProviderList: script$l,
|
|
214
|
-
FwDatePicker: __default__$3,
|
|
215
|
-
FwPopover: __default__$4,
|
|
216
|
-
FwEmailPulse: __default__$5,
|
|
217
|
-
FwSuccessPulse: __default__$6,
|
|
218
|
-
FwLoadingSpinner: script$m
|
|
58
|
+
FwImage: script$6,
|
|
59
|
+
FwInput: script$7,
|
|
60
|
+
FwLoadingBar: script$8,
|
|
61
|
+
FwLoadingCard: script$9,
|
|
62
|
+
FwLoadingSpinner: script$a,
|
|
63
|
+
FwLoadingTable: script$b,
|
|
64
|
+
FwModal: script$c,
|
|
65
|
+
FwNavigationMenu: script$d,
|
|
66
|
+
FwPopover: __default__$3,
|
|
67
|
+
FwProgressBar: script$e,
|
|
68
|
+
FwProviderList: script$f,
|
|
69
|
+
FwSidebarMenu: script$g,
|
|
70
|
+
FwSuccessPulse: __default__$4,
|
|
71
|
+
FwTab: script$h,
|
|
72
|
+
FwTable: __default__$5,
|
|
73
|
+
FwTableHead: script$i,
|
|
74
|
+
FwTableRow: script$j,
|
|
75
|
+
FwTabs: script$k,
|
|
76
|
+
FwTag: __default__$6,
|
|
77
|
+
FwToast: script$l,
|
|
78
|
+
FwTransactionsCard: script$m
|
|
219
79
|
});
|
|
220
80
|
|
|
221
|
-
function ownKeys(e, r) {
|
|
222
|
-
var t = Object.keys(e);
|
|
223
|
-
if (Object.getOwnPropertySymbols) {
|
|
224
|
-
var o = Object.getOwnPropertySymbols(e);
|
|
225
|
-
r && (o = o.filter(function (r) {
|
|
226
|
-
return Object.getOwnPropertyDescriptor(e, r).enumerable;
|
|
227
|
-
})), t.push.apply(t, o);
|
|
228
|
-
}
|
|
229
|
-
return t;
|
|
230
|
-
}
|
|
231
|
-
function _objectSpread2(e) {
|
|
232
|
-
for (var r = 1; r < arguments.length; r++) {
|
|
233
|
-
var t = null != arguments[r] ? arguments[r] : {};
|
|
234
|
-
r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
|
|
235
|
-
_defineProperty(e, r, t[r]);
|
|
236
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
|
|
237
|
-
Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
|
|
238
|
-
});
|
|
239
|
-
}
|
|
240
|
-
return e;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
81
|
var modalService = function modalService(options) {
|
|
244
82
|
var elementToMount = document.createElement('div');
|
|
245
83
|
var props = reactive(_objectSpread2(_objectSpread2({}, options), {}, {
|
|
@@ -247,7 +85,7 @@ var modalService = function modalService(options) {
|
|
|
247
85
|
}));
|
|
248
86
|
createApp({
|
|
249
87
|
render: function render() {
|
|
250
|
-
return h(script$
|
|
88
|
+
return h(script$c, props);
|
|
251
89
|
}
|
|
252
90
|
}).mount(elementToMount);
|
|
253
91
|
var open = function open() {
|
|
@@ -271,7 +109,7 @@ var toastService = function toastService() {
|
|
|
271
109
|
}));
|
|
272
110
|
createApp({
|
|
273
111
|
render: function render() {
|
|
274
|
-
return h(script$
|
|
112
|
+
return h(script$l, props);
|
|
275
113
|
}
|
|
276
114
|
}).mount(elementToMount);
|
|
277
115
|
};
|
|
@@ -300,4 +138,4 @@ var install = function install(app) {
|
|
|
300
138
|
});
|
|
301
139
|
};
|
|
302
140
|
|
|
303
|
-
export { install as default, modalService, toastService };
|
|
141
|
+
export { __default__ as FwAccordion, script as FwBarChart, script$1 as FwButton, script$2 as FwCard, script$3 as FwCheckbox, __default__$1 as FwDatePicker, script$4 as FwDrawer, script$5 as FwDropdown, __default__$2 as FwEmailPulse, Form as FwForm, script$6 as FwImage, script$7 as FwInput, script$8 as FwLoadingBar, script$9 as FwLoadingCard, script$a as FwLoadingSpinner, script$b as FwLoadingTable, script$c as FwModal, script$d as FwNavigationMenu, __default__$3 as FwPopover, script$e as FwProgressBar, script$f as FwProviderList, script$g as FwSidebarMenu, __default__$4 as FwSuccessPulse, script$h as FwTab, __default__$5 as FwTable, script$i as FwTableHead, script$j as FwTableRow, script$k as FwTabs, __default__$6 as FwTag, script$l as FwToast, script$m as FwTransactionsCard, install as default, modalService, toastService };
|