@arsedizioni/ars-utils 19.2.16 → 19.2.18
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/ui/browser/browser.component.d.ts +4 -6
- package/clipper.ui/ui/document-menu/document-menu.component.d.ts +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +67 -70
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +95 -95
- 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 +60 -60
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +34 -34
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +7 -7
- package/package.json +5 -5
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ScrollDispatcher } from '@angular/cdk/scrolling';
|
|
2
2
|
import { AfterViewInit, OnDestroy, OnInit, Signal } from '@angular/core';
|
|
3
|
+
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
3
4
|
import { MatInput } from '@angular/material/input';
|
|
4
5
|
import { PageEvent } from '@angular/material/paginator';
|
|
5
6
|
import { MatDrawer } from '@angular/material/sidenav';
|
|
@@ -16,6 +17,9 @@ export declare class ClipperBrowserComponent extends ClipperSearchResultManager
|
|
|
16
17
|
readonly filterPane2: Signal<MatDrawer>;
|
|
17
18
|
readonly filterSelector: Signal<ButtonSelectorComponent>;
|
|
18
19
|
readonly moduleSelector: Signal<ChipsSelectorComponent>;
|
|
20
|
+
readonly sourceExpansionPanel: Signal<MatExpansionPanel>;
|
|
21
|
+
readonly otherOptionsExpansionPanel: Signal<MatExpansionPanel>;
|
|
22
|
+
readonly modifierExpansionPanel: Signal<MatExpansionPanel>;
|
|
19
23
|
readonly showChannels: import("@angular/core").InputSignal<boolean>;
|
|
20
24
|
readonly showRSOptions: import("@angular/core").InputSignal<boolean>;
|
|
21
25
|
readonly showAIAssistantOptions: import("@angular/core").InputSignal<boolean>;
|
|
@@ -124,12 +128,6 @@ export declare class ClipperBrowserComponent extends ClipperSearchResultManager
|
|
|
124
128
|
* Apply current filter params
|
|
125
129
|
*/
|
|
126
130
|
protected applyFilter(): void;
|
|
127
|
-
/**
|
|
128
|
-
* Check if a block of expandable options has a filter on
|
|
129
|
-
* @param block : the block id
|
|
130
|
-
* @returns true if at least a value is set
|
|
131
|
-
*/
|
|
132
|
-
protected hasFilterBlock(block: 'source' | 'other' | 'modifier'): boolean;
|
|
133
131
|
/**
|
|
134
132
|
* Manage sectors selection changes
|
|
135
133
|
*/
|
|
@@ -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>;
|
|
@@ -3173,10 +3173,10 @@ class ClipperService {
|
|
|
3173
3173
|
downloadArchiveFile(id, otp = null) {
|
|
3174
3174
|
return this.httpClient.get(this._serviceUri + '/archive/files/download/?id=' + id + '&otp=' + (otp ?? ''), { responseType: 'blob' });
|
|
3175
3175
|
}
|
|
3176
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
3177
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
|
3176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ClipperService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3177
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ClipperService, providedIn: 'root' }); }
|
|
3178
3178
|
}
|
|
3179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
3179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ClipperService, decorators: [{
|
|
3180
3180
|
type: Injectable,
|
|
3181
3181
|
args: [{
|
|
3182
3182
|
providedIn: 'root',
|
|
@@ -3269,19 +3269,19 @@ class ClipperAuthInterceptor {
|
|
|
3269
3269
|
}
|
|
3270
3270
|
return request;
|
|
3271
3271
|
}
|
|
3272
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
3273
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.
|
|
3272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ClipperAuthInterceptor, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ClipperAuthInterceptor }); }
|
|
3274
3274
|
}
|
|
3275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
3275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ClipperAuthInterceptor, decorators: [{
|
|
3276
3276
|
type: Injectable
|
|
3277
3277
|
}] });
|
|
3278
3278
|
|
|
3279
3279
|
class ArsClipperCommonModule {
|
|
3280
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.
|
|
3281
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.
|
|
3282
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.
|
|
3280
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ArsClipperCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3281
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.5", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3282
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ArsClipperCommonModule }); }
|
|
3283
3283
|
}
|
|
3284
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.
|
|
3284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.5", ngImport: i0, type: ArsClipperCommonModule, decorators: [{
|
|
3285
3285
|
type: NgModule
|
|
3286
3286
|
}] });
|
|
3287
3287
|
|