@progress/kendo-angular-dropdowns 24.2.2-develop.9 → 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
package/dropdowns.module.d.ts
DELETED
|
@@ -1,60 +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 * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./autocomplete/autocomplete.component";
|
|
7
|
-
import * as i2 from "./common/templates/fixed-group-template.directive";
|
|
8
|
-
import * as i3 from "./common/templates/footer-template.directive";
|
|
9
|
-
import * as i4 from "./common/templates/group-template.directive";
|
|
10
|
-
import * as i5 from "./common/templates/header-template.directive";
|
|
11
|
-
import * as i6 from "./common/templates/item-template.directive";
|
|
12
|
-
import * as i7 from "./common/templates/no-data-template.directive";
|
|
13
|
-
import * as i8 from "./common/filtering/filter.directive";
|
|
14
|
-
import * as i9 from "./common/localization/custom-messages.component";
|
|
15
|
-
import * as i10 from "@progress/kendo-angular-common";
|
|
16
|
-
import * as i11 from "./comboboxes/combobox.component";
|
|
17
|
-
import * as i12 from "./comboboxes/multicolumncombobox.component";
|
|
18
|
-
import * as i13 from "./comboboxes/combobox-column/combobox-column.component";
|
|
19
|
-
import * as i14 from "./comboboxes/combobox-column/column-header-template.directive";
|
|
20
|
-
import * as i15 from "./comboboxes/combobox-column/column-cell-template.directive";
|
|
21
|
-
import * as i16 from "./dropdownlist/dropdownlist.component";
|
|
22
|
-
import * as i17 from "./common/templates/value-template.directive";
|
|
23
|
-
import * as i18 from "./multiselect/multiselect.component";
|
|
24
|
-
import * as i19 from "./multiselect/summary-tag.directive";
|
|
25
|
-
import * as i20 from "./common/templates/custom-item-template.directive";
|
|
26
|
-
import * as i21 from "./common/templates/group-tag-template.directive";
|
|
27
|
-
import * as i22 from "./common/templates/tag-template.directive";
|
|
28
|
-
import * as i23 from "./dropdowntrees/dropdowntree.component";
|
|
29
|
-
import * as i24 from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
|
|
30
|
-
import * as i25 from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
|
|
31
|
-
import * as i26 from "./dropdowntrees/expanded-state/expand.directive";
|
|
32
|
-
import * as i27 from "./dropdowntrees/templates/node-template.directive";
|
|
33
|
-
import * as i28 from "./dropdowntrees/multiselecttree.component";
|
|
34
|
-
import * as i29 from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
|
|
35
|
-
import * as i30 from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
|
|
36
|
-
import * as i31 from "./dropdowntrees/summary-tag/summary-tag.directive";
|
|
37
|
-
/**
|
|
38
|
-
* Required for adding all DropDowns features in NgModule-based Angular applications.
|
|
39
|
-
*
|
|
40
|
-
* @example
|
|
41
|
-
* ```typescript
|
|
42
|
-
* // Import the DropDownsModule
|
|
43
|
-
* import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
44
|
-
* import { NgModule } from '@angular/core';
|
|
45
|
-
* import { BrowserModule } from '@angular/platform-browser';
|
|
46
|
-
* import { AppComponent } from './app.component';
|
|
47
|
-
*
|
|
48
|
-
* @NgModule({
|
|
49
|
-
* declarations: [AppComponent],
|
|
50
|
-
* imports: [BrowserModule, DropDownsModule],
|
|
51
|
-
* bootstrap: [AppComponent]
|
|
52
|
-
* })
|
|
53
|
-
* export class AppModule {}
|
|
54
|
-
* ```
|
|
55
|
-
*/
|
|
56
|
-
export declare class DropDownsModule {
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownsModule, never>;
|
|
58
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownsModule, never, [typeof i1.AutoCompleteComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i11.ComboBoxComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i10.ToggleButtonTabStopDirective, typeof i12.MultiColumnComboBoxComponent, typeof i13.ComboBoxColumnComponent, typeof i14.ColumnHeaderTemplateDirective, typeof i15.ColumnCellTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i10.ToggleButtonTabStopDirective, typeof i16.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i18.MultiSelectComponent, typeof i19.SummaryTagDirective, typeof i20.CustomItemTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i23.DropDownTreeComponent, typeof i24.DropDownTreeFlatBindingDirective, typeof i25.DropDownTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i28.MultiSelectTreeComponent, typeof i29.MultiSelectTreeFlatBindingDirective, typeof i30.MultiSelectTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i31.MultiSelectTreeSummaryTagDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i10.PrefixTemplateDirective, typeof i10.SuffixTemplateDirective, typeof i10.SeparatorComponent, typeof i10.ToggleButtonTabStopDirective], [typeof i1.AutoCompleteComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i11.ComboBoxComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i10.ToggleButtonTabStopDirective, typeof i12.MultiColumnComboBoxComponent, typeof i13.ComboBoxColumnComponent, typeof i14.ColumnHeaderTemplateDirective, typeof i15.ColumnCellTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i10.ToggleButtonTabStopDirective, typeof i16.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i18.MultiSelectComponent, typeof i19.SummaryTagDirective, typeof i20.CustomItemTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i10.SeparatorComponent, typeof i23.DropDownTreeComponent, typeof i24.DropDownTreeFlatBindingDirective, typeof i25.DropDownTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i28.MultiSelectTreeComponent, typeof i29.MultiSelectTreeFlatBindingDirective, typeof i30.MultiSelectTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i31.MultiSelectTreeSummaryTagDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i10.PrefixTemplateDirective, typeof i10.SuffixTemplateDirective, typeof i10.SeparatorComponent, typeof i10.ToggleButtonTabStopDirective]>;
|
|
59
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownsModule>;
|
|
60
|
-
}
|
|
@@ -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 { TreeItem } from '@progress/kendo-angular-treeview';
|
|
6
|
-
import { CheckedItem } from './checked-item';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*
|
|
11
|
-
* A directive which manages the in-memory checked state of the MultiSelectTree nodes.
|
|
12
|
-
*/
|
|
13
|
-
export declare abstract class BaseCheckDirective {
|
|
14
|
-
/**
|
|
15
|
-
* Sets the item key or keys to compare data items.
|
|
16
|
-
*/
|
|
17
|
-
abstract valueField: string | string[];
|
|
18
|
-
/**
|
|
19
|
-
* Sets the collection that stores all checked items.
|
|
20
|
-
*/
|
|
21
|
-
abstract checkedItems: CheckedItem[];
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
* The flag is needed in order to determine how to construct the items map keys.
|
|
25
|
-
* If `true`, then the key consists of the item's value and level (depth),
|
|
26
|
-
* else the key consists of the item's value and 0 (no leveling required)
|
|
27
|
-
*/
|
|
28
|
-
isHeterogeneous: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* Holds a `Set` with only the checked item keys. Updates this set each time the `checkedItems` value or content changes and uses it for fast look-up to check if an item is checked.
|
|
31
|
-
*/
|
|
32
|
-
abstract checkedKeys: Set<any>;
|
|
33
|
-
protected addItem(item: TreeItem): void;
|
|
34
|
-
protected removeItem(item: TreeItem): void;
|
|
35
|
-
protected isItemChecked(item: CheckedItem): boolean;
|
|
36
|
-
protected updateItems(): void;
|
|
37
|
-
/**
|
|
38
|
-
* Add the item's depth to its value so you can have duplicate values on different levels.
|
|
39
|
-
*
|
|
40
|
-
* @param item - The checked key.
|
|
41
|
-
* @returns { string } - A string key consisting of the item's `valueField` value and its depth (depth is 0 if data is homogeneous).
|
|
42
|
-
*/
|
|
43
|
-
private getKey;
|
|
44
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseCheckDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseCheckDirective, never, never, { "valueField": { "alias": "valueField"; "required": false; }; "checkedItems": { "alias": "checkedItems"; "required": false; }; "isHeterogeneous": { "alias": "isHeterogeneous"; "required": false; }; }, {}, never, never, true, never>;
|
|
46
|
-
}
|
|
@@ -1,53 +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 { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { TreeViewComponent } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import { BaseCheckDirective } from './base-check.directive';
|
|
8
|
-
import { CheckedItem } from './checked-item';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*
|
|
13
|
-
* A directive which manages the in-memory checked state of the MultiSelectTree nodes.
|
|
14
|
-
*/
|
|
15
|
-
export declare class CheckAllDirective extends BaseCheckDirective implements OnChanges, OnInit {
|
|
16
|
-
private element;
|
|
17
|
-
private zone;
|
|
18
|
-
cdr: ChangeDetectorRef;
|
|
19
|
-
renderer: Renderer2;
|
|
20
|
-
lastAction: 'check' | 'uncheck';
|
|
21
|
-
treeview: TreeViewComponent;
|
|
22
|
-
/**
|
|
23
|
-
* Sets the collection that stores all checked items.
|
|
24
|
-
*/
|
|
25
|
-
checkedItems: CheckedItem[];
|
|
26
|
-
/**
|
|
27
|
-
* Sets the item key or keys to compare data items.
|
|
28
|
-
*/
|
|
29
|
-
valueField: string | string[];
|
|
30
|
-
focused: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Fires when the `checkedItems` collection updates.
|
|
33
|
-
*/
|
|
34
|
-
checkedItemsChange: EventEmitter<CheckedItem[]>;
|
|
35
|
-
/**
|
|
36
|
-
* Holds a `Set` with only the checked item keys. Updates this set each time the `checkedItems` value or content changes and uses it for fast look-up to check if an item is checked.
|
|
37
|
-
*/
|
|
38
|
-
checkedKeys: Set<any>;
|
|
39
|
-
private currentCheckedState;
|
|
40
|
-
private currentIndeterminateState;
|
|
41
|
-
handleChange(event: any): void;
|
|
42
|
-
get isIndeterminate(): boolean;
|
|
43
|
-
get isChecked(): boolean;
|
|
44
|
-
constructor(element: ElementRef, zone: NgZone, cdr: ChangeDetectorRef, renderer: Renderer2);
|
|
45
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
46
|
-
ngOnInit(): void;
|
|
47
|
-
private nextTick;
|
|
48
|
-
private checkNode;
|
|
49
|
-
private allChecked;
|
|
50
|
-
private someChecked;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckAllDirective, never>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckAllDirective, "[checkAll]", never, { "lastAction": { "alias": "lastAction"; "required": false; }; "treeview": { "alias": "treeview"; "required": false; }; "checkedItems": { "alias": "checkedItems"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "focused": { "alias": "checkAll"; "required": false; }; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, true, never>;
|
|
53
|
-
}
|
|
@@ -1,53 +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, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { TreeViewComponent } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import { CheckedItem } from './checked-item';
|
|
8
|
-
import { MultiSelectTreeCheckableSettings } from './checkable-settings';
|
|
9
|
-
import { BaseCheckDirective } from './base-check.directive';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*
|
|
14
|
-
* A directive which manages the in-memory checked state of the MultiSelectTree nodes.
|
|
15
|
-
*/
|
|
16
|
-
export declare class CheckDirective extends BaseCheckDirective implements OnChanges, OnDestroy {
|
|
17
|
-
private treeView;
|
|
18
|
-
/**
|
|
19
|
-
* Specifies whether items are checked on click and if checking a node also checks its children.
|
|
20
|
-
* The `checkChildren` property also controls parent item checking (checking all child items automatically checks the parent).
|
|
21
|
-
*/
|
|
22
|
-
checkable: MultiSelectTreeCheckableSettings;
|
|
23
|
-
/**
|
|
24
|
-
* Sets the item key or keys to compare data items.
|
|
25
|
-
*/
|
|
26
|
-
valueField: string | string[];
|
|
27
|
-
/**
|
|
28
|
-
* Sets the collection that stores all checked items.
|
|
29
|
-
*/
|
|
30
|
-
checkedItems: CheckedItem[];
|
|
31
|
-
/**
|
|
32
|
-
* Fires when the `checkedItems` collection updates.
|
|
33
|
-
*/
|
|
34
|
-
checkedItemsChange: EventEmitter<CheckedItem[]>;
|
|
35
|
-
/**
|
|
36
|
-
* Holds a `Set` with only the checked item keys. Updates this set each time the `checkedItems` value or content changes and uses it for fast look-up to check if an item is checked.
|
|
37
|
-
*/
|
|
38
|
-
checkedKeys: Set<any>;
|
|
39
|
-
private subscriptions;
|
|
40
|
-
private clickSubscription;
|
|
41
|
-
constructor(treeView: TreeViewComponent);
|
|
42
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
43
|
-
ngOnDestroy(): void;
|
|
44
|
-
private getCheckedState;
|
|
45
|
-
private handleCheckedChange;
|
|
46
|
-
private toggleCheckOnClick;
|
|
47
|
-
private unsubscribeClick;
|
|
48
|
-
private checkNode;
|
|
49
|
-
private checkParents;
|
|
50
|
-
private isItemIndeterminate;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckDirective, never>;
|
|
52
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CheckDirective, "[kendoMultiSelectTreeCheckable]", never, { "checkable": { "alias": "checkable"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "checkedItems": { "alias": "checkedItems"; "required": false; }; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, true, never>;
|
|
53
|
-
}
|
|
@@ -1,19 +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
|
-
/**
|
|
6
|
-
* Configures the checkbox behavior of the MultiSelectTree component.
|
|
7
|
-
*/
|
|
8
|
-
export interface MultiSelectTreeCheckableSettings {
|
|
9
|
-
/**
|
|
10
|
-
* When `true`, child nodes are checked automatically.
|
|
11
|
-
*
|
|
12
|
-
* > When you enable this property, use it with [`loadOnDemand`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/multiselecttreecomponent#loadondemand) set to 'false' ([see example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselecttree/checkable-settings)). Otherwise, after expanding a checked node and loading its inner items, the value selected in the widget and the checked items in the drop-down will not be in sync. This scenario is not supported.
|
|
13
|
-
*/
|
|
14
|
-
checkChildren?: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Specifies if on clicking the tree node, the item will be checked or unchecked, or if selection will be performed only on checkbox click.
|
|
17
|
-
*/
|
|
18
|
-
checkOnClick?: boolean;
|
|
19
|
-
}
|
|
@@ -1,28 +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
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*
|
|
8
|
-
* The item type used by the internal `kendoMultiSelectTreeCheckable` directive's `checkedItems` and `checkedItemsChange`.
|
|
9
|
-
*/
|
|
10
|
-
export interface CheckedItem {
|
|
11
|
-
/**
|
|
12
|
-
* Represents the node data item.
|
|
13
|
-
*/
|
|
14
|
-
dataItem: any;
|
|
15
|
-
/**
|
|
16
|
-
* Represents the hierarchical node index.
|
|
17
|
-
*/
|
|
18
|
-
index?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Represents the hierarchical item level.
|
|
21
|
-
* Used to get the correct `valueField` when using heterogeneous data.
|
|
22
|
-
*/
|
|
23
|
-
level?: number;
|
|
24
|
-
/**
|
|
25
|
-
* Represents a unique key identifier made from the item's value and level (if using heterogeneous data).
|
|
26
|
-
*/
|
|
27
|
-
key?: string;
|
|
28
|
-
}
|
|
@@ -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 { OnChanges, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { DataBoundComponent, FlatDataBindingDirective } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Retrieves child nodes when the provided data is flat.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-dropdowntree kendoDropDownTreeFlatBinding [nodes]="data" [valueField]="'id'"></kendo-dropdowntree>
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @remarks
|
|
17
|
-
* Applied to: {@link DropDownTreeComponent}.
|
|
18
|
-
*/
|
|
19
|
-
export declare class DropDownTreeFlatBindingDirective extends FlatDataBindingDirective implements OnChanges {
|
|
20
|
-
private dropDownTree;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the nodes to display in the DropDownTree.
|
|
23
|
-
*/
|
|
24
|
-
set nodes(nodes: any[]);
|
|
25
|
-
get nodes(): any[];
|
|
26
|
-
/**
|
|
27
|
-
* Sets the unique field that identifies a node.
|
|
28
|
-
*/
|
|
29
|
-
idField: string;
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
set filter(term: string);
|
|
34
|
-
constructor(dropDownTree: DataBoundComponent);
|
|
35
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeFlatBindingDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeFlatBindingDirective, "[kendoDropDownTreeFlatBinding]", never, { "nodes": { "alias": "kendoDropDownTreeFlatBinding"; "required": false; }; "idField": { "alias": "valueField"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,34 +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 { OnChanges, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { DataBoundComponent, HierarchyBindingDirective } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Retrieves child nodes when the provided data is hierarchical.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-dropdowntree kendoDropDownTreeHierarchyBinding [nodes]="data" [valueField]="'id'"></kendo-dropdowntree>
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @remarks
|
|
17
|
-
* Applied to: {@link DropDownTreeComponent}.
|
|
18
|
-
*/
|
|
19
|
-
export declare class DropDownTreeHierarchyBindingDirective extends HierarchyBindingDirective implements OnChanges {
|
|
20
|
-
private dropDownTree;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the nodes to display in the DropDownTree.
|
|
23
|
-
*/
|
|
24
|
-
set nodes(nodes: any[]);
|
|
25
|
-
get nodes(): any[];
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
set filter(term: string);
|
|
30
|
-
constructor(dropDownTree: DataBoundComponent);
|
|
31
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeHierarchyBindingDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeHierarchyBindingDirective, "[kendoDropDownTreeHierarchyBinding]", never, { "nodes": { "alias": "kendoDropDownTreeHierarchyBinding"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
-
}
|
|
@@ -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 { OnChanges, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { DataBoundComponent, FlatDataBindingDirective } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Retrieves child nodes when the provided data is flat for the MultiSelectTree.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-multiselecttree kendoMultiSelectTreeFlatBinding [nodes]="data" [valueField]="'id'"></kendo-multiselecttree>
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @remarks
|
|
17
|
-
* Applied to: {@link MultiSelectTreeComponent}.
|
|
18
|
-
*/
|
|
19
|
-
export declare class MultiSelectTreeFlatBindingDirective extends FlatDataBindingDirective implements OnChanges {
|
|
20
|
-
private multiSelectTree;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the nodes to display in the MultiSelectTree.
|
|
23
|
-
*/
|
|
24
|
-
set nodes(nodes: any[]);
|
|
25
|
-
get nodes(): any[];
|
|
26
|
-
/**
|
|
27
|
-
* Sets the unique field that identifies a node.
|
|
28
|
-
*/
|
|
29
|
-
idField: string;
|
|
30
|
-
/**
|
|
31
|
-
* @hidden
|
|
32
|
-
*/
|
|
33
|
-
set filter(term: string);
|
|
34
|
-
constructor(multiSelectTree: DataBoundComponent);
|
|
35
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeFlatBindingDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeFlatBindingDirective, "[kendoMultiSelectTreeFlatBinding]", never, { "nodes": { "alias": "kendoMultiSelectTreeFlatBinding"; "required": false; }; "idField": { "alias": "valueField"; "required": false; }; }, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,34 +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 { OnChanges, SimpleChanges } from '@angular/core';
|
|
6
|
-
import { DataBoundComponent, HierarchyBindingDirective } from '@progress/kendo-angular-treeview';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Retrieves child nodes when the provided data is hierarchical for the MultiSelectTree.
|
|
10
|
-
*
|
|
11
|
-
* * @example
|
|
12
|
-
* ```html
|
|
13
|
-
* <kendo-multiselecttree kendoMultiSelectTreeHierarchyBinding [nodes]="data" [valueField]="'id'"></kendo-multiselecttree>
|
|
14
|
-
* ```
|
|
15
|
-
*
|
|
16
|
-
* @remarks
|
|
17
|
-
* Applied to: {@link MultiSelectTreeComponent}.
|
|
18
|
-
*/
|
|
19
|
-
export declare class MultiSelectTreeHierarchyBindingDirective extends HierarchyBindingDirective implements OnChanges {
|
|
20
|
-
private multiSelectTree;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the nodes to display in the MultiSelectTree.
|
|
23
|
-
*/
|
|
24
|
-
set nodes(nodes: any[]);
|
|
25
|
-
get nodes(): any[];
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
set filter(term: string);
|
|
30
|
-
constructor(multiSelectTree: DataBoundComponent);
|
|
31
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeHierarchyBindingDirective, never>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeHierarchyBindingDirective, "[kendoMultiSelectTreeHierarchyBinding]", never, { "nodes": { "alias": "kendoMultiSelectTreeHierarchyBinding"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
-
}
|