@arsedizioni/ars-utils 22.0.2 → 22.0.4
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +19 -16
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +13 -25
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +4 -7
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +3650 -37
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils.mjs +0 -2
- package/fesm2022/arsedizioni-ars-utils.mjs.map +1 -1
- package/package.json +1 -9
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -3
- package/types/arsedizioni-ars-utils-clipper.ui.d.ts +6 -6
- package/types/arsedizioni-ars-utils-evolution.common.d.ts +1 -1
- package/types/arsedizioni-ars-utils-support.common.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.d.ts +1576 -8
- package/types/arsedizioni-ars-utils.d.ts +0 -2
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +0 -3350
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +0 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +0 -287
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +0 -1
- package/types/arsedizioni-ars-utils-ui.application.d.ts +0 -1497
- package/types/arsedizioni-ars-utils-ui.oauth.d.ts +0 -74
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * from '@arsedizioni/ars-utils/core';
|
|
2
2
|
export * from '@arsedizioni/ars-utils/ui';
|
|
3
|
-
export * from '@arsedizioni/ars-utils/ui.oauth';
|
|
4
|
-
export * from '@arsedizioni/ars-utils/ui.application';
|
|
5
3
|
export * from '@arsedizioni/ars-utils/support.common';
|
|
6
4
|
export * from '@arsedizioni/ars-utils/support.ui';
|
|
7
5
|
export * from '@arsedizioni/ars-utils/help';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arsedizioni-ars-utils.mjs","sources":["../../../projects/ars-utils/public_api.ts","../../../projects/ars-utils/arsedizioni-ars-utils.ts"],"sourcesContent":["/*\r\n * Public API Surface of ars-utils\r\n */\r\nexport * from '@arsedizioni/ars-utils/core';\r\nexport * from '@arsedizioni/ars-utils/ui';\r\nexport * from '@arsedizioni/ars-utils/
|
|
1
|
+
{"version":3,"file":"arsedizioni-ars-utils.mjs","sources":["../../../projects/ars-utils/public_api.ts","../../../projects/ars-utils/arsedizioni-ars-utils.ts"],"sourcesContent":["/*\r\n * Public API Surface of ars-utils\r\n */\r\nexport * from '@arsedizioni/ars-utils/core';\r\nexport * from '@arsedizioni/ars-utils/ui';\r\nexport * from '@arsedizioni/ars-utils/support.common';\r\nexport * from '@arsedizioni/ars-utils/support.ui';\r\nexport * from '@arsedizioni/ars-utils/help';\r\nexport * from '@arsedizioni/ars-utils/clipper.common';\r\nexport * from '@arsedizioni/ars-utils/clipper.ui';\r\nexport * from '@arsedizioni/ars-utils/tinymce';\r\nexport * from '@arsedizioni/ars-utils/evolution.common';\r\n\r\n\r\n\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;;;;;;AAAA;;AAEG;;ACFH;;AAEG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arsedizioni/ars-utils",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "software@arsedizioni.it",
|
|
6
6
|
"name": "Fabio Buscaroli, Alberto Doria"
|
|
@@ -67,14 +67,6 @@
|
|
|
67
67
|
"./ui": {
|
|
68
68
|
"types": "./types/arsedizioni-ars-utils-ui.d.ts",
|
|
69
69
|
"default": "./fesm2022/arsedizioni-ars-utils-ui.mjs"
|
|
70
|
-
},
|
|
71
|
-
"./ui.application": {
|
|
72
|
-
"types": "./types/arsedizioni-ars-utils-ui.application.d.ts",
|
|
73
|
-
"default": "./fesm2022/arsedizioni-ars-utils-ui.application.mjs"
|
|
74
|
-
},
|
|
75
|
-
"./ui.oauth": {
|
|
76
|
-
"types": "./types/arsedizioni-ars-utils-ui.oauth.d.ts",
|
|
77
|
-
"default": "./fesm2022/arsedizioni-ars-utils-ui.oauth.mjs"
|
|
78
70
|
}
|
|
79
71
|
},
|
|
80
72
|
"sideEffects": false,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { Signal } from '@angular/core';
|
|
3
3
|
import { NameValueItem, Folder, QueryModel, LoginResult, QueryResultModel, ApiResult, UpdateResultModel, FolderTree } from '@arsedizioni/ars-utils/core';
|
|
4
|
-
import { SendToDialogResult } from '@arsedizioni/ars-utils/ui
|
|
5
|
-
import { LoginOAuthType } from '@arsedizioni/ars-utils/ui.oauth';
|
|
4
|
+
import { LoginOAuthType, SendToDialogResult, ResetPasswordDialogResult, RecoverPasswordDialogResult } from '@arsedizioni/ars-utils/ui';
|
|
6
5
|
import * as _angular_common_http from '@angular/common/http';
|
|
7
6
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
8
7
|
import * as rxjs from 'rxjs';
|
|
9
8
|
import { Observable } from 'rxjs';
|
|
10
|
-
import { ResetPasswordDialogResult, RecoverPasswordDialogResult } from '@arsedizioni/ars-utils/ui';
|
|
11
9
|
|
|
12
10
|
declare const ClipperMessages: {
|
|
13
11
|
/**
|
|
@@ -7,7 +7,7 @@ import { MatPaginator, PageEvent } from '@angular/material/paginator';
|
|
|
7
7
|
import { MatDrawer } from '@angular/material/sidenav';
|
|
8
8
|
import { ClipperSearchFacetsSnapshot, ClipperSearchFacet, ClipperSearchFacetGroup, ClipperService, ClipperDocumentInfo, ClipperSearchParams, ClipperQueryReferencesMode, ClipperModule, ClipperModel, ClipperSearchCalendarSnapshotMonth, ClipperSearchCalendarSnapshotResult, ClipperSelectionMode, ClipperSearchResult, ClipperSort, ClipperUserSearch, SectorInfo, ClipperUserInfo, EditDialogCompleted, ClipperContactInfo, ClipperDocumentRelevants, ClipperDocumentAnchorInfo, ClipperDocumentNote, EditDialogData } from '@arsedizioni/ars-utils/clipper.common';
|
|
9
9
|
import { BroadcastService, DateInterval, ThemeService, ScreenService, SelectableModel, NameValueItem, INode, ThemeType } from '@arsedizioni/ars-utils/core';
|
|
10
|
-
import { SendToPopulateData,
|
|
10
|
+
import { SendToPopulateData, DialogService, CalendarEmptyHeader, ButtonSelectorComponent, ChipsSelectorComponent } from '@arsedizioni/ars-utils/ui';
|
|
11
11
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
12
12
|
import { Clipboard } from '@angular/cdk/clipboard';
|
|
13
13
|
import { MatCalendar, MatCalendarCellClassFunction } from '@angular/material/datepicker';
|
|
@@ -76,7 +76,7 @@ declare class ClipperDocumentManager {
|
|
|
76
76
|
protected readonly clipboard: Clipboard;
|
|
77
77
|
readonly clipperService: ClipperService;
|
|
78
78
|
protected readonly broadcastService: BroadcastService;
|
|
79
|
-
protected readonly dialogService:
|
|
79
|
+
protected readonly dialogService: DialogService;
|
|
80
80
|
protected readonly canUseArchive: _angular_core.WritableSignal<boolean>;
|
|
81
81
|
protected readonly canUseNotes: _angular_core.WritableSignal<boolean>;
|
|
82
82
|
protected readonly canHandleTooManyResults: _angular_core.WritableSignal<boolean>;
|
|
@@ -166,7 +166,7 @@ declare class ClipperDocumentManager {
|
|
|
166
166
|
/**
|
|
167
167
|
* Opens a dialog to manage the documents in the working bag (view, select, delete).
|
|
168
168
|
*/
|
|
169
|
-
openBag(): void
|
|
169
|
+
openBag(): Promise<void>;
|
|
170
170
|
/**
|
|
171
171
|
* Sends a print command to the Clipper document iframe.
|
|
172
172
|
*/
|
|
@@ -596,7 +596,7 @@ declare class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
596
596
|
* Saves the current filter parameters as a named search.
|
|
597
597
|
* @param newFilter - When true, always prompts for a new filter name; otherwise updates the existing one. Defaults to false.
|
|
598
598
|
*/
|
|
599
|
-
saveFilter(newFilter?: boolean): void
|
|
599
|
+
saveFilter(newFilter?: boolean): Promise<void>;
|
|
600
600
|
/**
|
|
601
601
|
* Prompts for confirmation and then deletes the currently active saved filter.
|
|
602
602
|
*/
|
|
@@ -700,7 +700,7 @@ declare class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
700
700
|
/**
|
|
701
701
|
* Open the topic-selection dialog and append the chosen topics to the current filter.
|
|
702
702
|
*/
|
|
703
|
-
protected addTopic(): void
|
|
703
|
+
protected addTopic(): Promise<void>;
|
|
704
704
|
/**
|
|
705
705
|
* Remove a topic from the current filter.
|
|
706
706
|
* @param item - The topic item to remove.
|
|
@@ -1053,7 +1053,7 @@ declare class ClipperDocumentMenuComponent {
|
|
|
1053
1053
|
/** Internal counter incremented on each external selection-model change to drive signal re-evaluation. */
|
|
1054
1054
|
private readonly selectionChangeTick;
|
|
1055
1055
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1056
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1056
|
+
readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* Computed signal that returns the current effective document selection.
|
|
1059
1059
|
* Re-evaluates when any input signal or the underlying selection model changes.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy, Signal } from '@angular/core';
|
|
3
3
|
import { SendToModel, LoginResult, QueryModel, ApiResult, INode, FolderTree } from '@arsedizioni/ars-utils/core';
|
|
4
|
-
import { LoginOAuthType } from '@arsedizioni/ars-utils/ui
|
|
4
|
+
import { LoginOAuthType } from '@arsedizioni/ars-utils/ui';
|
|
5
5
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
6
6
|
import * as rxjs from 'rxjs';
|
|
7
7
|
import { Observable } from 'rxjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnDestroy } from '@angular/core';
|
|
3
3
|
import { LoginResult, ApiResult } from '@arsedizioni/ars-utils/core';
|
|
4
|
-
import { LoginOAuthType } from '@arsedizioni/ars-utils/ui
|
|
4
|
+
import { LoginOAuthType } from '@arsedizioni/ars-utils/ui';
|
|
5
5
|
import * as rxjs from 'rxjs';
|
|
6
6
|
|
|
7
7
|
declare const SupportMessages: {
|