@frollo/frollo-web-ui 4.0.1 → 5.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 +1906 -1538
- package/esm/fw-accordion.js +61 -28
- package/esm/fw-animations.js +2 -2
- package/esm/fw-bar-chart.js +2 -1
- package/esm/{fw-button-7902ae9e.js → fw-button-8d131219.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-c829ed20.js → fw-image-4787a8bd.js} +65 -59
- package/esm/fw-image.js +4 -4
- package/esm/fw-input.js +32 -27
- package/esm/{fw-loading-spinner-7462e0b2.js → fw-loading-spinner-c394fafc.js} +1 -1
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-sidebar-menu.js +3 -3
- package/esm/fw-table.js +9 -9
- package/esm/fw-tag.js +93 -18
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +4 -4
- package/esm/get-root-colours-e2a1cb28.js +21 -0
- package/esm/{index-f0510452.js → index-2766bfe4.js} +12 -11
- package/esm/{index-dbe0534d.js → index-e4a2f8b0.js} +126 -98
- package/esm/index.js +40 -36
- package/frollo-web-ui.esm.js +2475 -2092
- package/icons/index.ts +5 -1
- package/icons/pen.svg +3 -0
- package/icons/xmark.svg +3 -0
- package/index.d.ts +406 -143
- 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 +14 -5
- package/types/components/fw-input/index.types.d.ts +1 -0
- 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 +1770 -1387
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-4787a8bd.js';
|
|
4
|
+
export { s as FwImage } from './fw-image-4787a8bd.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,33 +23,35 @@ 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-8d131219.js';
|
|
50
|
+
export { s as FwButton } from './fw-button-8d131219.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-c394fafc.js';
|
|
54
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-c394fafc.js';
|
|
53
55
|
import { reactive, createApp, h } from 'vue';
|
|
54
56
|
import './es.number.constructor-d6ff8874.js';
|
|
55
57
|
import './classof-39c30bd5.js';
|
|
@@ -63,12 +65,13 @@ import './delete-property-or-throw-8032646c.js';
|
|
|
63
65
|
import './array-method-has-species-support-3d413468.js';
|
|
64
66
|
import './es.function.name-557cb1f9.js';
|
|
65
67
|
import './does-not-exceed-safe-integer-31d08811.js';
|
|
68
|
+
import './get-root-colours-e2a1cb28.js';
|
|
66
69
|
import './uniqueId-fe08534a.js';
|
|
67
70
|
import './es.array.includes-91be7771.js';
|
|
68
71
|
import './add-to-unscopables-2400f45b.js';
|
|
69
|
-
import './web.timers-0f117224.js';
|
|
70
72
|
import './array-method-is-strict-055b1830.js';
|
|
71
|
-
import './
|
|
73
|
+
import './web.timers-0f117224.js';
|
|
74
|
+
import './index-e4a2f8b0.js';
|
|
72
75
|
import './check-94a5917a.js';
|
|
73
76
|
import './style-inject.es-1f59c1d0.js';
|
|
74
77
|
import './es.array.concat-987938be.js';
|
|
@@ -180,22 +183,23 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
180
183
|
FwTab: script$7,
|
|
181
184
|
FwModal: script$8,
|
|
182
185
|
FwProgressBar: script$9,
|
|
183
|
-
FwTag:
|
|
184
|
-
FwTable: __default__,
|
|
185
|
-
FwTableHead: script$
|
|
186
|
-
FwTableRow: script$
|
|
187
|
-
FwAccordion:
|
|
188
|
-
FwImage: script$
|
|
189
|
-
FwLoadingBar: script$
|
|
190
|
-
FwLoadingCard: script$
|
|
191
|
-
FwLoadingTable: script$
|
|
192
|
-
FwToast: script$
|
|
193
|
-
FwTransactionsCard: script$
|
|
194
|
-
FwBarChart: script$
|
|
195
|
-
FwSidebarMenu: script$
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
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
|
|
199
203
|
});
|
|
200
204
|
|
|
201
205
|
function _defineProperty(obj, key, value) {
|
|
@@ -270,7 +274,7 @@ var toastService = function toastService() {
|
|
|
270
274
|
}));
|
|
271
275
|
createApp({
|
|
272
276
|
render: function render() {
|
|
273
|
-
return h(script$
|
|
277
|
+
return h(script$g, props);
|
|
274
278
|
}
|
|
275
279
|
}).mount(elementToMount);
|
|
276
280
|
};
|