@progress/kendo-angular-buttons 7.0.2 → 8.0.0-next.202202081332

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 (271) hide show
  1. package/bundles/kendo-angular-buttons.umd.js +5 -0
  2. package/{dist/es2015/button → button}/button.directive.d.ts +36 -23
  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/buttongroup → buttongroup}/buttongroup.component.d.ts +13 -9
  7. package/{dist/es2015/buttongroup → buttongroup}/buttongroup.module.d.ts +7 -0
  8. package/{dist/es2015/buttons.module.d.ts → buttons.module.d.ts} +10 -0
  9. package/{dist/es2015/chip → chip}/chip-content-click-event-args.interface.d.ts +0 -0
  10. package/{dist/es2015/chip → chip}/chip-list-remove-event-args.interface.d.ts +0 -0
  11. package/{dist/es2015/chip → chip}/chip-list.component.d.ts +7 -3
  12. package/{dist/es2015/chip → chip}/chip-remove-event-args.interface.d.ts +0 -0
  13. package/{dist/es2015/chip → chip}/chip.component.d.ts +20 -13
  14. package/{dist/es2015/chip → chip}/chip.module.d.ts +7 -0
  15. package/{dist/es2015/chip → chip}/models/selection.d.ts +0 -0
  16. package/{dist/es2015/common → common}/models/fillmode.d.ts +0 -0
  17. package/{dist/es2015/common → common}/models/rounded.d.ts +0 -0
  18. package/{dist/es2015/common → common}/models/shape.d.ts +0 -0
  19. package/{dist/es2015/common → common}/models/size.d.ts +0 -0
  20. package/{dist/es2015/common → common}/models/styling-classes.d.ts +0 -0
  21. package/{dist/es2015/common → common}/models/theme-color.d.ts +0 -0
  22. package/{dist/es2015/common → common}/models.d.ts +0 -0
  23. package/{dist/es2015/direction.d.ts → direction.d.ts} +0 -0
  24. package/{dist/es2015/dropdownbutton → dropdownbutton}/dropdownbutton.component.d.ts +24 -16
  25. package/dropdownbutton/dropdownbutton.module.d.ts +23 -0
  26. package/{dist/es2015 → esm2015}/button/button.directive.js +92 -153
  27. package/{dist/es2015 → esm2015}/button/button.module.js +13 -10
  28. package/{dist/es2015 → esm2015}/button/button.service.js +8 -10
  29. package/{dist/es → esm2015}/button/selection-settings.js +1 -0
  30. package/{dist/es2015 → esm2015}/buttongroup/buttongroup.component.js +82 -106
  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 +58 -70
  36. package/{dist/es2015 → esm2015}/chip/chip-remove-event-args.interface.js +1 -0
  37. package/{dist/es2015 → esm2015}/chip/chip.component.js +124 -120
  38. package/{dist/es2015 → esm2015}/chip/chip.module.js +16 -11
  39. package/{dist/es → esm2015}/chip/models/selection.js +1 -0
  40. package/{dist/es → esm2015}/common/models/fillmode.js +1 -0
  41. package/{dist/es → esm2015}/common/models/rounded.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/styling-classes.js +1 -0
  45. package/{dist/es → esm2015}/common/models/theme-color.js +1 -0
  46. package/{dist/es → esm2015}/common/models.js +6 -0
  47. package/{dist/es → esm2015}/direction.js +1 -0
  48. package/{dist/es2015 → esm2015}/dropdownbutton/dropdownbutton.component.js +166 -183
  49. package/esm2015/dropdownbutton/dropdownbutton.module.js +32 -0
  50. package/{dist/es2015 → esm2015}/floatingactionbutton/animations/animations.js +0 -0
  51. package/esm2015/floatingactionbutton/dial-item.component.js +126 -0
  52. package/esm2015/floatingactionbutton/dial-list.component.js +89 -0
  53. package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.component.js +152 -155
  54. package/{dist/es2015 → esm2015}/floatingactionbutton/floatingactionbutton.module.js +19 -11
  55. package/{dist/es → esm2015}/floatingactionbutton/models/align.js +1 -0
  56. package/{dist/es → esm2015}/floatingactionbutton/models/item-animation.interface.js +1 -0
  57. package/{dist/es → esm2015}/floatingactionbutton/models/item-click.event.js +1 -0
  58. package/{dist/es → esm2015}/floatingactionbutton/models/item.interface.js +1 -0
  59. package/{dist/es → esm2015}/floatingactionbutton/models/offset.js +1 -0
  60. package/{dist/es → esm2015}/floatingactionbutton/models/position-mode.js +1 -0
  61. package/esm2015/floatingactionbutton/templates/dial-item-template.directive.js +27 -0
  62. package/esm2015/floatingactionbutton/templates/fab-template.directive.js +27 -0
  63. package/{dist/es2015 → esm2015}/floatingactionbutton/utils.js +0 -0
  64. package/{dist/es2015 → esm2015}/focusable/focus.service.js +8 -10
  65. package/{dist/es2015 → esm2015}/focusable/focusable.directive.js +15 -16
  66. package/{dist/es2015/listbutton/list.module.d.ts → esm2015/kendo-angular-buttons.js} +2 -3
  67. package/{dist/es2015 → esm2015}/listbutton/button-item-template.directive.js +13 -12
  68. package/{dist/es2015 → esm2015}/listbutton/list-button.js +15 -2
  69. package/{dist/es → esm2015}/listbutton/list-item-model.js +1 -0
  70. package/esm2015/listbutton/list.component.js +136 -0
  71. package/esm2015/listbutton/list.module.js +39 -0
  72. package/{dist/es → esm2015}/listbutton/popup-settings.js +1 -0
  73. package/esm2015/listbutton/template-context.directive.js +33 -0
  74. package/{dist/es → esm2015}/main.js +6 -0
  75. package/{dist/es → esm2015}/navigation/key-events.js +0 -0
  76. package/{dist/es → esm2015}/navigation/navigation-action.js +0 -0
  77. package/{dist/es2015 → esm2015}/navigation/navigation-config.js +0 -0
  78. package/{dist/es2015 → esm2015}/navigation/navigation.service.js +11 -9
  79. package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
  80. package/{dist/es2015 → esm2015}/preventable-event.js +0 -0
  81. package/esm2015/splitbutton/localization/custom-messages.component.js +37 -0
  82. package/esm2015/splitbutton/localization/localized-messages.directive.js +36 -0
  83. package/esm2015/splitbutton/localization/messages.js +22 -0
  84. package/{dist/es2015 → esm2015}/splitbutton/splitbutton.component.js +198 -189
  85. package/esm2015/splitbutton/splitbutton.module.js +34 -0
  86. package/{dist/es2015 → esm2015}/util.js +2 -2
  87. package/{dist/fesm2015/index.js → fesm2015/kendo-angular-buttons.js} +1673 -1687
  88. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/animations/animations.d.ts +0 -0
  89. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-item.component.d.ts +8 -5
  90. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/dial-list.component.d.ts +5 -2
  91. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.component.d.ts +30 -20
  92. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/floatingactionbutton.module.d.ts +13 -0
  93. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/align.d.ts +0 -0
  94. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-animation.interface.d.ts +0 -0
  95. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item-click.event.d.ts +0 -0
  96. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/item.interface.d.ts +0 -0
  97. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/offset.d.ts +0 -0
  98. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/models/position-mode.d.ts +0 -0
  99. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/dial-item-template.directive.d.ts +3 -0
  100. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/templates/fab-template.directive.d.ts +3 -0
  101. package/{dist/es2015/floatingactionbutton → floatingactionbutton}/utils.d.ts +0 -0
  102. package/{dist/es2015/focusable → focusable}/focus.service.d.ts +5 -1
  103. package/{dist/es2015/focusable → focusable}/focusable.directive.d.ts +3 -0
  104. package/kendo-angular-buttons.d.ts +9 -0
  105. package/{dist/es2015/listbutton → listbutton}/button-item-template.directive.d.ts +3 -0
  106. package/{dist/es2015/listbutton → listbutton}/list-button.d.ts +6 -2
  107. package/{dist/es2015/listbutton → listbutton}/list-item-model.d.ts +0 -0
  108. package/{dist/es2015/listbutton → listbutton}/list.component.d.ts +4 -1
  109. package/listbutton/list.module.d.ts +18 -0
  110. package/{dist/es2015/listbutton → listbutton}/popup-settings.d.ts +0 -0
  111. package/{dist/es2015/listbutton → listbutton}/template-context.directive.d.ts +4 -1
  112. package/{dist/es2015/main.d.ts → main.d.ts} +6 -0
  113. package/{dist/es2015/navigation → navigation}/key-events.d.ts +0 -0
  114. package/{dist/es2015/navigation → navigation}/navigation-action.d.ts +0 -0
  115. package/{dist/es2015/navigation → navigation}/navigation-config.d.ts +0 -0
  116. package/{dist/es2015/navigation → navigation}/navigation.service.d.ts +3 -0
  117. package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
  118. package/package.json +35 -110
  119. package/{dist/es2015/preventable-event.d.ts → preventable-event.d.ts} +0 -0
  120. package/schematics/ngAdd/index.js +5 -2
  121. package/schematics/ngAdd/index.js.map +1 -1
  122. package/{dist/es2015/splitbutton → splitbutton}/localization/custom-messages.component.d.ts +4 -1
  123. package/{dist/es2015/splitbutton → splitbutton}/localization/localized-messages.directive.d.ts +3 -0
  124. package/{dist/es2015/splitbutton → splitbutton}/localization/messages.d.ts +3 -0
  125. package/{dist/es2015/splitbutton → splitbutton}/splitbutton.component.d.ts +28 -18
  126. package/splitbutton/splitbutton.module.d.ts +25 -0
  127. package/{dist/es2015/util.d.ts → util.d.ts} +0 -0
  128. package/dist/cdn/js/kendo-angular-buttons.js +0 -20
  129. package/dist/cdn/main.js +0 -5
  130. package/dist/es/button/button.directive.js +0 -769
  131. package/dist/es/button/button.module.js +0 -50
  132. package/dist/es/button/button.service.js +0 -24
  133. package/dist/es/buttongroup/buttongroup.component.js +0 -353
  134. package/dist/es/buttongroup/buttongroup.module.js +0 -30
  135. package/dist/es/chip/chip-content-click-event-args.interface.js +0 -4
  136. package/dist/es/chip/chip-list-remove-event-args.interface.js +0 -4
  137. package/dist/es/chip/chip-list.component.js +0 -214
  138. package/dist/es/chip/chip-remove-event-args.interface.js +0 -4
  139. package/dist/es/chip/chip.component.js +0 -449
  140. package/dist/es/chip/chip.module.js +0 -55
  141. package/dist/es/dropdownbutton/dropdownbutton.component.js +0 -704
  142. package/dist/es/dropdownbutton/dropdownbutton.module.js +0 -32
  143. package/dist/es/floatingactionbutton/animations/animations.js +0 -33
  144. package/dist/es/floatingactionbutton/dial-item.component.js +0 -143
  145. package/dist/es/floatingactionbutton/dial-list.component.js +0 -76
  146. package/dist/es/floatingactionbutton/floatingactionbutton.component.js +0 -903
  147. package/dist/es/floatingactionbutton/floatingactionbutton.module.js +0 -65
  148. package/dist/es/floatingactionbutton/templates/dial-item-template.directive.js +0 -26
  149. package/dist/es/floatingactionbutton/templates/fab-template.directive.js +0 -26
  150. package/dist/es/floatingactionbutton/utils.js +0 -38
  151. package/dist/es/focusable/focus.service.js +0 -43
  152. package/dist/es/focusable/focusable.directive.js +0 -68
  153. package/dist/es/index.js +0 -22
  154. package/dist/es/listbutton/button-item-template.directive.js +0 -68
  155. package/dist/es/listbutton/list-button.js +0 -243
  156. package/dist/es/listbutton/list.component.js +0 -85
  157. package/dist/es/listbutton/list.module.js +0 -33
  158. package/dist/es/listbutton/template-context.directive.js +0 -40
  159. package/dist/es/navigation/navigation-config.js +0 -9
  160. package/dist/es/navigation/navigation.service.js +0 -114
  161. package/dist/es/package-metadata.js +0 -15
  162. package/dist/es/preventable-event.js +0 -29
  163. package/dist/es/splitbutton/localization/custom-messages.component.js +0 -44
  164. package/dist/es/splitbutton/localization/localized-messages.directive.js +0 -35
  165. package/dist/es/splitbutton/localization/messages.js +0 -22
  166. package/dist/es/splitbutton/splitbutton.component.js +0 -830
  167. package/dist/es/splitbutton/splitbutton.module.js +0 -34
  168. package/dist/es/util.js +0 -97
  169. package/dist/es2015/button/selection-settings.js +0 -4
  170. package/dist/es2015/buttongroup/buttongroup.module.js +0 -27
  171. package/dist/es2015/buttons.module.js +0 -51
  172. package/dist/es2015/chip/models/selection.js +0 -4
  173. package/dist/es2015/common/models/fillmode.js +0 -4
  174. package/dist/es2015/common/models/rounded.js +0 -4
  175. package/dist/es2015/common/models/shape.js +0 -4
  176. package/dist/es2015/common/models/size.js +0 -4
  177. package/dist/es2015/common/models/styling-classes.js +0 -4
  178. package/dist/es2015/common/models/theme-color.js +0 -4
  179. package/dist/es2015/common/models.js +0 -4
  180. package/dist/es2015/direction.js +0 -4
  181. package/dist/es2015/dropdownbutton/dropdownbutton.module.d.ts +0 -14
  182. package/dist/es2015/dropdownbutton/dropdownbutton.module.js +0 -29
  183. package/dist/es2015/floatingactionbutton/dial-item.component.js +0 -133
  184. package/dist/es2015/floatingactionbutton/dial-list.component.js +0 -81
  185. package/dist/es2015/floatingactionbutton/models/align.js +0 -4
  186. package/dist/es2015/floatingactionbutton/models/item-animation.interface.js +0 -4
  187. package/dist/es2015/floatingactionbutton/models/item-click.event.js +0 -4
  188. package/dist/es2015/floatingactionbutton/models/item.interface.js +0 -4
  189. package/dist/es2015/floatingactionbutton/models/offset.js +0 -4
  190. package/dist/es2015/floatingactionbutton/models/position-mode.js +0 -4
  191. package/dist/es2015/floatingactionbutton/templates/dial-item-template.directive.js +0 -25
  192. package/dist/es2015/floatingactionbutton/templates/fab-template.directive.js +0 -25
  193. package/dist/es2015/index.d.ts +0 -22
  194. package/dist/es2015/index.js +0 -22
  195. package/dist/es2015/index.metadata.json +0 -1
  196. package/dist/es2015/listbutton/list-item-model.js +0 -4
  197. package/dist/es2015/listbutton/list.component.js +0 -113
  198. package/dist/es2015/listbutton/list.module.js +0 -30
  199. package/dist/es2015/listbutton/popup-settings.js +0 -4
  200. package/dist/es2015/listbutton/template-context.directive.js +0 -35
  201. package/dist/es2015/main.js +0 -22
  202. package/dist/es2015/navigation/key-events.js +0 -13
  203. package/dist/es2015/navigation/navigation-action.js +0 -19
  204. package/dist/es2015/splitbutton/localization/custom-messages.component.js +0 -36
  205. package/dist/es2015/splitbutton/localization/localized-messages.directive.js +0 -31
  206. package/dist/es2015/splitbutton/localization/messages.js +0 -16
  207. package/dist/es2015/splitbutton/splitbutton.module.d.ts +0 -14
  208. package/dist/es2015/splitbutton/splitbutton.module.js +0 -31
  209. package/dist/fesm5/index.js +0 -5561
  210. package/dist/npm/button/button.directive.js +0 -771
  211. package/dist/npm/button/button.module.js +0 -52
  212. package/dist/npm/button/button.service.js +0 -26
  213. package/dist/npm/button/selection-settings.js +0 -6
  214. package/dist/npm/buttongroup/buttongroup.component.js +0 -355
  215. package/dist/npm/buttongroup/buttongroup.module.js +0 -32
  216. package/dist/npm/buttons.module.js +0 -56
  217. package/dist/npm/chip/chip-content-click-event-args.interface.js +0 -6
  218. package/dist/npm/chip/chip-list-remove-event-args.interface.js +0 -6
  219. package/dist/npm/chip/chip-list.component.js +0 -216
  220. package/dist/npm/chip/chip-remove-event-args.interface.js +0 -6
  221. package/dist/npm/chip/chip.component.js +0 -451
  222. package/dist/npm/chip/chip.module.js +0 -57
  223. package/dist/npm/chip/models/selection.js +0 -6
  224. package/dist/npm/common/models/fillmode.js +0 -6
  225. package/dist/npm/common/models/rounded.js +0 -6
  226. package/dist/npm/common/models/shape.js +0 -6
  227. package/dist/npm/common/models/size.js +0 -6
  228. package/dist/npm/common/models/styling-classes.js +0 -6
  229. package/dist/npm/common/models/theme-color.js +0 -6
  230. package/dist/npm/common/models.js +0 -6
  231. package/dist/npm/direction.js +0 -6
  232. package/dist/npm/dropdownbutton/dropdownbutton.component.js +0 -706
  233. package/dist/npm/dropdownbutton/dropdownbutton.module.js +0 -34
  234. package/dist/npm/floatingactionbutton/animations/animations.js +0 -37
  235. package/dist/npm/floatingactionbutton/dial-item.component.js +0 -145
  236. package/dist/npm/floatingactionbutton/dial-list.component.js +0 -78
  237. package/dist/npm/floatingactionbutton/floatingactionbutton.component.js +0 -905
  238. package/dist/npm/floatingactionbutton/floatingactionbutton.module.js +0 -67
  239. package/dist/npm/floatingactionbutton/models/align.js +0 -6
  240. package/dist/npm/floatingactionbutton/models/item-animation.interface.js +0 -6
  241. package/dist/npm/floatingactionbutton/models/item-click.event.js +0 -6
  242. package/dist/npm/floatingactionbutton/models/item.interface.js +0 -6
  243. package/dist/npm/floatingactionbutton/models/offset.js +0 -6
  244. package/dist/npm/floatingactionbutton/models/position-mode.js +0 -6
  245. package/dist/npm/floatingactionbutton/templates/dial-item-template.directive.js +0 -28
  246. package/dist/npm/floatingactionbutton/templates/fab-template.directive.js +0 -28
  247. package/dist/npm/floatingactionbutton/utils.js +0 -42
  248. package/dist/npm/focusable/focus.service.js +0 -45
  249. package/dist/npm/focusable/focusable.directive.js +0 -70
  250. package/dist/npm/index.js +0 -39
  251. package/dist/npm/listbutton/button-item-template.directive.js +0 -70
  252. package/dist/npm/listbutton/list-button.js +0 -245
  253. package/dist/npm/listbutton/list-item-model.js +0 -6
  254. package/dist/npm/listbutton/list.component.js +0 -87
  255. package/dist/npm/listbutton/list.module.js +0 -35
  256. package/dist/npm/listbutton/popup-settings.js +0 -6
  257. package/dist/npm/listbutton/template-context.directive.js +0 -42
  258. package/dist/npm/main.js +0 -45
  259. package/dist/npm/navigation/key-events.js +0 -15
  260. package/dist/npm/navigation/navigation-action.js +0 -21
  261. package/dist/npm/navigation/navigation-config.js +0 -11
  262. package/dist/npm/navigation/navigation.service.js +0 -116
  263. package/dist/npm/package-metadata.js +0 -17
  264. package/dist/npm/preventable-event.js +0 -31
  265. package/dist/npm/splitbutton/localization/custom-messages.component.js +0 -46
  266. package/dist/npm/splitbutton/localization/localized-messages.directive.js +0 -37
  267. package/dist/npm/splitbutton/localization/messages.js +0 -24
  268. package/dist/npm/splitbutton/splitbutton.component.js +0 -832
  269. package/dist/npm/splitbutton/splitbutton.module.js +0 -36
  270. package/dist/npm/util.js +0 -100
  271. package/dist/systemjs/kendo-angular-buttons.js +0 -5
@@ -8,6 +8,7 @@ import { ChipComponent } from './chip.component';
8
8
  import { ChipListSelection } from './models/selection';
9
9
  import { ChipListRemoveEvent } from './chip-list-remove-event-args.interface';
10
10
  import { ChipListSize } from '../common/models';
11
+ import * as i0 from "@angular/core";
11
12
  export declare class ChipListComponent implements OnInit, AfterViewInit, AfterContentInit, OnDestroy {
12
13
  private localizationService;
13
14
  private renderer;
@@ -36,7 +37,8 @@ export declare class ChipListComponent implements OnInit, AfterViewInit, AfterCo
36
37
  * * `'large'`
37
38
  * * `null`
38
39
  */
39
- size: ChipListSize;
40
+ set size(size: ChipListSize);
41
+ get size(): ChipListSize;
40
42
  /**
41
43
  * Fires each time when the ChipList selection is changed.
42
44
  */
@@ -46,8 +48,8 @@ export declare class ChipListComponent implements OnInit, AfterViewInit, AfterCo
46
48
  */
47
49
  remove: EventEmitter<ChipListRemoveEvent>;
48
50
  chips: QueryList<ChipComponent>;
49
- readonly single: boolean;
50
- readonly multiple: boolean;
51
+ get single(): boolean;
52
+ get multiple(): boolean;
51
53
  role: string;
52
54
  private dynamicRTLSubscription;
53
55
  private _size;
@@ -67,4 +69,6 @@ export declare class ChipListComponent implements OnInit, AfterViewInit, AfterCo
67
69
  private setSelection;
68
70
  private clearSelection;
69
71
  private handleClasses;
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipListComponent, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipListComponent, "kendo-chiplist, kendo-chip-list", never, { "selection": "selection"; "size": "size"; }, { "selectedChange": "selectedChange"; "remove": "remove"; }, ["chips"], ["*"]>;
70
74
  }
@@ -7,6 +7,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { ChipRemoveEvent } from './chip-remove-event-args.interface';
8
8
  import { ChipContentClickEvent } from './chip-content-click-event-args.interface';
9
9
  import { ChipFillMode, ChipRounded, ChipSize, ChipThemeColor } from '../common/models';
10
+ import * as i0 from "@angular/core";
10
11
  /**
11
12
  * Displays a Chip that represents an input, attribute or an action.
12
13
  */
@@ -65,7 +66,8 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
65
66
  * * `'large'`
66
67
  * * `null`
67
68
  */
68
- size: ChipSize;
69
+ set size(size: ChipSize);
70
+ get size(): ChipSize;
69
71
  /**
70
72
  * The rounded property specifies the border radius of the Chip
71
73
  * ([see example]({% slug appearance_chip %}#toc-rounded)).
@@ -77,7 +79,8 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
77
79
  * * `'full'`
78
80
  * * `null`
79
81
  */
80
- rounded: ChipRounded;
82
+ set rounded(rounded: ChipRounded);
83
+ get rounded(): ChipRounded;
81
84
  /**
82
85
  * The fillMode property specifies the background and border styles of the Chip
83
86
  * ([see example]({% slug appearance_chip %}#toc-fillMode)).
@@ -87,7 +90,8 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
87
90
  * * `'outline'`
88
91
  * * `null`
89
92
  */
90
- fillMode: ChipFillMode;
93
+ set fillMode(fillMode: ChipFillMode);
94
+ get fillMode(): ChipFillMode;
91
95
  /**
92
96
  * The Chip allows you to specify predefined theme colors.
93
97
  * The theme color will be applied as a background and border color while also amending the text color accordingly
@@ -101,7 +105,8 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
101
105
  * * `'error'`
102
106
  * * `null`
103
107
  */
104
- themeColor: ChipThemeColor;
108
+ set themeColor(themeColor: ChipThemeColor);
109
+ get themeColor(): ChipThemeColor;
105
110
  /**
106
111
  * Fires each time the user clicks the remove icon of the Chip.
107
112
  */
@@ -111,12 +116,12 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
111
116
  */
112
117
  contentClick: EventEmitter<ChipContentClickEvent>;
113
118
  tabIndex: number;
114
- readonly ariaChecked: boolean;
119
+ get ariaChecked(): boolean;
115
120
  hostClass: boolean;
116
- readonly hasIconClass: boolean;
117
- readonly disabledClass: boolean;
118
- readonly selectedClass: boolean;
119
- readonly focusedClass: boolean;
121
+ get hasIconClass(): boolean;
122
+ get disabledClass(): boolean;
123
+ get selectedClass(): boolean;
124
+ get focusedClass(): boolean;
120
125
  /**
121
126
  * @hidden
122
127
  */
@@ -135,19 +140,19 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
135
140
  /**
136
141
  * @hidden
137
142
  */
138
- readonly kendoIconClass: string;
143
+ get kendoIconClass(): string;
139
144
  /**
140
145
  * @hidden
141
146
  */
142
- readonly customIconClass: string;
147
+ get customIconClass(): string;
143
148
  /**
144
149
  * @hidden
145
150
  */
146
- readonly chipAvatarClass: string;
151
+ get chipAvatarClass(): string;
147
152
  /**
148
153
  * @hidden
149
154
  */
150
- readonly removeIconClass: string;
155
+ get removeIconClass(): string;
151
156
  /**
152
157
  * Focuses the Chip component.
153
158
  */
@@ -167,4 +172,6 @@ export declare class ChipComponent implements OnInit, AfterViewInit {
167
172
  private verifyIconSettings;
168
173
  private handleClasses;
169
174
  private handleThemeColor;
175
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipComponent, never>;
176
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipComponent, "kendo-chip", never, { "label": "label"; "icon": "icon"; "iconClass": "iconClass"; "avatarClass": "avatarClass"; "selected": "selected"; "removable": "removable"; "removeIcon": "removeIcon"; "disabled": "disabled"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "themeColor": "themeColor"; }, { "remove": "remove"; "contentClick": "contentClick"; }, never, ["*"]>;
170
177
  }
@@ -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
  }
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 { ButtonFillMode, ButtonRounded, ButtonSize, ButtonThemeColor, ButtonShape } from '../common/models';
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
  * The size property specifies the padding of the DropDownButton
87
91
  * ([see example]({% slug api_buttons_dropdownbuttoncomponent %}#toc-size)).
@@ -126,7 +130,8 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
126
130
  * * `link`
127
131
  * * `null`
128
132
  */
129
- fillMode: ButtonFillMode;
133
+ set fillMode(fillMode: ButtonFillMode);
134
+ get fillMode(): ButtonFillMode;
130
135
  /**
131
136
  * The DropDownButton allows you to specify predefined theme colors.
132
137
  * The theme color will be applied as a background and border color while also amending the text color accordingly
@@ -155,15 +160,16 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
155
160
  /**
156
161
  * @hidden
157
162
  */
163
+ set openState(open: boolean);
158
164
  /**
159
- * @hidden
160
- */
161
- openState: boolean;
165
+ * @hidden
166
+ */
167
+ get openState(): boolean;
162
168
  /**
163
169
  * @hidden
164
170
  */
165
- readonly componentTabIndex: number;
166
- private readonly appendTo;
171
+ get componentTabIndex(): number;
172
+ private get appendTo();
167
173
  /**
168
174
  * Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
169
175
  */
@@ -190,13 +196,13 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
190
196
  * Fires each time the DropDownButton gets blurred.
191
197
  */
192
198
  onBlur: EventEmitter<any>;
193
- readonly focused: boolean;
194
- readonly widgetClasses: boolean;
195
- readonly dir: Direction;
199
+ get focused(): boolean;
200
+ get widgetClasses(): boolean;
201
+ get dir(): Direction;
196
202
  /**
197
203
  * @hidden
198
204
  */
199
- readonly active: boolean;
205
+ get active(): boolean;
200
206
  itemTemplate: ButtonItemTemplateDirective;
201
207
  button: ElementRef<HTMLButtonElement>;
202
208
  buttonList: ListComponent;
@@ -236,11 +242,11 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
236
242
  /**
237
243
  * @hidden
238
244
  */
239
- readonly anchorAlign: Align;
245
+ get anchorAlign(): Align;
240
246
  /**
241
247
  * @hidden
242
248
  */
243
- readonly popupAlign: Align;
249
+ get popupAlign(): Align;
244
250
  /**
245
251
  * Focuses the DropDownButton component.
246
252
  */
@@ -262,7 +268,7 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
262
268
  /**
263
269
  * Returns the current open state of the popup.
264
270
  */
265
- readonly isOpen: boolean;
271
+ get isOpen(): boolean;
266
272
  /**
267
273
  * @hidden
268
274
  */
@@ -279,4 +285,6 @@ export declare class DropDownButtonComponent extends ListButton implements OnCha
279
285
  private _toggle;
280
286
  private createPopup;
281
287
  private destroyPopup;
288
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
289
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "kendo-dropdownbutton", ["kendoDropDownButton"], { "icon": "icon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "popupSettings": "popupSettings"; "textField": "textField"; "disabled": "disabled"; "data": "data"; "size": "size"; "shape": "shape"; "rounded": "rounded"; "fillMode": "fillMode"; "themeColor": "themeColor"; "buttonClass": "buttonClass"; "tabIndex": "tabIndex"; }, { "itemClick": "itemClick"; "open": "open"; "close": "close"; "onFocus": "focus"; "onBlur": "blur"; }, ["itemTemplate"], ["*"]>;
282
290
  }
@@ -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 { validatePackage } from '@progress/kendo-licensing';
11
9
  import { packageMetadata } from '../package-metadata';
12
10
  import { getStylingClasses, getThemeColorClasses } from '../util';
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;
@@ -519,153 +520,91 @@ let ButtonDirective = class ButtonDirective {
519
520
  }
520
521
  }
521
522
  }
522
- };
523
- tslib_1.__decorate([
524
- Input(),
525
- tslib_1.__metadata("design:type", Boolean)
526
- ], ButtonDirective.prototype, "toggleable", void 0);
527
- tslib_1.__decorate([
528
- Input(),
529
- tslib_1.__metadata("design:type", Boolean),
530
- tslib_1.__metadata("design:paramtypes", [Boolean])
531
- ], ButtonDirective.prototype, "togglable", null);
532
- tslib_1.__decorate([
533
- Input(),
534
- tslib_1.__metadata("design:type", Boolean),
535
- tslib_1.__metadata("design:paramtypes", [Boolean])
536
- ], ButtonDirective.prototype, "selected", null);
537
- tslib_1.__decorate([
538
- Input(),
539
- tslib_1.__metadata("design:type", Number),
540
- tslib_1.__metadata("design:paramtypes", [Number])
541
- ], ButtonDirective.prototype, "tabIndex", null);
542
- tslib_1.__decorate([
543
- Input(),
544
- tslib_1.__metadata("design:type", String),
545
- tslib_1.__metadata("design:paramtypes", [String])
546
- ], ButtonDirective.prototype, "icon", null);
547
- tslib_1.__decorate([
548
- Input(),
549
- tslib_1.__metadata("design:type", String),
550
- tslib_1.__metadata("design:paramtypes", [String])
551
- ], ButtonDirective.prototype, "iconClass", null);
552
- tslib_1.__decorate([
553
- Input(),
554
- tslib_1.__metadata("design:type", String),
555
- tslib_1.__metadata("design:paramtypes", [String])
556
- ], ButtonDirective.prototype, "imageUrl", null);
557
- tslib_1.__decorate([
558
- Input(),
559
- tslib_1.__metadata("design:type", Boolean),
560
- tslib_1.__metadata("design:paramtypes", [Boolean])
561
- ], ButtonDirective.prototype, "disabled", null);
562
- tslib_1.__decorate([
563
- Input(),
564
- tslib_1.__metadata("design:type", String),
565
- tslib_1.__metadata("design:paramtypes", [String])
566
- ], ButtonDirective.prototype, "size", null);
567
- tslib_1.__decorate([
568
- Input(),
569
- tslib_1.__metadata("design:type", String),
570
- tslib_1.__metadata("design:paramtypes", [String])
571
- ], ButtonDirective.prototype, "rounded", null);
572
- tslib_1.__decorate([
573
- Input(),
574
- tslib_1.__metadata("design:type", String),
575
- tslib_1.__metadata("design:paramtypes", [String])
576
- ], ButtonDirective.prototype, "fillMode", null);
577
- tslib_1.__decorate([
578
- Input(),
579
- tslib_1.__metadata("design:type", String),
580
- tslib_1.__metadata("design:paramtypes", [String])
581
- ], ButtonDirective.prototype, "themeColor", null);
582
- tslib_1.__decorate([
583
- Input(),
584
- tslib_1.__metadata("design:type", String),
585
- tslib_1.__metadata("design:paramtypes", [String])
586
- ], ButtonDirective.prototype, "shape", null);
587
- tslib_1.__decorate([
588
- Input(),
589
- tslib_1.__metadata("design:type", String)
590
- ], ButtonDirective.prototype, "role", void 0);
591
- tslib_1.__decorate([
592
- Output(),
593
- tslib_1.__metadata("design:type", EventEmitter)
594
- ], ButtonDirective.prototype, "selectedChange", void 0);
595
- tslib_1.__decorate([
596
- Output(),
597
- tslib_1.__metadata("design:type", EventEmitter)
598
- ], ButtonDirective.prototype, "click", void 0);
599
- tslib_1.__decorate([
600
- HostBinding('class.k-button'),
601
- tslib_1.__metadata("design:type", Boolean),
602
- tslib_1.__metadata("design:paramtypes", [])
603
- ], ButtonDirective.prototype, "classButton", null);
604
- tslib_1.__decorate([
605
- HostBinding('class.k-toggle-button'),
606
- tslib_1.__metadata("design:type", Boolean),
607
- tslib_1.__metadata("design:paramtypes", [])
608
- ], ButtonDirective.prototype, "isToggleable", null);
609
- tslib_1.__decorate([
610
- HostBinding('attr.role'),
611
- tslib_1.__metadata("design:type", String),
612
- tslib_1.__metadata("design:paramtypes", [])
613
- ], ButtonDirective.prototype, "roleSetter", null);
614
- tslib_1.__decorate([
615
- HostBinding('attr.aria-disabled'),
616
- HostBinding('class.k-disabled'),
617
- tslib_1.__metadata("design:type", Boolean),
618
- tslib_1.__metadata("design:paramtypes", [])
619
- ], ButtonDirective.prototype, "classDisabled", null);
620
- tslib_1.__decorate([
621
- HostBinding('class.k-selected'),
622
- tslib_1.__metadata("design:type", Boolean),
623
- tslib_1.__metadata("design:paramtypes", [])
624
- ], ButtonDirective.prototype, "classActive", null);
625
- tslib_1.__decorate([
626
- HostBinding('attr.dir'),
627
- tslib_1.__metadata("design:type", String),
628
- tslib_1.__metadata("design:paramtypes", [])
629
- ], ButtonDirective.prototype, "getDirection", null);
630
- tslib_1.__decorate([
631
- HostListener('focus'),
632
- tslib_1.__metadata("design:type", Function),
633
- tslib_1.__metadata("design:paramtypes", []),
634
- tslib_1.__metadata("design:returntype", void 0)
635
- ], ButtonDirective.prototype, "onFocus", null);
636
- tslib_1.__decorate([
637
- HostListener('blur'),
638
- tslib_1.__metadata("design:type", Function),
639
- tslib_1.__metadata("design:paramtypes", []),
640
- tslib_1.__metadata("design:returntype", void 0)
641
- ], ButtonDirective.prototype, "onBlur", null);
642
- tslib_1.__decorate([
643
- Input(),
644
- tslib_1.__metadata("design:type", Boolean),
645
- tslib_1.__metadata("design:paramtypes", [Boolean])
646
- ], ButtonDirective.prototype, "primary", null);
647
- tslib_1.__decorate([
648
- Input(),
649
- tslib_1.__metadata("design:type", String),
650
- tslib_1.__metadata("design:paramtypes", [String])
651
- ], ButtonDirective.prototype, "look", null);
652
- ButtonDirective = tslib_1.__decorate([
653
- Directive({
654
- exportAs: 'kendoButton',
655
- providers: [
656
- LocalizationService,
657
- {
658
- provide: L10N_PREFIX,
659
- useValue: 'kendo.button'
660
- }
661
- ],
662
- selector: 'button[kendoButton], span[kendoButton]',
663
- }),
664
- tslib_1.__param(2, Optional()),
665
- tslib_1.__metadata("design:paramtypes", [ElementRef,
666
- Renderer,
667
- KendoButtonService,
523
+ }
524
+ ButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", 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 });
525
+ ButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: { toggleable: "toggleable", togglable: "togglable", selected: "selected", tabIndex: "tabIndex", icon: "icon", iconClass: "iconClass", imageUrl: "imageUrl", disabled: "disabled", size: "size", rounded: "rounded", fillMode: "fillMode", themeColor: "themeColor", shape: "shape", role: "role", primary: "primary", look: "look" }, outputs: { selectedChange: "selectedChange", click: "click" }, host: { listeners: { "focus": "onFocus()", "blur": "onBlur()" }, properties: { "class.k-button": "this.classButton", "class.k-toggle-button": "this.isToggleable", "attr.role": "this.roleSetter", "attr.aria-disabled": "this.classDisabled", "class.k-disabled": "this.classDisabled", "class.k-selected": "this.classActive", "attr.dir": "this.getDirection" } }, providers: [
668
526
  LocalizationService,
669
- NgZone])
670
- ], ButtonDirective);
671
- export { ButtonDirective };
527
+ {
528
+ provide: L10N_PREFIX,
529
+ useValue: 'kendo.button'
530
+ }
531
+ ], exportAs: ["kendoButton"], usesOnChanges: true, ngImport: i0 });
532
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ButtonDirective, decorators: [{
533
+ type: Directive,
534
+ args: [{
535
+ exportAs: 'kendoButton',
536
+ providers: [
537
+ LocalizationService,
538
+ {
539
+ provide: L10N_PREFIX,
540
+ useValue: 'kendo.button'
541
+ }
542
+ ],
543
+ selector: 'button[kendoButton], span[kendoButton]' // eslint-disable-line
544
+ }]
545
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.KendoButtonService, decorators: [{
546
+ type: Optional
547
+ }] }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { toggleable: [{
548
+ type: Input
549
+ }], togglable: [{
550
+ type: Input
551
+ }], selected: [{
552
+ type: Input
553
+ }], tabIndex: [{
554
+ type: Input
555
+ }], icon: [{
556
+ type: Input
557
+ }], iconClass: [{
558
+ type: Input
559
+ }], imageUrl: [{
560
+ type: Input
561
+ }], disabled: [{
562
+ type: Input
563
+ }], size: [{
564
+ type: Input
565
+ }], rounded: [{
566
+ type: Input
567
+ }], fillMode: [{
568
+ type: Input
569
+ }], themeColor: [{
570
+ type: Input
571
+ }], shape: [{
572
+ type: Input
573
+ }], role: [{
574
+ type: Input
575
+ }], selectedChange: [{
576
+ type: Output
577
+ }], click: [{
578
+ type: Output
579
+ }], classButton: [{
580
+ type: HostBinding,
581
+ args: ['class.k-button']
582
+ }], isToggleable: [{
583
+ type: HostBinding,
584
+ args: ['class.k-toggle-button']
585
+ }], roleSetter: [{
586
+ type: HostBinding,
587
+ args: ['attr.role']
588
+ }], classDisabled: [{
589
+ type: HostBinding,
590
+ args: ['attr.aria-disabled']
591
+ }, {
592
+ type: HostBinding,
593
+ args: ['class.k-disabled']
594
+ }], classActive: [{
595
+ type: HostBinding,
596
+ args: ['class.k-selected']
597
+ }], getDirection: [{
598
+ type: HostBinding,
599
+ args: ['attr.dir']
600
+ }], onFocus: [{
601
+ type: HostListener,
602
+ args: ['focus']
603
+ }], onBlur: [{
604
+ type: HostListener,
605
+ args: ['blur']
606
+ }], primary: [{
607
+ type: Input
608
+ }], look: [{
609
+ type: Input
610
+ }] } });
@@ -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,12 +36,15 @@ import { ButtonDirective } from './button.directive';
36
36
  *
37
37
  * ```
38
38
  */
39
- let ButtonModule = class ButtonModule {
40
- };
41
- ButtonModule = tslib_1.__decorate([
42
- NgModule({
43
- declarations: [ButtonDirective],
44
- exports: [ButtonDirective]
45
- })
46
- ], ButtonModule);
47
- export { ButtonModule };
39
+ export class ButtonModule {
40
+ }
41
+ ButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
+ ButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ButtonModule, declarations: [ButtonDirective], exports: [ButtonDirective] });
43
+ ButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ButtonModule });
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", 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 { 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.buttonClicked = new Subject();
17
14
  this.buttonClicked$ = this.buttonClicked.asObservable();
@@ -19,8 +16,9 @@ let KendoButtonService = class KendoButtonService {
19
16
  click(button) {
20
17
  this.buttonClicked.next(button);
21
18
  }
22
- };
23
- KendoButtonService = tslib_1.__decorate([
24
- Injectable()
25
- ], KendoButtonService);
26
- export { KendoButtonService };
19
+ }
20
+ KendoButtonService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KendoButtonService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
21
+ KendoButtonService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KendoButtonService });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KendoButtonService, decorators: [{
23
+ type: Injectable
24
+ }] });
@@ -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 {};