@maltjoy/core-vue 5.15.2 → 5.18.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.
- package/dist/components/JoyAvailability/VJoyAvailability.figma.d.ts +1 -0
- package/dist/components/JoyBadge/VJoyBadge.figma.d.ts +1 -0
- package/dist/components/JoyButton/JoyButton.wip.figma.d.ts +1 -0
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +2 -0
- package/dist/components/JoyButtonCard/JoyButtonCard.types.d.ts +13 -0
- package/dist/components/JoyButtonCard/VJoyButtonCard.vue.d.ts +18 -0
- package/dist/components/JoyCheckbox/JoyCheckbox.types.d.ts +26 -0
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +4 -107
- package/dist/components/JoyCheckboxCard/JoyCheckboxCard.types.d.ts +7 -0
- package/dist/components/JoyCheckboxCard/VJoyCheckboxCard.vue.d.ts +35 -0
- package/dist/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue.d.ts +67 -0
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +4 -4
- package/dist/components/JoyFloatingActionsBar/VJoyFloatingActionsBar.vue.d.ts +30 -0
- package/dist/components/JoyFormError/JoyFormError.wip.figma.d.ts +1 -0
- package/dist/components/JoyHighlight/JoyHighlight.wip.figma.d.ts +1 -0
- package/dist/components/JoyIcon/JoyIcon.wip.figma.d.ts +1 -0
- package/dist/components/JoyIconButton/JoyIconButton.types.d.ts +5 -0
- package/dist/components/JoyIconButton/JoyIconButton.wip.figma.d.ts +1 -0
- package/dist/components/JoyIconButton/VJoyIconButton.vue.d.ts +80 -0
- package/dist/components/JoyInput/JoyInput.types.d.ts +1 -1
- package/dist/components/JoyInput/JoyInput.wip.figma.d.ts +1 -0
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +1 -1
- package/dist/components/JoyInputNumber/VJoyInputNumber.vue.d.ts +23 -0
- package/dist/components/JoyInputPassword/VJoyInputPassword.vue.d.ts +1 -1
- package/dist/components/JoyLabel/JoyLabel.wip.figma.d.ts +1 -0
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -50
- package/dist/components/JoyPanel/JoyPanel.wip.figma.d.ts +1 -0
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +0 -1
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +1 -1
- package/dist/components/JoySnackbar/JoySnackbar.wip.figma.d.ts +1 -0
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +2 -2
- package/dist/components/JoyTitleBrand/VJoyTitleBrand.wip.figma.d.ts +1 -0
- package/dist/components/JoyUserCard/JoyUserCard.wip.figma.d.ts +1 -0
- package/dist/components/compat.d.ts +12 -0
- package/dist/components/components.types.d.ts +2 -0
- package/dist/components/index.d.ts +8 -2
- package/dist/core-vue.js +4781 -4518
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +11 -6
- package/dist/stories/figma/JoyFigmaCoverageView.vue.d.ts +2 -0
- package/dist/style.css +1 -1
- package/joy-components.d.ts +6 -1
- package/package.json +30 -25
- /package/dist/components/{JoyTemplateShape → JoyTemplate/_JoyTemplateShape}/VJoyTemplateShape.vue.d.ts +0 -0
package/joy-components.d.ts
CHANGED
|
@@ -11,7 +11,10 @@ declare module 'vue' {
|
|
|
11
11
|
VJoyBottomSheet: typeof import('./dist/components/JoyBottomSheet/VJoyBottomSheet.vue')['default'];
|
|
12
12
|
VJoyBottomSheetTrigger: typeof import('./dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue')['default'];
|
|
13
13
|
VJoyButton: typeof import('./dist/components/JoyButton/VJoyButton.vue')['default'];
|
|
14
|
+
VJoyButtonCard: typeof import('./dist/components/JoyButtonCard/VJoyButtonCard.vue')['default'];
|
|
14
15
|
VJoyCheckbox: typeof import('./dist/components/JoyCheckbox/VJoyCheckbox.vue')['default'];
|
|
16
|
+
VJoyCheckboxCard: typeof import('./dist/components/JoyCheckboxCard/VJoyCheckboxCard.vue')['default'];
|
|
17
|
+
VJoyCheckboxGroup: typeof import('./dist/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue')['default'];
|
|
15
18
|
VJoyCollapse: typeof import('./dist/components/JoyCollapse/VJoyCollapse.vue')['default'];
|
|
16
19
|
VJoyCollapseItem: typeof import('./dist/components/JoyCollapseItem/VJoyCollapseItem.vue')['default'];
|
|
17
20
|
VJoyCompanyAvatar: typeof import('./dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue')['default'];
|
|
@@ -25,6 +28,7 @@ declare module 'vue' {
|
|
|
25
28
|
VJoyDropzone: typeof import('./dist/components/JoyDropzone/VJoyDropzone.vue')['default'];
|
|
26
29
|
VJoyFilterBar: typeof import('./dist/components/JoyFilterBar/VJoyFilterBar.vue')['default'];
|
|
27
30
|
VJoyFilterBarButton: typeof import('./dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue')['default'];
|
|
31
|
+
VJoyFloatingActionsBar: typeof import('./dist/components/JoyFloatingActionsBar/VJoyFloatingActionsBar.vue')['default'];
|
|
28
32
|
VJoyFormError: typeof import('./dist/components/JoyFormError/VJoyFormError.vue')['default'];
|
|
29
33
|
VJoyFormFieldSkeleton: typeof import('./dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue')['default'];
|
|
30
34
|
VJoyFormGroup: typeof import('./dist/components/JoyFormGroup/VJoyFormGroup.vue')['default'];
|
|
@@ -33,10 +37,12 @@ declare module 'vue' {
|
|
|
33
37
|
VJoyFunnelHeader: typeof import('./dist/components/JoyFunnelHeader/VJoyFunnelHeader.vue')['default'];
|
|
34
38
|
VJoyHighlight: typeof import('./dist/components/JoyHighlight/VJoyHighlight.vue')['default'];
|
|
35
39
|
VJoyIcon: typeof import('./dist/components/JoyIcon/VJoyIcon.vue')['default'];
|
|
40
|
+
VJoyIconButton: typeof import('./dist/components/JoyIconButton/VJoyIconButton.vue')['default'];
|
|
36
41
|
VJoyIndicator: typeof import('./dist/components/JoyIndicator/VJoyIndicator.vue')['default'];
|
|
37
42
|
VJoyIndicators: typeof import('./dist/components/JoyIndicators/VJoyIndicators.vue')['default'];
|
|
38
43
|
VJoyInput: typeof import('./dist/components/JoyInput/VJoyInput.vue')['default'];
|
|
39
44
|
VJoyInputDigit: typeof import('./dist/components/JoyInputDigit/VJoyInputDigit.vue')['default'];
|
|
45
|
+
VJoyInputNumber: typeof import('./dist/components/JoyInputNumber/VJoyInputNumber.vue')['default'];
|
|
40
46
|
VJoyInputPassword: typeof import('./dist/components/JoyInputPassword/VJoyInputPassword.vue')['default'];
|
|
41
47
|
VJoyLabel: typeof import('./dist/components/JoyLabel/VJoyLabel.vue')['default'];
|
|
42
48
|
VJoyLink: typeof import('./dist/components/JoyLink/VJoyLink.vue')['default'];
|
|
@@ -69,7 +75,6 @@ declare module 'vue' {
|
|
|
69
75
|
VJoyTagsInput: typeof import('./dist/components/JoyTagsInput/VJoyTagsInput.vue')['default'];
|
|
70
76
|
VJoyTagsList: typeof import('./dist/components/JoyTagsList/VJoyTagsList.vue')['default'];
|
|
71
77
|
VJoyTemplate: typeof import('./dist/components/JoyTemplate/VJoyTemplate.vue')['default'];
|
|
72
|
-
VJoyTemplateShape: typeof import('./dist/components/JoyTemplateShape/VJoyTemplateShape.vue')['default'];
|
|
73
78
|
VJoyText: typeof import('./dist/components/JoyText/VJoyText.vue')['default'];
|
|
74
79
|
VJoyTextarea: typeof import('./dist/components/JoyTextarea/VJoyTextarea.vue')['default'];
|
|
75
80
|
VJoyTitleBrand: typeof import('./dist/components/JoyTitleBrand/VJoyTitleBrand.vue')['default'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/core-vue",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.18.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@floating-ui/dom": "1.5.3",
|
|
29
29
|
"@floating-ui/vue": "1.0.2",
|
|
30
|
-
"@maltjoy/css": "5.
|
|
31
|
-
"@maltjoy/icons": "5.
|
|
32
|
-
"@maltjoy/themes": "5.
|
|
33
|
-
"@vueuse/components": "10.8.0",
|
|
34
|
-
"@vueuse/core": "10.8.0",
|
|
30
|
+
"@maltjoy/css": "5.18.0",
|
|
31
|
+
"@maltjoy/icons": "5.18.0",
|
|
32
|
+
"@maltjoy/themes": "5.18.0",
|
|
35
33
|
"@vue/runtime-core": "3.5.13",
|
|
36
34
|
"@vue/runtime-dom": "3.5.13",
|
|
37
35
|
"@vue/shared": "3.5.13",
|
|
36
|
+
"@vueuse/components": "10.8.0",
|
|
37
|
+
"@vueuse/core": "10.8.0",
|
|
38
38
|
"mitt": "3.0.1",
|
|
39
39
|
"vue": "3.5.25",
|
|
40
40
|
"vue-bind-once": "0.2.1",
|
|
@@ -43,36 +43,39 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "7.28.5",
|
|
45
45
|
"@chromatic-com/storybook": "1.6.1",
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@storybook/addon-
|
|
49
|
-
"@storybook/addon-
|
|
50
|
-
"@storybook/addon-
|
|
51
|
-
"@storybook/addon-
|
|
52
|
-
"@storybook/addon-
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/
|
|
55
|
-
"@storybook/
|
|
56
|
-
"@storybook/vue3
|
|
57
|
-
"@
|
|
46
|
+
"@eslint/js": "9.39.4",
|
|
47
|
+
"@figma/code-connect": "1.3.13",
|
|
48
|
+
"@storybook/addon-a11y": "8.6.15",
|
|
49
|
+
"@storybook/addon-docs": "8.6.15",
|
|
50
|
+
"@storybook/addon-essentials": "8.6.15",
|
|
51
|
+
"@storybook/addon-interactions": "8.6.15",
|
|
52
|
+
"@storybook/addon-links": "8.6.15",
|
|
53
|
+
"@storybook/addon-viewport": "8.6.15",
|
|
54
|
+
"@storybook/blocks": "8.6.15",
|
|
55
|
+
"@storybook/theming": "8.6.15",
|
|
56
|
+
"@storybook/vue3": "8.6.15",
|
|
57
|
+
"@storybook/vue3-vite": "8.6.15",
|
|
58
|
+
"@typescript-eslint/parser": "8.58.0",
|
|
58
59
|
"@vitejs/plugin-react": "4.3.4",
|
|
59
60
|
"@vitejs/plugin-vue": "4.0.0",
|
|
60
61
|
"@vitest/coverage-istanbul": "4.0.3",
|
|
61
62
|
"@vue/test-utils": "2.4.6",
|
|
62
63
|
"chromatic": "13.3.2",
|
|
63
|
-
"eslint": "
|
|
64
|
-
"eslint-config-prettier": "
|
|
65
|
-
"eslint-plugin-vue": "
|
|
64
|
+
"eslint": "9.39.4",
|
|
65
|
+
"eslint-config-prettier": "10.1.8",
|
|
66
|
+
"eslint-plugin-vue": "10.8.0",
|
|
67
|
+
"globals": "17.4.0",
|
|
66
68
|
"happy-dom": "15.11.7",
|
|
67
69
|
"prettier": "2.8.8",
|
|
68
70
|
"pretty": "2.0.0",
|
|
69
71
|
"sass": "1.77.8",
|
|
70
|
-
"storybook": "8.6.
|
|
72
|
+
"storybook": "8.6.15",
|
|
71
73
|
"typescript": "5.3.3",
|
|
72
74
|
"vite": "5.4.11",
|
|
73
75
|
"vitest": "4.0.3",
|
|
74
76
|
"vue-component-meta": "2.1.6",
|
|
75
77
|
"vue-component-type-helpers": "2.2.0",
|
|
78
|
+
"vue-eslint-parser": "^10.4.0",
|
|
76
79
|
"vue-tsc": "2.1.6"
|
|
77
80
|
},
|
|
78
81
|
"scripts": {
|
|
@@ -83,8 +86,8 @@
|
|
|
83
86
|
"test": "vitest run --dom --coverage",
|
|
84
87
|
"test:dev": "vitest watch --dom",
|
|
85
88
|
"test:update": "vitest run --dom -u",
|
|
86
|
-
"lint": "eslint
|
|
87
|
-
"lint:fix": "eslint
|
|
89
|
+
"lint": "eslint \"src/**/*.{ts,vue}\"",
|
|
90
|
+
"lint:fix": "eslint \"src/**/*.{ts,vue}\" --fix",
|
|
88
91
|
"lint:staged": "eslint --fix",
|
|
89
92
|
"format": "prettier --write \"**/*.{js,ts,vue}\"",
|
|
90
93
|
"format:staged": "prettier --write",
|
|
@@ -96,7 +99,9 @@
|
|
|
96
99
|
"generate:components-autoimports": "node src/tasks/generate-components-autoimports.mjs",
|
|
97
100
|
"generate:components-docs": "node src/tasks/ai/optimized-metadata-generator.mjs",
|
|
98
101
|
"generate:components-docs:single": "node src/tasks/ai/optimized-metadata-generator.mjs --single",
|
|
102
|
+
"report:component-churn": "node src/tasks/generate-component-churn-report.mjs",
|
|
99
103
|
"generate:manifest": "node src/tasks/generate-manifest.mjs",
|
|
100
|
-
"copy:fonticon": "node src/tasks/copy-fonticon.mjs"
|
|
104
|
+
"copy:fonticon": "node src/tasks/copy-fonticon.mjs",
|
|
105
|
+
"scan:figma-coverage": "node src/tasks/scan-joy-figma.mjs"
|
|
101
106
|
}
|
|
102
107
|
}
|
|
File without changes
|