@progress/kendo-angular-dropdowns 16.5.0 → 16.6.0-develop.2

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 (113) hide show
  1. package/autocomplete/autocomplete.component.d.ts +3 -4
  2. package/autocomplete/autocomplete.module.d.ts +17 -6
  3. package/comboboxes/combobox-column/column-cell-template.directive.d.ts +1 -1
  4. package/comboboxes/combobox-column/column-header-template.directive.d.ts +1 -1
  5. package/comboboxes/combobox-column/combobox-column.component.d.ts +1 -1
  6. package/comboboxes/combobox.component.d.ts +3 -4
  7. package/comboboxes/combobox.module.d.ts +22 -12
  8. package/comboboxes/multicolumncombobox.component.d.ts +2 -2
  9. package/common/action-sheet.component.d.ts +1 -1
  10. package/common/filter-input.directive.d.ts +1 -1
  11. package/common/filtering/filter.directive.d.ts +1 -1
  12. package/common/list-item.directive.d.ts +1 -1
  13. package/common/list.component.d.ts +1 -1
  14. package/common/localization/custom-messages.component.d.ts +1 -1
  15. package/common/localization/localized-messages.directive.d.ts +1 -1
  16. package/common/searchbar.component.d.ts +1 -1
  17. package/common/selection/selectable.directive.d.ts +1 -1
  18. package/common/shared-directives.module.d.ts +1 -1
  19. package/common/shared-events.directive.d.ts +1 -1
  20. package/common/shared.module.d.ts +9 -11
  21. package/common/taglist.component.d.ts +1 -1
  22. package/common/templates/custom-item-template.directive.d.ts +1 -1
  23. package/common/templates/fixed-group-template.directive.d.ts +1 -1
  24. package/common/templates/footer-template.directive.d.ts +1 -1
  25. package/common/templates/group-tag-template.directive.d.ts +1 -1
  26. package/common/templates/group-template.directive.d.ts +1 -1
  27. package/common/templates/header-template.directive.d.ts +1 -1
  28. package/common/templates/item-template.directive.d.ts +1 -1
  29. package/common/templates/no-data-template.directive.d.ts +1 -1
  30. package/common/templates/tag-template.directive.d.ts +1 -1
  31. package/common/templates/value-template.directive.d.ts +1 -1
  32. package/directives.d.ts +67 -0
  33. package/dropdownlist/dropdownlist.component.d.ts +7 -4
  34. package/dropdownlist/dropdownlist.module.d.ts +15 -4
  35. package/dropdowns.module.d.ts +32 -6
  36. package/dropdowntrees/checked-state/check-all.directive.d.ts +1 -1
  37. package/dropdowntrees/checked-state/check.directive.d.ts +1 -1
  38. package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
  39. package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
  40. package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
  41. package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
  42. package/dropdowntrees/dropdowntree.component.d.ts +7 -4
  43. package/dropdowntrees/dropdowntrees.module.d.ts +32 -13
  44. package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
  45. package/dropdowntrees/multiselecttree.component.d.ts +7 -4
  46. package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
  47. package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
  48. package/esm2020/autocomplete/autocomplete.component.mjs +17 -26
  49. package/esm2020/autocomplete/autocomplete.module.mjs +35 -14
  50. package/esm2020/comboboxes/combobox-column/column-cell-template.directive.mjs +3 -2
  51. package/esm2020/comboboxes/combobox-column/column-header-template.directive.mjs +3 -2
  52. package/esm2020/comboboxes/combobox-column/combobox-column.component.mjs +3 -2
  53. package/esm2020/comboboxes/combobox.component.mjs +18 -29
  54. package/esm2020/comboboxes/combobox.module.mjs +40 -35
  55. package/esm2020/comboboxes/multicolumncombobox.component.mjs +17 -21
  56. package/esm2020/common/action-sheet.component.mjs +9 -9
  57. package/esm2020/common/filter-input.directive.mjs +3 -1
  58. package/esm2020/common/filtering/filter.directive.mjs +3 -2
  59. package/esm2020/common/list-item.directive.mjs +3 -1
  60. package/esm2020/common/list.component.mjs +8 -9
  61. package/esm2020/common/localization/custom-messages.component.mjs +3 -2
  62. package/esm2020/common/localization/localized-messages.directive.mjs +3 -2
  63. package/esm2020/common/searchbar.component.mjs +5 -3
  64. package/esm2020/common/selection/selectable.directive.mjs +3 -2
  65. package/esm2020/common/shared-directives.module.mjs +3 -3
  66. package/esm2020/common/shared-events.directive.mjs +3 -2
  67. package/esm2020/common/shared.module.mjs +13 -12
  68. package/esm2020/common/taglist.component.mjs +8 -6
  69. package/esm2020/common/templates/custom-item-template.directive.mjs +3 -2
  70. package/esm2020/common/templates/fixed-group-template.directive.mjs +3 -2
  71. package/esm2020/common/templates/footer-template.directive.mjs +3 -2
  72. package/esm2020/common/templates/group-tag-template.directive.mjs +3 -2
  73. package/esm2020/common/templates/group-template.directive.mjs +3 -2
  74. package/esm2020/common/templates/header-template.directive.mjs +3 -2
  75. package/esm2020/common/templates/item-template.directive.mjs +3 -2
  76. package/esm2020/common/templates/no-data-template.directive.mjs +3 -2
  77. package/esm2020/common/templates/tag-template.directive.mjs +3 -2
  78. package/esm2020/common/templates/value-template.directive.mjs +3 -2
  79. package/esm2020/directives.mjs +166 -0
  80. package/esm2020/dropdownlist/dropdownlist.component.mjs +22 -27
  81. package/esm2020/dropdownlist/dropdownlist.module.mjs +33 -12
  82. package/esm2020/dropdowns.module.mjs +42 -8
  83. package/esm2020/dropdowntrees/checked-state/check-all.directive.mjs +3 -2
  84. package/esm2020/dropdowntrees/checked-state/check.directive.mjs +3 -2
  85. package/esm2020/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +3 -2
  86. package/esm2020/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +3 -2
  87. package/esm2020/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +3 -2
  88. package/esm2020/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +3 -2
  89. package/esm2020/dropdowntrees/dropdowntree.component.mjs +19 -24
  90. package/esm2020/dropdowntrees/dropdowntrees.module.mjs +59 -45
  91. package/esm2020/dropdowntrees/expanded-state/expand.directive.mjs +3 -2
  92. package/esm2020/dropdowntrees/multiselecttree.component.mjs +21 -25
  93. package/esm2020/dropdowntrees/summary-tag/summary-tag.directive.mjs +3 -2
  94. package/esm2020/dropdowntrees/templates/node-template.directive.mjs +3 -2
  95. package/esm2020/index.mjs +1 -1
  96. package/esm2020/multiselect/multiselect.component.mjs +19 -30
  97. package/esm2020/multiselect/multiselect.module.mjs +39 -25
  98. package/esm2020/multiselect/summary-tag.directive.mjs +3 -2
  99. package/esm2020/package-metadata.mjs +2 -2
  100. package/fesm2015/progress-kendo-angular-dropdowns.mjs +1324 -1196
  101. package/fesm2020/progress-kendo-angular-dropdowns.mjs +735 -593
  102. package/index.d.ts +1 -1
  103. package/multiselect/multiselect.component.d.ts +3 -4
  104. package/multiselect/multiselect.module.d.ts +19 -6
  105. package/multiselect/summary-tag.directive.d.ts +1 -1
  106. package/package.json +8 -8
  107. package/schematics/ngAdd/index.js +2 -2
  108. package/common/constants/touch-enabled.d.ts +0 -9
  109. package/common/shared-events.module.d.ts +0 -14
  110. package/common/templates/template-context.directive.d.ts +0 -17
  111. package/esm2020/common/constants/touch-enabled.mjs +0 -9
  112. package/esm2020/common/shared-events.module.mjs +0 -22
  113. package/esm2020/common/templates/template-context.directive.mjs +0 -33
@@ -2,14 +2,13 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Component, Renderer2, forwardRef, ElementRef, Input, Output, HostBinding, EventEmitter, ContentChild, ViewChild, ViewContainerRef, isDevMode, Optional, Inject, NgZone, TemplateRef, ChangeDetectorRef, HostListener, Injector } from '@angular/core';
6
- import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
5
+ import { Component, Renderer2, forwardRef, ElementRef, Input, Output, HostBinding, EventEmitter, ContentChild, ViewChild, ViewContainerRef, isDevMode, NgZone, TemplateRef, ChangeDetectorRef, HostListener, Injector } from '@angular/core';
6
+ import { NG_VALUE_ACCESSOR, NgControl, ReactiveFormsModule, FormsModule } from '@angular/forms';
7
7
  import { validatePackage } from '@progress/kendo-licensing';
8
8
  import { packageMetadata } from '../package-metadata';
9
9
  import { merge, interval, Subscription } from 'rxjs';
10
10
  import { concatMap, filter, map, skipWhile, take, takeUntil, tap } from 'rxjs/operators';
11
- import { isDocumentAvailable, KendoInput, hasObservers, anyChanged, isChanged } from '@progress/kendo-angular-common';
12
- import { Keys } from '@progress/kendo-angular-common';
11
+ import { isDocumentAvailable, KendoInput, hasObservers, anyChanged, isChanged, EventsOutsideAngularDirective, ResizeSensorComponent, Keys, TemplateContextDirective } from '@progress/kendo-angular-common';
13
12
  import { isPresent, guid, getter, shuffleData, sameCharsOnly, matchText, isUntouched, inDropDown, getSizeClass, getRoundedClass, getFillModeClass, isTruthy, windowSize, updateActionSheetAdaptiveAppearance, setListBoxAriaLabelledBy, setActionSheetTitle, animationDuration } from '../common/util';
14
13
  import { SelectionService } from '../common/selection/selection.service';
15
14
  import { NavigationService, NavigationEvent } from '../common/navigation/navigation.service';
@@ -24,7 +23,6 @@ import { NavigationAction } from '../common/navigation/navigation-action';
24
23
  import { PreventableEvent } from '../common/models/preventable-event';
25
24
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
26
25
  import { PopupService } from '@progress/kendo-angular-popup';
27
- import { TOUCH_ENABLED } from '../common/constants/touch-enabled';
28
26
  import { DropDownListMessages } from '../common/constants/error-messages';
29
27
  import { DisabledItemsService } from '../common/disabled-items/disabled-items.service';
30
28
  import { DataService } from '../common/data.service';
@@ -33,6 +31,12 @@ import { ListComponent } from '../common/list.component';
33
31
  import { normalizeVirtualizationSettings } from '../common/models/virtualization-settings';
34
32
  import { caretAltDownIcon, searchIcon, xIcon } from '@progress/kendo-svg-icons';
35
33
  import { ResponsiveRendererComponent } from '../common/action-sheet.component';
34
+ import { SelectableDirective } from '../common/selection/selectable.directive';
35
+ import { FilterInputDirective } from '../common/filter-input.directive';
36
+ import { NgIf, NgClass, NgTemplateOutlet } from '@angular/common';
37
+ import { LocalizedMessagesDirective } from '../common/localization/localized-messages.directive';
38
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
39
+ import { touchEnabled } from '@progress/kendo-common';
36
40
  import * as i0 from "@angular/core";
37
41
  import * as i1 from "@progress/kendo-angular-l10n";
38
42
  import * as i2 from "@progress/kendo-angular-popup";
@@ -40,16 +44,7 @@ import * as i3 from "../common/selection/selection.service";
40
44
  import * as i4 from "../common/navigation/navigation.service";
41
45
  import * as i5 from "../common/disabled-items/disabled-items.service";
42
46
  import * as i6 from "../common/data.service";
43
- import * as i7 from "../common/list.component";
44
- import * as i8 from "../common/selection/selectable.directive";
45
- import * as i9 from "../common/templates/template-context.directive";
46
- import * as i10 from "../common/action-sheet.component";
47
- import * as i11 from "@angular/common";
48
- import * as i12 from "@angular/forms";
49
- import * as i13 from "@progress/kendo-angular-common";
50
- import * as i14 from "../common/localization/localized-messages.directive";
51
- import * as i15 from "../common/filter-input.directive";
52
- import * as i16 from "@progress/kendo-angular-icons";
47
+ import * as i7 from "@angular/forms";
53
48
  /**
54
49
  * @hidden
55
50
  */
@@ -79,7 +74,7 @@ const DEFAULT_FILL_MODE = 'solid';
79
74
  * ```
80
75
  */
81
76
  export class DropDownListComponent {
82
- constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, _zone, renderer, cdr, touchEnabled, injector) {
77
+ constructor(wrapper, localization, popupService, selectionService, navigationService, disabledItemsService, dataService, _zone, renderer, cdr, injector) {
83
78
  this.wrapper = wrapper;
84
79
  this.localization = localization;
85
80
  this.popupService = popupService;
@@ -90,8 +85,11 @@ export class DropDownListComponent {
90
85
  this._zone = _zone;
91
86
  this.renderer = renderer;
92
87
  this.cdr = cdr;
93
- this.touchEnabled = touchEnabled;
94
88
  this.injector = injector;
89
+ /**
90
+ * @hidden
91
+ */
92
+ this.touchEnabled = touchEnabled;
95
93
  /**
96
94
  * @hidden
97
95
  */
@@ -1392,8 +1390,8 @@ export class DropDownListComponent {
1392
1390
  }
1393
1391
  }
1394
1392
  }
1395
- DropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.SelectionService }, { token: i4.NavigationService }, { token: i5.DisabledItemsService }, { token: i6.DataService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: TOUCH_ENABLED, optional: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1396
- DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: { customIconClass: "customIconClass", showStickyHeader: "showStickyHeader", icon: "icon", svgIcon: "svgIcon", loading: "loading", data: "data", value: "value", textField: "textField", valueField: "valueField", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", popupSettings: "popupSettings", listHeight: "listHeight", defaultItem: "defaultItem", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", filterable: "filterable", virtual: "virtual", ignoreCase: "ignoreCase", delay: "delay", valuePrimitive: "valuePrimitive", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", leftRightArrowsNavigation: "leftRightArrowsNavigation", focusableId: ["id", "focusableId"] }, outputs: { valueChange: "valueChange", filterChange: "filterChange", selectionChange: "selectionChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keypress": "keypress($event)", "click": "click()" }, properties: { "attr.aria-controls": "this.ariaControls", "class.k-readonly": "this.readonly", "class.k-dropdownlist": "this.hostClasses", "class.k-picker": "this.hostClasses", "class.k-disabled": "this.isDisabledClass", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.id": "this.focusableId", "attr.dir": "this.dir", "attr.tabindex": "this.hostTabIndex", "attr.readonly": "this.readonlyAttr", "attr.aria-busy": "this.isBusy", "attr.role": "this.role", "attr.aria-haspopup": "this.haspopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-activedescendant": "this.hostAriaActivedescendant" } }, providers: [
1393
+ DropDownListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: i3.SelectionService }, { token: i4.NavigationService }, { token: i5.DisabledItemsService }, { token: i6.DataService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1394
+ DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownListComponent, isStandalone: true, selector: "kendo-dropdownlist", inputs: { customIconClass: "customIconClass", showStickyHeader: "showStickyHeader", icon: "icon", svgIcon: "svgIcon", loading: "loading", data: "data", value: "value", textField: "textField", valueField: "valueField", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle", popupSettings: "popupSettings", listHeight: "listHeight", defaultItem: "defaultItem", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", filterable: "filterable", virtual: "virtual", ignoreCase: "ignoreCase", delay: "delay", valuePrimitive: "valuePrimitive", tabindex: "tabindex", tabIndex: "tabIndex", size: "size", rounded: "rounded", fillMode: "fillMode", leftRightArrowsNavigation: "leftRightArrowsNavigation", focusableId: ["id", "focusableId"] }, outputs: { valueChange: "valueChange", filterChange: "filterChange", selectionChange: "selectionChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur" }, host: { listeners: { "keydown": "keydown($event)", "keypress": "keypress($event)", "click": "click()" }, properties: { "attr.aria-controls": "this.ariaControls", "class.k-readonly": "this.readonly", "class.k-dropdownlist": "this.hostClasses", "class.k-picker": "this.hostClasses", "class.k-disabled": "this.isDisabledClass", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.id": "this.focusableId", "attr.dir": "this.dir", "attr.tabindex": "this.hostTabIndex", "attr.readonly": "this.readonlyAttr", "attr.aria-busy": "this.isBusy", "attr.role": "this.role", "attr.aria-haspopup": "this.haspopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-activedescendant": "this.hostAriaActivedescendant" } }, providers: [
1397
1395
  DROPDOWNLIST_VALUE_ACCESSOR,
1398
1396
  DataService,
1399
1397
  SelectionService,
@@ -1579,7 +1577,7 @@ DropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
1579
1577
  }">
1580
1578
  </ng-template>
1581
1579
  </ng-template>
1582
- `, isInline: true, dependencies: [{ kind: "component", type: i7.ListComponent, selector: "kendo-list", inputs: ["selected", "focused", "textField", "valueField", "height", "template", "groupTemplate", "fixedGroupTemplate", "show", "id", "optionPrefix", "multipleSelection", "virtual", "type", "checkboxes", "ariaLive", "isMultiselect", "isActionSheetExpanded", "showStickyHeader", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }, { kind: "directive", type: i8.SelectableDirective, selector: "[kendoDropDownsSelectable]", inputs: ["index", "checkboxes", "height", "isMultiselect", "multipleSelection"] }, { kind: "directive", type: i9.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: i10.ResponsiveRendererComponent, selector: "responsive-renderer", inputs: ["title", "showActionButtons", "subtitle", "size", "showTextInput", "sharedPopupActionSheetTemplate", "isActionSheetExpanded", "text", "placeholder"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand", "onCollapse", "onApply", "onCancel"] }, { kind: "directive", type: i11.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i11.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i12.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i12.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i12.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i13.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: i14.LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: i15.FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "directive", type: i13.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i16.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
1580
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "component", type: ResponsiveRendererComponent, selector: "responsive-renderer", inputs: ["title", "showActionButtons", "subtitle", "size", "showTextInput", "sharedPopupActionSheetTemplate", "isActionSheetExpanded", "text", "placeholder"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand", "onCollapse", "onApply", "onCancel"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i7.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: SelectableDirective, selector: "[kendoDropDownsSelectable]", inputs: ["index", "checkboxes", "height", "isMultiselect", "multipleSelection"] }, { kind: "component", type: ListComponent, selector: "kendo-list", inputs: ["selected", "focused", "textField", "valueField", "height", "template", "groupTemplate", "fixedGroupTemplate", "show", "id", "optionPrefix", "multipleSelection", "virtual", "type", "checkboxes", "ariaLive", "isMultiselect", "isActionSheetExpanded", "showStickyHeader", "data", "size", "rounded"], outputs: ["onClick", "pageChange", "listResize", "popupListScroll"] }] });
1583
1581
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListComponent, decorators: [{
1584
1582
  type: Component,
1585
1583
  args: [{
@@ -1772,14 +1770,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1772
1770
  }">
1773
1771
  </ng-template>
1774
1772
  </ng-template>
1775
- `
1773
+ `,
1774
+ standalone: true,
1775
+ imports: [LocalizedMessagesDirective, NgIf, TemplateContextDirective, NgClass, EventsOutsideAngularDirective, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent, ResponsiveRendererComponent, ReactiveFormsModule, FilterInputDirective, FormsModule, SelectableDirective, ListComponent]
1776
1776
  }]
1777
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.SelectionService }, { type: i4.NavigationService }, { type: i5.DisabledItemsService }, { type: i6.DataService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: undefined, decorators: [{
1778
- type: Optional
1779
- }, {
1780
- type: Inject,
1781
- args: [TOUCH_ENABLED]
1782
- }] }, { type: i0.Injector }]; }, propDecorators: { customIconClass: [{
1777
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i2.PopupService }, { type: i3.SelectionService }, { type: i4.NavigationService }, { type: i5.DisabledItemsService }, { type: i6.DataService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i0.Injector }]; }, propDecorators: { customIconClass: [{
1783
1778
  type: Input
1784
1779
  }], responsiveRendererComponent: [{
1785
1780
  type: ViewChild,
@@ -3,15 +3,23 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { DropDownListComponent } from './dropdownlist.component';
7
- import { SharedModule } from '../common/shared.module';
8
- import { SharedDirectivesModule } from '../common/shared-directives.module';
6
+ import { KENDO_DROPDOWNLIST } from '../directives';
7
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
8
+ import { IconsService } from '@progress/kendo-angular-icons';
9
+ import { PopupService } from '@progress/kendo-angular-popup';
9
10
  import * as i0 from "@angular/core";
10
- const DROPDOWNLIST_DIRECTIVES = [
11
- DropDownListComponent
12
- ];
11
+ import * as i1 from "./dropdownlist.component";
12
+ import * as i2 from "../common/templates/fixed-group-template.directive";
13
+ import * as i3 from "../common/templates/footer-template.directive";
14
+ import * as i4 from "../common/templates/group-template.directive";
15
+ import * as i5 from "../common/templates/header-template.directive";
16
+ import * as i6 from "../common/templates/item-template.directive";
17
+ import * as i7 from "../common/templates/value-template.directive";
18
+ import * as i8 from "../common/templates/no-data-template.directive";
19
+ import * as i9 from "../common/filtering/filter.directive";
20
+ import * as i10 from "../common/localization/custom-messages.component";
21
+ // IMPORTANT: NgModule export kept for backwards compatibility
13
22
  /**
14
- * @hidden
15
23
  *
16
24
  * The exported package module.
17
25
  *
@@ -21,17 +29,30 @@ const DROPDOWNLIST_DIRECTIVES = [
21
29
  * - `ValueTemplateDirective`&mdash;The value template directive.
22
30
  * - `HeaderTemplateDirective`&mdash;The header template directive.
23
31
  * - `FooterTemplateDirective`&mdash;The footer template directive.
32
+ * - `NoDataTemplateDirective`&mdash;The no data template directive.
33
+ * - `GroupTemplateDirective`&mdash;The group template directive.
34
+ * - `FixedGroupTemplateDirective`&mdash;The fixed group template directive.
35
+ * - `FilterDirective`&mdash;The filter directive.
36
+ * - `CustomMessagesComponent`&mdash;The custom messages component.
24
37
  */
25
38
  export class DropDownListModule {
26
39
  }
27
40
  DropDownListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- DropDownListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, declarations: [DropDownListComponent], imports: [SharedModule], exports: [DropDownListComponent, SharedDirectivesModule] });
29
- DropDownListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, imports: [SharedModule, SharedDirectivesModule] });
41
+ DropDownListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, imports: [i1.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.ValueTemplateDirective, i8.NoDataTemplateDirective, i9.FilterDirective, i10.CustomMessagesComponent], exports: [i1.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.ValueTemplateDirective, i8.NoDataTemplateDirective, i9.FilterDirective, i10.CustomMessagesComponent] });
42
+ DropDownListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, providers: [
43
+ PopupService,
44
+ ResizeBatchService,
45
+ IconsService
46
+ ], imports: [i1.DropDownListComponent, i10.CustomMessagesComponent] });
30
47
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownListModule, decorators: [{
31
48
  type: NgModule,
32
49
  args: [{
33
- declarations: [DROPDOWNLIST_DIRECTIVES],
34
- exports: [DROPDOWNLIST_DIRECTIVES, SharedDirectivesModule],
35
- imports: [SharedModule]
50
+ imports: [...KENDO_DROPDOWNLIST],
51
+ exports: [...KENDO_DROPDOWNLIST],
52
+ providers: [
53
+ PopupService,
54
+ ResizeBatchService,
55
+ IconsService
56
+ ]
36
57
  }]
37
58
  }] });
@@ -3,12 +3,44 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { AutoCompleteModule } from './autocomplete/autocomplete.module';
7
- import { ComboBoxModule } from './comboboxes/combobox.module';
8
- import { DropDownListModule } from './dropdownlist/dropdownlist.module';
9
- import { MultiSelectModule } from './multiselect/multiselect.module';
10
- import { DropDownTreesModule } from './dropdowntrees/dropdowntrees.module';
6
+ import { KENDO_DROPDOWNS } from './directives';
7
+ import { PopupService } from '@progress/kendo-angular-popup';
8
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
9
+ import { IconsService } from '@progress/kendo-angular-icons';
10
+ import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
11
11
  import * as i0 from "@angular/core";
12
+ import * as i1 from "./autocomplete/autocomplete.component";
13
+ import * as i2 from "./common/templates/fixed-group-template.directive";
14
+ import * as i3 from "./common/templates/footer-template.directive";
15
+ import * as i4 from "./common/templates/group-template.directive";
16
+ import * as i5 from "./common/templates/header-template.directive";
17
+ import * as i6 from "./common/templates/item-template.directive";
18
+ import * as i7 from "./common/templates/no-data-template.directive";
19
+ import * as i8 from "./common/filtering/filter.directive";
20
+ import * as i9 from "./common/localization/custom-messages.component";
21
+ import * as i10 from "@progress/kendo-angular-common";
22
+ import * as i11 from "./comboboxes/combobox.component";
23
+ import * as i12 from "./comboboxes/multicolumncombobox.component";
24
+ import * as i13 from "./comboboxes/combobox-column/combobox-column.component";
25
+ import * as i14 from "./comboboxes/combobox-column/column-header-template.directive";
26
+ import * as i15 from "./comboboxes/combobox-column/column-cell-template.directive";
27
+ import * as i16 from "./dropdownlist/dropdownlist.component";
28
+ import * as i17 from "./common/templates/value-template.directive";
29
+ import * as i18 from "./multiselect/multiselect.component";
30
+ import * as i19 from "./multiselect/summary-tag.directive";
31
+ import * as i20 from "./common/templates/custom-item-template.directive";
32
+ import * as i21 from "./common/templates/group-tag-template.directive";
33
+ import * as i22 from "./common/templates/tag-template.directive";
34
+ import * as i23 from "./dropdowntrees/dropdowntree.component";
35
+ import * as i24 from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
36
+ import * as i25 from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
37
+ import * as i26 from "./dropdowntrees/expanded-state/expand.directive";
38
+ import * as i27 from "./dropdowntrees/templates/node-template.directive";
39
+ import * as i28 from "./dropdowntrees/multiselecttree.component";
40
+ import * as i29 from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
41
+ import * as i30 from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
42
+ import * as i31 from "./dropdowntrees/summary-tag/summary-tag.directive";
43
+ // IMPORTANT: NgModule export kept for backwards compatibility
12
44
  /**
13
45
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
14
46
  * definition for the Dropdowns components.
@@ -43,11 +75,13 @@ import * as i0 from "@angular/core";
43
75
  export class DropDownsModule {
44
76
  }
45
77
  DropDownsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- DropDownsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, exports: [AutoCompleteModule, ComboBoxModule, DropDownListModule, MultiSelectModule, DropDownTreesModule] });
47
- DropDownsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, imports: [AutoCompleteModule, ComboBoxModule, DropDownListModule, MultiSelectModule, DropDownTreesModule] });
78
+ DropDownsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, imports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i11.ComboBoxComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i12.MultiColumnComboBoxComponent, i13.ComboBoxColumnComponent, i14.ColumnHeaderTemplateDirective, i15.ColumnCellTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i16.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i18.MultiSelectComponent, i19.SummaryTagDirective, i20.CustomItemTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i23.DropDownTreeComponent, i24.DropDownTreeFlatBindingDirective, i25.DropDownTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent, i28.MultiSelectTreeComponent, i29.MultiSelectTreeFlatBindingDirective, i30.MultiSelectTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i31.MultiSelectTreeSummaryTagDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent], exports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i11.ComboBoxComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i12.MultiColumnComboBoxComponent, i13.ComboBoxColumnComponent, i14.ColumnHeaderTemplateDirective, i15.ColumnCellTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i16.DropDownListComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i18.MultiSelectComponent, i19.SummaryTagDirective, i20.CustomItemTemplateDirective, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective, i23.DropDownTreeComponent, i24.DropDownTreeFlatBindingDirective, i25.DropDownTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent, i28.MultiSelectTreeComponent, i29.MultiSelectTreeFlatBindingDirective, i30.MultiSelectTreeHierarchyBindingDirective, i26.DropDownTreesExpandDirective, i27.NodeTemplateDirective, i31.MultiSelectTreeSummaryTagDirective, i21.GroupTagTemplateDirective, i22.TagTemplateDirective, i5.HeaderTemplateDirective, i3.FooterTemplateDirective, i17.ValueTemplateDirective, i7.NoDataTemplateDirective, i9.CustomMessagesComponent] });
79
+ DropDownsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [i1.AutoCompleteComponent, i9.CustomMessagesComponent, i11.ComboBoxComponent, i9.CustomMessagesComponent, i12.MultiColumnComboBoxComponent, i13.ComboBoxColumnComponent, i9.CustomMessagesComponent, i16.DropDownListComponent, i9.CustomMessagesComponent, i18.MultiSelectComponent, i9.CustomMessagesComponent, i23.DropDownTreeComponent, i9.CustomMessagesComponent, i28.MultiSelectTreeComponent, i9.CustomMessagesComponent] });
48
80
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownsModule, decorators: [{
49
81
  type: NgModule,
50
82
  args: [{
51
- exports: [AutoCompleteModule, ComboBoxModule, DropDownListModule, MultiSelectModule, DropDownTreesModule]
83
+ exports: [...KENDO_DROPDOWNS],
84
+ imports: [...KENDO_DROPDOWNS],
85
+ providers: [PopupService, ResizeBatchService, IconsService, DialogContainerService, DialogService, WindowService, WindowContainerService]
52
86
  }]
53
87
  }] });
@@ -129,12 +129,13 @@ export class CheckAllDirective extends BaseCheckDirective {
129
129
  }
130
130
  }
131
131
  CheckAllDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckAllDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
132
- CheckAllDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckAllDirective, selector: "[checkAll]", inputs: { lastAction: "lastAction", treeview: "treeview", checkedItems: "checkedItems", valueField: "valueField", focused: ["checkAll", "focused"] }, outputs: { checkedItemsChange: "checkedItemsChange" }, host: { listeners: { "change": "handleChange($event.target)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
132
+ CheckAllDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckAllDirective, isStandalone: true, selector: "[checkAll]", inputs: { lastAction: "lastAction", treeview: "treeview", checkedItems: "checkedItems", valueField: "valueField", focused: ["checkAll", "focused"] }, outputs: { checkedItemsChange: "checkedItemsChange" }, host: { listeners: { "change": "handleChange($event.target)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
133
133
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckAllDirective, decorators: [{
134
134
  type: Directive,
135
135
  args: [{
136
136
  // eslint-disable-next-line
137
- selector: '[checkAll]'
137
+ selector: '[checkAll]',
138
+ standalone: true
138
139
  }]
139
140
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }]; }, propDecorators: { lastAction: [{
140
141
  type: Input
@@ -138,11 +138,12 @@ export class CheckDirective extends BaseCheckDirective {
138
138
  }
139
139
  }
140
140
  CheckDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckDirective, deps: [{ token: i1.TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
141
- CheckDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckDirective, selector: "[kendoMultiSelectTreeCheckable]", inputs: { checkable: "checkable", valueField: "valueField", checkedItems: "checkedItems" }, outputs: { checkedItemsChange: "checkedItemsChange" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
141
+ CheckDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CheckDirective, isStandalone: true, selector: "[kendoMultiSelectTreeCheckable]", inputs: { checkable: "checkable", valueField: "valueField", checkedItems: "checkedItems" }, outputs: { checkedItemsChange: "checkedItemsChange" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
142
142
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CheckDirective, decorators: [{
143
143
  type: Directive,
144
144
  args: [{
145
- selector: '[kendoMultiSelectTreeCheckable]'
145
+ selector: '[kendoMultiSelectTreeCheckable]',
146
+ standalone: true
146
147
  }]
147
148
  }], ctorParameters: function () { return [{ type: i1.TreeViewComponent }]; }, propDecorators: { checkable: [{
148
149
  type: Input
@@ -30,11 +30,12 @@ export class DropDownTreeFlatBindingDirective extends FlatDataBindingDirective {
30
30
  }
31
31
  }
32
32
  DropDownTreeFlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeFlatBindingDirective, deps: [{ token: i1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
33
- DropDownTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeFlatBindingDirective, selector: "[kendoDropDownTreeFlatBinding]", inputs: { nodes: ["kendoDropDownTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
33
+ DropDownTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeFlatBindingDirective, isStandalone: true, selector: "[kendoDropDownTreeFlatBinding]", inputs: { nodes: ["kendoDropDownTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeFlatBindingDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: '[kendoDropDownTreeFlatBinding]'
37
+ selector: '[kendoDropDownTreeFlatBinding]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.DataBoundComponent }]; }, propDecorators: { nodes: [{
40
41
  type: Input,
@@ -52,11 +52,12 @@ export class DropDownTreeHierarchyBindingDirective extends HierarchyBindingDirec
52
52
  }
53
53
  }
54
54
  DropDownTreeHierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeHierarchyBindingDirective, deps: [{ token: i1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
55
- DropDownTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeHierarchyBindingDirective, selector: "[kendoDropDownTreeHierarchyBinding]", inputs: { nodes: ["kendoDropDownTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
55
+ DropDownTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeHierarchyBindingDirective, isStandalone: true, selector: "[kendoDropDownTreeHierarchyBinding]", inputs: { nodes: ["kendoDropDownTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
56
56
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeHierarchyBindingDirective, decorators: [{
57
57
  type: Directive,
58
58
  args: [{
59
- selector: '[kendoDropDownTreeHierarchyBinding]'
59
+ selector: '[kendoDropDownTreeHierarchyBinding]',
60
+ standalone: true
60
61
  }]
61
62
  }], ctorParameters: function () { return [{ type: i1.DataBoundComponent }]; }, propDecorators: { nodes: [{
62
63
  type: Input,
@@ -30,11 +30,12 @@ export class MultiSelectTreeFlatBindingDirective extends FlatDataBindingDirectiv
30
30
  }
31
31
  }
32
32
  MultiSelectTreeFlatBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeFlatBindingDirective, deps: [{ token: i1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
33
- MultiSelectTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeFlatBindingDirective, selector: "[kendoMultiSelectTreeFlatBinding]", inputs: { nodes: ["kendoMultiSelectTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
33
+ MultiSelectTreeFlatBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeFlatBindingDirective, isStandalone: true, selector: "[kendoMultiSelectTreeFlatBinding]", inputs: { nodes: ["kendoMultiSelectTreeFlatBinding", "nodes"], idField: ["valueField", "idField"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeFlatBindingDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: '[kendoMultiSelectTreeFlatBinding]'
37
+ selector: '[kendoMultiSelectTreeFlatBinding]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.DataBoundComponent }]; }, propDecorators: { nodes: [{
40
41
  type: Input,
@@ -30,11 +30,12 @@ export class MultiSelectTreeHierarchyBindingDirective extends HierarchyBindingDi
30
30
  }
31
31
  }
32
32
  MultiSelectTreeHierarchyBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeHierarchyBindingDirective, deps: [{ token: i1.DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
33
- MultiSelectTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeHierarchyBindingDirective, selector: "[kendoMultiSelectTreeHierarchyBinding]", inputs: { nodes: ["kendoMultiSelectTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
33
+ MultiSelectTreeHierarchyBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MultiSelectTreeHierarchyBindingDirective, isStandalone: true, selector: "[kendoMultiSelectTreeHierarchyBinding]", inputs: { nodes: ["kendoMultiSelectTreeHierarchyBinding", "nodes"] }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
34
34
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MultiSelectTreeHierarchyBindingDirective, decorators: [{
35
35
  type: Directive,
36
36
  args: [{
37
- selector: '[kendoMultiSelectTreeHierarchyBinding]'
37
+ selector: '[kendoMultiSelectTreeHierarchyBinding]',
38
+ standalone: true
38
39
  }]
39
40
  }], ctorParameters: function () { return [{ type: i1.DataBoundComponent }]; }, propDecorators: { nodes: [{
40
41
  type: Input,
@@ -2,11 +2,11 @@
2
2
  * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, Input, Output, NgZone, Renderer2, TemplateRef, ViewChild, ChangeDetectorRef, ContentChild, forwardRef, ViewContainerRef, isDevMode, Optional, Inject, Injector } from '@angular/core';
6
- import { anyChanged, guid, hasObservers, isChanged, isDocumentAvailable, KendoInput, Keys } from '@progress/kendo-angular-common';
5
+ import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, Input, Output, NgZone, Renderer2, TemplateRef, ViewChild, ChangeDetectorRef, ContentChild, forwardRef, ViewContainerRef, isDevMode, Injector } from '@angular/core';
6
+ import { anyChanged, EventsOutsideAngularDirective, guid, hasObservers, isChanged, isDocumentAvailable, KendoInput, Keys, ResizeSensorComponent, TemplateContextDirective } from '@progress/kendo-angular-common';
7
7
  import { PopupService } from '@progress/kendo-angular-popup';
8
- import { TreeViewComponent, DataBoundComponent, ExpandableComponent } from '@progress/kendo-angular-treeview';
9
- import { getter } from '@progress/kendo-common';
8
+ import { TreeViewComponent, DataBoundComponent, ExpandableComponent, SelectDirective } from '@progress/kendo-angular-treeview';
9
+ import { getter, touchEnabled } from '@progress/kendo-common';
10
10
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
11
11
  import { DataService } from '../common/data.service';
12
12
  import { DisabledItemsService } from '../common/disabled-items/disabled-items.service';
@@ -22,22 +22,17 @@ import { HeaderTemplateDirective } from '../common/templates/header-template.dir
22
22
  import { FooterTemplateDirective } from '../common/templates/footer-template.directive';
23
23
  import { NodeTemplateDirective } from './templates/node-template.directive';
24
24
  import { DropDownTreeMessages } from '../common/constants/error-messages';
25
- import { TOUCH_ENABLED } from '../common/constants/touch-enabled';
26
25
  import { ValueTemplateDirective } from '../common/templates/value-template.directive';
27
26
  import { caretAltDownIcon, searchIcon, xIcon } from '@progress/kendo-svg-icons';
28
27
  import { ResponsiveRendererComponent } from '../common/action-sheet.component';
28
+ import { FilterInputDirective } from '../common/filter-input.directive';
29
+ import { NgIf, NgClass, NgTemplateOutlet } from '@angular/common';
30
+ import { LocalizedMessagesDirective } from '../common/localization/localized-messages.directive';
31
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
29
32
  import * as i0 from "@angular/core";
30
33
  import * as i1 from "@progress/kendo-angular-popup";
31
34
  import * as i2 from "../common/navigation/navigation.service";
32
35
  import * as i3 from "@progress/kendo-angular-l10n";
33
- import * as i4 from "../common/templates/template-context.directive";
34
- import * as i5 from "../common/action-sheet.component";
35
- import * as i6 from "@angular/common";
36
- import * as i7 from "@progress/kendo-angular-common";
37
- import * as i8 from "../common/localization/localized-messages.directive";
38
- import * as i9 from "../common/filter-input.directive";
39
- import * as i10 from "@progress/kendo-angular-icons";
40
- import * as i11 from "@progress/kendo-angular-treeview";
41
36
  const DEFAULT_POPUP_SETTINGS = { animate: true };
42
37
  const hasChildren = () => false;
43
38
  const fetchChildren = () => of([]);
@@ -51,7 +46,7 @@ const stopPropagation = (event) => event.stopImmediatePropagation();
51
46
  * Represents the [Kendo UI DropDownTree component for Angular]({% slug overview_ddt %}).
52
47
  */
53
48
  export class DropDownTreeComponent {
54
- constructor(injector, wrapper, popupService, navigationService, renderer, _zone, cdr, localization, touchEnabled) {
49
+ constructor(injector, wrapper, popupService, navigationService, renderer, _zone, cdr, localization) {
55
50
  this.injector = injector;
56
51
  this.wrapper = wrapper;
57
52
  this.popupService = popupService;
@@ -60,6 +55,9 @@ export class DropDownTreeComponent {
60
55
  this._zone = _zone;
61
56
  this.cdr = cdr;
62
57
  this.localization = localization;
58
+ /**
59
+ * @hidden
60
+ */
63
61
  this.touchEnabled = touchEnabled;
64
62
  /**
65
63
  * @hidden
@@ -1255,8 +1253,8 @@ export class DropDownTreeComponent {
1255
1253
  this.filterable && this.actionSheetSearchBar.focus();
1256
1254
  }
1257
1255
  }
1258
- DropDownTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i1.PopupService }, { token: i2.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i3.LocalizationService }, { token: TOUCH_ENABLED, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1259
- DropDownTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeComponent, selector: "kendo-dropdowntree", inputs: { icon: "icon", svgIcon: "svgIcon", loading: "loading", clearButton: "clearButton", data: "data", value: "value", textField: "textField", valueField: "valueField", valueDepth: "valueDepth", hasChildren: "hasChildren", fetchChildren: "fetchChildren", placeholder: "placeholder", popupSettings: "popupSettings", dataItem: "dataItem", listHeight: "listHeight", disabled: "disabled", readonly: "readonly", valuePrimitive: "valuePrimitive", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", itemDisabled: "itemDisabled", isNodeExpanded: "isNodeExpanded", isNodeVisible: "isNodeVisible", loadOnDemand: "loadOnDemand", filterable: "filterable", filter: "filter", focusableId: "focusableId", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle" }, outputs: { open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", onFocus: "focus", onBlur: "blur", valueChange: "valueChange", filterChange: "filterChange" }, host: { properties: { "class.k-dropdowntree": "this.hostClasses", "class.k-picker": "this.hostClasses", "attr.readonly": "this.isReadonly", "attr.aria-invalid": "this.hostAriaInvalid", "class.k-disabled": "this.isDisabled", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.aria-busy": "this.isBusy", "attr.aria-controls": "this.hostAriaControls", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-readonly": "this.readonly" } }, providers: [
1256
+ DropDownTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i1.PopupService }, { token: i2.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
1257
+ DropDownTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DropDownTreeComponent, isStandalone: true, selector: "kendo-dropdowntree", inputs: { icon: "icon", svgIcon: "svgIcon", loading: "loading", clearButton: "clearButton", data: "data", value: "value", textField: "textField", valueField: "valueField", valueDepth: "valueDepth", hasChildren: "hasChildren", fetchChildren: "fetchChildren", placeholder: "placeholder", popupSettings: "popupSettings", dataItem: "dataItem", listHeight: "listHeight", disabled: "disabled", readonly: "readonly", valuePrimitive: "valuePrimitive", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", itemDisabled: "itemDisabled", isNodeExpanded: "isNodeExpanded", isNodeVisible: "isNodeVisible", loadOnDemand: "loadOnDemand", filterable: "filterable", filter: "filter", focusableId: "focusableId", adaptiveMode: "adaptiveMode", title: "title", subtitle: "subtitle" }, outputs: { open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", onFocus: "focus", onBlur: "blur", valueChange: "valueChange", filterChange: "filterChange" }, host: { properties: { "class.k-dropdowntree": "this.hostClasses", "class.k-picker": "this.hostClasses", "attr.readonly": "this.isReadonly", "attr.aria-invalid": "this.hostAriaInvalid", "class.k-disabled": "this.isDisabled", "attr.disabled": "this.isDisabledAttribute", "class.k-loading": "this.isLoading", "attr.aria-busy": "this.isBusy", "attr.aria-controls": "this.hostAriaControls", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.aria-expanded": "this.isAriaExpanded", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-readonly": "this.readonly" } }, providers: [
1260
1258
  DataService,
1261
1259
  SelectionService,
1262
1260
  NavigationService,
@@ -1455,7 +1453,7 @@ DropDownTreeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
1455
1453
  </ng-template>
1456
1454
 
1457
1455
  <kendo-resize-sensor *ngIf="isOpen || isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
1458
- `, isInline: true, dependencies: [{ kind: "directive", type: i4.TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: i5.ResponsiveRendererComponent, selector: "responsive-renderer", inputs: ["title", "showActionButtons", "subtitle", "size", "showTextInput", "sharedPopupActionSheetTemplate", "isActionSheetExpanded", "text", "placeholder"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand", "onCollapse", "onApply", "onCancel"] }, { kind: "directive", type: i6.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i7.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: i8.LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: i9.FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "directive", type: i7.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i10.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i11.TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "hasCheckbox", "isExpanded", "isSelected", "isVisible", "navigable", "children", "loadOnDemand", "filterable", "filter", "size", "disableParentNodesOnly"], outputs: ["childrenLoaded", "blur", "focus", "expand", "collapse", "nodeDragStart", "nodeDrag", "filterStateChange", "nodeDrop", "nodeDragEnd", "addItem", "removeItem", "checkedChange", "selectionChange", "filterChange", "nodeClick", "nodeDblClick"], exportAs: ["kendoTreeView"] }, { kind: "directive", type: i11.SelectDirective, selector: "[kendoTreeViewSelectable]", inputs: ["isSelected", "selectBy", "kendoTreeViewSelectable", "selectedKeys"], outputs: ["selectedKeysChange"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1456
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResponsiveRendererComponent, selector: "responsive-renderer", inputs: ["title", "showActionButtons", "subtitle", "size", "showTextInput", "sharedPopupActionSheetTemplate", "isActionSheetExpanded", "text", "placeholder"], outputs: ["closePopup", "textInputChange", "navigate", "onExpand", "onCollapse", "onApply", "onCancel"] }, { kind: "directive", type: FilterInputDirective, selector: "[filterInput]", inputs: ["filterInput"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: TreeViewComponent, selector: "kendo-treeview", inputs: ["filterInputPlaceholder", "expandDisabledNodes", "animate", "nodeTemplate", "loadMoreButtonTemplate", "trackBy", "nodes", "textField", "hasChildren", "isChecked", "isDisabled", "hasCheckbox", "isExpanded", "isSelected", "isVisible", "navigable", "children", "loadOnDemand", "filterable", "filter", "size", "disableParentNodesOnly"], outputs: ["childrenLoaded", "blur", "focus", "expand", "collapse", "nodeDragStart", "nodeDrag", "filterStateChange", "nodeDrop", "nodeDragEnd", "addItem", "removeItem", "checkedChange", "selectionChange", "filterChange", "nodeClick", "nodeDblClick"], exportAs: ["kendoTreeView"] }, { kind: "directive", type: SelectDirective, selector: "[kendoTreeViewSelectable]", inputs: ["isSelected", "selectBy", "kendoTreeViewSelectable", "selectedKeys"], outputs: ["selectedKeysChange"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
1459
1457
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropDownTreeComponent, decorators: [{
1460
1458
  type: Component,
1461
1459
  args: [{
@@ -1662,14 +1660,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1662
1660
 
1663
1661
  <kendo-resize-sensor *ngIf="isOpen || isAdaptiveModeEnabled" (resize)="onResize()"></kendo-resize-sensor>
1664
1662
  `,
1665
- changeDetection: ChangeDetectionStrategy.OnPush
1663
+ changeDetection: ChangeDetectionStrategy.OnPush,
1664
+ standalone: true,
1665
+ imports: [LocalizedMessagesDirective, NgIf, TemplateContextDirective, IconWrapperComponent, NgClass, NgTemplateOutlet, ResponsiveRendererComponent, FilterInputDirective, EventsOutsideAngularDirective, TreeViewComponent, SelectDirective, ResizeSensorComponent]
1666
1666
  }]
1667
- }], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i1.PopupService }, { type: i2.NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i3.LocalizationService }, { type: undefined, decorators: [{
1668
- type: Optional
1669
- }, {
1670
- type: Inject,
1671
- args: [TOUCH_ENABLED]
1672
- }] }]; }, propDecorators: { icon: [{
1667
+ }], ctorParameters: function () { return [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i1.PopupService }, { type: i2.NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i3.LocalizationService }]; }, propDecorators: { icon: [{
1673
1668
  type: Input
1674
1669
  }], svgIcon: [{
1675
1670
  type: Input