barsa-tiles 1.0.376 → 1.0.378

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.
@@ -23,6 +23,7 @@ export declare class NotificationGroupComponent extends BaseComponent implements
23
23
  btn: NotificationAction;
24
24
  }>;
25
25
  show: EventEmitter<{
26
+ tag: string;
26
27
  mo: MetaobjectDataModel;
27
28
  nama: string;
28
29
  }>;
@@ -70,6 +70,7 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
70
70
  ngOnInit(): void;
71
71
  onCultureChange(culture: any): void;
72
72
  onShowNotification(e: {
73
+ tag: string;
73
74
  mo: MetaobjectDataModel;
74
75
  nama: string;
75
76
  }): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "1.0.376",
3
+ "version": "1.0.378",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"