@maltjoy/core-vue 3.27.1 → 3.28.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 (42) hide show
  1. package/README.md +1 -0
  2. package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +8 -8
  3. package/dist/components/JoyButton/VJoyButton.vue.d.ts +3 -3
  4. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +4 -4
  5. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +7 -7
  6. package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +1 -1
  7. package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +40 -60
  8. package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +1 -1
  9. package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +40 -60
  10. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +5 -5
  11. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +2 -2
  12. package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +1 -0
  13. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +3 -3
  14. package/dist/components/JoyInput/VJoyInput.vue.d.ts +3 -3
  15. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +1 -1
  16. package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +550 -0
  17. package/dist/components/JoyProductTour/JoyProductTour.types.d.ts +32 -0
  18. package/dist/components/JoyProductTour/JoyProductTourSpotlight/VJoyProductTourSpotlight.vue.d.ts +2 -0
  19. package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +22 -0
  20. package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +55 -0
  21. package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +310 -0
  22. package/dist/components/JoyProgressBar/JoyProgressBar.types.d.ts +2 -2
  23. package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +4 -3
  24. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +1 -1
  25. package/dist/components/JoySelect/VJoySelect.vue.d.ts +2 -2
  26. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +4 -3
  27. package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +1 -1
  28. package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +7 -7
  29. package/dist/components/JoyTag/VJoyTag.vue.d.ts +12 -12
  30. package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +18 -18
  31. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +2 -2
  32. package/dist/components/JoyText/VJoyText.vue.d.ts +3 -3
  33. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +1 -1
  34. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +2 -2
  35. package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +97 -0
  36. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +1 -1
  37. package/dist/components/index.d.ts +3 -1
  38. package/dist/joy-vue.js +4711 -4053
  39. package/dist/joy-vue.umd.cjs +12 -4
  40. package/dist/style.css +1 -1
  41. package/joy-components.d.ts +2 -0
  42. package/package.json +6 -7
@@ -41,6 +41,8 @@ declare module 'vue' {
41
41
  VJoyPagination: typeof import('./dist/components/JoyPagination/VJoyPagination.vue')['default'];
42
42
  VJoyPanel: typeof import('./dist/components/JoyPanel/VJoyPanel.vue')['default'];
43
43
  VJoyPanelSection: typeof import('./dist/components/JoyPanelSection/VJoyPanelSection.vue')['default'];
44
+ VJoyProductTour: typeof import('./dist/components/JoyProductTour/VJoyProductTour.vue')['default'];
45
+ VJoyProductTourTrigger: typeof import('./dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue')['default'];
44
46
  VJoyProgressBar: typeof import('./dist/components/JoyProgressBar/VJoyProgressBar.vue')['default'];
45
47
  VJoyRadio: typeof import('./dist/components/JoyRadio/VJoyRadio.vue')['default'];
46
48
  VJoyRadioGroup: typeof import('./dist/components/JoyRadioGroup/VJoyRadioGroup.vue')['default'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "3.27.1",
3
+ "version": "3.28.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -21,14 +21,15 @@
21
21
  "dependencies": {
22
22
  "@floating-ui/dom": "1.5.3",
23
23
  "@floating-ui/vue": "^1.0.2",
24
- "@maltjoy/icons": "3.27.1",
25
- "@maltjoy/themes": "3.27.1",
26
- "@maltjoy/css": "3.27.1",
24
+ "@maltjoy/css": "3.28.0",
25
+ "@maltjoy/icons": "3.28.0",
26
+ "@maltjoy/themes": "3.28.0",
27
27
  "@vueuse/components": "10.8.0",
28
28
  "@vueuse/core": "10.8.0",
29
29
  "@vueuse/integrations": "10.5.0",
30
30
  "focus-trap": "^7.5.4",
31
31
  "mitt": "3.0.1",
32
+ "pinia": "^2.1.7",
32
33
  "vue": "3.4.21",
33
34
  "vue-router": "4.2.5"
34
35
  },
@@ -60,14 +61,12 @@
60
61
  "happy-dom": "^8.2.6",
61
62
  "prettier": "2.8.8",
62
63
  "pretty": "^2.0.0",
63
- "react": "17.0.2",
64
- "react-dom": "17.0.2",
65
64
  "sass": "^1.60.0",
66
65
  "storybook": "8.0.8",
67
66
  "typescript": "5.3.3",
68
67
  "vite": "5.2.10",
69
68
  "vitest": "^0.28.4",
70
- "vue-tsc": "1.8.27"
69
+ "vue-tsc": "2.0.18"
71
70
  },
72
71
  "scripts": {
73
72
  "dev": "pnpm prepare && vite",