ato-water-lib 0.0.94 → 0.0.96

Sign up to get free protection for your applications and to get access to all the features.
@@ -1017,6 +1017,34 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1017
1017
  source?: undefined;
1018
1018
  margin?: undefined;
1019
1019
  isGroup?: undefined;
1020
+ } | {
1021
+ minSizeValue: go.Size;
1022
+ selectable: boolean;
1023
+ isShowDataLongitudinal: boolean;
1024
+ dataTable: any;
1025
+ assetLayers: ATO_ASSET_LAYERS;
1026
+ extendedData: {
1027
+ visible: boolean;
1028
+ loc?: undefined;
1029
+ };
1030
+ extendedDataResponsive: {
1031
+ visible: boolean;
1032
+ loc?: undefined;
1033
+ };
1034
+ color: AtoGojsEditorModel.ENUM_COLORS;
1035
+ borderTable: AtoGojsEditorModel.ENUM_COLORS;
1036
+ bgColor: AtoGojsEditorModel.ENUM_COLORS;
1037
+ title: WATER_SYSTEMS_NAME;
1038
+ type: AtoGojsEditorModel.ENUM_TEMPLATES;
1039
+ group: number;
1040
+ loc: string;
1041
+ padding: go.Margin;
1042
+ key?: undefined;
1043
+ data?: undefined;
1044
+ name?: undefined;
1045
+ source?: undefined;
1046
+ margin?: undefined;
1047
+ isGroup?: undefined;
1020
1048
  } | {
1021
1049
  key: number;
1022
1050
  type: AtoGojsEditorModel.ENUM_TEMPLATES;
@@ -1502,7 +1530,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
1502
1530
  dataTable: {
1503
1531
  value: string;
1504
1532
  isEditable: boolean;
1505
- maxSizeValue: number;
1533
+ maxSizeValue: go.Size;
1506
1534
  name: string;
1507
1535
  key: ENUM_ASSET_PARAMETERS;
1508
1536
  waterSystem: WATER_SYSTEMS_NAME;
@@ -2089,7 +2117,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
2089
2117
  dataTable: {
2090
2118
  value: string;
2091
2119
  isEditable: boolean;
2092
- maxSizeValue: number;
2120
+ maxSizeValue: go.Size;
2093
2121
  name: string;
2094
2122
  key: ENUM_ASSET_PARAMETERS;
2095
2123
  waterSystem: WATER_SYSTEMS_NAME;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",