@testgorilla/tgo-ui 3.9.5-beta-20.0.0 → 3.9.5-beta-20.0.1
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
|
@@ -1595,13 +1595,13 @@ declare class DonutChartComponent {
|
|
|
1595
1595
|
id: string;
|
|
1596
1596
|
afterDatasetDraw: (chart: any) => void;
|
|
1597
1597
|
};
|
|
1598
|
-
donutChartPlugins: (
|
|
1598
|
+
donutChartPlugins: ({
|
|
1599
1599
|
id: string;
|
|
1600
1600
|
beforeDraw: (chart: any) => void;
|
|
1601
1601
|
} | {
|
|
1602
1602
|
id: string;
|
|
1603
1603
|
afterDatasetDraw: (chart: any) => void;
|
|
1604
|
-
})[];
|
|
1604
|
+
} | chart_js.Plugin<keyof chart_js.ChartTypeRegistry, node_modules_chart_js_dist_types_basic.AnyObject>)[];
|
|
1605
1605
|
donutChartOptions: ChartOptions<'doughnut'>;
|
|
1606
1606
|
static ɵfac: i0.ɵɵFactoryDeclaration<DonutChartComponent, never>;
|
|
1607
1607
|
static ɵcmp: i0.ɵɵComponentDeclaration<DonutChartComponent, "ui-donut-chart", never, { "donutChartData": { "alias": "donutChartData"; "required": false; "isSignal": true; }; "applicationTheme": { "alias": "applicationTheme"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|