@frollo/frollo-web-ui 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +908 -497
- package/esm/{es.number.constructor-1249bd78.js → es.number.constructor-d6ff8874.js} +13 -4
- package/esm/{es.string.iterator-284b31d4.js → es.string.iterator-590198a8.js} +1 -2
- package/esm/fw-accordion.js +61 -28
- package/esm/fw-animations.js +3 -4
- package/esm/fw-bar-chart.js +4 -4
- package/esm/{fw-button-e8b1bd62.js → fw-button-beaf20f4.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-checkbox.js +25 -9
- package/esm/fw-drawer.js +225 -0
- package/esm/fw-dropdown.js +1 -1
- package/esm/{fw-image-3fa960e1.js → fw-image-161b667a.js} +66 -60
- package/esm/fw-image.js +6 -7
- package/esm/fw-input.js +27 -9
- package/esm/{fw-loading-spinner-304e2f95.js → fw-loading-spinner-51deaa3d.js} +1 -1
- package/esm/fw-loading.js +17 -17
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-progress-bar.js +1 -2
- package/esm/fw-sidebar-menu.js +13 -9
- package/esm/fw-table.js +63 -41
- package/esm/fw-tabs.js +1 -2
- package/esm/fw-tag.js +93 -18
- package/esm/fw-toast.js +2 -3
- package/esm/fw-transactions-card.js +6 -7
- package/esm/get-root-colours-e2a1cb28.js +21 -0
- package/esm/{index-1a41e7bf.js → index-2766bfe4.js} +14 -14
- package/esm/{index-c6458115.js → index-3624f1c9.js} +124 -96
- package/esm/index.js +42 -39
- package/frollo-web-ui.esm.js +971 -545
- package/icons/index.ts +5 -1
- package/icons/search.svg +3 -0
- package/icons/xmark.svg +3 -0
- package/index.d.ts +446 -139
- package/package.json +1 -1
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +22 -4
- package/types/components/fw-accordion/index.types.d.ts +1 -0
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +35 -3
- package/types/components/fw-checkbox/index.types.d.ts +2 -0
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +165 -0
- package/types/components/fw-drawer/index.d.ts +2 -0
- package/types/components/fw-drawer/index.types.d.ts +14 -0
- package/types/components/fw-input/fw-input.vue.d.ts +36 -2
- package/types/components/fw-input/index.types.d.ts +2 -0
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +4 -3
- package/types/components/fw-sidebar-menu/index.types.d.ts +2 -1
- package/types/components/fw-table/fw-table.vue.d.ts +14 -0
- package/types/components/fw-table/index.types.d.ts +3 -1
- package/types/components/fw-tag/fw-tag.vue.d.ts +30 -8
- package/types/components/fw-tag/index.types.d.ts +4 -2
- package/types/components/index.d.ts +1 -0
- package/types/components/index.types.d.ts +1 -0
- package/types/helpers/get-root-colours.d.ts +9 -0
- package/types/icons/index.d.ts +3 -1
- package/web-components/index.js +973 -547
- package/esm/to-string-12728fd2.js +0 -13
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _unsupportedIterableToArray, s as script$
|
|
2
|
-
export { s as FwBarChart } from './index-
|
|
3
|
-
import { s as script$
|
|
4
|
-
export { s as FwImage } from './fw-image-
|
|
1
|
+
import { _ as _unsupportedIterableToArray, s as script$i } from './index-2766bfe4.js';
|
|
2
|
+
export { s as FwBarChart } from './index-2766bfe4.js';
|
|
3
|
+
import { s as script$c } from './fw-image-161b667a.js';
|
|
4
|
+
export { s as FwImage } from './fw-image-161b667a.js';
|
|
5
5
|
import './es.array.find-dfa1f42f.js';
|
|
6
6
|
import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-752b5893.js';
|
|
7
7
|
import { _ as _export } from './export-a37ba078.js';
|
|
@@ -23,40 +23,41 @@ import { FwModal as script$8 } from './fw-modal.js';
|
|
|
23
23
|
export { FwModal } from './fw-modal.js';
|
|
24
24
|
import { FwProgressBar as script$9 } from './fw-progress-bar.js';
|
|
25
25
|
export { FwProgressBar } from './fw-progress-bar.js';
|
|
26
|
-
import { FwTag as
|
|
26
|
+
import { FwTag as __default__ } from './fw-tag.js';
|
|
27
27
|
export { FwTag } from './fw-tag.js';
|
|
28
|
-
import { FwTable as __default__, FwTableHead as script$
|
|
28
|
+
import { FwTable as __default__$1, FwTableHead as script$a, FwTableRow as script$b } from './fw-table.js';
|
|
29
29
|
export { FwTable, FwTableHead, FwTableRow } from './fw-table.js';
|
|
30
|
-
import { FwAccordion as
|
|
30
|
+
import { FwAccordion as __default__$2 } from './fw-accordion.js';
|
|
31
31
|
export { FwAccordion } from './fw-accordion.js';
|
|
32
32
|
import './fw-image.js';
|
|
33
|
-
import { FwLoadingCard as script$
|
|
33
|
+
import { FwLoadingCard as script$e, FwLoadingTable as script$f } from './fw-loading.js';
|
|
34
34
|
export { FwLoadingCard, FwLoadingTable } from './fw-loading.js';
|
|
35
|
-
import { FwToast as script$
|
|
35
|
+
import { FwToast as script$g } from './fw-toast.js';
|
|
36
36
|
export { FwToast } from './fw-toast.js';
|
|
37
|
-
import { FwTransactionsCard as script$
|
|
37
|
+
import { FwTransactionsCard as script$h } from './fw-transactions-card.js';
|
|
38
38
|
export { FwTransactionsCard } from './fw-transactions-card.js';
|
|
39
|
-
import { FwSidebarMenu as script$
|
|
39
|
+
import { FwSidebarMenu as script$j } from './fw-sidebar-menu.js';
|
|
40
40
|
export { FwSidebarMenu } from './fw-sidebar-menu.js';
|
|
41
|
-
import {
|
|
41
|
+
import { FwDrawer as script$k } from './fw-drawer.js';
|
|
42
|
+
export { FwDrawer } from './fw-drawer.js';
|
|
43
|
+
import { FwEmailPulse as __default__$3, FwSuccessPulse as __default__$4 } from './fw-animations.js';
|
|
42
44
|
export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
|
|
43
45
|
import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
44
46
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
45
47
|
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
46
48
|
export { s as FwCard } from './fw-card-1b6a67fe.js';
|
|
47
|
-
import { s as script$4 } from './fw-button-
|
|
48
|
-
export { s as FwButton } from './fw-button-
|
|
49
|
-
import { s as script$
|
|
49
|
+
import { s as script$4 } from './fw-button-beaf20f4.js';
|
|
50
|
+
export { s as FwButton } from './fw-button-beaf20f4.js';
|
|
51
|
+
import { s as script$d } from './fw-loading-bar-f5ca605c.js';
|
|
50
52
|
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
51
|
-
import { s as script$
|
|
52
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-
|
|
53
|
+
import { s as script$l } from './fw-loading-spinner-51deaa3d.js';
|
|
54
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-51deaa3d.js';
|
|
53
55
|
import { reactive, createApp, h } from 'vue';
|
|
54
|
-
import './es.number.constructor-
|
|
55
|
-
import './to-string-12728fd2.js';
|
|
56
|
+
import './es.number.constructor-d6ff8874.js';
|
|
56
57
|
import './classof-39c30bd5.js';
|
|
57
58
|
import './object-create-f6f3a673.js';
|
|
58
59
|
import './function-apply-ce251590.js';
|
|
59
|
-
import './es.string.iterator-
|
|
60
|
+
import './es.string.iterator-590198a8.js';
|
|
60
61
|
import './array-iteration-107f927f.js';
|
|
61
62
|
import './array-species-create-a5f5503b.js';
|
|
62
63
|
import './create-property-534611fd.js';
|
|
@@ -64,12 +65,13 @@ import './delete-property-or-throw-8032646c.js';
|
|
|
64
65
|
import './array-method-has-species-support-3d413468.js';
|
|
65
66
|
import './es.function.name-557cb1f9.js';
|
|
66
67
|
import './does-not-exceed-safe-integer-31d08811.js';
|
|
68
|
+
import './get-root-colours-e2a1cb28.js';
|
|
67
69
|
import './uniqueId-fe08534a.js';
|
|
68
70
|
import './es.array.includes-91be7771.js';
|
|
69
71
|
import './add-to-unscopables-2400f45b.js';
|
|
70
|
-
import './web.timers-0f117224.js';
|
|
71
72
|
import './array-method-is-strict-055b1830.js';
|
|
72
|
-
import './
|
|
73
|
+
import './web.timers-0f117224.js';
|
|
74
|
+
import './index-3624f1c9.js';
|
|
73
75
|
import './check-94a5917a.js';
|
|
74
76
|
import './style-inject.es-1f59c1d0.js';
|
|
75
77
|
import './es.array.concat-987938be.js';
|
|
@@ -181,22 +183,23 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
181
183
|
FwTab: script$7,
|
|
182
184
|
FwModal: script$8,
|
|
183
185
|
FwProgressBar: script$9,
|
|
184
|
-
FwTag:
|
|
185
|
-
FwTable: __default__,
|
|
186
|
-
FwTableHead: script$
|
|
187
|
-
FwTableRow: script$
|
|
188
|
-
FwAccordion:
|
|
189
|
-
FwImage: script$
|
|
190
|
-
FwLoadingBar: script$
|
|
191
|
-
FwLoadingCard: script$
|
|
192
|
-
FwLoadingTable: script$
|
|
193
|
-
FwToast: script$
|
|
194
|
-
FwTransactionsCard: script$
|
|
195
|
-
FwBarChart: script$
|
|
196
|
-
FwSidebarMenu: script$
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
186
|
+
FwTag: __default__,
|
|
187
|
+
FwTable: __default__$1,
|
|
188
|
+
FwTableHead: script$a,
|
|
189
|
+
FwTableRow: script$b,
|
|
190
|
+
FwAccordion: __default__$2,
|
|
191
|
+
FwImage: script$c,
|
|
192
|
+
FwLoadingBar: script$d,
|
|
193
|
+
FwLoadingCard: script$e,
|
|
194
|
+
FwLoadingTable: script$f,
|
|
195
|
+
FwToast: script$g,
|
|
196
|
+
FwTransactionsCard: script$h,
|
|
197
|
+
FwBarChart: script$i,
|
|
198
|
+
FwSidebarMenu: script$j,
|
|
199
|
+
FwDrawer: script$k,
|
|
200
|
+
FwEmailPulse: __default__$3,
|
|
201
|
+
FwSuccessPulse: __default__$4,
|
|
202
|
+
FwLoadingSpinner: script$l
|
|
200
203
|
});
|
|
201
204
|
|
|
202
205
|
function _defineProperty(obj, key, value) {
|
|
@@ -271,7 +274,7 @@ var toastService = function toastService() {
|
|
|
271
274
|
}));
|
|
272
275
|
createApp({
|
|
273
276
|
render: function render() {
|
|
274
|
-
return h(script$
|
|
277
|
+
return h(script$g, props);
|
|
275
278
|
}
|
|
276
279
|
}).mount(elementToMount);
|
|
277
280
|
};
|