@progress/kendo-angular-dropdowns 16.5.0-develop.6 → 16.6.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 (114) 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/checked-state/checked-item.d.ts +1 -1
  39. package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
  40. package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
  41. package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
  42. package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
  43. package/dropdowntrees/dropdowntree.component.d.ts +7 -4
  44. package/dropdowntrees/dropdowntrees.module.d.ts +32 -13
  45. package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
  46. package/dropdowntrees/multiselecttree.component.d.ts +7 -4
  47. package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
  48. package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
  49. package/esm2020/autocomplete/autocomplete.component.mjs +17 -26
  50. package/esm2020/autocomplete/autocomplete.module.mjs +35 -14
  51. package/esm2020/comboboxes/combobox-column/column-cell-template.directive.mjs +3 -2
  52. package/esm2020/comboboxes/combobox-column/column-header-template.directive.mjs +3 -2
  53. package/esm2020/comboboxes/combobox-column/combobox-column.component.mjs +3 -2
  54. package/esm2020/comboboxes/combobox.component.mjs +18 -29
  55. package/esm2020/comboboxes/combobox.module.mjs +40 -35
  56. package/esm2020/comboboxes/multicolumncombobox.component.mjs +17 -21
  57. package/esm2020/common/action-sheet.component.mjs +9 -9
  58. package/esm2020/common/filter-input.directive.mjs +3 -1
  59. package/esm2020/common/filtering/filter.directive.mjs +3 -2
  60. package/esm2020/common/list-item.directive.mjs +3 -1
  61. package/esm2020/common/list.component.mjs +8 -9
  62. package/esm2020/common/localization/custom-messages.component.mjs +3 -2
  63. package/esm2020/common/localization/localized-messages.directive.mjs +3 -2
  64. package/esm2020/common/searchbar.component.mjs +5 -3
  65. package/esm2020/common/selection/selectable.directive.mjs +3 -2
  66. package/esm2020/common/shared-directives.module.mjs +3 -3
  67. package/esm2020/common/shared-events.directive.mjs +3 -2
  68. package/esm2020/common/shared.module.mjs +13 -12
  69. package/esm2020/common/taglist.component.mjs +8 -6
  70. package/esm2020/common/templates/custom-item-template.directive.mjs +3 -2
  71. package/esm2020/common/templates/fixed-group-template.directive.mjs +3 -2
  72. package/esm2020/common/templates/footer-template.directive.mjs +3 -2
  73. package/esm2020/common/templates/group-tag-template.directive.mjs +3 -2
  74. package/esm2020/common/templates/group-template.directive.mjs +3 -2
  75. package/esm2020/common/templates/header-template.directive.mjs +3 -2
  76. package/esm2020/common/templates/item-template.directive.mjs +3 -2
  77. package/esm2020/common/templates/no-data-template.directive.mjs +3 -2
  78. package/esm2020/common/templates/tag-template.directive.mjs +3 -2
  79. package/esm2020/common/templates/value-template.directive.mjs +3 -2
  80. package/esm2020/directives.mjs +166 -0
  81. package/esm2020/dropdownlist/dropdownlist.component.mjs +22 -27
  82. package/esm2020/dropdownlist/dropdownlist.module.mjs +33 -12
  83. package/esm2020/dropdowns.module.mjs +42 -8
  84. package/esm2020/dropdowntrees/checked-state/check-all.directive.mjs +3 -2
  85. package/esm2020/dropdowntrees/checked-state/check.directive.mjs +3 -2
  86. package/esm2020/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +3 -2
  87. package/esm2020/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +3 -2
  88. package/esm2020/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +3 -2
  89. package/esm2020/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +3 -2
  90. package/esm2020/dropdowntrees/dropdowntree.component.mjs +19 -24
  91. package/esm2020/dropdowntrees/dropdowntrees.module.mjs +59 -45
  92. package/esm2020/dropdowntrees/expanded-state/expand.directive.mjs +3 -2
  93. package/esm2020/dropdowntrees/multiselecttree.component.mjs +21 -25
  94. package/esm2020/dropdowntrees/summary-tag/summary-tag.directive.mjs +3 -2
  95. package/esm2020/dropdowntrees/templates/node-template.directive.mjs +3 -2
  96. package/esm2020/index.mjs +1 -1
  97. package/esm2020/multiselect/multiselect.component.mjs +19 -30
  98. package/esm2020/multiselect/multiselect.module.mjs +39 -25
  99. package/esm2020/multiselect/summary-tag.directive.mjs +3 -2
  100. package/esm2020/package-metadata.mjs +2 -2
  101. package/fesm2015/progress-kendo-angular-dropdowns.mjs +1324 -1196
  102. package/fesm2020/progress-kendo-angular-dropdowns.mjs +735 -593
  103. package/index.d.ts +1 -1
  104. package/multiselect/multiselect.component.d.ts +3 -4
  105. package/multiselect/multiselect.module.d.ts +19 -6
  106. package/multiselect/summary-tag.directive.d.ts +1 -1
  107. package/package.json +8 -8
  108. package/schematics/ngAdd/index.js +2 -2
  109. package/common/constants/touch-enabled.d.ts +0 -9
  110. package/common/shared-events.module.d.ts +0 -14
  111. package/common/templates/template-context.directive.d.ts +0 -17
  112. package/esm2020/common/constants/touch-enabled.mjs +0 -9
  113. package/esm2020/common/shared-events.module.mjs +0 -22
  114. package/esm2020/common/templates/template-context.directive.mjs +0 -33
@@ -69,7 +69,6 @@ export declare class AutoCompleteComponent implements ControlValueAccessor, OnDe
69
69
  private cdr;
70
70
  private renderer;
71
71
  hostElement: ElementRef;
72
- protected touchEnabled: boolean;
73
72
  private injector;
74
73
  /**
75
74
  * @hidden
@@ -390,7 +389,7 @@ export declare class AutoCompleteComponent implements ControlValueAccessor, OnDe
390
389
  get formControl(): FormControl;
391
390
  protected onChangeCallback: Function;
392
391
  protected onTouchedCallback: Function;
393
- constructor(localization: LocalizationService, dataService: DataService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, _zone: NgZone, cdr: ChangeDetectorRef, renderer: Renderer2, hostElement: ElementRef, touchEnabled: boolean, injector: Injector);
392
+ constructor(localization: LocalizationService, dataService: DataService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, _zone: NgZone, cdr: ChangeDetectorRef, renderer: Renderer2, hostElement: ElementRef, injector: Injector);
394
393
  ngOnInit(): void;
395
394
  ngAfterViewInit(): void;
396
395
  ngOnDestroy(): void;
@@ -516,6 +515,6 @@ export declare class AutoCompleteComponent implements ControlValueAccessor, OnDe
516
515
  private setComponentClasses;
517
516
  private closeActionSheet;
518
517
  private openActionSheet;
519
- static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; }, null]>;
520
- static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "kendo-autocomplete", ["kendoAutoComplete"], { "highlightFirst": "highlightFirst"; "showStickyHeader": "showStickyHeader"; "focusableId": "focusableId"; "data": "data"; "value": "value"; "valueField": "valueField"; "placeholder": "placeholder"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "loading": "loading"; "clearButton": "clearButton"; "suggest": "suggest"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "readonly": "readonly"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "filterable": "filterable"; "virtual": "virtual"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "filterChange": "filterChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["template", "headerTemplate", "footerTemplate", "noDataTemplate", "groupTemplate", "fixedGroupTemplate", "suffixTemplate", "prefixTemplate"], never, false, never>;
518
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteComponent, never>;
519
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteComponent, "kendo-autocomplete", ["kendoAutoComplete"], { "highlightFirst": "highlightFirst"; "showStickyHeader": "showStickyHeader"; "focusableId": "focusableId"; "data": "data"; "value": "value"; "valueField": "valueField"; "placeholder": "placeholder"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "loading": "loading"; "clearButton": "clearButton"; "suggest": "suggest"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "readonly": "readonly"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "filterable": "filterable"; "virtual": "virtual"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "filterChange": "filterChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; }, ["template", "headerTemplate", "footerTemplate", "noDataTemplate", "groupTemplate", "fixedGroupTemplate", "suffixTemplate", "prefixTemplate"], never, true, never>;
521
520
  }
@@ -4,12 +4,16 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./autocomplete.component";
7
- import * as i2 from "../common/shared.module";
8
- import * as i3 from "@progress/kendo-angular-common";
9
- import * as i4 from "../common/shared-events.module";
10
- import * as i5 from "../common/shared-directives.module";
7
+ import * as i2 from "../common/templates/fixed-group-template.directive";
8
+ import * as i3 from "../common/templates/footer-template.directive";
9
+ import * as i4 from "../common/templates/group-template.directive";
10
+ import * as i5 from "../common/templates/header-template.directive";
11
+ import * as i6 from "../common/templates/item-template.directive";
12
+ import * as i7 from "../common/templates/no-data-template.directive";
13
+ import * as i8 from "../common/filtering/filter.directive";
14
+ import * as i9 from "../common/localization/custom-messages.component";
15
+ import * as i10 from "@progress/kendo-angular-common";
11
16
  /**
12
- * @hidden
13
17
  *
14
18
  * The exported package module.
15
19
  *
@@ -18,9 +22,16 @@ import * as i5 from "../common/shared-directives.module";
18
22
  * - `ItemTemplateDirective`&mdash;The item template directive.
19
23
  * - `HeaderTemplateDirective`&mdash;The header template directive.
20
24
  * - `FooterTemplateDirective`&mdash;The footer template directive.
25
+ * - `NoDataTemplateDirective`&mdash;The no data template directive.
26
+ * - `FixedGroupTemplateDirective`&mdash;The fixed group template directive.
27
+ * - `GroupTemplateDirective`&mdash;The group template directive.
28
+ * - `FilterDirective`&mdash;The filter directive.
29
+ * - `CustomMessagesComponent`&mdash;The custom messages component.
30
+ * - `SuffixTemplateDirective`&mdash;The suffix template directive.
31
+ * - `PrefixTemplateDirective`&mdash;The prefix template directive.
21
32
  */
22
33
  export declare class AutoCompleteModule {
23
34
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteModule, never>;
24
- static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, [typeof i1.AutoCompleteComponent], [typeof i2.SharedModule, typeof i3.AdornmentsModule, typeof i4.SharedEventsModule], [typeof i1.AutoCompleteComponent, typeof i5.SharedDirectivesModule, typeof i3.AdornmentsModule]>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AutoCompleteModule, never, [typeof i1.AutoCompleteComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective], [typeof i1.AutoCompleteComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective]>;
25
36
  static ɵinj: i0.ɵɵInjectorDeclaration<AutoCompleteModule>;
26
37
  }
@@ -18,5 +18,5 @@ export declare class ColumnCellTemplateDirective {
18
18
  templateRef: TemplateRef<any>;
19
19
  constructor(templateRef: TemplateRef<any>);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnCellTemplateDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnCellTemplateDirective, "[kendoMultiColumnComboBoxColumnCellTemplate]", never, {}, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnCellTemplateDirective, "[kendoMultiColumnComboBoxColumnCellTemplate]", never, {}, {}, never, never, true, never>;
22
22
  }
@@ -15,5 +15,5 @@ export declare class ColumnHeaderTemplateDirective {
15
15
  templateRef: TemplateRef<any>;
16
16
  constructor(templateRef: TemplateRef<any>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnHeaderTemplateDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHeaderTemplateDirective, "[kendoMultiColumnComboBoxColumnHeaderTemplate]", never, {}, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHeaderTemplateDirective, "[kendoMultiColumnComboBoxColumnHeaderTemplate]", never, {}, {}, never, never, true, never>;
19
19
  }
@@ -76,5 +76,5 @@ export declare class ComboBoxColumnComponent {
76
76
  */
77
77
  matchesMedia: boolean;
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxColumnComponent, never>;
79
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxColumnComponent, "kendo-combobox-column", never, { "field": "field"; "title": "title"; "width": "width"; "hidden": "hidden"; "style": "style"; "headerStyle": "headerStyle"; "class": "class"; "headerClass": "headerClass"; "media": "media"; }, {}, ["cellTemplate", "headerTemplate"], never, false, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxColumnComponent, "kendo-combobox-column", never, { "field": "field"; "title": "title"; "width": "width"; "hidden": "hidden"; "style": "style"; "headerStyle": "headerStyle"; "class": "class"; "headerClass": "headerClass"; "media": "media"; }, {}, ["cellTemplate", "headerTemplate"], never, true, never>;
80
80
  }
@@ -67,7 +67,6 @@ export declare class ComboBoxComponent extends MultiTabStop implements ControlVa
67
67
  protected zone: NgZone;
68
68
  protected cdr: ChangeDetectorRef;
69
69
  protected renderer: Renderer2;
70
- protected touchEnabled: boolean;
71
70
  protected injector: Injector;
72
71
  hostElement: ElementRef;
73
72
  /**
@@ -499,7 +498,7 @@ export declare class ComboBoxComponent extends MultiTabStop implements ControlVa
499
498
  private _size;
500
499
  private _rounded;
501
500
  private _fillMode;
502
- constructor(wrapper: ElementRef<HTMLElement>, localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, zone: NgZone, cdr: ChangeDetectorRef, renderer: Renderer2, touchEnabled: boolean, injector: Injector, hostElement: ElementRef);
501
+ constructor(wrapper: ElementRef<HTMLElement>, localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, zone: NgZone, cdr: ChangeDetectorRef, renderer: Renderer2, injector: Injector, hostElement: ElementRef);
503
502
  ngOnInit(): void;
504
503
  ngAfterViewInit(): void;
505
504
  private createValueStream;
@@ -669,6 +668,6 @@ export declare class ComboBoxComponent extends MultiTabStop implements ControlVa
669
668
  private findIndex;
670
669
  private closeActionSheet;
671
670
  private openActionSheet;
672
- static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; }, null, null]>;
673
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "kendo-combobox", ["kendoComboBox"], { "icon": "icon"; "svgIcon": "svgIcon"; "inputAttributes": "inputAttributes"; "showStickyHeader": "showStickyHeader"; "focusableId": "focusableId"; "allowCustom": "allowCustom"; "data": "data"; "value": "value"; "textField": "textField"; "valueField": "valueField"; "valuePrimitive": "valuePrimitive"; "valueNormalizer": "valueNormalizer"; "placeholder": "placeholder"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "loading": "loading"; "suggest": "suggest"; "clearButton": "clearButton"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "readonly": "readonly"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "filterable": "filterable"; "virtual": "virtual"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "selectionChange": "selectionChange"; "filterChange": "filterChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "escape": "escape"; }, ["template", "headerTemplate", "footerTemplate", "noDataTemplate", "groupTemplate", "fixedGroupTemplate", "suffixTemplate", "prefixTemplate"], never, false, never>;
671
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxComponent, never>;
672
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboBoxComponent, "kendo-combobox", ["kendoComboBox"], { "icon": "icon"; "svgIcon": "svgIcon"; "inputAttributes": "inputAttributes"; "showStickyHeader": "showStickyHeader"; "focusableId": "focusableId"; "allowCustom": "allowCustom"; "data": "data"; "value": "value"; "textField": "textField"; "valueField": "valueField"; "valuePrimitive": "valuePrimitive"; "valueNormalizer": "valueNormalizer"; "placeholder": "placeholder"; "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "popupSettings": "popupSettings"; "listHeight": "listHeight"; "loading": "loading"; "suggest": "suggest"; "clearButton": "clearButton"; "disabled": "disabled"; "itemDisabled": "itemDisabled"; "readonly": "readonly"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "filterable": "filterable"; "virtual": "virtual"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; }, { "valueChange": "valueChange"; "selectionChange": "selectionChange"; "filterChange": "filterChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "escape": "escape"; }, ["template", "headerTemplate", "footerTemplate", "noDataTemplate", "groupTemplate", "fixedGroupTemplate", "suffixTemplate", "prefixTemplate"], never, true, never>;
674
673
  }
@@ -4,30 +4,40 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./combobox.component";
7
- import * as i2 from "./multicolumncombobox.component";
8
- import * as i3 from "./combobox-column/combobox-column.component";
9
- import * as i4 from "./combobox-column/column-header-template.directive";
10
- import * as i5 from "./combobox-column/column-cell-template.directive";
11
- import * as i6 from "../common/shared.module";
12
- import * as i7 from "@progress/kendo-angular-common";
13
- import * as i8 from "../common/shared-events.module";
14
- import * as i9 from "../common/shared-directives.module";
7
+ import * as i2 from "../common/templates/fixed-group-template.directive";
8
+ import * as i3 from "../common/templates/footer-template.directive";
9
+ import * as i4 from "../common/templates/group-template.directive";
10
+ import * as i5 from "../common/templates/header-template.directive";
11
+ import * as i6 from "../common/templates/item-template.directive";
12
+ import * as i7 from "../common/templates/no-data-template.directive";
13
+ import * as i8 from "../common/filtering/filter.directive";
14
+ import * as i9 from "../common/localization/custom-messages.component";
15
+ import * as i10 from "@progress/kendo-angular-common";
16
+ import * as i11 from "./multicolumncombobox.component";
17
+ import * as i12 from "./combobox-column/combobox-column.component";
18
+ import * as i13 from "./combobox-column/column-header-template.directive";
19
+ import * as i14 from "./combobox-column/column-cell-template.directive";
15
20
  /**
16
- * @hidden
17
21
  *
18
22
  * The exported package module.
19
23
  *
20
24
  * The package exports:
21
25
  * - `ComboBoxComponent`&mdash;The ComboBox component class.
26
+ * - `ComboBoxColumnComponent`&mdash;The ComboBoxColumn component class.
22
27
  * - `MultiColumnComboBoxComponent`&mdash;The MultiColumnComboBox component class.
23
28
  * - `ItemTemplateDirective`&mdash;The item template directive.
24
29
  * - `HeaderTemplateDirective`&mdash;The header template directive.
25
30
  * - `FooterTemplateDirective`&mdash;The footer template directive.
26
- * - `ColumnHeaderTemplateDirective`&mdash;The column header template directive.
27
- * - `ColumnCellTemplateDirective`&mdash;The column cell template directive.
31
+ * - `NoDataTemplateDirective`&mdash;The no data template directive.
32
+ * - `FixedGroupTemplateDirective`&mdash;The fixed group template directive.
33
+ * - `GroupTemplateDirective`&mdash;The group template directive.
34
+ * - `FilterDirective`&mdash;The filter directive.
35
+ * - `CustomMessagesComponent`&mdash;The custom messages component.
36
+ * - `SuffixTemplateDirective`&mdash;The suffix template directive.
37
+ * - `PrefixTemplateDirective`&mdash;The prefix template directive.
28
38
  */
29
39
  export declare class ComboBoxModule {
30
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboBoxModule, never>;
31
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, [typeof i1.ComboBoxComponent, typeof i2.MultiColumnComboBoxComponent, typeof i3.ComboBoxColumnComponent, typeof i4.ColumnHeaderTemplateDirective, typeof i5.ColumnCellTemplateDirective], [typeof i6.SharedModule, typeof i7.AdornmentsModule, typeof i8.SharedEventsModule], [typeof i1.ComboBoxComponent, typeof i2.MultiColumnComboBoxComponent, typeof i3.ComboBoxColumnComponent, typeof i4.ColumnHeaderTemplateDirective, typeof i5.ColumnCellTemplateDirective, typeof i9.SharedDirectivesModule, typeof i7.AdornmentsModule, typeof i7.ToggleButtonTabStopModule]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComboBoxModule, never, [typeof i1.ComboBoxComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i11.MultiColumnComboBoxComponent, typeof i12.ComboBoxColumnComponent, typeof i13.ColumnHeaderTemplateDirective, typeof i14.ColumnCellTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective], [typeof i1.ComboBoxComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i11.MultiColumnComboBoxComponent, typeof i12.ComboBoxColumnComponent, typeof i13.ColumnHeaderTemplateDirective, typeof i14.ColumnCellTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective]>;
32
42
  static ɵinj: i0.ɵɵInjectorDeclaration<ComboBoxModule>;
33
43
  }
@@ -51,7 +51,7 @@ export declare class MultiColumnComboBoxComponent extends ComboBoxComponent impl
51
51
  * @hidden
52
52
  */
53
53
  protected get listContainerClasses(): string[];
54
- constructor(localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, zone: NgZone, changeDetector: ChangeDetectorRef, renderer: Renderer2, wrapper: ElementRef<HTMLElement>, touchEnabled: boolean, injector: Injector, hostElement: ElementRef);
54
+ constructor(localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, zone: NgZone, changeDetector: ChangeDetectorRef, renderer: Renderer2, wrapper: ElementRef<HTMLElement>, injector: Injector, hostElement: ElementRef);
55
55
  ngAfterViewInit(): void;
56
56
  ngOnDestroy(): void;
57
57
  /**
@@ -70,5 +70,5 @@ export declare class MultiColumnComboBoxComponent extends ComboBoxComponent impl
70
70
  private addWindowResizeListener;
71
71
  private updateColumnsMediaState;
72
72
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiColumnComboBoxComponent, never>;
73
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiColumnComboBoxComponent, "kendo-multicolumncombobox", never, {}, {}, ["columns"], never, false, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiColumnComboBoxComponent, "kendo-multicolumncombobox", never, {}, {}, ["columns"], never, true, never>;
74
74
  }
@@ -39,5 +39,5 @@ export declare class ResponsiveRendererComponent {
39
39
  messageFor(key: string): string;
40
40
  onValueChange(value: string): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsiveRendererComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveRendererComponent, "responsive-renderer", never, { "title": "title"; "showActionButtons": "showActionButtons"; "subtitle": "subtitle"; "size": "size"; "showTextInput": "showTextInput"; "sharedPopupActionSheetTemplate": "sharedPopupActionSheetTemplate"; "isActionSheetExpanded": "isActionSheetExpanded"; "text": "text"; "placeholder": "placeholder"; }, { "closePopup": "closePopup"; "textInputChange": "textInputChange"; "navigate": "navigate"; "onExpand": "onExpand"; "onCollapse": "onCollapse"; "onApply": "onApply"; "onCancel": "onCancel"; }, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<ResponsiveRendererComponent, "responsive-renderer", never, { "title": "title"; "showActionButtons": "showActionButtons"; "subtitle": "subtitle"; "size": "size"; "showTextInput": "showTextInput"; "sharedPopupActionSheetTemplate": "sharedPopupActionSheetTemplate"; "isActionSheetExpanded": "isActionSheetExpanded"; "text": "text"; "placeholder": "placeholder"; }, { "closePopup": "closePopup"; "textInputChange": "textInputChange"; "navigate": "navigate"; "onExpand": "onExpand"; "onCollapse": "onCollapse"; "onApply": "onApply"; "onCancel": "onCancel"; }, never, never, true, never>;
43
43
  }
@@ -15,5 +15,5 @@ export declare class FilterInputDirective implements OnChanges {
15
15
  ngOnChanges(): void;
16
16
  private nextTick;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[filterInput]", never, { "focused": "filterInput"; }, {}, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[filterInput]", never, { "focused": "filterInput"; }, {}, never, never, true, never>;
19
19
  }
@@ -59,5 +59,5 @@ export declare class FilterDirective implements OnInit, OnDestroy {
59
59
  private getFilterFields;
60
60
  private get filterSettings();
61
61
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterDirective, never>;
62
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterDirective, "[kendoDropDownFilter]", never, { "data": "data"; "rawSettings": "kendoDropDownFilter"; "filterable": "filterable"; }, {}, never, never, false, never>;
62
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterDirective, "[kendoDropDownFilter]", never, { "data": "data"; "rawSettings": "kendoDropDownFilter"; "filterable": "filterable"; }, {}, never, never, true, never>;
63
63
  }
@@ -11,5 +11,5 @@ export declare class ListItemDirective {
11
11
  element: ElementRef;
12
12
  constructor(element: ElementRef);
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ListItemDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "\"li[role=option], li[role=group]\"", never, {}, {}, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemDirective, "\"li[role=option], li[role=group]\"", never, {}, {}, never, never, true, never>;
15
15
  }
@@ -130,5 +130,5 @@ export declare class ListComponent implements OnChanges, OnDestroy, AfterViewIni
130
130
  private firstGroupHeaderInTargetedPage;
131
131
  private setComponentClasses;
132
132
  static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
133
- static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-list", never, { "selected": "selected"; "focused": "focused"; "textField": "textField"; "valueField": "valueField"; "height": "height"; "template": "template"; "groupTemplate": "groupTemplate"; "fixedGroupTemplate": "fixedGroupTemplate"; "show": "show"; "id": "id"; "optionPrefix": "optionPrefix"; "multipleSelection": "multipleSelection"; "virtual": "virtual"; "type": "type"; "checkboxes": "checkboxes"; "ariaLive": "ariaLive"; "isMultiselect": "isMultiselect"; "isActionSheetExpanded": "isActionSheetExpanded"; "showStickyHeader": "showStickyHeader"; "data": "data"; "size": "size"; "rounded": "rounded"; }, { "onClick": "onClick"; "pageChange": "pageChange"; "listResize": "listResize"; "popupListScroll": "popupListScroll"; }, never, never, false, never>;
133
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-list", never, { "selected": "selected"; "focused": "focused"; "textField": "textField"; "valueField": "valueField"; "height": "height"; "template": "template"; "groupTemplate": "groupTemplate"; "fixedGroupTemplate": "fixedGroupTemplate"; "show": "show"; "id": "id"; "optionPrefix": "optionPrefix"; "multipleSelection": "multipleSelection"; "virtual": "virtual"; "type": "type"; "checkboxes": "checkboxes"; "ariaLive": "ariaLive"; "isMultiselect": "isMultiselect"; "isActionSheetExpanded": "isActionSheetExpanded"; "showStickyHeader": "showStickyHeader"; "data": "data"; "size": "size"; "rounded": "rounded"; }, { "onClick": "onClick"; "pageChange": "pageChange"; "listResize": "listResize"; "popupListScroll": "popupListScroll"; }, never, never, true, never>;
134
134
  }
@@ -14,5 +14,5 @@ export declare class CustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-dropdownlist-messages,kendo-combobox-messages,kendo-multicolumncombobox-messages,kendo-autocomplete-messages,kendo-multiselect-messages,kendo-dropdowntree-messages,kendo-multiselecttree-messages", never, {}, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-dropdownlist-messages,kendo-combobox-messages,kendo-multicolumncombobox-messages,kendo-autocomplete-messages,kendo-multiselect-messages,kendo-dropdowntree-messages,kendo-multiselecttree-messages", never, {}, {}, never, never, true, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, " [kendoDropDownListLocalizedMessages], [kendoDropDownTreeLocalizedMessages], [kendoComboBoxLocalizedMessages], [kendoMultiColumnComboBoxLocalizedMessages], [kendoAutoCompleteLocalizedMessages], [kendoMultiSelectLocalizedMessages], [kendoMultiSelectTreeLocalizedMessages] ", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, " [kendoDropDownListLocalizedMessages], [kendoDropDownTreeLocalizedMessages], [kendoComboBoxLocalizedMessages], [kendoMultiColumnComboBoxLocalizedMessages], [kendoAutoCompleteLocalizedMessages], [kendoMultiSelectLocalizedMessages], [kendoMultiSelectTreeLocalizedMessages] ", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -91,5 +91,5 @@ export declare class SearchBarComponent implements OnChanges, OnInit, OnDestroy
91
91
  setInputSize(): void;
92
92
  private setInputAttributes;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchBarComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "input[kendoSearchbar]", never, { "tagListId": "tagListId"; "readonly": "readonly"; "disabled": "disabled"; "isRequired": "isRequired"; "isSuggestable": "isSuggestable"; "isFilterable": "isFilterable"; "userInput": "userInput"; "suggestedText": "suggestedText"; "inputAttributes": "inputAttributes"; "id": "id"; "activeDescendant": "activeDescendant"; "tabIndex": "tabIndex"; "isLoading": "isLoading"; "ariaControls": "ariaControls"; "ariaExpanded": "ariaExpanded"; "placeholder": "placeholder"; }, { "valueChange": "valueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "onNavigate": "onNavigate"; }, never, never, false, never>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchBarComponent, "input[kendoSearchbar]", never, { "tagListId": "tagListId"; "readonly": "readonly"; "disabled": "disabled"; "isRequired": "isRequired"; "isSuggestable": "isSuggestable"; "isFilterable": "isFilterable"; "userInput": "userInput"; "suggestedText": "suggestedText"; "inputAttributes": "inputAttributes"; "id": "id"; "activeDescendant": "activeDescendant"; "tabIndex": "tabIndex"; "isLoading": "isLoading"; "ariaControls": "ariaControls"; "ariaExpanded": "ariaExpanded"; "placeholder": "placeholder"; }, { "valueChange": "valueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "onNavigate": "onNavigate"; }, never, never, true, never>;
95
95
  }
@@ -20,5 +20,5 @@ export declare class SelectableDirective {
20
20
  get selectedClassName(): boolean;
21
21
  onClick(event: any): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectableDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoDropDownsSelectable]", never, { "index": "index"; "checkboxes": "checkboxes"; "height": "height"; "isMultiselect": "isMultiselect"; "multipleSelection": "multipleSelection"; }, {}, never, never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectableDirective, "[kendoDropDownsSelectable]", never, { "index": "index"; "checkboxes": "checkboxes"; "height": "height"; "isMultiselect": "isMultiselect"; "multipleSelection": "multipleSelection"; }, {}, never, never, true, never>;
24
24
  }
@@ -32,6 +32,6 @@ import * as i13 from "./filter-input.directive";
32
32
  */
33
33
  export declare class SharedDirectivesModule {
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedDirectivesModule, never>;
35
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectivesModule, [typeof i1.HeaderTemplateDirective, typeof i2.FooterTemplateDirective, typeof i3.ItemTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.FixedGroupTemplateDirective, typeof i6.NoDataTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.GroupTagTemplateDirective, typeof i10.LocalizedMessagesDirective, typeof i11.CustomMessagesComponent, typeof i12.FilterDirective, typeof i13.FilterInputDirective], never, [typeof i1.HeaderTemplateDirective, typeof i2.FooterTemplateDirective, typeof i3.ItemTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.FixedGroupTemplateDirective, typeof i6.NoDataTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.GroupTagTemplateDirective, typeof i10.LocalizedMessagesDirective, typeof i11.CustomMessagesComponent, typeof i12.FilterDirective, typeof i13.FilterInputDirective]>;
35
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectivesModule, never, [typeof i1.HeaderTemplateDirective, typeof i2.FooterTemplateDirective, typeof i3.ItemTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.FixedGroupTemplateDirective, typeof i6.NoDataTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.GroupTagTemplateDirective, typeof i10.LocalizedMessagesDirective, typeof i11.CustomMessagesComponent, typeof i12.FilterDirective, typeof i13.FilterInputDirective], [typeof i1.HeaderTemplateDirective, typeof i2.FooterTemplateDirective, typeof i3.ItemTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.FixedGroupTemplateDirective, typeof i6.NoDataTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.TagTemplateDirective, typeof i9.GroupTagTemplateDirective, typeof i10.LocalizedMessagesDirective, typeof i11.CustomMessagesComponent, typeof i12.FilterDirective, typeof i13.FilterInputDirective]>;
36
36
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedDirectivesModule>;
37
37
  }
@@ -23,5 +23,5 @@ export declare class SharedDropDownEventsDirective implements AfterViewInit, OnD
23
23
  ngAfterViewInit(): void;
24
24
  ngOnDestroy(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedDropDownEventsDirective, never>;
26
- static ɵdir: i0.ɵɵDirectiveDeclaration<SharedDropDownEventsDirective, "[kendoDropDownSharedEvents]", never, { "hostElement": "hostElement"; "clearButtonClicked": "clearButtonClicked"; "isFocused": "isFocused"; }, { "isFocusedChange": "isFocusedChange"; "onFocus": "onFocus"; "handleBlur": "handleBlur"; }, never, never, false, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SharedDropDownEventsDirective, "[kendoDropDownSharedEvents]", never, { "hostElement": "hostElement"; "clearButtonClicked": "clearButtonClicked"; "isFocused": "isFocused"; }, { "isFocusedChange": "isFocusedChange"; "onFocus": "onFocus"; "handleBlur": "handleBlur"; }, never, never, true, never>;
27
27
  }
@@ -7,25 +7,23 @@ import * as i1 from "./list.component";
7
7
  import * as i2 from "./list-item.directive";
8
8
  import * as i3 from "./selection/selectable.directive";
9
9
  import * as i4 from "./searchbar.component";
10
- import * as i5 from "./templates/template-context.directive";
10
+ import * as i5 from "@progress/kendo-angular-common";
11
11
  import * as i6 from "./taglist.component";
12
12
  import * as i7 from "../dropdowntrees/checked-state/check.directive";
13
13
  import * as i8 from "../dropdowntrees/checked-state/check-all.directive";
14
14
  import * as i9 from "./action-sheet.component";
15
- import * as i10 from "@angular/common";
16
- import * as i11 from "@angular/forms";
17
- import * as i12 from "@progress/kendo-angular-popup";
18
- import * as i13 from "@progress/kendo-angular-common";
19
- import * as i14 from "./shared-directives.module";
20
- import * as i15 from "@progress/kendo-angular-icons";
21
- import * as i16 from "@progress/kendo-angular-navigation";
22
- import * as i17 from "@progress/kendo-angular-buttons";
23
- import * as i18 from "@progress/kendo-angular-inputs";
15
+ import * as i10 from "@angular/forms";
16
+ import * as i11 from "@progress/kendo-angular-popup";
17
+ import * as i12 from "./shared-directives.module";
18
+ import * as i13 from "@progress/kendo-angular-icons";
19
+ import * as i14 from "@progress/kendo-angular-navigation";
20
+ import * as i15 from "@progress/kendo-angular-buttons";
21
+ import * as i16 from "@progress/kendo-angular-inputs";
24
22
  /**
25
23
  * @hidden
26
24
  */
27
25
  export declare class SharedModule {
28
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
29
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.ListComponent, typeof i2.ListItemDirective, typeof i3.SelectableDirective, typeof i4.SearchBarComponent, typeof i5.TemplateContextDirective, typeof i6.TagListComponent, typeof i7.CheckDirective, typeof i8.CheckAllDirective, typeof i9.ResponsiveRendererComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i11.ReactiveFormsModule, typeof i12.PopupModule, typeof i13.ResizeSensorModule, typeof i14.SharedDirectivesModule, typeof i13.EventsModule, typeof i15.IconsModule, typeof i16.ActionSheetModule, typeof i17.ButtonModule, typeof i18.TextBoxModule], [typeof i1.ListComponent, typeof i2.ListItemDirective, typeof i3.SelectableDirective, typeof i4.SearchBarComponent, typeof i5.TemplateContextDirective, typeof i6.TagListComponent, typeof i7.CheckDirective, typeof i8.CheckAllDirective, typeof i9.ResponsiveRendererComponent, typeof i10.CommonModule, typeof i11.FormsModule, typeof i11.ReactiveFormsModule, typeof i12.PopupModule, typeof i13.ResizeSensorModule, typeof i14.SharedDirectivesModule, typeof i13.EventsModule, typeof i15.IconsModule, typeof i16.ActionSheetModule, typeof i17.ButtonModule, typeof i18.TextBoxModule]>;
27
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ListComponent, typeof i2.ListItemDirective, typeof i3.SelectableDirective, typeof i4.SearchBarComponent, typeof i5.TemplateContextDirective, typeof i6.TagListComponent, typeof i7.CheckDirective, typeof i8.CheckAllDirective, typeof i9.ResponsiveRendererComponent, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i11.PopupModule, typeof i5.ResizeSensorModule, typeof i12.SharedDirectivesModule, typeof i5.EventsModule, typeof i13.IconsModule, typeof i14.ActionSheetModule, typeof i15.ButtonModule, typeof i16.TextBoxModule], [typeof i1.ListComponent, typeof i2.ListItemDirective, typeof i3.SelectableDirective, typeof i4.SearchBarComponent, typeof i5.TemplateContextDirective, typeof i6.TagListComponent, typeof i7.CheckDirective, typeof i8.CheckAllDirective, typeof i9.ResponsiveRendererComponent, typeof i10.FormsModule, typeof i10.ReactiveFormsModule, typeof i11.PopupModule, typeof i5.ResizeSensorModule, typeof i12.SharedDirectivesModule, typeof i5.EventsModule, typeof i13.IconsModule, typeof i14.ActionSheetModule, typeof i15.ButtonModule, typeof i16.TextBoxModule]>;
30
28
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
31
29
  }
@@ -53,5 +53,5 @@ export declare class TagListComponent {
53
53
  tagAriaHidden(index: any): boolean;
54
54
  private getPropField;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<TagListComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<TagListComponent, "kendo-taglist", never, { "tags": "tags"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "focused": "focused"; "template": "template"; "groupTemplate": "groupTemplate"; "disabled": "disabled"; "tagPrefix": "tagPrefix"; "id": "id"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "disabledIndices": "disabledIndices"; }, { "removeTag": "removeTag"; }, never, ["*"], false, never>;
56
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagListComponent, "kendo-taglist", never, { "tags": "tags"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "focused": "focused"; "template": "template"; "groupTemplate": "groupTemplate"; "disabled": "disabled"; "tagPrefix": "tagPrefix"; "id": "id"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "disabledIndices": "disabledIndices"; }, { "removeTag": "removeTag"; }, never, ["*"], true, never>;
57
57
  }
@@ -35,5 +35,5 @@ export declare class CustomItemTemplateDirective {
35
35
  templateRef: TemplateRef<any>;
36
36
  constructor(templateRef: TemplateRef<any>);
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomItemTemplateDirective, never>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<CustomItemTemplateDirective, "[kendoMultiSelectCustomItemTemplate]", never, {}, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CustomItemTemplateDirective, "[kendoMultiSelectCustomItemTemplate]", never, {}, {}, never, never, true, never>;
39
39
  }
@@ -42,5 +42,5 @@ export declare class FixedGroupTemplateDirective {
42
42
  templateRef: TemplateRef<any>;
43
43
  constructor(templateRef: TemplateRef<any>);
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<FixedGroupTemplateDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<FixedGroupTemplateDirective, "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", never, {}, {}, never, never, false, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FixedGroupTemplateDirective, "[kendoDropDownListFixedGroupTemplate],[kendoComboBoxFixedGroupTemplate],[kendoMultiColumnComboBoxFixedGroupTemplate],[kendoAutoCompleteFixedGroupTemplate],[kendoMultiSelectFixedGroupTemplate]", never, {}, {}, never, never, true, never>;
46
46
  }
@@ -36,5 +36,5 @@ export declare class FooterTemplateDirective {
36
36
  templateRef: TemplateRef<any>;
37
37
  constructor(templateRef: TemplateRef<any>);
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]", never, {}, {}, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoDropDownListFooterTemplate],[kendoComboBoxFooterTemplate],[kendoDropDownTreeFooterTemplate],[kendoMultiColumnComboBoxFooterTemplate],[kendoAutoCompleteFooterTemplate],[kendoMultiSelectFooterTemplate],[kendoMultiSelectTreeFooterTemplate]", never, {}, {}, never, never, true, never>;
40
40
  }
@@ -34,5 +34,5 @@ export declare class GroupTagTemplateDirective {
34
34
  templateRef: TemplateRef<any>;
35
35
  constructor(templateRef: TemplateRef<any>);
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupTagTemplateDirective, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<GroupTagTemplateDirective, "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", never, {}, {}, never, never, false, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GroupTagTemplateDirective, "[kendoMultiSelectGroupTagTemplate],[kendoMultiSelectTreeGroupTagTemplate]", never, {}, {}, never, never, true, never>;
38
38
  }
@@ -42,5 +42,5 @@ export declare class GroupTemplateDirective {
42
42
  templateRef: TemplateRef<any>;
43
43
  constructor(templateRef: TemplateRef<any>);
44
44
  static ɵfac: i0.ɵɵFactoryDeclaration<GroupTemplateDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<GroupTemplateDirective, "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", never, {}, {}, never, never, false, never>;
45
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GroupTemplateDirective, "[kendoDropDownListGroupTemplate],[kendoComboBoxGroupTemplate],[kendoMultiColumnComboBoxGroupTemplate],[kendoAutoCompleteGroupTemplate],[kendoMultiSelectGroupTemplate]", never, {}, {}, never, never, true, never>;
46
46
  }
@@ -36,5 +36,5 @@ export declare class HeaderTemplateDirective {
36
36
  templateRef: TemplateRef<any>;
37
37
  constructor(templateRef: TemplateRef<any>);
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", never, {}, {}, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoDropDownListHeaderTemplate],[kendoComboBoxHeaderTemplate],[kendoDropDownTreeHeaderTemplate],[kendoMultiColumnComboBoxHeaderTemplate],[kendoAutoCompleteHeaderTemplate],[kendoMultiSelectHeaderTemplate],[kendoMultiSelectTreeHeaderTemplate]", never, {}, {}, never, never, true, never>;
40
40
  }
@@ -35,5 +35,5 @@ export declare class ItemTemplateDirective {
35
35
  templateRef: TemplateRef<any>;
36
36
  constructor(templateRef: TemplateRef<any>);
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ItemTemplateDirective, never>;
38
- static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", never, {}, {}, never, never, false, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]", never, {}, {}, never, never, true, never>;
39
39
  }
@@ -36,5 +36,5 @@ export declare class NoDataTemplateDirective {
36
36
  templateRef: TemplateRef<any>;
37
37
  constructor(templateRef: TemplateRef<any>);
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<NoDataTemplateDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", never, {}, {}, never, never, false, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NoDataTemplateDirective, "[kendoDropDownListNoDataTemplate],[kendoDropDownTreeNoDataTemplate],[kendoComboBoxNoDataTemplate],[kendoMultiColumnComboBoxNoDataTemplate],[kendoAutoCompleteNoDataTemplate],[kendoMultiSelectNoDataTemplate],[kendoMultiSelectTreeNoDataTemplate]", never, {}, {}, never, never, true, never>;
40
40
  }
@@ -33,5 +33,5 @@ export declare class TagTemplateDirective {
33
33
  templateRef: TemplateRef<any>;
34
34
  constructor(templateRef: TemplateRef<any>);
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TagTemplateDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<TagTemplateDirective, "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", never, {}, {}, never, never, false, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TagTemplateDirective, "[kendoMultiSelectTagTemplate],[kendoMultiSelectTreeTagTemplate]", never, {}, {}, never, never, true, never>;
37
37
  }
@@ -37,5 +37,5 @@ export declare class ValueTemplateDirective {
37
37
  templateRef: TemplateRef<any>;
38
38
  constructor(templateRef: TemplateRef<any>);
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ValueTemplateDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<ValueTemplateDirective, "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", never, {}, {}, never, never, false, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ValueTemplateDirective, "[kendoDropDownListValueTemplate],[kendoDropDownTreeValueTemplate]", never, {}, {}, never, never, true, never>;
41
41
  }
@@ -0,0 +1,67 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { PrefixTemplateDirective, SuffixTemplateDirective } from "@progress/kendo-angular-common";
6
+ import { AutoCompleteComponent } from "./autocomplete/autocomplete.component";
7
+ import { FilterDirective } from "./common/filtering/filter.directive";
8
+ import { CustomMessagesComponent } from "./common/localization/custom-messages.component";
9
+ import { FixedGroupTemplateDirective } from "./common/templates/fixed-group-template.directive";
10
+ import { FooterTemplateDirective } from "./common/templates/footer-template.directive";
11
+ import { GroupTemplateDirective } from "./common/templates/group-template.directive";
12
+ import { HeaderTemplateDirective } from "./common/templates/header-template.directive";
13
+ import { ItemTemplateDirective } from "./common/templates/item-template.directive";
14
+ import { NoDataTemplateDirective } from "./common/templates/no-data-template.directive";
15
+ import { ComboBoxComponent } from "./comboboxes/combobox.component";
16
+ import { MultiColumnComboBoxComponent } from "./comboboxes/multicolumncombobox.component";
17
+ import { ComboBoxColumnComponent } from "./comboboxes/combobox-column/combobox-column.component";
18
+ import { ColumnHeaderTemplateDirective } from "./comboboxes/combobox-column/column-header-template.directive";
19
+ import { ColumnCellTemplateDirective } from "./comboboxes/combobox-column/column-cell-template.directive";
20
+ import { DropDownListComponent } from "./dropdownlist/dropdownlist.component";
21
+ import { ValueTemplateDirective } from "./common/templates/value-template.directive";
22
+ import { MultiSelectComponent } from "./multiselect/multiselect.component";
23
+ import { SummaryTagDirective } from "./multiselect/summary-tag.directive";
24
+ import { CustomItemTemplateDirective } from "./common/templates/custom-item-template.directive";
25
+ import { GroupTagTemplateDirective } from "./common/templates/group-tag-template.directive";
26
+ import { TagTemplateDirective } from "./common/templates/tag-template.directive";
27
+ import { DropDownTreeComponent } from "./dropdowntrees/dropdowntree.component";
28
+ import { MultiSelectTreeComponent } from "./dropdowntrees/multiselecttree.component";
29
+ import { DropDownTreeFlatBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
30
+ import { DropDownTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
31
+ import { MultiSelectTreeFlatBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
32
+ import { MultiSelectTreeHierarchyBindingDirective } from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
33
+ import { DropDownTreesExpandDirective } from "./dropdowntrees/expanded-state/expand.directive";
34
+ import { NodeTemplateDirective } from "./dropdowntrees/templates/node-template.directive";
35
+ import { MultiSelectTreeSummaryTagDirective } from "./dropdowntrees/summary-tag/summary-tag.directive";
36
+ /**
37
+ * Utility array that contains all `AutoComplete` related components and directives
38
+ */
39
+ export declare const KENDO_AUTOCOMPLETE: readonly [typeof AutoCompleteComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
40
+ /**
41
+ * Utility array that contains all `ComboBox` related components and directives
42
+ */
43
+ export declare const KENDO_COMBOBOX: readonly [typeof ComboBoxComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
44
+ /**
45
+ * Utility array that contains all `MultiColumnComboBox` related components and directives
46
+ */
47
+ export declare const KENDO_MULTICOLUMNCOMBOBOX: readonly [typeof MultiColumnComboBoxComponent, typeof ComboBoxColumnComponent, typeof ColumnHeaderTemplateDirective, typeof ColumnCellTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
48
+ /**
49
+ * Utility array that contains all `DropDownList` related components and directives
50
+ */
51
+ export declare const KENDO_DROPDOWNLIST: readonly [typeof DropDownListComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent];
52
+ /**
53
+ * Utility array that contains all `MultiSelect` related components and directives
54
+ */
55
+ export declare const KENDO_MULTISELECT: readonly [typeof MultiSelectComponent, typeof SummaryTagDirective, typeof CustomItemTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective];
56
+ /**
57
+ * Utility array that contains all `DropDownTree` related components and directives
58
+ */
59
+ export declare const KENDO_DROPDOWNTREE: readonly [typeof DropDownTreeComponent, typeof DropDownTreeFlatBindingDirective, typeof DropDownTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
60
+ /**
61
+ * Utility array that contains all `MultiSelectTree` related components and directives
62
+ */
63
+ export declare const KENDO_MULTISELECTTREE: readonly [typeof MultiSelectTreeComponent, typeof MultiSelectTreeFlatBindingDirective, typeof MultiSelectTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof MultiSelectTreeSummaryTagDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
64
+ /**
65
+ * Utility array that contains all `@progress/kendo-angular-dropdowns` related components and directives
66
+ */
67
+ export declare const KENDO_DROPDOWNS: readonly [typeof AutoCompleteComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof ComboBoxComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof MultiColumnComboBoxComponent, typeof ComboBoxColumnComponent, typeof ColumnHeaderTemplateDirective, typeof ColumnCellTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof DropDownListComponent, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof MultiSelectComponent, typeof SummaryTagDirective, typeof CustomItemTemplateDirective, typeof FixedGroupTemplateDirective, typeof FooterTemplateDirective, typeof GroupTemplateDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof ItemTemplateDirective, typeof NoDataTemplateDirective, typeof FilterDirective, typeof CustomMessagesComponent, typeof SuffixTemplateDirective, typeof PrefixTemplateDirective, typeof DropDownTreeComponent, typeof DropDownTreeFlatBindingDirective, typeof DropDownTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent, typeof MultiSelectTreeComponent, typeof MultiSelectTreeFlatBindingDirective, typeof MultiSelectTreeHierarchyBindingDirective, typeof DropDownTreesExpandDirective, typeof NodeTemplateDirective, typeof MultiSelectTreeSummaryTagDirective, typeof GroupTagTemplateDirective, typeof TagTemplateDirective, typeof HeaderTemplateDirective, typeof FooterTemplateDirective, typeof ValueTemplateDirective, typeof NoDataTemplateDirective, typeof CustomMessagesComponent];
@@ -66,8 +66,11 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
66
66
  private _zone;
67
67
  private renderer;
68
68
  private cdr;
69
- touchEnabled: boolean;
70
69
  private injector;
70
+ /**
71
+ * @hidden
72
+ */
73
+ touchEnabled: any;
71
74
  /**
72
75
  * @hidden
73
76
  */
@@ -444,7 +447,7 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
444
447
  private _size;
445
448
  private _rounded;
446
449
  private _fillMode;
447
- constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, _zone: NgZone, renderer: Renderer2, cdr: ChangeDetectorRef, touchEnabled: boolean, injector: Injector);
450
+ constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, dataService: DataService, _zone: NgZone, renderer: Renderer2, cdr: ChangeDetectorRef, injector: Injector);
448
451
  ngOnInit(): void;
449
452
  ngAfterViewInit(): void;
450
453
  /**
@@ -609,6 +612,6 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
609
612
  private setComponentClasses;
610
613
  private closeActionSheet;
611
614
  private openActionSheet;
612
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, [null, null, null, null, null, null, null, null, null, null, { optional: true; }, null]>;
613
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "kendo-dropdownlist", ["kendoDropDownList"], { "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"; }, { "valueChange": "valueChange"; "filterChange": "filterChange"; "selectionChange": "selectionChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate", "groupTemplate", "fixedGroupTemplate", "valueTemplate", "headerTemplate", "footerTemplate", "noDataTemplate"], never, false, never>;
615
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListComponent, never>;
616
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownListComponent, "kendo-dropdownlist", ["kendoDropDownList"], { "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"; }, { "valueChange": "valueChange"; "filterChange": "filterChange"; "selectionChange": "selectionChange"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate", "groupTemplate", "fixedGroupTemplate", "valueTemplate", "headerTemplate", "footerTemplate", "noDataTemplate"], never, true, never>;
614
617
  }