@frollo/frollo-web-ui 6.0.1 → 6.0.3

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.
Files changed (67) hide show
  1. package/cjs/index.js +289 -257
  2. package/esm/{add-to-unscopables-31609885.js → add-to-unscopables-ee05b58f.js} +2 -2
  3. package/esm/{array-iteration-ec356eb3.js → array-iteration-8267bf22.js} +2 -2
  4. package/esm/{array-method-has-species-support-8a4b1310.js → array-method-has-species-support-6c675094.js} +1 -1
  5. package/esm/{array-method-is-strict-fc2e0d8d.js → array-method-is-strict-d313436f.js} +1 -1
  6. package/esm/{array-species-create-b125f4a4.js → array-species-create-1c67e297.js} +2 -2
  7. package/esm/{classof-ee4b3b5b.js → classof-d44bf093.js} +1 -1
  8. package/esm/{create-property-c70ecc08.js → create-property-eb329361.js} +1 -1
  9. package/esm/{does-not-exceed-safe-integer-8e0042ec.js → does-not-exceed-safe-integer-de37ce28.js} +1 -1
  10. package/esm/{es.array.concat-fe990345.js → es.array.concat-99b85557.js} +6 -6
  11. package/esm/es.array.find-1ded15d5.js +28 -0
  12. package/esm/{es.array.includes-a06445a5.js → es.array.includes-08e25019.js} +3 -3
  13. package/esm/es.array.map-c56ebffd.js +22 -0
  14. package/esm/{es.date.to-string-1ffba857.js → es.date.to-string-15eb9936.js} +1 -1
  15. package/esm/{es.function.name-6daefaeb.js → es.function.name-6cafd747.js} +1 -1
  16. package/esm/{es.number.constructor-98bae04f.js → es.number.constructor-fb16fe05.js} +2 -2
  17. package/esm/es.object.to-string-4b07c4d1.js +24 -0
  18. package/esm/{es.string.includes-ade04f96.js → es.string.includes-061e8272.js} +3 -3
  19. package/esm/{es.string.iterator-0992bb28.js → es.string.iterator-25db8cd2.js} +8 -8
  20. package/esm/{export-8a363004.js → export-10c4adbc.js} +1 -1
  21. package/esm/{function-apply-b908d7e6.js → function-apply-e17cf65b.js} +1 -1
  22. package/esm/fw-accordion.js +11 -7
  23. package/esm/fw-animations.js +3 -3
  24. package/esm/fw-bar-chart.js +16 -17
  25. package/esm/{fw-button-b00853dd.js → fw-button-c8502414.js} +1 -1
  26. package/esm/fw-button.js +6 -7
  27. package/esm/fw-checkbox.js +9 -9
  28. package/esm/fw-date-picker.js +10 -10
  29. package/esm/fw-drawer.js +6 -7
  30. package/esm/{fw-dropdown-1c89f793.js → fw-dropdown-6856e66e.js} +3 -2
  31. package/esm/fw-dropdown.js +11 -11
  32. package/esm/{fw-image-af8c5745.js → fw-image-aca2c61d.js} +10 -9
  33. package/esm/fw-image.js +17 -17
  34. package/esm/{fw-input-46dd3134.js → fw-input-259e2e18.js} +4 -4
  35. package/esm/fw-input.js +14 -15
  36. package/esm/fw-loading.js +3 -3
  37. package/esm/fw-modal.js +6 -7
  38. package/esm/fw-navigation-menu.js +12 -11
  39. package/esm/fw-popover.js +7 -8
  40. package/esm/fw-progress-bar.js +3 -3
  41. package/esm/fw-provider-list.js +60 -128
  42. package/esm/fw-sidebar-menu.js +6 -7
  43. package/esm/{fw-table-row-1050a386.js → fw-table-row-23f78218.js} +117 -20
  44. package/esm/fw-table.js +11 -9
  45. package/esm/fw-tabs.js +9 -10
  46. package/esm/{fw-tag-fdcaf92c.js → fw-tag-ac28200a.js} +2 -2
  47. package/esm/fw-tag.js +7 -8
  48. package/esm/fw-toast.js +15 -16
  49. package/esm/fw-transactions-card.js +17 -17
  50. package/esm/{index-be5b4afa.js → index-6758f755.js} +13 -13
  51. package/esm/index.js +38 -38
  52. package/esm/{is-forced-fc680e39.js → is-forced-7cb3ee8f.js} +1 -1
  53. package/esm/{object-create-bc771493.js → object-create-51bf02dc.js} +13 -4
  54. package/esm/regexp-flags-c09864e5.js +50 -0
  55. package/esm/{web.timers-c5316125.js → web.timers-e406c8e6.js} +3 -3
  56. package/frollo-web-ui.esm.js +308 -276
  57. package/index.d.ts +49 -13
  58. package/package.json +1 -1
  59. package/types/components/fw-accordion/fw-accordion.vue.d.ts +4 -2
  60. package/types/components/fw-navigation-menu/index.types.d.ts +1 -0
  61. package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +41 -9
  62. package/types/components/fw-table/fw-table.vue.d.ts +3 -2
  63. package/web-components/index.js +308 -276
  64. package/esm/delete-property-or-throw-cd4c57d6.js +0 -31
  65. package/esm/es.array.find-67b3b514.js +0 -51
  66. package/esm/es.array.map-ae6c9437.js +0 -43
  67. package/esm/object-keys-17f3b440.js +0 -13
@@ -1,31 +0,0 @@
1
- import { e as toObject$1, h as fails$1, N as tryToString$1 } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { o as objectKeys } from './object-keys-17f3b440.js';
4
-
5
- var es_object_keys = {};
6
-
7
- var $ = _export;
8
- var toObject = toObject$1;
9
- var nativeKeys = objectKeys;
10
- var fails = fails$1;
11
-
12
- var FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); });
13
-
14
- // `Object.keys` method
15
- // https://tc39.es/ecma262/#sec-object.keys
16
- $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
17
- keys: function keys(it) {
18
- return nativeKeys(toObject(it));
19
- }
20
- });
21
-
22
- 'use strict';
23
- var tryToString = tryToString$1;
24
-
25
- var $TypeError = TypeError;
26
-
27
- var deletePropertyOrThrow = function (O, P) {
28
- if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
29
- };
30
-
31
- export { deletePropertyOrThrow as d };
@@ -1,51 +0,0 @@
1
- import { b as defineBuiltIn$1 } from './is-forced-fc680e39.js';
2
- import { t as toStringTagSupport, c as classof$1 } from './classof-ee4b3b5b.js';
3
- import { _ as _export } from './export-8a363004.js';
4
- import { a as arrayIteration } from './array-iteration-ec356eb3.js';
5
- import { a as addToUnscopables$1 } from './add-to-unscopables-31609885.js';
6
-
7
- var es_object_toString = {};
8
-
9
- 'use strict';
10
- var TO_STRING_TAG_SUPPORT$1 = toStringTagSupport;
11
- var classof = classof$1;
12
-
13
- // `Object.prototype.toString` method implementation
14
- // https://tc39.es/ecma262/#sec-object.prototype.tostring
15
- var objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function toString() {
16
- return '[object ' + classof(this) + ']';
17
- };
18
-
19
- var TO_STRING_TAG_SUPPORT = toStringTagSupport;
20
- var defineBuiltIn = defineBuiltIn$1;
21
- var toString = objectToString;
22
-
23
- // `Object.prototype.toString` method
24
- // https://tc39.es/ecma262/#sec-object.prototype.tostring
25
- if (!TO_STRING_TAG_SUPPORT) {
26
- defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });
27
- }
28
-
29
- var es_array_find = {};
30
-
31
- 'use strict';
32
- var $ = _export;
33
- var $find = arrayIteration.find;
34
- var addToUnscopables = addToUnscopables$1;
35
-
36
- var FIND = 'find';
37
- var SKIPS_HOLES = true;
38
-
39
- // Shouldn't skip holes
40
- if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
41
-
42
- // `Array.prototype.find` method
43
- // https://tc39.es/ecma262/#sec-array.prototype.find
44
- $({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
45
- find: function find(callbackfn /* , that = undefined */) {
46
- return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
47
- }
48
- });
49
-
50
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
51
- addToUnscopables(FIND);
@@ -1,43 +0,0 @@
1
- import { q as anObject$1 } from './is-forced-fc680e39.js';
2
- import { _ as _export } from './export-8a363004.js';
3
- import { a as arrayIteration } from './array-iteration-ec356eb3.js';
4
- import { a as arrayMethodHasSpeciesSupport$1 } from './array-method-has-species-support-8a4b1310.js';
5
-
6
- 'use strict';
7
- var anObject = anObject$1;
8
-
9
- // `RegExp.prototype.flags` getter implementation
10
- // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
11
- var regexpFlags = function () {
12
- var that = anObject(this);
13
- var result = '';
14
- if (that.hasIndices) result += 'd';
15
- if (that.global) result += 'g';
16
- if (that.ignoreCase) result += 'i';
17
- if (that.multiline) result += 'm';
18
- if (that.dotAll) result += 's';
19
- if (that.unicode) result += 'u';
20
- if (that.unicodeSets) result += 'v';
21
- if (that.sticky) result += 'y';
22
- return result;
23
- };
24
-
25
- var es_array_map = {};
26
-
27
- 'use strict';
28
- var $ = _export;
29
- var $map = arrayIteration.map;
30
- var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$1;
31
-
32
- var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
33
-
34
- // `Array.prototype.map` method
35
- // https://tc39.es/ecma262/#sec-array.prototype.map
36
- // with adding support of @@species
37
- $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
38
- map: function map(callbackfn /* , thisArg */) {
39
- return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
40
- }
41
- });
42
-
43
- export { regexpFlags as r };
@@ -1,13 +0,0 @@
1
- import { T as objectKeysInternal, U as enumBugKeys$1 } from './is-forced-fc680e39.js';
2
-
3
- var internalObjectKeys = objectKeysInternal;
4
- var enumBugKeys = enumBugKeys$1;
5
-
6
- // `Object.keys` method
7
- // https://tc39.es/ecma262/#sec-object.keys
8
- // eslint-disable-next-line es-x/no-object-keys -- safe
9
- var objectKeys = Object.keys || function keys(O) {
10
- return internalObjectKeys(O, enumBugKeys);
11
- };
12
-
13
- export { objectKeys as o };