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;
|