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,980 @@
1
+ import { TemplateRef, EventEmitter, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, NgZone } from '@angular/core';
2
+ import { XButton } from "./XButton";
3
+ import { ButtonDisplayStyle } from './ButtonDisplayStyle';
4
+ import { IgxButtonClickEventArgs } from './igx-button-click-event-args';
5
+ import { ControlDisplayDensity } from "igniteui-angular-core";
6
+ import { ElevationMode } from "igniteui-angular-core";
7
+ import { BaseControlTheme } from "igniteui-angular-core";
8
+ import { HorizontalAlignment } from "igniteui-angular-core";
9
+ import { VerticalAlignment } from "igniteui-angular-core";
10
+ import { IgxFocusEventArgs } from "igniteui-angular-core";
11
+ import * as i0 from "@angular/core";
12
+ export declare class IgxXButtonComponent implements AfterViewInit {
13
+ private renderer;
14
+ private _elRef;
15
+ private ngZone;
16
+ private injector;
17
+ private componentFactoryResolver;
18
+ container: Element;
19
+ private _wrapper;
20
+ private _portalManager;
21
+ private _root;
22
+ _dynamicContent: ViewContainerRef;
23
+ _childTemplateRef: TemplateRef<any>;
24
+ constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
25
+ updateStyle(): void;
26
+ ngOnDestroy(): void;
27
+ ngAfterViewInit(): void;
28
+ protected createImplementation(): XButton;
29
+ protected _implementation: any;
30
+ /**
31
+ * @hidden
32
+ */
33
+ get i(): XButton; /**
34
+ * @hidden
35
+ */
36
+ static _createFromInternal(internal: any): IgxXButtonComponent;
37
+ private _button;
38
+ /**
39
+ * Gets or sets the min width to use for the button.
40
+ */
41
+ get minWidth(): number;
42
+ set minWidth(v: number);
43
+ static ngAcceptInputType_minWidth: number | string;
44
+ /**
45
+ * Gets or sets the min height to use for the button.
46
+ */
47
+ get minHeight(): number;
48
+ set minHeight(v: number);
49
+ static ngAcceptInputType_minHeight: number | string;
50
+ /**
51
+ * Gets or sets the display style to use for the button.
52
+ */
53
+ get displayType(): ButtonDisplayStyle;
54
+ set displayType(v: ButtonDisplayStyle);
55
+ static ngAcceptInputType_displayType: ButtonDisplayStyle | string;
56
+ /**
57
+ * Gets or sets the display density to use for the button.
58
+ */
59
+ get density(): ControlDisplayDensity;
60
+ set density(v: ControlDisplayDensity);
61
+ static ngAcceptInputType_density: ControlDisplayDensity | string;
62
+ /**
63
+ * Gets or sets the base built in theme to use for the button.
64
+ */
65
+ get baseTheme(): BaseControlTheme;
66
+ set baseTheme(v: BaseControlTheme);
67
+ static ngAcceptInputType_baseTheme: BaseControlTheme | string;
68
+ /**
69
+ * Gets the actual display density to use for the label.
70
+ */
71
+ get actualDensity(): ControlDisplayDensity;
72
+ set actualDensity(v: ControlDisplayDensity);
73
+ static ngAcceptInputType_actualDensity: ControlDisplayDensity | string;
74
+ /**
75
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
76
+ */
77
+ get actualBorderColor(): string;
78
+ set actualBorderColor(v: string);
79
+ /**
80
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
81
+ */
82
+ get actualUmbraShadowColor(): string;
83
+ set actualUmbraShadowColor(v: string);
84
+ /**
85
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
86
+ */
87
+ get actualPenumbraShadowColor(): string;
88
+ set actualPenumbraShadowColor(v: string);
89
+ /**
90
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
91
+ */
92
+ get actualAmbientShadowColor(): string;
93
+ set actualAmbientShadowColor(v: string);
94
+ /**
95
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
96
+ */
97
+ get actualRestingElevation(): number;
98
+ set actualRestingElevation(v: number);
99
+ static ngAcceptInputType_actualRestingElevation: number | string;
100
+ /**
101
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
102
+ */
103
+ get actualFocusElevation(): number;
104
+ set actualFocusElevation(v: number);
105
+ static ngAcceptInputType_actualFocusElevation: number | string;
106
+ /**
107
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
108
+ */
109
+ get actualHoverElevation(): number;
110
+ set actualHoverElevation(v: number);
111
+ static ngAcceptInputType_actualHoverElevation: number | string;
112
+ /**
113
+ * Gets or sets the color to use for the ripple when the button is pressed.
114
+ */
115
+ get actualRippleColor(): string;
116
+ set actualRippleColor(v: string);
117
+ get actualCornerRadiusBottomRight(): number;
118
+ set actualCornerRadiusBottomRight(v: number);
119
+ static ngAcceptInputType_actualCornerRadiusBottomRight: number | string;
120
+ get actualCornerRadiusBottomLeft(): number;
121
+ set actualCornerRadiusBottomLeft(v: number);
122
+ static ngAcceptInputType_actualCornerRadiusBottomLeft: number | string;
123
+ get actualCornerRadiusTopLeft(): number;
124
+ set actualCornerRadiusTopLeft(v: number);
125
+ static ngAcceptInputType_actualCornerRadiusTopLeft: number | string;
126
+ get actualCornerRadiusTopRight(): number;
127
+ set actualCornerRadiusTopRight(v: number);
128
+ static ngAcceptInputType_actualCornerRadiusTopRight: number | string;
129
+ ensureActualCornerRadius(): void;
130
+ /**
131
+ * Gets the color to use for the actual background.
132
+ */
133
+ get actualBackgroundColor(): string;
134
+ set actualBackgroundColor(v: string);
135
+ /**
136
+ * Gets the actual color to use for the disabled background of the button.
137
+ */
138
+ get actualDisabledBackgroundColor(): string;
139
+ set actualDisabledBackgroundColor(v: string);
140
+ /**
141
+ * Gets the actual color to use for the disabled border of the button.
142
+ */
143
+ get actualDisabledBorderColor(): string;
144
+ set actualDisabledBorderColor(v: string);
145
+ /**
146
+ * Gets the actual color to use for the disabled text of the button.
147
+ */
148
+ get actualDisabledTextColor(): string;
149
+ set actualDisabledTextColor(v: string);
150
+ /**
151
+ * Gets the actual disabled elevation to use for the button.
152
+ */
153
+ get actualDisabledElevation(): number;
154
+ set actualDisabledElevation(v: number);
155
+ static ngAcceptInputType_actualDisabledElevation: number | string;
156
+ /**
157
+ * Gets the actual disabled elevation to use for the button.
158
+ */
159
+ get actualElevationMode(): ElevationMode;
160
+ set actualElevationMode(v: ElevationMode);
161
+ static ngAcceptInputType_actualElevationMode: ElevationMode | string;
162
+ /**
163
+ * Gets the color to use for the actual background.
164
+ */
165
+ get actualTextColor(): string;
166
+ set actualTextColor(v: string);
167
+ /**
168
+ * Gets the color to use for the actual background.
169
+ */
170
+ get actualHoverTextColor(): string;
171
+ set actualHoverTextColor(v: string);
172
+ /**
173
+ * Gets the color to use for the actual background.
174
+ */
175
+ get actualFocusBackgroundColor(): string;
176
+ set actualFocusBackgroundColor(v: string);
177
+ /**
178
+ * Gets the actual color to use for the focused text.
179
+ */
180
+ get actualFocusTextColor(): string;
181
+ set actualFocusTextColor(v: string);
182
+ /**
183
+ * Gets the hover color to use for the actual background.
184
+ */
185
+ get actualHoverBackgroundColor(): string;
186
+ set actualHoverBackgroundColor(v: string);
187
+ /**
188
+ * Gets or sets the Width to use for the check mark when the checkbox is checked.
189
+ */
190
+ get actualBorderWidth(): number;
191
+ set actualBorderWidth(v: number);
192
+ static ngAcceptInputType_actualBorderWidth: number | string;
193
+ /**
194
+ * Gets or sets the color to use for the background of the button when the type is raised.
195
+ */
196
+ get raisedBackgroundColor(): string;
197
+ set raisedBackgroundColor(v: string);
198
+ /**
199
+ * Gets or sets the color to use for the disabled background of the button when the type is raised.
200
+ */
201
+ get raisedDisabledBackgroundColor(): string;
202
+ set raisedDisabledBackgroundColor(v: string);
203
+ /**
204
+ * Gets or sets the color to use for the disabled border of the button when the type is raised.
205
+ */
206
+ get raisedDisabledBorderColor(): string;
207
+ set raisedDisabledBorderColor(v: string);
208
+ /**
209
+ * Gets or sets the color to use for the disabled text of the button when the type is raised.
210
+ */
211
+ get raisedDisabledTextColor(): string;
212
+ set raisedDisabledTextColor(v: string);
213
+ /**
214
+ * Gets or sets the disabled elevation to use for the button when the type is raised.
215
+ */
216
+ get raisedDisabledElevation(): number;
217
+ set raisedDisabledElevation(v: number);
218
+ static ngAcceptInputType_raisedDisabledElevation: number | string;
219
+ /**
220
+ * Gets or sets the hover color to use for the background of the button when the type is raised.
221
+ */
222
+ get raisedHoverBackgroundColor(): string;
223
+ set raisedHoverBackgroundColor(v: string);
224
+ /**
225
+ * Gets or sets the border color to use for the button when the type is raised.
226
+ */
227
+ get raisedBorderColor(): string;
228
+ set raisedBorderColor(v: string);
229
+ /**
230
+ * Gets or sets the elevation to use for the button when the type is raised.
231
+ */
232
+ get raisedRestingElevation(): number;
233
+ set raisedRestingElevation(v: number);
234
+ static ngAcceptInputType_raisedRestingElevation: number | string;
235
+ /**
236
+ * Gets or sets the hover elevation to use for the button when the type is raised.
237
+ */
238
+ get raisedHoverElevation(): number;
239
+ set raisedHoverElevation(v: number);
240
+ static ngAcceptInputType_raisedHoverElevation: number | string;
241
+ /**
242
+ * Gets or sets the focus elevation to use for the button when the type is raised.
243
+ */
244
+ get raisedFocusElevation(): number;
245
+ set raisedFocusElevation(v: number);
246
+ static ngAcceptInputType_raisedFocusElevation: number | string;
247
+ /**
248
+ * Gets or sets the width to use for the button border when the type is raised.
249
+ */
250
+ get raisedBorderWidth(): number;
251
+ set raisedBorderWidth(v: number);
252
+ static ngAcceptInputType_raisedBorderWidth: number | string;
253
+ get raisedCornerRadiusBottomRight(): number;
254
+ set raisedCornerRadiusBottomRight(v: number);
255
+ static ngAcceptInputType_raisedCornerRadiusBottomRight: number | string;
256
+ get raisedCornerRadiusBottomLeft(): number;
257
+ set raisedCornerRadiusBottomLeft(v: number);
258
+ static ngAcceptInputType_raisedCornerRadiusBottomLeft: number | string;
259
+ get raisedCornerRadiusTopLeft(): number;
260
+ set raisedCornerRadiusTopLeft(v: number);
261
+ static ngAcceptInputType_raisedCornerRadiusTopLeft: number | string;
262
+ get raisedCornerRadiusTopRight(): number;
263
+ set raisedCornerRadiusTopRight(v: number);
264
+ static ngAcceptInputType_raisedCornerRadiusTopRight: number | string;
265
+ ensureRaisedCornerRadius(): void;
266
+ /**
267
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
268
+ */
269
+ get raisedRippleColor(): string;
270
+ set raisedRippleColor(v: string);
271
+ /**
272
+ * Gets or sets the color to use for the background of the button when the type is flat.
273
+ */
274
+ get flatBackgroundColor(): string;
275
+ set flatBackgroundColor(v: string);
276
+ /**
277
+ * Gets or sets the color to use for the disabled background of the button when the type is flat.
278
+ */
279
+ get flatDisabledBackgroundColor(): string;
280
+ set flatDisabledBackgroundColor(v: string);
281
+ /**
282
+ * Gets or sets the color to use for the disabled border of the button when the type is flat.
283
+ */
284
+ get flatDisabledBorderColor(): string;
285
+ set flatDisabledBorderColor(v: string);
286
+ /**
287
+ * Gets or sets the color to use for the disabled text of the button when the type is flat.
288
+ */
289
+ get flatDisabledTextColor(): string;
290
+ set flatDisabledTextColor(v: string);
291
+ /**
292
+ * Gets or sets the disabled elevation to use for the button when the type is flat.
293
+ */
294
+ get flatDisabledElevation(): number;
295
+ set flatDisabledElevation(v: number);
296
+ static ngAcceptInputType_flatDisabledElevation: number | string;
297
+ /**
298
+ * Gets or sets the hover color to use for the background of the button when the type is flat.
299
+ */
300
+ get flatHoverBackgroundColor(): string;
301
+ set flatHoverBackgroundColor(v: string);
302
+ /**
303
+ * Gets or sets the border color to use for the button when the type is flat.
304
+ */
305
+ get flatBorderColor(): string;
306
+ set flatBorderColor(v: string);
307
+ /**
308
+ * Gets or sets the elevation to use for the button when the type is flat.
309
+ */
310
+ get flatRestingElevation(): number;
311
+ set flatRestingElevation(v: number);
312
+ static ngAcceptInputType_flatRestingElevation: number | string;
313
+ /**
314
+ * Gets or sets the hover elevation to use for the button when the type is flat.
315
+ */
316
+ get flatHoverElevation(): number;
317
+ set flatHoverElevation(v: number);
318
+ static ngAcceptInputType_flatHoverElevation: number | string;
319
+ /**
320
+ * Gets or sets the focus elevation to use for the button when the type is flat.
321
+ */
322
+ get flatFocusElevation(): number;
323
+ set flatFocusElevation(v: number);
324
+ static ngAcceptInputType_flatFocusElevation: number | string;
325
+ /**
326
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
327
+ */
328
+ get flatRippleColor(): string;
329
+ set flatRippleColor(v: string);
330
+ /**
331
+ * Gets or sets the color to use for the text of the button when type is flat.
332
+ */
333
+ get flatTextColor(): string;
334
+ set flatTextColor(v: string);
335
+ /**
336
+ * Gets or sets the color to use for the hovered text of the button when type is flat.
337
+ */
338
+ get flatHoverTextColor(): string;
339
+ set flatHoverTextColor(v: string);
340
+ /**
341
+ * Gets or sets the color to use for the backround the button when it is focused and flat.
342
+ */
343
+ get flatFocusBackgroundColor(): string;
344
+ set flatFocusBackgroundColor(v: string);
345
+ /**
346
+ * Gets or sets the color to use for the text the button when it is focused and flat.
347
+ */
348
+ get flatFocusTextColor(): string;
349
+ set flatFocusTextColor(v: string);
350
+ /**
351
+ * Gets or sets the width to use for the button border when the type is flat.
352
+ */
353
+ get flatBorderWidth(): number;
354
+ set flatBorderWidth(v: number);
355
+ static ngAcceptInputType_flatBorderWidth: number | string;
356
+ get flatCornerRadiusBottomRight(): number;
357
+ set flatCornerRadiusBottomRight(v: number);
358
+ static ngAcceptInputType_flatCornerRadiusBottomRight: number | string;
359
+ get flatCornerRadiusBottomLeft(): number;
360
+ set flatCornerRadiusBottomLeft(v: number);
361
+ static ngAcceptInputType_flatCornerRadiusBottomLeft: number | string;
362
+ get flatCornerRadiusTopLeft(): number;
363
+ set flatCornerRadiusTopLeft(v: number);
364
+ static ngAcceptInputType_flatCornerRadiusTopLeft: number | string;
365
+ get flatCornerRadiusTopRight(): number;
366
+ set flatCornerRadiusTopRight(v: number);
367
+ static ngAcceptInputType_flatCornerRadiusTopRight: number | string;
368
+ ensureFlatCornerRadius(): void;
369
+ /**
370
+ * Gets or sets the color to use for the background when the button regardless of type.
371
+ */
372
+ get backgroundColor(): string;
373
+ set backgroundColor(v: string);
374
+ /**
375
+ * Gets or sets the color to use for the disabled background of the button when the type is disabled.
376
+ */
377
+ get disabledBackgroundColor(): string;
378
+ set disabledBackgroundColor(v: string);
379
+ /**
380
+ * Gets or sets the color to use for the disabled border of the button when the type is raised.
381
+ */
382
+ get disabledBorderColor(): string;
383
+ set disabledBorderColor(v: string);
384
+ /**
385
+ * Gets or sets the color to use for the disabled text of the button when the type is raised.
386
+ */
387
+ get disabledTextColor(): string;
388
+ set disabledTextColor(v: string);
389
+ /**
390
+ * Gets or sets the disabled elevation to use for the button when the type is raised.
391
+ */
392
+ get disabledElevation(): number;
393
+ set disabledElevation(v: number);
394
+ static ngAcceptInputType_disabledElevation: number | string;
395
+ /**
396
+ * Gets or sets the disabled elevation to use for the button when the type is raised.
397
+ */
398
+ get elevationMode(): ElevationMode;
399
+ set elevationMode(v: ElevationMode);
400
+ static ngAcceptInputType_elevationMode: ElevationMode | string;
401
+ /**
402
+ * Gets or sets the hover color to use for the background of the button when the type is hovered.
403
+ */
404
+ get hoverBackgroundColor(): string;
405
+ set hoverBackgroundColor(v: string);
406
+ /**
407
+ * Gets or sets the border color to use for the button regardless of type.
408
+ */
409
+ get borderColor(): string;
410
+ set borderColor(v: string);
411
+ /**
412
+ * Gets or sets the elevation to use for the button regardless of type.
413
+ */
414
+ get restingElevation(): number;
415
+ set restingElevation(v: number);
416
+ static ngAcceptInputType_restingElevation: number | string;
417
+ /**
418
+ * Gets or sets the hover elevation to use for the button regardless of type.
419
+ */
420
+ get hoverElevation(): number;
421
+ set hoverElevation(v: number);
422
+ static ngAcceptInputType_hoverElevation: number | string;
423
+ /**
424
+ * Gets or sets the focus elevation to use for the button regardless of type.
425
+ */
426
+ get focusElevation(): number;
427
+ set focusElevation(v: number);
428
+ static ngAcceptInputType_focusElevation: number | string;
429
+ /**
430
+ * Gets or sets the use for the button.
431
+ */
432
+ get textStyle(): string;
433
+ set textStyle(v: string);
434
+ /**
435
+ * Gets or sets the color to use for the text of the button regardless of type.
436
+ */
437
+ get textColor(): string;
438
+ set textColor(v: string);
439
+ /**
440
+ * Gets or sets the color to use for the hovered text of the button regardless of type.
441
+ */
442
+ get hoverTextColor(): string;
443
+ set hoverTextColor(v: string);
444
+ /**
445
+ * Gets or sets the color to use for the background of the button regardless of type.
446
+ */
447
+ get rippleColor(): string;
448
+ set rippleColor(v: string);
449
+ /**
450
+ * Gets or sets the color to use for the text of the button when type is raised.
451
+ */
452
+ get raisedTextColor(): string;
453
+ set raisedTextColor(v: string);
454
+ /**
455
+ * Gets or sets the color to use for the hovered text of the button when type is raised.
456
+ */
457
+ get raisedHoverTextColor(): string;
458
+ set raisedHoverTextColor(v: string);
459
+ /**
460
+ * Gets or sets the color to use for the backround the button when it is focused and raised.
461
+ */
462
+ get raisedFocusBackgroundColor(): string;
463
+ set raisedFocusBackgroundColor(v: string);
464
+ /**
465
+ * Gets or sets the color to use for the text the button when it is focused and raised.
466
+ */
467
+ get raisedFocusTextColor(): string;
468
+ set raisedFocusTextColor(v: string);
469
+ /**
470
+ * Gets or sets the color to use for the backround the button when it is focused.
471
+ */
472
+ get focusBackgroundColor(): string;
473
+ set focusBackgroundColor(v: string);
474
+ /**
475
+ * Gets or sets the color to use for the text of the button when it is focused.
476
+ */
477
+ get focusTextColor(): string;
478
+ set focusTextColor(v: string);
479
+ /**
480
+ * Gets or sets the width to use for the button border regardless of type.
481
+ */
482
+ get borderWidth(): number;
483
+ set borderWidth(v: number);
484
+ static ngAcceptInputType_borderWidth: number | string;
485
+ get cornerRadiusBottomRight(): number;
486
+ set cornerRadiusBottomRight(v: number);
487
+ static ngAcceptInputType_cornerRadiusBottomRight: number | string;
488
+ get cornerRadiusBottomLeft(): number;
489
+ set cornerRadiusBottomLeft(v: number);
490
+ static ngAcceptInputType_cornerRadiusBottomLeft: number | string;
491
+ get cornerRadiusTopLeft(): number;
492
+ set cornerRadiusTopLeft(v: number);
493
+ static ngAcceptInputType_cornerRadiusTopLeft: number | string;
494
+ get cornerRadiusTopRight(): number;
495
+ set cornerRadiusTopRight(v: number);
496
+ static ngAcceptInputType_cornerRadiusTopRight: number | string;
497
+ ensureCornerRadius(): void;
498
+ /**
499
+ * Gets or sets the color to use for the background of the button when the type is outlined.
500
+ */
501
+ get outlinedBackgroundColor(): string;
502
+ set outlinedBackgroundColor(v: string);
503
+ /**
504
+ * Gets or sets the color to use for the disabled background of the button when the type is outlined.
505
+ */
506
+ get outlinedDisabledBackgroundColor(): string;
507
+ set outlinedDisabledBackgroundColor(v: string);
508
+ /**
509
+ * Gets or sets the color to use for the disabled border of the button when the type is outlined.
510
+ */
511
+ get outlinedDisabledBorderColor(): string;
512
+ set outlinedDisabledBorderColor(v: string);
513
+ /**
514
+ * Gets or sets the color to use for the disabled text of the button when the type is outlined.
515
+ */
516
+ get outlinedDisabledTextColor(): string;
517
+ set outlinedDisabledTextColor(v: string);
518
+ /**
519
+ * Gets or sets the disabled elevation to use for the button when the type is outlined.
520
+ */
521
+ get outlinedDisabledElevation(): number;
522
+ set outlinedDisabledElevation(v: number);
523
+ static ngAcceptInputType_outlinedDisabledElevation: number | string;
524
+ /**
525
+ * Gets or sets the hover color to use for the background of the button when the type is hoveredOutlined.
526
+ */
527
+ get outlinedHoverBackgroundColor(): string;
528
+ set outlinedHoverBackgroundColor(v: string);
529
+ /**
530
+ * Gets or sets the border color to use for the button when the type is outlined.
531
+ */
532
+ get outlinedBorderColor(): string;
533
+ set outlinedBorderColor(v: string);
534
+ /**
535
+ * Gets or sets the elevation to use for the button when the type is outlined.
536
+ */
537
+ get outlinedRestingElevation(): number;
538
+ set outlinedRestingElevation(v: number);
539
+ static ngAcceptInputType_outlinedRestingElevation: number | string;
540
+ /**
541
+ * Gets or sets the hover elevation to use for the button when the type is outlined.
542
+ */
543
+ get outlinedHoverElevation(): number;
544
+ set outlinedHoverElevation(v: number);
545
+ static ngAcceptInputType_outlinedHoverElevation: number | string;
546
+ /**
547
+ * Gets or sets the focus elevation to use for the button when the type is outlined.
548
+ */
549
+ get outlinedFocusElevation(): number;
550
+ set outlinedFocusElevation(v: number);
551
+ static ngAcceptInputType_outlinedFocusElevation: number | string;
552
+ /**
553
+ * Gets or sets the width to use for the button border when the type is outlined.
554
+ */
555
+ get outlinedBorderWidth(): number;
556
+ set outlinedBorderWidth(v: number);
557
+ static ngAcceptInputType_outlinedBorderWidth: number | string;
558
+ get outlinedCornerRadiusBottomRight(): number;
559
+ set outlinedCornerRadiusBottomRight(v: number);
560
+ static ngAcceptInputType_outlinedCornerRadiusBottomRight: number | string;
561
+ get outlinedCornerRadiusBottomLeft(): number;
562
+ set outlinedCornerRadiusBottomLeft(v: number);
563
+ static ngAcceptInputType_outlinedCornerRadiusBottomLeft: number | string;
564
+ get outlinedCornerRadiusTopLeft(): number;
565
+ set outlinedCornerRadiusTopLeft(v: number);
566
+ static ngAcceptInputType_outlinedCornerRadiusTopLeft: number | string;
567
+ get outlinedCornerRadiusTopRight(): number;
568
+ set outlinedCornerRadiusTopRight(v: number);
569
+ static ngAcceptInputType_outlinedCornerRadiusTopRight: number | string;
570
+ ensureOutlinedCornerRadius(): void;
571
+ /**
572
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
573
+ */
574
+ get outlinedRippleColor(): string;
575
+ set outlinedRippleColor(v: string);
576
+ /**
577
+ * Gets or sets the color to use for the text of the button when type is outlined.
578
+ */
579
+ get outlinedTextColor(): string;
580
+ set outlinedTextColor(v: string);
581
+ /**
582
+ * Gets or sets the color to use for the hovered text of the button when type is outlined.
583
+ */
584
+ get outlinedHoverTextColor(): string;
585
+ set outlinedHoverTextColor(v: string);
586
+ /**
587
+ * Gets or sets the color to use for the backround the button when it is focused and outlined.
588
+ */
589
+ get outlinedFocusBackgroundColor(): string;
590
+ set outlinedFocusBackgroundColor(v: string);
591
+ /**
592
+ * Gets or sets the color to use for the text the button when it is focused and outlined.
593
+ */
594
+ get outlinedFocusTextColor(): string;
595
+ set outlinedFocusTextColor(v: string);
596
+ /**
597
+ * Gets or sets the color to use for the background of the button when the type is floating action button.
598
+ */
599
+ get fabBackgroundColor(): string;
600
+ set fabBackgroundColor(v: string);
601
+ /**
602
+ * Gets or sets the color to use for the disabled background of the button when the type is fab.
603
+ */
604
+ get fabDisabledBackgroundColor(): string;
605
+ set fabDisabledBackgroundColor(v: string);
606
+ /**
607
+ * Gets or sets the color to use for the disabled border of the button when the type is fab.
608
+ */
609
+ get fabDisabledBorderColor(): string;
610
+ set fabDisabledBorderColor(v: string);
611
+ /**
612
+ * Gets or sets the color to use for the disabled text of the button when the type is fab.
613
+ */
614
+ get fabDisabledTextColor(): string;
615
+ set fabDisabledTextColor(v: string);
616
+ /**
617
+ * Gets or sets the disabled elevation to use for the button when the type is fab.
618
+ */
619
+ get fabDisabledElevation(): number;
620
+ set fabDisabledElevation(v: number);
621
+ static ngAcceptInputType_fabDisabledElevation: number | string;
622
+ /**
623
+ * Gets or sets the hover color to use for the background of the button when the type is hoveredFab.
624
+ */
625
+ get fabHoverBackgroundColor(): string;
626
+ set fabHoverBackgroundColor(v: string);
627
+ /**
628
+ * Gets or sets the border color to use for the button when the type is floating action button.
629
+ */
630
+ get fabBorderColor(): string;
631
+ set fabBorderColor(v: string);
632
+ /**
633
+ * Gets or sets the elevation to use for the button when the type is floating action button.
634
+ */
635
+ get fabRestingElevation(): number;
636
+ set fabRestingElevation(v: number);
637
+ static ngAcceptInputType_fabRestingElevation: number | string;
638
+ /**
639
+ * Gets or sets the hover elevation to use for the button when the type is floating action button.
640
+ */
641
+ get fabHoverElevation(): number;
642
+ set fabHoverElevation(v: number);
643
+ static ngAcceptInputType_fabHoverElevation: number | string;
644
+ /**
645
+ * Gets or sets the focus elevation to use for the button when the type is floating action button.
646
+ */
647
+ get fabFocusElevation(): number;
648
+ set fabFocusElevation(v: number);
649
+ static ngAcceptInputType_fabFocusElevation: number | string;
650
+ /**
651
+ * Gets or sets the width to use for the button border when the type is floating action button.
652
+ */
653
+ get fabBorderWidth(): number;
654
+ set fabBorderWidth(v: number);
655
+ static ngAcceptInputType_fabBorderWidth: number | string;
656
+ get fabCornerRadiusBottomRight(): number;
657
+ set fabCornerRadiusBottomRight(v: number);
658
+ static ngAcceptInputType_fabCornerRadiusBottomRight: number | string;
659
+ get fabCornerRadiusBottomLeft(): number;
660
+ set fabCornerRadiusBottomLeft(v: number);
661
+ static ngAcceptInputType_fabCornerRadiusBottomLeft: number | string;
662
+ get fabCornerRadiusTopLeft(): number;
663
+ set fabCornerRadiusTopLeft(v: number);
664
+ static ngAcceptInputType_fabCornerRadiusTopLeft: number | string;
665
+ get fabCornerRadiusTopRight(): number;
666
+ set fabCornerRadiusTopRight(v: number);
667
+ static ngAcceptInputType_fabCornerRadiusTopRight: number | string;
668
+ ensureFabCornerRadius(): void;
669
+ /**
670
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
671
+ */
672
+ get fabRippleColor(): string;
673
+ set fabRippleColor(v: string);
674
+ /**
675
+ * Gets or sets the color to use for the text of the button when type is floating action button.
676
+ */
677
+ get fabTextColor(): string;
678
+ set fabTextColor(v: string);
679
+ /**
680
+ * Gets or sets the color to use for the hovered text of the button when type is floating action button.
681
+ */
682
+ get fabHoverTextColor(): string;
683
+ set fabHoverTextColor(v: string);
684
+ /**
685
+ * Gets or sets the color to use for the backround the button when it is focused and fab.
686
+ */
687
+ get fabFocusBackgroundColor(): string;
688
+ set fabFocusBackgroundColor(v: string);
689
+ /**
690
+ * Gets or sets the color to use for the text the button when it is focused and fab.
691
+ */
692
+ get fabFocusTextColor(): string;
693
+ set fabFocusTextColor(v: string);
694
+ /**
695
+ * Gets or sets the color to use for the background of the button when the type is icon.
696
+ */
697
+ get iconBackgroundColor(): string;
698
+ set iconBackgroundColor(v: string);
699
+ /**
700
+ * Gets or sets the color to use for the disabled background of the button when the type is icon.
701
+ */
702
+ get iconDisabledBackgroundColor(): string;
703
+ set iconDisabledBackgroundColor(v: string);
704
+ /**
705
+ * Gets or sets the color to use for the disabled border of the button when the type is icon.
706
+ */
707
+ get iconDisabledBorderColor(): string;
708
+ set iconDisabledBorderColor(v: string);
709
+ /**
710
+ * Gets or sets the color to use for the disabled text of the button when the type is icon.
711
+ */
712
+ get iconDisabledTextColor(): string;
713
+ set iconDisabledTextColor(v: string);
714
+ /**
715
+ * Gets or sets the disabled elevation to use for the button when the type is icon.
716
+ */
717
+ get iconDisabledElevation(): number;
718
+ set iconDisabledElevation(v: number);
719
+ static ngAcceptInputType_iconDisabledElevation: number | string;
720
+ /**
721
+ * Gets or sets the hover color to use for the background of the button when the type is hoveredIcon.
722
+ */
723
+ get iconHoverBackgroundColor(): string;
724
+ set iconHoverBackgroundColor(v: string);
725
+ /**
726
+ * Gets or sets the border color to use for the button when the type is icon.
727
+ */
728
+ get iconBorderColor(): string;
729
+ set iconBorderColor(v: string);
730
+ /**
731
+ * Gets or sets the elevation to use for the button when the type is icon.
732
+ */
733
+ get iconRestingElevation(): number;
734
+ set iconRestingElevation(v: number);
735
+ static ngAcceptInputType_iconRestingElevation: number | string;
736
+ /**
737
+ * Gets or sets the hover elevation to use for the button when the type is icon.
738
+ */
739
+ get iconHoverElevation(): number;
740
+ set iconHoverElevation(v: number);
741
+ static ngAcceptInputType_iconHoverElevation: number | string;
742
+ /**
743
+ * Gets or sets the focus elevation to use for the button when the type is icon.
744
+ */
745
+ get iconFocusElevation(): number;
746
+ set iconFocusElevation(v: number);
747
+ static ngAcceptInputType_iconFocusElevation: number | string;
748
+ /**
749
+ * Gets or sets the width to use for the button border when the type is icon.
750
+ */
751
+ get iconBorderWidth(): number;
752
+ set iconBorderWidth(v: number);
753
+ static ngAcceptInputType_iconBorderWidth: number | string;
754
+ get iconCornerRadiusBottomRight(): number;
755
+ set iconCornerRadiusBottomRight(v: number);
756
+ static ngAcceptInputType_iconCornerRadiusBottomRight: number | string;
757
+ get iconCornerRadiusBottomLeft(): number;
758
+ set iconCornerRadiusBottomLeft(v: number);
759
+ static ngAcceptInputType_iconCornerRadiusBottomLeft: number | string;
760
+ get iconCornerRadiusTopLeft(): number;
761
+ set iconCornerRadiusTopLeft(v: number);
762
+ static ngAcceptInputType_iconCornerRadiusTopLeft: number | string;
763
+ get iconCornerRadiusTopRight(): number;
764
+ set iconCornerRadiusTopRight(v: number);
765
+ static ngAcceptInputType_iconCornerRadiusTopRight: number | string;
766
+ ensureIconCornerRadius(): void;
767
+ /**
768
+ * Gets or sets the color to use for the background when the button is pressed and the type is floating action button.
769
+ */
770
+ get iconRippleColor(): string;
771
+ set iconRippleColor(v: string);
772
+ /**
773
+ * Gets or sets the color to use for the text of the button when type is icon.
774
+ */
775
+ get iconTextColor(): string;
776
+ set iconTextColor(v: string);
777
+ /**
778
+ * Gets or sets the color to use for the hovered text of the button when type is icon.
779
+ */
780
+ get iconHoverTextColor(): string;
781
+ set iconHoverTextColor(v: string);
782
+ /**
783
+ * Gets or sets the color to use for the backround the button when it is focused and icon.
784
+ */
785
+ get iconFocusBackgroundColor(): string;
786
+ set iconFocusBackgroundColor(v: string);
787
+ /**
788
+ * Gets or sets the color to use for the text the button when it is focused and icon.
789
+ */
790
+ get iconFocusTextColor(): string;
791
+ set iconFocusTextColor(v: string);
792
+ /**
793
+ * Gets or sets the id to use for the internal native checkbox.
794
+ */
795
+ get inputId(): string;
796
+ set inputId(v: string);
797
+ /**
798
+ * Gets or sets the id to use for the checkbox.
799
+ */
800
+ get id(): string;
801
+ set id(v: string);
802
+ /**
803
+ * Gets or sets the id to use for the checkbox.
804
+ */
805
+ get display(): string;
806
+ set display(v: string);
807
+ /**
808
+ * Gets or sets the id to use for the checkbox.
809
+ */
810
+ get flexDirection(): string;
811
+ set flexDirection(v: string);
812
+ /**
813
+ * Gets or sets the flex-grow setting for the button.
814
+ */
815
+ get flexGrow(): string;
816
+ set flexGrow(v: string);
817
+ /**
818
+ * Gets or sets the id to use for the checkbox.
819
+ */
820
+ get alignItems(): string;
821
+ set alignItems(v: string);
822
+ /**
823
+ * Gets or sets value to use for the checkbox.
824
+ */
825
+ get value(): any;
826
+ set value(v: any);
827
+ /**
828
+ * Gets or sets name to use for the button.
829
+ */
830
+ get name(): string;
831
+ set name(v: string);
832
+ /**
833
+ * Gets or sets TabIndex to use for the checkbox.
834
+ */
835
+ get tabIndex(): number;
836
+ set tabIndex(v: number);
837
+ static ngAcceptInputType_tabIndex: number | string;
838
+ /**
839
+ * Gets or sets the value of the aria-label attribute.
840
+ */
841
+ get ariaLabel(): string;
842
+ set ariaLabel(v: string);
843
+ /**
844
+ * Gets or sets whether the button should fill the available space. If false, the button
845
+ * will use an intrinsic size.
846
+ */
847
+ get fillAvailableSpace(): boolean;
848
+ set fillAvailableSpace(v: boolean);
849
+ static ngAcceptInputType_fillAvailableSpace: boolean | string;
850
+ /**
851
+ * Gets or sets if the checkbox is Focused.
852
+ */
853
+ get focused(): boolean;
854
+ set focused(v: boolean);
855
+ static ngAcceptInputType_focused: boolean | string;
856
+ /**
857
+ * Gets or sets if the button show use styling to show focus.
858
+ */
859
+ get isFocusStyleEnabled(): boolean;
860
+ set isFocusStyleEnabled(v: boolean);
861
+ static ngAcceptInputType_isFocusStyleEnabled: boolean | string;
862
+ /**
863
+ * Gets or sets whether to disable the ripple effect for the button.
864
+ */
865
+ get disableRipple(): boolean;
866
+ set disableRipple(v: boolean);
867
+ static ngAcceptInputType_disableRipple: boolean | string;
868
+ /**
869
+ * Gets whether to actually disable the ripple effect for the button.
870
+ */
871
+ get actualDisableRipple(): boolean;
872
+ set actualDisableRipple(v: boolean);
873
+ static ngAcceptInputType_actualDisableRipple: boolean | string;
874
+ /**
875
+ * Gets or sets whether the hover effect is disabled.
876
+ */
877
+ get disableHover(): boolean;
878
+ set disableHover(v: boolean);
879
+ static ngAcceptInputType_disableHover: boolean | string;
880
+ /**
881
+ * Gets or sets whether the checkbox is checked.
882
+ */
883
+ get isHover(): boolean;
884
+ set isHover(v: boolean);
885
+ static ngAcceptInputType_isHover: boolean | string;
886
+ /**
887
+ * Gets or sets whether the checkbox is disabled.
888
+ */
889
+ get disabled(): boolean;
890
+ set disabled(v: boolean);
891
+ static ngAcceptInputType_disabled: boolean | string;
892
+ /**
893
+ * Gets or sets whether the checkbox transitions are disabled.
894
+ */
895
+ get disableTransitions(): boolean;
896
+ set disableTransitions(v: boolean);
897
+ static ngAcceptInputType_disableTransitions: boolean | string;
898
+ /**
899
+ * Gets or sets whether the cursor will change into a pointer when the button is hovered.
900
+ */
901
+ get disablePointer(): boolean;
902
+ set disablePointer(v: boolean);
903
+ static ngAcceptInputType_disablePointer: boolean | string;
904
+ /**
905
+ * Gets or sets the left padding for the button content.
906
+ */
907
+ get contentPaddingLeft(): number;
908
+ set contentPaddingLeft(v: number);
909
+ static ngAcceptInputType_contentPaddingLeft: number | string;
910
+ /**
911
+ * Gets or sets the top padding for the button content.
912
+ */
913
+ get contentPaddingTop(): number;
914
+ set contentPaddingTop(v: number);
915
+ static ngAcceptInputType_contentPaddingTop: number | string;
916
+ /**
917
+ * Gets or sets the right padding for the button content.
918
+ */
919
+ get contentPaddingRight(): number;
920
+ set contentPaddingRight(v: number);
921
+ static ngAcceptInputType_contentPaddingRight: number | string;
922
+ /**
923
+ * Gets or sets the bottom padding for the button content.
924
+ */
925
+ get contentPaddingBottom(): number;
926
+ set contentPaddingBottom(v: number);
927
+ static ngAcceptInputType_contentPaddingBottom: number | string;
928
+ get horizontalContentAlignment(): HorizontalAlignment;
929
+ set horizontalContentAlignment(v: HorizontalAlignment);
930
+ static ngAcceptInputType_horizontalContentAlignment: HorizontalAlignment | string;
931
+ get verticalContentAlignment(): VerticalAlignment;
932
+ set verticalContentAlignment(v: VerticalAlignment);
933
+ static ngAcceptInputType_verticalContentAlignment: VerticalAlignment | string;
934
+ /**
935
+ * Gets or sets if clicking on the button is allowed to tunnel down to button content.
936
+ */
937
+ get clickTunneling(): boolean;
938
+ set clickTunneling(v: boolean);
939
+ static ngAcceptInputType_clickTunneling: boolean | string;
940
+ findByName(name: string): any;
941
+ protected __p: string;
942
+ protected _hasUserValues: Set<string>;
943
+ protected get hasUserValues(): Set<string>;
944
+ protected __m(propertyName: string): void;
945
+ protected _stylingContainer: any;
946
+ protected _stylingParent: any;
947
+ protected _inStyling: boolean;
948
+ protected _styling(container: any, component: any, parent?: any): void;
949
+ onDetachedFromUI(): void;
950
+ onAttachedToUI(): void;
951
+ /**
952
+ * Exports visual information about the current state of the grid.
953
+
954
+ */
955
+ exportVisualModel(): any;
956
+ /**
957
+ * Returns a serialized copy of the exported visual model
958
+
959
+ */
960
+ exportSerializedVisualModel(): string;
961
+ private _clicked;
962
+ get clicked(): EventEmitter<{
963
+ sender: any;
964
+ args: IgxButtonClickEventArgs;
965
+ }>;
966
+ private _gotFocus;
967
+ get gotFocus(): EventEmitter<{
968
+ sender: any;
969
+ args: IgxFocusEventArgs;
970
+ }>;
971
+ private _lostFocus;
972
+ get lostFocus(): EventEmitter<{
973
+ sender: any;
974
+ args: IgxFocusEventArgs;
975
+ }>;
976
+ protected _zoneRunner: (act: () => void) => void;
977
+ protected _runInZone(act: () => void): void;
978
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonComponent, never>;
979
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxXButtonComponent, "igx-x-button", never, { "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"; "ariaLabel": "aria-label"; "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"; }, { "clicked": "clicked"; "gotFocus": "gotFocus"; "lostFocus": "lostFocus"; }, never, ["*"]>;
980
+ }