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;
|