@frollo/frollo-web-ui 3.0.2 → 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 +371 -247
- 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-0401f207.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-03f85465.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-164d8df0.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 +119 -52
- 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-692e4d19.js → index-dbe0534d.js} +137 -95
- package/esm/{index-1a41e7bf.js → index-f0510452.js} +2 -3
- package/esm/index.js +35 -36
- package/frollo-web-ui.esm.js +411 -279
- package/icons/arrow-down.svg +3 -0
- package/icons/arrow-sort.svg +3 -0
- package/icons/index.ts +7 -1
- package/icons/search.svg +3 -0
- package/index.d.ts +88 -20
- 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 +32 -5
- package/types/components/fw-table/index.types.d.ts +4 -1
- package/types/icons/index.d.ts +4 -1
- package/web-components/index.js +414 -282
- 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$
|
|
2
|
-
export { s as FwBarChart } from './index-
|
|
3
|
-
import { s as script$
|
|
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';
|
|
@@ -25,38 +25,37 @@ 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-7902ae9e.js';
|
|
48
|
+
export { s as FwButton } from './fw-button-7902ae9e.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-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';
|
|
@@ -182,21 +181,21 @@ var components = /*#__PURE__*/Object.freeze({
|
|
|
182
181
|
FwModal: script$8,
|
|
183
182
|
FwProgressBar: script$9,
|
|
184
183
|
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$
|
|
184
|
+
FwTable: __default__,
|
|
185
|
+
FwTableHead: script$b,
|
|
186
|
+
FwTableRow: script$c,
|
|
187
|
+
FwAccordion: script$d,
|
|
188
|
+
FwImage: script$e,
|
|
189
|
+
FwLoadingBar: script$f,
|
|
190
|
+
FwLoadingCard: script$g,
|
|
191
|
+
FwLoadingTable: script$h,
|
|
192
|
+
FwToast: script$i,
|
|
193
|
+
FwTransactionsCard: script$j,
|
|
194
|
+
FwBarChart: script$k,
|
|
195
|
+
FwSidebarMenu: script$l,
|
|
196
|
+
FwEmailPulse: __default__$1,
|
|
197
|
+
FwSuccessPulse: __default__$2,
|
|
198
|
+
FwLoadingSpinner: script$m
|
|
200
199
|
});
|
|
201
200
|
|
|
202
201
|
function _defineProperty(obj, key, value) {
|
|
@@ -271,7 +270,7 @@ var toastService = function toastService() {
|
|
|
271
270
|
}));
|
|
272
271
|
createApp({
|
|
273
272
|
render: function render() {
|
|
274
|
-
return h(script$
|
|
273
|
+
return h(script$i, props);
|
|
275
274
|
}
|
|
276
275
|
}).mount(elementToMount);
|
|
277
276
|
};
|