cat-qw-lib 2.1.41 → 2.1.42

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.
@@ -107,6 +107,8 @@ export declare class SHARED {
107
107
  static PRODUCT_ID: string;
108
108
  static EXPENDITURE: string;
109
109
  static INCOME: string;
110
+ static VALUATION: string;
111
+ static VALUATIONID: string;
110
112
  static WIDGET_NAME: string;
111
113
  static IS_MENU: string;
112
114
  static ON_WIDGET_UPDATE: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.1.41",
3
+ "version": "2.1.42",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"