ato-water-lib 0.0.115 → 0.0.116

Sign up to get free protection for your applications and to get access to all the features.
@@ -826,6 +826,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
826
826
  font: string;
827
827
  colorValue: string;
828
828
  tooltip: string;
829
+ assetLayers: ATO_ASSET_LAYERS;
829
830
  key?: undefined;
830
831
  data?: undefined;
831
832
  name?: undefined;
@@ -851,6 +852,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
851
852
  font?: undefined;
852
853
  colorValue?: undefined;
853
854
  tooltip?: undefined;
855
+ assetLayers?: undefined;
854
856
  extendedData?: undefined;
855
857
  extendedDataResponsive?: undefined;
856
858
  source?: undefined;
@@ -880,6 +882,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
880
882
  font?: undefined;
881
883
  colorValue?: undefined;
882
884
  tooltip?: undefined;
885
+ assetLayers?: undefined;
883
886
  source?: undefined;
884
887
  margin?: undefined;
885
888
  isGroup?: undefined;
@@ -991,6 +994,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
991
994
  font?: undefined;
992
995
  colorValue?: undefined;
993
996
  tooltip?: undefined;
997
+ assetLayers?: undefined;
994
998
  data?: undefined;
995
999
  name?: undefined;
996
1000
  color?: undefined;
@@ -1009,6 +1013,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1009
1013
  font?: undefined;
1010
1014
  colorValue?: undefined;
1011
1015
  tooltip?: undefined;
1016
+ assetLayers?: undefined;
1012
1017
  data?: undefined;
1013
1018
  color?: undefined;
1014
1019
  extendedData?: undefined;
@@ -1034,6 +1039,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1034
1039
  font?: undefined;
1035
1040
  colorValue?: undefined;
1036
1041
  tooltip?: undefined;
1042
+ assetLayers?: undefined;
1037
1043
  key?: undefined;
1038
1044
  data?: undefined;
1039
1045
  source?: undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.115",
3
+ "version": "0.0.116",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",