@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,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 * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./multiselect.component";
|
|
7
|
-
import * as i2 from "./summary-tag.directive";
|
|
8
|
-
import * as i3 from "../common/templates/custom-item-template.directive";
|
|
9
|
-
import * as i4 from "../common/templates/fixed-group-template.directive";
|
|
10
|
-
import * as i5 from "../common/templates/footer-template.directive";
|
|
11
|
-
import * as i6 from "../common/templates/group-template.directive";
|
|
12
|
-
import * as i7 from "../common/templates/group-tag-template.directive";
|
|
13
|
-
import * as i8 from "../common/templates/tag-template.directive";
|
|
14
|
-
import * as i9 from "../common/templates/header-template.directive";
|
|
15
|
-
import * as i10 from "../common/templates/item-template.directive";
|
|
16
|
-
import * as i11 from "../common/templates/no-data-template.directive";
|
|
17
|
-
import * as i12 from "../common/filtering/filter.directive";
|
|
18
|
-
import * as i13 from "../common/localization/custom-messages.component";
|
|
19
|
-
import * as i14 from "@progress/kendo-angular-common";
|
|
20
|
-
/**
|
|
21
|
-
* Required for adding all MultiSelect features in NgModule-based Angular applications.
|
|
22
|
-
*
|
|
23
|
-
* This module exports all MultiSelect-related components and directives:
|
|
24
|
-
* - `MultiSelectComponent`—The main MultiSelect component class.
|
|
25
|
-
* - `SummaryTagDirective`—The summary tag directive for MultiSelect.
|
|
26
|
-
* - `ItemTemplateDirective`—The item template directive.
|
|
27
|
-
* - `CustomItemTemplateDirective`—The custom item template directive.
|
|
28
|
-
* - `TagTemplateDirective`—The tag template directive.
|
|
29
|
-
* - `GroupTagTemplateDirective`—The group tag template directive.
|
|
30
|
-
* - `SummaryTagTemplateDirective`—The summary tag template directive.
|
|
31
|
-
* - `HeaderTemplateDirective`—The header template directive.
|
|
32
|
-
* - `FooterTemplateDirective`—The footer template directive.
|
|
33
|
-
* - `NoDataTemplateDirective`—The no-data template directive.
|
|
34
|
-
* - `FilterDirective`—The filter directive.
|
|
35
|
-
* - `CustomMessagesComponent`—The custom messages component.
|
|
36
|
-
* - `GroupTemplateDirective`—The group template directive.
|
|
37
|
-
* - `FixedGroupTemplateDirective`—The fixed group template directive.
|
|
38
|
-
* - `SuffixTemplateDirective`—The suffix template directive.
|
|
39
|
-
* - `PrefixTemplateDirective`—The prefix template directive.
|
|
40
|
-
*
|
|
41
|
-
* ```ts
|
|
42
|
-
* import { MultiSelectModule } from '@progress/kendo-angular-dropdowns';
|
|
43
|
-
* @NgModule({
|
|
44
|
-
* imports: [ MultiSelectModule ],
|
|
45
|
-
* declarations: [ AppComponent ],
|
|
46
|
-
* bootstrap: [ AppComponent ],
|
|
47
|
-
* })
|
|
48
|
-
* ```
|
|
49
|
-
*/
|
|
50
|
-
export declare class MultiSelectModule {
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
|
|
52
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, never, [typeof i1.MultiSelectComponent, typeof i2.SummaryTagDirective, typeof i3.CustomItemTemplateDirective, typeof i4.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i6.GroupTemplateDirective, typeof i7.GroupTagTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.HeaderTemplateDirective, typeof i10.ItemTemplateDirective, typeof i11.NoDataTemplateDirective, typeof i12.FilterDirective, typeof i13.CustomMessagesComponent, typeof i14.SuffixTemplateDirective, typeof i14.PrefixTemplateDirective, typeof i14.SeparatorComponent, typeof i14.PrefixTemplateDirective, typeof i14.SuffixTemplateDirective, typeof i14.SeparatorComponent], [typeof i1.MultiSelectComponent, typeof i2.SummaryTagDirective, typeof i3.CustomItemTemplateDirective, typeof i4.FixedGroupTemplateDirective, typeof i5.FooterTemplateDirective, typeof i6.GroupTemplateDirective, typeof i7.GroupTagTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.HeaderTemplateDirective, typeof i10.ItemTemplateDirective, typeof i11.NoDataTemplateDirective, typeof i12.FilterDirective, typeof i13.CustomMessagesComponent, typeof i14.SuffixTemplateDirective, typeof i14.PrefixTemplateDirective, typeof i14.SeparatorComponent, typeof i14.PrefixTemplateDirective, typeof i14.SuffixTemplateDirective, typeof i14.SeparatorComponent]>;
|
|
53
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
|
|
54
|
-
}
|
|
@@ -1,36 +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 } from '@angular/core';
|
|
6
|
-
import { MultiSelectComponent } from './multiselect.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Configures the MultiSelect to show one summary tag for all selected items.
|
|
10
|
-
* Set a number to display the summary tag after the respective number of items are selected.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselect/summary-tag-mode).
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```ts-no-run
|
|
15
|
-
* <kendo-multiselect kendoMultiSelectSummaryTag [data]="data"></kendo-multiselect>
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```ts-no-run
|
|
20
|
-
* <kendo-multiselect [kendoMultiSelectSummaryTag]="2" [data]="data"></kendo-multiselect>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class SummaryTagDirective implements OnChanges {
|
|
24
|
-
private multiSelectComponent;
|
|
25
|
-
/**
|
|
26
|
-
* Sets the number of selected items after which the summary tag appears.
|
|
27
|
-
*
|
|
28
|
-
* @default 0
|
|
29
|
-
*/
|
|
30
|
-
showAfter: number | string;
|
|
31
|
-
constructor(multiSelectComponent: MultiSelectComponent);
|
|
32
|
-
ngOnChanges(changes: any): void;
|
|
33
|
-
private createTagMapper;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryTagDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SummaryTagDirective, "[kendoMultiSelectSummaryTag]", never, { "showAfter": { "alias": "kendoMultiSelectSummaryTag"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
package/package-metadata.d.ts
DELETED
|
@@ -1,9 +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 { type PackageMetadata } from '@progress/kendo-licensing';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare const packageMetadata: PackageMetadata;
|