@frollo/frollo-web-ui 1.2.7 → 1.2.8

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 CHANGED
@@ -8331,7 +8331,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
8331
8331
  var stylesheet = ".fw-success-pulse[data-v-c32112d4]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100px;position:relative;width:100px}.fw-success-pulse--checkmark__circle[data-v-c32112d4]{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:var(--colorPrimary);fill:none;-webkit-animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards;animation:fwSuccessStroke-c32112d4 .6s cubic-bezier(.65,0,.45,1) forwards}.fw-success-pulse--checkmark[data-v-c32112d4]{stroke-width:4;stroke:#fff;stroke-miterlimit:10;-webkit-animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;animation:fwSuccessScaleFill-c32112d4 .6s ease-in-out .4s forwards,fwSuccessScale-c32112d4 .3s ease-in-out .9s both;border-radius:50%;-webkit-box-shadow:inset 0 0 0 var(--colorPrimary);box-shadow:inset 0 0 0 var(--colorPrimary);display:block;height:70px;margin:10% auto;width:70px}.fw-success-pulse--checkmark__check[data-v-c32112d4]{stroke-dasharray:48;stroke-dashoffset:48;stroke-linecap:round;-webkit-animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;animation:fwSuccessStroke-c32112d4 .3s cubic-bezier(.65,0,.45,1) .8s forwards;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@keyframes fwSuccessStroke-c32112d4{to{stroke-dashoffset:0}}@-webkit-keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@keyframes fwSuccessScale-c32112d4{0%,to{-webkit-transform:none;transform:none}50%{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}}@-webkit-keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}@keyframes fwSuccessScaleFill-c32112d4{to{-webkit-box-shadow:inset 0 0 0 70px var(--colorPrimary);box-shadow:inset 0 0 0 70px var(--colorPrimary)}}.fw-success-pulse--circle[data-v-c32112d4]{stroke-width:4px;stroke-opacity:1;fill:none;fill-opacity:0;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:var(--22e0894f);animation-iteration-count:var(--22e0894f);-webkit-animation-name:fwSuccessPulse-c32112d4;animation-name:fwSuccessPulse-c32112d4;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}@-webkit-keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes fwSuccessPulse-c32112d4{0%{stroke:var(--colorPrimary);stroke-width:5px;stroke-opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{stroke:transparent;stroke-width:0;stroke-opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}";
8332
8332
  styleInject(css_248z);__default__.render = render;
8333
8333
  __default__.__scopeId = "data-v-c32112d4";// Form components
8334
- var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$j,FwCheckbox:script$i,FwDropdown:script$h,FwCard:script$g,FwButton:script$e,FwNavigationMenu:script$d,FwTabs:script$c,FwTab:script$b,FwModal:script$a,FwProgressBar:script$9,FwTag:script$8,FwTable:script$6,FwTableHead:script$5,FwTableRow:script$4,FwAccordion:script$3,FwImage:script$2,FwLoadingBar:script$7,FwLoadingCard:script$1,FwLoadingTable:script,FwEmailPulse:__default__$1,FwSuccessPulse:__default__});function _defineProperty(obj, key, value) {
8334
+ var Components=/*#__PURE__*/Object.freeze({__proto__:null,FwForm:Form,FwInput:script$j,FwCheckbox:script$i,FwDropdown:script$h,FwCard:script$g,FwButton:script$e,FwNavigationMenu:script$d,FwTabs:script$c,FwTab:script$b,FwModal:script$a,FwProgressBar:script$9,FwTag:script$8,FwTable:script$6,FwTableHead:script$5,FwTableRow:script$4,FwAccordion:script$3,FwImage:script$2,FwLoadingBar:script$7,FwLoadingCard:script$1,FwLoadingTable:script,FwEmailPulse:__default__$1,FwSuccessPulse:__default__,FwLoadingSpinner:script$f});function _defineProperty(obj, key, value) {
8335
8335
  if (key in obj) {
8336
8336
  Object.defineProperty(obj, key, {
8337
8337
  value: value,
@@ -1,10 +1,13 @@
1
1
  import './es.number.constructor-b7faae1f.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-649aa589.js';
4
5
  import './function-name-c49146fc.js';
5
6
  import './is-forced-fd46b5f2.js';
6
7
  import './to-string-c2bd1f4d.js';
7
8
  import './classof-088c9833.js';
9
+ import './index-403af654.js';
10
+ import './check-94a5917a.js';
8
11
 
9
12
  var __default__$1 = defineComponent({
10
13
  name: 'FwEmailPulse',
@@ -1,25 +1,8 @@
1
1
  import './es.array.includes-9a6e4066.js';
2
- import { defineComponent, resolveComponent, openBlock, createBlock, ref, computed, resolveDynamicComponent, normalizeClass, withCtx, createElementBlock, createElementVNode, renderSlot, createVNode, createCommentVNode } from 'vue';
3
- import { b as render$2 } from './index-ec267913.js';
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-649aa589.js';
4
4
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
5
5
 
6
- var script$1 = defineComponent({
7
- name: 'FwLoadingSpinner',
8
- components: {
9
- LoadingSvg: render$2
10
- }
11
- });
12
-
13
- function render$1(_ctx, _cache, $props, $setup, $data, $options) {
14
- var _component_LoadingSvg = resolveComponent("LoadingSvg");
15
-
16
- return openBlock(), createBlock(_component_LoadingSvg, {
17
- "class": "fw-loading-spinner animate-spin"
18
- });
19
- }
20
-
21
- script$1.render = render$1;
22
-
23
6
  var script = defineComponent({
24
7
  name: 'FwButton',
25
8
  emits: ['click', 'mouseover', 'mouseout', 'focusin', 'focusout'],
package/esm/fw-button.js CHANGED
@@ -1,10 +1,11 @@
1
- export { s as FwButton } from './fw-button-ac0fbc7a.js';
1
+ export { s as FwButton } from './fw-button-dc078722.js';
2
2
  import './es.array.includes-9a6e4066.js';
3
3
  import './function-name-c49146fc.js';
4
4
  import './object-keys-3c73c404.js';
5
5
  import './is-forced-fd46b5f2.js';
6
6
  import './add-to-unscopables-a5032b1d.js';
7
7
  import 'vue';
8
- import './index-ec267913.js';
8
+ import './fw-loading-spinner-649aa589.js';
9
+ import './index-403af654.js';
9
10
  import './check-94a5917a.js';
10
11
  import './style-inject.es-1f59c1d0.js';
@@ -1,7 +1,7 @@
1
1
  import './es.array.find-54b8f84b.js';
2
2
  import { defineComponent, toRef, ref, computed, onMounted, onBeforeUnmount, pushScopeId, popScopeId, resolveComponent, openBlock, createElementBlock, toDisplayString, createCommentVNode, createElementVNode, normalizeClass, createVNode, Transition, withCtx, Fragment, renderList } from 'vue';
3
3
  import { u as useField } from './vee-validate.esm-a17a23c3.js';
4
- import { a as render$1 } from './index-ec267913.js';
4
+ import { a as render$1 } from './index-403af654.js';
5
5
  import './es.function.name-2fa3a718.js';
6
6
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
7
  import './function-name-c49146fc.js';
package/esm/fw-image.js CHANGED
@@ -11,7 +11,7 @@ import { c as classof$1 } from './classof-088c9833.js';
11
11
  import { t as toString$2 } from './to-string-c2bd1f4d.js';
12
12
  import { o as objectCreate } from './add-to-unscopables-a5032b1d.js';
13
13
  import { s as script$1 } from './fw-loading-bar-da7d53fb.js';
14
- import { r as render$1 } from './index-ec267913.js';
14
+ import { r as render$1 } from './index-403af654.js';
15
15
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
16
16
  import './check-94a5917a.js';
17
17
 
@@ -0,0 +1,21 @@
1
+ import { c as render$1 } from './index-403af654.js';
2
+ import { defineComponent, resolveComponent, openBlock, createBlock } from 'vue';
3
+
4
+ var script = defineComponent({
5
+ name: 'FwLoadingSpinner',
6
+ components: {
7
+ LoadingSvg: render$1
8
+ }
9
+ });
10
+
11
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
12
+ var _component_LoadingSvg = resolveComponent("LoadingSvg");
13
+
14
+ return openBlock(), createBlock(_component_LoadingSvg, {
15
+ "class": "fw-loading-spinner animate-spin"
16
+ });
17
+ }
18
+
19
+ script.render = render;
20
+
21
+ export { script as s };
package/esm/fw-modal.js CHANGED
@@ -1,11 +1,12 @@
1
- export { s as FwModal } from './index-d589fca1.js';
1
+ export { s as FwModal } from './index-f00f3690.js';
2
2
  import './es.array.includes-9a6e4066.js';
3
3
  import './function-name-c49146fc.js';
4
4
  import './object-keys-3c73c404.js';
5
5
  import './is-forced-fd46b5f2.js';
6
6
  import './add-to-unscopables-a5032b1d.js';
7
7
  import 'vue';
8
- import './fw-button-ac0fbc7a.js';
9
- import './index-ec267913.js';
8
+ import './fw-button-dc078722.js';
9
+ import './fw-loading-spinner-649aa589.js';
10
+ import './index-403af654.js';
10
11
  import './check-94a5917a.js';
11
12
  import './style-inject.es-1f59c1d0.js';
@@ -1,12 +1,13 @@
1
1
  import { defineComponent, ref, createElementVNode, resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, Fragment, renderList, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
2
- import { s as script$1 } from './fw-button-ac0fbc7a.js';
2
+ import { s as script$1 } from './fw-button-dc078722.js';
3
3
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
4
4
  import './es.array.includes-9a6e4066.js';
5
5
  import './function-name-c49146fc.js';
6
6
  import './object-keys-3c73c404.js';
7
7
  import './is-forced-fd46b5f2.js';
8
8
  import './add-to-unscopables-a5032b1d.js';
9
- import './index-ec267913.js';
9
+ import './fw-loading-spinner-649aa589.js';
10
+ import './index-403af654.js';
10
11
  import './check-94a5917a.js';
11
12
 
12
13
  var script = defineComponent({
package/esm/fw-table.js CHANGED
@@ -3,7 +3,7 @@ import { _ as _export, o as objectKeys } from './object-keys-3c73c404.js';
3
3
  import { e as toAbsoluteIndex$1, l as lengthOfArrayLike$2 } from './is-forced-fd46b5f2.js';
4
4
  import { t as toString$1 } from './to-string-c2bd1f4d.js';
5
5
  import { c as createProperty$1, a as arrayMethodIsStrict$1 } from './create-property-da6d232b.js';
6
- import { c as render$3 } from './index-ec267913.js';
6
+ import { b as render$3 } from './index-403af654.js';
7
7
  import { defineComponent, computed, ref, resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, renderList, withKeys, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
8
8
  import { s as script$3 } from './fw-loading-bar-da7d53fb.js';
9
9
  import './classof-088c9833.js';
@@ -375,4 +375,4 @@ function render(_ctx, _cache) {
375
375
  return (openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3))
376
376
  }
377
377
 
378
- export { render$9 as a, render as b, render$4 as c, render$d as r };
378
+ export { render$9 as a, render$4 as b, render as c, render$d as r };
@@ -1,6 +1,6 @@
1
1
  import './es.array.includes-9a6e4066.js';
2
2
  import { defineComponent, pushScopeId, popScopeId, resolveComponent, openBlock, createBlock, Transition, withCtx, createElementVNode, createElementBlock, renderSlot, createCommentVNode, createTextVNode, toDisplayString } from 'vue';
3
- import { s as script$1 } from './fw-button-ac0fbc7a.js';
3
+ import { s as script$1 } from './fw-button-dc078722.js';
4
4
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
5
5
 
6
6
  /** Detect free variable `global` from Node.js. */
package/esm/index.js CHANGED
@@ -18,8 +18,8 @@ import { FwNavigationMenu as script$5 } from './fw-navigation-menu.js';
18
18
  export { FwNavigationMenu } from './fw-navigation-menu.js';
19
19
  import { FwTabs as script$6, FwTab as script$7 } from './fw-tabs.js';
20
20
  export { FwTab, FwTabs } from './fw-tabs.js';
21
- import { s as script$8, u as uniqueId } from './index-d589fca1.js';
22
- export { s as FwModal } from './index-d589fca1.js';
21
+ import { s as script$8, u as uniqueId } from './index-f00f3690.js';
22
+ export { s as FwModal } from './index-f00f3690.js';
23
23
  import { FwProgressBar as script$9 } from './fw-progress-bar.js';
24
24
  export { FwProgressBar } from './fw-progress-bar.js';
25
25
  import { FwTag as script$a } from './fw-tag.js';
@@ -34,10 +34,12 @@ import { FwEmailPulse as __default__, FwSuccessPulse as __default__$1 } from './
34
34
  export { FwEmailPulse, FwSuccessPulse } from './fw-animations.js';
35
35
  import { F as Form } from './vee-validate.esm-a17a23c3.js';
36
36
  export { F as FwForm } from './vee-validate.esm-a17a23c3.js';
37
- import { s as script$4 } from './fw-button-ac0fbc7a.js';
38
- export { s as FwButton } from './fw-button-ac0fbc7a.js';
37
+ import { s as script$4 } from './fw-button-dc078722.js';
38
+ export { s as FwButton } from './fw-button-dc078722.js';
39
39
  import { s as script$g } from './fw-loading-bar-da7d53fb.js';
40
40
  export { s as FwLoadingBar } from './fw-loading-bar-da7d53fb.js';
41
+ import { s as script$j } from './fw-loading-spinner-649aa589.js';
42
+ export { s as FwLoadingSpinner } from './fw-loading-spinner-649aa589.js';
41
43
  import { createApp } from 'vue';
42
44
  import './es.array.includes-9a6e4066.js';
43
45
  import './add-to-unscopables-a5032b1d.js';
@@ -46,7 +48,7 @@ import './to-string-c2bd1f4d.js';
46
48
  import './classof-088c9833.js';
47
49
  import './array-iteration-4f83e223.js';
48
50
  import './create-property-da6d232b.js';
49
- import './index-ec267913.js';
51
+ import './index-403af654.js';
50
52
  import './check-94a5917a.js';
51
53
  import './style-inject.es-1f59c1d0.js';
52
54
  import './es.function.name-2fa3a718.js';
@@ -187,7 +189,8 @@ var components = /*#__PURE__*/Object.freeze({
187
189
  FwLoadingCard: script$h,
188
190
  FwLoadingTable: script$i,
189
191
  FwEmailPulse: __default__,
190
- FwSuccessPulse: __default__$1
192
+ FwSuccessPulse: __default__$1,
193
+ FwLoadingSpinner: script$j
191
194
  });
192
195
 
193
196
  function _defineProperty(obj, key, value) {
@@ -8933,7 +8933,8 @@ var components = /*#__PURE__*/Object.freeze({
8933
8933
  FwLoadingCard: script$1,
8934
8934
  FwLoadingTable: script,
8935
8935
  FwEmailPulse: __default__$1,
8936
- FwSuccessPulse: __default__
8936
+ FwSuccessPulse: __default__,
8937
+ FwLoadingSpinner: script$f
8937
8938
  });
8938
8939
 
8939
8940
  function _defineProperty(obj, key, value) {
@@ -9022,4 +9023,4 @@ var install = function install(app) {
9022
9023
  });
9023
9024
  };
9024
9025
 
9025
- export { script$3 as FwAccordion, script$e as FwButton, script$g as FwCard, script$i as FwCheckbox, script$h as FwDropdown, __default__$1 as FwEmailPulse, Form as FwForm, script$2 as FwImage, script$j as FwInput, script$7 as FwLoadingBar, script$1 as FwLoadingCard, script as FwLoadingTable, script$a as FwModal, script$d as FwNavigationMenu, script$9 as FwProgressBar, __default__ as FwSuccessPulse, script$b as FwTab, script$6 as FwTable, script$5 as FwTableHead, script$4 as FwTableRow, script$c as FwTabs, script$8 as FwTag, install as default, modalService };
9026
+ export { script$3 as FwAccordion, script$e as FwButton, script$g as FwCard, script$i as FwCheckbox, script$h as FwDropdown, __default__$1 as FwEmailPulse, Form as FwForm, script$2 as FwImage, script$j as FwInput, script$7 as FwLoadingBar, script$1 as FwLoadingCard, script$f as FwLoadingSpinner, script as FwLoadingTable, script$a as FwModal, script$d as FwNavigationMenu, script$9 as FwProgressBar, __default__ as FwSuccessPulse, script$b as FwTab, script$6 as FwTable, script$5 as FwTableHead, script$4 as FwTableRow, script$c as FwTabs, script$8 as FwTag, install as default, modalService };
package/index.d.ts CHANGED
@@ -18,7 +18,7 @@ declare interface FwInputProps {
18
18
  tabindex?: string;
19
19
  }
20
20
 
21
- declare const _default$i: vue.DefineComponent<{
21
+ declare const _default$j: vue.DefineComponent<{
22
22
  /**
23
23
  * The input v-model
24
24
  */
@@ -169,7 +169,7 @@ declare const _default$i: vue.DefineComponent<{
169
169
  tabindex: string;
170
170
  }>;
171
171
 
172
- declare const _default$h: vue.DefineComponent<{
172
+ declare const _default$i: vue.DefineComponent<{
173
173
  /**
174
174
  * The name of the input field. Must be unique per form.
175
175
  */
@@ -236,7 +236,7 @@ declare interface FwDropdownProps {
236
236
  placeholder?: string;
237
237
  }
238
238
 
239
- declare const _default$g: vue.DefineComponent<{
239
+ declare const _default$h: vue.DefineComponent<{
240
240
  /**
241
241
  * The select v-model
242
242
  */
@@ -347,7 +347,7 @@ declare const _default$g: vue.DefineComponent<{
347
347
  placeholder: string;
348
348
  }>;
349
349
 
350
- declare const _default$f: vue.DefineComponent<{
350
+ declare const _default$g: vue.DefineComponent<{
351
351
  /**
352
352
  * The header title of the card
353
353
  */
@@ -455,7 +455,7 @@ declare interface FwButtonProps {
455
455
  loading?: boolean;
456
456
  }
457
457
 
458
- declare const _default$e: vue.DefineComponent<{
458
+ declare const _default$f: vue.DefineComponent<{
459
459
  /**
460
460
  * A `router-link` path or object
461
461
  */
@@ -622,7 +622,7 @@ declare interface NavMenuItem {
622
622
  label: string;
623
623
  }
624
624
 
625
- declare const _default$d: vue.DefineComponent<{
625
+ declare const _default$e: vue.DefineComponent<{
626
626
  /**
627
627
  * An array of menu items
628
628
  * `{ to?: string | object; href?: string; label: string; }`
@@ -677,7 +677,7 @@ declare const _default$d: vue.DefineComponent<{
677
677
  containerClass: string;
678
678
  }>;
679
679
 
680
- declare const _default$c: vue.DefineComponent<{
680
+ declare const _default$d: vue.DefineComponent<{
681
681
  /**
682
682
  * The active tab v-model
683
683
  */
@@ -701,7 +701,7 @@ declare const _default$c: vue.DefineComponent<{
701
701
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
702
702
  }, {}>;
703
703
 
704
- declare const _default$b: vue.DefineComponent<{
704
+ declare const _default$c: vue.DefineComponent<{
705
705
  /**
706
706
  * The label of the tab component used as the button panel label
707
707
  */
@@ -733,7 +733,7 @@ declare const _default$b: vue.DefineComponent<{
733
733
  };
734
734
  }>>, {}>;
735
735
 
736
- declare const _default$a: vue.DefineComponent<{
736
+ declare const _default$b: vue.DefineComponent<{
737
737
  /**
738
738
  * The header title of the modal
739
739
  */
@@ -882,7 +882,7 @@ declare interface ProgressBarStep {
882
882
  subSteps: number;
883
883
  }
884
884
 
885
- declare const _default$9: vue.DefineComponent<{
885
+ declare const _default$a: vue.DefineComponent<{
886
886
  /**
887
887
  * An array of menu progress steps.
888
888
  * `{ label: string; position: number; subSteps: number; }`
@@ -949,7 +949,7 @@ declare interface FwTagProps {
949
949
  variant?: TagVariantName;
950
950
  }
951
951
 
952
- declare const _default$8: vue.DefineComponent<{
952
+ declare const _default$9: vue.DefineComponent<{
953
953
  /**
954
954
  * The size of the tag. Accepts: 'xs' & 'sm'
955
955
  */
@@ -1009,7 +1009,7 @@ declare interface FwTableProps {
1009
1009
  loading?: boolean;
1010
1010
  }
1011
1011
 
1012
- declare const _default$7: vue.DefineComponent<{
1012
+ declare const _default$8: vue.DefineComponent<{
1013
1013
  items: {
1014
1014
  type: PropType<FwTableItem[]>;
1015
1015
  required: true;
@@ -1050,11 +1050,11 @@ declare const _default$7: vue.DefineComponent<{
1050
1050
  loading: boolean;
1051
1051
  }>;
1052
1052
 
1053
- declare const _default$6: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1053
+ declare const _default$7: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1054
1054
 
1055
- declare const _default$5: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1055
+ declare const _default$6: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1056
1056
 
1057
- declare const _default$4: vue.DefineComponent<{
1057
+ declare const _default$5: vue.DefineComponent<{
1058
1058
  /**
1059
1059
  * The header title of the accordion
1060
1060
  */
@@ -1102,7 +1102,7 @@ declare const _default$4: vue.DefineComponent<{
1102
1102
  isOpened: boolean;
1103
1103
  }>;
1104
1104
 
1105
- declare const _default$3: vue.DefineComponent<{
1105
+ declare const _default$4: vue.DefineComponent<{
1106
1106
  /**
1107
1107
  * The src attribute of the image
1108
1108
  */
@@ -1185,11 +1185,11 @@ declare const _default$3: vue.DefineComponent<{
1185
1185
  threshold: number;
1186
1186
  }>;
1187
1187
 
1188
- declare const _default$2: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1188
+ declare const _default$3: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1189
1189
 
1190
- declare const _default$1: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1190
+ declare const _default$2: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1191
1191
 
1192
- declare const _default: vue.DefineComponent<{
1192
+ declare const _default$1: vue.DefineComponent<{
1193
1193
  columns: {
1194
1194
  type: NumberConstructor;
1195
1195
  default: number;
@@ -1262,6 +1262,8 @@ declare const __default__: vue.DefineComponent<{
1262
1262
  animationIteration: string | number;
1263
1263
  }>;
1264
1264
 
1265
+ declare const _default: vue.DefineComponent<{}, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, vue.EmitsOptions, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{}>>, {}>;
1266
+
1265
1267
  declare interface FwModalProps {
1266
1268
  header?: string;
1267
1269
  body?: string;
@@ -1318,4 +1320,4 @@ declare interface FwImageProps {
1318
1320
 
1319
1321
  declare module '@frollo/frollo-web-ui/icons' { }
1320
1322
 
1321
- export { ButtonAnimation, ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, _default$4 as FwAccordion, FwAccordionProps, _default$e as FwButton, FwButtonProps, _default$f as FwCard, FwCardProps, _default$h as FwCheckbox, FwCheckboxProps, _default$g as FwDropdown, FwDropdownOption, FwDropdownProps, __default__$1 as FwEmailPulse, _default$3 as FwImage, FwImageProps, _default$i as FwInput, FwInputProps, FwInputType, _default$2 as FwLoadingBar, _default$1 as FwLoadingCard, _default as FwLoadingTable, _default$a as FwModal, FwModalProps, _default$d as FwNavigationMenu, _default$9 as FwProgressBar, __default__ as FwSuccessPulse, _default$b as FwTab, _default$7 as FwTable, FwTableFormatFunction, _default$6 as FwTableHead, FwTableItem, FwTableItemOptions, FwTableProps, _default$5 as FwTableRow, FwTableSort, _default$c as FwTabs, _default$8 as FwTag, FwTagProps, ModalServiceProps, NavMenuItem, ProgressBarStep, TagDefinition, TagDefinitionList, TagSize, TagSizes, TagVariantName, install as default, modalService };
1323
+ export { ButtonAnimation, ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, _default$5 as FwAccordion, FwAccordionProps, _default$f as FwButton, FwButtonProps, _default$g as FwCard, FwCardProps, _default$i as FwCheckbox, FwCheckboxProps, _default$h as FwDropdown, FwDropdownOption, FwDropdownProps, __default__$1 as FwEmailPulse, _default$4 as FwImage, FwImageProps, _default$j as FwInput, FwInputProps, FwInputType, _default$3 as FwLoadingBar, _default$2 as FwLoadingCard, _default as FwLoadingSpinner, _default$1 as FwLoadingTable, _default$b as FwModal, FwModalProps, _default$e as FwNavigationMenu, _default$a as FwProgressBar, __default__ as FwSuccessPulse, _default$c as FwTab, _default$8 as FwTable, FwTableFormatFunction, _default$7 as FwTableHead, FwTableItem, FwTableItemOptions, FwTableProps, _default$6 as FwTableRow, FwTableSort, _default$d as FwTabs, _default$9 as FwTag, FwTagProps, ModalServiceProps, NavMenuItem, ProgressBarStep, TagDefinition, TagDefinitionList, TagSize, TagSizes, TagVariantName, install as default, modalService };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./icons": "./icons/index.ts",
@@ -1,3 +1,4 @@
1
1
  import FwEmailPulse from './fw-email-pulse.vue';
2
2
  import FwSuccessPulse from './fw-success-pulse.vue';
3
- export { FwEmailPulse, FwSuccessPulse };
3
+ import FwLoadingSpinner from './fw-loading-spinner.vue';
4
+ export { FwEmailPulse, FwSuccessPulse, FwLoadingSpinner };