barsa-develop-components 2.3.58 → 2.3.59

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/index.d.ts CHANGED
@@ -587,6 +587,7 @@ declare class G4bDetailsComponent extends BaseItemContentPropsComponent<UiReport
587
587
  declare class AvatarComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
588
588
  pictureId: string;
589
589
  subtitle: string;
590
+ status: number;
590
591
  ngOnInit(): void;
591
592
  ngOnChanges(changes: SimpleChanges): void;
592
593
  protected _setProps(_mo: MetaobjectDataModel): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "2.3.58",
3
+ "version": "2.3.59",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"