@maltjoy/core-vue 3.36.0 → 3.37.0-next

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 (99) hide show
  1. package/dist/App.vue.d.ts +1 -1
  2. package/dist/components/JoyAvailability/VJoyAvailability.vue.d.ts +4 -4
  3. package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +10 -10
  4. package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +4 -4
  5. package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +4 -4
  6. package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +4 -4
  7. package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +4 -4
  8. package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +8 -8
  9. package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +52 -93
  10. package/dist/components/JoyButton/VJoyButton.vue.d.ts +7 -7
  11. package/dist/components/JoyButton/useRandomId.d.ts +1 -1
  12. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +15 -15
  13. package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +27 -52
  14. package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +9 -9
  15. package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +7 -7
  16. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +16 -16
  17. package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +13 -13
  18. package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +82 -193
  19. package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +4 -4
  20. package/dist/components/JoyDot/VJoyDot.vue.d.ts +4 -4
  21. package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +13 -13
  22. package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +78 -171
  23. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +13 -13
  24. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +11 -11
  25. package/dist/components/JoyDropzone/VJoyDropzone.vue.d.ts +16 -10
  26. package/dist/components/JoyDropzone/VJoyDropzoneFileItem.vue.d.ts +7 -7
  27. package/dist/components/JoyDropzone/VJoyDropzoneIcon.vue.d.ts +3 -3
  28. package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +3 -3
  29. package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +6 -6
  30. package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +1 -1
  31. package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +4 -4
  32. package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +5 -5
  33. package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +6 -6
  34. package/dist/components/JoyFunnelFooter/VJoyFunnelFooter.vue.d.ts +1 -1
  35. package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +1 -1
  36. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +5 -5
  37. package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +4 -4
  38. package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +4 -4
  39. package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +10 -10
  40. package/dist/components/JoyInput/VJoyInput.vue.d.ts +12 -12
  41. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +5 -5
  42. package/dist/components/JoyLink/VJoyLink.vue.d.ts +4 -4
  43. package/dist/components/JoyListItem/VJoyListItem.vue.d.ts +6 -15
  44. package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +8 -8
  45. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -6
  46. package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -6
  47. package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +6 -6
  48. package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +4 -4
  49. package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +1 -1
  50. package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +113 -150
  51. package/dist/components/JoyProductTour/JoyProductTourSpotlight/VJoyProductTourSpotlight.vue.d.ts +1 -1
  52. package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +6 -27
  53. package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +8 -43
  54. package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +48 -257
  55. package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +6 -6
  56. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +10 -10
  57. package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +4 -4
  58. package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +5 -5
  59. package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +4 -4
  60. package/dist/components/JoySelect/VJoySelect.vue.d.ts +11 -11
  61. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +10 -10
  62. package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +9 -9
  63. package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +4 -4
  64. package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +6 -6
  65. package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +3 -3
  66. package/dist/components/JoyStep/VJoyStep.vue.d.ts +7 -7
  67. package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +19 -46
  68. package/dist/components/JoyTab/TabButton.vue.d.ts +6 -6
  69. package/dist/components/JoyTab/VJoyTab.vue.d.ts +4 -4
  70. package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +12 -28
  71. package/dist/components/JoyTag/VJoyTag.vue.d.ts +9 -44
  72. package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +13 -13
  73. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +15 -15
  74. package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +4 -4
  75. package/dist/components/JoyTemplateShape/VJoyTemplateShape.vue.d.ts +1 -1
  76. package/dist/components/JoyText/VJoyText.vue.d.ts +7 -7
  77. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +10 -10
  78. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +7 -7
  79. package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +7 -7
  80. package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +3 -3
  81. package/dist/components/JoyWalkthrough/VJoyWalkthrough.vue.d.ts +9 -36
  82. package/dist/components/JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue.d.ts +1 -10
  83. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +5 -5
  84. package/dist/components.cjs +1 -1
  85. package/dist/components.js +2 -2
  86. package/dist/composables/helpers.d.ts +1 -1
  87. package/dist/joy-core-vue-manifest.json +1 -1
  88. package/dist/main.cjs +1 -1
  89. package/dist/main.js +2 -2
  90. package/dist/pages/FunnelAndStepper.vue.d.ts +1 -1
  91. package/dist/pages/FunnelMode.vue.d.ts +1 -1
  92. package/dist/pages/IndexPage.vue.d.ts +1 -1
  93. package/dist/style-5r5kgKhD.cjs +16 -0
  94. package/dist/{style-DqUSTCzR.js → style-CyY04g9F.js} +1775 -1775
  95. package/dist/style.css +1 -1
  96. package/dist/tests/helpers/FocusOnFormElement.vue.d.ts +4 -4
  97. package/package.json +31 -30
  98. package/LICENSE +0 -21
  99. package/dist/style-DiEVDLd0.cjs +0 -16

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.