ps-helix 6.2.3 → 6.2.4
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/README.md +3 -3
- package/fesm2022/ps-helix.mjs +2 -3
- package/fesm2022/ps-helix.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ps-helix.d.ts +2 -3
package/package.json
CHANGED
package/types/ps-helix.d.ts
CHANGED
|
@@ -2550,9 +2550,6 @@ interface ToastConfig {
|
|
|
2550
2550
|
closeButtonAriaLabel?: string;
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
|
-
/** @deprecated Use PshToastComponent instead */
|
|
2554
|
-
declare const ToastComponent: typeof PshToastComponent;
|
|
2555
|
-
|
|
2556
2553
|
declare class PshToastComponent implements OnDestroy {
|
|
2557
2554
|
private toastService;
|
|
2558
2555
|
config: Partial<ps_helix.ToastConfig>;
|
|
@@ -2574,6 +2571,8 @@ declare class PshToastComponent implements OnDestroy {
|
|
|
2574
2571
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<PshToastComponent, never>;
|
|
2575
2572
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<PshToastComponent, "psh-toast", never, {}, {}, never, never, true, never>;
|
|
2576
2573
|
}
|
|
2574
|
+
/** @deprecated Use PshToastComponent instead */
|
|
2575
|
+
declare const ToastComponent: typeof PshToastComponent;
|
|
2577
2576
|
|
|
2578
2577
|
declare class PshToastService {
|
|
2579
2578
|
private _toasts;
|