@arsedizioni/ars-utils 18.2.380 → 18.2.381
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 +4 -0
- package/clipper.common/common/services/clipper.service.d.ts +6 -3
- package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +6 -1
- package/esm2022/clipper.common/common/interceptors/auth.interceptor.mjs +15 -11
- package/esm2022/clipper.common/common/services/clipper.service.mjs +10 -4
- package/esm2022/evolution.common/common/definitions.mjs +6 -1
- package/esm2022/evolution.common/common/interceptors/auth.interceptor.mjs +14 -10
- package/esm2022/evolution.common/common/services/evolution.service.mjs +6 -1
- package/esm2022/support.common/common/definitions.mjs +6 -1
- package/esm2022/support.common/common/interceptors/auth.interceptor.mjs +14 -10
- package/esm2022/support.common/common/services/support.service.mjs +6 -2
- package/evolution.common/common/definitions.d.ts +4 -0
- package/evolution.common/common/services/evolution.service.d.ts +3 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +26 -12
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +22 -10
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +22 -10
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs.map +1 -1
- package/package.json +7 -7
- package/support.common/common/definitions.d.ts +4 -0
- package/support.common/common/services/support.service.d.ts +3 -1
- package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arsedizioni/ars-utils",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.381",
|
|
4
4
|
"author": {
|
|
5
5
|
"email": "software@arsedizioni.it",
|
|
6
6
|
"name": "Fabio Buscaroli, Alberto Doria"
|
|
@@ -47,12 +47,6 @@
|
|
|
47
47
|
"esm": "./esm2022/clipper.ui/arsedizioni-ars-utils-clipper.ui.mjs",
|
|
48
48
|
"default": "./fesm2022/arsedizioni-ars-utils-clipper.ui.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./evolution.common": {
|
|
51
|
-
"types": "./evolution.common/index.d.ts",
|
|
52
|
-
"esm2022": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
53
|
-
"esm": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
54
|
-
"default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
|
|
55
|
-
},
|
|
56
50
|
"./core": {
|
|
57
51
|
"types": "./core/index.d.ts",
|
|
58
52
|
"esm2022": "./esm2022/core/arsedizioni-ars-utils-core.mjs",
|
|
@@ -65,6 +59,12 @@
|
|
|
65
59
|
"esm": "./esm2022/help/arsedizioni-ars-utils-help.mjs",
|
|
66
60
|
"default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
|
|
67
61
|
},
|
|
62
|
+
"./evolution.common": {
|
|
63
|
+
"types": "./evolution.common/index.d.ts",
|
|
64
|
+
"esm2022": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
65
|
+
"esm": "./esm2022/evolution.common/arsedizioni-ars-utils-evolution.common.mjs",
|
|
66
|
+
"default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
|
|
67
|
+
},
|
|
68
68
|
"./support.common": {
|
|
69
69
|
"types": "./support.common/index.d.ts",
|
|
70
70
|
"esm2022": "./esm2022/support.common/arsedizioni-ars-utils-support.common.mjs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy } from '@angular/core';
|
|
2
2
|
import { ApiResult } from '@arsedizioni/ars-utils/core';
|
|
3
|
-
import { SupportLoginResult, SupportNotificationInfo, SupportNotificationsMarkParams, SupportNotificationsSearchParams, SupportNotificationsSearchResult, SupportProduct, SupportProductModule, SupportUserInfo } from '../definitions';
|
|
3
|
+
import { SupportLoginResult, SupportNotificationInfo, SupportNotificationsMarkParams, SupportNotificationsSearchParams, SupportNotificationsSearchResult, SupportProduct, SupportProductModule, SupportServiceFlags, SupportUserInfo } from '../definitions';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class SupportService implements OnDestroy {
|
|
6
6
|
private httpClient;
|
|
@@ -11,6 +11,8 @@ export declare class SupportService implements OnDestroy {
|
|
|
11
11
|
set loginInfo(value: SupportUserInfo | null);
|
|
12
12
|
private _serviceUri;
|
|
13
13
|
get serviceUri(): string;
|
|
14
|
+
private _flags;
|
|
15
|
+
get flags(): SupportServiceFlags;
|
|
14
16
|
products: SupportProduct;
|
|
15
17
|
productModules: SupportProductModule;
|
|
16
18
|
readonly unreadNotifications: import("@angular/core").WritableSignal<number>;
|
|
@@ -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<"button" | "dropdown">;
|
|
18
18
|
collapseAt: import("@angular/core").InputSignal<number>;
|
|
19
19
|
collapseAtContainer: import("@angular/core").InputSignal<boolean>;
|
|
20
20
|
label: import("@angular/core").InputSignal<string>;
|