cat-qw-lib 1.0.88 → 1.0.90

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.
@@ -112,6 +112,7 @@ export declare class SHARED {
112
112
  static selectedApplicationType: string;
113
113
  static APPLICANTS: string;
114
114
  static SECURITY_ADDRESS: string;
115
+ static TASKS: string;
115
116
  }
116
117
  export declare const widgetLayoutTypeList: {
117
118
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"