@progress/kendo-angular-dropdowns 21.4.1 → 22.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.
Files changed (84) hide show
  1. package/common/localization/messages.d.ts +1 -1
  2. package/dropdowntrees/checked-state/base-check.directive.d.ts +1 -1
  3. package/fesm2022/progress-kendo-angular-dropdowns.mjs +173 -173
  4. package/package.json +14 -22
  5. package/schematics/ngAdd/index.js +2 -2
  6. package/esm2022/autocomplete/autocomplete.component.mjs +0 -1687
  7. package/esm2022/autocomplete/autocomplete.module.mjs +0 -70
  8. package/esm2022/comboboxes/combobox-column/column-cell-template.directive.mjs +0 -42
  9. package/esm2022/comboboxes/combobox-column/column-header-template.directive.mjs +0 -40
  10. package/esm2022/comboboxes/combobox-column/combobox-column.component.mjs +0 -116
  11. package/esm2022/comboboxes/combobox-column/util.mjs +0 -60
  12. package/esm2022/comboboxes/combobox.component.mjs +0 -2149
  13. package/esm2022/comboboxes/combobox.module.mjs +0 -77
  14. package/esm2022/comboboxes/multicolumncombobox.component.mjs +0 -883
  15. package/esm2022/common/adaptive-renderer.component.mjs +0 -253
  16. package/esm2022/common/constants/error-messages.mjs +0 -61
  17. package/esm2022/common/data.service.mjs +0 -250
  18. package/esm2022/common/disabled-items/disabled-items.service.mjs +0 -47
  19. package/esm2022/common/disabled-items/item-disabled.mjs +0 -5
  20. package/esm2022/common/filter-input.directive.mjs +0 -39
  21. package/esm2022/common/filtering/filter-settings.mjs +0 -5
  22. package/esm2022/common/filtering/filter.directive.mjs +0 -136
  23. package/esm2022/common/filtering/filterable-component.mjs +0 -34
  24. package/esm2022/common/list-item.directive.mjs +0 -25
  25. package/esm2022/common/list.component.mjs +0 -968
  26. package/esm2022/common/localization/custom-messages.component.mjs +0 -96
  27. package/esm2022/common/localization/localized-messages.directive.mjs +0 -47
  28. package/esm2022/common/localization/messages.mjs +0 -77
  29. package/esm2022/common/models/checkboxes-settings.mjs +0 -15
  30. package/esm2022/common/models/direction.mjs +0 -5
  31. package/esm2022/common/models/fillmode.mjs +0 -5
  32. package/esm2022/common/models/list-type.mjs +0 -5
  33. package/esm2022/common/models/page-change-event.mjs +0 -5
  34. package/esm2022/common/models/popup-settings.mjs +0 -5
  35. package/esm2022/common/models/preventable-event.mjs +0 -25
  36. package/esm2022/common/models/remove-tag-event.mjs +0 -23
  37. package/esm2022/common/models/rounded.mjs +0 -5
  38. package/esm2022/common/models/size.mjs +0 -5
  39. package/esm2022/common/models/virtualization-settings.mjs +0 -24
  40. package/esm2022/common/navigation/navigation-action.mjs +0 -32
  41. package/esm2022/common/navigation/navigation.service.mjs +0 -188
  42. package/esm2022/common/searchbar.component.mjs +0 -386
  43. package/esm2022/common/selection/selectable.directive.mjs +0 -83
  44. package/esm2022/common/selection/selection.service.mjs +0 -166
  45. package/esm2022/common/shared-events.directive.mjs +0 -99
  46. package/esm2022/common/taglist.component.mjs +0 -295
  47. package/esm2022/common/templates/custom-item-template.directive.mjs +0 -48
  48. package/esm2022/common/templates/fixed-group-template.directive.mjs +0 -55
  49. package/esm2022/common/templates/footer-template.directive.mjs +0 -49
  50. package/esm2022/common/templates/group-tag-template.directive.mjs +0 -47
  51. package/esm2022/common/templates/group-template.directive.mjs +0 -55
  52. package/esm2022/common/templates/header-template.directive.mjs +0 -49
  53. package/esm2022/common/templates/item-template.directive.mjs +0 -48
  54. package/esm2022/common/templates/no-data-template.directive.mjs +0 -49
  55. package/esm2022/common/templates/tag-template.directive.mjs +0 -46
  56. package/esm2022/common/templates/value-template.directive.mjs +0 -50
  57. package/esm2022/common/util.mjs +0 -376
  58. package/esm2022/directives.mjs +0 -172
  59. package/esm2022/dropdownlist/dropdownlist.component.mjs +0 -1999
  60. package/esm2022/dropdownlist/dropdownlist.module.mjs +0 -79
  61. package/esm2022/dropdowns.module.mjs +0 -76
  62. package/esm2022/dropdowntrees/checked-state/base-check.directive.mjs +0 -76
  63. package/esm2022/dropdowntrees/checked-state/check-all.directive.mjs +0 -170
  64. package/esm2022/dropdowntrees/checked-state/check.directive.mjs +0 -168
  65. package/esm2022/dropdowntrees/checked-state/checkable-settings.mjs +0 -5
  66. package/esm2022/dropdowntrees/checked-state/checked-item.mjs +0 -5
  67. package/esm2022/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +0 -69
  68. package/esm2022/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +0 -62
  69. package/esm2022/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +0 -69
  70. package/esm2022/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +0 -62
  71. package/esm2022/dropdowntrees/dropdowntree.component.mjs +0 -1967
  72. package/esm2022/dropdowntrees/dropdowntrees.module.mjs +0 -79
  73. package/esm2022/dropdowntrees/expanded-state/expand.directive.mjs +0 -49
  74. package/esm2022/dropdowntrees/lookup/lookup.mjs +0 -5
  75. package/esm2022/dropdowntrees/lookup/lookup.service.mjs +0 -82
  76. package/esm2022/dropdowntrees/multiselecttree.component.mjs +0 -2359
  77. package/esm2022/dropdowntrees/summary-tag/summary-tag.directive.mjs +0 -70
  78. package/esm2022/dropdowntrees/templates/node-template.directive.mjs +0 -31
  79. package/esm2022/index.mjs +0 -55
  80. package/esm2022/multiselect/multiselect.component.mjs +0 -2380
  81. package/esm2022/multiselect/multiselect.module.mjs +0 -79
  82. package/esm2022/multiselect/summary-tag.directive.mjs +0 -68
  83. package/esm2022/package-metadata.mjs +0 -16
  84. package/esm2022/progress-kendo-angular-dropdowns.mjs +0 -8
@@ -1,79 +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 { NgModule } from '@angular/core';
6
- import { KENDO_MULTISELECT } from '../directives';
7
- import { KENDO_ADORNMENTS, ResizeBatchService } from '@progress/kendo-angular-common';
8
- import { IconsService } from '@progress/kendo-angular-icons';
9
- import { PopupService } from '@progress/kendo-angular-popup';
10
- import { AdaptiveService } from '@progress/kendo-angular-utils';
11
- import * as i0 from "@angular/core";
12
- import * as i1 from "./multiselect.component";
13
- import * as i2 from "./summary-tag.directive";
14
- import * as i3 from "../common/templates/custom-item-template.directive";
15
- import * as i4 from "../common/templates/fixed-group-template.directive";
16
- import * as i5 from "../common/templates/footer-template.directive";
17
- import * as i6 from "../common/templates/group-template.directive";
18
- import * as i7 from "../common/templates/group-tag-template.directive";
19
- import * as i8 from "../common/templates/tag-template.directive";
20
- import * as i9 from "../common/templates/header-template.directive";
21
- import * as i10 from "../common/templates/item-template.directive";
22
- import * as i11 from "../common/templates/no-data-template.directive";
23
- import * as i12 from "../common/filtering/filter.directive";
24
- import * as i13 from "../common/localization/custom-messages.component";
25
- import * as i14 from "@progress/kendo-angular-common";
26
- // IMPORTANT: NgModule export kept for backwards compatibility
27
- /**
28
- * Required for adding all MultiSelect features in NgModule-based Angular applications.
29
- *
30
- * This module exports all MultiSelect-related components and directives:
31
- * - `MultiSelectComponent`—The main MultiSelect component class.
32
- * - `SummaryTagDirective`—The summary tag directive for MultiSelect.
33
- * - `ItemTemplateDirective`—The item template directive.
34
- * - `CustomItemTemplateDirective`—The custom item template directive.
35
- * - `TagTemplateDirective`—The tag template directive.
36
- * - `GroupTagTemplateDirective`—The group tag template directive.
37
- * - `SummaryTagTemplateDirective`—The summary tag template directive.
38
- * - `HeaderTemplateDirective`—The header template directive.
39
- * - `FooterTemplateDirective`—The footer template directive.
40
- * - `NoDataTemplateDirective`—The no-data template directive.
41
- * - `FilterDirective`—The filter directive.
42
- * - `CustomMessagesComponent`—The custom messages component.
43
- * - `GroupTemplateDirective`—The group template directive.
44
- * - `FixedGroupTemplateDirective`—The fixed group template directive.
45
- * - `SuffixTemplateDirective`—The suffix template directive.
46
- * - `PrefixTemplateDirective`—The prefix template directive.
47
- *
48
- * ```ts
49
- * import { MultiSelectModule } from '@progress/kendo-angular-dropdowns';
50
- * @NgModule({
51
- * imports: [ MultiSelectModule ],
52
- * declarations: [ AppComponent ],
53
- * bootstrap: [ AppComponent ],
54
- * })
55
- * ```
56
- */
57
- export class MultiSelectModule {
58
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
59
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: MultiSelectModule, imports: [i1.MultiSelectComponent, i2.SummaryTagDirective, i3.CustomItemTemplateDirective, i4.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i6.GroupTemplateDirective, i7.GroupTagTemplateDirective, i8.TagTemplateDirective, i9.HeaderTemplateDirective, i10.ItemTemplateDirective, i11.NoDataTemplateDirective, i12.FilterDirective, i13.CustomMessagesComponent, i14.SuffixTemplateDirective, i14.PrefixTemplateDirective, i14.SeparatorComponent, i14.PrefixTemplateDirective, i14.SuffixTemplateDirective, i14.SeparatorComponent], exports: [i1.MultiSelectComponent, i2.SummaryTagDirective, i3.CustomItemTemplateDirective, i4.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i6.GroupTemplateDirective, i7.GroupTagTemplateDirective, i8.TagTemplateDirective, i9.HeaderTemplateDirective, i10.ItemTemplateDirective, i11.NoDataTemplateDirective, i12.FilterDirective, i13.CustomMessagesComponent, i14.SuffixTemplateDirective, i14.PrefixTemplateDirective, i14.SeparatorComponent, i14.PrefixTemplateDirective, i14.SuffixTemplateDirective, i14.SeparatorComponent] });
60
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiSelectModule, providers: [
61
- PopupService,
62
- ResizeBatchService,
63
- IconsService,
64
- AdaptiveService
65
- ], imports: [i1.MultiSelectComponent, i14.SeparatorComponent, i14.SeparatorComponent] });
66
- }
67
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MultiSelectModule, decorators: [{
68
- type: NgModule,
69
- args: [{
70
- imports: [...KENDO_MULTISELECT, ...KENDO_ADORNMENTS],
71
- exports: [...KENDO_MULTISELECT, ...KENDO_ADORNMENTS],
72
- providers: [
73
- PopupService,
74
- ResizeBatchService,
75
- IconsService,
76
- AdaptiveService
77
- ]
78
- }]
79
- }] });
@@ -1,68 +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 { Directive, Input } from '@angular/core';
6
- import { isPresent, parseNumber } from '../common/util';
7
- import { MultiSelectComponent } from './multiselect.component';
8
- import * as i0 from "@angular/core";
9
- import * as i1 from "./multiselect.component";
10
- /**
11
- * Configures the MultiSelect to show one summary tag for all selected items.
12
- * Set a number to display the summary tag after the respective number of items are selected.
13
- * [See example]({% slug summarytagmode_multiselect %}).
14
- *
15
- * @example
16
- * ```ts-no-run
17
- * <kendo-multiselect kendoMultiSelectSummaryTag [data]="data"></kendo-multiselect>
18
- * ```
19
- *
20
- * @example
21
- * ```ts-no-run
22
- * <kendo-multiselect [kendoMultiSelectSummaryTag]="2" [data]="data"></kendo-multiselect>
23
- * ```
24
- */
25
- export class SummaryTagDirective {
26
- multiSelectComponent;
27
- /**
28
- * Sets the number of selected items after which the summary tag appears.
29
- *
30
- * @default 0
31
- */
32
- showAfter = 0;
33
- constructor(multiSelectComponent) {
34
- this.multiSelectComponent = multiSelectComponent;
35
- this.createTagMapper();
36
- }
37
- ngOnChanges(changes) {
38
- if (isPresent(changes.showAfter)) {
39
- this.createTagMapper();
40
- this.multiSelectComponent.onTagMapperChange();
41
- }
42
- }
43
- createTagMapper() {
44
- const showAfter = parseNumber(this.showAfter);
45
- this.multiSelectComponent.tagMapper = (tags) => {
46
- if (tags.length > showAfter) {
47
- const result = tags.slice(0, showAfter);
48
- result.push(tags.slice(showAfter, tags.length));
49
- return result;
50
- }
51
- else {
52
- return tags;
53
- }
54
- };
55
- }
56
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SummaryTagDirective, deps: [{ token: i1.MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
57
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
58
- }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SummaryTagDirective, decorators: [{
60
- type: Directive,
61
- args: [{
62
- selector: '[kendoMultiSelectSummaryTag]',
63
- standalone: true
64
- }]
65
- }], ctorParameters: () => [{ type: i1.MultiSelectComponent }], propDecorators: { showAfter: [{
66
- type: Input,
67
- args: ['kendoMultiSelectSummaryTag']
68
- }] } });
@@ -1,16 +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 const packageMetadata = {
9
- name: '@progress/kendo-angular-dropdowns',
10
- productName: 'Kendo UI for Angular',
11
- productCode: 'KENDOUIANGULAR',
12
- productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1768393186,
14
- version: '21.4.1',
15
- licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
- };
@@ -1,8 +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
- * Generated bundle index. Do not edit.
7
- */
8
- export * from './index';