@progress/kendo-angular-buttons 14.4.0-develop.2 → 14.4.0-develop.21

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 (130) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +147 -594
  3. package/README.md +1 -1
  4. package/button/button.component.d.ts +1 -1
  5. package/button/button.module.d.ts +1 -1
  6. package/button/button.service.d.ts +1 -1
  7. package/button/selection-settings.d.ts +1 -1
  8. package/buttongroup/buttongroup.component.d.ts +1 -1
  9. package/buttongroup/buttongroup.module.d.ts +1 -1
  10. package/buttons.module.d.ts +1 -1
  11. package/chip/chip-content-click-event-args.interface.d.ts +1 -1
  12. package/chip/chip-list-remove-event-args.interface.d.ts +1 -1
  13. package/chip/chip-list.component.d.ts +1 -1
  14. package/chip/chip-remove-event-args.interface.d.ts +1 -1
  15. package/chip/chip.component.d.ts +1 -1
  16. package/chip/chip.module.d.ts +1 -1
  17. package/chip/models/selection.d.ts +1 -1
  18. package/common/models/arrow-settings.d.ts +1 -1
  19. package/common/models/fillmode.d.ts +1 -1
  20. package/common/models/rounded.d.ts +1 -1
  21. package/common/models/size.d.ts +1 -1
  22. package/common/models/styling-classes.d.ts +1 -1
  23. package/common/models/theme-color.d.ts +1 -1
  24. package/common/models.d.ts +1 -1
  25. package/direction.d.ts +1 -1
  26. package/dropdownbutton/dropdownbutton.component.d.ts +1 -1
  27. package/dropdownbutton/dropdownbutton.module.d.ts +1 -1
  28. package/esm2020/button/button.component.mjs +7 -3
  29. package/esm2020/button/button.module.mjs +1 -1
  30. package/esm2020/button/button.service.mjs +1 -1
  31. package/esm2020/button/selection-settings.mjs +1 -1
  32. package/esm2020/buttongroup/buttongroup.component.mjs +1 -1
  33. package/esm2020/buttongroup/buttongroup.module.mjs +1 -1
  34. package/esm2020/buttons.module.mjs +1 -1
  35. package/esm2020/chip/chip-content-click-event-args.interface.mjs +1 -1
  36. package/esm2020/chip/chip-list-remove-event-args.interface.mjs +1 -1
  37. package/esm2020/chip/chip-list.component.mjs +1 -1
  38. package/esm2020/chip/chip-remove-event-args.interface.mjs +1 -1
  39. package/esm2020/chip/chip.component.mjs +1 -1
  40. package/esm2020/chip/chip.module.mjs +1 -1
  41. package/esm2020/chip/models/selection.mjs +1 -1
  42. package/esm2020/common/models/arrow-settings.mjs +1 -1
  43. package/esm2020/common/models/fillmode.mjs +1 -1
  44. package/esm2020/common/models/rounded.mjs +1 -1
  45. package/esm2020/common/models/size.mjs +1 -1
  46. package/esm2020/common/models/styling-classes.mjs +1 -1
  47. package/esm2020/common/models/theme-color.mjs +1 -1
  48. package/esm2020/common/models.mjs +1 -1
  49. package/esm2020/direction.mjs +1 -1
  50. package/esm2020/dropdownbutton/dropdownbutton.component.mjs +1 -1
  51. package/esm2020/dropdownbutton/dropdownbutton.module.mjs +1 -1
  52. package/esm2020/floatingactionbutton/animations/animations.mjs +1 -1
  53. package/esm2020/floatingactionbutton/dial-item.component.mjs +1 -1
  54. package/esm2020/floatingactionbutton/dial-list.component.mjs +1 -1
  55. package/esm2020/floatingactionbutton/floatingactionbutton.component.mjs +1 -1
  56. package/esm2020/floatingactionbutton/floatingactionbutton.module.mjs +1 -1
  57. package/esm2020/floatingactionbutton/models/align.mjs +1 -1
  58. package/esm2020/floatingactionbutton/models/item-animation.interface.mjs +1 -1
  59. package/esm2020/floatingactionbutton/models/item-click.event.mjs +1 -1
  60. package/esm2020/floatingactionbutton/models/item.interface.mjs +1 -1
  61. package/esm2020/floatingactionbutton/models/offset.mjs +1 -1
  62. package/esm2020/floatingactionbutton/models/position-mode.mjs +1 -1
  63. package/esm2020/floatingactionbutton/templates/dial-item-template.directive.mjs +1 -1
  64. package/esm2020/floatingactionbutton/templates/fab-template.directive.mjs +1 -1
  65. package/esm2020/floatingactionbutton/utils.mjs +1 -1
  66. package/esm2020/focusable/focus.service.mjs +1 -1
  67. package/esm2020/focusable/focusable.directive.mjs +1 -1
  68. package/esm2020/index.mjs +1 -1
  69. package/esm2020/listbutton/button-item-template.directive.mjs +1 -1
  70. package/esm2020/listbutton/container.service.mjs +1 -1
  71. package/esm2020/listbutton/list-button.mjs +1 -1
  72. package/esm2020/listbutton/list-item-model.mjs +1 -1
  73. package/esm2020/listbutton/list.component.mjs +1 -1
  74. package/esm2020/listbutton/list.module.mjs +1 -1
  75. package/esm2020/listbutton/popup-settings.mjs +1 -1
  76. package/esm2020/listbutton/template-context.directive.mjs +1 -1
  77. package/esm2020/navigation/key-events.mjs +1 -1
  78. package/esm2020/navigation/navigation-action.mjs +1 -1
  79. package/esm2020/navigation/navigation-config.mjs +1 -1
  80. package/esm2020/navigation/navigation.service.mjs +1 -1
  81. package/esm2020/package-metadata.mjs +3 -3
  82. package/esm2020/preventable-event.mjs +1 -1
  83. package/esm2020/progress-kendo-angular-buttons.mjs +1 -1
  84. package/esm2020/splitbutton/localization/custom-messages.component.mjs +1 -1
  85. package/esm2020/splitbutton/localization/localized-messages.directive.mjs +1 -1
  86. package/esm2020/splitbutton/localization/messages.mjs +1 -1
  87. package/esm2020/splitbutton/splitbutton.component.mjs +1 -1
  88. package/esm2020/splitbutton/splitbutton.module.mjs +1 -1
  89. package/esm2020/util.mjs +1 -1
  90. package/fesm2015/progress-kendo-angular-buttons.mjs +9 -5
  91. package/fesm2020/progress-kendo-angular-buttons.mjs +9 -5
  92. package/floatingactionbutton/animations/animations.d.ts +1 -1
  93. package/floatingactionbutton/dial-item.component.d.ts +1 -1
  94. package/floatingactionbutton/dial-list.component.d.ts +1 -1
  95. package/floatingactionbutton/floatingactionbutton.component.d.ts +1 -1
  96. package/floatingactionbutton/floatingactionbutton.module.d.ts +1 -1
  97. package/floatingactionbutton/models/align.d.ts +1 -1
  98. package/floatingactionbutton/models/item-animation.interface.d.ts +1 -1
  99. package/floatingactionbutton/models/item-click.event.d.ts +1 -1
  100. package/floatingactionbutton/models/item.interface.d.ts +1 -1
  101. package/floatingactionbutton/models/offset.d.ts +1 -1
  102. package/floatingactionbutton/models/position-mode.d.ts +1 -1
  103. package/floatingactionbutton/templates/dial-item-template.directive.d.ts +1 -1
  104. package/floatingactionbutton/templates/fab-template.directive.d.ts +1 -1
  105. package/floatingactionbutton/utils.d.ts +1 -1
  106. package/focusable/focus.service.d.ts +1 -1
  107. package/focusable/focusable.directive.d.ts +1 -1
  108. package/index.d.ts +1 -1
  109. package/listbutton/button-item-template.directive.d.ts +1 -1
  110. package/listbutton/container.service.d.ts +1 -1
  111. package/listbutton/list-button.d.ts +1 -1
  112. package/listbutton/list-item-model.d.ts +1 -1
  113. package/listbutton/list.component.d.ts +1 -1
  114. package/listbutton/list.module.d.ts +1 -1
  115. package/listbutton/popup-settings.d.ts +1 -1
  116. package/listbutton/template-context.directive.d.ts +1 -1
  117. package/navigation/key-events.d.ts +1 -1
  118. package/navigation/navigation-action.d.ts +1 -1
  119. package/navigation/navigation-config.d.ts +1 -1
  120. package/navigation/navigation.service.d.ts +1 -1
  121. package/package-metadata.d.ts +1 -1
  122. package/package.json +6 -6
  123. package/preventable-event.d.ts +1 -1
  124. package/progress-kendo-angular-buttons.d.ts +1 -1
  125. package/splitbutton/localization/custom-messages.component.d.ts +1 -1
  126. package/splitbutton/localization/localized-messages.directive.d.ts +1 -1
  127. package/splitbutton/localization/messages.d.ts +1 -1
  128. package/splitbutton/splitbutton.component.d.ts +1 -1
  129. package/splitbutton/splitbutton.module.d.ts +1 -1
  130. package/util.d.ts +1 -1
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
8
8
 
9
9
  All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*