@maltjoy/core-vue 3.28.0 → 3.28.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 (36) hide show
  1. package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +8 -8
  2. package/dist/components/JoyButton/VJoyButton.vue.d.ts +3 -3
  3. package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +4 -4
  4. package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +7 -7
  5. package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +1 -1
  6. package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +60 -40
  7. package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +1 -1
  8. package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +60 -40
  9. package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +7 -7
  10. package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +4 -4
  11. package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +3 -3
  12. package/dist/components/JoyInput/VJoyInput.vue.d.ts +3 -3
  13. package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +1 -1
  14. package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +2 -2
  15. package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +2 -2
  16. package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +6 -2
  17. package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +48 -48
  18. package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +8 -8
  19. package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +12 -12
  20. package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +12 -12
  21. package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +1 -1
  22. package/dist/components/JoySelect/VJoySelect.vue.d.ts +2 -2
  23. package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +3 -4
  24. package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +3 -3
  25. package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +7 -7
  26. package/dist/components/JoyTag/VJoyTag.vue.d.ts +12 -12
  27. package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +36 -24
  28. package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +2 -2
  29. package/dist/components/JoyText/VJoyText.vue.d.ts +3 -3
  30. package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +1 -1
  31. package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +2 -2
  32. package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +1 -1
  33. package/dist/joy-vue.js +7 -7
  34. package/dist/joy-vue.umd.cjs +2 -2
  35. package/dist/style.css +1 -1
  36. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maltjoy/core-vue",
3
- "version": "3.28.0",
3
+ "version": "3.28.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@floating-ui/dom": "1.5.3",
23
23
  "@floating-ui/vue": "^1.0.2",
24
- "@maltjoy/css": "3.28.0",
25
- "@maltjoy/icons": "3.28.0",
26
- "@maltjoy/themes": "3.28.0",
24
+ "@maltjoy/css": "3.28.1",
25
+ "@maltjoy/icons": "3.28.1",
26
+ "@maltjoy/themes": "3.28.1",
27
27
  "@vueuse/components": "10.8.0",
28
28
  "@vueuse/core": "10.8.0",
29
29
  "@vueuse/integrations": "10.5.0",
@@ -66,7 +66,7 @@
66
66
  "typescript": "5.3.3",
67
67
  "vite": "5.2.10",
68
68
  "vitest": "^0.28.4",
69
- "vue-tsc": "2.0.18"
69
+ "vue-tsc": "1.8.27"
70
70
  },
71
71
  "scripts": {
72
72
  "dev": "pnpm prepare && vite",