axidio-styleguide-library1-v2 0.0.847 → 0.0.849
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/esm2022/lib/chart-header-v3/chart-header-v3.component.mjs +2 -2
- package/esm2022/lib/group-chart/group-chart.component.mjs +2 -2
- package/esm2022/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.mjs +2 -2
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +2 -2
- package/fesm2022/axidio-styleguide-library1-v2.mjs +4 -4
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3615,7 +3615,7 @@ class ChartHeaderV3Component {
|
|
|
3615
3615
|
this.zoomInZoomOutClick = new EventEmitter();
|
|
3616
3616
|
this.isDD1Open = false;
|
|
3617
3617
|
this.isDD2Open = false;
|
|
3618
|
-
this.isZoomedOut =
|
|
3618
|
+
this.isZoomedOut = true;
|
|
3619
3619
|
this.keepOrder = (a, b) => {
|
|
3620
3620
|
return a;
|
|
3621
3621
|
};
|
|
@@ -3717,7 +3717,7 @@ class GroupChartComponent extends ComponentUniqueId {
|
|
|
3717
3717
|
barVauleColor: undefined,
|
|
3718
3718
|
};
|
|
3719
3719
|
this.uniqueId = this.getUniqueId();
|
|
3720
|
-
this.isZoomedOut =
|
|
3720
|
+
this.isZoomedOut = true;
|
|
3721
3721
|
this.isDD1Open = false;
|
|
3722
3722
|
this.isDD2Open = false;
|
|
3723
3723
|
this.keepOrder = (a, b) => {
|
|
@@ -7161,7 +7161,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7161
7161
|
isTitleHidden: undefined,
|
|
7162
7162
|
};
|
|
7163
7163
|
this.isCC = false;
|
|
7164
|
-
this.isZoomedOut =
|
|
7164
|
+
this.isZoomedOut = true;
|
|
7165
7165
|
}
|
|
7166
7166
|
isZoomOutSelected(isZoomOut) {
|
|
7167
7167
|
this.isZoomedOut = isZoomOut;
|
|
@@ -8437,7 +8437,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8437
8437
|
defaultBarHeight: 2,
|
|
8438
8438
|
};
|
|
8439
8439
|
this.uniqueId = this.getUniqueId();
|
|
8440
|
-
this.isZoomedOut =
|
|
8440
|
+
this.isZoomedOut = true;
|
|
8441
8441
|
this.isDD1Open = false;
|
|
8442
8442
|
this.isDD2Open = false;
|
|
8443
8443
|
this.keepOrder = (a, b) => {
|