@arsedizioni/ars-utils 18.2.375 → 18.2.378

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.
Files changed (71) hide show
  1. package/clipper.common/common/definitions.d.ts +4 -3
  2. package/clipper.ui/ui/document/document.component.d.ts +3 -3
  3. package/clipper.ui/ui/document-index/document-index.component.d.ts +2 -2
  4. package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
  5. package/clipper.ui/ui/search-calendar/search-calendar.component.d.ts +1 -2
  6. package/clipper.ui/ui/search-dialog/search-dialog.component.d.ts +2 -2
  7. package/clipper.ui/ui/search-facets/search-facets.component.d.ts +1 -2
  8. package/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.d.ts +1 -2
  9. package/esm2022/clipper.common/common/definitions.mjs +2 -1
  10. package/esm2022/clipper.ui/ui/document/document.component.mjs +7 -11
  11. package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +3 -5
  12. package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +3 -5
  13. package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +3 -5
  14. package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +4 -6
  15. package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +4 -6
  16. package/esm2022/evolution.common/common/definitions.mjs +1 -1
  17. package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +4 -6
  18. package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +4 -6
  19. package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +5 -9
  20. package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +4 -6
  21. package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +4 -6
  22. package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +4 -6
  23. package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +5 -9
  24. package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +4 -6
  25. package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +4 -6
  26. package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +6 -12
  27. package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +4 -6
  28. package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -5
  29. package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -5
  30. package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -5
  31. package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +10 -26
  32. package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +4 -6
  33. package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +4 -6
  34. package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +4 -6
  35. package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +5 -9
  36. package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +4 -6
  37. package/evolution.common/common/definitions.d.ts +2 -2
  38. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +1 -0
  39. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  40. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +973 -987
  41. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  42. package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
  43. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +3 -5
  44. package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
  45. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +34 -82
  46. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
  47. package/fesm2022/arsedizioni-ars-utils-ui.mjs +12 -24
  48. package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
  49. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +3 -5
  50. package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +1 -1
  51. package/package.json +1 -1
  52. package/tinymce/full-screen-editor/full-screen-editor.component.d.ts +2 -2
  53. package/ui/ui/dialogs/confirm/confirm-dialog.component.d.ts +2 -2
  54. package/ui/ui/dialogs/credentials/credentials-dialog.component.d.ts +3 -3
  55. package/ui/ui/dialogs/recover-password/recover-password-dialog.component.d.ts +1 -2
  56. package/ui/ui/dialogs/reset-password/reset-password-dialog.component.d.ts +2 -2
  57. package/ui/ui/dialogs/toast/toast.component.d.ts +1 -2
  58. package/ui.application/ui/components/button-selector/button-selector.component.d.ts +3 -3
  59. package/ui.application/ui/components/button-toggle/button-toggle.component.d.ts +2 -2
  60. package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +2 -2
  61. package/ui.application/ui/components/file-input/file-input.component.d.ts +4 -4
  62. package/ui.application/ui/components/filter-bar/filter-bar.component.d.ts +2 -2
  63. package/ui.application/ui/dialogs/prompt/prompt-dialog.component.d.ts +2 -2
  64. package/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.d.ts +2 -2
  65. package/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.d.ts +2 -2
  66. package/ui.application/ui/dialogs/select/select-dialog.component.d.ts +9 -9
  67. package/ui.application/ui/dialogs/select-file/select-file-dialog.component.d.ts +1 -2
  68. package/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.d.ts +1 -2
  69. package/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.d.ts +2 -2
  70. package/ui.application/ui/dialogs/send-to/send-to-dialog.component.d.ts +3 -3
  71. package/ui.oauth/ui/components/login/login-oauth.component.d.ts +2 -2
@@ -54,7 +54,8 @@ export declare enum ClipperChannel {
54
54
  LavoroEAmbiente = 1,
55
55
  SostanzeAlimentari = 2,
56
56
  MerciPericolose = 3,
57
- Energia = 4
57
+ Energia = 4,
58
+ DGInfo = 5
58
59
  }
59
60
  export declare const ClipperChannels: NameValueItem<ClipperChannel>[];
60
61
  export declare const ClipperRegions: NameValueItem<string>[];
@@ -440,9 +441,9 @@ export interface ClipperDeleteWorkingDocumentsParams {
440
441
  deleteAll: boolean;
441
442
  }
442
443
  export interface ClipperUserLink {
443
- id: number;
444
+ id?: number | null;
444
445
  userId: number;
445
- userName: string;
446
+ userName?: string | null;
446
447
  key: string;
447
448
  }
448
449
  export interface ClipperUserTrialInfo {
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { MatDrawer } from '@angular/material/sidenav';
3
3
  import { ClipperDocumentAnchorInfo, ClipperDocumentInfo, ClipperDocumentRelevants, ClipperQueryReferencesMode } from '@arsedizioni/ars-utils/clipper.common';
4
4
  import { ThemeType } from '@arsedizioni/ars-utils/core';
@@ -12,8 +12,8 @@ export interface ClipperDocumentDialogData {
12
12
  }
13
13
  export declare class ClipperDocumentComponent extends ClipperDocumentManager implements OnInit, OnDestroy {
14
14
  relevantsPane: MatDrawer;
15
- closing: EventEmitter<any>;
16
- opening: EventEmitter<any>;
15
+ closing: import("@angular/core").OutputEmitterRef<void>;
16
+ opening: import("@angular/core").OutputEmitterRef<any>;
17
17
  private unsubscribe;
18
18
  private changeDetector;
19
19
  private breakpointObserver;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { OnInit } from '@angular/core';
2
2
  import { MatSelectionList } from '@angular/material/list';
3
3
  import { ClipperDocumentAnchorInfo } from '@arsedizioni/ars-utils/clipper.common';
4
4
  import * as i0 from "@angular/core";
@@ -12,7 +12,7 @@ export interface ClipperDocumentIndexDialogResult {
12
12
  }
13
13
  export declare class ClipperDocumentIndexComponent implements OnInit {
14
14
  selection: MatSelectionList;
15
- done: EventEmitter<ClipperDocumentIndexDialogResult>;
15
+ done: import("@angular/core").OutputEmitterRef<ClipperDocumentIndexDialogResult>;
16
16
  private changeDetector;
17
17
  private clipperService;
18
18
  private dialogService;
@@ -8,7 +8,7 @@ export declare class ClipperDocumentMenuComponent {
8
8
  linksMenuTrigger: MatMenuTrigger;
9
9
  private renderer2;
10
10
  useSelections: import("@angular/core").InputSignal<boolean>;
11
- selectionSource: import("@angular/core").InputSignal<"none" | "bag" | "selection">;
11
+ selectionSource: import("@angular/core").InputSignal<"selection" | "none" | "bag">;
12
12
  protected selection: Signal<ClipperDocumentInfo[]>;
13
13
  parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
14
14
  item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
@@ -1,4 +1,3 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { DateInterval } from '@arsedizioni/ars-utils/core';
3
2
  import { MatCalendar, MatCalendarCellClassFunction } from '@angular/material/datepicker';
4
3
  import { CalendarEmptyHeader } from '@arsedizioni/ars-utils/ui.application';
@@ -6,7 +5,7 @@ import { ClipperSearchCalendarSnapshotMonth, ClipperSearchCalendarSnapshotResult
6
5
  import * as i0 from "@angular/core";
7
6
  export declare class ClipperSearchCalendarComponent {
8
7
  calendar: MatCalendar<any>;
9
- changed: EventEmitter<DateInterval>;
8
+ changed: import("@angular/core").OutputEmitterRef<DateInterval>;
10
9
  private changeDetector;
11
10
  protected busy: import("@angular/core").WritableSignal<boolean>;
12
11
  protected months: import("@angular/core").WritableSignal<ClipperSearchCalendarSnapshotMonth[]>;
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { ClipperChannel, ClipperModule, ClipperSearchParams, SectorInfo } from '@arsedizioni/ars-utils/clipper.common';
3
3
  import { DateInterval, NameValueItem } from '@arsedizioni/ars-utils/core';
4
4
  import * as i0 from "@angular/core";
@@ -7,7 +7,7 @@ export interface ClipperSearchDialogData extends ClipperSearchParams {
7
7
  }
8
8
  export declare class ClipperSearchDialogComponent implements OnInit, OnDestroy {
9
9
  okButton: HTMLButtonElement;
10
- done: EventEmitter<ClipperSearchParams>;
10
+ done: import("@angular/core").OutputEmitterRef<ClipperSearchParams>;
11
11
  private unsubscribe;
12
12
  private clipperService;
13
13
  private dialogService;
@@ -1,8 +1,7 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import { ClipperSearchFacet, ClipperSearchFacetGroup, ClipperSearchFacetsSnapshot } from '@arsedizioni/ars-utils/clipper.common';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class ClipperSearchFacetsComponent {
5
- changed: EventEmitter<ClipperSearchFacetsSnapshot>;
4
+ changed: import("@angular/core").OutputEmitterRef<ClipperSearchFacetsSnapshot>;
6
5
  private changeDetector;
7
6
  protected snapshot: ClipperSearchFacetsSnapshot;
8
7
  hasFacets: () => boolean;
@@ -1,10 +1,9 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import * as i0 from "@angular/core";
3
2
  export interface SearchFreeTextQueryParams {
4
3
  query: string;
5
4
  }
6
5
  export declare class ClipperSearchFreeTextQueryBuilderComponent {
7
- done: EventEmitter<SearchFreeTextQueryParams>;
6
+ done: import("@angular/core").OutputEmitterRef<SearchFreeTextQueryParams>;
8
7
  private dialogService;
9
8
  protected queryAnd: string;
10
9
  protected queryOr: string;