@progress/kendo-angular-dropdowns 20.1.2-develop.2 → 21.0.0-develop.3

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 (78) hide show
  1. package/autocomplete/autocomplete.component.d.ts +1 -1
  2. package/codemods/template-transformer/index.js +1 -2
  3. package/codemods/utils.js +2 -2
  4. package/codemods/v19/autocomplete-subtitle.js +1 -1
  5. package/codemods/v19/autocomplete-title.js +1 -1
  6. package/codemods/v19/combobox-subtitle.js +1 -1
  7. package/codemods/v19/combobox-title.js +1 -1
  8. package/codemods/v19/dropdownlist-subtitle.js +1 -1
  9. package/codemods/v19/dropdownlist-title.js +1 -1
  10. package/codemods/v19/dropdowntree-subtitle.js +1 -1
  11. package/codemods/v19/dropdowntree-title.js +1 -1
  12. package/codemods/v19/multicolumncombobox-subtitle.js +1 -1
  13. package/codemods/v19/multicolumncombobox-title.js +1 -1
  14. package/codemods/v19/multiselect-subtitle.js +1 -1
  15. package/codemods/v19/multiselect-title.js +1 -1
  16. package/codemods/v19/multiselecttree-subtitle.js +1 -1
  17. package/codemods/v19/multiselecttree-title.js +1 -1
  18. package/dropdownlist/dropdownlist.component.d.ts +1 -1
  19. package/dropdowntrees/dropdowntree.component.d.ts +5 -5
  20. package/dropdowntrees/multiselecttree.component.d.ts +3 -3
  21. package/esm2022/autocomplete/autocomplete.component.mjs +4 -4
  22. package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
  23. package/esm2022/comboboxes/combobox-column/column-cell-template.directive.mjs +4 -4
  24. package/esm2022/comboboxes/combobox-column/column-header-template.directive.mjs +4 -4
  25. package/esm2022/comboboxes/combobox-column/combobox-column.component.mjs +3 -3
  26. package/esm2022/comboboxes/combobox.component.mjs +5 -5
  27. package/esm2022/comboboxes/combobox.module.mjs +4 -4
  28. package/esm2022/comboboxes/multicolumncombobox.component.mjs +4 -4
  29. package/esm2022/common/adaptive-renderer.component.mjs +4 -4
  30. package/esm2022/common/data.service.mjs +3 -3
  31. package/esm2022/common/disabled-items/disabled-items.service.mjs +4 -4
  32. package/esm2022/common/filter-input.directive.mjs +4 -4
  33. package/esm2022/common/filtering/filter.directive.mjs +4 -4
  34. package/esm2022/common/list-item.directive.mjs +4 -4
  35. package/esm2022/common/list.component.mjs +4 -4
  36. package/esm2022/common/localization/custom-messages.component.mjs +4 -4
  37. package/esm2022/common/localization/localized-messages.directive.mjs +4 -4
  38. package/esm2022/common/localization/messages.mjs +3 -3
  39. package/esm2022/common/navigation/navigation.service.mjs +4 -4
  40. package/esm2022/common/searchbar.component.mjs +5 -5
  41. package/esm2022/common/selection/selectable.directive.mjs +4 -4
  42. package/esm2022/common/selection/selection.service.mjs +4 -4
  43. package/esm2022/common/shared-events.directive.mjs +4 -4
  44. package/esm2022/common/taglist.component.mjs +4 -4
  45. package/esm2022/common/templates/custom-item-template.directive.mjs +4 -4
  46. package/esm2022/common/templates/fixed-group-template.directive.mjs +4 -4
  47. package/esm2022/common/templates/footer-template.directive.mjs +4 -4
  48. package/esm2022/common/templates/group-tag-template.directive.mjs +4 -4
  49. package/esm2022/common/templates/group-template.directive.mjs +4 -4
  50. package/esm2022/common/templates/header-template.directive.mjs +4 -4
  51. package/esm2022/common/templates/item-template.directive.mjs +4 -4
  52. package/esm2022/common/templates/no-data-template.directive.mjs +4 -4
  53. package/esm2022/common/templates/tag-template.directive.mjs +4 -4
  54. package/esm2022/common/templates/value-template.directive.mjs +4 -4
  55. package/esm2022/dropdownlist/dropdownlist.component.mjs +4 -4
  56. package/esm2022/dropdownlist/dropdownlist.module.mjs +4 -4
  57. package/esm2022/dropdowns.module.mjs +4 -4
  58. package/esm2022/dropdowntrees/checked-state/base-check.directive.mjs +3 -3
  59. package/esm2022/dropdowntrees/checked-state/check-all.directive.mjs +4 -4
  60. package/esm2022/dropdowntrees/checked-state/check.directive.mjs +4 -4
  61. package/esm2022/dropdowntrees/data-binding/dropdowntree/flat-binding.directive.mjs +4 -4
  62. package/esm2022/dropdowntrees/data-binding/dropdowntree/hierarchy-binding.directive.mjs +4 -4
  63. package/esm2022/dropdowntrees/data-binding/multiselecttree/flat-binding.directive.mjs +4 -4
  64. package/esm2022/dropdowntrees/data-binding/multiselecttree/hierarchy-binding.directive.mjs +4 -4
  65. package/esm2022/dropdowntrees/dropdowntree.component.mjs +4 -4
  66. package/esm2022/dropdowntrees/dropdowntrees.module.mjs +4 -4
  67. package/esm2022/dropdowntrees/expanded-state/expand.directive.mjs +4 -4
  68. package/esm2022/dropdowntrees/lookup/lookup.service.mjs +3 -3
  69. package/esm2022/dropdowntrees/multiselecttree.component.mjs +4 -4
  70. package/esm2022/dropdowntrees/summary-tag/summary-tag.directive.mjs +4 -4
  71. package/esm2022/dropdowntrees/templates/node-template.directive.mjs +4 -4
  72. package/esm2022/multiselect/multiselect.component.mjs +4 -4
  73. package/esm2022/multiselect/multiselect.module.mjs +4 -4
  74. package/esm2022/multiselect/summary-tag.directive.mjs +4 -4
  75. package/esm2022/package-metadata.mjs +2 -2
  76. package/fesm2022/progress-kendo-angular-dropdowns.mjs +215 -215
  77. package/package.json +15 -15
  78. package/schematics/ngAdd/index.js +3 -3
@@ -53,16 +53,16 @@ export class SummaryTagDirective {
53
53
  }
54
54
  };
55
55
  }
56
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SummaryTagDirective, deps: [{ token: i1.MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
57
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
56
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SummaryTagDirective, deps: [{ token: i1.MultiSelectComponent }], target: i0.ɵɵFactoryTarget.Directive });
57
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SummaryTagDirective, isStandalone: true, selector: "[kendoMultiSelectSummaryTag]", inputs: { showAfter: ["kendoMultiSelectSummaryTag", "showAfter"] }, usesOnChanges: true, ngImport: i0 });
58
58
  }
59
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SummaryTagDirective, decorators: [{
59
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SummaryTagDirective, decorators: [{
60
60
  type: Directive,
61
61
  args: [{
62
62
  selector: '[kendoMultiSelectSummaryTag]',
63
63
  standalone: true
64
64
  }]
65
- }], ctorParameters: function () { return [{ type: i1.MultiSelectComponent }]; }, propDecorators: { showAfter: [{
65
+ }], ctorParameters: () => [{ type: i1.MultiSelectComponent }], propDecorators: { showAfter: [{
66
66
  type: Input,
67
67
  args: ['kendoMultiSelectSummaryTag']
68
68
  }] } });
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1761309899,
14
- version: '20.1.2-develop.2',
13
+ publishDate: 1761757721,
14
+ version: '21.0.0-develop.3',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };