barsa-develop-components 2.3.79 → 2.3.81
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
|
@@ -1054,11 +1054,14 @@ declare class ColumnChipComponent extends ColumnRendererComponent implements OnI
|
|
|
1054
1054
|
declare class PieProgressComponent extends BaseComponent {
|
|
1055
1055
|
settings: PieProgressSettings;
|
|
1056
1056
|
mo: MetaobjectDataModel;
|
|
1057
|
+
protected _renderer2: Renderer2;
|
|
1058
|
+
ngOnInit(): void;
|
|
1057
1059
|
static ɵfac: i0.ɵɵFactoryDeclaration<PieProgressComponent, never>;
|
|
1058
1060
|
static ɵcmp: i0.ɵɵComponentDeclaration<PieProgressComponent, "bdc-pie-progress", never, { "mo": { "alias": "mo"; "required": false; }; }, {}, never, never, false, never>;
|
|
1059
1061
|
}
|
|
1060
1062
|
interface PieProgressSettings {
|
|
1061
1063
|
ChartInstance: MetaobjectDataModel;
|
|
1064
|
+
ChartHeight: string;
|
|
1062
1065
|
}
|
|
1063
1066
|
|
|
1064
1067
|
declare class UiPersonPipe implements PipeTransform {
|