@mirweb/mir-web-components 0.17.1 → 0.17.2
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/atoms/button/button.vue.d.ts +1 -1
- package/dist/components/atoms/text-field/text-field.vue.d.ts +5 -150
- package/dist/components/blocks/facts/facts.vue.d.ts +3 -1
- package/dist/components/blocks/hero/hero.vue.d.ts +3 -1
- package/dist/components/blocks/logo-wall/logo-wall.vue.d.ts +3 -1
- package/dist/components/blocks/micro-stories/micro-stories.vue.d.ts +5 -51
- package/dist/components/blocks/promo/promo.vue.d.ts +3 -1
- package/dist/components/molecules/address/address.vue.d.ts +3 -1
- package/dist/components/organisms/footer/footer.vue.d.ts +3 -1
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +649 -718
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/atoms/button/button.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
-
import "/home/runner/work/componentlibrary/componentlibrary/src/components/atoms/button/button.vue?vue&type=style&index=0&scoped=
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/atoms/button/button.vue?vue&type=style&index=0&scoped=32eb91a1&lang.scss";
|
|
3
3
|
declare const _default: any;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=button.vue.d.ts.map
|
|
@@ -1,150 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
fieldName: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: false;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
modelValue: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
required: true;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
placeholder: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
required: false;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
label: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
id: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
disabled: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
required: false;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
required: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
required: false;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
invalid: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
required: false;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
errorMessage: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
required: false;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
helperText: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
required: false;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
search: {
|
|
57
|
-
type: BooleanConstructor;
|
|
58
|
-
required: false;
|
|
59
|
-
default: boolean;
|
|
60
|
-
};
|
|
61
|
-
valid: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
required: false;
|
|
64
|
-
default: boolean;
|
|
65
|
-
};
|
|
66
|
-
}, {
|
|
67
|
-
hidePassword: import("vue").Ref<boolean>;
|
|
68
|
-
passwordFieldIcon: import("vue").ComputedRef<"showPassword" | "hidePassword">;
|
|
69
|
-
passwordFieldType: import("vue").ComputedRef<"text" | "password">;
|
|
70
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
71
|
-
type: {
|
|
72
|
-
type: StringConstructor;
|
|
73
|
-
required: true;
|
|
74
|
-
validator(value: string): boolean;
|
|
75
|
-
};
|
|
76
|
-
fieldName: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
required: false;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
modelValue: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
required: true;
|
|
84
|
-
default: string;
|
|
85
|
-
};
|
|
86
|
-
placeholder: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
required: false;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
label: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
required: false;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
id: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
required: true;
|
|
99
|
-
};
|
|
100
|
-
disabled: {
|
|
101
|
-
type: BooleanConstructor;
|
|
102
|
-
required: false;
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
|
-
required: {
|
|
106
|
-
type: BooleanConstructor;
|
|
107
|
-
required: false;
|
|
108
|
-
default: boolean;
|
|
109
|
-
};
|
|
110
|
-
invalid: {
|
|
111
|
-
type: BooleanConstructor;
|
|
112
|
-
required: false;
|
|
113
|
-
default: boolean;
|
|
114
|
-
};
|
|
115
|
-
errorMessage: {
|
|
116
|
-
type: StringConstructor;
|
|
117
|
-
required: false;
|
|
118
|
-
default: string;
|
|
119
|
-
};
|
|
120
|
-
helperText: {
|
|
121
|
-
type: StringConstructor;
|
|
122
|
-
required: false;
|
|
123
|
-
default: string;
|
|
124
|
-
};
|
|
125
|
-
search: {
|
|
126
|
-
type: BooleanConstructor;
|
|
127
|
-
required: false;
|
|
128
|
-
default: boolean;
|
|
129
|
-
};
|
|
130
|
-
valid: {
|
|
131
|
-
type: BooleanConstructor;
|
|
132
|
-
required: false;
|
|
133
|
-
default: boolean;
|
|
134
|
-
};
|
|
135
|
-
}>> & {
|
|
136
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
137
|
-
}, {
|
|
138
|
-
required: boolean;
|
|
139
|
-
disabled: boolean;
|
|
140
|
-
modelValue: string;
|
|
141
|
-
label: string;
|
|
142
|
-
placeholder: string;
|
|
143
|
-
fieldName: string;
|
|
144
|
-
invalid: boolean;
|
|
145
|
-
errorMessage: string;
|
|
146
|
-
helperText: string;
|
|
147
|
-
search: boolean;
|
|
148
|
-
valid: boolean;
|
|
149
|
-
}, {}>;
|
|
150
|
-
export default _sfc_main;
|
|
1
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/atoms/text-field/text-field.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/atoms/text-field/text-field.vue?vue&type=style&index=0&scoped=bbf83843&lang.scss";
|
|
3
|
+
declare const _default: any;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=text-field.vue.d.ts.map
|
|
@@ -73,7 +73,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
73
73
|
selectedLinkType: import("vue").ComputedRef<any>;
|
|
74
74
|
selectedUnderline: import("vue").ComputedRef<any>;
|
|
75
75
|
props: any;
|
|
76
|
-
attrs: import("vue").ComputedRef<
|
|
76
|
+
attrs: import("vue").ComputedRef<{
|
|
77
|
+
[x: string]: import("vue").Ref<any>;
|
|
78
|
+
}>;
|
|
77
79
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
80
|
linkType: {
|
|
79
81
|
type: null;
|
|
@@ -172,7 +172,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
172
172
|
selectedLinkType: import("vue").ComputedRef<any>;
|
|
173
173
|
selectedUnderline: import("vue").ComputedRef<any>;
|
|
174
174
|
props: any;
|
|
175
|
-
attrs: import("vue").ComputedRef<
|
|
175
|
+
attrs: import("vue").ComputedRef<{
|
|
176
|
+
[x: string]: import("vue").Ref<any>;
|
|
177
|
+
}>;
|
|
176
178
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
177
179
|
linkType: {
|
|
178
180
|
type: null;
|
|
@@ -137,7 +137,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
137
137
|
selectedLinkType: import("vue").ComputedRef<any>;
|
|
138
138
|
selectedUnderline: import("vue").ComputedRef<any>;
|
|
139
139
|
props: any;
|
|
140
|
-
attrs: import("vue").ComputedRef<
|
|
140
|
+
attrs: import("vue").ComputedRef<{
|
|
141
|
+
[x: string]: import("vue").Ref<any>;
|
|
142
|
+
}>;
|
|
141
143
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
142
144
|
linkType: {
|
|
143
145
|
type: null;
|
|
@@ -1,51 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
src: string;
|
|
7
|
-
alt?: string;
|
|
8
|
-
poster?: {
|
|
9
|
-
src: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
link?: {
|
|
13
|
-
href: string;
|
|
14
|
-
text: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
18
|
-
stories: {
|
|
19
|
-
type: () => Story[];
|
|
20
|
-
required: true;
|
|
21
|
-
validator(value: Story[]): boolean;
|
|
22
|
-
};
|
|
23
|
-
reverse: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: boolean;
|
|
26
|
-
};
|
|
27
|
-
bgColor: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
validator(value: string): boolean;
|
|
31
|
-
};
|
|
32
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
-
stories: {
|
|
34
|
-
type: () => Story[];
|
|
35
|
-
required: true;
|
|
36
|
-
validator(value: Story[]): boolean;
|
|
37
|
-
};
|
|
38
|
-
reverse: {
|
|
39
|
-
type: BooleanConstructor;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
bgColor: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: string;
|
|
45
|
-
validator(value: string): boolean;
|
|
46
|
-
};
|
|
47
|
-
}>>, {
|
|
48
|
-
reverse: boolean;
|
|
49
|
-
bgColor: string;
|
|
50
|
-
}, {}>;
|
|
51
|
-
export default _sfc_main;
|
|
1
|
+
import _sfc_main from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/micro-stories/micro-stories.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/micro-stories/micro-stories.vue?vue&type=script&setup=true&lang.ts";
|
|
3
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/micro-stories/micro-stories.vue?vue&type=style&index=0&lang.scss";
|
|
4
|
+
export default _sfc_main;
|
|
5
|
+
//# sourceMappingURL=micro-stories.vue.d.ts.map
|
|
@@ -311,7 +311,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
311
311
|
selectedLinkType: import("vue").ComputedRef<any>;
|
|
312
312
|
selectedUnderline: import("vue").ComputedRef<any>;
|
|
313
313
|
props: any;
|
|
314
|
-
attrs: import("vue").ComputedRef<
|
|
314
|
+
attrs: import("vue").ComputedRef<{
|
|
315
|
+
[x: string]: import("vue").Ref<any>;
|
|
316
|
+
}>;
|
|
315
317
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
316
318
|
linkType: {
|
|
317
319
|
type: null;
|
|
@@ -81,7 +81,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
81
81
|
selectedLinkType: import("vue").ComputedRef<any>;
|
|
82
82
|
selectedUnderline: import("vue").ComputedRef<any>;
|
|
83
83
|
props: any;
|
|
84
|
-
attrs: import("vue").ComputedRef<
|
|
84
|
+
attrs: import("vue").ComputedRef<{
|
|
85
|
+
[x: string]: import("vue").Ref<any>;
|
|
86
|
+
}>;
|
|
85
87
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
86
88
|
linkType: {
|
|
87
89
|
type: null;
|
|
@@ -70,7 +70,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
70
|
selectedLinkType: import("vue").ComputedRef<any>;
|
|
71
71
|
selectedUnderline: import("vue").ComputedRef<any>;
|
|
72
72
|
props: any;
|
|
73
|
-
attrs: import("vue").ComputedRef<
|
|
73
|
+
attrs: import("vue").ComputedRef<{
|
|
74
|
+
[x: string]: import("vue").Ref<any>;
|
|
75
|
+
}>;
|
|
74
76
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
77
|
linkType: {
|
|
76
78
|
type: null;
|