@frollo/frollo-web-ui 5.0.0 → 5.0.2
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 +1321 -1281
- package/esm/fw-animations.js +2 -2
- package/esm/{fw-button-beaf20f4.js → fw-button-8d131219.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-checkbox.js +34 -13
- package/esm/fw-drawer.js +3 -3
- package/esm/fw-dropdown.js +1 -1
- package/esm/{fw-image-161b667a.js → fw-image-4787a8bd.js} +1 -1
- package/esm/fw-image.js +2 -2
- package/esm/fw-input.js +30 -25
- package/esm/{fw-loading-spinner-51deaa3d.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 +16 -11
- package/esm/fw-tag.js +3 -3
- package/esm/fw-toast.js +1 -1
- package/esm/fw-transactions-card.js +2 -2
- package/esm/{index-3624f1c9.js → index-e4a2f8b0.js} +117 -103
- package/esm/index.js +7 -7
- package/frollo-web-ui.esm.js +1393 -1351
- package/icons/index.ts +3 -1
- package/icons/pen.svg +3 -0
- package/index.d.ts +33 -3
- package/package.json +1 -1
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +19 -0
- package/types/components/fw-checkbox/index.types.d.ts +1 -0
- package/types/components/fw-input/fw-input.vue.d.ts +12 -3
- package/types/components/fw-input/index.types.d.ts +1 -0
- package/types/icons/index.d.ts +2 -1
- package/web-components/index.js +1309 -1267
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _unsupportedIterableToArray, s as script$i } from './index-2766bfe4.js';
|
|
2
2
|
export { s as FwBarChart } from './index-2766bfe4.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-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';
|
|
@@ -46,12 +46,12 @@ import { F as Form } from './vee-validate.esm-a17a23c3.js';
|
|
|
46
46
|
export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
|
|
47
47
|
import { s as script$3 } from './fw-card-1b6a67fe.js';
|
|
48
48
|
export { s as FwCard } from './fw-card-1b6a67fe.js';
|
|
49
|
-
import { s as script$4 } from './fw-button-
|
|
50
|
-
export { s as FwButton } from './fw-button-
|
|
49
|
+
import { s as script$4 } from './fw-button-8d131219.js';
|
|
50
|
+
export { s as FwButton } from './fw-button-8d131219.js';
|
|
51
51
|
import { s as script$d } from './fw-loading-bar-f5ca605c.js';
|
|
52
52
|
export { s as FwLoadingBar } from './fw-loading-bar-f5ca605c.js';
|
|
53
|
-
import { s as script$l } from './fw-loading-spinner-
|
|
54
|
-
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';
|
|
55
55
|
import { reactive, createApp, h } from 'vue';
|
|
56
56
|
import './es.number.constructor-d6ff8874.js';
|
|
57
57
|
import './classof-39c30bd5.js';
|
|
@@ -71,7 +71,7 @@ import './es.array.includes-91be7771.js';
|
|
|
71
71
|
import './add-to-unscopables-2400f45b.js';
|
|
72
72
|
import './array-method-is-strict-055b1830.js';
|
|
73
73
|
import './web.timers-0f117224.js';
|
|
74
|
-
import './index-
|
|
74
|
+
import './index-e4a2f8b0.js';
|
|
75
75
|
import './check-94a5917a.js';
|
|
76
76
|
import './style-inject.es-1f59c1d0.js';
|
|
77
77
|
import './es.array.concat-987938be.js';
|