@arsedizioni/ars-utils 18.2.378 → 18.2.380
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/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 +2 -1
- package/clipper.ui/ui/search-dialog/search-dialog.component.d.ts +2 -2
- package/clipper.ui/ui/search-facets/search-facets.component.d.ts +2 -1
- package/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.d.ts +2 -1
- package/esm2022/clipper.ui/ui/document/document.component.mjs +11 -7
- package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +5 -3
- package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +5 -3
- package/esm2022/clipper.ui/ui/search-dialog/search-dialog.component.mjs +5 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +6 -4
- package/esm2022/clipper.ui/ui/search-free-text-query-builder/search-free-text-query-builder.component.mjs +6 -4
- package/esm2022/tinymce/full-screen-editor/full-screen-editor.component.mjs +6 -4
- package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +6 -4
- package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +9 -5
- package/esm2022/ui/ui/dialogs/recover-password/recover-password-dialog.component.mjs +6 -4
- package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +6 -4
- package/esm2022/ui/ui/dialogs/toast/toast.component.mjs +6 -4
- package/esm2022/ui.application/ui/components/button-selector/button-selector.component.mjs +9 -5
- package/esm2022/ui.application/ui/components/button-toggle/button-toggle.component.mjs +6 -4
- package/esm2022/ui.application/ui/components/chips-selector/chips-selector.component.mjs +6 -4
- package/esm2022/ui.application/ui/components/file-input/file-input.component.mjs +7 -7
- package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +6 -4
- package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +5 -3
- package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +5 -3
- package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +5 -3
- package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +26 -10
- package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +6 -4
- package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +6 -4
- package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +6 -4
- package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +9 -5
- package/esm2022/ui.oauth/ui/components/login/login-oauth.component.mjs +6 -4
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1377 -1363
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +5 -3
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +77 -35
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +24 -12
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +5 -3
- 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 +2 -1
- package/ui/ui/dialogs/reset-password/reset-password-dialog.component.d.ts +2 -2
- package/ui/ui/dialogs/toast/toast.component.d.ts +2 -1
- 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 +3 -3
- package/ui.application/ui/components/file-input/file-input.component.d.ts +5 -5
- 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 +2 -1
- package/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.d.ts +2 -1
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export interface FullScreenEditorDialogData {
|
|
4
4
|
text: string;
|
|
@@ -6,7 +6,7 @@ export interface FullScreenEditorDialogData {
|
|
|
6
6
|
disabled?: boolean | null;
|
|
7
7
|
}
|
|
8
8
|
export declare class FullScreenEditorComponent implements OnInit {
|
|
9
|
-
saving:
|
|
9
|
+
saving: EventEmitter<string>;
|
|
10
10
|
private dialogRef;
|
|
11
11
|
protected dialogData: FullScreenEditorDialogData;
|
|
12
12
|
protected disabled: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { DialogResult } from '../../definitions';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface ConfirmDialogData {
|
|
@@ -10,7 +10,7 @@ export interface ConfirmDialogData {
|
|
|
10
10
|
options: any | null;
|
|
11
11
|
}
|
|
12
12
|
export declare class ConfirmDialogComponent implements OnInit {
|
|
13
|
-
choosen:
|
|
13
|
+
choosen: EventEmitter<DialogResult>;
|
|
14
14
|
private dialogRef;
|
|
15
15
|
protected dialogData: ConfirmDialogData;
|
|
16
16
|
ngOnInit(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
2
|
import { CredentialsDialogResult } from "../../definitions";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface CredentialsDialogData {
|
|
@@ -13,8 +13,8 @@ export interface CredentialsDialogData {
|
|
|
13
13
|
appearance?: string | null;
|
|
14
14
|
}
|
|
15
15
|
export declare class CredentialsDialogComponent implements OnInit {
|
|
16
|
-
done:
|
|
17
|
-
recoveringPassword:
|
|
16
|
+
done: EventEmitter<CredentialsDialogResult>;
|
|
17
|
+
recoveringPassword: EventEmitter<any>;
|
|
18
18
|
protected dialogData: CredentialsDialogData;
|
|
19
19
|
protected item: CredentialsDialogResult;
|
|
20
20
|
ngOnInit(): void;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
1
2
|
import { RecoverPasswordDialogResult } from '../../definitions';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export interface RecoverPasswordDialogData {
|
|
4
5
|
appearance?: string | null;
|
|
5
6
|
}
|
|
6
7
|
export declare class RecoverPasswordDialogComponent {
|
|
7
|
-
done:
|
|
8
|
+
done: EventEmitter<RecoverPasswordDialogResult>;
|
|
8
9
|
protected dialogData: RecoverPasswordDialogData;
|
|
9
10
|
protected item: RecoverPasswordDialogResult;
|
|
10
11
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
2
|
import { ResetPasswordDialogResult } from '../../definitions';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface ResetPasswordDialogData {
|
|
@@ -8,7 +8,7 @@ export interface ResetPasswordDialogData {
|
|
|
8
8
|
appearance?: string | null;
|
|
9
9
|
}
|
|
10
10
|
export declare class ResetPasswordDialogComponent implements OnInit {
|
|
11
|
-
done:
|
|
11
|
+
done: EventEmitter<ResetPasswordDialogResult>;
|
|
12
12
|
private dialogService;
|
|
13
13
|
private dialogRef;
|
|
14
14
|
protected dialogData: ResetPasswordDialogData;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export interface ToastData {
|
|
3
4
|
message: string;
|
|
@@ -5,7 +6,7 @@ export interface ToastData {
|
|
|
5
6
|
actionCaption?: string | null;
|
|
6
7
|
}
|
|
7
8
|
export declare class ToastComponent {
|
|
8
|
-
action:
|
|
9
|
+
action: EventEmitter<any>;
|
|
9
10
|
protected dialogData: ToastData;
|
|
10
11
|
/**
|
|
11
12
|
* Do action
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
3
|
import { NameValueItem } from '@arsedizioni/ars-utils/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ButtonSelectorComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
6
6
|
ngControl: NgControl;
|
|
7
|
-
changed:
|
|
8
|
-
selected:
|
|
7
|
+
changed: EventEmitter<NameValueItem<any>>;
|
|
8
|
+
selected: EventEmitter<NameValueItem<any>>;
|
|
9
9
|
private changeDetector;
|
|
10
10
|
private stateChanges;
|
|
11
11
|
private focused;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Signal } from '@angular/core';
|
|
1
|
+
import { EventEmitter, Signal } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export interface ButtonToggleInfo {
|
|
4
4
|
value: boolean;
|
|
5
5
|
toggled: boolean;
|
|
6
6
|
}
|
|
7
7
|
export declare class ButtonToggleComponent {
|
|
8
|
-
changed:
|
|
8
|
+
changed: EventEmitter<ButtonToggleInfo>;
|
|
9
9
|
protected current: Signal<boolean>;
|
|
10
10
|
toggled: boolean;
|
|
11
11
|
value: import("@angular/core").InputSignal<boolean>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AfterContentInit, OnDestroy, OnInit, Signal } from '@angular/core';
|
|
1
|
+
import { AfterContentInit, EventEmitter, OnDestroy, OnInit, Signal } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
3
|
import { NameValueItem } from '@arsedizioni/ars-utils/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class ChipsSelectorComponent implements OnInit, OnDestroy, AfterContentInit, ControlValueAccessor {
|
|
6
6
|
ngControl: NgControl;
|
|
7
|
-
changed:
|
|
7
|
+
changed: EventEmitter<NameValueItem<any>[]>;
|
|
8
8
|
protected containerId: string;
|
|
9
9
|
protected containerWidth: import("@angular/core").WritableSignal<number>;
|
|
10
10
|
private focused;
|
|
@@ -14,7 +14,7 @@ export declare class ChipsSelectorComponent implements OnInit, OnDestroy, AfterC
|
|
|
14
14
|
private changesEnabled;
|
|
15
15
|
options: import("@angular/core").InputSignal<NameValueItem<any>[]>;
|
|
16
16
|
collapsedWidth: import("@angular/core").InputSignal<number>;
|
|
17
|
-
collapsedDisplayMode: import("@angular/core").InputSignal<"
|
|
17
|
+
collapsedDisplayMode: import("@angular/core").InputSignal<"dropdown" | "button">;
|
|
18
18
|
collapseAt: import("@angular/core").InputSignal<number>;
|
|
19
19
|
collapseAtContainer: import("@angular/core").InputSignal<boolean>;
|
|
20
20
|
label: import("@angular/core").InputSignal<string>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, DoCheck, ElementRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
3
3
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
4
4
|
import { FileInfo } from '@arsedizioni/ars-utils/core';
|
|
@@ -41,9 +41,9 @@ export declare class FileInputComponent implements OnDestroy, AfterViewInit, DoC
|
|
|
41
41
|
id: string;
|
|
42
42
|
get shouldLabelFloat(): boolean;
|
|
43
43
|
describedBy: string;
|
|
44
|
-
changed:
|
|
45
|
-
download:
|
|
46
|
-
preview:
|
|
44
|
+
changed: EventEmitter<FileInfo>;
|
|
45
|
+
download: EventEmitter<any>;
|
|
46
|
+
preview: EventEmitter<any>;
|
|
47
47
|
private propagateChange;
|
|
48
48
|
private propagateTouched;
|
|
49
49
|
constructor(ngControl: NgControl);
|
|
@@ -84,5 +84,5 @@ export declare class FileInputComponent implements OnDestroy, AfterViewInit, DoC
|
|
|
84
84
|
*/
|
|
85
85
|
protected previewFile(): void;
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<FileInputComponent, [{ optional: true; self: true; }]>;
|
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "maxSizeMb": { "alias": "maxSizeMb"; "required": false; "isSignal": true; }; "minSizeMb": { "alias": "minSizeMb"; "required": false; "isSignal": true; }; "isNew": { "alias": "isNew"; "required": false; "isSignal": true; }; "canPreview": { "alias": "canPreview"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; }, {
|
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FileInputComponent, "file-input", never, { "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "maxSizeMb": { "alias": "maxSizeMb"; "required": false; "isSignal": true; }; "minSizeMb": { "alias": "minSizeMb"; "required": false; "isSignal": true; }; "isNew": { "alias": "isNew"; "required": false; "isSignal": true; }; "canPreview": { "alias": "canPreview"; "required": false; "isSignal": true; }; "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "accept": { "alias": "accept"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
88
88
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
2
|
import { CurrentFilter, CurrentFilterChanged, FilterGroup, FilterItem } from '../../filters';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FilterBarComponent implements OnInit {
|
|
5
|
-
changed:
|
|
5
|
+
changed: EventEmitter<CurrentFilterChanged>;
|
|
6
6
|
private changeDetector;
|
|
7
7
|
filters: import("@angular/core").InputSignal<any>;
|
|
8
8
|
canFilterByFlt1: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
3
|
import { PromptDialogData, PromptDialogResult } from '../../definitions';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PromptDialogComponent implements OnInit {
|
|
6
6
|
f: NgForm;
|
|
7
|
-
done:
|
|
7
|
+
done: EventEmitter<PromptDialogResult>;
|
|
8
8
|
private dialogService;
|
|
9
9
|
protected dialogData: PromptDialogData;
|
|
10
10
|
protected value: any | null;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
3
|
import { PromptDialogData, PromptDialogResult } from '../../definitions';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PromptDateDialogComponent implements OnInit {
|
|
6
6
|
f: NgForm;
|
|
7
|
-
done:
|
|
7
|
+
done: EventEmitter<PromptDialogResult>;
|
|
8
8
|
private dialogService;
|
|
9
9
|
protected dialogData: PromptDialogData;
|
|
10
10
|
protected value: any | null;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { NgForm } from '@angular/forms';
|
|
3
3
|
import { PromptDialogResult, PromptTimeDialogData } from '../../definitions';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PromptTimeDialogComponent implements OnInit {
|
|
6
6
|
f: NgForm;
|
|
7
|
-
done:
|
|
7
|
+
done: EventEmitter<PromptDialogResult>;
|
|
8
8
|
private dialogService;
|
|
9
9
|
protected dialogData: PromptTimeDialogData;
|
|
10
10
|
protected value: any | null;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
2
|
import { MatCheckboxChange } from "@angular/material/checkbox";
|
|
3
3
|
import { MatSelectionList, MatSelectionListChange } from "@angular/material/list";
|
|
4
4
|
import { MatPaginator } from '@angular/material/paginator';
|
|
@@ -10,14 +10,14 @@ export declare class SelectDialogComponent implements OnInit {
|
|
|
10
10
|
private changeDetector;
|
|
11
11
|
private dialogRef;
|
|
12
12
|
protected dialogData: SelectDialogData;
|
|
13
|
-
done:
|
|
14
|
-
edit:
|
|
15
|
-
view:
|
|
16
|
-
append:
|
|
17
|
-
delete:
|
|
18
|
-
lookup:
|
|
19
|
-
lookupOptions:
|
|
20
|
-
filter:
|
|
13
|
+
done: EventEmitter<SelectDialogResult>;
|
|
14
|
+
edit: EventEmitter<SelectableItem>;
|
|
15
|
+
view: EventEmitter<SelectableItem>;
|
|
16
|
+
append: EventEmitter<SelectDialogAppend>;
|
|
17
|
+
delete: EventEmitter<SelectDialogDelete>;
|
|
18
|
+
lookup: EventEmitter<SelectDialogLookup>;
|
|
19
|
+
lookupOptions: EventEmitter<any>;
|
|
20
|
+
filter: EventEmitter<SelectDialogFilter>;
|
|
21
21
|
protected canEdit: import("@angular/core").WritableSignal<boolean>;
|
|
22
22
|
protected canView: import("@angular/core").WritableSignal<boolean>;
|
|
23
23
|
protected canAppend: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import { SelectFile, SelectFileDialogData } from '../../definitions';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SelectFileDialogComponent {
|
|
4
|
-
done:
|
|
5
|
+
done: EventEmitter<SelectFile>;
|
|
5
6
|
private dialogRef;
|
|
6
7
|
protected dialogData: SelectFileDialogData;
|
|
7
8
|
protected file: File | null;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
1
2
|
import { SelectFile, SelectFileDialogData } from '../../definitions';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class SelectPictureDialogComponent {
|
|
4
|
-
done:
|
|
5
|
+
done: EventEmitter<SelectFile>;
|
|
5
6
|
private dialogRef;
|
|
6
7
|
protected dialogData: SelectFileDialogData;
|
|
7
8
|
protected file: File | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
3
|
import { MatTreeFlatDataSource } from '@angular/material/tree';
|
|
4
4
|
import { BehaviorSubject } from 'rxjs';
|
|
5
5
|
import { ItemNode, SelectDialogResult, SelectTreeDialogData, SelectableNode } from '../../definitions';
|
|
@@ -43,7 +43,7 @@ export declare class TreeDataSource implements OnDestroy {
|
|
|
43
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<TreeDataSource>;
|
|
44
44
|
}
|
|
45
45
|
export declare class SelectTreeDialogComponent implements OnInit, OnDestroy {
|
|
46
|
-
done:
|
|
46
|
+
done: EventEmitter<SelectDialogResult>;
|
|
47
47
|
private unsubscribe;
|
|
48
48
|
private dialogRef;
|
|
49
49
|
protected dialogData: SelectTreeDialogData;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from "@angular/core";
|
|
1
|
+
import { EventEmitter, OnInit } from "@angular/core";
|
|
2
2
|
import { SendToDialogResult } from "../../definitions";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface SendToDialogData {
|
|
@@ -10,8 +10,8 @@ export interface SendToDialogData {
|
|
|
10
10
|
options?: any | null;
|
|
11
11
|
}
|
|
12
12
|
export declare class SendToDialogComponent implements OnInit {
|
|
13
|
-
done:
|
|
14
|
-
populate:
|
|
13
|
+
done: EventEmitter<SendToDialogResult>;
|
|
14
|
+
populate: EventEmitter<SendToDialogResult>;
|
|
15
15
|
protected dialogData: SendToDialogData;
|
|
16
16
|
protected item: SendToDialogResult;
|
|
17
17
|
ngOnInit(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { EnvironmentService } from '@arsedizioni/ars-utils/core';
|
|
3
3
|
import { MsalGuardConfiguration, MsalInterceptorConfiguration } from '@azure/msal-angular';
|
|
4
4
|
import { IPublicClientApplication } from '@azure/msal-browser';
|
|
@@ -12,7 +12,7 @@ export declare class LoginOAuthComponent implements OnInit, OnDestroy {
|
|
|
12
12
|
private msalBroadcastService;
|
|
13
13
|
private msaLService;
|
|
14
14
|
private ngZone;
|
|
15
|
-
success:
|
|
15
|
+
success: EventEmitter<LoginOAuthResult>;
|
|
16
16
|
appName: import("@angular/core").InputSignal<string>;
|
|
17
17
|
autoInitialize: import("@angular/core").InputSignal<boolean>;
|
|
18
18
|
protected oauthReady: import("@angular/core").WritableSignal<boolean>;
|