@oub/fusion 0.2.168 → 0.2.169
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.
|
@@ -4,11 +4,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4
4
|
type: {
|
|
5
5
|
type: PropType<ToastType>;
|
|
6
6
|
default: string;
|
|
7
|
-
validator: (value: string) => boolean;
|
|
8
|
-
};
|
|
9
|
-
title: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
7
|
};
|
|
13
8
|
message: {
|
|
14
9
|
type: StringConstructor;
|
|
@@ -19,19 +14,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
14
|
default: boolean;
|
|
20
15
|
};
|
|
21
16
|
}>, {}, {}, {
|
|
22
|
-
|
|
23
|
-
iconComponent(): import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
+
iconComponent: () => import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
18
|
}, {
|
|
25
|
-
handleDismiss()
|
|
19
|
+
handleDismiss: () => void;
|
|
26
20
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "dismiss"[], "dismiss", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
21
|
type: {
|
|
28
22
|
type: PropType<ToastType>;
|
|
29
23
|
default: string;
|
|
30
|
-
validator: (value: string) => boolean;
|
|
31
|
-
};
|
|
32
|
-
title: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
24
|
};
|
|
36
25
|
message: {
|
|
37
26
|
type: StringConstructor;
|
|
@@ -45,14 +34,102 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
34
|
onDismiss?: ((...args: any[]) => any) | undefined;
|
|
46
35
|
}>, {
|
|
47
36
|
type: ToastType;
|
|
48
|
-
title: string;
|
|
49
37
|
message: string;
|
|
50
38
|
dismissable: boolean;
|
|
51
39
|
}, {}, {
|
|
40
|
+
SVGClose: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
41
|
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
|
-
SVGExclamationCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
54
42
|
SVGInformationCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
SVGExclamationOctagon: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
44
|
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
56
|
-
|
|
45
|
+
FusionIconButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
46
|
+
id: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
variantType: {
|
|
51
|
+
type: PropType<keyof import('../../../../types/components/FusionButton').FusionButtonVariantType>;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
variantStyle: {
|
|
55
|
+
type: PropType<keyof import('../../../../types/components/FusionButton').FusionButtonVariantStyle>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
size: {
|
|
59
|
+
type: PropType<keyof import('../../../../types/components/FusionButton').FusionButtonSize>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
type: {
|
|
63
|
+
type: PropType<"button" | "submit" | "reset" | undefined>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
disabled: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
dataTest: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
ariaLabel: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: undefined;
|
|
77
|
+
};
|
|
78
|
+
}>, {}, {
|
|
79
|
+
focus: boolean;
|
|
80
|
+
hover: boolean;
|
|
81
|
+
fusionIconButtonEl: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
82
|
+
}, {
|
|
83
|
+
variantTypeClass: () => "primary" | "danger";
|
|
84
|
+
variantStyleClass: () => "filled" | "outline" | "ghost" | "plain";
|
|
85
|
+
}, {
|
|
86
|
+
onClick: (event: Event) => void;
|
|
87
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
88
|
+
click: null;
|
|
89
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
90
|
+
id: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
variantType: {
|
|
95
|
+
type: PropType<keyof import('../../../../types/components/FusionButton').FusionButtonVariantType>;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
variantStyle: {
|
|
99
|
+
type: PropType<keyof import('../../../../types/components/FusionButton').FusionButtonVariantStyle>;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
size: {
|
|
103
|
+
type: PropType<keyof import('../../../../types/components/FusionButton').FusionButtonSize>;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
type: {
|
|
107
|
+
type: PropType<"button" | "submit" | "reset" | undefined>;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
disabled: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
dataTest: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
ariaLabel: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: undefined;
|
|
121
|
+
};
|
|
122
|
+
}>> & Readonly<{
|
|
123
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
124
|
+
}>, {
|
|
125
|
+
type: "button" | "submit" | "reset" | undefined;
|
|
126
|
+
dataTest: string;
|
|
127
|
+
id: string;
|
|
128
|
+
variantType: keyof import('../../../../types/components/FusionButton').FusionButtonVariantType;
|
|
129
|
+
variantStyle: keyof import('../../../../types/components/FusionButton').FusionButtonVariantStyle;
|
|
130
|
+
size: keyof import('../../../../types/components/FusionButton').FusionButtonSize;
|
|
131
|
+
disabled: boolean;
|
|
132
|
+
ariaLabel: string;
|
|
133
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
57
134
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
135
|
export default _default;
|