@maltjoy/core-vue 5.2.0 → 5.3.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/JoyDrawer/VJoyDrawer.vue.d.ts +11 -0
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +28 -4
- package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +6 -6
- package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +1 -1
- package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +2 -2
- package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +3 -3
- package/dist/components/index.d.ts +1 -2
- package/dist/core-vue.js +4056 -4233
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +5 -6
- package/dist/style.css +1 -1
- package/joy-components.d.ts +0 -1
- package/package.json +17 -17
- package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +0 -181
package/joy-components.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ declare module 'vue' {
|
|
|
15
15
|
VJoyCollapse: typeof import('./dist/components/JoyCollapse/VJoyCollapse.vue')['default'];
|
|
16
16
|
VJoyCollapseItem: typeof import('./dist/components/JoyCollapseItem/VJoyCollapseItem.vue')['default'];
|
|
17
17
|
VJoyCompanyAvatar: typeof import('./dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue')['default'];
|
|
18
|
-
VJoyCounter: typeof import('./dist/components/JoyCounter/VJoyCounter.vue')['default'];
|
|
19
18
|
VJoyDialog: typeof import('./dist/components/JoyDialog/VJoyDialog.vue')['default'];
|
|
20
19
|
VJoyDialogTrigger: typeof import('./dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue')['default'];
|
|
21
20
|
VJoyDot: typeof import('./dist/components/JoyDot/VJoyDot.vue')['default'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/core-vue",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@floating-ui/dom": "1.5.3",
|
|
29
|
-
"@floating-ui/vue": "
|
|
30
|
-
"@maltjoy/css": "5.
|
|
31
|
-
"@maltjoy/icons": "5.
|
|
32
|
-
"@maltjoy/themes": "5.
|
|
29
|
+
"@floating-ui/vue": "1.0.2",
|
|
30
|
+
"@maltjoy/css": "5.3.0",
|
|
31
|
+
"@maltjoy/icons": "5.3.0",
|
|
32
|
+
"@maltjoy/themes": "5.3.0",
|
|
33
33
|
"@vueuse/components": "10.8.0",
|
|
34
34
|
"@vueuse/core": "10.8.0",
|
|
35
35
|
"@vue/runtime-core": "3.5.13",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"@vue/shared": "3.5.13",
|
|
38
38
|
"mitt": "3.0.1",
|
|
39
39
|
"vue": "3.5.13",
|
|
40
|
-
"vue-bind-once": "
|
|
40
|
+
"vue-bind-once": "0.2.1",
|
|
41
41
|
"vue-router": "4.4.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/core": "7.20.12",
|
|
45
|
-
"@chromatic-com/storybook": "
|
|
46
|
-
"@rushstack/eslint-patch": "
|
|
45
|
+
"@chromatic-com/storybook": "1.6.1",
|
|
46
|
+
"@rushstack/eslint-patch": "1.2.0",
|
|
47
47
|
"@storybook/addon-a11y": "8.6.14",
|
|
48
48
|
"@storybook/addon-docs": "8.6.14",
|
|
49
49
|
"@storybook/addon-essentials": "8.6.14",
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"@storybook/addon-viewport": "8.6.14",
|
|
53
53
|
"@storybook/blocks": "8.6.14",
|
|
54
54
|
"@storybook/theming": "8.6.14",
|
|
55
|
-
"@storybook/vue3": "
|
|
56
|
-
"@storybook/vue3-vite": "
|
|
55
|
+
"@storybook/vue3": "8.6.14",
|
|
56
|
+
"@storybook/vue3-vite": "8.6.14",
|
|
57
57
|
"@typescript-eslint/parser": "5.59.11",
|
|
58
|
-
"@vitejs/plugin-react": "
|
|
59
|
-
"@vitejs/plugin-vue": "
|
|
60
|
-
"@vitest/coverage-istanbul": "
|
|
61
|
-
"@vue/test-utils": "
|
|
58
|
+
"@vitejs/plugin-react": "4.3.4",
|
|
59
|
+
"@vitejs/plugin-vue": "4.0.0",
|
|
60
|
+
"@vitest/coverage-istanbul": "0.33.0",
|
|
61
|
+
"@vue/test-utils": "2.4.6",
|
|
62
62
|
"chromatic": "11.3.0",
|
|
63
63
|
"eslint": "8.42.0",
|
|
64
64
|
"eslint-config-prettier": "8.8.0",
|
|
65
65
|
"eslint-plugin-vue": "9.14.1",
|
|
66
|
-
"happy-dom": "
|
|
66
|
+
"happy-dom": "8.7.6",
|
|
67
67
|
"prettier": "2.8.8",
|
|
68
|
-
"pretty": "
|
|
68
|
+
"pretty": "2.0.0",
|
|
69
69
|
"sass": "1.77.8",
|
|
70
70
|
"storybook": "8.6.14",
|
|
71
71
|
"typescript": "5.3.3",
|
|
72
72
|
"vite": "5.4.11",
|
|
73
|
-
"vitest": "
|
|
73
|
+
"vitest": "0.33.0",
|
|
74
74
|
"vue-component-type-helpers": "2.2.0",
|
|
75
75
|
"vue-tsc": "2.1.6"
|
|
76
76
|
},
|
|
@@ -1,181 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { TJoyLabelSizes } from '@/components/JoyLabel/JoyLabel.types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
-
autofocus: {
|
|
5
|
-
type: BooleanConstructor;
|
|
6
|
-
default: boolean;
|
|
7
|
-
};
|
|
8
|
-
/** Removes any interactivity */
|
|
9
|
-
disabled: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
id: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
};
|
|
16
|
-
invalid: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
name: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
};
|
|
23
|
-
required: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
/** Display a label on top of the element. */
|
|
28
|
-
label: StringConstructor;
|
|
29
|
-
/** Overrides the default label size. See JoyLabel stories */
|
|
30
|
-
labelSize: {
|
|
31
|
-
type: PropType<TJoyLabelSizes>;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
/** If your component is not required, we can add a label to explicitely tell that it's not mandatory */
|
|
35
|
-
optionalLabel: StringConstructor;
|
|
36
|
-
/** Depending on context, we can add a "*" after the label to specify it's mandatory. */
|
|
37
|
-
requiredMark: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
/** Used for aria-label. */
|
|
42
|
-
labelDecrement: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
};
|
|
45
|
-
/** Used for aria-label. */
|
|
46
|
-
labelIncrement: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
};
|
|
49
|
-
max: {
|
|
50
|
-
type: NumberConstructor;
|
|
51
|
-
};
|
|
52
|
-
min: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
default: number;
|
|
55
|
-
};
|
|
56
|
-
modelValue: {
|
|
57
|
-
type: NumberConstructor;
|
|
58
|
-
default: number;
|
|
59
|
-
};
|
|
60
|
-
/** In order to increment or decrement by given steps. For non-integer values, don't use comma */
|
|
61
|
-
step: {
|
|
62
|
-
type: NumberConstructor;
|
|
63
|
-
default: number;
|
|
64
|
-
};
|
|
65
|
-
/** When given, it renders a JoyFormError element */
|
|
66
|
-
errorMessage: {
|
|
67
|
-
type: StringConstructor;
|
|
68
|
-
};
|
|
69
|
-
}>, {
|
|
70
|
-
props: {
|
|
71
|
-
readonly invalid: boolean;
|
|
72
|
-
readonly required: boolean;
|
|
73
|
-
readonly disabled: boolean;
|
|
74
|
-
readonly modelValue: number;
|
|
75
|
-
readonly autofocus: boolean;
|
|
76
|
-
readonly labelSize: TJoyLabelSizes;
|
|
77
|
-
readonly requiredMark: boolean;
|
|
78
|
-
readonly min: number;
|
|
79
|
-
readonly step: number;
|
|
80
|
-
readonly label?: string | undefined;
|
|
81
|
-
readonly name?: string | undefined;
|
|
82
|
-
readonly id?: string | undefined;
|
|
83
|
-
readonly optionalLabel?: string | undefined;
|
|
84
|
-
readonly labelDecrement?: string | undefined;
|
|
85
|
-
readonly labelIncrement?: string | undefined;
|
|
86
|
-
readonly max?: number | undefined;
|
|
87
|
-
readonly errorMessage?: string | undefined;
|
|
88
|
-
};
|
|
89
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
90
|
-
"update:modelValue": (value: number) => any;
|
|
91
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
|
-
autofocus: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
/** Removes any interactivity */
|
|
97
|
-
disabled: {
|
|
98
|
-
type: BooleanConstructor;
|
|
99
|
-
default: boolean;
|
|
100
|
-
};
|
|
101
|
-
id: {
|
|
102
|
-
type: StringConstructor;
|
|
103
|
-
};
|
|
104
|
-
invalid: {
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
name: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
};
|
|
111
|
-
required: {
|
|
112
|
-
type: BooleanConstructor;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
/** Display a label on top of the element. */
|
|
116
|
-
label: StringConstructor;
|
|
117
|
-
/** Overrides the default label size. See JoyLabel stories */
|
|
118
|
-
labelSize: {
|
|
119
|
-
type: PropType<TJoyLabelSizes>;
|
|
120
|
-
default: string;
|
|
121
|
-
};
|
|
122
|
-
/** If your component is not required, we can add a label to explicitely tell that it's not mandatory */
|
|
123
|
-
optionalLabel: StringConstructor;
|
|
124
|
-
/** Depending on context, we can add a "*" after the label to specify it's mandatory. */
|
|
125
|
-
requiredMark: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
default: boolean;
|
|
128
|
-
};
|
|
129
|
-
/** Used for aria-label. */
|
|
130
|
-
labelDecrement: {
|
|
131
|
-
type: StringConstructor;
|
|
132
|
-
};
|
|
133
|
-
/** Used for aria-label. */
|
|
134
|
-
labelIncrement: {
|
|
135
|
-
type: StringConstructor;
|
|
136
|
-
};
|
|
137
|
-
max: {
|
|
138
|
-
type: NumberConstructor;
|
|
139
|
-
};
|
|
140
|
-
min: {
|
|
141
|
-
type: NumberConstructor;
|
|
142
|
-
default: number;
|
|
143
|
-
};
|
|
144
|
-
modelValue: {
|
|
145
|
-
type: NumberConstructor;
|
|
146
|
-
default: number;
|
|
147
|
-
};
|
|
148
|
-
/** In order to increment or decrement by given steps. For non-integer values, don't use comma */
|
|
149
|
-
step: {
|
|
150
|
-
type: NumberConstructor;
|
|
151
|
-
default: number;
|
|
152
|
-
};
|
|
153
|
-
/** When given, it renders a JoyFormError element */
|
|
154
|
-
errorMessage: {
|
|
155
|
-
type: StringConstructor;
|
|
156
|
-
};
|
|
157
|
-
}>> & Readonly<{
|
|
158
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
159
|
-
}>, {
|
|
160
|
-
invalid: boolean;
|
|
161
|
-
required: boolean;
|
|
162
|
-
disabled: boolean;
|
|
163
|
-
modelValue: number;
|
|
164
|
-
autofocus: boolean;
|
|
165
|
-
labelSize: TJoyLabelSizes;
|
|
166
|
-
requiredMark: boolean;
|
|
167
|
-
min: number;
|
|
168
|
-
step: number;
|
|
169
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
170
|
-
/** Default slot to display a label on top of the element. You can use label property as well */
|
|
171
|
-
default(): any;
|
|
172
|
-
}> & {
|
|
173
|
-
/** Default slot to display a label on top of the element. You can use label property as well */
|
|
174
|
-
default(): any;
|
|
175
|
-
}>;
|
|
176
|
-
export default _default;
|
|
177
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
178
|
-
new (): {
|
|
179
|
-
$slots: S;
|
|
180
|
-
};
|
|
181
|
-
};
|