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,1202 @@
1
+ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs, EventArgs } from "igniteui-angular-core";
2
+ import { DomRenderer, DomWrapper } from "igniteui-angular-core";
3
+ import { Path } from "igniteui-angular-core";
4
+ import { ControlDisplayDensity } from "igniteui-angular-core";
5
+ import { FontInfo } from "igniteui-angular-core";
6
+ import { AnimationKeyFrameEffect } from "igniteui-angular-core";
7
+ import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
8
+ import { SuffixShiftType } from "./SuffixShiftType";
9
+ import { PrefixShiftType } from "./PrefixShiftType";
10
+ import { Brush } from "igniteui-angular-core";
11
+ import { LabelShiftType } from "./LabelShiftType";
12
+ import { HorizontalAlignment } from "igniteui-angular-core";
13
+ import { MouseButtonEventArgs } from "igniteui-angular-core";
14
+ import { KeyEventArgs } from "igniteui-angular-core";
15
+ import { InputShiftType } from "./InputShiftType";
16
+ import { SuffixVisualModelExport } from "./SuffixVisualModelExport";
17
+ import { PrefixVisualModelExport } from "./PrefixVisualModelExport";
18
+ import { InputGroupDisplayType } from "./InputGroupDisplayType";
19
+ import { BaseControlTheme } from "igniteui-angular-core";
20
+ import { CornerRadius } from "igniteui-angular-core";
21
+ import { Thickness } from "igniteui-angular-core";
22
+ import { ThemeResolver } from "./ThemeResolver";
23
+ import { ObservableCollection$1 } from "igniteui-angular-core";
24
+ import { InputGroupVisualModelExport } from "./InputGroupVisualModelExport";
25
+ import { LabelVisualModelExport } from "./LabelVisualModelExport";
26
+ import { InputVisualModelExport } from "./InputVisualModelExport";
27
+ import { Theme } from "./Theme";
28
+ import { InputChangeEventArgs } from "./InputChangeEventArgs";
29
+ /**
30
+ * @hidden
31
+ */
32
+ export declare class InputGroupView extends Base {
33
+ static $t: Type;
34
+ constructor();
35
+ d: XInputGroup;
36
+ ak(): void;
37
+ ac(a: XInputGroupItem): void;
38
+ ae(a: XInputGroupItem): void;
39
+ ad(): void;
40
+ g(): boolean;
41
+ l: DomRenderer;
42
+ private e;
43
+ private i;
44
+ get w(): any;
45
+ get as(): Path;
46
+ get h(): boolean;
47
+ ah(a: DomRenderer): void;
48
+ get s(): DomWrapper;
49
+ get v(): any;
50
+ get u(): any;
51
+ get x(): any;
52
+ get y(): any;
53
+ private z;
54
+ aq(a: string): void;
55
+ ap(): void;
56
+ private aa;
57
+ al(): void;
58
+ j(): number;
59
+ private f;
60
+ private n;
61
+ private o;
62
+ private p;
63
+ private t;
64
+ private r;
65
+ private q;
66
+ private m;
67
+ ag(): void;
68
+ ai(): void;
69
+ ar(a: FontInfo): void;
70
+ k(a: XLabel): number;
71
+ af(): void;
72
+ a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
73
+ c(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
74
+ b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
75
+ ao(a: XInput): void;
76
+ ab(a: any): void;
77
+ an(a: any): void;
78
+ private aj;
79
+ private am;
80
+ }
81
+ /**
82
+ * @hidden
83
+ */
84
+ export declare class SuffixView extends Base {
85
+ static $t: Type;
86
+ constructor();
87
+ a: XSuffix;
88
+ o(): void;
89
+ d(): boolean;
90
+ private g;
91
+ private b;
92
+ private e;
93
+ get r(): Path;
94
+ m(a: DomRenderer): void;
95
+ q(): void;
96
+ private f;
97
+ p(): void;
98
+ private i;
99
+ private j;
100
+ private c;
101
+ private h;
102
+ l(): void;
103
+ n(): void;
104
+ k(a: any): void;
105
+ }
106
+ /**
107
+ * @hidden
108
+ */
109
+ export declare class PrefixView extends Base {
110
+ static $t: Type;
111
+ constructor();
112
+ a: XPrefix;
113
+ o(): void;
114
+ d(): boolean;
115
+ g: DomRenderer;
116
+ private b;
117
+ private e;
118
+ get r(): Path;
119
+ m(a: DomRenderer): void;
120
+ q(): void;
121
+ private f;
122
+ p(): void;
123
+ private i;
124
+ private j;
125
+ private c;
126
+ private h;
127
+ l(): void;
128
+ n(): void;
129
+ k(a: any): void;
130
+ }
131
+ /**
132
+ * @hidden
133
+ */
134
+ export declare class LabelView extends Base {
135
+ static $t: Type;
136
+ constructor();
137
+ c: XLabel;
138
+ ab(): void;
139
+ f(): boolean;
140
+ k: DomRenderer;
141
+ private d;
142
+ private h;
143
+ get n(): any;
144
+ get aj(): Path;
145
+ get g(): boolean;
146
+ s(): void;
147
+ b(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
148
+ a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
149
+ w(a: DomRenderer): void;
150
+ j(): number;
151
+ af(): void;
152
+ ag(): void;
153
+ ae(): void;
154
+ private o;
155
+ ah(a: string): void;
156
+ y(): void;
157
+ t(): void;
158
+ u(): void;
159
+ z(): void;
160
+ aa(): void;
161
+ private p;
162
+ ac(): void;
163
+ i(): number;
164
+ private q;
165
+ private r;
166
+ private e;
167
+ private l;
168
+ private m;
169
+ v(): void;
170
+ x(): void;
171
+ ai(a: FontInfo): void;
172
+ ad(a: Brush): void;
173
+ }
174
+ /**
175
+ * @hidden
176
+ */
177
+ export declare class InputView extends Base {
178
+ static $t: Type;
179
+ constructor();
180
+ b: XInput;
181
+ as(): void;
182
+ h(): boolean;
183
+ l: DomRenderer;
184
+ private c;
185
+ private j;
186
+ get q(): any;
187
+ get bd(): Path;
188
+ get i(): boolean;
189
+ ap(a: DomRenderer): void;
190
+ a0(a: boolean): void;
191
+ ay(a: boolean): void;
192
+ a5(a: HorizontalAlignment): void;
193
+ a4(a: boolean): void;
194
+ g: boolean;
195
+ private ab;
196
+ private aa;
197
+ private t;
198
+ aw(): void;
199
+ au(): void;
200
+ a9(): void;
201
+ private f;
202
+ a8(): void;
203
+ private k;
204
+ ax(a: string): void;
205
+ az(a: string): void;
206
+ private x;
207
+ private ae;
208
+ private ai;
209
+ private aj;
210
+ private bc;
211
+ private y;
212
+ private z;
213
+ private af;
214
+ private ah;
215
+ private ag;
216
+ private ak;
217
+ private ac;
218
+ private ad;
219
+ private r;
220
+ ba(a: string): void;
221
+ s(): string;
222
+ private u;
223
+ a7(): void;
224
+ p(): number;
225
+ o(): number;
226
+ a3(a: number): void;
227
+ a1(a: number): void;
228
+ at(): void;
229
+ private v;
230
+ private w;
231
+ private d;
232
+ private m;
233
+ private n;
234
+ an(): void;
235
+ aq(): void;
236
+ bb(a: FontInfo): void;
237
+ a6(): void;
238
+ ao(): void;
239
+ ar(a: boolean): void;
240
+ av(): void;
241
+ a2(a: number, b: number): void;
242
+ al(): void;
243
+ a(a: AnimationKeyFrameEffectTiming): AnimationKeyFrameEffect;
244
+ private static e;
245
+ private am;
246
+ }
247
+ /**
248
+ * @hidden
249
+ */
250
+ export declare abstract class XInputGroupItem extends Base implements INotifyPropertyChanged {
251
+ static $t: Type;
252
+ private c;
253
+ get e(): string;
254
+ set e(a: string);
255
+ private a;
256
+ get b(): XInputGroup;
257
+ set b(a: XInputGroup);
258
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
259
+ protected g(a: string, b: any, c: any): void;
260
+ protected h(a: string, b: any, c: any): void;
261
+ }
262
+ /**
263
+ * @hidden
264
+ */
265
+ export declare class XSuffix extends XInputGroupItem {
266
+ static $t: Type;
267
+ constructor();
268
+ private _view;
269
+ get view(): SuffixView;
270
+ set view(a: SuffixView);
271
+ destroy(): void;
272
+ private j;
273
+ get k(): SuffixShiftType;
274
+ set k(a: SuffixShiftType);
275
+ protected h(a: string, b: any, c: any): void;
276
+ private al;
277
+ private ai;
278
+ private ap;
279
+ private ao;
280
+ aj(): void;
281
+ ak(): void;
282
+ private static s;
283
+ private v;
284
+ get z(): string;
285
+ set z(a: string);
286
+ private u;
287
+ get w(): string;
288
+ set w(a: string);
289
+ private n;
290
+ get q(): boolean;
291
+ set q(a: boolean);
292
+ private m;
293
+ private o;
294
+ get disabled(): boolean;
295
+ set disabled(a: boolean);
296
+ am(): void;
297
+ onDetachedFromUI(): void;
298
+ onAttachedToUI(): void;
299
+ protected r(): boolean;
300
+ t(): any;
301
+ y(): string;
302
+ i(): SuffixVisualModelExport;
303
+ appendContentChild(a: any): void;
304
+ provideContainer(a: DomRenderer): void;
305
+ }
306
+ /**
307
+ * @hidden
308
+ */
309
+ export declare class XPrefix extends XInputGroupItem {
310
+ static $t: Type;
311
+ constructor();
312
+ private _view;
313
+ get view(): PrefixView;
314
+ set view(a: PrefixView);
315
+ destroy(): void;
316
+ private j;
317
+ get k(): PrefixShiftType;
318
+ set k(a: PrefixShiftType);
319
+ protected h(a: string, b: any, c: any): void;
320
+ private al;
321
+ private ai;
322
+ private ap;
323
+ private ao;
324
+ aj(): void;
325
+ ak(): void;
326
+ private static s;
327
+ private v;
328
+ get z(): string;
329
+ set z(a: string);
330
+ private u;
331
+ get w(): string;
332
+ set w(a: string);
333
+ private n;
334
+ get q(): boolean;
335
+ set q(a: boolean);
336
+ private m;
337
+ private o;
338
+ get disabled(): boolean;
339
+ set disabled(a: boolean);
340
+ am(): void;
341
+ onDetachedFromUI(): void;
342
+ onAttachedToUI(): void;
343
+ protected r(): boolean;
344
+ t(): any;
345
+ y(): string;
346
+ i(): PrefixVisualModelExport;
347
+ appendContentChild(a: any): void;
348
+ provideContainer(a: DomRenderer): void;
349
+ }
350
+ /**
351
+ * @hidden
352
+ */
353
+ export declare class XInputGroup extends Base implements INotifyPropertyChanged {
354
+ static $t: Type;
355
+ constructor();
356
+ private jm;
357
+ appendContentChild(a: any): void;
358
+ j7(a: any): void;
359
+ private c;
360
+ get d(): InputGroupDisplayType;
361
+ set d(a: InputGroupDisplayType);
362
+ private r;
363
+ get t(): ControlDisplayDensity;
364
+ set t(a: ControlDisplayDensity);
365
+ private q;
366
+ get s(): ControlDisplayDensity;
367
+ set s(a: ControlDisplayDensity);
368
+ private js;
369
+ private jt;
370
+ private jr;
371
+ private ju;
372
+ private aj;
373
+ private jl;
374
+ private n;
375
+ get p(): BaseControlTheme;
376
+ set p(a: BaseControlTheme);
377
+ private _view;
378
+ get view(): InputGroupView;
379
+ set view(a: InputGroupView);
380
+ destroy(): void;
381
+ protected j2(a: string, b: any, c: any): void;
382
+ protected j5(a: string, b: any, c: any): void;
383
+ static kr(a: CornerRadius, b: CornerRadius): CornerRadius;
384
+ static oh(a: Thickness, b: Thickness): Thickness;
385
+ private ke;
386
+ private kf;
387
+ private kd;
388
+ private kg;
389
+ private kc;
390
+ private kb;
391
+ private w;
392
+ private u;
393
+ private get a();
394
+ onChildrenMutated(): void;
395
+ private jp;
396
+ get al(): boolean;
397
+ j1(): void;
398
+ lostFocus: (sender: any, e: EventArgs) => void;
399
+ gotFocus: (sender: any, e: EventArgs) => void;
400
+ static o: BaseControlTheme;
401
+ private dw;
402
+ private dx;
403
+ private kv;
404
+ private ol;
405
+ private m9;
406
+ private na;
407
+ private nb;
408
+ private d5;
409
+ private d4;
410
+ private d1;
411
+ private ne;
412
+ private nf;
413
+ private nd;
414
+ private nc;
415
+ private d2;
416
+ private d0;
417
+ private dy;
418
+ private dz;
419
+ private d3;
420
+ private m8;
421
+ private dl;
422
+ private dm;
423
+ private ku;
424
+ private ok;
425
+ private m1;
426
+ private m2;
427
+ private m3;
428
+ private dv;
429
+ private du;
430
+ private dr;
431
+ private m6;
432
+ private m7;
433
+ private m5;
434
+ private m4;
435
+ private ds;
436
+ private dq;
437
+ private dn;
438
+ private dp;
439
+ private dt;
440
+ private m0;
441
+ private db;
442
+ private dc;
443
+ private kt;
444
+ private oj;
445
+ private mt;
446
+ private mu;
447
+ private mv;
448
+ private dk;
449
+ private dj;
450
+ private dg;
451
+ private my;
452
+ private mz;
453
+ private mx;
454
+ private mw;
455
+ private dh;
456
+ private df;
457
+ private dd;
458
+ private de;
459
+ private di;
460
+ private ms;
461
+ private d6;
462
+ private d7;
463
+ private kw;
464
+ private om;
465
+ private nh;
466
+ private ni;
467
+ private nj;
468
+ private ef;
469
+ private ee;
470
+ private eb;
471
+ private nm;
472
+ private nn;
473
+ private nl;
474
+ private nk;
475
+ private ec;
476
+ private ea;
477
+ private d8;
478
+ private d9;
479
+ private ed;
480
+ private ng;
481
+ private ka;
482
+ jv(): void;
483
+ j0(): void;
484
+ jz(): void;
485
+ kh(): void;
486
+ private j4;
487
+ private k0;
488
+ get l6(): Brush;
489
+ set l6(a: Brush);
490
+ private k1;
491
+ get l7(): Brush;
492
+ set l7(a: Brush);
493
+ private as;
494
+ get cg(): number;
495
+ set cg(a: number);
496
+ private at;
497
+ get ch(): number;
498
+ set ch(a: number);
499
+ private ki;
500
+ get ko(): CornerRadius;
501
+ set ko(a: CornerRadius);
502
+ private n8;
503
+ get oe(): Thickness;
504
+ set oe(a: Thickness);
505
+ private a1;
506
+ get cp(): number;
507
+ set cp(a: number);
508
+ private a0;
509
+ get co(): number;
510
+ set co(a: number);
511
+ private ax;
512
+ get cl(): number;
513
+ set cl(a: number);
514
+ private k4;
515
+ get ma(): Brush;
516
+ set ma(a: Brush);
517
+ private k5;
518
+ get mb(): Brush;
519
+ set mb(a: Brush);
520
+ private k3;
521
+ get l9(): Brush;
522
+ set l9(a: Brush);
523
+ private k2;
524
+ get l8(): Brush;
525
+ set l8(a: Brush);
526
+ private ay;
527
+ get cm(): number;
528
+ set cm(a: number);
529
+ private aw;
530
+ get ck(): number;
531
+ set ck(a: number);
532
+ private au;
533
+ get ci(): number;
534
+ set ci(a: number);
535
+ private av;
536
+ get cj(): number;
537
+ set cj(a: number);
538
+ private az;
539
+ get cn(): number;
540
+ set cn(a: number);
541
+ private kz;
542
+ get l5(): Brush;
543
+ set l5(a: Brush);
544
+ private bc;
545
+ get c0(): number;
546
+ set c0(a: number);
547
+ private bn;
548
+ get eg(): number;
549
+ set eg(a: number);
550
+ private k7;
551
+ get md(): Brush;
552
+ set md(a: Brush);
553
+ private kl;
554
+ get ks(): CornerRadius;
555
+ set ks(a: CornerRadius);
556
+ private ob;
557
+ get oi(): Thickness;
558
+ set oi(a: Thickness);
559
+ private cf;
560
+ get e8(): number;
561
+ set e8(a: number);
562
+ private ce;
563
+ get e7(): number;
564
+ set e7(a: number);
565
+ private br;
566
+ get ek(): number;
567
+ set ek(a: number);
568
+ private l3;
569
+ get n6(): Brush;
570
+ set n6(a: Brush);
571
+ private l4;
572
+ get n7(): Brush;
573
+ set n7(a: Brush);
574
+ private lo;
575
+ get nq(): Brush;
576
+ set nq(a: Brush);
577
+ private ln;
578
+ get np(): Brush;
579
+ set np(a: Brush);
580
+ private cc;
581
+ get e5(): number;
582
+ set e5(a: number);
583
+ private bq;
584
+ get ej(): number;
585
+ set ej(a: number);
586
+ private bo;
587
+ get eh(): number;
588
+ set eh(a: number);
589
+ private bp;
590
+ get ei(): number;
591
+ set ei(a: number);
592
+ private cd;
593
+ get e6(): number;
594
+ set e6(a: number);
595
+ private k6;
596
+ get mc(): Brush;
597
+ set mc(a: Brush);
598
+ private bs;
599
+ get el(): number;
600
+ set el(a: number);
601
+ private bt;
602
+ get em(): number;
603
+ set em(a: number);
604
+ private lr;
605
+ get nt(): Brush;
606
+ set nt(a: Brush);
607
+ private lq;
608
+ get ns(): Brush;
609
+ set ns(a: Brush);
610
+ private km;
611
+ get kx(): CornerRadius;
612
+ set kx(a: CornerRadius);
613
+ private oc;
614
+ get on(): Thickness;
615
+ set on(a: Thickness);
616
+ private b1;
617
+ get eu(): number;
618
+ set eu(a: number);
619
+ private b0;
620
+ get et(): number;
621
+ set et(a: number);
622
+ private bx;
623
+ get eq(): number;
624
+ set eq(a: number);
625
+ private lu;
626
+ get nw(): Brush;
627
+ set nw(a: Brush);
628
+ private lv;
629
+ get nx(): Brush;
630
+ set nx(a: Brush);
631
+ private lt;
632
+ get nv(): Brush;
633
+ set nv(a: Brush);
634
+ private ls;
635
+ get nu(): Brush;
636
+ set nu(a: Brush);
637
+ private by;
638
+ get er(): number;
639
+ set er(a: number);
640
+ private bw;
641
+ get ep(): number;
642
+ set ep(a: number);
643
+ private bu;
644
+ get en(): number;
645
+ set en(a: number);
646
+ private bv;
647
+ get eo(): number;
648
+ set eo(a: number);
649
+ private bz;
650
+ get es(): number;
651
+ set es(a: number);
652
+ private lp;
653
+ get nr(): Brush;
654
+ set nr(a: Brush);
655
+ private bd;
656
+ get c1(): number;
657
+ set c1(a: number);
658
+ private be;
659
+ get c2(): number;
660
+ set c2(a: number);
661
+ private lh;
662
+ get mn(): Brush;
663
+ set mn(a: Brush);
664
+ private lg;
665
+ get mm(): Brush;
666
+ set mm(a: Brush);
667
+ private kk;
668
+ get kq(): CornerRadius;
669
+ set kq(a: CornerRadius);
670
+ private oa;
671
+ get og(): Thickness;
672
+ set og(a: Thickness);
673
+ private bm;
674
+ get da(): number;
675
+ set da(a: number);
676
+ private bl;
677
+ get c9(): number;
678
+ set c9(a: number);
679
+ private bi;
680
+ get c6(): number;
681
+ set c6(a: number);
682
+ private lk;
683
+ get mq(): Brush;
684
+ set mq(a: Brush);
685
+ private ll;
686
+ get mr(): Brush;
687
+ set mr(a: Brush);
688
+ private lj;
689
+ get mp(): Brush;
690
+ set mp(a: Brush);
691
+ private li;
692
+ get mo(): Brush;
693
+ set mo(a: Brush);
694
+ private bj;
695
+ get c7(): number;
696
+ set c7(a: number);
697
+ private bh;
698
+ get c5(): number;
699
+ set c5(a: number);
700
+ private bf;
701
+ get c3(): number;
702
+ set c3(a: number);
703
+ private bg;
704
+ get c4(): number;
705
+ set c4(a: number);
706
+ private bk;
707
+ get c8(): number;
708
+ set c8(a: number);
709
+ private lf;
710
+ get ml(): Brush;
711
+ set ml(a: Brush);
712
+ private a2;
713
+ get cq(): number;
714
+ set cq(a: number);
715
+ private a3;
716
+ get cr(): number;
717
+ set cr(a: number);
718
+ private la;
719
+ get mg(): Brush;
720
+ set mg(a: Brush);
721
+ private k9;
722
+ get mf(): Brush;
723
+ set mf(a: Brush);
724
+ private kj;
725
+ get kp(): CornerRadius;
726
+ set kp(a: CornerRadius);
727
+ private n9;
728
+ get of(): Thickness;
729
+ set of(a: Thickness);
730
+ private bb;
731
+ get cz(): number;
732
+ set cz(a: number);
733
+ private ba;
734
+ get cy(): number;
735
+ set cy(a: number);
736
+ private a7;
737
+ get cv(): number;
738
+ set cv(a: number);
739
+ private ld;
740
+ get mj(): Brush;
741
+ set mj(a: Brush);
742
+ private le;
743
+ get mk(): Brush;
744
+ set mk(a: Brush);
745
+ private lc;
746
+ get mi(): Brush;
747
+ set mi(a: Brush);
748
+ private lb;
749
+ get mh(): Brush;
750
+ set mh(a: Brush);
751
+ private a8;
752
+ get cw(): number;
753
+ set cw(a: number);
754
+ private a6;
755
+ get cu(): number;
756
+ set cu(a: number);
757
+ private a4;
758
+ get cs(): number;
759
+ set cs(a: number);
760
+ private a5;
761
+ get ct(): number;
762
+ set ct(a: number);
763
+ private a9;
764
+ get cx(): number;
765
+ set cx(a: number);
766
+ private k8;
767
+ get me(): Brush;
768
+ set me(a: Brush);
769
+ private b2;
770
+ get ev(): number;
771
+ set ev(a: number);
772
+ private b3;
773
+ get ew(): number;
774
+ set ew(a: number);
775
+ private ly;
776
+ get n0(): Brush;
777
+ set n0(a: Brush);
778
+ private lx;
779
+ get nz(): Brush;
780
+ set nz(a: Brush);
781
+ private kn;
782
+ get ky(): CornerRadius;
783
+ set ky(a: CornerRadius);
784
+ private od;
785
+ get oo(): Thickness;
786
+ set oo(a: Thickness);
787
+ private cb;
788
+ get e4(): number;
789
+ set e4(a: number);
790
+ private ca;
791
+ get e3(): number;
792
+ set e3(a: number);
793
+ private b7;
794
+ get e0(): number;
795
+ set e0(a: number);
796
+ private l1;
797
+ get n3(): Brush;
798
+ set n3(a: Brush);
799
+ private l2;
800
+ get n4(): Brush;
801
+ set n4(a: Brush);
802
+ private l0;
803
+ get n2(): Brush;
804
+ set n2(a: Brush);
805
+ private lz;
806
+ get n1(): Brush;
807
+ set n1(a: Brush);
808
+ private b8;
809
+ get e1(): number;
810
+ set e1(a: number);
811
+ private b6;
812
+ get ez(): number;
813
+ set ez(a: number);
814
+ private b4;
815
+ get ex(): number;
816
+ set ex(a: number);
817
+ private b5;
818
+ get ey(): number;
819
+ set ey(a: number);
820
+ private b9;
821
+ get e2(): number;
822
+ set e2(a: number);
823
+ private lw;
824
+ get ny(): Brush;
825
+ set ny(a: Brush);
826
+ private ad;
827
+ private z;
828
+ get an(): boolean;
829
+ set an(a: boolean);
830
+ j8(): void;
831
+ private af;
832
+ private ab;
833
+ get ap(): boolean;
834
+ set ap(a: boolean);
835
+ private ae;
836
+ private aa;
837
+ get ao(): boolean;
838
+ set ao(a: boolean);
839
+ private x;
840
+ get ai(): boolean;
841
+ set ai(a: boolean);
842
+ private lm;
843
+ get no(): Brush;
844
+ set no(a: Brush);
845
+ private static fc;
846
+ private ff;
847
+ get hk(): string;
848
+ set hk(a: string);
849
+ private ac;
850
+ get disabled(): boolean;
851
+ set disabled(a: boolean);
852
+ j3(): void;
853
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
854
+ onDetachedFromUI(): void;
855
+ onAttachedToUI(): void;
856
+ ensureShift(): void;
857
+ protected aq(): boolean;
858
+ fe(): any;
859
+ hb(): string;
860
+ b(): InputGroupVisualModelExport;
861
+ provideContainer(a: DomRenderer): void;
862
+ private f;
863
+ private v;
864
+ private ah;
865
+ private y;
866
+ private ag;
867
+ get inputs(): XInputGroupInputCollection;
868
+ private fd;
869
+ private get fb();
870
+ private j9;
871
+ private get ak();
872
+ private get ar();
873
+ static j: Theme;
874
+ static i: Theme;
875
+ static n5: Brush;
876
+ static l: Theme;
877
+ static k: Theme;
878
+ static m: ThemeResolver;
879
+ }
880
+ /**
881
+ * @hidden
882
+ */
883
+ export declare class XInputGroupInputCollection extends ObservableCollection$1<XInputGroupItem> {
884
+ static $t: Type;
885
+ constructor();
886
+ collectionResetting: (sender: any, e: EventArgs) => void;
887
+ protected p(): void;
888
+ }
889
+ /**
890
+ * @hidden
891
+ */
892
+ export declare class XLabel extends XInputGroupItem {
893
+ static $t: Type;
894
+ constructor();
895
+ private n;
896
+ get p(): BaseControlTheme;
897
+ set p(a: BaseControlTheme);
898
+ private _view;
899
+ get view(): LabelView;
900
+ set view(a: LabelView);
901
+ destroy(): void;
902
+ private get i();
903
+ private aa;
904
+ private z;
905
+ private b8;
906
+ private ci;
907
+ private b9;
908
+ protected h(a: string, b: any, c: any): void;
909
+ private cg;
910
+ private cd;
911
+ private cc;
912
+ private cn;
913
+ private cm;
914
+ static da: Brush;
915
+ static c7: Brush;
916
+ static c9: Brush;
917
+ static c8: Brush;
918
+ static c3: Brush;
919
+ static c0: Brush;
920
+ static c2: Brush;
921
+ static c1: Brush;
922
+ static o: BaseControlTheme;
923
+ static db: Brush;
924
+ static c4: Brush;
925
+ static c6: Brush;
926
+ static c5: Brush;
927
+ private cl;
928
+ private static x;
929
+ private r;
930
+ get t(): ControlDisplayDensity;
931
+ set t(a: ControlDisplayDensity);
932
+ private q;
933
+ get s(): ControlDisplayDensity;
934
+ set s(a: ControlDisplayDensity);
935
+ private cr;
936
+ get cz(): Brush;
937
+ set cz(a: Brush);
938
+ private co;
939
+ get cw(): Brush;
940
+ set cw(a: Brush);
941
+ private cp;
942
+ get cx(): Brush;
943
+ set cx(a: Brush);
944
+ private cq;
945
+ get cy(): Brush;
946
+ set cy(a: Brush);
947
+ private u;
948
+ get w(): FontInfo;
949
+ set w(a: FontInfo);
950
+ private cv;
951
+ get df(): Brush;
952
+ set df(a: Brush);
953
+ private cs;
954
+ get dc(): Brush;
955
+ set dc(a: Brush);
956
+ private ct;
957
+ get dd(): Brush;
958
+ set dd(a: Brush);
959
+ private k;
960
+ get l(): LabelShiftType;
961
+ set l(a: LabelShiftType);
962
+ private af;
963
+ get an(): boolean;
964
+ set an(a: boolean);
965
+ ck(a: boolean, b?: boolean): void;
966
+ private ad;
967
+ get al(): boolean;
968
+ set al(a: boolean);
969
+ ce(): void;
970
+ cf(): void;
971
+ private v;
972
+ get y(): FontInfo;
973
+ set y(a: FontInfo);
974
+ private cu;
975
+ get de(): Brush;
976
+ set de(a: Brush);
977
+ private static at;
978
+ private a2;
979
+ get bu(): string;
980
+ set bu(a: string);
981
+ private ay;
982
+ get bi(): string;
983
+ set bi(a: string);
984
+ private az;
985
+ get bl(): string;
986
+ set bl(a: string);
987
+ private a0;
988
+ get bn(): string;
989
+ set bn(a: string);
990
+ private av;
991
+ get ba(): string;
992
+ set ba(a: string);
993
+ private aw;
994
+ get bc(): string;
995
+ set bc(a: string);
996
+ private ar;
997
+ private ab;
998
+ get aj(): boolean;
999
+ get as(): number;
1000
+ set as(a: number);
1001
+ private a1;
1002
+ get bp(): string;
1003
+ set bp(a: string);
1004
+ private ax;
1005
+ get be(): string;
1006
+ set be(a: string);
1007
+ private a3;
1008
+ get text(): string;
1009
+ set text(a: string);
1010
+ private ae;
1011
+ get am(): boolean;
1012
+ set am(a: boolean);
1013
+ private ai;
1014
+ get aq(): boolean;
1015
+ set aq(a: boolean);
1016
+ private ac;
1017
+ private ah;
1018
+ private ag;
1019
+ ap: boolean;
1020
+ get disabled(): boolean;
1021
+ set disabled(a: boolean);
1022
+ ch(): void;
1023
+ onDetachedFromUI(): void;
1024
+ onAttachedToUI(): void;
1025
+ protected ao(): boolean;
1026
+ au(): any;
1027
+ bk(): string;
1028
+ j(): LabelVisualModelExport;
1029
+ provideContainer(a: DomRenderer): void;
1030
+ }
1031
+ /**
1032
+ * @hidden
1033
+ */
1034
+ export declare class XInput extends XInputGroupItem {
1035
+ static $t: Type;
1036
+ private u;
1037
+ private a7;
1038
+ private a8;
1039
+ private q;
1040
+ private bp;
1041
+ private bj;
1042
+ private ah;
1043
+ private bk;
1044
+ private ai;
1045
+ private aq;
1046
+ constructor();
1047
+ private _view;
1048
+ get view(): InputView;
1049
+ set view(a: InputView);
1050
+ destroy(): void;
1051
+ private n;
1052
+ get o(): InputShiftType;
1053
+ set o(a: InputShiftType);
1054
+ private v;
1055
+ get w(): BaseControlTheme;
1056
+ set w(a: BaseControlTheme);
1057
+ private y;
1058
+ get aa(): ControlDisplayDensity;
1059
+ set aa(a: ControlDisplayDensity);
1060
+ private x;
1061
+ get z(): ControlDisplayDensity;
1062
+ set z(a: ControlDisplayDensity);
1063
+ private bo;
1064
+ get ce(): string;
1065
+ set ce(a: string);
1066
+ private br;
1067
+ get ci(): string;
1068
+ set ci(a: string);
1069
+ private ak;
1070
+ get au(): boolean;
1071
+ set au(a: boolean);
1072
+ private ar;
1073
+ get a1(): boolean;
1074
+ set a1(a: boolean);
1075
+ protected h(a: string, b: any, c: any): void;
1076
+ private di;
1077
+ private dk;
1078
+ private dj;
1079
+ private c8;
1080
+ private dv;
1081
+ private du;
1082
+ static d6: Brush;
1083
+ static d5: Brush;
1084
+ static ae: FontInfo;
1085
+ private d0;
1086
+ get d4(): Brush;
1087
+ set d4(a: Brush);
1088
+ private dz;
1089
+ get d3(): Brush;
1090
+ set d3(a: Brush);
1091
+ private ab;
1092
+ get ad(): FontInfo;
1093
+ set ad(a: FontInfo);
1094
+ private d2;
1095
+ get d8(): Brush;
1096
+ set d8(a: Brush);
1097
+ cz(): void;
1098
+ c7(): void;
1099
+ keyDown: (sender: any, args: KeyEventArgs) => void;
1100
+ keyUp: (sender: any, args: KeyEventArgs) => void;
1101
+ keyPress: (sender: any, args: KeyEventArgs) => void;
1102
+ gotFocus: (sender: any, e: EventArgs) => void;
1103
+ lostFocus: (sender: any, e: EventArgs) => void;
1104
+ mouseDown: (sender: any, e: MouseButtonEventArgs) => void;
1105
+ mouseUp: (sender: any, e: MouseButtonEventArgs) => void;
1106
+ da(a: KeyEventArgs): void;
1107
+ dc(a: KeyEventArgs): void;
1108
+ db(a: KeyEventArgs): void;
1109
+ dd(a: MouseButtonEventArgs): void;
1110
+ dg(a: MouseButtonEventArgs): void;
1111
+ dh(): void;
1112
+ c5(): void;
1113
+ c6(): void;
1114
+ c0(): void;
1115
+ c1(): void;
1116
+ c3(): void;
1117
+ c2(a: string): void;
1118
+ de(): void;
1119
+ df(): void;
1120
+ private ac;
1121
+ get af(): FontInfo;
1122
+ set af(a: FontInfo);
1123
+ private bn;
1124
+ get b8(): string;
1125
+ set b8(a: string);
1126
+ private bq;
1127
+ get cg(): string;
1128
+ set cg(a: string);
1129
+ private d1;
1130
+ get d7(): Brush;
1131
+ set d7(a: Brush);
1132
+ private static bf;
1133
+ private bm;
1134
+ get b5(): string;
1135
+ set b5(a: string);
1136
+ private a9;
1137
+ private aj;
1138
+ get as(): boolean;
1139
+ get be(): number;
1140
+ set be(a: number);
1141
+ cu(): void;
1142
+ private bl;
1143
+ get b2(): string;
1144
+ set b2(a: string);
1145
+ private bi;
1146
+ get bx(): string;
1147
+ set bx(a: string);
1148
+ private an;
1149
+ get aw(): boolean;
1150
+ set aw(a: boolean);
1151
+ bh: any;
1152
+ private bs;
1153
+ get cq(): string;
1154
+ set cq(a: string);
1155
+ get at(): boolean;
1156
+ private am;
1157
+ private al;
1158
+ get disabled(): boolean;
1159
+ set disabled(a: boolean);
1160
+ private ao;
1161
+ get readonly(): boolean;
1162
+ set readonly(a: boolean);
1163
+ private dx;
1164
+ get dy(): HorizontalAlignment;
1165
+ set dy(a: HorizontalAlignment);
1166
+ dl(): void;
1167
+ onDetachedFromUI(): void;
1168
+ onAttachedToUI(): void;
1169
+ protected az(): boolean;
1170
+ bg(): any;
1171
+ b1(): string;
1172
+ j(): InputVisualModelExport;
1173
+ change: (sender: any, args: InputChangeEventArgs) => void;
1174
+ changing: (sender: any, args: InputChangeEventArgs) => void;
1175
+ compositionStart: (sender: any, e: EventArgs) => void;
1176
+ compositionEnd: (sender: any, args: InputChangeEventArgs) => void;
1177
+ dr(a: number, b: number): void;
1178
+ provideContainer(a: DomRenderer): void;
1179
+ ct(): void;
1180
+ focus(a?: boolean): void;
1181
+ dp(): void;
1182
+ private dt;
1183
+ private ds;
1184
+ private dw;
1185
+ private cs;
1186
+ private bb;
1187
+ private ba;
1188
+ get selectionStart(): number;
1189
+ set selectionStart(a: number);
1190
+ get selectionEnd(): number;
1191
+ set selectionEnd(a: number);
1192
+ private ap;
1193
+ get ay(): boolean;
1194
+ set ay(a: boolean);
1195
+ dq(a: boolean, b?: boolean): void;
1196
+ private c9;
1197
+ private ag;
1198
+ a0: boolean;
1199
+ private cw;
1200
+ private get i();
1201
+ private dm;
1202
+ }