igniteui-angular-inputs 16.1.0-beta.1

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 (406) hide show
  1. package/License +27 -0
  2. package/README.md +19 -0
  3. package/bundles/igniteui-angular-inputs.umd.js +36173 -0
  4. package/bundles/igniteui-angular-inputs.umd.min.js +7 -0
  5. package/esm2015/igniteui-angular-inputs.js +4 -0
  6. package/esm2015/lib/ButtonClickEventArgs.js +16 -0
  7. package/esm2015/lib/ButtonDisplayStyle.js +11 -0
  8. package/esm2015/lib/ButtonGroupDisplayStyle.js +11 -0
  9. package/esm2015/lib/ButtonGroupOrientation.js +16 -0
  10. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +16 -0
  11. package/esm2015/lib/ButtonGroupView.js +7 -0
  12. package/esm2015/lib/ButtonGroupView_combined.js +1333 -0
  13. package/esm2015/lib/ButtonGroupVisualModelExport.js +56 -0
  14. package/esm2015/lib/ButtonView.js +7 -0
  15. package/esm2015/lib/ButtonView_combined.js +3291 -0
  16. package/esm2015/lib/ButtonVisualModelExport.js +109 -0
  17. package/esm2015/lib/CalendarView.js +7 -0
  18. package/esm2015/lib/CalendarView_combined.js +2791 -0
  19. package/esm2015/lib/CalendarVisualModelExport.js +100 -0
  20. package/esm2015/lib/CheckboxChangeEventArgs.js +33 -0
  21. package/esm2015/lib/CheckboxLabelPosition.js +11 -0
  22. package/esm2015/lib/CheckboxView.js +7 -0
  23. package/esm2015/lib/CheckboxView_combined.js +1105 -0
  24. package/esm2015/lib/CheckboxVisualModelExport.js +62 -0
  25. package/esm2015/lib/DateFormats.js +25 -0
  26. package/esm2015/lib/DatePicker.js +7 -0
  27. package/esm2015/lib/DatePickerView.js +7 -0
  28. package/esm2015/lib/DatePickerView_combined.js +1578 -0
  29. package/esm2015/lib/DatePickerVisualModelExport.js +70 -0
  30. package/esm2015/lib/DateTimeValueFormatter.js +108 -0
  31. package/esm2015/lib/DayInfo.js +23 -0
  32. package/esm2015/lib/DayOfWeek.js +45 -0
  33. package/esm2015/lib/ElevationHelper.js +67 -0
  34. package/esm2015/lib/FirstWeek.js +29 -0
  35. package/esm2015/lib/GotFocusEventArgs.js +16 -0
  36. package/esm2015/lib/IconClickedEventArgs.js +16 -0
  37. package/esm2015/lib/IconView.js +7 -0
  38. package/esm2015/lib/IconView_combined.js +815 -0
  39. package/esm2015/lib/IconVisualModelExport.js +76 -0
  40. package/esm2015/lib/InputChangeEventArgs.js +33 -0
  41. package/esm2015/lib/InputGroupDisplayType.js +18 -0
  42. package/esm2015/lib/InputGroupView.js +7 -0
  43. package/esm2015/lib/InputGroupView_combined.js +5518 -0
  44. package/esm2015/lib/InputGroupVisualModelExport.js +109 -0
  45. package/esm2015/lib/InputShiftType.js +17 -0
  46. package/esm2015/lib/InputView.js +7 -0
  47. package/esm2015/lib/InputVisualModelExport.js +78 -0
  48. package/esm2015/lib/KEYCODES.js +11 -0
  49. package/esm2015/lib/LabelShiftType.js +17 -0
  50. package/esm2015/lib/LabelView.js +7 -0
  51. package/esm2015/lib/LabelVisualModelExport.js +84 -0
  52. package/esm2015/lib/LostFocusEventArgs.js +16 -0
  53. package/esm2015/lib/MaskOptions.js +21 -0
  54. package/esm2015/lib/MaskParsingService.js +213 -0
  55. package/esm2015/lib/NativeUIXInputsFactory.js +185 -0
  56. package/esm2015/lib/PrefixShiftType.js +17 -0
  57. package/esm2015/lib/PrefixView.js +7 -0
  58. package/esm2015/lib/PrefixVisualModelExport.js +35 -0
  59. package/esm2015/lib/Replaced.js +21 -0
  60. package/esm2015/lib/RippleView.js +7 -0
  61. package/esm2015/lib/RippleView_combined.js +396 -0
  62. package/esm2015/lib/RippleVisualModelExport.js +38 -0
  63. package/esm2015/lib/SelectedValueChangedEventArgs.js +33 -0
  64. package/esm2015/lib/SuffixShiftType.js +17 -0
  65. package/esm2015/lib/SuffixView.js +7 -0
  66. package/esm2015/lib/SuffixVisualModelExport.js +34 -0
  67. package/esm2015/lib/TextElementsVisualModelExport.js +44 -0
  68. package/esm2015/lib/Theme.js +48 -0
  69. package/esm2015/lib/ThemeResolver.js +176 -0
  70. package/esm2015/lib/XButton.js +7 -0
  71. package/esm2015/lib/XButtonBridge.js +297 -0
  72. package/esm2015/lib/XButtonGroup.js +7 -0
  73. package/esm2015/lib/XButtonGroupButtonCollection.js +28 -0
  74. package/esm2015/lib/XCalendar.js +7 -0
  75. package/esm2015/lib/XCalendarLocaleEn.js +56 -0
  76. package/esm2015/lib/XCheckbox.js +7 -0
  77. package/esm2015/lib/XCheckboxBridge.js +78 -0
  78. package/esm2015/lib/XComponentBridge.js +48 -0
  79. package/esm2015/lib/XIcon.js +7 -0
  80. package/esm2015/lib/XIconBridge.js +93 -0
  81. package/esm2015/lib/XIconButtonBridge.js +77 -0
  82. package/esm2015/lib/XInput.js +7 -0
  83. package/esm2015/lib/XInputBridge.js +215 -0
  84. package/esm2015/lib/XInputGroup.js +7 -0
  85. package/esm2015/lib/XInputGroupInputCollection.js +7 -0
  86. package/esm2015/lib/XInputGroupItem.js +7 -0
  87. package/esm2015/lib/XLabel.js +7 -0
  88. package/esm2015/lib/XPopupBridge.js +287 -0
  89. package/esm2015/lib/XPrefix.js +7 -0
  90. package/esm2015/lib/XRipple.js +7 -0
  91. package/esm2015/lib/XSuffix.js +7 -0
  92. package/esm2015/lib/igx-button-click-event-args.js +24 -0
  93. package/esm2015/lib/igx-button-group-selection-changed-event-args.js +24 -0
  94. package/esm2015/lib/igx-checkbox-change-event-args.js +37 -0
  95. package/esm2015/lib/igx-date-picker-component.js +596 -0
  96. package/esm2015/lib/igx-date-picker-dynamic-module.js +66 -0
  97. package/esm2015/lib/igx-date-picker-module.js +60 -0
  98. package/esm2015/lib/igx-got-focus-event-args.js +24 -0
  99. package/esm2015/lib/igx-input-change-event-args.js +37 -0
  100. package/esm2015/lib/igx-lost-focus-event-args.js +24 -0
  101. package/esm2015/lib/igx-selected-value-changed-event-args.js +36 -0
  102. package/esm2015/lib/igx-x-button-component.js +2286 -0
  103. package/esm2015/lib/igx-x-button-dynamic-module.js +52 -0
  104. package/esm2015/lib/igx-x-button-group-button-collection.js +48 -0
  105. package/esm2015/lib/igx-x-button-group-component.js +1000 -0
  106. package/esm2015/lib/igx-x-button-group-dynamic-module.js +52 -0
  107. package/esm2015/lib/igx-x-button-group-module.js +46 -0
  108. package/esm2015/lib/igx-x-button-module.js +46 -0
  109. package/esm2015/lib/igx-x-calendar-component.js +468 -0
  110. package/esm2015/lib/igx-x-calendar-dynamic-module.js +52 -0
  111. package/esm2015/lib/igx-x-calendar-locale-en-module.js +31 -0
  112. package/esm2015/lib/igx-x-calendar-module.js +46 -0
  113. package/esm2015/lib/igx-x-checkbox-component.js +586 -0
  114. package/esm2015/lib/igx-x-checkbox-dynamic-module.js +52 -0
  115. package/esm2015/lib/igx-x-checkbox-module.js +46 -0
  116. package/esm2015/lib/igx-x-icon-component.js +596 -0
  117. package/esm2015/lib/igx-x-icon-dynamic-module.js +45 -0
  118. package/esm2015/lib/igx-x-icon-module.js +39 -0
  119. package/esm2015/lib/igx-x-input-component.js +551 -0
  120. package/esm2015/lib/igx-x-input-dynamic-module.js +45 -0
  121. package/esm2015/lib/igx-x-input-group-component.js +2046 -0
  122. package/esm2015/lib/igx-x-input-group-dynamic-module.js +59 -0
  123. package/esm2015/lib/igx-x-input-group-input-collection.js +48 -0
  124. package/esm2015/lib/igx-x-input-group-item-component.js +140 -0
  125. package/esm2015/lib/igx-x-input-group-module.js +53 -0
  126. package/esm2015/lib/igx-x-input-module.js +39 -0
  127. package/esm2015/lib/igx-x-label-component.js +423 -0
  128. package/esm2015/lib/igx-x-label-dynamic-module.js +45 -0
  129. package/esm2015/lib/igx-x-label-module.js +39 -0
  130. package/esm2015/lib/igx-x-prefix-component.js +165 -0
  131. package/esm2015/lib/igx-x-prefix-dynamic-module.js +45 -0
  132. package/esm2015/lib/igx-x-prefix-module.js +39 -0
  133. package/esm2015/lib/igx-x-ripple-component.js +322 -0
  134. package/esm2015/lib/igx-x-ripple-dynamic-module.js +38 -0
  135. package/esm2015/lib/igx-x-ripple-module.js +36 -0
  136. package/esm2015/lib/igx-x-suffix-component.js +165 -0
  137. package/esm2015/public_api.js +123 -0
  138. package/esm5/igniteui-angular-inputs.js +4 -0
  139. package/esm5/lib/ButtonClickEventArgs.js +20 -0
  140. package/esm5/lib/ButtonDisplayStyle.js +11 -0
  141. package/esm5/lib/ButtonGroupDisplayStyle.js +11 -0
  142. package/esm5/lib/ButtonGroupOrientation.js +16 -0
  143. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +20 -0
  144. package/esm5/lib/ButtonGroupView.js +7 -0
  145. package/esm5/lib/ButtonGroupView_combined.js +1701 -0
  146. package/esm5/lib/ButtonGroupVisualModelExport.js +58 -0
  147. package/esm5/lib/ButtonView.js +7 -0
  148. package/esm5/lib/ButtonView_combined.js +3985 -0
  149. package/esm5/lib/ButtonVisualModelExport.js +111 -0
  150. package/esm5/lib/CalendarView.js +7 -0
  151. package/esm5/lib/CalendarView_combined.js +2915 -0
  152. package/esm5/lib/CalendarVisualModelExport.js +102 -0
  153. package/esm5/lib/CheckboxChangeEventArgs.js +43 -0
  154. package/esm5/lib/CheckboxLabelPosition.js +11 -0
  155. package/esm5/lib/CheckboxView.js +7 -0
  156. package/esm5/lib/CheckboxView_combined.js +1303 -0
  157. package/esm5/lib/CheckboxVisualModelExport.js +64 -0
  158. package/esm5/lib/DateFormats.js +25 -0
  159. package/esm5/lib/DatePicker.js +7 -0
  160. package/esm5/lib/DatePickerView.js +7 -0
  161. package/esm5/lib/DatePickerView_combined.js +1690 -0
  162. package/esm5/lib/DatePickerVisualModelExport.js +72 -0
  163. package/esm5/lib/DateTimeValueFormatter.js +110 -0
  164. package/esm5/lib/DayInfo.js +25 -0
  165. package/esm5/lib/DayOfWeek.js +45 -0
  166. package/esm5/lib/ElevationHelper.js +71 -0
  167. package/esm5/lib/FirstWeek.js +29 -0
  168. package/esm5/lib/GotFocusEventArgs.js +20 -0
  169. package/esm5/lib/IconClickedEventArgs.js +20 -0
  170. package/esm5/lib/IconView.js +7 -0
  171. package/esm5/lib/IconView_combined.js +1012 -0
  172. package/esm5/lib/IconVisualModelExport.js +82 -0
  173. package/esm5/lib/InputChangeEventArgs.js +43 -0
  174. package/esm5/lib/InputGroupDisplayType.js +18 -0
  175. package/esm5/lib/InputGroupView.js +7 -0
  176. package/esm5/lib/InputGroupView_combined.js +6660 -0
  177. package/esm5/lib/InputGroupVisualModelExport.js +111 -0
  178. package/esm5/lib/InputShiftType.js +17 -0
  179. package/esm5/lib/InputView.js +7 -0
  180. package/esm5/lib/InputVisualModelExport.js +80 -0
  181. package/esm5/lib/KEYCODES.js +11 -0
  182. package/esm5/lib/LabelShiftType.js +17 -0
  183. package/esm5/lib/LabelView.js +7 -0
  184. package/esm5/lib/LabelVisualModelExport.js +86 -0
  185. package/esm5/lib/LostFocusEventArgs.js +20 -0
  186. package/esm5/lib/MaskOptions.js +23 -0
  187. package/esm5/lib/MaskParsingService.js +267 -0
  188. package/esm5/lib/NativeUIXInputsFactory.js +195 -0
  189. package/esm5/lib/PrefixShiftType.js +17 -0
  190. package/esm5/lib/PrefixView.js +7 -0
  191. package/esm5/lib/PrefixVisualModelExport.js +37 -0
  192. package/esm5/lib/Replaced.js +23 -0
  193. package/esm5/lib/RippleView.js +7 -0
  194. package/esm5/lib/RippleView_combined.js +491 -0
  195. package/esm5/lib/RippleVisualModelExport.js +40 -0
  196. package/esm5/lib/SelectedValueChangedEventArgs.js +43 -0
  197. package/esm5/lib/SuffixShiftType.js +17 -0
  198. package/esm5/lib/SuffixView.js +7 -0
  199. package/esm5/lib/SuffixVisualModelExport.js +36 -0
  200. package/esm5/lib/TextElementsVisualModelExport.js +46 -0
  201. package/esm5/lib/Theme.js +58 -0
  202. package/esm5/lib/ThemeResolver.js +182 -0
  203. package/esm5/lib/XButton.js +7 -0
  204. package/esm5/lib/XButtonBridge.js +299 -0
  205. package/esm5/lib/XButtonGroup.js +7 -0
  206. package/esm5/lib/XButtonGroupButtonCollection.js +30 -0
  207. package/esm5/lib/XCalendar.js +7 -0
  208. package/esm5/lib/XCalendarLocaleEn.js +58 -0
  209. package/esm5/lib/XCheckbox.js +7 -0
  210. package/esm5/lib/XCheckboxBridge.js +80 -0
  211. package/esm5/lib/XComponentBridge.js +54 -0
  212. package/esm5/lib/XIcon.js +7 -0
  213. package/esm5/lib/XIconBridge.js +95 -0
  214. package/esm5/lib/XIconButtonBridge.js +79 -0
  215. package/esm5/lib/XInput.js +7 -0
  216. package/esm5/lib/XInputBridge.js +217 -0
  217. package/esm5/lib/XInputGroup.js +7 -0
  218. package/esm5/lib/XInputGroupInputCollection.js +7 -0
  219. package/esm5/lib/XInputGroupItem.js +7 -0
  220. package/esm5/lib/XLabel.js +7 -0
  221. package/esm5/lib/XPopupBridge.js +289 -0
  222. package/esm5/lib/XPrefix.js +7 -0
  223. package/esm5/lib/XRipple.js +7 -0
  224. package/esm5/lib/XSuffix.js +7 -0
  225. package/esm5/lib/igx-button-click-event-args.js +30 -0
  226. package/esm5/lib/igx-button-group-selection-changed-event-args.js +30 -0
  227. package/esm5/lib/igx-checkbox-change-event-args.js +51 -0
  228. package/esm5/lib/igx-date-picker-component.js +720 -0
  229. package/esm5/lib/igx-date-picker-dynamic-module.js +65 -0
  230. package/esm5/lib/igx-date-picker-module.js +59 -0
  231. package/esm5/lib/igx-got-focus-event-args.js +30 -0
  232. package/esm5/lib/igx-input-change-event-args.js +51 -0
  233. package/esm5/lib/igx-lost-focus-event-args.js +30 -0
  234. package/esm5/lib/igx-selected-value-changed-event-args.js +50 -0
  235. package/esm5/lib/igx-x-button-component.js +3018 -0
  236. package/esm5/lib/igx-x-button-dynamic-module.js +51 -0
  237. package/esm5/lib/igx-x-button-group-button-collection.js +53 -0
  238. package/esm5/lib/igx-x-button-group-component.js +1272 -0
  239. package/esm5/lib/igx-x-button-group-dynamic-module.js +51 -0
  240. package/esm5/lib/igx-x-button-group-module.js +45 -0
  241. package/esm5/lib/igx-x-button-module.js +45 -0
  242. package/esm5/lib/igx-x-calendar-component.js +572 -0
  243. package/esm5/lib/igx-x-calendar-dynamic-module.js +51 -0
  244. package/esm5/lib/igx-x-calendar-locale-en-module.js +30 -0
  245. package/esm5/lib/igx-x-calendar-module.js +45 -0
  246. package/esm5/lib/igx-x-checkbox-component.js +724 -0
  247. package/esm5/lib/igx-x-checkbox-dynamic-module.js +51 -0
  248. package/esm5/lib/igx-x-checkbox-module.js +45 -0
  249. package/esm5/lib/igx-x-icon-component.js +732 -0
  250. package/esm5/lib/igx-x-icon-dynamic-module.js +44 -0
  251. package/esm5/lib/igx-x-icon-module.js +38 -0
  252. package/esm5/lib/igx-x-input-component.js +683 -0
  253. package/esm5/lib/igx-x-input-dynamic-module.js +44 -0
  254. package/esm5/lib/igx-x-input-group-component.js +2697 -0
  255. package/esm5/lib/igx-x-input-group-dynamic-module.js +58 -0
  256. package/esm5/lib/igx-x-input-group-input-collection.js +53 -0
  257. package/esm5/lib/igx-x-input-group-item-component.js +151 -0
  258. package/esm5/lib/igx-x-input-group-module.js +52 -0
  259. package/esm5/lib/igx-x-input-module.js +38 -0
  260. package/esm5/lib/igx-x-label-component.js +522 -0
  261. package/esm5/lib/igx-x-label-dynamic-module.js +44 -0
  262. package/esm5/lib/igx-x-label-module.js +38 -0
  263. package/esm5/lib/igx-x-prefix-component.js +180 -0
  264. package/esm5/lib/igx-x-prefix-dynamic-module.js +44 -0
  265. package/esm5/lib/igx-x-prefix-module.js +38 -0
  266. package/esm5/lib/igx-x-ripple-component.js +381 -0
  267. package/esm5/lib/igx-x-ripple-dynamic-module.js +37 -0
  268. package/esm5/lib/igx-x-ripple-module.js +35 -0
  269. package/esm5/lib/igx-x-suffix-component.js +180 -0
  270. package/esm5/public_api.js +123 -0
  271. package/fesm2015/igniteui-angular-inputs.js +30534 -0
  272. package/fesm5/igniteui-angular-inputs.js +36038 -0
  273. package/igniteui-angular-inputs.d.ts +5 -0
  274. package/lib/ButtonClickEventArgs.d.ts +7 -0
  275. package/lib/ButtonDisplayStyle.d.ts +15 -0
  276. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  277. package/lib/ButtonGroupOrientation.d.ts +9 -0
  278. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  279. package/lib/ButtonGroupView.d.ts +1 -0
  280. package/lib/ButtonGroupView_combined.d.ts +372 -0
  281. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  282. package/lib/ButtonView.d.ts +1 -0
  283. package/lib/ButtonView_combined.d.ts +695 -0
  284. package/lib/ButtonVisualModelExport.d.ts +46 -0
  285. package/lib/CalendarView.d.ts +1 -0
  286. package/lib/CalendarView_combined.d.ts +231 -0
  287. package/lib/CalendarVisualModelExport.d.ts +33 -0
  288. package/lib/CheckboxChangeEventArgs.d.ts +13 -0
  289. package/lib/CheckboxLabelPosition.d.ts +12 -0
  290. package/lib/CheckboxView.d.ts +1 -0
  291. package/lib/CheckboxView_combined.d.ts +214 -0
  292. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  293. package/lib/DateFormats.d.ts +18 -0
  294. package/lib/DatePicker.d.ts +1 -0
  295. package/lib/DatePickerView.d.ts +1 -0
  296. package/lib/DatePickerView_combined.d.ts +225 -0
  297. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  298. package/lib/DateTimeValueFormatter.d.ts +20 -0
  299. package/lib/DayInfo.d.ts +13 -0
  300. package/lib/DayOfWeek.d.ts +38 -0
  301. package/lib/ElevationHelper.d.ts +16 -0
  302. package/lib/FirstWeek.d.ts +22 -0
  303. package/lib/GotFocusEventArgs.d.ts +7 -0
  304. package/lib/IconClickedEventArgs.d.ts +7 -0
  305. package/lib/IconView.d.ts +1 -0
  306. package/lib/IconView_combined.d.ts +198 -0
  307. package/lib/IconVisualModelExport.d.ts +26 -0
  308. package/lib/InputChangeEventArgs.d.ts +13 -0
  309. package/lib/InputGroupDisplayType.d.ts +11 -0
  310. package/lib/InputGroupView.d.ts +1 -0
  311. package/lib/InputGroupView_combined.d.ts +1202 -0
  312. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  313. package/lib/InputShiftType.d.ts +10 -0
  314. package/lib/InputView.d.ts +1 -0
  315. package/lib/InputVisualModelExport.d.ts +30 -0
  316. package/lib/KEYCODES.d.ts +27 -0
  317. package/lib/LabelShiftType.d.ts +10 -0
  318. package/lib/LabelView.d.ts +1 -0
  319. package/lib/LabelVisualModelExport.d.ts +34 -0
  320. package/lib/LostFocusEventArgs.d.ts +7 -0
  321. package/lib/MaskOptions.d.ts +9 -0
  322. package/lib/MaskParsingService.d.ts +19 -0
  323. package/lib/NativeUIXInputsFactory.d.ts +24 -0
  324. package/lib/PrefixShiftType.d.ts +10 -0
  325. package/lib/PrefixView.d.ts +1 -0
  326. package/lib/PrefixVisualModelExport.d.ts +13 -0
  327. package/lib/Replaced.d.ts +9 -0
  328. package/lib/RippleView.d.ts +1 -0
  329. package/lib/RippleView_combined.d.ts +98 -0
  330. package/lib/RippleVisualModelExport.d.ts +15 -0
  331. package/lib/SelectedValueChangedEventArgs.d.ts +13 -0
  332. package/lib/SuffixShiftType.d.ts +10 -0
  333. package/lib/SuffixView.d.ts +1 -0
  334. package/lib/SuffixVisualModelExport.d.ts +13 -0
  335. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  336. package/lib/Theme.d.ts +15 -0
  337. package/lib/ThemeResolver.d.ts +56 -0
  338. package/lib/XButton.d.ts +1 -0
  339. package/lib/XButtonBridge.d.ts +39 -0
  340. package/lib/XButtonGroup.d.ts +1 -0
  341. package/lib/XButtonGroupButtonCollection.d.ts +12 -0
  342. package/lib/XCalendar.d.ts +1 -0
  343. package/lib/XCalendarLocaleEn.d.ts +49 -0
  344. package/lib/XCheckbox.d.ts +1 -0
  345. package/lib/XCheckboxBridge.d.ts +19 -0
  346. package/lib/XComponentBridge.d.ts +18 -0
  347. package/lib/XIcon.d.ts +1 -0
  348. package/lib/XIconBridge.d.ts +14 -0
  349. package/lib/XIconButtonBridge.d.ts +16 -0
  350. package/lib/XInput.d.ts +1 -0
  351. package/lib/XInputBridge.d.ts +28 -0
  352. package/lib/XInputGroup.d.ts +1 -0
  353. package/lib/XInputGroupInputCollection.d.ts +1 -0
  354. package/lib/XInputGroupItem.d.ts +1 -0
  355. package/lib/XLabel.d.ts +1 -0
  356. package/lib/XPopupBridge.d.ts +52 -0
  357. package/lib/XPrefix.d.ts +1 -0
  358. package/lib/XRipple.d.ts +1 -0
  359. package/lib/XSuffix.d.ts +1 -0
  360. package/lib/igx-button-click-event-args.d.ts +12 -0
  361. package/lib/igx-button-group-selection-changed-event-args.d.ts +12 -0
  362. package/lib/igx-checkbox-change-event-args.d.ts +18 -0
  363. package/lib/igx-date-picker-component.d.ts +215 -0
  364. package/lib/igx-date-picker-dynamic-module.d.ts +13 -0
  365. package/lib/igx-date-picker-module.d.ts +13 -0
  366. package/lib/igx-got-focus-event-args.d.ts +12 -0
  367. package/lib/igx-input-change-event-args.d.ts +17 -0
  368. package/lib/igx-lost-focus-event-args.d.ts +12 -0
  369. package/lib/igx-selected-value-changed-event-args.d.ts +16 -0
  370. package/lib/igx-x-button-component.d.ts +980 -0
  371. package/lib/igx-x-button-dynamic-module.d.ts +11 -0
  372. package/lib/igx-x-button-group-button-collection.d.ts +8 -0
  373. package/lib/igx-x-button-group-component.d.ts +416 -0
  374. package/lib/igx-x-button-group-dynamic-module.d.ts +11 -0
  375. package/lib/igx-x-button-group-module.d.ts +11 -0
  376. package/lib/igx-x-button-module.d.ts +11 -0
  377. package/lib/igx-x-calendar-component.d.ts +177 -0
  378. package/lib/igx-x-calendar-dynamic-module.d.ts +11 -0
  379. package/lib/igx-x-calendar-locale-en-module.d.ts +8 -0
  380. package/lib/igx-x-calendar-module.d.ts +11 -0
  381. package/lib/igx-x-checkbox-component.d.ts +238 -0
  382. package/lib/igx-x-checkbox-dynamic-module.d.ts +11 -0
  383. package/lib/igx-x-checkbox-module.d.ts +11 -0
  384. package/lib/igx-x-icon-component.d.ts +255 -0
  385. package/lib/igx-x-icon-dynamic-module.d.ts +10 -0
  386. package/lib/igx-x-icon-module.d.ts +10 -0
  387. package/lib/igx-x-input-component.d.ts +212 -0
  388. package/lib/igx-x-input-dynamic-module.d.ts +10 -0
  389. package/lib/igx-x-input-group-component.d.ts +855 -0
  390. package/lib/igx-x-input-group-dynamic-module.d.ts +12 -0
  391. package/lib/igx-x-input-group-input-collection.d.ts +8 -0
  392. package/lib/igx-x-input-group-item-component.d.ts +35 -0
  393. package/lib/igx-x-input-group-module.d.ts +12 -0
  394. package/lib/igx-x-input-module.d.ts +10 -0
  395. package/lib/igx-x-label-component.d.ts +175 -0
  396. package/lib/igx-x-label-dynamic-module.d.ts +10 -0
  397. package/lib/igx-x-label-module.d.ts +10 -0
  398. package/lib/igx-x-prefix-component.d.ts +60 -0
  399. package/lib/igx-x-prefix-dynamic-module.d.ts +10 -0
  400. package/lib/igx-x-prefix-module.d.ts +10 -0
  401. package/lib/igx-x-ripple-component.d.ts +110 -0
  402. package/lib/igx-x-ripple-dynamic-module.d.ts +9 -0
  403. package/lib/igx-x-ripple-module.d.ts +9 -0
  404. package/lib/igx-x-suffix-component.d.ts +60 -0
  405. package/package.json +39 -0
  406. package/public_api.d.ts +123 -0
@@ -0,0 +1,3018 @@
1
+ import { Output, TemplateRef, EventEmitter, Component, ViewContainerRef, ViewChild, Input, ChangeDetectionStrategy, HostBinding } from '@angular/core';
2
+ import { XButton } from "./XButton";
3
+ import { ensureEnum, brushToString, stringToBrush, ensureBool, toSpinal, initializePropertiesFromCss, NamePatcher } from "igniteui-angular-core";
4
+ import { FontInfo } from "igniteui-angular-core";
5
+ import { AngularRenderer, PortalManager } from "igniteui-angular-core";
6
+ import { delegateCombine } from "igniteui-angular-core";
7
+ import { CornerRadius } from "igniteui-angular-core";
8
+ import { ButtonDisplayStyle_$type } from './ButtonDisplayStyle';
9
+ import { IgxButtonClickEventArgs } from './igx-button-click-event-args';
10
+ import { TypeRegistrar } from "igniteui-angular-core";
11
+ import { ControlDisplayDensity_$type } from "igniteui-angular-core";
12
+ import { ElevationMode_$type } from "igniteui-angular-core";
13
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
14
+ import { HorizontalAlignment_$type } from "igniteui-angular-core";
15
+ import { VerticalAlignment_$type } from "igniteui-angular-core";
16
+ import { IgxFocusEventArgs } from "igniteui-angular-core";
17
+ import * as i0 from "@angular/core";
18
+ var IgxXButtonComponent = /** @class */ /*@__PURE__*/ (function () {
19
+ function IgxXButtonComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
20
+ this.renderer = renderer;
21
+ this._elRef = _elRef;
22
+ this.ngZone = ngZone;
23
+ this.injector = injector;
24
+ this.componentFactoryResolver = componentFactoryResolver;
25
+ this._wrapper = null;
26
+ this._portalManager = null;
27
+ this._root = null;
28
+ this.__p = null;
29
+ this._hasUserValues = new Set();
30
+ this._stylingContainer = null;
31
+ this._stylingParent = null;
32
+ this._inStyling = false;
33
+ this._clicked = null;
34
+ this._gotFocus = null;
35
+ this._lostFocus = null;
36
+ this._zoneRunner = null;
37
+ if (this._styling) {
38
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
39
+ }
40
+ this._implementation = this.createImplementation();
41
+ this._implementation.externalObject = this;
42
+ if (renderer) {
43
+ this.container = renderer.createElement("div");
44
+ renderer.appendChild(_elRef.element.nativeElement, this.container);
45
+ renderer.setStyle(this.container, "display", "inline-block");
46
+ }
47
+ var root;
48
+ root = this.container;
49
+ if (this.container != null) {
50
+ root = this.container;
51
+ }
52
+ if (root && root.nativeElement) {
53
+ root = root.nativeElement;
54
+ }
55
+ this._root = root;
56
+ var button = this.i;
57
+ this._button = button;
58
+ if (renderer) {
59
+ this._portalManager = new PortalManager("buttonContent", componentFactoryResolver);
60
+ var ren = new AngularRenderer(root, this.renderer, window.document, this.ngZone, true, {}, this._portalManager);
61
+ this._wrapper = ren;
62
+ button.provideContainer(ren);
63
+ }
64
+ }
65
+ // supports angular themes or custom properties set in CSS
66
+ IgxXButtonComponent.prototype.updateStyle = function () {
67
+ this._styling(this._root, this);
68
+ };
69
+ IgxXButtonComponent.prototype.ngOnDestroy = function () {
70
+ this._button.destroy();
71
+ this._wrapper.destroy();
72
+ };
73
+ IgxXButtonComponent.prototype.ngAfterViewInit = function () {
74
+ this._portalManager.dynamicContent = this._dynamicContent;
75
+ this._portalManager.onChildContentChanged(this._childTemplateRef);
76
+ this._styling(this._root, this);
77
+ this.updateStyle();
78
+ };
79
+ IgxXButtonComponent.prototype.createImplementation = function () {
80
+ return new XButton();
81
+ };
82
+ Object.defineProperty(IgxXButtonComponent.prototype, "i", {
83
+ /**
84
+ * @hidden
85
+ */
86
+ get: function () {
87
+ return this._implementation;
88
+ } /**
89
+ * @hidden
90
+ */,
91
+ enumerable: false,
92
+ configurable: true
93
+ });
94
+ IgxXButtonComponent._createFromInternal = function (internal) {
95
+ if (!internal) {
96
+ return null;
97
+ }
98
+ if (!internal.$type) {
99
+ return null;
100
+ }
101
+ var name = internal.$type.name;
102
+ var externalName = "Igx" + name + "Component";
103
+ if (!TypeRegistrar.isRegistered(externalName)) {
104
+ return null;
105
+ }
106
+ return TypeRegistrar.create(externalName);
107
+ };
108
+ Object.defineProperty(IgxXButtonComponent.prototype, "minWidth", {
109
+ /**
110
+ * Gets or sets the min width to use for the button.
111
+ */
112
+ get: function () {
113
+ return this.i.bu;
114
+ },
115
+ set: function (v) {
116
+ this.i.bu = +v;
117
+ },
118
+ enumerable: false,
119
+ configurable: true
120
+ });
121
+ Object.defineProperty(IgxXButtonComponent.prototype, "minHeight", {
122
+ /**
123
+ * Gets or sets the min height to use for the button.
124
+ */
125
+ get: function () {
126
+ return this.i.bt;
127
+ },
128
+ set: function (v) {
129
+ this.i.bt = +v;
130
+ },
131
+ enumerable: false,
132
+ configurable: true
133
+ });
134
+ Object.defineProperty(IgxXButtonComponent.prototype, "displayType", {
135
+ /**
136
+ * Gets or sets the display style to use for the button.
137
+ */
138
+ get: function () {
139
+ return this.i.e;
140
+ },
141
+ set: function (v) {
142
+ this.i.e = ensureEnum(ButtonDisplayStyle_$type, v);
143
+ },
144
+ enumerable: false,
145
+ configurable: true
146
+ });
147
+ Object.defineProperty(IgxXButtonComponent.prototype, "density", {
148
+ /**
149
+ * Gets or sets the display density to use for the button.
150
+ */
151
+ get: function () {
152
+ return this.i.r;
153
+ },
154
+ set: function (v) {
155
+ this.i.r = ensureEnum(ControlDisplayDensity_$type, v);
156
+ },
157
+ enumerable: false,
158
+ configurable: true
159
+ });
160
+ Object.defineProperty(IgxXButtonComponent.prototype, "baseTheme", {
161
+ /**
162
+ * Gets or sets the base built in theme to use for the button.
163
+ */
164
+ get: function () {
165
+ return this.i.n;
166
+ },
167
+ set: function (v) {
168
+ this.i.n = ensureEnum(BaseControlTheme_$type, v);
169
+ },
170
+ enumerable: false,
171
+ configurable: true
172
+ });
173
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualDensity", {
174
+ /**
175
+ * Gets the actual display density to use for the label.
176
+ */
177
+ get: function () {
178
+ return this.i.q;
179
+ },
180
+ set: function (v) {
181
+ this.i.q = ensureEnum(ControlDisplayDensity_$type, v);
182
+ },
183
+ enumerable: false,
184
+ configurable: true
185
+ });
186
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualBorderColor", {
187
+ /**
188
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
189
+ */
190
+ get: function () {
191
+ return brushToString(this.i.ng);
192
+ },
193
+ set: function (v) {
194
+ this.i.ng = stringToBrush(v);
195
+ },
196
+ enumerable: false,
197
+ configurable: true
198
+ });
199
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualUmbraShadowColor", {
200
+ /**
201
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
202
+ */
203
+ get: function () {
204
+ return brushToString(this.i.nr);
205
+ },
206
+ set: function (v) {
207
+ this.i.nr = stringToBrush(v);
208
+ },
209
+ enumerable: false,
210
+ configurable: true
211
+ });
212
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualPenumbraShadowColor", {
213
+ /**
214
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
215
+ */
216
+ get: function () {
217
+ return brushToString(this.i.no);
218
+ },
219
+ set: function (v) {
220
+ this.i.no = stringToBrush(v);
221
+ },
222
+ enumerable: false,
223
+ configurable: true
224
+ });
225
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualAmbientShadowColor", {
226
+ /**
227
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
228
+ */
229
+ get: function () {
230
+ return brushToString(this.i.ne);
231
+ },
232
+ set: function (v) {
233
+ this.i.ne = stringToBrush(v);
234
+ },
235
+ enumerable: false,
236
+ configurable: true
237
+ });
238
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualRestingElevation", {
239
+ /**
240
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
241
+ */
242
+ get: function () {
243
+ return this.i.ct;
244
+ },
245
+ set: function (v) {
246
+ this.i.ct = +v;
247
+ },
248
+ enumerable: false,
249
+ configurable: true
250
+ });
251
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualFocusElevation", {
252
+ /**
253
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
254
+ */
255
+ get: function () {
256
+ return this.i.cr;
257
+ },
258
+ set: function (v) {
259
+ this.i.cr = +v;
260
+ },
261
+ enumerable: false,
262
+ configurable: true
263
+ });
264
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualHoverElevation", {
265
+ /**
266
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
267
+ */
268
+ get: function () {
269
+ return this.i.cs;
270
+ },
271
+ set: function (v) {
272
+ this.i.cs = +v;
273
+ },
274
+ enumerable: false,
275
+ configurable: true
276
+ });
277
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualRippleColor", {
278
+ /**
279
+ * Gets or sets the color to use for the ripple when the button is pressed.
280
+ */
281
+ get: function () {
282
+ return brushToString(this.i.np);
283
+ },
284
+ set: function (v) {
285
+ this.i.np = stringToBrush(v);
286
+ },
287
+ enumerable: false,
288
+ configurable: true
289
+ });
290
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualCornerRadiusBottomRight", {
291
+ get: function () {
292
+ return this.i.kr ? this.i.kr.b : NaN;
293
+ },
294
+ set: function (v) {
295
+ this.ensureActualCornerRadius();
296
+ this.i.kr.b = +v;
297
+ this.i.kr = this.i.kr;
298
+ },
299
+ enumerable: false,
300
+ configurable: true
301
+ });
302
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualCornerRadiusBottomLeft", {
303
+ get: function () {
304
+ return this.i.kr ? this.i.kr.a : NaN;
305
+ },
306
+ set: function (v) {
307
+ this.ensureActualCornerRadius();
308
+ this.i.kr.a = +v;
309
+ this.i.kr = this.i.kr;
310
+ },
311
+ enumerable: false,
312
+ configurable: true
313
+ });
314
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualCornerRadiusTopLeft", {
315
+ get: function () {
316
+ return this.i.kr ? this.i.kr.c : NaN;
317
+ },
318
+ set: function (v) {
319
+ this.ensureActualCornerRadius();
320
+ this.i.kr.c = +v;
321
+ this.i.kr = this.i.kr;
322
+ },
323
+ enumerable: false,
324
+ configurable: true
325
+ });
326
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualCornerRadiusTopRight", {
327
+ get: function () {
328
+ return this.i.kr ? this.i.kr.d : NaN;
329
+ },
330
+ set: function (v) {
331
+ this.ensureActualCornerRadius();
332
+ this.i.kr.d = +v;
333
+ this.i.kr = this.i.kr;
334
+ },
335
+ enumerable: false,
336
+ configurable: true
337
+ });
338
+ IgxXButtonComponent.prototype.ensureActualCornerRadius = function () {
339
+ if (this.i.kr) {
340
+ return;
341
+ }
342
+ this.i.kr = new CornerRadius(2);
343
+ };
344
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualBackgroundColor", {
345
+ /**
346
+ * Gets the color to use for the actual background.
347
+ */
348
+ get: function () {
349
+ return brushToString(this.i.nf);
350
+ },
351
+ set: function (v) {
352
+ this.i.nf = stringToBrush(v);
353
+ },
354
+ enumerable: false,
355
+ configurable: true
356
+ });
357
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualDisabledBackgroundColor", {
358
+ /**
359
+ * Gets the actual color to use for the disabled background of the button.
360
+ */
361
+ get: function () {
362
+ return brushToString(this.i.nh);
363
+ },
364
+ set: function (v) {
365
+ this.i.nh = stringToBrush(v);
366
+ },
367
+ enumerable: false,
368
+ configurable: true
369
+ });
370
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualDisabledBorderColor", {
371
+ /**
372
+ * Gets the actual color to use for the disabled border of the button.
373
+ */
374
+ get: function () {
375
+ return brushToString(this.i.ni);
376
+ },
377
+ set: function (v) {
378
+ this.i.ni = stringToBrush(v);
379
+ },
380
+ enumerable: false,
381
+ configurable: true
382
+ });
383
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualDisabledTextColor", {
384
+ /**
385
+ * Gets the actual color to use for the disabled text of the button.
386
+ */
387
+ get: function () {
388
+ return brushToString(this.i.nj);
389
+ },
390
+ set: function (v) {
391
+ this.i.nj = stringToBrush(v);
392
+ },
393
+ enumerable: false,
394
+ configurable: true
395
+ });
396
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualDisabledElevation", {
397
+ /**
398
+ * Gets the actual disabled elevation to use for the button.
399
+ */
400
+ get: function () {
401
+ return this.i.cq;
402
+ },
403
+ set: function (v) {
404
+ this.i.cq = +v;
405
+ },
406
+ enumerable: false,
407
+ configurable: true
408
+ });
409
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualElevationMode", {
410
+ /**
411
+ * Gets the actual disabled elevation to use for the button.
412
+ */
413
+ get: function () {
414
+ return this.i.u;
415
+ },
416
+ set: function (v) {
417
+ this.i.u = ensureEnum(ElevationMode_$type, v);
418
+ },
419
+ enumerable: false,
420
+ configurable: true
421
+ });
422
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualTextColor", {
423
+ /**
424
+ * Gets the color to use for the actual background.
425
+ */
426
+ get: function () {
427
+ return brushToString(this.i.nq);
428
+ },
429
+ set: function (v) {
430
+ this.i.nq = stringToBrush(v);
431
+ },
432
+ enumerable: false,
433
+ configurable: true
434
+ });
435
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualHoverTextColor", {
436
+ /**
437
+ * Gets the color to use for the actual background.
438
+ */
439
+ get: function () {
440
+ return brushToString(this.i.nn);
441
+ },
442
+ set: function (v) {
443
+ this.i.nn = stringToBrush(v);
444
+ },
445
+ enumerable: false,
446
+ configurable: true
447
+ });
448
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualFocusBackgroundColor", {
449
+ /**
450
+ * Gets the color to use for the actual background.
451
+ */
452
+ get: function () {
453
+ return brushToString(this.i.nk);
454
+ },
455
+ set: function (v) {
456
+ this.i.nk = stringToBrush(v);
457
+ },
458
+ enumerable: false,
459
+ configurable: true
460
+ });
461
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualFocusTextColor", {
462
+ /**
463
+ * Gets the actual color to use for the focused text.
464
+ */
465
+ get: function () {
466
+ return brushToString(this.i.nl);
467
+ },
468
+ set: function (v) {
469
+ this.i.nl = stringToBrush(v);
470
+ },
471
+ enumerable: false,
472
+ configurable: true
473
+ });
474
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualHoverBackgroundColor", {
475
+ /**
476
+ * Gets the hover color to use for the actual background.
477
+ */
478
+ get: function () {
479
+ return brushToString(this.i.nm);
480
+ },
481
+ set: function (v) {
482
+ this.i.nm = stringToBrush(v);
483
+ },
484
+ enumerable: false,
485
+ configurable: true
486
+ });
487
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualBorderWidth", {
488
+ /**
489
+ * Gets or sets the Width to use for the check mark when the checkbox is checked.
490
+ */
491
+ get: function () {
492
+ return this.i.bf;
493
+ },
494
+ set: function (v) {
495
+ this.i.bf = +v;
496
+ },
497
+ enumerable: false,
498
+ configurable: true
499
+ });
500
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedBackgroundColor", {
501
+ /**
502
+ * Gets or sets the color to use for the background of the button when the type is raised.
503
+ */
504
+ get: function () {
505
+ return brushToString(this.i.qv);
506
+ },
507
+ set: function (v) {
508
+ this.i.qv = stringToBrush(v);
509
+ },
510
+ enumerable: false,
511
+ configurable: true
512
+ });
513
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedDisabledBackgroundColor", {
514
+ /**
515
+ * Gets or sets the color to use for the disabled background of the button when the type is raised.
516
+ */
517
+ get: function () {
518
+ return brushToString(this.i.qx);
519
+ },
520
+ set: function (v) {
521
+ this.i.qx = stringToBrush(v);
522
+ },
523
+ enumerable: false,
524
+ configurable: true
525
+ });
526
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedDisabledBorderColor", {
527
+ /**
528
+ * Gets or sets the color to use for the disabled border of the button when the type is raised.
529
+ */
530
+ get: function () {
531
+ return brushToString(this.i.qy);
532
+ },
533
+ set: function (v) {
534
+ this.i.qy = stringToBrush(v);
535
+ },
536
+ enumerable: false,
537
+ configurable: true
538
+ });
539
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedDisabledTextColor", {
540
+ /**
541
+ * Gets or sets the color to use for the disabled text of the button when the type is raised.
542
+ */
543
+ get: function () {
544
+ return brushToString(this.i.qz);
545
+ },
546
+ set: function (v) {
547
+ this.i.qz = stringToBrush(v);
548
+ },
549
+ enumerable: false,
550
+ configurable: true
551
+ });
552
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedDisabledElevation", {
553
+ /**
554
+ * Gets or sets the disabled elevation to use for the button when the type is raised.
555
+ */
556
+ get: function () {
557
+ return this.i.dy;
558
+ },
559
+ set: function (v) {
560
+ this.i.dy = +v;
561
+ },
562
+ enumerable: false,
563
+ configurable: true
564
+ });
565
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedHoverBackgroundColor", {
566
+ /**
567
+ * Gets or sets the hover color to use for the background of the button when the type is raised.
568
+ */
569
+ get: function () {
570
+ return brushToString(this.i.q2);
571
+ },
572
+ set: function (v) {
573
+ this.i.q2 = stringToBrush(v);
574
+ },
575
+ enumerable: false,
576
+ configurable: true
577
+ });
578
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedBorderColor", {
579
+ /**
580
+ * Gets or sets the border color to use for the button when the type is raised.
581
+ */
582
+ get: function () {
583
+ return brushToString(this.i.qw);
584
+ },
585
+ set: function (v) {
586
+ this.i.qw = stringToBrush(v);
587
+ },
588
+ enumerable: false,
589
+ configurable: true
590
+ });
591
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedRestingElevation", {
592
+ /**
593
+ * Gets or sets the elevation to use for the button when the type is raised.
594
+ */
595
+ get: function () {
596
+ return this.i.d1;
597
+ },
598
+ set: function (v) {
599
+ this.i.d1 = +v;
600
+ },
601
+ enumerable: false,
602
+ configurable: true
603
+ });
604
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedHoverElevation", {
605
+ /**
606
+ * Gets or sets the hover elevation to use for the button when the type is raised.
607
+ */
608
+ get: function () {
609
+ return this.i.d0;
610
+ },
611
+ set: function (v) {
612
+ this.i.d0 = +v;
613
+ },
614
+ enumerable: false,
615
+ configurable: true
616
+ });
617
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedFocusElevation", {
618
+ /**
619
+ * Gets or sets the focus elevation to use for the button when the type is raised.
620
+ */
621
+ get: function () {
622
+ return this.i.dz;
623
+ },
624
+ set: function (v) {
625
+ this.i.dz = +v;
626
+ },
627
+ enumerable: false,
628
+ configurable: true
629
+ });
630
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedBorderWidth", {
631
+ /**
632
+ * Gets or sets the width to use for the button border when the type is raised.
633
+ */
634
+ get: function () {
635
+ return this.i.bw;
636
+ },
637
+ set: function (v) {
638
+ this.i.bw = +v;
639
+ },
640
+ enumerable: false,
641
+ configurable: true
642
+ });
643
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedCornerRadiusBottomRight", {
644
+ get: function () {
645
+ return this.i.k3 ? this.i.k3.b : NaN;
646
+ },
647
+ set: function (v) {
648
+ this.ensureRaisedCornerRadius();
649
+ this.i.k3.b = +v;
650
+ this.i.k3 = this.i.k3;
651
+ },
652
+ enumerable: false,
653
+ configurable: true
654
+ });
655
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedCornerRadiusBottomLeft", {
656
+ get: function () {
657
+ return this.i.k3 ? this.i.k3.a : NaN;
658
+ },
659
+ set: function (v) {
660
+ this.ensureRaisedCornerRadius();
661
+ this.i.k3.a = +v;
662
+ this.i.k3 = this.i.k3;
663
+ },
664
+ enumerable: false,
665
+ configurable: true
666
+ });
667
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedCornerRadiusTopLeft", {
668
+ get: function () {
669
+ return this.i.k3 ? this.i.k3.c : NaN;
670
+ },
671
+ set: function (v) {
672
+ this.ensureRaisedCornerRadius();
673
+ this.i.k3.c = +v;
674
+ this.i.k3 = this.i.k3;
675
+ },
676
+ enumerable: false,
677
+ configurable: true
678
+ });
679
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedCornerRadiusTopRight", {
680
+ get: function () {
681
+ return this.i.k3 ? this.i.k3.d : NaN;
682
+ },
683
+ set: function (v) {
684
+ this.ensureRaisedCornerRadius();
685
+ this.i.k3.d = +v;
686
+ this.i.k3 = this.i.k3;
687
+ },
688
+ enumerable: false,
689
+ configurable: true
690
+ });
691
+ IgxXButtonComponent.prototype.ensureRaisedCornerRadius = function () {
692
+ if (this.i.k3) {
693
+ return;
694
+ }
695
+ this.i.k3 = new CornerRadius(2);
696
+ };
697
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedRippleColor", {
698
+ /**
699
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
700
+ */
701
+ get: function () {
702
+ return brushToString(this.i.q4);
703
+ },
704
+ set: function (v) {
705
+ this.i.q4 = stringToBrush(v);
706
+ },
707
+ enumerable: false,
708
+ configurable: true
709
+ });
710
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatBackgroundColor", {
711
+ /**
712
+ * Gets or sets the color to use for the background of the button when the type is flat.
713
+ */
714
+ get: function () {
715
+ return brushToString(this.i.pu);
716
+ },
717
+ set: function (v) {
718
+ this.i.pu = stringToBrush(v);
719
+ },
720
+ enumerable: false,
721
+ configurable: true
722
+ });
723
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatDisabledBackgroundColor", {
724
+ /**
725
+ * Gets or sets the color to use for the disabled background of the button when the type is flat.
726
+ */
727
+ get: function () {
728
+ return brushToString(this.i.pw);
729
+ },
730
+ set: function (v) {
731
+ this.i.pw = stringToBrush(v);
732
+ },
733
+ enumerable: false,
734
+ configurable: true
735
+ });
736
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatDisabledBorderColor", {
737
+ /**
738
+ * Gets or sets the color to use for the disabled border of the button when the type is flat.
739
+ */
740
+ get: function () {
741
+ return brushToString(this.i.px);
742
+ },
743
+ set: function (v) {
744
+ this.i.px = stringToBrush(v);
745
+ },
746
+ enumerable: false,
747
+ configurable: true
748
+ });
749
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatDisabledTextColor", {
750
+ /**
751
+ * Gets or sets the color to use for the disabled text of the button when the type is flat.
752
+ */
753
+ get: function () {
754
+ return brushToString(this.i.py);
755
+ },
756
+ set: function (v) {
757
+ this.i.py = stringToBrush(v);
758
+ },
759
+ enumerable: false,
760
+ configurable: true
761
+ });
762
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatDisabledElevation", {
763
+ /**
764
+ * Gets or sets the disabled elevation to use for the button when the type is flat.
765
+ */
766
+ get: function () {
767
+ return this.i.dj;
768
+ },
769
+ set: function (v) {
770
+ this.i.dj = +v;
771
+ },
772
+ enumerable: false,
773
+ configurable: true
774
+ });
775
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatHoverBackgroundColor", {
776
+ /**
777
+ * Gets or sets the hover color to use for the background of the button when the type is flat.
778
+ */
779
+ get: function () {
780
+ return brushToString(this.i.p1);
781
+ },
782
+ set: function (v) {
783
+ this.i.p1 = stringToBrush(v);
784
+ },
785
+ enumerable: false,
786
+ configurable: true
787
+ });
788
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatBorderColor", {
789
+ /**
790
+ * Gets or sets the border color to use for the button when the type is flat.
791
+ */
792
+ get: function () {
793
+ return brushToString(this.i.pv);
794
+ },
795
+ set: function (v) {
796
+ this.i.pv = stringToBrush(v);
797
+ },
798
+ enumerable: false,
799
+ configurable: true
800
+ });
801
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatRestingElevation", {
802
+ /**
803
+ * Gets or sets the elevation to use for the button when the type is flat.
804
+ */
805
+ get: function () {
806
+ return this.i.dm;
807
+ },
808
+ set: function (v) {
809
+ this.i.dm = +v;
810
+ },
811
+ enumerable: false,
812
+ configurable: true
813
+ });
814
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatHoverElevation", {
815
+ /**
816
+ * Gets or sets the hover elevation to use for the button when the type is flat.
817
+ */
818
+ get: function () {
819
+ return this.i.dl;
820
+ },
821
+ set: function (v) {
822
+ this.i.dl = +v;
823
+ },
824
+ enumerable: false,
825
+ configurable: true
826
+ });
827
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatFocusElevation", {
828
+ /**
829
+ * Gets or sets the focus elevation to use for the button when the type is flat.
830
+ */
831
+ get: function () {
832
+ return this.i.dk;
833
+ },
834
+ set: function (v) {
835
+ this.i.dk = +v;
836
+ },
837
+ enumerable: false,
838
+ configurable: true
839
+ });
840
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatRippleColor", {
841
+ /**
842
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
843
+ */
844
+ get: function () {
845
+ return brushToString(this.i.p3);
846
+ },
847
+ set: function (v) {
848
+ this.i.p3 = stringToBrush(v);
849
+ },
850
+ enumerable: false,
851
+ configurable: true
852
+ });
853
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatTextColor", {
854
+ /**
855
+ * Gets or sets the color to use for the text of the button when type is flat.
856
+ */
857
+ get: function () {
858
+ return brushToString(this.i.p4);
859
+ },
860
+ set: function (v) {
861
+ this.i.p4 = stringToBrush(v);
862
+ },
863
+ enumerable: false,
864
+ configurable: true
865
+ });
866
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatHoverTextColor", {
867
+ /**
868
+ * Gets or sets the color to use for the hovered text of the button when type is flat.
869
+ */
870
+ get: function () {
871
+ return brushToString(this.i.p2);
872
+ },
873
+ set: function (v) {
874
+ this.i.p2 = stringToBrush(v);
875
+ },
876
+ enumerable: false,
877
+ configurable: true
878
+ });
879
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatFocusBackgroundColor", {
880
+ /**
881
+ * Gets or sets the color to use for the backround the button when it is focused and flat.
882
+ */
883
+ get: function () {
884
+ return brushToString(this.i.pz);
885
+ },
886
+ set: function (v) {
887
+ this.i.pz = stringToBrush(v);
888
+ },
889
+ enumerable: false,
890
+ configurable: true
891
+ });
892
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatFocusTextColor", {
893
+ /**
894
+ * Gets or sets the color to use for the text the button when it is focused and flat.
895
+ */
896
+ get: function () {
897
+ return brushToString(this.i.p0);
898
+ },
899
+ set: function (v) {
900
+ this.i.p0 = stringToBrush(v);
901
+ },
902
+ enumerable: false,
903
+ configurable: true
904
+ });
905
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatBorderWidth", {
906
+ /**
907
+ * Gets or sets the width to use for the button border when the type is flat.
908
+ */
909
+ get: function () {
910
+ return this.i.br;
911
+ },
912
+ set: function (v) {
913
+ this.i.br = +v;
914
+ },
915
+ enumerable: false,
916
+ configurable: true
917
+ });
918
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatCornerRadiusBottomRight", {
919
+ get: function () {
920
+ return this.i.k0 ? this.i.k0.b : NaN;
921
+ },
922
+ set: function (v) {
923
+ this.ensureFlatCornerRadius();
924
+ this.i.k0.b = +v;
925
+ this.i.k0 = this.i.k0;
926
+ },
927
+ enumerable: false,
928
+ configurable: true
929
+ });
930
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatCornerRadiusBottomLeft", {
931
+ get: function () {
932
+ return this.i.k0 ? this.i.k0.a : NaN;
933
+ },
934
+ set: function (v) {
935
+ this.ensureFlatCornerRadius();
936
+ this.i.k0.a = +v;
937
+ this.i.k0 = this.i.k0;
938
+ },
939
+ enumerable: false,
940
+ configurable: true
941
+ });
942
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatCornerRadiusTopLeft", {
943
+ get: function () {
944
+ return this.i.k0 ? this.i.k0.c : NaN;
945
+ },
946
+ set: function (v) {
947
+ this.ensureFlatCornerRadius();
948
+ this.i.k0.c = +v;
949
+ this.i.k0 = this.i.k0;
950
+ },
951
+ enumerable: false,
952
+ configurable: true
953
+ });
954
+ Object.defineProperty(IgxXButtonComponent.prototype, "flatCornerRadiusTopRight", {
955
+ get: function () {
956
+ return this.i.k0 ? this.i.k0.d : NaN;
957
+ },
958
+ set: function (v) {
959
+ this.ensureFlatCornerRadius();
960
+ this.i.k0.d = +v;
961
+ this.i.k0 = this.i.k0;
962
+ },
963
+ enumerable: false,
964
+ configurable: true
965
+ });
966
+ IgxXButtonComponent.prototype.ensureFlatCornerRadius = function () {
967
+ if (this.i.k0) {
968
+ return;
969
+ }
970
+ this.i.k0 = new CornerRadius(2);
971
+ };
972
+ Object.defineProperty(IgxXButtonComponent.prototype, "backgroundColor", {
973
+ /**
974
+ * Gets or sets the color to use for the background when the button regardless of type.
975
+ */
976
+ get: function () {
977
+ return brushToString(this.i.ns);
978
+ },
979
+ set: function (v) {
980
+ this.i.ns = stringToBrush(v);
981
+ },
982
+ enumerable: false,
983
+ configurable: true
984
+ });
985
+ Object.defineProperty(IgxXButtonComponent.prototype, "disabledBackgroundColor", {
986
+ /**
987
+ * Gets or sets the color to use for the disabled background of the button when the type is disabled.
988
+ */
989
+ get: function () {
990
+ return brushToString(this.i.pg);
991
+ },
992
+ set: function (v) {
993
+ this.i.pg = stringToBrush(v);
994
+ },
995
+ enumerable: false,
996
+ configurable: true
997
+ });
998
+ Object.defineProperty(IgxXButtonComponent.prototype, "disabledBorderColor", {
999
+ /**
1000
+ * Gets or sets the color to use for the disabled border of the button when the type is raised.
1001
+ */
1002
+ get: function () {
1003
+ return brushToString(this.i.ph);
1004
+ },
1005
+ set: function (v) {
1006
+ this.i.ph = stringToBrush(v);
1007
+ },
1008
+ enumerable: false,
1009
+ configurable: true
1010
+ });
1011
+ Object.defineProperty(IgxXButtonComponent.prototype, "disabledTextColor", {
1012
+ /**
1013
+ * Gets or sets the color to use for the disabled text of the button when the type is raised.
1014
+ */
1015
+ get: function () {
1016
+ return brushToString(this.i.pi);
1017
+ },
1018
+ set: function (v) {
1019
+ this.i.pi = stringToBrush(v);
1020
+ },
1021
+ enumerable: false,
1022
+ configurable: true
1023
+ });
1024
+ Object.defineProperty(IgxXButtonComponent.prototype, "disabledElevation", {
1025
+ /**
1026
+ * Gets or sets the disabled elevation to use for the button when the type is raised.
1027
+ */
1028
+ get: function () {
1029
+ return this.i.de;
1030
+ },
1031
+ set: function (v) {
1032
+ this.i.de = +v;
1033
+ },
1034
+ enumerable: false,
1035
+ configurable: true
1036
+ });
1037
+ Object.defineProperty(IgxXButtonComponent.prototype, "elevationMode", {
1038
+ /**
1039
+ * Gets or sets the disabled elevation to use for the button when the type is raised.
1040
+ */
1041
+ get: function () {
1042
+ return this.i.w;
1043
+ },
1044
+ set: function (v) {
1045
+ this.i.w = ensureEnum(ElevationMode_$type, v);
1046
+ },
1047
+ enumerable: false,
1048
+ configurable: true
1049
+ });
1050
+ Object.defineProperty(IgxXButtonComponent.prototype, "hoverBackgroundColor", {
1051
+ /**
1052
+ * Gets or sets the hover color to use for the background of the button when the type is hovered.
1053
+ */
1054
+ get: function () {
1055
+ return brushToString(this.i.p7);
1056
+ },
1057
+ set: function (v) {
1058
+ this.i.p7 = stringToBrush(v);
1059
+ },
1060
+ enumerable: false,
1061
+ configurable: true
1062
+ });
1063
+ Object.defineProperty(IgxXButtonComponent.prototype, "borderColor", {
1064
+ /**
1065
+ * Gets or sets the border color to use for the button regardless of type.
1066
+ */
1067
+ get: function () {
1068
+ return brushToString(this.i.nt);
1069
+ },
1070
+ set: function (v) {
1071
+ this.i.nt = stringToBrush(v);
1072
+ },
1073
+ enumerable: false,
1074
+ configurable: true
1075
+ });
1076
+ Object.defineProperty(IgxXButtonComponent.prototype, "restingElevation", {
1077
+ /**
1078
+ * Gets or sets the elevation to use for the button regardless of type.
1079
+ */
1080
+ get: function () {
1081
+ return this.i.d2;
1082
+ },
1083
+ set: function (v) {
1084
+ this.i.d2 = +v;
1085
+ },
1086
+ enumerable: false,
1087
+ configurable: true
1088
+ });
1089
+ Object.defineProperty(IgxXButtonComponent.prototype, "hoverElevation", {
1090
+ /**
1091
+ * Gets or sets the hover elevation to use for the button regardless of type.
1092
+ */
1093
+ get: function () {
1094
+ return this.i.dp;
1095
+ },
1096
+ set: function (v) {
1097
+ this.i.dp = +v;
1098
+ },
1099
+ enumerable: false,
1100
+ configurable: true
1101
+ });
1102
+ Object.defineProperty(IgxXButtonComponent.prototype, "focusElevation", {
1103
+ /**
1104
+ * Gets or sets the focus elevation to use for the button regardless of type.
1105
+ */
1106
+ get: function () {
1107
+ return this.i.dn;
1108
+ },
1109
+ set: function (v) {
1110
+ this.i.dn = +v;
1111
+ },
1112
+ enumerable: false,
1113
+ configurable: true
1114
+ });
1115
+ Object.defineProperty(IgxXButtonComponent.prototype, "textStyle", {
1116
+ /**
1117
+ * Gets or sets the use for the button.
1118
+ */
1119
+ get: function () {
1120
+ if (this.i.aa == null) {
1121
+ return null;
1122
+ }
1123
+ return this.i.aa.fontString;
1124
+ },
1125
+ set: function (v) {
1126
+ var fi = new FontInfo();
1127
+ fi.fontString = v;
1128
+ this.i.aa = fi;
1129
+ },
1130
+ enumerable: false,
1131
+ configurable: true
1132
+ });
1133
+ Object.defineProperty(IgxXButtonComponent.prototype, "textColor", {
1134
+ /**
1135
+ * Gets or sets the color to use for the text of the button regardless of type.
1136
+ */
1137
+ get: function () {
1138
+ return brushToString(this.i.q7);
1139
+ },
1140
+ set: function (v) {
1141
+ this.i.q7 = stringToBrush(v);
1142
+ },
1143
+ enumerable: false,
1144
+ configurable: true
1145
+ });
1146
+ Object.defineProperty(IgxXButtonComponent.prototype, "hoverTextColor", {
1147
+ /**
1148
+ * Gets or sets the color to use for the hovered text of the button regardless of type.
1149
+ */
1150
+ get: function () {
1151
+ return brushToString(this.i.p8);
1152
+ },
1153
+ set: function (v) {
1154
+ this.i.p8 = stringToBrush(v);
1155
+ },
1156
+ enumerable: false,
1157
+ configurable: true
1158
+ });
1159
+ Object.defineProperty(IgxXButtonComponent.prototype, "rippleColor", {
1160
+ /**
1161
+ * Gets or sets the color to use for the background of the button regardless of type.
1162
+ */
1163
+ get: function () {
1164
+ return brushToString(this.i.q6);
1165
+ },
1166
+ set: function (v) {
1167
+ this.i.q6 = stringToBrush(v);
1168
+ },
1169
+ enumerable: false,
1170
+ configurable: true
1171
+ });
1172
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedTextColor", {
1173
+ /**
1174
+ * Gets or sets the color to use for the text of the button when type is raised.
1175
+ */
1176
+ get: function () {
1177
+ return brushToString(this.i.q5);
1178
+ },
1179
+ set: function (v) {
1180
+ this.i.q5 = stringToBrush(v);
1181
+ },
1182
+ enumerable: false,
1183
+ configurable: true
1184
+ });
1185
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedHoverTextColor", {
1186
+ /**
1187
+ * Gets or sets the color to use for the hovered text of the button when type is raised.
1188
+ */
1189
+ get: function () {
1190
+ return brushToString(this.i.q3);
1191
+ },
1192
+ set: function (v) {
1193
+ this.i.q3 = stringToBrush(v);
1194
+ },
1195
+ enumerable: false,
1196
+ configurable: true
1197
+ });
1198
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedFocusBackgroundColor", {
1199
+ /**
1200
+ * Gets or sets the color to use for the backround the button when it is focused and raised.
1201
+ */
1202
+ get: function () {
1203
+ return brushToString(this.i.q0);
1204
+ },
1205
+ set: function (v) {
1206
+ this.i.q0 = stringToBrush(v);
1207
+ },
1208
+ enumerable: false,
1209
+ configurable: true
1210
+ });
1211
+ Object.defineProperty(IgxXButtonComponent.prototype, "raisedFocusTextColor", {
1212
+ /**
1213
+ * Gets or sets the color to use for the text the button when it is focused and raised.
1214
+ */
1215
+ get: function () {
1216
+ return brushToString(this.i.q1);
1217
+ },
1218
+ set: function (v) {
1219
+ this.i.q1 = stringToBrush(v);
1220
+ },
1221
+ enumerable: false,
1222
+ configurable: true
1223
+ });
1224
+ Object.defineProperty(IgxXButtonComponent.prototype, "focusBackgroundColor", {
1225
+ /**
1226
+ * Gets or sets the color to use for the backround the button when it is focused.
1227
+ */
1228
+ get: function () {
1229
+ return brushToString(this.i.p5);
1230
+ },
1231
+ set: function (v) {
1232
+ this.i.p5 = stringToBrush(v);
1233
+ },
1234
+ enumerable: false,
1235
+ configurable: true
1236
+ });
1237
+ Object.defineProperty(IgxXButtonComponent.prototype, "focusTextColor", {
1238
+ /**
1239
+ * Gets or sets the color to use for the text of the button when it is focused.
1240
+ */
1241
+ get: function () {
1242
+ return brushToString(this.i.p6);
1243
+ },
1244
+ set: function (v) {
1245
+ this.i.p6 = stringToBrush(v);
1246
+ },
1247
+ enumerable: false,
1248
+ configurable: true
1249
+ });
1250
+ Object.defineProperty(IgxXButtonComponent.prototype, "borderWidth", {
1251
+ /**
1252
+ * Gets or sets the width to use for the button border regardless of type.
1253
+ */
1254
+ get: function () {
1255
+ return this.i.bg;
1256
+ },
1257
+ set: function (v) {
1258
+ this.i.bg = +v;
1259
+ },
1260
+ enumerable: false,
1261
+ configurable: true
1262
+ });
1263
+ Object.defineProperty(IgxXButtonComponent.prototype, "cornerRadiusBottomRight", {
1264
+ get: function () {
1265
+ return this.i.kt ? this.i.kt.b : NaN;
1266
+ },
1267
+ set: function (v) {
1268
+ this.ensureCornerRadius();
1269
+ this.i.kt.b = +v;
1270
+ this.i.kt = this.i.kt;
1271
+ },
1272
+ enumerable: false,
1273
+ configurable: true
1274
+ });
1275
+ Object.defineProperty(IgxXButtonComponent.prototype, "cornerRadiusBottomLeft", {
1276
+ get: function () {
1277
+ return this.i.kt ? this.i.kt.a : NaN;
1278
+ },
1279
+ set: function (v) {
1280
+ this.ensureCornerRadius();
1281
+ this.i.kt.a = +v;
1282
+ this.i.kt = this.i.kt;
1283
+ },
1284
+ enumerable: false,
1285
+ configurable: true
1286
+ });
1287
+ Object.defineProperty(IgxXButtonComponent.prototype, "cornerRadiusTopLeft", {
1288
+ get: function () {
1289
+ return this.i.kt ? this.i.kt.c : NaN;
1290
+ },
1291
+ set: function (v) {
1292
+ this.ensureCornerRadius();
1293
+ this.i.kt.c = +v;
1294
+ this.i.kt = this.i.kt;
1295
+ },
1296
+ enumerable: false,
1297
+ configurable: true
1298
+ });
1299
+ Object.defineProperty(IgxXButtonComponent.prototype, "cornerRadiusTopRight", {
1300
+ get: function () {
1301
+ return this.i.kt ? this.i.kt.d : NaN;
1302
+ },
1303
+ set: function (v) {
1304
+ this.ensureCornerRadius();
1305
+ this.i.kt.d = +v;
1306
+ this.i.kt = this.i.kt;
1307
+ },
1308
+ enumerable: false,
1309
+ configurable: true
1310
+ });
1311
+ IgxXButtonComponent.prototype.ensureCornerRadius = function () {
1312
+ if (this.i.kt) {
1313
+ return;
1314
+ }
1315
+ this.i.kt = new CornerRadius(2);
1316
+ };
1317
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedBackgroundColor", {
1318
+ /**
1319
+ * Gets or sets the color to use for the background of the button when the type is outlined.
1320
+ */
1321
+ get: function () {
1322
+ return brushToString(this.i.qk);
1323
+ },
1324
+ set: function (v) {
1325
+ this.i.qk = stringToBrush(v);
1326
+ },
1327
+ enumerable: false,
1328
+ configurable: true
1329
+ });
1330
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedDisabledBackgroundColor", {
1331
+ /**
1332
+ * Gets or sets the color to use for the disabled background of the button when the type is outlined.
1333
+ */
1334
+ get: function () {
1335
+ return brushToString(this.i.qm);
1336
+ },
1337
+ set: function (v) {
1338
+ this.i.qm = stringToBrush(v);
1339
+ },
1340
+ enumerable: false,
1341
+ configurable: true
1342
+ });
1343
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedDisabledBorderColor", {
1344
+ /**
1345
+ * Gets or sets the color to use for the disabled border of the button when the type is outlined.
1346
+ */
1347
+ get: function () {
1348
+ return brushToString(this.i.qn);
1349
+ },
1350
+ set: function (v) {
1351
+ this.i.qn = stringToBrush(v);
1352
+ },
1353
+ enumerable: false,
1354
+ configurable: true
1355
+ });
1356
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedDisabledTextColor", {
1357
+ /**
1358
+ * Gets or sets the color to use for the disabled text of the button when the type is outlined.
1359
+ */
1360
+ get: function () {
1361
+ return brushToString(this.i.qo);
1362
+ },
1363
+ set: function (v) {
1364
+ this.i.qo = stringToBrush(v);
1365
+ },
1366
+ enumerable: false,
1367
+ configurable: true
1368
+ });
1369
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedDisabledElevation", {
1370
+ /**
1371
+ * Gets or sets the disabled elevation to use for the button when the type is outlined.
1372
+ */
1373
+ get: function () {
1374
+ return this.i.du;
1375
+ },
1376
+ set: function (v) {
1377
+ this.i.du = +v;
1378
+ },
1379
+ enumerable: false,
1380
+ configurable: true
1381
+ });
1382
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedHoverBackgroundColor", {
1383
+ /**
1384
+ * Gets or sets the hover color to use for the background of the button when the type is hoveredOutlined.
1385
+ */
1386
+ get: function () {
1387
+ return brushToString(this.i.qr);
1388
+ },
1389
+ set: function (v) {
1390
+ this.i.qr = stringToBrush(v);
1391
+ },
1392
+ enumerable: false,
1393
+ configurable: true
1394
+ });
1395
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedBorderColor", {
1396
+ /**
1397
+ * Gets or sets the border color to use for the button when the type is outlined.
1398
+ */
1399
+ get: function () {
1400
+ return brushToString(this.i.ql);
1401
+ },
1402
+ set: function (v) {
1403
+ this.i.ql = stringToBrush(v);
1404
+ },
1405
+ enumerable: false,
1406
+ configurable: true
1407
+ });
1408
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedRestingElevation", {
1409
+ /**
1410
+ * Gets or sets the elevation to use for the button when the type is outlined.
1411
+ */
1412
+ get: function () {
1413
+ return this.i.dx;
1414
+ },
1415
+ set: function (v) {
1416
+ this.i.dx = +v;
1417
+ },
1418
+ enumerable: false,
1419
+ configurable: true
1420
+ });
1421
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedHoverElevation", {
1422
+ /**
1423
+ * Gets or sets the hover elevation to use for the button when the type is outlined.
1424
+ */
1425
+ get: function () {
1426
+ return this.i.dw;
1427
+ },
1428
+ set: function (v) {
1429
+ this.i.dw = +v;
1430
+ },
1431
+ enumerable: false,
1432
+ configurable: true
1433
+ });
1434
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedFocusElevation", {
1435
+ /**
1436
+ * Gets or sets the focus elevation to use for the button when the type is outlined.
1437
+ */
1438
+ get: function () {
1439
+ return this.i.dv;
1440
+ },
1441
+ set: function (v) {
1442
+ this.i.dv = +v;
1443
+ },
1444
+ enumerable: false,
1445
+ configurable: true
1446
+ });
1447
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedBorderWidth", {
1448
+ /**
1449
+ * Gets or sets the width to use for the button border when the type is outlined.
1450
+ */
1451
+ get: function () {
1452
+ return this.i.bv;
1453
+ },
1454
+ set: function (v) {
1455
+ this.i.bv = +v;
1456
+ },
1457
+ enumerable: false,
1458
+ configurable: true
1459
+ });
1460
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedCornerRadiusBottomRight", {
1461
+ get: function () {
1462
+ return this.i.k2 ? this.i.k2.b : NaN;
1463
+ },
1464
+ set: function (v) {
1465
+ this.ensureOutlinedCornerRadius();
1466
+ this.i.k2.b = +v;
1467
+ this.i.k2 = this.i.k2;
1468
+ },
1469
+ enumerable: false,
1470
+ configurable: true
1471
+ });
1472
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedCornerRadiusBottomLeft", {
1473
+ get: function () {
1474
+ return this.i.k2 ? this.i.k2.a : NaN;
1475
+ },
1476
+ set: function (v) {
1477
+ this.ensureOutlinedCornerRadius();
1478
+ this.i.k2.a = +v;
1479
+ this.i.k2 = this.i.k2;
1480
+ },
1481
+ enumerable: false,
1482
+ configurable: true
1483
+ });
1484
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedCornerRadiusTopLeft", {
1485
+ get: function () {
1486
+ return this.i.k2 ? this.i.k2.c : NaN;
1487
+ },
1488
+ set: function (v) {
1489
+ this.ensureOutlinedCornerRadius();
1490
+ this.i.k2.c = +v;
1491
+ this.i.k2 = this.i.k2;
1492
+ },
1493
+ enumerable: false,
1494
+ configurable: true
1495
+ });
1496
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedCornerRadiusTopRight", {
1497
+ get: function () {
1498
+ return this.i.k2 ? this.i.k2.d : NaN;
1499
+ },
1500
+ set: function (v) {
1501
+ this.ensureOutlinedCornerRadius();
1502
+ this.i.k2.d = +v;
1503
+ this.i.k2 = this.i.k2;
1504
+ },
1505
+ enumerable: false,
1506
+ configurable: true
1507
+ });
1508
+ IgxXButtonComponent.prototype.ensureOutlinedCornerRadius = function () {
1509
+ if (this.i.k2) {
1510
+ return;
1511
+ }
1512
+ this.i.k2 = new CornerRadius(2);
1513
+ };
1514
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedRippleColor", {
1515
+ /**
1516
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
1517
+ */
1518
+ get: function () {
1519
+ return brushToString(this.i.qt);
1520
+ },
1521
+ set: function (v) {
1522
+ this.i.qt = stringToBrush(v);
1523
+ },
1524
+ enumerable: false,
1525
+ configurable: true
1526
+ });
1527
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedTextColor", {
1528
+ /**
1529
+ * Gets or sets the color to use for the text of the button when type is outlined.
1530
+ */
1531
+ get: function () {
1532
+ return brushToString(this.i.qu);
1533
+ },
1534
+ set: function (v) {
1535
+ this.i.qu = stringToBrush(v);
1536
+ },
1537
+ enumerable: false,
1538
+ configurable: true
1539
+ });
1540
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedHoverTextColor", {
1541
+ /**
1542
+ * Gets or sets the color to use for the hovered text of the button when type is outlined.
1543
+ */
1544
+ get: function () {
1545
+ return brushToString(this.i.qs);
1546
+ },
1547
+ set: function (v) {
1548
+ this.i.qs = stringToBrush(v);
1549
+ },
1550
+ enumerable: false,
1551
+ configurable: true
1552
+ });
1553
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedFocusBackgroundColor", {
1554
+ /**
1555
+ * Gets or sets the color to use for the backround the button when it is focused and outlined.
1556
+ */
1557
+ get: function () {
1558
+ return brushToString(this.i.qp);
1559
+ },
1560
+ set: function (v) {
1561
+ this.i.qp = stringToBrush(v);
1562
+ },
1563
+ enumerable: false,
1564
+ configurable: true
1565
+ });
1566
+ Object.defineProperty(IgxXButtonComponent.prototype, "outlinedFocusTextColor", {
1567
+ /**
1568
+ * Gets or sets the color to use for the text the button when it is focused and outlined.
1569
+ */
1570
+ get: function () {
1571
+ return brushToString(this.i.qq);
1572
+ },
1573
+ set: function (v) {
1574
+ this.i.qq = stringToBrush(v);
1575
+ },
1576
+ enumerable: false,
1577
+ configurable: true
1578
+ });
1579
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabBackgroundColor", {
1580
+ /**
1581
+ * Gets or sets the color to use for the background of the button when the type is floating action button.
1582
+ */
1583
+ get: function () {
1584
+ return brushToString(this.i.pj);
1585
+ },
1586
+ set: function (v) {
1587
+ this.i.pj = stringToBrush(v);
1588
+ },
1589
+ enumerable: false,
1590
+ configurable: true
1591
+ });
1592
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabDisabledBackgroundColor", {
1593
+ /**
1594
+ * Gets or sets the color to use for the disabled background of the button when the type is fab.
1595
+ */
1596
+ get: function () {
1597
+ return brushToString(this.i.pl);
1598
+ },
1599
+ set: function (v) {
1600
+ this.i.pl = stringToBrush(v);
1601
+ },
1602
+ enumerable: false,
1603
+ configurable: true
1604
+ });
1605
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabDisabledBorderColor", {
1606
+ /**
1607
+ * Gets or sets the color to use for the disabled border of the button when the type is fab.
1608
+ */
1609
+ get: function () {
1610
+ return brushToString(this.i.pm);
1611
+ },
1612
+ set: function (v) {
1613
+ this.i.pm = stringToBrush(v);
1614
+ },
1615
+ enumerable: false,
1616
+ configurable: true
1617
+ });
1618
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabDisabledTextColor", {
1619
+ /**
1620
+ * Gets or sets the color to use for the disabled text of the button when the type is fab.
1621
+ */
1622
+ get: function () {
1623
+ return brushToString(this.i.pn);
1624
+ },
1625
+ set: function (v) {
1626
+ this.i.pn = stringToBrush(v);
1627
+ },
1628
+ enumerable: false,
1629
+ configurable: true
1630
+ });
1631
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabDisabledElevation", {
1632
+ /**
1633
+ * Gets or sets the disabled elevation to use for the button when the type is fab.
1634
+ */
1635
+ get: function () {
1636
+ return this.i.df;
1637
+ },
1638
+ set: function (v) {
1639
+ this.i.df = +v;
1640
+ },
1641
+ enumerable: false,
1642
+ configurable: true
1643
+ });
1644
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabHoverBackgroundColor", {
1645
+ /**
1646
+ * Gets or sets the hover color to use for the background of the button when the type is hoveredFab.
1647
+ */
1648
+ get: function () {
1649
+ return brushToString(this.i.pq);
1650
+ },
1651
+ set: function (v) {
1652
+ this.i.pq = stringToBrush(v);
1653
+ },
1654
+ enumerable: false,
1655
+ configurable: true
1656
+ });
1657
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabBorderColor", {
1658
+ /**
1659
+ * Gets or sets the border color to use for the button when the type is floating action button.
1660
+ */
1661
+ get: function () {
1662
+ return brushToString(this.i.pk);
1663
+ },
1664
+ set: function (v) {
1665
+ this.i.pk = stringToBrush(v);
1666
+ },
1667
+ enumerable: false,
1668
+ configurable: true
1669
+ });
1670
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabRestingElevation", {
1671
+ /**
1672
+ * Gets or sets the elevation to use for the button when the type is floating action button.
1673
+ */
1674
+ get: function () {
1675
+ return this.i.di;
1676
+ },
1677
+ set: function (v) {
1678
+ this.i.di = +v;
1679
+ },
1680
+ enumerable: false,
1681
+ configurable: true
1682
+ });
1683
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabHoverElevation", {
1684
+ /**
1685
+ * Gets or sets the hover elevation to use for the button when the type is floating action button.
1686
+ */
1687
+ get: function () {
1688
+ return this.i.dh;
1689
+ },
1690
+ set: function (v) {
1691
+ this.i.dh = +v;
1692
+ },
1693
+ enumerable: false,
1694
+ configurable: true
1695
+ });
1696
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabFocusElevation", {
1697
+ /**
1698
+ * Gets or sets the focus elevation to use for the button when the type is floating action button.
1699
+ */
1700
+ get: function () {
1701
+ return this.i.dg;
1702
+ },
1703
+ set: function (v) {
1704
+ this.i.dg = +v;
1705
+ },
1706
+ enumerable: false,
1707
+ configurable: true
1708
+ });
1709
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabBorderWidth", {
1710
+ /**
1711
+ * Gets or sets the width to use for the button border when the type is floating action button.
1712
+ */
1713
+ get: function () {
1714
+ return this.i.bq;
1715
+ },
1716
+ set: function (v) {
1717
+ this.i.bq = +v;
1718
+ },
1719
+ enumerable: false,
1720
+ configurable: true
1721
+ });
1722
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabCornerRadiusBottomRight", {
1723
+ get: function () {
1724
+ return this.i.kz ? this.i.kz.b : NaN;
1725
+ },
1726
+ set: function (v) {
1727
+ this.ensureFabCornerRadius();
1728
+ this.i.kz.b = +v;
1729
+ this.i.kz = this.i.kz;
1730
+ },
1731
+ enumerable: false,
1732
+ configurable: true
1733
+ });
1734
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabCornerRadiusBottomLeft", {
1735
+ get: function () {
1736
+ return this.i.kz ? this.i.kz.a : NaN;
1737
+ },
1738
+ set: function (v) {
1739
+ this.ensureFabCornerRadius();
1740
+ this.i.kz.a = +v;
1741
+ this.i.kz = this.i.kz;
1742
+ },
1743
+ enumerable: false,
1744
+ configurable: true
1745
+ });
1746
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabCornerRadiusTopLeft", {
1747
+ get: function () {
1748
+ return this.i.kz ? this.i.kz.c : NaN;
1749
+ },
1750
+ set: function (v) {
1751
+ this.ensureFabCornerRadius();
1752
+ this.i.kz.c = +v;
1753
+ this.i.kz = this.i.kz;
1754
+ },
1755
+ enumerable: false,
1756
+ configurable: true
1757
+ });
1758
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabCornerRadiusTopRight", {
1759
+ get: function () {
1760
+ return this.i.kz ? this.i.kz.d : NaN;
1761
+ },
1762
+ set: function (v) {
1763
+ this.ensureFabCornerRadius();
1764
+ this.i.kz.d = +v;
1765
+ this.i.kz = this.i.kz;
1766
+ },
1767
+ enumerable: false,
1768
+ configurable: true
1769
+ });
1770
+ IgxXButtonComponent.prototype.ensureFabCornerRadius = function () {
1771
+ if (this.i.kz) {
1772
+ return;
1773
+ }
1774
+ this.i.kz = new CornerRadius(2);
1775
+ };
1776
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabRippleColor", {
1777
+ /**
1778
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
1779
+ */
1780
+ get: function () {
1781
+ return brushToString(this.i.ps);
1782
+ },
1783
+ set: function (v) {
1784
+ this.i.ps = stringToBrush(v);
1785
+ },
1786
+ enumerable: false,
1787
+ configurable: true
1788
+ });
1789
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabTextColor", {
1790
+ /**
1791
+ * Gets or sets the color to use for the text of the button when type is floating action button.
1792
+ */
1793
+ get: function () {
1794
+ return brushToString(this.i.pt);
1795
+ },
1796
+ set: function (v) {
1797
+ this.i.pt = stringToBrush(v);
1798
+ },
1799
+ enumerable: false,
1800
+ configurable: true
1801
+ });
1802
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabHoverTextColor", {
1803
+ /**
1804
+ * Gets or sets the color to use for the hovered text of the button when type is floating action button.
1805
+ */
1806
+ get: function () {
1807
+ return brushToString(this.i.pr);
1808
+ },
1809
+ set: function (v) {
1810
+ this.i.pr = stringToBrush(v);
1811
+ },
1812
+ enumerable: false,
1813
+ configurable: true
1814
+ });
1815
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabFocusBackgroundColor", {
1816
+ /**
1817
+ * Gets or sets the color to use for the backround the button when it is focused and fab.
1818
+ */
1819
+ get: function () {
1820
+ return brushToString(this.i.po);
1821
+ },
1822
+ set: function (v) {
1823
+ this.i.po = stringToBrush(v);
1824
+ },
1825
+ enumerable: false,
1826
+ configurable: true
1827
+ });
1828
+ Object.defineProperty(IgxXButtonComponent.prototype, "fabFocusTextColor", {
1829
+ /**
1830
+ * Gets or sets the color to use for the text the button when it is focused and fab.
1831
+ */
1832
+ get: function () {
1833
+ return brushToString(this.i.pp);
1834
+ },
1835
+ set: function (v) {
1836
+ this.i.pp = stringToBrush(v);
1837
+ },
1838
+ enumerable: false,
1839
+ configurable: true
1840
+ });
1841
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconBackgroundColor", {
1842
+ /**
1843
+ * Gets or sets the color to use for the background of the button when the type is icon.
1844
+ */
1845
+ get: function () {
1846
+ return brushToString(this.i.p9);
1847
+ },
1848
+ set: function (v) {
1849
+ this.i.p9 = stringToBrush(v);
1850
+ },
1851
+ enumerable: false,
1852
+ configurable: true
1853
+ });
1854
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconDisabledBackgroundColor", {
1855
+ /**
1856
+ * Gets or sets the color to use for the disabled background of the button when the type is icon.
1857
+ */
1858
+ get: function () {
1859
+ return brushToString(this.i.qb);
1860
+ },
1861
+ set: function (v) {
1862
+ this.i.qb = stringToBrush(v);
1863
+ },
1864
+ enumerable: false,
1865
+ configurable: true
1866
+ });
1867
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconDisabledBorderColor", {
1868
+ /**
1869
+ * Gets or sets the color to use for the disabled border of the button when the type is icon.
1870
+ */
1871
+ get: function () {
1872
+ return brushToString(this.i.qc);
1873
+ },
1874
+ set: function (v) {
1875
+ this.i.qc = stringToBrush(v);
1876
+ },
1877
+ enumerable: false,
1878
+ configurable: true
1879
+ });
1880
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconDisabledTextColor", {
1881
+ /**
1882
+ * Gets or sets the color to use for the disabled text of the button when the type is icon.
1883
+ */
1884
+ get: function () {
1885
+ return brushToString(this.i.qd);
1886
+ },
1887
+ set: function (v) {
1888
+ this.i.qd = stringToBrush(v);
1889
+ },
1890
+ enumerable: false,
1891
+ configurable: true
1892
+ });
1893
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconDisabledElevation", {
1894
+ /**
1895
+ * Gets or sets the disabled elevation to use for the button when the type is icon.
1896
+ */
1897
+ get: function () {
1898
+ return this.i.dq;
1899
+ },
1900
+ set: function (v) {
1901
+ this.i.dq = +v;
1902
+ },
1903
+ enumerable: false,
1904
+ configurable: true
1905
+ });
1906
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconHoverBackgroundColor", {
1907
+ /**
1908
+ * Gets or sets the hover color to use for the background of the button when the type is hoveredIcon.
1909
+ */
1910
+ get: function () {
1911
+ return brushToString(this.i.qg);
1912
+ },
1913
+ set: function (v) {
1914
+ this.i.qg = stringToBrush(v);
1915
+ },
1916
+ enumerable: false,
1917
+ configurable: true
1918
+ });
1919
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconBorderColor", {
1920
+ /**
1921
+ * Gets or sets the border color to use for the button when the type is icon.
1922
+ */
1923
+ get: function () {
1924
+ return brushToString(this.i.qa);
1925
+ },
1926
+ set: function (v) {
1927
+ this.i.qa = stringToBrush(v);
1928
+ },
1929
+ enumerable: false,
1930
+ configurable: true
1931
+ });
1932
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconRestingElevation", {
1933
+ /**
1934
+ * Gets or sets the elevation to use for the button when the type is icon.
1935
+ */
1936
+ get: function () {
1937
+ return this.i.dt;
1938
+ },
1939
+ set: function (v) {
1940
+ this.i.dt = +v;
1941
+ },
1942
+ enumerable: false,
1943
+ configurable: true
1944
+ });
1945
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconHoverElevation", {
1946
+ /**
1947
+ * Gets or sets the hover elevation to use for the button when the type is icon.
1948
+ */
1949
+ get: function () {
1950
+ return this.i.ds;
1951
+ },
1952
+ set: function (v) {
1953
+ this.i.ds = +v;
1954
+ },
1955
+ enumerable: false,
1956
+ configurable: true
1957
+ });
1958
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconFocusElevation", {
1959
+ /**
1960
+ * Gets or sets the focus elevation to use for the button when the type is icon.
1961
+ */
1962
+ get: function () {
1963
+ return this.i.dr;
1964
+ },
1965
+ set: function (v) {
1966
+ this.i.dr = +v;
1967
+ },
1968
+ enumerable: false,
1969
+ configurable: true
1970
+ });
1971
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconBorderWidth", {
1972
+ /**
1973
+ * Gets or sets the width to use for the button border when the type is icon.
1974
+ */
1975
+ get: function () {
1976
+ return this.i.bs;
1977
+ },
1978
+ set: function (v) {
1979
+ this.i.bs = +v;
1980
+ },
1981
+ enumerable: false,
1982
+ configurable: true
1983
+ });
1984
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconCornerRadiusBottomRight", {
1985
+ get: function () {
1986
+ return this.i.k1 ? this.i.k1.b : NaN;
1987
+ },
1988
+ set: function (v) {
1989
+ this.ensureIconCornerRadius();
1990
+ this.i.k1.b = +v;
1991
+ this.i.k1 = this.i.k1;
1992
+ },
1993
+ enumerable: false,
1994
+ configurable: true
1995
+ });
1996
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconCornerRadiusBottomLeft", {
1997
+ get: function () {
1998
+ return this.i.k1 ? this.i.k1.a : NaN;
1999
+ },
2000
+ set: function (v) {
2001
+ this.ensureIconCornerRadius();
2002
+ this.i.k1.a = +v;
2003
+ this.i.k1 = this.i.k1;
2004
+ },
2005
+ enumerable: false,
2006
+ configurable: true
2007
+ });
2008
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconCornerRadiusTopLeft", {
2009
+ get: function () {
2010
+ return this.i.k1 ? this.i.k1.c : NaN;
2011
+ },
2012
+ set: function (v) {
2013
+ this.ensureIconCornerRadius();
2014
+ this.i.k1.c = +v;
2015
+ this.i.k1 = this.i.k1;
2016
+ },
2017
+ enumerable: false,
2018
+ configurable: true
2019
+ });
2020
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconCornerRadiusTopRight", {
2021
+ get: function () {
2022
+ return this.i.k1 ? this.i.k1.d : NaN;
2023
+ },
2024
+ set: function (v) {
2025
+ this.ensureIconCornerRadius();
2026
+ this.i.k1.d = +v;
2027
+ this.i.k1 = this.i.k1;
2028
+ },
2029
+ enumerable: false,
2030
+ configurable: true
2031
+ });
2032
+ IgxXButtonComponent.prototype.ensureIconCornerRadius = function () {
2033
+ if (this.i.k1) {
2034
+ return;
2035
+ }
2036
+ this.i.k1 = new CornerRadius(2);
2037
+ };
2038
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconRippleColor", {
2039
+ /**
2040
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
2041
+ */
2042
+ get: function () {
2043
+ return brushToString(this.i.qi);
2044
+ },
2045
+ set: function (v) {
2046
+ this.i.qi = stringToBrush(v);
2047
+ },
2048
+ enumerable: false,
2049
+ configurable: true
2050
+ });
2051
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconTextColor", {
2052
+ /**
2053
+ * Gets or sets the color to use for the text of the button when type is icon.
2054
+ */
2055
+ get: function () {
2056
+ return brushToString(this.i.qj);
2057
+ },
2058
+ set: function (v) {
2059
+ this.i.qj = stringToBrush(v);
2060
+ },
2061
+ enumerable: false,
2062
+ configurable: true
2063
+ });
2064
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconHoverTextColor", {
2065
+ /**
2066
+ * Gets or sets the color to use for the hovered text of the button when type is icon.
2067
+ */
2068
+ get: function () {
2069
+ return brushToString(this.i.qh);
2070
+ },
2071
+ set: function (v) {
2072
+ this.i.qh = stringToBrush(v);
2073
+ },
2074
+ enumerable: false,
2075
+ configurable: true
2076
+ });
2077
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconFocusBackgroundColor", {
2078
+ /**
2079
+ * Gets or sets the color to use for the backround the button when it is focused and icon.
2080
+ */
2081
+ get: function () {
2082
+ return brushToString(this.i.qe);
2083
+ },
2084
+ set: function (v) {
2085
+ this.i.qe = stringToBrush(v);
2086
+ },
2087
+ enumerable: false,
2088
+ configurable: true
2089
+ });
2090
+ Object.defineProperty(IgxXButtonComponent.prototype, "iconFocusTextColor", {
2091
+ /**
2092
+ * Gets or sets the color to use for the text the button when it is focused and icon.
2093
+ */
2094
+ get: function () {
2095
+ return brushToString(this.i.qf);
2096
+ },
2097
+ set: function (v) {
2098
+ this.i.qf = stringToBrush(v);
2099
+ },
2100
+ enumerable: false,
2101
+ configurable: true
2102
+ });
2103
+ Object.defineProperty(IgxXButtonComponent.prototype, "inputId", {
2104
+ /**
2105
+ * Gets or sets the id to use for the internal native checkbox.
2106
+ */
2107
+ get: function () {
2108
+ return this.i.hu;
2109
+ },
2110
+ set: function (v) {
2111
+ this.i.hu = v;
2112
+ },
2113
+ enumerable: false,
2114
+ configurable: true
2115
+ });
2116
+ Object.defineProperty(IgxXButtonComponent.prototype, "id", {
2117
+ /**
2118
+ * Gets or sets the id to use for the checkbox.
2119
+ */
2120
+ get: function () {
2121
+ return this.i.hs;
2122
+ },
2123
+ set: function (v) {
2124
+ this.i.hs = v;
2125
+ },
2126
+ enumerable: false,
2127
+ configurable: true
2128
+ });
2129
+ Object.defineProperty(IgxXButtonComponent.prototype, "display", {
2130
+ /**
2131
+ * Gets or sets the id to use for the checkbox.
2132
+ */
2133
+ get: function () {
2134
+ return this.i.fw;
2135
+ },
2136
+ set: function (v) {
2137
+ this.i.fw = v;
2138
+ },
2139
+ enumerable: false,
2140
+ configurable: true
2141
+ });
2142
+ Object.defineProperty(IgxXButtonComponent.prototype, "flexDirection", {
2143
+ /**
2144
+ * Gets or sets the id to use for the checkbox.
2145
+ */
2146
+ get: function () {
2147
+ return this.i.g0;
2148
+ },
2149
+ set: function (v) {
2150
+ this.i.g0 = v;
2151
+ },
2152
+ enumerable: false,
2153
+ configurable: true
2154
+ });
2155
+ Object.defineProperty(IgxXButtonComponent.prototype, "flexGrow", {
2156
+ /**
2157
+ * Gets or sets the flex-grow setting for the button.
2158
+ */
2159
+ get: function () {
2160
+ return this.i.g2;
2161
+ },
2162
+ set: function (v) {
2163
+ this.i.g2 = v;
2164
+ },
2165
+ enumerable: false,
2166
+ configurable: true
2167
+ });
2168
+ Object.defineProperty(IgxXButtonComponent.prototype, "alignItems", {
2169
+ /**
2170
+ * Gets or sets the id to use for the checkbox.
2171
+ */
2172
+ get: function () {
2173
+ return this.i.e7;
2174
+ },
2175
+ set: function (v) {
2176
+ this.i.e7 = v;
2177
+ },
2178
+ enumerable: false,
2179
+ configurable: true
2180
+ });
2181
+ Object.defineProperty(IgxXButtonComponent.prototype, "value", {
2182
+ /**
2183
+ * Gets or sets value to use for the checkbox.
2184
+ */
2185
+ get: function () {
2186
+ return this.i.ea;
2187
+ },
2188
+ set: function (v) {
2189
+ this.i.ea = v;
2190
+ },
2191
+ enumerable: false,
2192
+ configurable: true
2193
+ });
2194
+ Object.defineProperty(IgxXButtonComponent.prototype, "name", {
2195
+ /**
2196
+ * Gets or sets name to use for the button.
2197
+ */
2198
+ get: function () {
2199
+ return this.i.h2;
2200
+ },
2201
+ set: function (v) {
2202
+ this.i.h2 = v;
2203
+ },
2204
+ enumerable: false,
2205
+ configurable: true
2206
+ });
2207
+ Object.defineProperty(IgxXButtonComponent.prototype, "tabIndex", {
2208
+ /**
2209
+ * Gets or sets TabIndex to use for the checkbox.
2210
+ */
2211
+ get: function () {
2212
+ return this.i.d3;
2213
+ },
2214
+ set: function (v) {
2215
+ this.i.d3 = +v;
2216
+ },
2217
+ enumerable: false,
2218
+ configurable: true
2219
+ });
2220
+ Object.defineProperty(IgxXButtonComponent.prototype, "ariaLabel", {
2221
+ /**
2222
+ * Gets or sets the value of the aria-label attribute.
2223
+ */
2224
+ get: function () {
2225
+ return this.i.e9;
2226
+ },
2227
+ set: function (v) {
2228
+ this.i.e9 = v;
2229
+ },
2230
+ enumerable: false,
2231
+ configurable: true
2232
+ });
2233
+ Object.defineProperty(IgxXButtonComponent.prototype, "fillAvailableSpace", {
2234
+ /**
2235
+ * Gets or sets whether the button should fill the available space. If false, the button
2236
+ * will use an intrinsic size.
2237
+ */
2238
+ get: function () {
2239
+ return this.i.av;
2240
+ },
2241
+ set: function (v) {
2242
+ this.i.av = ensureBool(v);
2243
+ },
2244
+ enumerable: false,
2245
+ configurable: true
2246
+ });
2247
+ Object.defineProperty(IgxXButtonComponent.prototype, "focused", {
2248
+ /**
2249
+ * Gets or sets if the checkbox is Focused.
2250
+ */
2251
+ get: function () {
2252
+ return this.i.focused;
2253
+ },
2254
+ set: function (v) {
2255
+ this.i.focused = ensureBool(v);
2256
+ },
2257
+ enumerable: false,
2258
+ configurable: true
2259
+ });
2260
+ Object.defineProperty(IgxXButtonComponent.prototype, "isFocusStyleEnabled", {
2261
+ /**
2262
+ * Gets or sets if the button show use styling to show focus.
2263
+ */
2264
+ get: function () {
2265
+ return this.i.az;
2266
+ },
2267
+ set: function (v) {
2268
+ this.i.az = ensureBool(v);
2269
+ },
2270
+ enumerable: false,
2271
+ configurable: true
2272
+ });
2273
+ Object.defineProperty(IgxXButtonComponent.prototype, "disableRipple", {
2274
+ /**
2275
+ * Gets or sets whether to disable the ripple effect for the button.
2276
+ */
2277
+ get: function () {
2278
+ return this.i.at;
2279
+ },
2280
+ set: function (v) {
2281
+ this.i.at = ensureBool(v);
2282
+ },
2283
+ enumerable: false,
2284
+ configurable: true
2285
+ });
2286
+ Object.defineProperty(IgxXButtonComponent.prototype, "actualDisableRipple", {
2287
+ /**
2288
+ * Gets whether to actually disable the ripple effect for the button.
2289
+ */
2290
+ get: function () {
2291
+ return this.i.ap;
2292
+ },
2293
+ set: function (v) {
2294
+ this.i.ap = ensureBool(v);
2295
+ },
2296
+ enumerable: false,
2297
+ configurable: true
2298
+ });
2299
+ Object.defineProperty(IgxXButtonComponent.prototype, "disableHover", {
2300
+ /**
2301
+ * Gets or sets whether the hover effect is disabled.
2302
+ */
2303
+ get: function () {
2304
+ return this.i.ar;
2305
+ },
2306
+ set: function (v) {
2307
+ this.i.ar = ensureBool(v);
2308
+ },
2309
+ enumerable: false,
2310
+ configurable: true
2311
+ });
2312
+ Object.defineProperty(IgxXButtonComponent.prototype, "isHover", {
2313
+ /**
2314
+ * Gets or sets whether the checkbox is checked.
2315
+ */
2316
+ get: function () {
2317
+ return this.i.a0;
2318
+ },
2319
+ set: function (v) {
2320
+ this.i.a0 = ensureBool(v);
2321
+ },
2322
+ enumerable: false,
2323
+ configurable: true
2324
+ });
2325
+ Object.defineProperty(IgxXButtonComponent.prototype, "disabled", {
2326
+ /**
2327
+ * Gets or sets whether the checkbox is disabled.
2328
+ */
2329
+ get: function () {
2330
+ return this.i.disabled;
2331
+ },
2332
+ set: function (v) {
2333
+ this.i.disabled = ensureBool(v);
2334
+ },
2335
+ enumerable: false,
2336
+ configurable: true
2337
+ });
2338
+ Object.defineProperty(IgxXButtonComponent.prototype, "disableTransitions", {
2339
+ /**
2340
+ * Gets or sets whether the checkbox transitions are disabled.
2341
+ */
2342
+ get: function () {
2343
+ return this.i.au;
2344
+ },
2345
+ set: function (v) {
2346
+ this.i.au = ensureBool(v);
2347
+ },
2348
+ enumerable: false,
2349
+ configurable: true
2350
+ });
2351
+ Object.defineProperty(IgxXButtonComponent.prototype, "disablePointer", {
2352
+ /**
2353
+ * Gets or sets whether the cursor will change into a pointer when the button is hovered.
2354
+ */
2355
+ get: function () {
2356
+ return this.i.as;
2357
+ },
2358
+ set: function (v) {
2359
+ this.i.as = ensureBool(v);
2360
+ },
2361
+ enumerable: false,
2362
+ configurable: true
2363
+ });
2364
+ Object.defineProperty(IgxXButtonComponent.prototype, "contentPaddingLeft", {
2365
+ /**
2366
+ * Gets or sets the left padding for the button content.
2367
+ */
2368
+ get: function () {
2369
+ return this.i.bi;
2370
+ },
2371
+ set: function (v) {
2372
+ this.i.bi = +v;
2373
+ },
2374
+ enumerable: false,
2375
+ configurable: true
2376
+ });
2377
+ Object.defineProperty(IgxXButtonComponent.prototype, "contentPaddingTop", {
2378
+ /**
2379
+ * Gets or sets the top padding for the button content.
2380
+ */
2381
+ get: function () {
2382
+ return this.i.bk;
2383
+ },
2384
+ set: function (v) {
2385
+ this.i.bk = +v;
2386
+ },
2387
+ enumerable: false,
2388
+ configurable: true
2389
+ });
2390
+ Object.defineProperty(IgxXButtonComponent.prototype, "contentPaddingRight", {
2391
+ /**
2392
+ * Gets or sets the right padding for the button content.
2393
+ */
2394
+ get: function () {
2395
+ return this.i.bj;
2396
+ },
2397
+ set: function (v) {
2398
+ this.i.bj = +v;
2399
+ },
2400
+ enumerable: false,
2401
+ configurable: true
2402
+ });
2403
+ Object.defineProperty(IgxXButtonComponent.prototype, "contentPaddingBottom", {
2404
+ /**
2405
+ * Gets or sets the bottom padding for the button content.
2406
+ */
2407
+ get: function () {
2408
+ return this.i.bh;
2409
+ },
2410
+ set: function (v) {
2411
+ this.i.bh = +v;
2412
+ },
2413
+ enumerable: false,
2414
+ configurable: true
2415
+ });
2416
+ Object.defineProperty(IgxXButtonComponent.prototype, "horizontalContentAlignment", {
2417
+ get: function () {
2418
+ return this.i.k5;
2419
+ },
2420
+ set: function (v) {
2421
+ this.i.k5 = ensureEnum(HorizontalAlignment_$type, v);
2422
+ },
2423
+ enumerable: false,
2424
+ configurable: true
2425
+ });
2426
+ Object.defineProperty(IgxXButtonComponent.prototype, "verticalContentAlignment", {
2427
+ get: function () {
2428
+ return this.i.q9;
2429
+ },
2430
+ set: function (v) {
2431
+ this.i.q9 = ensureEnum(VerticalAlignment_$type, v);
2432
+ },
2433
+ enumerable: false,
2434
+ configurable: true
2435
+ });
2436
+ Object.defineProperty(IgxXButtonComponent.prototype, "clickTunneling", {
2437
+ /**
2438
+ * Gets or sets if clicking on the button is allowed to tunnel down to button content.
2439
+ */
2440
+ get: function () {
2441
+ return this.i.aq;
2442
+ },
2443
+ set: function (v) {
2444
+ this.i.aq = ensureBool(v);
2445
+ },
2446
+ enumerable: false,
2447
+ configurable: true
2448
+ });
2449
+ IgxXButtonComponent.prototype.findByName = function (name) {
2450
+ if (this.findEphemera) {
2451
+ if (name && name.indexOf("@@e:") == 0) {
2452
+ return this.findEphemera(name);
2453
+ }
2454
+ }
2455
+ return null;
2456
+ };
2457
+ Object.defineProperty(IgxXButtonComponent.prototype, "hasUserValues", {
2458
+ get: function () {
2459
+ return this._hasUserValues;
2460
+ },
2461
+ enumerable: false,
2462
+ configurable: true
2463
+ });
2464
+ IgxXButtonComponent.prototype.__m = function (propertyName) {
2465
+ if (!this._inStyling) {
2466
+ this._hasUserValues.add(propertyName);
2467
+ }
2468
+ };
2469
+ IgxXButtonComponent.prototype._styling = function (container, component, parent) {
2470
+ if (this._inStyling) {
2471
+ return;
2472
+ }
2473
+ this._inStyling = true;
2474
+ this._stylingContainer = container;
2475
+ this._stylingParent = component;
2476
+ var genericPrefix = "";
2477
+ var typeName = this.i.$type.name;
2478
+ if (typeName.indexOf("Xam") === 0) {
2479
+ typeName = typeName.substring(3);
2480
+ }
2481
+ genericPrefix = toSpinal("XButtonComponent");
2482
+ var additionalPrefixes = [];
2483
+ var prefix = toSpinal(typeName);
2484
+ additionalPrefixes.push(prefix + "-");
2485
+ var b = this.i.$type.baseType;
2486
+ while (b && b.name != "Object" &&
2487
+ b.name != "Base" &&
2488
+ b.name != "Control" &&
2489
+ b.Name != "DependencyObject" &&
2490
+ b.Name != "FrameworkElement") {
2491
+ typeName = b.name;
2492
+ if (typeName.indexOf("Xam") === 0) {
2493
+ typeName = typeName.substring(3);
2494
+ }
2495
+ var basePrefix = toSpinal(typeName);
2496
+ additionalPrefixes.push(basePrefix + "-");
2497
+ b = b.baseType;
2498
+ }
2499
+ if (parent) {
2500
+ var parentTypeName = parent.i.$type.name;
2501
+ if (parentTypeName.indexOf("Xam") === 0) {
2502
+ parentTypeName = parentTypeName.substring(3);
2503
+ }
2504
+ var parentPrefix = toSpinal(parentTypeName);
2505
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
2506
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
2507
+ }
2508
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
2509
+ if (this._otherStyling) {
2510
+ this._otherStyling(container, component, parent);
2511
+ }
2512
+ this._inStyling = false;
2513
+ };
2514
+ IgxXButtonComponent.prototype.onDetachedFromUI = function () {
2515
+ this.i.onDetachedFromUI();
2516
+ };
2517
+ IgxXButtonComponent.prototype.onAttachedToUI = function () {
2518
+ this.i.onAttachedToUI();
2519
+ };
2520
+ /**
2521
+ * Exports visual information about the current state of the grid.
2522
+
2523
+ */
2524
+ IgxXButtonComponent.prototype.exportVisualModel = function () {
2525
+ var iv = this.i.d7();
2526
+ return (iv);
2527
+ };
2528
+ /**
2529
+ * Returns a serialized copy of the exported visual model
2530
+
2531
+ */
2532
+ IgxXButtonComponent.prototype.exportSerializedVisualModel = function () {
2533
+ var iv = this.i.f0();
2534
+ return (iv);
2535
+ };
2536
+ Object.defineProperty(IgxXButtonComponent.prototype, "clicked", {
2537
+ get: function () {
2538
+ var _this = this;
2539
+ if (this._clicked == null) {
2540
+ this._clicked = new EventEmitter();
2541
+ this.i.clicked = delegateCombine(this.i.clicked, function (o, e) {
2542
+ _this._runInZone(function () {
2543
+ var outerArgs = new IgxButtonClickEventArgs();
2544
+ outerArgs._provideImplementation(e);
2545
+ if (_this.beforeClicked) {
2546
+ _this.beforeClicked(_this, outerArgs);
2547
+ }
2548
+ _this._clicked.emit({
2549
+ sender: _this,
2550
+ args: outerArgs
2551
+ });
2552
+ });
2553
+ });
2554
+ }
2555
+ return this._clicked;
2556
+ },
2557
+ enumerable: false,
2558
+ configurable: true
2559
+ });
2560
+ Object.defineProperty(IgxXButtonComponent.prototype, "gotFocus", {
2561
+ get: function () {
2562
+ var _this = this;
2563
+ if (this._gotFocus == null) {
2564
+ this._gotFocus = new EventEmitter();
2565
+ this.i.gotFocus = delegateCombine(this.i.gotFocus, function (o, e) {
2566
+ _this._runInZone(function () {
2567
+ var outerArgs = new IgxFocusEventArgs();
2568
+ outerArgs._provideImplementation(e);
2569
+ if (_this.beforeGotFocus) {
2570
+ _this.beforeGotFocus(_this, outerArgs);
2571
+ }
2572
+ _this._gotFocus.emit({
2573
+ sender: _this,
2574
+ args: outerArgs
2575
+ });
2576
+ });
2577
+ });
2578
+ }
2579
+ return this._gotFocus;
2580
+ },
2581
+ enumerable: false,
2582
+ configurable: true
2583
+ });
2584
+ Object.defineProperty(IgxXButtonComponent.prototype, "lostFocus", {
2585
+ get: function () {
2586
+ var _this = this;
2587
+ if (this._lostFocus == null) {
2588
+ this._lostFocus = new EventEmitter();
2589
+ this.i.lostFocus = delegateCombine(this.i.lostFocus, function (o, e) {
2590
+ _this._runInZone(function () {
2591
+ var outerArgs = new IgxFocusEventArgs();
2592
+ outerArgs._provideImplementation(e);
2593
+ if (_this.beforeLostFocus) {
2594
+ _this.beforeLostFocus(_this, outerArgs);
2595
+ }
2596
+ _this._lostFocus.emit({
2597
+ sender: _this,
2598
+ args: outerArgs
2599
+ });
2600
+ });
2601
+ });
2602
+ }
2603
+ return this._lostFocus;
2604
+ },
2605
+ enumerable: false,
2606
+ configurable: true
2607
+ });
2608
+ IgxXButtonComponent.prototype._runInZone = function (act) {
2609
+ if (this._zoneRunner != null) {
2610
+ this._zoneRunner(act);
2611
+ }
2612
+ else {
2613
+ act();
2614
+ }
2615
+ };
2616
+ IgxXButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXButtonComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
2617
+ IgxXButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXButtonComponent, selector: "igx-x-button", inputs: { minWidth: "minWidth", minHeight: "minHeight", displayType: "displayType", density: "density", baseTheme: "baseTheme", actualDensity: "actualDensity", actualBorderColor: "actualBorderColor", actualUmbraShadowColor: "actualUmbraShadowColor", actualPenumbraShadowColor: "actualPenumbraShadowColor", actualAmbientShadowColor: "actualAmbientShadowColor", actualRestingElevation: "actualRestingElevation", actualFocusElevation: "actualFocusElevation", actualHoverElevation: "actualHoverElevation", actualRippleColor: "actualRippleColor", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", actualBackgroundColor: "actualBackgroundColor", actualDisabledBackgroundColor: "actualDisabledBackgroundColor", actualDisabledBorderColor: "actualDisabledBorderColor", actualDisabledTextColor: "actualDisabledTextColor", actualDisabledElevation: "actualDisabledElevation", actualElevationMode: "actualElevationMode", actualTextColor: "actualTextColor", actualHoverTextColor: "actualHoverTextColor", actualFocusBackgroundColor: "actualFocusBackgroundColor", actualFocusTextColor: "actualFocusTextColor", actualHoverBackgroundColor: "actualHoverBackgroundColor", actualBorderWidth: "actualBorderWidth", raisedBackgroundColor: "raisedBackgroundColor", raisedDisabledBackgroundColor: "raisedDisabledBackgroundColor", raisedDisabledBorderColor: "raisedDisabledBorderColor", raisedDisabledTextColor: "raisedDisabledTextColor", raisedDisabledElevation: "raisedDisabledElevation", raisedHoverBackgroundColor: "raisedHoverBackgroundColor", raisedBorderColor: "raisedBorderColor", raisedRestingElevation: "raisedRestingElevation", raisedHoverElevation: "raisedHoverElevation", raisedFocusElevation: "raisedFocusElevation", raisedBorderWidth: "raisedBorderWidth", raisedCornerRadiusBottomRight: "raisedCornerRadiusBottomRight", raisedCornerRadiusBottomLeft: "raisedCornerRadiusBottomLeft", raisedCornerRadiusTopLeft: "raisedCornerRadiusTopLeft", raisedCornerRadiusTopRight: "raisedCornerRadiusTopRight", raisedRippleColor: "raisedRippleColor", flatBackgroundColor: "flatBackgroundColor", flatDisabledBackgroundColor: "flatDisabledBackgroundColor", flatDisabledBorderColor: "flatDisabledBorderColor", flatDisabledTextColor: "flatDisabledTextColor", flatDisabledElevation: "flatDisabledElevation", flatHoverBackgroundColor: "flatHoverBackgroundColor", flatBorderColor: "flatBorderColor", flatRestingElevation: "flatRestingElevation", flatHoverElevation: "flatHoverElevation", flatFocusElevation: "flatFocusElevation", flatRippleColor: "flatRippleColor", flatTextColor: "flatTextColor", flatHoverTextColor: "flatHoverTextColor", flatFocusBackgroundColor: "flatFocusBackgroundColor", flatFocusTextColor: "flatFocusTextColor", flatBorderWidth: "flatBorderWidth", flatCornerRadiusBottomRight: "flatCornerRadiusBottomRight", flatCornerRadiusBottomLeft: "flatCornerRadiusBottomLeft", flatCornerRadiusTopLeft: "flatCornerRadiusTopLeft", flatCornerRadiusTopRight: "flatCornerRadiusTopRight", backgroundColor: "backgroundColor", disabledBackgroundColor: "disabledBackgroundColor", disabledBorderColor: "disabledBorderColor", disabledTextColor: "disabledTextColor", disabledElevation: "disabledElevation", elevationMode: "elevationMode", hoverBackgroundColor: "hoverBackgroundColor", borderColor: "borderColor", restingElevation: "restingElevation", hoverElevation: "hoverElevation", focusElevation: "focusElevation", textStyle: "textStyle", textColor: "textColor", hoverTextColor: "hoverTextColor", rippleColor: "rippleColor", raisedTextColor: "raisedTextColor", raisedHoverTextColor: "raisedHoverTextColor", raisedFocusBackgroundColor: "raisedFocusBackgroundColor", raisedFocusTextColor: "raisedFocusTextColor", focusBackgroundColor: "focusBackgroundColor", focusTextColor: "focusTextColor", borderWidth: "borderWidth", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", outlinedBackgroundColor: "outlinedBackgroundColor", outlinedDisabledBackgroundColor: "outlinedDisabledBackgroundColor", outlinedDisabledBorderColor: "outlinedDisabledBorderColor", outlinedDisabledTextColor: "outlinedDisabledTextColor", outlinedDisabledElevation: "outlinedDisabledElevation", outlinedHoverBackgroundColor: "outlinedHoverBackgroundColor", outlinedBorderColor: "outlinedBorderColor", outlinedRestingElevation: "outlinedRestingElevation", outlinedHoverElevation: "outlinedHoverElevation", outlinedFocusElevation: "outlinedFocusElevation", outlinedBorderWidth: "outlinedBorderWidth", outlinedCornerRadiusBottomRight: "outlinedCornerRadiusBottomRight", outlinedCornerRadiusBottomLeft: "outlinedCornerRadiusBottomLeft", outlinedCornerRadiusTopLeft: "outlinedCornerRadiusTopLeft", outlinedCornerRadiusTopRight: "outlinedCornerRadiusTopRight", outlinedRippleColor: "outlinedRippleColor", outlinedTextColor: "outlinedTextColor", outlinedHoverTextColor: "outlinedHoverTextColor", outlinedFocusBackgroundColor: "outlinedFocusBackgroundColor", outlinedFocusTextColor: "outlinedFocusTextColor", fabBackgroundColor: "fabBackgroundColor", fabDisabledBackgroundColor: "fabDisabledBackgroundColor", fabDisabledBorderColor: "fabDisabledBorderColor", fabDisabledTextColor: "fabDisabledTextColor", fabDisabledElevation: "fabDisabledElevation", fabHoverBackgroundColor: "fabHoverBackgroundColor", fabBorderColor: "fabBorderColor", fabRestingElevation: "fabRestingElevation", fabHoverElevation: "fabHoverElevation", fabFocusElevation: "fabFocusElevation", fabBorderWidth: "fabBorderWidth", fabCornerRadiusBottomRight: "fabCornerRadiusBottomRight", fabCornerRadiusBottomLeft: "fabCornerRadiusBottomLeft", fabCornerRadiusTopLeft: "fabCornerRadiusTopLeft", fabCornerRadiusTopRight: "fabCornerRadiusTopRight", fabRippleColor: "fabRippleColor", fabTextColor: "fabTextColor", fabHoverTextColor: "fabHoverTextColor", fabFocusBackgroundColor: "fabFocusBackgroundColor", fabFocusTextColor: "fabFocusTextColor", iconBackgroundColor: "iconBackgroundColor", iconDisabledBackgroundColor: "iconDisabledBackgroundColor", iconDisabledBorderColor: "iconDisabledBorderColor", iconDisabledTextColor: "iconDisabledTextColor", iconDisabledElevation: "iconDisabledElevation", iconHoverBackgroundColor: "iconHoverBackgroundColor", iconBorderColor: "iconBorderColor", iconRestingElevation: "iconRestingElevation", iconHoverElevation: "iconHoverElevation", iconFocusElevation: "iconFocusElevation", iconBorderWidth: "iconBorderWidth", iconCornerRadiusBottomRight: "iconCornerRadiusBottomRight", iconCornerRadiusBottomLeft: "iconCornerRadiusBottomLeft", iconCornerRadiusTopLeft: "iconCornerRadiusTopLeft", iconCornerRadiusTopRight: "iconCornerRadiusTopRight", iconRippleColor: "iconRippleColor", iconTextColor: "iconTextColor", iconHoverTextColor: "iconHoverTextColor", iconFocusBackgroundColor: "iconFocusBackgroundColor", iconFocusTextColor: "iconFocusTextColor", inputId: "inputId", id: "id", display: "display", flexDirection: "flexDirection", flexGrow: "flexGrow", alignItems: "alignItems", value: "value", name: "name", tabIndex: ["tabindex", "tabIndex"], ariaLabel: ["aria-label", "ariaLabel"], fillAvailableSpace: "fillAvailableSpace", focused: "focused", isFocusStyleEnabled: "isFocusStyleEnabled", disableRipple: "disableRipple", actualDisableRipple: "actualDisableRipple", disableHover: "disableHover", isHover: "isHover", disabled: "disabled", disableTransitions: "disableTransitions", disablePointer: "disablePointer", contentPaddingLeft: "contentPaddingLeft", contentPaddingTop: "contentPaddingTop", contentPaddingRight: "contentPaddingRight", contentPaddingBottom: "contentPaddingBottom", horizontalContentAlignment: "horizontalContentAlignment", verticalContentAlignment: "verticalContentAlignment", clickTunneling: "clickTunneling" }, outputs: { clicked: "clicked", gotFocus: "gotFocus", lostFocus: "lostFocus" }, host: { properties: { "attr.id": "this.id", "style.display": "this.display", "style.flexDirection": "this.flexDirection", "style.flexGrow": "this.flexGrow", "style.alignItems": "this.alignItems" }, classAttribute: "ig-x-button igx-x-button" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
2618
+ return IgxXButtonComponent;
2619
+ }());
2620
+ export { IgxXButtonComponent };
2621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXButtonComponent, decorators: [{
2622
+ type: Component,
2623
+ args: [{
2624
+ selector: 'igx-x-button',
2625
+ template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>",
2626
+ changeDetection: ChangeDetectionStrategy.OnPush,
2627
+ providers: [],
2628
+ host: { 'class': 'ig-x-button igx-x-button' },
2629
+ styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n\t\t}\n\t"]
2630
+ }]
2631
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _dynamicContent: [{
2632
+ type: ViewChild,
2633
+ args: ["dynamicContent", { read: ViewContainerRef, static: true }]
2634
+ }], _childTemplateRef: [{
2635
+ type: ViewChild,
2636
+ args: ["childContent", { read: TemplateRef, static: false }]
2637
+ }], minWidth: [{
2638
+ type: Input
2639
+ }], minHeight: [{
2640
+ type: Input
2641
+ }], displayType: [{
2642
+ type: Input
2643
+ }], density: [{
2644
+ type: Input
2645
+ }], baseTheme: [{
2646
+ type: Input
2647
+ }], actualDensity: [{
2648
+ type: Input
2649
+ }], actualBorderColor: [{
2650
+ type: Input
2651
+ }], actualUmbraShadowColor: [{
2652
+ type: Input
2653
+ }], actualPenumbraShadowColor: [{
2654
+ type: Input
2655
+ }], actualAmbientShadowColor: [{
2656
+ type: Input
2657
+ }], actualRestingElevation: [{
2658
+ type: Input
2659
+ }], actualFocusElevation: [{
2660
+ type: Input
2661
+ }], actualHoverElevation: [{
2662
+ type: Input
2663
+ }], actualRippleColor: [{
2664
+ type: Input
2665
+ }], actualCornerRadiusBottomRight: [{
2666
+ type: Input
2667
+ }], actualCornerRadiusBottomLeft: [{
2668
+ type: Input
2669
+ }], actualCornerRadiusTopLeft: [{
2670
+ type: Input
2671
+ }], actualCornerRadiusTopRight: [{
2672
+ type: Input
2673
+ }], actualBackgroundColor: [{
2674
+ type: Input
2675
+ }], actualDisabledBackgroundColor: [{
2676
+ type: Input
2677
+ }], actualDisabledBorderColor: [{
2678
+ type: Input
2679
+ }], actualDisabledTextColor: [{
2680
+ type: Input
2681
+ }], actualDisabledElevation: [{
2682
+ type: Input
2683
+ }], actualElevationMode: [{
2684
+ type: Input
2685
+ }], actualTextColor: [{
2686
+ type: Input
2687
+ }], actualHoverTextColor: [{
2688
+ type: Input
2689
+ }], actualFocusBackgroundColor: [{
2690
+ type: Input
2691
+ }], actualFocusTextColor: [{
2692
+ type: Input
2693
+ }], actualHoverBackgroundColor: [{
2694
+ type: Input
2695
+ }], actualBorderWidth: [{
2696
+ type: Input
2697
+ }], raisedBackgroundColor: [{
2698
+ type: Input
2699
+ }], raisedDisabledBackgroundColor: [{
2700
+ type: Input
2701
+ }], raisedDisabledBorderColor: [{
2702
+ type: Input
2703
+ }], raisedDisabledTextColor: [{
2704
+ type: Input
2705
+ }], raisedDisabledElevation: [{
2706
+ type: Input
2707
+ }], raisedHoverBackgroundColor: [{
2708
+ type: Input
2709
+ }], raisedBorderColor: [{
2710
+ type: Input
2711
+ }], raisedRestingElevation: [{
2712
+ type: Input
2713
+ }], raisedHoverElevation: [{
2714
+ type: Input
2715
+ }], raisedFocusElevation: [{
2716
+ type: Input
2717
+ }], raisedBorderWidth: [{
2718
+ type: Input
2719
+ }], raisedCornerRadiusBottomRight: [{
2720
+ type: Input
2721
+ }], raisedCornerRadiusBottomLeft: [{
2722
+ type: Input
2723
+ }], raisedCornerRadiusTopLeft: [{
2724
+ type: Input
2725
+ }], raisedCornerRadiusTopRight: [{
2726
+ type: Input
2727
+ }], raisedRippleColor: [{
2728
+ type: Input
2729
+ }], flatBackgroundColor: [{
2730
+ type: Input
2731
+ }], flatDisabledBackgroundColor: [{
2732
+ type: Input
2733
+ }], flatDisabledBorderColor: [{
2734
+ type: Input
2735
+ }], flatDisabledTextColor: [{
2736
+ type: Input
2737
+ }], flatDisabledElevation: [{
2738
+ type: Input
2739
+ }], flatHoverBackgroundColor: [{
2740
+ type: Input
2741
+ }], flatBorderColor: [{
2742
+ type: Input
2743
+ }], flatRestingElevation: [{
2744
+ type: Input
2745
+ }], flatHoverElevation: [{
2746
+ type: Input
2747
+ }], flatFocusElevation: [{
2748
+ type: Input
2749
+ }], flatRippleColor: [{
2750
+ type: Input
2751
+ }], flatTextColor: [{
2752
+ type: Input
2753
+ }], flatHoverTextColor: [{
2754
+ type: Input
2755
+ }], flatFocusBackgroundColor: [{
2756
+ type: Input
2757
+ }], flatFocusTextColor: [{
2758
+ type: Input
2759
+ }], flatBorderWidth: [{
2760
+ type: Input
2761
+ }], flatCornerRadiusBottomRight: [{
2762
+ type: Input
2763
+ }], flatCornerRadiusBottomLeft: [{
2764
+ type: Input
2765
+ }], flatCornerRadiusTopLeft: [{
2766
+ type: Input
2767
+ }], flatCornerRadiusTopRight: [{
2768
+ type: Input
2769
+ }], backgroundColor: [{
2770
+ type: Input
2771
+ }], disabledBackgroundColor: [{
2772
+ type: Input
2773
+ }], disabledBorderColor: [{
2774
+ type: Input
2775
+ }], disabledTextColor: [{
2776
+ type: Input
2777
+ }], disabledElevation: [{
2778
+ type: Input
2779
+ }], elevationMode: [{
2780
+ type: Input
2781
+ }], hoverBackgroundColor: [{
2782
+ type: Input
2783
+ }], borderColor: [{
2784
+ type: Input
2785
+ }], restingElevation: [{
2786
+ type: Input
2787
+ }], hoverElevation: [{
2788
+ type: Input
2789
+ }], focusElevation: [{
2790
+ type: Input
2791
+ }], textStyle: [{
2792
+ type: Input
2793
+ }], textColor: [{
2794
+ type: Input
2795
+ }], hoverTextColor: [{
2796
+ type: Input
2797
+ }], rippleColor: [{
2798
+ type: Input
2799
+ }], raisedTextColor: [{
2800
+ type: Input
2801
+ }], raisedHoverTextColor: [{
2802
+ type: Input
2803
+ }], raisedFocusBackgroundColor: [{
2804
+ type: Input
2805
+ }], raisedFocusTextColor: [{
2806
+ type: Input
2807
+ }], focusBackgroundColor: [{
2808
+ type: Input
2809
+ }], focusTextColor: [{
2810
+ type: Input
2811
+ }], borderWidth: [{
2812
+ type: Input
2813
+ }], cornerRadiusBottomRight: [{
2814
+ type: Input
2815
+ }], cornerRadiusBottomLeft: [{
2816
+ type: Input
2817
+ }], cornerRadiusTopLeft: [{
2818
+ type: Input
2819
+ }], cornerRadiusTopRight: [{
2820
+ type: Input
2821
+ }], outlinedBackgroundColor: [{
2822
+ type: Input
2823
+ }], outlinedDisabledBackgroundColor: [{
2824
+ type: Input
2825
+ }], outlinedDisabledBorderColor: [{
2826
+ type: Input
2827
+ }], outlinedDisabledTextColor: [{
2828
+ type: Input
2829
+ }], outlinedDisabledElevation: [{
2830
+ type: Input
2831
+ }], outlinedHoverBackgroundColor: [{
2832
+ type: Input
2833
+ }], outlinedBorderColor: [{
2834
+ type: Input
2835
+ }], outlinedRestingElevation: [{
2836
+ type: Input
2837
+ }], outlinedHoverElevation: [{
2838
+ type: Input
2839
+ }], outlinedFocusElevation: [{
2840
+ type: Input
2841
+ }], outlinedBorderWidth: [{
2842
+ type: Input
2843
+ }], outlinedCornerRadiusBottomRight: [{
2844
+ type: Input
2845
+ }], outlinedCornerRadiusBottomLeft: [{
2846
+ type: Input
2847
+ }], outlinedCornerRadiusTopLeft: [{
2848
+ type: Input
2849
+ }], outlinedCornerRadiusTopRight: [{
2850
+ type: Input
2851
+ }], outlinedRippleColor: [{
2852
+ type: Input
2853
+ }], outlinedTextColor: [{
2854
+ type: Input
2855
+ }], outlinedHoverTextColor: [{
2856
+ type: Input
2857
+ }], outlinedFocusBackgroundColor: [{
2858
+ type: Input
2859
+ }], outlinedFocusTextColor: [{
2860
+ type: Input
2861
+ }], fabBackgroundColor: [{
2862
+ type: Input
2863
+ }], fabDisabledBackgroundColor: [{
2864
+ type: Input
2865
+ }], fabDisabledBorderColor: [{
2866
+ type: Input
2867
+ }], fabDisabledTextColor: [{
2868
+ type: Input
2869
+ }], fabDisabledElevation: [{
2870
+ type: Input
2871
+ }], fabHoverBackgroundColor: [{
2872
+ type: Input
2873
+ }], fabBorderColor: [{
2874
+ type: Input
2875
+ }], fabRestingElevation: [{
2876
+ type: Input
2877
+ }], fabHoverElevation: [{
2878
+ type: Input
2879
+ }], fabFocusElevation: [{
2880
+ type: Input
2881
+ }], fabBorderWidth: [{
2882
+ type: Input
2883
+ }], fabCornerRadiusBottomRight: [{
2884
+ type: Input
2885
+ }], fabCornerRadiusBottomLeft: [{
2886
+ type: Input
2887
+ }], fabCornerRadiusTopLeft: [{
2888
+ type: Input
2889
+ }], fabCornerRadiusTopRight: [{
2890
+ type: Input
2891
+ }], fabRippleColor: [{
2892
+ type: Input
2893
+ }], fabTextColor: [{
2894
+ type: Input
2895
+ }], fabHoverTextColor: [{
2896
+ type: Input
2897
+ }], fabFocusBackgroundColor: [{
2898
+ type: Input
2899
+ }], fabFocusTextColor: [{
2900
+ type: Input
2901
+ }], iconBackgroundColor: [{
2902
+ type: Input
2903
+ }], iconDisabledBackgroundColor: [{
2904
+ type: Input
2905
+ }], iconDisabledBorderColor: [{
2906
+ type: Input
2907
+ }], iconDisabledTextColor: [{
2908
+ type: Input
2909
+ }], iconDisabledElevation: [{
2910
+ type: Input
2911
+ }], iconHoverBackgroundColor: [{
2912
+ type: Input
2913
+ }], iconBorderColor: [{
2914
+ type: Input
2915
+ }], iconRestingElevation: [{
2916
+ type: Input
2917
+ }], iconHoverElevation: [{
2918
+ type: Input
2919
+ }], iconFocusElevation: [{
2920
+ type: Input
2921
+ }], iconBorderWidth: [{
2922
+ type: Input
2923
+ }], iconCornerRadiusBottomRight: [{
2924
+ type: Input
2925
+ }], iconCornerRadiusBottomLeft: [{
2926
+ type: Input
2927
+ }], iconCornerRadiusTopLeft: [{
2928
+ type: Input
2929
+ }], iconCornerRadiusTopRight: [{
2930
+ type: Input
2931
+ }], iconRippleColor: [{
2932
+ type: Input
2933
+ }], iconTextColor: [{
2934
+ type: Input
2935
+ }], iconHoverTextColor: [{
2936
+ type: Input
2937
+ }], iconFocusBackgroundColor: [{
2938
+ type: Input
2939
+ }], iconFocusTextColor: [{
2940
+ type: Input
2941
+ }], inputId: [{
2942
+ type: Input
2943
+ }], id: [{
2944
+ type: HostBinding,
2945
+ args: ['attr.id']
2946
+ }, {
2947
+ type: Input
2948
+ }], display: [{
2949
+ type: HostBinding,
2950
+ args: ['style.display']
2951
+ }, {
2952
+ type: Input
2953
+ }], flexDirection: [{
2954
+ type: HostBinding,
2955
+ args: ['style.flexDirection']
2956
+ }, {
2957
+ type: Input
2958
+ }], flexGrow: [{
2959
+ type: HostBinding,
2960
+ args: ['style.flexGrow']
2961
+ }, {
2962
+ type: Input
2963
+ }], alignItems: [{
2964
+ type: HostBinding,
2965
+ args: ['style.alignItems']
2966
+ }, {
2967
+ type: Input
2968
+ }], value: [{
2969
+ type: Input
2970
+ }], name: [{
2971
+ type: Input
2972
+ }], tabIndex: [{
2973
+ type: Input,
2974
+ args: ['tabindex']
2975
+ }], ariaLabel: [{
2976
+ type: Input,
2977
+ args: ['aria-label']
2978
+ }], fillAvailableSpace: [{
2979
+ type: Input
2980
+ }], focused: [{
2981
+ type: Input
2982
+ }], isFocusStyleEnabled: [{
2983
+ type: Input
2984
+ }], disableRipple: [{
2985
+ type: Input
2986
+ }], actualDisableRipple: [{
2987
+ type: Input
2988
+ }], disableHover: [{
2989
+ type: Input
2990
+ }], isHover: [{
2991
+ type: Input
2992
+ }], disabled: [{
2993
+ type: Input
2994
+ }], disableTransitions: [{
2995
+ type: Input
2996
+ }], disablePointer: [{
2997
+ type: Input
2998
+ }], contentPaddingLeft: [{
2999
+ type: Input
3000
+ }], contentPaddingTop: [{
3001
+ type: Input
3002
+ }], contentPaddingRight: [{
3003
+ type: Input
3004
+ }], contentPaddingBottom: [{
3005
+ type: Input
3006
+ }], horizontalContentAlignment: [{
3007
+ type: Input
3008
+ }], verticalContentAlignment: [{
3009
+ type: Input
3010
+ }], clickTunneling: [{
3011
+ type: Input
3012
+ }], clicked: [{
3013
+ type: Output
3014
+ }], gotFocus: [{
3015
+ type: Output
3016
+ }], lostFocus: [{
3017
+ type: Output
3018
+ }] } });