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,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./igx-x-ripple-dynamic-module";
4
+ import * as i3 from "igniteui-angular-core";
5
+ import * as i4 from "./igx-x-button-module";
6
+ export declare class IgxXButtonDynamicModule {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonDynamicModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXButtonDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxXRippleDynamicModule, typeof i3.IgxChildContentDynamicModule, typeof i4.IgxXButtonModule], [typeof i2.IgxXRippleDynamicModule, typeof i3.IgxChildContentDynamicModule, typeof i4.IgxXButtonModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxXButtonDynamicModule>;
11
+ }
@@ -0,0 +1,8 @@
1
+ import { IgCollection } from "igniteui-angular-core";
2
+ import { SyncableObservableCollection$2 } from "igniteui-angular-core";
3
+ import { XButton as XButton_internal } from './XButton';
4
+ import { IgxXButtonComponent as IgxXButtonComponent } from './igx-x-button-component';
5
+ export declare class IgxXButtonGroupButtonCollection extends IgCollection<IgxXButtonComponent, XButton_internal> {
6
+ constructor(list?: IgxXButtonComponent[]);
7
+ protected _createInnerColl(): SyncableObservableCollection$2<IgxXButtonComponent, XButton_internal>;
8
+ }
@@ -0,0 +1,416 @@
1
+ import { TemplateRef, EventEmitter, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, AfterContentInit, Renderer2, QueryList, NgZone } from '@angular/core';
2
+ import { XButtonGroup } from "./XButtonGroup";
3
+ import { IgxXButtonComponent } from './igx-x-button-component';
4
+ import { IgxXButtonGroupButtonCollection } from './igx-x-button-group-button-collection';
5
+ import { IgxButtonGroupSelectionChangedEventArgs } from './igx-button-group-selection-changed-event-args';
6
+ import { ButtonGroupOrientation } from './ButtonGroupOrientation';
7
+ import { ControlDisplayDensity } from "igniteui-angular-core";
8
+ import { BaseControlTheme } from "igniteui-angular-core";
9
+ import { ButtonGroupDisplayStyle } from './ButtonGroupDisplayStyle';
10
+ import * as i0 from "@angular/core";
11
+ export declare class IgxXButtonGroupComponent implements AfterViewInit, AfterContentInit {
12
+ private renderer;
13
+ private _elRef;
14
+ private ngZone;
15
+ private injector;
16
+ private componentFactoryResolver;
17
+ container: Element;
18
+ private _wrapper;
19
+ private _portalManager;
20
+ private _root;
21
+ _dynamicContent: ViewContainerRef;
22
+ _childTemplateRef: TemplateRef<any>;
23
+ contentButtons: QueryList<IgxXButtonComponent>;
24
+ /**
25
+ * The style mappings actually present in the chart. Do not directly modify this array.
26
+ * This array's contents can be modified by causing Angular to reproject the child content.
27
+ * Or adding and removing stye mappings from the manual style mapping collection on the styleMappings property.
28
+ */
29
+ actualButtons: IgxXButtonComponent[];
30
+ private _buttons;
31
+ private _buttonsAdapter;
32
+ /**
33
+ * A collection or manually added axes for the chart.
34
+ */
35
+ get buttons(): IgxXButtonGroupButtonCollection;
36
+ constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
37
+ updateStyle(): void;
38
+ ngOnDestroy(): void;
39
+ private _implementation;
40
+ ngAfterContentInit(): void;
41
+ ngAfterViewInit(): void;
42
+ protected createImplementation(): XButtonGroup;
43
+ get i(): XButtonGroup;
44
+ private _buttonGroup;
45
+ /**
46
+ * Gets or sets the display style to use for the button.
47
+ */
48
+ get displayType(): ButtonGroupDisplayStyle;
49
+ set displayType(v: ButtonGroupDisplayStyle);
50
+ static ngAcceptInputType_displayType: ButtonGroupDisplayStyle | string;
51
+ /**
52
+ * Gets or sets the base built in theme to use for the button group.
53
+ */
54
+ get baseTheme(): BaseControlTheme;
55
+ set baseTheme(v: BaseControlTheme);
56
+ static ngAcceptInputType_baseTheme: BaseControlTheme | string;
57
+ /**
58
+ * Gets or sets the display density to use for the button group.
59
+ */
60
+ get density(): ControlDisplayDensity;
61
+ set density(v: ControlDisplayDensity);
62
+ static ngAcceptInputType_density: ControlDisplayDensity | string;
63
+ /**
64
+ * Gets the actual display density to use for the button group.
65
+ */
66
+ get actualDensity(): ControlDisplayDensity;
67
+ set actualDensity(v: ControlDisplayDensity);
68
+ static ngAcceptInputType_actualDensity: ControlDisplayDensity | string;
69
+ /**
70
+ * Gets the currently selected button indices.
71
+ */
72
+ get selectedIndices(): number[];
73
+ set selectedIndices(v: number[]);
74
+ static ngAcceptInputType_selectedIndices: number[] | string;
75
+ /**
76
+ * Gets the actual item corner radius for the appropriate corners.
77
+ */
78
+ get actualItemCornerRadius(): number;
79
+ set actualItemCornerRadius(v: number);
80
+ static ngAcceptInputType_actualItemCornerRadius: number | string;
81
+ /**
82
+ * Gets the actual item background color.
83
+ */
84
+ get actualItemBackgroundColor(): string;
85
+ set actualItemBackgroundColor(v: string);
86
+ /**
87
+ * Gets the actual item background color.
88
+ */
89
+ get actualItemDisabledBackgroundColor(): string;
90
+ set actualItemDisabledBackgroundColor(v: string);
91
+ /**
92
+ * Gets the actual item text color.
93
+ */
94
+ get actualItemTextColor(): string;
95
+ set actualItemTextColor(v: string);
96
+ /**
97
+ * Gets the actual item text color.
98
+ */
99
+ get actualItemDisabledTextColor(): string;
100
+ set actualItemDisabledTextColor(v: string);
101
+ /**
102
+ * Gets the actual item border color.
103
+ */
104
+ get actualItemBorderColor(): string;
105
+ set actualItemBorderColor(v: string);
106
+ /**
107
+ * Gets the actual item border color.
108
+ */
109
+ get actualItemDisabledBorderColor(): string;
110
+ set actualItemDisabledBorderColor(v: string);
111
+ /**
112
+ * Gets the actual item border width.
113
+ */
114
+ get actualItemBorderWidth(): number;
115
+ set actualItemBorderWidth(v: number);
116
+ static ngAcceptInputType_actualItemBorderWidth: number | string;
117
+ /**
118
+ * Gets the actual selected item background color.
119
+ */
120
+ get actualSelectedItemBackgroundColor(): string;
121
+ set actualSelectedItemBackgroundColor(v: string);
122
+ /**
123
+ * Gets the stroke actual selected item text color.
124
+ */
125
+ get actualSelectedItemTextColor(): string;
126
+ set actualSelectedItemTextColor(v: string);
127
+ /**
128
+ * Gets the actual item hovered background color.
129
+ */
130
+ get actualItemHoverBackgroundColor(): string;
131
+ set actualItemHoverBackgroundColor(v: string);
132
+ /**
133
+ * Gets the actual item text color.
134
+ */
135
+ get actualItemHoverTextColor(): string;
136
+ set actualItemHoverTextColor(v: string);
137
+ /**
138
+ * Gets the actual selected item hovered background color.
139
+ */
140
+ get actualSelectedItemHoverBackgroundColor(): string;
141
+ set actualSelectedItemHoverBackgroundColor(v: string);
142
+ /**
143
+ * Gets the actual selected item hovered text color.
144
+ */
145
+ get actualSelectedItemHoverTextColor(): string;
146
+ set actualSelectedItemHoverTextColor(v: string);
147
+ /**
148
+ * Gets or sets the corner radius to use for the appropriate corners for the item buttons.
149
+ */
150
+ get itemCornerRadius(): number;
151
+ set itemCornerRadius(v: number);
152
+ static ngAcceptInputType_itemCornerRadius: number | string;
153
+ /**
154
+ * Gets or sets the color to use the background of the buttons in the group.
155
+ */
156
+ get itemBackgroundColor(): string;
157
+ set itemBackgroundColor(v: string);
158
+ /**
159
+ * Gets or sets the disabled color to use the background of the buttons in the group.
160
+ */
161
+ get itemDisabledBackgroundColor(): string;
162
+ set itemDisabledBackgroundColor(v: string);
163
+ /**
164
+ * Gets or sets the color to use the text of the buttons in the group.
165
+ */
166
+ get itemTextColor(): string;
167
+ set itemTextColor(v: string);
168
+ /**
169
+ * Gets or sets the disabled color to use the text of the buttons in the group.
170
+ */
171
+ get itemDisabledTextColor(): string;
172
+ set itemDisabledTextColor(v: string);
173
+ /**
174
+ * Gets or sets the color to use the hovered background of the buttons in the group.
175
+ */
176
+ get itemHoverBackgroundColor(): string;
177
+ set itemHoverBackgroundColor(v: string);
178
+ /**
179
+ * Gets or sets the color to use the border of the buttons in the group.
180
+ */
181
+ get itemBorderColor(): string;
182
+ set itemBorderColor(v: string);
183
+ /**
184
+ * Gets or sets the disabled color to use the border of the buttons in the group.
185
+ */
186
+ get itemDisabledBorderColor(): string;
187
+ set itemDisabledBorderColor(v: string);
188
+ /**
189
+ * Gets or sets the border width to use for the buttons in the group.
190
+ */
191
+ get itemBorderWidth(): number;
192
+ set itemBorderWidth(v: number);
193
+ static ngAcceptInputType_itemBorderWidth: number | string;
194
+ /**
195
+ * Gets or sets the color to use the hovered text of the buttons in the group.
196
+ */
197
+ get itemHoverTextColor(): string;
198
+ set itemHoverTextColor(v: string);
199
+ /**
200
+ * Gets or sets the color to use the background of the buttons in the group that are selected.
201
+ */
202
+ get selectedItemBackgroundColor(): string;
203
+ set selectedItemBackgroundColor(v: string);
204
+ /**
205
+ * Gets or sets the color to use the text of the buttons in the group that are selected.
206
+ */
207
+ get selectedItemTextColor(): string;
208
+ set selectedItemTextColor(v: string);
209
+ /**
210
+ * Gets or sets the color to use the hovered background of the buttons in the group that are selected.
211
+ */
212
+ get selectedItemHoverBackgroundColor(): string;
213
+ set selectedItemHoverBackgroundColor(v: string);
214
+ /**
215
+ * Gets or sets the color to use the hovered text of the buttons in the group that are selected.
216
+ */
217
+ get selectedItemHoverTextColor(): string;
218
+ set selectedItemHoverTextColor(v: string);
219
+ /**
220
+ * Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
221
+ */
222
+ get outlinedItemCornerRadius(): number;
223
+ set outlinedItemCornerRadius(v: number);
224
+ static ngAcceptInputType_outlinedItemCornerRadius: number | string;
225
+ /**
226
+ * Gets or sets the color to use the background of the buttons in the group when type is outlined.
227
+ */
228
+ get outlinedItemBackgroundColor(): string;
229
+ set outlinedItemBackgroundColor(v: string);
230
+ /**
231
+ * Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
232
+ */
233
+ get outlinedItemDisabledBackgroundColor(): string;
234
+ set outlinedItemDisabledBackgroundColor(v: string);
235
+ /**
236
+ * Gets or sets the color to use the text of the buttons in the group when type is outlined.
237
+ */
238
+ get outlinedItemTextColor(): string;
239
+ set outlinedItemTextColor(v: string);
240
+ /**
241
+ * Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
242
+ */
243
+ get outlinedItemDisabledTextColor(): string;
244
+ set outlinedItemDisabledTextColor(v: string);
245
+ /**
246
+ * Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
247
+ */
248
+ get outlinedItemHoverBackgroundColor(): string;
249
+ set outlinedItemHoverBackgroundColor(v: string);
250
+ /**
251
+ * Gets or sets the color to use the border of the buttons in the group when type is outlined.
252
+ */
253
+ get outlinedItemBorderColor(): string;
254
+ set outlinedItemBorderColor(v: string);
255
+ /**
256
+ * Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
257
+ */
258
+ get outlinedItemDisabledBorderColor(): string;
259
+ set outlinedItemDisabledBorderColor(v: string);
260
+ /**
261
+ * Gets or sets the border width to use for the buttons in the group when type is outlined.
262
+ */
263
+ get outlinedItemBorderWidth(): number;
264
+ set outlinedItemBorderWidth(v: number);
265
+ static ngAcceptInputType_outlinedItemBorderWidth: number | string;
266
+ /**
267
+ * Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
268
+ */
269
+ get outlinedItemHoverTextColor(): string;
270
+ set outlinedItemHoverTextColor(v: string);
271
+ /**
272
+ * Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
273
+ */
274
+ get outlinedSelectedItemBackgroundColor(): string;
275
+ set outlinedSelectedItemBackgroundColor(v: string);
276
+ /**
277
+ * Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
278
+ */
279
+ get outlinedSelectedItemTextColor(): string;
280
+ set outlinedSelectedItemTextColor(v: string);
281
+ /**
282
+ * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
283
+ */
284
+ get outlinedSelectedItemHoverBackgroundColor(): string;
285
+ set outlinedSelectedItemHoverBackgroundColor(v: string);
286
+ /**
287
+ * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
288
+ */
289
+ get outlinedSelectedItemHoverTextColor(): string;
290
+ set outlinedSelectedItemHoverTextColor(v: string);
291
+ /**
292
+ * Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
293
+ */
294
+ get flatItemCornerRadius(): number;
295
+ set flatItemCornerRadius(v: number);
296
+ static ngAcceptInputType_flatItemCornerRadius: number | string;
297
+ /**
298
+ * Gets or sets the color to use the background of the buttons in the group when type is flat.
299
+ */
300
+ get flatItemBackgroundColor(): string;
301
+ set flatItemBackgroundColor(v: string);
302
+ /**
303
+ * Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
304
+ */
305
+ get flatItemDisabledBackgroundColor(): string;
306
+ set flatItemDisabledBackgroundColor(v: string);
307
+ /**
308
+ * Gets or sets the color to use the text of the buttons in the group when type is flat.
309
+ */
310
+ get flatItemTextColor(): string;
311
+ set flatItemTextColor(v: string);
312
+ /**
313
+ * Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
314
+ */
315
+ get flatItemDisabledTextColor(): string;
316
+ set flatItemDisabledTextColor(v: string);
317
+ /**
318
+ * Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
319
+ */
320
+ get flatItemHoverBackgroundColor(): string;
321
+ set flatItemHoverBackgroundColor(v: string);
322
+ /**
323
+ * Gets or sets the color to use the border of the buttons in the group when type is flat.
324
+ */
325
+ get flatItemBorderColor(): string;
326
+ set flatItemBorderColor(v: string);
327
+ /**
328
+ * Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
329
+ */
330
+ get flatItemDisabledBorderColor(): string;
331
+ set flatItemDisabledBorderColor(v: string);
332
+ /**
333
+ * Gets or sets the border width to use for the buttons in the group when type is flat.
334
+ */
335
+ get flatItemBorderWidth(): number;
336
+ set flatItemBorderWidth(v: number);
337
+ static ngAcceptInputType_flatItemBorderWidth: number | string;
338
+ /**
339
+ * Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
340
+ */
341
+ get flatItemHoverTextColor(): string;
342
+ set flatItemHoverTextColor(v: string);
343
+ /**
344
+ * Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
345
+ */
346
+ get flatSelectedItemBackgroundColor(): string;
347
+ set flatSelectedItemBackgroundColor(v: string);
348
+ /**
349
+ * Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
350
+ */
351
+ get flatSelectedItemTextColor(): string;
352
+ set flatSelectedItemTextColor(v: string);
353
+ /**
354
+ * Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
355
+ */
356
+ get flatSelectedItemHoverBackgroundColor(): string;
357
+ set flatSelectedItemHoverBackgroundColor(v: string);
358
+ /**
359
+ * Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
360
+ */
361
+ get flatSelectedItemHoverTextColor(): string;
362
+ set flatSelectedItemHoverTextColor(v: string);
363
+ /**
364
+ * Gets or sets the oreientation to use the button group when type is outlined.
365
+ */
366
+ get orientation(): ButtonGroupOrientation;
367
+ set orientation(v: ButtonGroupOrientation);
368
+ static ngAcceptInputType_orientation: ButtonGroupOrientation | string;
369
+ /**
370
+ * Gets or sets the id to use for the button group.
371
+ */
372
+ get id(): string;
373
+ set id(v: string);
374
+ /**
375
+ * Gets or sets whether the checkbox is disabled.
376
+ */
377
+ get disabled(): boolean;
378
+ set disabled(v: boolean);
379
+ static ngAcceptInputType_disabled: boolean | string;
380
+ /**
381
+ * Gets or sets whether the group supports multi-select.
382
+ */
383
+ get isMultiSelect(): boolean;
384
+ set isMultiSelect(v: boolean);
385
+ static ngAcceptInputType_isMultiSelect: boolean | string;
386
+ findByName(name: string): any;
387
+ protected __p: string;
388
+ protected _hasUserValues: Set<string>;
389
+ protected get hasUserValues(): Set<string>;
390
+ protected __m(propertyName: string): void;
391
+ protected _stylingContainer: any;
392
+ protected _stylingParent: any;
393
+ protected _inStyling: boolean;
394
+ protected _styling(container: any, component: any, parent?: any): void;
395
+ onDetachedFromUI(): void;
396
+ onAttachedToUI(): void;
397
+ /**
398
+ * Exports visual information about the current state of the grid.
399
+
400
+ */
401
+ exportVisualModel(): any;
402
+ /**
403
+ * Returns a serialized copy of the exported visual model
404
+
405
+ */
406
+ exportSerializedVisualModel(): string;
407
+ private _selectionChanged;
408
+ get selectionChanged(): EventEmitter<{
409
+ sender: any;
410
+ args: IgxButtonGroupSelectionChangedEventArgs;
411
+ }>;
412
+ protected _zoneRunner: (act: () => void) => void;
413
+ protected _runInZone(act: () => void): void;
414
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonGroupComponent, never>;
415
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxXButtonGroupComponent, "igx-x-button-group", never, { "displayType": "displayType"; "baseTheme": "baseTheme"; "density": "density"; "actualDensity": "actualDensity"; "selectedIndices": "selectedIndices"; "actualItemCornerRadius": "actualItemCornerRadius"; "actualItemBackgroundColor": "actualItemBackgroundColor"; "actualItemDisabledBackgroundColor": "actualItemDisabledBackgroundColor"; "actualItemTextColor": "actualItemTextColor"; "actualItemDisabledTextColor": "actualItemDisabledTextColor"; "actualItemBorderColor": "actualItemBorderColor"; "actualItemDisabledBorderColor": "actualItemDisabledBorderColor"; "actualItemBorderWidth": "actualItemBorderWidth"; "actualSelectedItemBackgroundColor": "actualSelectedItemBackgroundColor"; "actualSelectedItemTextColor": "actualSelectedItemTextColor"; "actualItemHoverBackgroundColor": "actualItemHoverBackgroundColor"; "actualItemHoverTextColor": "actualItemHoverTextColor"; "actualSelectedItemHoverBackgroundColor": "actualSelectedItemHoverBackgroundColor"; "actualSelectedItemHoverTextColor": "actualSelectedItemHoverTextColor"; "itemCornerRadius": "itemCornerRadius"; "itemBackgroundColor": "itemBackgroundColor"; "itemDisabledBackgroundColor": "itemDisabledBackgroundColor"; "itemTextColor": "itemTextColor"; "itemDisabledTextColor": "itemDisabledTextColor"; "itemHoverBackgroundColor": "itemHoverBackgroundColor"; "itemBorderColor": "itemBorderColor"; "itemDisabledBorderColor": "itemDisabledBorderColor"; "itemBorderWidth": "itemBorderWidth"; "itemHoverTextColor": "itemHoverTextColor"; "selectedItemBackgroundColor": "selectedItemBackgroundColor"; "selectedItemTextColor": "selectedItemTextColor"; "selectedItemHoverBackgroundColor": "selectedItemHoverBackgroundColor"; "selectedItemHoverTextColor": "selectedItemHoverTextColor"; "outlinedItemCornerRadius": "outlinedItemCornerRadius"; "outlinedItemBackgroundColor": "outlinedItemBackgroundColor"; "outlinedItemDisabledBackgroundColor": "outlinedItemDisabledBackgroundColor"; "outlinedItemTextColor": "outlinedItemTextColor"; "outlinedItemDisabledTextColor": "outlinedItemDisabledTextColor"; "outlinedItemHoverBackgroundColor": "outlinedItemHoverBackgroundColor"; "outlinedItemBorderColor": "outlinedItemBorderColor"; "outlinedItemDisabledBorderColor": "outlinedItemDisabledBorderColor"; "outlinedItemBorderWidth": "outlinedItemBorderWidth"; "outlinedItemHoverTextColor": "outlinedItemHoverTextColor"; "outlinedSelectedItemBackgroundColor": "outlinedSelectedItemBackgroundColor"; "outlinedSelectedItemTextColor": "outlinedSelectedItemTextColor"; "outlinedSelectedItemHoverBackgroundColor": "outlinedSelectedItemHoverBackgroundColor"; "outlinedSelectedItemHoverTextColor": "outlinedSelectedItemHoverTextColor"; "flatItemCornerRadius": "flatItemCornerRadius"; "flatItemBackgroundColor": "flatItemBackgroundColor"; "flatItemDisabledBackgroundColor": "flatItemDisabledBackgroundColor"; "flatItemTextColor": "flatItemTextColor"; "flatItemDisabledTextColor": "flatItemDisabledTextColor"; "flatItemHoverBackgroundColor": "flatItemHoverBackgroundColor"; "flatItemBorderColor": "flatItemBorderColor"; "flatItemDisabledBorderColor": "flatItemDisabledBorderColor"; "flatItemBorderWidth": "flatItemBorderWidth"; "flatItemHoverTextColor": "flatItemHoverTextColor"; "flatSelectedItemBackgroundColor": "flatSelectedItemBackgroundColor"; "flatSelectedItemTextColor": "flatSelectedItemTextColor"; "flatSelectedItemHoverBackgroundColor": "flatSelectedItemHoverBackgroundColor"; "flatSelectedItemHoverTextColor": "flatSelectedItemHoverTextColor"; "orientation": "orientation"; "id": "id"; "disabled": "disabled"; "isMultiSelect": "isMultiSelect"; }, { "selectionChanged": "selectionChanged"; }, ["contentButtons"], ["*"]>;
416
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "igniteui-angular-core";
4
+ import * as i3 from "./igx-x-button-dynamic-module";
5
+ import * as i4 from "./igx-x-button-group-module";
6
+ export declare class IgxXButtonGroupDynamicModule {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonGroupDynamicModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXButtonGroupDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXButtonDynamicModule, typeof i4.IgxXButtonGroupModule], [typeof i2.IgxChildContentDynamicModule, typeof i3.IgxXButtonDynamicModule, typeof i4.IgxXButtonGroupModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxXButtonGroupDynamicModule>;
11
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./igx-x-button-group-component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "igniteui-angular-core";
5
+ import * as i4 from "./igx-x-button-module";
6
+ export declare class IgxXButtonGroupModule {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonGroupModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXButtonGroupModule, [typeof i1.IgxXButtonGroupComponent], [typeof i2.CommonModule, typeof i3.IgxChildContentModule, typeof i4.IgxXButtonModule], [typeof i3.IgxChildContentModule, typeof i4.IgxXButtonModule, typeof i1.IgxXButtonGroupComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxXButtonGroupModule>;
11
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./igx-x-button-component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "./igx-x-ripple-module";
5
+ import * as i4 from "igniteui-angular-core";
6
+ export declare class IgxXButtonModule {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXButtonModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXButtonModule, [typeof i1.IgxXButtonComponent], [typeof i2.CommonModule, typeof i3.IgxXRippleModule, typeof i4.IgxChildContentModule], [typeof i3.IgxXRippleModule, typeof i4.IgxChildContentModule, typeof i1.IgxXButtonComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxXButtonModule>;
11
+ }
@@ -0,0 +1,177 @@
1
+ import { EventEmitter, ViewContainerRef, Injector, ComponentFactoryResolver, AfterViewInit, Renderer2, ElementRef, NgZone } from '@angular/core';
2
+ import { XCalendar } from './XCalendar';
3
+ import { IgxSelectedValueChangedEventArgs } from "./igx-selected-value-changed-event-args";
4
+ import { ControlDisplayDensity } from "igniteui-angular-core";
5
+ import { BaseControlTheme } from "igniteui-angular-core";
6
+ import { DayOfWeek } from "./DayOfWeek";
7
+ import { FirstWeek } from "./FirstWeek";
8
+ import * as i0 from "@angular/core";
9
+ export declare class IgxXCalendarComponent implements AfterViewInit {
10
+ private renderer;
11
+ private _elRef;
12
+ private ngZone;
13
+ private injector;
14
+ private componentFactoryResolver;
15
+ container: Element;
16
+ _calendarContainer: ElementRef;
17
+ private _height;
18
+ private _width;
19
+ private _dataSource;
20
+ set height(value: string);
21
+ get height(): string;
22
+ set width(value: string);
23
+ get width(): string;
24
+ private _wrapper;
25
+ private _root;
26
+ constructor(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector, componentFactoryResolver: ComponentFactoryResolver);
27
+ updateStyle(): void;
28
+ ngOnDestroy(): void;
29
+ private _implementation;
30
+ ngAfterViewInit(): void;
31
+ protected createImplementation(): XCalendar;
32
+ get i(): XCalendar;
33
+ private _calendar;
34
+ /**
35
+ * Gets or Sets the value for the calendar.
36
+ */
37
+ get value(): Date;
38
+ set value(v: Date);
39
+ /**
40
+ * Gets or Sets the property name that contains the values.
41
+ */
42
+ get today(): Date;
43
+ set today(v: Date);
44
+ /**
45
+ * Gets or Sets the property name that contains the MinDate.
46
+ */
47
+ get minDate(): Date;
48
+ set minDate(v: Date);
49
+ /**
50
+ * Gets or Sets the property name that contains the MaxDate.
51
+ */
52
+ get maxDate(): Date;
53
+ set maxDate(v: Date);
54
+ /**
55
+ * Gets or sets the display density to use for the calendar.
56
+ */
57
+ get density(): ControlDisplayDensity;
58
+ set density(v: ControlDisplayDensity);
59
+ static ngAcceptInputType_density: ControlDisplayDensity | string;
60
+ /**
61
+ * Gets or sets the base built in theme to use for the calendar.
62
+ */
63
+ get baseTheme(): BaseControlTheme;
64
+ set baseTheme(v: BaseControlTheme);
65
+ static ngAcceptInputType_baseTheme: BaseControlTheme | string;
66
+ /**
67
+ * Gets or Sets the selected date background color
68
+ */
69
+ get backgroundColor(): string;
70
+ set backgroundColor(v: string);
71
+ /**
72
+ * Gets or Sets the selected date background color
73
+ */
74
+ get selectedDateBackgroundColor(): string;
75
+ set selectedDateBackgroundColor(v: string);
76
+ /**
77
+ * Gets or Sets the selected date background color
78
+ */
79
+ get selectedFocusDateBackgroundColor(): string;
80
+ set selectedFocusDateBackgroundColor(v: string);
81
+ /**
82
+ * Gets or Sets the focus date background color
83
+ */
84
+ get focusDateBackgroundColor(): string;
85
+ set focusDateBackgroundColor(v: string);
86
+ /**
87
+ * Gets or Sets the focus date background color
88
+ */
89
+ get hoverBackgroundColor(): string;
90
+ set hoverBackgroundColor(v: string);
91
+ /**
92
+ * Gets or Sets the selected date text color
93
+ */
94
+ get textColor(): string;
95
+ set textColor(v: string);
96
+ /**
97
+ * Gets or Sets the selected date text color
98
+ */
99
+ get selectedDateTextColor(): string;
100
+ set selectedDateTextColor(v: string);
101
+ /**
102
+ * Gets or Sets the focus date text color
103
+ */
104
+ get focusDateTextColor(): string;
105
+ set focusDateTextColor(v: string);
106
+ /**
107
+ * Gets or Sets the current date text color
108
+ */
109
+ get currentDateTextColor(): string;
110
+ set currentDateTextColor(v: string);
111
+ /**
112
+ * Gets or Sets the current date text color
113
+ */
114
+ get currentDateBorderColor(): string;
115
+ set currentDateBorderColor(v: string);
116
+ /**
117
+ * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
118
+ */
119
+ get showTodayButton(): boolean;
120
+ set showTodayButton(v: boolean);
121
+ static ngAcceptInputType_showTodayButton: boolean | string;
122
+ /**
123
+ * Gets or sets the font to use for the combobox.
124
+ */
125
+ get textStyle(): string;
126
+ set textStyle(v: string);
127
+ /**
128
+ * Gets or sets the FirstDayOfWeek property to detirmine first day of the week
129
+ */
130
+ get firstDayOfWeek(): DayOfWeek;
131
+ set firstDayOfWeek(v: DayOfWeek);
132
+ static ngAcceptInputType_firstDayOfWeek: DayOfWeek | string;
133
+ /**
134
+ * Gets or sets the FirstWeekOfYear property to detirmine first week of the year
135
+ */
136
+ get firstWeekOfYear(): FirstWeek;
137
+ set firstWeekOfYear(v: FirstWeek);
138
+ static ngAcceptInputType_firstWeekOfYear: FirstWeek | string;
139
+ /**
140
+ * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
141
+ */
142
+ get showWeekNumbers(): boolean;
143
+ set showWeekNumbers(v: boolean);
144
+ static ngAcceptInputType_showWeekNumbers: boolean | string;
145
+ protected __p: string;
146
+ protected _hasUserValues: Set<string>;
147
+ protected get hasUserValues(): Set<string>;
148
+ protected __m(propertyName: string): void;
149
+ protected _stylingContainer: any;
150
+ protected _stylingParent: any;
151
+ protected _inStyling: boolean;
152
+ protected _styling(container: any, component: any, parent?: any): void;
153
+ /**
154
+ * Exports visual information about the current state of the grid.
155
+
156
+ */
157
+ exportVisualModel(): any;
158
+ /**
159
+ * Returns a serialized copy of the exported visual model
160
+
161
+ */
162
+ exportSerializedVisualModel(): string;
163
+ private _selectedValueChanged;
164
+ /**
165
+ * Called when date is selected.
166
+ */
167
+ get selectedValueChanged(): EventEmitter<{
168
+ sender: any;
169
+ args: IgxSelectedValueChangedEventArgs;
170
+ }>;
171
+ private _valueChange;
172
+ get valueChange(): EventEmitter<Date>;
173
+ protected _zoneRunner: (act: () => void) => void;
174
+ protected _runInZone(act: () => void): void;
175
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCalendarComponent, never>;
176
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxXCalendarComponent, "igx-x-calendar", never, { "height": "height"; "width": "width"; "value": "value"; "today": "today"; "minDate": "minDate"; "maxDate": "maxDate"; "density": "density"; "baseTheme": "baseTheme"; "backgroundColor": "backgroundColor"; "selectedDateBackgroundColor": "selectedDateBackgroundColor"; "selectedFocusDateBackgroundColor": "selectedFocusDateBackgroundColor"; "focusDateBackgroundColor": "focusDateBackgroundColor"; "hoverBackgroundColor": "hoverBackgroundColor"; "textColor": "textColor"; "selectedDateTextColor": "selectedDateTextColor"; "focusDateTextColor": "focusDateTextColor"; "currentDateTextColor": "currentDateTextColor"; "currentDateBorderColor": "currentDateBorderColor"; "showTodayButton": "showTodayButton"; "textStyle": "textStyle"; "firstDayOfWeek": "firstDayOfWeek"; "firstWeekOfYear": "firstWeekOfYear"; "showWeekNumbers": "showWeekNumbers"; }, { "selectedValueChanged": "selectedValueChanged"; "valueChange": "valueChange"; }, never, never>;
177
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./igx-x-button-dynamic-module";
4
+ import * as i3 from "./igx-x-icon-dynamic-module";
5
+ import * as i4 from "./igx-x-calendar-module";
6
+ export declare class IgxXCalendarDynamicModule {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxXCalendarDynamicModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IgxXCalendarDynamicModule, never, [typeof i1.CommonModule, typeof i2.IgxXButtonDynamicModule, typeof i3.IgxXIconDynamicModule, typeof i4.IgxXCalendarModule], [typeof i2.IgxXButtonDynamicModule, typeof i3.IgxXIconDynamicModule, typeof i4.IgxXCalendarModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<IgxXCalendarDynamicModule>;
11
+ }