@arsedizioni/ars-utils 20.4.12 → 20.4.13
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.ui/index.d.ts +1 -1
- 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-evolution.common.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/package.json +9 -9
package/clipper.ui/index.d.ts
CHANGED
|
@@ -1033,7 +1033,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
1033
1033
|
private changeDetector;
|
|
1034
1034
|
private clipperService;
|
|
1035
1035
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1036
|
-
readonly selectionSource: _angular_core.InputSignal<"selection" | "
|
|
1036
|
+
readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
|
|
1037
1037
|
protected selection: () => ClipperDocumentInfo[];
|
|
1038
1038
|
readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
|
|
1039
1039
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|
|
@@ -3063,7 +3063,7 @@ class ClipperAuthInterceptor {
|
|
|
3063
3063
|
setHeaders: {
|
|
3064
3064
|
'ngsw-bypass': 'ngsw-bypass',
|
|
3065
3065
|
'X-Client-Id': sessionStorage.getItem('clipper_client_id') ?? '',
|
|
3066
|
-
'X-Machine-Id':
|
|
3066
|
+
'X-Machine-Id': localStorage.getItem('clipper_machine_id') ?? ''
|
|
3067
3067
|
}
|
|
3068
3068
|
});
|
|
3069
3069
|
return next.handle(request)
|