@oub/fusion 0.2.103 → 0.2.104
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.
|
@@ -37,6 +37,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
+
formElementId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
40
44
|
}, unknown, {
|
|
41
45
|
isMobile: boolean;
|
|
42
46
|
headerShadow: boolean;
|
|
@@ -90,6 +94,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
90
94
|
type: BooleanConstructor;
|
|
91
95
|
default: boolean;
|
|
92
96
|
};
|
|
97
|
+
formElementId: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
93
101
|
}>> & {
|
|
94
102
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
95
103
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -103,5 +111,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
111
|
hideConfirm: boolean;
|
|
104
112
|
confirmButtonVariant: keyof FusionButtonVariantType;
|
|
105
113
|
cancelButtonLoading: boolean;
|
|
114
|
+
formElementId: string;
|
|
106
115
|
}, {}>;
|
|
107
116
|
export default _default;
|
|
@@ -37,6 +37,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
+
formElementId: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
40
44
|
}, unknown, {
|
|
41
45
|
isMobile: boolean;
|
|
42
46
|
}, {}, {
|
|
@@ -80,6 +84,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
84
|
type: BooleanConstructor;
|
|
81
85
|
default: boolean;
|
|
82
86
|
};
|
|
87
|
+
formElementId: {
|
|
88
|
+
type: StringConstructor;
|
|
89
|
+
default: string;
|
|
90
|
+
};
|
|
83
91
|
}>> & {
|
|
84
92
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
85
93
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
@@ -93,5 +101,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
101
|
hideConfirm: boolean;
|
|
94
102
|
confirmButtonVariant: keyof FusionButtonVariantType;
|
|
95
103
|
cancelButtonLoading: boolean;
|
|
104
|
+
formElementId: string;
|
|
96
105
|
}, {}>;
|
|
97
106
|
export default _default;
|