[ACS-4118] create a tag from tags list (#8143)

* ACS-4118 Update service for tags creation

* ACS-4118 Added unit tests and documentation

* ACS-4118 Added function in tag service for searching tags

* ACS-4118 Moved imported class to new line

* ACS-4118 Use UserPreferencesService for setting maxItems

* ACS-4118 Allow to specify maxItems

* ACS-4118 Added missing type

* ACS-4118 Increased js-api version
This commit is contained in:
AleksanderSklorz
2023-01-16 09:50:30 +01:00
committed by GitHub
parent bbee01a809
commit 616ae95c23
5 changed files with 172 additions and 11 deletions
+3 -3
View File
@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@alfresco/js-api": {
"version": "5.3.0-528",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.3.0-528.tgz",
"integrity": "sha512-VJjPhP+parntmRxOMmTc5hoZfEsem+dlBoJDrSWBNvjC5Yq80lQ/YptUZW8UKOblrmmTde30FOy0UMUXO02cYA==",
"version": "5.3.0-536",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-5.3.0-536.tgz",
"integrity": "sha512-nGyFRsA0rLYRqSQbjNBpDa9oDG0LCk7rvA9pmfyeoCCwDNhKp2INtsGhcQvV32OaRuHN82gTuvS6SSrQs5eeMg==",
"requires": {
"event-emitter": "^0.3.5",
"minimatch": "5.0.1",