ato-water-lib 0.0.103 → 0.0.104

Sign up to get free protection for your applications and to get access to all the features.
@@ -2010,10 +2010,10 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
2010
2010
  dataTable: {
2011
2011
  value: string;
2012
2012
  isEditable: boolean;
2013
+ waterSystem: WATER_SYSTEMS_NAME;
2013
2014
  maxSizeValue: go.Size;
2014
2015
  name: string;
2015
2016
  key: string;
2016
- waterSystem?: string | undefined;
2017
2017
  visible?: boolean | undefined;
2018
2018
  isReadOnly?: boolean | undefined;
2019
2019
  isFrom?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.103",
3
+ "version": "0.0.104",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",