igniteui-webcomponents-inputs 1.3.3

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