@arsedizioni/ars-utils 21.0.50 → 21.0.52
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 +11 -11
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +45 -55
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +109 -109
- 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 +7 -7
- 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 +61 -61
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +43 -43
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +1 -1
- package/types/arsedizioni-ars-utils-ui.application.d.ts +2 -2
|
@@ -1616,7 +1616,7 @@ var ClipperQueryDocumentFlags;
|
|
|
1616
1616
|
ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["AbrogatedOnly"] = 2] = "AbrogatedOnly";
|
|
1617
1617
|
ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["NotAbrogatedOnly"] = 4] = "NotAbrogatedOnly";
|
|
1618
1618
|
ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["CommentedOnly"] = 8] = "CommentedOnly";
|
|
1619
|
-
ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["
|
|
1619
|
+
ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["UseKeywordSearch"] = 32] = "UseKeywordSearch";
|
|
1620
1620
|
ClipperQueryDocumentFlags[ClipperQueryDocumentFlags["NotRead"] = 64] = "NotRead";
|
|
1621
1621
|
})(ClipperQueryDocumentFlags || (ClipperQueryDocumentFlags = {}));
|
|
1622
1622
|
class ClipperSearchParams {
|
|
@@ -3207,10 +3207,10 @@ class ClipperService {
|
|
|
3207
3207
|
downloadArchiveFile(id, otp) {
|
|
3208
3208
|
return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
|
|
3209
3209
|
}
|
|
3210
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
3211
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.
|
|
3210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3211
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|
|
3212
3212
|
}
|
|
3213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
3213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperService, decorators: [{
|
|
3214
3214
|
type: Injectable,
|
|
3215
3215
|
args: [{
|
|
3216
3216
|
providedIn: 'root',
|
|
@@ -3267,19 +3267,19 @@ class ClipperAuthInterceptor {
|
|
|
3267
3267
|
}
|
|
3268
3268
|
return next.handle(request);
|
|
3269
3269
|
}
|
|
3270
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
3271
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.
|
|
3270
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3271
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperAuthInterceptor }); }
|
|
3272
3272
|
}
|
|
3273
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
3273
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
|
|
3274
3274
|
type: Injectable
|
|
3275
3275
|
}] });
|
|
3276
3276
|
|
|
3277
3277
|
class ArsClipperCommonModule {
|
|
3278
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.
|
|
3279
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.
|
|
3280
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.
|
|
3278
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3279
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3280
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3281
3281
|
}
|
|
3282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.
|
|
3282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
|
|
3283
3283
|
type: NgModule
|
|
3284
3284
|
}] });
|
|
3285
3285
|
|