@oub/fusion 0.2.141 → 0.2.142
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/fusion.js +16 -2
- package/dist/fusion.umd.cjs +1 -1
- package/dist/lib/components/common/key-value-pair/FusionKeyValuePair.vue.d.ts +14 -15
- package/dist/lib/components/common/tag/FusionTag.vue.d.ts +8 -8
- package/dist/style.css +1 -1
- package/dist/types/components/FusionKeyValuePair.d.ts +13 -0
- package/dist/types/components/FusionTag.d.ts +9 -2
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { FusionKeyValuePairEmphasis, FusionKeyValuePairOrder } from '../../../../types/components/FusionKeyValuePair';
|
|
3
|
-
import { FusionButtonVariantStyle, FusionButtonVariantType } from '../../../../types/components/FusionTag';
|
|
2
|
+
import { FusionKeyValueVariantStyle, FusionKeyValueVariantType, FusionKeyValuePairEmphasis, FusionKeyValuePairOrder } from '../../../../types/components/FusionKeyValuePair';
|
|
4
3
|
import { VariantTypes, Sizes } from '../../../../types/Global.d.ts';
|
|
5
4
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
5
|
keyText: {
|
|
@@ -37,11 +36,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
37
36
|
default: string;
|
|
38
37
|
};
|
|
39
38
|
tagVariantType: {
|
|
40
|
-
type: PropType<keyof
|
|
39
|
+
type: PropType<keyof FusionKeyValueVariantType>;
|
|
41
40
|
default: string;
|
|
42
41
|
};
|
|
43
42
|
tagVariantStyle: {
|
|
44
|
-
type: PropType<keyof
|
|
43
|
+
type: PropType<keyof FusionKeyValueVariantStyle>;
|
|
45
44
|
default: string;
|
|
46
45
|
};
|
|
47
46
|
tagEmphasis: {
|
|
@@ -115,11 +114,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
114
|
default: string;
|
|
116
115
|
};
|
|
117
116
|
tagVariantType: {
|
|
118
|
-
type: PropType<keyof
|
|
117
|
+
type: PropType<keyof FusionKeyValueVariantType>;
|
|
119
118
|
default: string;
|
|
120
119
|
};
|
|
121
120
|
tagVariantStyle: {
|
|
122
|
-
type: PropType<keyof
|
|
121
|
+
type: PropType<keyof FusionKeyValueVariantStyle>;
|
|
123
122
|
default: string;
|
|
124
123
|
};
|
|
125
124
|
tagEmphasis: {
|
|
@@ -163,8 +162,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
163
162
|
strikeThroughSecondaryValueText: boolean;
|
|
164
163
|
showTag: boolean;
|
|
165
164
|
tagText: string;
|
|
166
|
-
tagVariantType: keyof
|
|
167
|
-
tagVariantStyle: keyof
|
|
165
|
+
tagVariantType: keyof FusionKeyValueVariantType;
|
|
166
|
+
tagVariantStyle: keyof FusionKeyValueVariantStyle;
|
|
168
167
|
tagEmphasis: number;
|
|
169
168
|
showLink: boolean;
|
|
170
169
|
linkText: string;
|
|
@@ -176,11 +175,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
176
175
|
}, {}, {
|
|
177
176
|
FusionTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
178
177
|
variantStyle: {
|
|
179
|
-
type: PropType<keyof
|
|
178
|
+
type: PropType<keyof import('../../../../types/components/FusionTag').FusionTagVariantStyle>;
|
|
180
179
|
default: string;
|
|
181
180
|
};
|
|
182
181
|
variantType: {
|
|
183
|
-
type: PropType<keyof
|
|
182
|
+
type: PropType<keyof import('../../../../types/components/FusionTag').FusionTagVariantType>;
|
|
184
183
|
default: string;
|
|
185
184
|
};
|
|
186
185
|
emphasis: {
|
|
@@ -192,14 +191,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
192
191
|
default: string;
|
|
193
192
|
};
|
|
194
193
|
}>, {}, {}, {
|
|
195
|
-
variantTypeClass(): "danger" | "info" | "success" | "warning" | "emphasis-one" | "emphasis-two" | "emphasis-three" | "gradient-primary";
|
|
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";
|
|
196
195
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
197
196
|
variantStyle: {
|
|
198
|
-
type: PropType<keyof
|
|
197
|
+
type: PropType<keyof import('../../../../types/components/FusionTag').FusionTagVariantStyle>;
|
|
199
198
|
default: string;
|
|
200
199
|
};
|
|
201
200
|
variantType: {
|
|
202
|
-
type: PropType<keyof
|
|
201
|
+
type: PropType<keyof import('../../../../types/components/FusionTag').FusionTagVariantType>;
|
|
203
202
|
default: string;
|
|
204
203
|
};
|
|
205
204
|
emphasis: {
|
|
@@ -212,8 +211,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
212
211
|
};
|
|
213
212
|
}>> & Readonly<{}>, {
|
|
214
213
|
label: string;
|
|
215
|
-
variantType: keyof
|
|
216
|
-
variantStyle: keyof
|
|
214
|
+
variantType: keyof import('../../../../types/components/FusionTag').FusionTagVariantType;
|
|
215
|
+
variantStyle: keyof import('../../../../types/components/FusionTag').FusionTagVariantStyle;
|
|
217
216
|
emphasis: number;
|
|
218
217
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
218
|
FusionTextLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { FusionTagVariantStyle, FusionTagVariantType } from '../../../../types/components/FusionTag';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
variantStyle: {
|
|
5
|
-
type: PropType<keyof
|
|
5
|
+
type: PropType<keyof FusionTagVariantStyle>;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
variantType: {
|
|
9
|
-
type: PropType<keyof
|
|
9
|
+
type: PropType<keyof FusionTagVariantType>;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
emphasis: {
|
|
@@ -18,14 +18,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
20
|
}>, {}, {}, {
|
|
21
|
-
variantTypeClass(): "danger" | "info" | "success" | "warning" | "emphasis-one" | "emphasis-two" | "emphasis-three" | "gradient-primary";
|
|
21
|
+
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";
|
|
22
22
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
23
|
variantStyle: {
|
|
24
|
-
type: PropType<keyof
|
|
24
|
+
type: PropType<keyof FusionTagVariantStyle>;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
variantType: {
|
|
28
|
-
type: PropType<keyof
|
|
28
|
+
type: PropType<keyof FusionTagVariantType>;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
emphasis: {
|
|
@@ -38,8 +38,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
40
|
label: string;
|
|
41
|
-
variantType: keyof
|
|
42
|
-
variantStyle: keyof
|
|
41
|
+
variantType: keyof FusionTagVariantType;
|
|
42
|
+
variantStyle: keyof FusionTagVariantStyle;
|
|
43
43
|
emphasis: number;
|
|
44
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
45
|
export default _default;
|