monkey-front-core 0.0.179 → 0.0.182

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.
@@ -19,6 +19,6 @@ export interface MonkeyEcxFilterMenu {
19
19
  children?: MonkeyEcxFilterMenuChildren[];
20
20
  }
21
21
  export interface MonkeyEcxFilterOrder {
22
- value: 'createdAt,desc' | '';
22
+ value: string;
23
23
  label: string;
24
24
  }
@@ -5,7 +5,7 @@ export declare class MonkeyEcxCookieStorageService {
5
5
  constructor(cookieService: CookieService);
6
6
  setCookie(name: string, value: any, environment: any): void;
7
7
  getCookie(name: string): string;
8
- removeCookie(name: string): void;
8
+ removeCookie(name: string, environment: any): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyEcxCookieStorageService, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyEcxCookieStorageService>;
11
11
  }
@@ -6,7 +6,8 @@ export declare enum OpSearch {
6
6
  GT = ">:value",
7
7
  LT = "<:value",
8
8
  EQUAL = "::value",
9
- IN = " IN :value"
9
+ IN = " IN :value",
10
+ NOT = " !:value"
10
11
  }
11
12
  export declare class MonkeyEcxSpecificationSearch {
12
13
  constructor();
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.179",
3
+ "version": "0.0.182",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.1.1",
6
6
  "@angular/common": "^13.1.1",
Binary file