@alfresco/aca-content 5.2.0 → 5.3.0-11955434723
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/esm2022/folder-rules/manage-rules/manage-rules.smart-component.mjs +13 -17
- package/esm2022/folder-rules/rule-details/actions/rule-action.ui-component.mjs +9 -12
- package/esm2022/folder-rules/rule-details/conditions/rule-simple-condition.ui-component.mjs +8 -12
- package/esm2022/folder-rules/rule-details/rule-details.ui-component.mjs +8 -12
- package/esm2022/folder-rules/rule-list/rule-list/rule-list.ui-component.mjs +5 -7
- package/esm2022/folder-rules/rule-set-picker/rule-set-picker.smart-component.mjs +7 -10
- package/esm2022/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.mjs +8 -11
- package/esm2022/lib/components/common/toggle-shared/toggle-shared.component.mjs +6 -11
- package/esm2022/lib/components/context-menu/context-menu-outside-event.directive.mjs +7 -12
- package/esm2022/lib/components/context-menu/context-menu.component.mjs +2 -2
- package/esm2022/lib/components/details/details.component.mjs +4 -3
- package/esm2022/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.mjs +5 -10
- package/esm2022/lib/components/dl-custom-components/name-column/name-column.component.mjs +8 -12
- package/esm2022/lib/components/files/files.component.mjs +9 -8
- package/esm2022/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.mjs +12 -15
- package/esm2022/lib/components/info-drawer/metadata-tab/metadata-tab.component.mjs +12 -16
- package/esm2022/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.mjs +7 -10
- package/esm2022/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.mjs +6 -11
- package/esm2022/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.mjs +5 -8
- package/esm2022/lib/components/search/search-input/search-input.component.mjs +6 -9
- package/esm2022/lib/components/search/search-input-control/search-input-control.component.mjs +2 -8
- package/esm2022/lib/components/search/search-libraries-results/search-libraries-results.component.mjs +3 -3
- package/esm2022/lib/components/search/search-results/search-results.component.mjs +2 -3
- package/esm2022/lib/components/search/search-results-row/search-results-row.component.mjs +7 -11
- package/esm2022/lib/components/search/search-save/sidenav/save-search-sidenav.component.mjs +5 -10
- package/esm2022/lib/components/shared-link-view/shared-link-view.component.mjs +8 -11
- package/esm2022/lib/components/sidenav/components/sidenav-header.component.mjs +5 -10
- package/esm2022/lib/components/sidenav/directives/active-link.directive.mjs +6 -6
- package/esm2022/lib/components/sidenav/directives/expansion-panel.directive.mjs +7 -11
- package/esm2022/lib/components/sidenav/directives/menu-panel.directive.mjs +7 -11
- package/esm2022/lib/components/sidenav/sidenav.component.mjs +9 -13
- package/esm2022/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.mjs +6 -10
- package/esm2022/lib/components/upload-files-dialog/upload-files-dialog.component.mjs +4 -9
- package/esm2022/lib/components/view-profile/view-profile.component.mjs +4 -9
- package/esm2022/lib/directives/document-list.directive.mjs +8 -12
- package/esm2022/viewer/lib/components/preview/preview.component.mjs +9 -11
- package/esm2022/viewer/lib/components/viewer/viewer.component.mjs +15 -16
- package/fesm2022/alfresco-aca-content-folder-rules.mjs +27 -49
- package/fesm2022/alfresco-aca-content-folder-rules.mjs.map +1 -1
- package/fesm2022/alfresco-aca-content-viewer.mjs +16 -20
- package/fesm2022/alfresco-aca-content-viewer.mjs.map +1 -1
- package/fesm2022/alfresco-aca-content.mjs +73 -168
- package/fesm2022/alfresco-aca-content.mjs.map +1 -1
- package/folder-rules/manage-rules/manage-rules.smart-component.d.ts +3 -5
- package/folder-rules/rule-details/actions/rule-action.ui-component.d.ts +4 -5
- package/folder-rules/rule-details/conditions/rule-simple-condition.ui-component.d.ts +3 -4
- package/folder-rules/rule-details/rule-details.ui-component.d.ts +4 -5
- package/folder-rules/rule-list/rule-list/rule-list.ui-component.d.ts +3 -4
- package/folder-rules/rule-set-picker/rule-set-picker.smart-component.d.ts +3 -5
- package/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.d.ts +3 -4
- package/lib/components/common/toggle-shared/toggle-shared.component.d.ts +4 -5
- package/lib/components/context-menu/context-menu-outside-event.directive.d.ts +3 -4
- package/lib/components/context-menu/context-menu.component.d.ts +1 -1
- package/lib/components/details/details.component.d.ts +1 -2
- package/lib/components/dl-custom-components/datatable-cell-badges/datatable-cell-badges.component.d.ts +3 -4
- package/lib/components/dl-custom-components/name-column/name-column.component.d.ts +3 -4
- package/lib/components/files/files.component.d.ts +1 -1
- package/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.d.ts +4 -6
- package/lib/components/info-drawer/metadata-tab/metadata-tab.component.d.ts +6 -7
- package/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.d.ts +3 -4
- package/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.d.ts +3 -4
- package/lib/components/knowledge-retrieval/search-ai/search-ai-results/search-ai-results.component.d.ts +2 -3
- package/lib/components/search/search-input/search-input.component.d.ts +1 -2
- package/lib/components/search/search-input-control/search-input-control.component.d.ts +2 -5
- package/lib/components/search/search-results/search-results.component.d.ts +0 -1
- package/lib/components/search/search-results-row/search-results-row.component.d.ts +3 -4
- package/lib/components/search/search-save/sidenav/save-search-sidenav.component.d.ts +3 -5
- package/lib/components/shared-link-view/shared-link-view.component.d.ts +4 -5
- package/lib/components/sidenav/components/sidenav-header.component.d.ts +3 -4
- package/lib/components/sidenav/directives/active-link.directive.d.ts +1 -1
- package/lib/components/sidenav/directives/expansion-panel.directive.d.ts +3 -4
- package/lib/components/sidenav/directives/menu-panel.directive.d.ts +3 -4
- package/lib/components/sidenav/sidenav.component.d.ts +3 -4
- package/lib/components/toolbar/toggle-favorite-library/toggle-favorite-library.component.d.ts +3 -4
- package/lib/components/upload-files-dialog/upload-files-dialog.component.d.ts +1 -27
- package/lib/components/view-profile/view-profile.component.d.ts +2 -4
- package/lib/directives/document-list.directive.d.ts +3 -5
- package/package.json +5 -5
- package/viewer/lib/components/preview/preview.component.d.ts +3 -4
- package/viewer/lib/components/viewer/viewer.component.d.ts +2 -2
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
25
|
import { Location } from '@angular/common';
|
|
26
26
|
import { FolderRulesService } from '../services/folder-rules.service';
|
|
27
27
|
import { Observable } from 'rxjs';
|
|
@@ -37,7 +37,7 @@ import { RuleSet } from '../model/rule-set.model';
|
|
|
37
37
|
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
|
38
38
|
import { ActionParameterConstraint } from '../model/action-parameter-constraint.model';
|
|
39
39
|
import * as i0 from "@angular/core";
|
|
40
|
-
export declare class ManageRulesSmartComponent implements OnInit
|
|
40
|
+
export declare class ManageRulesSmartComponent implements OnInit {
|
|
41
41
|
private location;
|
|
42
42
|
private folderRulesService;
|
|
43
43
|
private route;
|
|
@@ -62,11 +62,9 @@ export declare class ManageRulesSmartComponent implements OnInit, OnDestroy {
|
|
|
62
62
|
canEditSelectedRule: boolean;
|
|
63
63
|
isMainRuleSetNotEmpty: boolean;
|
|
64
64
|
isInheritedRuleSetsNotEmpty: boolean;
|
|
65
|
-
private
|
|
66
|
-
private _actionDefinitionsSub;
|
|
65
|
+
private readonly destroyRef;
|
|
67
66
|
constructor(location: Location, folderRulesService: FolderRulesService, route: ActivatedRoute, matDialogService: MatDialog, notificationService: NotificationService, actionsService: ActionsService, folderRuleSetsService: FolderRuleSetsService);
|
|
68
67
|
ngOnInit(): void;
|
|
69
|
-
ngOnDestroy(): void;
|
|
70
68
|
goBack(): void;
|
|
71
69
|
onSelectRule(rule: Rule): void;
|
|
72
70
|
openCreateUpdateRuleDialog(model?: {}): void;
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { OnChanges,
|
|
24
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
25
25
|
import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
|
|
26
26
|
import { ActionDefinitionTransformed, RuleAction } from '../../model/rule-action.model';
|
|
27
27
|
import { CardViewItem, CardViewSelectItemOption, CardViewUpdateService } from '@alfresco/adf-core';
|
|
28
28
|
import { ActionParameterConstraint } from '../../model/action-parameter-constraint.model';
|
|
29
|
-
import { CategoryService,
|
|
29
|
+
import { CategoryService, SecurityControlsService, TagService } from '@alfresco/adf-content-services';
|
|
30
30
|
import { MatDialog } from '@angular/material/dialog';
|
|
31
31
|
import { TranslateService } from '@ngx-translate/core';
|
|
32
32
|
import * as i0 from "@angular/core";
|
|
33
|
-
export declare class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnChanges
|
|
33
|
+
export declare class RuleActionUiComponent implements ControlValueAccessor, OnInit, OnChanges {
|
|
34
34
|
private cardViewUpdateService;
|
|
35
35
|
private dialog;
|
|
36
36
|
private translate;
|
|
@@ -54,18 +54,17 @@ export declare class RuleActionUiComponent implements ControlValueAccessor, OnIn
|
|
|
54
54
|
parameters: {
|
|
55
55
|
[key: string]: unknown;
|
|
56
56
|
};
|
|
57
|
-
private onDestroy$;
|
|
58
57
|
get selectedActionDefinitionId(): string;
|
|
59
58
|
get selectedActionDefinition(): ActionDefinitionTransformed;
|
|
60
59
|
onChange: (action: RuleAction) => void;
|
|
61
60
|
onTouch: () => void;
|
|
61
|
+
private readonly destroyRef;
|
|
62
62
|
constructor(cardViewUpdateService: CardViewUpdateService, dialog: MatDialog, translate: TranslateService, tagService: TagService, categoryService: CategoryService, securityControlsService: SecurityControlsService);
|
|
63
63
|
writeValue(action: RuleAction): void;
|
|
64
64
|
registerOnChange(fn: (action: RuleAction) => void): void;
|
|
65
65
|
registerOnTouched(fn: any): void;
|
|
66
66
|
ngOnInit(): void;
|
|
67
67
|
ngOnChanges(changes: SimpleChanges): void;
|
|
68
|
-
ngOnDestroy(): void;
|
|
69
68
|
setCardViewProperties(securityMarkOptions?: CardViewSelectItemOption<string>[]): void;
|
|
70
69
|
private openSelectorDialog;
|
|
71
70
|
private openCatDialog;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
24
|
+
import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
25
25
|
import { AbstractControl, ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
|
|
26
26
|
import { RuleSimpleCondition } from '../../model/rule-simple-condition.model';
|
|
27
27
|
import { RuleConditionField } from './rule-condition-fields';
|
|
@@ -32,7 +32,7 @@ interface AutoCompleteOption {
|
|
|
32
32
|
displayLabel: string;
|
|
33
33
|
value: string;
|
|
34
34
|
}
|
|
35
|
-
export declare class RuleSimpleConditionUiComponent implements OnInit, ControlValueAccessor, OnChanges
|
|
35
|
+
export declare class RuleSimpleConditionUiComponent implements OnInit, ControlValueAccessor, OnChanges {
|
|
36
36
|
private appSettings;
|
|
37
37
|
private categoryService;
|
|
38
38
|
private tagService;
|
|
@@ -45,8 +45,8 @@ export declare class RuleSimpleConditionUiComponent implements OnInit, ControlVa
|
|
|
45
45
|
autoCompleteOptions: AutoCompleteOption[];
|
|
46
46
|
showLoadingSpinner: boolean;
|
|
47
47
|
readOnly: boolean;
|
|
48
|
-
private onDestroy$;
|
|
49
48
|
private autoCompleteOptionsSubscription;
|
|
49
|
+
private readonly destroyRef;
|
|
50
50
|
private readonly disabledTags;
|
|
51
51
|
private readonly disabledCategories;
|
|
52
52
|
readonly fields: RuleConditionField[];
|
|
@@ -63,7 +63,6 @@ export declare class RuleSimpleConditionUiComponent implements OnInit, ControlVa
|
|
|
63
63
|
registerOnChange(fn: () => void): void;
|
|
64
64
|
registerOnTouched(fn: () => void): void;
|
|
65
65
|
onChangeField(): void;
|
|
66
|
-
ngOnDestroy(): void;
|
|
67
66
|
ngOnInit(): void;
|
|
68
67
|
ngOnChanges(changes: SimpleChanges): void;
|
|
69
68
|
private getCategories;
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { EventEmitter,
|
|
25
|
-
import {
|
|
24
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
25
|
+
import { UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
26
26
|
import { Rule } from '../model/rule.model';
|
|
27
27
|
import { ActionDefinitionTransformed } from '../model/rule-action.model';
|
|
28
28
|
import { ActionParameterConstraint } from '../model/action-parameter-constraint.model';
|
|
29
29
|
import { CategoryService } from '@alfresco/adf-content-services';
|
|
30
30
|
import * as i0 from "@angular/core";
|
|
31
|
-
export declare class RuleDetailsUiComponent implements OnInit
|
|
31
|
+
export declare class RuleDetailsUiComponent implements OnInit {
|
|
32
32
|
private categoryService;
|
|
33
33
|
readOnly: boolean;
|
|
34
34
|
descriptionPlaceHolder: string;
|
|
@@ -41,7 +41,6 @@ export declare class RuleDetailsUiComponent implements OnInit, OnDestroy {
|
|
|
41
41
|
nodeId: string;
|
|
42
42
|
formValidationChanged: EventEmitter<boolean>;
|
|
43
43
|
formValueChanged: EventEmitter<Partial<Rule>>;
|
|
44
|
-
private onDestroy$;
|
|
45
44
|
form: UntypedFormGroup;
|
|
46
45
|
errorScriptConstraint: ActionParameterConstraint;
|
|
47
46
|
get name(): UntypedFormControl;
|
|
@@ -49,9 +48,9 @@ export declare class RuleDetailsUiComponent implements OnInit, OnDestroy {
|
|
|
49
48
|
get triggers(): UntypedFormControl;
|
|
50
49
|
get conditions(): UntypedFormControl;
|
|
51
50
|
get showOptionsSection(): boolean;
|
|
51
|
+
private readonly destroyRef;
|
|
52
52
|
constructor(categoryService: CategoryService);
|
|
53
53
|
ngOnInit(): void;
|
|
54
|
-
ngOnDestroy(): void;
|
|
55
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<RuleDetailsUiComponent, never>;
|
|
56
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<RuleDetailsUiComponent, "aca-rule-details", never, { "readOnly": { "alias": "readOnly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "actionDefinitions": { "alias": "actionDefinitions"; "required": false; }; "parameterConstraints": { "alias": "parameterConstraints"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; }, { "formValidationChanged": "formValidationChanged"; "formValueChanged": "formValueChanged"; }, never, never, true, never>;
|
|
57
56
|
}
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { EventEmitter,
|
|
24
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
25
25
|
import { RuleSet } from '../../model/rule-set.model';
|
|
26
26
|
import { Rule } from '../../model/rule.model';
|
|
27
27
|
import { RuleGroupingItem } from '../../model/rule-grouping-item.model';
|
|
28
28
|
import { Observable } from 'rxjs';
|
|
29
29
|
import * as i0 from "@angular/core";
|
|
30
|
-
export declare class RuleListUiComponent implements OnInit
|
|
30
|
+
export declare class RuleListUiComponent implements OnInit {
|
|
31
31
|
mainRuleSet$: Observable<RuleSet>;
|
|
32
32
|
folderId: string;
|
|
33
33
|
inheritedRuleSets: RuleSet[];
|
|
@@ -47,9 +47,8 @@ export declare class RuleListUiComponent implements OnInit, OnDestroy {
|
|
|
47
47
|
inheritedRuleSetGroupingItems: RuleGroupingItem[];
|
|
48
48
|
isMainRuleSetOwned: boolean;
|
|
49
49
|
isMainRuleSetLinked: boolean;
|
|
50
|
-
private
|
|
50
|
+
private readonly destroyRef;
|
|
51
51
|
ngOnInit(): void;
|
|
52
|
-
ngOnDestroy(): void;
|
|
53
52
|
getRuleSetGroupingItems(ruleSet: RuleSet, filterOutDisabledRules: boolean): RuleGroupingItem[];
|
|
54
53
|
onLoadMoreRuleSets(): void;
|
|
55
54
|
onLoadMoreRules(ruleSet: RuleSet): void;
|
|
@@ -21,12 +21,11 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
25
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
26
26
|
import { FolderRuleSetsService } from '../services/folder-rule-sets.service';
|
|
27
27
|
import { Node } from '@alfresco/js-api';
|
|
28
28
|
import { RuleSet } from '../model/rule-set.model';
|
|
29
|
-
import { Subject } from 'rxjs';
|
|
30
29
|
import { NotificationService } from '@alfresco/adf-core';
|
|
31
30
|
import * as i0 from "@angular/core";
|
|
32
31
|
export interface RuleSetPickerOptions {
|
|
@@ -34,7 +33,7 @@ export interface RuleSetPickerOptions {
|
|
|
34
33
|
defaultNodeId: string;
|
|
35
34
|
existingRuleSet?: RuleSet;
|
|
36
35
|
}
|
|
37
|
-
export declare class RuleSetPickerSmartComponent implements OnInit
|
|
36
|
+
export declare class RuleSetPickerSmartComponent implements OnInit {
|
|
38
37
|
data: RuleSetPickerOptions;
|
|
39
38
|
private folderRuleSetsService;
|
|
40
39
|
private dialogRef;
|
|
@@ -48,10 +47,9 @@ export declare class RuleSetPickerSmartComponent implements OnInit, OnDestroy {
|
|
|
48
47
|
private folderLoading$;
|
|
49
48
|
mainRuleSet$: import("rxjs").Observable<RuleSet>;
|
|
50
49
|
rulesLoading$: import("rxjs").Observable<boolean>;
|
|
51
|
-
|
|
50
|
+
private readonly destroyRef;
|
|
52
51
|
constructor(data: RuleSetPickerOptions, folderRuleSetsService: FolderRuleSetsService, dialogRef: MatDialogRef<RuleSetPickerSmartComponent>, notificationService: NotificationService);
|
|
53
52
|
ngOnInit(): void;
|
|
54
|
-
ngOnDestroy(): void;
|
|
55
53
|
onNodeSelect(nodes: Node[]): void;
|
|
56
54
|
setFolderLoading(isLoading: boolean): void;
|
|
57
55
|
onSubmit(): void;
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
24
|
import { ContentActionRef } from '@alfresco/adf-extensions';
|
|
25
|
-
import {
|
|
25
|
+
import { OnInit } from '@angular/core';
|
|
26
26
|
import { FormControl } from '@angular/forms';
|
|
27
27
|
import * as i0 from "@angular/core";
|
|
28
|
-
export declare class BulkActionsDropdownComponent implements OnInit
|
|
28
|
+
export declare class BulkActionsDropdownComponent implements OnInit {
|
|
29
29
|
items: ContentActionRef[];
|
|
30
30
|
placeholder: string;
|
|
31
31
|
tooltip: string;
|
|
@@ -33,10 +33,9 @@ export declare class BulkActionsDropdownComponent implements OnInit, OnDestroy {
|
|
|
33
33
|
private readonly store;
|
|
34
34
|
private readonly translationService;
|
|
35
35
|
private readonly extensions;
|
|
36
|
-
private readonly
|
|
36
|
+
private readonly destroyRef;
|
|
37
37
|
private readonly totalItems$;
|
|
38
38
|
ngOnInit(): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
39
|
runAction(actionOption: ContentActionRef): void;
|
|
41
40
|
onKeyDown(event: KeyboardEvent): void;
|
|
42
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<BulkActionsDropdownComponent, never>;
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
25
|
-
import { Observable
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
|
+
import { Observable } from 'rxjs';
|
|
26
26
|
import { Store } from '@ngrx/store';
|
|
27
27
|
import { SelectionState } from '@alfresco/adf-extensions';
|
|
28
28
|
import { AppStore } from '@alfresco/aca-shared/store';
|
|
29
29
|
import * as i0 from "@angular/core";
|
|
30
|
-
export declare class ToggleSharedComponent implements OnInit
|
|
30
|
+
export declare class ToggleSharedComponent implements OnInit {
|
|
31
31
|
private store;
|
|
32
32
|
data: {
|
|
33
33
|
iconButton?: string;
|
|
@@ -36,10 +36,9 @@ export declare class ToggleSharedComponent implements OnInit, OnDestroy {
|
|
|
36
36
|
selectionState: SelectionState;
|
|
37
37
|
selectionLabel: string;
|
|
38
38
|
isShared: boolean;
|
|
39
|
-
|
|
39
|
+
private readonly destroyRef;
|
|
40
40
|
constructor(store: Store<AppStore>);
|
|
41
41
|
ngOnInit(): void;
|
|
42
|
-
ngOnDestroy(): void;
|
|
43
42
|
editSharedNode(selection: SelectionState, focusedElementOnCloseSelector: string): void;
|
|
44
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToggleSharedComponent, never>;
|
|
45
44
|
static ɵcmp: i0.ɵɵComponentDeclaration<ToggleSharedComponent, "app-toggle-shared", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -21,13 +21,12 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { EventEmitter, OnInit
|
|
24
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
25
25
|
import * as i0 from "@angular/core";
|
|
26
|
-
export declare class OutsideEventDirective implements OnInit
|
|
27
|
-
private subscriptions;
|
|
26
|
+
export declare class OutsideEventDirective implements OnInit {
|
|
28
27
|
clickOutside: EventEmitter<void>;
|
|
28
|
+
private readonly destroyRef;
|
|
29
29
|
ngOnInit(): void;
|
|
30
|
-
ngOnDestroy(): void;
|
|
31
30
|
private findAncestor;
|
|
32
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<OutsideEventDirective, never>;
|
|
33
32
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OutsideEventDirective, "[acaContextMenuOutsideEvent]", never, {}, { "clickOutside": "clickOutside"; }, never, never, true, never>;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
24
|
+
import { AfterViewInit, OnInit } from '@angular/core';
|
|
25
25
|
import { ContextMenuOverlayRef } from './context-menu-overlay';
|
|
26
26
|
import { Direction } from '@angular/cdk/bidi';
|
|
27
27
|
import { AppExtensionService } from '@alfresco/aca-shared';
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
25
25
|
import { ActivatedRoute } from '@angular/router';
|
|
26
26
|
import { ContentApiService, PageComponent } from '@alfresco/aca-shared';
|
|
27
|
-
import { Subject } from 'rxjs';
|
|
28
27
|
import { ContentService } from '@alfresco/adf-content-services';
|
|
29
28
|
import { PathElement } from '@alfresco/js-api';
|
|
30
29
|
import { ContentActionRef } from '@alfresco/adf-extensions';
|
|
@@ -35,11 +34,11 @@ export declare class DetailsComponent extends PageComponent implements OnInit, O
|
|
|
35
34
|
private contentService;
|
|
36
35
|
nodeId: string;
|
|
37
36
|
isLoading: boolean;
|
|
38
|
-
onDestroy$: Subject<void>;
|
|
39
37
|
activeTab: number;
|
|
40
38
|
aspectActions: Array<ContentActionRef>;
|
|
41
39
|
nodeIcon: string;
|
|
42
40
|
canManagePermissions: boolean;
|
|
41
|
+
private readonly onDestroy$;
|
|
43
42
|
constructor(route: ActivatedRoute, contentApi: ContentApiService, contentService: ContentService);
|
|
44
43
|
ngOnInit(): void;
|
|
45
44
|
setActiveTab(tabName: string): void;
|
|
@@ -23,16 +23,15 @@
|
|
|
23
23
|
*/
|
|
24
24
|
import { AppExtensionService, Badge } from '@alfresco/aca-shared';
|
|
25
25
|
import { NodeEntry } from '@alfresco/js-api';
|
|
26
|
-
import {
|
|
26
|
+
import { OnInit } from '@angular/core';
|
|
27
27
|
import * as i0 from "@angular/core";
|
|
28
|
-
export declare class DatatableCellBadgesComponent implements OnInit
|
|
28
|
+
export declare class DatatableCellBadgesComponent implements OnInit {
|
|
29
29
|
private appExtensionService;
|
|
30
30
|
node: NodeEntry;
|
|
31
31
|
badges: Badge[];
|
|
32
|
-
private
|
|
32
|
+
private readonly destroyRef;
|
|
33
33
|
constructor(appExtensionService: AppExtensionService);
|
|
34
34
|
ngOnInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
35
|
onBadgeClick(badge: Badge): void;
|
|
37
36
|
onKeyPress(badge: Badge): void;
|
|
38
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatatableCellBadgesComponent, never>;
|
|
@@ -22,20 +22,19 @@
|
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
24
|
import { NameColumnComponent, NodesApiService } from '@alfresco/adf-content-services';
|
|
25
|
-
import { ChangeDetectorRef, ElementRef,
|
|
25
|
+
import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core';
|
|
26
26
|
import { Actions } from '@ngrx/effects';
|
|
27
27
|
import * as i0 from "@angular/core";
|
|
28
|
-
export declare class CustomNameColumnComponent extends NameColumnComponent implements OnInit
|
|
28
|
+
export declare class CustomNameColumnComponent extends NameColumnComponent implements OnInit {
|
|
29
29
|
private cd;
|
|
30
30
|
private actions$;
|
|
31
31
|
private nodesService;
|
|
32
|
-
private onDestroy$$;
|
|
33
32
|
isFile: boolean;
|
|
34
33
|
isFileWriteLocked: boolean;
|
|
34
|
+
private readonly destroy;
|
|
35
35
|
constructor(element: ElementRef, cd: ChangeDetectorRef, actions$: Actions, nodesService: NodesApiService);
|
|
36
36
|
ngOnInit(): void;
|
|
37
37
|
onLinkClick(event: Event): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomNameColumnComponent, never>;
|
|
40
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<CustomNameColumnComponent, "aca-custom-name-column", never, {}, {}, never, never, true, never>;
|
|
41
40
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute } from '@angular/router';
|
|
3
|
-
import {
|
|
3
|
+
import { Node, NodeEntry, PathElement } from '@alfresco/js-api';
|
|
4
4
|
import { NodeActionsService } from '../../services/node-actions.service';
|
|
5
5
|
import { ContentApiService, PageComponent } from '@alfresco/aca-shared';
|
|
6
6
|
import { FileUploadEvent, FilterSearch } from '@alfresco/adf-content-services';
|
package/lib/components/info-drawer/library-metadata-tab/library-metadata-form.component.d.ts
CHANGED
|
@@ -21,20 +21,19 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { OnChanges,
|
|
25
|
-
import {
|
|
24
|
+
import { OnChanges, OnInit } from '@angular/core';
|
|
25
|
+
import { FormGroupDirective, NgForm, UntypedFormControl, UntypedFormGroup } from '@angular/forms';
|
|
26
26
|
import { QueriesApi, SiteEntry } from '@alfresco/js-api';
|
|
27
27
|
import { Store } from '@ngrx/store';
|
|
28
28
|
import { AppStore } from '@alfresco/aca-shared/store';
|
|
29
29
|
import { AlfrescoApiService } from '@alfresco/adf-content-services';
|
|
30
|
-
import { Subject } from 'rxjs';
|
|
31
30
|
import { ErrorStateMatcher } from '@angular/material/core';
|
|
32
31
|
import { Actions } from '@ngrx/effects';
|
|
33
32
|
import * as i0 from "@angular/core";
|
|
34
33
|
export declare class InstantErrorStateMatcher implements ErrorStateMatcher {
|
|
35
34
|
isErrorState(control: UntypedFormControl | null, form: FormGroupDirective | NgForm | null): boolean;
|
|
36
35
|
}
|
|
37
|
-
export declare class LibraryMetadataFormComponent implements OnInit, OnChanges
|
|
36
|
+
export declare class LibraryMetadataFormComponent implements OnInit, OnChanges {
|
|
38
37
|
private alfrescoApiService;
|
|
39
38
|
protected store: Store<AppStore>;
|
|
40
39
|
private actions$;
|
|
@@ -52,12 +51,11 @@ export declare class LibraryMetadataFormComponent implements OnInit, OnChanges,
|
|
|
52
51
|
matcher: InstantErrorStateMatcher;
|
|
53
52
|
canUpdateLibrary: boolean;
|
|
54
53
|
isAdmin: boolean;
|
|
55
|
-
|
|
54
|
+
private readonly destroyRef;
|
|
56
55
|
constructor(alfrescoApiService: AlfrescoApiService, store: Store<AppStore>, actions$: Actions);
|
|
57
56
|
toggleEdit(): void;
|
|
58
57
|
cancel(): void;
|
|
59
58
|
ngOnInit(): void;
|
|
60
|
-
ngOnDestroy(): void;
|
|
61
59
|
ngOnChanges(): void;
|
|
62
60
|
update(): void;
|
|
63
61
|
private updateForm;
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { OnInit
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
25
|
import { Node } from '@alfresco/js-api';
|
|
26
|
-
import {
|
|
26
|
+
import { AppExtensionService, NodePermissionService } from '@alfresco/aca-shared';
|
|
27
27
|
import { AppStore } from '@alfresco/aca-shared/store';
|
|
28
28
|
import { AppConfigService, NotificationService } from '@alfresco/adf-core';
|
|
29
|
-
import { Observable
|
|
30
|
-
import {
|
|
29
|
+
import { Observable } from 'rxjs';
|
|
30
|
+
import { CategoryService, ContentMetadataCustomPanel, ContentMetadataService, TagService } from '@alfresco/adf-content-services';
|
|
31
31
|
import { Actions } from '@ngrx/effects';
|
|
32
32
|
import { Store } from '@ngrx/store';
|
|
33
33
|
import * as i0 from "@angular/core";
|
|
34
|
-
export declare class MetadataTabComponent implements OnInit
|
|
34
|
+
export declare class MetadataTabComponent implements OnInit {
|
|
35
35
|
private permission;
|
|
36
36
|
protected extensions: AppExtensionService;
|
|
37
37
|
private appConfig;
|
|
@@ -41,7 +41,6 @@ export declare class MetadataTabComponent implements OnInit, OnDestroy {
|
|
|
41
41
|
private tagService;
|
|
42
42
|
private categoryService;
|
|
43
43
|
private store;
|
|
44
|
-
protected onDestroy$: Subject<boolean>;
|
|
45
44
|
private _displayCategories;
|
|
46
45
|
private _displayTags;
|
|
47
46
|
node: Node;
|
|
@@ -50,9 +49,9 @@ export declare class MetadataTabComponent implements OnInit, OnDestroy {
|
|
|
50
49
|
metadataAspect: string;
|
|
51
50
|
get displayCategories(): boolean;
|
|
52
51
|
get displayTags(): boolean;
|
|
52
|
+
private readonly destroyRef;
|
|
53
53
|
constructor(permission: NodePermissionService, extensions: AppExtensionService, appConfig: AppConfigService, notificationService: NotificationService, contentMetadataService: ContentMetadataService, actions$: Actions, tagService: TagService, categoryService: CategoryService, store: Store<AppStore>);
|
|
54
54
|
ngOnInit(): void;
|
|
55
|
-
ngOnDestroy(): void;
|
|
56
55
|
private checkIfNodeIsUpdatable;
|
|
57
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<MetadataTabComponent, never>;
|
|
58
57
|
static ɵcmp: i0.ɵɵComponentDeclaration<MetadataTabComponent, "app-metadata-tab", never, { "node": { "alias": "node"; "required": false; }; }, {}, never, never, true, never>;
|
package/lib/components/knowledge-retrieval/search-ai/agents-button/agents-button.component.d.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import { ChangeDetectorRef,
|
|
24
|
+
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
25
25
|
import { Store } from '@ngrx/store';
|
|
26
26
|
import { AppStore } from '@alfresco/aca-shared/store';
|
|
27
27
|
import { NotificationService } from '@alfresco/adf-core';
|
|
@@ -30,7 +30,7 @@ import { TranslateService } from '@ngx-translate/core';
|
|
|
30
30
|
import { Agent } from '@alfresco/js-api';
|
|
31
31
|
import { AgentService, SearchAiService } from '@alfresco/adf-content-services';
|
|
32
32
|
import * as i0 from "@angular/core";
|
|
33
|
-
export declare class AgentsButtonComponent implements OnInit
|
|
33
|
+
export declare class AgentsButtonComponent implements OnInit {
|
|
34
34
|
private store;
|
|
35
35
|
private notificationService;
|
|
36
36
|
private searchAiService;
|
|
@@ -42,7 +42,6 @@ export declare class AgentsButtonComponent implements OnInit, OnDestroy {
|
|
|
42
42
|
};
|
|
43
43
|
private selectedNodesState;
|
|
44
44
|
private _agents;
|
|
45
|
-
private onDestroy$;
|
|
46
45
|
private _disabled;
|
|
47
46
|
private _initialsByAgentId;
|
|
48
47
|
private _hxInsightUrl;
|
|
@@ -52,9 +51,9 @@ export declare class AgentsButtonComponent implements OnInit, OnDestroy {
|
|
|
52
51
|
[key: string]: string;
|
|
53
52
|
};
|
|
54
53
|
get hxInsightUrl(): string;
|
|
54
|
+
private readonly destroyRef;
|
|
55
55
|
constructor(store: Store<AppStore>, notificationService: NotificationService, searchAiService: SearchAiService, agentService: AgentService, translateService: TranslateService, cd: ChangeDetectorRef);
|
|
56
56
|
ngOnInit(): void;
|
|
57
|
-
ngOnDestroy(): void;
|
|
58
57
|
onClick(): void;
|
|
59
58
|
onAgentSelection(change: MatSelectionListChange): void;
|
|
60
59
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgentsButtonComponent, never>;
|
package/lib/components/knowledge-retrieval/search-ai/search-ai-input/search-ai-input.component.d.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
25
|
import { TranslateService } from '@ngx-translate/core';
|
|
26
26
|
import { NotificationService, UserPreferencesService } from '@alfresco/adf-core';
|
|
27
27
|
import { FormControl } from '@angular/forms';
|
|
@@ -31,7 +31,7 @@ import { AgentService, SearchAiService } from '@alfresco/adf-content-services';
|
|
|
31
31
|
import { ModalAiService } from '../../../../services/modal-ai.service';
|
|
32
32
|
import { Agent } from '@alfresco/js-api';
|
|
33
33
|
import * as i0 from "@angular/core";
|
|
34
|
-
export declare class SearchAiInputComponent implements OnInit
|
|
34
|
+
export declare class SearchAiInputComponent implements OnInit {
|
|
35
35
|
private store;
|
|
36
36
|
private searchAiService;
|
|
37
37
|
private notificationService;
|
|
@@ -46,7 +46,6 @@ export declare class SearchAiInputComponent implements OnInit, OnDestroy {
|
|
|
46
46
|
private readonly storedNodesKey;
|
|
47
47
|
private _agentControl;
|
|
48
48
|
private _agents;
|
|
49
|
-
private onDestroy$;
|
|
50
49
|
private selectedNodesState;
|
|
51
50
|
private _queryControl;
|
|
52
51
|
private _initialsByAgentId;
|
|
@@ -56,9 +55,9 @@ export declare class SearchAiInputComponent implements OnInit, OnDestroy {
|
|
|
56
55
|
get initialsByAgentId(): {
|
|
57
56
|
[key: string]: string;
|
|
58
57
|
};
|
|
58
|
+
private readonly destroyRef;
|
|
59
59
|
constructor(store: Store<AppStore>, searchAiService: SearchAiService, notificationService: NotificationService, agentService: AgentService, userPreferencesService: UserPreferencesService, translateService: TranslateService, modalAiService: ModalAiService);
|
|
60
60
|
ngOnInit(): void;
|
|
61
|
-
ngOnDestroy(): void;
|
|
62
61
|
onSearchSubmit(): void;
|
|
63
62
|
search(): void;
|
|
64
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchAiInputComponent, never>;
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
24
|
+
import { OnInit } from '@angular/core';
|
|
25
25
|
import { ActivatedRoute } from '@angular/router';
|
|
26
26
|
import { PageComponent } from '@alfresco/aca-shared';
|
|
27
27
|
import { ClipboardService, ThumbnailService, UnsavedChangesGuard } from '@alfresco/adf-core';
|
|
@@ -31,7 +31,7 @@ import { NodesApiService } from '@alfresco/adf-content-services';
|
|
|
31
31
|
import { ModalAiService } from '../../../../services/modal-ai.service';
|
|
32
32
|
import { ViewerService } from '@alfresco/aca-content/viewer';
|
|
33
33
|
import * as i0 from "@angular/core";
|
|
34
|
-
export declare class SearchAiResultsComponent extends PageComponent implements OnInit
|
|
34
|
+
export declare class SearchAiResultsComponent extends PageComponent implements OnInit {
|
|
35
35
|
private route;
|
|
36
36
|
private clipboardService;
|
|
37
37
|
private thumbnailService;
|
|
@@ -62,7 +62,6 @@ export declare class SearchAiResultsComponent extends PageComponent implements O
|
|
|
62
62
|
get searchQuery(): string;
|
|
63
63
|
constructor(route: ActivatedRoute, clipboardService: ClipboardService, thumbnailService: ThumbnailService, nodesApiService: NodesApiService, translateService: TranslateService, unsavedChangesGuard: UnsavedChangesGuard, modalAiService: ModalAiService, viewerService: ViewerService);
|
|
64
64
|
ngOnInit(): void;
|
|
65
|
-
ngOnDestroy(): void;
|
|
66
65
|
copyResponseToClipboard(): void;
|
|
67
66
|
checkUnsavedChangesAndSearch(): void;
|
|
68
67
|
performAiSearch(): void;
|
|
@@ -29,7 +29,6 @@ import { OnDestroy, OnInit } from '@angular/core';
|
|
|
29
29
|
import { MatMenuTrigger } from '@angular/material/menu';
|
|
30
30
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
31
31
|
import { Store } from '@ngrx/store';
|
|
32
|
-
import { Subject } from 'rxjs';
|
|
33
32
|
import { SearchInputControlComponent } from '../search-input-control/search-input-control.component';
|
|
34
33
|
import { SearchNavigationService } from '../search-navigation.service';
|
|
35
34
|
import { SearchLibrariesQueryBuilderService } from '../search-libraries-results/search-libraries-query-builder.service';
|
|
@@ -45,7 +44,6 @@ export declare class SearchInputComponent implements OnInit, OnDestroy {
|
|
|
45
44
|
private readonly appService;
|
|
46
45
|
readonly searchInputService: SearchNavigationService;
|
|
47
46
|
private readonly notificationService;
|
|
48
|
-
onDestroy$: Subject<boolean>;
|
|
49
47
|
has400LibraryError: boolean;
|
|
50
48
|
hasLibrariesConstraint: boolean;
|
|
51
49
|
searchOnChange: boolean;
|
|
@@ -53,6 +51,7 @@ export declare class SearchInputComponent implements OnInit, OnDestroy {
|
|
|
53
51
|
searchOptions: Array<SearchOptionModel>;
|
|
54
52
|
searchInputControl: SearchInputControlComponent;
|
|
55
53
|
trigger: MatMenuTrigger;
|
|
54
|
+
private readonly destroyRef;
|
|
56
55
|
constructor(queryBuilder: SearchQueryBuilderService, queryLibrariesBuilder: SearchLibrariesQueryBuilderService, config: AppConfigService, router: Router, route: ActivatedRoute, store: Store<AppStore>, appHookService: AppHookService, appService: AppService, searchInputService: SearchNavigationService);
|
|
57
56
|
ngOnInit(): void;
|
|
58
57
|
exitSearch(): void;
|
|
@@ -21,11 +21,9 @@
|
|
|
21
21
|
* You should have received a copy of the GNU Lesser General Public License
|
|
22
22
|
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
|
23
23
|
*/
|
|
24
|
-
import {
|
|
25
|
-
import { Subject } from 'rxjs';
|
|
24
|
+
import { ElementRef, EventEmitter } from '@angular/core';
|
|
26
25
|
import * as i0 from "@angular/core";
|
|
27
|
-
export declare class SearchInputControlComponent
|
|
28
|
-
onDestroy$: Subject<boolean>;
|
|
26
|
+
export declare class SearchInputControlComponent {
|
|
29
27
|
/** Type of the input field to render, e.g. "search" or "text" (default). */
|
|
30
28
|
inputType: string;
|
|
31
29
|
/** Emitted when the search is submitted pressing ENTER button.
|
|
@@ -40,7 +38,6 @@ export declare class SearchInputControlComponent implements OnDestroy {
|
|
|
40
38
|
searchChange: EventEmitter<string>;
|
|
41
39
|
searchInput: ElementRef;
|
|
42
40
|
searchTerm: string;
|
|
43
|
-
ngOnDestroy(): void;
|
|
44
41
|
searchSubmit(event: any): void;
|
|
45
42
|
inputChange(event: any): void;
|
|
46
43
|
clear(): void;
|
|
@@ -50,7 +50,6 @@ export declare class SearchResultsComponent extends PageComponent implements OnI
|
|
|
50
50
|
encodedQuery: string;
|
|
51
51
|
searchConfig: SearchConfiguration;
|
|
52
52
|
private readonly loadedFilters$;
|
|
53
|
-
private readonly destroyRef;
|
|
54
53
|
constructor(tagsService: TagService, queryBuilder: SearchQueryBuilderService, changeDetectorRef: ChangeDetectorRef, route: ActivatedRoute, translationService: TranslationService, savedSearchesService: SavedSearchesService);
|
|
55
54
|
ngOnInit(): void;
|
|
56
55
|
onSearchError(error: {
|