@oub/fusion 0.2.154 → 0.2.156
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { FusionKeyValuePairEmphasis, FusionKeyValuePairOrder } from '../../../../types/components/FusionKeyValuePair';
|
|
3
|
+
import { FusionTagVariantStyle, FusionTagVariantType } from '../../../../types/components/FusionTag';
|
|
3
4
|
import { VariantTypes, Sizes } from '../../../../types/Global.d.ts';
|
|
4
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
6
|
keyText: {
|
|
@@ -16,7 +17,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
17
|
};
|
|
17
18
|
valueTextEmphasis: {
|
|
18
19
|
type: PropType<keyof FusionKeyValuePairEmphasis>;
|
|
19
|
-
required: false;
|
|
20
20
|
default: number;
|
|
21
21
|
};
|
|
22
22
|
secondaryValueText: {
|
|
@@ -36,11 +36,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
36
36
|
default: string;
|
|
37
37
|
};
|
|
38
38
|
tagVariantType: {
|
|
39
|
-
type: PropType<keyof
|
|
39
|
+
type: PropType<keyof FusionTagVariantType>;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
42
|
tagVariantStyle: {
|
|
43
|
-
type: PropType<keyof
|
|
43
|
+
type: PropType<keyof FusionTagVariantStyle>;
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
46
|
tagEmphasis: {
|
|
@@ -77,7 +77,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
};
|
|
78
78
|
}>, {}, {}, {
|
|
79
79
|
orderClass: () => "flex-col" | "flex-col-reverse";
|
|
80
|
-
valueTextEmphasisClass: () => "text-
|
|
80
|
+
valueTextEmphasisClass: () => "text-body" | "text-body-500" | "text-h4" | "text-h3" | "text-h2" | "text-h1";
|
|
81
|
+
iconSizeClass: () => "w-7 h-7" | "w-6 h-6";
|
|
81
82
|
showValueContainer: () => string | import('vue').Slot<any> | undefined;
|
|
82
83
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
84
|
keyText: {
|
|
@@ -94,7 +95,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
94
95
|
};
|
|
95
96
|
valueTextEmphasis: {
|
|
96
97
|
type: PropType<keyof FusionKeyValuePairEmphasis>;
|
|
97
|
-
required: false;
|
|
98
98
|
default: number;
|
|
99
99
|
};
|
|
100
100
|
secondaryValueText: {
|
|
@@ -114,11 +114,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
default: string;
|
|
115
115
|
};
|
|
116
116
|
tagVariantType: {
|
|
117
|
-
type: PropType<keyof
|
|
117
|
+
type: PropType<keyof FusionTagVariantType>;
|
|
118
118
|
default: string;
|
|
119
119
|
};
|
|
120
120
|
tagVariantStyle: {
|
|
121
|
-
type: PropType<keyof
|
|
121
|
+
type: PropType<keyof FusionTagVariantStyle>;
|
|
122
122
|
default: string;
|
|
123
123
|
};
|
|
124
124
|
tagEmphasis: {
|
|
@@ -162,8 +162,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
162
|
strikeThroughSecondaryValueText: boolean;
|
|
163
163
|
showTag: boolean;
|
|
164
164
|
tagText: string;
|
|
165
|
-
tagVariantType: keyof
|
|
166
|
-
tagVariantStyle: keyof
|
|
165
|
+
tagVariantType: keyof FusionTagVariantType;
|
|
166
|
+
tagVariantStyle: keyof FusionTagVariantStyle;
|
|
167
167
|
tagEmphasis: number;
|
|
168
168
|
showLink: boolean;
|
|
169
169
|
linkText: string;
|
|
@@ -175,11 +175,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
175
175
|
}, {}, {
|
|
176
176
|
FusionTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
177
177
|
variantStyle: {
|
|
178
|
-
type: PropType<keyof
|
|
178
|
+
type: PropType<keyof FusionTagVariantStyle>;
|
|
179
179
|
default: string;
|
|
180
180
|
};
|
|
181
181
|
variantType: {
|
|
182
|
-
type: PropType<keyof
|
|
182
|
+
type: PropType<keyof FusionTagVariantType>;
|
|
183
183
|
default: string;
|
|
184
184
|
};
|
|
185
185
|
emphasis: {
|
|
@@ -194,11 +194,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
194
194
|
variantTypeClass(): "danger" | "info" | "success" | "warning" | "status-1" | "status-2" | "status-3" | "status-4" | "status-5" | "status-6" | "status-7" | "emphasis-one" | "emphasis-two" | "emphasis-three" | "gradient-primary";
|
|
195
195
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
196
196
|
variantStyle: {
|
|
197
|
-
type: PropType<keyof
|
|
197
|
+
type: PropType<keyof FusionTagVariantStyle>;
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
variantType: {
|
|
201
|
-
type: PropType<keyof
|
|
201
|
+
type: PropType<keyof FusionTagVariantType>;
|
|
202
202
|
default: string;
|
|
203
203
|
};
|
|
204
204
|
emphasis: {
|
|
@@ -211,8 +211,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
211
|
};
|
|
212
212
|
}>> & Readonly<{}>, {
|
|
213
213
|
label: string;
|
|
214
|
-
variantType: keyof
|
|
215
|
-
variantStyle: keyof
|
|
214
|
+
variantType: keyof FusionTagVariantType;
|
|
215
|
+
variantStyle: keyof FusionTagVariantStyle;
|
|
216
216
|
emphasis: number;
|
|
217
217
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
218
218
|
FusionTextLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|