@cbm-common/cbm-types 0.0.117 → 0.0.118

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.
@@ -1,7 +1,5 @@
1
1
  export declare class CbmGlobalStateService {
2
- constructor();
3
- private _titleTag;
4
- titleTag: import("@angular/core").Signal<string>;
2
+ private title;
5
3
  setTitleTag(title: string): void;
6
4
  resetTitleTag(): void;
7
5
  }
@@ -8,6 +8,7 @@ export interface CbmAlertData {
8
8
  data: any;
9
9
  viewContainerRef: ViewContainerRef;
10
10
  };
11
+ delay?: number;
11
12
  }
12
13
  export declare namespace CbmAlertData {
13
14
  type Type = 'sweetAlert' | 'toast' | 'toastRight';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {