@alfresco/adf-content-services 8.4.0-17799840184 → 8.4.0-17806466306
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.
- package/fesm2022/adf-content-services.mjs +12 -45
- package/fesm2022/adf-content-services.mjs.map +1 -1
- package/lib/search/components/search-filter-autocomplete-chips/search-filter-autocomplete-chips.component.d.ts +3 -6
- package/lib/search/models/autocomplete-option.interface.d.ts +1 -2
- package/package.json +3 -3
|
@@ -23,12 +23,10 @@ import { SearchFilterList } from '../../models/search-filter-list.model';
|
|
|
23
23
|
import { TagService } from '../../../tag/services/tag.service';
|
|
24
24
|
import { CategoryService } from '../../../category/services/category.service';
|
|
25
25
|
import { AutocompleteOption } from '../../models/autocomplete-option.interface';
|
|
26
|
-
import { SitesService } from '../../../common/services/sites.service';
|
|
27
26
|
import * as i0 from "@angular/core";
|
|
28
27
|
export declare class SearchFilterAutocompleteChipsComponent implements SearchWidget, OnInit {
|
|
29
|
-
private
|
|
30
|
-
private
|
|
31
|
-
private readonly sitesService;
|
|
28
|
+
private tagService;
|
|
29
|
+
private categoryService;
|
|
32
30
|
id: string;
|
|
33
31
|
settings?: SearchWidgetSettings;
|
|
34
32
|
context?: SearchQueryBuilderService;
|
|
@@ -42,7 +40,7 @@ export declare class SearchFilterAutocompleteChipsComponent implements SearchWid
|
|
|
42
40
|
private autocompleteOptionsSubject$;
|
|
43
41
|
autocompleteOptions$: Observable<AutocompleteOption[]>;
|
|
44
42
|
private readonly destroyRef;
|
|
45
|
-
constructor(tagService: TagService, categoryService: CategoryService
|
|
43
|
+
constructor(tagService: TagService, categoryService: CategoryService);
|
|
46
44
|
ngOnInit(): void;
|
|
47
45
|
reset(updateContext?: boolean): void;
|
|
48
46
|
submitValues(): void;
|
|
@@ -55,7 +53,6 @@ export declare class SearchFilterAutocompleteChipsComponent implements SearchWid
|
|
|
55
53
|
private updateQuery;
|
|
56
54
|
private setOptions;
|
|
57
55
|
private searchForExistingCategories;
|
|
58
|
-
private populateSitesOptions;
|
|
59
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchFilterAutocompleteChipsComponent, never>;
|
|
60
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<SearchFilterAutocompleteChipsComponent, "adf-search-filter-autocomplete-chips", never, {}, {}, never, never, true, never>;
|
|
61
58
|
}
|
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.4.0-
|
|
4
|
+
"version": "8.4.0-17806466306",
|
|
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.4.0-
|
|
24
|
+
"@alfresco/js-api": ">=9.4.0-17806466306",
|
|
25
25
|
"@ngx-translate/core": ">=16.0.0",
|
|
26
|
-
"@alfresco/adf-core": ">=8.4.0-
|
|
26
|
+
"@alfresco/adf-core": ">=8.4.0-17806466306"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
29
|
"content-services",
|