@arsedizioni/ars-utils 19.0.4 → 19.0.6
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/browser-dialog/browser-dialog.component.d.ts +1 -1
- package/clipper.ui/ui/document/document.component.d.ts +4 -4
- package/clipper.ui/ui/document-index/document-index.component.d.ts +3 -3
- package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
- package/clipper.ui/ui/references/references.component.d.ts +1 -1
- package/clipper.ui/ui/search-calendar/search-calendar.component.d.ts +2 -3
- package/clipper.ui/ui/search-dialog/search-dialog.component.d.ts +3 -3
- 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/clipper.ui/ui/search-result-item/search-result-item.component.d.ts +1 -1
- package/clipper.ui/ui/search-result-manager/search-result-manager.d.ts +5 -4
- package/core/directives/changeDateIntervalDirective.d.ts +3 -3
- package/core/directives/copyClipboardDirective.d.ts +3 -4
- package/core/directives/validators.d.ts +14 -14
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +143 -159
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +57 -67
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +12 -13
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +11 -13
- package/fesm2022/arsedizioni-ars-utils-support.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 +96 -149
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +13 -25
- 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/help/components/help-viewer/help-viewer.component.d.ts +1 -1
- package/package.json +5 -5
- package/support.ui/ui/notifications-browser/notifications-browser.component.d.ts +2 -2
- 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 +3 -3
- package/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.d.ts +3 -3
- package/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.d.ts +3 -3
- package/ui.application/ui/dialogs/select/select-dialog.component.d.ts +11 -11
- 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.application/ui/directives/resize-table-column.directive.d.ts +3 -3
- package/ui.oauth/ui/components/login/login-oauth.component.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arsedizioni/ars-utils",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.6",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "software@arsedizioni.it",
|
|
6
6
|
"name": "Fabio Buscaroli, Alberto Doria"
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"types": "./help/index.d.ts",
|
|
53
53
|
"default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
|
|
54
54
|
},
|
|
55
|
-
"./support.ui": {
|
|
56
|
-
"types": "./support.ui/index.d.ts",
|
|
57
|
-
"default": "./fesm2022/arsedizioni-ars-utils-support.ui.mjs"
|
|
58
|
-
},
|
|
59
55
|
"./support.common": {
|
|
60
56
|
"types": "./support.common/index.d.ts",
|
|
61
57
|
"default": "./fesm2022/arsedizioni-ars-utils-support.common.mjs"
|
|
62
58
|
},
|
|
59
|
+
"./support.ui": {
|
|
60
|
+
"types": "./support.ui/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/arsedizioni-ars-utils-support.ui.mjs"
|
|
62
|
+
},
|
|
63
63
|
"./tinymce": {
|
|
64
64
|
"types": "./tinymce/index.d.ts",
|
|
65
65
|
"default": "./fesm2022/arsedizioni-ars-utils-tinymce.mjs"
|
|
@@ -5,8 +5,8 @@ import { ScreenService, SelectableModel } from '@arsedizioni/ars-utils/core';
|
|
|
5
5
|
import { SupportNotificationInfo, SupportNotificationsSearchParams } from '@arsedizioni/ars-utils/support.common';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SupportNotificationsBrowserComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
8
|
-
paginator: MatPaginator
|
|
9
|
-
contextMenu: MatMenuTrigger
|
|
8
|
+
readonly paginator: import("@angular/core").Signal<MatPaginator>;
|
|
9
|
+
readonly contextMenu: import("@angular/core").Signal<MatMenuTrigger>;
|
|
10
10
|
protected screenService: ScreenService;
|
|
11
11
|
private supportService;
|
|
12
12
|
private broadcastService;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly saving: import("@angular/core").OutputEmitterRef<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 {
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
2
|
import { DialogResult } from '../../definitions';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export interface ConfirmDialogOption {
|
|
@@ -15,7 +15,7 @@ export interface ConfirmDialogData {
|
|
|
15
15
|
details?: string | null;
|
|
16
16
|
}
|
|
17
17
|
export declare class ConfirmDialogComponent implements OnInit {
|
|
18
|
-
choosen:
|
|
18
|
+
readonly choosen: import("@angular/core").OutputEmitterRef<DialogResult>;
|
|
19
19
|
private dialogRef;
|
|
20
20
|
protected dialogData: ConfirmDialogData;
|
|
21
21
|
ngOnInit(): void;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly done: import("@angular/core").OutputEmitterRef<CredentialsDialogResult>;
|
|
17
|
+
readonly recoveringPassword: import("@angular/core").OutputEmitterRef<CredentialsDialogResult>;
|
|
18
18
|
protected dialogData: CredentialsDialogData;
|
|
19
19
|
protected item: CredentialsDialogResult;
|
|
20
20
|
ngOnInit(): void;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
1
|
import { RecoverPasswordDialogResult } from '../../definitions';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export interface RecoverPasswordDialogData {
|
|
5
4
|
appearance?: string | null;
|
|
6
5
|
}
|
|
7
6
|
export declare class RecoverPasswordDialogComponent {
|
|
8
|
-
done:
|
|
7
|
+
readonly done: import("@angular/core").OutputEmitterRef<RecoverPasswordDialogResult>;
|
|
9
8
|
protected dialogData: RecoverPasswordDialogData;
|
|
10
9
|
protected item: RecoverPasswordDialogResult;
|
|
11
10
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly done: import("@angular/core").OutputEmitterRef<ResetPasswordDialogResult>;
|
|
12
12
|
private dialogService;
|
|
13
13
|
private dialogRef;
|
|
14
14
|
protected dialogData: ResetPasswordDialogData;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import * as i0 from "@angular/core";
|
|
3
2
|
export interface ToastData {
|
|
4
3
|
message: string;
|
|
@@ -6,7 +5,7 @@ export interface ToastData {
|
|
|
6
5
|
actionCaption?: string | null;
|
|
7
6
|
}
|
|
8
7
|
export declare class ToastComponent {
|
|
9
|
-
action:
|
|
8
|
+
readonly action: import("@angular/core").OutputEmitterRef<void>;
|
|
10
9
|
protected dialogData: ToastData;
|
|
11
10
|
/**
|
|
12
11
|
* Do action
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly changed: import("@angular/core").OutputEmitterRef<NameValueItem<any>>;
|
|
8
|
+
readonly selected: import("@angular/core").OutputEmitterRef<NameValueItem<any>>;
|
|
9
9
|
private changeDetector;
|
|
10
10
|
private stateChanges;
|
|
11
11
|
private focused;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly changed: import("@angular/core").OutputEmitterRef<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,
|
|
1
|
+
import { AfterContentInit, 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
|
+
readonly changed: import("@angular/core").OutputEmitterRef<NameValueItem<any>[]>;
|
|
8
8
|
protected containerId: string;
|
|
9
9
|
protected containerWidth: import("@angular/core").WritableSignal<number>;
|
|
10
10
|
private focused;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, DoCheck, ElementRef,
|
|
1
|
+
import { AfterViewInit, DoCheck, ElementRef, 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
|
+
readonly changed: import("@angular/core").OutputEmitterRef<FileInfo>;
|
|
45
|
+
readonly download: import("@angular/core").OutputEmitterRef<void>;
|
|
46
|
+
readonly preview: import("@angular/core").OutputEmitterRef<void>;
|
|
47
47
|
private propagateChange;
|
|
48
48
|
private propagateTouched;
|
|
49
49
|
constructor(ngControl: NgControl);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly changed: import("@angular/core").OutputEmitterRef<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 {
|
|
1
|
+
import { 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
|
-
f: NgForm
|
|
7
|
-
done:
|
|
6
|
+
readonly f: import("@angular/core").Signal<NgForm>;
|
|
7
|
+
readonly done: import("@angular/core").OutputEmitterRef<PromptDialogResult>;
|
|
8
8
|
private dialogService;
|
|
9
9
|
protected dialogData: PromptDialogData;
|
|
10
10
|
protected value: any | null;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
-
f: NgForm
|
|
7
|
-
done:
|
|
6
|
+
readonly f: import("@angular/core").Signal<NgForm>;
|
|
7
|
+
readonly done: import("@angular/core").OutputEmitterRef<PromptDialogResult>;
|
|
8
8
|
private dialogService;
|
|
9
9
|
protected dialogData: PromptDialogData;
|
|
10
10
|
protected value: any | null;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
-
f: NgForm
|
|
7
|
-
done:
|
|
6
|
+
readonly f: import("@angular/core").Signal<NgForm>;
|
|
7
|
+
readonly done: import("@angular/core").OutputEmitterRef<PromptDialogResult>;
|
|
8
8
|
private dialogService;
|
|
9
9
|
protected dialogData: PromptTimeDialogData;
|
|
10
10
|
protected value: any | null;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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';
|
|
5
5
|
import { SelectDialogAppend, SelectDialogData, SelectDialogDelete, SelectDialogFilter, SelectDialogLookup, SelectDialogResult, SelectableItem } from "../../definitions";
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SelectDialogComponent implements OnInit {
|
|
8
|
-
paginator: MatPaginator
|
|
9
|
-
selection: MatSelectionList
|
|
8
|
+
readonly paginator: import("@angular/core").Signal<MatPaginator>;
|
|
9
|
+
readonly selection: import("@angular/core").Signal<MatSelectionList>;
|
|
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
|
+
readonly done: import("@angular/core").OutputEmitterRef<SelectDialogResult>;
|
|
14
|
+
readonly edit: import("@angular/core").OutputEmitterRef<SelectableItem>;
|
|
15
|
+
readonly view: import("@angular/core").OutputEmitterRef<SelectableItem>;
|
|
16
|
+
readonly append: import("@angular/core").OutputEmitterRef<SelectDialogAppend>;
|
|
17
|
+
readonly delete: import("@angular/core").OutputEmitterRef<SelectDialogDelete>;
|
|
18
|
+
readonly lookup: import("@angular/core").OutputEmitterRef<SelectDialogLookup>;
|
|
19
|
+
readonly lookupOptions: import("@angular/core").OutputEmitterRef<void>;
|
|
20
|
+
readonly filter: import("@angular/core").OutputEmitterRef<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,8 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { SelectFile, SelectFileDialogData } from '../../definitions';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class SelectFileDialogComponent {
|
|
5
|
-
done:
|
|
4
|
+
readonly done: import("@angular/core").OutputEmitterRef<SelectFile>;
|
|
6
5
|
private dialogRef;
|
|
7
6
|
protected dialogData: SelectFileDialogData;
|
|
8
7
|
protected file: File | null;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { SelectFile, SelectFileDialogData } from '../../definitions';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class SelectPictureDialogComponent {
|
|
5
|
-
done:
|
|
4
|
+
readonly done: import("@angular/core").OutputEmitterRef<SelectFile>;
|
|
6
5
|
private dialogRef;
|
|
7
6
|
protected dialogData: SelectFileDialogData;
|
|
8
7
|
protected file: File | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FlatTreeControl } from '@angular/cdk/tree';
|
|
2
|
-
import {
|
|
2
|
+
import { 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
|
+
readonly done: import("@angular/core").OutputEmitterRef<SelectDialogResult>;
|
|
47
47
|
private unsubscribe;
|
|
48
48
|
private dialogRef;
|
|
49
49
|
protected dialogData: SelectTreeDialogData;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly done: import("@angular/core").OutputEmitterRef<SendToDialogResult>;
|
|
14
|
+
readonly populate: import("@angular/core").OutputEmitterRef<SendToDialogResult>;
|
|
15
15
|
protected dialogData: SendToDialogData;
|
|
16
16
|
protected item: SendToDialogResult;
|
|
17
17
|
ngOnInit(): void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class ResizeTableColumnDirective implements OnInit {
|
|
4
|
-
resizable: boolean
|
|
5
|
-
index: number
|
|
4
|
+
readonly resizable: import("@angular/core").InputSignal<boolean>;
|
|
5
|
+
readonly index: import("@angular/core").InputSignal<number>;
|
|
6
6
|
private renderer;
|
|
7
7
|
private elementRef;
|
|
8
8
|
private startX;
|
|
@@ -15,5 +15,5 @@ export declare class ResizeTableColumnDirective implements OnInit {
|
|
|
15
15
|
onMouseMove: (event: MouseEvent) => void;
|
|
16
16
|
onMouseUp: () => void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizeTableColumnDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeTableColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizeTableColumnDirective, "[resizeColumn]", never, { "resizable": { "alias": "resizeColumn"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { 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
|
+
readonly success: import("@angular/core").OutputEmitterRef<LoginOAuthResult>;
|
|
16
16
|
showInfo: import("@angular/core").InputSignal<boolean>;
|
|
17
17
|
applicationName: import("@angular/core").InputSignal<string>;
|
|
18
18
|
autoInitialize: import("@angular/core").InputSignal<boolean>;
|