@arsedizioni/ars-utils 19.1.10 → 19.1.11
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 -0
- package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +14 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +39 -39
- package/fesm2022/arsedizioni-ars-utils-core.mjs +92 -92
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-help.mjs +13 -13
- package/fesm2022/arsedizioni-ars-utils-support.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +6 -6
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +7 -7
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +58 -58
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +34 -34
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
- package/package.json +5 -5
|
@@ -192,6 +192,8 @@ export declare class ClipperSearchParams {
|
|
|
192
192
|
changedNumber?: string | null;
|
|
193
193
|
changedYear?: number | null;
|
|
194
194
|
changedTitle?: string | null;
|
|
195
|
+
changedId?: string | null;
|
|
196
|
+
modifierId?: string | null;
|
|
195
197
|
modifierNumber?: string | null;
|
|
196
198
|
modifierYear?: number | null;
|
|
197
199
|
modifierTitle?: string | null;
|
|
@@ -13,7 +13,7 @@ export declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
13
13
|
private changeDetector;
|
|
14
14
|
private clipperService;
|
|
15
15
|
readonly useSelections: import("@angular/core").InputSignal<boolean>;
|
|
16
|
-
readonly selectionSource: import("@angular/core").InputSignal<"
|
|
16
|
+
readonly selectionSource: import("@angular/core").InputSignal<"none" | "selection" | "bag">;
|
|
17
17
|
protected selection: () => ClipperDocumentInfo[];
|
|
18
18
|
readonly parent: import("@angular/core").InputSignal<ClipperSearchResultManager>;
|
|
19
19
|
readonly item: import("@angular/core").InputSignal<ClipperDocumentInfo>;
|
|
@@ -1481,6 +1481,8 @@ class ClipperSearchParams {
|
|
|
1481
1481
|
this.changedNumber = null;
|
|
1482
1482
|
this.changedYear = null;
|
|
1483
1483
|
this.changedTitle = null;
|
|
1484
|
+
this.changedId = null;
|
|
1485
|
+
this.modifierId = null;
|
|
1484
1486
|
this.modifierNumber = null;
|
|
1485
1487
|
this.modifierYear = null;
|
|
1486
1488
|
this.modifierTitle = null;
|
|
@@ -1991,6 +1993,8 @@ class ClipperSearchUtils {
|
|
|
1991
1993
|
params.changedNumber = null;
|
|
1992
1994
|
params.changedYear = null;
|
|
1993
1995
|
params.changedTitle = null;
|
|
1996
|
+
params.changedId = null;
|
|
1997
|
+
params.modifierId = null;
|
|
1994
1998
|
params.modifierNumber = null;
|
|
1995
1999
|
params.modifierYear = null;
|
|
1996
2000
|
params.modifierTitle = null;
|
|
@@ -3155,10 +3159,10 @@ class ClipperService {
|
|
|
3155
3159
|
downloadArchiveFile(id, otp = null) {
|
|
3156
3160
|
return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
|
|
3157
3161
|
}
|
|
3158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.
|
|
3159
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.
|
|
3162
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3163
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|
|
3160
3164
|
}
|
|
3161
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.
|
|
3165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ClipperService, decorators: [{
|
|
3162
3166
|
type: Injectable,
|
|
3163
3167
|
args: [{
|
|
3164
3168
|
providedIn: 'root',
|
|
@@ -3251,19 +3255,19 @@ class ClipperAuthInterceptor {
|
|
|
3251
3255
|
}
|
|
3252
3256
|
return request;
|
|
3253
3257
|
}
|
|
3254
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.
|
|
3255
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.
|
|
3258
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3259
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ClipperAuthInterceptor }); }
|
|
3256
3260
|
}
|
|
3257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.
|
|
3261
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
|
|
3258
3262
|
type: Injectable
|
|
3259
3263
|
}] });
|
|
3260
3264
|
|
|
3261
3265
|
class ArsClipperCommonModule {
|
|
3262
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.
|
|
3263
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.
|
|
3264
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.
|
|
3266
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3267
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.5", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3268
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3265
3269
|
}
|
|
3266
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.
|
|
3270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.5", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
|
|
3267
3271
|
type: NgModule
|
|
3268
3272
|
}] });
|
|
3269
3273
|
|