fix after rebase

This commit is contained in:
eromano
2022-07-26 23:01:32 +02:00
parent 530fef38de
commit 84b6204dbe
8 changed files with 12540 additions and 16198 deletions

View File

@@ -1,9 +1,6 @@
{
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "public-api.ts",
"umdModuleIds": {
"@alfresco/js-api": "@alfresco/js-api"
}
"entryFile": "public-api.ts"
}
}

View File

@@ -6,45 +6,8 @@
"./theming/**/*.scss",
"./**/*.theme.scss"
],
"whitelistedNonPeerDependencies": [
"cropperjs",
"@editorjs/editorjs",
"@editorjs/code",
"@editorjs/header",
"@editorjs/inline-code",
"@editorjs/list",
"@editorjs/marker",
"@editorjs/underline",
"@quanzo/change-font-size",
"editorjs-text-color-plugin",
"editorjs-html",
"editorjs-paragraph-with-alignment"
],
"lib": {
"entryFile": "./public-api.ts",
"flatModuleFile": "adf-core",
"umdModuleIds": {
"@alfresco/js-api": "@alfresco/js-api",
"@alfresco/adf-extensions": "@alfresco/adf-extensions",
"minimatch": "minimatch-browser",
"@mat-datetimepicker/core": "@mat-datetimepicker/core",
"@mat-datetimepicker/moment": "@mat-datetimepicker/moment",
"moment": "moment",
"moment-es6": "moment-es6",
"moment/src/moment": "moment/src/moment",
"@ngx-translate/core": "@ngx-translate/core",
"cropperjs": "cropperjs",
"@editorjs/editorjs": "@editorjs/editorjs",
"@editorjs/code": "@editorjs/code",
"@editorjs/header": "@editorjs/header",
"@editorjs/inline-code": "@editorjs/inline-code",
"@editorjs/list": "@editorjs/list",
"@editorjs/marker": "@editorjs/marker",
"@editorjs/underline": "@editorjs/underline",
"@quanzo/change-font-size": "@quanzo/change-font-size",
"editorjs-text-color-plugin": "editorjs-text-color-plugin",
"editorjs-html": "editorjs-html",
"editorjs-paragraph-with-alignment": "editorjs-paragraph-with-alignment"
}
"flatModuleFile": "adf-core"
}
}

View File

@@ -10,7 +10,7 @@
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"peerDependencies": {
"cropperjs": "1.5.11",
"@editorjs/editorjs": "2.25.0",
"@editorjs/code": "2.7.0",
@@ -22,9 +22,7 @@
"@quanzo/change-font-size": "1.0.0",
"editorjs-text-color-plugin": "1.13.1",
"editorjs-html": "3.4.2",
"editorjs-paragraph-with-alignment": "3.0.0"
},
"peerDependencies": {
"editorjs-paragraph-with-alignment": "3.0.0",
"@angular/animations": ">=10.0.2",
"@angular/cdk": ">=10.0.1",
"@angular/common": ">=10.0.2",