@maltjoy/core-vue 3.16.3 → 3.17.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.
@@ -0,0 +1,57 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
+ /**
3
+ * Giving a link will make the whole component wrapped by an hyperlink
4
+ */
5
+ link: {
6
+ type: StringConstructor;
7
+ };
8
+ /**
9
+ * Use this prop if you don't want to use the user-card-avatar slot.
10
+ */
11
+ photoUrl: {
12
+ type: StringConstructor;
13
+ };
14
+ fullName: {
15
+ type: StringConstructor;
16
+ };
17
+ subTitle: {
18
+ type: StringConstructor;
19
+ };
20
+ ratingValue: {
21
+ type: NumberConstructor;
22
+ };
23
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
+ /**
25
+ * Giving a link will make the whole component wrapped by an hyperlink
26
+ */
27
+ link: {
28
+ type: StringConstructor;
29
+ };
30
+ /**
31
+ * Use this prop if you don't want to use the user-card-avatar slot.
32
+ */
33
+ photoUrl: {
34
+ type: StringConstructor;
35
+ };
36
+ fullName: {
37
+ type: StringConstructor;
38
+ };
39
+ subTitle: {
40
+ type: StringConstructor;
41
+ };
42
+ ratingValue: {
43
+ type: NumberConstructor;
44
+ };
45
+ }>>, {}, {}>, {
46
+ "user-card-avatar"?(_: {}): any;
47
+ "user-card-title"?(_: {}): any;
48
+ "user-card-subtitle"?(_: {}): any;
49
+ "user-card-rating-stars"?(_: {}): any;
50
+ default?(_: {}): any;
51
+ }>;
52
+ export default _default;
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };
@@ -10,6 +10,7 @@ export * from './JoyFunnel/JoyFunnel.types';
10
10
  export * from './JoyHighlight/JoyHighlight.types';
11
11
  export * from './JoyHighlight/JoyHighlight.types';
12
12
  export * from './JoyIcon/JoyIcon.types';
13
+ export * from './JoyIndicators/JoyIndicators.types';
13
14
  export * from './JoyInput/JoyInput.types';
14
15
  export * from './JoyLabel/JoyLabel.types';
15
16
  export * from './JoyLink/JoyLink.types';
@@ -26,5 +27,6 @@ export * from './JoySpinner/JoySpinner.types';
26
27
  export * from './JoyTag/JoyTag.types';
27
28
  export * from './JoyTagsList/JoyTagsList.types';
28
29
  export * from './JoyTemplate/JoyTemplate.types';
29
- export * from './JoyTemplate/JoyTemplate.types';
30
+ export * from './JoyText/JoyText.types';
31
+ export * from './JoyTooltip/JoyTooltip.types';
30
32
  export * from './JoyWrapper/JoyWrapper.types';
@@ -19,6 +19,8 @@ import VJoyFunnel from '@/components/JoyFunnel/VJoyFunnel.vue';
19
19
  import VJoyHeader from '@/components/JoyHeader/VJoyHeader.vue';
20
20
  import VJoyHighlight from '@/components/JoyHighlight/VJoyHighlight.vue';
21
21
  import VJoyIcon from '@/components/JoyIcon/VJoyIcon.vue';
22
+ import VJoyIndicator from '@/components/JoyIndicator/VJoyIndicator.vue';
23
+ import VJoyIndicators from '@/components/JoyIndicators/VJoyIndicators.vue';
22
24
  import VJoyInput from '@/components/JoyInput/VJoyInput.vue';
23
25
  import VJoyLabel from '@/components/JoyLabel/VJoyLabel.vue';
24
26
  import VJoyLink from '@/components/JoyLink/VJoyLink.vue';
@@ -37,13 +39,18 @@ import VJoySelectableItem from '@/components/JoySelectableItem/VJoySelectableIte
37
39
  import VJoySelectableItemGroup from '@/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue';
38
40
  import VJoySeparator from '@/components/JoySeparator/VJoySeparator.vue';
39
41
  import VJoySpinner from '@/components/JoySpinner/VJoySpinner.vue';
42
+ import VJoyStep from '@/components/JoyStep/VJoyStep.vue';
43
+ import VJoyStepper from '@/components/JoyStepper/VJoyStepper.vue';
40
44
  import VJoyTab from '@/components/JoyTab/VJoyTab.vue';
41
45
  import VJoyTabs from '@/components/JoyTabs/VJoyTabs.vue';
42
46
  import VJoyTag from '@/components/JoyTag/VJoyTag.vue';
43
47
  import VJoyTagsList from '@/components/JoyTagsList/VJoyTagsList.vue';
44
48
  import VJoyTemplate from '@/components/JoyTemplate/VJoyTemplate.vue';
45
49
  import VJoyTemplateShape from '@/components/JoyTemplateShape/VJoyTemplateShape.vue';
50
+ import VJoyText from '@/components/JoyText/VJoyText.vue';
46
51
  import VJoyTextarea from '@/components/JoyTextarea/VJoyTextarea.vue';
47
52
  import VJoyToggle from '@/components/JoyToggle/VJoyToggle.vue';
53
+ import VJoyTooltip from '@/components/JoyTooltip/VJoyTooltip.vue';
54
+ import VJoyUserCard from '@/components/JoyUserCard/VJoyUserCard.vue';
48
55
  import VJoyWrapper from '@/components/JoyWrapper/VJoyWrapper.vue';
49
- export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyButton, VJoyCheckbox, VJoyCompanyAvatar, VJoyCounter, VJoyDividerCta, VJoyDropdown, VJoyDropdownList, VJoyFilterBar, VJoyFilterBarButton, VJoyFooter, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyHeader, VJoyHighlight, VJoyIcon, VJoyInput, VJoyLabel, VJoyLink, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySpinner, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyTextarea, VJoyToggle, VJoyWrapper, };
56
+ export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyButton, VJoyCheckbox, VJoyCompanyAvatar, VJoyCounter, VJoyDividerCta, VJoyDropdown, VJoyDropdownList, VJoyFilterBar, VJoyFilterBarButton, VJoyFooter, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyHeader, VJoyHighlight, VJoyIcon, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyLabel, VJoyLink, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySpinner, VJoyStep, VJoyStepper, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyText, VJoyTextarea, VJoyToggle, VJoyTooltip, VJoyUserCard, VJoyWrapper, };