@arsedizioni/ars-utils 19.0.159 → 19.0.161
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/ui/document-menu/document-menu.component.d.ts +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -13,7 +13,7 @@ export declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
13
13
|
private changeDetector;
|
|
14
14
|
private clipperService;
|
|
15
15
|
readonly useSelections: import("@angular/core").InputSignal<boolean>;
|
|
16
|
-
readonly selectionSource: import("@angular/core").InputSignal<"
|
|
16
|
+
readonly selectionSource: import("@angular/core").InputSignal<"selection" | "bag" | "none">;
|
|
17
17
|
protected selection: () => ClipperDocumentInfo[];
|
|
18
18
|
readonly parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
|
|
19
19
|
readonly item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
|
|
@@ -407,14 +407,14 @@ const ClipperSectors = [
|
|
|
407
407
|
{
|
|
408
408
|
value: 'GC',
|
|
409
409
|
name: 'Giurisprudenza comunitaria',
|
|
410
|
-
shortName: '
|
|
410
|
+
shortName: 'Giur. comunitaria',
|
|
411
411
|
group: 'S',
|
|
412
412
|
channels: '|LA|SA|OP|E|',
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
value: 'GN',
|
|
416
416
|
name: 'Giurisprudenza nazionale',
|
|
417
|
-
shortName: '
|
|
417
|
+
shortName: 'Giur. nazionale',
|
|
418
418
|
group: 'S',
|
|
419
419
|
channels: '|LA|SA|OP|E|',
|
|
420
420
|
},
|