@frollo/frollo-web-ui 5.0.4 → 6.0.0

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 (41) hide show
  1. package/cjs/index.js +943 -326
  2. package/esm/defineProperty-b85f2e0f.js +42 -0
  3. package/esm/fw-animations.js +2 -2
  4. package/esm/{fw-button-99dba2bc.js → fw-button-b00853dd.js} +1 -1
  5. package/esm/fw-button.js +3 -3
  6. package/esm/fw-date-picker.js +46 -1840
  7. package/esm/fw-drawer.js +3 -3
  8. package/esm/{fw-dropdown-b476e015.js → fw-dropdown-1c89f793.js} +1 -1
  9. package/esm/fw-dropdown.js +2 -2
  10. package/esm/{fw-image-ae643123.js → fw-image-af8c5745.js} +1 -1
  11. package/esm/fw-image.js +2 -2
  12. package/esm/{fw-input-fdc8fe1b.js → fw-input-46dd3134.js} +1 -1
  13. package/esm/fw-input.js +2 -2
  14. package/esm/{fw-loading-spinner-cc1ca2fa.js → fw-loading-spinner-72d70258.js} +1 -1
  15. package/esm/fw-modal.js +4 -4
  16. package/esm/fw-navigation-menu.js +3 -3
  17. package/esm/fw-popover.js +630 -0
  18. package/esm/fw-provider-list.js +381 -22
  19. package/esm/fw-sidebar-menu.js +3 -3
  20. package/esm/{fw-table-row-e8520a1d.js → fw-table-row-1050a386.js} +1 -1
  21. package/esm/fw-table.js +2 -2
  22. package/esm/{fw-tag-a8a83c0a.js → fw-tag-fdcaf92c.js} +2 -2
  23. package/esm/fw-tag.js +4 -4
  24. package/esm/fw-toast.js +1 -1
  25. package/esm/fw-transactions-card.js +2 -2
  26. package/esm/index-0c5cae4f.js +1800 -0
  27. package/esm/{index-0a63f2c3.js → index-bced3b35.js} +123 -109
  28. package/esm/index.js +25 -20
  29. package/frollo-web-ui.esm.js +981 -347
  30. package/icons/ellipsis.svg +3 -0
  31. package/icons/index.ts +3 -1
  32. package/index.d.ts +173 -5
  33. package/package.json +1 -1
  34. package/types/components/fw-popover/fw-popover.vue.d.ts +157 -0
  35. package/types/components/fw-popover/index.d.ts +2 -0
  36. package/types/components/fw-popover/index.types.d.ts +11 -0
  37. package/types/components/index.d.ts +1 -0
  38. package/types/components/index.types.d.ts +1 -0
  39. package/types/icons/index.d.ts +2 -1
  40. package/web-components/index.js +985 -351
  41. package/esm/index-6423a6ab.js +0 -422
@@ -0,0 +1,42 @@
1
+ function _typeof(o) {
2
+ "@babel/helpers - typeof";
3
+
4
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
5
+ return typeof o;
6
+ } : function (o) {
7
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
8
+ }, _typeof(o);
9
+ }
10
+
11
+ function _toPrimitive(input, hint) {
12
+ if (_typeof(input) !== "object" || input === null) return input;
13
+ var prim = input[Symbol.toPrimitive];
14
+ if (prim !== undefined) {
15
+ var res = prim.call(input, hint || "default");
16
+ if (_typeof(res) !== "object") return res;
17
+ throw new TypeError("@@toPrimitive must return a primitive value.");
18
+ }
19
+ return (hint === "string" ? String : Number)(input);
20
+ }
21
+
22
+ function _toPropertyKey(arg) {
23
+ var key = _toPrimitive(arg, "string");
24
+ return _typeof(key) === "symbol" ? key : String(key);
25
+ }
26
+
27
+ function _defineProperty(obj, key, value) {
28
+ key = _toPropertyKey(key);
29
+ if (key in obj) {
30
+ Object.defineProperty(obj, key, {
31
+ value: value,
32
+ enumerable: true,
33
+ configurable: true,
34
+ writable: true
35
+ });
36
+ } else {
37
+ obj[key] = value;
38
+ }
39
+ return obj;
40
+ }
41
+
42
+ export { _defineProperty as _, _typeof as a };
@@ -1,10 +1,10 @@
1
1
  import './es.number.constructor-98bae04f.js';
2
2
  import { defineComponent, useCssVars, pushScopeId, popScopeId, createElementVNode, openBlock, createElementBlock, createStaticVNode } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
- export { s as FwLoadingSpinner } from './fw-loading-spinner-cc1ca2fa.js';
4
+ export { s as FwLoadingSpinner } from './fw-loading-spinner-72d70258.js';
5
5
  import './is-forced-fc680e39.js';
6
6
  import './classof-ee4b3b5b.js';
7
- import './index-0a63f2c3.js';
7
+ import './index-bced3b35.js';
8
8
  import './check-94a5917a.js';
9
9
 
10
10
  var __default__$1 = defineComponent({
@@ -1,6 +1,6 @@
1
1
  import './es.array.includes-a06445a5.js';
2
2
  import { defineComponent, ref, computed, resolveComponent, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, renderSlot, createVNode, createCommentVNode } from 'vue';
3
- import { s as script$1 } from './fw-loading-spinner-cc1ca2fa.js';
3
+ import { s as script$1 } from './fw-loading-spinner-72d70258.js';
4
4
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
5
5
 
6
6
  var script = defineComponent({
package/esm/fw-button.js CHANGED
@@ -1,4 +1,4 @@
1
- export { s as FwButton } from './fw-button-99dba2bc.js';
1
+ export { s as FwButton } from './fw-button-b00853dd.js';
2
2
  import './es.array.includes-a06445a5.js';
3
3
  import './is-forced-fc680e39.js';
4
4
  import './export-8a363004.js';
@@ -6,7 +6,7 @@ import './add-to-unscopables-31609885.js';
6
6
  import './object-create-bc771493.js';
7
7
  import './object-keys-17f3b440.js';
8
8
  import 'vue';
9
- import './fw-loading-spinner-cc1ca2fa.js';
10
- import './index-0a63f2c3.js';
9
+ import './fw-loading-spinner-72d70258.js';
10
+ import './index-bced3b35.js';
11
11
  import './check-94a5917a.js';
12
12
  import './style-inject.es-1f59c1d0.js';