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,1105 @@
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 { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, enumGetBox, String_$type } from "igniteui-angular-core";
8
+ import { XRipple } from "./XRipple";
9
+ import { List$1 } from "igniteui-angular-core";
10
+ import { Size } from "igniteui-angular-core";
11
+ import { KeyFrameAnimationFactory } from "igniteui-angular-core";
12
+ import { AnimationKeyFrameEffect } from "igniteui-angular-core";
13
+ import { AnimationKeyFrameEffectTiming } from "igniteui-angular-core";
14
+ import { stringReplace } from "igniteui-angular-core";
15
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
16
+ import { CheckboxLabelPosition_$type } from "./CheckboxLabelPosition";
17
+ import { BrushUtil } from "igniteui-angular-core";
18
+ import { ThemeResolver } from "./ThemeResolver";
19
+ import { CornerRadius } from "igniteui-angular-core";
20
+ import { NativeUI } from "igniteui-angular-core";
21
+ import { Thickness } from "igniteui-angular-core";
22
+ import { CheckboxChangeEventArgs } from "./CheckboxChangeEventArgs";
23
+ import { AnimationKeyFrameProperty } from "igniteui-angular-core";
24
+ import { TransformGroup } from "igniteui-angular-core";
25
+ import { RotateTransform } from "igniteui-angular-core";
26
+ import { TranslateTransform } from "igniteui-angular-core";
27
+ import { CheckboxVisualModelExport } from "./CheckboxVisualModelExport";
28
+ import { AppearanceHelper } from "igniteui-angular-core";
29
+ import { Dictionary$2 } from "igniteui-angular-core";
30
+ import { Theme } from "./Theme";
31
+ import { isNaN_ } from "igniteui-angular-core";
32
+ /**
33
+ * @hidden
34
+ */
35
+ export let CheckboxView = /*@__PURE__*/ (() => {
36
+ class CheckboxView extends Base {
37
+ constructor() {
38
+ super();
39
+ this.c = null;
40
+ this.l = null;
41
+ this.f = null;
42
+ this.j = new List$1(Delegate_$type, 0);
43
+ this.g = true;
44
+ this.r = null;
45
+ this.m = null;
46
+ this.q = null;
47
+ this.n = null;
48
+ this.o = null;
49
+ this.d = null;
50
+ this.p = null;
51
+ }
52
+ ae() {
53
+ }
54
+ i() {
55
+ return true;
56
+ }
57
+ ac(a) {
58
+ if (a == null) {
59
+ for (let b of fromEnum(this.j)) {
60
+ b();
61
+ }
62
+ this.j.clear();
63
+ return;
64
+ }
65
+ this.l = a;
66
+ this.l.rootWrapper.setStyleProperty("display", "flex");
67
+ this.l.rootWrapper.setStyleProperty("flex-direction", "row");
68
+ this.l.rootWrapper.setStyleProperty("flex-wrap", "no-wrap");
69
+ this.l.rootWrapper.setStyleProperty("align-items", "center");
70
+ let c = this.l.createElement("input");
71
+ this.r = c;
72
+ this.r.addClass("ig-native-checkbox");
73
+ this.r.setStyleProperty("position", "absolute");
74
+ this.r.setStyleProperty("width", "1px");
75
+ this.r.setStyleProperty("height", "1px");
76
+ this.r.setStyleProperty("margin", "-1px");
77
+ this.r.setStyleProperty("border", "none");
78
+ this.r.setStyleProperty("clip", "rect(0, 0, 0, 0)");
79
+ this.r.setStyleProperty("outline", "0");
80
+ this.r.setStyleProperty("pointer-events", "none");
81
+ this.r.setStyleProperty("overflow", "hidden");
82
+ this.r.setStyleProperty("-webkit-appearance", "none");
83
+ this.r.setStyleProperty("-moz-appearance", "none");
84
+ this.r.setStyleProperty("appearance", "none");
85
+ this.r.setAttribute("type", "checkbox");
86
+ this.r.setAttribute("id", this.c.b1);
87
+ this.ai();
88
+ this.j.add(c.listen("change", runOn(this, this.w)));
89
+ this.j.add(c.listen("click", runOn(this, this.x)));
90
+ this.j.add(c.listen("focus", runOn(this, this.y)));
91
+ this.j.add(c.listen("blur", runOn(this, this.v)));
92
+ this.l.append(c);
93
+ let d = this.l.createElement("div");
94
+ d.addClass("ig-checkbox-box");
95
+ d.setStyleProperty("width", "1.25em");
96
+ d.setStyleProperty("height", "1.25em");
97
+ d.setStyleProperty("position", "relative");
98
+ this.m = d;
99
+ this.l.append(d);
100
+ let e = this.l.createElement("label");
101
+ e.setAttribute("for", this.c.b1);
102
+ e.addClass("ig-checkbox-composite");
103
+ e.setStyleProperty("box-sizing", "border-box");
104
+ e.setStyleProperty("position", "relative");
105
+ e.setStyleProperty("display", "inline-block");
106
+ e.setStyleProperty("cursor", "pointer");
107
+ e.setStyleProperty("width", "1.25em");
108
+ e.setStyleProperty("height", "1.25em");
109
+ e.setStyleProperty("min-width", "1.25em");
110
+ e.setStyleProperty("border-width", "0.125rem");
111
+ e.setStyleProperty("border-style", "solid");
112
+ e.setStyleProperty("border-color", "rgba(0,0,0,0.54)");
113
+ e.setStyleProperty("border-top-color", "rgba(0, 0, 0, 0.54)");
114
+ e.setStyleProperty("border-right-color", "rgba(0, 0, 0, 0.54)");
115
+ e.setStyleProperty("border-bottom-color", "rgba(0, 0, 0, 0.54)");
116
+ e.setStyleProperty("border-left-color", "rgba(0, 0, 0, 0.54)");
117
+ e.setStyleProperty("border-radius", "2px");
118
+ e.setStyleProperty("-webkit-tap-highlight-color", "transparent");
119
+ e.setStyleProperty("overflow", "hidden");
120
+ this.q = e;
121
+ this.m.append(e);
122
+ let f = this.l.createElementNS("svg", "http://www.w3.org/2000/svg");
123
+ f.setAttribute("viewBox", "0 0 24 24");
124
+ f.addClass("ig-checkbox-mark");
125
+ f.setStyleProperty("position", "absolute");
126
+ f.setStyleProperty("top", "0");
127
+ f.setStyleProperty("left", "0");
128
+ f.setStyleProperty("right", "0");
129
+ f.setStyleProperty("bottom", "0");
130
+ f.setStyleProperty("stroke", "#fff");
131
+ f.setStyleProperty("stroke-linecap", "square");
132
+ f.setStyleProperty("stroke-width", "3");
133
+ f.setStyleProperty("stroke-dasharray", "24");
134
+ f.setStyleProperty("stroke-dashoffset", "24");
135
+ f.setStyleProperty("fill", "none");
136
+ f.setStyleProperty("opacity", "0");
137
+ f.setStyleProperty("z-index", "1");
138
+ this.o = f;
139
+ e.append(f);
140
+ let g = this.l.createElementNS("path", "http://www.w3.org/2000/svg");
141
+ g.setAttribute("d", this.c.bf);
142
+ f.append(g);
143
+ this.n = g;
144
+ let h = this.l.createElement("div");
145
+ let i = this.l.getSubRenderer(h);
146
+ h.setStyleProperty("position", "absolute");
147
+ h.setStyleProperty("width", "3em");
148
+ h.setStyleProperty("height", "3em");
149
+ h.setStyleProperty("right", "calc(50% - 1.5em)");
150
+ h.setStyleProperty("top", "calc(50% - 1.5em)");
151
+ h.setStyleProperty("border-radius", "24px");
152
+ h.setStyleProperty("overflow", "hidden");
153
+ let j = new XRipple();
154
+ j.provideContainer(i);
155
+ j.q = d;
156
+ let k = this.l.getExternal(j, this.l.rootWrapper, this.l.getExternal(this.c, null, null));
157
+ j.h = true;
158
+ j.k = true;
159
+ this.d = j;
160
+ d.append(h);
161
+ let l = this.l.createElement("span");
162
+ l.addClass("ig-checkbox-label");
163
+ l.setStyleProperty("font-family", "Verdana");
164
+ l.setStyleProperty("font-weight", "400");
165
+ l.setStyleProperty("font-size", "1rem");
166
+ l.setStyleProperty("letter-spacing", ".00937rem");
167
+ l.setStyleProperty("text-transform", "none");
168
+ l.setStyleProperty("line-height", "1.5rem");
169
+ l.setStyleProperty("margin-left", "8px");
170
+ l.setStyleProperty("margin-top", "0");
171
+ l.setStyleProperty("margin-bottom", "0");
172
+ l.setStyleProperty("cursor", "pointer");
173
+ l.setStyleProperty("role", "label");
174
+ this.p = l;
175
+ this.j.add(l.listen("click", runOn(this, this.u)));
176
+ this.l.append(l);
177
+ this.l.getPortal(l, "ChildContent", (m) => {
178
+ }, true);
179
+ this.c.cp();
180
+ }
181
+ u(a) {
182
+ this.c.toggle();
183
+ }
184
+ ai() {
185
+ if (this.i()) {
186
+ let a = this.c.b1;
187
+ this.r.setAttribute("name", this.c.ca);
188
+ this.r.setProperty("value", this.c.a4);
189
+ if (this.c.aa) {
190
+ this.r.setAttribute("tabindex", this.c.az.toString());
191
+ }
192
+ this.r.setProperty("disabled", this.c.disabled);
193
+ this.r.setProperty("indeterminate", this.c.indeterminate);
194
+ this.r.setProperty("checked", this.c.checked);
195
+ this.r.setProperty("required", this.c.ay);
196
+ if (this.c.indeterminate) {
197
+ this.r.setAttribute("aria-checked", "mixed");
198
+ }
199
+ else {
200
+ this.r.setAttribute("aria-checked", this.c.checked ? "true" : "false");
201
+ }
202
+ this.r.setAttribute("aria-labelledby", this.c.bn);
203
+ this.r.setAttribute("aria-label", this.c.bm);
204
+ }
205
+ }
206
+ ak() {
207
+ return new Size(1, this.q.width(), this.q.height());
208
+ }
209
+ ah() {
210
+ this.n.setAttribute("d", this.c.bf);
211
+ }
212
+ af() {
213
+ if (this.i()) {
214
+ let a = this.c.b1;
215
+ this.r.setAttribute("id", a);
216
+ this.q.setAttribute("for", a);
217
+ }
218
+ }
219
+ v(a) {
220
+ this.c.focused = false;
221
+ }
222
+ y(a) {
223
+ this.c.focused = true;
224
+ }
225
+ x(a) {
226
+ a.stopPropagation();
227
+ if (this.h()) {
228
+ let native_ = this.r.getNativeElement();
229
+ native_.blur();
230
+ }
231
+ this.c.toggle();
232
+ }
233
+ h() {
234
+ return false;
235
+ }
236
+ w(a) {
237
+ a.stopPropagation();
238
+ }
239
+ z() {
240
+ if (KeyFrameAnimationFactory.h == null) {
241
+ KeyFrameAnimationFactory.h = this.l;
242
+ }
243
+ }
244
+ a(a) {
245
+ return new AnimationKeyFrameEffect(0, this.q, 0, null, a);
246
+ }
247
+ b(a) {
248
+ return new AnimationKeyFrameEffect(0, this.o, 0, null, a);
249
+ }
250
+ aa(a) {
251
+ }
252
+ get s() {
253
+ return this.q;
254
+ }
255
+ get e() {
256
+ return this.d;
257
+ }
258
+ get t() {
259
+ return this.o;
260
+ }
261
+ ab() {
262
+ this.g = true;
263
+ this.j.add(this.r.listen("change", runOn(this, this.w)));
264
+ this.j.add(this.r.listen("click", runOn(this, this.x)));
265
+ this.j.add(this.r.listen("focus", runOn(this, this.y)));
266
+ this.j.add(this.r.listen("blur", runOn(this, this.v)));
267
+ this.j.add(this.p.listen("click", runOn(this, this.u)));
268
+ }
269
+ ad() {
270
+ this.g = false;
271
+ for (let a of fromEnum(this.j)) {
272
+ a();
273
+ }
274
+ this.j.clear();
275
+ }
276
+ ag() {
277
+ let model_ = this.c;
278
+ if (model_.externalObject && model_.externalObject.refreshDefaults) {
279
+ model_.externalObject.refreshDefaults();
280
+ }
281
+ ;
282
+ }
283
+ aj(a, b) {
284
+ this.d.ax = a;
285
+ this.d.aw = b;
286
+ }
287
+ k() {
288
+ let a = this.q.getStyleProperty("border-top-width");
289
+ a = stringReplace(a, "px", "");
290
+ return parseFloat(a);
291
+ }
292
+ }
293
+ CheckboxView.$t = markType(CheckboxView, 'CheckboxView');
294
+ return CheckboxView;
295
+ })();
296
+ /**
297
+ * @hidden
298
+ */
299
+ export let XCheckbox = /*@__PURE__*/ (() => {
300
+ class XCheckbox extends Base {
301
+ constructor() {
302
+ super();
303
+ this._view = null;
304
+ this.l = 0;
305
+ this.s = false;
306
+ this.ag = false;
307
+ this.c6 = null;
308
+ this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.g(0, 0, 0, 0), BrushUtil.g(0, 0, 0, 0));
309
+ this.c3 = null;
310
+ this.c5 = null;
311
+ this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
312
+ this.c7 = null;
313
+ this.c4 = null;
314
+ this.bv = XCheckbox.k.v(XCheckbox.m, "CheckPath");
315
+ this.dj = XCheckbox.k.ae(XCheckbox.m, "UncheckedBorderColor");
316
+ this.dg = XCheckbox.k.ae(XCheckbox.m, "CheckedBorderColor");
317
+ this.as = XCheckbox.k.j(XCheckbox.m, "BorderWidth");
318
+ this.df = XCheckbox.k.ae(XCheckbox.m, "CheckedBackgroundColor");
319
+ this.at = XCheckbox.k.j(XCheckbox.m, "CornerRadius");
320
+ this.dh = XCheckbox.k.ae(XCheckbox.m, "TickColor");
321
+ this.au = XCheckbox.k.j(XCheckbox.m, "TickStrokeWidth");
322
+ this.di = XCheckbox.k.ae(XCheckbox.m, "UncheckedBackgroundColor");
323
+ this.a5 = ThemeResolver.x(XCheckbox.m, XCheckbox.k, "CheckPath");
324
+ this.c2 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "UncheckedBorderColor");
325
+ this.cz = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "CheckedBorderColor");
326
+ this.ak = NaN;
327
+ this.ah = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "BorderWidth");
328
+ this.al = NaN;
329
+ this.am = NaN;
330
+ this.aj = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "TickStrokeWidth");
331
+ this.ai = ThemeResolver.l(XCheckbox.m, XCheckbox.k, "CornerRadius");
332
+ this.cy = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "CheckedBackgroundColor");
333
+ this.a9 = "ig-native-checkbox-" + XCheckbox.a1++;
334
+ this.a8 = "ig-checkbox-" + XCheckbox.a0++;
335
+ this.ba = null;
336
+ this.bb = null;
337
+ this.ax = 0;
338
+ this.t = false;
339
+ this.aw = 0;
340
+ this.a7 = null;
341
+ this.a6 = null;
342
+ this.a2 = null;
343
+ this.w = false;
344
+ this.change = null;
345
+ this.d = 0;
346
+ this.q = false;
347
+ this.u = false;
348
+ this.x = false;
349
+ this.v = false;
350
+ this.r = false;
351
+ this.o = null;
352
+ this.p = null;
353
+ this.propertyChanged = null;
354
+ this.ba = this.a8 + "-label";
355
+ this.a7 = this.ba;
356
+ let a = new CheckboxView();
357
+ a.c = this;
358
+ this.view = a;
359
+ this.view.ae();
360
+ }
361
+ get view() {
362
+ return this._view;
363
+ }
364
+ set view(a) {
365
+ this._view = a;
366
+ }
367
+ get n() {
368
+ return this.l;
369
+ }
370
+ set n(a) {
371
+ let b = this.l;
372
+ this.l = a;
373
+ if (b != this.l) {
374
+ this.co("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
375
+ }
376
+ }
377
+ destroy() {
378
+ this.provideContainer(null);
379
+ }
380
+ co(a, b, c) {
381
+ if (this.propertyChanged != null) {
382
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
383
+ }
384
+ this.cq(a, b, c);
385
+ }
386
+ cu() {
387
+ this.da = this.dk != null ? this.dk : this.dh;
388
+ this.dc = this.dm != null ? this.dm : this.dj;
389
+ this.c9 = this.de != null ? this.de : this.dg;
390
+ this.an = !isNaN_(this.aq) ? this.aq : this.as;
391
+ this.c8 = this.dd != null ? this.dd : this.df;
392
+ this.db = this.dl != null ? this.dl : this.di;
393
+ this.ao = !isNaN_(this.ar) ? this.ar : this.at;
394
+ this.ap = !isNaN_(this.av) ? this.av : this.au;
395
+ this.bf = this.bv;
396
+ }
397
+ cq(a, b, c) {
398
+ switch (a) {
399
+ case "BaseTheme":
400
+ this.cx(this.n);
401
+ this.cu();
402
+ break;
403
+ case "TickColor":
404
+ this.da = this.dk != null ? this.dk : this.dh;
405
+ break;
406
+ case "UncheckedBorderColor":
407
+ this.dc = this.dm != null ? this.dm : this.dj;
408
+ break;
409
+ case "CheckedBorderColor":
410
+ this.c9 = this.de != null ? this.de : this.dg;
411
+ break;
412
+ case "BorderWidth":
413
+ this.an = !isNaN_(this.aq) ? this.aq : this.as;
414
+ break;
415
+ case "CheckedBackgroundColor":
416
+ this.c8 = this.dd != null ? this.dd : this.df;
417
+ break;
418
+ case "UncheckedBackgroundColor":
419
+ this.db = this.dl != null ? this.dl : this.di;
420
+ break;
421
+ case "CornerRadius":
422
+ this.ao = !isNaN_(this.ar) ? this.ar : this.at;
423
+ break;
424
+ case "TickStrokeWidth":
425
+ this.ap = !isNaN_(this.av) ? this.av : this.au;
426
+ break;
427
+ case "ActualTickStrokeWidth":
428
+ case "ActualTickColor":
429
+ this.cw();
430
+ break;
431
+ case "ActualCheckedBackgroundColor":
432
+ case "ActualUncheckedBackgroundColor":
433
+ case "ActualUncheckedBorderColor":
434
+ case "ActualCheckedBorderColor":
435
+ case "ActualBorderWidth":
436
+ if (this.o != null) {
437
+ this.o.cancel();
438
+ }
439
+ if (this.p != null) {
440
+ this.p.cancel();
441
+ }
442
+ this.o = null;
443
+ this.p = null;
444
+ this.ct();
445
+ let d = (this.z);
446
+ this.z = true;
447
+ this.cv(this.indeterminate);
448
+ this.z = d;
449
+ break;
450
+ case "ActualCornerRadius":
451
+ this.ct();
452
+ break;
453
+ case "ActualCheckPath":
454
+ this.view.ah();
455
+ break;
456
+ case "IsChecked":
457
+ if (!this.s) {
458
+ let e = this.indeterminate;
459
+ this.s = true;
460
+ this.indeterminate = false;
461
+ this.s = false;
462
+ let f = (this.z);
463
+ this.z = true;
464
+ this.cv(e);
465
+ this.z = f;
466
+ }
467
+ break;
468
+ case "IsIndeterminate":
469
+ if (!this.s) {
470
+ this.cv(b);
471
+ }
472
+ break;
473
+ case "DisableRipple":
474
+ this.view.e.i = this.y;
475
+ break;
476
+ case "InputId":
477
+ this.view.af();
478
+ break;
479
+ }
480
+ }
481
+ ct() {
482
+ let a = this.view.s;
483
+ if (a == null) {
484
+ return;
485
+ }
486
+ NativeUI.n(a, new CornerRadius(0, this.ao));
487
+ if (!isNaN_(this.an)) {
488
+ NativeUI.o(a, new Thickness(0, this.an));
489
+ }
490
+ if (this.checked) {
491
+ NativeUI.l(a, this.c8);
492
+ NativeUI.m(a, this.c9);
493
+ }
494
+ else {
495
+ NativeUI.l(a, this.db);
496
+ NativeUI.m(a, this.dc);
497
+ }
498
+ }
499
+ cw() {
500
+ let a = this.view.t;
501
+ if (a == null) {
502
+ return;
503
+ }
504
+ NativeUI.y(a, this.da);
505
+ NativeUI.ab(a, this.ap);
506
+ }
507
+ get dl() {
508
+ return this.c6;
509
+ }
510
+ set dl(a) {
511
+ let b = this.c6;
512
+ this.c6 = a;
513
+ if (b != this.c6) {
514
+ this.co("UncheckedBackgroundColor", b, a);
515
+ }
516
+ }
517
+ get db() {
518
+ return this.c1;
519
+ }
520
+ set db(a) {
521
+ let b = this.c1;
522
+ this.c1 = a;
523
+ if (b != this.c1) {
524
+ this.co("ActualUncheckedBackgroundColor", b, a);
525
+ }
526
+ }
527
+ get dd() {
528
+ return this.c3;
529
+ }
530
+ set dd(a) {
531
+ let b = this.c3;
532
+ this.c3 = a;
533
+ if (b != this.c3) {
534
+ this.co("CheckedBackgroundColor", b, a);
535
+ }
536
+ }
537
+ get dk() {
538
+ return this.c5;
539
+ }
540
+ set dk(a) {
541
+ let b = this.c5;
542
+ this.c5 = a;
543
+ if (b != this.c5) {
544
+ this.co("TickColor", b, a);
545
+ }
546
+ }
547
+ get da() {
548
+ return this.c0;
549
+ }
550
+ set da(a) {
551
+ let b = this.c0;
552
+ this.c0 = a;
553
+ if (b != this.c0) {
554
+ this.co("ActualTickColor", b, a);
555
+ }
556
+ }
557
+ get dm() {
558
+ return this.c7;
559
+ }
560
+ set dm(a) {
561
+ let b = this.c7;
562
+ this.c7 = a;
563
+ if (b != this.c7) {
564
+ this.co("UncheckedBorderColor", b, a);
565
+ }
566
+ }
567
+ get de() {
568
+ return this.c4;
569
+ }
570
+ set de(a) {
571
+ let b = this.c4;
572
+ this.c4 = a;
573
+ if (b != this.c4) {
574
+ this.co("CheckedBorderColor", b, a);
575
+ }
576
+ }
577
+ cx(a) {
578
+ this.bv = XCheckbox.k.v(a, "CheckPath");
579
+ this.dj = XCheckbox.k.ae(a, "UncheckedBorderColor");
580
+ this.dg = XCheckbox.k.ae(a, "CheckedBorderColor");
581
+ this.as = XCheckbox.k.j(a, "BorderWidth");
582
+ this.df = XCheckbox.k.ae(a, "CheckedBackgroundColor");
583
+ this.at = XCheckbox.k.j(a, "CornerRadius");
584
+ this.dh = XCheckbox.k.ae(a, "TickColor");
585
+ this.au = XCheckbox.k.j(a, "TickStrokeWidth");
586
+ this.di = XCheckbox.k.ae(a, "UncheckedBackgroundColor");
587
+ }
588
+ get bf() {
589
+ return this.a5;
590
+ }
591
+ set bf(a) {
592
+ let b = this.a5;
593
+ this.a5 = a;
594
+ if (b != this.a5) {
595
+ this.co("ActualCheckPath", b, a);
596
+ }
597
+ }
598
+ get dc() {
599
+ return this.c2;
600
+ }
601
+ set dc(a) {
602
+ let b = this.c2;
603
+ this.c2 = a;
604
+ if (b != this.c2) {
605
+ this.co("ActualUncheckedBorderColor", b, a);
606
+ }
607
+ }
608
+ get c9() {
609
+ return this.cz;
610
+ }
611
+ set c9(a) {
612
+ let b = this.cz;
613
+ this.cz = a;
614
+ if (b != this.cz) {
615
+ this.co("ActualCheckedBorderColor", b, a);
616
+ }
617
+ }
618
+ get aq() {
619
+ return this.ak;
620
+ }
621
+ set aq(a) {
622
+ let b = this.ak;
623
+ this.ak = a;
624
+ if (b != this.ak) {
625
+ this.co("BorderWidth", b, a);
626
+ }
627
+ }
628
+ get an() {
629
+ return this.ah;
630
+ }
631
+ set an(a) {
632
+ let b = this.ah;
633
+ this.ah = a;
634
+ if (b != this.ah) {
635
+ this.co("ActualBorderWidth", b, a);
636
+ }
637
+ }
638
+ get ar() {
639
+ return this.al;
640
+ }
641
+ set ar(a) {
642
+ let b = this.al;
643
+ this.al = a;
644
+ if (b != this.al) {
645
+ this.co("CornerRadius", b, a);
646
+ }
647
+ }
648
+ get av() {
649
+ return this.am;
650
+ }
651
+ set av(a) {
652
+ let b = this.am;
653
+ this.am = a;
654
+ if (b != this.am) {
655
+ this.co("TickStrokeWidth", b, a);
656
+ }
657
+ }
658
+ get ap() {
659
+ return this.aj;
660
+ }
661
+ set ap(a) {
662
+ let b = this.aj;
663
+ this.aj = a;
664
+ if (b != this.aj) {
665
+ this.co("ActualTickStrokeWidth", b, a);
666
+ }
667
+ }
668
+ get ao() {
669
+ return this.ai;
670
+ }
671
+ set ao(a) {
672
+ let b = this.ai;
673
+ this.ai = a;
674
+ if (b != this.ai) {
675
+ this.co("ActualCornerRadius", b, a);
676
+ }
677
+ }
678
+ get c8() {
679
+ return this.cy;
680
+ }
681
+ set c8(a) {
682
+ let b = this.cy;
683
+ this.cy = a;
684
+ if (b != this.cy) {
685
+ this.co("ActualCheckedBackgroundColor", b, a);
686
+ }
687
+ }
688
+ get b1() {
689
+ return this.a9;
690
+ }
691
+ set b1(a) {
692
+ let b = this.a9;
693
+ this.a9 = a;
694
+ if (b != this.a9) {
695
+ this.co("InputId", b, a);
696
+ }
697
+ }
698
+ get bz() {
699
+ return this.a8;
700
+ }
701
+ set bz(a) {
702
+ let b = this.a8;
703
+ this.a8 = a;
704
+ if (b != this.a8) {
705
+ this.co("Id", b, a);
706
+ }
707
+ }
708
+ get labelId() {
709
+ return this.ba;
710
+ }
711
+ set labelId(a) {
712
+ let b = this.ba;
713
+ this.ba = a;
714
+ if (b != this.ba) {
715
+ this.co("LabelId", b, a);
716
+ }
717
+ }
718
+ get ca() {
719
+ return this.bb;
720
+ }
721
+ set ca(a) {
722
+ let b = this.bb;
723
+ this.bb = a;
724
+ if (b != this.bb) {
725
+ this.co("Name", b, a);
726
+ }
727
+ }
728
+ get aa() {
729
+ return this.t;
730
+ }
731
+ get az() {
732
+ return this.ax;
733
+ }
734
+ set az(a) {
735
+ let b = this.ax;
736
+ this.ax = a;
737
+ this.t = true;
738
+ if (b != this.ax) {
739
+ this.co("TabIndex", b, a);
740
+ }
741
+ }
742
+ get ay() {
743
+ return this.aw;
744
+ }
745
+ set ay(a) {
746
+ let b = this.aw;
747
+ this.aw = a;
748
+ if (b != this.aw) {
749
+ this.co("Required", b, a);
750
+ }
751
+ }
752
+ get bn() {
753
+ return this.a7;
754
+ }
755
+ set bn(a) {
756
+ let b = this.a7;
757
+ this.a7 = a;
758
+ if (b != this.a7) {
759
+ this.co("AriaLabelledBy", b, a);
760
+ }
761
+ }
762
+ get bm() {
763
+ return this.a6;
764
+ }
765
+ set bm(a) {
766
+ let b = this.a6;
767
+ this.a6 = a;
768
+ if (b != this.a6) {
769
+ this.co("AriaLabel", b, a);
770
+ }
771
+ }
772
+ get a4() {
773
+ return this.a2;
774
+ }
775
+ set a4(a) {
776
+ let b = this.a2;
777
+ this.a2 = a;
778
+ if (b != this.a2) {
779
+ this.co("Value", b, a);
780
+ }
781
+ }
782
+ get focused() {
783
+ return this.w;
784
+ }
785
+ set focused(a) {
786
+ let b = this.w;
787
+ this.w = a;
788
+ if (b != this.w) {
789
+ this.co("IsFocused", b, a);
790
+ }
791
+ }
792
+ get e() {
793
+ return this.d;
794
+ }
795
+ set e(a) {
796
+ let b = this.d;
797
+ this.d = a;
798
+ if (b != this.d) {
799
+ this.co("LabelPosition", enumGetBox(CheckboxLabelPosition_$type, b), enumGetBox(CheckboxLabelPosition_$type, a));
800
+ }
801
+ }
802
+ get y() {
803
+ return this.q;
804
+ }
805
+ set y(a) {
806
+ let b = this.q;
807
+ this.q = a;
808
+ if (b != this.q) {
809
+ this.co("DisableRipple", b, a);
810
+ }
811
+ }
812
+ get checked() {
813
+ return this.u;
814
+ }
815
+ set checked(a) {
816
+ let b = this.u;
817
+ this.u = a;
818
+ if (b != this.u) {
819
+ this.co("IsChecked", b, a);
820
+ }
821
+ }
822
+ get indeterminate() {
823
+ return this.x;
824
+ }
825
+ set indeterminate(a) {
826
+ let b = this.x;
827
+ this.x = a;
828
+ if (b != this.x) {
829
+ this.co("IsIndeterminate", b, a);
830
+ }
831
+ }
832
+ get disabled() {
833
+ return this.v;
834
+ }
835
+ set disabled(a) {
836
+ let b = this.v;
837
+ this.v = a;
838
+ if (b != this.v) {
839
+ this.co("IsDisabled", b, a);
840
+ }
841
+ }
842
+ get z() {
843
+ return this.r;
844
+ }
845
+ set z(a) {
846
+ let b = this.r;
847
+ this.r = a;
848
+ if (b != this.r) {
849
+ this.co("DisableTransitions", b, a);
850
+ }
851
+ }
852
+ cp() {
853
+ this.ck();
854
+ if (this.checked) {
855
+ this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.c8, 0.1));
856
+ }
857
+ else {
858
+ this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
859
+ }
860
+ }
861
+ get a() {
862
+ let a = new AnimationKeyFrameEffectTiming();
863
+ a.g = 300;
864
+ a.b = 0;
865
+ return a;
866
+ }
867
+ ck() {
868
+ this.view.z();
869
+ let a = false;
870
+ if (this.o == null) {
871
+ if (!a) {
872
+ a = true;
873
+ this.view.ag();
874
+ }
875
+ this.o = KeyFrameAnimationFactory.f.c(this.view.a(this.a).m(new AnimationKeyFrameProperty(2, this.db), new AnimationKeyFrameProperty(3, this.dc)).m(new AnimationKeyFrameProperty(2, this.c8), new AnimationKeyFrameProperty(3, this.c9)));
876
+ this.p = KeyFrameAnimationFactory.f.c(this.view.b(this.a).m(new AnimationKeyFrameProperty(19, 24), new AnimationKeyFrameProperty(1, 0)).m(new AnimationKeyFrameProperty(19, 0), new AnimationKeyFrameProperty(1, 1)));
877
+ }
878
+ }
879
+ toggle() {
880
+ if (this.disabled) {
881
+ return;
882
+ }
883
+ this.ck();
884
+ this.focused = false;
885
+ this.s = true;
886
+ let a = false;
887
+ if (this.indeterminate) {
888
+ a = true;
889
+ this.checked = true;
890
+ }
891
+ this.indeterminate = false;
892
+ this.checked = !this.checked;
893
+ this.s = false;
894
+ this.cv(a);
895
+ if (this.change != null) {
896
+ let b = new CheckboxChangeEventArgs();
897
+ b.isChecked = this.checked;
898
+ b.isIndeterminate = this.indeterminate;
899
+ this.change(this, b);
900
+ }
901
+ }
902
+ cv(a) {
903
+ this.ck();
904
+ let b = this.checked;
905
+ if (this.indeterminate) {
906
+ b = true;
907
+ }
908
+ let c = 1;
909
+ if (!b) {
910
+ c = -1;
911
+ }
912
+ if (b) {
913
+ this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.c8, 0.1));
914
+ }
915
+ else {
916
+ this.view.aj(BrushUtil.p(this.c8, 0.6), BrushUtil.p(this.dc, 0.1));
917
+ }
918
+ if (!this.indeterminate) {
919
+ NativeUI.ad(this.view.t, null);
920
+ }
921
+ if (this.z || this.indeterminate || a) {
922
+ let d = this.view.s;
923
+ let e = this.view.t;
924
+ if (this.indeterminate) {
925
+ let f = new TransformGroup();
926
+ f.j.add(((() => {
927
+ let $ret = new RotateTransform();
928
+ $ret.j = 45;
929
+ return $ret;
930
+ })()));
931
+ f.j.add(((() => {
932
+ let $ret = new TranslateTransform();
933
+ $ret.j = -this.view.k();
934
+ return $ret;
935
+ })()));
936
+ NativeUI.l(d, this.c8);
937
+ NativeUI.m(d, this.c9);
938
+ NativeUI.w(e, 1);
939
+ NativeUI.aa(e, 41);
940
+ NativeUI.ad(e, f);
941
+ }
942
+ else if (b) {
943
+ NativeUI.l(d, this.c8);
944
+ NativeUI.m(d, this.c9);
945
+ NativeUI.w(e, 1);
946
+ NativeUI.aa(e, 0);
947
+ }
948
+ else {
949
+ NativeUI.l(d, this.db);
950
+ NativeUI.m(d, this.dc);
951
+ NativeUI.w(e, 0);
952
+ NativeUI.aa(e, 24);
953
+ }
954
+ if (this.o.playState == 1) {
955
+ this.o.cancel();
956
+ }
957
+ if (this.p.playState == 1) {
958
+ this.p.cancel();
959
+ }
960
+ return;
961
+ }
962
+ if ((c > 0 && this.o.playbackRate < 0) || (c < 0 && this.o.playbackRate > 0)) {
963
+ this.o.reverse();
964
+ this.o.finished.f((g) => {
965
+ if (this.o != null) {
966
+ this.o.commitStyles();
967
+ }
968
+ });
969
+ this.p.reverse();
970
+ this.p.finished.f((g) => {
971
+ if (this.p != null) {
972
+ this.p.commitStyles();
973
+ }
974
+ });
975
+ }
976
+ else {
977
+ this.o.play();
978
+ this.o.finished.f((g) => {
979
+ if (this.o != null) {
980
+ this.o.commitStyles();
981
+ }
982
+ });
983
+ this.p.play();
984
+ this.p.finished.f((g) => {
985
+ if (this.p != null) {
986
+ this.p.commitStyles();
987
+ }
988
+ });
989
+ }
990
+ }
991
+ onDetachedFromUI() {
992
+ this.view.ad();
993
+ }
994
+ onAttachedToUI() {
995
+ this.view.ab();
996
+ }
997
+ onContentReady() {
998
+ if (this.indeterminate) {
999
+ this.cv(false);
1000
+ }
1001
+ }
1002
+ af() {
1003
+ return this.view.i();
1004
+ }
1005
+ a3() {
1006
+ return this.b();
1007
+ }
1008
+ by() {
1009
+ let a = this.b();
1010
+ return a.s();
1011
+ }
1012
+ b() {
1013
+ let a = new CheckboxVisualModelExport();
1014
+ a.f = this.n;
1015
+ a.d = AppearanceHelper.a(this.db);
1016
+ a.c = AppearanceHelper.a(this.da);
1017
+ a.e = AppearanceHelper.a(this.dc);
1018
+ a.b = AppearanceHelper.a(this.c9);
1019
+ a.o = this.aq;
1020
+ a.l = this.an;
1021
+ a.p = this.ar;
1022
+ a.q = this.av;
1023
+ a.n = this.ap;
1024
+ a.m = this.ao;
1025
+ a.a = AppearanceHelper.a(this.c8);
1026
+ a.r = this.a4;
1027
+ a.j = this.focused;
1028
+ a.g = this.y;
1029
+ a.h = this.checked;
1030
+ a.k = this.indeterminate;
1031
+ a.i = this.disabled;
1032
+ return a;
1033
+ }
1034
+ provideContainer(a) {
1035
+ this.view.ac(a);
1036
+ }
1037
+ }
1038
+ XCheckbox.$t = markType(XCheckbox, 'XCheckbox', Base.$, [INotifyPropertyChanged_$type]);
1039
+ XCheckbox.g = ThemeResolver.a(((() => {
1040
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
1041
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1042
+ $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 153, 153, 153));
1043
+ $ret.addItem("CheckedBorderColor", BrushUtil.g(138, 33, 150, 243));
1044
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
1045
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 33, 150, 243));
1046
+ $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1047
+ $ret.addItem("TickStrokeWidth", 3);
1048
+ $ret.addItem("BorderWidth", NaN);
1049
+ $ret.addItem("CornerRadius", 2);
1050
+ return $ret;
1051
+ })()));
1052
+ XCheckbox.h = ThemeResolver.a(((() => {
1053
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
1054
+ $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1055
+ $ret.addItem("UncheckedBorderColor", BrushUtil.g(138, 0, 0, 0));
1056
+ $ret.addItem("CheckedBorderColor", BrushUtil.g(138, 0, 0, 0));
1057
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
1058
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 228, 28, 119));
1059
+ $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1060
+ $ret.addItem("TickStrokeWidth", 3);
1061
+ $ret.addItem("BorderWidth", NaN);
1062
+ $ret.addItem("CornerRadius", 2);
1063
+ return $ret;
1064
+ })()));
1065
+ XCheckbox.j = ThemeResolver.a(((() => {
1066
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
1067
+ $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1068
+ $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1069
+ $ret.addItem("CheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1070
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 255, 255, 255));
1071
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 105, 136, 255));
1072
+ $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1073
+ $ret.addItem("TickStrokeWidth", 3);
1074
+ $ret.addItem("BorderWidth", NaN);
1075
+ $ret.addItem("CornerRadius", 2);
1076
+ return $ret;
1077
+ })()));
1078
+ XCheckbox.i = ThemeResolver.a(((() => {
1079
+ let $ret = new Dictionary$2(String_$type, Base.$, 0);
1080
+ $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1081
+ $ret.addItem("UncheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1082
+ $ret.addItem("CheckedBorderColor", BrushUtil.g(255, 105, 136, 255));
1083
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.g(255, 55, 63, 86));
1084
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.g(255, 105, 136, 255));
1085
+ $ret.addItem("TickColor", BrushUtil.g(255, 255, 255, 255));
1086
+ $ret.addItem("TickStrokeWidth", 3);
1087
+ $ret.addItem("BorderWidth", NaN);
1088
+ $ret.addItem("CornerRadius", 2);
1089
+ return $ret;
1090
+ })()));
1091
+ XCheckbox.k = new ThemeResolver(1, ((() => {
1092
+ let $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
1093
+ $ret.addItem(2, XCheckbox.h);
1094
+ $ret.addItem(1, XCheckbox.g);
1095
+ $ret.addItem(3, XCheckbox.j);
1096
+ $ret.addItem(4, XCheckbox.i);
1097
+ $ret.addItem(5, XCheckbox.j);
1098
+ $ret.addItem(6, XCheckbox.i);
1099
+ return $ret;
1100
+ })()), 2);
1101
+ XCheckbox.m = 2;
1102
+ XCheckbox.a1 = 0;
1103
+ XCheckbox.a0 = 0;
1104
+ return XCheckbox;
1105
+ })();