@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
@@ -5,6 +5,7 @@
5
5
  import { AfterViewInit, ElementRef, Renderer2, TemplateRef } from "@angular/core";
6
6
  import { LocalizationService } from '@progress/kendo-angular-l10n';
7
7
  import { FabAlign } from './models/align';
8
+ import * as i0 from "@angular/core";
8
9
  /**
9
10
  * @hidden
10
11
  */
@@ -14,9 +15,9 @@ export declare class DialItemComponent implements AfterViewInit {
14
15
  private localisationService;
15
16
  hostClass: boolean;
16
17
  role: string;
17
- readonly disabledClass: boolean;
18
- readonly title: string;
19
- readonly indexAttr: string;
18
+ get disabledClass(): boolean;
19
+ get title(): string;
20
+ get indexAttr(): string;
20
21
  cssClass: any;
21
22
  cssStyle: any;
22
23
  isFocused: boolean;
@@ -25,8 +26,10 @@ export declare class DialItemComponent implements AfterViewInit {
25
26
  dialItemTemplate: TemplateRef<any>;
26
27
  align: FabAlign;
27
28
  constructor(element: ElementRef, renderer: Renderer2, localisationService: LocalizationService);
28
- readonly iconClasses: string[];
29
- readonly itemTitle: boolean;
29
+ get iconClasses(): string[];
30
+ get itemTitle(): boolean;
30
31
  ngAfterViewInit(): void;
31
32
  private getTextDirectionClass;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialItemComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialItemComponent, "[kendoDialItem]", never, { "cssClass": "cssClass"; "cssStyle": "cssStyle"; "isFocused": "isFocused"; "index": "index"; "item": "item"; "dialItemTemplate": "dialItemTemplate"; "align": "align"; }, {}, never, never>;
32
35
  }
@@ -5,6 +5,7 @@
5
5
  import { ChangeDetectorRef, OnDestroy, TemplateRef } from "@angular/core";
6
6
  import { FocusService } from '../focusable/focus.service';
7
7
  import { FabAlign } from './models/align';
8
+ import * as i0 from "@angular/core";
8
9
  /**
9
10
  * @hidden
10
11
  */
@@ -12,8 +13,8 @@ export declare class DialListComponent implements OnDestroy {
12
13
  private focusService;
13
14
  private cdr;
14
15
  hostClass: boolean;
15
- readonly bottomClass: boolean;
16
- readonly topClass: boolean;
16
+ get bottomClass(): boolean;
17
+ get topClass(): boolean;
17
18
  dialItems: any[];
18
19
  dialItemTemplate: TemplateRef<any>;
19
20
  align: FabAlign;
@@ -21,4 +22,6 @@ export declare class DialListComponent implements OnDestroy {
21
22
  constructor(focusService: FocusService, cdr: ChangeDetectorRef);
22
23
  isFocused(index: number): boolean;
23
24
  ngOnDestroy(): void;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialListComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialListComponent, "[kendoDialList]", never, { "dialItems": "dialItems"; "dialItemTemplate": "dialItemTemplate"; "align": "align"; }, {}, never, never>;
24
27
  }
@@ -20,6 +20,7 @@ import { ButtonShape } from '../common/models/shape';
20
20
  import { PreventableEvent } from '../preventable-event';
21
21
  import { DialItemTemplateDirective } from './templates/dial-item-template.directive';
22
22
  import { FloatingActionButtonTemplateDirective } from './templates/fab-template.directive';
23
+ import * as i0 from "@angular/core";
23
24
  /**
24
25
  *
25
26
  * Represents the [Kendo UI FloatingActionButton component for Angular]({% slug overview_floatingactionbutton %}).
@@ -35,8 +36,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
35
36
  private popupService;
36
37
  private builder;
37
38
  private localizationService;
38
- readonly fixedClass: boolean;
39
- readonly absoluteClass: boolean;
39
+ get fixedClass(): boolean;
40
+ get absoluteClass(): boolean;
40
41
  direction: string;
41
42
  button: ElementRef<HTMLButtonElement>;
42
43
  popupTemplate: TemplateRef<any>;
@@ -61,7 +62,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
61
62
  * * `inverse`&mdash; Applies coloring based on the `inverse` theme color.
62
63
  *
63
64
  */
64
- themeColor: ButtonThemeColor;
65
+ set themeColor(themeColor: ButtonThemeColor);
66
+ get themeColor(): ButtonThemeColor;
65
67
  /**
66
68
  * Specifies the size of the FloatingActionButton
67
69
  * ([see example]({% slug appearance_floatingactionbutton %}#toc-size)).
@@ -72,7 +74,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
72
74
  * * `large`
73
75
  *
74
76
  */
75
- size: ButtonSize;
77
+ set size(size: ButtonSize);
78
+ get size(): ButtonSize;
76
79
  /**
77
80
  * Specifies the shape of the FloatingActionButton
78
81
  * ([see example]({% slug appearance_floatingactionbutton %}#toc-shape)).
@@ -85,11 +88,13 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
85
88
  * * `square`&mdash;Applies square shape on the FloatingActionButton.
86
89
  *
87
90
  */
88
- shape: ButtonShape;
91
+ set shape(shape: ButtonShape);
92
+ get shape(): ButtonShape;
89
93
  /**
90
94
  * Specifies whether the FloatingActionButton is disabled.
91
95
  */
92
- disabled: boolean;
96
+ set disabled(disabled: boolean);
97
+ get disabled(): boolean;
93
98
  /**
94
99
  * Specifies the horizontal and vertical alignment of the FloatingActionButton
95
100
  * ([see example]({% slug positioning_floatingactionbutton %}#toc-align)).
@@ -101,7 +106,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
101
106
  * * `{ horizontal: 'end', vertical: 'bottom' }`
102
107
  *
103
108
  */
104
- align: FabAlign;
109
+ set align(align: FabAlign);
110
+ get align(): FabAlign;
105
111
  /**
106
112
  * Specifies the horizontal and vertical offset position of the FloatingActionButton
107
113
  * ([see example]({% slug positioning_floatingactionbutton %}#toc-offset)).
@@ -109,7 +115,8 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
109
115
  * * The default value is:
110
116
  * * `{ x: '16px', y: '16px' }`
111
117
  */
112
- offset: FabOffset;
118
+ set offset(offset: FabOffset);
119
+ get offset(): FabOffset;
113
120
  /**
114
121
  * Specifies the positionMode of the FloatingActionButton
115
122
  * ([see example]({% slug positioning_floatingactionbutton %}#toc-positionMode)).
@@ -191,7 +198,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
191
198
  /**
192
199
  * @hidden
193
200
  */
194
- readonly componentTabIndex: number;
201
+ get componentTabIndex(): number;
195
202
  /**
196
203
  * @hidden
197
204
  */
@@ -213,7 +220,7 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
213
220
  /**
214
221
  * Indicates whether the FloatingActionButton is currently open.
215
222
  */
216
- readonly isOpen: boolean;
223
+ get isOpen(): boolean;
217
224
  /**
218
225
  * Focuses the FloatingActionButton.
219
226
  */
@@ -234,19 +241,19 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
234
241
  /**
235
242
  * @hidden
236
243
  */
237
- readonly role: string;
244
+ get role(): string;
238
245
  /**
239
246
  * @hidden
240
247
  */
241
- readonly ariaExpanded: boolean;
248
+ get ariaExpanded(): boolean;
242
249
  /**
243
250
  * @hidden
244
251
  */
245
- readonly ariaHasPopup: boolean;
252
+ get ariaHasPopup(): boolean;
246
253
  /**
247
254
  * @hidden
248
255
  */
249
- readonly iconClasses: string[];
256
+ get iconClasses(): string[];
250
257
  /**
251
258
  * @hidden
252
259
  */
@@ -288,26 +295,28 @@ export declare class FloatingActionButtonComponent implements AfterViewInit, OnD
288
295
  private isValidAnimation;
289
296
  private positionPopup;
290
297
  private offsetStyles;
291
- private readonly hasDialItems;
298
+ private get hasDialItems();
292
299
  /**
293
300
  * Gets the CSS prop name of the selected vertical position (`top`/`bottom`);
294
301
  */
295
- private readonly verticalPosition;
302
+ private get verticalPosition();
296
303
  /**
297
304
  * Gets the offset according to the selected vertical position.
298
305
  */
299
- private readonly verticalOffset;
306
+ private get verticalOffset();
300
307
  /**
301
308
  * Gets the CSS prop name of the selected horizontal position (`left`/`right`);
302
309
  */
303
- private readonly horizontalPosition;
310
+ private get horizontalPosition();
304
311
  /**
305
312
  * Gets the offset according to the selected horizontal position.
306
313
  */
307
- private readonly horizontalOffset;
314
+ private get horizontalOffset();
308
315
  private playerFor;
309
316
  private playAnimation;
310
317
  private durationSettings;
311
318
  private animationGap;
312
319
  private animationDuration;
320
+ static ɵfac: i0.ɵɵFactoryDeclaration<FloatingActionButtonComponent, never>;
321
+ static ɵcmp: i0.ɵɵComponentDeclaration<FloatingActionButtonComponent, "kendo-floatingactionbutton", never, { "themeColor": "themeColor"; "size": "size"; "shape": "shape"; "disabled": "disabled"; "align": "align"; "offset": "offset"; "positionMode": "positionMode"; "icon": "icon"; "iconClass": "iconClass"; "buttonClass": "buttonClass"; "dialClass": "dialClass"; "text": "text"; "dialItemAnimation": "dialItemAnimation"; "tabIndex": "tabIndex"; "dialItems": "dialItems"; }, { "onBlur": "blur"; "onFocus": "focus"; "dialItemClick": "dialItemClick"; "open": "open"; "close": "close"; }, ["dialItemTemplate", "fabTemplate"], never>;
313
322
  }
@@ -2,6 +2,16 @@
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 "./floatingactionbutton.component";
7
+ import * as i2 from "./templates/dial-item-template.directive";
8
+ import * as i3 from "./templates/fab-template.directive";
9
+ import * as i4 from "./dial-list.component";
10
+ import * as i5 from "./dial-item.component";
11
+ import * as i6 from "@angular/common";
12
+ import * as i7 from "@progress/kendo-angular-popup";
13
+ import * as i8 from "../listbutton/list.module";
14
+ import * as i9 from "@progress/kendo-angular-common";
5
15
  /**
6
16
  * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
7
17
  * definition for the FloatingActionButton component.
@@ -31,4 +41,7 @@
31
41
  * ```
32
42
  */
33
43
  export declare class FloatingActionButtonModule {
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<FloatingActionButtonModule, never>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FloatingActionButtonModule, [typeof i1.FloatingActionButtonComponent, typeof i2.DialItemTemplateDirective, typeof i3.FloatingActionButtonTemplateDirective, typeof i4.DialListComponent, typeof i5.DialItemComponent], [typeof i6.CommonModule, typeof i7.PopupModule, typeof i8.ListModule, typeof i9.EventsModule], [typeof i1.FloatingActionButtonComponent, typeof i2.DialItemTemplateDirective, typeof i3.FloatingActionButtonTemplateDirective]>;
46
+ static ɵinj: i0.ɵɵInjectorDeclaration<FloatingActionButtonModule>;
34
47
  }
@@ -3,6 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
6
+ import * as i0 from "@angular/core";
6
7
  /**
7
8
  * Represents a template that defines the content of the whole dial item.
8
9
  * To define the template, nest an `<ng-template>` tag
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
12
13
  export declare class DialItemTemplateDirective {
13
14
  templateRef: TemplateRef<any>;
14
15
  constructor(templateRef: TemplateRef<any>);
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<DialItemTemplateDirective, [{ optional: true; }]>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DialItemTemplateDirective, "[kendoDialItemTemplate]", never, {}, {}, never>;
15
18
  }
@@ -3,6 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
6
+ import * as i0 from "@angular/core";
6
7
  /**
7
8
  * Represents a template that defines the content of the FloatingActionButton.
8
9
  * To define the template, nest an `<ng-template>` tag
@@ -12,4 +13,6 @@ import { TemplateRef } from '@angular/core';
12
13
  export declare class FloatingActionButtonTemplateDirective {
13
14
  templateRef: TemplateRef<any>;
14
15
  constructor(templateRef: TemplateRef<any>);
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<FloatingActionButtonTemplateDirective, [{ optional: true; }]>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FloatingActionButtonTemplateDirective, "[kendoFloatingActionButtonTemplate]", never, {}, {}, never>;
15
18
  }
@@ -3,6 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EventEmitter } from '@angular/core';
6
+ import * as i0 from "@angular/core";
6
7
  /**
7
8
  * @hidden
8
9
  */
@@ -12,5 +13,8 @@ export declare class FocusService {
12
13
  isFocused(index: number): boolean;
13
14
  focus(index: number): void;
14
15
  resetFocus(): void;
15
- focused: number;
16
+ get focused(): number;
17
+ set focused(index: number);
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<FocusService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<FocusService>;
16
20
  }
@@ -4,6 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ElementRef, OnDestroy, Renderer2, OnInit } from '@angular/core';
6
6
  import { FocusService } from './focus.service';
7
+ import * as i0 from "@angular/core";
7
8
  /**
8
9
  * @hidden
9
10
  */
@@ -21,4 +22,6 @@ export declare class FocusableDirective implements OnInit, OnDestroy {
21
22
  ngOnDestroy(): void;
22
23
  private subscribeEvents;
23
24
  private unsubscribeEvents;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<FocusableDirective, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoButtonFocusable]", never, { "index": "index"; }, {}, never>;
24
27
  }
@@ -0,0 +1,9 @@
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
+ /**
6
+ * Generated bundle index. Do not edit.
7
+ */
8
+ /// <amd-module name="@progress/kendo-angular-buttons" />
9
+ export * from './main';
@@ -3,6 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
6
+ import * as i0 from "@angular/core";
6
7
  /**
7
8
  * Used for rendering the list item content.
8
9
  *
@@ -54,4 +55,6 @@ import { TemplateRef } from '@angular/core';
54
55
  export declare class ButtonItemTemplateDirective {
55
56
  templateRef: TemplateRef<any>;
56
57
  constructor(templateRef: TemplateRef<any>);
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<ButtonItemTemplateDirective, never>;
59
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonItemTemplateDirective, "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", never, {}, {}, never>;
57
60
  }
@@ -10,6 +10,7 @@ import { KeyEvents } from './../navigation/key-events';
10
10
  import { NavigationService } from './../navigation/navigation.service';
11
11
  import { LocalizationService } from '@progress/kendo-angular-l10n';
12
12
  import { Direction } from '../direction';
13
+ import * as i0 from "@angular/core";
13
14
  /**
14
15
  * @hidden
15
16
  */
@@ -43,8 +44,9 @@ export declare class ListButton implements OnDestroy {
43
44
  protected blurTimeout: any;
44
45
  private localizationChangeSubscription;
45
46
  constructor(focusService: FocusService, navigationService: NavigationService, wrapperRef: ElementRef, _zone: NgZone, localization: LocalizationService, cdr: ChangeDetectorRef);
46
- readonly popupClasses: string;
47
- openState: boolean;
47
+ get popupClasses(): string;
48
+ get openState(): boolean;
49
+ set openState(open: boolean);
48
50
  /**
49
51
  * @hidden
50
52
  */
@@ -84,4 +86,6 @@ export declare class ListButton implements OnDestroy {
84
86
  protected blurWrapper(emit?: boolean): void;
85
87
  protected focusButton(): void;
86
88
  protected handleTab(): void;
89
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListButton, never>;
90
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListButton, "ng-component", never, {}, {}, never, never>;
87
91
  }
@@ -5,6 +5,7 @@
5
5
  import { EventEmitter } from '@angular/core';
6
6
  import { ListItemModel } from './list-item-model';
7
7
  import { ButtonItemTemplateDirective } from './button-item-template.directive';
8
+ import * as i0 from "@angular/core";
8
9
  /**
9
10
  * @hidden
10
11
  */
@@ -19,4 +20,6 @@ export declare class ListComponent {
19
20
  getIconClasses(dataItem: ListItemModel): any;
20
21
  onClick(index: number): void;
21
22
  onBlur(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-button-list", never, { "data": "data"; "textField": "textField"; "itemTemplate": "itemTemplate"; }, { "onItemClick": "onItemClick"; "onItemBlur": "onItemBlur"; }, never, never>;
22
25
  }
@@ -0,0 +1,18 @@
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 "./list.component";
7
+ import * as i2 from "../focusable/focusable.directive";
8
+ import * as i3 from "./button-item-template.directive";
9
+ import * as i4 from "./template-context.directive";
10
+ import * as i5 from "@angular/common";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export declare class ListModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ListModule, [typeof i1.ListComponent, typeof i2.FocusableDirective, typeof i3.ButtonItemTemplateDirective, typeof i4.TemplateContextDirective], [typeof i5.CommonModule], [typeof i1.ListComponent, typeof i2.FocusableDirective, typeof i3.ButtonItemTemplateDirective, typeof i4.TemplateContextDirective]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<ListModule>;
18
+ }
@@ -3,12 +3,15 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ViewContainerRef } from '@angular/core';
6
+ import * as i0 from "@angular/core";
6
7
  /**
7
8
  * @hidden
8
9
  */
9
10
  export declare class TemplateContextDirective {
10
- templateContext: any;
11
+ set templateContext(context: any);
11
12
  private insertedViewRef;
12
13
  private viewContainerRef;
13
14
  constructor(viewContainerRef: ViewContainerRef);
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never>;
14
17
  }
@@ -9,12 +9,15 @@ export { ButtonModule } from './button/button.module';
9
9
  export { ButtonsModule } from './buttons.module';
10
10
  export { SplitButtonComponent, SplitButtonComponent as SplitButton } from './splitbutton/splitbutton.component';
11
11
  export { SplitButtonModule } from './splitbutton/splitbutton.module';
12
- export { SplitButtonCustomMessagesComponent } from './splitbutton/localization/custom-messages.component';
13
12
  export { DropDownButtonComponent, DropDownButtonComponent as DropDownButton } from './dropdownbutton/dropdownbutton.component';
14
13
  export { DropDownButtonModule } from './dropdownbutton/dropdownbutton.module';
15
14
  export { ButtonLook } from './button-look';
16
15
  export { ListItemModel } from './listbutton/list-item-model';
17
16
  export { PopupSettings } from './listbutton/popup-settings';
17
+ export { ButtonItemTemplateDirective } from './listbutton/button-item-template.directive';
18
+ export { ListComponent } from './listbutton/list.component';
19
+ export { TemplateContextDirective } from './listbutton/template-context.directive';
20
+ export { ListModule } from './listbutton/list.module';
18
21
  export { ChipComponent } from './chip/chip.component';
19
22
  export { ChipListComponent } from './chip/chip-list.component';
20
23
  export { ChipModule } from './chip/chip.module';
@@ -35,3 +38,4 @@ export { FabOffset } from './floatingactionbutton/models/offset';
35
38
  export { ButtonSize } from './common/models/size';
36
39
  export { ButtonThemeColor } from './common/models/theme-color';
37
40
  export { ButtonShape } from './common/models/shape';
41
+ export { FocusableDirective } from './focusable/focusable.directive';
@@ -5,6 +5,7 @@
5
5
  import { EventEmitter } from '@angular/core';
6
6
  import { NavigationAction } from './navigation-action';
7
7
  import { NavigationConfig } from './navigation-config';
8
+ import * as i0 from "@angular/core";
8
9
  /**
9
10
  * @hidden
10
11
  */
@@ -22,4 +23,6 @@ export declare class NavigationService {
22
23
  process(args: any): NavigationAction;
23
24
  private isEnter;
24
25
  private next;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationService, never>;
27
+ static ɵprov: i0.ɵɵInjectableDeclaration<NavigationService>;
25
28
  }