@progress/kendo-angular-dropdowns 17.2.0 → 17.2.1-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 (162) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/autocomplete/autocomplete.component.d.ts +1 -1
  4. package/autocomplete/autocomplete.module.d.ts +1 -1
  5. package/comboboxes/combobox-column/column-cell-template.directive.d.ts +1 -1
  6. package/comboboxes/combobox-column/column-header-template.directive.d.ts +1 -1
  7. package/comboboxes/combobox-column/combobox-column.component.d.ts +1 -1
  8. package/comboboxes/combobox-column/util.d.ts +1 -1
  9. package/comboboxes/combobox.component.d.ts +1 -1
  10. package/comboboxes/combobox.module.d.ts +1 -1
  11. package/comboboxes/multicolumncombobox.component.d.ts +1 -1
  12. package/common/action-sheet.component.d.ts +1 -1
  13. package/common/constants/error-messages.d.ts +1 -1
  14. package/common/data.service.d.ts +1 -1
  15. package/common/disabled-items/disabled-items.service.d.ts +1 -1
  16. package/common/disabled-items/item-disabled.d.ts +1 -1
  17. package/common/filter-input.directive.d.ts +1 -1
  18. package/common/filtering/filter-settings.d.ts +1 -1
  19. package/common/filtering/filter.directive.d.ts +1 -1
  20. package/common/filtering/filterable-component.d.ts +1 -1
  21. package/common/list-item.directive.d.ts +1 -1
  22. package/common/list.component.d.ts +1 -1
  23. package/common/localization/custom-messages.component.d.ts +1 -1
  24. package/common/localization/localized-messages.directive.d.ts +1 -1
  25. package/common/localization/messages.d.ts +1 -1
  26. package/common/models/checkboxes-settings.d.ts +1 -1
  27. package/common/models/direction.d.ts +1 -1
  28. package/common/models/fillmode.d.ts +1 -1
  29. package/common/models/list-type.d.ts +1 -1
  30. package/common/models/page-change-event.d.ts +1 -1
  31. package/common/models/popup-settings.d.ts +1 -1
  32. package/common/models/preventable-event.d.ts +1 -1
  33. package/common/models/remove-tag-event.d.ts +1 -1
  34. package/common/models/rounded.d.ts +1 -1
  35. package/common/models/size.d.ts +1 -1
  36. package/common/models/virtualization-settings.d.ts +1 -1
  37. package/common/navigation/navigation-action.d.ts +1 -1
  38. package/common/navigation/navigation.service.d.ts +1 -1
  39. package/common/searchbar.component.d.ts +1 -1
  40. package/common/selection/selectable.directive.d.ts +1 -1
  41. package/common/selection/selection.service.d.ts +1 -1
  42. package/common/shared-events.directive.d.ts +1 -1
  43. package/common/taglist.component.d.ts +1 -1
  44. package/common/templates/custom-item-template.directive.d.ts +1 -1
  45. package/common/templates/fixed-group-template.directive.d.ts +1 -1
  46. package/common/templates/footer-template.directive.d.ts +1 -1
  47. package/common/templates/group-tag-template.directive.d.ts +1 -1
  48. package/common/templates/group-template.directive.d.ts +1 -1
  49. package/common/templates/header-template.directive.d.ts +1 -1
  50. package/common/templates/item-template.directive.d.ts +1 -1
  51. package/common/templates/no-data-template.directive.d.ts +1 -1
  52. package/common/templates/tag-template.directive.d.ts +1 -1
  53. package/common/templates/value-template.directive.d.ts +1 -1
  54. package/common/util.d.ts +1 -1
  55. package/directives.d.ts +1 -1
  56. package/dropdownlist/dropdownlist.component.d.ts +1 -1
  57. package/dropdownlist/dropdownlist.module.d.ts +1 -1
  58. package/dropdowns.module.d.ts +1 -1
  59. package/dropdowntrees/checked-state/base-check.directive.d.ts +1 -1
  60. package/dropdowntrees/checked-state/check-all.directive.d.ts +1 -1
  61. package/dropdowntrees/checked-state/check.directive.d.ts +1 -1
  62. package/dropdowntrees/checked-state/checkable-settings.d.ts +1 -1
  63. package/dropdowntrees/checked-state/checked-item.d.ts +1 -1
  64. package/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.d.ts +1 -1
  65. package/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.d.ts +1 -1
  66. package/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.d.ts +1 -1
  67. package/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.d.ts +1 -1
  68. package/dropdowntrees/dropdowntree.component.d.ts +1 -1
  69. package/dropdowntrees/dropdowntrees.module.d.ts +1 -1
  70. package/dropdowntrees/expanded-state/expand.directive.d.ts +1 -1
  71. package/dropdowntrees/lookup/lookup.d.ts +1 -1
  72. package/dropdowntrees/lookup/lookup.service.d.ts +1 -1
  73. package/dropdowntrees/multiselecttree.component.d.ts +1 -1
  74. package/dropdowntrees/summary-tag/summary-tag.directive.d.ts +1 -1
  75. package/dropdowntrees/templates/node-template.directive.d.ts +1 -1
  76. package/esm2022/autocomplete/autocomplete.component.mjs +1 -1
  77. package/esm2022/autocomplete/autocomplete.module.mjs +1 -1
  78. package/esm2022/comboboxes/combobox-column/column-cell-template.directive.mjs +1 -1
  79. package/esm2022/comboboxes/combobox-column/column-header-template.directive.mjs +1 -1
  80. package/esm2022/comboboxes/combobox-column/combobox-column.component.mjs +1 -1
  81. package/esm2022/comboboxes/combobox-column/util.mjs +1 -1
  82. package/esm2022/comboboxes/combobox.component.mjs +1 -1
  83. package/esm2022/comboboxes/combobox.module.mjs +1 -1
  84. package/esm2022/comboboxes/multicolumncombobox.component.mjs +1 -1
  85. package/esm2022/common/action-sheet.component.mjs +1 -1
  86. package/esm2022/common/constants/error-messages.mjs +1 -1
  87. package/esm2022/common/data.service.mjs +1 -1
  88. package/esm2022/common/disabled-items/disabled-items.service.mjs +1 -1
  89. package/esm2022/common/disabled-items/item-disabled.mjs +1 -1
  90. package/esm2022/common/filter-input.directive.mjs +1 -1
  91. package/esm2022/common/filtering/filter-settings.mjs +1 -1
  92. package/esm2022/common/filtering/filter.directive.mjs +1 -1
  93. package/esm2022/common/filtering/filterable-component.mjs +1 -1
  94. package/esm2022/common/list-item.directive.mjs +1 -1
  95. package/esm2022/common/list.component.mjs +1 -1
  96. package/esm2022/common/localization/custom-messages.component.mjs +1 -1
  97. package/esm2022/common/localization/localized-messages.directive.mjs +1 -1
  98. package/esm2022/common/localization/messages.mjs +1 -1
  99. package/esm2022/common/models/checkboxes-settings.mjs +1 -1
  100. package/esm2022/common/models/direction.mjs +1 -1
  101. package/esm2022/common/models/fillmode.mjs +1 -1
  102. package/esm2022/common/models/list-type.mjs +1 -1
  103. package/esm2022/common/models/page-change-event.mjs +1 -1
  104. package/esm2022/common/models/popup-settings.mjs +1 -1
  105. package/esm2022/common/models/preventable-event.mjs +1 -1
  106. package/esm2022/common/models/remove-tag-event.mjs +1 -1
  107. package/esm2022/common/models/rounded.mjs +1 -1
  108. package/esm2022/common/models/size.mjs +1 -1
  109. package/esm2022/common/models/virtualization-settings.mjs +1 -1
  110. package/esm2022/common/navigation/navigation-action.mjs +1 -1
  111. package/esm2022/common/navigation/navigation.service.mjs +1 -1
  112. package/esm2022/common/searchbar.component.mjs +1 -1
  113. package/esm2022/common/selection/selectable.directive.mjs +1 -1
  114. package/esm2022/common/selection/selection.service.mjs +1 -1
  115. package/esm2022/common/shared-events.directive.mjs +1 -1
  116. package/esm2022/common/taglist.component.mjs +1 -1
  117. package/esm2022/common/templates/custom-item-template.directive.mjs +1 -1
  118. package/esm2022/common/templates/fixed-group-template.directive.mjs +1 -1
  119. package/esm2022/common/templates/footer-template.directive.mjs +1 -1
  120. package/esm2022/common/templates/group-tag-template.directive.mjs +1 -1
  121. package/esm2022/common/templates/group-template.directive.mjs +1 -1
  122. package/esm2022/common/templates/header-template.directive.mjs +1 -1
  123. package/esm2022/common/templates/item-template.directive.mjs +1 -1
  124. package/esm2022/common/templates/no-data-template.directive.mjs +1 -1
  125. package/esm2022/common/templates/tag-template.directive.mjs +1 -1
  126. package/esm2022/common/templates/value-template.directive.mjs +1 -1
  127. package/esm2022/common/util.mjs +1 -1
  128. package/esm2022/directives.mjs +1 -1
  129. package/esm2022/dropdownlist/dropdownlist.component.mjs +1 -1
  130. package/esm2022/dropdownlist/dropdownlist.module.mjs +1 -1
  131. package/esm2022/dropdowns.module.mjs +1 -1
  132. package/esm2022/dropdowntrees/checked-state/base-check.directive.mjs +1 -1
  133. package/esm2022/dropdowntrees/checked-state/check-all.directive.mjs +1 -1
  134. package/esm2022/dropdowntrees/checked-state/check.directive.mjs +1 -1
  135. package/esm2022/dropdowntrees/checked-state/checkable-settings.mjs +1 -1
  136. package/esm2022/dropdowntrees/checked-state/checked-item.mjs +1 -1
  137. package/esm2022/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +1 -1
  138. package/esm2022/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +1 -1
  139. package/esm2022/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +1 -1
  140. package/esm2022/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +1 -1
  141. package/esm2022/dropdowntrees/dropdowntree.component.mjs +1 -1
  142. package/esm2022/dropdowntrees/dropdowntrees.module.mjs +1 -1
  143. package/esm2022/dropdowntrees/expanded-state/expand.directive.mjs +1 -1
  144. package/esm2022/dropdowntrees/lookup/lookup.mjs +1 -1
  145. package/esm2022/dropdowntrees/lookup/lookup.service.mjs +1 -1
  146. package/esm2022/dropdowntrees/multiselecttree.component.mjs +1 -1
  147. package/esm2022/dropdowntrees/summary-tag/summary-tag.directive.mjs +1 -1
  148. package/esm2022/dropdowntrees/templates/node-template.directive.mjs +1 -1
  149. package/esm2022/index.mjs +1 -1
  150. package/esm2022/multiselect/multiselect.component.mjs +1 -1
  151. package/esm2022/multiselect/multiselect.module.mjs +1 -1
  152. package/esm2022/multiselect/summary-tag.directive.mjs +1 -1
  153. package/esm2022/package-metadata.mjs +3 -3
  154. package/esm2022/progress-kendo-angular-dropdowns.mjs +1 -1
  155. package/fesm2022/progress-kendo-angular-dropdowns.mjs +3 -3
  156. package/index.d.ts +1 -1
  157. package/multiselect/multiselect.component.d.ts +1 -1
  158. package/multiselect/multiselect.module.d.ts +1 -1
  159. package/multiselect/summary-tag.directive.d.ts +1 -1
  160. package/package-metadata.d.ts +1 -1
  161. package/package.json +9 -9
  162. package/schematics/ngAdd/index.js +2 -2
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, HostBinding, Input, Output, NgZone, Renderer2, TemplateRef, ViewChild, ChangeDetectorRef, ContentChild, forwardRef, ViewContainerRef, isDevMode, Injector } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { Injectable } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { ChangeDetectorRef, Component, ContentChild, ElementRef, EventEmitter, forwardRef, HostBinding, Injector, Input, isDevMode, NgZone, Output, Renderer2, TemplateRef, ViewChild, ViewContainerRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { Directive, TemplateRef } from '@angular/core';
package/esm2022/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  export { AutoCompleteComponent } from './autocomplete/autocomplete.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { guid, isPresent, isArray, isObjectArray, resolveAllValues, selectedIndices, getter, isNumber, isUntouched, inDropDown, getSizeClass, getRoundedClass, getFillModeClass, animationDuration, isTruthy, setListBoxAriaLabelledBy, setActionSheetTitle, updateActionSheetAdaptiveAppearance } from '../common/util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  /**
@@ -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: 1734681808,
13
- version: '17.2.0',
12
+ publishDate: 1736177457,
13
+ version: '17.2.1-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import * as i0 from '@angular/core';
@@ -36,8 +36,8 @@ const packageMetadata = {
36
36
  name: '@progress/kendo-angular-dropdowns',
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
39
- publishDate: 1734681808,
40
- version: '17.2.0',
39
+ publishDate: 1736177457,
40
+ version: '17.2.1-develop.2',
41
41
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
42
42
  };
43
43
 
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  export { AutoCompleteComponent } from './autocomplete/autocomplete.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { AdaptiveMode } from '../common/util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { OnChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 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
5
  import { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "17.2.0",
3
+ "version": "17.2.1-develop.2",
4
4
  "description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,18 +25,18 @@
25
25
  "@angular/forms": "16 - 19",
26
26
  "@angular/platform-browser": "16 - 19",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "17.2.0",
29
- "@progress/kendo-angular-utils": "17.2.0",
30
- "@progress/kendo-angular-l10n": "17.2.0",
31
- "@progress/kendo-angular-navigation": "17.2.0",
32
- "@progress/kendo-angular-popup": "17.2.0",
33
- "@progress/kendo-angular-icons": "17.2.0",
34
- "@progress/kendo-angular-treeview": "17.2.0",
28
+ "@progress/kendo-angular-common": "17.2.1-develop.2",
29
+ "@progress/kendo-angular-utils": "17.2.1-develop.2",
30
+ "@progress/kendo-angular-l10n": "17.2.1-develop.2",
31
+ "@progress/kendo-angular-navigation": "17.2.1-develop.2",
32
+ "@progress/kendo-angular-popup": "17.2.1-develop.2",
33
+ "@progress/kendo-angular-icons": "17.2.1-develop.2",
34
+ "@progress/kendo-angular-treeview": "17.2.1-develop.2",
35
35
  "rxjs": "^6.5.3 || ^7.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.3.1",
39
- "@progress/kendo-angular-schematics": "17.2.0",
39
+ "@progress/kendo-angular-schematics": "17.2.1-develop.2",
40
40
  "@progress/kendo-common": "^1.0.1"
41
41
  },
42
42
  "schematics": "./schematics/collection.json",
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
6
6
  // peers of the treeview
7
- '@progress/kendo-angular-inputs': '17.2.0',
7
+ '@progress/kendo-angular-inputs': '17.2.1-develop.2',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '17.2.0',
9
+ '@progress/kendo-angular-intl': '17.2.1-develop.2',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'