nuxeo-development-framework 3.0.4 → 3.0.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.
@@ -26127,7 +26127,7 @@
26127
26127
  return CreationTypeComponent;
26128
26128
  }());
26129
26129
  CreationTypeComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: CreationTypeComponent, deps: [{ token: i1__namespace$6.MatDialogRef }], target: i0__namespace.ɵɵFactoryTarget.Component });
26130
- CreationTypeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: CreationTypeComponent, selector: "app-creation-type", ngImport: i0__namespace, template: "<div class=\"creation-type-dialog h-full relative\">\r\n <span class=\"absolute -top-2 -right-2\" (click)=\"closeDialog('')\">\r\n <mat-icon class=\"text-primary cursor-pointer\">close</mat-icon>\r\n </span>\r\n <div class=\"creation-tpe-title text-center text-xl text-primary font-bold mb-10 pt-2\">\r\n {{ \"CREATE.CHOOSE_TYPE\" | translate }}\r\n </div>\r\n <div class=\"creation-types-wrapper\">\r\n <div class=\"d-flex justify-evenly mb-10\" >\r\n <div class=\"single-creation-type p-3 d-flex flex-col justify-center items-center w-32 h-28 hover:bg-opacity-90 bg-primary rounded-lg cursor-pointer text-white\" (click)=\"closeDialog('scan')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">scanner</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">{{ \"CREATE.SCAN\" | translate }}</div>\r\n </div>\r\n <div class=\"single-creation-type p-3 d-flex flex-col justify-center items-center w-32 h-28 hover:bg-opacity-90 bg-primary rounded-lg cursor-pointer text-white\" (click)=\"closeDialog('upload')\" >\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">file_upload</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">{{ \"CREATE.UPLOAD\" | translate }}</div>\r\n </div>\r\n <!-- <div class=\"single-creation-type border-2 border-gray-900 p-3 d-flex flex-col justify-center \r\n items-center w-32 h-28 hover:bg-gray-200 cursor-pointer\" (click)=\"closeDialog('template')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">document_scanner</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">Document</div>\r\n </div> -->\r\n </div>\r\n <!-- <div class=\"d-flex justify-evenly\">\r\n <div class=\"single-creation-type border-2 border-gray-900 p-3 d-flex flex-col justify-center \r\n items-center w-32 h-28 hover:bg-gray-200 cursor-pointer\" (click)=\"closeDialog('sheet')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">post_add</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">SpreadSheet</div>\r\n </div>\r\n <div class=\"single-creation-type border-2 border-gray-900 p-3 d-flex flex-col justify-center \r\n items-center w-32 h-28 hover:bg-gray-200 cursor-pointer\" (click)=\"closeDialog('presentation')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">present_to_all</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">Presentation</div>\r\n </div>\r\n </div> -->\r\n \r\n \r\n </div>\r\n</div>", styles: [""], components: [{ type: i2__namespace$4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], pipes: { "translate": i1__namespace$1.TranslatePipe } });
26130
+ CreationTypeComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.4", type: CreationTypeComponent, selector: "app-creation-type", ngImport: i0__namespace, template: "<div class=\"creation-type-dialog h-full relative\">\r\n <span class=\"absolute -top-2 -right-2\" (click)=\"closeDialog('')\">\r\n <mat-icon class=\"text-primary cursor-pointer\">close</mat-icon>\r\n </span>\r\n <div class=\"creation-tpe-title text-center text-xl text-primary font-bold mb-10 pt-2\">\r\n {{ \"CREATE.CHOOSE_TYPE\" | translate }}\r\n </div>\r\n <div class=\"creation-types-wrapper\">\r\n <div class=\"d-flex justify-around mb-10\" >\r\n <div class=\"single-creation-type p-3 d-flex flex-col justify-center items-center w-32 h-28 hover:bg-opacity-90 bg-primary rounded-lg cursor-pointer text-white\" (click)=\"closeDialog('scan')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">scanner</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">{{ \"CREATE.SCAN\" | translate }}</div>\r\n </div>\r\n <div class=\"single-creation-type p-3 d-flex flex-col justify-center items-center w-32 h-28 hover:bg-opacity-90 bg-primary rounded-lg cursor-pointer text-white\" (click)=\"closeDialog('upload')\" >\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">file_upload</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">{{ \"CREATE.UPLOAD\" | translate }}</div>\r\n </div>\r\n <!-- <div class=\"single-creation-type border-2 border-gray-900 p-3 d-flex flex-col justify-center \r\n items-center w-32 h-28 hover:bg-gray-200 cursor-pointer\" (click)=\"closeDialog('template')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">document_scanner</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">Document</div>\r\n </div> -->\r\n </div>\r\n <!-- <div class=\"d-flex justify-evenly\">\r\n <div class=\"single-creation-type border-2 border-gray-900 p-3 d-flex flex-col justify-center \r\n items-center w-32 h-28 hover:bg-gray-200 cursor-pointer\" (click)=\"closeDialog('sheet')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">post_add</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">SpreadSheet</div>\r\n </div>\r\n <div class=\"single-creation-type border-2 border-gray-900 p-3 d-flex flex-col justify-center \r\n items-center w-32 h-28 hover:bg-gray-200 cursor-pointer\" (click)=\"closeDialog('presentation')\">\r\n <mat-icon class=\"mb-3 text-4xl text-white w-8 h-8\">present_to_all</mat-icon>\r\n <div class=\"type-text text-md text-white font-bold\">Presentation</div>\r\n </div>\r\n </div> -->\r\n \r\n \r\n </div>\r\n</div>", styles: [""], components: [{ type: i2__namespace$4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], pipes: { "translate": i1__namespace$1.TranslatePipe } });
26131
26131
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.4", ngImport: i0__namespace, type: CreationTypeComponent, decorators: [{
26132
26132
  type: i0.Component,
26133
26133
  args: [{