@frollo/frollo-web-ui 5.0.4 → 6.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 +943 -326
- package/esm/defineProperty-b85f2e0f.js +42 -0
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-99dba2bc.js → fw-button-b00853dd.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-date-picker.js +46 -1840
- package/esm/fw-drawer.js +3 -3
- package/esm/{fw-dropdown-b476e015.js → fw-dropdown-1c89f793.js} +1 -1
- package/esm/fw-dropdown.js +2 -2
- package/esm/{fw-image-ae643123.js → fw-image-af8c5745.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/{fw-input-fdc8fe1b.js → fw-input-46dd3134.js} +1 -1
- package/esm/fw-input.js +2 -2
- package/esm/{fw-loading-spinner-cc1ca2fa.js → fw-loading-spinner-72d70258.js} +1 -1
- package/esm/fw-modal.js +4 -4
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-popover.js +630 -0
- package/esm/fw-provider-list.js +381 -22
- package/esm/fw-sidebar-menu.js +3 -3
- package/esm/{fw-table-row-e8520a1d.js → fw-table-row-1050a386.js} +1 -1
- package/esm/fw-table.js +2 -2
- package/esm/{fw-tag-a8a83c0a.js → fw-tag-fdcaf92c.js} +2 -2
- package/esm/fw-tag.js +4 -4
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +2 -2
- package/esm/index-0c5cae4f.js +1800 -0
- package/esm/{index-0a63f2c3.js → index-bced3b35.js} +123 -109
- package/esm/index.js +25 -20
- package/frollo-web-ui.esm.js +981 -347
- package/icons/ellipsis.svg +3 -0
- package/icons/index.ts +3 -1
- package/index.d.ts +173 -5
- package/package.json +1 -1
- package/types/components/fw-popover/fw-popover.vue.d.ts +157 -0
- package/types/components/fw-popover/index.d.ts +2 -0
- package/types/components/fw-popover/index.types.d.ts +11 -0
- package/types/components/index.d.ts +1 -0
- package/types/components/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +2 -1
- package/web-components/index.js +985 -351
- package/esm/index-6423a6ab.js +0 -422
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _unsupportedIterableToArray, s as script$i } from './index-be5b4afa.js';
|
|
2
2
|
export { s as FwBarChart } from './index-be5b4afa.js';
|
|
3
|
-
import { s as script$c } from './fw-image-
|
|
4
|
-
export { s as FwImage } from './fw-image-
|
|
3
|
+
import { s as script$c } from './fw-image-af8c5745.js';
|
|
4
|
+
export { s as FwImage } from './fw-image-af8c5745.js';
|
|
5
5
|
import './es.array.find-67b3b514.js';
|
|
6
6
|
import { d as descriptors, f as functionUncurryThis, t as toIndexedObject$1, o as objectPropertyIsEnumerable } from './is-forced-fc680e39.js';
|
|
7
7
|
import { _ as _export } from './export-8a363004.js';
|
|
@@ -36,30 +36,33 @@ import { FwSidebarMenu as script$j } from './fw-sidebar-menu.js';
|
|
|
36
36
|
export { FwSidebarMenu } from './fw-sidebar-menu.js';
|
|
37
37
|
import { FwDrawer as script$k } from './fw-drawer.js';
|
|
38
38
|
export { FwDrawer } from './fw-drawer.js';
|
|
39
|
-
import {
|
|
40
|
-
export {
|
|
39
|
+
import { FwProviderList as script$l } from './fw-provider-list.js';
|
|
40
|
+
export { FwProviderList } from './fw-provider-list.js';
|
|
41
41
|
import { FwDatePicker as __default__$3 } from './fw-date-picker.js';
|
|
42
42
|
export { FwDatePicker } from './fw-date-picker.js';
|
|
43
|
-
import {
|
|
43
|
+
import { FwPopover as __default__$4 } from './fw-popover.js';
|
|
44
|
+
export { FwPopover } from './fw-popover.js';
|
|
45
|
+
import { FwEmailPulse as __default__$5, FwSuccessPulse as __default__$6 } from './fw-animations.js';
|
|
44
46
|
export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
|
|
45
47
|
import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
46
48
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
47
|
-
import { s as script } from './fw-input-
|
|
48
|
-
export { s as FwInput } from './fw-input-
|
|
49
|
-
import { s as script$2 } from './fw-dropdown-
|
|
50
|
-
export { s as FwDropdown } from './fw-dropdown-
|
|
49
|
+
import { s as script } from './fw-input-46dd3134.js';
|
|
50
|
+
export { s as FwInput } from './fw-input-46dd3134.js';
|
|
51
|
+
import { s as script$2 } from './fw-dropdown-1c89f793.js';
|
|
52
|
+
export { s as FwDropdown } from './fw-dropdown-1c89f793.js';
|
|
51
53
|
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
52
54
|
export { s as FwCard } from './fw-card-1b6a67fe.js';
|
|
53
|
-
import { s as script$4 } from './fw-button-
|
|
54
|
-
export { s as FwButton } from './fw-button-
|
|
55
|
-
import { _ as __default__ } from './fw-tag-
|
|
56
|
-
export { _ as FwTag } from './fw-tag-
|
|
57
|
-
import { _ as __default__$1, s as script$a, a as script$b } from './fw-table-row-
|
|
58
|
-
export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-
|
|
55
|
+
import { s as script$4 } from './fw-button-b00853dd.js';
|
|
56
|
+
export { s as FwButton } from './fw-button-b00853dd.js';
|
|
57
|
+
import { _ as __default__ } from './fw-tag-fdcaf92c.js';
|
|
58
|
+
export { _ as FwTag } from './fw-tag-fdcaf92c.js';
|
|
59
|
+
import { _ as __default__$1, s as script$a, a as script$b } from './fw-table-row-1050a386.js';
|
|
60
|
+
export { _ as FwTable, s as FwTableHead, a as FwTableRow } from './fw-table-row-1050a386.js';
|
|
59
61
|
import { s as script$d } from './fw-loading-bar-f5ca605c.js';
|
|
60
62
|
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
61
|
-
import { s as script$m } from './fw-loading-spinner-
|
|
62
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-
|
|
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';
|
|
63
66
|
import { reactive, createApp, h } from 'vue';
|
|
64
67
|
import './es.number.constructor-98bae04f.js';
|
|
65
68
|
import './classof-ee4b3b5b.js';
|
|
@@ -80,12 +83,13 @@ import './es.array.includes-a06445a5.js';
|
|
|
80
83
|
import './add-to-unscopables-31609885.js';
|
|
81
84
|
import './array-method-is-strict-fc2e0d8d.js';
|
|
82
85
|
import './web.timers-c5316125.js';
|
|
83
|
-
import './index-
|
|
86
|
+
import './index-bced3b35.js';
|
|
84
87
|
import './check-94a5917a.js';
|
|
85
88
|
import './style-inject.es-1f59c1d0.js';
|
|
86
89
|
import './es.array.concat-fe990345.js';
|
|
87
90
|
import './es.string.includes-ade04f96.js';
|
|
88
91
|
import './es.date.to-string-1ffba857.js';
|
|
92
|
+
import './index-0c5cae4f.js';
|
|
89
93
|
|
|
90
94
|
function _arrayWithHoles(arr) {
|
|
91
95
|
if (Array.isArray(arr)) return arr;
|
|
@@ -208,8 +212,9 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
208
212
|
FwDrawer: script$k,
|
|
209
213
|
FwProviderList: script$l,
|
|
210
214
|
FwDatePicker: __default__$3,
|
|
211
|
-
|
|
212
|
-
|
|
215
|
+
FwPopover: __default__$4,
|
|
216
|
+
FwEmailPulse: __default__$5,
|
|
217
|
+
FwSuccessPulse: __default__$6,
|
|
213
218
|
FwLoadingSpinner: script$m
|
|
214
219
|
});
|
|
215
220
|
|