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