@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 { TemplateRef } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Renders the column cell content of the MultiColumnComboBox component.
|
|
9
|
-
*
|
|
10
|
-
* To define a column cell template, nest an `<ng-template>` tag with the `kendoMultiColumnComboBoxColumnCellTemplate` directive inside the [`<kendo-combobox-column>`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent) tag.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates).
|
|
12
|
-
*
|
|
13
|
-
* The context variables are:
|
|
14
|
-
* - `let-dataItem="dataItem"` (`any`)—The current data item. Also available as the implicit context variable.
|
|
15
|
-
* - `let-column="column"` ([`ColumnComponent`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent))—The current column configuration object.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```html
|
|
19
|
-
* <kendo-multicolumncombobox ...>
|
|
20
|
-
* <kendo-combobox-column field="name" title="Name">
|
|
21
|
-
* <ng-template kendoMultiColumnComboBoxColumnCellTemplate let-dataItem="dataItem" let-column="column">
|
|
22
|
-
* {{ dataItem[column.field] }}
|
|
23
|
-
* </ng-template>
|
|
24
|
-
* </kendo-combobox-column>
|
|
25
|
-
* </kendo-multicolumncombobox>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
export declare class ColumnCellTemplateDirective {
|
|
29
|
-
templateRef: TemplateRef<any>;
|
|
30
|
-
constructor(templateRef: TemplateRef<any>);
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnCellTemplateDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnCellTemplateDirective, "[kendoMultiColumnComboBoxColumnCellTemplate]", never, {}, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,31 +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 column header content of the MultiColumnComboBox component.
|
|
9
|
-
*
|
|
10
|
-
* To define a column header template, nest an `<ng-template>` tag with the `kendoMultiColumnComboBoxColumnHeaderTemplate` directive inside the [`<kendo-combobox-column>`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent) tag.
|
|
11
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/templates).
|
|
12
|
-
*
|
|
13
|
-
* The current [`column`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent) is available as the implicit context variable.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```html
|
|
17
|
-
* <kendo-multicolumncombobox ...>
|
|
18
|
-
* <kendo-combobox-column field="name" title="Name">
|
|
19
|
-
* <ng-template kendoMultiColumnComboBoxColumnHeaderTemplate let-column="column">
|
|
20
|
-
* {{ column.title }}
|
|
21
|
-
* </ng-template>
|
|
22
|
-
* </kendo-combobox-column>
|
|
23
|
-
* </kendo-multicolumncombobox>
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export declare class ColumnHeaderTemplateDirective {
|
|
27
|
-
templateRef: TemplateRef<any>;
|
|
28
|
-
constructor(templateRef: TemplateRef<any>);
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnHeaderTemplateDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHeaderTemplateDirective, "[kendoMultiColumnComboBoxColumnHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1,91 +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 { ColumnCellTemplateDirective } from './column-cell-template.directive';
|
|
6
|
-
import { ColumnHeaderTemplateDirective } from './column-header-template.directive';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the column definition for the MultiColumnComboBox component.
|
|
10
|
-
*
|
|
11
|
-
* Use this component to define columns inside the MultiColumnComboBox.
|
|
12
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/dropdowns/multicolumncombobox/columns).
|
|
13
|
-
*
|
|
14
|
-
* @example
|
|
15
|
-
* ```html
|
|
16
|
-
* <kendo-multicolumncombobox ...>
|
|
17
|
-
* <kendo-combobox-column field="name" title="Name" width="200"></kendo-combobox-column>
|
|
18
|
-
* </kendo-multicolumncombobox>
|
|
19
|
-
* ```
|
|
20
|
-
*/
|
|
21
|
-
export declare class ComboBoxColumnComponent {
|
|
22
|
-
/**
|
|
23
|
-
* @hidden
|
|
24
|
-
*/
|
|
25
|
-
cellTemplate: ColumnCellTemplateDirective;
|
|
26
|
-
/**
|
|
27
|
-
* @hidden
|
|
28
|
-
*/
|
|
29
|
-
headerTemplate: ColumnHeaderTemplateDirective;
|
|
30
|
-
/**
|
|
31
|
-
* Sets the field to which the column is bound.
|
|
32
|
-
*
|
|
33
|
-
* > The `field` property can be set to point to a nested property value - e.g. `category.name`.
|
|
34
|
-
*/
|
|
35
|
-
field: string;
|
|
36
|
-
/**
|
|
37
|
-
* Sets the title of the column.
|
|
38
|
-
*/
|
|
39
|
-
title: string;
|
|
40
|
-
/**
|
|
41
|
-
* Sets the width of the column (in pixels).
|
|
42
|
-
*/
|
|
43
|
-
width: number;
|
|
44
|
-
/**
|
|
45
|
-
* Controls the visibility of the column. When `true`, hides the column from view.
|
|
46
|
-
* @default false
|
|
47
|
-
*/
|
|
48
|
-
hidden: boolean;
|
|
49
|
-
/**
|
|
50
|
-
* Sets custom styles for the table cells of the column (except for the header cells).
|
|
51
|
-
*
|
|
52
|
-
* The `style` property uses the NgStyle directive to apply styles.
|
|
53
|
-
*/
|
|
54
|
-
style: {
|
|
55
|
-
[key: string]: string;
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* Sets custom styles for the header cell of the column.
|
|
59
|
-
*
|
|
60
|
-
* The `headerStyle` property uses the NgStyle directive to apply styles.
|
|
61
|
-
*/
|
|
62
|
-
headerStyle: {
|
|
63
|
-
[key: string]: string;
|
|
64
|
-
};
|
|
65
|
-
/**
|
|
66
|
-
* Sets custom CSS classes for the column cells.
|
|
67
|
-
*
|
|
68
|
-
* The `class` property uses the NgClass directive to apply classes.
|
|
69
|
-
*/
|
|
70
|
-
class: string | string[] | Set<string> | {
|
|
71
|
-
[key: string]: any;
|
|
72
|
-
};
|
|
73
|
-
/**
|
|
74
|
-
* Sets custom CSS classes for the column header cell.
|
|
75
|
-
*
|
|
76
|
-
* The `headerClass` property uses the NgClass directive to apply classes.
|
|
77
|
-
*/
|
|
78
|
-
headerClass: string | string[] | Set<string> | {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* Sets the condition that needs to be satisfied for a column to remain visible. If you set the [`hidden`](https://www.telerik.com/kendo-angular-ui/components/dropdowns/api/comboboxcolumncomponent#hidden) property, the behavior of media is overridden.
|
|
83
|
-
*/
|
|
84
|
-
media: string;
|
|
85
|
-
/**
|
|
86
|
-
* @hidden
|
|
87
|
-
*/
|
|
88
|
-
matchesMedia: boolean;
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxColumnComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxColumnComponent, "kendo-combobox-column", never, { "field": { "alias": "field"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "hidden": { "alias": "hidden"; "required": false; }; "style": { "alias": "style"; "required": false; }; "headerStyle": { "alias": "headerStyle"; "required": false; }; "class": { "alias": "class"; "required": false; }; "headerClass": { "alias": "headerClass"; "required": false; }; "media": { "alias": "media"; "required": false; }; }, {}, ["cellTemplate", "headerTemplate"], never, true, never>;
|
|
91
|
-
}
|
|
@@ -1,15 +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 { QueryList } from '@angular/core';
|
|
6
|
-
import { ComboBoxColumnComponent } from './combobox-column.component';
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*
|
|
10
|
-
* Calculates the row width based on the columns' width configuration.
|
|
11
|
-
*
|
|
12
|
-
* Ignores hidden columns and columns that do not match the provided media query.
|
|
13
|
-
* Returns `null` if any column does not have a valid width.
|
|
14
|
-
*/
|
|
15
|
-
export declare const getRowWidthFromColumnsMeta: (columns: QueryList<ComboBoxColumnComponent>) => number;
|