nuxeo-development-framework 1.7.4 → 1.7.5
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/bundles/nuxeo-development-framework.umd.js +2 -2
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/documents/services/documents.service.js +2 -2
- package/esm2015/lib/shared/components/spinner/spinner.component.js +1 -1
- package/fesm2015/nuxeo-development-framework.js +2 -2
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -4570,7 +4570,7 @@
|
|
|
4570
4570
|
return SpinnerComponent;
|
|
4571
4571
|
}());
|
|
4572
4572
|
SpinnerComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: SpinnerComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4573
|
-
SpinnerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: SpinnerComponent, selector: "cts-spinner", ngImport: i0__namespace, template: "<div class=\"container\">\r\n <mat-spinner\r\n [value]=\"90\"\r\n [strokeWidth]=\"3\"\r\n overlay=\"true\"\r\n [diameter]=\"25\"\r\n color=\"warn\"\r\n >\r\n </mat-spinner>\r\n</div>\r\n", styles: [".container{position:absolute;bottom:12px;width:100%;display:flex;justify-content:flex-
|
|
4573
|
+
SpinnerComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: SpinnerComponent, selector: "cts-spinner", ngImport: i0__namespace, template: "<div class=\"container\">\r\n <mat-spinner\r\n [value]=\"90\"\r\n [strokeWidth]=\"3\"\r\n overlay=\"true\"\r\n [diameter]=\"25\"\r\n color=\"warn\"\r\n >\r\n </mat-spinner>\r\n</div>\r\n", styles: [".spiner-container{position:absolute;bottom:12px;width:100%;display:flex;justify-content:flex-start;left:-5px}.spiner-container mat-spinner{position:relative}\n"], components: [{ type: i1__namespace$6.MatSpinner, selector: "mat-spinner", inputs: ["color"] }] });
|
|
4574
4574
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: SpinnerComponent, decorators: [{
|
|
4575
4575
|
type: i0.Component,
|
|
4576
4576
|
args: [{
|
|
@@ -11117,7 +11117,7 @@
|
|
|
11117
11117
|
mode: mode,
|
|
11118
11118
|
})
|
|
11119
11119
|
.execute({
|
|
11120
|
-
headers: Object.assign(Object.assign({}, DocumentsConstants.pageProvider.committee.headers), { 'X-NXfetch-document': 'lock,dc:creator', 'X-NXenrichers-document': 'tags' }),
|
|
11120
|
+
headers: Object.assign(Object.assign({}, DocumentsConstants.pageProvider.committee.headers), { 'X-NXfetch-document': 'lock,dc:creator,corr:owner,cts_common:department', 'X-NXenrichers-document': 'tags' }),
|
|
11121
11121
|
})).pipe(operators.map(function (item) { return _this.documentsAdapter.adaptIn(item, DocumentsConstants.fields); }), operators.catchError(function (err) {
|
|
11122
11122
|
console.log(err);
|
|
11123
11123
|
throw err;
|