@mirweb/mir-web-components 0.17.0 → 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 +15 -12
- package/dist/components/blocks/hero/hero.vue.d.ts +15 -12
- package/dist/components/blocks/logo-wall/logo-wall.vue.d.ts +15 -12
- package/dist/components/blocks/micro-stories/micro-stories.vue.d.ts +5 -51
- package/dist/components/blocks/promo/promo.vue.d.ts +15 -12
- package/dist/components/molecules/address/address.vue.d.ts +15 -12
- package/dist/components/organisms/footer/footer.vue.d.ts +15 -12
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +735 -800
- 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
|
|
@@ -57,22 +57,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
57
57
|
};
|
|
58
58
|
}, {
|
|
59
59
|
LINKTYPES: {
|
|
60
|
-
readonly primary: "primary";
|
|
61
|
-
readonly secondary: "secondary";
|
|
62
|
-
readonly secondary_dark: "secondary-dark";
|
|
63
|
-
readonly regular: "regular";
|
|
64
|
-
readonly regular_dark: "regular-dark";
|
|
65
|
-
readonly regular_light: "regular-light";
|
|
66
|
-
readonly regular_blue: "regular-blue";
|
|
60
|
+
readonly primary: "mir-link--btn button button--primary";
|
|
61
|
+
readonly secondary: "mir-link--btn button button--secondary";
|
|
62
|
+
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
63
|
+
readonly regular: "regular-link";
|
|
64
|
+
readonly regular_dark: "regular-link-dark";
|
|
65
|
+
readonly regular_light: "regular-link-light";
|
|
66
|
+
readonly regular_blue: "regular-link-blue";
|
|
67
67
|
};
|
|
68
68
|
UNDERLINE: {
|
|
69
|
-
readonly hover: "hover";
|
|
70
|
-
readonly true: "
|
|
71
|
-
readonly false: "
|
|
69
|
+
readonly hover: "underline-hover";
|
|
70
|
+
readonly true: "add-underline";
|
|
71
|
+
readonly false: "remove-underline";
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
selectedLinkType: import("vue").ComputedRef<any>;
|
|
74
|
+
selectedUnderline: import("vue").ComputedRef<any>;
|
|
74
75
|
props: any;
|
|
75
|
-
attrs: import("vue").ComputedRef<
|
|
76
|
+
attrs: import("vue").ComputedRef<{
|
|
77
|
+
[x: string]: import("vue").Ref<any>;
|
|
78
|
+
}>;
|
|
76
79
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
77
80
|
linkType: {
|
|
78
81
|
type: null;
|
|
@@ -156,22 +156,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
156
156
|
};
|
|
157
157
|
}, {
|
|
158
158
|
LINKTYPES: {
|
|
159
|
-
readonly primary: "primary";
|
|
160
|
-
readonly secondary: "secondary";
|
|
161
|
-
readonly secondary_dark: "secondary-dark";
|
|
162
|
-
readonly regular: "regular";
|
|
163
|
-
readonly regular_dark: "regular-dark";
|
|
164
|
-
readonly regular_light: "regular-light";
|
|
165
|
-
readonly regular_blue: "regular-blue";
|
|
159
|
+
readonly primary: "mir-link--btn button button--primary";
|
|
160
|
+
readonly secondary: "mir-link--btn button button--secondary";
|
|
161
|
+
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
162
|
+
readonly regular: "regular-link";
|
|
163
|
+
readonly regular_dark: "regular-link-dark";
|
|
164
|
+
readonly regular_light: "regular-link-light";
|
|
165
|
+
readonly regular_blue: "regular-link-blue";
|
|
166
166
|
};
|
|
167
167
|
UNDERLINE: {
|
|
168
|
-
readonly hover: "hover";
|
|
169
|
-
readonly true: "
|
|
170
|
-
readonly false: "
|
|
168
|
+
readonly hover: "underline-hover";
|
|
169
|
+
readonly true: "add-underline";
|
|
170
|
+
readonly false: "remove-underline";
|
|
171
171
|
};
|
|
172
|
-
|
|
172
|
+
selectedLinkType: import("vue").ComputedRef<any>;
|
|
173
|
+
selectedUnderline: import("vue").ComputedRef<any>;
|
|
173
174
|
props: any;
|
|
174
|
-
attrs: import("vue").ComputedRef<
|
|
175
|
+
attrs: import("vue").ComputedRef<{
|
|
176
|
+
[x: string]: import("vue").Ref<any>;
|
|
177
|
+
}>;
|
|
175
178
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
176
179
|
linkType: {
|
|
177
180
|
type: null;
|
|
@@ -121,22 +121,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
121
121
|
};
|
|
122
122
|
}, {
|
|
123
123
|
LINKTYPES: {
|
|
124
|
-
readonly primary: "primary";
|
|
125
|
-
readonly secondary: "secondary";
|
|
126
|
-
readonly secondary_dark: "secondary-dark";
|
|
127
|
-
readonly regular: "regular";
|
|
128
|
-
readonly regular_dark: "regular-dark";
|
|
129
|
-
readonly regular_light: "regular-light";
|
|
130
|
-
readonly regular_blue: "regular-blue";
|
|
124
|
+
readonly primary: "mir-link--btn button button--primary";
|
|
125
|
+
readonly secondary: "mir-link--btn button button--secondary";
|
|
126
|
+
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
127
|
+
readonly regular: "regular-link";
|
|
128
|
+
readonly regular_dark: "regular-link-dark";
|
|
129
|
+
readonly regular_light: "regular-link-light";
|
|
130
|
+
readonly regular_blue: "regular-link-blue";
|
|
131
131
|
};
|
|
132
132
|
UNDERLINE: {
|
|
133
|
-
readonly hover: "hover";
|
|
134
|
-
readonly true: "
|
|
135
|
-
readonly false: "
|
|
133
|
+
readonly hover: "underline-hover";
|
|
134
|
+
readonly true: "add-underline";
|
|
135
|
+
readonly false: "remove-underline";
|
|
136
136
|
};
|
|
137
|
-
|
|
137
|
+
selectedLinkType: import("vue").ComputedRef<any>;
|
|
138
|
+
selectedUnderline: import("vue").ComputedRef<any>;
|
|
138
139
|
props: any;
|
|
139
|
-
attrs: import("vue").ComputedRef<
|
|
140
|
+
attrs: import("vue").ComputedRef<{
|
|
141
|
+
[x: string]: import("vue").Ref<any>;
|
|
142
|
+
}>;
|
|
140
143
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
141
144
|
linkType: {
|
|
142
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
|
|
@@ -295,22 +295,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
295
295
|
};
|
|
296
296
|
}, {
|
|
297
297
|
LINKTYPES: {
|
|
298
|
-
readonly primary: "primary";
|
|
299
|
-
readonly secondary: "secondary";
|
|
300
|
-
readonly secondary_dark: "secondary-dark";
|
|
301
|
-
readonly regular: "regular";
|
|
302
|
-
readonly regular_dark: "regular-dark";
|
|
303
|
-
readonly regular_light: "regular-light";
|
|
304
|
-
readonly regular_blue: "regular-blue";
|
|
298
|
+
readonly primary: "mir-link--btn button button--primary";
|
|
299
|
+
readonly secondary: "mir-link--btn button button--secondary";
|
|
300
|
+
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
301
|
+
readonly regular: "regular-link";
|
|
302
|
+
readonly regular_dark: "regular-link-dark";
|
|
303
|
+
readonly regular_light: "regular-link-light";
|
|
304
|
+
readonly regular_blue: "regular-link-blue";
|
|
305
305
|
};
|
|
306
306
|
UNDERLINE: {
|
|
307
|
-
readonly hover: "hover";
|
|
308
|
-
readonly true: "
|
|
309
|
-
readonly false: "
|
|
307
|
+
readonly hover: "underline-hover";
|
|
308
|
+
readonly true: "add-underline";
|
|
309
|
+
readonly false: "remove-underline";
|
|
310
310
|
};
|
|
311
|
-
|
|
311
|
+
selectedLinkType: import("vue").ComputedRef<any>;
|
|
312
|
+
selectedUnderline: import("vue").ComputedRef<any>;
|
|
312
313
|
props: any;
|
|
313
|
-
attrs: import("vue").ComputedRef<
|
|
314
|
+
attrs: import("vue").ComputedRef<{
|
|
315
|
+
[x: string]: import("vue").Ref<any>;
|
|
316
|
+
}>;
|
|
314
317
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
315
318
|
linkType: {
|
|
316
319
|
type: null;
|
|
@@ -65,22 +65,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
}, {
|
|
67
67
|
LINKTYPES: {
|
|
68
|
-
readonly primary: "primary";
|
|
69
|
-
readonly secondary: "secondary";
|
|
70
|
-
readonly secondary_dark: "secondary-dark";
|
|
71
|
-
readonly regular: "regular";
|
|
72
|
-
readonly regular_dark: "regular-dark";
|
|
73
|
-
readonly regular_light: "regular-light";
|
|
74
|
-
readonly regular_blue: "regular-blue";
|
|
68
|
+
readonly primary: "mir-link--btn button button--primary";
|
|
69
|
+
readonly secondary: "mir-link--btn button button--secondary";
|
|
70
|
+
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
71
|
+
readonly regular: "regular-link";
|
|
72
|
+
readonly regular_dark: "regular-link-dark";
|
|
73
|
+
readonly regular_light: "regular-link-light";
|
|
74
|
+
readonly regular_blue: "regular-link-blue";
|
|
75
75
|
};
|
|
76
76
|
UNDERLINE: {
|
|
77
|
-
readonly hover: "hover";
|
|
78
|
-
readonly true: "
|
|
79
|
-
readonly false: "
|
|
77
|
+
readonly hover: "underline-hover";
|
|
78
|
+
readonly true: "add-underline";
|
|
79
|
+
readonly false: "remove-underline";
|
|
80
80
|
};
|
|
81
|
-
|
|
81
|
+
selectedLinkType: import("vue").ComputedRef<any>;
|
|
82
|
+
selectedUnderline: import("vue").ComputedRef<any>;
|
|
82
83
|
props: any;
|
|
83
|
-
attrs: import("vue").ComputedRef<
|
|
84
|
+
attrs: import("vue").ComputedRef<{
|
|
85
|
+
[x: string]: import("vue").Ref<any>;
|
|
86
|
+
}>;
|
|
84
87
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
88
|
linkType: {
|
|
86
89
|
type: null;
|
|
@@ -54,22 +54,25 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
54
54
|
};
|
|
55
55
|
}, {
|
|
56
56
|
LINKTYPES: {
|
|
57
|
-
readonly primary: "primary";
|
|
58
|
-
readonly secondary: "secondary";
|
|
59
|
-
readonly secondary_dark: "secondary-dark";
|
|
60
|
-
readonly regular: "regular";
|
|
61
|
-
readonly regular_dark: "regular-dark";
|
|
62
|
-
readonly regular_light: "regular-light";
|
|
63
|
-
readonly regular_blue: "regular-blue";
|
|
57
|
+
readonly primary: "mir-link--btn button button--primary";
|
|
58
|
+
readonly secondary: "mir-link--btn button button--secondary";
|
|
59
|
+
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
60
|
+
readonly regular: "regular-link";
|
|
61
|
+
readonly regular_dark: "regular-link-dark";
|
|
62
|
+
readonly regular_light: "regular-link-light";
|
|
63
|
+
readonly regular_blue: "regular-link-blue";
|
|
64
64
|
};
|
|
65
65
|
UNDERLINE: {
|
|
66
|
-
readonly hover: "hover";
|
|
67
|
-
readonly true: "
|
|
68
|
-
readonly false: "
|
|
66
|
+
readonly hover: "underline-hover";
|
|
67
|
+
readonly true: "add-underline";
|
|
68
|
+
readonly false: "remove-underline";
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
selectedLinkType: import("vue").ComputedRef<any>;
|
|
71
|
+
selectedUnderline: import("vue").ComputedRef<any>;
|
|
71
72
|
props: any;
|
|
72
|
-
attrs: import("vue").ComputedRef<
|
|
73
|
+
attrs: import("vue").ComputedRef<{
|
|
74
|
+
[x: string]: import("vue").Ref<any>;
|
|
75
|
+
}>;
|
|
73
76
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
77
|
linkType: {
|
|
75
78
|
type: null;
|