mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
GH Auto: Upstream dependencies ADF:7.0.0-alpha.7-12389457251 JS-API:8.0.0-alpha.7-12389457251 using Tag:7.0.0-alpha.7-12389457251 (#4296)
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.7-12389457251 JS:8.0.0-alpha.7-12389457251 * fix tagsChipsXButton selector --------- Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com> Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
This commit is contained in:
parent
111f3f99e8
commit
53a1b2c5cb
79
package-lock.json
generated
79
package-lock.json
generated
@ -9,11 +9,11 @@
|
||||
"version": "5.3.0",
|
||||
"license": "LGPL-3.0",
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/js-api": "8.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/js-api": "8.0.0-alpha.7-12389457251",
|
||||
"@angular/animations": "16.2.9",
|
||||
"@angular/cdk": "16.2.9",
|
||||
"@angular/common": "16.2.9",
|
||||
@ -41,7 +41,7 @@
|
||||
"zone.js": "0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.7-12389457251",
|
||||
"@angular-devkit/build-angular": "16.2.9",
|
||||
"@angular-devkit/core": "16.2.9",
|
||||
"@angular-devkit/schematics": "16.2.9",
|
||||
@ -106,12 +106,13 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@alfresco/adf-cli": {
|
||||
"version": "7.0.0-alpha.7-12252448911",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.7-12252448911.tgz",
|
||||
"integrity": "sha512-M6jPkqXLtbgCeL+EWRc9VCVdW7yscDfVWi23uh7RRoG7NUxRGbd/Xylt5FTf+n5cFUuzaAkgG3jIjmPDuRn2ZQ==",
|
||||
"version": "7.0.0-alpha.7-12389457251",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-cli/-/adf-cli-7.0.0-alpha.7-12389457251.tgz",
|
||||
"integrity": "sha512-oB+wqX/W5XMHBa+cyMcIxWxe0Mibb5TtT1Pogokq4lPTf0beO9fAeC4rq48hYaxxU6BqEhb60qi+r9uZ62cuJA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12252448911",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12389457251",
|
||||
"commander": "^6.2.1",
|
||||
"ejs": "^3.1.9",
|
||||
"license-checker": "^25.0.1",
|
||||
@ -144,15 +145,16 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@alfresco/adf-content-services": {
|
||||
"version": "7.0.0-alpha.7-12252448911",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.7-12252448911.tgz",
|
||||
"integrity": "sha512-/waheSyN2Zao1M4KwvXm3IPOAaIYsjdEwjZrbOhiCijjQXQEDvPDDH42La6xXOHQYO7ZPCEBs72GcVFHjwydCw==",
|
||||
"version": "7.0.0-alpha.7-12389457251",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-content-services/-/adf-content-services-7.0.0-alpha.7-12389457251.tgz",
|
||||
"integrity": "sha512-nFvu6bqAnZciQX2h3jitHCrCINoBZZ+i8hJncawhisMqqw+Gs4RV7jb9A+d3xGgg+Y9x5x0ZJIjcusPiTa7emA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-core": ">=7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12389457251",
|
||||
"@angular/animations": ">=14.1.3",
|
||||
"@angular/cdk": ">=14.1.2",
|
||||
"@angular/common": ">=14.1.3",
|
||||
@ -167,9 +169,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-core": {
|
||||
"version": "7.0.0-alpha.7-12252448911",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.7-12252448911.tgz",
|
||||
"integrity": "sha512-m8E4jOW/A7ySubchNg0JNaxICgSCKa8UqhOraQzX0mDEvSig7k1nBVucQdZeNUzRoLZ9+IoNg6P72dqIJ+GrKA==",
|
||||
"version": "7.0.0-alpha.7-12389457251",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-core/-/adf-core-7.0.0-alpha.7-12389457251.tgz",
|
||||
"integrity": "sha512-XGgPT4YIZDchDcCXkQg6gWuzzmf9X3QrDuJtAY114GjePDVKUpB7vgo6F6kk5jrIeuu7GSlGs5KzuJuXv+Iysg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"angular-oauth2-oidc": "17.0.2",
|
||||
"angular-oauth2-oidc-jwks": "17.0.2",
|
||||
@ -179,8 +182,8 @@
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-extensions": ">=7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12389457251",
|
||||
"@angular/animations": "16.2.9",
|
||||
"@angular/cdk": "16.2.9",
|
||||
"@angular/common": "16.2.9",
|
||||
@ -198,31 +201,34 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/adf-extensions": {
|
||||
"version": "7.0.0-alpha.7-12252448911",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.7-12252448911.tgz",
|
||||
"integrity": "sha512-vHJE4S+RI+73TccfuLuKtIQ0ioBO/aKpvnY7iIJoZWYGfu/nHmEQP0/KKBMtCMc/+8MNbwlYa4etxTXW3Ovr9A==",
|
||||
"version": "7.0.0-alpha.7-12389457251",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/adf-extensions/-/adf-extensions-7.0.0-alpha.7-12389457251.tgz",
|
||||
"integrity": "sha512-sXJGo/lAWim8W5r7Rp9iq61j0GSIKgRp4iEasNXNgL1prSYCmJ/GjNF43bKEm6cZZ+GJRo3O+qNxXJjLs/Xq5w==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12252448911",
|
||||
"@alfresco/js-api": ">=8.0.0-alpha.7-12389457251",
|
||||
"@angular/common": ">=14.1.3",
|
||||
"@angular/core": ">=14.1.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/eslint-plugin-eslint-angular": {
|
||||
"version": "7.0.0-alpha.7-12252448911",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.7-12252448911.tgz",
|
||||
"integrity": "sha512-FUa5Wa4RSk9ZbcVpBUL+ej7VlJflm88OFY34XmCxBFUTM2gamUIUlxbug3EcETQAUkqgru6aA6PcmaFxYShxwg==",
|
||||
"version": "7.0.0-alpha.7-12389457251",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/eslint-plugin-eslint-angular/-/eslint-plugin-eslint-angular-7.0.0-alpha.7-12389457251.tgz",
|
||||
"integrity": "sha512-LT/RjkYjW6lqHSOcG2cLX2KNOCrXYF+ZfewRXCraJqsDrnz5ZWYvoBocqrsB0ijAoubER2zri/mFRwKUG/of/g==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@angular-eslint/utils": "16.3.1",
|
||||
"@typescript-eslint/utils": "5.62.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@alfresco/js-api": {
|
||||
"version": "8.0.0-alpha.7-12252448911",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.7-12252448911.tgz",
|
||||
"integrity": "sha512-v+deXPT75N74LDN1trQjhc1L71JXt00jPhplrSevg32pdPdJjG/HyxVCUwkv9enhz3JiddYLSxjHfiEA+u7TLA==",
|
||||
"version": "8.0.0-alpha.7-12389457251",
|
||||
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-8.0.0-alpha.7-12389457251.tgz",
|
||||
"integrity": "sha512-s6Bsp9HdJLy8x38WelqX2IRfbt7tkYy/rLhtM1nXlL5TYGlDJ7N92x6GDKJL37CgHlHJYVg03ZJupiEJx4ZwNg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"event-emitter": "^0.3.5",
|
||||
"superagent": "^9.0.1",
|
||||
@ -9280,6 +9286,7 @@
|
||||
"version": "0.21.0",
|
||||
"resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.21.0.tgz",
|
||||
"integrity": "sha512-ES110Mmne5Vi4ypUKrtVQfXFDtCsDXiUiGxF6ILVlE90dDD4fdpC1LSjydl/ml7xJWKSDZwUYD2zkOePMSrPBA==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"fast-glob": "^3.2.12",
|
||||
@ -9292,6 +9299,7 @@
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"balanced-match": "^1.0.0"
|
||||
@ -9301,6 +9309,7 @@
|
||||
"version": "7.4.6",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.6.tgz",
|
||||
"integrity": "sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==",
|
||||
"license": "ISC",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
@ -9316,6 +9325,7 @@
|
||||
"version": "2.1.6",
|
||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-2.1.6.tgz",
|
||||
"integrity": "sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"mkdirp": "dist/cjs/src/bin.js"
|
||||
@ -10460,6 +10470,7 @@
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-17.0.2.tgz",
|
||||
"integrity": "sha512-zYgeLmAnu1g8XAYZK+csAsCQBDhgp9ffBv/eArEnujGxNPTeK00bREHWObtehflpQdSn+k9rY2D15ChCSydyVw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"tslib": "^2.5.2"
|
||||
},
|
||||
@ -10472,6 +10483,7 @@
|
||||
"version": "17.0.2",
|
||||
"resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-17.0.2.tgz",
|
||||
"integrity": "sha512-zG0udq9VihQdCKfGjhUfrIg35TbxU34tGfOG/pddxKwJkodMAFI34cNoZoVyZ53hPgeZSDPra2rYyixkH7bkKw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsrsasign": "^11.0.0",
|
||||
"tslib": "^2.5.2"
|
||||
@ -12014,6 +12026,7 @@
|
||||
"version": "12.0.0",
|
||||
"resolved": "https://registry.npmjs.org/code-block-writer/-/code-block-writer-12.0.0.tgz",
|
||||
"integrity": "sha512-q4dMFMlXtKR3XNBHyMHt/3pwYNA69EDk00lloMOaaUMKPUXBw6lpXtbu3MMVG6/uOihGnRDOlkyqsONEUj60+w==",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/collect-v8-coverage": {
|
||||
@ -12503,7 +12516,8 @@
|
||||
"node_modules/cropperjs": {
|
||||
"version": "1.6.2",
|
||||
"resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.6.2.tgz",
|
||||
"integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA=="
|
||||
"integrity": "sha512-nhymn9GdnV3CqiEHJVai54TULFAE3VshJTXSqSJKa8yXAKyBKDWdhHarnlIPrshJ0WMFTGuFvG02YjLXfPiuOA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/cross-spawn": {
|
||||
"version": "7.0.6",
|
||||
@ -18352,6 +18366,7 @@
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-11.1.0.tgz",
|
||||
"integrity": "sha512-Ov74K9GihaK9/9WncTe1mPmvrO7Py665TUfUKvraXBpu+xcTWitrtuOwcjf4KMU9maPaYn0OuaWy0HOzy/GBXg==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/kjur/jsrsasign#donations"
|
||||
}
|
||||
@ -22053,6 +22068,7 @@
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",
|
||||
"integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
|
||||
"license": "MIT",
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/path-exists": {
|
||||
@ -26371,6 +26387,7 @@
|
||||
"version": "20.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-20.0.0.tgz",
|
||||
"integrity": "sha512-JVmEJy2Wow5n/84I3igthL9sudQ8qzjh/6i4tmYCm6IqYyKFlNbJZi7oBdjyqcWSWYRu3CtL0xbT6fS03ESZIg==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@ts-morph/common": "~0.21.0",
|
||||
|
12
package.json
12
package.json
@ -30,11 +30,11 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/js-api": "8.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-content-services": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/adf-core": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/adf-extensions": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.7-12389457251",
|
||||
"@alfresco/js-api": "8.0.0-alpha.7-12389457251",
|
||||
"@angular/animations": "16.2.9",
|
||||
"@angular/cdk": "16.2.9",
|
||||
"@angular/common": "16.2.9",
|
||||
@ -62,7 +62,7 @@
|
||||
"zone.js": "0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.7-12252448911",
|
||||
"@alfresco/adf-cli": "7.0.0-alpha.7-12389457251",
|
||||
"@angular-devkit/build-angular": "16.2.9",
|
||||
"@angular-devkit/core": "16.2.9",
|
||||
"@angular-devkit/schematics": "16.2.9",
|
||||
|
@ -73,7 +73,7 @@ export class AdfInfoDrawerComponent extends BaseComponent {
|
||||
public tagsInput = this.tagsCreator.locator('input');
|
||||
public createTagButton = this.tagsCreator.locator('[role="button"]');
|
||||
public tagsChips = this.tagsCreator.locator('mat-chip');
|
||||
public tagsChipsXButton = this.tagsChips.locator('button');
|
||||
public tagsChipsXButton = this.tagsChips.locator('.adf-dynamic-chip-list-delete-icon');
|
||||
public tagsAccordionCancelButton = this.getChild('[data-automation-id="reset-tags-metadata"]');
|
||||
public tagsAccordionConfirmButton = this.getChild('[data-automation-id="save-tags-metadata"]');
|
||||
public categoriesAccordionCancelButton = this.getChild('[data-automation-id="reset-metadata"]');
|
||||
|
Loading…
x
Reference in New Issue
Block a user