@oub/fusion 0.3.24 → 0.3.26
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 +2127 -2074
- package/dist/fusion.umd.cjs +5 -5
- package/dist/lib/components/common/circular-progress-bar/FusionCircularProgressIndicatorLabelCollection.vue.d.ts +12 -3
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabel.vue.d.ts +10 -1
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabelChecklist.vue.d.ts +12 -3
- package/dist/lib/components/common/key-value-pair/FusionKeyValuePair.vue.d.ts +11 -1
- package/dist/lib/components/svgs/SVGDoNotDisturb.vue.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/types/components/FusionCircularProgressIndicator.d.ts +1 -0
- package/dist/types/components/FusionKeyValuePair.d.ts +6 -0
- package/package.json +1 -1
|
@@ -64,8 +64,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
validator: (value: number) => boolean;
|
|
65
65
|
};
|
|
66
66
|
}>, {}, {}, {
|
|
67
|
-
cappedChecklist()
|
|
68
|
-
additionalItemsCount()
|
|
67
|
+
cappedChecklist: () => FusionCircularProgressChecklist[];
|
|
68
|
+
additionalItemsCount: () => number;
|
|
69
69
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
70
|
checklist: {
|
|
71
71
|
type: PropType<FusionCircularProgressChecklist[]>;
|
|
@@ -88,6 +88,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
type: BooleanConstructor;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
|
+
isMissing: {
|
|
92
|
+
type: BooleanConstructor;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
91
95
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
92
96
|
content: {
|
|
93
97
|
type: StringConstructor;
|
|
@@ -97,10 +101,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
101
|
type: BooleanConstructor;
|
|
98
102
|
default: boolean;
|
|
99
103
|
};
|
|
104
|
+
isMissing: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
100
108
|
}>> & Readonly<{}>, {
|
|
101
109
|
completed: boolean;
|
|
110
|
+
isMissing: boolean;
|
|
102
111
|
}, {}, {
|
|
103
|
-
|
|
112
|
+
SVGDoNotDisturb: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
113
|
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
105
114
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
106
115
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -7,6 +7,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
+
isMissing: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
10
14
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
15
|
content: {
|
|
12
16
|
type: StringConstructor;
|
|
@@ -16,10 +20,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
20
|
type: BooleanConstructor;
|
|
17
21
|
default: boolean;
|
|
18
22
|
};
|
|
23
|
+
isMissing: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
19
27
|
}>> & Readonly<{}>, {
|
|
20
28
|
completed: boolean;
|
|
29
|
+
isMissing: boolean;
|
|
21
30
|
}, {}, {
|
|
22
|
-
|
|
31
|
+
SVGDoNotDisturb: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
32
|
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
33
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
25
34
|
export default _default;
|
|
@@ -11,8 +11,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
validator: (value: number) => boolean;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {
|
|
14
|
-
cappedChecklist()
|
|
15
|
-
additionalItemsCount()
|
|
14
|
+
cappedChecklist: () => FusionCircularProgressChecklist[];
|
|
15
|
+
additionalItemsCount: () => number;
|
|
16
16
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
checklist: {
|
|
18
18
|
type: PropType<FusionCircularProgressChecklist[]>;
|
|
@@ -35,6 +35,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
35
35
|
type: BooleanConstructor;
|
|
36
36
|
default: boolean;
|
|
37
37
|
};
|
|
38
|
+
isMissing: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
38
42
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
43
|
content: {
|
|
40
44
|
type: StringConstructor;
|
|
@@ -44,10 +48,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
48
|
type: BooleanConstructor;
|
|
45
49
|
default: boolean;
|
|
46
50
|
};
|
|
51
|
+
isMissing: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
47
55
|
}>> & Readonly<{}>, {
|
|
48
56
|
completed: boolean;
|
|
57
|
+
isMissing: boolean;
|
|
49
58
|
}, {}, {
|
|
50
|
-
|
|
59
|
+
SVGDoNotDisturb: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
60
|
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
61
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
62
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
import { FusionKeyValuePairEmphasis, FusionKeyValuePairOrder, FusionKeyValuePairOrientation } from '../../../../types/components/FusionKeyValuePair';
|
|
2
|
+
import { FusionKeyValuePairEmphasis, FusionKeyValuePairOrder, FusionKeyValuePairOrientation, FusionKeyValuePairAlignItems } from '../../../../types/components/FusionKeyValuePair';
|
|
3
3
|
import { FusionTagVariantStyle, FusionTagVariantType } from '../../../../types/components/FusionTag';
|
|
4
4
|
import { VariantTypes, Sizes } from '../../../../types/Global.d.ts';
|
|
5
5
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -23,6 +23,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
type: PropType<keyof FusionKeyValuePairOrder>;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
+
alignItems: {
|
|
27
|
+
type: PropType<keyof FusionKeyValuePairAlignItems>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
26
30
|
valueTextEmphasis: {
|
|
27
31
|
type: PropType<keyof FusionKeyValuePairEmphasis>;
|
|
28
32
|
default: number;
|
|
@@ -87,6 +91,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
91
|
orderClass: () => "flex-col" | "flex-row" | "flex-row-reverse" | "flex-col-reverse";
|
|
88
92
|
valueTextEmphasisClass: () => "text-body" | "text-body-500" | "text-h4" | "text-h3" | "text-h2" | "text-h1";
|
|
89
93
|
iconSizeClass: () => "w-7 h-7" | "w-6 h-6";
|
|
94
|
+
alignItemsClass: () => "items-center" | "items-start" | "items-end";
|
|
90
95
|
showValueContainer: () => string | import('vue').Slot<any> | undefined;
|
|
91
96
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
92
97
|
keyText: {
|
|
@@ -109,6 +114,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
114
|
type: PropType<keyof FusionKeyValuePairOrder>;
|
|
110
115
|
default: string;
|
|
111
116
|
};
|
|
117
|
+
alignItems: {
|
|
118
|
+
type: PropType<keyof FusionKeyValuePairAlignItems>;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
112
121
|
valueTextEmphasis: {
|
|
113
122
|
type: PropType<keyof FusionKeyValuePairEmphasis>;
|
|
114
123
|
default: number;
|
|
@@ -175,6 +184,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
175
184
|
valueText: string;
|
|
176
185
|
orientation: keyof FusionKeyValuePairOrientation;
|
|
177
186
|
keyFullWidth: boolean;
|
|
187
|
+
alignItems: keyof FusionKeyValuePairAlignItems;
|
|
178
188
|
valueTextEmphasis: keyof FusionKeyValuePairEmphasis;
|
|
179
189
|
secondaryValueText: string;
|
|
180
190
|
strikeThroughSecondaryValueText: boolean;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|