@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.
- package/esm2020/lib/controls/combobox/combobox.component.mjs +1 -1
- package/esm2020/lib/controls/form-control/form-control.component.mjs +2 -2
- package/esm2020/lib/controls/select/select.component.mjs +2 -2
- package/esm2020/lib/display/dialog/dialog.service.mjs +3 -3
- package/fesm2015/energycap-components.mjs +6 -6
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +6 -6
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/lib/display/dialog/dialog.service.d.ts +1 -1
- package/package.json +2 -2
@@ -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)
|
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.
|
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": "
|
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"
|