@smartbit4all/ng-client 3.3.238 → 3.3.239

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.
@@ -27,6 +27,8 @@ export declare class SmartFilterEditorContentComponent implements OnInit, AfterV
27
27
  ngAfterViewInit(): void;
28
28
  ngOnDestroy(): void;
29
29
  setupSimpleFilter(): void;
30
+ private compareWidgets;
31
+ private compareWidget;
30
32
  private extractFilterFieldFromFormModel;
31
33
  setUp(): void;
32
34
  constructUiActionModels(): void;
@@ -1,4 +1,5 @@
1
1
  export declare class SmartObjectUtility {
2
2
  static getValueByPath(model: any, key: string): any;
3
3
  private static traverse;
4
+ static compareByProps(o1: any, o2: any, props: string[]): boolean;
4
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.238",
3
+ "version": "3.3.239",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file