@corto-ai/gds-angular 2.1.3-test.5 → 2.1.4-dev.1
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/package.json
CHANGED
|
@@ -1082,7 +1082,6 @@ type GdsToastInstance = {
|
|
|
1082
1082
|
};
|
|
1083
1083
|
declare const GDS_TOASTER_CONFIG: InjectionToken<Required<GdsToastGlobalConfig>>;
|
|
1084
1084
|
declare const GDS_TOAST_CONTAINER: InjectionToken<Type<unknown>>;
|
|
1085
|
-
declare const provideToaster: (customOptions?: Partial<GdsToastGlobalConfig>) => EnvironmentProviders;
|
|
1086
1085
|
|
|
1087
1086
|
declare class GdsToastComponent {
|
|
1088
1087
|
#private;
|
|
@@ -1102,6 +1101,8 @@ declare class GdsToastComponent {
|
|
|
1102
1101
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<GdsToastComponent, "gds-toast", never, { "toast": { "alias": "toast"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
1103
1102
|
}
|
|
1104
1103
|
|
|
1104
|
+
declare const provideToaster: (customOptions?: Partial<GdsToastGlobalConfig>) => EnvironmentProviders;
|
|
1105
|
+
|
|
1105
1106
|
declare class ToastrService {
|
|
1106
1107
|
#private;
|
|
1107
1108
|
/** Visible toasts for the overlay stack container. */
|