@energycap/components 0.40.2-rxjs-7-upgrade.20241216-1200 → 0.40.2-rxjs-7-upgrade.20241219-1425

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.
@@ -25,7 +25,7 @@ export declare class DialogService {
25
25
  * @example
26
26
  // From typescript
27
27
  try {
28
- const result = await this.dialogService.openDialog(MyComponent, 'small', myContext, options).toPromise();
28
+ const result = await lastValueFrom(this.dialogService.openDialog(MyComponent, 'small', myContext, options));
29
29
  // do something with result
30
30
  } catch(error) {
31
31
  // do something with error
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.40.2-rxjs-7-upgrade.20241216-1200",
3
+ "version": "0.40.2-rxjs-7-upgrade.20241219-1425",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -12,7 +12,7 @@
12
12
  "@angular/router": ">=15.2.0",
13
13
  "@angular/cdk": ">=15.2.0",
14
14
  "@ngx-translate/core": "^14.0.0",
15
- "popper.js": "^1.14.7",
15
+ "popper.js": "~1.11.1",
16
16
  "lodash": "^4.17.21",
17
17
  "moment": "^2.29.0",
18
18
  "ngx-clipboard": "^12.0.0"