@oub/fusion 0.3.25 → 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 +2110 -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/svgs/SVGDoNotDisturb.vue.d.ts +2 -0
- package/dist/style.css +1 -1
- package/dist/types/components/FusionCircularProgressIndicator.d.ts +1 -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>;
|
|
@@ -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;
|