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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/autocomplete/autocomplete.component.d.ts +3 -4
  2. package/autocomplete/autocomplete.module.d.ts +17 -6
  3. package/comboboxes/combobox-column/column-cell-template.directive.d.ts +1 -1
  4. package/comboboxes/combobox-column/column-header-template.directive.d.ts +1 -1
  5. package/comboboxes/combobox-column/combobox-column.component.d.ts +1 -1
  6. package/comboboxes/combobox.component.d.ts +3 -4
  7. package/comboboxes/combobox.module.d.ts +22 -12
  8. package/comboboxes/multicolumncombobox.component.d.ts +2 -2
  9. package/common/action-sheet.component.d.ts +1 -1
  10. package/common/filter-input.directive.d.ts +1 -1
  11. package/common/filtering/filter.directive.d.ts +1 -1
  12. package/common/list-item.directive.d.ts +1 -1
  13. package/common/list.component.d.ts +1 -1
  14. package/common/localization/custom-messages.component.d.ts +1 -1
  15. package/common/localization/localized-messages.directive.d.ts +1 -1
  16. package/common/searchbar.component.d.ts +1 -1
  17. package/common/selection/selectable.directive.d.ts +1 -1
  18. package/common/shared-directives.module.d.ts +1 -1
  19. package/common/shared-events.directive.d.ts +1 -1
  20. package/common/shared.module.d.ts +9 -11
  21. package/common/taglist.component.d.ts +1 -1
  22. package/common/templates/custom-item-template.directive.d.ts +1 -1
  23. package/common/templates/fixed-group-template.directive.d.ts +1 -1
  24. package/common/templates/footer-template.directive.d.ts +1 -1
  25. package/common/templates/group-tag-template.directive.d.ts +1 -1
  26. package/common/templates/group-template.directive.d.ts +1 -1
  27. package/common/templates/header-template.directive.d.ts +1 -1
  28. package/common/templates/item-template.directive.d.ts +1 -1
  29. package/common/templates/no-data-template.directive.d.ts +1 -1
  30. package/common/templates/tag-template.directive.d.ts +1 -1
  31. package/common/templates/value-template.directive.d.ts +1 -1
  32. package/directives.d.ts +67 -0
  33. package/dropdownlist/dropdownlist.component.d.ts +7 -4
  34. package/dropdownlist/dropdownlist.module.d.ts +15 -4
  35. package/dropdowns.module.d.ts +32 -6
  36. package/dropdowntrees/checked-state/check-all.directive.d.ts +1 -1
  37. package/dropdowntrees/checked-state/check.directive.d.ts +1 -1
  38. package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
  39. package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
  40. package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
  41. package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
  42. package/dropdowntrees/dropdowntree.component.d.ts +7 -4
  43. package/dropdowntrees/dropdowntrees.module.d.ts +32 -13
  44. package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
  45. package/dropdowntrees/multiselecttree.component.d.ts +7 -4
  46. package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
  47. package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
  48. package/esm2020/autocomplete/autocomplete.component.mjs +17 -26
  49. package/esm2020/autocomplete/autocomplete.module.mjs +35 -14
  50. package/esm2020/comboboxes/combobox-column/column-cell-template.directive.mjs +3 -2
  51. package/esm2020/comboboxes/combobox-column/column-header-template.directive.mjs +3 -2
  52. package/esm2020/comboboxes/combobox-column/combobox-column.component.mjs +3 -2
  53. package/esm2020/comboboxes/combobox.component.mjs +18 -29
  54. package/esm2020/comboboxes/combobox.module.mjs +40 -35
  55. package/esm2020/comboboxes/multicolumncombobox.component.mjs +17 -21
  56. package/esm2020/common/action-sheet.component.mjs +9 -9
  57. package/esm2020/common/filter-input.directive.mjs +3 -1
  58. package/esm2020/common/filtering/filter.directive.mjs +3 -2
  59. package/esm2020/common/list-item.directive.mjs +3 -1
  60. package/esm2020/common/list.component.mjs +8 -9
  61. package/esm2020/common/localization/custom-messages.component.mjs +3 -2
  62. package/esm2020/common/localization/localized-messages.directive.mjs +3 -2
  63. package/esm2020/common/searchbar.component.mjs +5 -3
  64. package/esm2020/common/selection/selectable.directive.mjs +3 -2
  65. package/esm2020/common/shared-directives.module.mjs +3 -3
  66. package/esm2020/common/shared-events.directive.mjs +3 -2
  67. package/esm2020/common/shared.module.mjs +13 -12
  68. package/esm2020/common/taglist.component.mjs +8 -6
  69. package/esm2020/common/templates/custom-item-template.directive.mjs +3 -2
  70. package/esm2020/common/templates/fixed-group-template.directive.mjs +3 -2
  71. package/esm2020/common/templates/footer-template.directive.mjs +3 -2
  72. package/esm2020/common/templates/group-tag-template.directive.mjs +3 -2
  73. package/esm2020/common/templates/group-template.directive.mjs +3 -2
  74. package/esm2020/common/templates/header-template.directive.mjs +3 -2
  75. package/esm2020/common/templates/item-template.directive.mjs +3 -2
  76. package/esm2020/common/templates/no-data-template.directive.mjs +3 -2
  77. package/esm2020/common/templates/tag-template.directive.mjs +3 -2
  78. package/esm2020/common/templates/value-template.directive.mjs +3 -2
  79. package/esm2020/directives.mjs +166 -0
  80. package/esm2020/dropdownlist/dropdownlist.component.mjs +22 -27
  81. package/esm2020/dropdownlist/dropdownlist.module.mjs +33 -12
  82. package/esm2020/dropdowns.module.mjs +42 -8
  83. package/esm2020/dropdowntrees/checked-state/check-all.directive.mjs +3 -2
  84. package/esm2020/dropdowntrees/checked-state/check.directive.mjs +3 -2
  85. package/esm2020/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +3 -2
  86. package/esm2020/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +3 -2
  87. package/esm2020/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +3 -2
  88. package/esm2020/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +3 -2
  89. package/esm2020/dropdowntrees/dropdowntree.component.mjs +19 -24
  90. package/esm2020/dropdowntrees/dropdowntrees.module.mjs +59 -45
  91. package/esm2020/dropdowntrees/expanded-state/expand.directive.mjs +3 -2
  92. package/esm2020/dropdowntrees/multiselecttree.component.mjs +21 -25
  93. package/esm2020/dropdowntrees/summary-tag/summary-tag.directive.mjs +3 -2
  94. package/esm2020/dropdowntrees/templates/node-template.directive.mjs +3 -2
  95. package/esm2020/index.mjs +1 -1
  96. package/esm2020/multiselect/multiselect.component.mjs +19 -30
  97. package/esm2020/multiselect/multiselect.module.mjs +39 -25
  98. package/esm2020/multiselect/summary-tag.directive.mjs +3 -2
  99. package/esm2020/package-metadata.mjs +2 -2
  100. package/fesm2015/progress-kendo-angular-dropdowns.mjs +1324 -1196
  101. package/fesm2020/progress-kendo-angular-dropdowns.mjs +735 -593
  102. package/index.d.ts +1 -1
  103. package/multiselect/multiselect.component.d.ts +3 -4
  104. package/multiselect/multiselect.module.d.ts +19 -6
  105. package/multiselect/summary-tag.directive.d.ts +1 -1
  106. package/package.json +8 -8
  107. package/schematics/ngAdd/index.js +2 -2
  108. package/common/constants/touch-enabled.d.ts +0 -9
  109. package/common/shared-events.module.d.ts +0 -14
  110. package/common/templates/template-context.directive.d.ts +0 -17
  111. package/esm2020/common/constants/touch-enabled.mjs +0 -9
  112. package/esm2020/common/shared-events.module.mjs +0 -22
  113. package/esm2020/common/templates/template-context.directive.mjs +0 -33
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dropdowns',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814164,
13
- version: '16.5.0',
12
+ publishDate: 1721847056,
13
+ version: '16.6.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };