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,111 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-angular-core";
9
+ import { StringBuilder } from "igniteui-angular-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var InputGroupVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(InputGroupVisualModelExport, _super);
15
+ function InputGroupVisualModelExport() {
16
+ var _this = _super !== null && _super.apply(this, arguments) || this;
17
+ _this.f = 0;
18
+ _this.e = 0;
19
+ _this.b = null;
20
+ _this.o = 0;
21
+ _this.p = 0;
22
+ _this.z = null;
23
+ _this.aa = null;
24
+ _this.x = 0;
25
+ _this.w = 0;
26
+ _this.t = 0;
27
+ _this.c = null;
28
+ _this.d = null;
29
+ _this.u = 0;
30
+ _this.s = 0;
31
+ _this.q = 0;
32
+ _this.r = 0;
33
+ _this.v = 0;
34
+ _this.a = null;
35
+ _this.g = false;
36
+ _this.j = false;
37
+ _this.i = false;
38
+ _this.h = false;
39
+ _this.m = null;
40
+ _this.l = null;
41
+ _this.k = null;
42
+ _this.n = null;
43
+ return _this;
44
+ }
45
+ InputGroupVisualModelExport.prototype.y = function () {
46
+ var a = new StringBuilder(0);
47
+ a.l("{");
48
+ a.l("actualDensity : " + this.f + ", ");
49
+ a.l("baseTheme : " + this.e + ", ");
50
+ a.l("actualBorderColor : " + this.b.serialize() + ", ");
51
+ a.l("actualBorderWidth : " + this.o + ", ");
52
+ a.l("actualFocusBorderWidth : " + this.p + ", ");
53
+ a.l("actualContentPadding : { left: " + this.aa.left + ",top: " + this.aa.top + ",right: " + this.aa.right + ",bottom: " + this.aa.bottom + "},");
54
+ a.l("actualUnderlineWidth : " + this.x + ", ");
55
+ a.l("actualUnderlineRippleWidth : " + this.w + ", ");
56
+ a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
57
+ a.l("actualHoverUnderlineWidth : " + this.t + ", ");
58
+ a.l("actualUnderlineColor : " + this.c.serialize() + ", ");
59
+ a.l("actualUnderlineRippleColor : " + this.d.serialize() + ", ");
60
+ a.l("actualUnderlineOpacity : " + this.u + ", ");
61
+ a.l("actualHoverUnderlineOpacity : " + this.s + ", ");
62
+ a.l("actualFocusUnderlineOpacity : " + this.q + ", ");
63
+ a.l("actualFocusUnderlineRippleOpacity : " + this.r + ", ");
64
+ a.l("actualUnderlineRippleOpacity : " + this.v + ", ");
65
+ a.l("actualBackgroundColor : " + this.a.serialize() + ", ");
66
+ a.l("actualIsExpanded : " + this.g + ", ");
67
+ a.l("isHovered : " + this.j + ", ");
68
+ a.l("isFocused : " + this.i + ", ");
69
+ a.l("isDisabled : " + this.h + ", ");
70
+ a.l("prefixModels : [");
71
+ for (var b = 0; b < this.m.count; b++) {
72
+ if (b != 0) {
73
+ a.l(",");
74
+ }
75
+ a.l(this.m._inner[b].e());
76
+ }
77
+ a.l("],");
78
+ a.l("labelModels: [");
79
+ for (var c = 0; c < this.l.count; c++) {
80
+ if (c != 0) {
81
+ a.l(",");
82
+ }
83
+ var d = this.l._inner[c].p.charAt(0).toString().toLowerCase() + this.l._inner[c].p.substr(1);
84
+ a.l(this.l._inner[c].q());
85
+ }
86
+ a.l("],");
87
+ a.l("inputModels : [");
88
+ for (var e = 0; e < this.k.count; e++) {
89
+ if (e != 0) {
90
+ a.l(",");
91
+ }
92
+ var f = this.k._inner[e].k.charAt(0).toString().toLowerCase() + this.k._inner[e].k.substr(1);
93
+ a.l(this.k._inner[e].n());
94
+ }
95
+ a.l("],");
96
+ a.l("suffixModels : [");
97
+ for (var g = 0; g < this.n.count; g++) {
98
+ if (g != 0) {
99
+ a.l(",");
100
+ }
101
+ var h = this.n._inner[g].d.charAt(0).toString().toLowerCase() + this.n._inner[g].d.substr(1);
102
+ a.l(this.n._inner[g].e());
103
+ }
104
+ a.l("]");
105
+ a.l("}");
106
+ return a.toString();
107
+ };
108
+ InputGroupVisualModelExport.$t = markType(InputGroupVisualModelExport, 'InputGroupVisualModelExport');
109
+ return InputGroupVisualModelExport;
110
+ }(Base));
111
+ export { InputGroupVisualModelExport };
@@ -0,0 +1,17 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { markEnum } from "igniteui-angular-core";
8
+ export var InputShiftType = /*@__PURE__*/ (function (InputShiftType) {
9
+ InputShiftType[InputShiftType["Line"] = 0] = "Line";
10
+ InputShiftType[InputShiftType["Box"] = 1] = "Box";
11
+ InputShiftType[InputShiftType["Border"] = 2] = "Border";
12
+ return InputShiftType;
13
+ })({});
14
+ /**
15
+ * @hidden
16
+ */
17
+ export var InputShiftType_$type = markEnum('InputShiftType', 'Line,0|Box,1|Border,2');
@@ -0,0 +1,7 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ export { InputView } from "./InputGroupView_combined";
@@ -0,0 +1,80 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-angular-core";
9
+ import { StringBuilder } from "igniteui-angular-core";
10
+ import { stringIsNullOrEmpty } from "igniteui-angular-core";
11
+ import { isNaN_ } from "igniteui-angular-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var InputVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(InputVisualModelExport, _super);
17
+ function InputVisualModelExport() {
18
+ var _this = _super !== null && _super.apply(this, arguments) || this;
19
+ _this.h = 0;
20
+ _this.f = 0;
21
+ _this.b = 0;
22
+ _this.c = 0;
23
+ _this.j = null;
24
+ _this.m = null;
25
+ _this.d = false;
26
+ _this.a = null;
27
+ _this.q = null;
28
+ _this.r = null;
29
+ _this.s = null;
30
+ _this.g = 0;
31
+ _this.o = null;
32
+ _this.p = null;
33
+ _this.i = null;
34
+ _this.l = null;
35
+ _this.e = false;
36
+ _this.t = null;
37
+ _this.k = null;
38
+ return _this;
39
+ }
40
+ InputVisualModelExport.prototype.n = function () {
41
+ var a = new StringBuilder(0);
42
+ a.l("{");
43
+ a.l("top : " + this.h + ", ");
44
+ a.l("left : " + this.f + ", ");
45
+ a.l("shiftType : " + this.b + ", ");
46
+ a.l("actualDensity : " + this.c + ", ");
47
+ a.l("mask : \"" + this.j + "\", ");
48
+ a.l("promptChar : \"" + this.m + "\", ");
49
+ a.l("includeLiterals : " + this.d + ", ");
50
+ a.l("actualTextColor : " + this.a.serialize() + ", ");
51
+ if (!stringIsNullOrEmpty(this.q)) {
52
+ a.l("textStyleFontStyle : \"" + this.q + "\", ");
53
+ }
54
+ if (!stringIsNullOrEmpty(this.r)) {
55
+ a.l("textStyleFontVariant : \"" + this.r + "\", ");
56
+ }
57
+ if (!stringIsNullOrEmpty(this.s)) {
58
+ a.l("textStyleFontWeight : \"" + this.s + "\", ");
59
+ }
60
+ if (!stringIsNullOrEmpty(this.o)) {
61
+ a.l("textStyleFontFamily : \"" + this.o + "\", ");
62
+ }
63
+ if (!stringIsNullOrEmpty(this.p)) {
64
+ a.l("textStyleFontStretch : \"" + this.p + "\", ");
65
+ }
66
+ if (!isNaN_(this.g)) {
67
+ a.l("textStyleFontSize : " + this.g + ", ");
68
+ }
69
+ a.l("inputType : \"" + this.i + "\", ");
70
+ a.l("placeholder : \"" + this.l + "\", ");
71
+ a.l("isHover : " + this.e + ", ");
72
+ a.l("value : \"" + this.t + "\", ");
73
+ a.l("name : \"" + this.k + "\", ");
74
+ a.l("}");
75
+ return a.toString();
76
+ };
77
+ InputVisualModelExport.$t = markType(InputVisualModelExport, 'InputVisualModelExport');
78
+ return InputVisualModelExport;
79
+ }(Base));
80
+ export { InputVisualModelExport };
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { markEnum } from "igniteui-angular-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export var KEYCODES_$type = markEnum('KEYCODES', 'ENTER,13|SPACE,32|ESCAPE,27|LEFT_ARROW,37|UP_ARROW,38|RIGHT_ARROW,39|DOWN_ARROW,40|F2,113|TAB,9|CTRL,17|C,67|Z,90|Y,89|X,88|BACKSPACE,8|DELETE,46|INPUT_METHOD,229');
@@ -0,0 +1,17 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { markEnum } from "igniteui-angular-core";
8
+ export var LabelShiftType = /*@__PURE__*/ (function (LabelShiftType) {
9
+ LabelShiftType[LabelShiftType["Line"] = 0] = "Line";
10
+ LabelShiftType[LabelShiftType["Box"] = 1] = "Box";
11
+ LabelShiftType[LabelShiftType["Border"] = 2] = "Border";
12
+ return LabelShiftType;
13
+ })({});
14
+ /**
15
+ * @hidden
16
+ */
17
+ export var LabelShiftType_$type = markEnum('LabelShiftType', 'Line,0|Box,1|Border,2');
@@ -0,0 +1,7 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ export { LabelView } from "./InputGroupView_combined";
@@ -0,0 +1,86 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-angular-core";
9
+ import { StringBuilder } from "igniteui-angular-core";
10
+ import { stringIsNullOrEmpty } from "igniteui-angular-core";
11
+ import { isNaN_ } from "igniteui-angular-core";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var LabelVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(LabelVisualModelExport, _super);
17
+ function LabelVisualModelExport() {
18
+ var _this = _super !== null && _super.apply(this, arguments) || this;
19
+ _this.c = 0;
20
+ _this.e = 0;
21
+ _this.d = 0;
22
+ _this.a = null;
23
+ _this.u = null;
24
+ _this.v = null;
25
+ _this.w = null;
26
+ _this.k = 0;
27
+ _this.s = null;
28
+ _this.t = null;
29
+ _this.b = 0;
30
+ _this.i = false;
31
+ _this.g = false;
32
+ _this.m = null;
33
+ _this.n = null;
34
+ _this.o = null;
35
+ _this.l = null;
36
+ _this.r = null;
37
+ _this.h = false;
38
+ _this.j = false;
39
+ _this.f = false;
40
+ _this.p = null;
41
+ return _this;
42
+ }
43
+ LabelVisualModelExport.prototype.q = function () {
44
+ var a = new StringBuilder(0);
45
+ a.l("{");
46
+ a.l("baseTheme : " + this.c + ", ");
47
+ a.l("density : " + this.e + ", ");
48
+ a.l("actualDensity : " + this.d + ", ");
49
+ a.l("actualTextColor : " + this.a.serialize() + ", ");
50
+ if (!stringIsNullOrEmpty(this.u)) {
51
+ a.l("textStyleFontStyle : \"" + this.u + "\", ");
52
+ }
53
+ if (!stringIsNullOrEmpty(this.v)) {
54
+ a.l("textStyleFontVariant : \"" + this.v + "\", ");
55
+ }
56
+ if (!stringIsNullOrEmpty(this.w)) {
57
+ a.l("textStyleFontWeight : \"" + this.w + "\", ");
58
+ }
59
+ if (!stringIsNullOrEmpty(this.s)) {
60
+ a.l("textStyleFontFamily : \"" + this.s + "\", ");
61
+ }
62
+ if (!stringIsNullOrEmpty(this.t)) {
63
+ a.l("textStyleFontStretch : \"" + this.t + "\", ");
64
+ }
65
+ if (!isNaN_(this.k)) {
66
+ a.l("textStyleFontSize : " + this.k + ", ");
67
+ }
68
+ a.l("shiftType : " + this.b + ", ");
69
+ a.l("isShifted : " + this.i + ", ");
70
+ a.l("isHighlighted : " + this.g + ", ");
71
+ a.l("display : \"" + this.m + "\", ");
72
+ a.l("flexDirection : \"" + this.n + "\", ");
73
+ a.l("flexGrow : \"" + this.o + "\", ");
74
+ a.l("alignItems :\"" + this.l + "\", ");
75
+ a.l("text : \"" + this.r + "\", ");
76
+ a.l("isHover : " + this.h + ", ");
77
+ a.l("value : " + this.j + ", ");
78
+ a.l("isDisabled : " + this.f + ", ");
79
+ a.l("name : \"" + this.p + "\", ");
80
+ a.l("}");
81
+ return a.toString();
82
+ };
83
+ LabelVisualModelExport.$t = markType(LabelVisualModelExport, 'LabelVisualModelExport');
84
+ return LabelVisualModelExport;
85
+ }(Base));
86
+ export { LabelVisualModelExport };
@@ -0,0 +1,20 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { EventArgs, markType } from "igniteui-angular-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ var LostFocusEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ __extends(LostFocusEventArgs, _super);
14
+ function LostFocusEventArgs() {
15
+ return _super !== null && _super.apply(this, arguments) || this;
16
+ }
17
+ LostFocusEventArgs.$t = markType(LostFocusEventArgs, 'LostFocusEventArgs', EventArgs.$);
18
+ return LostFocusEventArgs;
19
+ }(EventArgs));
20
+ export { LostFocusEventArgs };
@@ -0,0 +1,23 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-angular-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ var MaskOptions = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ __extends(MaskOptions, _super);
14
+ function MaskOptions() {
15
+ var _this = _super !== null && _super.apply(this, arguments) || this;
16
+ _this.a = null;
17
+ _this.b = null;
18
+ return _this;
19
+ }
20
+ MaskOptions.$t = markType(MaskOptions, 'MaskOptions');
21
+ return MaskOptions;
22
+ }(Base));
23
+ export { MaskOptions };
@@ -0,0 +1,267 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends, __values } from "tslib";
8
+ import { Base, String_$type, Number_$type, fromEnum, markType } from "igniteui-angular-core";
9
+ import { Dictionary$2 } from "igniteui-angular-core";
10
+ import { List$1 } from "igniteui-angular-core";
11
+ import { HashSet$1 } from "igniteui-angular-core";
12
+ import { Replaced } from "./Replaced";
13
+ import { ObservableCollection$1 } from "igniteui-angular-core";
14
+ /**
15
+ * @hidden
16
+ */
17
+ var MaskParsingService = /** @class */ /*@__PURE__*/ (function (_super) {
18
+ __extends(MaskParsingService, _super);
19
+ function MaskParsingService() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ MaskParsingService.prototype.h = function (a, b) {
23
+ var e_1, _a, e_2, _b;
24
+ var c = "";
25
+ var d = "";
26
+ var e = b.a;
27
+ var f = this.d(e);
28
+ var g = new List$1(Number_$type, 1, f.keys);
29
+ var h = this.e(e, g);
30
+ var i = new List$1(String_$type, 1, f.values);
31
+ if (a != null) {
32
+ d = a.toString();
33
+ }
34
+ for (var j = 0; j < e.length; j++) {
35
+ c += b.b;
36
+ }
37
+ try {
38
+ for (var _c = __values(fromEnum(f)), _d = _c.next(); !_d.done; _d = _c.next()) {
39
+ var k = _d.value;
40
+ c = this.j(c, k.key, k.value);
41
+ }
42
+ }
43
+ catch (e_1_1) {
44
+ e_1 = { error: e_1_1 };
45
+ }
46
+ finally {
47
+ try {
48
+ if (_d && !_d.done && (_a = _c.return))
49
+ _a.call(_c);
50
+ }
51
+ finally {
52
+ if (e_1)
53
+ throw e_1.error;
54
+ }
55
+ }
56
+ if (d == "") {
57
+ return c;
58
+ }
59
+ var l = this.f(d, i);
60
+ for (var m = 0; m < l.count; m++) {
61
+ var n = l._inner[m];
62
+ var o = this.c(n, h._inner[m], e);
63
+ if (!o && n != b.b) {
64
+ l._inner[m] = b.b;
65
+ }
66
+ }
67
+ if (l.count > h.count) {
68
+ l.v(h.count + 1, l.count);
69
+ }
70
+ var p = 0;
71
+ try {
72
+ for (var _e = __values(fromEnum(l)), _f = _e.next(); !_f.done; _f = _e.next()) {
73
+ var q = _f.value;
74
+ var r = q;
75
+ c = this.j(c, h._inner[p++], r);
76
+ }
77
+ }
78
+ catch (e_2_1) {
79
+ e_2 = { error: e_2_1 };
80
+ }
81
+ finally {
82
+ try {
83
+ if (_f && !_f.done && (_b = _e.return))
84
+ _b.call(_e);
85
+ }
86
+ finally {
87
+ if (e_2)
88
+ throw e_2.error;
89
+ }
90
+ }
91
+ return c;
92
+ };
93
+ MaskParsingService.prototype.i = function (a, b) {
94
+ var e_3, _a;
95
+ var c = "";
96
+ var d = b.a;
97
+ var e = this.d(d);
98
+ var f = new HashSet$1(String_$type, 0);
99
+ try {
100
+ for (var _b = __values(fromEnum(e.values)), _c = _b.next(); !_c.done; _c = _b.next()) {
101
+ var g = _c.value;
102
+ f.add_1(g);
103
+ }
104
+ }
105
+ catch (e_3_1) {
106
+ e_3 = { error: e_3_1 };
107
+ }
108
+ finally {
109
+ try {
110
+ if (_c && !_c.done && (_a = _b.return))
111
+ _a.call(_b);
112
+ }
113
+ finally {
114
+ if (e_3)
115
+ throw e_3.error;
116
+ }
117
+ }
118
+ for (var h = 0; h < a.length; h++) {
119
+ var i = a.charAt(h).toString();
120
+ if (!f.contains(i)) {
121
+ if (i != b.b) {
122
+ c += i;
123
+ }
124
+ }
125
+ }
126
+ return c;
127
+ };
128
+ MaskParsingService.prototype.a = function (a, b, c, d, e) {
129
+ var f = this.d(c.a);
130
+ var g = new ObservableCollection$1(String_$type, 0);
131
+ for (var h = 0; h < b.length; h++) {
132
+ g.add(b.charAt(h).toString());
133
+ }
134
+ var i = d;
135
+ e = Math.min(e, a.length);
136
+ for (var j = d; j < e || (g.count > 0 && j < a.length); j++) {
137
+ if (f.containsKey(j)) {
138
+ if (g._inner[0] == a.charAt(j).toString()) {
139
+ i = j + 1;
140
+ g.removeAt(0);
141
+ }
142
+ continue;
143
+ }
144
+ if (g._inner[0] != null && !this.c(g._inner[0].toString(), j, c.a) && g._inner[0].toString() != c.b) {
145
+ break;
146
+ }
147
+ var k = c.b;
148
+ if (g.count > 0) {
149
+ i = j + 1;
150
+ k = g._inner[0];
151
+ g.removeAt(0);
152
+ }
153
+ a = this.j(a, j, k);
154
+ }
155
+ var l = new Replaced();
156
+ l.b = a;
157
+ l.a = i;
158
+ return l;
159
+ };
160
+ MaskParsingService.prototype.j = function (a, b, c) {
161
+ if (a != null) {
162
+ return a.substr(0, b) + c + a.substr(b + 1);
163
+ }
164
+ return null;
165
+ };
166
+ MaskParsingService.prototype.b = function (a, b) {
167
+ return a.test(b);
168
+ };
169
+ MaskParsingService.prototype.c = function (a, b, c) {
170
+ var d;
171
+ var e;
172
+ var f = "[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]";
173
+ var g = "[\\d\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]";
174
+ var h = "[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z]";
175
+ var i = "[\\u00C0-\\u1FFF\\u2C00-\\uD7FFa-zA-Z\\u0020]";
176
+ var j = "[\\d]";
177
+ var k = "[\\d\\u0020]";
178
+ var l = "[\\d-\\+\\s]";
179
+ switch (c.charAt(b)) {
180
+ case 'C':
181
+ e = a != "";
182
+ break;
183
+ case '&':
184
+ d = new RegExp("[\\u0020]");
185
+ e = !this.b(d, a);
186
+ break;
187
+ case 'a':
188
+ d = new RegExp(g);
189
+ e = this.b(d, a);
190
+ break;
191
+ case 'A':
192
+ d = new RegExp(f);
193
+ e = this.b(d, a);
194
+ break;
195
+ case '?':
196
+ d = new RegExp(i);
197
+ e = this.b(d, a);
198
+ break;
199
+ case 'L':
200
+ d = new RegExp(h);
201
+ e = this.b(d, a);
202
+ break;
203
+ case '0':
204
+ d = new RegExp(j);
205
+ e = this.b(d, a);
206
+ break;
207
+ case '9':
208
+ d = new RegExp(k);
209
+ e = this.b(d, a);
210
+ break;
211
+ case '#':
212
+ d = new RegExp(l);
213
+ e = this.b(d, a);
214
+ break;
215
+ default:
216
+ e = false;
217
+ break;
218
+ }
219
+ return e;
220
+ };
221
+ MaskParsingService.prototype.d = function (a) {
222
+ var b = new Dictionary$2(Number_$type, String_$type, 0);
223
+ for (var c = 0; c < a.length; c++) {
224
+ var d = a.charAt(c);
225
+ if (!MaskParsingService.g.contains(d)) {
226
+ b.addItem(c, d.toString());
227
+ }
228
+ }
229
+ return b;
230
+ };
231
+ MaskParsingService.prototype.e = function (a, b) {
232
+ var c = new List$1(Number_$type, 0);
233
+ for (var d = 0; d < a.length; d++) {
234
+ if (!b.contains(d)) {
235
+ c.add(d);
236
+ }
237
+ }
238
+ return c;
239
+ };
240
+ MaskParsingService.prototype.f = function (a, b) {
241
+ var c = new List$1(String_$type, 0);
242
+ for (var d = 0; d < a.length; d++) {
243
+ var e = a.charAt(d).toString();
244
+ if (!b.contains(e)) {
245
+ b.remove(e);
246
+ c.add(e);
247
+ }
248
+ }
249
+ return c;
250
+ };
251
+ MaskParsingService.$t = markType(MaskParsingService, 'MaskParsingService');
252
+ MaskParsingService.g = ((function () {
253
+ var $ret = new List$1(String_$type, 0);
254
+ $ret.add('C');
255
+ $ret.add('&');
256
+ $ret.add('a');
257
+ $ret.add('A');
258
+ $ret.add('?');
259
+ $ret.add('L');
260
+ $ret.add('9');
261
+ $ret.add('0');
262
+ $ret.add('#');
263
+ return $ret;
264
+ })());
265
+ return MaskParsingService;
266
+ }(Base));
267
+ export { MaskParsingService };