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,720 @@
1
+ import { Output, EventEmitter, Component, ViewChild, ElementRef, Input, ChangeDetectionStrategy } from '@angular/core';
2
+ import { AngularRenderer } from "igniteui-angular-core";
3
+ import { ensureEnum, brushToString, stringToBrush, ensureBool, initializePropertiesFromCss, NamePatcher, toSpinal } from "igniteui-angular-core";
4
+ import { FontInfo } from "igniteui-angular-core";
5
+ import { delegateCombine } from "igniteui-angular-core";
6
+ import { DatePicker } from './DatePicker';
7
+ import { IgxSelectedValueChangedEventArgs } from "./igx-selected-value-changed-event-args";
8
+ import { IgxGotFocusEventArgs } from "./igx-got-focus-event-args";
9
+ import { IgxLostFocusEventArgs } from "./igx-lost-focus-event-args";
10
+ import { IgxInputChangeEventArgs } from "./igx-input-change-event-args";
11
+ import { IgxKeyEventArgs } from "igniteui-angular-core";
12
+ import { ControlDisplayDensity_$type } from "igniteui-angular-core";
13
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
14
+ import { DateFormats_$type } from "./DateFormats";
15
+ import { DayOfWeek_$type } from "./DayOfWeek";
16
+ import { FirstWeek_$type } from "./FirstWeek";
17
+ import * as i0 from "@angular/core";
18
+ // IgxDataGridModule.register();
19
+ var IgxDatePickerComponent = /** @class */ /*@__PURE__*/ (function () {
20
+ function IgxDatePickerComponent(renderer, _elRef, ngZone, injector, componentFactoryResolver) {
21
+ this.renderer = renderer;
22
+ this._elRef = _elRef;
23
+ this.ngZone = ngZone;
24
+ this.injector = injector;
25
+ this.componentFactoryResolver = componentFactoryResolver;
26
+ this._dataSource = null;
27
+ this._wrapper = null;
28
+ this._root = null;
29
+ this._implementation = null;
30
+ this.__p = null;
31
+ this._hasUserValues = new Set();
32
+ this._stylingContainer = null;
33
+ this._stylingParent = null;
34
+ this._inStyling = false;
35
+ this._selectedValueChanged = null;
36
+ this._gotFocus = null;
37
+ this._lostFocus = null;
38
+ this._keyDown = null;
39
+ this._changing = null;
40
+ this._valueChange = null;
41
+ this._zoneRunner = null;
42
+ if (this._styling) {
43
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(this));
44
+ }
45
+ this._implementation = this.createImplementation();
46
+ var datePicker = this.i;
47
+ this._datePicker = datePicker;
48
+ }
49
+ Object.defineProperty(IgxDatePickerComponent.prototype, "height", {
50
+ get: function () {
51
+ return this._height;
52
+ },
53
+ set: function (value) {
54
+ this._height = value;
55
+ this.renderer.setStyle(this._elRef.element.nativeElement, "height", value);
56
+ this._datePicker.notifySizeChanged();
57
+ },
58
+ enumerable: false,
59
+ configurable: true
60
+ });
61
+ Object.defineProperty(IgxDatePickerComponent.prototype, "width", {
62
+ get: function () {
63
+ return this._width;
64
+ },
65
+ set: function (value) {
66
+ this._width = value;
67
+ this.renderer.setStyle(this._elRef.element.nativeElement, "width", value);
68
+ this._datePicker.notifySizeChanged();
69
+ },
70
+ enumerable: false,
71
+ configurable: true
72
+ });
73
+ // supports angular themes or custom properties set in CSS
74
+ IgxDatePickerComponent.prototype.updateStyle = function () {
75
+ this._styling(this._root, this);
76
+ };
77
+ IgxDatePickerComponent.prototype.ngOnDestroy = function () {
78
+ this._datePicker.destroy();
79
+ this._wrapper.destroy();
80
+ };
81
+ IgxDatePickerComponent.prototype.ngAfterViewInit = function () {
82
+ var _this = this;
83
+ if (this.renderer && this._datePickerContainer != null) {
84
+ this.container = this._datePickerContainer.nativeElement;
85
+ this._root = this.container;
86
+ var ren = new AngularRenderer(this.container, this.renderer, window.document, this.ngZone, true, null);
87
+ this._wrapper = ren;
88
+ this._datePicker.provideContainer(ren);
89
+ this._datePicker.notifySizeChanged();
90
+ ren.addSizeWatcher(function () {
91
+ _this._datePicker.notifySizeChanged();
92
+ });
93
+ }
94
+ this._styling(this._root, this);
95
+ this.i.notifySizeChanged();
96
+ this.updateStyle();
97
+ };
98
+ IgxDatePickerComponent.prototype.createImplementation = function () {
99
+ return new DatePicker();
100
+ };
101
+ Object.defineProperty(IgxDatePickerComponent.prototype, "i", {
102
+ get: function () {
103
+ return this._implementation;
104
+ },
105
+ enumerable: false,
106
+ configurable: true
107
+ });
108
+ Object.defineProperty(IgxDatePickerComponent.prototype, "value", {
109
+ /**
110
+ * Gets or Sets the property name that contains the values.
111
+ */
112
+ get: function () {
113
+ return this.i.value;
114
+ },
115
+ set: function (v) {
116
+ this.i.value = v;
117
+ },
118
+ enumerable: false,
119
+ configurable: true
120
+ });
121
+ Object.defineProperty(IgxDatePickerComponent.prototype, "today", {
122
+ /**
123
+ * Gets or Sets the property name that contains the values.
124
+ */
125
+ get: function () {
126
+ return this.i.a3;
127
+ },
128
+ set: function (v) {
129
+ this.i.a3 = v;
130
+ },
131
+ enumerable: false,
132
+ configurable: true
133
+ });
134
+ Object.defineProperty(IgxDatePickerComponent.prototype, "label", {
135
+ /**
136
+ * Gets or Sets the property name that contains the label.
137
+ */
138
+ get: function () {
139
+ return this.i.bv;
140
+ },
141
+ set: function (v) {
142
+ this.i.bv = v;
143
+ },
144
+ enumerable: false,
145
+ configurable: true
146
+ });
147
+ Object.defineProperty(IgxDatePickerComponent.prototype, "labelTextColor", {
148
+ /**
149
+ * Gets or sets the color to use for the text.
150
+ */
151
+ get: function () {
152
+ return brushToString(this.i.dh);
153
+ },
154
+ set: function (v) {
155
+ this.i.dh = stringToBrush(v);
156
+ },
157
+ enumerable: false,
158
+ configurable: true
159
+ });
160
+ Object.defineProperty(IgxDatePickerComponent.prototype, "labelTextStyle", {
161
+ /**
162
+ * Gets or sets the font to use for the combobox.
163
+ */
164
+ get: function () {
165
+ if (this.i.ac == null) {
166
+ return null;
167
+ }
168
+ return this.i.ac.fontString;
169
+ },
170
+ set: function (v) {
171
+ var fi = new FontInfo();
172
+ fi.fontString = v;
173
+ this.i.ac = fi;
174
+ },
175
+ enumerable: false,
176
+ configurable: true
177
+ });
178
+ Object.defineProperty(IgxDatePickerComponent.prototype, "placeholder", {
179
+ /**
180
+ * Gets or Sets the property name that contains the placeholder.
181
+ */
182
+ get: function () {
183
+ return this.i.b2;
184
+ },
185
+ set: function (v) {
186
+ this.i.b2 = v;
187
+ },
188
+ enumerable: false,
189
+ configurable: true
190
+ });
191
+ Object.defineProperty(IgxDatePickerComponent.prototype, "minDate", {
192
+ /**
193
+ * Gets or Sets the property name that contains the MinDate.
194
+ */
195
+ get: function () {
196
+ return this.i.a2;
197
+ },
198
+ set: function (v) {
199
+ this.i.a2 = v;
200
+ },
201
+ enumerable: false,
202
+ configurable: true
203
+ });
204
+ Object.defineProperty(IgxDatePickerComponent.prototype, "maxDate", {
205
+ /**
206
+ * Gets or Sets the property name that contains the MaxDate.
207
+ */
208
+ get: function () {
209
+ return this.i.a1;
210
+ },
211
+ set: function (v) {
212
+ this.i.a1 = v;
213
+ },
214
+ enumerable: false,
215
+ configurable: true
216
+ });
217
+ Object.defineProperty(IgxDatePickerComponent.prototype, "density", {
218
+ /**
219
+ * Gets or sets the display density to use for the date pcicker.
220
+ */
221
+ get: function () {
222
+ return this.i.y;
223
+ },
224
+ set: function (v) {
225
+ this.i.y = ensureEnum(ControlDisplayDensity_$type, v);
226
+ },
227
+ enumerable: false,
228
+ configurable: true
229
+ });
230
+ Object.defineProperty(IgxDatePickerComponent.prototype, "baseTheme", {
231
+ /**
232
+ * Gets or sets the base built in theme to use for the date picker.
233
+ */
234
+ get: function () {
235
+ return this.i.w;
236
+ },
237
+ set: function (v) {
238
+ this.i.w = ensureEnum(BaseControlTheme_$type, v);
239
+ },
240
+ enumerable: false,
241
+ configurable: true
242
+ });
243
+ Object.defineProperty(IgxDatePickerComponent.prototype, "textStyle", {
244
+ /**
245
+ * Gets or sets the font to use for the combobox.
246
+ */
247
+ get: function () {
248
+ if (this.i.ad == null) {
249
+ return null;
250
+ }
251
+ return this.i.ad.fontString;
252
+ },
253
+ set: function (v) {
254
+ var fi = new FontInfo();
255
+ fi.fontString = v;
256
+ this.i.ad = fi;
257
+ },
258
+ enumerable: false,
259
+ configurable: true
260
+ });
261
+ Object.defineProperty(IgxDatePickerComponent.prototype, "textColor", {
262
+ /**
263
+ * Gets or Sets the text color
264
+ */
265
+ get: function () {
266
+ return brushToString(this.i.di);
267
+ },
268
+ set: function (v) {
269
+ this.i.di = stringToBrush(v);
270
+ },
271
+ enumerable: false,
272
+ configurable: true
273
+ });
274
+ Object.defineProperty(IgxDatePickerComponent.prototype, "iconColor", {
275
+ /**
276
+ * Gets or Sets the text color
277
+ */
278
+ get: function () {
279
+ return brushToString(this.i.dg);
280
+ },
281
+ set: function (v) {
282
+ this.i.dg = stringToBrush(v);
283
+ },
284
+ enumerable: false,
285
+ configurable: true
286
+ });
287
+ Object.defineProperty(IgxDatePickerComponent.prototype, "showClearButton", {
288
+ /**
289
+ * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
290
+ */
291
+ get: function () {
292
+ return this.i.at;
293
+ },
294
+ set: function (v) {
295
+ this.i.at = ensureBool(v);
296
+ },
297
+ enumerable: false,
298
+ configurable: true
299
+ });
300
+ Object.defineProperty(IgxDatePickerComponent.prototype, "showTodayButton", {
301
+ /**
302
+ * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
303
+ */
304
+ get: function () {
305
+ return this.i.au;
306
+ },
307
+ set: function (v) {
308
+ this.i.au = ensureBool(v);
309
+ },
310
+ enumerable: false,
311
+ configurable: true
312
+ });
313
+ Object.defineProperty(IgxDatePickerComponent.prototype, "allowTextInput", {
314
+ /**
315
+ * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
316
+ */
317
+ get: function () {
318
+ return this.i.aq;
319
+ },
320
+ set: function (v) {
321
+ this.i.aq = ensureBool(v);
322
+ },
323
+ enumerable: false,
324
+ configurable: true
325
+ });
326
+ Object.defineProperty(IgxDatePickerComponent.prototype, "openOnFocus", {
327
+ /**
328
+ * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
329
+ */
330
+ get: function () {
331
+ return this.i.as;
332
+ },
333
+ set: function (v) {
334
+ this.i.as = ensureBool(v);
335
+ },
336
+ enumerable: false,
337
+ configurable: true
338
+ });
339
+ Object.defineProperty(IgxDatePickerComponent.prototype, "firstDayOfWeek", {
340
+ /**
341
+ * Gets or sets the FirstDayOfWeek property to detirmine first day of the week
342
+ */
343
+ get: function () {
344
+ return this.i.j;
345
+ },
346
+ set: function (v) {
347
+ this.i.j = ensureEnum(DayOfWeek_$type, v);
348
+ },
349
+ enumerable: false,
350
+ configurable: true
351
+ });
352
+ Object.defineProperty(IgxDatePickerComponent.prototype, "firstWeekOfYear", {
353
+ /**
354
+ * Gets or sets the FirstWeekOfYear property to detirmine first week of the year
355
+ */
356
+ get: function () {
357
+ return this.i.l;
358
+ },
359
+ set: function (v) {
360
+ this.i.l = ensureEnum(FirstWeek_$type, v);
361
+ },
362
+ enumerable: false,
363
+ configurable: true
364
+ });
365
+ Object.defineProperty(IgxDatePickerComponent.prototype, "showWeekNumbers", {
366
+ /**
367
+ * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
368
+ */
369
+ get: function () {
370
+ return this.i.av;
371
+ },
372
+ set: function (v) {
373
+ this.i.av = ensureBool(v);
374
+ },
375
+ enumerable: false,
376
+ configurable: true
377
+ });
378
+ Object.defineProperty(IgxDatePickerComponent.prototype, "dateFormat", {
379
+ /**
380
+ * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
381
+ */
382
+ get: function () {
383
+ return this.i.e;
384
+ },
385
+ set: function (v) {
386
+ this.i.e = ensureEnum(DateFormats_$type, v);
387
+ },
388
+ enumerable: false,
389
+ configurable: true
390
+ });
391
+ Object.defineProperty(IgxDatePickerComponent.prototype, "formatString", {
392
+ /**
393
+ * Gets or sets the Format property to detirmine the format of the date in the input
394
+ */
395
+ get: function () {
396
+ return this.i.br;
397
+ },
398
+ set: function (v) {
399
+ this.i.br = v;
400
+ },
401
+ enumerable: false,
402
+ configurable: true
403
+ });
404
+ Object.defineProperty(IgxDatePickerComponent.prototype, "isDisabled", {
405
+ get: function () {
406
+ return this.i.ar;
407
+ },
408
+ set: function (v) {
409
+ this.i.ar = ensureBool(v);
410
+ },
411
+ enumerable: false,
412
+ configurable: true
413
+ });
414
+ Object.defineProperty(IgxDatePickerComponent.prototype, "hasUserValues", {
415
+ get: function () {
416
+ return this._hasUserValues;
417
+ },
418
+ enumerable: false,
419
+ configurable: true
420
+ });
421
+ IgxDatePickerComponent.prototype.__m = function (propertyName) {
422
+ if (!this._inStyling) {
423
+ this._hasUserValues.add(propertyName);
424
+ }
425
+ };
426
+ IgxDatePickerComponent.prototype._styling = function (container, component, parent) {
427
+ if (this._inStyling) {
428
+ return;
429
+ }
430
+ this._inStyling = true;
431
+ this._stylingContainer = container;
432
+ this._stylingParent = component;
433
+ var genericPrefix = "";
434
+ var typeName = this.i.$type.name;
435
+ if (typeName.indexOf("Xam") === 0) {
436
+ typeName = typeName.substring(3);
437
+ }
438
+ genericPrefix = toSpinal("DatePickerComponent");
439
+ var additionalPrefixes = [];
440
+ var prefix = toSpinal(typeName);
441
+ additionalPrefixes.push(prefix + "-");
442
+ var b = this.i.$type.baseType;
443
+ while (b && b.name != "Object" &&
444
+ b.name != "Base" &&
445
+ b.name != "Control" &&
446
+ b.Name != "DependencyObject" &&
447
+ b.Name != "FrameworkElement") {
448
+ typeName = b.name;
449
+ if (typeName.indexOf("Xam") === 0) {
450
+ typeName = typeName.substring(3);
451
+ }
452
+ var basePrefix = toSpinal(typeName);
453
+ additionalPrefixes.push(basePrefix + "-");
454
+ b = b.baseType;
455
+ }
456
+ if (parent) {
457
+ var parentTypeName = parent.i.$type.name;
458
+ if (parentTypeName.indexOf("Xam") === 0) {
459
+ parentTypeName = parentTypeName.substring(3);
460
+ }
461
+ var parentPrefix = toSpinal(parentTypeName);
462
+ additionalPrefixes.push(parentPrefix + "-" + genericPrefix + "-");
463
+ additionalPrefixes.push(parentPrefix + "-" + prefix + "-");
464
+ }
465
+ initializePropertiesFromCss(container, this, genericPrefix + "-", this.hasUserValues, false, additionalPrefixes);
466
+ if (this._otherStyling) {
467
+ this._otherStyling(container, component, parent);
468
+ }
469
+ this._inStyling = false;
470
+ };
471
+ IgxDatePickerComponent.prototype.select = function () {
472
+ this.i.c3();
473
+ };
474
+ /**
475
+ * Exports visual information about the current state of the grid.
476
+
477
+ */
478
+ IgxDatePickerComponent.prototype.exportVisualModel = function () {
479
+ var iv = this.i.a8();
480
+ return (iv);
481
+ };
482
+ /**
483
+ * Returns a serialized copy of the exported visual model
484
+
485
+ */
486
+ IgxDatePickerComponent.prototype.exportSerializedVisualModel = function () {
487
+ var iv = this.i.bo();
488
+ return (iv);
489
+ };
490
+ Object.defineProperty(IgxDatePickerComponent.prototype, "selectedValueChanged", {
491
+ /**
492
+ * Called when date is selected.
493
+ */
494
+ get: function () {
495
+ var _this = this;
496
+ if (this._selectedValueChanged == null) {
497
+ this._selectedValueChanged = new EventEmitter();
498
+ this.i.selectedValueChanged = delegateCombine(this.i.selectedValueChanged, function (o, e) {
499
+ var outerArgs = new IgxSelectedValueChangedEventArgs();
500
+ outerArgs._provideImplementation(e);
501
+ if (_this.beforeSelectedValueChanged) {
502
+ _this.beforeSelectedValueChanged(_this, outerArgs);
503
+ }
504
+ _this._selectedValueChanged.emit({
505
+ sender: _this,
506
+ args: outerArgs
507
+ });
508
+ });
509
+ }
510
+ return this._selectedValueChanged;
511
+ },
512
+ enumerable: false,
513
+ configurable: true
514
+ });
515
+ Object.defineProperty(IgxDatePickerComponent.prototype, "gotFocus", {
516
+ get: function () {
517
+ var _this = this;
518
+ if (this._gotFocus == null) {
519
+ this._gotFocus = new EventEmitter();
520
+ this.i.gotFocus = delegateCombine(this.i.gotFocus, function (o, e) {
521
+ _this._runInZone(function () {
522
+ var outerArgs = new IgxGotFocusEventArgs();
523
+ outerArgs._provideImplementation(e);
524
+ if (_this.beforeGotFocus) {
525
+ _this.beforeGotFocus(_this, outerArgs);
526
+ }
527
+ _this._gotFocus.emit({
528
+ sender: _this,
529
+ args: outerArgs
530
+ });
531
+ });
532
+ });
533
+ }
534
+ return this._gotFocus;
535
+ },
536
+ enumerable: false,
537
+ configurable: true
538
+ });
539
+ Object.defineProperty(IgxDatePickerComponent.prototype, "lostFocus", {
540
+ get: function () {
541
+ var _this = this;
542
+ if (this._lostFocus == null) {
543
+ this._lostFocus = new EventEmitter();
544
+ this.i.lostFocus = delegateCombine(this.i.lostFocus, function (o, e) {
545
+ _this._runInZone(function () {
546
+ var outerArgs = new IgxLostFocusEventArgs();
547
+ outerArgs._provideImplementation(e);
548
+ if (_this.beforeLostFocus) {
549
+ _this.beforeLostFocus(_this, outerArgs);
550
+ }
551
+ _this._lostFocus.emit({
552
+ sender: _this,
553
+ args: outerArgs
554
+ });
555
+ });
556
+ });
557
+ }
558
+ return this._lostFocus;
559
+ },
560
+ enumerable: false,
561
+ configurable: true
562
+ });
563
+ Object.defineProperty(IgxDatePickerComponent.prototype, "keyDown", {
564
+ get: function () {
565
+ var _this = this;
566
+ if (this._keyDown == null) {
567
+ this._keyDown = new EventEmitter();
568
+ this.i.keyDown = delegateCombine(this.i.keyDown, function (o, e) {
569
+ _this._runInZone(function () {
570
+ var outerArgs = new IgxKeyEventArgs();
571
+ outerArgs._provideImplementation(e);
572
+ if (_this.beforeKeyDown) {
573
+ _this.beforeKeyDown(_this, outerArgs);
574
+ }
575
+ _this._keyDown.emit({
576
+ sender: _this,
577
+ args: outerArgs
578
+ });
579
+ });
580
+ });
581
+ }
582
+ return this._keyDown;
583
+ },
584
+ enumerable: false,
585
+ configurable: true
586
+ });
587
+ Object.defineProperty(IgxDatePickerComponent.prototype, "changing", {
588
+ get: function () {
589
+ var _this = this;
590
+ if (this._changing == null) {
591
+ this._changing = new EventEmitter();
592
+ this.i.changing = delegateCombine(this.i.changing, function (o, e) {
593
+ _this._runInZone(function () {
594
+ var outerArgs = new IgxInputChangeEventArgs();
595
+ outerArgs._provideImplementation(e);
596
+ if (_this.beforeChanging) {
597
+ _this.beforeChanging(_this, outerArgs);
598
+ }
599
+ _this._changing.emit({
600
+ sender: _this,
601
+ args: outerArgs
602
+ });
603
+ });
604
+ });
605
+ }
606
+ return this._changing;
607
+ },
608
+ enumerable: false,
609
+ configurable: true
610
+ });
611
+ Object.defineProperty(IgxDatePickerComponent.prototype, "valueChange", {
612
+ get: function () {
613
+ var _this = this;
614
+ if (this._valueChange == null) {
615
+ this._valueChange = new EventEmitter();
616
+ this.i.propertyChanged = delegateCombine(this.i.propertyChanged, function (o, e) {
617
+ _this._runInZone(function () {
618
+ var iv = e;
619
+ var ext = _this.value;
620
+ if (_this.beforeValueChange) {
621
+ _this.beforeValueChange(_this, ext);
622
+ }
623
+ _this._valueChange.emit(ext);
624
+ });
625
+ });
626
+ }
627
+ return this._valueChange;
628
+ },
629
+ enumerable: false,
630
+ configurable: true
631
+ });
632
+ IgxDatePickerComponent.prototype._runInZone = function (act) {
633
+ if (this._zoneRunner != null) {
634
+ this._zoneRunner(act);
635
+ }
636
+ else {
637
+ act();
638
+ }
639
+ };
640
+ IgxDatePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDatePickerComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
641
+ IgxDatePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDatePickerComponent, selector: "igx-date-picker", inputs: { height: "height", width: "width", value: "value", today: "today", label: "label", labelTextColor: "labelTextColor", labelTextStyle: "labelTextStyle", placeholder: "placeholder", minDate: "minDate", maxDate: "maxDate", density: "density", baseTheme: "baseTheme", textStyle: "textStyle", textColor: "textColor", iconColor: "iconColor", showClearButton: "showClearButton", showTodayButton: "showTodayButton", allowTextInput: "allowTextInput", openOnFocus: "openOnFocus", firstDayOfWeek: "firstDayOfWeek", firstWeekOfYear: "firstWeekOfYear", showWeekNumbers: "showWeekNumbers", dateFormat: "dateFormat", formatString: "formatString", isDisabled: "isDisabled" }, outputs: { selectedValueChanged: "selectedValueChanged", gotFocus: "gotFocus", lostFocus: "lostFocus", keyDown: "keyDown", changing: "changing", valueChange: "valueChange" }, host: { classAttribute: "ig-date-picker igx-date-picker" }, providers: [], viewQueries: [{ propertyName: "_datePickerContainer", first: true, predicate: ["datePickerContainer"], descendants: true, read: ElementRef, static: true }], ngImport: i0, template: "<div #datePickerContainer>\n <div #inputcontainer>\n </div>\n <div #popupContainer>\n </div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
642
+ return IgxDatePickerComponent;
643
+ }());
644
+ export { IgxDatePickerComponent };
645
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDatePickerComponent, decorators: [{
646
+ type: Component,
647
+ args: [{
648
+ selector: 'igx-date-picker',
649
+ template: "<div #datePickerContainer>\n <div #inputcontainer>\n </div>\n <div #popupContainer>\n </div>\n </div>",
650
+ changeDetection: ChangeDetectionStrategy.OnPush,
651
+ providers: [],
652
+ host: { 'class': 'ig-date-picker igx-date-picker' },
653
+ styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]
654
+ }]
655
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.NgZone }, { type: i0.Injector }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { _datePickerContainer: [{
656
+ type: ViewChild,
657
+ args: ["datePickerContainer", { read: ElementRef, static: true }]
658
+ }], height: [{
659
+ type: Input
660
+ }], width: [{
661
+ type: Input
662
+ }], value: [{
663
+ type: Input
664
+ }], today: [{
665
+ type: Input
666
+ }], label: [{
667
+ type: Input
668
+ }], labelTextColor: [{
669
+ type: Input
670
+ }], labelTextStyle: [{
671
+ type: Input
672
+ }], placeholder: [{
673
+ type: Input
674
+ }], minDate: [{
675
+ type: Input
676
+ }], maxDate: [{
677
+ type: Input
678
+ }], density: [{
679
+ type: Input
680
+ }], baseTheme: [{
681
+ type: Input
682
+ }], textStyle: [{
683
+ type: Input
684
+ }], textColor: [{
685
+ type: Input
686
+ }], iconColor: [{
687
+ type: Input
688
+ }], showClearButton: [{
689
+ type: Input
690
+ }], showTodayButton: [{
691
+ type: Input
692
+ }], allowTextInput: [{
693
+ type: Input
694
+ }], openOnFocus: [{
695
+ type: Input
696
+ }], firstDayOfWeek: [{
697
+ type: Input
698
+ }], firstWeekOfYear: [{
699
+ type: Input
700
+ }], showWeekNumbers: [{
701
+ type: Input
702
+ }], dateFormat: [{
703
+ type: Input
704
+ }], formatString: [{
705
+ type: Input
706
+ }], isDisabled: [{
707
+ type: Input
708
+ }], selectedValueChanged: [{
709
+ type: Output
710
+ }], gotFocus: [{
711
+ type: Output
712
+ }], lostFocus: [{
713
+ type: Output
714
+ }], keyDown: [{
715
+ type: Output
716
+ }], changing: [{
717
+ type: Output
718
+ }], valueChange: [{
719
+ type: Output
720
+ }] } });