@progress/kendo-angular-dropdowns 16.5.0 → 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 (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
@@ -4,10 +4,16 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./dropdownlist.component";
7
- import * as i2 from "../common/shared.module";
8
- import * as i3 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/value-template.directive";
13
+ import * as i8 from "../common/templates/no-data-template.directive";
14
+ import * as i9 from "../common/filtering/filter.directive";
15
+ import * as i10 from "../common/localization/custom-messages.component";
9
16
  /**
10
- * @hidden
11
17
  *
12
18
  * The exported package module.
13
19
  *
@@ -17,9 +23,14 @@ import * as i3 from "../common/shared-directives.module";
17
23
  * - `ValueTemplateDirective`—The value template directive.
18
24
  * - `HeaderTemplateDirective`—The header template directive.
19
25
  * - `FooterTemplateDirective`—The footer template directive.
26
+ * - `NoDataTemplateDirective`—The no data template directive.
27
+ * - `GroupTemplateDirective`—The group template directive.
28
+ * - `FixedGroupTemplateDirective`—The fixed group template directive.
29
+ * - `FilterDirective`—The filter directive.
30
+ * - `CustomMessagesComponent`—The custom messages component.
20
31
  */
21
32
  export declare class DropDownListModule {
22
33
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownListModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, [typeof i1.DropDownListComponent], [typeof i2.SharedModule], [typeof i1.DropDownListComponent, typeof i3.SharedDirectivesModule]>;
34
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownListModule, never, [typeof i1.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.NoDataTemplateDirective, typeof i9.FilterDirective, typeof i10.CustomMessagesComponent], [typeof i1.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.ValueTemplateDirective, typeof i8.NoDataTemplateDirective, typeof i9.FilterDirective, typeof i10.CustomMessagesComponent]>;
24
35
  static ɵinj: i0.ɵɵInjectorDeclaration<DropDownListModule>;
25
36
  }
@@ -3,11 +3,37 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "./autocomplete/autocomplete.module";
7
- import * as i2 from "./comboboxes/combobox.module";
8
- import * as i3 from "./dropdownlist/dropdownlist.module";
9
- import * as i4 from "./multiselect/multiselect.module";
10
- import * as i5 from "./dropdowntrees/dropdowntrees.module";
6
+ import * as i1 from "./autocomplete/autocomplete.component";
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 "./comboboxes/combobox.component";
17
+ import * as i12 from "./comboboxes/multicolumncombobox.component";
18
+ import * as i13 from "./comboboxes/combobox-column/combobox-column.component";
19
+ import * as i14 from "./comboboxes/combobox-column/column-header-template.directive";
20
+ import * as i15 from "./comboboxes/combobox-column/column-cell-template.directive";
21
+ import * as i16 from "./dropdownlist/dropdownlist.component";
22
+ import * as i17 from "./common/templates/value-template.directive";
23
+ import * as i18 from "./multiselect/multiselect.component";
24
+ import * as i19 from "./multiselect/summary-tag.directive";
25
+ import * as i20 from "./common/templates/custom-item-template.directive";
26
+ import * as i21 from "./common/templates/group-tag-template.directive";
27
+ import * as i22 from "./common/templates/tag-template.directive";
28
+ import * as i23 from "./dropdowntrees/dropdowntree.component";
29
+ import * as i24 from "./dropdowntrees/data-binding/dropdowntree/flat-binding.directive";
30
+ import * as i25 from "./dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive";
31
+ import * as i26 from "./dropdowntrees/expanded-state/expand.directive";
32
+ import * as i27 from "./dropdowntrees/templates/node-template.directive";
33
+ import * as i28 from "./dropdowntrees/multiselecttree.component";
34
+ import * as i29 from "./dropdowntrees/data-binding/multiselecttree/flat-binding.directive";
35
+ import * as i30 from "./dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive";
36
+ import * as i31 from "./dropdowntrees/summary-tag/summary-tag.directive";
11
37
  /**
12
38
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
13
39
  * definition for the Dropdowns components.
@@ -41,6 +67,6 @@ import * as i5 from "./dropdowntrees/dropdowntrees.module";
41
67
  */
42
68
  export declare class DropDownsModule {
43
69
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownsModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownsModule, never, never, [typeof i1.AutoCompleteModule, typeof i2.ComboBoxModule, typeof i3.DropDownListModule, typeof i4.MultiSelectModule, typeof i5.DropDownTreesModule]>;
70
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownsModule, 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 i11.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 i12.MultiColumnComboBoxComponent, typeof i13.ComboBoxColumnComponent, typeof i14.ColumnHeaderTemplateDirective, typeof i15.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 i16.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i18.MultiSelectComponent, typeof i19.SummaryTagDirective, typeof i20.CustomItemTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i23.DropDownTreeComponent, typeof i24.DropDownTreeFlatBindingDirective, typeof i25.DropDownTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i28.MultiSelectTreeComponent, typeof i29.MultiSelectTreeFlatBindingDirective, typeof i30.MultiSelectTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i31.MultiSelectTreeSummaryTagDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent], [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 i11.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 i12.MultiColumnComboBoxComponent, typeof i13.ComboBoxColumnComponent, typeof i14.ColumnHeaderTemplateDirective, typeof i15.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 i16.DropDownListComponent, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i18.MultiSelectComponent, typeof i19.SummaryTagDirective, typeof i20.CustomItemTemplateDirective, typeof i2.FixedGroupTemplateDirective, typeof i3.FooterTemplateDirective, typeof i4.GroupTemplateDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i6.ItemTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i8.FilterDirective, typeof i9.CustomMessagesComponent, typeof i10.SuffixTemplateDirective, typeof i10.PrefixTemplateDirective, typeof i23.DropDownTreeComponent, typeof i24.DropDownTreeFlatBindingDirective, typeof i25.DropDownTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent, typeof i28.MultiSelectTreeComponent, typeof i29.MultiSelectTreeFlatBindingDirective, typeof i30.MultiSelectTreeHierarchyBindingDirective, typeof i26.DropDownTreesExpandDirective, typeof i27.NodeTemplateDirective, typeof i31.MultiSelectTreeSummaryTagDirective, typeof i21.GroupTagTemplateDirective, typeof i22.TagTemplateDirective, typeof i5.HeaderTemplateDirective, typeof i3.FooterTemplateDirective, typeof i17.ValueTemplateDirective, typeof i7.NoDataTemplateDirective, typeof i9.CustomMessagesComponent]>;
45
71
  static ɵinj: i0.ɵɵInjectorDeclaration<DropDownsModule>;
46
72
  }
@@ -52,5 +52,5 @@ export declare class CheckAllDirective extends BaseCheckDirective implements OnC
52
52
  private allChecked;
53
53
  private someChecked;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckAllDirective, never>;
55
- static ɵdir: i0.ɵɵDirectiveDeclaration<CheckAllDirective, "[checkAll]", never, { "lastAction": "lastAction"; "treeview": "treeview"; "checkedItems": "checkedItems"; "valueField": "valueField"; "focused": "checkAll"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, false, never>;
55
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckAllDirective, "[checkAll]", never, { "lastAction": "lastAction"; "treeview": "treeview"; "checkedItems": "checkedItems"; "valueField": "valueField"; "focused": "checkAll"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, true, never>;
56
56
  }
@@ -53,5 +53,5 @@ export declare class CheckDirective extends BaseCheckDirective implements OnChan
53
53
  private checkParents;
54
54
  private isItemIndeterminate;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckDirective, never>;
56
- static ɵdir: i0.ɵɵDirectiveDeclaration<CheckDirective, "[kendoMultiSelectTreeCheckable]", never, { "checkable": "checkable"; "valueField": "valueField"; "checkedItems": "checkedItems"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, false, never>;
56
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckDirective, "[kendoMultiSelectTreeCheckable]", never, { "checkable": "checkable"; "valueField": "valueField"; "checkedItems": "checkedItems"; }, { "checkedItemsChange": "checkedItemsChange"; }, never, never, true, never>;
57
57
  }
@@ -25,5 +25,5 @@ export declare class DropDownTreeFlatBindingDirective extends FlatDataBindingDir
25
25
  constructor(dropDownTree: DataBoundComponent);
26
26
  ngOnChanges(changes: SimpleChanges): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeFlatBindingDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeFlatBindingDirective, "[kendoDropDownTreeFlatBinding]", never, { "nodes": "kendoDropDownTreeFlatBinding"; "idField": "valueField"; }, {}, never, never, false, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeFlatBindingDirective, "[kendoDropDownTreeFlatBinding]", never, { "nodes": "kendoDropDownTreeFlatBinding"; "idField": "valueField"; }, {}, never, never, true, never>;
29
29
  }
@@ -21,5 +21,5 @@ export declare class DropDownTreeHierarchyBindingDirective extends HierarchyBind
21
21
  constructor(dropDownTree: DataBoundComponent);
22
22
  ngOnChanges(changes: SimpleChanges): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeHierarchyBindingDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeHierarchyBindingDirective, "[kendoDropDownTreeHierarchyBinding]", never, { "nodes": "kendoDropDownTreeHierarchyBinding"; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreeHierarchyBindingDirective, "[kendoDropDownTreeHierarchyBinding]", never, { "nodes": "kendoDropDownTreeHierarchyBinding"; }, {}, never, never, true, never>;
25
25
  }
@@ -25,5 +25,5 @@ export declare class MultiSelectTreeFlatBindingDirective extends FlatDataBinding
25
25
  constructor(multiSelectTree: DataBoundComponent);
26
26
  ngOnChanges(changes: SimpleChanges): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeFlatBindingDirective, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeFlatBindingDirective, "[kendoMultiSelectTreeFlatBinding]", never, { "nodes": "kendoMultiSelectTreeFlatBinding"; "idField": "valueField"; }, {}, never, never, false, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeFlatBindingDirective, "[kendoMultiSelectTreeFlatBinding]", never, { "nodes": "kendoMultiSelectTreeFlatBinding"; "idField": "valueField"; }, {}, never, never, true, never>;
29
29
  }
@@ -21,5 +21,5 @@ export declare class MultiSelectTreeHierarchyBindingDirective extends HierarchyB
21
21
  constructor(multiSelectTree: DataBoundComponent);
22
22
  ngOnChanges(changes: SimpleChanges): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeHierarchyBindingDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeHierarchyBindingDirective, "[kendoMultiSelectTreeHierarchyBinding]", never, { "nodes": "kendoMultiSelectTreeHierarchyBinding"; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeHierarchyBindingDirective, "[kendoMultiSelectTreeHierarchyBinding]", never, { "nodes": "kendoMultiSelectTreeHierarchyBinding"; }, {}, never, never, true, never>;
25
25
  }
@@ -38,7 +38,6 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
38
38
  private _zone;
39
39
  private cdr;
40
40
  private localization;
41
- touchEnabled: boolean;
42
41
  /**
43
42
  * @hidden
44
43
  */
@@ -47,6 +46,10 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
47
46
  * @hidden
48
47
  */
49
48
  svgIcon: SVGIcon;
49
+ /**
50
+ * @hidden
51
+ */
52
+ touchEnabled: any;
50
53
  /**
51
54
  * @hidden
52
55
  */
@@ -466,7 +469,7 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
466
469
  private subs;
467
470
  private touchstartDisposeHandler;
468
471
  private lastNodeOnFocus;
469
- constructor(injector: Injector, wrapper: ElementRef<HTMLElement>, popupService: PopupService, navigationService: NavigationService, renderer: Renderer2, _zone: NgZone, cdr: ChangeDetectorRef, localization: LocalizationService, touchEnabled: boolean);
472
+ constructor(injector: Injector, wrapper: ElementRef<HTMLElement>, popupService: PopupService, navigationService: NavigationService, renderer: Renderer2, _zone: NgZone, cdr: ChangeDetectorRef, localization: LocalizationService);
470
473
  ngOnInit(): void;
471
474
  /**
472
475
  * @hidden
@@ -633,6 +636,6 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
633
636
  private removeTreeViewFromTabOrder;
634
637
  private closeActionSheet;
635
638
  private openActionSheet;
636
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, [null, null, null, null, null, null, null, null, { optional: true; }]>;
637
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "kendo-dropdowntree", ["kendoDropDownTree"], { "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"; }, { "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; "filterChange": "filterChange"; }, ["noDataTemplate", "headerTemplate", "footerTemplate", "nodeTemplate", "valueTemplate"], never, false, never>;
639
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreeComponent, never>;
640
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownTreeComponent, "kendo-dropdowntree", ["kendoDropDownTree"], { "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"; }, { "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; "filterChange": "filterChange"; }, ["noDataTemplate", "headerTemplate", "footerTemplate", "nodeTemplate", "valueTemplate"], never, true, never>;
638
641
  }
@@ -4,22 +4,41 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./dropdowntree.component";
7
- import * as i2 from "./multiselecttree.component";
8
- import * as i3 from "./data-binding/dropdowntree/flat-binding.directive";
9
- import * as i4 from "./data-binding/dropdowntree/hierarchy-binding.directive";
10
- import * as i5 from "./data-binding/multiselecttree/flat-binding.directive";
11
- import * as i6 from "./data-binding/multiselecttree/hierarchy-binding.directive";
12
- import * as i7 from "./expanded-state/expand.directive";
13
- import * as i8 from "./templates/node-template.directive";
14
- import * as i9 from "./summary-tag/summary-tag.directive";
15
- import * as i10 from "../common/shared.module";
16
- import * as i11 from "@progress/kendo-angular-treeview";
17
- import * as i12 from "../common/shared-directives.module";
7
+ import * as i2 from "./data-binding/dropdowntree/flat-binding.directive";
8
+ import * as i3 from "./data-binding/dropdowntree/hierarchy-binding.directive";
9
+ import * as i4 from "./expanded-state/expand.directive";
10
+ import * as i5 from "./templates/node-template.directive";
11
+ import * as i6 from "../common/templates/header-template.directive";
12
+ import * as i7 from "../common/templates/footer-template.directive";
13
+ import * as i8 from "../common/templates/value-template.directive";
14
+ import * as i9 from "../common/templates/no-data-template.directive";
15
+ import * as i10 from "../common/localization/custom-messages.component";
16
+ import * as i11 from "./multiselecttree.component";
17
+ import * as i12 from "./data-binding/multiselecttree/flat-binding.directive";
18
+ import * as i13 from "./data-binding/multiselecttree/hierarchy-binding.directive";
19
+ import * as i14 from "./summary-tag/summary-tag.directive";
20
+ import * as i15 from "../common/templates/group-tag-template.directive";
21
+ import * as i16 from "../common/templates/tag-template.directive";
18
22
  /**
19
- * @hidden
23
+ * - `MultiSelectTreeComponent`&mdash;The MultiSelectTree component class.
24
+ * - `DropDownTreeComponent`&mdash;The DropDownTree component class.
25
+ * - `MultiSelectTreeFlatBindingDirective`&mdash;The MultiSelectTree flat binding directive.
26
+ * - `DropDownTreeFlatBindingDirective`&mdash;The DropDownTree flat binding directive.
27
+ * - `MultiSelectTreeHierarchyBindingDirective`&mdash;The MultiSelectTree hierarchy binding directive.
28
+ * - `DropDownTreeHierarchyBindingDirective`&mdash;The DropDownTree hierarchy binding directive.
29
+ * - `DropDownTreesExpandDirective`&mdash;The DropDownTreesExpand directive.
30
+ * - `NodeTemplateDirective`&mdash;The node template directive.
31
+ * - `MultiSelectTreeSummaryTagDirective`&mdash;The MultiSelectTreeSummaryTag directive.
32
+ * - `TagTemplateDirective`&mdash;The tag template directive.
33
+ * - `GroupTagTemplateDirective`&mdash;The group tag template directive.
34
+ * - `HeaderTemplateDirective`&mdash;The header template directive.
35
+ * - `FooterTemplateDirective`&mdash;The footer template directive.
36
+ * - `ValueTemplateDirective`&mdash;The value template directive.
37
+ * - `NoDataTemplateDirective`&mdash;The no-data template directive.
38
+ * - `CustomMessagesComponent`&mdash;The custom messages component.
20
39
  */
21
40
  export declare class DropDownTreesModule {
22
41
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreesModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreesModule, [typeof i1.DropDownTreeComponent, typeof i2.MultiSelectTreeComponent, typeof i3.DropDownTreeFlatBindingDirective, typeof i4.DropDownTreeHierarchyBindingDirective, typeof i5.MultiSelectTreeFlatBindingDirective, typeof i6.MultiSelectTreeHierarchyBindingDirective, typeof i7.DropDownTreesExpandDirective, typeof i8.NodeTemplateDirective, typeof i9.MultiSelectTreeSummaryTagDirective], [typeof i10.SharedModule, typeof i11.TreeViewModule], [typeof i1.DropDownTreeComponent, typeof i2.MultiSelectTreeComponent, typeof i3.DropDownTreeFlatBindingDirective, typeof i4.DropDownTreeHierarchyBindingDirective, typeof i5.MultiSelectTreeFlatBindingDirective, typeof i6.MultiSelectTreeHierarchyBindingDirective, typeof i7.DropDownTreesExpandDirective, typeof i8.NodeTemplateDirective, typeof i9.MultiSelectTreeSummaryTagDirective, typeof i12.SharedDirectivesModule]>;
42
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownTreesModule, never, [typeof i1.DropDownTreeComponent, typeof i2.DropDownTreeFlatBindingDirective, typeof i3.DropDownTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent, typeof i11.MultiSelectTreeComponent, typeof i12.MultiSelectTreeFlatBindingDirective, typeof i13.MultiSelectTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i14.MultiSelectTreeSummaryTagDirective, typeof i15.GroupTagTemplateDirective, typeof i16.TagTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent], [typeof i1.DropDownTreeComponent, typeof i2.DropDownTreeFlatBindingDirective, typeof i3.DropDownTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent, typeof i11.MultiSelectTreeComponent, typeof i12.MultiSelectTreeFlatBindingDirective, typeof i13.MultiSelectTreeHierarchyBindingDirective, typeof i4.DropDownTreesExpandDirective, typeof i5.NodeTemplateDirective, typeof i14.MultiSelectTreeSummaryTagDirective, typeof i15.GroupTagTemplateDirective, typeof i16.TagTemplateDirective, typeof i6.HeaderTemplateDirective, typeof i7.FooterTemplateDirective, typeof i8.ValueTemplateDirective, typeof i9.NoDataTemplateDirective, typeof i10.CustomMessagesComponent]>;
24
43
  static ɵinj: i0.ɵɵInjectorDeclaration<DropDownTreesModule>;
25
44
  }
@@ -18,5 +18,5 @@ export declare class DropDownTreesExpandDirective extends ExpandDirective {
18
18
  set isExpanded(value: (item: object, index: string) => boolean);
19
19
  constructor(dropDownTree: ExpandableComponent);
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreesExpandDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreesExpandDirective, "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", never, { "isExpanded": "isNodeExpanded"; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreesExpandDirective, "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", never, { "isExpanded": "isNodeExpanded"; }, {}, never, never, true, never>;
22
22
  }
@@ -44,7 +44,10 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
44
44
  private localization;
45
45
  private cdr;
46
46
  private lookup;
47
- touchEnabled: boolean;
47
+ /**
48
+ * @hidden
49
+ */
50
+ touchEnabled: any;
48
51
  /**
49
52
  * @hidden
50
53
  */
@@ -524,7 +527,7 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
524
527
  private subs;
525
528
  private lastNodeOnFocus;
526
529
  private isContentInit;
527
- constructor(injector: Injector, wrapper: ElementRef, popupService: PopupService, renderer: Renderer2, navigationService: NavigationService, _zone: NgZone, localization: LocalizationService, cdr: ChangeDetectorRef, lookup: MultiSelectTreeLookupService, touchEnabled: boolean);
530
+ constructor(injector: Injector, wrapper: ElementRef, popupService: PopupService, renderer: Renderer2, navigationService: NavigationService, _zone: NgZone, localization: LocalizationService, cdr: ChangeDetectorRef, lookup: MultiSelectTreeLookupService);
528
531
  ngOnInit(): void;
529
532
  ngAfterViewInit(): void;
530
533
  /**
@@ -706,6 +709,6 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
706
709
  private registerChildLookupItems;
707
710
  private closeActionSheet;
708
711
  private openActionSheet;
709
- static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }]>;
710
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTreeComponent, "kendo-multiselecttree", ["kendoMultiSelectTree"], { "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "popupSettings": "popupSettings"; "checkableSettings": "checkableSettings"; "data": "data"; "value": "value"; "dataItems": "dataItems"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "loading": "loading"; "placeholder": "placeholder"; "listHeight": "listHeight"; "disabled": "disabled"; "readonly": "readonly"; "valuePrimitive": "valuePrimitive"; "loadOnDemand": "loadOnDemand"; "focusableId": "focusableId"; "clearButton": "clearButton"; "filterable": "filterable"; "checkAll": "checkAll"; "hasChildren": "hasChildren"; "fetchChildren": "fetchChildren"; "isNodeExpanded": "isNodeExpanded"; "isNodeVisible": "isNodeVisible"; "itemDisabled": "itemDisabled"; "tagMapper": "tagMapper"; }, { "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "valueChange": "valueChange"; "removeTag": "removeTag"; "filterChange": "filterChange"; }, ["headerTemplate", "footerTemplate", "nodeTemplate", "noDataTemplate", "tagTemplate", "groupTagTemplate"], never, false, never>;
712
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeComponent, never>;
713
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTreeComponent, "kendo-multiselecttree", ["kendoMultiSelectTree"], { "adaptiveMode": "adaptiveMode"; "title": "title"; "subtitle": "subtitle"; "tabindex": "tabindex"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "popupSettings": "popupSettings"; "checkableSettings": "checkableSettings"; "data": "data"; "value": "value"; "dataItems": "dataItems"; "textField": "textField"; "valueField": "valueField"; "valueDepth": "valueDepth"; "loading": "loading"; "placeholder": "placeholder"; "listHeight": "listHeight"; "disabled": "disabled"; "readonly": "readonly"; "valuePrimitive": "valuePrimitive"; "loadOnDemand": "loadOnDemand"; "focusableId": "focusableId"; "clearButton": "clearButton"; "filterable": "filterable"; "checkAll": "checkAll"; "hasChildren": "hasChildren"; "fetchChildren": "fetchChildren"; "isNodeExpanded": "isNodeExpanded"; "isNodeVisible": "isNodeVisible"; "itemDisabled": "itemDisabled"; "tagMapper": "tagMapper"; }, { "onFocus": "focus"; "onBlur": "blur"; "open": "open"; "opened": "opened"; "close": "close"; "closed": "closed"; "nodeExpand": "nodeExpand"; "nodeCollapse": "nodeCollapse"; "valueChange": "valueChange"; "removeTag": "removeTag"; "filterChange": "filterChange"; }, ["headerTemplate", "footerTemplate", "nodeTemplate", "noDataTemplate", "tagTemplate", "groupTagTemplate"], never, true, never>;
711
714
  }
@@ -30,5 +30,5 @@ export declare class MultiSelectTreeSummaryTagDirective implements OnChanges {
30
30
  ngOnChanges(changes: any): void;
31
31
  private createTagMapper;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTreeSummaryTagDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeSummaryTagDirective, "[kendoMultiSelectTreeSummaryTag]", never, { "showAfter": "kendoMultiSelectTreeSummaryTag"; }, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectTreeSummaryTagDirective, "[kendoMultiSelectTreeSummaryTag]", never, { "showAfter": "kendoMultiSelectTreeSummaryTag"; }, {}, never, never, true, never>;
34
34
  }
@@ -17,5 +17,5 @@ export declare class NodeTemplateDirective {
17
17
  templateRef: TemplateRef<any>;
18
18
  constructor(templateRef: TemplateRef<any>);
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<NodeTemplateDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", never, {}, {}, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", never, {}, {}, never, never, true, never>;
21
21
  }
@@ -2,8 +2,8 @@
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, EventEmitter, ContentChild, ViewChild, ViewContainerRef, TemplateRef, HostBinding, isDevMode, ChangeDetectorRef, NgZone, Optional, Inject, Injector } from '@angular/core';
6
- import { isDocumentAvailable, KendoInput, hasObservers, SuffixTemplateDirective, PrefixTemplateDirective, isControlRequired } from '@progress/kendo-angular-common';
5
+ import { Component, Renderer2, forwardRef, ElementRef, Input, Output, EventEmitter, ContentChild, ViewChild, ViewContainerRef, TemplateRef, HostBinding, isDevMode, ChangeDetectorRef, NgZone, Injector } from '@angular/core';
6
+ import { isDocumentAvailable, KendoInput, hasObservers, SuffixTemplateDirective, PrefixTemplateDirective, isControlRequired, SeparatorComponent, ResizeSensorComponent, TemplateContextDirective } from '@progress/kendo-angular-common';
7
7
  import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
8
8
  import { validatePackage } from '@progress/kendo-licensing';
9
9
  import { packageMetadata } from '../package-metadata';
@@ -27,9 +27,13 @@ import { FilterableComponent } from '../common/filtering/filterable-component';
27
27
  import { DataService } from '../common/data.service';
28
28
  import { ListComponent } from '../common/list.component';
29
29
  import { normalizeVirtualizationSettings } from '../common/models/virtualization-settings';
30
- import { TOUCH_ENABLED } from '../common/constants/touch-enabled';
31
30
  import { xIcon } from '@progress/kendo-svg-icons';
32
31
  import { ResponsiveRendererComponent } from '../common/action-sheet.component';
32
+ import { NgIf, NgTemplateOutlet } from '@angular/common';
33
+ import { SharedDropDownEventsDirective } from '../common/shared-events.directive';
34
+ import { LocalizedMessagesDirective } from '../common/localization/localized-messages.directive';
35
+ import { IconWrapperComponent } from '@progress/kendo-angular-icons';
36
+ import { touchEnabled } from '@progress/kendo-common';
33
37
  import * as i0 from "@angular/core";
34
38
  import * as i1 from "@progress/kendo-angular-l10n";
35
39
  import * as i2 from "../common/data.service";
@@ -37,15 +41,6 @@ import * as i3 from "@progress/kendo-angular-popup";
37
41
  import * as i4 from "../common/selection/selection.service";
38
42
  import * as i5 from "../common/navigation/navigation.service";
39
43
  import * as i6 from "../common/disabled-items/disabled-items.service";
40
- import * as i7 from "../common/list.component";
41
- import * as i8 from "../common/searchbar.component";
42
- import * as i9 from "../common/templates/template-context.directive";
43
- import * as i10 from "../common/action-sheet.component";
44
- import * as i11 from "@angular/common";
45
- import * as i12 from "@progress/kendo-angular-common";
46
- import * as i13 from "../common/localization/localized-messages.directive";
47
- import * as i14 from "@progress/kendo-angular-icons";
48
- import * as i15 from "../common/shared-events.directive";
49
44
  const NO_VALUE = "";
50
45
  const DEFAULT_SIZE = 'medium';
51
46
  const DEFAULT_ROUNDED = 'medium';
@@ -79,7 +74,7 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR = {
79
74
  * ```
80
75
  */
81
76
  export class AutoCompleteComponent {
82
- constructor(localization, dataService, popupService, selectionService, navigationService, disabledItemsService, _zone, cdr, renderer, hostElement, touchEnabled, injector) {
77
+ constructor(localization, dataService, popupService, selectionService, navigationService, disabledItemsService, _zone, cdr, renderer, hostElement, injector) {
83
78
  this.localization = localization;
84
79
  this.dataService = dataService;
85
80
  this.popupService = popupService;
@@ -90,7 +85,6 @@ export class AutoCompleteComponent {
90
85
  this.cdr = cdr;
91
86
  this.renderer = renderer;
92
87
  this.hostElement = hostElement;
93
- this.touchEnabled = touchEnabled;
94
88
  this.injector = injector;
95
89
  /**
96
90
  * @hidden
@@ -282,7 +276,7 @@ export class AutoCompleteComponent {
282
276
  return appendTo === 'component' ? this.container : appendTo;
283
277
  }
284
278
  get clearButtonVisiblity() {
285
- if (this.touchEnabled) {
279
+ if (touchEnabled) {
286
280
  return 'visible';
287
281
  }
288
282
  }
@@ -967,7 +961,7 @@ export class AutoCompleteComponent {
967
961
  return index;
968
962
  }
969
963
  subscribeTouchEvents() {
970
- if (!isDocumentAvailable() || !this.touchEnabled) {
964
+ if (!isDocumentAvailable() || !touchEnabled) {
971
965
  return;
972
966
  }
973
967
  this._zone.runOutsideAngular(() =>
@@ -1127,8 +1121,8 @@ export class AutoCompleteComponent {
1127
1121
  this.actionSheetSearchBar.focus();
1128
1122
  }
1129
1123
  }
1130
- AutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteComponent, deps: [{ token: i1.LocalizationService }, { token: i2.DataService }, { token: i3.PopupService }, { token: i4.SelectionService }, { token: i5.NavigationService }, { token: i6.DisabledItemsService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: TOUCH_ENABLED, optional: true }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1131
- AutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: { 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" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-autocomplete": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
1124
+ AutoCompleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteComponent, deps: [{ token: i1.LocalizationService }, { token: i2.DataService }, { token: i3.PopupService }, { token: i4.SelectionService }, { token: i5.NavigationService }, { token: i6.DisabledItemsService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1125
+ AutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteComponent, isStandalone: true, selector: "kendo-autocomplete", inputs: { 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" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-autocomplete": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
1132
1126
  AUTOCOMPLETE_VALUE_ACCESSOR,
1133
1127
  DataService,
1134
1128
  SelectionService,
@@ -1284,7 +1278,7 @@ AutoCompleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
1284
1278
  }">
1285
1279
  </ng-template>
1286
1280
  </ng-template>
1287
- `, 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: "component", type: i8.SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { 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.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i11.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i12.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: i13.LocalizedMessagesDirective, selector: "\n [kendoDropDownListLocalizedMessages],\n [kendoDropDownTreeLocalizedMessages],\n [kendoComboBoxLocalizedMessages],\n [kendoMultiColumnComboBoxLocalizedMessages],\n [kendoAutoCompleteLocalizedMessages],\n [kendoMultiSelectLocalizedMessages],\n [kendoMultiSelectTreeLocalizedMessages]\n " }, { kind: "component", type: i14.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i12.SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "directive", type: i15.SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }] });
1281
+ `, 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: SharedDropDownEventsDirective, selector: "[kendoDropDownSharedEvents]", inputs: ["hostElement", "clearButtonClicked", "isFocused"], outputs: ["isFocusedChange", "onFocus", "handleBlur"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: SeparatorComponent, selector: "kendo-separator", inputs: ["orientation"] }, { kind: "component", type: SearchBarComponent, selector: "input[kendoSearchbar]", inputs: ["tagListId", "readonly", "disabled", "isRequired", "isSuggestable", "isFilterable", "userInput", "suggestedText", "inputAttributes", "id", "activeDescendant", "tabIndex", "isLoading", "ariaControls", "ariaExpanded", "placeholder"], outputs: ["valueChange", "onBlur", "onFocus", "onClick", "onNavigate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { 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: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { 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"] }] });
1288
1282
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteComponent, decorators: [{
1289
1283
  type: Component,
1290
1284
  args: [{
@@ -1447,14 +1441,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
1447
1441
  }">
1448
1442
  </ng-template>
1449
1443
  </ng-template>
1450
- `
1444
+ `,
1445
+ standalone: true,
1446
+ imports: [LocalizedMessagesDirective, SharedDropDownEventsDirective, NgIf, NgTemplateOutlet, SeparatorComponent, SearchBarComponent, IconWrapperComponent, ResizeSensorComponent, ResponsiveRendererComponent, TemplateContextDirective, ListComponent]
1451
1447
  }]
1452
- }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.DataService }, { type: i3.PopupService }, { type: i4.SelectionService }, { type: i5.NavigationService }, { type: i6.DisabledItemsService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: undefined, decorators: [{
1453
- type: Optional
1454
- }, {
1455
- type: Inject,
1456
- args: [TOUCH_ENABLED]
1457
- }] }, { type: i0.Injector }]; }, propDecorators: { responsiveRendererComponent: [{
1448
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i2.DataService }, { type: i3.PopupService }, { type: i4.SelectionService }, { type: i5.NavigationService }, { type: i6.DisabledItemsService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.Injector }]; }, propDecorators: { responsiveRendererComponent: [{
1458
1449
  type: ViewChild,
1459
1450
  args: [ResponsiveRendererComponent]
1460
1451
  }], highlightFirst: [{
@@ -3,17 +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 { AutoCompleteComponent } from './autocomplete.component';
7
- import { SharedModule } from '../common/shared.module';
8
- import { SharedDirectivesModule } from '../common/shared-directives.module';
9
- import { AdornmentsModule } from '@progress/kendo-angular-common';
10
- import { SharedEventsModule } from '../common/shared-events.module';
6
+ import { KENDO_AUTOCOMPLETE } 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';
11
10
  import * as i0 from "@angular/core";
12
- const AUTOCOMPLETE_DIRECTIVES = [
13
- AutoCompleteComponent
14
- ];
11
+ import * as i1 from "./autocomplete.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/no-data-template.directive";
18
+ import * as i8 from "../common/filtering/filter.directive";
19
+ import * as i9 from "../common/localization/custom-messages.component";
20
+ import * as i10 from "@progress/kendo-angular-common";
21
+ // IMPORTANT: NgModule export kept for backwards compatibility
15
22
  /**
16
- * @hidden
17
23
  *
18
24
  * The exported package module.
19
25
  *
@@ -22,17 +28,32 @@ const AUTOCOMPLETE_DIRECTIVES = [
22
28
  * - `ItemTemplateDirective`&mdash;The item template directive.
23
29
  * - `HeaderTemplateDirective`&mdash;The header template directive.
24
30
  * - `FooterTemplateDirective`&mdash;The footer 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.
25
38
  */
26
39
  export class AutoCompleteModule {
27
40
  }
28
41
  AutoCompleteModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
- AutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, declarations: [AutoCompleteComponent], imports: [SharedModule, AdornmentsModule, SharedEventsModule], exports: [AutoCompleteComponent, SharedDirectivesModule, AdornmentsModule] });
30
- AutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, imports: [SharedModule, AdornmentsModule, SharedEventsModule, SharedDirectivesModule, AdornmentsModule] });
42
+ AutoCompleteModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, imports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective], exports: [i1.AutoCompleteComponent, i2.FixedGroupTemplateDirective, i3.FooterTemplateDirective, i4.GroupTemplateDirective, i5.HeaderTemplateDirective, i6.ItemTemplateDirective, i7.NoDataTemplateDirective, i8.FilterDirective, i9.CustomMessagesComponent, i10.SuffixTemplateDirective, i10.PrefixTemplateDirective] });
43
+ AutoCompleteModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, providers: [
44
+ PopupService,
45
+ ResizeBatchService,
46
+ IconsService
47
+ ], imports: [i1.AutoCompleteComponent, i9.CustomMessagesComponent] });
31
48
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteModule, decorators: [{
32
49
  type: NgModule,
33
50
  args: [{
34
- declarations: [AUTOCOMPLETE_DIRECTIVES],
35
- exports: [AUTOCOMPLETE_DIRECTIVES, SharedDirectivesModule, AdornmentsModule],
36
- imports: [SharedModule, AdornmentsModule, SharedEventsModule]
51
+ imports: [...KENDO_AUTOCOMPLETE],
52
+ exports: [...KENDO_AUTOCOMPLETE],
53
+ providers: [
54
+ PopupService,
55
+ ResizeBatchService,
56
+ IconsService
57
+ ]
37
58
  }]
38
59
  }] });
@@ -20,10 +20,11 @@ export class ColumnCellTemplateDirective {
20
20
  }
21
21
  }
22
22
  ColumnCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnCellTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
23
- ColumnCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnCellTemplateDirective, selector: "[kendoMultiColumnComboBoxColumnCellTemplate]", ngImport: i0 });
23
+ ColumnCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnCellTemplateDirective, isStandalone: true, selector: "[kendoMultiColumnComboBoxColumnCellTemplate]", ngImport: i0 });
24
24
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnCellTemplateDirective, decorators: [{
25
25
  type: Directive,
26
26
  args: [{
27
- selector: '[kendoMultiColumnComboBoxColumnCellTemplate]'
27
+ selector: '[kendoMultiColumnComboBoxColumnCellTemplate]',
28
+ standalone: true
28
29
  }]
29
30
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -17,10 +17,11 @@ export class ColumnHeaderTemplateDirective {
17
17
  }
18
18
  }
19
19
  ColumnHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
20
- ColumnHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnHeaderTemplateDirective, selector: "[kendoMultiColumnComboBoxColumnHeaderTemplate]", ngImport: i0 });
20
+ ColumnHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ColumnHeaderTemplateDirective, isStandalone: true, selector: "[kendoMultiColumnComboBoxColumnHeaderTemplate]", ngImport: i0 });
21
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHeaderTemplateDirective, decorators: [{
22
22
  type: Directive,
23
23
  args: [{
24
- selector: '[kendoMultiColumnComboBoxColumnHeaderTemplate]'
24
+ selector: '[kendoMultiColumnComboBoxColumnHeaderTemplate]',
25
+ standalone: true
25
26
  }]
26
27
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -25,12 +25,13 @@ export class ComboBoxColumnComponent {
25
25
  }
26
26
  }
27
27
  ComboBoxColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
28
- ComboBoxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ComboBoxColumnComponent, selector: "kendo-combobox-column", inputs: { field: "field", title: "title", width: "width", hidden: "hidden", style: "style", headerStyle: "headerStyle", class: "class", headerClass: "headerClass", media: "media" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ColumnCellTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ColumnHeaderTemplateDirective, descendants: true }], ngImport: i0, template: '', isInline: true });
28
+ ComboBoxColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ComboBoxColumnComponent, isStandalone: true, selector: "kendo-combobox-column", inputs: { field: "field", title: "title", width: "width", hidden: "hidden", style: "style", headerStyle: "headerStyle", class: "class", headerClass: "headerClass", media: "media" }, queries: [{ propertyName: "cellTemplate", first: true, predicate: ColumnCellTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: ColumnHeaderTemplateDirective, descendants: true }], ngImport: i0, template: '', isInline: true });
29
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ComboBoxColumnComponent, decorators: [{
30
30
  type: Component,
31
31
  args: [{
32
32
  selector: 'kendo-combobox-column',
33
- template: ''
33
+ template: '',
34
+ standalone: true
34
35
  }]
35
36
  }], propDecorators: { cellTemplate: [{
36
37
  type: ContentChild,