@arsedizioni/ars-utils 20.0.18 → 20.0.20
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/index.d.ts +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +39 -39
- package/fesm2022/arsedizioni-ars-utils-core.mjs +108 -105
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- 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 +58 -61
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
- package/package.json +9 -9
- package/ui/index.d.ts +15 -12
|
@@ -6,7 +6,7 @@ import { LoginOAuthType } from '@arsedizioni/ars-utils/ui.oauth';
|
|
|
6
6
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
7
7
|
import * as rxjs from 'rxjs';
|
|
8
8
|
import { Observable, Subscription } from 'rxjs';
|
|
9
|
-
import * as
|
|
9
|
+
import * as _angular_common_module_d from '@angular/common/module.d';
|
|
10
10
|
import { ResetPasswordDialogResult, RecoverPasswordDialogData, RecoverPasswordDialogResult } from '@arsedizioni/ars-utils/ui';
|
|
11
11
|
|
|
12
12
|
declare const ClipperMessages: {
|
|
@@ -1365,7 +1365,7 @@ declare class ClipperService implements OnDestroy {
|
|
|
1365
1365
|
* Import folders
|
|
1366
1366
|
* @param params : parameters
|
|
1367
1367
|
*/
|
|
1368
|
-
importArchiveFolders(params: ClipperArchiveFoldersImportParams): rxjs.Observable<
|
|
1368
|
+
importArchiveFolders(params: ClipperArchiveFoldersImportParams): rxjs.Observable<_angular_common_module_d.HttpEvent<unknown>>;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* Get files and folders
|
|
1371
1371
|
* @param params : parameters
|
|
@@ -1385,7 +1385,7 @@ declare class ClipperService implements OnDestroy {
|
|
|
1385
1385
|
* Save a file
|
|
1386
1386
|
* @param params : parameters
|
|
1387
1387
|
*/
|
|
1388
|
-
saveArchiveFile(params: ClipperArchiveFileInfo): rxjs.Observable<
|
|
1388
|
+
saveArchiveFile(params: ClipperArchiveFileInfo): rxjs.Observable<_angular_common_module_d.HttpEvent<unknown>>;
|
|
1389
1389
|
/**
|
|
1390
1390
|
* Get file data
|
|
1391
1391
|
* @param id : the item id
|
|
@@ -3078,10 +3078,10 @@ class ClipperService {
|
|
|
3078
3078
|
downloadArchiveFile(id, otp) {
|
|
3079
3079
|
return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
|
|
3080
3080
|
}
|
|
3081
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
3082
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
3081
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3082
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|
|
3083
3083
|
}
|
|
3084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
3084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperService, decorators: [{
|
|
3085
3085
|
type: Injectable,
|
|
3086
3086
|
args: [{
|
|
3087
3087
|
providedIn: 'root',
|
|
@@ -3174,19 +3174,19 @@ class ClipperAuthInterceptor {
|
|
|
3174
3174
|
}
|
|
3175
3175
|
return request;
|
|
3176
3176
|
}
|
|
3177
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
3178
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
|
3177
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3178
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperAuthInterceptor }); }
|
|
3179
3179
|
}
|
|
3180
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
3180
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
|
|
3181
3181
|
type: Injectable
|
|
3182
3182
|
}] });
|
|
3183
3183
|
|
|
3184
3184
|
class ArsClipperCommonModule {
|
|
3185
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
|
3186
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
|
3187
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
|
3185
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3186
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3187
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3188
3188
|
}
|
|
3189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
|
3189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
|
|
3190
3190
|
type: NgModule
|
|
3191
3191
|
}] });
|
|
3192
3192
|
|