@frollo/frollo-web-ui 3.0.2 → 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 +277 -210
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-0401f207.js → fw-button-e8b1bd62.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-dropdown.js +1 -1
- package/esm/{fw-image-03f85465.js → fw-image-3fa960e1.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/{fw-loading-spinner-164d8df0.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 +3 -3
- 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-692e4d19.js → index-c6458115.js} +120 -92
- package/esm/index.js +32 -32
- package/frollo-web-ui.esm.js +314 -241
- package/icons/arrow-down.svg +3 -0
- package/icons/arrow-sort.svg +3 -0
- package/icons/index.ts +5 -1
- package/index.d.ts +30 -16
- package/package.json +1 -1
- 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/icons/index.d.ts +3 -1
- package/web-components/index.js +317 -244
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,31 +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 { FwSidebarMenu as script$
|
|
39
|
+
import { FwSidebarMenu as script$l } from './fw-sidebar-menu.js';
|
|
40
40
|
export { FwSidebarMenu } from './fw-sidebar-menu.js';
|
|
41
|
-
import { FwEmailPulse as __default__, FwSuccessPulse as __default__$
|
|
41
|
+
import { FwEmailPulse as __default__$1, FwSuccessPulse as __default__$2 } from './fw-animations.js';
|
|
42
42
|
export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
|
|
43
43
|
import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
44
44
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
45
45
|
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
46
46
|
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$
|
|
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';
|
|
50
50
|
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
51
|
-
import { s as script$
|
|
52
|
-
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';
|
|
53
53
|
import { reactive, createApp, h } from 'vue';
|
|
54
54
|
import './es.number.constructor-1249bd78.js';
|
|
55
55
|
import './to-string-12728fd2.js';
|
|
@@ -69,7 +69,7 @@ import './es.array.includes-91be7771.js';
|
|
|
69
69
|
import './add-to-unscopables-2400f45b.js';
|
|
70
70
|
import './web.timers-0f117224.js';
|
|
71
71
|
import './array-method-is-strict-055b1830.js';
|
|
72
|
-
import './index-
|
|
72
|
+
import './index-c6458115.js';
|
|
73
73
|
import './check-94a5917a.js';
|
|
74
74
|
import './style-inject.es-1f59c1d0.js';
|
|
75
75
|
import './es.array.concat-987938be.js';
|
|
@@ -182,21 +182,21 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
182
182
|
FwModal: script$8,
|
|
183
183
|
FwProgressBar: script$9,
|
|
184
184
|
FwTag: script$a,
|
|
185
|
-
FwTable:
|
|
186
|
-
FwTableHead: script$
|
|
187
|
-
FwTableRow: script$
|
|
188
|
-
FwAccordion: script$
|
|
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
|
-
FwEmailPulse: __default__,
|
|
198
|
-
FwSuccessPulse: __default__$
|
|
199
|
-
FwLoadingSpinner: script$
|
|
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,
|
|
199
|
+
FwLoadingSpinner: script$m
|
|
200
200
|
});
|
|
201
201
|
|
|
202
202
|
function _defineProperty(obj, key, value) {
|
|
@@ -271,7 +271,7 @@ var toastService = function toastService() {
|
|
|
271
271
|
}));
|
|
272
272
|
createApp({
|
|
273
273
|
render: function render() {
|
|
274
|
-
return h(script$
|
|
274
|
+
return h(script$i, props);
|
|
275
275
|
}
|
|
276
276
|
}).mount(elementToMount);
|
|
277
277
|
};
|