@frollo/frollo-web-ui 3.0.1 → 4.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 +531 -328
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-1486e2d9.js → fw-button-e8b1bd62.js} +9 -6
- package/esm/fw-button.js +3 -3
- package/esm/fw-dropdown.js +1 -1
- package/esm/{fw-image-4727ac61.js → fw-image-3fa960e1.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/{fw-loading-spinner-df1627c0.js → fw-loading-spinner-304e2f95.js} +1 -1
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-sidebar-menu.js +131 -0
- package/esm/fw-table.js +91 -46
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +2 -2
- package/esm/{index-4605e00e.js → index-c6458115.js} +153 -97
- package/esm/index.js +32 -29
- package/frollo-web-ui.esm.js +580 -358
- package/icons/arrow-down.svg +3 -0
- package/icons/arrow-sort.svg +3 -0
- package/icons/chevron-left.svg +3 -0
- package/icons/chevron-right.svg +3 -0
- package/icons/index.ts +9 -1
- package/index.d.ts +108 -18
- package/package.json +1 -1
- 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-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/fw-table/fw-table.vue.d.ts +18 -5
- package/types/components/fw-table/index.types.d.ts +1 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +5 -1
- package/web-components/index.js +583 -361
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _unsupportedIterableToArray, s as script$
|
|
1
|
+
import { _ as _unsupportedIterableToArray, s as script$k } from './index-1a41e7bf.js';
|
|
2
2
|
export { s as FwBarChart } from './index-1a41e7bf.js';
|
|
3
|
-
import { s as script$
|
|
4
|
-
export { s as FwImage } from './fw-image-
|
|
3
|
+
import { s as script$e } from './fw-image-3fa960e1.js';
|
|
4
|
+
export { s as FwImage } from './fw-image-3fa960e1.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';
|
|
@@ -25,29 +25,31 @@ import { FwProgressBar as script$9 } from './fw-progress-bar.js';
|
|
|
25
25
|
export { FwProgressBar } from './fw-progress-bar.js';
|
|
26
26
|
import { FwTag as script$a } from './fw-tag.js';
|
|
27
27
|
export { FwTag } from './fw-tag.js';
|
|
28
|
-
import { FwTable as
|
|
28
|
+
import { FwTable as __default__, FwTableHead as script$b, FwTableRow as script$c } from './fw-table.js';
|
|
29
29
|
export { FwTable, FwTableHead, FwTableRow } from './fw-table.js';
|
|
30
|
-
import { FwAccordion as script$
|
|
30
|
+
import { FwAccordion as script$d } 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$g, FwLoadingTable as script$h } from './fw-loading.js';
|
|
34
34
|
export { FwLoadingCard, FwLoadingTable } from './fw-loading.js';
|
|
35
|
-
import { FwToast as script$
|
|
35
|
+
import { FwToast as script$i } from './fw-toast.js';
|
|
36
36
|
export { FwToast } from './fw-toast.js';
|
|
37
|
-
import { FwTransactionsCard as script$
|
|
37
|
+
import { FwTransactionsCard as script$j } from './fw-transactions-card.js';
|
|
38
38
|
export { FwTransactionsCard } from './fw-transactions-card.js';
|
|
39
|
-
import {
|
|
39
|
+
import { FwSidebarMenu as script$l } from './fw-sidebar-menu.js';
|
|
40
|
+
export { FwSidebarMenu } from './fw-sidebar-menu.js';
|
|
41
|
+
import { FwEmailPulse as __default__$1, FwSuccessPulse as __default__$2 } from './fw-animations.js';
|
|
40
42
|
export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
|
|
41
43
|
import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
42
44
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
43
45
|
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
44
46
|
export { s as FwCard } from './fw-card-1b6a67fe.js';
|
|
45
|
-
import { s as script$4 } from './fw-button-
|
|
46
|
-
export { s as FwButton } from './fw-button-
|
|
47
|
-
import { s as script$
|
|
47
|
+
import { s as script$4 } from './fw-button-e8b1bd62.js';
|
|
48
|
+
export { s as FwButton } from './fw-button-e8b1bd62.js';
|
|
49
|
+
import { s as script$f } from './fw-loading-bar-f5ca605c.js';
|
|
48
50
|
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
49
|
-
import { s as script$m } from './fw-loading-spinner-
|
|
50
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-
|
|
51
|
+
import { s as script$m } from './fw-loading-spinner-304e2f95.js';
|
|
52
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-304e2f95.js';
|
|
51
53
|
import { reactive, createApp, h } from 'vue';
|
|
52
54
|
import './es.number.constructor-1249bd78.js';
|
|
53
55
|
import './to-string-12728fd2.js';
|
|
@@ -67,7 +69,7 @@ import './es.array.includes-91be7771.js';
|
|
|
67
69
|
import './add-to-unscopables-2400f45b.js';
|
|
68
70
|
import './web.timers-0f117224.js';
|
|
69
71
|
import './array-method-is-strict-055b1830.js';
|
|
70
|
-
import './index-
|
|
72
|
+
import './index-c6458115.js';
|
|
71
73
|
import './check-94a5917a.js';
|
|
72
74
|
import './style-inject.es-1f59c1d0.js';
|
|
73
75
|
import './es.array.concat-987938be.js';
|
|
@@ -180,19 +182,20 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
180
182
|
FwModal: script$8,
|
|
181
183
|
FwProgressBar: script$9,
|
|
182
184
|
FwTag: script$a,
|
|
183
|
-
FwTable:
|
|
184
|
-
FwTableHead: script$
|
|
185
|
-
FwTableRow: script$
|
|
186
|
-
FwAccordion: script$
|
|
187
|
-
FwImage: script$
|
|
188
|
-
FwLoadingBar: script$
|
|
189
|
-
FwLoadingCard: script$
|
|
190
|
-
FwLoadingTable: script$
|
|
191
|
-
FwToast: script$
|
|
192
|
-
FwTransactionsCard: script$
|
|
193
|
-
FwBarChart: script$
|
|
194
|
-
|
|
195
|
-
|
|
185
|
+
FwTable: __default__,
|
|
186
|
+
FwTableHead: script$b,
|
|
187
|
+
FwTableRow: script$c,
|
|
188
|
+
FwAccordion: script$d,
|
|
189
|
+
FwImage: script$e,
|
|
190
|
+
FwLoadingBar: script$f,
|
|
191
|
+
FwLoadingCard: script$g,
|
|
192
|
+
FwLoadingTable: script$h,
|
|
193
|
+
FwToast: script$i,
|
|
194
|
+
FwTransactionsCard: script$j,
|
|
195
|
+
FwBarChart: script$k,
|
|
196
|
+
FwSidebarMenu: script$l,
|
|
197
|
+
FwEmailPulse: __default__$1,
|
|
198
|
+
FwSuccessPulse: __default__$2,
|
|
196
199
|
FwLoadingSpinner: script$m
|
|
197
200
|
});
|
|
198
201
|
|
|
@@ -268,7 +271,7 @@ var toastService = function toastService() {
|
|
|
268
271
|
}));
|
|
269
272
|
createApp({
|
|
270
273
|
render: function render() {
|
|
271
|
-
return h(script$
|
|
274
|
+
return h(script$i, props);
|
|
272
275
|
}
|
|
273
276
|
}).mount(elementToMount);
|
|
274
277
|
};
|