nuxeo-development-framework 3.7.4 → 3.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 +16 -13
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/comments/components/comments-list/comments-list.component.js +5 -5
- package/esm2015/lib/components/documents/components/document-scan/document-scan.service.js +1 -1
- package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +2 -2
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.js +2 -2
- package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +1 -1
- package/esm2015/lib/directive/app-has-role/app-has-role.directive.js +1 -1
- package/esm2015/lib/shared-services/global-admin.service.js +1 -1
- package/esm2015/lib/shared-services/mainfolder.service.js +10 -10
- package/fesm2015/nuxeo-development-framework.js +13 -13
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/shared-services/mainfolder.service.d.ts +3 -3
- package/package.json +1 -1
|
@@ -10956,7 +10956,7 @@
|
|
|
10956
10956
|
return UserSelectorWrapperComponent;
|
|
10957
10957
|
}());
|
|
10958
10958
|
UserSelectorWrapperComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: UserSelectorWrapperComponent, deps: [], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
10959
|
-
UserSelectorWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: UserSelectorWrapperComponent, selector: "lib-user-selector-wrapper", inputs: { value: "value", multipleMode: "multipleMode", customOptions: "customOptions" }, outputs: { valueChange: "valueChange" }, ngImport: i0__namespace, template: "<cts-dynamic-form-select-users placeholder=\"{{ 'CREATE.PLACE_HOLDER' | translate }} {{'CREATE.USER' | translate}}\"\n [multiple]=\"multipleMode\"\n [searchable]=\"true\"\n [bindLabel]=\"'fullName'\"\n [closeOnSelect]=\"!multipleMode\"\n [searchable]=\"true\"\n [deptTitle]=\"'all'\"\n [preSelectedValues]=\"[]\"\n [usePreSelectedValue]=\"true\"\n (onSelectItems)=\"executeFunction($event)\"\n (ngModelChange)=\"checkChange($event)\"\n [(ngModel)]=\"bindedValue\" >\n</cts-dynamic-form-select-users>\n <!-- -->\n\n<!-- <div>{{customOptions | json}}</div>\n<div>{{multipleMode}}</div> -->", styles: [""], components: [{ type: DynamicFormSelectUsersComponent, selector: "cts-dynamic-form-select-users", inputs: ["deptTitle", "groupName", "label", "bindValue", "bindLabel", "placeholder", "multiple", "searchable", "closeOnSelect", "hideSelectedItems", "preSelectedValues", "usePreSelectedValue", "disabled", "filter"], outputs: ["onSelectItems"] }], directives: [{ type: i6__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "translate": i1__namespace$1.TranslatePipe } });
|
|
10959
|
+
UserSelectorWrapperComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: UserSelectorWrapperComponent, selector: "lib-user-selector-wrapper", inputs: { value: "value", multipleMode: "multipleMode", customOptions: "customOptions" }, outputs: { valueChange: "valueChange" }, ngImport: i0__namespace, template: "<cts-dynamic-form-select-users placeholder=\"{{ 'CREATE.PLACE_HOLDER' | translate }} {{'CREATE.USER' | translate}}\"\r\n [multiple]=\"multipleMode\"\r\n [searchable]=\"true\"\r\n [bindLabel]=\"'fullName'\"\r\n [closeOnSelect]=\"!multipleMode\"\r\n [searchable]=\"true\"\r\n [deptTitle]=\"'all'\"\r\n [preSelectedValues]=\"[]\"\r\n [usePreSelectedValue]=\"true\"\r\n (onSelectItems)=\"executeFunction($event)\"\r\n (ngModelChange)=\"checkChange($event)\"\r\n [(ngModel)]=\"bindedValue\" >\r\n</cts-dynamic-form-select-users>\r\n <!-- -->\r\n\r\n<!-- <div>{{customOptions | json}}</div>\r\n<div>{{multipleMode}}</div> -->", styles: [""], components: [{ type: DynamicFormSelectUsersComponent, selector: "cts-dynamic-form-select-users", inputs: ["deptTitle", "groupName", "label", "bindValue", "bindLabel", "placeholder", "multiple", "searchable", "closeOnSelect", "hideSelectedItems", "preSelectedValues", "usePreSelectedValue", "disabled", "filter"], outputs: ["onSelectItems"] }], directives: [{ type: i6__namespace.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i6__namespace.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], pipes: { "translate": i1__namespace$1.TranslatePipe } });
|
|
10960
10960
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: UserSelectorWrapperComponent, decorators: [{
|
|
10961
10961
|
type: i0.Component,
|
|
10962
10962
|
args: [{
|
|
@@ -16972,7 +16972,7 @@
|
|
|
16972
16972
|
DynamicChartComponent.prototype.createChartWithoutPP = function () {
|
|
16973
16973
|
var _this = this;
|
|
16974
16974
|
this.isFetching = true;
|
|
16975
|
-
this.creatChart.pipe(operators.debounceTime(
|
|
16975
|
+
this.creatChart.pipe(operators.debounceTime(2800)).subscribe(function (res) {
|
|
16976
16976
|
var _a;
|
|
16977
16977
|
_this.data = _this.inputChartData;
|
|
16978
16978
|
_this.changeDetector.detectChanges();
|
|
@@ -19105,7 +19105,7 @@
|
|
|
19105
19105
|
this.getComments = function (page, reset) {
|
|
19106
19106
|
if (reset === void 0) { reset = false; }
|
|
19107
19107
|
_this.fetching = !reset;
|
|
19108
|
-
if (reset
|
|
19108
|
+
if (reset) {
|
|
19109
19109
|
_this.scrollDiv.nativeElement.scroll(0, 0);
|
|
19110
19110
|
}
|
|
19111
19111
|
_this.commentApiService.getComments(_this.entityId, {
|
|
@@ -19132,7 +19132,7 @@
|
|
|
19132
19132
|
return CommentsListComponent;
|
|
19133
19133
|
}());
|
|
19134
19134
|
CommentsListComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: CommentsListComponent, deps: [{ token: CommentApiService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
19135
|
-
CommentsListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: CommentsListComponent, selector: "app-comments-list", inputs: { entityId: "entityId", pageSize: "pageSize", loaderType: "loaderType", showCommentActions: "showCommentActions" }, viewQueries: [{ propertyName: "scrollDiv", first: true, predicate: ["scrollDiv"], descendants: true }], ngImport: i0__namespace, template: "<div
|
|
19135
|
+
CommentsListComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: CommentsListComponent, selector: "app-comments-list", inputs: { entityId: "entityId", pageSize: "pageSize", loaderType: "loaderType", showCommentActions: "showCommentActions" }, viewQueries: [{ propertyName: "scrollDiv", first: true, predicate: ["scrollDiv"], descendants: true }], ngImport: i0__namespace, template: "<div\r\n class=\"scroll-div overflow-auto dark-scroll\"\r\n #scrollDiv\r\n infinite-scroll\r\n [scrollWindow]=\"false\"\r\n [infiniteScrollDistance]=\"distance\"\r\n [infiniteScrollDisabled]=\"infiniteScrollDisabled\"\r\n [infiniteScrollThrottle]=\"throttle\"\r\n (scrolled)=\"onScroll($event)\"\r\n>\r\n <app-comment-item\r\n [loaderType]=\"loaderType\"\r\n class=\"mb-2\"\r\n *ngFor=\"let comment of comments\"\r\n [comment]=\"comment\"\r\n [showCommentActions]=\"showCommentActions\"\r\n (refreshCommentList)=\"refreshList()\"\r\n >\r\n </app-comment-item>\r\n <div *ngIf=\"fetching && loaderType === 'scroll'\">\r\n <mat-spinner [diameter]=\"30\"></mat-spinner>\r\n </div>\r\n <div\r\n class=\"button-wrapper\"\r\n *ngIf=\"!infiniteScrollDisabled && loaderType === 'button'\"\r\n >\r\n <cts-button\r\n [theme]=\"'outline-dark'\"\r\n [size]=\"'regular'\"\r\n (onClick)=\"onScroll($event)\"\r\n [loading]=\"fetching\"\r\n >\r\n {{ \"comment.loadMore\" | translate }}\r\n </cts-button>\r\n </div>\r\n</div>\r\n\r\n<div\r\n *ngIf=\"comments.length === 0 && !fetching\"\r\n class=\"No-Items flex justify-center\"\r\n>\r\n <cts-no-data img=\"assets/images/empty-state/empty-comments.png\" [message]=\"'comment.nocomment'\"></cts-no-data>\r\n</div>\r\n", styles: [".text-style{color:#fff}.containerHeight{min-height:400px;max-height:auto}.titleStyle{font-size:24px}.padding-50{padding:50px}.p-20px{padding:20px}.mt-33{margin-top:33px}.mt-24px{margin-top:24px}.mb-20px{margin-bottom:20px}.mb-30{margin-bottom:30px}.mt-30{margin-top:30px}.avatar{width:40px;height:40px;border-radius:50%}.btn{width:123px;height:40px}.submibtn{width:171px;height:40px}.btnText{font-size:14px;color:#fff}.CardFont{font-size:14px}.border{border-width:1px}.gridContainer{display:grid;grid-template-columns:40px auto;grid-column-gap:5px;column-gap:5px;margin-bottom:20px}.container{height:110px}.mat-grid-tile{background-color:#00f}.avatarContainer{height:40px;width:40px}.col .containerHeight{min-height:260px;max-height:auto}.gap-40px{grid-row-gap:40px;row-gap:40px}.scroll-div{max-height:100%;display:flex;flex-direction:column;flex:1}.button-wrapper{width:150px}.comment-spinner{width:100%;display:grid;place-items:center}\n"], components: [{ type: CommentItemComponent, selector: "app-comment-item", inputs: ["comment", "loaderType", "showCommentActions"], outputs: ["refreshCommentList"] }, { type: i8__namespace.MatSpinner, selector: "mat-spinner", inputs: ["color"] }, { type: ButtonComponent, selector: "cts-button", inputs: ["disabled", "loading", "size", "theme", "spinnerTheming"], outputs: ["onClick"] }, { type: NoDataComponent, selector: "cts-no-data", inputs: ["message", "border", "img"] }], directives: [{ type: i7__namespace$2.InfiniteScrollDirective, selector: "[infiniteScroll], [infinite-scroll], [data-infinite-scroll]", inputs: ["infiniteScrollDistance", "infiniteScrollUpDistance", "infiniteScrollThrottle", "infiniteScrollDisabled", "infiniteScrollContainer", "scrollWindow", "immediateCheck", "horizontal", "alwaysCallback", "fromRoot"], outputs: ["scrolled", "scrolledUp"] }, { type: i4__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], pipes: { "translate": i1__namespace$1.TranslatePipe }, encapsulation: i0__namespace.ViewEncapsulation.None });
|
|
19136
19136
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: CommentsListComponent, decorators: [{
|
|
19137
19137
|
type: i0.Component,
|
|
19138
19138
|
args: [{
|
|
@@ -22037,9 +22037,9 @@
|
|
|
22037
22037
|
return rxjs.of(false);
|
|
22038
22038
|
}));
|
|
22039
22039
|
};
|
|
22040
|
-
MainfolderService.prototype.fetchcategory_mainFolderId = function () {
|
|
22040
|
+
MainfolderService.prototype.fetchcategory_mainFolderId = function (api) {
|
|
22041
22041
|
return rxjs.from(this.nuxeoService.nuxeoClient
|
|
22042
|
-
.operation(
|
|
22042
|
+
.operation(api)
|
|
22043
22043
|
.execute()).pipe(operators.tap(function (res) {
|
|
22044
22044
|
// if (!res?.entries?.length) {
|
|
22045
22045
|
// throw Error('Category Folder - empty response');
|
|
@@ -22106,17 +22106,19 @@
|
|
|
22106
22106
|
}
|
|
22107
22107
|
}));
|
|
22108
22108
|
};
|
|
22109
|
-
MainfolderService.prototype.save_categoryObj_ToLocalStorage = function () {
|
|
22109
|
+
MainfolderService.prototype.save_categoryObj_ToLocalStorage = function (key, api) {
|
|
22110
22110
|
var _this = this;
|
|
22111
|
-
|
|
22111
|
+
if (key === void 0) { key = 'categoryObj'; }
|
|
22112
|
+
if (api === void 0) { api = 'AC_UA_GetNCARCategoryID'; }
|
|
22113
|
+
return this.userPreference.hasItem(key)
|
|
22112
22114
|
? rxjs.of(true)
|
|
22113
|
-
: this.fetchcategory_mainFolderId().pipe(operators.tap(function (res) {
|
|
22115
|
+
: this.fetchcategory_mainFolderId(api).pipe(operators.tap(function (res) {
|
|
22114
22116
|
if (res) {
|
|
22115
22117
|
_this.categoryObj = {
|
|
22116
22118
|
id: res.uid,
|
|
22117
22119
|
path: res.path,
|
|
22118
22120
|
};
|
|
22119
|
-
_this.userPreference.set(
|
|
22121
|
+
_this.userPreference.set(key, JSON.stringify(_this.categoryObj));
|
|
22120
22122
|
}
|
|
22121
22123
|
}));
|
|
22122
22124
|
};
|
|
@@ -22138,9 +22140,10 @@
|
|
|
22138
22140
|
}
|
|
22139
22141
|
return null;
|
|
22140
22142
|
};
|
|
22141
|
-
MainfolderService.prototype.get_categoryObj_FromLocalStorage = function () {
|
|
22142
|
-
if (
|
|
22143
|
-
|
|
22143
|
+
MainfolderService.prototype.get_categoryObj_FromLocalStorage = function (key) {
|
|
22144
|
+
if (key === void 0) { key = 'categoryObj'; }
|
|
22145
|
+
if (this.userPreference.hasItem(key)) {
|
|
22146
|
+
return JSON.parse(this.userPreference.get(key));
|
|
22144
22147
|
}
|
|
22145
22148
|
return null;
|
|
22146
22149
|
};
|