@maltjoy/core-vue 3.10.0 → 3.12.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 (32) hide show
  1. package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +1 -1
  2. package/dist/components/JoyBadgeLevel/JoyBadgeLevel.types.d.ts +12 -0
  3. package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +45 -0
  4. package/dist/components/JoyButton/VJoyButton.vue.d.ts +4 -4
  5. package/dist/components/JoyCompanyAvatar/JoyCompanyAvatar.types.d.ts +3 -0
  6. package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +22 -0
  7. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +5 -5
  8. package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +22 -0
  9. package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +3 -3
  10. package/dist/components/JoyInput/VJoyInput.vue.d.ts +17 -4
  11. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +3 -3
  12. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +3 -3
  13. package/dist/components/JoyRatingStars/JoyRatingStars.types.d.ts +3 -0
  14. package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +43 -0
  15. package/dist/components/JoySelect/VJoySelect.vue.d.ts +4 -7
  16. package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +3 -3
  17. package/dist/components/JoySeparator/JoySeparator.types.d.ts +4 -0
  18. package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +24 -0
  19. package/dist/components/JoyTag/VJoyTag.vue.d.ts +1 -1
  20. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +11 -0
  21. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +16 -3
  22. package/dist/components/JoyWrapper/JoyWrapper.types.d.ts +2 -0
  23. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +22 -0
  24. package/dist/components/components.types.d.ts +3 -0
  25. package/dist/components/index.d.ts +7 -1
  26. package/dist/composables/props.d.ts +1 -1
  27. package/dist/joy-vue.js +1592 -1155
  28. package/dist/joy-vue.umd.cjs +1 -1
  29. package/dist/style.css +1 -1
  30. package/dist/tests/composables/test-components/GenericFormPropsWithLabel.vue.d.ts +3 -3
  31. package/joy-components.d.ts +5 -0
  32. package/package.json +4 -3
@@ -1,9 +1,13 @@
1
+ import VJoyAvailability from '@/components/JoyAvailability/VJoyAvailability.vue';
1
2
  import VJoyAvatar from '@/components/JoyAvatar/VJoyAvatar.vue';
2
3
  import VJoyAvatarsList from '@/components/JoyAvatarsList/VJoyAvatarsList.vue';
3
4
  import VJoyBadge from '@/components/JoyBadge/VJoyBadge.vue';
5
+ import VJoyBadgeLevel from '@/components/JoyBadgeLevel/VJoyBadgeLevel.vue';
4
6
  import VJoyButton from '@/components/JoyButton/VJoyButton.vue';
5
7
  import VJoyCheckbox from '@/components/JoyCheckbox/VJoyCheckbox.vue';
8
+ import VJoyCompanyAvatar from '@/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue';
6
9
  import VJoyCounter from '@/components/JoyCounter/VJoyCounter.vue';
10
+ import VJoyDividerCta from '@/components/JoyDividerCta/VJoyDividerCta.vue';
7
11
  import VJoyDropdown from '@/components/JoyDropdown/VJoyDropdown.vue';
8
12
  import VJoyDropdownList from '@/components/JoyDropdownList/VJoyDropdownList.vue';
9
13
  import VJoyFormError from '@/components/JoyFormError/VJoyFormError.vue';
@@ -17,10 +21,12 @@ import VJoyPanel from '@/components/JoyPanel/VJoyPanel.vue';
17
21
  import VJoyPanelSection from '@/components/JoyPanelSection/VJoyPanelSection.vue';
18
22
  import VJoyRadio from '@/components/JoyRadio/VJoyRadio.vue';
19
23
  import VJoyRadioGroup from '@/components/JoyRadioGroup/VJoyRadioGroup.vue';
24
+ import VJoyRatingStars from '@/components/JoyRatingStars/VJoyRatingStars.vue';
20
25
  import VJoyScreenLoader from '@/components/JoyScreenLoader/VJoyScreenLoader.vue';
21
26
  import VJoySelect from '@/components/JoySelect/VJoySelect.vue';
22
27
  import VJoySelectableItem from '@/components/JoySelectableItem/VJoySelectableItem.vue';
23
28
  import VJoySelectableItemGroup from '@/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue';
29
+ import VJoySeparator from '@/components/JoySeparator/VJoySeparator.vue';
24
30
  import VJoySpinner from '@/components/JoySpinner/VJoySpinner.vue';
25
31
  import VJoyWrapper from '@/components/JoyWrapper/VJoyWrapper.vue';
26
32
  import VJoyTag from '@/components/JoyTag/VJoyTag.vue';
@@ -28,4 +34,4 @@ import VJoyTagsList from '@/components/JoyTagsList/VJoyTagsList.vue';
28
34
  import VJoyTemplate from '@/components/JoyTemplate/VJoyTemplate.vue';
29
35
  import VJoyTextarea from '@/components/JoyTextarea/VJoyTextarea.vue';
30
36
  import VJoyToggle from '@/components/JoyToggle/VJoyToggle.vue';
31
- export { VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyButton, VJoyCheckbox, VJoyCounter, VJoyDropdown, VJoyDropdownList, VJoyFormError, VJoyHighlight, VJoyIcon, VJoyInput, VJoyLabel, VJoyLink, VJoyMultiCheckbox, VJoyPanel, VJoyPanelSection, VJoyRadio, VJoyRadioGroup, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySpinner, VJoyTag, VJoyTagsList, VJoyTemplate, VJoyTextarea, VJoyToggle, VJoyWrapper, };
37
+ export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyButton, VJoyCheckbox, VJoyCompanyAvatar, VJoyCounter, VJoyDividerCta, VJoyDropdown, VJoyDropdownList, VJoyFormError, VJoyHighlight, VJoyIcon, VJoyInput, VJoyLabel, VJoyLink, VJoyMultiCheckbox, VJoyPanel, VJoyPanelSection, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySpinner, VJoyTag, VJoyTagsList, VJoyTemplate, VJoyTextarea, VJoyToggle, VJoyWrapper, };
@@ -61,7 +61,7 @@ export declare const CHECKBOX_BASED_PROPS: {
61
61
  export declare const LABEL_BASED_PROPS: {
62
62
  label: StringConstructor;
63
63
  labelSize: {
64
- type: PropType<"large" | "medium" | "small">;
64
+ type: PropType<"small" | "large" | "medium">;
65
65
  default: string;
66
66
  };
67
67
  optionalLabel: StringConstructor;