@progress/kendo-angular-buttons 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 (35) hide show
  1. package/esm2022/button/button.component.mjs +5 -5
  2. package/esm2022/button/button.module.mjs +4 -4
  3. package/esm2022/button/button.service.mjs +3 -3
  4. package/esm2022/buttongroup/buttongroup.component.mjs +4 -4
  5. package/esm2022/buttongroup/buttongroup.module.mjs +4 -4
  6. package/esm2022/buttons.module.mjs +4 -4
  7. package/esm2022/chip/chip-list.component.mjs +19 -9
  8. package/esm2022/chip/chip.component.mjs +7 -5
  9. package/esm2022/chip/chip.module.mjs +4 -4
  10. package/esm2022/dropdownbutton/dropdownbutton.component.mjs +7 -6
  11. package/esm2022/dropdownbutton/dropdownbutton.module.mjs +4 -4
  12. package/esm2022/floatingactionbutton/dial-item.component.mjs +4 -4
  13. package/esm2022/floatingactionbutton/dial-list.component.mjs +4 -4
  14. package/esm2022/floatingactionbutton/floatingactionbutton.component.mjs +13 -7
  15. package/esm2022/floatingactionbutton/floatingactionbutton.module.mjs +4 -4
  16. package/esm2022/floatingactionbutton/templates/dial-item-template.directive.mjs +5 -5
  17. package/esm2022/floatingactionbutton/templates/fab-template.directive.mjs +5 -5
  18. package/esm2022/focusable/focus.service.mjs +3 -3
  19. package/esm2022/focusable/focusable.directive.mjs +4 -4
  20. package/esm2022/listbutton/button-item-template.directive.mjs +4 -4
  21. package/esm2022/listbutton/container.service.mjs +3 -3
  22. package/esm2022/listbutton/list-button.mjs +7 -5
  23. package/esm2022/listbutton/list.component.mjs +4 -4
  24. package/esm2022/navigation/navigation.service.mjs +5 -5
  25. package/esm2022/package-metadata.mjs +2 -2
  26. package/esm2022/speechtotextbutton/speechtotextbutton.component.mjs +16 -6
  27. package/esm2022/speechtotextbutton/speechtotextbutton.module.mjs +4 -4
  28. package/esm2022/splitbutton/localization/custom-messages.component.mjs +4 -4
  29. package/esm2022/splitbutton/localization/localized-messages.directive.mjs +4 -4
  30. package/esm2022/splitbutton/localization/messages.mjs +3 -3
  31. package/esm2022/splitbutton/splitbutton.component.mjs +7 -6
  32. package/esm2022/splitbutton/splitbutton.module.mjs +4 -4
  33. package/fesm2022/progress-kendo-angular-buttons.mjs +174 -142
  34. package/package.json +11 -11
  35. package/schematics/ngAdd/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "20.1.2-develop.2",
3
+ "version": "21.0.0-develop.3",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,25 +21,25 @@
21
21
  "package": {
22
22
  "productName": "Kendo UI for Angular",
23
23
  "productCode": "KENDOUIANGULAR",
24
- "publishDate": 1761309699,
24
+ "publishDate": 1761757511,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
28
28
  "peerDependencies": {
29
- "@angular/animations": "16 - 20",
30
- "@angular/common": "16 - 20",
31
- "@angular/core": "16 - 20",
32
- "@angular/platform-browser": "16 - 20",
29
+ "@angular/animations": "18 - 20",
30
+ "@angular/common": "18 - 20",
31
+ "@angular/core": "18 - 20",
32
+ "@angular/platform-browser": "18 - 20",
33
33
  "@progress/kendo-licensing": "^1.7.0",
34
- "@progress/kendo-angular-common": "20.1.2-develop.2",
35
- "@progress/kendo-angular-l10n": "20.1.2-develop.2",
36
- "@progress/kendo-angular-popup": "20.1.2-develop.2",
37
- "@progress/kendo-angular-icons": "20.1.2-develop.2",
34
+ "@progress/kendo-angular-common": "21.0.0-develop.3",
35
+ "@progress/kendo-angular-l10n": "21.0.0-develop.3",
36
+ "@progress/kendo-angular-popup": "21.0.0-develop.3",
37
+ "@progress/kendo-angular-icons": "21.0.0-develop.3",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "20.1.2-develop.2",
42
+ "@progress/kendo-angular-schematics": "21.0.0-develop.3",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.1"
45
45
  },
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const schematics_1 = require("@angular-devkit/schematics");
4
5
  function default_1(options) {
5
6
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ButtonsModule', package: 'buttons', peerDependencies: {
@@ -8,4 +9,3 @@ function default_1(options) {
8
9
  } });
9
10
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
10
11
  }
11
- exports.default = default_1;