@maltjoy/core-vue 3.15.5 → 3.16.1

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 (81) hide show
  1. package/dist/components/JoyAvailability/JoyAvailability.types.d.ts +1 -1
  2. package/dist/components/JoyAvatar/JoyAvatar.types.d.ts +4 -4
  3. package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +13 -9
  4. package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +1 -1
  5. package/dist/components/JoyBadge/JoyBadge.types.d.ts +1 -1
  6. package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +3 -4
  7. package/dist/components/JoyBadgeLevel/JoyBadgeLevel.types.d.ts +1 -1
  8. package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +1 -1
  9. package/dist/components/JoyButton/JoyButton.types.d.ts +14 -4
  10. package/dist/components/JoyButton/VJoyButton.vue.d.ts +12 -12
  11. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +4 -6
  12. package/dist/components/JoyCompanyAvatar/JoyCompanyAvatar.types.d.ts +3 -3
  13. package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +4 -4
  14. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +4 -4
  15. package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +2 -2
  16. package/dist/components/JoyDropdown/JoyDropdown.types.d.ts +2 -2
  17. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +23 -18
  18. package/dist/components/JoyDropdownList/JoyDropdownList.types.d.ts +3 -3
  19. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +38 -16
  20. package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +1 -1
  21. package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +7 -3
  22. package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +10 -0
  23. package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +1 -1
  24. package/dist/components/JoyFunnel/JoyFunnel.types.d.ts +5 -0
  25. package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +53 -0
  26. package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +10 -0
  27. package/dist/components/JoyHighlight/JoyHighlight.types.d.ts +3 -3
  28. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +7 -8
  29. package/dist/components/JoyIcon/JoyIcon.types.d.ts +4 -4
  30. package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +3 -3
  31. package/dist/components/JoyInput/JoyInput.types.d.ts +3 -3
  32. package/dist/components/JoyInput/VJoyInput.vue.d.ts +14 -10
  33. package/dist/components/JoyLabel/JoyLabel.types.d.ts +1 -1
  34. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +3 -4
  35. package/dist/components/JoyLink/VJoyLink.vue.d.ts +6 -7
  36. package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +22 -6
  37. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +17 -3
  38. package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -2
  39. package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +2 -2
  40. package/dist/components/JoyPanel/JoyPanel.types.d.ts +5 -5
  41. package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +17 -17
  42. package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +2 -2
  43. package/dist/components/JoyProgressBar/JoyProgressBar.types.d.ts +2 -2
  44. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +4 -4
  45. package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +2 -2
  46. package/dist/components/JoyRatingStars/JoyRatingStars.types.d.ts +3 -3
  47. package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +5 -5
  48. package/dist/components/JoyScreenLoader/VJoyScreenLoader.types.d.ts +1 -1
  49. package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +2 -2
  50. package/dist/components/JoySelect/JoySelect.types.d.ts +3 -3
  51. package/dist/components/JoySelect/VJoySelect.vue.d.ts +7 -7
  52. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +3 -3
  53. package/dist/components/JoySeparator/JoySeparator.types.d.ts +3 -3
  54. package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +4 -4
  55. package/dist/components/JoySpinner/JoySpinner.types.d.ts +1 -1
  56. package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +5 -5
  57. package/dist/components/JoyTab/TabButton.vue.d.ts +1 -1
  58. package/dist/components/JoyTab/VJoyTab.vue.d.ts +10 -3
  59. package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +3 -3
  60. package/dist/components/JoyTag/JoyTag.types.d.ts +4 -4
  61. package/dist/components/JoyTag/VJoyTag.vue.d.ts +18 -6
  62. package/dist/components/JoyTagsList/JoyTagsList.types.d.ts +1 -1
  63. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +9 -3
  64. package/dist/components/JoyTemplate/JoyTemplate.types.d.ts +1 -1
  65. package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +7 -7
  66. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +2 -2
  67. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +6 -4
  68. package/dist/components/JoyWrapper/JoyWrapper.types.d.ts +5 -5
  69. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +8 -8
  70. package/dist/components/components.types.d.ts +1 -0
  71. package/dist/components/index.d.ts +3 -1
  72. package/dist/helpers/index.d.ts +2 -2
  73. package/dist/joy-vue.js +1368 -1634
  74. package/dist/joy-vue.umd.cjs +1 -1
  75. package/dist/style.css +1 -1
  76. package/dist/tests/composables/test-components/CheckboxFormProps.vue.d.ts +2 -2
  77. package/dist/tests/composables/test-components/GenericFormProps.vue.d.ts +1 -1
  78. package/dist/tests/composables/test-components/GenericFormPropsWithLabel.vue.d.ts +1 -1
  79. package/dist/types/index.d.ts +4 -0
  80. package/joy-components.d.ts +3 -0
  81. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { SelectSizes } from './JoySelect.types';
2
+ import { TJoySelectSizes } from './JoySelect.types';
3
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
4
4
  disabled: {
5
5
  type: BooleanConstructor;
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
33
33
  type: (StringConstructor | NumberConstructor)[];
34
34
  };
35
35
  size: {
36
- type: PropType<SelectSizes>;
36
+ type: PropType<TJoySelectSizes>;
37
37
  default: string;
38
38
  };
39
39
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -71,20 +71,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
71
71
  type: (StringConstructor | NumberConstructor)[];
72
72
  };
73
73
  size: {
74
- type: PropType<SelectSizes>;
74
+ type: PropType<TJoySelectSizes>;
75
75
  default: string;
76
76
  };
77
77
  }>> & {
78
78
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
79
79
  }, {
80
- size: SelectSizes;
81
- disabled: boolean;
80
+ size: TJoySelectSizes;
82
81
  required: boolean;
82
+ disabled: boolean;
83
83
  invalid: boolean;
84
84
  requiredMark: boolean;
85
85
  }, {}>, {
86
- 'select-label': (_: {}) => any;
87
- default: (_: {}) => any;
86
+ "select-label"?(_: {}): any;
87
+ default?(_: {}): any;
88
88
  }>;
89
89
  export default _default;
90
90
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -67,14 +67,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
67
67
  }>> & {
68
68
  "onUpdate:checked"?: ((value: string | boolean) => any) | undefined;
69
69
  }, {
70
- disabled: boolean;
71
70
  required: boolean;
71
+ disabled: boolean;
72
72
  checked: boolean;
73
73
  invalid: boolean;
74
74
  multiple: boolean;
75
75
  }, {}>, {
76
- default: (_: {}) => any;
77
- 'selectable-item-sublabel': (_: {}) => any;
76
+ default?(_: {}): any;
77
+ "selectable-item-sublabel"?(_: {}): any;
78
78
  }>;
79
79
  export default _default;
80
80
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,4 +1,4 @@
1
- import { SIZES } from '@/types';
1
+ import { SIZES } from '../../types';
2
2
  export type BinarySizes = 'default';
3
- export type SeparatorSizes = BinarySizes | Extract<(typeof SIZES)[number], 'small'>;
4
- export declare const SEPARATOR_SIZES: SeparatorSizes[];
3
+ export type TJoySeparatorSizes = BinarySizes | Extract<(typeof SIZES)[number], 'small'>;
4
+ export declare const SEPARATOR_SIZES: TJoySeparatorSizes[];
@@ -1,12 +1,12 @@
1
1
  import { PropType } from 'vue';
2
- import { SeparatorSizes } from './JoySeparator.types';
2
+ import { TJoySeparatorSizes } from './JoySeparator.types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  /** Main text to apply in the central area */
5
5
  text: {
6
6
  type: StringConstructor;
7
7
  };
8
8
  size: {
9
- type: PropType<SeparatorSizes>;
9
+ type: PropType<TJoySeparatorSizes>;
10
10
  default: string;
11
11
  };
12
12
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -15,10 +15,10 @@ declare const _default: import("vue").DefineComponent<{
15
15
  type: StringConstructor;
16
16
  };
17
17
  size: {
18
- type: PropType<SeparatorSizes>;
18
+ type: PropType<TJoySeparatorSizes>;
19
19
  default: string;
20
20
  };
21
21
  }>>, {
22
- size: SeparatorSizes;
22
+ size: TJoySeparatorSizes;
23
23
  }, {}>;
24
24
  export default _default;
@@ -1,2 +1,2 @@
1
1
  export declare const SPINNER_COLORS: readonly ["teal", "white"];
2
- export type SpinnerColors = (typeof SPINNER_COLORS)[number];
2
+ export type TJoySpinnerColors = (typeof SPINNER_COLORS)[number];
@@ -1,14 +1,14 @@
1
1
  import { PropType } from 'vue';
2
- import { SpinnerColors } from './JoySpinner.types';
2
+ import { TJoySpinnerColors } from './JoySpinner.types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  color: {
5
- type: PropType<"teal" | "white">;
6
- validator(color: SpinnerColors): boolean;
5
+ type: PropType<"white" | "teal">;
6
+ validator(color: TJoySpinnerColors): boolean;
7
7
  };
8
8
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
9
  color: {
10
- type: PropType<"teal" | "white">;
11
- validator(color: SpinnerColors): boolean;
10
+ type: PropType<"white" | "teal">;
11
+ validator(color: TJoySpinnerColors): boolean;
12
12
  };
13
13
  }>>, {}, {}>;
14
14
  export default _default;
@@ -63,7 +63,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
63
63
  }, {
64
64
  selected: boolean;
65
65
  }, {}>, {
66
- default: (_: {}) => any;
66
+ default?(_: {}): any;
67
67
  }>;
68
68
  export default _default;
69
69
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -44,9 +44,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
44
44
  type: StringConstructor;
45
45
  required: false;
46
46
  };
47
- }>>, {}, {}>, {
48
- default: (_: {}) => any;
49
- }>;
47
+ }>>, {}, {}>, Readonly<{
48
+ /**
49
+ * The slot for the content
50
+ */
51
+ default(): any;
52
+ /**
53
+ * Slot to have a custom header
54
+ */
55
+ header(): any;
56
+ }>>;
50
57
  export default _default;
51
58
  type __VLS_WithTemplateSlots<T, S> = T & {
52
59
  new (): {
@@ -12,9 +12,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
12
12
  };
13
13
  }>> & {
14
14
  "onUpdate:selected-tab"?: ((value: string) => any) | undefined;
15
- }, {}, {}>, {
16
- default: (_: {}) => any;
17
- }>;
15
+ }, {}, {}>, Readonly<{
16
+ default(): any;
17
+ }>>;
18
18
  export default _default;
19
19
  type __VLS_WithTemplateSlots<T, S> = T & {
20
20
  new (): {
@@ -1,9 +1,9 @@
1
- import { SIZES } from '@/types';
1
+ import { SIZES } from '../../types';
2
2
  import VJoyTag from './VJoyTag.vue';
3
3
  export declare const TAG_VARIANTS: readonly ["important", "inactive", "pending", "pricing", "primary", "secondary"];
4
- export type TagVariants = (typeof TAG_VARIANTS)[number];
5
- export type TagSizes = Exclude<(typeof SIZES)[number], 'xlarge' | 'xxsmall'>;
6
- export declare const TAG_SIZES: TagSizes[];
4
+ export type TJoyTagVariants = (typeof TAG_VARIANTS)[number];
5
+ export type TJoyTagSizes = Exclude<(typeof SIZES)[number], 'xlarge' | 'xxsmall'>;
6
+ export declare const TAG_SIZES: TJoyTagSizes[];
7
7
  export type VJoyTagProps = InstanceType<typeof VJoyTag>['$props'];
8
8
  export interface IJoyTagSelected {
9
9
  selected: boolean;
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { TagSizes } from './JoyTag.types';
2
+ import { TJoyTagSizes, IJoyTagSelected } from './JoyTag.types';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  /** Text injected within the tag */
5
5
  label: {
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
7
7
  required: true;
8
8
  };
9
9
  size: {
10
- type: PropType<TagSizes>;
10
+ type: PropType<TJoyTagSizes>;
11
11
  default: string;
12
12
  };
13
13
  variant: {
@@ -34,14 +34,20 @@ declare const _default: import("vue").DefineComponent<{
34
34
  type: BooleanConstructor;
35
35
  default: boolean;
36
36
  };
37
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
+ click: () => void;
39
+ selected: (args_0: IJoyTagSelected) => void;
40
+ remove: (args_0: {
41
+ value: string;
42
+ }) => void;
43
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
44
  /** Text injected within the tag */
39
45
  label: {
40
46
  type: StringConstructor;
41
47
  required: true;
42
48
  };
43
49
  size: {
44
- type: PropType<TagSizes>;
50
+ type: PropType<TJoyTagSizes>;
45
51
  default: string;
46
52
  };
47
53
  variant: {
@@ -68,9 +74,15 @@ declare const _default: import("vue").DefineComponent<{
68
74
  type: BooleanConstructor;
69
75
  default: boolean;
70
76
  };
71
- }>>, {
77
+ }>> & {
78
+ onClick?: (() => any) | undefined;
79
+ onSelected?: ((args_0: IJoyTagSelected) => any) | undefined;
80
+ onRemove?: ((args_0: {
81
+ value: string;
82
+ }) => any) | undefined;
83
+ }, {
72
84
  link: boolean;
73
- size: TagSizes;
85
+ size: TJoyTagSizes;
74
86
  variant: "primary" | "secondary" | "important" | "inactive" | "pending" | "pricing";
75
87
  selected: boolean;
76
88
  selectable: boolean;
@@ -1,5 +1,5 @@
1
1
  import { IJoyTag } from '../JoyTag/JoyTag.types';
2
2
  export declare const TAGS_LIST_ALIGN: readonly ["center", "left", "right"];
3
- export type TagsListAlign = (typeof TAGS_LIST_ALIGN)[number];
3
+ export type TJoyTagsListAlign = (typeof TAGS_LIST_ALIGN)[number];
4
4
  export type TJoyTagsList = IJoyTag[];
5
5
  export type TJoyTagsListModel = IJoyTag['value'][];
@@ -18,7 +18,10 @@ declare const _default: import("vue").DefineComponent<{
18
18
  type: BooleanConstructor;
19
19
  default: boolean;
20
20
  };
21
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ "update:modelValue": (tags: TJoyTagsListModel) => void;
23
+ removeTag: (tagValue: string) => void;
24
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
25
  align: {
23
26
  type: PropType<"left" | "right" | "center">;
24
27
  default: string;
@@ -36,9 +39,12 @@ declare const _default: import("vue").DefineComponent<{
36
39
  type: BooleanConstructor;
37
40
  default: boolean;
38
41
  };
39
- }>>, {
40
- removable: boolean;
42
+ }>> & {
43
+ "onUpdate:modelValue"?: ((tags: TJoyTagsListModel) => any) | undefined;
44
+ onRemoveTag?: ((tagValue: string) => any) | undefined;
45
+ }, {
41
46
  align: "left" | "right" | "center";
47
+ removable: boolean;
42
48
  tags: TJoyTagsList;
43
49
  }, {}>;
44
50
  export default _default;
@@ -1,2 +1,2 @@
1
1
  export declare const TEMPLATE_SIDEBAR: readonly ["left", "right"];
2
- export type TemplateSidebar = (typeof TEMPLATE_SIDEBAR)[number];
2
+ export type TJoyTemplateSidebarSide = (typeof TEMPLATE_SIDEBAR)[number];
@@ -48,13 +48,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
48
48
  sidebar: "left" | "right";
49
49
  shapes: boolean;
50
50
  }, {}>, {
51
- 'template-back': (_: {}) => any;
52
- 'template-title': (_: {}) => any;
53
- 'template-subtitle': (_: {}) => any;
54
- 'template-actions': (_: {}) => any;
55
- 'template-main': (_: {}) => any;
56
- 'template-sidebar': (_: {}) => any;
57
- 'template-loader-content': (_: {}) => any;
51
+ "template-back"?(_: {}): any;
52
+ "template-title"?(_: {}): any;
53
+ "template-subtitle"?(_: {}): any;
54
+ "template-actions"?(_: {}): any;
55
+ "template-main"?(_: {}): any;
56
+ "template-sidebar"?(_: {}): any;
57
+ "template-loader-content"?(_: {}): any;
58
58
  }>;
59
59
  export default _default;
60
60
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -106,8 +106,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
106
106
  }>> & {
107
107
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
108
108
  }, {
109
- disabled: boolean;
110
109
  required: boolean;
110
+ disabled: boolean;
111
111
  invalid: boolean;
112
112
  labelSize: "small" | "large" | "medium";
113
113
  requiredMark: boolean;
@@ -117,7 +117,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117
117
  };
118
118
  autogrow: boolean;
119
119
  }, {}>, {
120
- default: (_: {}) => any;
120
+ default?(_: {}): any;
121
121
  }>;
122
122
  export default _default;
123
123
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -26,7 +26,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
26
26
  default: boolean;
27
27
  };
28
28
  label: StringConstructor;
29
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
+ "update:modelValue": (...args: any[]) => void;
31
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
32
  modelValue: {
31
33
  type: BooleanConstructor;
32
34
  default: boolean;
@@ -57,13 +59,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
57
59
  }>> & {
58
60
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
59
61
  }, {
60
- disabled: boolean;
61
62
  required: boolean;
62
- value: string;
63
+ disabled: boolean;
63
64
  invalid: boolean;
65
+ value: string;
64
66
  modelValue: boolean;
65
67
  }, {}>, {
66
- default: (_: {}) => any;
68
+ default?(_: {}): any;
67
69
  }>;
68
70
  export default _default;
69
71
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,10 +1,10 @@
1
1
  export declare const JUSTIFY_WRAPPER: readonly ["center", "space-between", "flex-start", "flex-end"];
2
- export type JustifyWrapper = (typeof JUSTIFY_WRAPPER)[number];
2
+ export type TJoyWrapperJustify = (typeof JUSTIFY_WRAPPER)[number];
3
3
  export declare const ALIGN_WRAPPER: readonly ["center", "flex-start", "flex-end", "stretch"];
4
- export type AlignWrapper = (typeof ALIGN_WRAPPER)[number];
4
+ export type TJoyWrapperAlign = (typeof ALIGN_WRAPPER)[number];
5
5
  export declare const DIRECTION_WRAPPER: readonly ["row", "column"];
6
- export type DirectionWrapper = (typeof DIRECTION_WRAPPER)[number];
6
+ export type TJoyWrapperDirection = (typeof DIRECTION_WRAPPER)[number];
7
7
  export declare const WRAP_WRAPPER: readonly ["nowrap", "wrap"];
8
- export type WrapWrapper = (typeof WRAP_WRAPPER)[number];
8
+ export type TJoyWrapperWrap = (typeof WRAP_WRAPPER)[number];
9
9
  export declare const GAP_WRAPPER: readonly ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
10
- export type GapWrapper = (typeof GAP_WRAPPER)[number];
10
+ export type TJoyWrapperGap = (typeof GAP_WRAPPER)[number];
@@ -31,12 +31,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
31
31
  };
32
32
  /** Gap between the columns. Refers to CSS column-gap. Value is based on spacing tokens. */
33
33
  columnGap: {
34
- type: PropType<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
34
+ type: PropType<"0" | "1" | "2" | "3" | "12" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11">;
35
35
  default: string;
36
36
  };
37
37
  /** Gap between the rows. Refers to CSS row-gap. Value is based on spacing tokens. */
38
38
  rowGap: {
39
- type: PropType<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
39
+ type: PropType<"0" | "1" | "2" | "3" | "12" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11">;
40
40
  default: string;
41
41
  };
42
42
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -71,25 +71,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
71
71
  };
72
72
  /** Gap between the columns. Refers to CSS column-gap. Value is based on spacing tokens. */
73
73
  columnGap: {
74
- type: PropType<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
74
+ type: PropType<"0" | "1" | "2" | "3" | "12" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11">;
75
75
  default: string;
76
76
  };
77
77
  /** Gap between the rows. Refers to CSS row-gap. Value is based on spacing tokens. */
78
78
  rowGap: {
79
- type: PropType<"0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
79
+ type: PropType<"0" | "1" | "2" | "3" | "12" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11">;
80
80
  default: string;
81
81
  };
82
82
  }>>, {
83
- wrap: "nowrap" | "wrap";
84
83
  align: "center" | "flex-start" | "flex-end" | "stretch";
85
84
  direction: "row" | "column";
86
85
  justify: "center" | "space-between" | "flex-start" | "flex-end";
86
+ wrap: "nowrap" | "wrap";
87
87
  itemStretch: boolean;
88
88
  noMargin: boolean;
89
- columnGap: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
90
- rowGap: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
89
+ columnGap: "0" | "1" | "2" | "3" | "12" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
90
+ rowGap: "0" | "1" | "2" | "3" | "12" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11";
91
91
  }, {}>, {
92
- default: (_: {}) => any;
92
+ default?(_: {}): any;
93
93
  }>;
94
94
  export default _default;
95
95
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -6,6 +6,7 @@ export * from './JoyButton/JoyButton.types';
6
6
  export * from './JoyCompanyAvatar/JoyCompanyAvatar.types';
7
7
  export * from './JoyDropdown/JoyDropdown.types';
8
8
  export * from './JoyDropdownList/JoyDropdownList.types';
9
+ export * from './JoyFunnel/JoyFunnel.types';
9
10
  export * from './JoyHighlight/JoyHighlight.types';
10
11
  export * from './JoyHighlight/JoyHighlight.types';
11
12
  export * from './JoyIcon/JoyIcon.types';
@@ -14,6 +14,8 @@ import VJoyFilterBar from '@/components/JoyFilterBar/VJoyFilterBar.vue';
14
14
  import VJoyFilterBarButton from '@/components/JoyFilterBarButton/VJoyFilterBarButton.vue';
15
15
  import VJoyFormError from '@/components/JoyFormError/VJoyFormError.vue';
16
16
  import VJoyFormFieldSkeleton from '@/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue';
17
+ import VJoyFooter from '@/components/JoyFooter/VJoyFooter.vue';
18
+ import VJoyFunnel from '@/components/JoyFunnel/VJoyFunnel.vue';
17
19
  import VJoyHighlight from '@/components/JoyHighlight/VJoyHighlight.vue';
18
20
  import VJoyIcon from '@/components/JoyIcon/VJoyIcon.vue';
19
21
  import VJoyInput from '@/components/JoyInput/VJoyInput.vue';
@@ -43,4 +45,4 @@ import VJoyTemplateShape from '@/components/JoyTemplateShape/VJoyTemplateShape.v
43
45
  import VJoyTextarea from '@/components/JoyTextarea/VJoyTextarea.vue';
44
46
  import VJoyToggle from '@/components/JoyToggle/VJoyToggle.vue';
45
47
  import VJoyWrapper from '@/components/JoyWrapper/VJoyWrapper.vue';
46
- export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyButton, VJoyCheckbox, VJoyCompanyAvatar, VJoyCounter, VJoyDividerCta, VJoyDropdown, VJoyDropdownList, VJoyFilterBar, VJoyFilterBarButton, VJoyFormError, VJoyFormFieldSkeleton, VJoyHighlight, VJoyIcon, VJoyInput, VJoyLabel, VJoyLink, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySpinner, VJoyTabs, VJoyTab, VJoyTag, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyTextarea, VJoyToggle, VJoyWrapper, };
48
+ export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyButton, VJoyCheckbox, VJoyCompanyAvatar, VJoyCounter, VJoyDividerCta, VJoyDropdown, VJoyDropdownList, VJoyFilterBar, VJoyFilterBarButton, VJoyFooter, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyHighlight, VJoyIcon, VJoyInput, VJoyLabel, VJoyLink, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySpinner, VJoyTabs, VJoyTab, VJoyTag, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyTextarea, VJoyToggle, VJoyWrapper, };
@@ -1,6 +1,6 @@
1
- import { JoyIconsNames } from '@/components/JoyIcon/JoyIcon.types';
1
+ import { TJoyIconsNames } from '@/components/JoyIcon/JoyIcon.types';
2
2
  import { Ref } from 'vue';
3
3
  import { LEVELS } from '../types';
4
- export declare function iconLevel(level: (typeof LEVELS)[number]): JoyIconsNames;
4
+ export declare function iconLevel(level: (typeof LEVELS)[number]): TJoyIconsNames;
5
5
  export declare function focusOnFirstFocusableFormField(root: Ref): any;
6
6
  export declare const generateRandomId: (length?: number) => string;