igniteui-webcomponents-inputs 1.3.3

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 (571) hide show
  1. package/License +27 -0
  2. package/README.md +18 -0
  3. package/bundles/igniteui-webcomponents-inputs.umd.js +32535 -0
  4. package/bundles/igniteui-webcomponents-inputs.umd.js.map +1 -0
  5. package/bundles/igniteui-webcomponents-inputs.umd.min.js +2 -0
  6. package/bundles/igniteui-webcomponents-inputs.umd.min.js.map +1 -0
  7. package/esm2015/igniteui-webcomponents-inputs.js +2 -0
  8. package/esm2015/igniteui-webcomponents-inputs.js.map +1 -0
  9. package/esm2015/lib/Button.js +8 -0
  10. package/esm2015/lib/Button.js.map +1 -0
  11. package/esm2015/lib/ButtonClickEventArgs.js +17 -0
  12. package/esm2015/lib/ButtonClickEventArgs.js.map +1 -0
  13. package/esm2015/lib/ButtonDisplayStyle.js +12 -0
  14. package/esm2015/lib/ButtonDisplayStyle.js.map +1 -0
  15. package/esm2015/lib/ButtonGroup.js +8 -0
  16. package/esm2015/lib/ButtonGroup.js.map +1 -0
  17. package/esm2015/lib/ButtonGroupButtonCollection.js +29 -0
  18. package/esm2015/lib/ButtonGroupButtonCollection.js.map +1 -0
  19. package/esm2015/lib/ButtonGroupDisplayStyle.js +12 -0
  20. package/esm2015/lib/ButtonGroupDisplayStyle.js.map +1 -0
  21. package/esm2015/lib/ButtonGroupOrientation.js +17 -0
  22. package/esm2015/lib/ButtonGroupOrientation.js.map +1 -0
  23. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js +17 -0
  24. package/esm2015/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
  25. package/esm2015/lib/ButtonGroupView.js +8 -0
  26. package/esm2015/lib/ButtonGroupView.js.map +1 -0
  27. package/esm2015/lib/ButtonGroupView_combined.js +1334 -0
  28. package/esm2015/lib/ButtonGroupView_combined.js.map +1 -0
  29. package/esm2015/lib/ButtonGroupVisualModelExport.js +57 -0
  30. package/esm2015/lib/ButtonGroupVisualModelExport.js.map +1 -0
  31. package/esm2015/lib/ButtonView.js +8 -0
  32. package/esm2015/lib/ButtonView.js.map +1 -0
  33. package/esm2015/lib/ButtonView_combined.js +2879 -0
  34. package/esm2015/lib/ButtonView_combined.js.map +1 -0
  35. package/esm2015/lib/ButtonVisualModelExport.js +110 -0
  36. package/esm2015/lib/ButtonVisualModelExport.js.map +1 -0
  37. package/esm2015/lib/Calendar.js +8 -0
  38. package/esm2015/lib/Calendar.js.map +1 -0
  39. package/esm2015/lib/CalendarLocaleEn.js +57 -0
  40. package/esm2015/lib/CalendarLocaleEn.js.map +1 -0
  41. package/esm2015/lib/CalendarView.js +8 -0
  42. package/esm2015/lib/CalendarView.js.map +1 -0
  43. package/esm2015/lib/CalendarView_combined.js +2753 -0
  44. package/esm2015/lib/CalendarView_combined.js.map +1 -0
  45. package/esm2015/lib/CalendarVisualModelExport.js +101 -0
  46. package/esm2015/lib/CalendarVisualModelExport.js.map +1 -0
  47. package/esm2015/lib/Checkbox.js +8 -0
  48. package/esm2015/lib/Checkbox.js.map +1 -0
  49. package/esm2015/lib/CheckboxChangeEventArgs.js +34 -0
  50. package/esm2015/lib/CheckboxChangeEventArgs.js.map +1 -0
  51. package/esm2015/lib/CheckboxLabelPosition.js +12 -0
  52. package/esm2015/lib/CheckboxLabelPosition.js.map +1 -0
  53. package/esm2015/lib/CheckboxView.js +8 -0
  54. package/esm2015/lib/CheckboxView.js.map +1 -0
  55. package/esm2015/lib/CheckboxView_combined.js +1026 -0
  56. package/esm2015/lib/CheckboxView_combined.js.map +1 -0
  57. package/esm2015/lib/CheckboxVisualModelExport.js +63 -0
  58. package/esm2015/lib/CheckboxVisualModelExport.js.map +1 -0
  59. package/esm2015/lib/DateFormats.js +26 -0
  60. package/esm2015/lib/DateFormats.js.map +1 -0
  61. package/esm2015/lib/DatePicker.js +8 -0
  62. package/esm2015/lib/DatePicker.js.map +1 -0
  63. package/esm2015/lib/DatePickerView.js +8 -0
  64. package/esm2015/lib/DatePickerView.js.map +1 -0
  65. package/esm2015/lib/DatePickerView_combined.js +1439 -0
  66. package/esm2015/lib/DatePickerView_combined.js.map +1 -0
  67. package/esm2015/lib/DatePickerVisualModelExport.js +71 -0
  68. package/esm2015/lib/DatePickerVisualModelExport.js.map +1 -0
  69. package/esm2015/lib/DateTimeValueFormatter.js +109 -0
  70. package/esm2015/lib/DateTimeValueFormatter.js.map +1 -0
  71. package/esm2015/lib/DayInfo.js +24 -0
  72. package/esm2015/lib/DayInfo.js.map +1 -0
  73. package/esm2015/lib/DayOfWeek.js +46 -0
  74. package/esm2015/lib/DayOfWeek.js.map +1 -0
  75. package/esm2015/lib/ElevationHelper.js +68 -0
  76. package/esm2015/lib/ElevationHelper.js.map +1 -0
  77. package/esm2015/lib/FirstWeek.js +30 -0
  78. package/esm2015/lib/FirstWeek.js.map +1 -0
  79. package/esm2015/lib/GotFocusEventArgs.js +17 -0
  80. package/esm2015/lib/GotFocusEventArgs.js.map +1 -0
  81. package/esm2015/lib/Icon.js +8 -0
  82. package/esm2015/lib/Icon.js.map +1 -0
  83. package/esm2015/lib/IconView.js +8 -0
  84. package/esm2015/lib/IconView.js.map +1 -0
  85. package/esm2015/lib/IconView_combined.js +557 -0
  86. package/esm2015/lib/IconView_combined.js.map +1 -0
  87. package/esm2015/lib/IconVisualModelExport.js +68 -0
  88. package/esm2015/lib/IconVisualModelExport.js.map +1 -0
  89. package/esm2015/lib/Input.js +8 -0
  90. package/esm2015/lib/Input.js.map +1 -0
  91. package/esm2015/lib/InputChangeEventArgs.js +34 -0
  92. package/esm2015/lib/InputChangeEventArgs.js.map +1 -0
  93. package/esm2015/lib/InputGroup.js +8 -0
  94. package/esm2015/lib/InputGroup.js.map +1 -0
  95. package/esm2015/lib/InputGroupDisplayType.js +19 -0
  96. package/esm2015/lib/InputGroupDisplayType.js.map +1 -0
  97. package/esm2015/lib/InputGroupInputCollection.js +8 -0
  98. package/esm2015/lib/InputGroupInputCollection.js.map +1 -0
  99. package/esm2015/lib/InputGroupItem.js +8 -0
  100. package/esm2015/lib/InputGroupItem.js.map +1 -0
  101. package/esm2015/lib/InputGroupView.js +8 -0
  102. package/esm2015/lib/InputGroupView.js.map +1 -0
  103. package/esm2015/lib/InputGroupView_combined.js +5152 -0
  104. package/esm2015/lib/InputGroupView_combined.js.map +1 -0
  105. package/esm2015/lib/InputGroupVisualModelExport.js +110 -0
  106. package/esm2015/lib/InputGroupVisualModelExport.js.map +1 -0
  107. package/esm2015/lib/InputShiftType.js +18 -0
  108. package/esm2015/lib/InputShiftType.js.map +1 -0
  109. package/esm2015/lib/InputView.js +8 -0
  110. package/esm2015/lib/InputView.js.map +1 -0
  111. package/esm2015/lib/InputVisualModelExport.js +79 -0
  112. package/esm2015/lib/InputVisualModelExport.js.map +1 -0
  113. package/esm2015/lib/KEYCODES.js +12 -0
  114. package/esm2015/lib/KEYCODES.js.map +1 -0
  115. package/esm2015/lib/Label.js +8 -0
  116. package/esm2015/lib/Label.js.map +1 -0
  117. package/esm2015/lib/LabelShiftType.js +18 -0
  118. package/esm2015/lib/LabelShiftType.js.map +1 -0
  119. package/esm2015/lib/LabelView.js +8 -0
  120. package/esm2015/lib/LabelView.js.map +1 -0
  121. package/esm2015/lib/LabelVisualModelExport.js +85 -0
  122. package/esm2015/lib/LabelVisualModelExport.js.map +1 -0
  123. package/esm2015/lib/LostFocusEventArgs.js +17 -0
  124. package/esm2015/lib/LostFocusEventArgs.js.map +1 -0
  125. package/esm2015/lib/MaskOptions.js +22 -0
  126. package/esm2015/lib/MaskOptions.js.map +1 -0
  127. package/esm2015/lib/MaskParsingService.js +214 -0
  128. package/esm2015/lib/MaskParsingService.js.map +1 -0
  129. package/esm2015/lib/Prefix.js +8 -0
  130. package/esm2015/lib/Prefix.js.map +1 -0
  131. package/esm2015/lib/PrefixShiftType.js +18 -0
  132. package/esm2015/lib/PrefixShiftType.js.map +1 -0
  133. package/esm2015/lib/PrefixView.js +8 -0
  134. package/esm2015/lib/PrefixView.js.map +1 -0
  135. package/esm2015/lib/PrefixVisualModelExport.js +36 -0
  136. package/esm2015/lib/PrefixVisualModelExport.js.map +1 -0
  137. package/esm2015/lib/Replaced.js +22 -0
  138. package/esm2015/lib/Replaced.js.map +1 -0
  139. package/esm2015/lib/Ripple.js +8 -0
  140. package/esm2015/lib/Ripple.js.map +1 -0
  141. package/esm2015/lib/RippleView.js +8 -0
  142. package/esm2015/lib/RippleView.js.map +1 -0
  143. package/esm2015/lib/RippleView_combined.js +397 -0
  144. package/esm2015/lib/RippleView_combined.js.map +1 -0
  145. package/esm2015/lib/RippleVisualModelExport.js +39 -0
  146. package/esm2015/lib/RippleVisualModelExport.js.map +1 -0
  147. package/esm2015/lib/Suffix.js +8 -0
  148. package/esm2015/lib/Suffix.js.map +1 -0
  149. package/esm2015/lib/SuffixShiftType.js +18 -0
  150. package/esm2015/lib/SuffixShiftType.js.map +1 -0
  151. package/esm2015/lib/SuffixView.js +8 -0
  152. package/esm2015/lib/SuffixView.js.map +1 -0
  153. package/esm2015/lib/SuffixVisualModelExport.js +35 -0
  154. package/esm2015/lib/SuffixVisualModelExport.js.map +1 -0
  155. package/esm2015/lib/TextElementsVisualModelExport.js +45 -0
  156. package/esm2015/lib/TextElementsVisualModelExport.js.map +1 -0
  157. package/esm2015/lib/ThemeResolver.js +53 -0
  158. package/esm2015/lib/ThemeResolver.js.map +1 -0
  159. package/esm2015/lib/ValueChangedEventArgs.js +34 -0
  160. package/esm2015/lib/ValueChangedEventArgs.js.map +1 -0
  161. package/esm2015/lib/igc-button-click-event-args.js +25 -0
  162. package/esm2015/lib/igc-button-click-event-args.js.map +1 -0
  163. package/esm2015/lib/igc-button-component.js +2010 -0
  164. package/esm2015/lib/igc-button-component.js.map +1 -0
  165. package/esm2015/lib/igc-button-group-button-collection.js +49 -0
  166. package/esm2015/lib/igc-button-group-button-collection.js.map +1 -0
  167. package/esm2015/lib/igc-button-group-component.js +1017 -0
  168. package/esm2015/lib/igc-button-group-component.js.map +1 -0
  169. package/esm2015/lib/igc-button-group-module.js +22 -0
  170. package/esm2015/lib/igc-button-group-module.js.map +1 -0
  171. package/esm2015/lib/igc-button-group-selection-changed-event-args.js +25 -0
  172. package/esm2015/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
  173. package/esm2015/lib/igc-button-module.js +22 -0
  174. package/esm2015/lib/igc-button-module.js.map +1 -0
  175. package/esm2015/lib/igc-calendar-component.js +484 -0
  176. package/esm2015/lib/igc-calendar-component.js.map +1 -0
  177. package/esm2015/lib/igc-calendar-locale-en-module.js +14 -0
  178. package/esm2015/lib/igc-calendar-locale-en-module.js.map +1 -0
  179. package/esm2015/lib/igc-calendar-module.js +22 -0
  180. package/esm2015/lib/igc-calendar-module.js.map +1 -0
  181. package/esm2015/lib/igc-checkbox-change-event-args.js +38 -0
  182. package/esm2015/lib/igc-checkbox-change-event-args.js.map +1 -0
  183. package/esm2015/lib/igc-checkbox-component.js +620 -0
  184. package/esm2015/lib/igc-checkbox-component.js.map +1 -0
  185. package/esm2015/lib/igc-checkbox-module.js +22 -0
  186. package/esm2015/lib/igc-checkbox-module.js.map +1 -0
  187. package/esm2015/lib/igc-date-picker-component.js +604 -0
  188. package/esm2015/lib/igc-date-picker-component.js.map +1 -0
  189. package/esm2015/lib/igc-date-picker-module.js +26 -0
  190. package/esm2015/lib/igc-date-picker-module.js.map +1 -0
  191. package/esm2015/lib/igc-got-focus-event-args.js +25 -0
  192. package/esm2015/lib/igc-got-focus-event-args.js.map +1 -0
  193. package/esm2015/lib/igc-icon-component.js +490 -0
  194. package/esm2015/lib/igc-icon-component.js.map +1 -0
  195. package/esm2015/lib/igc-icon-module.js +20 -0
  196. package/esm2015/lib/igc-icon-module.js.map +1 -0
  197. package/esm2015/lib/igc-input-change-event-args.js +38 -0
  198. package/esm2015/lib/igc-input-change-event-args.js.map +1 -0
  199. package/esm2015/lib/igc-input-component.js +540 -0
  200. package/esm2015/lib/igc-input-component.js.map +1 -0
  201. package/esm2015/lib/igc-input-group-component.js +1966 -0
  202. package/esm2015/lib/igc-input-group-component.js.map +1 -0
  203. package/esm2015/lib/igc-input-group-input-collection.js +49 -0
  204. package/esm2015/lib/igc-input-group-input-collection.js.map +1 -0
  205. package/esm2015/lib/igc-input-group-item-component.js +176 -0
  206. package/esm2015/lib/igc-input-group-item-component.js.map +1 -0
  207. package/esm2015/lib/igc-input-group-module.js +24 -0
  208. package/esm2015/lib/igc-input-group-module.js.map +1 -0
  209. package/esm2015/lib/igc-input-module.js +20 -0
  210. package/esm2015/lib/igc-input-module.js.map +1 -0
  211. package/esm2015/lib/igc-label-component.js +400 -0
  212. package/esm2015/lib/igc-label-component.js.map +1 -0
  213. package/esm2015/lib/igc-label-module.js +20 -0
  214. package/esm2015/lib/igc-label-module.js.map +1 -0
  215. package/esm2015/lib/igc-lost-focus-event-args.js +25 -0
  216. package/esm2015/lib/igc-lost-focus-event-args.js.map +1 -0
  217. package/esm2015/lib/igc-prefix-component.js +186 -0
  218. package/esm2015/lib/igc-prefix-component.js.map +1 -0
  219. package/esm2015/lib/igc-prefix-module.js +20 -0
  220. package/esm2015/lib/igc-prefix-module.js.map +1 -0
  221. package/esm2015/lib/igc-ripple-component.js +380 -0
  222. package/esm2015/lib/igc-ripple-component.js.map +1 -0
  223. package/esm2015/lib/igc-ripple-module.js +18 -0
  224. package/esm2015/lib/igc-ripple-module.js.map +1 -0
  225. package/esm2015/lib/igc-suffix-component.js +186 -0
  226. package/esm2015/lib/igc-suffix-component.js.map +1 -0
  227. package/esm2015/lib/igc-value-changed-event-args.js +37 -0
  228. package/esm2015/lib/igc-value-changed-event-args.js.map +1 -0
  229. package/esm2015/public_api.js +103 -0
  230. package/esm2015/public_api.js.map +1 -0
  231. package/esm5/igniteui-webcomponents-inputs.js +2 -0
  232. package/esm5/igniteui-webcomponents-inputs.js.map +1 -0
  233. package/esm5/lib/Button.js +8 -0
  234. package/esm5/lib/Button.js.map +1 -0
  235. package/esm5/lib/ButtonClickEventArgs.js +21 -0
  236. package/esm5/lib/ButtonClickEventArgs.js.map +1 -0
  237. package/esm5/lib/ButtonDisplayStyle.js +12 -0
  238. package/esm5/lib/ButtonDisplayStyle.js.map +1 -0
  239. package/esm5/lib/ButtonGroup.js +8 -0
  240. package/esm5/lib/ButtonGroup.js.map +1 -0
  241. package/esm5/lib/ButtonGroupButtonCollection.js +31 -0
  242. package/esm5/lib/ButtonGroupButtonCollection.js.map +1 -0
  243. package/esm5/lib/ButtonGroupDisplayStyle.js +12 -0
  244. package/esm5/lib/ButtonGroupDisplayStyle.js.map +1 -0
  245. package/esm5/lib/ButtonGroupOrientation.js +17 -0
  246. package/esm5/lib/ButtonGroupOrientation.js.map +1 -0
  247. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js +21 -0
  248. package/esm5/lib/ButtonGroupSelectionChangedEventArgs.js.map +1 -0
  249. package/esm5/lib/ButtonGroupView.js +8 -0
  250. package/esm5/lib/ButtonGroupView.js.map +1 -0
  251. package/esm5/lib/ButtonGroupView_combined.js +1702 -0
  252. package/esm5/lib/ButtonGroupView_combined.js.map +1 -0
  253. package/esm5/lib/ButtonGroupVisualModelExport.js +59 -0
  254. package/esm5/lib/ButtonGroupVisualModelExport.js.map +1 -0
  255. package/esm5/lib/ButtonView.js +8 -0
  256. package/esm5/lib/ButtonView.js.map +1 -0
  257. package/esm5/lib/ButtonView_combined.js +3529 -0
  258. package/esm5/lib/ButtonView_combined.js.map +1 -0
  259. package/esm5/lib/ButtonVisualModelExport.js +112 -0
  260. package/esm5/lib/ButtonVisualModelExport.js.map +1 -0
  261. package/esm5/lib/Calendar.js +8 -0
  262. package/esm5/lib/Calendar.js.map +1 -0
  263. package/esm5/lib/CalendarLocaleEn.js +59 -0
  264. package/esm5/lib/CalendarLocaleEn.js.map +1 -0
  265. package/esm5/lib/CalendarView.js +8 -0
  266. package/esm5/lib/CalendarView.js.map +1 -0
  267. package/esm5/lib/CalendarView_combined.js +2877 -0
  268. package/esm5/lib/CalendarView_combined.js.map +1 -0
  269. package/esm5/lib/CalendarVisualModelExport.js +103 -0
  270. package/esm5/lib/CalendarVisualModelExport.js.map +1 -0
  271. package/esm5/lib/Checkbox.js +8 -0
  272. package/esm5/lib/Checkbox.js.map +1 -0
  273. package/esm5/lib/CheckboxChangeEventArgs.js +44 -0
  274. package/esm5/lib/CheckboxChangeEventArgs.js.map +1 -0
  275. package/esm5/lib/CheckboxLabelPosition.js +12 -0
  276. package/esm5/lib/CheckboxLabelPosition.js.map +1 -0
  277. package/esm5/lib/CheckboxView.js +8 -0
  278. package/esm5/lib/CheckboxView.js.map +1 -0
  279. package/esm5/lib/CheckboxView_combined.js +1220 -0
  280. package/esm5/lib/CheckboxView_combined.js.map +1 -0
  281. package/esm5/lib/CheckboxVisualModelExport.js +65 -0
  282. package/esm5/lib/CheckboxVisualModelExport.js.map +1 -0
  283. package/esm5/lib/DateFormats.js +26 -0
  284. package/esm5/lib/DateFormats.js.map +1 -0
  285. package/esm5/lib/DatePicker.js +8 -0
  286. package/esm5/lib/DatePicker.js.map +1 -0
  287. package/esm5/lib/DatePickerView.js +8 -0
  288. package/esm5/lib/DatePickerView.js.map +1 -0
  289. package/esm5/lib/DatePickerView_combined.js +1539 -0
  290. package/esm5/lib/DatePickerView_combined.js.map +1 -0
  291. package/esm5/lib/DatePickerVisualModelExport.js +73 -0
  292. package/esm5/lib/DatePickerVisualModelExport.js.map +1 -0
  293. package/esm5/lib/DateTimeValueFormatter.js +111 -0
  294. package/esm5/lib/DateTimeValueFormatter.js.map +1 -0
  295. package/esm5/lib/DayInfo.js +26 -0
  296. package/esm5/lib/DayInfo.js.map +1 -0
  297. package/esm5/lib/DayOfWeek.js +46 -0
  298. package/esm5/lib/DayOfWeek.js.map +1 -0
  299. package/esm5/lib/ElevationHelper.js +72 -0
  300. package/esm5/lib/ElevationHelper.js.map +1 -0
  301. package/esm5/lib/FirstWeek.js +30 -0
  302. package/esm5/lib/FirstWeek.js.map +1 -0
  303. package/esm5/lib/GotFocusEventArgs.js +21 -0
  304. package/esm5/lib/GotFocusEventArgs.js.map +1 -0
  305. package/esm5/lib/Icon.js +8 -0
  306. package/esm5/lib/Icon.js.map +1 -0
  307. package/esm5/lib/IconView.js +8 -0
  308. package/esm5/lib/IconView.js.map +1 -0
  309. package/esm5/lib/IconView_combined.js +706 -0
  310. package/esm5/lib/IconView_combined.js.map +1 -0
  311. package/esm5/lib/IconVisualModelExport.js +74 -0
  312. package/esm5/lib/IconVisualModelExport.js.map +1 -0
  313. package/esm5/lib/Input.js +8 -0
  314. package/esm5/lib/Input.js.map +1 -0
  315. package/esm5/lib/InputChangeEventArgs.js +44 -0
  316. package/esm5/lib/InputChangeEventArgs.js.map +1 -0
  317. package/esm5/lib/InputGroup.js +8 -0
  318. package/esm5/lib/InputGroup.js.map +1 -0
  319. package/esm5/lib/InputGroupDisplayType.js +19 -0
  320. package/esm5/lib/InputGroupDisplayType.js.map +1 -0
  321. package/esm5/lib/InputGroupInputCollection.js +8 -0
  322. package/esm5/lib/InputGroupInputCollection.js.map +1 -0
  323. package/esm5/lib/InputGroupItem.js +8 -0
  324. package/esm5/lib/InputGroupItem.js.map +1 -0
  325. package/esm5/lib/InputGroupView.js +8 -0
  326. package/esm5/lib/InputGroupView.js.map +1 -0
  327. package/esm5/lib/InputGroupView_combined.js +6273 -0
  328. package/esm5/lib/InputGroupView_combined.js.map +1 -0
  329. package/esm5/lib/InputGroupVisualModelExport.js +112 -0
  330. package/esm5/lib/InputGroupVisualModelExport.js.map +1 -0
  331. package/esm5/lib/InputShiftType.js +18 -0
  332. package/esm5/lib/InputShiftType.js.map +1 -0
  333. package/esm5/lib/InputView.js +8 -0
  334. package/esm5/lib/InputView.js.map +1 -0
  335. package/esm5/lib/InputVisualModelExport.js +81 -0
  336. package/esm5/lib/InputVisualModelExport.js.map +1 -0
  337. package/esm5/lib/KEYCODES.js +12 -0
  338. package/esm5/lib/KEYCODES.js.map +1 -0
  339. package/esm5/lib/Label.js +8 -0
  340. package/esm5/lib/Label.js.map +1 -0
  341. package/esm5/lib/LabelShiftType.js +18 -0
  342. package/esm5/lib/LabelShiftType.js.map +1 -0
  343. package/esm5/lib/LabelView.js +8 -0
  344. package/esm5/lib/LabelView.js.map +1 -0
  345. package/esm5/lib/LabelVisualModelExport.js +87 -0
  346. package/esm5/lib/LabelVisualModelExport.js.map +1 -0
  347. package/esm5/lib/LostFocusEventArgs.js +21 -0
  348. package/esm5/lib/LostFocusEventArgs.js.map +1 -0
  349. package/esm5/lib/MaskOptions.js +24 -0
  350. package/esm5/lib/MaskOptions.js.map +1 -0
  351. package/esm5/lib/MaskParsingService.js +268 -0
  352. package/esm5/lib/MaskParsingService.js.map +1 -0
  353. package/esm5/lib/Prefix.js +8 -0
  354. package/esm5/lib/Prefix.js.map +1 -0
  355. package/esm5/lib/PrefixShiftType.js +18 -0
  356. package/esm5/lib/PrefixShiftType.js.map +1 -0
  357. package/esm5/lib/PrefixView.js +8 -0
  358. package/esm5/lib/PrefixView.js.map +1 -0
  359. package/esm5/lib/PrefixVisualModelExport.js +38 -0
  360. package/esm5/lib/PrefixVisualModelExport.js.map +1 -0
  361. package/esm5/lib/Replaced.js +24 -0
  362. package/esm5/lib/Replaced.js.map +1 -0
  363. package/esm5/lib/Ripple.js +8 -0
  364. package/esm5/lib/Ripple.js.map +1 -0
  365. package/esm5/lib/RippleView.js +8 -0
  366. package/esm5/lib/RippleView.js.map +1 -0
  367. package/esm5/lib/RippleView_combined.js +492 -0
  368. package/esm5/lib/RippleView_combined.js.map +1 -0
  369. package/esm5/lib/RippleVisualModelExport.js +41 -0
  370. package/esm5/lib/RippleVisualModelExport.js.map +1 -0
  371. package/esm5/lib/Suffix.js +8 -0
  372. package/esm5/lib/Suffix.js.map +1 -0
  373. package/esm5/lib/SuffixShiftType.js +18 -0
  374. package/esm5/lib/SuffixShiftType.js.map +1 -0
  375. package/esm5/lib/SuffixView.js +8 -0
  376. package/esm5/lib/SuffixView.js.map +1 -0
  377. package/esm5/lib/SuffixVisualModelExport.js +37 -0
  378. package/esm5/lib/SuffixVisualModelExport.js.map +1 -0
  379. package/esm5/lib/TextElementsVisualModelExport.js +47 -0
  380. package/esm5/lib/TextElementsVisualModelExport.js.map +1 -0
  381. package/esm5/lib/ThemeResolver.js +57 -0
  382. package/esm5/lib/ThemeResolver.js.map +1 -0
  383. package/esm5/lib/ValueChangedEventArgs.js +44 -0
  384. package/esm5/lib/ValueChangedEventArgs.js.map +1 -0
  385. package/esm5/lib/igc-button-click-event-args.js +31 -0
  386. package/esm5/lib/igc-button-click-event-args.js.map +1 -0
  387. package/esm5/lib/igc-button-component.js +2722 -0
  388. package/esm5/lib/igc-button-component.js.map +1 -0
  389. package/esm5/lib/igc-button-group-button-collection.js +54 -0
  390. package/esm5/lib/igc-button-group-button-collection.js.map +1 -0
  391. package/esm5/lib/igc-button-group-component.js +1318 -0
  392. package/esm5/lib/igc-button-group-component.js.map +1 -0
  393. package/esm5/lib/igc-button-group-module.js +26 -0
  394. package/esm5/lib/igc-button-group-module.js.map +1 -0
  395. package/esm5/lib/igc-button-group-selection-changed-event-args.js +31 -0
  396. package/esm5/lib/igc-button-group-selection-changed-event-args.js.map +1 -0
  397. package/esm5/lib/igc-button-module.js +26 -0
  398. package/esm5/lib/igc-button-module.js.map +1 -0
  399. package/esm5/lib/igc-calendar-component.js +595 -0
  400. package/esm5/lib/igc-calendar-component.js.map +1 -0
  401. package/esm5/lib/igc-calendar-locale-en-module.js +18 -0
  402. package/esm5/lib/igc-calendar-locale-en-module.js.map +1 -0
  403. package/esm5/lib/igc-calendar-module.js +26 -0
  404. package/esm5/lib/igc-calendar-module.js.map +1 -0
  405. package/esm5/lib/igc-checkbox-change-event-args.js +52 -0
  406. package/esm5/lib/igc-checkbox-change-event-args.js.map +1 -0
  407. package/esm5/lib/igc-checkbox-component.js +788 -0
  408. package/esm5/lib/igc-checkbox-component.js.map +1 -0
  409. package/esm5/lib/igc-checkbox-module.js +26 -0
  410. package/esm5/lib/igc-checkbox-module.js.map +1 -0
  411. package/esm5/lib/igc-date-picker-component.js +739 -0
  412. package/esm5/lib/igc-date-picker-component.js.map +1 -0
  413. package/esm5/lib/igc-date-picker-module.js +30 -0
  414. package/esm5/lib/igc-date-picker-module.js.map +1 -0
  415. package/esm5/lib/igc-got-focus-event-args.js +31 -0
  416. package/esm5/lib/igc-got-focus-event-args.js.map +1 -0
  417. package/esm5/lib/igc-icon-component.js +609 -0
  418. package/esm5/lib/igc-icon-component.js.map +1 -0
  419. package/esm5/lib/igc-icon-module.js +24 -0
  420. package/esm5/lib/igc-icon-module.js.map +1 -0
  421. package/esm5/lib/igc-input-change-event-args.js +52 -0
  422. package/esm5/lib/igc-input-change-event-args.js.map +1 -0
  423. package/esm5/lib/igc-input-component.js +676 -0
  424. package/esm5/lib/igc-input-component.js.map +1 -0
  425. package/esm5/lib/igc-input-group-component.js +2646 -0
  426. package/esm5/lib/igc-input-group-component.js.map +1 -0
  427. package/esm5/lib/igc-input-group-input-collection.js +54 -0
  428. package/esm5/lib/igc-input-group-input-collection.js.map +1 -0
  429. package/esm5/lib/igc-input-group-item-component.js +194 -0
  430. package/esm5/lib/igc-input-group-item-component.js.map +1 -0
  431. package/esm5/lib/igc-input-group-module.js +28 -0
  432. package/esm5/lib/igc-input-group-module.js.map +1 -0
  433. package/esm5/lib/igc-input-module.js +24 -0
  434. package/esm5/lib/igc-input-module.js.map +1 -0
  435. package/esm5/lib/igc-label-component.js +523 -0
  436. package/esm5/lib/igc-label-component.js.map +1 -0
  437. package/esm5/lib/igc-label-module.js +24 -0
  438. package/esm5/lib/igc-label-module.js.map +1 -0
  439. package/esm5/lib/igc-lost-focus-event-args.js +31 -0
  440. package/esm5/lib/igc-lost-focus-event-args.js.map +1 -0
  441. package/esm5/lib/igc-prefix-component.js +229 -0
  442. package/esm5/lib/igc-prefix-component.js.map +1 -0
  443. package/esm5/lib/igc-prefix-module.js +24 -0
  444. package/esm5/lib/igc-prefix-module.js.map +1 -0
  445. package/esm5/lib/igc-ripple-component.js +450 -0
  446. package/esm5/lib/igc-ripple-component.js.map +1 -0
  447. package/esm5/lib/igc-ripple-module.js +22 -0
  448. package/esm5/lib/igc-ripple-module.js.map +1 -0
  449. package/esm5/lib/igc-suffix-component.js +229 -0
  450. package/esm5/lib/igc-suffix-component.js.map +1 -0
  451. package/esm5/lib/igc-value-changed-event-args.js +51 -0
  452. package/esm5/lib/igc-value-changed-event-args.js.map +1 -0
  453. package/esm5/public_api.js +103 -0
  454. package/esm5/public_api.js.map +1 -0
  455. package/fesm2015/igniteui-webcomponents-inputs.js +26824 -0
  456. package/fesm2015/igniteui-webcomponents-inputs.js.map +1 -0
  457. package/fesm5/igniteui-webcomponents-inputs.js +32419 -0
  458. package/fesm5/igniteui-webcomponents-inputs.js.map +1 -0
  459. package/igniteui-webcomponents-inputs.d.ts +1 -0
  460. package/lib/Button.d.ts +1 -0
  461. package/lib/ButtonClickEventArgs.d.ts +7 -0
  462. package/lib/ButtonDisplayStyle.d.ts +15 -0
  463. package/lib/ButtonGroup.d.ts +1 -0
  464. package/lib/ButtonGroupButtonCollection.d.ts +12 -0
  465. package/lib/ButtonGroupDisplayStyle.d.ts +12 -0
  466. package/lib/ButtonGroupOrientation.d.ts +9 -0
  467. package/lib/ButtonGroupSelectionChangedEventArgs.d.ts +7 -0
  468. package/lib/ButtonGroupView.d.ts +1 -0
  469. package/lib/ButtonGroupView_combined.d.ts +306 -0
  470. package/lib/ButtonGroupVisualModelExport.d.ts +24 -0
  471. package/lib/ButtonView.d.ts +1 -0
  472. package/lib/ButtonView_combined.d.ts +667 -0
  473. package/lib/ButtonVisualModelExport.d.ts +46 -0
  474. package/lib/Calendar.d.ts +1 -0
  475. package/lib/CalendarLocaleEn.d.ts +49 -0
  476. package/lib/CalendarView.d.ts +1 -0
  477. package/lib/CalendarView_combined.d.ts +206 -0
  478. package/lib/CalendarVisualModelExport.d.ts +33 -0
  479. package/lib/Checkbox.d.ts +1 -0
  480. package/lib/CheckboxChangeEventArgs.d.ts +11 -0
  481. package/lib/CheckboxLabelPosition.d.ts +12 -0
  482. package/lib/CheckboxView.d.ts +1 -0
  483. package/lib/CheckboxView_combined.d.ts +181 -0
  484. package/lib/CheckboxVisualModelExport.d.ts +28 -0
  485. package/lib/DateFormats.d.ts +18 -0
  486. package/lib/DatePicker.d.ts +1 -0
  487. package/lib/DatePickerView.d.ts +1 -0
  488. package/lib/DatePickerView_combined.d.ts +191 -0
  489. package/lib/DatePickerVisualModelExport.d.ts +24 -0
  490. package/lib/DateTimeValueFormatter.d.ts +20 -0
  491. package/lib/DayInfo.d.ts +13 -0
  492. package/lib/DayOfWeek.d.ts +38 -0
  493. package/lib/ElevationHelper.d.ts +16 -0
  494. package/lib/FirstWeek.d.ts +22 -0
  495. package/lib/GotFocusEventArgs.d.ts +7 -0
  496. package/lib/Icon.d.ts +1 -0
  497. package/lib/IconView.d.ts +1 -0
  498. package/lib/IconView_combined.d.ts +117 -0
  499. package/lib/IconVisualModelExport.d.ts +21 -0
  500. package/lib/Input.d.ts +1 -0
  501. package/lib/InputChangeEventArgs.d.ts +11 -0
  502. package/lib/InputGroup.d.ts +1 -0
  503. package/lib/InputGroupDisplayType.d.ts +11 -0
  504. package/lib/InputGroupInputCollection.d.ts +1 -0
  505. package/lib/InputGroupItem.d.ts +1 -0
  506. package/lib/InputGroupView.d.ts +1 -0
  507. package/lib/InputGroupView_combined.d.ts +1192 -0
  508. package/lib/InputGroupVisualModelExport.d.ts +44 -0
  509. package/lib/InputShiftType.d.ts +10 -0
  510. package/lib/InputView.d.ts +1 -0
  511. package/lib/InputVisualModelExport.d.ts +30 -0
  512. package/lib/KEYCODES.d.ts +26 -0
  513. package/lib/Label.d.ts +1 -0
  514. package/lib/LabelShiftType.d.ts +10 -0
  515. package/lib/LabelView.d.ts +1 -0
  516. package/lib/LabelVisualModelExport.d.ts +34 -0
  517. package/lib/LostFocusEventArgs.d.ts +7 -0
  518. package/lib/MaskOptions.d.ts +9 -0
  519. package/lib/MaskParsingService.d.ts +19 -0
  520. package/lib/Prefix.d.ts +1 -0
  521. package/lib/PrefixShiftType.d.ts +10 -0
  522. package/lib/PrefixView.d.ts +1 -0
  523. package/lib/PrefixVisualModelExport.d.ts +13 -0
  524. package/lib/Replaced.d.ts +9 -0
  525. package/lib/Ripple.d.ts +1 -0
  526. package/lib/RippleView.d.ts +1 -0
  527. package/lib/RippleView_combined.d.ts +89 -0
  528. package/lib/RippleVisualModelExport.d.ts +15 -0
  529. package/lib/Suffix.d.ts +1 -0
  530. package/lib/SuffixShiftType.d.ts +10 -0
  531. package/lib/SuffixView.d.ts +1 -0
  532. package/lib/SuffixVisualModelExport.d.ts +13 -0
  533. package/lib/TextElementsVisualModelExport.d.ts +16 -0
  534. package/lib/ThemeResolver.d.ts +18 -0
  535. package/lib/ValueChangedEventArgs.d.ts +11 -0
  536. package/lib/igc-button-click-event-args.d.ts +12 -0
  537. package/lib/igc-button-component.d.ts +671 -0
  538. package/lib/igc-button-group-button-collection.d.ts +8 -0
  539. package/lib/igc-button-group-component.d.ts +344 -0
  540. package/lib/igc-button-group-module.d.ts +3 -0
  541. package/lib/igc-button-group-selection-changed-event-args.d.ts +12 -0
  542. package/lib/igc-button-module.d.ts +3 -0
  543. package/lib/igc-calendar-component.d.ts +152 -0
  544. package/lib/igc-calendar-locale-en-module.d.ts +3 -0
  545. package/lib/igc-calendar-module.d.ts +3 -0
  546. package/lib/igc-checkbox-change-event-args.d.ts +14 -0
  547. package/lib/igc-checkbox-component.d.ts +198 -0
  548. package/lib/igc-checkbox-module.d.ts +3 -0
  549. package/lib/igc-date-picker-component.d.ts +174 -0
  550. package/lib/igc-date-picker-module.d.ts +3 -0
  551. package/lib/igc-got-focus-event-args.d.ts +12 -0
  552. package/lib/igc-icon-component.d.ts +148 -0
  553. package/lib/igc-icon-module.d.ts +3 -0
  554. package/lib/igc-input-change-event-args.d.ts +14 -0
  555. package/lib/igc-input-component.d.ts +145 -0
  556. package/lib/igc-input-group-component.d.ts +588 -0
  557. package/lib/igc-input-group-input-collection.d.ts +8 -0
  558. package/lib/igc-input-group-item-component.d.ts +39 -0
  559. package/lib/igc-input-group-module.d.ts +3 -0
  560. package/lib/igc-input-module.d.ts +3 -0
  561. package/lib/igc-label-component.d.ts +141 -0
  562. package/lib/igc-label-module.d.ts +3 -0
  563. package/lib/igc-lost-focus-event-args.d.ts +12 -0
  564. package/lib/igc-prefix-component.d.ts +55 -0
  565. package/lib/igc-prefix-module.d.ts +3 -0
  566. package/lib/igc-ripple-component.d.ts +104 -0
  567. package/lib/igc-ripple-module.d.ts +3 -0
  568. package/lib/igc-suffix-component.d.ts +55 -0
  569. package/lib/igc-value-changed-event-args.d.ts +14 -0
  570. package/package.json +35 -0
  571. package/public_api.d.ts +102 -0
@@ -0,0 +1,198 @@
1
+ import { Checkbox } from "./Checkbox";
2
+ import { IgcCheckboxChangeEventArgs } from './igc-checkbox-change-event-args';
3
+ import { CheckboxLabelPosition } from './CheckboxLabelPosition';
4
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
5
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
6
+ export declare class IgcCheckboxComponent extends IgcHTMLElement {
7
+ private _portalManager;
8
+ private _container;
9
+ private _renderer;
10
+ constructor();
11
+ private _onChildrenChanged;
12
+ updateStyle(): void;
13
+ destroy(): void;
14
+ private _wrapper;
15
+ protected createImplementation(): Checkbox;
16
+ private _checkbox;
17
+ private _disconnected;
18
+ disconnectedCallback(): void;
19
+ connectedCallback(): void;
20
+ afterContentInit(): void;
21
+ protected _implementation: any;
22
+ /**
23
+ * @hidden
24
+ */
25
+ readonly i: Checkbox; /**
26
+ * @hidden
27
+ */
28
+ static _createFromInternal(internal: any): IgcCheckboxComponent;
29
+ private _settingAttributes;
30
+ protected _attached: boolean;
31
+ private _queuedSetAttributes;
32
+ protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
33
+ protected _flushQueuedAttributes(): void;
34
+ protected _a(attrName: string, attrValue: any): void;
35
+ private static _observedAttributesIgcCheckboxComponent;
36
+ static readonly observedAttributes: string[];
37
+ private _updatingFromAttribute;
38
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
39
+ static htmlTagName: string;
40
+ protected static _isElementRegistered: boolean;
41
+ static register(): void;
42
+ /**
43
+ * Gets or sets the base built in theme to use for the checkbox.
44
+ */
45
+ baseTheme: BaseControlTheme;
46
+ /**
47
+ * Gets or sets the color to use for the background when the checkbox is unchecked.
48
+ */
49
+ uncheckedBackgroundColor: string;
50
+ /**
51
+ * Gets or sets the color to use for the actual background when the checkbox is unchecked.
52
+ */
53
+ actualUncheckedBackgroundColor: string;
54
+ /**
55
+ * Gets or sets the color to use for the background when the checkbox is checked.
56
+ */
57
+ checkedBackgroundColor: string;
58
+ /**
59
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
60
+ */
61
+ tickColor: string;
62
+ /**
63
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
64
+ */
65
+ actualTickColor: string;
66
+ /**
67
+ * Gets or sets the color to use for the check mark when the checkbox is unchecked.
68
+ */
69
+ uncheckedBorderColor: string;
70
+ /**
71
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
72
+ */
73
+ checkedBorderColor: string;
74
+ /**
75
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
76
+ */
77
+ actualUncheckedBorderColor: string;
78
+ /**
79
+ * Gets or sets the color to use for the check mark when the checkbox is checked.
80
+ */
81
+ actualCheckedBorderColor: string;
82
+ /**
83
+ * Gets or sets the Width to use for the check mark when the checkbox is checked.
84
+ */
85
+ borderWidth: number;
86
+ /**
87
+ * Gets or sets the Width to use for the check mark when the checkbox is checked.
88
+ */
89
+ actualBorderWidth: number;
90
+ /**
91
+ * Gets or sets the corner radius to use for the checkbox.
92
+ */
93
+ cornerRadius: number;
94
+ /**
95
+ * Gets or sets the corner radius to use for the checkbox.
96
+ */
97
+ tickStrokeWidth: number;
98
+ /**
99
+ * Gets or sets the stroke width to use for the check mark.
100
+ */
101
+ actualTickStrokeWidth: number;
102
+ /**
103
+ * Gets the actual corner radius to use for the checkbox.
104
+ */
105
+ actualCornerRadius: number;
106
+ /**
107
+ * Gets or sets the color to use for the actual background when the checkbox is checked.
108
+ */
109
+ actualCheckedBackgroundColor: string;
110
+ /**
111
+ * Gets or sets the id to use for the internal native checkbox.
112
+ */
113
+ inputId: string;
114
+ /**
115
+ * Gets or sets the id to use for the checkbox.
116
+ */
117
+ id: string;
118
+ /**
119
+ * Gets or sets id to use for the checkbox label.
120
+ */
121
+ labelId: string;
122
+ /**
123
+ * Gets or sets name to use for the checkbox.
124
+ */
125
+ name: string;
126
+ /**
127
+ * Gets or sets TabIndex to use for the checkbox.
128
+ */
129
+ tabIndex: number;
130
+ /**
131
+ * Gets or sets if the checkbox is required.
132
+ */
133
+ required: number;
134
+ /**
135
+ * Gets or sets the value of the aria-labelledby attribute.
136
+ */
137
+ ariaLabelledBy: string;
138
+ /**
139
+ * Gets or sets the value of the aria-label attribute.
140
+ */
141
+ ariaLabel: string;
142
+ /**
143
+ * Gets or sets value to use for the checkbox.
144
+ */
145
+ value: any;
146
+ /**
147
+ * Gets or sets if the checkbox is Focused.
148
+ */
149
+ focused: boolean;
150
+ /**
151
+ * Gets or sets LabelPosition to use for the checkbox.
152
+ */
153
+ labelPosition: CheckboxLabelPosition;
154
+ /**
155
+ * Gets or sets whether to disable the ripple effect for the checkbox.
156
+ */
157
+ disableRipple: boolean;
158
+ /**
159
+ * Gets or sets whether the checkbox is checked.
160
+ */
161
+ checked: boolean;
162
+ /**
163
+ * Gets or sets whether the checkbox is indeterminate.
164
+ */
165
+ indeterminate: boolean;
166
+ /**
167
+ * Gets or sets whether the checkbox is disabled.
168
+ */
169
+ disabled: boolean;
170
+ /**
171
+ * Gets or sets whether the checkbox transitions are disabled.
172
+ */
173
+ disableTransitions: boolean;
174
+ findByName(name: string): any;
175
+ protected __p: string;
176
+ protected _hasUserValues: Set<string>;
177
+ protected readonly hasUserValues: Set<string>;
178
+ protected __m(propertyName: string): void;
179
+ protected _stylingContainer: any;
180
+ protected _stylingParent: any;
181
+ protected _inStyling: boolean;
182
+ protected _styling(container: any, component: any, parent?: any): void;
183
+ onDetachedFromUI(): void;
184
+ onAttachedToUI(): void;
185
+ /**
186
+ * Exports visual information about the current state of the grid.
187
+
188
+ */
189
+ exportVisualModel(): any;
190
+ /**
191
+ * Returns a serialized copy of the exported visual model
192
+
193
+ */
194
+ exportSerializedVisualModel(): string;
195
+ private _change;
196
+ private _change_wrapped;
197
+ change: (s: IgcCheckboxComponent, e: IgcCheckboxChangeEventArgs) => void;
198
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcCheckboxModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,174 @@
1
+ import { DatePicker } from './DatePicker';
2
+ import { IgcValueChangedEventArgs } from "./igc-value-changed-event-args";
3
+ import { IgcGotFocusEventArgs } from "./igc-got-focus-event-args";
4
+ import { IgcLostFocusEventArgs } from "./igc-lost-focus-event-args";
5
+ import { IgcInputChangeEventArgs } from "./igc-input-change-event-args";
6
+ import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
7
+ import { ControlDisplayDensity } from "igniteui-webcomponents-core";
8
+ import { BaseControlTheme } from "igniteui-webcomponents-core";
9
+ import { DateFormats } from "./DateFormats";
10
+ import { DayOfWeek } from "./DayOfWeek";
11
+ import { FirstWeek } from "./FirstWeek";
12
+ export declare class IgcDatePickerComponent extends HTMLElement {
13
+ private _height;
14
+ private _width;
15
+ height: string;
16
+ width: string;
17
+ private _container;
18
+ private _renderer;
19
+ constructor();
20
+ updateStyle(): void;
21
+ destroy(): void;
22
+ protected createImplementation(): DatePicker;
23
+ private _datePicker;
24
+ private _disconnected;
25
+ disconnectedCallback(): void;
26
+ connectedCallback(): void;
27
+ afterContentInit(): void;
28
+ protected _implementation: any;
29
+ /**
30
+ * @hidden
31
+ */
32
+ readonly i: DatePicker; /**
33
+ * @hidden
34
+ */
35
+ static _createFromInternal(internal: any): IgcDatePickerComponent;
36
+ private _settingAttributes;
37
+ protected _attached: boolean;
38
+ private _queuedSetAttributes;
39
+ protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
40
+ protected _flushQueuedAttributes(): void;
41
+ protected _a(attrName: string, attrValue: any): void;
42
+ private static _observedAttributesIgcDatePickerComponent;
43
+ static readonly observedAttributes: string[];
44
+ private _updatingFromAttribute;
45
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
46
+ static htmlTagName: string;
47
+ protected static _isElementRegistered: boolean;
48
+ static register(): void;
49
+ /**
50
+ * Gets or Sets the property name that contains the values.
51
+ */
52
+ value: Date;
53
+ /**
54
+ * Gets or Sets the property name that contains the values.
55
+ */
56
+ today: Date;
57
+ /**
58
+ * Gets or Sets the property name that contains the label.
59
+ */
60
+ label: string;
61
+ /**
62
+ * Gets or sets the color to use for the text.
63
+ */
64
+ labelTextColor: string;
65
+ /**
66
+ * Gets or sets the font to use for the combobox.
67
+ */
68
+ labelTextStyle: string;
69
+ /**
70
+ * Gets or Sets the property name that contains the placeholder.
71
+ */
72
+ placeholder: string;
73
+ /**
74
+ * Gets or Sets the property name that contains the MinDate.
75
+ */
76
+ minDate: Date;
77
+ /**
78
+ * Gets or Sets the property name that contains the MaxDate.
79
+ */
80
+ maxDate: Date;
81
+ /**
82
+ * Gets or sets the display density to use for the date pcicker.
83
+ */
84
+ density: ControlDisplayDensity;
85
+ /**
86
+ * Gets or sets the base built in theme to use for the date picker.
87
+ */
88
+ baseTheme: BaseControlTheme;
89
+ /**
90
+ * Gets or sets the font to use for the combobox.
91
+ */
92
+ textStyle: string;
93
+ /**
94
+ * Gets or Sets the text color
95
+ */
96
+ textColor: string;
97
+ /**
98
+ * Gets or Sets the text color
99
+ */
100
+ iconColor: string;
101
+ /**
102
+ * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
103
+ */
104
+ showClearButton: boolean;
105
+ /**
106
+ * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
107
+ */
108
+ showTodayButton: boolean;
109
+ /**
110
+ * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
111
+ */
112
+ allowTextInput: boolean;
113
+ /**
114
+ * Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
115
+ */
116
+ openOnFocus: boolean;
117
+ /**
118
+ * Gets or sets the FirstDayOfWeek property to detirmine first day of the week
119
+ */
120
+ firstDayOfWeek: DayOfWeek;
121
+ /**
122
+ * Gets or sets the FirstWeekOfYear property to detirmine first week of the year
123
+ */
124
+ firstWeekOfYear: FirstWeek;
125
+ /**
126
+ * Gets or sets the ShowWeekNumbers property to detirmine if the week numbers are shown
127
+ */
128
+ showWeekNumbers: boolean;
129
+ /**
130
+ * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
131
+ */
132
+ dateFormat: DateFormats;
133
+ /**
134
+ * Gets or sets the Format property to detirmine the format of the date in the input
135
+ */
136
+ formatString: string;
137
+ protected __p: string;
138
+ protected _hasUserValues: Set<string>;
139
+ protected readonly hasUserValues: Set<string>;
140
+ protected __m(propertyName: string): void;
141
+ protected _stylingContainer: any;
142
+ protected _stylingParent: any;
143
+ protected _inStyling: boolean;
144
+ protected _styling(container: any, component: any, parent?: any): void;
145
+ select(): void;
146
+ /**
147
+ * Exports visual information about the current state of the grid.
148
+
149
+ */
150
+ exportVisualModel(): any;
151
+ /**
152
+ * Returns a serialized copy of the exported visual model
153
+
154
+ */
155
+ exportSerializedVisualModel(): string;
156
+ private _valueChanged;
157
+ private _valueChanged_wrapped;
158
+ /**
159
+ * Called when date is selected.
160
+ */
161
+ valueChanged: (s: IgcDatePickerComponent, e: IgcValueChangedEventArgs) => void;
162
+ private _gotFocus;
163
+ private _gotFocus_wrapped;
164
+ gotFocus: (s: IgcDatePickerComponent, e: IgcGotFocusEventArgs) => void;
165
+ private _lostFocus;
166
+ private _lostFocus_wrapped;
167
+ lostFocus: (s: IgcDatePickerComponent, e: IgcLostFocusEventArgs) => void;
168
+ private _keyDown;
169
+ private _keyDown_wrapped;
170
+ keyDown: (s: IgcDatePickerComponent, e: IgcKeyEventArgs) => void;
171
+ private _changing;
172
+ private _changing_wrapped;
173
+ changing: (s: IgcDatePickerComponent, e: IgcInputChangeEventArgs) => void;
174
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcDatePickerModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,12 @@
1
+ import { GotFocusEventArgs as GotFocusEventArgs_internal } from "./GotFocusEventArgs";
2
+ export declare class IgcGotFocusEventArgs {
3
+ protected createImplementation(): GotFocusEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ readonly i: GotFocusEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ }
@@ -0,0 +1,148 @@
1
+ import { Icon } from "./Icon";
2
+ import { IgcHTMLElement } from "igniteui-webcomponents-core";
3
+ export declare class IgcIconComponent extends IgcHTMLElement {
4
+ private _portalManager;
5
+ private _container;
6
+ private _renderer;
7
+ constructor();
8
+ private _onChildrenChanged;
9
+ updateStyle(): void;
10
+ destroy(): void;
11
+ private _wrapper;
12
+ protected createImplementation(): Icon;
13
+ private _icon;
14
+ private _disconnected;
15
+ disconnectedCallback(): void;
16
+ connectedCallback(): void;
17
+ afterContentInit(): void;
18
+ protected _implementation: any;
19
+ /**
20
+ * @hidden
21
+ */
22
+ readonly i: Icon; /**
23
+ * @hidden
24
+ */
25
+ static _createFromInternal(internal: any): IgcIconComponent;
26
+ private _settingAttributes;
27
+ protected _attached: boolean;
28
+ private _queuedSetAttributes;
29
+ protected _enqueueSetAttribute(attrName: string, attrValue: string): void;
30
+ protected _flushQueuedAttributes(): void;
31
+ protected _a(attrName: string, attrValue: any): void;
32
+ private static _observedAttributesIgcIconComponent;
33
+ static readonly observedAttributes: string[];
34
+ private _updatingFromAttribute;
35
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
36
+ static htmlTagName: string;
37
+ protected static _isElementRegistered: boolean;
38
+ static register(): void;
39
+ /**
40
+ * Gets the color to use for the actual background.
41
+ */
42
+ actualFill: string;
43
+ /**
44
+ * Gets the color to use for the actual text color.
45
+ */
46
+ actualTextColor: string;
47
+ /**
48
+ * Gets the color to use for the actual background.
49
+ */
50
+ actualHoverFill: string;
51
+ /**
52
+ * Gets the hover stroke to use for the icon.
53
+ */
54
+ actualHoverStroke: string;
55
+ /**
56
+ * Gets the stroke to use for the icon.
57
+ */
58
+ actualStroke: string;
59
+ /**
60
+ * Gets the hover stroke to use for the icon.
61
+ */
62
+ actualHoverStrokeThickness: number;
63
+ /**
64
+ * Gets the stroke to use for the icon.
65
+ */
66
+ actualStrokeThickness: number;
67
+ /**
68
+ * Gets or sets the color to use for the actual background.
69
+ */
70
+ fill: string;
71
+ /**
72
+ * Gets or sets the color to use for the text.
73
+ */
74
+ textColor: string;
75
+ /**
76
+ * Gets or sets the color to use for the text.
77
+ */
78
+ svgPath: string;
79
+ /**
80
+ * Gets or sets the color to use for the actual background.
81
+ */
82
+ hoverFill: string;
83
+ /**
84
+ * Gets or sets the hover stroke to use for the icon.
85
+ */
86
+ hoverStroke: string;
87
+ /**
88
+ * Gets or sets the stroke to use for the icon.
89
+ */
90
+ stroke: string;
91
+ /**
92
+ * Gets or sets the hover stroke to use for the icon.
93
+ */
94
+ hoverStrokeThickness: number;
95
+ /**
96
+ * Gets or sets the stroke to use for the icon.
97
+ */
98
+ strokeThickness: number;
99
+ /**
100
+ * Gets or sets the use for the button.
101
+ */
102
+ textStyle: string;
103
+ /**
104
+ * Gets or sets the color to use for the hovered text of the button regardless of type.
105
+ */
106
+ hoverTextColor: string;
107
+ /**
108
+ * Gets or sets the id to use for the checkbox.
109
+ */
110
+ id: string;
111
+ /**
112
+ * Gets or sets TabIndex to use for the checkbox.
113
+ */
114
+ tabIndex: number;
115
+ /**
116
+ * Gets or sets the value of the aria-label attribute.
117
+ */
118
+ ariaLabel: string;
119
+ /**
120
+ * Gets or sets whether the icon is hovered.
121
+ */
122
+ isHover: boolean;
123
+ /**
124
+ * Gets or sets whether the checkbox is disabled.
125
+ */
126
+ disabled: boolean;
127
+ findByName(name: string): any;
128
+ protected __p: string;
129
+ protected _hasUserValues: Set<string>;
130
+ protected readonly hasUserValues: Set<string>;
131
+ protected __m(propertyName: string): void;
132
+ protected _stylingContainer: any;
133
+ protected _stylingParent: any;
134
+ protected _inStyling: boolean;
135
+ protected _styling(container: any, component: any, parent?: any): void;
136
+ onDetachedFromUI(): void;
137
+ onAttachedToUI(): void;
138
+ /**
139
+ * Exports visual information about the current state of the grid.
140
+
141
+ */
142
+ exportVisualModel(): any;
143
+ /**
144
+ * Returns a serialized copy of the exported visual model
145
+
146
+ */
147
+ exportSerializedVisualModel(): string;
148
+ }
@@ -0,0 +1,3 @@
1
+ export declare class IgcIconModule {
2
+ static register(): void;
3
+ }
@@ -0,0 +1,14 @@
1
+ import { InputChangeEventArgs as InputChangeEventArgs_internal } from "./InputChangeEventArgs";
2
+ export declare class IgcInputChangeEventArgs {
3
+ protected createImplementation(): InputChangeEventArgs_internal;
4
+ protected _implementation: any;
5
+ /**
6
+ * @hidden
7
+ */
8
+ readonly i: InputChangeEventArgs_internal;
9
+ private onImplementationCreated;
10
+ constructor();
11
+ protected _provideImplementation(i: any): void;
12
+ value: string;
13
+ isCompositionInProgress: boolean;
14
+ }
@@ -0,0 +1,145 @@
1
+ import { Input } from "./Input";
2
+ import { IgcInputGroupItemComponent } from './igc-input-group-item-component';
3
+ import { IgcInputChangeEventArgs } from './igc-input-change-event-args';
4
+ import { ControlDisplayDensity } from "igniteui-webcomponents-core";
5
+ import { IgcKeyEventArgs } from "igniteui-webcomponents-core";
6
+ export declare class IgcInputComponent extends IgcInputGroupItemComponent {
7
+ private _portalManager;
8
+ private _container;
9
+ private _renderer;
10
+ constructor();
11
+ private _onChildrenChanged;
12
+ updateStyle(): void;
13
+ destroy(): void;
14
+ private _wrapper;
15
+ protected createImplementation(): Input;
16
+ private _input;
17
+ private _disconnected;
18
+ disconnectedCallback(): void;
19
+ connectedCallback(): void;
20
+ afterContentInit(): void;
21
+ /**
22
+ * @hidden
23
+ */
24
+ readonly i: Input;
25
+ private static _observedAttributesIgcInputComponent;
26
+ static readonly observedAttributes: string[];
27
+ static htmlTagName: string;
28
+ protected static _isElementRegistered: boolean;
29
+ static register(): void;
30
+ /**
31
+ * Gets or sets the display density to use for the input.
32
+ */
33
+ density: ControlDisplayDensity;
34
+ /**
35
+ * Gets the actual display density to use for the label.
36
+ */
37
+ actualDensity: ControlDisplayDensity;
38
+ /**
39
+ * Gets/Sets the input mask for the input.
40
+ */
41
+ mask: string;
42
+ /**
43
+ * Gets/Sets the character representing a fillable spot in the input mask
44
+ */
45
+ promptChar: string;
46
+ /**
47
+ * Specifies if the bound value includes the formatting symbols.
48
+ */
49
+ includeLiterals: boolean;
50
+ /**
51
+ * Gets the actual color to use for the text color.
52
+ */
53
+ actualTextColor: string;
54
+ /**
55
+ * Gets the actual hover color to use for the text.
56
+ */
57
+ actualHoverTextColor: string;
58
+ /**
59
+ * Gets or sets the color to use for the text.
60
+ */
61
+ textColor: string;
62
+ /**
63
+ * Gets or sets the use for the button.
64
+ */
65
+ textStyle: string;
66
+ /**
67
+ * Gets or sets the type to use for the input.
68
+ */
69
+ inputType: string;
70
+ /**
71
+ * Gets or sets the placeholder to use for the input.
72
+ */
73
+ placeholder: string;
74
+ /**
75
+ * Gets or sets the color to use for the hovered text of the button regardless of type.
76
+ */
77
+ hoverTextColor: string;
78
+ /**
79
+ * Gets or sets the id to use for the checkbox.
80
+ */
81
+ id: string;
82
+ /**
83
+ * Gets or sets TabIndex to use for the checkbox.
84
+ */
85
+ tabIndex: number;
86
+ /**
87
+ * Gets or sets the for attribute to use for the input.
88
+ */
89
+ for: string;
90
+ /**
91
+ * Gets or sets the value of the aria-label attribute.
92
+ */
93
+ ariaLabel: string;
94
+ /**
95
+ * Gets or sets whether the input is hovered.
96
+ */
97
+ isHover: boolean;
98
+ /**
99
+ * Gets or sets the value for the input.
100
+ */
101
+ value: string;
102
+ readonly hasValue: boolean;
103
+ /**
104
+ * Gets or sets whether the checkbox is disabled.
105
+ */
106
+ disabled: boolean;
107
+ /**
108
+ * Returns / Sets the beginning index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
109
+ */
110
+ selectionStart: number;
111
+ /**
112
+ * Returns / Sets the end index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.
113
+ */
114
+ selectionEnd: number;
115
+ onDetachedFromUI(): void;
116
+ onAttachedToUI(): void;
117
+ /**
118
+ * Exports visual information about the current state of the grid.
119
+
120
+ */
121
+ exportVisualModel(): any;
122
+ /**
123
+ * Returns a serialized copy of the exported visual model
124
+
125
+ */
126
+ exportSerializedVisualModel(): string;
127
+ setSelectionRange(selectionStart: number, selectionEnd: number): void;
128
+ blur(): void;
129
+ select(): void;
130
+ private _keyDown;
131
+ private _keyDown_wrapped;
132
+ keyDown: (s: IgcInputComponent, e: IgcKeyEventArgs) => void;
133
+ private _keyUp;
134
+ private _keyUp_wrapped;
135
+ keyUp: (s: IgcInputComponent, e: IgcKeyEventArgs) => void;
136
+ private _keyPress;
137
+ private _keyPress_wrapped;
138
+ keyPress: (s: IgcInputComponent, e: IgcKeyEventArgs) => void;
139
+ private _change;
140
+ private _change_wrapped;
141
+ change: (s: IgcInputComponent, e: IgcInputChangeEventArgs) => void;
142
+ private _changing;
143
+ private _changing_wrapped;
144
+ changing: (s: IgcInputComponent, e: IgcInputChangeEventArgs) => void;
145
+ }