@frollo/frollo-web-ui 4.0.0 → 4.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 +265 -208
- package/esm/{es.number.constructor-1249bd78.js → es.number.constructor-d6ff8874.js} +13 -4
- package/esm/{es.string.iterator-284b31d4.js → es.string.iterator-590198a8.js} +1 -2
- package/esm/fw-animations.js +3 -4
- package/esm/fw-bar-chart.js +3 -4
- package/esm/{fw-button-e8b1bd62.js → fw-button-7902ae9e.js} +1 -1
- package/esm/fw-button.js +3 -3
- package/esm/fw-dropdown.js +1 -1
- package/esm/{fw-image-3fa960e1.js → fw-image-c829ed20.js} +3 -3
- package/esm/fw-image.js +4 -5
- package/esm/fw-input.js +25 -7
- package/esm/{fw-loading-spinner-304e2f95.js → fw-loading-spinner-7462e0b2.js} +1 -1
- package/esm/fw-loading.js +17 -17
- package/esm/fw-modal.js +3 -3
- package/esm/fw-navigation-menu.js +3 -3
- package/esm/fw-progress-bar.js +1 -2
- package/esm/fw-sidebar-menu.js +13 -9
- package/esm/fw-table.js +60 -38
- package/esm/fw-tabs.js +1 -2
- package/esm/fw-toast.js +2 -3
- package/esm/fw-transactions-card.js +4 -5
- package/esm/{index-c6458115.js → index-dbe0534d.js} +113 -99
- package/esm/{index-1a41e7bf.js → index-f0510452.js} +2 -3
- package/esm/index.js +11 -12
- package/frollo-web-ui.esm.js +268 -209
- package/icons/index.ts +3 -1
- package/icons/search.svg +3 -0
- package/index.d.ts +59 -5
- package/package.json +1 -1
- package/types/components/fw-input/fw-input.vue.d.ts +34 -0
- package/types/components/fw-input/index.types.d.ts +2 -0
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +4 -3
- package/types/components/fw-sidebar-menu/index.types.d.ts +2 -1
- package/types/components/fw-table/fw-table.vue.d.ts +14 -0
- package/types/components/fw-table/index.types.d.ts +3 -1
- package/types/icons/index.d.ts +2 -1
- package/web-components/index.js +272 -213
- package/esm/to-string-12728fd2.js +0 -13
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import './es.number.constructor-
|
|
1
|
+
import { t as toString$2 } from './es.number.constructor-d6ff8874.js';
|
|
2
2
|
import { q as anObject$3, h as fails$5, g as global$3, s as functionCall, f as functionUncurryThis, u as shared$1, v as internalState, b as defineBuiltIn$1, w as wellKnownSymbol$2, c as createNonEnumerableProperty$1, e as toObject$2, x as isCallable$2, p as classofRaw, y as toIntegerOrInfinity$2, z as toLength$1, r as requireObjectCoercible$1, A as getMethod$1, i as toAbsoluteIndex$1, l as lengthOfArrayLike$1 } from './is-forced-752b5893.js';
|
|
3
3
|
import { _ as _export } from './export-a37ba078.js';
|
|
4
|
-
import { t as toString$2 } from './to-string-12728fd2.js';
|
|
5
4
|
import { o as objectCreate } from './object-create-f6f3a673.js';
|
|
6
5
|
import { f as functionApply } from './function-apply-ce251590.js';
|
|
7
|
-
import { s as stringMultibyte } from './es.string.iterator-
|
|
6
|
+
import { s as stringMultibyte } from './es.string.iterator-590198a8.js';
|
|
8
7
|
import { d as deletePropertyOrThrow$1 } from './delete-property-or-throw-8032646c.js';
|
|
9
8
|
import { a as arrayIteration } from './array-iteration-107f927f.js';
|
|
10
9
|
import { a as arrayMethodHasSpeciesSupport$2 } from './array-method-has-species-support-3d413468.js';
|
package/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _unsupportedIterableToArray, s as script$k } from './index-
|
|
2
|
-
export { s as FwBarChart } from './index-
|
|
3
|
-
import { s as script$e } from './fw-image-
|
|
4
|
-
export { s as FwImage } from './fw-image-
|
|
1
|
+
import { _ as _unsupportedIterableToArray, s as script$k } from './index-f0510452.js';
|
|
2
|
+
export { s as FwBarChart } from './index-f0510452.js';
|
|
3
|
+
import { s as script$e } from './fw-image-c829ed20.js';
|
|
4
|
+
export { s as FwImage } from './fw-image-c829ed20.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';
|
|
@@ -44,19 +44,18 @@ 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-
|
|
47
|
+
import { s as script$4 } from './fw-button-7902ae9e.js';
|
|
48
|
+
export { s as FwButton } from './fw-button-7902ae9e.js';
|
|
49
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$m } from './fw-loading-spinner-
|
|
52
|
-
export { s as FwLoadingSpinner } from './fw-loading-spinner-
|
|
51
|
+
import { s as script$m } from './fw-loading-spinner-7462e0b2.js';
|
|
52
|
+
export { s as FwLoadingSpinner } from './fw-loading-spinner-7462e0b2.js';
|
|
53
53
|
import { reactive, createApp, h } from 'vue';
|
|
54
|
-
import './es.number.constructor-
|
|
55
|
-
import './to-string-12728fd2.js';
|
|
54
|
+
import './es.number.constructor-d6ff8874.js';
|
|
56
55
|
import './classof-39c30bd5.js';
|
|
57
56
|
import './object-create-f6f3a673.js';
|
|
58
57
|
import './function-apply-ce251590.js';
|
|
59
|
-
import './es.string.iterator-
|
|
58
|
+
import './es.string.iterator-590198a8.js';
|
|
60
59
|
import './array-iteration-107f927f.js';
|
|
61
60
|
import './array-species-create-a5f5503b.js';
|
|
62
61
|
import './create-property-534611fd.js';
|
|
@@ -69,7 +68,7 @@ import './es.array.includes-91be7771.js';
|
|
|
69
68
|
import './add-to-unscopables-2400f45b.js';
|
|
70
69
|
import './web.timers-0f117224.js';
|
|
71
70
|
import './array-method-is-strict-055b1830.js';
|
|
72
|
-
import './index-
|
|
71
|
+
import './index-dbe0534d.js';
|
|
73
72
|
import './check-94a5917a.js';
|
|
74
73
|
import './style-inject.es-1f59c1d0.js';
|
|
75
74
|
import './es.array.concat-987938be.js';
|