@frollo/frollo-web-ui 0.2.1 → 0.2.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.
package/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as vue from 'vue';
2
2
  import { PropType, Plugin } from 'vue';
3
3
  export { Form as FwForm } from 'vee-validate';
4
+ import * as _vue_shared from '@vue/shared';
4
5
 
5
6
  declare type FwInputType = 'text' | 'password';
6
7
  declare interface FwInputProps {
@@ -426,7 +427,7 @@ declare const _default$2: vue.DefineComponent<{
426
427
  };
427
428
  }, {
428
429
  active: vue.ComputedRef<number>;
429
- tabs: vue.Ref<never[]>;
430
+ tabs: vue.Ref<any>;
430
431
  selectTab: (tab: number) => void;
431
432
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
432
433
  /**
@@ -451,6 +452,17 @@ declare const _default$1: vue.DefineComponent<{
451
452
  }, {
452
453
  isActive: vue.ComputedRef<boolean>;
453
454
  index: vue.ComputedRef<any>;
455
+ props: Readonly<_vue_shared.LooseRequired<Readonly<vue.ExtractPropTypes<{
456
+ /**
457
+ * The label of the tab component used as the button panel label
458
+ */
459
+ label: {
460
+ type: StringConstructor;
461
+ required: true;
462
+ };
463
+ }>> & {
464
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
465
+ }>>;
454
466
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
455
467
  /**
456
468
  * The label of the tab component used as the button panel label
@@ -604,6 +616,54 @@ declare const _default: vue.DefineComponent<{
604
616
  confirmButtonType: ButtonVariantName;
605
617
  }>;
606
618
 
619
+ declare const __default__$1: vue.DefineComponent<{
620
+ /**
621
+ * The animation-iteration-count CSS property of the pulse animation.
622
+ * Sets the number of times an animation sequence should be played before stopping.
623
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
624
+ */
625
+ animationIteration: {
626
+ type: (StringConstructor | NumberConstructor)[];
627
+ default: number;
628
+ };
629
+ }, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
630
+ /**
631
+ * The animation-iteration-count CSS property of the pulse animation.
632
+ * Sets the number of times an animation sequence should be played before stopping.
633
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
634
+ */
635
+ animationIteration: {
636
+ type: (StringConstructor | NumberConstructor)[];
637
+ default: number;
638
+ };
639
+ }>>, {
640
+ animationIteration: string | number;
641
+ }>;
642
+
643
+ declare const __default__: vue.DefineComponent<{
644
+ /**
645
+ * The animation-iteration-count CSS property of the pulse animation.
646
+ * Sets the number of times an animation sequence should be played before stopping.
647
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
648
+ */
649
+ animationIteration: {
650
+ type: (StringConstructor | NumberConstructor)[];
651
+ default: number;
652
+ };
653
+ }, unknown, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
654
+ /**
655
+ * The animation-iteration-count CSS property of the pulse animation.
656
+ * Sets the number of times an animation sequence should be played before stopping.
657
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
658
+ */
659
+ animationIteration: {
660
+ type: (StringConstructor | NumberConstructor)[];
661
+ default: number;
662
+ };
663
+ }>>, {
664
+ animationIteration: string | number;
665
+ }>;
666
+
607
667
  declare interface FwModalProps {
608
668
  header?: string;
609
669
  body?: string;
@@ -643,4 +703,4 @@ declare interface FwCheckboxProps {
643
703
 
644
704
  declare module '@frollo/frollo-web-ui/icons' { }
645
705
 
646
- export { ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, _default$4 as FwButton, FwButtonProps, _default$5 as FwCard, FwCardProps, _default$6 as FwCheckbox, FwCheckboxProps, _default$7 as FwInput, FwInputProps, FwInputType, _default as FwModal, FwModalProps, _default$3 as FwNavigationMenu, _default$1 as FwTab, _default$2 as FwTabs, ModalServiceProps, NavMenuItem, install as default, modalService };
706
+ export { ButtonDefinition, ButtonDefinitionList, ButtonSize, ButtonSizes, ButtonTypeAttribute, ButtonVariantName, _default$4 as FwButton, FwButtonProps, _default$5 as FwCard, FwCardProps, _default$6 as FwCheckbox, FwCheckboxProps, __default__$1 as FwEmailPulse, _default$7 as FwInput, FwInputProps, FwInputType, _default as FwModal, FwModalProps, _default$3 as FwNavigationMenu, __default__ as FwSuccessPulse, _default$1 as FwTab, _default$2 as FwTabs, ModalServiceProps, NavMenuItem, install as default, modalService };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frollo/frollo-web-ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Frollo's UI library for components, utilities and configs",
5
5
  "exports": {
6
6
  "./icons": "./icons/index.ts",
@@ -0,0 +1,24 @@
1
+ declare const __default__: import("vue").DefineComponent<{
2
+ /**
3
+ * The animation-iteration-count CSS property of the pulse animation.
4
+ * Sets the number of times an animation sequence should be played before stopping.
5
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
6
+ */
7
+ animationIteration: {
8
+ type: (StringConstructor | NumberConstructor)[];
9
+ default: number;
10
+ };
11
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ /**
13
+ * The animation-iteration-count CSS property of the pulse animation.
14
+ * Sets the number of times an animation sequence should be played before stopping.
15
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
16
+ */
17
+ animationIteration: {
18
+ type: (StringConstructor | NumberConstructor)[];
19
+ default: number;
20
+ };
21
+ }>>, {
22
+ animationIteration: string | number;
23
+ }>;
24
+ export default __default__;
@@ -0,0 +1,24 @@
1
+ declare const __default__: import("vue").DefineComponent<{
2
+ /**
3
+ * The animation-iteration-count CSS property of the pulse animation.
4
+ * Sets the number of times an animation sequence should be played before stopping.
5
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
6
+ */
7
+ animationIteration: {
8
+ type: (StringConstructor | NumberConstructor)[];
9
+ default: number;
10
+ };
11
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
12
+ /**
13
+ * The animation-iteration-count CSS property of the pulse animation.
14
+ * Sets the number of times an animation sequence should be played before stopping.
15
+ * https://developer.mozilla.org/en-US/docs/Web/CSS/animation-iteration-count
16
+ */
17
+ animationIteration: {
18
+ type: (StringConstructor | NumberConstructor)[];
19
+ default: number;
20
+ };
21
+ }>>, {
22
+ animationIteration: string | number;
23
+ }>;
24
+ export default __default__;
@@ -0,0 +1,3 @@
1
+ import FwEmailPulse from './fw-email-pulse.vue';
2
+ import FwSuccessPulse from './fw-success-pulse.vue';
3
+ export { FwEmailPulse, FwSuccessPulse };
@@ -9,6 +9,17 @@ declare const _default: import("vue").DefineComponent<{
9
9
  }, {
10
10
  isActive: import("vue").ComputedRef<boolean>;
11
11
  index: import("vue").ComputedRef<any>;
12
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
13
+ /**
14
+ * The label of the tab component used as the button panel label
15
+ */
16
+ label: {
17
+ type: StringConstructor;
18
+ required: true;
19
+ };
20
+ }>> & {
21
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
22
+ }>>;
12
23
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
24
  /**
14
25
  * The label of the tab component used as the button panel label
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
8
8
  };
9
9
  }, {
10
10
  active: import("vue").ComputedRef<number>;
11
- tabs: import("vue").Ref<never[]>;
11
+ tabs: import("vue").Ref<any>;
12
12
  selectTab: (tab: number) => void;
13
13
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
14
14
  /**
@@ -6,3 +6,4 @@ export * from './fw-button';
6
6
  export * from './fw-navigation-menu';
7
7
  export * from './fw-tabs';
8
8
  export * from './fw-modal';
9
+ export * from './fw-animations';