@progress/kendo-angular-dropdowns 24.2.2 → 25.0.0-develop.1
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/progress-kendo-angular-dropdowns.mjs +170 -170
- package/index.d.ts +5796 -65
- package/package-metadata.mjs +2 -2
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +2 -2
- package/autocomplete/autocomplete.component.d.ts +0 -524
- package/autocomplete/autocomplete.module.d.ts +0 -45
- package/comboboxes/combobox-column/column-cell-template.directive.d.ts +0 -33
- package/comboboxes/combobox-column/column-header-template.directive.d.ts +0 -31
- package/comboboxes/combobox-column/combobox-column.component.d.ts +0 -91
- package/comboboxes/combobox-column/util.d.ts +0 -15
- package/comboboxes/combobox.component.d.ts +0 -632
- package/comboboxes/combobox.module.d.ts +0 -52
- package/comboboxes/multicolumncombobox.component.d.ts +0 -116
- package/common/adaptive-renderer.component.d.ts +0 -44
- package/common/constants/error-messages.d.ts +0 -61
- package/common/data.service.d.ts +0 -90
- package/common/disabled-items/disabled-items.service.d.ts +0 -20
- package/common/disabled-items/item-disabled.d.ts +0 -21
- package/common/filter-input.directive.d.ts +0 -19
- package/common/filtering/filter-settings.d.ts +0 -55
- package/common/filtering/filter.directive.d.ts +0 -65
- package/common/filtering/filterable-component.d.ts +0 -35
- package/common/list-item.directive.d.ts +0 -15
- package/common/list.component.d.ts +0 -145
- package/common/localization/custom-messages.component.d.ts +0 -70
- package/common/localization/localized-messages.directive.d.ts +0 -16
- package/common/localization/messages.d.ts +0 -55
- package/common/models/checkboxes-settings.d.ts +0 -27
- package/common/models/direction.d.ts +0 -8
- package/common/models/fillmode.d.ts +0 -8
- package/common/models/list-type.d.ts +0 -8
- package/common/models/page-change-event.d.ts +0 -18
- package/common/models/popup-settings.d.ts +0 -46
- package/common/models/preventable-event.d.ts +0 -21
- package/common/models/remove-tag-event.d.ts +0 -20
- package/common/models/rounded.d.ts +0 -8
- package/common/models/size.d.ts +0 -8
- package/common/models/virtualization-settings.d.ts +0 -49
- package/common/navigation/navigation-action.d.ts +0 -30
- package/common/navigation/navigation.service.d.ts +0 -55
- package/common/searchbar.component.d.ts +0 -95
- package/common/selection/selectable.directive.d.ts +0 -24
- package/common/selection/selection.service.d.ts +0 -54
- package/common/shared-events.directive.d.ts +0 -27
- package/common/taglist.component.d.ts +0 -57
- package/common/templates/custom-item-template.directive.d.ts +0 -39
- package/common/templates/fixed-group-template.directive.d.ts +0 -46
- package/common/templates/footer-template.directive.d.ts +0 -40
- package/common/templates/group-tag-template.directive.d.ts +0 -38
- package/common/templates/group-template.directive.d.ts +0 -46
- package/common/templates/header-template.directive.d.ts +0 -40
- package/common/templates/item-template.directive.d.ts +0 -39
- package/common/templates/no-data-template.directive.d.ts +0 -40
- package/common/templates/tag-template.directive.d.ts +0 -37
- package/common/templates/value-template.directive.d.ts +0 -41
- package/common/util.d.ts +0 -204
- package/directives.d.ts +0 -67
- package/dropdownlist/dropdownlist.component.d.ts +0 -564
- package/dropdownlist/dropdownlist.module.d.ts +0 -54
- package/dropdowns.module.d.ts +0 -60
- package/dropdowntrees/checked-state/base-check.directive.d.ts +0 -46
- package/dropdowntrees/checked-state/check-all.directive.d.ts +0 -53
- package/dropdowntrees/checked-state/check.directive.d.ts +0 -53
- package/dropdowntrees/checked-state/checkable-settings.d.ts +0 -19
- package/dropdowntrees/checked-state/checked-item.d.ts +0 -28
- package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +0 -38
- package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +0 -34
- package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +0 -38
- package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +0 -34
- package/dropdowntrees/dropdowntree.component.d.ts +0 -622
- package/dropdowntrees/dropdowntrees.module.d.ts +0 -45
- package/dropdowntrees/expanded-state/expand.directive.d.ts +0 -33
- package/dropdowntrees/lookup/lookup.d.ts +0 -51
- package/dropdowntrees/lookup/lookup.service.d.ts +0 -32
- package/dropdowntrees/multiselecttree.component.d.ts +0 -709
- package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +0 -39
- package/dropdowntrees/templates/node-template.directive.d.ts +0 -22
- package/multiselect/multiselect.component.d.ts +0 -647
- package/multiselect/multiselect.module.d.ts +0 -54
- package/multiselect/summary-tag.directive.d.ts +0 -36
- package/package-metadata.d.ts +0 -9
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Renderer2, EventEmitter, ElementRef, OnChanges, OnInit, OnDestroy, Injector, NgZone } from '@angular/core';
|
|
6
|
-
import { Direction } from './models/direction';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { FormControl } from '@angular/forms';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export declare class SearchBarComponent implements OnChanges, OnInit, OnDestroy {
|
|
14
|
-
private localization;
|
|
15
|
-
private injector;
|
|
16
|
-
input: ElementRef<HTMLInputElement>;
|
|
17
|
-
private ngZone;
|
|
18
|
-
direction: Direction;
|
|
19
|
-
tagListId: string;
|
|
20
|
-
set readonly(readonly: boolean);
|
|
21
|
-
get readonly(): boolean;
|
|
22
|
-
set disabled(disabled: boolean);
|
|
23
|
-
get disabled(): boolean;
|
|
24
|
-
set isRequired(isRequired: boolean);
|
|
25
|
-
get isRequired(): boolean;
|
|
26
|
-
set isSuggestable(isSuggestable: boolean);
|
|
27
|
-
get isSuggestable(): boolean;
|
|
28
|
-
set isFilterable(isFilterable: boolean);
|
|
29
|
-
get isFilterable(): boolean;
|
|
30
|
-
get userInput(): string;
|
|
31
|
-
set userInput(userInput: string);
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
get formControl(): FormControl;
|
|
36
|
-
suggestedText: string;
|
|
37
|
-
/**
|
|
38
|
-
* @hidden
|
|
39
|
-
*/
|
|
40
|
-
set inputAttributes(attributes: {
|
|
41
|
-
[key: string]: string;
|
|
42
|
-
});
|
|
43
|
-
get inputAttributes(): {
|
|
44
|
-
[key: string]: string;
|
|
45
|
-
};
|
|
46
|
-
id: string;
|
|
47
|
-
activeDescendant: string;
|
|
48
|
-
tabIndex: number;
|
|
49
|
-
isLoading: boolean;
|
|
50
|
-
ariaControls: string;
|
|
51
|
-
ariaExpanded: boolean | null;
|
|
52
|
-
get attrAriaInvalid(): boolean | null;
|
|
53
|
-
set placeholder(text: string);
|
|
54
|
-
get placeholder(): string;
|
|
55
|
-
role: string;
|
|
56
|
-
get dir(): string;
|
|
57
|
-
valueChange: EventEmitter<any>;
|
|
58
|
-
onBlur: EventEmitter<any>;
|
|
59
|
-
onFocus: EventEmitter<any>;
|
|
60
|
-
onClick: EventEmitter<any>;
|
|
61
|
-
onNavigate: EventEmitter<any>;
|
|
62
|
-
get value(): string;
|
|
63
|
-
private _isRequired;
|
|
64
|
-
private _readonly;
|
|
65
|
-
private _disabled;
|
|
66
|
-
private _userInput;
|
|
67
|
-
private _previousValue;
|
|
68
|
-
private _placeholder;
|
|
69
|
-
private _isSuggestable;
|
|
70
|
-
private _isFilterable;
|
|
71
|
-
private renderer;
|
|
72
|
-
private subs;
|
|
73
|
-
private _inputAttributes;
|
|
74
|
-
private parsedAttributes;
|
|
75
|
-
private get defaultAttributes();
|
|
76
|
-
private get mutableAttributes();
|
|
77
|
-
constructor(localization: LocalizationService, renderer: Renderer2, injector: Injector, input: ElementRef<HTMLInputElement>, ngZone: NgZone);
|
|
78
|
-
ngOnInit(): void;
|
|
79
|
-
ngOnChanges(changes: any): void;
|
|
80
|
-
ngAfterViewInit(): void;
|
|
81
|
-
ngOnDestroy(): void;
|
|
82
|
-
private writeInputValue;
|
|
83
|
-
private setInputSelection;
|
|
84
|
-
private setAriaAutocomplete;
|
|
85
|
-
handleInput(event: any): void;
|
|
86
|
-
handleFocus(event: any): void;
|
|
87
|
-
handleBlur(event: any): void;
|
|
88
|
-
handleKeydown(event: KeyboardEvent): void;
|
|
89
|
-
focus(): void;
|
|
90
|
-
blur(): void;
|
|
91
|
-
setInputSize(): void;
|
|
92
|
-
private setInputAttributes;
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "input[kendoSearchbar]", never, { "tagListId": { "alias": "tagListId"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "isSuggestable": { "alias": "isSuggestable"; "required": false; }; "isFilterable": { "alias": "isFilterable"; "required": false; }; "userInput": { "alias": "userInput"; "required": false; }; "suggestedText": { "alias": "suggestedText"; "required": false; }; "inputAttributes": { "alias": "inputAttributes"; "required": false; }; "id": { "alias": "id"; "required": false; }; "activeDescendant": { "alias": "activeDescendant"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "ariaControls": { "alias": "ariaControls"; "required": false; }; "ariaExpanded": { "alias": "ariaExpanded"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "valueChange": "valueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "onNavigate": "onNavigate"; }, never, never, true, never>;
|
|
95
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { MultiSelectCheckableSettings } from '../models/checkboxes-settings';
|
|
6
|
-
import { SelectionService } from './selection.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class SelectableDirective {
|
|
12
|
-
index: number;
|
|
13
|
-
checkboxes: MultiSelectCheckableSettings;
|
|
14
|
-
height: number;
|
|
15
|
-
isMultiselect: boolean;
|
|
16
|
-
multipleSelection: boolean;
|
|
17
|
-
private selectionService;
|
|
18
|
-
constructor(selectionService: SelectionService);
|
|
19
|
-
get focusedClassName(): boolean;
|
|
20
|
-
get selectedClassName(): boolean;
|
|
21
|
-
onClick(event: any): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectableDirective, never>;
|
|
23
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoDropDownsSelectable]", never, { "index": { "alias": "index"; "required": false; }; "checkboxes": { "alias": "checkboxes"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isMultiselect": { "alias": "isMultiselect"; "required": false; }; "multipleSelection": { "alias": "multipleSelection"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter } from '@angular/core';
|
|
6
|
-
import { DisabledItemsService } from '../disabled-items/disabled-items.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export interface SelectionEvent {
|
|
12
|
-
indices: number[];
|
|
13
|
-
added?: number | number[];
|
|
14
|
-
removed?: number | number[];
|
|
15
|
-
newSelection?: boolean;
|
|
16
|
-
preventClosingPopup?: boolean;
|
|
17
|
-
isMultipleSelection?: boolean;
|
|
18
|
-
}
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare class SelectionService {
|
|
23
|
-
private disabledItemsService;
|
|
24
|
-
onSelect: EventEmitter<SelectionEvent>;
|
|
25
|
-
onChange: EventEmitter<SelectionEvent>;
|
|
26
|
-
onFocus: EventEmitter<number>;
|
|
27
|
-
total: number;
|
|
28
|
-
lastClickedIndex: number;
|
|
29
|
-
private selectedIndices;
|
|
30
|
-
private focusedIndex;
|
|
31
|
-
constructor(disabledItemsService: DisabledItemsService);
|
|
32
|
-
getTotal(): number;
|
|
33
|
-
isSelected(index: number): boolean;
|
|
34
|
-
isFocused(index: number): boolean;
|
|
35
|
-
focus(index: number): void;
|
|
36
|
-
select(index: number): void;
|
|
37
|
-
add(index: number, preventClosingPopup?: boolean): void;
|
|
38
|
-
private indicesToBeRemoved;
|
|
39
|
-
private indicesToBeAdded;
|
|
40
|
-
emitMultipleAddedRemoved(): void;
|
|
41
|
-
addMultiple(indices: number[]): void;
|
|
42
|
-
deselect(index: number, preventClosingPopup?: boolean): void;
|
|
43
|
-
unselectMultiple(indices: number[]): void;
|
|
44
|
-
change(index: number): void;
|
|
45
|
-
resetSelection(index: number | number[]): void;
|
|
46
|
-
get selected(): number[];
|
|
47
|
-
get focused(): number;
|
|
48
|
-
set focused(index: number);
|
|
49
|
-
selectFromTo(from: number, to: number): void;
|
|
50
|
-
unselectFromTo(from: number, to: number): void;
|
|
51
|
-
unselectNotNeededIndices(startOfSelection: number, endOfSelection: number, totalItems: number): void;
|
|
52
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionService, never>;
|
|
53
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SelectionService>;
|
|
54
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { AfterViewInit, ChangeDetectorRef, EventEmitter, NgZone, OnDestroy, Renderer2 } from '@angular/core';
|
|
6
|
-
import { Subscription } from 'rxjs';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class SharedDropDownEventsDirective implements AfterViewInit, OnDestroy {
|
|
12
|
-
private ngZone;
|
|
13
|
-
protected renderer: Renderer2;
|
|
14
|
-
private cdr;
|
|
15
|
-
hostElement: any;
|
|
16
|
-
clearButtonClicked: boolean;
|
|
17
|
-
isFocused: boolean;
|
|
18
|
-
isFocusedChange: EventEmitter<boolean>;
|
|
19
|
-
onFocus: EventEmitter<any>;
|
|
20
|
-
handleBlur: EventEmitter<any>;
|
|
21
|
-
protected subscriptions: Subscription;
|
|
22
|
-
constructor(ngZone: NgZone, renderer: Renderer2, cdr: ChangeDetectorRef);
|
|
23
|
-
ngAfterViewInit(): void;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedDropDownEventsDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SharedDropDownEventsDirective, "[kendoDropDownSharedEvents]", never, { "hostElement": { "alias": "hostElement"; "required": false; }; "clearButtonClicked": { "alias": "clearButtonClicked"; "required": false; }; "isFocused": { "alias": "isFocused"; "required": false; }; }, { "isFocusedChange": "isFocusedChange"; "onFocus": "onFocus"; "handleBlur": "handleBlur"; }, never, never, true, never>;
|
|
27
|
-
}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter, Renderer2, ElementRef } from '@angular/core';
|
|
6
|
-
import { TagTemplateDirective } from '../common/templates/tag-template.directive';
|
|
7
|
-
import { GroupTagTemplateDirective } from '../common/templates/group-tag-template.directive';
|
|
8
|
-
import { DropDownSize } from './models/size';
|
|
9
|
-
import { DropDownRounded } from './models/rounded';
|
|
10
|
-
import { DropDownFillMode } from './models/fillmode';
|
|
11
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare class TagListComponent {
|
|
17
|
-
private renderer;
|
|
18
|
-
hostElement: ElementRef<HTMLElement>;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
xCircleIcon: SVGIcon;
|
|
23
|
-
tags: any[];
|
|
24
|
-
textField: string | string[];
|
|
25
|
-
valueField: string | string[];
|
|
26
|
-
valueDepth: number[];
|
|
27
|
-
focused: number;
|
|
28
|
-
template: TagTemplateDirective;
|
|
29
|
-
groupTemplate: GroupTagTemplateDirective;
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
tagPrefix: string;
|
|
32
|
-
id: string;
|
|
33
|
-
set size(size: DropDownSize);
|
|
34
|
-
get size(): DropDownSize;
|
|
35
|
-
rounded: DropDownRounded;
|
|
36
|
-
fillMode: DropDownFillMode;
|
|
37
|
-
/**
|
|
38
|
-
* A collection with the disabled tags' indices.
|
|
39
|
-
*/
|
|
40
|
-
disabledIndices: Set<number>;
|
|
41
|
-
removeTag: EventEmitter<any>;
|
|
42
|
-
hostClass: boolean;
|
|
43
|
-
get hostId(): string;
|
|
44
|
-
taglistRole: string;
|
|
45
|
-
multiselectable: boolean;
|
|
46
|
-
private _size;
|
|
47
|
-
constructor(renderer: Renderer2, hostElement: ElementRef<HTMLElement>);
|
|
48
|
-
tagProp(tag: any, prop: string | string[], index: number): string;
|
|
49
|
-
isTagDisabled(tag: any, positionIndex: number): boolean;
|
|
50
|
-
deleteTag(event: any, tag: any, index: number): void;
|
|
51
|
-
itemId(tag: any, index: any): string;
|
|
52
|
-
isGroupTag(tag: any): boolean;
|
|
53
|
-
tagAriaHidden(index: any): boolean;
|
|
54
|
-
private getPropField;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TagListComponent, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TagListComponent, "kendo-taglist", never, { "tags": { "alias": "tags"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "valueDepth": { "alias": "valueDepth"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "template": { "alias": "template"; "required": false; }; "groupTemplate": { "alias": "groupTemplate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tagPrefix": { "alias": "tagPrefix"; "required": false; }; "id": { "alias": "id"; "required": false; }; "size": { "alias": "size"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "fillMode": { "alias": "fillMode"; "required": false; }; "disabledIndices": { "alias": "disabledIndices"; "required": false; }; }, { "removeTag": "removeTag"; }, never, ["*"], true, never>;
|
|
57
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the content of the custom list item in the MultiSelect
|
|
9
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#rendering-custom-item-content)).
|
|
10
|
-
* The template context is set to the current component.
|
|
11
|
-
* To get a reference to the current text that is typed by the
|
|
12
|
-
* user, use the `let-customItem` directive.
|
|
13
|
-
*
|
|
14
|
-
* The `CustomItemTemplate` directive can only be used with the MultiSelect component.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* ```typescript
|
|
18
|
-
* @Component({
|
|
19
|
-
* selector: 'my-app',
|
|
20
|
-
* template: `
|
|
21
|
-
* <kendo-multiselect [data]="listItems" [allowCustom]="true">
|
|
22
|
-
* <ng-template kendoMultiSelectCustomItemTemplate let-customItem>
|
|
23
|
-
* <span>New Item: {{customItem}}</span>
|
|
24
|
-
* </ng-template>
|
|
25
|
-
* </kendo-multiselect>
|
|
26
|
-
* `
|
|
27
|
-
* })
|
|
28
|
-
* class AppComponent {
|
|
29
|
-
* public listItems: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
30
|
-
* }
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
export declare class CustomItemTemplateDirective {
|
|
35
|
-
templateRef: TemplateRef<any>;
|
|
36
|
-
constructor(templateRef: TemplateRef<any>);
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CustomItemTemplateDirective, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomItemTemplateDirective, "[kendoMultiSelectCustomItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the fixed group header content. To define the fixed group template, nest an `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>FixedGroupTemplate` directive inside the component tag. The template context is
|
|
10
|
-
* set to the current component. To get a reference to the current data item, use the `let-groupName` directive.
|
|
11
|
-
*
|
|
12
|
-
* - [Using `FixedGroupTemplate` with the AutoComplete](https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/templates#fixed-group-header-template)
|
|
13
|
-
* - [Using `FixedGroupTemplate` with the ComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates#fixed-group-header-template)
|
|
14
|
-
* - [Using `FixedGroupTemplate` with the MultiColumnComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates#fixed-group-header-template)
|
|
15
|
-
* - [Using `FixedGroupTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#fixed-group-header-template)
|
|
16
|
-
* - [Using `FixedGroupTemplate` with the MultiSelect](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#fixed-group-header-template)
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```ts
|
|
20
|
-
* import { groupBy } from '@progress/kendo-data-query';
|
|
21
|
-
* _@Component({
|
|
22
|
-
* selector: 'my-app',
|
|
23
|
-
* template: `
|
|
24
|
-
* <kendo-combobox [data]="groupedData" textField="name" valueField="name">
|
|
25
|
-
* <ng-template kendoComboBoxFixedGroupTemplate let-groupName>
|
|
26
|
-
* <span>Food type: {{groupName}} option</span>
|
|
27
|
-
* </ng-template>
|
|
28
|
-
* </kendo-combobox>
|
|
29
|
-
* `
|
|
30
|
-
* })
|
|
31
|
-
* class AppComponent {
|
|
32
|
-
* public data = [
|
|
33
|
-
* { name: "Pork", category: "Food", subcategory: "Meat" },
|
|
34
|
-
* { name: "Pepper", category: "Food", subcategory: "Vegetables" },
|
|
35
|
-
* { name: "Beef", category: "Food", subcategory: "Meat" }
|
|
36
|
-
* ];
|
|
37
|
-
* public groupedData = groupBy(this.data, [{field: "subcategory"}]);
|
|
38
|
-
* }
|
|
39
|
-
* ```
|
|
40
|
-
*/
|
|
41
|
-
export declare class FixedGroupTemplateDirective {
|
|
42
|
-
templateRef: TemplateRef<any>;
|
|
43
|
-
constructor(templateRef: TemplateRef<any>);
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FixedGroupTemplateDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FixedGroupTemplateDirective, "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", never, {}, {}, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the footer content of the list. To define the footer template, nest an `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>FooterTemplate` directive inside the component tag.
|
|
10
|
-
*
|
|
11
|
-
* - [Using `FooterTemplate` with the AutoComplete](https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/templates#footer-template)
|
|
12
|
-
* - [Using `FooterTemplate` with the ComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates#footer-template)
|
|
13
|
-
* - [Using `FooterTemplate` with the MultiColumnComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates#footer-template)
|
|
14
|
-
* - [Using `FooterTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#footer-template)
|
|
15
|
-
* - [Using `FooterTemplate` with the DropDownTree](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdowntree/templates#footer-template)
|
|
16
|
-
* - [Using `FooterTemplate` with the MultiSelect](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#footer-template)
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```ts
|
|
20
|
-
* _@Component({
|
|
21
|
-
* selector: 'my-app',
|
|
22
|
-
* template: `
|
|
23
|
-
* <kendo-combobox [data]="listItems">
|
|
24
|
-
* <ng-template kendoComboBoxFooterTemplate>
|
|
25
|
-
* <h4>Footer template</h4>
|
|
26
|
-
* </ng-template>
|
|
27
|
-
* </kendo-combobox>
|
|
28
|
-
* `
|
|
29
|
-
* })
|
|
30
|
-
* class AppComponent {
|
|
31
|
-
* public listItems: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
32
|
-
* }
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export declare class FooterTemplateDirective {
|
|
36
|
-
templateRef: TemplateRef<any>;
|
|
37
|
-
constructor(templateRef: TemplateRef<any>);
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the grouped tag values in the MultiSelect
|
|
9
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/summary-tag-mode)).
|
|
10
|
-
* The template context is set to the current component.
|
|
11
|
-
* To get a reference to the current grouped
|
|
12
|
-
* data items collection, use the `let-dataItems` directive.
|
|
13
|
-
*
|
|
14
|
-
* > The `GroupTagTemplate` directive can only be used with the MultiSelect and MultiSelectTree components.
|
|
15
|
-
*
|
|
16
|
-
* @example
|
|
17
|
-
* ```ts
|
|
18
|
-
* _@Component({
|
|
19
|
-
* selector: 'my-app',
|
|
20
|
-
* template: `
|
|
21
|
-
* <kendo-multiselect kendoMultiSelectSummaryTag [data]="items">
|
|
22
|
-
* <ng-template kendoMultiSelectGroupTagTemplate let-dataItems>
|
|
23
|
-
* <span>{{dataItems.length}} item(s) selected</span>
|
|
24
|
-
* </ng-template>
|
|
25
|
-
* </kendo-multiselect>
|
|
26
|
-
* `
|
|
27
|
-
* })
|
|
28
|
-
* class AppComponent {
|
|
29
|
-
* public items: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
30
|
-
* }
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
export declare class GroupTagTemplateDirective {
|
|
34
|
-
templateRef: TemplateRef<any>;
|
|
35
|
-
constructor(templateRef: TemplateRef<any>);
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupTagTemplateDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupTagTemplateDirective, "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", never, {}, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the group header content. To define the group template, nest an `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>GroupTemplate` directive inside the component tag. The template context is
|
|
10
|
-
* set to the current component. To get a reference to the current data item, use the `let-groupName` directive.
|
|
11
|
-
*
|
|
12
|
-
* - [Using `GroupTemplate` with the AutoComplete](https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/templates#group-header-template)
|
|
13
|
-
* - [Using `GroupTemplate` with the ComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates#group-header-template)
|
|
14
|
-
* - [Using `GroupTemplate` with the MultiColumnComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates#group-header-template)
|
|
15
|
-
* - [Using `GroupTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#group-header-template)
|
|
16
|
-
* - [Using `GroupTemplate` with the MultiSelect](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#group-header-template)
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```ts
|
|
20
|
-
* import { groupBy } from '@progress/kendo-data-query';
|
|
21
|
-
* _@Component({
|
|
22
|
-
* selector: 'my-app',
|
|
23
|
-
* template: `
|
|
24
|
-
* <kendo-combobox [data]="groupedData" textField="name" valueField="name">
|
|
25
|
-
* <ng-template kendoComboBoxGroupTemplate let-groupName>
|
|
26
|
-
* <span>Food type: {{groupName}} option</span>
|
|
27
|
-
* </ng-template>
|
|
28
|
-
* </kendo-combobox>
|
|
29
|
-
* `
|
|
30
|
-
* })
|
|
31
|
-
* class AppComponent {
|
|
32
|
-
* public data = [
|
|
33
|
-
* { name: "Pork", category: "Food", subcategory: "Meat" },
|
|
34
|
-
* { name: "Pepper", category: "Food", subcategory: "Vegetables" },
|
|
35
|
-
* { name: "Beef", category: "Food", subcategory: "Meat" }
|
|
36
|
-
* ];
|
|
37
|
-
* public groupedData = groupBy(this.data, [{field: "subcategory"}]);
|
|
38
|
-
* }
|
|
39
|
-
* ```
|
|
40
|
-
*/
|
|
41
|
-
export declare class GroupTemplateDirective {
|
|
42
|
-
templateRef: TemplateRef<any>;
|
|
43
|
-
constructor(templateRef: TemplateRef<any>);
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupTemplateDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GroupTemplateDirective, "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", never, {}, {}, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the header content of the list. To define the header template, nest an `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>HeaderTemplate` directive inside the component tag.
|
|
10
|
-
*
|
|
11
|
-
* - [Using `HeaderTemplate` with the AutoComplete](https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/templates#header-template)
|
|
12
|
-
* - [Using `HeaderTemplate` with the ComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates#header-template)
|
|
13
|
-
* - [Using `HeaderTemplate` with the MultiColumnComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates#header-template)
|
|
14
|
-
* - [Using `HeaderTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#header-template)
|
|
15
|
-
* - [Using `HeaderTemplate` with the DropDownTree](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdowntree/templates#header-template)
|
|
16
|
-
* - [Using `HeaderTemplate` with the MultiSelect](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#header-template)
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```ts
|
|
20
|
-
* _@Component({
|
|
21
|
-
* selector: 'my-app',
|
|
22
|
-
* template: `
|
|
23
|
-
* <kendo-combobox [data]="listItems">
|
|
24
|
-
* <ng-template kendoComboBoxHeaderTemplate>
|
|
25
|
-
* <h4>Header template</h4>
|
|
26
|
-
* </ng-template>
|
|
27
|
-
* </kendo-combobox>
|
|
28
|
-
* `
|
|
29
|
-
* })
|
|
30
|
-
* class AppComponent {
|
|
31
|
-
* public listItems: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
32
|
-
* }
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export declare class HeaderTemplateDirective {
|
|
36
|
-
templateRef: TemplateRef<any>;
|
|
37
|
-
constructor(templateRef: TemplateRef<any>);
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the list item content. To define the item template, nest an `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>ItemTemplate` directive inside the component tag. The template context is
|
|
10
|
-
* set to the current component. To get a reference to the current data item, use the `let-dataItem` directive.
|
|
11
|
-
*
|
|
12
|
-
* - [Using `ItemTemplate` with the AutoComplete](https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/templates#item-template)
|
|
13
|
-
* - [Using `ItemTemplate` with the ComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates#item-template)
|
|
14
|
-
* - [Using `ItemTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#item-template)
|
|
15
|
-
* - [Using `ItemTemplate` with the MultiSelect](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#item-template)
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```ts
|
|
19
|
-
* _@Component({
|
|
20
|
-
* selector: 'my-app',
|
|
21
|
-
* template: `
|
|
22
|
-
* <kendo-combobox [data]="listItems">
|
|
23
|
-
* <ng-template kendoComboBoxItemTemplate let-dataItem>
|
|
24
|
-
* <span>{{dataItem}} option</span>
|
|
25
|
-
* </ng-template>
|
|
26
|
-
* </kendo-combobox>
|
|
27
|
-
* `
|
|
28
|
-
* })
|
|
29
|
-
* class AppComponent {
|
|
30
|
-
* public listItems: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
31
|
-
* }
|
|
32
|
-
* ```
|
|
33
|
-
*/
|
|
34
|
-
export declare class ItemTemplateDirective {
|
|
35
|
-
templateRef: TemplateRef<any>;
|
|
36
|
-
constructor(templateRef: TemplateRef<any>);
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItemTemplateDirective, never>;
|
|
38
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders content when no data is available. To define the no-data template, nest a `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>NoDataTemplate` directive inside the component tag.
|
|
10
|
-
*
|
|
11
|
-
* - [Using `NoDataTemplate` with the AutoComplete](https://www.telerik.com/kendo-angular-ui/components/dropdowns/autocomplete/templates#no-data-template)
|
|
12
|
-
* - [Using `NoDataTemplate` with the ComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/combobox/templates#no-data-template)
|
|
13
|
-
* - [Using `NoDataTemplate` with the MultiColumnComboBox](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates#no-data-template)
|
|
14
|
-
* - [Using `NoDataTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#no-data-template)
|
|
15
|
-
* - [Using `NoDataTemplate` with the DropDownTree](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdowntree/templates#no-data-template)
|
|
16
|
-
* - [Using `NoDataTemplate` with the MultiSelect](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#no-data-template)
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```ts
|
|
20
|
-
* _@Component({
|
|
21
|
-
* selector: 'my-app',
|
|
22
|
-
* template: `
|
|
23
|
-
* <kendo-combobox [data]="listItems">
|
|
24
|
-
* <ng-template kendoComboBoxNoDataTemplate>
|
|
25
|
-
* <h4>No data!</h4>
|
|
26
|
-
* </ng-template>
|
|
27
|
-
* </kendo-combobox>
|
|
28
|
-
* `
|
|
29
|
-
* })
|
|
30
|
-
* class AppComponent {
|
|
31
|
-
* public listItems: Array<string> = [];
|
|
32
|
-
* }
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export declare class NoDataTemplateDirective {
|
|
36
|
-
templateRef: TemplateRef<any>;
|
|
37
|
-
constructor(templateRef: TemplateRef<any>);
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NoDataTemplateDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", never, {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the selected tag value of the MultiSelect
|
|
9
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/templates#tag-template)).
|
|
10
|
-
* The template context is set to the current component.
|
|
11
|
-
* To get a reference to the current data item, use the `let-dataItem` directive.
|
|
12
|
-
*
|
|
13
|
-
* > The `TagTemplate` directive can only be used with the MultiSelect and MultiSelectTree components.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```ts
|
|
17
|
-
* _@Component({
|
|
18
|
-
* selector: 'my-app',
|
|
19
|
-
* template: `
|
|
20
|
-
* <kendo-multiselect [data]="items">
|
|
21
|
-
* <ng-template kendoMultiSelectTagTemplate let-dataItem>
|
|
22
|
-
* <span>{{dataItem}} option</span>
|
|
23
|
-
* </ng-template>
|
|
24
|
-
* </kendo-multiselect>
|
|
25
|
-
* `
|
|
26
|
-
* })
|
|
27
|
-
* class AppComponent {
|
|
28
|
-
* public items: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
29
|
-
* }
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
export declare class TagTemplateDirective {
|
|
33
|
-
templateRef: TemplateRef<any>;
|
|
34
|
-
constructor(templateRef: TemplateRef<any>);
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TagTemplateDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TagTemplateDirective, "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", never, {}, {}, never, never, true, never>;
|
|
37
|
-
}
|