@progress/kendo-angular-dropdowns 24.2.2 → 25.0.0-develop.2
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,41 +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 value of the dropdown. To define the header template, nest an `<ng-template>` tag
|
|
9
|
-
* with the `kendo<ComponentName>ValueTemplate` directive inside the component tag.
|
|
10
|
-
*
|
|
11
|
-
* The template context is set to the current component.
|
|
12
|
-
* To get a reference to the current data item, use the `let-dataItem` directive.
|
|
13
|
-
*
|
|
14
|
-
* > The `ValueTemplate` directive can only be used with the DropDownList and DropDownTree components.
|
|
15
|
-
*
|
|
16
|
-
* - [Using `ValueTemplate` with the DropDownList](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/templates#value-template)
|
|
17
|
-
* - [Using `ValueTemplate` with the DropDownTree](https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdowntree/templates#value-template)
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```ts
|
|
21
|
-
* _@Component({
|
|
22
|
-
* selector: 'my-app',
|
|
23
|
-
* template: `
|
|
24
|
-
* <kendo-dropdownlist [data]="listItems">
|
|
25
|
-
* <ng-template kendoDropDownListValueTemplate let-dataItem>
|
|
26
|
-
* <span>{{dataItem}} option</span>
|
|
27
|
-
* </ng-template>
|
|
28
|
-
* </kendo-dropdownlist>
|
|
29
|
-
* `
|
|
30
|
-
* })
|
|
31
|
-
* class AppComponent {
|
|
32
|
-
* public listItems: Array<string> = ["Item 1", "Item 2", "Item 3", "Item 4"];
|
|
33
|
-
* }
|
|
34
|
-
* ```
|
|
35
|
-
*/
|
|
36
|
-
export declare class ValueTemplateDirective {
|
|
37
|
-
templateRef: TemplateRef<any>;
|
|
38
|
-
constructor(templateRef: TemplateRef<any>);
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ValueTemplateDirective, never>;
|
|
40
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ValueTemplateDirective, "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", never, {}, {}, never, never, true, never>;
|
|
41
|
-
}
|
package/common/util.d.ts
DELETED
|
@@ -1,204 +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 { ElementRef, Renderer2 } from '@angular/core';
|
|
6
|
-
import { TreeItem, TreeItemLookup } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import { PopupRef } from '@progress/kendo-angular-popup';
|
|
8
|
-
import { CheckedItem } from '../dropdowntrees/checked-state/checked-item';
|
|
9
|
-
import { DropDownSize } from './models/size';
|
|
10
|
-
import { DropDownRounded } from './models/rounded';
|
|
11
|
-
import { DropDownFillMode } from './models/fillmode';
|
|
12
|
-
/**
|
|
13
|
-
* @hidden
|
|
14
|
-
*/
|
|
15
|
-
export declare const isPresent: Function;
|
|
16
|
-
/**
|
|
17
|
-
* @hidden
|
|
18
|
-
*/
|
|
19
|
-
export declare const isNumber: Function;
|
|
20
|
-
/**
|
|
21
|
-
* @hidden
|
|
22
|
-
*/
|
|
23
|
-
export declare const combineStr: Function;
|
|
24
|
-
/**
|
|
25
|
-
* @hidden
|
|
26
|
-
*/
|
|
27
|
-
export declare const isWindowAvailable: Function;
|
|
28
|
-
/**
|
|
29
|
-
* @hidden
|
|
30
|
-
*/
|
|
31
|
-
export declare const isArray: Function;
|
|
32
|
-
/**
|
|
33
|
-
* @hidden
|
|
34
|
-
*/
|
|
35
|
-
export declare const isObject: Function;
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
export declare const isEmptyString: (value: any) => boolean;
|
|
40
|
-
/**
|
|
41
|
-
* @hidden
|
|
42
|
-
*/
|
|
43
|
-
export declare const resolveValuesInArray: Function;
|
|
44
|
-
/**
|
|
45
|
-
* @hidden
|
|
46
|
-
*/
|
|
47
|
-
export declare const validateComplexValues: Function;
|
|
48
|
-
/**
|
|
49
|
-
* @hidden
|
|
50
|
-
*/
|
|
51
|
-
export declare const resolveAllValues: Function;
|
|
52
|
-
/**
|
|
53
|
-
* @hidden
|
|
54
|
-
*/
|
|
55
|
-
export declare const isObjectArray: Function;
|
|
56
|
-
/**
|
|
57
|
-
* @hidden
|
|
58
|
-
*/
|
|
59
|
-
export declare const selectedIndices: Function;
|
|
60
|
-
/**
|
|
61
|
-
* @hidden
|
|
62
|
-
*/
|
|
63
|
-
export declare const getter: (dataItem: any, field: string) => any;
|
|
64
|
-
/**
|
|
65
|
-
* @hidden
|
|
66
|
-
*/
|
|
67
|
-
export declare const resolveValue: Function;
|
|
68
|
-
/**
|
|
69
|
-
* @hidden
|
|
70
|
-
*/
|
|
71
|
-
export declare const sameCharsOnly: Function;
|
|
72
|
-
/**
|
|
73
|
-
* @hidden
|
|
74
|
-
*/
|
|
75
|
-
export declare const shuffleData: Function;
|
|
76
|
-
/**
|
|
77
|
-
* @hidden
|
|
78
|
-
*/
|
|
79
|
-
export declare const matchText: Function;
|
|
80
|
-
/**
|
|
81
|
-
* @hidden
|
|
82
|
-
*/
|
|
83
|
-
export declare const elementFromPoint: (x: number, y: number) => Element;
|
|
84
|
-
/**
|
|
85
|
-
* @hidden
|
|
86
|
-
*
|
|
87
|
-
* Checks whether the passed object has all of the listed properties.
|
|
88
|
-
*/
|
|
89
|
-
export declare const hasProps: (obj: object, props: string[]) => boolean;
|
|
90
|
-
/**
|
|
91
|
-
* @hidden
|
|
92
|
-
*
|
|
93
|
-
* Checks whether an element is untouched by looking for the ng-untouched css class
|
|
94
|
-
*/
|
|
95
|
-
export declare const isUntouched: (element: HTMLElement) => boolean;
|
|
96
|
-
/**
|
|
97
|
-
* @hidden
|
|
98
|
-
*/
|
|
99
|
-
export declare const noop: (_: any) => void;
|
|
100
|
-
/**
|
|
101
|
-
* @hidden
|
|
102
|
-
*
|
|
103
|
-
* IE element `closest` polyfill.
|
|
104
|
-
* https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
|
|
105
|
-
*/
|
|
106
|
-
export declare const closest: (element: any, selector: string) => HTMLElement;
|
|
107
|
-
/**
|
|
108
|
-
* @hidden
|
|
109
|
-
*
|
|
110
|
-
* Parses a provided value to its type 'number' representation.
|
|
111
|
-
* If the parsed value (via Number(value)) is NaN, the provided default value is returned.
|
|
112
|
-
* Uses 0 as default value if a second param is not provided.
|
|
113
|
-
*/
|
|
114
|
-
export declare const parseNumber: (num: any, defaultValue?: number) => number;
|
|
115
|
-
/**
|
|
116
|
-
* @hidden
|
|
117
|
-
*
|
|
118
|
-
* Checks whether the passed target element is inside the provided host or popupRef.
|
|
119
|
-
*/
|
|
120
|
-
export declare const inDropDown: (host: ElementRef, target: HTMLElement, popupRef: PopupRef) => boolean;
|
|
121
|
-
/**
|
|
122
|
-
* @hidden
|
|
123
|
-
*
|
|
124
|
-
* Calculates the hierarchical level of an item, based on the provided index.
|
|
125
|
-
* The result level is zero-based (starts from 0).
|
|
126
|
-
*/
|
|
127
|
-
export declare const getHierarchicalItemLevel: (index: string) => number;
|
|
128
|
-
/**
|
|
129
|
-
* @hidden
|
|
130
|
-
*
|
|
131
|
-
* Retrieves all descendant nodes' lookups which are currently registered in the provided lookup item as a flat array.
|
|
132
|
-
*/
|
|
133
|
-
export declare const fetchDescendentNodes: (lookup: any, filterExpression?: (lookup: TreeItem) => boolean) => TreeItemLookup[];
|
|
134
|
-
/**
|
|
135
|
-
* @hidden
|
|
136
|
-
*
|
|
137
|
-
* Retrieves the correct value based on the item's level and the provided value field/s.
|
|
138
|
-
* Used in the MultiSelectTree component.
|
|
139
|
-
*/
|
|
140
|
-
export declare const valueFrom: ({ dataItem, index, level }: CheckedItem, valueField: string | string[]) => any;
|
|
141
|
-
/**
|
|
142
|
-
* @hidden
|
|
143
|
-
* Returns the size class based on the component and size input.
|
|
144
|
-
*/
|
|
145
|
-
export declare const getSizeClass: (component: string, size: DropDownSize) => string;
|
|
146
|
-
/**
|
|
147
|
-
* @hidden
|
|
148
|
-
* Returns the rounded class based on the rounded input.
|
|
149
|
-
*/
|
|
150
|
-
export declare const getRoundedClass: (rounded: DropDownRounded) => string;
|
|
151
|
-
/**
|
|
152
|
-
* @hidden
|
|
153
|
-
* Return the fillMode class based on the component and fillMode input.
|
|
154
|
-
*/
|
|
155
|
-
export declare const getFillModeClass: (component: string, fillMode: DropDownFillMode) => string;
|
|
156
|
-
/**
|
|
157
|
-
* @hidden
|
|
158
|
-
*/
|
|
159
|
-
export declare const filterAndMap: (arr: any[], predicate: (item: any) => boolean, mapper: (item: any) => any) => any[];
|
|
160
|
-
/**
|
|
161
|
-
* @hidden
|
|
162
|
-
*
|
|
163
|
-
* Checks if input is Japanese IME
|
|
164
|
-
*/
|
|
165
|
-
export declare const isJapanese: (input: any) => boolean;
|
|
166
|
-
/**
|
|
167
|
-
* @hidden
|
|
168
|
-
*/
|
|
169
|
-
export declare const isLetter: (text: string) => boolean;
|
|
170
|
-
/**
|
|
171
|
-
* @hidden
|
|
172
|
-
*/
|
|
173
|
-
export declare const getTextField: (field: string | string[], level: number) => string;
|
|
174
|
-
/**
|
|
175
|
-
* @hidden
|
|
176
|
-
*/
|
|
177
|
-
export declare const getSearchableItems: (treeViewId: string, element: HTMLElement) => {
|
|
178
|
-
text: string;
|
|
179
|
-
index: string;
|
|
180
|
-
}[];
|
|
181
|
-
/**
|
|
182
|
-
* Specifies the adaptive rendering of the component.
|
|
183
|
-
*
|
|
184
|
-
* The supported values are:
|
|
185
|
-
* * `none`—(default)
|
|
186
|
-
* * `auto`
|
|
187
|
-
*/
|
|
188
|
-
export type AdaptiveMode = 'none' | 'auto';
|
|
189
|
-
/**
|
|
190
|
-
* @hidden
|
|
191
|
-
*/
|
|
192
|
-
export declare const isTruthy: (value: any) => boolean;
|
|
193
|
-
/**
|
|
194
|
-
* @hidden
|
|
195
|
-
*/
|
|
196
|
-
export declare const setListBoxAriaLabelledBy: (optionsList: any, element: ElementRef, renderer: Renderer2) => void;
|
|
197
|
-
/**
|
|
198
|
-
* @hidden
|
|
199
|
-
*/
|
|
200
|
-
export declare const setActionSheetTitle: (element: ElementRef, actionSheetTitle: string) => string;
|
|
201
|
-
/**
|
|
202
|
-
* @hidden
|
|
203
|
-
*/
|
|
204
|
-
export declare const animationDuration = 300;
|
package/directives.d.ts
DELETED
|
@@ -1,67 +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 { PrefixTemplateDirective, SuffixTemplateDirective, SeparatorComponent, ToggleButtonTabStopDirective } from "@progress/kendo-angular-common";
|
|
6
|
-
import { AutoCompleteComponent } from "./autocomplete/autocomplete.component";
|
|
7
|
-
import { FilterDirective } from "./common/filtering/filter.directive";
|
|
8
|
-
import { CustomMessagesComponent } from "./common/localization/custom-messages.component";
|
|
9
|
-
import { FixedGroupTemplateDirective } from "./common/templates/fixed-group-template.directive";
|
|
10
|
-
import { FooterTemplateDirective } from "./common/templates/footer-template.directive";
|
|
11
|
-
import { GroupTemplateDirective } from "./common/templates/group-template.directive";
|
|
12
|
-
import { HeaderTemplateDirective } from "./common/templates/header-template.directive";
|
|
13
|
-
import { ItemTemplateDirective } from "./common/templates/item-template.directive";
|
|
14
|
-
import { NoDataTemplateDirective } from "./common/templates/no-data-template.directive";
|
|
15
|
-
import { ComboBoxComponent } from "./comboboxes/combobox.component";
|
|
16
|
-
import { MultiColumnComboBoxComponent } from "./comboboxes/multicolumncombobox.component";
|
|
17
|
-
import { ComboBoxColumnComponent } from "./comboboxes/combobox-column/combobox-column.component";
|
|
18
|
-
import { ColumnHeaderTemplateDirective } from "./comboboxes/combobox-column/column-header-template.directive";
|
|
19
|
-
import { ColumnCellTemplateDirective } from "./comboboxes/combobox-column/column-cell-template.directive";
|
|
20
|
-
import { DropDownListComponent } from "./dropdownlist/dropdownlist.component";
|
|
21
|
-
import { ValueTemplateDirective } from "./common/templates/value-template.directive";
|
|
22
|
-
import { MultiSelectComponent } from "./multiselect/multiselect.component";
|
|
23
|
-
import { SummaryTagDirective } from "./multiselect/summary-tag.directive";
|
|
24
|
-
import { CustomItemTemplateDirective } from "./common/templates/custom-item-template.directive";
|
|
25
|
-
import { GroupTagTemplateDirective } from "./common/templates/group-tag-template.directive";
|
|
26
|
-
import { TagTemplateDirective } from "./common/templates/tag-template.directive";
|
|
27
|
-
import { DropDownTreeComponent } from "./dropdowntrees/dropdowntree.component";
|
|
28
|
-
import { MultiSelectTreeComponent } from "./dropdowntrees/multiselecttree.component";
|
|
29
|
-
import { DropDownTreeFlatBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
|
|
30
|
-
import { DropDownTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
|
|
31
|
-
import { MultiSelectTreeFlatBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
|
|
32
|
-
import { MultiSelectTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
|
|
33
|
-
import { DropDownTreesExpandDirective } from "./dropdowntrees/expanded-state/expand.directive";
|
|
34
|
-
import { NodeTemplateDirective } from "./dropdowntrees/templates/node-template.directive";
|
|
35
|
-
import { MultiSelectTreeSummaryTagDirective } from "./dropdowntrees/summary-tag/summary-tag.directive";
|
|
36
|
-
/**
|
|
37
|
-
* Utility array that contains all `AutoComplete` related components and directives
|
|
38
|
-
*/
|
|
39
|
-
export declare const KENDO_AUTOCOMPLETE: readonly [typeof AutoCompleteComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent];
|
|
40
|
-
/**
|
|
41
|
-
* Utility array that contains all `ComboBox` related components and directives
|
|
42
|
-
*/
|
|
43
|
-
export declare const KENDO_COMBOBOX: readonly [typeof ComboBoxComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent, typeof ToggleButtonTabStopDirective];
|
|
44
|
-
/**
|
|
45
|
-
* Utility array that contains all `MultiColumnComboBox` related components and directives
|
|
46
|
-
*/
|
|
47
|
-
export declare const KENDO_MULTICOLUMNCOMBOBOX: readonly [typeof MultiColumnComboBoxComponent, typeof ComboBoxColumnComponent, typeof ColumnHeaderTemplateDirective, typeof ColumnCellTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent, typeof ToggleButtonTabStopDirective];
|
|
48
|
-
/**
|
|
49
|
-
* Utility array that contains all `DropDownList` related components and directives
|
|
50
|
-
*/
|
|
51
|
-
export declare const KENDO_DROPDOWNLIST: readonly [typeof DropDownListComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent];
|
|
52
|
-
/**
|
|
53
|
-
* Utility array that contains all `MultiSelect` related components and directives
|
|
54
|
-
*/
|
|
55
|
-
export declare const KENDO_MULTISELECT: readonly [typeof MultiSelectComponent, typeof SummaryTagDirective, typeof CustomItemTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent];
|
|
56
|
-
/**
|
|
57
|
-
* Utility array that contains all `DropDownTree` related components and directives
|
|
58
|
-
*/
|
|
59
|
-
export declare const KENDO_DROPDOWNTREE: readonly [typeof DropDownTreeComponent, typeof DropDownTreeFlatBindingDirective, typeof DropDownTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
|
|
60
|
-
/**
|
|
61
|
-
* Utility array that contains all `MultiSelectTree` related components and directives
|
|
62
|
-
*/
|
|
63
|
-
export declare const KENDO_MULTISELECTTREE: readonly [typeof MultiSelectTreeComponent, typeof MultiSelectTreeFlatBindingDirective, typeof MultiSelectTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof MultiSelectTreeSummaryTagDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
|
|
64
|
-
/**
|
|
65
|
-
* Utility array that contains all `@progress/kendo-angular-dropdowns` related components and directives
|
|
66
|
-
*/
|
|
67
|
-
export declare const KENDO_DROPDOWNS: readonly [typeof AutoCompleteComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent, typeof ComboBoxComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent, typeof ToggleButtonTabStopDirective, typeof MultiColumnComboBoxComponent, typeof ComboBoxColumnComponent, typeof ColumnHeaderTemplateDirective, typeof ColumnCellTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent, typeof ToggleButtonTabStopDirective, typeof DropDownListComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof MultiSelectComponent, typeof SummaryTagDirective, typeof CustomItemTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof SeparatorComponent, typeof DropDownTreeComponent, typeof DropDownTreeFlatBindingDirective, typeof DropDownTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent, typeof MultiSelectTreeComponent, typeof MultiSelectTreeFlatBindingDirective, typeof MultiSelectTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof MultiSelectTreeSummaryTagDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
|