@arsedizioni/ars-utils 18.2.376 → 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.
- package/clipper.common/common/definitions.d.ts +2 -1
- package/clipper.ui/ui/document/document.component.d.ts +3 -3
- package/clipper.ui/ui/document-index/document-index.component.d.ts +2 -2
- package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
- package/clipper.ui/ui/search-calendar/search-calendar.component.d.ts +1 -2
- package/clipper.ui/ui/search-dialog/search-dialog.component.d.ts +2 -2
- package/clipper.ui/ui/search-facets/search-facets.component.d.ts +1 -2
- package/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.d.ts +1 -2
- package/esm2022/clipper.common/common/definitions.mjs +2 -1
- package/esm2022/clipper.ui/ui/document/document.component.mjs +7 -11
- package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +3 -5
- package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +3 -5
- package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +3 -5
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +4 -6
- package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +4 -6
- package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +4 -6
- package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +4 -6
- package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +5 -9
- package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +4 -6
- package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +4 -6
- package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +4 -6
- package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +5 -9
- package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +4 -6
- package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +4 -6
- package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +6 -12
- package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +4 -6
- package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -5
- package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -5
- package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -5
- package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +10 -26
- package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +4 -6
- package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +4 -6
- package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +4 -6
- package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +5 -9
- package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +4 -6
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +1 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +973 -987
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +3 -5
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +34 -82
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +12 -24
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +3 -5
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +1 -1
- package/package.json +7 -7
- package/tinymce/full-screen-editor/full-screen-editor.component.d.ts +2 -2
- package/ui/ui/dialogs/confirm/confirm-dialog.component.d.ts +2 -2
- package/ui/ui/dialogs/credentials/credentials-dialog.component.d.ts +3 -3
- package/ui/ui/dialogs/recover-password/recover-password-dialog.component.d.ts +1 -2
- package/ui/ui/dialogs/reset-password/reset-password-dialog.component.d.ts +2 -2
- package/ui/ui/dialogs/toast/toast.component.d.ts +1 -2
- package/ui.application/ui/components/button-selector/button-selector.component.d.ts +3 -3
- package/ui.application/ui/components/button-toggle/button-toggle.component.d.ts +2 -2
- package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +2 -2
- package/ui.application/ui/components/file-input/file-input.component.d.ts +4 -4
- package/ui.application/ui/components/filter-bar/filter-bar.component.d.ts +2 -2
- package/ui.application/ui/dialogs/prompt/prompt-dialog.component.d.ts +2 -2
- package/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.d.ts +2 -2
- package/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.d.ts +2 -2
- package/ui.application/ui/dialogs/select/select-dialog.component.d.ts +9 -9
- package/ui.application/ui/dialogs/select-file/select-file-dialog.component.d.ts +1 -2
- package/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.d.ts +1 -2
- package/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.d.ts +2 -2
- package/ui.application/ui/dialogs/send-to/send-to-dialog.component.d.ts +3 -3
- 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>[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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:
|
|
16
|
-
opening:
|
|
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 {
|
|
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:
|
|
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<"
|
|
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:
|
|
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 {
|
|
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:
|
|
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:
|
|
4
|
+
changed: import("@angular/core").OutputEmitterRef<ClipperSearchFacetsSnapshot>;
|
|
6
5
|
private changeDetector;
|
|
7
6
|
protected snapshot: ClipperSearchFacetsSnapshot;
|
|
8
7
|
hasFacets: () => boolean;
|
package/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.d.ts
CHANGED
|
@@ -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:
|
|
6
|
+
done: import("@angular/core").OutputEmitterRef<SearchFreeTextQueryParams>;
|
|
8
7
|
private dialogService;
|
|
9
8
|
protected queryAnd: string;
|
|
10
9
|
protected queryOr: string;
|