axidio-styleguide-library1-v2 0.3.10 → 0.3.12

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.
@@ -101,8 +101,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
101
101
  onResized(event: ResizedEvent): void;
102
102
  isZoomOutSelected(isZoomOut: boolean): void;
103
103
  private removeExistingChart;
104
- private getDeviceConfig;
105
- private configureResponsiveSettings;
106
104
  private mergeConfigurations;
107
105
  private prepareMetaData;
108
106
  private calculateDimensions;
@@ -130,7 +128,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
130
128
  private renderGrids;
131
129
  private renderAxes;
132
130
  private renderStandardAxes;
133
- private renderMobileXAxis;
134
131
  private renderDrilldownAxes;
135
132
  private renderMultiChartAxes;
136
133
  private applyAxisStyling;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axidio-styleguide-library1-v2",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.1",
6
6
  "@angular/core": "^17.3.1",