@alfresco/adf-content-services 8.1.0-16066418835 → 8.1.0-16111552428

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.
@@ -26,6 +26,8 @@ interface CategoryNameControlErrors {
26
26
  duplicatedCategory?: boolean;
27
27
  emptyCategory?: boolean;
28
28
  required?: boolean;
29
+ specialCharacters?: boolean;
30
+ endsWithDot?: boolean;
29
31
  }
30
32
  export declare class CategoriesManagementComponent implements OnInit, OnDestroy {
31
33
  private categoryService;
@@ -108,6 +110,8 @@ export declare class CategoriesManagementComponent implements OnInit, OnDestroy
108
110
  private validateIfNotAlreadyCreated;
109
111
  private compareCategories;
110
112
  private validateEmptyCategory;
113
+ private validateSpecialCharacters;
114
+ private validateEndsWithDot;
111
115
  private setCategoryNameControlErrorMessageKey;
112
116
  private sortCategoriesList;
113
117
  private clearCategoryNameInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-content-services",
3
3
  "description": "Alfresco ADF content services",
4
- "version": "8.1.0-16066418835",
4
+ "version": "8.1.0-16111552428",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=9.1.0-16066418835",
24
+ "@alfresco/js-api": ">=9.1.0-16111552428",
25
25
  "@ngx-translate/core": ">=16.0.0",
26
- "@alfresco/adf-core": ">=8.1.0-16066418835"
26
+ "@alfresco/adf-core": ">=8.1.0-16111552428"
27
27
  },
28
28
  "keywords": [
29
29
  "content-services",