@muenchen/muc-patternlab-vue 2.0.1-beta.1 → 2.1.0-beta.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.
- package/components/Banner/MucBanner.test.d.ts +1 -0
- package/components/BusinessHours/MucBusinessHours.test.d.ts +1 -0
- package/components/Button/MucButton.vue.d.ts +4 -4
- package/components/FileDropzone/MucFileDropzone.stories.d.ts +4 -0
- package/components/FileDropzone/MucFileDropzone.vue.d.ts +10 -0
- package/components/Stepper/MucStepper.stories.d.ts +14 -1
- package/components/Stepper/MucStepper.vue.d.ts +9 -1
- package/components/Stepper/MucStepperItem.vue.d.ts +9 -1
- package/muc-patternlab-vue.es.js +675 -649
- package/package.json +33 -33
- package/style.css +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -23,7 +23,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
23
23
|
*/
|
|
24
24
|
variant?: buttonType;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* Lets you indicate that the button is not currently interactive or clickable.
|
|
27
27
|
*/
|
|
28
28
|
disabled?: boolean;
|
|
29
29
|
/**
|
|
@@ -31,7 +31,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
31
31
|
*/
|
|
32
32
|
icon?: string;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Whether the Icon should be animated on hover (slide-right) or not.
|
|
35
35
|
*
|
|
36
36
|
* Default is `false`
|
|
37
37
|
*/
|
|
@@ -46,7 +46,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
46
46
|
*/
|
|
47
47
|
variant?: buttonType;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Lets you indicate that the button is not currently interactive or clickable.
|
|
50
50
|
*/
|
|
51
51
|
disabled?: boolean;
|
|
52
52
|
/**
|
|
@@ -54,7 +54,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
54
54
|
*/
|
|
55
55
|
icon?: string;
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* Whether the Icon should be animated on hover (slide-right) or not.
|
|
58
58
|
*
|
|
59
59
|
* Default is `false`
|
|
60
60
|
*/
|
|
@@ -9,7 +9,9 @@ declare const _default: {
|
|
|
9
9
|
maxFileSizeWarning?: string;
|
|
10
10
|
maxTotalFileSize?: number;
|
|
11
11
|
maxTotalFileSizeWarning?: string;
|
|
12
|
+
showWarning?: boolean;
|
|
12
13
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
warning: (...args: any[]) => void;
|
|
13
15
|
files: (...args: any[]) => void;
|
|
14
16
|
}, string, import('vue').PublicProps, Readonly<{
|
|
15
17
|
buttonText: string;
|
|
@@ -21,7 +23,9 @@ declare const _default: {
|
|
|
21
23
|
maxFileSizeWarning?: string;
|
|
22
24
|
maxTotalFileSize?: number;
|
|
23
25
|
maxTotalFileSizeWarning?: string;
|
|
26
|
+
showWarning?: boolean;
|
|
24
27
|
}> & Readonly<{
|
|
28
|
+
onWarning?: ((...args: any[]) => any) | undefined;
|
|
25
29
|
onFiles?: ((...args: any[]) => any) | undefined;
|
|
26
30
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
27
31
|
title: string;
|
|
@@ -35,7 +35,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
35
35
|
* Warning for invalid file size sum
|
|
36
36
|
*/
|
|
37
37
|
maxTotalFileSizeWarning?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Clears warnings when changes from 'true' to 'false'.
|
|
40
|
+
*/
|
|
41
|
+
showWarning?: boolean;
|
|
38
42
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
|
+
warning: (...args: any[]) => void;
|
|
39
44
|
files: (...args: any[]) => void;
|
|
40
45
|
}, string, import('vue').PublicProps, Readonly<{
|
|
41
46
|
/**
|
|
@@ -74,7 +79,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
74
79
|
* Warning for invalid file size sum
|
|
75
80
|
*/
|
|
76
81
|
maxTotalFileSizeWarning?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Clears warnings when changes from 'true' to 'false'.
|
|
84
|
+
*/
|
|
85
|
+
showWarning?: boolean;
|
|
77
86
|
}> & Readonly<{
|
|
87
|
+
onWarning?: ((...args: any[]) => any) | undefined;
|
|
78
88
|
onFiles?: ((...args: any[]) => any) | undefined;
|
|
79
89
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
80
90
|
export default _default;
|
|
@@ -2,11 +2,13 @@ declare const _default: {
|
|
|
2
2
|
component: import('vue').DefineComponent<{
|
|
3
3
|
stepItems: import('./MucStepperTypes').StepperItem[];
|
|
4
4
|
activeItem: string;
|
|
5
|
-
|
|
5
|
+
disablePreviousSteps?: boolean;
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
7
|
changeStep: (id: string) => any;
|
|
7
8
|
}, string, import('vue').PublicProps, Readonly<{
|
|
8
9
|
stepItems: import('./MucStepperTypes').StepperItem[];
|
|
9
10
|
activeItem: string;
|
|
11
|
+
disablePreviousSteps?: boolean;
|
|
10
12
|
}> & Readonly<{
|
|
11
13
|
onChangeStep?: ((id: string) => any) | undefined;
|
|
12
14
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -31,3 +33,14 @@ export declare const Default: {
|
|
|
31
33
|
activeItem: string;
|
|
32
34
|
};
|
|
33
35
|
};
|
|
36
|
+
export declare const DisablePreviousSteps: {
|
|
37
|
+
args: {
|
|
38
|
+
stepItems: {
|
|
39
|
+
id: string;
|
|
40
|
+
label: string;
|
|
41
|
+
icon: string;
|
|
42
|
+
}[];
|
|
43
|
+
activeItem: string;
|
|
44
|
+
disablePreviousSteps: boolean;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -8,7 +8,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
8
8
|
* Id of the current step item
|
|
9
9
|
*/
|
|
10
10
|
activeItem: string;
|
|
11
|
-
|
|
11
|
+
/**
|
|
12
|
+
* Disables the previous steps
|
|
13
|
+
*/
|
|
14
|
+
disablePreviousSteps?: boolean;
|
|
15
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
16
|
changeStep: (id: string) => any;
|
|
13
17
|
}, string, import('vue').PublicProps, Readonly<{
|
|
14
18
|
/**
|
|
@@ -19,6 +23,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
19
23
|
* Id of the current step item
|
|
20
24
|
*/
|
|
21
25
|
activeItem: string;
|
|
26
|
+
/**
|
|
27
|
+
* Disables the previous steps
|
|
28
|
+
*/
|
|
29
|
+
disablePreviousSteps?: boolean;
|
|
22
30
|
}> & Readonly<{
|
|
23
31
|
onChangeStep?: ((id: string) => any) | undefined;
|
|
24
32
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -12,7 +12,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
12
12
|
* Show stepper as done
|
|
13
13
|
*/
|
|
14
14
|
isDone: boolean;
|
|
15
|
-
|
|
15
|
+
/**
|
|
16
|
+
* Disabled stepper
|
|
17
|
+
*/
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
20
|
click: (id: string) => any;
|
|
17
21
|
}, string, import('vue').PublicProps, Readonly<{
|
|
18
22
|
/**
|
|
@@ -27,6 +31,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
27
31
|
* Show stepper as done
|
|
28
32
|
*/
|
|
29
33
|
isDone: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Disabled stepper
|
|
36
|
+
*/
|
|
37
|
+
disabled: boolean;
|
|
30
38
|
}> & Readonly<{
|
|
31
39
|
onClick?: ((id: string) => any) | undefined;
|
|
32
40
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|