@progress/kendo-angular-dropdowns 24.2.2 → 25.0.0-develop.12
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 +789 -478
- package/index.d.ts +5821 -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,33 +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 { ExpandableComponent, ExpandDirective, FilterExpandSettings } from '@progress/kendo-angular-treeview';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Manages the expanded state of the popup TreeView.
|
|
9
|
-
* @example
|
|
10
|
-
* ```html
|
|
11
|
-
* <kendo-dropdowntree kendoDropDownTreeExpandable></kendo-dropdowntree>
|
|
12
|
-
* ```
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-multiselecttree kendoMultiSelectTreeExpandable> </kendo-multiselecttree>
|
|
16
|
-
* ```
|
|
17
|
-
* @remarks
|
|
18
|
-
* Applied to: {@link DropDownTreeComponent}, {@link MultiSelectTreeComponent}.
|
|
19
|
-
*/
|
|
20
|
-
export declare class DropDownTreesExpandDirective extends ExpandDirective {
|
|
21
|
-
private dropDownTree;
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*
|
|
25
|
-
* Ensures a user-defined `isNodeExpanded` callback will not be overriden by the default directive setup.
|
|
26
|
-
* Implemented as a value setter in the base directive, this just overrides the input name.
|
|
27
|
-
*/
|
|
28
|
-
set isExpanded(value: (item: object, index: string) => boolean);
|
|
29
|
-
get filterExpandSettings(): FilterExpandSettings;
|
|
30
|
-
constructor(dropDownTree: ExpandableComponent);
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreesExpandDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreesExpandDirective, "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", never, { "isExpanded": { "alias": "isNodeExpanded"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,51 +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
|
-
export interface NormalizedTreeItem {
|
|
9
|
-
/**
|
|
10
|
-
* The original dataItem
|
|
11
|
-
*/
|
|
12
|
-
dataItem?: any;
|
|
13
|
-
/**
|
|
14
|
-
* The unique item's key identifier.
|
|
15
|
-
*/
|
|
16
|
-
key?: string;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export interface NormalizedItemLookup {
|
|
22
|
-
/**
|
|
23
|
-
* The current TreeItem instance
|
|
24
|
-
*/
|
|
25
|
-
item: NormalizedTreeItem;
|
|
26
|
-
/**
|
|
27
|
-
* The children of the current node
|
|
28
|
-
*/
|
|
29
|
-
children?: NormalizedTreeItem[];
|
|
30
|
-
/**
|
|
31
|
-
* The parent of the current node
|
|
32
|
-
*/
|
|
33
|
-
parent?: NormalizedItemLookup;
|
|
34
|
-
}
|
|
35
|
-
/**
|
|
36
|
-
* @hidden
|
|
37
|
-
*/
|
|
38
|
-
export interface NormalizedTreeItemLookup {
|
|
39
|
-
/**
|
|
40
|
-
* The current TreeItem instance.
|
|
41
|
-
*/
|
|
42
|
-
item: NormalizedTreeItem;
|
|
43
|
-
/**
|
|
44
|
-
* The lookup details for the parent of the current TreeView node.
|
|
45
|
-
*/
|
|
46
|
-
parent?: NormalizedItemLookup;
|
|
47
|
-
/**
|
|
48
|
-
* The lookup details for the children of the current TreeView node.
|
|
49
|
-
*/
|
|
50
|
-
children?: NormalizedTreeItemLookup[];
|
|
51
|
-
}
|
|
@@ -1,32 +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 { NormalizedItemLookup, NormalizedTreeItem, NormalizedTreeItemLookup } from './lookup';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare const nodeIndex: (item: NormalizedTreeItem) => string;
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare const buildTreeIndex: (parentIndex: string, itemIndex: string | number) => string;
|
|
15
|
-
/**
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
export declare const buildTreeItem: (dataItem: any, valueField: any, currentLevelIndex: number) => NormalizedTreeItem;
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export declare class MultiSelectTreeLookupService {
|
|
23
|
-
private map;
|
|
24
|
-
reset(): void;
|
|
25
|
-
registerChildren(index: string, children: NormalizedTreeItem[]): void;
|
|
26
|
-
item(index: string): NormalizedItemLookup;
|
|
27
|
-
registerItem(item: any, parent?: NormalizedTreeItem): void;
|
|
28
|
-
itemLookup(index: string): NormalizedTreeItemLookup;
|
|
29
|
-
private mapChildren;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeLookupService, never>;
|
|
31
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MultiSelectTreeLookupService>;
|
|
32
|
-
}
|