@arsedizioni/ars-utils 18.3.19 → 18.3.21
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/clipper.common/common/services/clipper.service.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +2 -2
- package/esm2022/clipper.common/common/services/clipper.service.mjs +1 -1
- package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +6 -5
- package/esm2022/ui/ui/dialogs/info/info-dialog.component.mjs +3 -3
- package/esm2022/ui/ui/services/dialog.service.mjs +3 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +10 -8
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/package.json +7 -7
- package/styles/ui.colors.scss +2 -0
- package/ui/ui/dialogs/confirm/confirm-dialog.component.d.ts +7 -2
- package/ui/ui/services/dialog.service.d.ts +2 -1
|
@@ -11,7 +11,7 @@ export declare class ClipperService implements OnDestroy {
|
|
|
11
11
|
private broadcastService;
|
|
12
12
|
private dialogService;
|
|
13
13
|
private _serviceUri;
|
|
14
|
-
get serviceUri(): string;
|
|
14
|
+
get serviceUri(): string | null;
|
|
15
15
|
private _flags;
|
|
16
16
|
get flags(): ClipperServiceFlags;
|
|
17
17
|
private _loginInfo;
|