@arsedizioni/ars-utils 20.1.22 → 20.2.1
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.ui/index.d.ts +1 -1
- package/core/index.d.ts +1 -1
- 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 +113 -109
- 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 +38 -38
- 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.application/index.d.ts +1 -1
package/clipper.ui/index.d.ts
CHANGED
|
@@ -1039,7 +1039,7 @@ declare class ClipperDocumentMenuComponent implements OnInit, OnDestroy {
|
|
|
1039
1039
|
private changeDetector;
|
|
1040
1040
|
private clipperService;
|
|
1041
1041
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1042
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1042
|
+
readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
|
|
1043
1043
|
protected selection: () => ClipperDocumentInfo[];
|
|
1044
1044
|
readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
|
|
1045
1045
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|
package/core/index.d.ts
CHANGED
|
@@ -842,7 +842,7 @@ declare class ThemeService implements OnDestroy {
|
|
|
842
842
|
|
|
843
843
|
declare class ArsCoreModule {
|
|
844
844
|
static ɵfac: i0.ɵɵFactoryDeclaration<ArsCoreModule, never>;
|
|
845
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ArsCoreModule, never, [typeof FileSizeValidatorDirective, typeof ValidIfDirective, typeof ValidatorDirective, typeof EqualsValidatorDirective, typeof GuidValidatorDirective, typeof EmailsValidatorDirective, typeof UrlValidatorDirective, typeof NotFutureValidatorDirective, typeof PasswordValidatorDirective, typeof DateIntervalChangeDirective, typeof SqlDateValidatorDirective, typeof SearchFilterPipe, typeof SearchCallbackPipe, typeof SafeHtmlPipe, typeof SafeUrlPipe, typeof ReplacePipe, typeof FormatPipe, typeof FormatHtmlPipe, typeof CopyClipboardDirective, typeof AutoFocusDirective, typeof MaxTermsValidatorDirective], [typeof FileSizeValidatorDirective, typeof ValidIfDirective, typeof ValidatorDirective, typeof EqualsValidatorDirective, typeof GuidValidatorDirective, typeof EmailsValidatorDirective, typeof UrlValidatorDirective, typeof NotFutureValidatorDirective, typeof PasswordValidatorDirective, typeof DateIntervalChangeDirective, typeof SqlDateValidatorDirective, typeof SearchFilterPipe, typeof SearchCallbackPipe, typeof SafeHtmlPipe, typeof SafeUrlPipe, typeof ReplacePipe, typeof FormatPipe, typeof FormatHtmlPipe, typeof CopyClipboardDirective, typeof AutoFocusDirective, typeof MaxTermsValidatorDirective]>;
|
|
845
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ArsCoreModule, never, [typeof FileSizeValidatorDirective, typeof ValidIfDirective, typeof ValidatorDirective, typeof EqualsValidatorDirective, typeof GuidValidatorDirective, typeof EmailsValidatorDirective, typeof UrlValidatorDirective, typeof NotFutureValidatorDirective, typeof NotEmptyValidatorDirective, typeof PasswordValidatorDirective, typeof DateIntervalChangeDirective, typeof SqlDateValidatorDirective, typeof SearchFilterPipe, typeof SearchCallbackPipe, typeof SafeHtmlPipe, typeof SafeUrlPipe, typeof ReplacePipe, typeof FormatPipe, typeof FormatHtmlPipe, typeof CopyClipboardDirective, typeof AutoFocusDirective, typeof MaxTermsValidatorDirective], [typeof FileSizeValidatorDirective, typeof ValidIfDirective, typeof ValidatorDirective, typeof EqualsValidatorDirective, typeof GuidValidatorDirective, typeof EmailsValidatorDirective, typeof UrlValidatorDirective, typeof NotFutureValidatorDirective, typeof NotEmptyValidatorDirective, typeof PasswordValidatorDirective, typeof DateIntervalChangeDirective, typeof SqlDateValidatorDirective, typeof SearchFilterPipe, typeof SearchCallbackPipe, typeof SafeHtmlPipe, typeof SafeUrlPipe, typeof ReplacePipe, typeof FormatPipe, typeof FormatHtmlPipe, typeof CopyClipboardDirective, typeof AutoFocusDirective, typeof MaxTermsValidatorDirective]>;
|
|
846
846
|
static ɵinj: i0.ɵɵInjectorDeclaration<ArsCoreModule>;
|
|
847
847
|
}
|
|
848
848
|
|
|
@@ -3079,10 +3079,10 @@ class ClipperService {
|
|
|
3079
3079
|
downloadArchiveFile(id, otp) {
|
|
3080
3080
|
return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
|
|
3081
3081
|
}
|
|
3082
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1
|
|
3083
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1
|
|
3082
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3083
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|
|
3084
3084
|
}
|
|
3085
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1
|
|
3085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ClipperService, decorators: [{
|
|
3086
3086
|
type: Injectable,
|
|
3087
3087
|
args: [{
|
|
3088
3088
|
providedIn: 'root',
|
|
@@ -3175,19 +3175,19 @@ class ClipperAuthInterceptor {
|
|
|
3175
3175
|
}
|
|
3176
3176
|
return request;
|
|
3177
3177
|
}
|
|
3178
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1
|
|
3179
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1
|
|
3178
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3179
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ClipperAuthInterceptor }); }
|
|
3180
3180
|
}
|
|
3181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1
|
|
3181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
|
|
3182
3182
|
type: Injectable
|
|
3183
3183
|
}] });
|
|
3184
3184
|
|
|
3185
3185
|
class ArsClipperCommonModule {
|
|
3186
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1
|
|
3187
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1
|
|
3188
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1
|
|
3186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3187
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.1", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3188
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3189
3189
|
}
|
|
3190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1
|
|
3190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.1", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
|
|
3191
3191
|
type: NgModule
|
|
3192
3192
|
}] });
|
|
3193
3193
|
|