@progress/kendo-angular-buttons 6.4.0 → 7.0.0-next.202111120840

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 (265) hide show
  1. package/bundles/kendo-angular-buttons.umd.js +5 -0
  2. package/{dist/es2015/button → button}/button.directive.d.ts +29 -21
  3. package/{dist/es2015/button → button}/button.module.d.ts +5 -0
  4. package/{dist/es2015/button → button}/button.service.d.ts +3 -0
  5. package/{dist/es2015/button → button}/selection-settings.d.ts +0 -0
  6. package/{dist/es2015/button-look.d.ts → button-look.d.ts} +0 -0
  7. package/{dist/es2015/buttongroup → buttongroup}/buttongroup.component.d.ts +16 -12
  8. package/buttongroup/buttongroup.module.d.ts +21 -0
  9. package/{dist/es2015/buttons.module.d.ts → buttons.module.d.ts} +10 -0
  10. package/{dist/es2015/chip → chip}/chip-content-click-event-args.interface.d.ts +0 -0
  11. package/{dist/es2015/chip → chip}/chip-list-remove-event-args.interface.d.ts +0 -0
  12. package/{dist/es2015/chip → chip}/chip-list.component.d.ts +5 -2
  13. package/{dist/es2015/chip → chip}/chip-remove-event-args.interface.d.ts +0 -0
  14. package/{dist/es2015/chip → chip}/chip.component.d.ts +15 -14
  15. package/{dist/es2015/chip → chip}/chip.module.d.ts +7 -0
  16. package/{dist/es2015/buttongroup/buttongroup.module.d.ts → chip/models/chip-look.d.ts} +10 -6
  17. package/{dist/es2015/chip → chip}/models/selection.d.ts +0 -0
  18. package/{dist/es2015/chip → chip}/models/type.d.ts +0 -0
  19. package/{dist/es2015/common → common}/models/shape.d.ts +0 -0
  20. package/{dist/es2015/common → common}/models/size.d.ts +0 -0
  21. package/{dist/es2015/common → common}/models/theme-color.d.ts +0 -0
  22. package/{dist/es2015/direction.d.ts → direction.d.ts} +0 -0
  23. package/{dist/es2015/dropdownbutton → dropdownbutton}/dropdownbutton.component.d.ts +24 -17
  24. package/dropdownbutton/dropdownbutton.module.d.ts +23 -0
  25. package/{dist/es2015 → esm2015}/button/button.directive.js +97 -151
  26. package/{dist/es → esm2015}/button/button.module.js +13 -13
  27. package/{dist/es2015 → esm2015}/button/button.service.js +8 -10
  28. package/{dist/es → esm2015}/button/selection-settings.js +1 -0
  29. package/{dist/es2015 → esm2015}/button-look.js +1 -0
  30. package/{dist/es2015 → esm2015}/buttongroup/buttongroup.component.js +93 -125
  31. package/esm2015/buttongroup/buttongroup.module.js +30 -0
  32. package/{dist/es → esm2015}/buttons.module.js +12 -12
  33. package/{dist/es2015 → esm2015}/chip/chip-content-click-event-args.interface.js +1 -0
  34. package/{dist/es2015 → esm2015}/chip/chip-list-remove-event-args.interface.js +1 -0
  35. package/{dist/es2015 → esm2015}/chip/chip-list.component.js +56 -63
  36. package/{dist/es → esm2015}/chip/chip-remove-event-args.interface.js +1 -0
  37. package/{dist/es2015 → esm2015}/chip/chip.component.js +121 -128
  38. package/{dist/es2015 → esm2015}/chip/chip.module.js +16 -11
  39. package/{dist/es → esm2015}/chip/models/chip-look.js +1 -0
  40. package/{dist/es → esm2015}/chip/models/selection.js +1 -0
  41. package/{dist/es → esm2015}/chip/models/type.js +1 -0
  42. package/{dist/es → esm2015}/common/models/shape.js +1 -0
  43. package/{dist/es → esm2015}/common/models/size.js +1 -0
  44. package/{dist/es → esm2015}/common/models/theme-color.js +1 -0
  45. package/{dist/es → esm2015}/direction.js +1 -0
  46. package/{dist/es2015 → esm2015}/dropdownbutton/dropdownbutton.component.js +162 -180
  47. package/esm2015/dropdownbutton/dropdownbutton.module.js +32 -0
  48. package/{dist/es2015 → esm2015}/floatingactionbutton/animations/animations.js +0 -0
  49. package/esm2015/floatingactionbutton/dial-item.component.js +126 -0
  50. package/esm2015/floatingactionbutton/dial-list.component.js +89 -0
  51. package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.component.js +150 -150
  52. package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.module.js +19 -11
  53. package/{dist/es → esm2015}/floatingactionbutton/models/align.js +1 -0
  54. package/{dist/es → esm2015}/floatingactionbutton/models/item-animation.interface.js +1 -0
  55. package/{dist/es → esm2015}/floatingactionbutton/models/item-click.event.js +1 -0
  56. package/{dist/es → esm2015}/floatingactionbutton/models/item.interface.js +1 -0
  57. package/{dist/es → esm2015}/floatingactionbutton/models/offset.js +1 -0
  58. package/{dist/es → esm2015}/floatingactionbutton/models/position-mode.js +1 -0
  59. package/esm2015/floatingactionbutton/templates/dial-item-template.directive.js +27 -0
  60. package/esm2015/floatingactionbutton/templates/fab-template.directive.js +27 -0
  61. package/{dist/es2015 → esm2015}/floatingactionbutton/utils.js +0 -0
  62. package/{dist/es2015 → esm2015}/focusable/focus.service.js +8 -10
  63. package/{dist/es2015 → esm2015}/focusable/focusable.directive.js +15 -16
  64. package/{dist/es2015/listbutton/list.module.d.ts → esm2015/kendo-angular-buttons.js} +2 -3
  65. package/{dist/es2015 → esm2015}/listbutton/button-item-template.directive.js +13 -12
  66. package/{dist/es2015 → esm2015}/listbutton/list-button.js +15 -2
  67. package/{dist/es → esm2015}/listbutton/list-item-model.js +1 -0
  68. package/esm2015/listbutton/list.component.js +120 -0
  69. package/esm2015/listbutton/list.module.js +39 -0
  70. package/{dist/es → esm2015}/listbutton/popup-settings.js +1 -0
  71. package/esm2015/listbutton/template-context.directive.js +33 -0
  72. package/{dist/es2015 → esm2015}/main.js +5 -1
  73. package/{dist/es → esm2015}/navigation/key-events.js +0 -0
  74. package/{dist/es → esm2015}/navigation/navigation-action.js +0 -0
  75. package/{dist/es2015 → esm2015}/navigation/navigation-config.js +0 -0
  76. package/{dist/es2015 → esm2015}/navigation/navigation.service.js +11 -9
  77. package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
  78. package/{dist/es2015 → esm2015}/preventable-event.js +0 -0
  79. package/{dist/es2015 → esm2015}/splitbutton/splitbutton.component.js +186 -192
  80. package/esm2015/splitbutton/splitbutton.module.js +32 -0
  81. package/{dist/es2015 → esm2015}/util.js +2 -6
  82. package/{dist/fesm2015/index.js → fesm2015/kendo-angular-buttons.js} +1613 -1723
  83. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/animations/animations.d.ts +0 -0
  84. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-item.component.d.ts +8 -5
  85. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-list.component.d.ts +5 -2
  86. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.component.d.ts +28 -19
  87. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.module.d.ts +13 -0
  88. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/align.d.ts +0 -0
  89. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-animation.interface.d.ts +0 -0
  90. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-click.event.d.ts +0 -0
  91. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item.interface.d.ts +0 -0
  92. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/offset.d.ts +0 -0
  93. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/position-mode.d.ts +0 -0
  94. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/dial-item-template.directive.d.ts +3 -0
  95. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/fab-template.directive.d.ts +3 -0
  96. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/utils.d.ts +0 -0
  97. package/{dist/es2015/focusable → focusable}/focus.service.d.ts +5 -1
  98. package/{dist/es2015/focusable → focusable}/focusable.directive.d.ts +3 -0
  99. package/kendo-angular-buttons.d.ts +9 -0
  100. package/{dist/es2015/listbutton → listbutton}/button-item-template.directive.d.ts +3 -0
  101. package/{dist/es2015/listbutton → listbutton}/list-button.d.ts +6 -2
  102. package/{dist/es2015/listbutton → listbutton}/list-item-model.d.ts +0 -0
  103. package/{dist/es2015/listbutton → listbutton}/list.component.d.ts +3 -0
  104. package/listbutton/list.module.d.ts +18 -0
  105. package/{dist/es2015/listbutton → listbutton}/popup-settings.d.ts +0 -0
  106. package/{dist/es2015/listbutton → listbutton}/template-context.directive.d.ts +4 -1
  107. package/{dist/es2015/main.d.ts → main.d.ts} +5 -1
  108. package/{dist/es2015/navigation → navigation}/key-events.d.ts +0 -0
  109. package/{dist/es2015/navigation → navigation}/navigation-action.d.ts +0 -0
  110. package/{dist/es2015/navigation → navigation}/navigation-config.d.ts +0 -0
  111. package/{dist/es2015/navigation → navigation}/navigation.service.d.ts +3 -0
  112. package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
  113. package/package.json +34 -105
  114. package/{dist/es2015/preventable-event.d.ts → preventable-event.d.ts} +0 -0
  115. package/schematics/ngAdd/index.js +5 -2
  116. package/schematics/ngAdd/index.js.map +1 -1
  117. package/{dist/es2015/splitbutton → splitbutton}/splitbutton.component.d.ts +26 -19
  118. package/splitbutton/splitbutton.module.d.ts +23 -0
  119. package/{dist/es2015/util.d.ts → util.d.ts} +0 -4
  120. package/dist/cdn/js/kendo-angular-buttons.js +0 -20
  121. package/dist/cdn/main.js +0 -5
  122. package/dist/es/button/button.directive.js +0 -630
  123. package/dist/es/button/button.service.js +0 -28
  124. package/dist/es/button-look.js +0 -4
  125. package/dist/es/buttongroup/buttongroup.component.js +0 -402
  126. package/dist/es/buttongroup/buttongroup.module.js +0 -30
  127. package/dist/es/chip/chip-content-click-event-args.interface.js +0 -4
  128. package/dist/es/chip/chip-list-remove-event-args.interface.js +0 -4
  129. package/dist/es/chip/chip-list.component.js +0 -164
  130. package/dist/es/chip/chip.component.js +0 -360
  131. package/dist/es/chip/chip.module.js +0 -55
  132. package/dist/es/dropdownbutton/dropdownbutton.component.js +0 -652
  133. package/dist/es/dropdownbutton/dropdownbutton.module.js +0 -32
  134. package/dist/es/floatingactionbutton/animations/animations.js +0 -33
  135. package/dist/es/floatingactionbutton/dial-item.component.js +0 -143
  136. package/dist/es/floatingactionbutton/dial-list.component.js +0 -76
  137. package/dist/es/floatingactionbutton/floatingactionbutton.component.js +0 -878
  138. package/dist/es/floatingactionbutton/floatingactionbutton.module.js +0 -65
  139. package/dist/es/floatingactionbutton/templates/dial-item-template.directive.js +0 -26
  140. package/dist/es/floatingactionbutton/templates/fab-template.directive.js +0 -26
  141. package/dist/es/floatingactionbutton/utils.js +0 -38
  142. package/dist/es/focusable/focus.service.js +0 -43
  143. package/dist/es/focusable/focusable.directive.js +0 -68
  144. package/dist/es/index.js +0 -22
  145. package/dist/es/listbutton/button-item-template.directive.js +0 -68
  146. package/dist/es/listbutton/list-button.js +0 -240
  147. package/dist/es/listbutton/list.component.js +0 -66
  148. package/dist/es/listbutton/list.module.js +0 -33
  149. package/dist/es/listbutton/template-context.directive.js +0 -40
  150. package/dist/es/main.js +0 -22
  151. package/dist/es/navigation/navigation-config.js +0 -9
  152. package/dist/es/navigation/navigation.service.js +0 -114
  153. package/dist/es/package-metadata.js +0 -15
  154. package/dist/es/preventable-event.js +0 -29
  155. package/dist/es/splitbutton/localization/custom-messages.component.js +0 -44
  156. package/dist/es/splitbutton/localization/localized-messages.directive.js +0 -35
  157. package/dist/es/splitbutton/localization/messages.js +0 -22
  158. package/dist/es/splitbutton/splitbutton.component.js +0 -761
  159. package/dist/es/splitbutton/splitbutton.module.js +0 -34
  160. package/dist/es/util.js +0 -45
  161. package/dist/es2015/button/button.module.js +0 -47
  162. package/dist/es2015/button/selection-settings.js +0 -4
  163. package/dist/es2015/buttongroup/buttongroup.module.js +0 -27
  164. package/dist/es2015/buttons.module.js +0 -51
  165. package/dist/es2015/chip/chip-remove-event-args.interface.js +0 -4
  166. package/dist/es2015/chip/models/chip-look.d.ts +0 -20
  167. package/dist/es2015/chip/models/chip-look.js +0 -4
  168. package/dist/es2015/chip/models/selection.js +0 -4
  169. package/dist/es2015/chip/models/type.js +0 -4
  170. package/dist/es2015/common/models/shape.js +0 -4
  171. package/dist/es2015/common/models/size.js +0 -4
  172. package/dist/es2015/common/models/theme-color.js +0 -4
  173. package/dist/es2015/direction.js +0 -4
  174. package/dist/es2015/dropdownbutton/dropdownbutton.module.d.ts +0 -14
  175. package/dist/es2015/dropdownbutton/dropdownbutton.module.js +0 -29
  176. package/dist/es2015/floatingactionbutton/dial-item.component.js +0 -133
  177. package/dist/es2015/floatingactionbutton/dial-list.component.js +0 -81
  178. package/dist/es2015/floatingactionbutton/models/align.js +0 -4
  179. package/dist/es2015/floatingactionbutton/models/item-animation.interface.js +0 -4
  180. package/dist/es2015/floatingactionbutton/models/item-click.event.js +0 -4
  181. package/dist/es2015/floatingactionbutton/models/item.interface.js +0 -4
  182. package/dist/es2015/floatingactionbutton/models/offset.js +0 -4
  183. package/dist/es2015/floatingactionbutton/models/position-mode.js +0 -4
  184. package/dist/es2015/floatingactionbutton/templates/dial-item-template.directive.js +0 -25
  185. package/dist/es2015/floatingactionbutton/templates/fab-template.directive.js +0 -25
  186. package/dist/es2015/index.d.ts +0 -22
  187. package/dist/es2015/index.js +0 -22
  188. package/dist/es2015/index.metadata.json +0 -1
  189. package/dist/es2015/listbutton/list-item-model.js +0 -4
  190. package/dist/es2015/listbutton/list.component.js +0 -96
  191. package/dist/es2015/listbutton/list.module.js +0 -30
  192. package/dist/es2015/listbutton/popup-settings.js +0 -4
  193. package/dist/es2015/listbutton/template-context.directive.js +0 -35
  194. package/dist/es2015/navigation/key-events.js +0 -13
  195. package/dist/es2015/navigation/navigation-action.js +0 -19
  196. package/dist/es2015/splitbutton/localization/custom-messages.component.d.ts +0 -15
  197. package/dist/es2015/splitbutton/localization/custom-messages.component.js +0 -36
  198. package/dist/es2015/splitbutton/localization/localized-messages.directive.d.ts +0 -13
  199. package/dist/es2015/splitbutton/localization/localized-messages.directive.js +0 -31
  200. package/dist/es2015/splitbutton/localization/messages.d.ts +0 -32
  201. package/dist/es2015/splitbutton/localization/messages.js +0 -16
  202. package/dist/es2015/splitbutton/splitbutton.module.d.ts +0 -14
  203. package/dist/es2015/splitbutton/splitbutton.module.js +0 -31
  204. package/dist/fesm5/index.js +0 -5123
  205. package/dist/npm/button/button.directive.js +0 -632
  206. package/dist/npm/button/button.module.js +0 -52
  207. package/dist/npm/button/button.service.js +0 -30
  208. package/dist/npm/button/selection-settings.js +0 -6
  209. package/dist/npm/button-look.js +0 -6
  210. package/dist/npm/buttongroup/buttongroup.component.js +0 -404
  211. package/dist/npm/buttongroup/buttongroup.module.js +0 -32
  212. package/dist/npm/buttons.module.js +0 -56
  213. package/dist/npm/chip/chip-content-click-event-args.interface.js +0 -6
  214. package/dist/npm/chip/chip-list-remove-event-args.interface.js +0 -6
  215. package/dist/npm/chip/chip-list.component.js +0 -166
  216. package/dist/npm/chip/chip-remove-event-args.interface.js +0 -6
  217. package/dist/npm/chip/chip.component.js +0 -362
  218. package/dist/npm/chip/chip.module.js +0 -57
  219. package/dist/npm/chip/models/chip-look.js +0 -6
  220. package/dist/npm/chip/models/selection.js +0 -6
  221. package/dist/npm/chip/models/type.js +0 -6
  222. package/dist/npm/common/models/shape.js +0 -6
  223. package/dist/npm/common/models/size.js +0 -6
  224. package/dist/npm/common/models/theme-color.js +0 -6
  225. package/dist/npm/direction.js +0 -6
  226. package/dist/npm/dropdownbutton/dropdownbutton.component.js +0 -654
  227. package/dist/npm/dropdownbutton/dropdownbutton.module.js +0 -34
  228. package/dist/npm/floatingactionbutton/animations/animations.js +0 -37
  229. package/dist/npm/floatingactionbutton/dial-item.component.js +0 -145
  230. package/dist/npm/floatingactionbutton/dial-list.component.js +0 -78
  231. package/dist/npm/floatingactionbutton/floatingactionbutton.component.js +0 -880
  232. package/dist/npm/floatingactionbutton/floatingactionbutton.module.js +0 -67
  233. package/dist/npm/floatingactionbutton/models/align.js +0 -6
  234. package/dist/npm/floatingactionbutton/models/item-animation.interface.js +0 -6
  235. package/dist/npm/floatingactionbutton/models/item-click.event.js +0 -6
  236. package/dist/npm/floatingactionbutton/models/item.interface.js +0 -6
  237. package/dist/npm/floatingactionbutton/models/offset.js +0 -6
  238. package/dist/npm/floatingactionbutton/models/position-mode.js +0 -6
  239. package/dist/npm/floatingactionbutton/templates/dial-item-template.directive.js +0 -28
  240. package/dist/npm/floatingactionbutton/templates/fab-template.directive.js +0 -28
  241. package/dist/npm/floatingactionbutton/utils.js +0 -42
  242. package/dist/npm/focusable/focus.service.js +0 -45
  243. package/dist/npm/focusable/focusable.directive.js +0 -70
  244. package/dist/npm/index.js +0 -39
  245. package/dist/npm/listbutton/button-item-template.directive.js +0 -70
  246. package/dist/npm/listbutton/list-button.js +0 -242
  247. package/dist/npm/listbutton/list-item-model.js +0 -6
  248. package/dist/npm/listbutton/list.component.js +0 -68
  249. package/dist/npm/listbutton/list.module.js +0 -35
  250. package/dist/npm/listbutton/popup-settings.js +0 -6
  251. package/dist/npm/listbutton/template-context.directive.js +0 -42
  252. package/dist/npm/main.js +0 -45
  253. package/dist/npm/navigation/key-events.js +0 -15
  254. package/dist/npm/navigation/navigation-action.js +0 -21
  255. package/dist/npm/navigation/navigation-config.js +0 -11
  256. package/dist/npm/navigation/navigation.service.js +0 -116
  257. package/dist/npm/package-metadata.js +0 -17
  258. package/dist/npm/preventable-event.js +0 -31
  259. package/dist/npm/splitbutton/localization/custom-messages.component.js +0 -46
  260. package/dist/npm/splitbutton/localization/localized-messages.directive.js +0 -37
  261. package/dist/npm/splitbutton/localization/messages.js +0 -24
  262. package/dist/npm/splitbutton/splitbutton.component.js +0 -763
  263. package/dist/npm/splitbutton/splitbutton.module.js +0 -36
  264. package/dist/npm/util.js +0 -48
  265. package/dist/systemjs/kendo-angular-buttons.js +0 -5
@@ -8,6 +8,7 @@ import { ChipRemoveEvent } from './chip-remove-event-args.interface';
8
8
  import { ChipLook } from './models/chip-look';
9
9
  import { ChipType } from './models/type';
10
10
  import { ChipContentClickEvent } from './chip-content-click-event-args.interface';
11
+ import * as i0 from "@angular/core";
11
12
  /**
12
13
  * Displays a Chip that represents an input, attribute or an action.
13
14
  */
@@ -20,10 +21,8 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
20
21
  * Changes the visual appearance by using alternative styling options.
21
22
  *
22
23
  * The available values are:
23
- * * `solid`
24
- * * `outline`
25
- * * `filled` (The `filled` option will be deprecated. To apply identical styling, use `solid` instead).
26
- * * `outlined` (The `outlined` option will be deprecated. To apply identical styling, use `outline` instead).
24
+ * * `filled`
25
+ * * `outlined`
27
26
  */
28
27
  look: ChipLook;
29
28
  /**
@@ -84,14 +83,14 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
84
83
  */
85
84
  contentClick: EventEmitter<ChipContentClickEvent>;
86
85
  tabIndex: number;
87
- readonly ariaChecked: boolean;
86
+ get ariaChecked(): boolean;
88
87
  hostClass: boolean;
89
- readonly outlineClass: boolean;
90
- readonly solidClass: boolean;
91
- readonly hasIconClass: boolean;
92
- readonly disabledClass: boolean;
93
- readonly selectedClass: boolean;
94
- readonly focusedClass: boolean;
88
+ get outlineClass(): boolean;
89
+ get filledClass(): boolean;
90
+ get hasIconClass(): boolean;
91
+ get disabledClass(): boolean;
92
+ get selectedClass(): boolean;
93
+ get focusedClass(): boolean;
95
94
  /**
96
95
  * @hidden
97
96
  */
@@ -106,15 +105,15 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
106
105
  /**
107
106
  * @hidden
108
107
  */
109
- readonly iconClasses: string[];
108
+ get iconClasses(): string[];
110
109
  /**
111
110
  * @hidden
112
111
  */
113
- readonly selectedIconClasses: string;
112
+ get selectedIconClasses(): string;
114
113
  /**
115
114
  * @hidden
116
115
  */
117
- readonly removeIconClasses: string;
116
+ get removeIconClasses(): string;
118
117
  /**
119
118
  * @hidden
120
119
  */
@@ -132,4 +131,6 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
132
131
  */
133
132
  onRemoveClick(e: any): void;
134
133
  private attachElementEventHandlers;
134
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
135
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "kendo-chip", never, { "look": "look"; "label": "label"; "icon": "icon"; "iconClass": "iconClass"; "selected": "selected"; "selectedIcon": "selectedIcon"; "removable": "removable"; "removeIcon": "removeIcon"; "type": "type"; "disabled": "disabled"; }, { "remove": "remove"; "contentClick": "contentClick"; }, never, ["*"]>;
135
136
  }
@@ -2,6 +2,10 @@
2
2
  * Copyright © 2021 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
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "./chip.component";
7
+ import * as i2 from "./chip-list.component";
8
+ import * as i3 from "@angular/common";
5
9
  /**
6
10
  * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
7
11
  * definition for the Chip and ChipList components.
@@ -31,4 +35,7 @@
31
35
  * ```
32
36
  */
33
37
  export declare class ChipModule {
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipModule, never>;
39
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChipModule, [typeof i1.ChipComponent, typeof i2.ChipListComponent], [typeof i3.CommonModule], [typeof i1.ChipComponent, typeof i2.ChipListComponent]>;
40
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChipModule>;
34
41
  }
@@ -3,12 +3,16 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * @hidden
6
+ * Sets the Chip appearance.
7
7
  *
8
- * The exported package module.
8
+ * The available styling options are:
9
+ * - `filled` (default)
10
+ * - `outlined`
11
+ *
12
+ * @example
13
+ * ```ts-no-run
14
+ * <kendo-chip look="outlined"></kendo-chip>
15
+ * ```
9
16
  *
10
- * The package exports:
11
- * - `ButtonGroupComponent`&mdash;The ButtonGroupComponent component class.
12
17
  */
13
- export declare class ButtonGroupModule {
14
- }
18
+ export declare type ChipLook = 'filled' | 'outlined';
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -14,6 +14,7 @@ import { FocusService } from '../focusable/focus.service';
14
14
  import { NavigationService } from '../navigation/navigation.service';
15
15
  import { PreventableEvent } from '../preventable-event';
16
16
  import { ButtonLook } from '../button-look';
17
+ import * as i0 from "@angular/core";
17
18
  /**
18
19
  * Represents the Kendo UI DropDownButton component for Angular.
19
20
  *
@@ -66,7 +67,8 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
66
67
  * - `appendTo: "root" | "component" | ViewContainerRef`&mdash;Specifies the component to which the popup will be appended.
67
68
  * - `align: "left" | "center" | "right"`&mdash;Specifies the alignment of the popup.
68
69
  */
69
- popupSettings: PopupSettings;
70
+ set popupSettings(settings: PopupSettings);
71
+ get popupSettings(): PopupSettings;
70
72
  /**
71
73
  * Sets the data item field that represents the item text.
72
74
  * If the data contains only primitive values, do not define it.
@@ -75,13 +77,15 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
75
77
  /**
76
78
  * Sets the disabled state of the DropDownButton.
77
79
  */
78
- disabled: boolean;
80
+ set disabled(value: boolean);
81
+ get disabled(): boolean;
79
82
  /**
80
83
  * Sets or gets the data of the DropDownButton.
81
84
  *
82
85
  * > The data has to be provided in an array-like list.
83
86
  */
84
- data: any;
87
+ set data(data: any);
88
+ get data(): any;
85
89
  /**
86
90
  * Adds visual weight to the default button and makes it primary.
87
91
  */
@@ -102,15 +106,16 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
102
106
  /**
103
107
  * @hidden
104
108
  */
109
+ set openState(open: boolean);
105
110
  /**
106
- * @hidden
107
- */
108
- openState: boolean;
111
+ * @hidden
112
+ */
113
+ get openState(): boolean;
109
114
  /**
110
115
  * @hidden
111
116
  */
112
- readonly componentTabIndex: number;
113
- private readonly appendTo;
117
+ get componentTabIndex(): number;
118
+ private get appendTo();
114
119
  /**
115
120
  * Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
116
121
  */
@@ -137,15 +142,15 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
137
142
  * Fires each time the DropDownButton gets blurred.
138
143
  */
139
144
  onBlur: EventEmitter<any>;
140
- readonly focused: boolean;
141
- readonly isFlat: boolean;
142
- readonly isOutline: boolean;
143
- readonly widgetClasses: boolean;
144
- readonly dir: Direction;
145
+ get focused(): boolean;
146
+ get isFlat(): boolean;
147
+ get isOutline(): boolean;
148
+ get widgetClasses(): boolean;
149
+ get dir(): Direction;
145
150
  /**
146
151
  * @hidden
147
152
  */
148
- readonly active: boolean;
153
+ get active(): boolean;
149
154
  itemTemplate: ButtonItemTemplateDirective;
150
155
  button: ElementRef<HTMLButtonElement>;
151
156
  buttonList: ListComponent;
@@ -184,11 +189,11 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
184
189
  /**
185
190
  * @hidden
186
191
  */
187
- readonly anchorAlign: Align;
192
+ get anchorAlign(): Align;
188
193
  /**
189
194
  * @hidden
190
195
  */
191
- readonly popupAlign: Align;
196
+ get popupAlign(): Align;
192
197
  /**
193
198
  * Focuses the DropDownButton component.
194
199
  */
@@ -210,7 +215,7 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
210
215
  /**
211
216
  * Returns the current open state of the popup.
212
217
  */
213
- readonly isOpen: boolean;
218
+ get isOpen(): boolean;
214
219
  /**
215
220
  * @hidden
216
221
  */
@@ -227,4 +232,6 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
227
232
  private _toggle;
228
233
  private createPopup;
229
234
  private destroyPopup;
235
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
236
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "kendo-dropdownbutton", ["kendoDropDownButton"], { "icon": "icon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "popupSettings": "popupSettings"; "textField": "textField"; "disabled": "disabled"; "data": "data"; "primary": "primary"; "look": "look"; "buttonClass": "buttonClass"; "tabIndex": "tabIndex"; }, { "itemClick": "itemClick"; "open": "open"; "close": "close"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate"], ["*"]>;
230
237
  }
@@ -0,0 +1,23 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "./dropdownbutton.component";
7
+ import * as i2 from "@angular/common";
8
+ import * as i3 from "@progress/kendo-angular-popup";
9
+ import * as i4 from "../listbutton/list.module";
10
+ import * as i5 from "../button/button.module";
11
+ /**
12
+ * @hidden
13
+ *
14
+ * The exported package module.
15
+ *
16
+ * The package exports:
17
+ * - `DropDownButtonComponent`&mdash;The DropDownButtonComponent component class.
18
+ */
19
+ export declare class DropDownButtonModule {
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, [typeof i1.DropDownButtonComponent], [typeof i2.CommonModule, typeof i3.PopupModule, typeof i4.ListModule, typeof i5.ButtonModule], [typeof i1.DropDownButtonComponent, typeof i4.ListModule]>;
22
+ static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
23
+ }
@@ -2,19 +2,20 @@
2
2
  * Copyright © 2021 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
- import * as tslib_1 from "tslib";
6
- import { Directive, ElementRef, EventEmitter, HostBinding, HostListener, Input, Renderer2 as Renderer, Output, Optional, NgZone } from '@angular/core';
7
- import { KendoButtonService } from './button.service';
5
+ import { Directive, EventEmitter, HostBinding, HostListener, Input, Output, Optional } from '@angular/core';
8
6
  import { isDocumentAvailable, isChanged, hasObservers, Keys } from '@progress/kendo-angular-common';
9
7
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
10
8
  import { filter } from 'rxjs/operators';
11
9
  import { validatePackage } from '@progress/kendo-licensing';
12
10
  import { packageMetadata } from '../package-metadata';
11
+ import * as i0 from "@angular/core";
12
+ import * as i1 from "./button.service";
13
+ import * as i2 from "@progress/kendo-angular-l10n";
13
14
  const SPAN_TAG_NAME = 'SPAN';
14
15
  /**
15
16
  * Represents the Kendo UI Button component for Angular.
16
17
  */
17
- let ButtonDirective = class ButtonDirective {
18
+ export class ButtonDirective {
18
19
  constructor(element, renderer, service, localization, ngZone) {
19
20
  this.service = service;
20
21
  this.ngZone = ngZone;
@@ -392,151 +393,96 @@ let ButtonDirective = class ButtonDirective {
392
393
  this.setSelected(!this.selected);
393
394
  }
394
395
  }
395
- };
396
- tslib_1.__decorate([
397
- Input(),
398
- tslib_1.__metadata("design:type", Boolean)
399
- ], ButtonDirective.prototype, "toggleable", void 0);
400
- tslib_1.__decorate([
401
- Input(),
402
- tslib_1.__metadata("design:type", Boolean),
403
- tslib_1.__metadata("design:paramtypes", [Boolean])
404
- ], ButtonDirective.prototype, "togglable", null);
405
- tslib_1.__decorate([
406
- Input(),
407
- tslib_1.__metadata("design:type", Boolean)
408
- ], ButtonDirective.prototype, "primary", void 0);
409
- tslib_1.__decorate([
410
- Input(),
411
- tslib_1.__metadata("design:type", String)
412
- ], ButtonDirective.prototype, "look", void 0);
413
- tslib_1.__decorate([
414
- Input(),
415
- tslib_1.__metadata("design:type", Boolean),
416
- tslib_1.__metadata("design:paramtypes", [Boolean])
417
- ], ButtonDirective.prototype, "selected", null);
418
- tslib_1.__decorate([
419
- Input(),
420
- tslib_1.__metadata("design:type", Number),
421
- tslib_1.__metadata("design:paramtypes", [Number])
422
- ], ButtonDirective.prototype, "tabIndex", null);
423
- tslib_1.__decorate([
424
- Input(),
425
- tslib_1.__metadata("design:type", String),
426
- tslib_1.__metadata("design:paramtypes", [String])
427
- ], ButtonDirective.prototype, "icon", null);
428
- tslib_1.__decorate([
429
- Input(),
430
- tslib_1.__metadata("design:type", String),
431
- tslib_1.__metadata("design:paramtypes", [String])
432
- ], ButtonDirective.prototype, "iconClass", null);
433
- tslib_1.__decorate([
434
- Input(),
435
- tslib_1.__metadata("design:type", String),
436
- tslib_1.__metadata("design:paramtypes", [String])
437
- ], ButtonDirective.prototype, "imageUrl", null);
438
- tslib_1.__decorate([
439
- Input(),
440
- tslib_1.__metadata("design:type", Boolean),
441
- tslib_1.__metadata("design:paramtypes", [Boolean])
442
- ], ButtonDirective.prototype, "disabled", null);
443
- tslib_1.__decorate([
444
- Input(),
445
- tslib_1.__metadata("design:type", String)
446
- ], ButtonDirective.prototype, "role", void 0);
447
- tslib_1.__decorate([
448
- Output(),
449
- tslib_1.__metadata("design:type", EventEmitter)
450
- ], ButtonDirective.prototype, "selectedChange", void 0);
451
- tslib_1.__decorate([
452
- Output(),
453
- tslib_1.__metadata("design:type", EventEmitter)
454
- ], ButtonDirective.prototype, "click", void 0);
455
- tslib_1.__decorate([
456
- HostBinding('class.k-button'),
457
- tslib_1.__metadata("design:type", Boolean),
458
- tslib_1.__metadata("design:paramtypes", [])
459
- ], ButtonDirective.prototype, "classButton", null);
460
- tslib_1.__decorate([
461
- HostBinding('class.k-primary'),
462
- tslib_1.__metadata("design:type", Boolean),
463
- tslib_1.__metadata("design:paramtypes", [])
464
- ], ButtonDirective.prototype, "classPrimary", null);
465
- tslib_1.__decorate([
466
- HostBinding('class.k-toggle-button'),
467
- tslib_1.__metadata("design:type", Boolean),
468
- tslib_1.__metadata("design:paramtypes", [])
469
- ], ButtonDirective.prototype, "isToggleable", null);
470
- tslib_1.__decorate([
471
- HostBinding('class.k-flat'),
472
- tslib_1.__metadata("design:type", Boolean),
473
- tslib_1.__metadata("design:paramtypes", [])
474
- ], ButtonDirective.prototype, "isFlat", null);
475
- tslib_1.__decorate([
476
- HostBinding('class.k-bare'),
477
- tslib_1.__metadata("design:type", Boolean),
478
- tslib_1.__metadata("design:paramtypes", [])
479
- ], ButtonDirective.prototype, "isBare", null);
480
- tslib_1.__decorate([
481
- HostBinding('class.k-outline'),
482
- tslib_1.__metadata("design:type", Boolean),
483
- tslib_1.__metadata("design:paramtypes", [])
484
- ], ButtonDirective.prototype, "isOutline", null);
485
- tslib_1.__decorate([
486
- HostBinding('class.k-button-clear'),
487
- tslib_1.__metadata("design:type", Boolean),
488
- tslib_1.__metadata("design:paramtypes", [])
489
- ], ButtonDirective.prototype, "isClear", null);
490
- tslib_1.__decorate([
491
- HostBinding('attr.role'),
492
- tslib_1.__metadata("design:type", String),
493
- tslib_1.__metadata("design:paramtypes", [])
494
- ], ButtonDirective.prototype, "roleSetter", null);
495
- tslib_1.__decorate([
496
- HostBinding('attr.aria-disabled'),
497
- HostBinding('class.k-state-disabled'),
498
- tslib_1.__metadata("design:type", Boolean),
499
- tslib_1.__metadata("design:paramtypes", [])
500
- ], ButtonDirective.prototype, "classDisabled", null);
501
- tslib_1.__decorate([
502
- HostBinding('class.k-state-selected'),
503
- tslib_1.__metadata("design:type", Boolean),
504
- tslib_1.__metadata("design:paramtypes", [])
505
- ], ButtonDirective.prototype, "classActive", null);
506
- tslib_1.__decorate([
507
- HostBinding('attr.dir'),
508
- tslib_1.__metadata("design:type", String),
509
- tslib_1.__metadata("design:paramtypes", [])
510
- ], ButtonDirective.prototype, "getDirection", null);
511
- tslib_1.__decorate([
512
- HostListener('focus'),
513
- tslib_1.__metadata("design:type", Function),
514
- tslib_1.__metadata("design:paramtypes", []),
515
- tslib_1.__metadata("design:returntype", void 0)
516
- ], ButtonDirective.prototype, "onFocus", null);
517
- tslib_1.__decorate([
518
- HostListener('blur'),
519
- tslib_1.__metadata("design:type", Function),
520
- tslib_1.__metadata("design:paramtypes", []),
521
- tslib_1.__metadata("design:returntype", void 0)
522
- ], ButtonDirective.prototype, "onBlur", null);
523
- ButtonDirective = tslib_1.__decorate([
524
- Directive({
525
- exportAs: 'kendoButton',
526
- providers: [
527
- LocalizationService,
528
- {
529
- provide: L10N_PREFIX,
530
- useValue: 'kendo.button'
531
- }
532
- ],
533
- selector: 'button[kendoButton], span[kendoButton]' // tslint:disable-line
534
- }),
535
- tslib_1.__param(2, Optional()),
536
- tslib_1.__metadata("design:paramtypes", [ElementRef,
537
- Renderer,
538
- KendoButtonService,
396
+ }
397
+ ButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.KendoButtonService, optional: true }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
398
+ ButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: { toggleable: "toggleable", togglable: "togglable", primary: "primary", look: "look", selected: "selected", tabIndex: "tabIndex", icon: "icon", iconClass: "iconClass", imageUrl: "imageUrl", disabled: "disabled", role: "role" }, outputs: { selectedChange: "selectedChange", click: "click" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "class.k-button": "this.classButton", "class.k-primary": "this.classPrimary", "class.k-toggle-button": "this.isToggleable", "class.k-flat": "this.isFlat", "class.k-bare": "this.isBare", "class.k-outline": "this.isOutline", "class.k-button-clear": "this.isClear", "attr.role": "this.roleSetter", "attr.aria-disabled": "this.classDisabled", "class.k-state-disabled": "this.classDisabled", "class.k-state-selected": "this.classActive", "attr.dir": "this.getDirection" } }, providers: [
539
399
  LocalizationService,
540
- NgZone])
541
- ], ButtonDirective);
542
- export { ButtonDirective };
400
+ {
401
+ provide: L10N_PREFIX,
402
+ useValue: 'kendo.button'
403
+ }
404
+ ], exportAs: ["kendoButton"], usesOnChanges: true, ngImport: i0 });
405
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonDirective, decorators: [{
406
+ type: Directive,
407
+ args: [{
408
+ exportAs: 'kendoButton',
409
+ providers: [
410
+ LocalizationService,
411
+ {
412
+ provide: L10N_PREFIX,
413
+ useValue: 'kendo.button'
414
+ }
415
+ ],
416
+ selector: 'button[kendoButton], span[kendoButton]' // eslint-disable-line
417
+ }]
418
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.KendoButtonService, decorators: [{
419
+ type: Optional
420
+ }] }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { toggleable: [{
421
+ type: Input
422
+ }], togglable: [{
423
+ type: Input
424
+ }], primary: [{
425
+ type: Input
426
+ }], look: [{
427
+ type: Input
428
+ }], selected: [{
429
+ type: Input
430
+ }], tabIndex: [{
431
+ type: Input
432
+ }], icon: [{
433
+ type: Input
434
+ }], iconClass: [{
435
+ type: Input
436
+ }], imageUrl: [{
437
+ type: Input
438
+ }], disabled: [{
439
+ type: Input
440
+ }], role: [{
441
+ type: Input
442
+ }], selectedChange: [{
443
+ type: Output
444
+ }], click: [{
445
+ type: Output
446
+ }], classButton: [{
447
+ type: HostBinding,
448
+ args: ['class.k-button']
449
+ }], classPrimary: [{
450
+ type: HostBinding,
451
+ args: ['class.k-primary']
452
+ }], isToggleable: [{
453
+ type: HostBinding,
454
+ args: ['class.k-toggle-button']
455
+ }], isFlat: [{
456
+ type: HostBinding,
457
+ args: ['class.k-flat']
458
+ }], isBare: [{
459
+ type: HostBinding,
460
+ args: ['class.k-bare']
461
+ }], isOutline: [{
462
+ type: HostBinding,
463
+ args: ['class.k-outline']
464
+ }], isClear: [{
465
+ type: HostBinding,
466
+ args: ['class.k-button-clear']
467
+ }], roleSetter: [{
468
+ type: HostBinding,
469
+ args: ['attr.role']
470
+ }], classDisabled: [{
471
+ type: HostBinding,
472
+ args: ['attr.aria-disabled']
473
+ }, {
474
+ type: HostBinding,
475
+ args: ['class.k-state-disabled']
476
+ }], classActive: [{
477
+ type: HostBinding,
478
+ args: ['class.k-state-selected']
479
+ }], getDirection: [{
480
+ type: HostBinding,
481
+ args: ['attr.dir']
482
+ }], onFocus: [{
483
+ type: HostListener,
484
+ args: ['focus']
485
+ }], onBlur: [{
486
+ type: HostListener,
487
+ args: ['blur']
488
+ }] } });
@@ -2,9 +2,9 @@
2
2
  * Copyright © 2021 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
- import * as tslib_1 from "tslib";
6
5
  import { NgModule } from '@angular/core';
7
6
  import { ButtonDirective } from './button.directive';
7
+ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Represents the [NgModule]({{ site.data.urls.angular['ngmodules'] }})
10
10
  * definition for the Button directive.
@@ -36,15 +36,15 @@ import { ButtonDirective } from './button.directive';
36
36
  *
37
37
  * ```
38
38
  */
39
- var ButtonModule = /** @class */ (function () {
40
- function ButtonModule() {
41
- }
42
- ButtonModule = tslib_1.__decorate([
43
- NgModule({
44
- declarations: [ButtonDirective],
45
- exports: [ButtonDirective]
46
- })
47
- ], ButtonModule);
48
- return ButtonModule;
49
- }());
50
- export { ButtonModule };
39
+ export class ButtonModule {
40
+ }
41
+ ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
+ ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonModule, declarations: [ButtonDirective], exports: [ButtonDirective] });
43
+ ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonModule });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonModule, decorators: [{
45
+ type: NgModule,
46
+ args: [{
47
+ declarations: [ButtonDirective],
48
+ exports: [ButtonDirective]
49
+ }]
50
+ }] });
@@ -2,16 +2,13 @@
2
2
  * Copyright © 2021 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
- import * as tslib_1 from "tslib";
6
5
  import { Injectable } from '@angular/core';
7
6
  import { BehaviorSubject, Subject } from 'rxjs';
7
+ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * @hidden
10
10
  */
11
- let KendoButtonService = class KendoButtonService {
12
- /**
13
- * @hidden
14
- */
11
+ export class KendoButtonService {
15
12
  constructor() {
16
13
  this.buttonLookChange = new BehaviorSubject('default');
17
14
  this.buttonClicked = new Subject();
@@ -23,8 +20,9 @@ let KendoButtonService = class KendoButtonService {
23
20
  setButtonLook(look) {
24
21
  this.buttonLookChange.next(look);
25
22
  }
26
- };
27
- KendoButtonService = tslib_1.__decorate([
28
- Injectable()
29
- ], KendoButtonService);
30
- export { KendoButtonService };
23
+ }
24
+ KendoButtonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: KendoButtonService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
25
+ KendoButtonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: KendoButtonService });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: KendoButtonService, decorators: [{
27
+ type: Injectable
28
+ }] });
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};
@@ -2,3 +2,4 @@
2
2
  * Copyright © 2021 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
+ export {};