@db-ux/ngx-core-components 4.5.0 → 4.5.2-0-eff2227

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.
package/index.d.ts CHANGED
@@ -1459,7 +1459,7 @@ declare class DBCustomSelect implements AfterViewInit, ControlValueAccessor, OnD
1459
1459
  resetIds(): void;
1460
1460
  satisfyReact(event: any): void;
1461
1461
  trackByOption0(_: number, option: any): string;
1462
- trackByOption1(index: number, option: any): string;
1462
+ trackByOption1(_: number, option: any): string;
1463
1463
  trackByOption2(_: number, option: any): string;
1464
1464
  constructor(renderer: Renderer2);
1465
1465
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/ngx-core-components",
3
- "version": "4.5.0",
3
+ "version": "4.5.2-0-eff2227",
4
4
  "description": "Angular components @db-ux/core-components",
5
5
  "type": "module",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@db-ux/core-components": "4.5.0",
20
- "@db-ux/core-foundations": "4.5.0",
19
+ "@db-ux/core-components": "4.5.2-0-eff2227",
20
+ "@db-ux/core-foundations": "4.5.2-0-eff2227",
21
21
  "tslib": "^2.3.0"
22
22
  },
23
23
  "typings": "index.d.ts",
@@ -31,4 +31,4 @@
31
31
  }
32
32
  },
33
33
  "sideEffects": false
34
- }
34
+ }