@frollo/frollo-web-ui 3.0.0 → 3.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.
Files changed (73) hide show
  1. package/cjs/index.js +18838 -3083
  2. package/esm/add-to-unscopables-2400f45b.js +25 -0
  3. package/esm/{array-iteration-98e2cf9a.js → array-iteration-107f927f.js} +2 -3
  4. package/esm/array-method-has-species-support-3d413468.js +23 -0
  5. package/esm/{array-method-is-strict-544b103f.js → array-method-is-strict-055b1830.js} +1 -1
  6. package/esm/{array-species-create-5fc23c89.js → array-species-create-a5f5503b.js} +3 -4
  7. package/esm/{classof-a45668b6.js → classof-39c30bd5.js} +1 -2
  8. package/esm/{create-property-558a3c24.js → create-property-534611fd.js} +1 -2
  9. package/esm/delete-property-or-throw-8032646c.js +31 -0
  10. package/esm/does-not-exceed-safe-integer-31d08811.js +11 -0
  11. package/esm/es.array.concat-987938be.js +69 -0
  12. package/esm/{es.array.find-36d8f2f0.js → es.array.find-dfa1f42f.js} +5 -6
  13. package/esm/{es.array.includes-df8e6e35.js → es.array.includes-91be7771.js} +3 -4
  14. package/esm/{es.function.name-b642b74f.js → es.function.name-557cb1f9.js} +1 -1
  15. package/esm/{es.number.constructor-f279ce82.js → es.number.constructor-1249bd78.js} +2 -3
  16. package/esm/{fw-image-ec7b02c5.js → es.string.iterator-284b31d4.js} +11 -311
  17. package/esm/{object-keys-6a890c6f.js → export-a37ba078.js} +2 -13
  18. package/esm/function-apply-ce251590.js +14 -0
  19. package/esm/fw-accordion.js +2 -8
  20. package/esm/fw-animations.js +6 -20
  21. package/esm/fw-bar-chart.js +19 -0
  22. package/esm/{fw-button-df5c923f.js → fw-button-0401f207.js} +12 -27
  23. package/esm/fw-button.js +9 -8
  24. package/esm/{fw-card-8d3f4ab5.js → fw-card-1b6a67fe.js} +0 -5
  25. package/esm/fw-card.js +1 -1
  26. package/esm/fw-checkbox.js +27 -17
  27. package/esm/fw-dropdown.js +17 -34
  28. package/esm/fw-image-03f85465.js +289 -0
  29. package/esm/fw-image.js +20 -17
  30. package/esm/fw-input.js +24 -25
  31. package/esm/fw-loading-bar-f5ca605c.js +22 -0
  32. package/esm/{fw-loading-spinner-9b7c6855.js → fw-loading-spinner-164d8df0.js} +1 -2
  33. package/esm/fw-loading.js +6 -9
  34. package/esm/fw-modal.js +11 -21
  35. package/esm/fw-navigation-menu.js +11 -19
  36. package/esm/fw-progress-bar.js +4 -11
  37. package/esm/fw-sidebar-menu.js +131 -0
  38. package/esm/fw-table.js +12 -57
  39. package/esm/fw-tabs.js +60 -21
  40. package/esm/fw-tag.js +8 -8
  41. package/esm/fw-toast.js +29 -125
  42. package/esm/fw-transactions-card.js +21 -24
  43. package/esm/index-1a41e7bf.js +15838 -0
  44. package/esm/{index-4605e00e.js → index-692e4d19.js} +83 -55
  45. package/esm/index.js +43 -57
  46. package/esm/is-forced-752b5893.js +927 -0
  47. package/esm/{add-to-unscopables-3f461c07.js → object-create-f6f3a673.js} +3 -25
  48. package/esm/object-keys-4f5bf4e7.js +13 -0
  49. package/esm/{to-string-685748aa.js → to-string-12728fd2.js} +2 -2
  50. package/esm/{web.timers-4a6aaab8.js → web.timers-0f117224.js} +5 -15
  51. package/frollo-web-ui.esm.js +19112 -3282
  52. package/icons/chevron-left.svg +3 -0
  53. package/icons/chevron-right.svg +3 -0
  54. package/icons/index.ts +4 -0
  55. package/index.d.ts +200 -26
  56. package/package.json +4 -1
  57. package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +83 -0
  58. package/types/components/fw-bar-chart/index.d.ts +2 -0
  59. package/types/components/fw-bar-chart/index.types.d.ts +11 -0
  60. package/types/components/fw-button/fw-button.vue.d.ts +2 -2
  61. package/types/components/fw-button/index.types.d.ts +1 -1
  62. package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +3 -1
  63. package/types/components/fw-input/fw-input.vue.d.ts +1 -0
  64. package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +71 -0
  65. package/types/components/fw-sidebar-menu/index.d.ts +2 -0
  66. package/types/components/fw-sidebar-menu/index.types.d.ts +6 -0
  67. package/types/components/index.d.ts +2 -0
  68. package/types/components/index.types.d.ts +2 -0
  69. package/types/icons/index.d.ts +3 -1
  70. package/web-components/index.js +24066 -8740
  71. package/esm/function-name-e2f6ea36.js +0 -492
  72. package/esm/fw-loading-bar-da7d53fb.js +0 -22
  73. package/esm/is-forced-ddf227e6.js +0 -438
@@ -1,6 +1,5 @@
1
- import { d as descriptors, G as v8PrototypeDefineBug, o as objectDefineProperty, c as anObject$2, u as getBuiltIn$1, a as documentCreateElement$1, w as wellKnownSymbol$1 } from './function-name-e2f6ea36.js';
2
- import { t as toIndexedObject$1, m as enumBugKeys$1, q as hiddenKeys$1, s as sharedKey$1 } from './is-forced-ddf227e6.js';
3
- import { o as objectKeys$1 } from './object-keys-6a890c6f.js';
1
+ import { d as descriptors, X as v8PrototypeDefineBug, F as objectDefineProperty, q as anObject$2, t as toIndexedObject$1, B as getBuiltIn$1, U as enumBugKeys$1, Y as hiddenKeys$1, a as documentCreateElement$1, O as sharedKey$1 } from './is-forced-752b5893.js';
2
+ import { o as objectKeys$1 } from './object-keys-4f5bf4e7.js';
4
3
 
5
4
  var objectDefineProperties = {};
6
5
 
@@ -114,25 +113,4 @@ var objectCreate = Object.create || function create(O, Properties) {
114
113
  return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
115
114
  };
116
115
 
117
- var wellKnownSymbol = wellKnownSymbol$1;
118
- var create = objectCreate;
119
- var defineProperty = objectDefineProperty.f;
120
-
121
- var UNSCOPABLES = wellKnownSymbol('unscopables');
122
- var ArrayPrototype = Array.prototype;
123
-
124
- // Array.prototype[@@unscopables]
125
- // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
126
- if (ArrayPrototype[UNSCOPABLES] == undefined) {
127
- defineProperty(ArrayPrototype, UNSCOPABLES, {
128
- configurable: true,
129
- value: create(null)
130
- });
131
- }
132
-
133
- // add a key to Array.prototype[@@unscopables]
134
- var addToUnscopables = function (key) {
135
- ArrayPrototype[UNSCOPABLES][key] = true;
136
- };
137
-
138
- export { addToUnscopables as a, objectCreate as o };
116
+ export { objectCreate as o };
@@ -0,0 +1,13 @@
1
+ import { T as objectKeysInternal, U as enumBugKeys$1 } from './is-forced-752b5893.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 };
@@ -1,5 +1,5 @@
1
- import './function-name-e2f6ea36.js';
2
- import { c as classof$1 } from './classof-a45668b6.js';
1
+ import './is-forced-752b5893.js';
2
+ import { c as classof$1 } from './classof-39c30bd5.js';
3
3
 
4
4
  var classof = classof$1;
5
5
 
@@ -1,21 +1,11 @@
1
- import { F as functionBindNative, f as functionUncurryThis, g as global$3, l as isCallable$1, p as engineUserAgent } from './function-name-e2f6ea36.js';
2
- import { _ as _export } from './object-keys-6a890c6f.js';
1
+ import { f as functionUncurryThis, g as global$3, x as isCallable$1, j as engineUserAgent } from './is-forced-752b5893.js';
2
+ import { _ as _export } from './export-a37ba078.js';
3
+ import { f as functionApply } from './function-apply-ce251590.js';
3
4
 
4
5
  var web_timers = {};
5
6
 
6
7
  var web_setInterval = {};
7
8
 
8
- var NATIVE_BIND = functionBindNative;
9
-
10
- var FunctionPrototype = Function.prototype;
11
- var apply$1 = FunctionPrototype.apply;
12
- var call = FunctionPrototype.call;
13
-
14
- // eslint-disable-next-line es-x/no-reflect -- safe
15
- var functionApply = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply$1) : function () {
16
- return call.apply(apply$1, arguments);
17
- });
18
-
19
9
  var uncurryThis = functionUncurryThis;
20
10
 
21
11
  var arraySlice$1 = uncurryThis([].slice);
@@ -35,12 +25,12 @@ var arraySlice = arraySlice$1;
35
25
  var validateArgumentsLength = validateArgumentsLength$1;
36
26
 
37
27
  var MSIE = /MSIE .\./.test(userAgent); // <- dirty ie9- check
38
- var Function$1 = global$2.Function;
28
+ var Function = global$2.Function;
39
29
 
40
30
  var wrap = function (scheduler) {
41
31
  return MSIE ? function (handler, timeout /* , ...arguments */) {
42
32
  var boundArgs = validateArgumentsLength(arguments.length, 1) > 2;
43
- var fn = isCallable(handler) ? handler : Function$1(handler);
33
+ var fn = isCallable(handler) ? handler : Function(handler);
44
34
  var args = boundArgs ? arraySlice(arguments, 2) : undefined;
45
35
  return scheduler(boundArgs ? function () {
46
36
  apply(fn, this, args);