@maltjoy/core-vue 5.17.0 → 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/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/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/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/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -50
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +0 -1
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +1 -1
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +2 -2
- 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 +4538 -4258
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +11 -6
- package/dist/style.css +1 -1
- package/joy-components.d.ts +6 -1
- package/package.json +16 -13
- /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,8 +43,8 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "7.28.5",
|
|
45
45
|
"@chromatic-com/storybook": "1.6.1",
|
|
46
|
+
"@eslint/js": "9.39.4",
|
|
46
47
|
"@figma/code-connect": "1.3.13",
|
|
47
|
-
"@rushstack/eslint-patch": "1.2.0",
|
|
48
48
|
"@storybook/addon-a11y": "8.6.15",
|
|
49
49
|
"@storybook/addon-docs": "8.6.15",
|
|
50
50
|
"@storybook/addon-essentials": "8.6.15",
|
|
@@ -55,15 +55,16 @@
|
|
|
55
55
|
"@storybook/theming": "8.6.15",
|
|
56
56
|
"@storybook/vue3": "8.6.15",
|
|
57
57
|
"@storybook/vue3-vite": "8.6.15",
|
|
58
|
-
"@typescript-eslint/parser": "
|
|
58
|
+
"@typescript-eslint/parser": "8.58.0",
|
|
59
59
|
"@vitejs/plugin-react": "4.3.4",
|
|
60
60
|
"@vitejs/plugin-vue": "4.0.0",
|
|
61
61
|
"@vitest/coverage-istanbul": "4.0.3",
|
|
62
62
|
"@vue/test-utils": "2.4.6",
|
|
63
63
|
"chromatic": "13.3.2",
|
|
64
|
-
"eslint": "
|
|
65
|
-
"eslint-config-prettier": "
|
|
66
|
-
"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",
|
|
67
68
|
"happy-dom": "15.11.7",
|
|
68
69
|
"prettier": "2.8.8",
|
|
69
70
|
"pretty": "2.0.0",
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"vitest": "4.0.3",
|
|
75
76
|
"vue-component-meta": "2.1.6",
|
|
76
77
|
"vue-component-type-helpers": "2.2.0",
|
|
78
|
+
"vue-eslint-parser": "^10.4.0",
|
|
77
79
|
"vue-tsc": "2.1.6"
|
|
78
80
|
},
|
|
79
81
|
"scripts": {
|
|
@@ -84,8 +86,8 @@
|
|
|
84
86
|
"test": "vitest run --dom --coverage",
|
|
85
87
|
"test:dev": "vitest watch --dom",
|
|
86
88
|
"test:update": "vitest run --dom -u",
|
|
87
|
-
"lint": "eslint
|
|
88
|
-
"lint:fix": "eslint
|
|
89
|
+
"lint": "eslint \"src/**/*.{ts,vue}\"",
|
|
90
|
+
"lint:fix": "eslint \"src/**/*.{ts,vue}\" --fix",
|
|
89
91
|
"lint:staged": "eslint --fix",
|
|
90
92
|
"format": "prettier --write \"**/*.{js,ts,vue}\"",
|
|
91
93
|
"format:staged": "prettier --write",
|
|
@@ -97,6 +99,7 @@
|
|
|
97
99
|
"generate:components-autoimports": "node src/tasks/generate-components-autoimports.mjs",
|
|
98
100
|
"generate:components-docs": "node src/tasks/ai/optimized-metadata-generator.mjs",
|
|
99
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",
|
|
100
103
|
"generate:manifest": "node src/tasks/generate-manifest.mjs",
|
|
101
104
|
"copy:fonticon": "node src/tasks/copy-fonticon.mjs",
|
|
102
105
|
"scan:figma-coverage": "node src/tasks/scan-joy-figma.mjs"
|
|
File without changes
|