shirkasoft-ui-components 1.0.21 → 1.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shirkasoft-ui-components",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Angular UI Components Library — themeable via CSS custom properties",
5
5
  "keywords": [
6
6
  "angular",
@@ -613,6 +613,7 @@ declare class TooltipComponent {
613
613
  }
614
614
 
615
615
  declare class ChartComponent implements AfterViewInit, OnDestroy {
616
+ private static registered;
616
617
  type: _angular_core.InputSignal<"line" | "bar" | "pie" | "doughnut" | "polarArea">;
617
618
  data: _angular_core.InputSignal<any>;
618
619
  options: _angular_core.InputSignal<any>;