@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
@@ -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
- import { AnimationBuilder } from '@angular/animations';
7
- import { Component, ElementRef, EventEmitter, HostBinding, Input, Output, NgZone, Renderer2, ViewChild, ContentChild, TemplateRef } from '@angular/core';
5
+ import { Component, EventEmitter, HostBinding, Input, Output, ViewChild, ContentChild } from '@angular/core';
8
6
  import { merge, Subscription } from 'rxjs';
9
7
  import { take } from 'rxjs/operators';
10
8
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
11
9
  import { validatePackage } from '@progress/kendo-licensing';
12
10
  import { packageMetadata } from '../package-metadata';
13
11
  import { guid, isDocumentAvailable } from '@progress/kendo-angular-common';
14
- import { PopupService } from '@progress/kendo-angular-popup';
15
12
  import { FocusService } from '../focusable/focus.service';
16
13
  import { NavigationAction } from '../navigation/navigation-action';
17
14
  import { NAVIGATION_CONFIG } from '../navigation/navigation-config';
@@ -22,13 +19,21 @@ import { closeAnimation, openAnimation } from './animations/animations';
22
19
  import { PreventableEvent } from '../preventable-event';
23
20
  import { DialItemTemplateDirective } from './templates/dial-item-template.directive';
24
21
  import { FloatingActionButtonTemplateDirective } from './templates/fab-template.directive';
22
+ import * as i0 from "@angular/core";
23
+ import * as i1 from "../focusable/focus.service";
24
+ import * as i2 from "../navigation/navigation.service";
25
+ import * as i3 from "@progress/kendo-angular-popup";
26
+ import * as i4 from "@angular/animations";
27
+ import * as i5 from "@progress/kendo-angular-l10n";
28
+ import * as i6 from "./dial-list.component";
29
+ import * as i7 from "@angular/common";
30
+ import * as i8 from "@progress/kendo-angular-common";
25
31
  const NAVIGATION_SETTINGS = {
26
32
  useLeftRightArrows: false
27
33
  };
28
- const ɵ0 = NAVIGATION_SETTINGS;
29
34
  const NAVIGATION_SETTINGS_PROVIDER = {
30
35
  provide: NAVIGATION_CONFIG,
31
- useValue: ɵ0
36
+ useValue: NAVIGATION_SETTINGS
32
37
  };
33
38
  const SIZE_CLASSES = {
34
39
  small: 'k-fab-sm',
@@ -51,7 +56,7 @@ const DEFAULT_OFFSET = '16px';
51
56
  * Used to specify the primary or the most common action in an application.
52
57
  *
53
58
  */
54
- let FloatingActionButtonComponent = class FloatingActionButtonComponent {
59
+ export class FloatingActionButtonComponent {
55
60
  constructor(renderer, element, focusService, navigationService, ngZone, popupService, builder, localizationService) {
56
61
  this.renderer = renderer;
57
62
  this.element = element;
@@ -647,137 +652,78 @@ let FloatingActionButtonComponent = class FloatingActionButtonComponent {
647
652
  }
648
653
  return DEFAULT_DURATION;
649
654
  }
650
- };
651
- tslib_1.__decorate([
652
- HostBinding('class.k-pos-fixed'),
653
- tslib_1.__metadata("design:type", Boolean),
654
- tslib_1.__metadata("design:paramtypes", [])
655
- ], FloatingActionButtonComponent.prototype, "fixedClass", null);
656
- tslib_1.__decorate([
657
- HostBinding('class.k-pos-absolute'),
658
- tslib_1.__metadata("design:type", Boolean),
659
- tslib_1.__metadata("design:paramtypes", [])
660
- ], FloatingActionButtonComponent.prototype, "absoluteClass", null);
661
- tslib_1.__decorate([
662
- HostBinding('attr.dir'),
663
- tslib_1.__metadata("design:type", String)
664
- ], FloatingActionButtonComponent.prototype, "direction", void 0);
665
- tslib_1.__decorate([
666
- ViewChild('button', { static: true }),
667
- tslib_1.__metadata("design:type", ElementRef)
668
- ], FloatingActionButtonComponent.prototype, "button", void 0);
669
- tslib_1.__decorate([
670
- ViewChild('popupTemplate', { static: true }),
671
- tslib_1.__metadata("design:type", TemplateRef)
672
- ], FloatingActionButtonComponent.prototype, "popupTemplate", void 0);
673
- tslib_1.__decorate([
674
- ContentChild(DialItemTemplateDirective, { static: true }),
675
- tslib_1.__metadata("design:type", DialItemTemplateDirective)
676
- ], FloatingActionButtonComponent.prototype, "dialItemTemplate", void 0);
677
- tslib_1.__decorate([
678
- ContentChild(FloatingActionButtonTemplateDirective, { static: true }),
679
- tslib_1.__metadata("design:type", FloatingActionButtonTemplateDirective)
680
- ], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
681
- tslib_1.__decorate([
682
- Input(),
683
- tslib_1.__metadata("design:type", String),
684
- tslib_1.__metadata("design:paramtypes", [String])
685
- ], FloatingActionButtonComponent.prototype, "themeColor", null);
686
- tslib_1.__decorate([
687
- Input(),
688
- tslib_1.__metadata("design:type", String),
689
- tslib_1.__metadata("design:paramtypes", [String])
690
- ], FloatingActionButtonComponent.prototype, "size", null);
691
- tslib_1.__decorate([
692
- Input(),
693
- tslib_1.__metadata("design:type", String),
694
- tslib_1.__metadata("design:paramtypes", [String])
695
- ], FloatingActionButtonComponent.prototype, "shape", null);
696
- tslib_1.__decorate([
697
- Input(),
698
- tslib_1.__metadata("design:type", Boolean),
699
- tslib_1.__metadata("design:paramtypes", [Boolean])
700
- ], FloatingActionButtonComponent.prototype, "disabled", null);
701
- tslib_1.__decorate([
702
- Input(),
703
- tslib_1.__metadata("design:type", Object),
704
- tslib_1.__metadata("design:paramtypes", [Object])
705
- ], FloatingActionButtonComponent.prototype, "align", null);
706
- tslib_1.__decorate([
707
- Input(),
708
- tslib_1.__metadata("design:type", Object),
709
- tslib_1.__metadata("design:paramtypes", [Object])
710
- ], FloatingActionButtonComponent.prototype, "offset", null);
711
- tslib_1.__decorate([
712
- Input(),
713
- tslib_1.__metadata("design:type", String)
714
- ], FloatingActionButtonComponent.prototype, "positionMode", void 0);
715
- tslib_1.__decorate([
716
- Input(),
717
- tslib_1.__metadata("design:type", String)
718
- ], FloatingActionButtonComponent.prototype, "icon", void 0);
719
- tslib_1.__decorate([
720
- Input(),
721
- tslib_1.__metadata("design:type", String)
722
- ], FloatingActionButtonComponent.prototype, "iconClass", void 0);
723
- tslib_1.__decorate([
724
- Input(),
725
- tslib_1.__metadata("design:type", Object)
726
- ], FloatingActionButtonComponent.prototype, "buttonClass", void 0);
727
- tslib_1.__decorate([
728
- Input(),
729
- tslib_1.__metadata("design:type", Object)
730
- ], FloatingActionButtonComponent.prototype, "dialClass", void 0);
731
- tslib_1.__decorate([
732
- Input(),
733
- tslib_1.__metadata("design:type", String)
734
- ], FloatingActionButtonComponent.prototype, "text", void 0);
735
- tslib_1.__decorate([
736
- Input(),
737
- tslib_1.__metadata("design:type", Object)
738
- ], FloatingActionButtonComponent.prototype, "dialItemAnimation", void 0);
739
- tslib_1.__decorate([
740
- Input(),
741
- tslib_1.__metadata("design:type", Number)
742
- ], FloatingActionButtonComponent.prototype, "tabIndex", void 0);
743
- tslib_1.__decorate([
744
- Input(),
745
- tslib_1.__metadata("design:type", Array)
746
- ], FloatingActionButtonComponent.prototype, "dialItems", void 0);
747
- tslib_1.__decorate([
748
- Output('blur'),
749
- tslib_1.__metadata("design:type", EventEmitter)
750
- ], FloatingActionButtonComponent.prototype, "onBlur", void 0);
751
- tslib_1.__decorate([
752
- Output('focus'),
753
- tslib_1.__metadata("design:type", EventEmitter)
754
- ], FloatingActionButtonComponent.prototype, "onFocus", void 0);
755
- tslib_1.__decorate([
756
- Output('dialItemClick'),
757
- tslib_1.__metadata("design:type", EventEmitter)
758
- ], FloatingActionButtonComponent.prototype, "dialItemClick", void 0);
759
- tslib_1.__decorate([
760
- Output(),
761
- tslib_1.__metadata("design:type", EventEmitter)
762
- ], FloatingActionButtonComponent.prototype, "open", void 0);
763
- tslib_1.__decorate([
764
- Output(),
765
- tslib_1.__metadata("design:type", EventEmitter)
766
- ], FloatingActionButtonComponent.prototype, "close", void 0);
767
- FloatingActionButtonComponent = tslib_1.__decorate([
768
- Component({
769
- selector: 'kendo-floatingactionbutton',
770
- providers: [
771
- FocusService,
772
- NavigationService,
773
- NAVIGATION_SETTINGS_PROVIDER,
774
- LocalizationService,
775
- {
776
- provide: L10N_PREFIX,
777
- useValue: 'kendo.floatingactionbutton'
778
- }
779
- ],
780
- template: `
655
+ }
656
+ FloatingActionButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.FocusService }, { token: i2.NavigationService }, { token: i0.NgZone }, { token: i3.PopupService }, { token: i4.AnimationBuilder }, { token: i5.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
657
+ FloatingActionButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: FloatingActionButtonComponent, selector: "kendo-floatingactionbutton", inputs: { 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" }, outputs: { onBlur: "blur", onFocus: "focus", dialItemClick: "dialItemClick", open: "open", close: "close" }, host: { properties: { "class.k-pos-fixed": "this.fixedClass", "class.k-pos-absolute": "this.absoluteClass", "attr.dir": "this.direction" } }, providers: [
658
+ FocusService,
659
+ NavigationService,
660
+ NAVIGATION_SETTINGS_PROVIDER,
661
+ LocalizationService,
662
+ {
663
+ provide: L10N_PREFIX,
664
+ useValue: 'kendo.floatingactionbutton'
665
+ }
666
+ ], queries: [{ propertyName: "dialItemTemplate", first: true, predicate: DialItemTemplateDirective, descendants: true, static: true }, { propertyName: "fabTemplate", first: true, predicate: FloatingActionButtonTemplateDirective, descendants: true, static: true }], viewQueries: [{ propertyName: "button", first: true, predicate: ["button"], descendants: true, static: true }, { propertyName: "popupTemplate", first: true, predicate: ["popupTemplate"], descendants: true, static: true }], ngImport: i0, template: `
667
+ <button
668
+ #button
669
+ [attr.id]="id"
670
+ [attr.role]="role"
671
+ [tabIndex]="componentTabIndex"
672
+ type="button"
673
+ [class.k-fab]="true"
674
+ [class.k-state-disabled]="disabled"
675
+ [ngClass]="buttonClass"
676
+ [disabled]="disabled"
677
+ [attr.aria-disabled]="disabled"
678
+ [attr.aria-expanded]="ariaExpanded"
679
+ [attr.aria-haspopup]="ariaHasPopup"
680
+ (focus)="focusHandler()"
681
+ (blur)="blurHandler()"
682
+ [kendoEventsOutsideAngular]="{
683
+ keydown: keyDownHandler,
684
+ click: clickHandler
685
+ }"
686
+ [scope]="this"
687
+ >
688
+ <ng-template *ngIf="fabTemplate"
689
+ [ngTemplateOutlet]="fabTemplate?.templateRef"
690
+ >
691
+ </ng-template>
692
+
693
+ <ng-container *ngIf="!fabTemplate">
694
+ <span *ngIf="icon || iconClass" [ngClass]="iconClasses"></span>
695
+ <span *ngIf="text" class="k-fab-text">{{ text }}</span>
696
+ </ng-container>
697
+ </button>
698
+
699
+ <ng-template #popupTemplate>
700
+ <ul
701
+ kendoDialList
702
+ [ngClass]="dialClass"
703
+ [dialItems]="dialItems"
704
+ [dialItemTemplate]='dialItemTemplate?.templateRef'
705
+ [align]="align"
706
+ [attr.aria-labelledby]="id"
707
+ (click)="onItemClick($event)"
708
+ >
709
+ </ul>
710
+ </ng-template>
711
+ `, isInline: true, components: [{ type: i6.DialListComponent, selector: "[kendoDialList]", inputs: ["dialItems", "dialItemTemplate", "align"] }], directives: [{ type: i7.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i8.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonComponent, decorators: [{
713
+ type: Component,
714
+ args: [{
715
+ selector: 'kendo-floatingactionbutton',
716
+ providers: [
717
+ FocusService,
718
+ NavigationService,
719
+ NAVIGATION_SETTINGS_PROVIDER,
720
+ LocalizationService,
721
+ {
722
+ provide: L10N_PREFIX,
723
+ useValue: 'kendo.floatingactionbutton'
724
+ }
725
+ ],
726
+ template: `
781
727
  <button
782
728
  #button
783
729
  [attr.id]="id"
@@ -823,15 +769,69 @@ FloatingActionButtonComponent = tslib_1.__decorate([
823
769
  </ul>
824
770
  </ng-template>
825
771
  `
826
- }),
827
- tslib_1.__metadata("design:paramtypes", [Renderer2,
828
- ElementRef,
829
- FocusService,
830
- NavigationService,
831
- NgZone,
832
- PopupService,
833
- AnimationBuilder,
834
- LocalizationService])
835
- ], FloatingActionButtonComponent);
836
- export { FloatingActionButtonComponent };
837
- export { ɵ0 };
772
+ }]
773
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i1.FocusService }, { type: i2.NavigationService }, { type: i0.NgZone }, { type: i3.PopupService }, { type: i4.AnimationBuilder }, { type: i5.LocalizationService }]; }, propDecorators: { fixedClass: [{
774
+ type: HostBinding,
775
+ args: ['class.k-pos-fixed']
776
+ }], absoluteClass: [{
777
+ type: HostBinding,
778
+ args: ['class.k-pos-absolute']
779
+ }], direction: [{
780
+ type: HostBinding,
781
+ args: ['attr.dir']
782
+ }], button: [{
783
+ type: ViewChild,
784
+ args: ['button', { static: true }]
785
+ }], popupTemplate: [{
786
+ type: ViewChild,
787
+ args: ['popupTemplate', { static: true }]
788
+ }], dialItemTemplate: [{
789
+ type: ContentChild,
790
+ args: [DialItemTemplateDirective, { static: true }]
791
+ }], fabTemplate: [{
792
+ type: ContentChild,
793
+ args: [FloatingActionButtonTemplateDirective, { static: true }]
794
+ }], themeColor: [{
795
+ type: Input
796
+ }], size: [{
797
+ type: Input
798
+ }], shape: [{
799
+ type: Input
800
+ }], disabled: [{
801
+ type: Input
802
+ }], align: [{
803
+ type: Input
804
+ }], offset: [{
805
+ type: Input
806
+ }], positionMode: [{
807
+ type: Input
808
+ }], icon: [{
809
+ type: Input
810
+ }], iconClass: [{
811
+ type: Input
812
+ }], buttonClass: [{
813
+ type: Input
814
+ }], dialClass: [{
815
+ type: Input
816
+ }], text: [{
817
+ type: Input
818
+ }], dialItemAnimation: [{
819
+ type: Input
820
+ }], tabIndex: [{
821
+ type: Input
822
+ }], dialItems: [{
823
+ type: Input
824
+ }], onBlur: [{
825
+ type: Output,
826
+ args: ['blur']
827
+ }], onFocus: [{
828
+ type: Output,
829
+ args: ['focus']
830
+ }], dialItemClick: [{
831
+ type: Output,
832
+ args: ['dialItemClick']
833
+ }], open: [{
834
+ type: Output
835
+ }], close: [{
836
+ type: Output
837
+ }] } });
@@ -2,7 +2,6 @@
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 { CommonModule } from '@angular/common';
8
7
  import { FloatingActionButtonComponent } from './floatingactionbutton.component';
@@ -13,6 +12,7 @@ import { DialItemComponent } from './dial-item.component';
13
12
  import { ListModule } from '../listbutton/list.module';
14
13
  import { EventsModule } from '@progress/kendo-angular-common';
15
14
  import { PopupModule } from '@progress/kendo-angular-popup';
15
+ import * as i0 from "@angular/core";
16
16
  const exportedModules = [
17
17
  FloatingActionButtonComponent,
18
18
  DialItemTemplateDirective,
@@ -51,13 +51,21 @@ const declarations = [
51
51
  *
52
52
  * ```
53
53
  */
54
- let FloatingActionButtonModule = class FloatingActionButtonModule {
55
- };
56
- FloatingActionButtonModule = tslib_1.__decorate([
57
- NgModule({
58
- declarations: [declarations],
59
- exports: [exportedModules],
60
- imports: [CommonModule, PopupModule, ListModule, EventsModule]
61
- })
62
- ], FloatingActionButtonModule);
63
- export { FloatingActionButtonModule };
54
+ export class FloatingActionButtonModule {
55
+ }
56
+ FloatingActionButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
57
+ FloatingActionButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonModule, declarations: [FloatingActionButtonComponent,
58
+ DialItemTemplateDirective,
59
+ FloatingActionButtonTemplateDirective, DialListComponent,
60
+ DialItemComponent], imports: [CommonModule, PopupModule, ListModule, EventsModule], exports: [FloatingActionButtonComponent,
61
+ DialItemTemplateDirective,
62
+ FloatingActionButtonTemplateDirective] });
63
+ FloatingActionButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonModule, imports: [[CommonModule, PopupModule, ListModule, EventsModule]] });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonModule, decorators: [{
65
+ type: NgModule,
66
+ args: [{
67
+ declarations: [declarations],
68
+ exports: [exportedModules],
69
+ imports: [CommonModule, PopupModule, ListModule, EventsModule]
70
+ }]
71
+ }] });
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -0,0 +1,27 @@
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 { Directive, Optional } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Represents a template that defines the content of the whole dial item.
9
+ * To define the template, nest an `<ng-template>` tag
10
+ * with the `kendoDialItemTemplate` directive inside the `<kendo-floatingactionbutton>` tag
11
+ * ([see example]({% slug templates_floatingactionbutton %}#toc-dial-item-template)).
12
+ */
13
+ export class DialItemTemplateDirective {
14
+ constructor(templateRef) {
15
+ this.templateRef = templateRef;
16
+ }
17
+ }
18
+ DialItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: DialItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
+ DialItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: DialItemTemplateDirective, selector: "[kendoDialItemTemplate]", ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: DialItemTemplateDirective, decorators: [{
21
+ type: Directive,
22
+ args: [{
23
+ selector: '[kendoDialItemTemplate]'
24
+ }]
25
+ }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
26
+ type: Optional
27
+ }] }]; } });
@@ -0,0 +1,27 @@
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 { Directive, Optional } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Represents a template that defines the content of the FloatingActionButton.
9
+ * To define the template, nest an `<ng-template>` tag
10
+ * with the `kendoFloatingActionButtonTemplate` directive inside the `<kendo-floatingactionbutton>` tag
11
+ * ([see example]({% slug templates_floatingactionbutton %}#toc-floatingactionbutton-template)).
12
+ */
13
+ export class FloatingActionButtonTemplateDirective {
14
+ constructor(templateRef) {
15
+ this.templateRef = templateRef;
16
+ }
17
+ }
18
+ FloatingActionButtonTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
19
+ FloatingActionButtonTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: FloatingActionButtonTemplateDirective, selector: "[kendoFloatingActionButtonTemplate]", ngImport: i0 });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FloatingActionButtonTemplateDirective, decorators: [{
21
+ type: Directive,
22
+ args: [{
23
+ selector: '[kendoFloatingActionButtonTemplate]'
24
+ }]
25
+ }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
26
+ type: Optional
27
+ }] }]; } });
@@ -2,15 +2,12 @@
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, EventEmitter } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * @hidden
9
9
  */
10
- let FocusService = class FocusService {
11
- /**
12
- * @hidden
13
- */
10
+ export class FocusService {
14
11
  constructor() {
15
12
  this.onFocus = new EventEmitter();
16
13
  }
@@ -34,8 +31,9 @@ let FocusService = class FocusService {
34
31
  this.focusedIndex = index;
35
32
  this.onFocus.emit(index);
36
33
  }
37
- };
38
- FocusService = tslib_1.__decorate([
39
- Injectable()
40
- ], FocusService);
41
- export { FocusService };
34
+ }
35
+ FocusService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FocusService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
36
+ FocusService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FocusService });
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FocusService, decorators: [{
38
+ type: Injectable
39
+ }] });
@@ -2,14 +2,14 @@
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, Input, ElementRef, Renderer2 } from '@angular/core';
7
- import { FocusService } from './focus.service';
5
+ import { Directive, Input } from '@angular/core';
8
6
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
7
+ import * as i0 from "@angular/core";
8
+ import * as i1 from "./focus.service";
9
9
  /**
10
10
  * @hidden
11
11
  */
12
- let FocusableDirective = class FocusableDirective {
12
+ export class FocusableDirective {
13
13
  constructor(focusService, elementRef, renderer) {
14
14
  this.focusService = focusService;
15
15
  this.renderer = renderer;
@@ -52,15 +52,14 @@ let FocusableDirective = class FocusableDirective {
52
52
  this.focusSubscription.unsubscribe();
53
53
  }
54
54
  }
55
- };
56
- tslib_1.__decorate([
57
- Input(),
58
- tslib_1.__metadata("design:type", Number)
59
- ], FocusableDirective.prototype, "index", void 0);
60
- FocusableDirective = tslib_1.__decorate([
61
- Directive({
62
- selector: '[kendoButtonFocusable]'
63
- }),
64
- tslib_1.__metadata("design:paramtypes", [FocusService, ElementRef, Renderer2])
65
- ], FocusableDirective);
66
- export { FocusableDirective };
55
+ }
56
+ FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FocusableDirective, deps: [{ token: i1.FocusService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
57
+ FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: FocusableDirective, selector: "[kendoButtonFocusable]", inputs: { index: "index" }, ngImport: i0 });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: FocusableDirective, decorators: [{
59
+ type: Directive,
60
+ args: [{
61
+ selector: '[kendoButtonFocusable]'
62
+ }]
63
+ }], ctorParameters: function () { return [{ type: i1.FocusService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { index: [{
64
+ type: Input
65
+ }] } });
@@ -3,7 +3,6 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * @hidden
6
+ * Generated bundle index. Do not edit.
7
7
  */
8
- export declare class ListModule {
9
- }
8
+ export * from './main';
@@ -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
- /* tslint:disable:directive-selector-name */
7
- import { Directive, TemplateRef } from '@angular/core';
5
+ /* eslint-disable directive-selector-name */
6
+ import { Directive } from '@angular/core';
7
+ import * as i0 from "@angular/core";
8
8
  /**
9
9
  * Used for rendering the list item content.
10
10
  *
@@ -53,15 +53,16 @@ import { Directive, TemplateRef } from '@angular/core';
53
53
  *
54
54
  * For more examples, refer to the article on the [DropDownList templates]({% slug overview_ddl %}#templates).
55
55
  */
56
- let ButtonItemTemplateDirective = class ButtonItemTemplateDirective {
56
+ export class ButtonItemTemplateDirective {
57
57
  constructor(templateRef) {
58
58
  this.templateRef = templateRef;
59
59
  }
60
- };
61
- ButtonItemTemplateDirective = tslib_1.__decorate([
62
- Directive({
63
- selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]'
64
- }),
65
- tslib_1.__metadata("design:paramtypes", [TemplateRef])
66
- ], ButtonItemTemplateDirective);
67
- export { ButtonItemTemplateDirective };
60
+ }
61
+ ButtonItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
62
+ ButtonItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.13", type: ButtonItemTemplateDirective, selector: "[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]", ngImport: i0 });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: ButtonItemTemplateDirective, decorators: [{
64
+ type: Directive,
65
+ args: [{
66
+ selector: '[kendoDropDownButtonItemTemplate],[kendoSplitButtonItemTemplate]'
67
+ }]
68
+ }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });